summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
authorNagaraju Goruganti <ngorugan@in.ibm.com>2017-09-04 03:57:27 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-08 19:09:53 +0000
commit2f3c9a6386f64286227c0c28a8818b5df20642a5 (patch)
tree8d0af36aff53b7a758c0fcf0c4ef315ae6c20e3d /xyz
parentea7ada423910baec50a087cc27b351e76ec70062 (diff)
downloadphosphor-dbus-interfaces-2f3c9a6386f64286227c0c28a8818b5df20642a5.tar.gz
phosphor-dbus-interfaces-2f3c9a6386f64286227c0c28a8818b5df20642a5.zip
Add Collection interface.
The interface has a single method now called 'DeleteAll'. Change-Id: Ifd4d4046f614dfbe622adb5820bceae2847bdec8 Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
Diffstat (limited to 'xyz')
-rwxr-xr-xxyz/openbmc_project/Collection/DeleteAll.interface.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Collection/DeleteAll.interface.yaml b/xyz/openbmc_project/Collection/DeleteAll.interface.yaml
new file mode 100755
index 0000000..eba6b5f
--- /dev/null
+++ b/xyz/openbmc_project/Collection/DeleteAll.interface.yaml
@@ -0,0 +1,6 @@
+description: >
+ Implement to provide operations on a collection of objects.
+methods:
+ - name: DeleteAll
+ description: >
+ Delete all objects in the collection.
OpenPOWER on IntegriCloud