public enum ComputeModel extends Enum<ComputeModel> implements ProtocolMessageEnumThe compute model of the Exadata Infrastructure, VM Cluster and Autonomous Database.
Protobuf enum google.cloud.oracledatabase.v1.ComputeModel
Implements
ProtocolMessageEnumStatic 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_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_OCPU |
Physical measure of compute resources. OCPUs are based on the physical core of a processor. |
COMPUTE_MODEL_OCPU_VALUE |
Physical measure of compute resources. OCPUs are based on the physical core of a processor. |
COMPUTE_MODEL_UNSPECIFIED |
Unspecified compute model. |
COMPUTE_MODEL_UNSPECIFIED_VALUE |
Unspecified compute model. |
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() |
|