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

Public Instance Methods

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