1description: >
2    To implement the Activation apply options for a newly uploaded firmware
3    image. The apply options property is specific to each firmware update and is
4    used during firmware activation. ApplyOptions usage during firmware
5    activation is implementation specific, not all firmware targets need
6    ApplyOptions. This property is removed after activation of the firmware is
7    done and when the firmware goes to Active state. The default value of this
8    property is false.
9properties:
10    - name: ClearConfig
11      type: boolean
12      default: false
13      description: >
14          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.
18