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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 275827
def _section
        :'entry'
end
arp_load_sharing() click to toggle source
# File lib/palo_alto/config.rb, line 275957
def arp_load_sharing
        @subclasses['arp-load-sharing'] ||= ArpLoadSharing.new(parent_instance: self, create_children: @create_children)
end
floating() click to toggle source
# File lib/palo_alto/config.rb, line 275907
def floating
        @subclasses['floating'] ||= Floating.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 275824
def has_multiple_values?
        false
end
name() click to toggle source

IPv6 address or address object

# File lib/palo_alto/config.rb, line 275972
def name
        prop_get('@name')
end