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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 313557
def _section
        :'algorithm'
end
balanced_round_robin() click to toggle source
# File lib/palo_alto/config.rb, line 313705
def balanced_round_robin
        @subclasses['balanced-round-robin'] ||= BalancedRoundRobin.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 313554
def has_multiple_values?
        false
end
ip_hash() click to toggle source
# File lib/palo_alto/config.rb, line 313625
def ip_hash
        @subclasses['ip-hash'] ||= IpHash.new(parent_instance: self, create_children: @create_children)
end
ip_modulo() click to toggle source
# File lib/palo_alto/config.rb, line 313569
def ip_modulo
        @subclasses['ip-modulo'] ||= IpModulo.new(parent_instance: self, create_children: @create_children)
end
weighted_round_robin() click to toggle source
# File lib/palo_alto/config.rb, line 313693
def weighted_round_robin
        @subclasses['weighted-round-robin'] ||= WeightedRoundRobin.new(parent_instance: self, create_children: @create_children)
end