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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 313632
def _section
        :'weighted-round-robin'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 313629
def has_multiple_values?
        false
end
interface() click to toggle source
# File lib/palo_alto/config.rb, line 313684
def interface
        if @create_children
                @subclasses['interface'] ||= Interface.new(parent_instance: self, create_children: @create_children)
        else
                Interface.new(parent_instance: self)
        end
end