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

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ComputeModel.

The compute model of the DbSystem.

Protobuf type google.cloud.oracledatabase.v1.DbSystemProperties.ComputeModel

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ DbSystemProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

COMPUTE_MODEL_UNSPECIFIED

Value: 0

The compute model is unspecified.

Generated from protobuf enum COMPUTE_MODEL_UNSPECIFIED = 0;

ECPU

Value: 1

The compute model is virtual.

Generated from protobuf enum ECPU = 1;

OCPU

Value: 2

The compute model is physical.

Generated from protobuf enum OCPU = 2;