Class: IControl::System::SoftwareManagement::InstallationID
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::SoftwareManagement::InstallationID
- Defined in:
- lib/icontrol/system/software_management.rb,
lib/icontrol/system/software_management.rb
Overview
A structure that contains the information for identifying a live install process.
Instance Attribute Summary (collapse)
-
- (Numeric) chassis_slot_id
is the blade location in the system chassis.
-
- (String) install_volume
is the hard drive slot the installation is targeted for.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) chassis_slot_id
is the blade location in the system chassis.
334 335 336 |
# File 'lib/icontrol/system/software_management.rb', line 334 def chassis_slot_id @chassis_slot_id end |
- (String) install_volume
is the hard drive slot the installation is targeted for.
334 335 336 |
# File 'lib/icontrol/system/software_management.rb', line 334 def install_volume @install_volume end |