clusterRepairAction property

String? clusterRepairAction
getter/setter pair

Repair action to take on the cluster resource.

Required. Possible string values are:

  • "CLUSTER_REPAIR_ACTION_UNSPECIFIED" : No action will be taken by default.
  • "REPAIR_ERROR_DUE_TO_UPDATE_CLUSTER" : Repair cluster in ERROR_DUE_TO_UPDATE states.

Implementation

core.String? clusterRepairAction;