xref: /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/Definitions.interface.yaml (revision b1b4d2617e80de24563fad86d0dddece81410def)
1*b1b4d261SWilliam A. Kennington IIIdescription: >
2*b1b4d261SWilliam A. Kennington III    This interface is used to tell the mapper to create
3*b1b4d261SWilliam A. Kennington III    xyz.openbmc_project.Association interfaces on <this path>/forward and
4*b1b4d261SWilliam A. Kennington III    endpoint/reverse.
5*b1b4d261SWilliam A. Kennington IIIproperties:
6*b1b4d261SWilliam A. Kennington III    - name: Associations
7*b1b4d261SWilliam A. Kennington III      type: array[struct[string,string,string]]
8*b1b4d261SWilliam A. Kennington III      description: >
9*b1b4d261SWilliam A. Kennington III          An array of forward, reverse, endpoint tuples where:
10*b1b4d261SWilliam A. Kennington III              forward - The type of the association.
11*b1b4d261SWilliam A. Kennington III              reverse - The type of the association to create for the endpoint.
12*b1b4d261SWilliam A. Kennington III              endpoint - The association endpoint.
13