Show / Hide Table of Contents

Class ClusterUpgradeGKEUpgradeOverride

Properties of a GKE upgrade that can be overridden by the user. For example, a user can skip soaking by overriding the soaking to 0.

Inheritance
object
ClusterUpgradeGKEUpgradeOverride
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.GKEHub.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.dll
Syntax
public class ClusterUpgradeGKEUpgradeOverride : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

PostConditions

Required. Post conditions to override for the specified upgrade (name + version). Required.

Declaration
[JsonProperty("postConditions")]
public virtual ClusterUpgradePostConditions PostConditions { get; set; }
Property Value
Type Description
ClusterUpgradePostConditions

Upgrade

Required. Which upgrade to override. Required.

Declaration
[JsonProperty("upgrade")]
public virtual ClusterUpgradeGKEUpgrade Upgrade { get; set; }
Property Value
Type Description
ClusterUpgradeGKEUpgrade

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX