computeModel property

String? computeModel
getter/setter pair

The compute model of the Exadata Infrastructure.

Output only. Possible string values are:

  • "COMPUTE_MODEL_UNSPECIFIED" : Unspecified compute model.
  • "COMPUTE_MODEL_ECPU" : Abstract measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers.
  • "COMPUTE_MODEL_OCPU" : Physical measure of compute resources. OCPUs are based on the physical core of a processor.

Implementation

core.String? computeModel;