summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Association.interface.yaml
blob: bbe373dfa932be7db04abe256d293fc4788c56ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
description: >
    Implement to represent arbitrary associations between objects in the DBus
    namespace.

    An object implementing Association describes a one way, one to many
    association where the parent object is associated to the objects
    in the Endpoints property, with the association type defined as the name
    of the object implementing Association.
properties:
    - name: Endpoints
      type: array[path]
      description: >
          An array of association endpoints.

# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
OpenPOWER on IntegriCloud