Enum DatabaseProperties.DatabaseLifecycleState (0.29.0)

public enum DatabaseProperties.DatabaseLifecycleState extends Enum<DatabaseProperties.DatabaseLifecycleState> implements ProtocolMessageEnum

The various lifecycle states of the Database.

Protobuf enum google.cloud.oracledatabase.v1.DatabaseProperties.DatabaseLifecycleState

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;

BACKUP_IN_PROGRESS

Indicates that the resource is in backup in progress state.

BACKUP_IN_PROGRESS = 4;

BACKUP_IN_PROGRESS_VALUE

Indicates that the resource is in backup in progress state.

BACKUP_IN_PROGRESS = 4;

CONVERTING

Indicates that the resource is in converting state.

CONVERTING = 6;

CONVERTING_VALUE

Indicates that the resource is in converting state.

CONVERTING = 6;

DATABASE_LIFECYCLE_STATE_UNSPECIFIED

Default unspecified value.

DATABASE_LIFECYCLE_STATE_UNSPECIFIED = 0;

DATABASE_LIFECYCLE_STATE_UNSPECIFIED_VALUE

Default unspecified value.

DATABASE_LIFECYCLE_STATE_UNSPECIFIED = 0;

FAILED

Indicates that the resource is in failed state.

FAILED = 10;

FAILED_VALUE

Indicates that the resource is in failed state.

FAILED = 10;

PROVISIONING

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

PROVISIONING_VALUE

Indicates that the resource is in provisioning state.

PROVISIONING = 1;

RESTORE_FAILED

Indicates that the resource is in restore failed state.

RESTORE_FAILED = 9;

RESTORE_FAILED_VALUE

Indicates that the resource is in restore failed state.

RESTORE_FAILED = 9;

TERMINATED

Indicates that the resource is in terminated state.

TERMINATED = 8;

TERMINATED_VALUE

Indicates that the resource is in terminated state.

TERMINATED = 8;

TERMINATING

Indicates that the resource is in terminating state.

TERMINATING = 7;

TERMINATING_VALUE

Indicates that the resource is in terminating state.

TERMINATING = 7;

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 in upgrading state.

UPGRADING = 5;

UPGRADING_VALUE

Indicates that the resource is in upgrading state.

UPGRADING = 5;

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