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)
-
- (IControl::Common::EnabledState) state
An indicator of whether the VLAN list is a list of enabled or disabled VLANs .
-
- (StringSequence) vlans
The list of VLAN names in the filter.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::EnabledState) state
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 |
- (StringSequence) vlans
The list of VLAN names in the filter.
235 236 237 |
# File 'lib/icontrol/common.rb', line 235 def vlans @vlans end |