Show / Hide Table of Contents

Class BareMetalParallelUpgradeConfig

BareMetalParallelUpgradeConfig defines the parallel upgrade settings for worker node pools.

Inheritance
object
BareMetalParallelUpgradeConfig
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX