Show / Hide Table of Contents

Class RollbackSafeUpgradeStatus

RollbackSafeUpgradeStatus contains the rollback-safe upgrade status of a cluster.

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

Properties

ControlPlaneUpgradeRollbackEndTime

object representation of ControlPlaneUpgradeRollbackEndTimeRaw.

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

ControlPlaneUpgradeRollbackEndTimeDateTimeOffset

DateTimeOffset representation of ControlPlaneUpgradeRollbackEndTimeRaw.

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

ControlPlaneUpgradeRollbackEndTimeRaw

The rollback-safe mode expiration time.

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

Mode

The mode of the rollback-safe upgrade.

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

PreviousVersion

The GKE version that the cluster previously used before step-one upgrade.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX