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

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 169123
def _section
        :'entry'
end
arp_load_sharing() click to toggle source
# File lib/palo_alto/config.rb, line 169253
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 169203
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 169120
def has_multiple_values?
        false
end
name() click to toggle source

IP address or address object

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