Solaris Zones · Schema

Property

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
name string Property name
value string Simple property value
type string Property value type
listvalue array List of values for list-type properties
complexvalue array Complex property values
View JSON Schema on GitHub

JSON Schema

solaris-zone-configuration-property-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Property",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Property name"
    },
    "value": {
      "type": "string",
      "description": "Simple property value"
    },
    "type": {
      "type": "string",
      "description": "Property value type"
    },
    "listvalue": {
      "type": "array",
      "description": "List of values for list-type properties"
    },
    "complexvalue": {
      "type": "array",
      "description": "Complex property values"
    }
  }
}