Enum DbSystemProperties.ComputeModel (0.29.0)

public enum DbSystemProperties.ComputeModel extends Enum<DbSystemProperties.ComputeModel> implements ProtocolMessageEnum

The compute model of the DbSystem.

Protobuf enum google.cloud.oracledatabase.v1.DbSystemProperties.ComputeModel

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPUTE_MODEL_UNSPECIFIED

The compute model is unspecified.

COMPUTE_MODEL_UNSPECIFIED = 0;

COMPUTE_MODEL_UNSPECIFIED_VALUE

The compute model is unspecified.

COMPUTE_MODEL_UNSPECIFIED = 0;

ECPU

The compute model is virtual.

ECPU = 1;

ECPU_VALUE

The compute model is virtual.

ECPU = 1;

OCPU

The compute model is physical.

OCPU = 2;

OCPU_VALUE

The compute model is physical.

OCPU = 2;

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()