Class: IControl::ARX::ExportDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::ExportDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains the details of a virtual service export.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the export.
-
#namespace ⇒ String
The name of the namespace the export is hosted from.
-
#path ⇒ String
The virtual volume path of the export.
-
#protocol ⇒ IControl::ARX::ProtocolType
The file access protocol used for the export.
-
#service ⇒ String
The name of the virtual service that hosts the export.
-
#status ⇒ IControl::ARX::ARXStatusType
The status of the export.
-
#volume ⇒ String
The name of the volume the export is hosted from.
Instance Attribute Details
#name ⇒ String
The name of the export.
88 89 90 |
# File 'lib/icontrol/arx.rb', line 88 def name @name end |
#namespace ⇒ String
The name of the namespace the export is hosted from.
88 89 90 |
# File 'lib/icontrol/arx.rb', line 88 def namespace @namespace end |
#path ⇒ String
The virtual volume path of the export.
88 89 90 |
# File 'lib/icontrol/arx.rb', line 88 def path @path end |
#protocol ⇒ IControl::ARX::ProtocolType
The file access protocol used for the export.
88 89 90 |
# File 'lib/icontrol/arx.rb', line 88 def protocol @protocol end |
#service ⇒ String
The name of the virtual service that hosts the export.
88 89 90 |
# File 'lib/icontrol/arx.rb', line 88 def service @service end |
#status ⇒ IControl::ARX::ARXStatusType
The status of the export.
88 89 90 |
# File 'lib/icontrol/arx.rb', line 88 def status @status end |
#volume ⇒ String
The name of the volume the export is hosted from.
88 89 90 |
# File 'lib/icontrol/arx.rb', line 88 def volume @volume end |