Solaris Zones · JSON Structure

Solaris Kernel Zones Kernel Zone Structure

Type: object Properties: 6
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

name brand id uuid state auxstate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "KernelZone",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "brand": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "uuid": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "auxstate": {
      "type": "array"
    }
  }
}