Class: IControl::ARX::NamespaceDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::NamespaceDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains the details of a namespace.
Instance Attribute Summary (collapse)
-
- (String) description
A description of the namespace.
-
- (String) name
The namespace's name.
-
- (IControl::ARX::ProtocolDefinitionSequence) protocols
A list of protocols configured for this namespace.
-
- (IControl::ARX::ARXStatusType) status
The namespace's status.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) description
A description of the namespace.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def description @description end |
- (String) name
The namespace's name.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def name @name end |
- (IControl::ARX::ProtocolDefinitionSequence) protocols
A list of protocols configured for this namespace.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def protocols @protocols end |
- (IControl::ARX::ARXStatusType) status
The namespace's status.
183 184 185 |
# File 'lib/icontrol/arx.rb', line 183 def status @status end |