xref: /openbmc/phosphor-dbus-interfaces/yaml/com/ibm/VPD/Collection.interface.yaml (revision 530ca6173befe2b88a8e71acb62d5eee79805951)
1description: >
2    Implement to provide VPD collection state management.
3
4properties:
5    - name: CollectionStatus
6      type: enum[self.Status]
7      description: >
8          Property which tells the current status of FRU VPD collection.
9
10enumerations:
11    - name: Status
12      description: >
13          The current status of FRU VPD collection.
14      values:
15          - name: "InProgress"
16            description: >
17                FRU VPD collection is in progress.
18          - name: "Success"
19            description: >
20                FRU VPD collection is successfully completed.
21          - name: "Failure"
22            description: >
23                FRU VPD collection failed.
24          - name: "NotStarted"
25            description: >
26                FRU VPD collection not started.
27