Class: IControl::System::SoftwareManagement::SoftwareRepositoryHotfix
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::SoftwareManagement::SoftwareRepositoryHotfix
- Defined in:
- lib/icontrol/system/software_management.rb,
lib/icontrol/system/software_management.rb
Overview
A structure with information for describing a specific image.
Instance Attribute Summary collapse
-
#build ⇒ String
The products build number.
-
#chassis_slot_id ⇒ Numeric
is the blade location in the system chassis.
-
#chksum ⇒ String
The md5 checksum of the file.
-
#filename ⇒ String
The filename of the image.
-
#hotfix_id ⇒ String
The ID of the hotfix.
-
#hotfix_title ⇒ String
The title of the hotfix.
-
#product ⇒ String
The product’s name.
-
#verified ⇒ Object
Verified is True if the md5 is up to date, False if the checksum is being calculated.
-
#version ⇒ String
The product’s version.
Instance Attribute Details
#build ⇒ String
The products build number.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def build @build end |
#chassis_slot_id ⇒ Numeric
is the blade location in the system chassis.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def chassis_slot_id @chassis_slot_id end |
#chksum ⇒ String
The md5 checksum of the file.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def chksum @chksum end |
#filename ⇒ String
The filename of the image.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def filename @filename end |
#hotfix_id ⇒ String
The ID of the hotfix.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def hotfix_id @hotfix_id end |
#hotfix_title ⇒ String
The title of the hotfix
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def hotfix_title @hotfix_title end |
#product ⇒ String
The product’s name.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def product @product end |
#verified ⇒ Object
Verified is True if the md5 is up to date, False if the checksum is being calculated.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def verified @verified end |
#version ⇒ String
The product’s version.
381 382 383 |
# File 'lib/icontrol/system/software_management.rb', line 381 def version @version end |