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).

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.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.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 - The package this Upgrade is for.

Declaration
[JsonProperty("package")]
public virtual string Package { get; set; }
Property Value
Type Description
string

ParsedVersion

Required - 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX