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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 260433
def _section
        :'authentication-type'
end
autokey() click to toggle source
# File lib/palo_alto/config.rb, line 260554
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 260430
def has_multiple_values?
        true
end
none() click to toggle source
# File lib/palo_alto/config.rb, line 260445
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 260542
def symmetric_key
        @subclasses['symmetric-key'] ||= SymmetricKey.new(parent_instance: self, create_children: @create_children)
end