Show / Hide Table of Contents

Class UpgradeOccurrence

An Upgrade Occurrence represents that a specific resource_url could install a specific upgrade. This presence is supplied via local sources (i.e. it is present in the mirror and the running system has noticed its availability). For Windows, both distribution and windows_update contain information for the Windows update.

Inheritance
object
UpgradeOccurrence
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class UpgradeOccurrence : IDirectResponseSchema

Properties

Distribution

Metadata about the upgrade for available for the specific operating system for the resource_url. This allows efficient filtering, as well as making it easier to use the occurrence.

Declaration
[JsonProperty("distribution")]
public virtual UpgradeDistribution Distribution { get; set; }
Property Value
Type Description
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

ParsedVersion

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

Declaration
[JsonProperty("parsedVersion")]
public virtual Version ParsedVersion { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX