1description: >
2    This defines a Port of a switch, controller, chassis, or any other device
3    that could be connected to another entity.
4
5association:
6    name: connected_to
7    description: >
8        Objects that are connected at the other end of the link.
9    reverse_name: connecting
10    required_endpoint_interfaces:
11        - xyz.openbmc_project.Inventory.Item.FabricAdapter
12