Reference documentation and code samples for the Google Cloud Memorystore V1 Client class ZoneDistributionMode.
Possible zone distribution modes.
Protobuf type google.cloud.memorystore.v1.ZoneDistributionConfig.ZoneDistributionMode
Namespace
Google \ Cloud \ Memorystore \ V1 \ ZoneDistributionConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ZONE_DISTRIBUTION_MODE_UNSPECIFIED
Value: 0Not Set. Default: MULTI_ZONE
Generated from protobuf enum ZONE_DISTRIBUTION_MODE_UNSPECIFIED = 0;
MULTI_ZONE
Value: 1Distribute resources across 3 zones picked at random within the region.
Generated from protobuf enum MULTI_ZONE = 1;
SINGLE_ZONE
Value: 2Provision resources in a single zone. Zone field must be specified.
Generated from protobuf enum SINGLE_ZONE = 2;