Reference documentation and code samples for the Google Cloud Redis V1 Client class Tier.
Available service tiers to choose from
Protobuf type google.cloud.redis.v1.Instance.Tier
Namespace
Google \ Cloud \ Redis \ V1 \ InstanceMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TIER_UNSPECIFIED
Value: 0Not set.
Generated from protobuf enum TIER_UNSPECIFIED = 0;
BASIC
Value: 1BASIC tier: standalone instance
Generated from protobuf enum BASIC = 1;
STANDARD_HA
Value: 3STANDARD_HA tier: highly available primary/replica instances
Generated from protobuf enum STANDARD_HA = 3;