public enum DbSystemProperties.DbSystemLifecycleState extends Enum<DbSystemProperties.DbSystemLifecycleState> implements ProtocolMessageEnumThe various lifecycle states of the DbSystem.
Protobuf enum google.cloud.oracledatabase.v1.DbSystemProperties.DbSystemLifecycleState
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AVAILABLE |
Indicates that the resource is in available state. |
AVAILABLE_VALUE |
Indicates that the resource is in available state. |
DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED |
Default unspecified value. |
DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED_VALUE |
Default unspecified value. |
FAILED |
Indicates that the resource is in failed state. |
FAILED_VALUE |
Indicates that the resource is in failed state. |
MAINTENANCE_IN_PROGRESS |
Indicates that the resource is in maintenance in progress state. |
MAINTENANCE_IN_PROGRESS_VALUE |
Indicates that the resource is in maintenance in progress state. |
MIGRATED |
Indicates that the resource has been migrated. |
MIGRATED_VALUE |
Indicates that the resource has been migrated. |
NEEDS_ATTENTION |
Indicates that the resource needs attention. |
NEEDS_ATTENTION_VALUE |
Indicates that the resource needs attention. |
PROVISIONING |
Indicates that the resource is in provisioning state. |
PROVISIONING_VALUE |
Indicates that the resource is in provisioning state. |
TERMINATED |
Indicates that the resource is in terminated state. |
TERMINATED_VALUE |
Indicates that the resource is in terminated state. |
TERMINATING |
Indicates that the resource is in terminating state. |
TERMINATING_VALUE |
Indicates that the resource is in terminating state. |
UNRECOGNIZED |
|
UPDATING |
Indicates that the resource is in updating state. |
UPDATING_VALUE |
Indicates that the resource is in updating state. |
UPGRADING |
Indicates that the resource is upgrading. |
UPGRADING_VALUE |
Indicates that the resource is upgrading. |
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() |
|