Show / Hide Table of Contents

Class UpgradeAvailableEvent

UpgradeAvailableEvent is a notification sent to customers when a new available version is released.

Inheritance
object
UpgradeAvailableEvent
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.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class UpgradeAvailableEvent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReleaseChannel

The release channel of the version. If empty, it means a non-channel release.

Declaration
[JsonProperty("releaseChannel")]
public virtual ReleaseChannel ReleaseChannel { get; set; }
Property Value
Type Description
ReleaseChannel

Resource

Optional relative path to the resource. For example, the relative path of the node pool.

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

ResourceType

The resource type of the release version.

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

Version

The release version available for upgrade.

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

WindowsVersions

Windows node versions info.

Declaration
[JsonProperty("windowsVersions")]
public virtual WindowsVersions WindowsVersions { get; set; }
Property Value
Type Description
WindowsVersions

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX