exclusiveAction property

String? exclusiveAction
getter/setter pair

Possible string values are:

  • "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.

Implementation

core.String? exclusiveAction;