Oracle · JSON Structure

Oci Compute Shape Structure

Type: object Properties: 16
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

shape availabilityDomain ocpus memoryInGBs processorDescription networkingBandwidthInGbps maxVnicAttachments gpus gpuDescription localDisks localDisksTotalSizeInGBs localDiskDescription isFlexible isBilledForStoppedInstance quotaNames recommendedAlternatives

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Shape",
  "type": "object",
  "properties": {
    "shape": {
      "type": "string"
    },
    "availabilityDomain": {
      "type": "string"
    },
    "ocpus": {
      "type": "number"
    },
    "memoryInGBs": {
      "type": "number"
    },
    "processorDescription": {
      "type": "string"
    },
    "networkingBandwidthInGbps": {
      "type": "number"
    },
    "maxVnicAttachments": {
      "type": "integer"
    },
    "gpus": {
      "type": "integer"
    },
    "gpuDescription": {
      "type": "string"
    },
    "localDisks": {
      "type": "integer"
    },
    "localDisksTotalSizeInGBs": {
      "type": "number"
    },
    "localDiskDescription": {
      "type": "string"
    },
    "isFlexible": {
      "type": "boolean"
    },
    "isBilledForStoppedInstance": {
      "type": "boolean"
    },
    "quotaNames": {
      "type": "array"
    },
    "recommendedAlternatives": {
      "type": "array"
    }
  }
}