public enum ZoneDistributionConfig.ZoneDistributionMode extends Enum<ZoneDistributionConfig.ZoneDistributionMode> implements ProtocolMessageEnumPossible zone distribution modes.
 Protobuf enum google.cloud.memorystore.v1.ZoneDistributionConfig.ZoneDistributionMode
Implements
ProtocolMessageEnumStatic Fields | 
      |
|---|---|
| Name | Description | 
MULTI_ZONE | 
        Distribute resources across 3 zones picked at random within the region.    | 
      
MULTI_ZONE_VALUE | 
        Distribute resources across 3 zones picked at random within the region.    | 
      
SINGLE_ZONE | 
        Provision resources in a single zone. Zone field must be specified.    | 
      
SINGLE_ZONE_VALUE | 
        Provision resources in a single zone. Zone field must be specified.    | 
      
UNRECOGNIZED | 
        |
ZONE_DISTRIBUTION_MODE_UNSPECIFIED | 
        Not Set. Default: MULTI_ZONE    | 
      
ZONE_DISTRIBUTION_MODE_UNSPECIFIED_VALUE | 
        Not Set. Default: MULTI_ZONE    | 
      
Static Methods | 
      |
|---|---|
| Name | Description | 
forNumber(int value) | 
        |
getDescriptor() | 
        |
internalGetValueMap() | 
        |
valueOf(Descriptors.EnumValueDescriptor desc) | 
        |
valueOf(int value) | 
        Deprecated. Use #forNumber(int) instead.  | 
      
valueOf(String name) | 
        |
values() | 
        |
Methods | 
      |
|---|---|
| Name | Description | 
getDescriptorForType() | 
        |
getNumber() | 
        |
getValueDescriptor() | 
        |