class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::AuthProfile::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 199979
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 199976
def has_multiple_values?
        false
end
name() click to toggle source
# File lib/palo_alto/config.rb, line 199995
def name
        prop_get('@name')
end
secret() click to toggle source

shared secret for the TCP MD5 authentication

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

shared secret for the TCP MD5 authentication

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