Priyanga Ramasamy | 530ca61 | 2024-12-10 08:31:40 -0600 | [diff] [blame^] | 1 | description: > |
| 2 | Implement to provide VPD collection state management. |
| 3 | |
| 4 | properties: |
| 5 | - name: CollectionStatus |
| 6 | type: enum[self.Status] |
| 7 | description: > |
| 8 | Property which tells the current status of FRU VPD collection. |
| 9 | |
| 10 | enumerations: |
| 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. |