class PaloAlto::XML::Config::Devices::Entry::Template::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 200392 def _section :'local-address' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 200389 def has_multiple_values? false end
interface()
click to toggle source
interface to accept BGP session
# File lib/palo_alto/config.rb, line 200419 def interface prop_get('interface') end
interface=(val)
click to toggle source
interface to accept BGP session
# File lib/palo_alto/config.rb, line 200423 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 200427 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 200431 def ip=(val) prop_set('ip', val) end