Module: Google::Cloud::DatabaseCenter::V1beta::ResourceCategory
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/service.rb
Overview
The enum value corresponds to 'type' suffix in the resource_type field.
Constant Summary collapse
- RESOURCE_CATEGORY_UNSPECIFIED =
Unspecified.
0- INSTANCE =
A resource that is an Instance.
1- CLUSTER =
A resource that is a Cluster.
2- DATABASE =
A resource that is a Database.
3- DATASET =
A resource that is a Dataset.
4- RESERVATION =
A resource that is a Reservation.
5