class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::Ssh::RegenerateHostkeys::Ha::KeyType

Public Instance Methods

ECDSA() click to toggle source
# File lib/palo_alto/config.rb, line 155240
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 155268
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 155212
def _section
        :'key-type'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 155209
def has_multiple_values?
        true
end