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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 200497
def _section
        :'incoming-bgp-connection'
end
allow() click to toggle source
# File lib/palo_alto/config.rb, line 200521
def allow
        prop_get('allow')
end
allow=(val) click to toggle source
# File lib/palo_alto/config.rb, line 200524
def allow=(val)
        prop_set('allow', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 200494
def has_multiple_values?
        false
end
remote_port() click to toggle source

restrict remote port for incoming BGP connections

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

restrict remote port for incoming BGP connections

# File lib/palo_alto/config.rb, line 200518
def remote_port=(val)
        prop_set('remote-port', val)
end