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