blob: a43e8e2d029421235d69d7d8d952fd3aa5704a1e [file] [log] [blame]
Zbigniew Kurzynski9f2c7e22020-02-20 19:00:42 +01001description: >
2 This interface provides methods for mounting and unmounting images.
3
4methods:
5 - name: Mount
6 description: Perform a mount to HOST operation on given object.
7 returns:
8 - name: Status
9 type: boolean
10 description: mounting status. True on success.
11 errors:
12 - xyz.openbmc_project.Common.Error.InternalFailure
13
14 - name: Unmount
15 description: Perform an unmount from HOST on given object.
16 returns:
17 - name: Status
18 type: boolean
19 description: the unmount status. True on success.
20 errors:
21 - xyz.openbmc_project.Common.Error.InternalFailure