Solaris Zones · Schema

KernelZone

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
name string Kernel zone name
brand string Zone brand (solaris-kz for kernel zones)
id integer Numeric zone ID
uuid string Zone UUID
state string Current zone state
auxstate array Auxiliary zone states
View JSON Schema on GitHub

JSON Schema

solaris-kernel-zones-kernel-zone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "KernelZone",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Kernel zone name"
    },
    "brand": {
      "type": "string",
      "description": "Zone brand (solaris-kz for kernel zones)"
    },
    "id": {
      "type": "integer",
      "description": "Numeric zone ID"
    },
    "uuid": {
      "type": "string",
      "description": "Zone UUID"
    },
    "state": {
      "type": "string",
      "description": "Current zone state"
    },
    "auxstate": {
      "type": "array",
      "description": "Auxiliary zone states"
    }
  }
}