Class: IControl::System::SoftwareManagement::InstallationID

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#chassis_slot_idNumeric

is the blade location in the system chassis.

Returns:

  • (Numeric)

    the current value of chassis_slot_id



334
335
336
# File 'lib/icontrol/system/software_management.rb', line 334

def chassis_slot_id
  @chassis_slot_id
end

#install_volumeString

is the hard drive slot the installation is targeted for.

Returns:

  • (String)

    the current value of install_volume



334
335
336
# File 'lib/icontrol/system/software_management.rb', line 334

def install_volume
  @install_volume
end