Class CompatibilityStatus
CompatibilityStatus is the status regarding the control plane's compatibility.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class CompatibilityStatus : IDirectResponseSchema
Properties
DowngradableVersion
Output only. The GKE version that the cluster can be safely downgraded to if the cluster is emulating the previous minor version. It is usually the cluster's previous version before a minor version upgrade.
Declaration
[JsonProperty("downgradableVersion")]
public virtual string DowngradableVersion { 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 |
EmulatedVersionTime
object representation of EmulatedVersionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EmulatedVersionTimeDateTimeOffset instead.")]
public virtual object EmulatedVersionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
EmulatedVersionTimeDateTimeOffset
DateTimeOffset representation of EmulatedVersionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EmulatedVersionTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
EmulatedVersionTimeRaw
Output only. Last time the control plane became available after a minor version binary upgrade with emulated version set. It indicates the last time the cluster entered the rollback safe mode.
Declaration
[JsonProperty("emulatedVersionTime")]
public virtual string EmulatedVersionTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |