Google Cloud Memorystore V1beta Client - Class ZoneDistributionMode (0.1.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class ZoneDistributionMode.

Possible zone distribution modes.

Protobuf type google.cloud.memorystore.v1beta.ZoneDistributionConfig.ZoneDistributionMode

Namespace

Google \ Cloud \ Memorystore \ V1beta \ ZoneDistributionConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ZONE_DISTRIBUTION_MODE_UNSPECIFIED

Value: 0

Not Set. Default: MULTI_ZONE

Generated from protobuf enum ZONE_DISTRIBUTION_MODE_UNSPECIFIED = 0;

MULTI_ZONE

Value: 1

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

Generated from protobuf enum MULTI_ZONE = 1;

SINGLE_ZONE

Value: 2

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

Generated from protobuf enum SINGLE_ZONE = 2;