You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/disaster_recovery_dr_plan.html.markdown
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,19 +39,22 @@ The following attributes are exported:
39
39
*`freeform_tags` - Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"Department": "Finance"}`
40
40
*`id` - The OCID of the DR plan. Example: `ocid1.drplan.oc1..uniqueID`
41
41
*`life_cycle_details` - A message describing the DR plan's current state in more detail.
42
+
*`lifecycle_sub_state` - The current state of the DR plan.
42
43
*`peer_dr_protection_group_id` - The OCID of the peer DR protection group associated with this plan's DR protection group. Example: `ocid1.drprotectiongroup.oc1..uniqueID`
43
44
*`peer_region` - The region of the peer DR protection group associated with this plan's DR protection group. Example: `us-ashburn-1`
44
45
*`plan_groups` - The list of groups in this DR plan.
45
46
* `display_name` - The display name of the group. Example: `DATABASE_SWITCHOVER`
46
47
* `id` - The unique id of the group. Must not be modified by user. Example: `sgid1.group..uniqueID`
47
48
* `is_pause_enabled` - A flag indicating whether this group should be enabled for execution. This flag is only applicable to the `USER_DEFINED_PAUSE` group. The flag should be null for the remaining group types. Example: `true`
49
+
* `refresh_status` - The DR plan group refresh status. Example: `GROUP_MODIFIED`
48
50
* `steps` - The list of steps in the group.
49
51
* `display_name` - The display name of the group. Example: `DATABASE_SWITCHOVER`
50
52
* `error_mode` - The error mode for this step.
51
53
* `group_id` - The unique id of the group to which this step belongs. Must not be modified by user. Example: `sgid1.group..uniqueID`
52
54
* `id` - The unique id of the step. Must not be modified by the user. Example: `sgid1.step..uniqueID`
53
55
* `is_enabled` - A flag indicating whether this step should be enabled for execution. Example: `true`
54
56
* `member_id` - The OCID of the member associated with this step. Example: `ocid1.database.oc1..uniqueID`
57
+
* `refresh_status` - The DR plan step refresh status. Example: `STEP_ADDED`
55
58
* `timeout` - The timeout in seconds for executing this step. Example: `600`
56
59
* `type` - The plan step type.
57
60
* `user_defined_step` - The details for a user-defined step in a DR plan.
@@ -86,6 +89,7 @@ The following attributes are exported:
86
89
87
90
**INVOKE_FUNCTION** - A step which invokes an Oracle Cloud Infrastructure function. See https://docs.oracle.com/en-us/iaas/Content/Functions/home.htm.
88
91
* `type` - The group type. Example: `BUILT_IN`
92
+
*`source_plan_id` - If this is a cloned DR plan, the OCID of the source DR plan that was used to clone this DR plan. If this DR plan was not cloned, then the value for this will be `null`. Example: `ocid1.drplan.oc1..uniqueID`
89
93
*`state` - The current state of the DR plan.
90
94
*`system_tags` - Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
91
95
*`time_created` - The date and time the DR plan was created. An RFC3339 formatted datetime string. Example: `2019-03-29T09:36:42Z`
0 commit comments