class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::Ssh::Profiles::MgmtProfiles::ServerProfiles::Entry::DefaultHostkey

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 367720
def _section
        :'default-hostkey'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 367717
def has_multiple_values?
        false
end
key_type() click to toggle source
# File lib/palo_alto/config.rb, line 367777
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