class PaloAlto::XML::Config::Devices::Entry::Deviceconfig::System::NtpServers::PrimaryNtpServer::AuthenticationType
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 74259 def _section :'authentication-type' end
autokey()
click to toggle source
# File lib/palo_alto/config.rb, line 74380 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 74256 def has_multiple_values? true end
none()
click to toggle source
# File lib/palo_alto/config.rb, line 74271 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 74368 def symmetric_key @subclasses['symmetric-key'] ||= SymmetricKey.new(parent_instance: self, create_children: @create_children) end