Oracle · JSON Structure

Oci Compute Shape Ocpu Options Structure

Type: object Properties: 3
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

ShapeOcpuOptions is a JSON Structure definition published by Oracle, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

min max maxPerNumaNode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ShapeOcpuOptions",
  "type": "object",
  "properties": {
    "min": {
      "type": "number"
    },
    "max": {
      "type": "number"
    },
    "maxPerNumaNode": {
      "type": "number"
    }
  }
}