1description: > 2 To implement the apply time of a newly updated software image. The apply 3 time property is global to all firmware update packages and the default 4 value of the property is OnReset. 5properties: 6 - name: RequestedApplyTime 7 type: enum[self.RequestedApplyTimes] 8 description: > 9 This property indicates when the software image update should be 10 applied. 11enumerations: 12 - name: RequestedApplyTimes 13 description: > 14 The possible values of this property indicate when the newly updated 15 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. 23