Reference documentation and code samples for the Google Cloud Memorystore V1 Client class ZoneDistributionConfig.
Zone distribution configuration for allocation of instance resources.
Generated from protobuf message google.cloud.memorystore.v1.ZoneDistributionConfig
Namespace
Google \ Cloud \ Memorystore \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ zone |
string
Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode. |
↳ mode |
int
Optional. Current zone distribution mode. Defaults to MULTI_ZONE. |
getZone
Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
Returns | |
---|---|
Type | Description |
string |
setZone
Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMode
Optional. Current zone distribution mode. Defaults to MULTI_ZONE.
Returns | |
---|---|
Type | Description |
int |
setMode
Optional. Current zone distribution mode. Defaults to MULTI_ZONE.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |