{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "LaunchInstanceShapeConfigDetails", "type": "object", "description": "The shape configuration details for launching a flexible instance. Required when using a flexible shape (e.g., VM.Standard.E4.Flex).", "properties": { "ocpus": { "type": "number", "description": "The total number of OCPUs available to the instance. For flexible shapes, specify the desired number of OCPUs." }, "memoryInGBs": { "type": "number", "description": "The total amount of memory in gigabytes. For flexible shapes, the amount of memory per OCPU can vary. The default ratio is typically 1 OCPU to 16 GB of memory." }, "baselineOcpuUtilization": { "type": "string", "description": "The baseline OCPU utilization for a subcore burstable instance. Leave unset for a non-burstable instance or to use the default baseline." }, "nvmes": { "type": "integer", "description": "The number of NVMe drives to attach to the instance" } } }