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/boot_volumes.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The following attributes are exported:
17
17
*`size_in_gbs` - The size of the boot volume in GBs.
18
18
*`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`.
19
19
*`source_details` - The boot volume source, either an existing boot volume in the same Availability Domain or a boot volume backup. If null, this means that the boot volume was created from an image.
20
-
* `type` - The type of the boot volume source. Supported values are `bootVolumeBackup` and `bootVolume`
21
20
* `id` - The OCID of the boot volume backup or the boot volume
21
+
* `type` - The type of the boot volume source. Supported values are `bootVolumeBackup` and `bootVolume`
22
22
*`state` - The current state of a boot volume.
23
23
*`time_created` - The date and time the boot volume was created. Format defined by RFC3339.
24
24
*`volume_group_id` - The OCID of the source volume group.
@@ -41,8 +41,8 @@ The following arguments are supported:
41
41
*`display_name` - (Optional) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
42
42
*`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"}`
43
43
*`source_details` - (Required) Specifies the boot volume source details for a new boot volume. The volume source is either another boot volume in the same Availability Domain or a boot volume backup. This is a mandatory field for a boot volume.
44
-
* `type` - (Required) The type of the boot volume source. Supported values are `bootVolumeBackup` and `bootVolume`
45
44
* `id` - (Required) The OCID of the boot volume backup or the boot volume
45
+
* `type` - (Required) The type of the boot volume source. Supported values are `bootVolumeBackup` and `bootVolume`
Copy file name to clipboardExpand all lines: docs/core/images.md
+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
@@ -61,12 +61,12 @@ The following arguments are supported:
61
61
*`display_name` - (Optional) A user-friendly name for the image. It does not have to be unique, and it's changeable. Avoid entering confidential information. You cannot use an Oracle-provided image name as a custom image name. Example: `My Oracle Linux image`
62
62
*`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"}`
63
63
*`image_source_details` - (Optional) Details for creating an image through import
64
+
* `bucket_name` - (Required when source_type=objectStorageTuple) The Object Storage bucket for the image.
65
+
* `namespace_name` - (Required when source_type=objectStorageTuple) The Object Storage namespace for the image.
66
+
* `object_name` - (Required when source_type=objectStorageTuple) The Object Storage name for the image.
64
67
* `source_image_type` - (Optional) The format of the image to be imported. Exported Oracle images are QCOW2. Only monolithic images are supported. Allowed values are: - `QCOW2` - `VMDK`
65
-
*`source_type` - (Required) The source type for the image. Use objectStorageTuple when specifying the namespace, bucket name, and object name. Use `objectStorageUri` when specifying the Object Storage URL. Allowed values are: - `objectStorageTuple` - `objectStorageUri`
66
-
*`source_uri` - (Required for objectStorageUri source_type) The Object Storage URL for the image.
67
-
*`bucket_name` - (Required for objectStorageTuple source_type) The Object Storage bucket for the image.
68
-
*`namespace_name` - (Required for objectStorageTuple source_type) The Object Storage namespace for the image.
69
-
*`object_name` - (Required for objectStorageTuple source_type) The Object Storage name for the image.
68
+
* `source_type` - (Required) The source type for the image. Use `objectStorageTuple` when specifying the namespace, bucket name, and object name. Use `objectStorageUri` when specifying the Object Storage URL.
69
+
* `source_uri` - (Required when source_type=objectStorageUri) The Object Storage URL for the image.
70
70
*`instance_id` - (Optional -- required when not specifying `image_source_details`) The OCID of the instance you want to use as the basis for the image.
71
71
*`launch_mode` - (Optional) Specifies the configuration mode for launching virtual machine (VM) instances. The configuration modes are:
72
72
*`NATIVE` - VM instances launch with iSCSI boot and VFIO devices. The default value for Oracle-provided images.
Copy file name to clipboardExpand all lines: docs/core/instances.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The following attributes are exported:
26
26
* `SCSI` - Emulated SCSI disk.
27
27
* `IDE` - Emulated IDE disk.
28
28
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
29
+
* `PARAVIRTUALIZED` - Paravirtualized disk.
29
30
* `firmware` - Firmware used to boot VM. Select the option that matches your operating system.
30
31
* `BIOS` - Boot VM using BIOS style firmware. This is compatible with both 32 bit and 64 bit operating systems that boot using MBR style bootloaders.
31
32
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for Oracle provided images.
@@ -37,6 +38,7 @@ The following attributes are exported:
37
38
* `SCSI` - Emulated SCSI disk.
38
39
* `IDE` - Emulated IDE disk.
39
40
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
41
+
* `PARAVIRTUALIZED` - Paravirtualized disk.
40
42
*`metadata` - Custom metadata that you provide.
41
43
*`preserve_boot_volume` - Specifies whether to delete or preserve the boot volume when terminating an instance. The default value is false. Note: This value only applies to destroy operations initiated by Terraform.
42
44
*`private_ip` - The private IP address of instance VNIC. To set the private IP address, use the `private_ip` argument in create_vnic_details.
@@ -110,7 +112,7 @@ The following arguments are supported:
110
112
*`preserve_boot_volume` - (Optional) Specifies whether to delete or preserve the boot volume when terminating an instance. The default value is false. Note: This value only applies to destroy operations initiated by Terraform.
111
113
*`shape` - (Required) The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance. You can enumerate all available shapes by calling [ListShapes](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/iaas/20160918/Shape/ListShapes).
112
114
*`source_details` - (Optional) Details for creating an instance. Use this parameter to specify whether a boot volume or an image should be used to launch a new instance.
113
-
*`boot_volume_size_in_gbs` - (Optional) The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 16384 GB (16TB). This should only be specified when `source_type` is `image`.
115
+
* `boot_volume_size_in_gbs` - (Applicable when source_type=image) The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 16384 GB (16TB).
114
116
* `source_id` - (Required) The OCID of an image or a boot volume to use, depending on the value of `source_type`.
115
117
* `source_type` - (Required) The source type for the instance. Use `image` when specifying the image OCID. Use `bootVolume` when specifying the boot volume OCID.
116
118
*`subnet_id` - (Optional) Deprecated. Instead use `subnetId` in [CreateVnicDetails](https://docs.us-phoenix-1.oraclecloud.com/api/#/en/iaas/20160918/CreateVnicDetails/). At least one of them is required; if you provide both, the values must match.
Copy file name to clipboardExpand all lines: docs/core/volume_groups.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ The following attributes are exported:
16
16
*`size_in_mbs` - The aggregate size of the volume group in MBs.
17
17
*`source_details` - The volume group source. The source is either another a list of volume IDs in the same availability domain, another volume group, or a volume group backup.
18
18
* `type` - The type of the volume group source. It should be set to either `volumeIds`, `volumeGroup`, or `volumeBackup`
19
-
* `volume_ids` - OCIDs for the volumes in this volume group, if the type is `volumeIds`
20
-
* `volume_group_id` - The OCID of the volume group to clone from, if the type is `volumeGroup`
21
-
* `volume_group_backup_id` - The OCID of the volume group backup to restore from, if the type is `volumeGroupBackup`
19
+
* `volume_group_backup_id` - The OCID of the volume group backup to restore from.
20
+
* `volume_group_id` - The OCID of the volume group to clone from.
21
+
* `volume_ids` - OCIDs for the volumes in this volume group.
22
22
*`state` - The current state of a volume group.
23
23
*`time_created` - The date and time the volume group was created. Format defined by RFC3339.
24
24
*`volume_ids` - OCIDs for the volumes in this volume group.
@@ -44,9 +44,9 @@ The following arguments are supported:
44
44
*`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"}`
45
45
*`source_details` - (Required) Specifies the volume group source details for a new volume group. The volume source is either another a list of volume ids in the same Availability Domain, another volume group or a volume group backup.
46
46
* `type` - (Required) The type of the volume group source. It should be set to either `volumeIds`, `volumeGroup`, or `volumeBackup`
47
-
* `volume_ids` (Optional) - OCIDs for the volumes in this volume group, if the type is `volumeIds`
48
-
* `volume_group_id` (Optional) - The OCID of the volume group to clone from, if the type is `volumeGroup`
49
-
* `volume_group_backup_id` (Optional) - The OCID of the volume group backup to restore from, if the type is `volumeGroupBackup`
47
+
* `volume_group_backup_id` - (Required when type=volumeGroupBackupId) The OCID of the volume group backup to restore from.
48
+
* `volume_group_id` - (Required when type=volumeGroupId) The OCID of the volume group to clone from.
49
+
* `volume_ids` - (Required when type=volumeIds) OCIDs for the volumes in this volume group.
Copy file name to clipboardExpand all lines: docs/core/volumes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ The following attributes are exported:
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
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
-
* `type` - The type of volume source. It should be set to either `volumeBackup` or `volume`.
20
19
* `id` - The OCID of the volume or volume backup.
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.
22
22
*`time_created` - The date and time the volume was created. Format defined by RFC3339.
23
23
*`volume_group_id` - The OCID of the source volume group.
@@ -51,8 +51,8 @@ The following arguments are supported:
51
51
*`size_in_gbs` - (Optional) The size of the volume in GBs.
52
52
*`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.
53
53
*`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
-
* `type` - (Required) The type of volume source. It should be set to either `volumeBackup` or `volume`.
55
54
* `id` - (Required) The OCID of the volume or volume backup.
55
+
* `type` - (Required) The type of volume source. It should be set to either `volumeBackup` or `volume`.
56
56
*`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.
0 commit comments