Solaris Zones · Schema

Resource

A zone configuration resource such as anet, fs, capped-cpu, etc.

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
type string Resource type identifier
properties array List of properties for this resource
parent string Parent resource reference for nested resources
View JSON Schema on GitHub

JSON Schema

solaris-rad-zonemgr-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Resource",
  "type": "object",
  "description": "A zone configuration resource such as anet, fs, capped-cpu, etc.",
  "properties": {
    "type": {
      "type": "string",
      "description": "Resource type identifier"
    },
    "properties": {
      "type": "array",
      "description": "List of properties for this resource"
    },
    "parent": {
      "type": "string",
      "description": "Parent resource reference for nested resources"
    }
  }
}