summaryrefslogtreecommitdiffstats
path: root/catalog-ui/cypress/fixtures/service-proxy-tabs/add-rule-result.json
blob: 400d5c2283ea8263a20d82861480efdbcb7cdbe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "properties": [
    {
      "servicePropertyName": "internalvl0_dhcp_enabled",
      "constraintOperator": "equal",
      "sourceType": "static",
      "sourceName": null,
      "value": true
    },
    {
      "servicePropertyName": "contrailv2virtualnetwork0_segmentation_id",
      "constraintOperator": "equal",
      "sourceType": "static",
      "sourceName": null,
      "value": 11
    }
  ]
}