Show / Hide Table of Contents

Enum TargetDatabaseLifecycleState

The lifecycle state of the target database.

  • CREATING - Represents that the target database is creating.
  • UPDATING - Represents that the target database is updating.
  • ACTIVE - Represents that the target database is active.
  • INACTIVE - Represents that the target database is inactive.
  • DELETING - Represents that the target database is deleting.
  • DELETED - Represents that the target database is deleted.
  • NEEDS_ATTENTION - Represents that the target database needs user attention.
  • FAILED - Represents that the target database is failed.
Namespace: Oci.DatasafeService.Models
Assembly: OCI.DotNetSDK.Datasafe.dll
Syntax
public enum TargetDatabaseLifecycleState

Fields

Name Description
Active
Creating
Deleted
Deleting
Failed
Inactive
NeedsAttention
UnknownEnumValue
Updating
In this article
Back to top