Patrick Williams | 3350f3e | 2016-11-23 07:27:01 -0600 | [diff] [blame] | 1 | description: > |
| 2 | An interface which encapsulates a file-system path on the BMC. |
| 3 | |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 4 | 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 Williams | 3350f3e | 2016-11-23 07:27:01 -0600 | [diff] [blame] | 7 | properties: |
| 8 | - name: Path |
| 9 | type: string |
| 10 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 11 | The filesystem path for the dbus object. |