Oracle · JSON Structure

Oci Compute Create Image Details Structure

Type: object Properties: 4
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

compartmentId displayName instanceId launchMode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateImageDetails",
  "type": "object",
  "properties": {
    "compartmentId": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "instanceId": {
      "type": "string"
    },
    "launchMode": {
      "type": "string"
    }
  }
}