class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Peer::Entry::ConnectionOptions::OutgoingBgpConnection

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 200535
def _section
        :'outgoing-bgp-connection'
end
allow() click to toggle source
# File lib/palo_alto/config.rb, line 200559
def allow
        prop_get('allow')
end
allow=(val) click to toggle source
# File lib/palo_alto/config.rb, line 200562
def allow=(val)
        prop_set('allow', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 200532
def has_multiple_values?
        false
end
local_port() click to toggle source

use specific local port for outgoing BGP connections

# File lib/palo_alto/config.rb, line 200552
def local_port
        prop_get('local-port')
end
local_port=(val) click to toggle source

use specific local port for outgoing BGP connections

# File lib/palo_alto/config.rb, line 200556
def local_port=(val)
        prop_set('local-port', val)
end