class PaloAlto::XML::Config::Devices::Entry::Template::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 202148 def _section :'as-path' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 202145 def has_multiple_values? false end
none()
click to toggle source
# File lib/palo_alto/config.rb, line 202160 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 202191 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 202195 def prepend=(val) prop_set('prepend', val) end
remove()
click to toggle source
# File lib/palo_alto/config.rb, line 202172 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 202199 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 202203 def remove_and_prepend=(val) prop_set('remove-and-prepend', val) end