Oracle · Schema

ShapePlatformConfigOptions

Platform configuration options available for the shape

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

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

JSON Schema

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