class PaloAlto::XML::Config::Devices::Entry::Template::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 200207
def _section
        :'ibgp'
end
export_nexthop() click to toggle source
# File lib/palo_alto/config.rb, line 200219
def export_nexthop
        prop_get('export-nexthop')
end
export_nexthop=(val) click to toggle source
# File lib/palo_alto/config.rb, line 200222
def export_nexthop=(val)
        prop_set('export-nexthop', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 200204
def has_multiple_values?
        false
end