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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ The following attributes are exported:
55
55
*`size_in_gbs` - The size of the boot volume in GBs.
56
56
*`size_in_mbs` - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use `size_in_gbs`.
57
57
*`source_details` -
58
-
* `change_block_size_in_bytes` - Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
59
-
* `first_backup_id` - The OCID of the first boot volume backup.
60
-
* `id` - The OCID of the boot volume replica.
61
-
* `second_backup_id` - The OCID of the second boot volume backup.
62
-
* `type` - The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
58
+
* `id` - (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
59
+
* `type` - (Required) The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
60
+
* `change_block_size_in_bytes` - (Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
61
+
* `first_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
62
+
* `second_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
63
63
*`state` - The current state of a boot volume.
64
64
*`system_tags` - System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
65
65
*`time_created` - The date and time the boot volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
Copy file name to clipboardExpand all lines: website/docs/d/core_boot_volumes.html.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,11 @@ The following attributes are exported:
67
67
*`size_in_gbs` - The size of the boot volume in GBs.
68
68
*`size_in_mbs` - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use `size_in_gbs`.
69
69
*`source_details` -
70
-
* `change_block_size_in_bytes` - Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
71
-
* `first_backup_id` - The OCID of the first boot volume backup.
72
-
* `id` - The OCID of the boot volume replica.
73
-
* `second_backup_id` - The OCID of the second boot volume backup.
74
-
* `type` - The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
70
+
* `id` - (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
71
+
* `type` - (Required) The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
72
+
* `change_block_size_in_bytes` - (Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
73
+
* `first_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
74
+
* `second_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
75
75
*`state` - The current state of a boot volume.
76
76
*`system_tags` - System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
77
77
*`time_created` - The date and time the boot volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
Copy file name to clipboardExpand all lines: website/docs/d/core_volume.html.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,11 @@ The following attributes are exported:
54
54
*`size_in_gbs` - The size of the volume in GBs.
55
55
*`size_in_mbs` - The size of the volume in MBs. This field is deprecated. Use sizeInGBs instead.
56
56
*`source_details` - 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.
57
-
* `change_block_size_in_bytes` - Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
58
-
* `first_backup_id` - The OCID of the first volume backup.
59
-
* `id` - The OCID of the block volume replica.
60
-
* `second_backup_id` - The OCID of the second volume backup.
61
-
* `type` - The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
57
+
* `id` - (Required when type=blockVolumeReplica | volume | volumeBackup) The OCID of the block volume replica.
58
+
* `type` - (Required) The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
59
+
* `change_block_size_in_bytes` - (Applicable when type=volumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
60
+
* `first_backup_id` - (Required when type=volumeBackupDelta) The OCID of the first volume backup.
61
+
* `second_backup_id` - (Required when type=volumeBackupDelta) The OCID of the second volume backup.
62
62
*`state` - The current state of a volume.
63
63
*`system_tags` - System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
64
64
*`time_created` - The date and time the volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
Copy file name to clipboardExpand all lines: website/docs/d/core_volumes.html.markdown
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,11 +72,11 @@ The following attributes are exported:
72
72
*`size_in_gbs` - The size of the volume in GBs.
73
73
*`size_in_mbs` - The size of the volume in MBs. This field is deprecated. Use sizeInGBs instead.
74
74
*`source_details` - 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.
75
-
* `change_block_size_in_bytes` - Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
76
-
* `first_backup_id` - The OCID of the first volume backup.
77
-
* `id` - The OCID of the block volume replica.
78
-
* `second_backup_id` - The OCID of the second volume backup.
79
-
* `type` - The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
75
+
* `id` - (Required when type=blockVolumeReplica | volume | volumeBackup) The OCID of the block volume replica.
76
+
* `type` - (Required) The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
77
+
* `change_block_size_in_bytes` - (Applicable when type=volumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
78
+
* `first_backup_id` - (Required when type=volumeBackupDelta) The OCID of the first volume backup.
79
+
* `second_backup_id` - (Required when type=volumeBackupDelta) The OCID of the second volume backup.
80
80
*`state` - The current state of a volume.
81
81
*`system_tags` - System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
82
82
*`time_created` - The date and time the volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
Copy file name to clipboardExpand all lines: website/docs/r/core_boot_volume.html.markdown
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,11 @@ The following arguments are supported:
87
87
*`kms_key_id` - (Optional) (Updatable) The OCID of the Vault service key to assign as the master encryption key for the boot volume.
88
88
*`size_in_gbs` - (Optional) (Updatable) The size of the volume in GBs.
89
89
*`source_details` - (Required)
90
-
* `change_block_size_in_bytes` - (Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
91
-
* `first_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
92
90
* `id` - (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
93
-
* `second_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
94
91
* `type` - (Required) The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
92
+
* `change_block_size_in_bytes` - (Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
93
+
* `first_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
94
+
* `second_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
95
95
*`vpus_per_gb` - (Optional) (Updatable) The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
96
96
97
97
Allowed values:
@@ -133,11 +133,11 @@ The following attributes are exported:
133
133
*`size_in_gbs` - The size of the boot volume in GBs.
134
134
*`size_in_mbs` - The size of the volume in MBs. The value must be a multiple of 1024. This field is deprecated. Please use `size_in_gbs`.
135
135
*`source_details` -
136
-
* `change_block_size_in_bytes` - Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
137
-
* `first_backup_id` - The OCID of the first boot volume backup.
138
-
* `id` - The OCID of the boot volume replica.
139
-
* `second_backup_id` - The OCID of the second boot volume backup.
140
-
* `type` - The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
136
+
* `id` - (Required when type=bootVolume | bootVolumeBackup | bootVolumeReplica) The OCID of the boot volume replica.
137
+
* `type` - (Required) The type can be one of these values: `bootVolume`, `bootVolumeBackup`, `bootVolumeBackupDelta`, `bootVolumeReplica`
138
+
* `change_block_size_in_bytes` - (Applicable when type=bootVolumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
139
+
* `first_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the first boot volume backup.
140
+
* `second_backup_id` - (Required when type=bootVolumeBackupDelta) The OCID of the second boot volume backup.
141
141
*`state` - The current state of a boot volume.
142
142
*`system_tags` - System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
143
143
*`time_created` - The date and time the boot volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
Copy file name to clipboardExpand all lines: website/docs/r/core_volume.html.markdown
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,11 +99,11 @@ The following arguments are supported:
99
99
*`size_in_gbs` - (Optional) (Updatable) The size of the volume in GBs.
100
100
*`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.
101
101
*`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.
102
-
* `change_block_size_in_bytes` - (Applicable when type=volumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
103
-
* `first_backup_id` - (Required when type=volumeBackupDelta) The OCID of the first volume backup.
104
102
* `id` - (Required when type=blockVolumeReplica | volume | volumeBackup) The OCID of the block volume replica.
105
-
* `second_backup_id` - (Required when type=volumeBackupDelta) The OCID of the second volume backup.
106
103
* `type` - (Required) The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
104
+
* `change_block_size_in_bytes` - (Applicable when type=volumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
105
+
* `first_backup_id` - (Required when type=volumeBackupDelta) The OCID of the first volume backup.
106
+
* `second_backup_id` - (Required when type=volumeBackupDelta) The OCID of the second volume backup.
107
107
*`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 sourceDetails field instead to specify the backup for the volume.
108
108
*`vpus_per_gb` - (Optional) (Updatable) The number of volume performance units (VPUs) that will be applied to this volume per GB, representing the Block Volume service's elastic performance options. See [Block Volume Performance Levels](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#perf_levels) for more information.
109
109
@@ -146,11 +146,11 @@ The following attributes are exported:
146
146
*`size_in_gbs` - The size of the volume in GBs.
147
147
*`size_in_mbs` - The size of the volume in MBs. This field is deprecated. Use sizeInGBs instead.
148
148
*`source_details` -
149
-
* `change_block_size_in_bytes` - Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
150
-
* `first_backup_id` - The OCID of the first volume backup.
151
-
* `id` - The OCID of the block volume replica or volume backup.
152
-
* `second_backup_id` - The OCID of the second volume backup.
153
-
* `type` - The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
149
+
* `id` - (Required when type=blockVolumeReplica | volume | volumeBackup) The OCID of the block volume replica.
150
+
* `type` - (Required) The type can be one of these values: `blockVolumeReplica`, `volume`, `volumeBackup`, `volumeBackupDelta`
151
+
* `change_block_size_in_bytes` - (Applicable when type=volumeBackupDelta) Block size in bytes to be considered while performing volume restore. The value must be a power of 2; ranging from 4KB (4096 bytes) to 1MB (1048576 bytes). If omitted, defaults to 4,096 bytes (4 KiB).
152
+
* `first_backup_id` - (Required when type=volumeBackupDelta) The OCID of the first volume backup.
153
+
* `second_backup_id` - (Required when type=volumeBackupDelta) The OCID of the second volume backup.
154
154
*`state` - The current state of a volume.
155
155
*`system_tags` - System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
156
156
*`time_created` - The date and time the volume was created. Format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
0 commit comments