class PaloAlto::XML::Config::Devices::Entry::LogCollectorGroup::Entry::GeneralSetting::Management::Ssh::RegenerateHostkeys::Ha::KeyType
Public Instance Methods
ECDSA()
click to toggle source
# File lib/palo_alto/config.rb, line 348844 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 348872 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 348816 def _section :'key-type' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 348813 def has_multiple_values? true end