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

Public Instance Methods

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

Symmetric Key MD5 String

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

Symmetric Key MD5 String

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