blob: 715af7cea029e06d830f1ee1ce5efa6d31a0e9b5 [file] [log] [blame]
Vikram Bodireddy9a81ea82020-01-07 14:56:33 +05301description: >
2 To implement the Activation apply options for a newly uploaded firmware
3 image. The apply options property is specific to each firmware update
4 and is used during firmware activation. ApplyOptions usage during
5 firmware activation is implementation specific, not all firmware
6 targets need ApplyOptions. This property is removed after activation
7 of the firmware is done and when the firmware goes to Active state.
8 The default value of this property is false.
9properties:
10 - name: ClearConfig
11 type: boolean
12 default: false
13 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050014 This property indicates whether to clear the software configurations
15 when the firmware image update is getting applied. A value of true
16 indicates the firmware configurations should be cleared along with
17 firmware image activation.