class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Aggregation::Address::Entry::AggregateRouteAttributes::AsPath
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 309918 def _section :'as-path' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 309915 def has_multiple_values? false end
none()
click to toggle source
# File lib/palo_alto/config.rb, line 309930 def none @subclasses['none'] ||= None.new(parent_instance: self, create_children: @create_children) end
prepend()
click to toggle source
prepend local AS for specified number of times
# File lib/palo_alto/config.rb, line 309962 def prepend prop_get('prepend') end
prepend=(val)
click to toggle source
prepend local AS for specified number of times
# File lib/palo_alto/config.rb, line 309966 def prepend=(val) prop_set('prepend', val) end
remove()
click to toggle source
# File lib/palo_alto/config.rb, line 309942 def remove @subclasses['remove'] ||= Remove.new(parent_instance: self, create_children: @create_children) end
remove_and_prepend()
click to toggle source
remove matched AS path(s), and prepend local AS for specified number of times
# File lib/palo_alto/config.rb, line 309970 def remove_and_prepend prop_get('remove-and-prepend') end
remove_and_prepend=(val)
click to toggle source
remove matched AS path(s), and prepend local AS for specified number of times
# File lib/palo_alto/config.rb, line 309974 def remove_and_prepend=(val) prop_set('remove-and-prepend', val) end