Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DrPlan

The details of a DR plan.

Properties

compartmentId

compartmentId: string

The OCID of the compartment containing the DR plan.

Example: {@code ocid1.compartment.oc1..uniqueID}

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

displayName

displayName: string

The display name of the DR plan.

Example: {@code EBS Switchover PHX to IAD}

drProtectionGroupId

drProtectionGroupId: string

The OCID of the DR protection group to which this DR plan belongs.

Example: {@code ocid1.drplan.oc1..uniqueID}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.

Example: {@code {\"Department\": \"Finance\"}}

id

id: string

The OCID of the DR plan.

Example: {@code ocid1.drplan.oc1..uniqueID}

Optional lifeCycleDetails

lifeCycleDetails: undefined | string

A message describing the DR plan's current state in more detail.

lifecycleState

lifecycleState: DrPlanLifecycleState

The current state of the DR plan.

peerDrProtectionGroupId

peerDrProtectionGroupId: string

The OCID of the peer DR protection group associated with this plan's DR protection group.

Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}

peerRegion

peerRegion: string

The region of the peer DR protection group associated with this plan's DR protection group.

Example: {@code us-ashburn-1}

planGroups

planGroups: Array<DrPlanGroup>

The list of groups in this DR plan.

Optional systemTags

systemTags: undefined | object

Usage of system tag keys. These predefined keys are scoped to namespaces.

Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}

timeCreated

timeCreated: Date

The date and time the DR plan was created. An RFC3339 formatted datetime string.

Example: {@code 2019-03-29T09:36:42Z}

timeUpdated

timeUpdated: Date

The date and time the DR plan was updated. An RFC3339 formatted datetime string.

Example: {@code 2019-03-29T09:36:42Z}

type

The type of the DR plan.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: DrPlan): object

getJsonObj

  • getJsonObj(obj: DrPlan): object