Brad Bishop | 2660b69 | 2016-11-01 11:54:24 -0500 | [diff] [blame] | 1 | description: > |
| 2 | This interface is used to tell the mapper to create |
| 3 | xyz.openbmc_project.Association interfaces on <this path>/forward and |
| 4 | endpoint/reverse. |
| 5 | properties: |
| 6 | - name: Associations |
| 7 | type: array[struct[string,string,string]] |
| 8 | description: > |
| 9 | An array of forward, reverse, endpoint tuples where: |
| 10 | forward - The type of the association. |
| 11 | reverse - The type of the association to create for the endpoint. |
| 12 | endpoint - The association endpoint. |