Solaris Zones · Schema

Zone

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
name string
brand string
id integer
uuid string
state string
auxstate array
View JSON Schema on GitHub

JSON Schema

solaris-unified-archives-zone-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Zone",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "brand": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "uuid": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "auxstate": {
      "type": "array"
    }
  }
}