Reference documentation and code samples for the Google Cloud Database Center V1beta Client class ManagementType.
The management type of the resource.
Protobuf type google.cloud.databasecenter.v1beta.ManagementType
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MANAGEMENT_TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum MANAGEMENT_TYPE_UNSPECIFIED = 0;
MANAGEMENT_TYPE_GCP_MANAGED
Value: 1Google-managed resource.
Generated from protobuf enum MANAGEMENT_TYPE_GCP_MANAGED = 1;
MANAGEMENT_TYPE_SELF_MANAGED
Value: 2Self-managed resource.
Generated from protobuf enum MANAGEMENT_TYPE_SELF_MANAGED = 2;