class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 307100 def _section :'outgoing-bgp-connection' end
allow()
click to toggle source
# File lib/palo_alto/config.rb, line 307124 def allow prop_get('allow') end
allow=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 307127 def allow=(val) prop_set('allow', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 307097 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 307117 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 307121 def local_port=(val) prop_set('local-port', val) end