StandardHostSwitchSpec (type)

{
  "description": "Standard host switch specification is used for NSX configured transport node.", 
  "extends": {
    "$ref": "HostSwitchSpec
  }, 
  "id": "StandardHostSwitchSpec", 
  "module_id": "TransportNode", 
  "polymorphic-type-descriptor": {
    "type-identifier": "StandardHostSwitchSpec"
  }, 
  "properties": {
    "host_switches": {
      "items": {
        "$ref": "StandardHostSwitch
      }, 
      "minItems": 0, 
      "required": true, 
      "title": "Transport Node host switches", 
      "type": "array"
    }, 
    "resource_type": {
      "enum": [
        "StandardHostSwitchSpec", 
        "PreconfiguredHostSwitchSpec"
      ], 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "Specification of transport node standard host switch", 
  "type": "object"
}