class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 309911 def _section :'aggregate-route-attributes' end
as_path()
click to toggle source
# File lib/palo_alto/config.rb, line 309978 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 310319 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 310323 def as_path_limit=(val) prop_set('as-path-limit', val) end
community()
click to toggle source
# File lib/palo_alto/config.rb, line 310116 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 310228 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 309908 def has_multiple_values? false end
local_preference()
click to toggle source
new local preference value
# File lib/palo_alto/config.rb, line 310279 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 310283 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 310287 def med prop_get('med') end
med=(val)
click to toggle source
new MED value
# File lib/palo_alto/config.rb, line 310291 def med=(val) prop_set('med', val) end
nexthop()
click to toggle source
nexthop address
# File lib/palo_alto/config.rb, line 310303 def nexthop prop_get('nexthop') end
nexthop=(val)
click to toggle source
nexthop address
# File lib/palo_alto/config.rb, line 310307 def nexthop=(val) prop_set('nexthop', val) end
origin()
click to toggle source
new route origin
# File lib/palo_alto/config.rb, line 310311 def origin prop_get('origin') end
origin=(val)
click to toggle source
new route origin
# File lib/palo_alto/config.rb, line 310315 def origin=(val) prop_set('origin', val) end
weight()
click to toggle source
new weight value
# File lib/palo_alto/config.rb, line 310295 def weight prop_get('weight') end
weight=(val)
click to toggle source
new weight value
# File lib/palo_alto/config.rb, line 310299 def weight=(val) prop_set('weight', val) end