Solaris Zones · JSON Structure

Solaris Rad Zonemgr Zone Info Structure

Type: object Properties: 5
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

name id uuid brand isGlobal

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

JSON Structure

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