Enum DbSystemProperties.DbSystemLifecycleState (0.29.0)

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

The various lifecycle states of the DbSystem.

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

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;

DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED

Default unspecified value.

DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED = 0;

DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED_VALUE

Default unspecified value.

DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED = 0;

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 = 8;

MAINTENANCE_IN_PROGRESS_VALUE

Indicates that the resource is in maintenance in progress state.

MAINTENANCE_IN_PROGRESS = 8;

MIGRATED

Indicates that the resource has been migrated.

MIGRATED = 7;

MIGRATED_VALUE

Indicates that the resource has been migrated.

MIGRATED = 7;

NEEDS_ATTENTION

Indicates that the resource needs attention.

NEEDS_ATTENTION = 9;

NEEDS_ATTENTION_VALUE

Indicates that the resource needs attention.

NEEDS_ATTENTION = 9;

PROVISIONING

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

PROVISIONING_VALUE

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

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;

UPGRADING

Indicates that the resource is upgrading.

UPGRADING = 10;

UPGRADING_VALUE

Indicates that the resource is upgrading.

UPGRADING = 10;

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