Enum CloudVmClusterProperties.State (0.1.0)

public enum CloudVmClusterProperties.State extends Enum<CloudVmClusterProperties.State> implements ProtocolMessageEnum

The various lifecycle states of the VM cluster.

Protobuf enum google.cloud.oracledatabase.v1.CloudVmClusterProperties.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

Indicates that the resource is in available state.

AVAILABLE = 2;

AVAILABLE_VALUE

Indicates that the resource is in available state.

AVAILABLE = 2;

FAILED

Indicates that the resource is in failed state.

FAILED = 6;

FAILED_VALUE

Indicates that the resource is in failed state.

FAILED = 6;

MAINTENANCE_IN_PROGRESS

Indicates that the resource is in maintenance in progress state.

MAINTENANCE_IN_PROGRESS = 7;

MAINTENANCE_IN_PROGRESS_VALUE

Indicates that the resource is in maintenance in progress state.

MAINTENANCE_IN_PROGRESS = 7;

PROVISIONING

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

PROVISIONING_VALUE

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

STATE_UNSPECIFIED

Default unspecified value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default unspecified value.

STATE_UNSPECIFIED = 0;

TERMINATED

Indicates that the resource is in terminated state.

TERMINATED = 5;

TERMINATED_VALUE

Indicates that the resource is in terminated state.

TERMINATED = 5;

TERMINATING

Indicates that the resource is in terminating state.

TERMINATING = 4;

TERMINATING_VALUE

Indicates that the resource is in terminating state.

TERMINATING = 4;

UNRECOGNIZED
UPDATING

Indicates that the resource is in updating state.

UPDATING = 3;

UPDATING_VALUE

Indicates that the resource is in updating state.

UPDATING = 3;

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