Class: IControl::Common::VLANFilterList

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/common.rb,
lib/icontrol/common.rb

Overview

A struct that specifies a list of VLAN names used as ingress VLAN filters.

Instance Attribute Summary collapse

Instance Attribute Details

#stateIControl::Common::EnabledState

An indicator of whether the VLAN list is a list of enabled or disabled VLANs .

Returns:



235
236
237
# File 'lib/icontrol/common.rb', line 235

def state
  @state
end

#vlansStringSequence

The list of VLAN names in the filter.

Returns:



235
236
237
# File 'lib/icontrol/common.rb', line 235

def vlans
  @vlans
end