1description: >
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
22