Click or drag to resize
FailoverOptions Class
Represents the options used when failing over a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractFailoverOptions

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

The FailoverOptions type exposes the following members.

Constructors
  NameDescription
Public methodFailoverOptions
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyFailoverDataAction
This value represents the action to take on the queued target data before failover.
Public propertyFailoverMode
This value represents the live, test, or snapshot style of failover.
Public propertyFailoverType
This value represents the automatic or manual style of failover.
Public propertyPerformTestFailover
Gets or sets a value indicating whether to perform a test failover.
Public propertySnapshotId
This value is the snapshot ID that should be applied to the target during snapshot failover.
Top
See Also