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

Public Instance Methods

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