Oracle · Schema

ShapeOcpuOptions

Options for configuring OCPUs on a flexible shape

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
min number The minimum number of OCPUs
max number The maximum number of OCPUs
maxPerNumaNode number The maximum number of OCPUs per NUMA node
View JSON Schema on GitHub

JSON Schema

oci-compute-shape-ocpu-options-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ShapeOcpuOptions",
  "type": "object",
  "description": "Options for configuring OCPUs on a flexible shape",
  "properties": {
    "min": {
      "type": "number",
      "description": "The minimum number of OCPUs"
    },
    "max": {
      "type": "number",
      "description": "The maximum number of OCPUs"
    },
    "maxPerNumaNode": {
      "type": "number",
      "description": "The maximum number of OCPUs per NUMA node"
    }
  }
}