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: docs/core/volumes.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
The following attributes are exported:
8
8
9
-
*`availability_domain` - The Availability Domain of the volume. Example: `Uocm:PHX-AD-1`
9
+
*`availability_domain` - The availability domain of the volume. Example: `Uocm:PHX-AD-1`
10
10
*`compartment_id` - The OCID of the compartment that contains the volume.
11
11
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
12
12
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
@@ -15,7 +15,7 @@ The following attributes are exported:
15
15
*`is_hydrated` - Specifies whether the cloned volume's data has finished copying from the source volume or backup.
16
16
*`size_in_gbs` - The size of the volume in GBs.
17
17
*`size_in_mbs` - The size of the volume in MBs. This field is deprecated. Use `size_in_gbs` instead.
18
-
*`source_details` - The volume source, either an existing volume in the same Availability Domain or a volume backup. If null, an empty volume is created.
18
+
*`source_details` - The volume source, either an existing volume in the same availability domain or a volume backup. If null, an empty volume is created.
19
19
* `id` - The OCID of the volume or volume backup.
20
20
* `type` - The type of volume source. It should be set to either `volumeBackup` or `volume`.
21
21
*`state` - The current state of a volume.
@@ -30,11 +30,11 @@ Creates a new volume in the specified compartment. Volumes can be created in siz
30
30
For general information about block volumes, see
31
31
[Overview of Block Volume Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Block/Concepts/overview.htm).
32
32
33
-
A volume and instance can be in separate compartments but must be in the same Availability Domain.
33
+
A volume and instance can be in separate compartments but must be in the same availability domain.
34
34
For information about access control and compartments, see
35
35
[Overview of the IAM Service](https://docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm). For information about
36
-
Availability Domains, see [Regions and Availability Domains](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm).
37
-
To get a list of Availability Domains, use the `ListAvailabilityDomains` operation
36
+
availability domains, see [Regions and Availability Domains](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm).
37
+
To get a list of availability domains, use the `ListAvailabilityDomains` operation
38
38
in the Identity and Access Management Service API.
39
39
40
40
You may optionally specify a *display name* for the volume, which is simply a friendly name or
@@ -43,15 +43,15 @@ description. It does not have to be unique, and you can change it. Avoid enterin
43
43
44
44
The following arguments are supported:
45
45
46
-
*`availability_domain` - (Required) The Availability Domain of the volume. Example: `Uocm:PHX-AD-1`
46
+
*`availability_domain` - (Required) The availability domain of the volume. Example: `Uocm:PHX-AD-1`
47
47
*`backup_policy_id` - (Optional) If provided, specifies the ID of the volume backup policy to assign to the newly created volume. If omitted, no policy will be assigned.
48
48
*`compartment_id` - (Required) The OCID of the compartment that contains the volume.
49
49
*`defined_tags` - (Optional) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
50
50
*`display_name` - (Optional) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
51
51
*`freeform_tags` - (Optional) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
52
52
*`size_in_gbs` - (Optional) The size of the volume in GBs.
53
53
*`size_in_mbs` - (Optional) The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Use sizeInGBs instead.
54
-
*`source_details` - (Optional) Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same Availability Domain or a Block volume backup. This is an optional field. If not specified or set to null, the new Block volume will be empty. When specified, the new Block volume will contain data from the source volume or backup.
54
+
*`source_details` - (Optional) Specifies the volume source details for a new Block volume. The volume source is either another Block volume in the same availability domain or a Block volume backup. This is an optional field. If not specified or set to null, the new Block volume will be empty. When specified, the new Block volume will contain data from the source volume or backup.
55
55
* `id` - (Required) The OCID of the volume or volume backup.
56
56
* `type` - (Required) The type of volume source. It should be set to either `volumeBackup` or `volume`.
57
57
*`volume_backup_id` - (Optional) The OCID of the volume backup from which the data should be restored on the newly created volume. This field is deprecated. Use the `source_details` field instead to specify the backup for the volume.
@@ -66,6 +66,7 @@ The following arguments support updates:
66
66
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
67
67
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
68
68
*`freeform_tags` - Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
Copy file name to clipboardExpand all lines: website/docs/d/core_volumes.html.markdown
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ description: |-
9
9
# Data Source: oci_core_volumes
10
10
The `oci_core_volumes` data source allows access to the list of OCI volumes
11
11
12
-
Lists the volumes in the specified compartment and Availability Domain.
12
+
Lists the volumes in the specified compartment and availability domain.
13
13
14
14
15
15
## Example Usage
@@ -31,7 +31,7 @@ data "oci_core_volumes" "test_volumes" {
31
31
32
32
The following arguments are supported:
33
33
34
-
*`availability_domain` - (Optional) The name of the Availability Domain. Example: `Uocm:PHX-AD-1`
34
+
*`availability_domain` - (Optional) The name of the availability domain. Example: `Uocm:PHX-AD-1`
35
35
*`compartment_id` - (Required) The OCID of the compartment.
36
36
*`display_name` - (Optional) A filter to return only resources that match the given display name exactly.
37
37
*`state` - (Optional) A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
@@ -48,7 +48,7 @@ The following attributes are exported:
48
48
49
49
The following attributes are exported:
50
50
51
-
*`availability_domain` - The Availability Domain of the volume. Example: `Uocm:PHX-AD-1`
51
+
*`availability_domain` - The availability domain of the volume. Example: `Uocm:PHX-AD-1`
52
52
*`compartment_id` - The OCID of the compartment that contains the volume.
53
53
*`defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
54
54
*`display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
@@ -57,7 +57,7 @@ The following attributes are exported:
57
57
*`is_hydrated` - Specifies whether the cloned volume's data has finished copying from the source volume or backup.
58
58
*`size_in_gbs` - The size of the volume in GBs.
59
59
*`size_in_mbs` - The size of the volume in MBs. This field is deprecated. Use `size_in_gbs` instead.
60
-
*`source_details` - The volume source, either an existing volume in the same Availability Domain or a volume backup. If null, an empty volume is created.
60
+
*`source_details` - The volume source, either an existing volume in the same availability domain or a volume backup. If null, an empty volume is created.
61
61
* `id` - The OCID of the volume or volume backup.
62
62
* `type` - The type of volume source. It should be set to either `volumeBackup` or `volume`.
0 commit comments