Click or drag to resize
FullServerFailoverOptions Class
Represents options for working with the full server failover feature of a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractFullServerFailoverOptions

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

The FullServerFailoverOptions type exposes the following members.

Constructors
  NameDescription
Public methodFullServerFailoverOptions
Top
Properties
  NameDescription
Public propertyAdditionalStagingFolders
This value is the folders that should be staged on the target. They will be applied to their actual installation location during failover.
Public propertyCreateBackupConnection
This value is true if reverse protection should be configured for this job; otherwise, it is false.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyRemoveOrphans
This value is true if orphan files should be removed for the reverse connection; otherwise, it is false.
Public propertyReverseRoute
This value is the source IP address to be used for the reverse connection.
Public propertyReverseRouteEnginePort
This value is the port where the engine is listening.
Public propertyShutdownSourceServer
This value is true if the source server should be shut down during cutover; otherwise, it is false.
Public propertySourceChecksumAll
This value is true if a checksum should be used for all files when comparing them; otherwise, it is false.
Top
See Also