class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::Ssh::RegenerateHostkeys::Ha::KeyType
Public Instance Methods
ECDSA()
click to toggle source
# File lib/palo_alto/config.rb, line 368010 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 368038 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 367982 def _section :'key-type' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 367979 def has_multiple_values? true end