NSX-T Data Center REST API

IdsProfileConjunctionOperator (type)

{
  "additionalProperties": false,
  "description": "Represents the operator AND.",
  "extends": {
    "$ref": "IdsProfileCriteria"
  },
  "id": "IdsProfileConjunctionOperator",
  "module_id": "PolicyIDS",
  "polymorphic-type-descriptor": {
    "type-identifier": "IdsProfileConjunctionOperator"
  },
  "properties": {
    "operator": {
      "enum": [
        "AND"
      ],
      "required": true,
      "title": "IDS Profile Filter Condition",
      "type": "string"
    },
    "resource_type": {
      "enum": [
        "IdsProfileConjunctionOperator",
        "IdsProfileFilterCriteria"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "Represents the operator AND",
  "type": "object"
}