summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xyz/openbmc_project/Dump/Entry.interface.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Dump/Entry.interface.yaml b/xyz/openbmc_project/Dump/Entry.interface.yaml
new file mode 100644
index 0000000..1f12089
--- /dev/null
+++ b/xyz/openbmc_project/Dump/Entry.interface.yaml
@@ -0,0 +1,15 @@
+description: >
+ Implement to provide Dump attributes.
+
+ Object which implements this interface must implement
+ xyz.openbmc_project.Time.EpochTime for the Dump
+ creation time.
+ Object which implements this interface should implement
+ xyz.openbmc_project.Object.Delete to allow the deletion of
+ individual Dump objects.
+
+properties:
+ - name: Size
+ type: uint64
+ description: >
+ Size of the Dump.
OpenPOWER on IntegriCloud