blob: 2ac8c905e63a844152b6ed39ebb831659be73620 [file] [log] [blame]
Jayanth Othayotheea98142017-04-05 00:58:48 -05001description: >
2 Implement to provide Dump attributes.
3
4 Object which implements this interface must implement
5 xyz.openbmc_project.Time.EpochTime for the Dump
6 creation time.
7 Object which implements this interface should implement
8 xyz.openbmc_project.Object.Delete to allow the deletion of
9 individual Dump objects.
10
11properties:
12 - name: Size
13 type: uint64
14 description: >
15 Size of the Dump.
Dhruvaraj Subhashchandran5006cdf2020-01-20 04:08:10 -060016 - name: Offloaded
17 type: boolean
18 description: >
19 Indicates whether the dump is offloaded to a client.
20 The BMC application which knows the status of the offload
21 operation should set this to true once the entire dump is
22 offloaded.