Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration 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.

Enumeration members

Active

Active: = "ACTIVE"

Creating

Creating: = "CREATING"

Deleted

Deleted: = "DELETED"

Deleting

Deleting: = "DELETING"

Failed

Failed: = "FAILED"

Inactive

Inactive: = "INACTIVE"

NeedsAttention

NeedsAttention: = "NEEDS_ATTENTION"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Updating

Updating: = "UPDATING"

Functions

getDeserializedJsonObj

getJsonObj