VlanMtuHealthCheckResultStatus (type)

{
  "description": "Status of VLAN-MTU health check result; TRUNKED - all specified VLAN IDs are allowed by VLAN and MTU settings; UNTRUNKED - some/all specified VLAN IDs may be disallowed by VLAN or MTU settings; UNKNOWN - some/all health check result are unknown due to either infrastructure issues or no available check result.", 
  "enum": [
    "TRUNKED", 
    "UNTRUNKED", 
    "UNKNOWN"
  ], 
  "id": "VlanMtuHealthCheckResultStatus", 
  "module_id": "HealthCheck", 
  "title": "VLAN-MTU Health Check Result Status", 
  "type": "string"
}