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

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 \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MANAGEMENT_TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum MANAGEMENT_TYPE_UNSPECIFIED = 0;

MANAGEMENT_TYPE_GCP_MANAGED

Value: 1

Google-managed resource.

Generated from protobuf enum MANAGEMENT_TYPE_GCP_MANAGED = 1;

MANAGEMENT_TYPE_SELF_MANAGED

Value: 2

Self-managed resource.

Generated from protobuf enum MANAGEMENT_TYPE_SELF_MANAGED = 2;