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_protection_group.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ The following attributes are exported:
44
44
* `namespace` - The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
45
45
* `object` - The object name inside the object storage bucket. Example: `switchover_plan_executions`
46
46
*`members` - A list of DR protection group members.
47
+
* `autonomous_database_standby_type_for_dr_drills` - 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.
47
48
* `backend_set_mappings` - A list of backend set mappings that are used to transfer or update backends during DR.
48
49
* `destination_backend_set_name` - The name of the destination backend set. Example: `My_Destination_Backend_Set`
49
50
* `is_backend_set_for_non_movable` - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example: `true`
@@ -55,6 +56,7 @@ The following attributes are exported:
55
56
* `mount_details` - The details for mounting or unmounting the file system on a block volume.
56
57
* `mount_point` - The physical mount point used for mounting and unmounting the file system on a block volume. Example: `/mnt/yourmountpoint`
57
58
* `bucket` - The bucket name inside the object storage namespace. Example: `bucket_name`
59
+
* `connection_string_type` - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
58
60
* `destination_availability_domain` - The availability domain of the destination mount target. Example: `BBTh:region-AD`
59
61
* `destination_capacity_reservation_id` - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example: `ocid1.capacityreservation.oc1..uniqueID`
60
62
* `destination_compartment_id` - The OCID of a compartment in the destination region in which the compute instance should be launched. Example: `ocid1.compartment.oc1..uniqueID`
@@ -78,7 +80,7 @@ The following attributes are exported:
78
80
* `member_id` - The OCID of the member. Example: `ocid1.instance.oc1..uniqueID`
79
81
* `member_type` - The type of the member.
80
82
* `namespace` - The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
81
-
* `password_vault_secret_id` - The OCID of the vault secret where the database SYSDBA password is stored. This password is used for performing database DR operations. Example: `ocid1.vaultsecret.oc1..uniqueID`
83
+
* `password_vault_secret_id` - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example: `ocid1.vaultsecret.oc1..uniqueID`
82
84
* `vnic_mapping` - A list of compute instance VNIC mappings.
83
85
* `destination_nsg_id_list` - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example: `[ ocid1.networksecuritygroup.oc1..uniqueID1, ocid1.networksecuritygroup.oc1..uniqueID2 ]`
84
86
* `destination_subnet_id` - The OCID of the destination subnet to which the source VNIC should connect. Example: `ocid1.subnet.oc1..uniqueID`
Copy file name to clipboardExpand all lines: website/docs/d/disaster_recovery_dr_protection_groups.html.markdown
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ The following attributes are exported:
62
62
* `namespace` - The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
63
63
* `object` - The object name inside the object storage bucket. Example: `switchover_plan_executions`
64
64
*`members` - A list of DR protection group members.
65
+
* `autonomous_database_standby_type_for_dr_drills` - 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.
65
66
* `backend_set_mappings` - A list of backend set mappings that are used to transfer or update backends during DR.
66
67
* `destination_backend_set_name` - The name of the destination backend set. Example: `My_Destination_Backend_Set`
67
68
* `is_backend_set_for_non_movable` - This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'. Example: `true`
@@ -72,6 +73,7 @@ The following attributes are exported:
72
73
* `block_volume_id` - The OCID of the block volume. Example: `ocid1.volume.oc1..uniqueID`
73
74
* `mount_details` - The details for mounting or unmounting the file system on a block volume.
74
75
* `mount_point` - The physical mount point used for mounting and unmounting the file system on a block volume. Example: `/mnt/yourmountpoint`
76
+
* `connection_string_type` - The type of connection strings used to connect to an Autonomous Container Database snapshot standby created during a DR Drill operation. See https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbcl/index.html for information about these service types.
75
77
* `bucket` - The bucket name inside the object storage namespace. Example: `bucket_name`
76
78
* `destination_availability_domain` - The availability domain of the destination mount target. Example: `BBTh:region-AD`
77
79
* `destination_capacity_reservation_id` - The OCID of a capacity reservation in the destination region which will be used to launch the compute instance. Example: `ocid1.capacityreservation.oc1..uniqueID`
@@ -96,7 +98,7 @@ The following attributes are exported:
96
98
* `member_id` - The OCID of the member. Example: `ocid1.instance.oc1..uniqueID`
97
99
* `member_type` - The type of the member.
98
100
* `namespace` - The namespace in object storage (Note - this is usually the tenancy name). Example: `myocitenancy`
99
-
* `password_vault_secret_id` - The OCID of the vault secret where the database SYSDBA password is stored. This password is used for performing database DR operations. Example: `ocid1.vaultsecret.oc1..uniqueID`
101
+
* `password_vault_secret_id` - The OCID of the vault secret where the database SYSDBA password is stored. This password is required and used for performing database DR Drill operations when using full clone. Example: `ocid1.vaultsecret.oc1..uniqueID`
100
102
* `vnic_mapping` - A list of compute instance VNIC mappings.
101
103
* `destination_nsg_id_list` - A list of OCIDs of network security groups (NSG) in the destination region which should be assigned to the source VNIC. Example: `[ ocid1.networksecuritygroup.oc1..uniqueID1, ocid1.networksecuritygroup.oc1..uniqueID2 ]`
102
104
* `destination_subnet_id` - The OCID of the destination subnet to which the source VNIC should connect. Example: `ocid1.subnet.oc1..uniqueID`
0 commit comments