class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Peer::Entry::PeerAddress
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 200442 def _section :'peer-address' end
fqdn()
click to toggle source
bgp peer FQDN address object configuration
# File lib/palo_alto/config.rb, line 200475 def fqdn prop_get('fqdn') end
fqdn=(val)
click to toggle source
bgp peer FQDN address object configuration
# File lib/palo_alto/config.rb, line 200479 def fqdn=(val) prop_set('fqdn', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 200439 def has_multiple_values? false end
ip()
click to toggle source
peer address configuration
# File lib/palo_alto/config.rb, line 200467 def ip prop_get('ip') end
ip=(val)
click to toggle source
peer address configuration
# File lib/palo_alto/config.rb, line 200471 def ip=(val) prop_set('ip', val) end