class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::Ssh::Profiles::HaProfiles::Entry::DefaultHostkey
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 154637 def _section :'default-hostkey' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 154634 def has_multiple_values? false end
key_type()
click to toggle source
# File lib/palo_alto/config.rb, line 154682 def key_type if @create_children @subclasses['key-type'] ||= KeyType.new(parent_instance: self, create_children: @create_children) else KeyType.new(parent_instance: self) end end