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

created_utc_timestamp
datetime
Required

The time when the repair task entered the Created state.

claimed_utc_timestamp
datetime
Required

The time when the repair task entered the Claimed state.

preparing_utc_timestamp
datetime
Required

The time when the repair task entered the Preparing state.

approved_utc_timestamp
datetime
Required

The time when the repair task entered the Approved state

executing_utc_timestamp
datetime
Required

The time when the repair task entered the Executing state

restoring_utc_timestamp
datetime
Required

The time when the repair task entered the Restoring state

completed_utc_timestamp
datetime
Required

The time when the repair task entered the Completed 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.