class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Aggregation::Address::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 203328 def _section :'entry' end
advertise_filters()
click to toggle source
# File lib/palo_alto/config.rb, line 204368 def advertise_filters if @create_children @subclasses['advertise-filters'] ||= AdvertiseFilters.new(parent_instance: self, create_children: @create_children) else AdvertiseFilters.new(parent_instance: self) end end
aggregate_route_attributes()
click to toggle source
# File lib/palo_alto/config.rb, line 203750 def aggregate_route_attributes @subclasses['aggregate-route-attributes'] ||= AggregateRouteAttributes.new(parent_instance: self, create_children: @create_children) end
as_set()
click to toggle source
generate AS-set attribute
# File lib/palo_alto/config.rb, line 204434 def as_set prop_get('as-set') end
as_set=(val)
click to toggle source
generate AS-set attribute
# File lib/palo_alto/config.rb, line 204438 def as_set=(val) prop_set('as-set', val) end
enable()
click to toggle source
enable aggregation for this prefix
# File lib/palo_alto/config.rb, line 204418 def enable prop_get('enable') end
enable=(val)
click to toggle source
enable aggregation for this prefix
# File lib/palo_alto/config.rb, line 204422 def enable=(val) prop_set('enable', val) end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 203325 def has_multiple_values? false end
name()
click to toggle source
# File lib/palo_alto/config.rb, line 204406 def name prop_get('@name') end
prefix()
click to toggle source
aggregating address prefix
# File lib/palo_alto/config.rb, line 204410 def prefix prop_get('prefix') end
prefix=(val)
click to toggle source
aggregating address prefix
# File lib/palo_alto/config.rb, line 204414 def prefix=(val) prop_set('prefix', val) end
summary()
click to toggle source
summarize route
# File lib/palo_alto/config.rb, line 204426 def summary prop_get('summary') end
summary=(val)
click to toggle source
summarize route
# File lib/palo_alto/config.rb, line 204430 def summary=(val) prop_set('summary', val) end
suppress_filters()
click to toggle source
# File lib/palo_alto/config.rb, line 204057 def suppress_filters if @create_children @subclasses['suppress-filters'] ||= SuppressFilters.new(parent_instance: self, create_children: @create_children) else SuppressFilters.new(parent_instance: self) end end