class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 302635 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 302632 def has_multiple_values? false end
key()
click to toggle source
key for the authentication
# File lib/palo_alto/config.rb, line 302662 def key prop_get('key') end
key=(val)
click to toggle source
key for the authentication
# File lib/palo_alto/config.rb, line 302666 def key=(val) prop_set('key', val) end
name()
click to toggle source
Key-ID
# File lib/palo_alto/config.rb, line 302658 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 302670 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 302674 def preferred=(val) prop_set('preferred', val) end