Google Cloud Database Center V1beta Client - Class ResourceCategory (0.3.1)

Reference documentation and code samples for the Google Cloud Database Center V1beta Client class ResourceCategory.

The enum value corresponds to 'type' suffix in the resource_type field.

Protobuf type google.cloud.databasecenter.v1beta.ResourceCategory

Namespace

Google \ Cloud \ DatabaseCenter \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESOURCE_CATEGORY_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum RESOURCE_CATEGORY_UNSPECIFIED = 0;

INSTANCE

Value: 1

A resource that is an Instance.

Generated from protobuf enum INSTANCE = 1;

CLUSTER

Value: 2

A resource that is a Cluster.

Generated from protobuf enum CLUSTER = 2;

DATABASE

Value: 3

A resource that is a Database.

Generated from protobuf enum DATABASE = 3;