class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::RoutingProfile::Bgp::AddressFamilyProfile::Entry::Ipv6::Unicast::AddPath

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 314404
def _section
        :'add-path'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 314401
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 314420
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 314424
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 314428
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 314432
def tx_bestpath_per_AS=(val)
        prop_set('tx-bestpath-per-AS', val)
end