Click or drag to resize
RecommendedFailbackOptions Class
Includes the recommended options for failing back a job and additional information that can be used to customize failback options.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractRecommendedFailbackOptions

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class RecommendedFailbackOptions : IExtensibleDataObject

The RecommendedFailbackOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFailbackOptions
This value represents the failback configuration.
Public propertyIsSourceNew
This value is true if the data from the target was or is being restored to a new source server; otherwise, it is false.
Public propertyRestoreStatus
This value represents the status of the restoration process.
Top
See Also