Solaris Zones · JSON Structure

Solaris Zones Management Migrate Zone Request Structure

Type: object Properties: 3
ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

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

Properties

host type cipher

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MigrateZoneRequest",
  "type": "object",
  "properties": {
    "host": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "cipher": {
      "type": "string"
    }
  }
}