computeModel property

String? computeModel
getter/setter pair

The compute model of the DbSystem.

Optional. Possible string values are:

  • "COMPUTE_MODEL_UNSPECIFIED" : The compute model is unspecified.
  • "ECPU" : The compute model is virtual.
  • "OCPU" : Deprecated: This option is not supported. Please use ECPU instead. The compute model is physical.

Implementation

core.String? computeModel;