Oracle · Schema

LaunchInstancePlatformConfig

The platform configuration for launching an instance

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
type string The type of platform configuration
isSecureBootEnabled boolean Whether Secure Boot is enabled
isTrustedPlatformModuleEnabled boolean Whether the Trusted Platform Module is enabled
isMeasuredBootEnabled boolean Whether Measured Boot is enabled
isMemoryEncryptionEnabled boolean Whether AMD memory encryption is enabled
View JSON Schema on GitHub

JSON Schema

oci-compute-launch-instance-platform-config-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LaunchInstancePlatformConfig",
  "type": "object",
  "description": "The platform configuration for launching an instance",
  "properties": {
    "type": {
      "type": "string",
      "description": "The type of platform configuration"
    },
    "isSecureBootEnabled": {
      "type": "boolean",
      "description": "Whether Secure Boot is enabled"
    },
    "isTrustedPlatformModuleEnabled": {
      "type": "boolean",
      "description": "Whether the Trusted Platform Module is enabled"
    },
    "isMeasuredBootEnabled": {
      "type": "boolean",
      "description": "Whether Measured Boot is enabled"
    },
    "isMemoryEncryptionEnabled": {
      "type": "boolean",
      "description": "Whether AMD memory encryption is enabled"
    }
  }
}