class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AuthProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 313858
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 313855
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 313877
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 313881
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 313885
def secret=(val)
        prop_set('secret', val)
end