class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Ospf::AuthProfile::Entry::Md5::Entry

Public Instance Methods

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

key for the authentication

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

key for the authentication

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

Key-ID

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

use this key when sending packet

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

use this key when sending packet

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