Oracle · JSON Structure

Oci Compute Image Structure

Type: object Properties: 13
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

id compartmentId displayName operatingSystem operatingSystemVersion timeCreated baseImageId sizeInMBs billableSizeInGBs createImageAllowed agentFeatures launchMode listingType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Image",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "operatingSystem": {
      "type": "string"
    },
    "operatingSystemVersion": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    },
    "baseImageId": {
      "type": "string"
    },
    "sizeInMBs": {
      "type": "integer"
    },
    "billableSizeInGBs": {
      "type": "integer"
    },
    "createImageAllowed": {
      "type": "boolean"
    },
    "agentFeatures": {
      "type": "object"
    },
    "launchMode": {
      "type": "string"
    },
    "listingType": {
      "type": "string"
    }
  }
}