Show / Hide Table of Contents

Class UpgradeEvent

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

Inheritance
object
UpgradeEvent
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 UpgradeEvent : IDirectResponseSchema

Properties

CurrentVersion

The current version before the upgrade.

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

ETag

The ETag of the item.

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

Operation

The operation associated with this upgrade.

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

OperationStartTime

object representation of OperationStartTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use OperationStartTimeDateTimeOffset instead.")]
public virtual object OperationStartTime { get; set; }
Property Value
Type Description
object

OperationStartTimeDateTimeOffset

DateTimeOffset representation of OperationStartTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? OperationStartTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

OperationStartTimeRaw

The time when the operation was started.

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

Resource

Optional relative path to the resource. For example in node pool upgrades, 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 that is upgrading.

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

TargetVersion

The target version for the upgrade.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX