NSX-T Data Center REST API

LsIdToVmAndVnicsMapping (type)

{
  "additionalProperties": false, 
  "id": "LsIdToVmAndVnicsMapping", 
  "module_id": "Migration", 
  "properties": {
    "ls_id": {
      "readonly": false, 
      "required": false, 
      "title": "Logical Switch ID", 
      "type": "string"
    }, 
    "vm_and_vnics_mapping": {
      "items": {
        "$ref": "VmToVnicsMapping
      }, 
      "readonly": false, 
      "required": false, 
      "title": "List of VmToVnicsMapping", 
      "type": "array"
    }
  }, 
  "title": "Mapping between Logical Switch ID and VM & VNICs", 
  "type": "object"
}