InstanceGroupManagerUpdatePolicyInstanceRedistributionType

enum InstanceGroupManagerUpdatePolicyInstanceRedistributionType : Enum<InstanceGroupManagerUpdatePolicyInstanceRedistributionType> , ConvertibleToJava<InstanceGroupManagerUpdatePolicyInstanceRedistributionType>

The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.

Entries

Link copied to clipboard

No action is being proactively performed in order to bring this IGM to its target instance distribution.

Link copied to clipboard

This IGM will actively converge to its target instance distribution.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): InstanceGroupManagerUpdatePolicyInstanceRedistributionType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: InstanceGroupManagerUpdatePolicyInstanceRedistributionType
Link copied to clipboard
Link copied to clipboard