Nagaraju Goruganti | 2f3c9a6 | 2017-09-04 03:57:27 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to provide operations on a collection of objects. |
| 3 | methods: |
| 4 | - name: DeleteAll |
| 5 | description: > |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 6 | Delete all objects in the collection. |
Ramesh Iyyar | e5899eb | 2021-07-27 05:32:55 -0500 | [diff] [blame] | 7 | errors: |
Patrick Williams | 8da396c | 2022-03-14 14:21:02 -0500 | [diff] [blame] | 8 | - xyz.openbmc_project.Common.Error.NotAllowed |
| 9 | - xyz.openbmc_project.Common.Error.Unavailable |