class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::Deviceconfig::System::NtpServers::SecondaryNtpServer::AuthenticationType::SymmetricKey::Algorithm
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 345368 def _section :'algorithm' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 345365 def has_multiple_values? true end
md5__1()
click to toggle source
# File lib/palo_alto/config.rb, line 345395 def md5__1 @subclasses['md5__1'] ||= Md5__1.new(parent_instance: self, create_children: @create_children) end
sha1()
click to toggle source
# File lib/palo_alto/config.rb, line 345424 def sha1 @subclasses['sha1'] ||= Sha1.new(parent_instance: self, create_children: @create_children) end