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/core_boot_volume.html.markdown
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The following arguments are supported:
32
32
33
33
The following attributes are exported:
34
34
35
-
*`auto_tuned_vpus_per_gb` - The number of Volume Performance Units per GB that this boot volume is effectively tuned to when it's idle.
35
+
*`auto_tuned_vpus_per_gb` - The number of Volume Performance Units per GB that this boot volume is effectively tuned to.
36
36
*`availability_domain` - The availability domain of the boot volume. Example: `Uocm:PHX-AD-1`
37
37
*`boot_volume_replicas` - The list of boot volume replicas of this boot volume
38
38
* `availability_domain` - The availability domain of the boot volume replica. Example: `Uocm:PHX-AD-1`
@@ -44,7 +44,7 @@ The following attributes are exported:
44
44
*`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.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
45
45
*`id` - The boot volume's Oracle ID (OCID).
46
46
*`image_id` - The image OCID used to create the boot volume.
47
-
*`is_auto_tune_enabled` - Specifies whether the auto-tune performance is enabled for this boot volume.
47
+
*`is_auto_tune_enabled` - Specifies whether the auto-tune performance is enabled for this boot volume. This field is deprecated. Use the `DetachedVolumeAutotunePolicy` instead to enable the volume for detached autotune.
48
48
*`is_hydrated` - Specifies whether the boot volume's data has finished copying from the source boot volume or boot volume backup.
49
49
*`kms_key_id` - The OCID of the Key Management master encryption key assigned to the boot volume.
50
50
*`size_in_gbs` - The size of the boot volume in GBs.
@@ -60,5 +60,7 @@ The following attributes are exported:
60
60
61
61
Allowed values:
62
62
* `10`: Represents Balanced option.
63
-
* `20`: Represents Higher Performance option.
63
+
* `20`: Represents Higher Performance option.
64
+
65
+
For performance autotune enabled volumes, It would be the Default(Minimum) VPUs/GB.
Copy file name to clipboardExpand all lines: website/docs/d/core_boot_volume_attachments.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The following attributes are exported:
56
56
*`encryption_in_transit_type` - Refer the top-level definition of encryptionInTransitType. The default value is NONE.
57
57
*`id` - The OCID of the boot volume attachment.
58
58
*`instance_id` - The OCID of the instance the boot volume is attached to.
59
-
*`is_pv_encryption_in_transit_enabled` - Whether in-transit encryption for the boot volume's paravirtualized attachment is enabled or not.
59
+
*`is_pv_encryption_in_transit_enabled` - Whether in-transit encryption for the boot volume's paravirtualized attachment is enabled or not.
60
60
*`state` - The current state of the boot volume attachment.
61
61
*`time_created` - The date and time the boot volume was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
0 commit comments