class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Bgp::PeerGroup::Entry::Peer::Entry::LocalAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 205706 def _section :'local-address' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 205703 def has_multiple_values? false end
interface()
click to toggle source
interface to accept BGP session
# File lib/palo_alto/config.rb, line 205743 def interface prop_get('interface') end
interface=(val)
click to toggle source
interface to accept BGP session
# File lib/palo_alto/config.rb, line 205747 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 205751 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 205755 def ip=(val) prop_set('ip', val) end