Enum ZoneDistributionConfig.ZoneDistributionMode (0.1.0)

public enum ZoneDistributionConfig.ZoneDistributionMode extends Enum<ZoneDistributionConfig.ZoneDistributionMode> implements ProtocolMessageEnum

Possible zone distribution modes.

Protobuf enum google.cloud.memorystore.v1.ZoneDistributionConfig.ZoneDistributionMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
MULTI_ZONE

Distribute resources across 3 zones picked at random within the region.

MULTI_ZONE = 1;

MULTI_ZONE_VALUE

Distribute resources across 3 zones picked at random within the region.

MULTI_ZONE = 1;

SINGLE_ZONE

Provision resources in a single zone. Zone field must be specified.

SINGLE_ZONE = 2;

SINGLE_ZONE_VALUE

Provision resources in a single zone. Zone field must be specified.

SINGLE_ZONE = 2;

UNRECOGNIZED
ZONE_DISTRIBUTION_MODE_UNSPECIFIED

Not Set. Default: MULTI_ZONE

ZONE_DISTRIBUTION_MODE_UNSPECIFIED = 0;

ZONE_DISTRIBUTION_MODE_UNSPECIFIED_VALUE

Not Set. Default: MULTI_ZONE

ZONE_DISTRIBUTION_MODE_UNSPECIFIED = 0;

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()