Oracle · JSON Structure

Oci Compute Update Instance Details Structure

Type: object Properties: 5
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

UpdateInstanceDetails 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

displayName shape metadata extendedMetadata faultDomain

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "UpdateInstanceDetails",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "shape": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "extendedMetadata": {
      "type": "object"
    },
    "faultDomain": {
      "type": "string"
    }
  }
}