Class: IControl::ARX::ProtocolDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::ProtocolDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains file access protocol details.
Instance Attribute Summary collapse
-
#type ⇒ IControl::ARX::ProtocolType
The protocol’s type (CIFS or NFS).
-
#version ⇒ IControl::ARX::ProtocolVersion
The protocol’s version (only for NFS).
Instance Attribute Details
#type ⇒ IControl::ARX::ProtocolType
The protocol’s type (CIFS or NFS).
307 308 309 |
# File 'lib/icontrol/arx.rb', line 307 def type @type end |
#version ⇒ IControl::ARX::ProtocolVersion
The protocol’s version (only for NFS).
307 308 309 |
# File 'lib/icontrol/arx.rb', line 307 def version @version end |