Enum ComputeModel (0.29.0)

public enum ComputeModel extends Enum<ComputeModel> implements ProtocolMessageEnum

The compute model of the Exadata Infrastructure, VM Cluster and Autonomous Database.

Protobuf enum google.cloud.oracledatabase.v1.ComputeModel

Implements

ProtocolMessageEnum

Static Fields

Name Description
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_ECPU = 1;

COMPUTE_MODEL_ECPU_VALUE

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_ECPU = 1;

COMPUTE_MODEL_OCPU

Physical measure of compute resources. OCPUs are based on the physical core of a processor.

COMPUTE_MODEL_OCPU = 2;

COMPUTE_MODEL_OCPU_VALUE

Physical measure of compute resources. OCPUs are based on the physical core of a processor.

COMPUTE_MODEL_OCPU = 2;

COMPUTE_MODEL_UNSPECIFIED

Unspecified compute model.

COMPUTE_MODEL_UNSPECIFIED = 0;

COMPUTE_MODEL_UNSPECIFIED_VALUE

Unspecified compute model.

COMPUTE_MODEL_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()