public enum DbSystemProperties.ComputeModel extends Enum<DbSystemProperties.ComputeModel> implements ProtocolMessageEnumThe compute model of the DbSystem.
Protobuf enum google.cloud.oracledatabase.v1.DbSystemProperties.ComputeModel
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
COMPUTE_MODEL_UNSPECIFIED |
The compute model is unspecified. |
COMPUTE_MODEL_UNSPECIFIED_VALUE |
The compute model is unspecified. |
ECPU |
The compute model is virtual. |
ECPU_VALUE |
The compute model is virtual. |
OCPU |
The compute model is physical. |
OCPU_VALUE |
The compute model is physical. |
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() |
|