class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management::Ssh::RegenerateHostkeys::Mgmt::KeyType

Public Instance Methods

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