class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::LogicalRouter::Entry::Vrf::Entry::Ecmp::Algorithm::WeightedRoundRobin::Interface::Entry

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 207059
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 207056
def has_multiple_values?
        false
end
name() click to toggle source

interface name

# File lib/palo_alto/config.rb, line 207077
def name
        prop_get('@name')
end
weight() click to toggle source

interface ECMP weight

# File lib/palo_alto/config.rb, line 207081
def weight
        prop_get('weight')
end
weight=(val) click to toggle source

interface ECMP weight

# File lib/palo_alto/config.rb, line 207085
def weight=(val)
        prop_set('weight', val)
end