class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::RoutingOptions::Aggregate

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 306436
def _section
        :'aggregate'
end
aggregate_med() click to toggle source

aggregate route only if they have same MED attributes

# File lib/palo_alto/config.rb, line 306446
def aggregate_med
        prop_get('aggregate-med')
end
aggregate_med=(val) click to toggle source

aggregate route only if they have same MED attributes

# File lib/palo_alto/config.rb, line 306450
def aggregate_med=(val)
        prop_set('aggregate-med', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 306433
def has_multiple_values?
        false
end