NSX-T Data Center REST API

ExcludedMembersList (type)

{
  "additionalProperties": false,
  "description": "Represents the list of members that need to be excluded",
  "id": "ExcludedMembersList",
  "module_id": "Policy",
  "properties": {
    "ip_address_expression": {
      "$ref": "IPAddressExpression",
      "required": false,
      "title": "IP addresses which need to be excluded"
    },
    "path_expression": {
      "$ref": "PathExpression",
      "description": "Paths can be only IP address based groups. Upto 50 paths are allowed.",
      "required": false,
      "title": "Paths which need to be excluded."
    }
  },
  "title": "Represents the list of members that need to be excluded",
  "type": "object"
}