class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive::VirtualAddress::Entry::Ipv6::Entry::ArpLoadSharing

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 169385
def _section
        :'arp-load-sharing'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 169382
def has_multiple_values?
        false
end
ip_hash() click to toggle source
# File lib/palo_alto/config.rb, line 169423
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 169397
def ip_modulo
        @subclasses['ip-modulo'] ||= IpModulo.new(parent_instance: self, create_children: @create_children)
end