Reference documentation and code samples for the Google Cloud Parallelstore V1 Client class DeploymentType.
Represents the deployment type for the instance.
Protobuf type google.cloud.parallelstore.v1.DeploymentType
Namespace
Google \ Cloud \ Parallelstore \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DEPLOYMENT_TYPE_UNSPECIFIED
Value: 0Default Deployment Type It is equivalent to SCRATCH
Generated from protobuf enum DEPLOYMENT_TYPE_UNSPECIFIED = 0;
SCRATCH
Value: 1Scratch
Generated from protobuf enum SCRATCH = 1;
PERSISTENT
Value: 2Persistent
Generated from protobuf enum PERSISTENT = 2;