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_image.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
@@ -53,26 +53,26 @@ The following attributes are exported:
53
53
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
54
54
*`launch_options` -
55
55
* `boot_volume_type` - Emulation type for volume.
56
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
56
+
* `ISCSI` - ISCSI attached block storage device.
57
57
* `SCSI` - Emulated SCSI disk.
58
58
* `IDE` - Emulated IDE disk.
59
59
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
60
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
60
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
61
61
* `firmware` - Firmware used to boot VM. Select the option that matches your operating system.
62
62
* `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.
63
63
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for Oracle provided images.
64
64
* `is_consistent_volume_naming_enabled` - Whether to enable consistent volume naming feature. Defaults to false.
65
-
* `is_pv_encryption_in_transit_enabled` - Whether to enable in-transit encryption for the boot volume's paravirtualized attachment. The default value is false.
65
+
* `is_pv_encryption_in_transit_enabled` - Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/datatypes/LaunchInstanceDetails).
66
66
* `network_type` - Emulation type for the physical network interface card (NIC).
67
67
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
68
68
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
69
69
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using virtio drivers.
70
70
* `remote_data_volume_type` - Emulation type for volume.
71
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
71
+
* `ISCSI` - ISCSI attached block storage device.
72
72
* `SCSI` - Emulated SCSI disk.
73
73
* `IDE` - Emulated IDE disk.
74
74
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
75
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
75
+
* `PARAVIRTUALIZED` - Paravirtualized disk.This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
76
76
*`operating_system` - The image's operating system. Example: `Oracle Linux`
77
77
*`operating_system_version` - The image's operating system version. Example: `7.2`
78
78
*`size_in_mbs` - The boot volume size for an instance launched from this image, (1 MB = 1048576 bytes). Note this is not the same as the size of the image when it was exported or the actual size of the image. Example: `47694`
Copy file name to clipboardExpand all lines: website/docs/d/core_images.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
@@ -81,26 +81,26 @@ The following attributes are exported:
81
81
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
82
82
*`launch_options` -
83
83
* `boot_volume_type` - Emulation type for volume.
84
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
84
+
* `ISCSI` - ISCSI attached block storage device.
85
85
* `SCSI` - Emulated SCSI disk.
86
86
* `IDE` - Emulated IDE disk.
87
87
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
88
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
88
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
89
89
* `firmware` - Firmware used to boot VM. Select the option that matches your operating system.
90
90
* `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.
91
91
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for Oracle provided images.
92
92
* `is_consistent_volume_naming_enabled` - Whether to enable consistent volume naming feature. Defaults to false.
93
-
* `is_pv_encryption_in_transit_enabled` - Whether to enable in-transit encryption for the boot volume's paravirtualized attachment. The default value is false.
93
+
* `is_pv_encryption_in_transit_enabled` - Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/datatypes/LaunchInstanceDetails).
94
94
* `network_type` - Emulation type for the physical network interface card (NIC).
95
95
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
96
96
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
97
97
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using virtio drivers.
98
98
* `remote_data_volume_type` - Emulation type for volume.
99
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
99
+
* `ISCSI` - ISCSI attached block storage device.
100
100
* `SCSI` - Emulated SCSI disk.
101
101
* `IDE` - Emulated IDE disk.
102
102
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
103
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
103
+
* `PARAVIRTUALIZED` - Paravirtualized disk.This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
104
104
*`operating_system` - The image's operating system. Example: `Oracle Linux`
105
105
*`operating_system_version` - The image's operating system version. Example: `7.2`
106
106
*`size_in_mbs` - The boot volume size for an instance launched from this image, (1 MB = 1048576 bytes). Note this is not the same as the size of the image when it was exported or the actual size of the image. Example: `47694`
Copy file name to clipboardExpand all lines: website/docs/d/core_instance.html.markdown
+19-13Lines changed: 19 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,28 +73,28 @@ The following attributes are exported:
73
73
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
74
74
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using virtio drivers.
75
75
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
76
-
*`launch_options` -
76
+
*`launch_options` - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
77
77
* `boot_volume_type` - Emulation type for volume.
78
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
78
+
* `ISCSI` - ISCSI attached block storage device.
79
79
* `SCSI` - Emulated SCSI disk.
80
80
* `IDE` - Emulated IDE disk.
81
81
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
82
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
82
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
83
83
* `firmware` - Firmware used to boot VM. Select the option that matches your operating system.
84
84
* `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.
85
85
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for Oracle provided images.
86
86
* `is_consistent_volume_naming_enabled` - Whether to enable consistent volume naming feature. Defaults to false.
87
-
* `is_pv_encryption_in_transit_enabled` - Whether to enable in-transit encryption for the boot volume's paravirtualized attachment. The default value is false.
87
+
* `is_pv_encryption_in_transit_enabled` - Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/datatypes/LaunchInstanceDetails).
88
88
* `network_type` - Emulation type for the physical network interface card (NIC).
89
89
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
90
90
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
91
91
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using virtio drivers.
92
92
* `remote_data_volume_type` - Emulation type for volume.
93
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
93
+
* `ISCSI` - ISCSI attached block storage device.
94
94
* `SCSI` - Emulated SCSI disk.
95
95
* `IDE` - Emulated IDE disk.
96
96
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
97
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
97
+
* `PARAVIRTUALIZED` - Paravirtualized disk.This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
98
98
*`metadata` - Custom metadata that you provide.
99
99
*`private_ip` - The private IP address of instance VNIC. To set the private IP address, use the `private_ip` argument in create_vnic_details.
100
100
*`public_ip` - The public IP address of instance VNIC (if enabled).
@@ -105,16 +105,22 @@ The following attributes are exported:
105
105
Examples: `phx`, `eu-frankfurt-1`
106
106
*`shape` - The shape of the instance. The shape determines the number of CPUs and the amount of memory allocated to the instance. You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Shape/ListShapes).
107
107
*`shape_config` -
108
-
* `gpu_description` - A short description of the GPUs available to this instance. This field is `null` if `gpus` is `0`.
109
-
* `gpus` - The number of GPUs available to this instance.
110
-
* `local_disk_description` - A short description of the local disks available to this instance. This field is `null` if `localDisks` is equal to `0`.
108
+
* `gpu_description` - A short description of the instance's graphics processing unit (GPU).
109
+
110
+
If the instance does not have any GPUs, this field is `null`.
111
+
* `gpus` - The number of GPUs available to the instance.
112
+
* `local_disk_description` - A short description of the local disks available to this instance.
113
+
114
+
If the instance does not have any local disks, this field is `null`.
111
115
* `local_disks` - The number of local disks available to the instance.
112
-
* `local_disks_total_size_in_gbs` - The size of the local disks, aggregated, in gigabytes. This field is `null` if `localDisks` is equal to `0`.
116
+
* `local_disks_total_size_in_gbs` - The aggregate size of all local disks, in gigabytes.
117
+
118
+
If the instance does not have any local disks, this field is `null`.
113
119
* `max_vnic_attachments` - The maximum number of VNIC attachments for the instance.
114
-
* `memory_in_gbs` - The total amount of memory, in gigabytes, available to the instance.
115
-
* `networking_bandwidth_in_gbps` - The networking bandwidth, in gigabits per second, available to the instance.
120
+
* `memory_in_gbs` - The total amount of memoryavailable to the instance, in gigabytes.
121
+
* `networking_bandwidth_in_gbps` - The networking bandwidth available to the instance, in gigabits per second.
116
122
* `ocpus` - The total number of OCPUs available to the instance.
117
-
* `processor_description` - A short description of the processors available to the instance.
123
+
* `processor_description` - A short description of the instance's processor (CPU).
118
124
*`source_details` - Details for creating an instance
119
125
* `boot_volume_size_in_gbs` - The size of the boot volume in GBs. Minimum value is 50 GB and maximum value is 16384 GB (16TB).
120
126
* `kms_key_id` - The OCID of the Key Management key to assign as the master encryption key for the boot volume.
Copy file name to clipboardExpand all lines: website/docs/d/core_instance_configuration.html.markdown
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,9 @@ The following attributes are exported:
81
81
* `private_ip` - A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
82
82
* `skip_source_dest_check` - Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
83
83
* `subnet_id` - The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/CreateVnicDetails/) for more information.
84
-
* `dedicated_vm_host_id` - The OCID of dedicated VM host.
84
+
* `dedicated_vm_host_id` - The OCID of dedicated VM host.
85
+
86
+
Dedicated VM hosts can be used when launching individual instances from an instance configuration. They cannot be used to launch instance pools.
85
87
* `defined_tags` - Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
86
88
* `display_name` - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. Example: `My bare metal instance`
87
89
* `extended_metadata` - Additional metadata key/value pairs that you provide. They serve the same purpose and functionality as fields in the 'metadata' object.
@@ -112,28 +114,28 @@ The following attributes are exported:
112
114
* `EMULATED` - VM instances launch with emulated devices, such as the E1000 network driver and emulated SCSI disk controller.
113
115
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using virtio drivers.
114
116
* `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
115
-
* `launch_options` -
117
+
* `launch_options` - Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
116
118
* `boot_volume_type` - Emulation type for volume.
117
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
119
+
* `ISCSI` - ISCSI attached block storage device.
118
120
* `SCSI` - Emulated SCSI disk.
119
121
* `IDE` - Emulated IDE disk.
120
122
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
121
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
123
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
122
124
* `firmware` - Firmware used to boot VM. Select the option that matches your operating system.
123
125
* `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.
124
126
* `UEFI_64` - Boot VM using UEFI style firmware compatible with 64 bit operating systems. This is the default for Oracle provided images.
125
127
* `is_consistent_volume_naming_enabled` - Whether to enable consistent volume naming feature. Defaults to false.
126
-
* `is_pv_encryption_in_transit_enabled` - Whether to enable in-transit encryption for the boot volume's paravirtualized attachment. The default value is false.
128
+
* `is_pv_encryption_in_transit_enabled` - Deprecated. Instead use `isPvEncryptionInTransitEnabled` in [InstanceConfigurationLaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/datatypes/InstanceConfigurationLaunchInstanceDetails).
127
129
* `network_type` - Emulation type for the physical network interface card (NIC).
128
130
* `E1000` - Emulated Gigabit ethernet controller. Compatible with Linux e1000 network driver.
129
131
* `VFIO` - Direct attached Virtual Function network controller. This is the networking type when you launch an instance using hardware-assisted (SR-IOV) networking.
130
132
* `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using virtio drivers.
131
133
* `remote_data_volume_type` - Emulation type for volume.
132
-
* `ISCSI` - ISCSI attached block storage device. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
134
+
* `ISCSI` - ISCSI attached block storage device.
133
135
* `SCSI` - Emulated SCSI disk.
134
136
* `IDE` - Emulated IDE disk.
135
137
* `VFIO` - Direct attached Virtual Function storage. This is the default option for Local data volumes on Oracle provided images.
136
-
* `PARAVIRTUALIZED` - Paravirtualized disk.
138
+
* `PARAVIRTUALIZED` - Paravirtualized disk. This is the default for Boot Volumes and Remote Block Storage volumes on Oracle provided images.
137
139
* `metadata` - Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
138
140
139
141
A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:
0 commit comments