Jayashankar Padath | 633d8c7 | 2019-03-27 12:49:37 +0530 | [diff] [blame] | 1 | description: > |
| 2 | To implement the apply time of a newly updated software image. |
| 3 | The apply time property is global to all firmware update packages |
| 4 | and the default value of the property is OnReset. |
| 5 | properties: |
| 6 | - name: RequestedApplyTime |
| 7 | type: enum[self.RequestedApplyTimes] |
| 8 | description: > |
| 9 | This property indicates when the software image update should be |
| 10 | applied. |
| 11 | enumerations: |
| 12 | - name: RequestedApplyTimes |
| 13 | description: > |
| 14 | The possible values of this property indicate when the newly |
| 15 | updated software image will be activated. |
| 16 | values: |
| 17 | - name: Immediate |
| 18 | description: > |
| 19 | Apply immediately. |
| 20 | - name: OnReset |
| 21 | description: > |
| 22 | Apply on a reset. |