computeModel property
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" : The compute model is physical.
Implementation
core.String? computeModel;