Oracle · JSON Structure

Oci Compute Shape Memory Options Structure

Type: object Properties: 5
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

minInGBs maxInGBs defaultPerOcpuInGBs minPerOcpuInGBs maxPerOcpuInGBs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ShapeMemoryOptions",
  "type": "object",
  "properties": {
    "minInGBs": {
      "type": "number"
    },
    "maxInGBs": {
      "type": "number"
    },
    "defaultPerOcpuInGBs": {
      "type": "number"
    },
    "minPerOcpuInGBs": {
      "type": "number"
    },
    "maxPerOcpuInGBs": {
      "type": "number"
    }
  }
}