class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Rip::AuthProfile::Entry::Md5::Entry

Public Instance Methods

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

key for the authentication

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

key for the authentication

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

Key-ID

# File lib/palo_alto/config.rb, line 196099
def name
        prop_get('@name')
end
preferred() click to toggle source

prefer to use this key when sending packet

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

prefer to use this key when sending packet

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