class PaloAlto::XML::Config::Devices::Entry::WildfireAppliance::Entry::Deviceconfig::System::NtpServers::PrimaryNtpServer::AuthenticationType::SymmetricKey::Algorithm

Public Instance Methods

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