Class: Grafeas::V1::UpgradeNote

Inherits:
Object
  • Object
show all
Defined in:
lib/grafeas/v1/doc/grafeas/v1/upgrade.rb

Overview

An Upgrade Note represents a potential upgrade of a package to a given version. For each package version combination (i.e. bash 4.0, bash 4.1, bash 4.1.2), there will be an Upgrade Note. For Windows, windows_update field represents the information related to the update.

Instance Attribute Summary collapse

Instance Attribute Details

#distributionsArray<Grafeas::V1::UpgradeDistribution>

Returns Metadata about the upgrade for each specific operating system.

Returns:



35
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35

class UpgradeNote; end

#packageString

Returns Required for non-Windows OS. The package this Upgrade is for.

Returns:

  • (String)

    Required for non-Windows OS. The package this Upgrade is for.



35
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35

class UpgradeNote; end

#versionGrafeas::V1::Version

Returns Required for non-Windows OS. The version of the package in machine + human readable form.

Returns:

  • (Grafeas::V1::Version)

    Required for non-Windows OS. The version of the package in machine + human readable form.



35
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35

class UpgradeNote; end

#windows_updateGrafeas::V1::WindowsUpdate

Returns Required for Windows OS. Represents the metadata about the Windows update.

Returns:



35
# File 'lib/grafeas/v1/doc/grafeas/v1/upgrade.rb', line 35

class UpgradeNote; end