Class: IControl::System::SoftwareManagement::RepositoryImageID
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::SoftwareManagement::RepositoryImageID
- 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
-
#chassis_slot_id ⇒ Numeric
is the blade location in the system chassis.
-
#filename ⇒ String
indicates the file in /shared/images or the full path and name to a different location.
Instance Attribute Details
#chassis_slot_id ⇒ Numeric
is the blade location in the system chassis.
365 366 367 |
# File 'lib/icontrol/system/software_management.rb', line 365 def chassis_slot_id @chassis_slot_id end |
#filename ⇒ String
indicates the file in /shared/images or the full path and name to a different location.
365 366 367 |
# File 'lib/icontrol/system/software_management.rb', line 365 def filename @filename end |