Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AutonomousDatabaseStandbyTypeForDrDrills

This specifies the mechanism used to create a temporary Autonomous Database instance for DR Drills. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-clone-about.html for information about these clone types. See https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/autonomous-data-guard-snapshot-standby.html for information about snapshot standby.

  • FULL_CLONE - Creates a full clone of the source Autonomous Database with read-write access for DR Drill operations.
  • REFRESHABLE_CLONE - Creates a full clone of the source Autonomous Database with read-only access for DR Drill operations.
  • SNAPSHOT_STANDBY - Converts the existing standby Autonomous Database to a snapshot standby for DR Drill operations.

Enumeration members

FullClone

FullClone: = "FULL_CLONE"

RefreshableClone

RefreshableClone: = "REFRESHABLE_CLONE"

SnapshotStandby

SnapshotStandby: = "SNAPSHOT_STANDBY"

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.

Functions

getDeserializedJsonObj

getJsonObj