blob: 325912370867a46fcc3276089af6d318c27fe01f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
description: >
Implement to delegate org.openbmc.Association interface management
responsibilities to another application.
properties:
- name: associations
type: array[struct[string,string,string]]
description: >
An array of forward, reverse, endpoint tuples where:
forward - The type of the association.
reverse - The type of the association to create for the endpoint.
endpoint - The association endpoint.
|