Oracle · JSON Structure

Oci Compute Launch Instance Details Structure

Type: object Properties: 10
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

compartmentId availabilityDomain displayName shape metadata extendedMetadata faultDomain isPvEncryptionInTransitEnabled capacityReservationId dedicatedVmHostId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LaunchInstanceDetails",
  "type": "object",
  "properties": {
    "compartmentId": {
      "type": "string"
    },
    "availabilityDomain": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "shape": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "extendedMetadata": {
      "type": "object"
    },
    "faultDomain": {
      "type": "string"
    },
    "isPvEncryptionInTransitEnabled": {
      "type": "boolean"
    },
    "capacityReservationId": {
      "type": "string"
    },
    "dedicatedVmHostId": {
      "type": "string"
    }
  }
}