Google Cloud Parallelstore V1beta Client - Class DeploymentType (0.8.2)

Reference documentation and code samples for the Google Cloud Parallelstore V1beta Client class DeploymentType.

Represents the deployment type for the instance.

Protobuf type google.cloud.parallelstore.v1beta.DeploymentType

Namespace

Google \ Cloud \ Parallelstore \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEPLOYMENT_TYPE_UNSPECIFIED

Value: 0

Default Deployment Type It is equivalent to SCRATCH

Generated from protobuf enum DEPLOYMENT_TYPE_UNSPECIFIED = 0;

SCRATCH

Value: 1

Scratch

Generated from protobuf enum SCRATCH = 1;

PERSISTENT

Value: 2

Persistent

Generated from protobuf enum PERSISTENT = 2;