Gunnar Mills | f5eaf39 | 2017-08-22 16:36:55 -0500 | [diff] [blame] | 1 | description: > |
2 | Implement to delegate org.openbmc.Association interface management | ||||
3 | responsibilities to another application. | ||||
4 | properties: | ||||
5 | - name: associations | ||||
6 | type: array[struct[string,string,string]] | ||||
7 | description: > | ||||
8 | An array of forward, reverse, endpoint tuples where: | ||||
9 | forward - The type of the association. | ||||
10 | reverse - The type of the association to create for the endpoint. | ||||
11 | endpoint - The association endpoint. | ||||
12 |