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/images.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
@@ -23,6 +23,7 @@ The following attributes are exported:
23
23
* `SCSI` - Emulated SCSI disk.
24
24
* `IDE` - Emulated IDE disk.
25
25
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
26
+
* `PARAVIRTUALIZED` - Paravirtualized disk.
26
27
* `firmware` - Firmware used to boot VM. Select the option that matches your operating system.
27
28
* `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.
28
29
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for Oracle provided images.
@@ -32,6 +33,7 @@ The following attributes are exported:
32
33
* `remote_data_volume_type` - Emulation type for volume.
33
34
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
34
35
* `SCSI` - Emulated SCSI disk. * `IDE` - Emulated IDE disk. * `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
36
+
* `PARAVIRTUALIZED` - Paravirtualized disk.
35
37
*`operating_system` - The image's operating system. Example: `Oracle Linux`
36
38
*`operating_system_version` - The image's operating system version. Example: `7.2`
@@ -56,11 +58,11 @@ The following arguments are supported:
56
58
57
59
*`compartment_id` - (Required) The OCID of the compartment containing the instance you want to use as the basis for the image.
58
60
*`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"}`
59
-
*`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`
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`
60
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"}`
61
63
*`image_source_details` - (Optional) Details for creating an image through import
62
-
*`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`
63
64
*`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`
64
66
*`source_uri` - (Required for objectStorageUri source_type) The Object Storage URL for the image.
65
67
*`bucket_name` - (Required for objectStorageTuple source_type) The Object Storage bucket for the image.
66
68
*`namespace_name` - (Required for objectStorageTuple source_type) The Object Storage namespace for the image.
0 commit comments