The requested repair action. Must be specified when the repair task is created, and is immutable once set.
A description of the purpose of the repair task, or other informational details. May be set when the repair task is created, and is immutable once set.
The name of the repair executor. Must be specified in Claimed and later states, and is immutable once set.
A data string that the repair executor can use to store its internal state.
A bitwise-OR of the following values, which gives additional details about the status of the repair task.
An object that contains timestamps of the repair task's state transitions. These timestamps are updated by the system, and cannot be directly modified.
The impact object determines what actions the system will take to prepare for the impact of the repair, prior to approving execution of the repair. Impact must be specified by the repair executor when transitioning to the Preparing state, and is immutable once set.
A value to determine if health checks will be performed when the repair task enters the Preparing state.
A value to determine if health checks will be performed when the repair task enters the Restoring state.
The workflow state of the health check when the repair task is in the Preparing state. Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Skipped', 'TimedOut'
The workflow state of the health check when the repair task is in the Restoring state. Possible values include: 'NotStarted', 'InProgress', 'Succeeded', 'Skipped', 'TimedOut'
A numeric value providing additional details about the result of the repair task execution. May be specified in the Restoring and later states, and is immutable once set.
A string providing additional details about the result of the repair task execution. May be specified in the Restoring and later states, and is immutable once set.
A value describing the overall result of the repair task execution. Must be specified in the Restoring and later states, and is immutable once set. Possible values include: 'Invalid', 'Succeeded', 'Cancelled', 'Interrupted', 'Failed', 'Pending'
The workflow state of the repair task. Valid initial states are Created, Claimed, and Preparing. Possible values include: 'Invalid', 'Created', 'Claimed', 'Preparing', 'Approved', 'Executing', 'Restoring', 'Completed'
The target object determines what actions the system will take to prepare for the impact of the repair, prior to approving execution of the repair. May be set when the repair task is created, and is immutable once set.
The ID of the repair task.
The version of the repair task. When creating a new repair task, the version must be set to zero. When updating a repair task, the version is used for optimistic concurrency checks. If the version is set to zero, the update will not check for write conflicts. If the version is set to a non-zero value, then the update will only succeed if the actual current version of the repair task matches this value.
Generated using TypeDoc
Represents a repair task, which includes information about what kind of repair was requested, what its progress is, and what its final result was.
This type supports the Service Fabric platform; it is not meant to be used directly from your code.