Click or drag to resize

SystemStateOptions Class

Represents options for using the system state feature of a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractSystemStateOptions

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

The SystemStateOptions type exposes the following members.

Constructors
  NameDescription
Public methodSystemStateOptions
Top
Properties
  NameDescription
Public propertyAlternateVolumeMapping
This value is the mapping of source volumes to target volumes for alternate volume staging, for example, C:;N:.
Public propertyAlternateVolumeStaging
This value is true if volumes will be staged to an alternate volume; otherwise it is false.
Public propertyApplyPorts
This value indicates if the source engine and management service ports should be copied to the target.
Public propertyClearMonitor
This value is true if the failover monitor should be removed at cutover; otherwise, it is false.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIsWanFailover
This value is true if the job uses WAN failover; otherwise, it is false.
Public propertyKeepTargetActivationCode
This value is true if the target license key should be kept after failover; otherwise, it is false (and the source's license key will be applied to the target after failover).
Public propertyNicMappings
This value represents the NIC mappings for a full server job.
Public propertyServerNameOverride
Public propertyServicesToStopOptions
This value represents the services on the target to stop during protection.
Public propertyShouldApplyDiskSignatures
This value is true if disk signatures should be applied at cutover; otherwise, it is false.
Public propertySourceReservedAddress
This value is the reserved IP address on the source server.
Public propertyStagingFolder
This value is the folder on the target where operating system files from the source will be staged.
Public propertyTargetReservedAddress
This value is the reserved IP address on the target server.
Top
See Also