HostSwitchInfo (type) (Deprecated)

{
  "deprecated": true, 
  "id": "HostSwitchInfo", 
  "module_id": "TransportZone", 
  "nsx_feature": "NsxtOnVds", 
  "properties": {
    "host_switch_id": {
      "readonly": true, 
      "required": true, 
      "title": "Unique ID of a host switch", 
      "type": "string"
    }, 
    "host_switch_mode": {
      "enum": [
        "STANDARD", 
        "ENS", 
        "ENS_INTERRUPT", 
        "LEGACY"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Mode of host switch", 
      "type": "string"
    }, 
    "host_switch_name": {
      "readonly": true, 
      "required": true, 
      "title": "Name of a host switch", 
      "type": "string"
    }, 
    "host_switch_type": {
      "enum": [
        "NVDS", 
        "VDS"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Type of a host switch", 
      "type": "string"
    }
  }, 
  "title": "Information of host switch participating in transport zone", 
  "type": "object"
}