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