NSX-T Data Center REST API

HostSwitchSpec (type)

{
  "abstract": true,
  "description": "The HostSwitchSpec is the base class for standard and preconfigured host switch specifications.",
  "id": "HostSwitchSpec",
  "module_id": "TransportNode",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "StandardHostSwitchSpec",
        "PreconfiguredHostSwitchSpec"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "Abstract base type for transport node host switch specification",
  "type": "object"
}