class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Deviceconfig::HighAvailability::Group::Mode::ActiveActive::VirtualAddress::Entry
Public Instance Methods
_section()
click to toggle source
# File lib/palo_alto/config.rb, line 275638 def _section :'entry' end
has_multiple_values?()
click to toggle source
# File lib/palo_alto/config.rb, line 275635 def has_multiple_values? false end
ip()
click to toggle source
# File lib/palo_alto/config.rb, line 275809 def ip if @create_children @subclasses['ip'] ||= Ip.new(parent_instance: self, create_children: @create_children) else Ip.new(parent_instance: self) end end
ipv6()
click to toggle source
# File lib/palo_alto/config.rb, line 275984 def ipv6 if @create_children @subclasses['ipv6'] ||= Ipv6.new(parent_instance: self, create_children: @create_children) else Ipv6.new(parent_instance: self) end end
name()
click to toggle source
Layer3 interface name
# File lib/palo_alto/config.rb, line 276001 def name prop_get('@name') end