mode property
The mode of zone distribution.
Defaults to MULTI_ZONE, when not specified.
Optional. Possible string values are:
- "ZONE_DISTRIBUTION_MODE_UNSPECIFIED" : Not Set. Default: MULTI_ZONE
- "MULTI_ZONE" : Distribute all resources across 3 zones picked at random, within the region.
- "SINGLE_ZONE" : Distribute all resources in a single zone. The zone field must be specified, when this mode is selected.
Implementation
core.String? mode;