Google Cloud Oracle Database V1 Client - Class ManagementType (0.8.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MANAGEMENT_TYPE_UNSPECIFIED

Value: 0

The type is not specified.

Generated from protobuf enum MANAGEMENT_TYPE_UNSPECIFIED = 0;

BASIC

Value: 1

Basic Database Management.

Generated from protobuf enum BASIC = 1;

ADVANCED

Value: 2

Advanced Database Management.

Generated from protobuf enum ADVANCED = 2;