Oracle · JSON Structure

Oci Compute Instance Structure

Type: object Properties: 16
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Instance 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

id compartmentId availabilityDomain faultDomain displayName shape region imageId timeCreated metadata extendedMetadata launchMode timeMaintenanceRebootDue capacityReservationId dedicatedVmHostId isCrossNumaNode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Instance",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "compartmentId": {
      "type": "string"
    },
    "availabilityDomain": {
      "type": "string"
    },
    "faultDomain": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "shape": {
      "type": "string"
    },
    "region": {
      "type": "string"
    },
    "imageId": {
      "type": "string"
    },
    "timeCreated": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "extendedMetadata": {
      "type": "object"
    },
    "launchMode": {
      "type": "string"
    },
    "timeMaintenanceRebootDue": {
      "type": "string"
    },
    "capacityReservationId": {
      "type": "string"
    },
    "dedicatedVmHostId": {
      "type": "string"
    },
    "isCrossNumaNode": {
      "type": "boolean"
    }
  }
}