class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv4::Unicast::AddPath
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 314022 def _section :'add-path' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 314019 def has_multiple_values? false end
tx_all_paths()
click to toggle source
Advertise all paths to a peer
# File lib/palo_alto/config.rb, line 314038 def tx_all_paths prop_get('tx-all-paths') end
tx_all_paths=(val)
click to toggle source
Advertise all paths to a peer
# File lib/palo_alto/config.rb, line 314042 def tx_all_paths=(val) prop_set('tx-all-paths', val) end
tx_bestpath_per_AS()
click to toggle source
Advertise the bestpath per each neighboring AS
# File lib/palo_alto/config.rb, line 314046 def tx_bestpath_per_AS prop_get('tx-bestpath-per-AS') end
tx_bestpath_per_AS=(val)
click to toggle source
Advertise the bestpath per each neighboring AS
# File lib/palo_alto/config.rb, line 314050 def tx_bestpath_per_AS=(val) prop_set('tx-bestpath-per-AS', val) end