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