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 \ DbSystemPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COMPUTE_MODEL_UNSPECIFIED
Value: 0The compute model is unspecified.
Generated from protobuf enum COMPUTE_MODEL_UNSPECIFIED = 0;
ECPU
Value: 1The compute model is virtual.
Generated from protobuf enum ECPU = 1;
OCPU
Value: 2The compute model is physical.
Generated from protobuf enum OCPU = 2;