class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::System::NtpServers::PrimaryNtpServer::AuthenticationType

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 153929
def _section
        :'authentication-type'
end
autokey() click to toggle source
# File lib/palo_alto/config.rb, line 154050
def autokey
        @subclasses['autokey'] ||= Autokey.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 153926
def has_multiple_values?
        true
end
none() click to toggle source
# File lib/palo_alto/config.rb, line 153941
def none
        @subclasses['none'] ||= None.new(parent_instance: self, create_children: @create_children)
end
symmetric_key() click to toggle source
# File lib/palo_alto/config.rb, line 154038
def symmetric_key
        @subclasses['symmetric-key'] ||= SymmetricKey.new(parent_instance: self, create_children: @create_children)
end