Class: IControl::ARX::ProtocolDefinition

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/arx.rb,
lib/icontrol/arx.rb

Overview

A structure that contains file access protocol details.

Instance Attribute Summary collapse

Instance Attribute Details

#typeIControl::ARX::ProtocolType

The protocol’s type (CIFS or NFS).

Returns:



307
308
309
# File 'lib/icontrol/arx.rb', line 307

def type
  @type
end

#versionIControl::ARX::ProtocolVersion

The protocol’s version (only for NFS).

Returns:



307
308
309
# File 'lib/icontrol/arx.rb', line 307

def version
  @version
end