Oracle · JSON Structure

Oci Compute Launch Options Structure

Type: object Properties: 6
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

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

Properties

bootVolumeType firmware networkType remoteDataVolumeType isPvEncryptionInTransitEnabled isConsistentVolumeNamingEnabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LaunchOptions",
  "type": "object",
  "properties": {
    "bootVolumeType": {
      "type": "string"
    },
    "firmware": {
      "type": "string"
    },
    "networkType": {
      "type": "string"
    },
    "remoteDataVolumeType": {
      "type": "string"
    },
    "isPvEncryptionInTransitEnabled": {
      "type": "boolean"
    },
    "isConsistentVolumeNamingEnabled": {
      "type": "boolean"
    }
  }
}