Click or drag to resize
RecommendedFailoverOptions Class
Includes the recommended options for failing over a job and additional information that can be used to customize failover options.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractRecommendedFailoverOptions

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

The RecommendedFailoverOptions type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFailoverOptions
This value represents the failover configuration.
Public propertyIsTestFailoverSupported
This value is true if test failover is supported for the job type; otherwise, it is false.
Public propertySnapshots
This value represents the available snapshots on the target.
Public propertyWarningTextTestFailover
This value is true if optional warning text to display if test failover is selected; otherwise, it is false.
Public propertyWarnUserOfInconsistentProtectionData
This value is true if the data on the target may be in an inconsistent state; otherwise, it is false.
Top
See Also