instanceRedistributionType property

String? instanceRedistributionType
getter/setter pair

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. Possible string values are:
  • "NONE" : No action is being proactively performed in order to bring this IGM to its target instance distribution.
  • "PROACTIVE" : This IGM will actively converge to its target instance distribution.

Implementation

core.String? instanceRedistributionType;