class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::Ssh::RegenerateHostkeys::Mgmt::KeyType

Public Instance Methods

ECDSA() click to toggle source
# File lib/palo_alto/config.rb, line 368094
def ECDSA
        @subclasses['ECDSA'] ||= ECDSA.new(parent_instance: self, create_children: @create_children)
end
RSA() click to toggle source
# File lib/palo_alto/config.rb, line 368122
def RSA
        @subclasses['RSA'] ||= RSA.new(parent_instance: self, create_children: @create_children)
end
_section() click to toggle source
# File lib/palo_alto/config.rb, line 368066
def _section
        :'key-type'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 368063
def has_multiple_values?
        true
end