class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Tunnel__5::Ipsec::Entry::ManualKey::Esp::Authentication::Md5__1

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 189513
def _section
        :'md5__1'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 189510
def has_multiple_values?
        false
end
key() click to toggle source

hex format xxxxxxxx… total 4 sections

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

hex format xxxxxxxx… total 4 sections

# File lib/palo_alto/config.rb, line 189529
def key=(val)
        prop_set('key', val)
end