repairPhases property

List<RepairPhase>? repairPhases
getter/setter pair

Records of the repair attempts.

Each repair phase may have multiple retry attempts or single rollback attempt.

Output only.

Implementation

core.List<RepairPhase>? repairPhases;