class PaloAlto::XML::Config::Devices::Entry::Template::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 199873
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 199883
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 199887
def aggregate_med=(val)
        prop_set('aggregate-med', val)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 199870
def has_multiple_values?
        false
end