class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 307062
def _section
        :'incoming-bgp-connection'
end
allow() click to toggle source
# File lib/palo_alto/config.rb, line 307086
def allow
        prop_get('allow')
end
allow=(val) click to toggle source
# File lib/palo_alto/config.rb, line 307089
def allow=(val)
        prop_set('allow', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 307059
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 307079
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 307083
def remote_port=(val)
        prop_set('remote-port', val)
end