PortAttacher (type)

{
  "id": "PortAttacher", 
  "module_id": "LogicalPort", 
  "properties": {
    "entity": {
      "description": "This is a vmknic name if the attacher is vmknic. Otherwise, it is full path of the attached VM's config file", 
      "readonly": false, 
      "required": true, 
      "title": "Reference to the attached entity", 
      "type": "string"
    }, 
    "host": {
      "readonly": false, 
      "required": true, 
      "title": "TransportNode on which the attacher resides", 
      "type": "string"
    }
  }, 
  "title": "VM or vmknic entity attached to LogicalPort", 
  "type": "object"
}