class PaloAlto::XML::Config::Devices::Entry::WildfireApplianceCluster::Entry::Deviceconfig::System::NtpServers::SecondaryNtpServer::AuthenticationType::SymmetricKey::Algorithm

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 360364
def _section
        :'algorithm'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 360361
def has_multiple_values?
        true
end
md5__1() click to toggle source
# File lib/palo_alto/config.rb, line 360391
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 360420
def sha1
        @subclasses['sha1'] ||= Sha1.new(parent_instance: self, create_children: @create_children)
end