Interface NodePool.UpgradeSettingsOrBuilder (2.4.1)

public static interface NodePool.UpgradeSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxSurge()

public abstract int getMaxSurge()

The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.

int32 max_surge = 1;

Returns
TypeDescription
int

The maxSurge.

getMaxUnavailable()

public abstract int getMaxUnavailable()

The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.

int32 max_unavailable = 2;

Returns
TypeDescription
int

The maxUnavailable.