blob: 2ac8c905e63a844152b6ed39ebb831659be73620 [file] [log] [blame]
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.
- name: Offloaded
type: boolean
description: >
Indicates whether the dump is offloaded to a client.
The BMC application which knows the status of the offload
operation should set this to true once the entire dump is
offloaded.