blob: 6cdedcf863d2a4c39bcad7bcd68da2ed0b8f69a2 [file] [log] [blame]
Jayashankar Padath633d8c72019-03-27 12:49:37 +05301description: >
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.
5properties:
6 - name: RequestedApplyTime
7 type: enum[self.RequestedApplyTimes]
8 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -05009 This property indicates when the software image update should be
10 applied.
Jayashankar Padath633d8c72019-03-27 12:49:37 +053011enumerations:
12 - name: RequestedApplyTimes
13 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050014 The possible values of this property indicate when the newly
15 updated software image will be activated.
Jayashankar Padath633d8c72019-03-27 12:49:37 +053016 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050017 - name: Immediate
18 description: >
19 Apply immediately.
20 - name: OnReset
21 description: >
22 Apply on a reset.