Skip to content

Commit 8e8d3dc

Browse files
Andrew Jennerjotruon
authored andcommitted
Added - Documention change for Cross Region ADG
1 parent ecc005c commit 8e8d3dc

File tree

32 files changed

+63
-119
lines changed

32 files changed

+63
-119
lines changed

website/docs/d/core_block_volume_replica.html.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,4 @@ The following attributes are exported:
4343
* `state` - The current state of a block volume replica.
4444
* `time_created` - The date and time the block volume replica was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
4545
* `time_last_synced` - The date and time the block volume replica was last synced from the source block volume. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
46-
<<<<<<< ours
47-
* `total_data_transferred_in_gbs` - The total size of the data transferred from the source block volume to the block volume replica, in GBs.
48-
* `volume_group_replica_id` - The OCID of the volume group replica.
49-
=======
50-
>>>>>>> theirs
5146

website/docs/d/core_block_volume_replicas.html.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,4 @@ The following attributes are exported:
5858
* `state` - The current state of a block volume replica.
5959
* `time_created` - The date and time the block volume replica was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
6060
* `time_last_synced` - The date and time the block volume replica was last synced from the source block volume. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
61-
<<<<<<< ours
62-
* `total_data_transferred_in_gbs` - The total size of the data transferred from the source block volume to the block volume replica, in GBs.
63-
* `volume_group_replica_id` - The OCID of the volume group replica.
64-
=======
65-
>>>>>>> theirs
6661

website/docs/d/core_boot_volume_replica.html.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,4 @@ The following attributes are exported:
4444
* `state` - The current state of a boot volume replica.
4545
* `time_created` - The date and time the boot volume replica was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
4646
* `time_last_synced` - The date and time the boot volume replica was last synced from the source boot volume. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
47-
<<<<<<< ours
48-
* `total_data_transferred_in_gbs` - The total size of the data transferred from the source boot volume to the boot volume replica, in GBs.
49-
* `volume_group_replica_id` - The OCID of the volume group replica.
50-
=======
51-
>>>>>>> theirs
5247

website/docs/d/core_boot_volume_replicas.html.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,4 @@ The following attributes are exported:
5959
* `state` - The current state of a boot volume replica.
6060
* `time_created` - The date and time the boot volume replica was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
6161
* `time_last_synced` - The date and time the boot volume replica was last synced from the source boot volume. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
62-
<<<<<<< ours
63-
* `total_data_transferred_in_gbs` - The total size of the data transferred from the source boot volume to the boot volume replica, in GBs.
64-
* `volume_group_replica_id` - The OCID of the volume group replica.
65-
=======
66-
>>>>>>> theirs
6762

website/docs/d/core_volume_groups.html.markdown

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,10 @@ The following attributes are exported:
5858
* `size_in_gbs` - The aggregate size of the volume group in GBs.
5959
* `size_in_mbs` - The aggregate size of the volume group in MBs.
6060
* `source_details` - Specifies the source for a volume group.
61-
<<<<<<< ours
62-
* `type` - The type can be one of these values: `volumeGroupBackupId`, `volumeGroupId`, `volumeGroupReplicaId`, `volumeIds`
63-
* `volume_group_backup_id` - The OCID of the volume group backup to restore from.
64-
* `volume_group_id` - The OCID of the volume group to clone from.
65-
* `volume_group_replica_id` - The OCID of the volume group replica.
66-
* `volume_ids` - OCIDs for the volumes in this volume group.
67-
=======
6861
* `type` - The type can be one of these values: `volumeGroupBackupId`, `volumeGroupId`, `volumeIds`
6962
* `volume_group_backup_id` - The OCID of the volume group backup to restore from, if the type is `volumeGroupBackup`
7063
* `volume_group_id` - The OCID of the volume group to clone from, if the type is `volumeGroup`
7164
* `volume_ids` - OCIDs for the volumes in this volume group, if the type is `volumeIds`
72-
>>>>>>> theirs
7365
* `state` - The current state of a volume group.
7466
* `time_created` - The date and time the volume group was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
7567
* `volume_group_replicas` - The list of volume group replicas of this volume group.

website/docs/d/data_labeling_service_dataset.html.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ The following attributes are exported:
5353
* `labeling_instructions` - The labeling instructions for human labelers in rich text format
5454
* `lifecycle_details` - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
5555
* `state` - The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
56-
<<<<<<< ours
57-
* `system_tags` - The usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
58-
=======
59-
>>>>>>> theirs
6056
* `time_created` - The date and time the resource was created, in the timestamp format defined by RFC3339.
6157
* `time_updated` - The date and time the resource was last updated, in the timestamp format defined by RFC3339.
6258

website/docs/d/data_labeling_service_datasets.html.markdown

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ The following attributes are exported:
7070
* `labeling_instructions` - The labeling instructions for human labelers in rich text format
7171
* `lifecycle_details` - A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in FAILED or NEEDS_ATTENTION state.
7272
* `state` - The state of a dataset. CREATING - The dataset is being created. It will transition to ACTIVE when it is ready for labeling. ACTIVE - The dataset is ready for labeling. UPDATING - The dataset is being updated. It and its related resources may be unavailable for other updates until it returns to ACTIVE. NEEDS_ATTENTION - A dataset updation operation has failed due to validation or other errors and needs attention. DELETING - The dataset and its related resources are being deleted. DELETED - The dataset has been deleted and is no longer available. FAILED - The dataset has failed due to validation or other errors.
73-
<<<<<<< ours
74-
* `system_tags` - The usage of system tag keys. These predefined keys are scoped to namespaces. For example: `{"orcl-cloud": {"free-tier-retained": "true"}}`
75-
=======
76-
>>>>>>> theirs
7773
* `time_created` - The date and time the resource was created, in the timestamp format defined by RFC3339.
7874
* `time_updated` - The date and time the resource was last updated, in the timestamp format defined by RFC3339.
7975

website/docs/d/database_autonomous_container_database.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The following attributes are exported:
4343
* `vpc_password` - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
4444
* `vpc_user` - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
4545
* `recovery_window_in_days` - Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
46-
* `cloud_autonomous_vm_cluster_id` - The OCID of the cloud Autonomous VM Cluster.
46+
* `cloud_autonomous_vm_cluster_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
4747
* `compartment_id` - The OCID of the compartment.
4848
* `db_unique_name` - **Deprecated.** The `DB_UNIQUE_NAME` value is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
4949
* `db_version` - Oracle Database version of the Autonomous Container Database.

website/docs/d/database_autonomous_container_databases.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following attributes are exported:
6868
* `vpc_password` - For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
6969
* `vpc_user` - For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
7070
* `recovery_window_in_days` - Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
71-
* `cloud_autonomous_vm_cluster_id` - The OCID of the cloud Autonomous VM Cluster.
71+
* `cloud_autonomous_vm_cluster_id` - The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cloud Autonomous Exadata VM Cluster.
7272
* `compartment_id` - The OCID of the compartment.
7373
* `db_unique_name` - **Deprecated.** The `DB_UNIQUE_NAME` value is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
7474
* `db_version` - Oracle Database version of the Autonomous Container Database.

0 commit comments

Comments
 (0)