Solaris Zones · Schema

RadInterface

ContainersKernel ZonesOperating SystemsOracleRADResource ManagementSolarisStatsStoreVirtualizationZones

Properties

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

JSON Schema

solaris-zones-management-rad-interface-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RadInterface",
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "URL path to the interface"
    },
    "type": {
      "type": "string",
      "description": "Interface type name"
    }
  }
}