Solaris Zones · Schema

RadInterface

A RAD interface entry describing an available management object

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

Name Type Description
href string Relative URI to the interface
type string Interface type name
View JSON Schema on GitHub

JSON Schema

solaris-rad-zonemgr-rad-interface-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RadInterface",
  "type": "object",
  "description": "A RAD interface entry describing an available management object",
  "properties": {
    "href": {
      "type": "string",
      "description": "Relative URI to the interface"
    },
    "type": {
      "type": "string",
      "description": "Interface type name"
    }
  }
}