NSX-T Data Center REST API

Evaluation (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "Criterion Evaluation is the basic logical condition to evaluate whether the event could be potentially met.",
  "id": "Evaluation",
  "module_id": "PolicyReaction",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "description": "Criterion Evaluation resource type.",
      "enum": [
        "SourceFieldEvaluation"
      ],
      "required": true,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "Criterion Evaluation",
  "type": "object"
}