blob: 2accd42fe2e45c3937539ae8eb77d35ce6efe169 [file] [log] [blame]
Patrick Williams3350f3e2016-11-23 07:27:01 -06001description: >
2 An interface which encapsulates a file-system path on the BMC.
3
Patrick Williamsa1347412022-12-06 10:56:22 -06004 Typically, this is added onto an existing object path to show a relationship
5 between the object, in the dbus namespace, and a file, in the filesystem
6 namespace.
Patrick Williams3350f3e2016-11-23 07:27:01 -06007properties:
8 - name: Path
9 type: string
10 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050011 The filesystem path for the dbus object.