class PaloAlto::XML::Config::Devices::Entry::Template::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 196635
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 196632
def has_multiple_values?
        false
end
key() click to toggle source

key for the authentication

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

key for the authentication

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

Key-ID

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

use this key when sending packet

# File lib/palo_alto/config.rb, line 196670
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 196674
def preferred=(val)
        prop_set('preferred', val)
end