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
-
#chassis_slot_id ⇒ Numeric
is the blade location in the system chassis.
-
#install_volume ⇒ String
is the hard drive slot the installation is targeted for.
Instance Attribute Details
#chassis_slot_id ⇒ Numeric
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 |
#install_volume ⇒ String
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 |