blob: d7a5a5683f233726f4a1927b469223381dce6a57 [file] [log] [blame]
Priyanga Ramasamy530ca612024-12-10 08:31:40 -06001description: >
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.