Module: Google::Cloud::Memorystore::V1::ZoneDistributionConfig::ZoneDistributionMode
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Possible zone distribution modes.
Constant Summary collapse
- ZONE_DISTRIBUTION_MODE_UNSPECIFIED =
Not Set. Default: MULTI_ZONE
0- MULTI_ZONE =
Distribute resources across 3 zones picked at random within the region.
1- SINGLE_ZONE =
Provision resources in a single zone. Zone field must be specified.
2