Interface SurgeSettingsOrBuilder (0.40.0)

public interface SurgeSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxSurge()

public abstract int getMaxSurge()

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

int32 max_surge = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The maxSurge.

getMaxUnavailable()

public abstract int getMaxUnavailable()

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

int32 max_unavailable = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The maxUnavailable.