Oracle · Schema

LaunchOptions

Options for tuning the compatibility and performance of VM shapes

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
bootVolumeType string Emulation type for the boot volume. PARAVIRTUALIZED is recommended for best performance.
firmware string Firmware used to boot the VM
networkType string Emulation type for the physical network interface card (NIC). PARAVIRTUALIZED or VFIO is recommended.
remoteDataVolumeType string Emulation type for attached block volume data disks
isPvEncryptionInTransitEnabled boolean Whether to enable in-transit encryption for the data volume's paravirtualized attachment
isConsistentVolumeNamingEnabled boolean Whether to enable consistent volume naming
View JSON Schema on GitHub

JSON Schema

oci-compute-launch-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LaunchOptions",
  "type": "object",
  "description": "Options for tuning the compatibility and performance of VM shapes",
  "properties": {
    "bootVolumeType": {
      "type": "string",
      "description": "Emulation type for the boot volume. PARAVIRTUALIZED is recommended for best performance."
    },
    "firmware": {
      "type": "string",
      "description": "Firmware used to boot the VM"
    },
    "networkType": {
      "type": "string",
      "description": "Emulation type for the physical network interface card (NIC). PARAVIRTUALIZED or VFIO is recommended."
    },
    "remoteDataVolumeType": {
      "type": "string",
      "description": "Emulation type for attached block volume data disks"
    },
    "isPvEncryptionInTransitEnabled": {
      "type": "boolean",
      "description": "Whether to enable in-transit encryption for the data volume's paravirtualized attachment"
    },
    "isConsistentVolumeNamingEnabled": {
      "type": "boolean",
      "description": "Whether to enable consistent volume naming"
    }
  }
}