class PaloAlto::XML::Config::Devices::Entry::Template::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 169109
def _section
        :'entry'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 169106
def has_multiple_values?
        false
end
ip() click to toggle source
# File lib/palo_alto/config.rb, line 169280
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 169455
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 169472
def name
        prop_get('@name')
end