1description: > 2 Implement to specify reboot attempts left. 3 4properties: 5 - name: AttemptsLeft 6 type: uint32 7 description: > 8 Current number of reboot attempts left. 9 - name: RetryAttempts 10 type: uint32 11 description: > 12 Number of total reboot attempts allowed. 13 default: 3 14