Solaris Zones · JSON Structure

Solaris Rad Zonemgr Resource Structure

Type: object Properties: 3
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Resource is a JSON Structure definition published by Solaris Zones, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type properties parent

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Resource",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "properties": {
      "type": "array"
    },
    "parent": {
      "type": "string"
    }
  }
}