Enum PluggableDatabaseProperties.PluggableDatabaseLifecycleState (0.29.0)

public enum PluggableDatabaseProperties.PluggableDatabaseLifecycleState extends Enum<PluggableDatabaseProperties.PluggableDatabaseLifecycleState> implements ProtocolMessageEnum

The various lifecycle states of the PluggableDatabase.

Protobuf enum google.cloud.oracledatabase.v1.PluggableDatabaseProperties.PluggableDatabaseLifecycleState

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABLE

The pluggable database is available.

AVAILABLE = 2;

AVAILABLE_VALUE

The pluggable database is available.

AVAILABLE = 2;

BACKUP_IN_PROGRESS

The pluggable database is backing up.

BACKUP_IN_PROGRESS = 12;

BACKUP_IN_PROGRESS_VALUE

The pluggable database is backing up.

BACKUP_IN_PROGRESS = 12;

DISABLED

The pluggable database is disabled.

DISABLED = 13;

DISABLED_VALUE

The pluggable database is disabled.

DISABLED = 13;

FAILED

The pluggable database is in a failed state.

FAILED = 6;

FAILED_VALUE

The pluggable database is in a failed state.

FAILED = 6;

PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED

The lifecycle state is unspecified.

PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED = 0;

PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED_VALUE

The lifecycle state is unspecified.

PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED = 0;

PROVISIONING

The pluggable database is provisioning.

PROVISIONING = 1;

PROVISIONING_VALUE

The pluggable database is provisioning.

PROVISIONING = 1;

REFRESHING

The pluggable database is refreshing.

REFRESHING = 9;

REFRESHING_VALUE

The pluggable database is refreshing.

REFRESHING = 9;

RELOCATED

The pluggable database is relocated.

RELOCATED = 8;

RELOCATED_VALUE

The pluggable database is relocated.

RELOCATED = 8;

RELOCATING

The pluggable database is relocating.

RELOCATING = 7;

RELOCATING_VALUE

The pluggable database is relocating.

RELOCATING = 7;

RESTORE_FAILED

The pluggable database restore failed.

RESTORE_FAILED = 11;

RESTORE_FAILED_VALUE

The pluggable database restore failed.

RESTORE_FAILED = 11;

RESTORE_IN_PROGRESS

The pluggable database is restoring.

RESTORE_IN_PROGRESS = 10;

RESTORE_IN_PROGRESS_VALUE

The pluggable database is restoring.

RESTORE_IN_PROGRESS = 10;

TERMINATED

The pluggable database is terminated.

TERMINATED = 4;

TERMINATED_VALUE

The pluggable database is terminated.

TERMINATED = 4;

TERMINATING

The pluggable database is terminating.

TERMINATING = 3;

TERMINATING_VALUE

The pluggable database is terminating.

TERMINATING = 3;

UNRECOGNIZED
UPDATING

The pluggable database is updating.

UPDATING = 5;

UPDATING_VALUE

The pluggable database is updating.

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