class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Interface::Ethernet::Entry::VirtualWire::Lacp

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 280439
def _section
        :'lacp'
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 280436
def has_multiple_values?
        false
end
high_availability() click to toggle source
# File lib/palo_alto/config.rb, line 280465
def high_availability
        @subclasses['high-availability'] ||= HighAvailability.new(parent_instance: self, create_children: @create_children)
end