Solaris Zones · Schema

ZoneManagerDetail

ZoneManager singleton providing system-wide zone management

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
evacuationState ['string', 'null'] Current evacuation state, null when no evacuation is active
View JSON Schema on GitHub

JSON Schema

solaris-rad-zonemgr-zone-manager-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ZoneManagerDetail",
  "type": "object",
  "description": "ZoneManager singleton providing system-wide zone management",
  "properties": {
    "evacuationState": {
      "type": "['string', 'null']",
      "description": "Current evacuation state, null when no evacuation is active"
    }
  }
}