Class UpgradeNote
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.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class UpgradeNote : IDirectResponseSchema
Properties
Distributions
Metadata about the upgrade for each specific operating system.
Declaration
[JsonProperty("distributions")]
public virtual IList<UpgradeDistribution> Distributions { get; set; }
Property Value
Type | Description |
---|---|
IList<UpgradeDistribution> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Package
Required for non-Windows OS. The package this Upgrade is for.
Declaration
[JsonProperty("package")]
public virtual string Package { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Required for non-Windows OS. The version of the package in machine + human readable form.
Declaration
[JsonProperty("version")]
public virtual Version Version { get; set; }
Property Value
Type | Description |
---|---|
Version |
WindowsUpdate
Required for Windows OS. Represents the metadata about the Windows update.
Declaration
[JsonProperty("windowsUpdate")]
public virtual WindowsUpdate WindowsUpdate { get; set; }
Property Value
Type | Description |
---|---|
WindowsUpdate |