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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 153989
def _section
        :'sha1'
end
authentication_key() click to toggle source

Symmetric Key SHA1 Hexadecimal

# File lib/palo_alto/config.rb, line 154003
def authentication_key
        prop_get('authentication-key')
end
authentication_key=(val) click to toggle source

Symmetric Key SHA1 Hexadecimal

# File lib/palo_alto/config.rb, line 154007
def authentication_key=(val)
        prop_set('authentication-key', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 153986
def has_multiple_values?
        false
end