Class ClusterUpgradePostConditions
Post conditional checks after an upgrade has been applied on all eligible clusters.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ClusterUpgradePostConditions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Soaking
Required. Amount of time to "soak" after a rollout has been finished before marking it COMPLETE. Cannot exceed 30 days. Required.
Declaration
[JsonProperty("soaking")]
public virtual object Soaking { get; set; }
Property Value
Type | Description |
---|---|
object |