Oracle · JSON Structure

Oci Compute Image Source Details Structure

Type: object Properties: 8
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

sourceType bucketName namespaceName objectName sourceUri sourceImageType operatingSystem operatingSystemVersion

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ImageSourceDetails",
  "type": "object",
  "properties": {
    "sourceType": {
      "type": "string"
    },
    "bucketName": {
      "type": "string"
    },
    "namespaceName": {
      "type": "string"
    },
    "objectName": {
      "type": "string"
    },
    "sourceUri": {
      "type": "string"
    },
    "sourceImageType": {
      "type": "string"
    },
    "operatingSystem": {
      "type": "string"
    },
    "operatingSystemVersion": {
      "type": "string"
    }
  }
}