class PaloAlto::XML::Config::Devices::Entry::LogCollector::Entry::Deviceconfig::System::NtpServers::PrimaryNtpServer::AuthenticationType::SymmetricKey::Algorithm
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 345206 def _section :'algorithm' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 345203 def has_multiple_values? true end
md5__1()
click to toggle source
# File lib/palo_alto/config.rb, line 345233 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 345262 def sha1 @subclasses['sha1'] ||= Sha1.new(parent_instance: self, create_children: @create_children) end