class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Aggregation::Address::Entry::AggregateRouteAttributes
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 203335 def _section :'aggregate-route-attributes' end
as_path()
click to toggle source
# File lib/palo_alto/config.rb, line 203402 def as_path @subclasses['as-path'] ||= AsPath.new(parent_instance: self, create_children: @create_children) end
as_path_limit()
click to toggle source
add AS path limit attribute if it does not exist
# File lib/palo_alto/config.rb, line 203742 def as_path_limit prop_get('as-path-limit') end
as_path_limit=(val)
click to toggle source
add AS path limit attribute if it does not exist
# File lib/palo_alto/config.rb, line 203746 def as_path_limit=(val) prop_set('as-path-limit', val) end
community()
click to toggle source
# File lib/palo_alto/config.rb, line 203540 def community @subclasses['community'] ||= Community.new(parent_instance: self, create_children: @create_children) end
extended_community()
click to toggle source
# File lib/palo_alto/config.rb, line 203652 def extended_community @subclasses['extended-community'] ||= ExtendedCommunity.new(parent_instance: self, create_children: @create_children) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 203332 def has_multiple_values? false end
local_preference()
click to toggle source
new local preference value
# File lib/palo_alto/config.rb, line 203702 def local_preference prop_get('local-preference') end
local_preference=(val)
click to toggle source
new local preference value
# File lib/palo_alto/config.rb, line 203706 def local_preference=(val) prop_set('local-preference', val) end
med()
click to toggle source
new MED value
# File lib/palo_alto/config.rb, line 203710 def med prop_get('med') end
med=(val)
click to toggle source
new MED value
# File lib/palo_alto/config.rb, line 203714 def med=(val) prop_set('med', val) end
nexthop()
click to toggle source
nexthop address
# File lib/palo_alto/config.rb, line 203726 def nexthop prop_get('nexthop') end
nexthop=(val)
click to toggle source
nexthop address
# File lib/palo_alto/config.rb, line 203730 def nexthop=(val) prop_set('nexthop', val) end
origin()
click to toggle source
new route origin
# File lib/palo_alto/config.rb, line 203734 def origin prop_get('origin') end
origin=(val)
click to toggle source
new route origin
# File lib/palo_alto/config.rb, line 203738 def origin=(val) prop_set('origin', val) end
weight()
click to toggle source
new weight value
# File lib/palo_alto/config.rb, line 203718 def weight prop_get('weight') end
weight=(val)
click to toggle source
new weight value
# File lib/palo_alto/config.rb, line 203722 def weight=(val) prop_set('weight', val) end