class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Import::Rules::Entry::Action::Allow::Update::AsPath
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 307893 def _section :'as-path' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 307890 def has_multiple_values? false end
none()
click to toggle source
# File lib/palo_alto/config.rb, line 307905 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 307938 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 307942 def prepend=(val) prop_set('prepend', val) end
remove()
click to toggle source
# File lib/palo_alto/config.rb, line 307917 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 307946 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 307950 def remove_and_prepend=(val) prop_set('remove-and-prepend', val) end