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 \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESOURCE_CATEGORY_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum RESOURCE_CATEGORY_UNSPECIFIED = 0;
INSTANCE
Value: 1A resource that is an Instance.
Generated from protobuf enum INSTANCE = 1;
CLUSTER
Value: 2A resource that is a Cluster.
Generated from protobuf enum CLUSTER = 2;
DATABASE
Value: 3A resource that is a Database.
Generated from protobuf enum DATABASE = 3;
DATASET
Value: 4A resource that is a Dataset.
Generated from protobuf enum DATASET = 4;
RESERVATION
Value: 5A resource that is a Reservation.
Generated from protobuf enum RESERVATION = 5;