RepairTaskHistory Class
A record of the times when the repair task entered each state. This type supports the Service Fabric platform; it is not meant to be used directly from your code.
- Inheritance
-
RepairTaskHistory
Constructor
RepairTaskHistory(*, created_utc_timestamp=None, claimed_utc_timestamp=None, preparing_utc_timestamp=None, approved_utc_timestamp=None, executing_utc_timestamp=None, restoring_utc_timestamp=None, completed_utc_timestamp=None, preparing_health_check_start_utc_timestamp=None, preparing_health_check_end_utc_timestamp=None, restoring_health_check_start_utc_timestamp=None, restoring_health_check_end_utc_timestamp=None, **kwargs)
Parameters
- preparing_utc_timestamp
- datetime
Required
The time when the repair task entered the Preparing state.
- preparing_health_check_start_utc_timestamp
- datetime
Required
The time when the repair task started the health check in the Preparing state.
- preparing_health_check_end_utc_timestamp
- datetime
Required
The time when the repair task completed the health check in the Preparing state.
- restoring_health_check_start_utc_timestamp
- datetime
Required
The time when the repair task started the health check in the Restoring state.
- restoring_health_check_end_utc_timestamp
- datetime
Required
The time when the repair task completed the health check in the Restoring state.
Feedback
Submit and view feedback for