Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ComputeModel.
The compute model of the Exadata Infrastructure, VM Cluster and Autonomous Database.
Protobuf type google.cloud.oracledatabase.v1.ComputeModel
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPUTE_MODEL_UNSPECIFIED
Value: 0Unspecified compute model.
Generated from protobuf enum COMPUTE_MODEL_UNSPECIFIED = 0;
COMPUTE_MODEL_ECPU
Value: 1Abstract measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers.
Generated from protobuf enum COMPUTE_MODEL_ECPU = 1;
COMPUTE_MODEL_OCPU
Value: 2Physical measure of compute resources. OCPUs are based on the physical core of a processor.
Generated from protobuf enum COMPUTE_MODEL_OCPU = 2;