Class: IControl::Common::VLANFilterList
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Common::VLANFilterList
- 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
-
#state ⇒ IControl::Common::EnabledState
An indicator of whether the VLAN list is a list of enabled or disabled VLANs .
-
#vlans ⇒ StringSequence
The list of VLAN names in the filter.
Instance Attribute Details
#state ⇒ IControl::Common::EnabledState
An indicator of whether the VLAN list is a list of enabled or disabled VLANs .
235 236 237 |
# File 'lib/icontrol/common.rb', line 235 def state @state end |
#vlans ⇒ StringSequence
The list of VLAN names in the filter.
235 236 237 |
# File 'lib/icontrol/common.rb', line 235 def vlans @vlans end |