class PaloAlto::XML::Config::Devices::Entry::TemplateStack::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 275652 def _section :'entry' end
arp_load_sharing()
click to toggle source
# File lib/palo_alto/config.rb, line 275782 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 275732 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 275649 def has_multiple_values? false end
name()
click to toggle source
IP address or address object
# File lib/palo_alto/config.rb, line 275797 def name prop_get('@name') end