ExclusiveRepairActionFlag

Some action that should be performed externally in order to complete this repair. These actions are exclusive meaning only one of them can be selected. If in the future there actions that can be applied in combination, we will add an InclusiveRepairActionFlag enum and an inclusive_actions repeated field.

Enums
UNKNOWN_REPAIR_ACTION
DELETE The resource has to be deleted. When using this bit, the CLH should fail the operation.
RETRY This resource could not be repaired but the repair should be tried again at a later time. This can happen if there is a dependency that needs to be resolved first- e.g. if a parent resource must be repaired before a child resource.