Class BareMetalParallelUpgradeConfig
BareMetalParallelUpgradeConfig defines the parallel upgrade settings for worker node pools.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalParallelUpgradeConfig : IDirectResponseSchema
Properties
ConcurrentNodes
The maximum number of nodes that can be upgraded at once.
Declaration
[JsonProperty("concurrentNodes")]
public virtual int? ConcurrentNodes { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinimumAvailableNodes
The minimum number of nodes that should be healthy and available during an upgrade. If set to the default value of 0, it is possible that none of the nodes will be available during an upgrade.
Declaration
[JsonProperty("minimumAvailableNodes")]
public virtual int? MinimumAvailableNodes { get; set; }
Property Value
Type | Description |
---|---|
int? |