Class: IControl::System::Disk::LogicalDisk
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Disk::LogicalDisk
- Defined in:
- lib/icontrol/system/disk.rb,
lib/icontrol/system/disk.rb
Overview
A struct that contains a key for logical_disk.
Instance Attribute Summary (collapse)
-
- (String) name
The name for the logical disk, e.g., "HD2", "CF1", "MD1".
-
- (Numeric) slot_id
The slot identifier for the logical disk.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) name
The name for the logical disk, e.g., "HD2", "CF1", "MD1"
291 292 293 |
# File 'lib/icontrol/system/disk.rb', line 291 def name @name end |
- (Numeric) slot_id
The slot identifier for the logical disk. For a non-clustered system, this is zero.
291 292 293 |
# File 'lib/icontrol/system/disk.rb', line 291 def slot_id @slot_id end |