Class: IControl::System::SoftwareManagement::RepositoryImageID

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

Overview

A structure with information for identifying a specific image or hotfix.

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



365
366
367
# File 'lib/icontrol/system/software_management.rb', line 365

def chassis_slot_id
  @chassis_slot_id
end

#filenameString

indicates the file in /shared/images or the full path and name to a different location.

Returns:

  • (String)

    the current value of filename



365
366
367
# File 'lib/icontrol/system/software_management.rb', line 365

def filename
  @filename
end