Oracle · JSON Structure

Oci Compute Instance Source Details Structure

Type: object Properties: 5
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

InstanceSourceDetails 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

sourceType imageId bootVolumeId bootVolumeSizeInGBs bootVolumeVpusPerGB

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InstanceSourceDetails",
  "type": "object",
  "properties": {
    "sourceType": {
      "type": "string"
    },
    "imageId": {
      "type": "string"
    },
    "bootVolumeId": {
      "type": "string"
    },
    "bootVolumeSizeInGBs": {
      "type": "integer"
    },
    "bootVolumeVpusPerGB": {
      "type": "integer"
    }
  }
}