Class: IControl::System::SoftwareManagement::SoftwareRepositoryHotfix

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 describing a specific image.

Instance Attribute Summary collapse

Instance Attribute Details

#buildString

The products build number.

Returns:

  • (String)

    the current value of build



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def build
  @build
end

#chassis_slot_idNumeric

is the blade location in the system chassis.

Returns:

  • (Numeric)

    the current value of chassis_slot_id



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def chassis_slot_id
  @chassis_slot_id
end

#chksumString

The md5 checksum of the file.

Returns:

  • (String)

    the current value of chksum



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def chksum
  @chksum
end

#filenameString

The filename of the image.

Returns:

  • (String)

    the current value of filename



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def filename
  @filename
end

#hotfix_idString

The ID of the hotfix.

Returns:

  • (String)

    the current value of hotfix_id



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def hotfix_id
  @hotfix_id
end

#hotfix_titleString

The title of the hotfix

Returns:

  • (String)

    the current value of hotfix_title



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def hotfix_title
  @hotfix_title
end

#productString

The product’s name.

Returns:

  • (String)

    the current value of product



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def product
  @product
end

#verifiedObject

Verified is True if the md5 is up to date, False if the checksum is being calculated.

Returns:

  • (Object)

    the current value of verified



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def verified
  @verified
end

#versionString

The product’s version.

Returns:

  • (String)

    the current value of version



381
382
383
# File 'lib/icontrol/system/software_management.rb', line 381

def version
  @version
end