HostSwitchState (type)

{
  "id": "HostSwitchState", 
  "module_id": "TransportNode", 
  "properties": {
    "endpoints": {
      "items": {
        "$ref": "Endpoint
      }, 
      "readonly": true, 
      "title": "List of virtual tunnel endpoints which are configured on this switch", 
      "type": "array"
    }, 
    "host_switch_id": {
      "readonly": true, 
      "title": "External ID of the HostSwitch", 
      "type": "string"
    }, 
    "host_switch_name": {
      "description": "The name must be unique among all host switches specified in a given Transport Node.", 
      "readonly": true, 
      "title": "HostSwitch name. This name will be used to reference this HostSwitch.", 
      "type": "string"
    }, 
    "host_switch_type": {
      "default": "NVDS", 
      "description": "VDS represents VMware vSphere Distributed Switch from vSphere that is used as HostSwitch through TransportNode or TransportNodeProfile configuration. When VDS is used as a HostSwitch, Hosts have to be added to VDS from vSphere and VDS instance is created on Hosts. To configure NSX on such hosts, you can use this VDS as a HostSwitch from NSX manager. vCenter has the ownership of MTU, LAG, NIOC and LLDP configuration of such VDS backed HostSwitch. Remaining configuration (e.g. UplinkHostswitchProfile) will be managed by NSX. NVDS represents NSX Virtual Switch which is NSX native HostSwitch. All configurations of NVDS will be managed by NSX.", 
      "enum": [
        "NVDS", 
        "VDS"
      ], 
      "nsx_feature": "NsxtOnVds", 
      "required": false, 
      "title": "Type of HostSwitch", 
      "type": "string"
    }, 
    "transport_zone_ids": {
      "items": {
        "type": "string"
      }, 
      "readonly": true, 
      "title": "List of Ids of TransportZones this HostSwitch belongs to", 
      "type": "array"
    }
  }, 
  "title": "Host Switch State", 
  "type": "object"
}