Show / Hide Table of Contents

Class UpgradeInfoEvent

UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.

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

Properties

CurrentVersion

The current version before the upgrade.

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

Description

A brief description of the event.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

EndTime

object representation of EndTimeRaw.

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

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

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

EndTimeRaw

The time when the operation ended.

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

EventType

The type of the event.

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

ExtendedSupportEndTime

object representation of ExtendedSupportEndTimeRaw.

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

ExtendedSupportEndTimeDateTimeOffset

DateTimeOffset representation of ExtendedSupportEndTimeRaw.

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

ExtendedSupportEndTimeRaw

The end of extended support timestamp.

Declaration
[JsonProperty("extendedSupportEndTime")]
public virtual string ExtendedSupportEndTimeRaw { 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

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 associated with the upgrade.

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

StandardSupportEndTime

object representation of StandardSupportEndTimeRaw.

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

StandardSupportEndTimeDateTimeOffset

DateTimeOffset representation of StandardSupportEndTimeRaw.

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

StandardSupportEndTimeRaw

The end of standard support timestamp.

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

StartTime

object representation of StartTimeRaw.

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

StartTimeDateTimeOffset

DateTimeOffset representation of StartTimeRaw.

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

StartTimeRaw

The time when the operation was started.

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

State

Output only. The state of the upgrade.

Declaration
[JsonProperty("state")]
public virtual string State { 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