MirrorStackStatusType (type)

{
  "additionalProperties": false, 
  "description": "MirrorStackStatusType indicates the health result after user configured mirror stack on L3PortMirrorSession. When configure mirror stack on L3PortMirrorSession, it has two preconditions, ESXi has been configured mirror stack and vmknic has been bounded to the stack. SUCCESS means the host has mirror stack and vmknic has been bounded to the stack, FAILED means either there is no mirror stack or the vmknic not bounded to it.", 
  "enum": [
    "UNKNOWN", 
    "SUCCESS", 
    "FAILED"
  ], 
  "id": "MirrorStackStatusType", 
  "module_id": "PortMirroring", 
  "title": "Mirror stack status type", 
  "type": "string"
}