class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::VirtualRouter::Entry::Protocol::Bgp::Policy::Export::Rules::Entry::Action::Allow::Update::AsPath
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 308719 def _section :'as-path' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 308716 def has_multiple_values? false end
none()
click to toggle source
# File lib/palo_alto/config.rb, line 308731 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 308762 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 308766 def prepend=(val) prop_set('prepend', val) end
remove()
click to toggle source
# File lib/palo_alto/config.rb, line 308743 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 308770 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 308774 def remove_and_prepend=(val) prop_set('remove-and-prepend', val) end