Solaris Zones · Schema

KernelZoneResource

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
type string Resource type. Kernel zone specific types include dedicated-cpu and capped-memory for virtual hardware allocation.
properties array Resource property values
parent string Parent resource reference
View JSON Schema on GitHub

JSON Schema

solaris-kernel-zones-kernel-zone-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "KernelZoneResource",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "Resource type. Kernel zone specific types include dedicated-cpu and capped-memory for virtual hardware allocation."
    },
    "properties": {
      "type": "array",
      "description": "Resource property values"
    },
    "parent": {
      "type": "string",
      "description": "Parent resource reference"
    }
  }
}