class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Peer::Entry::LocalAddress

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 306957
def _section
        :'local-address'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 306954
def has_multiple_values?
        false
end
interface() click to toggle source

interface to accept BGP session

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

interface to accept BGP session

# File lib/palo_alto/config.rb, line 306988
def interface=(val)
        prop_set('interface', val)
end
ip() click to toggle source

specify exact IP address if interface has multiple addresses

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

specify exact IP address if interface has multiple addresses

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