class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::PeerGroup::Entry::Type::IbgpConfed

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 200259
def _section
        :'ibgp-confed'
end
export_nexthop() click to toggle source
# File lib/palo_alto/config.rb, line 200271
def export_nexthop
        prop_get('export-nexthop')
end
export_nexthop=(val) click to toggle source
# File lib/palo_alto/config.rb, line 200274
def export_nexthop=(val)
        prop_set('export-nexthop', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 200256
def has_multiple_values?
        false
end