1description: >
2    Implement to provide fabric adapter attributes. A physical fabric adapter
3    capable of connecting to an interconnect fabric. Examples include but are
4    not limited to Ethernet, NVMe over Fabrics, etc.
5
6associations:
7    name: connecting
8    description: >
9        Objects that implement FabricAdapter can optionally implement the
10        connecting association to  provide links to one or more Ports.
11    reverse_name: connected_to
12    required_endpoint_interfaces:
13        - xyz.openbmc_project.Inventory.Connector.Port
14