VmknicNetwork (type) (Deprecated)

{
  "deprecated": true, 
  "description": "Mapping of all vmk interfaces to destination networks", 
  "id": "VmknicNetwork", 
  "module_id": "TransportNode", 
  "properties": {
    "destination_network": {
      "description": "When migrating vmks to N-VDS/logical switches, the id is the logical switch id. When migrating out of N-VDS/logical switches, the id is the vSphere Switch portgroup name in a single vSphere Standard Switch (VSS), or distributed virtual portgroup name in a single distributed virtual switch (DVS).", 
      "readonly": false, 
      "required": true, 
      "title": "The network id to which the ESX vmk interface will be migrated.", 
      "type": "string"
    }, 
    "device_name": {
      "description": "The vmk interface name, e.g., vmk0, vmk1; the id assigned by vCenter.", 
      "readonly": false, 
      "required": true, 
      "title": "ESX vmk interface name", 
      "type": "string"
    }
  }, 
  "title": "Vmknic network specification", 
  "type": "object"
}