Enum TargetDatabaseGroupLifecycleState
The lifecycle state of the target database group.
- CREATING - The target database group is currently being created.
- UPDATING - The target database group is being updated.
- ACTIVE - The target database group has been successfully created.
- DELETING - The target database group is in the process of being deleted.
- DELETED - The target database group has been successfully deleted.
- FAILED - The target database group creation or update has failed.
- NEEDS_ATTENTION - The target database group requires user attention.
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public enum TargetDatabaseGroupLifecycleState
Fields
| Name | Description |
|---|---|
| Active | |
| Creating | |
| Deleted | |
| Deleting | |
| Failed | |
| NeedsAttention | |
| UnknownEnumValue | |
| Updating |