Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ManagementType.
The Database Management type.
Protobuf type google.cloud.oracledatabase.v1.DatabaseManagementConfig.ManagementType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ DatabaseManagementConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MANAGEMENT_TYPE_UNSPECIFIED
Value: 0The type is not specified.
Generated from protobuf enum MANAGEMENT_TYPE_UNSPECIFIED = 0;
BASIC
Value: 1Basic Database Management.
Generated from protobuf enum BASIC = 1;
ADVANCED
Value: 2Advanced Database Management.
Generated from protobuf enum ADVANCED = 2;