Oracle · JSON Structure

Oci Compute Instance Shape Config Structure

Type: object Properties: 11
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

ocpus memoryInGBs baselineOcpuUtilization processorDescription networkingBandwidthInGbps maxVnicAttachments gpus gpuDescription localDisks localDisksTotalSizeInGBs vcpus

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InstanceShapeConfig",
  "type": "object",
  "properties": {
    "ocpus": {
      "type": "number"
    },
    "memoryInGBs": {
      "type": "number"
    },
    "baselineOcpuUtilization": {
      "type": "string"
    },
    "processorDescription": {
      "type": "string"
    },
    "networkingBandwidthInGbps": {
      "type": "number"
    },
    "maxVnicAttachments": {
      "type": "integer"
    },
    "gpus": {
      "type": "integer"
    },
    "gpuDescription": {
      "type": "string"
    },
    "localDisks": {
      "type": "integer"
    },
    "localDisksTotalSizeInGBs": {
      "type": "number"
    },
    "vcpus": {
      "type": "integer"
    }
  }
}