class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AuthProfile::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 207271 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 207268 def has_multiple_values? false end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 207290 def name prop_get('@name') end
secret()
click to toggle source
shared secret for the TCP MD5 authentication, [a-zA-Z0-9!@#%^]
# File lib/palo_alto/config.rb, line 207294 def secret prop_get('secret') end
secret=(val)
click to toggle source
shared secret for the TCP MD5 authentication, [a-zA-Z0-9!@#%^]
# File lib/palo_alto/config.rb, line 207298 def secret=(val) prop_set('secret', val) end