class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Type::Ibgp
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 306772 def _section :'ibgp' end
export_nexthop()
click to toggle source
# File lib/palo_alto/config.rb, line 306784 def export_nexthop prop_get('export-nexthop') end
export_nexthop=(val)
click to toggle source
# File lib/palo_alto/config.rb, line 306787 def export_nexthop=(val) prop_set('export-nexthop', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 306769 def has_multiple_values? false end