summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/core/common/src/test/resources/org/onosproject/codec/impl/HostToHostIntent.json
blob: fedea2512c7e2d6c608edf005280ff04cc6b5860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "type": "HostToHostIntent",
  "appId": "test",
  "selector": {"criteria": []},
  "treatment": {
    "instructions": [],
    "deferred": []
  },
  "priority": 7,
  "constraints": [
    {
      "inclusive": false,
      "types": ["OPTICAL"],
      "type": "LinkTypeConstraint"
    }
  ],
  "one": "00:00:00:00:00:02/-1",
  "two": "00:00:00:00:00:05/-1"
}