|
|
SystemStateOptions Class |
Namespace: DoubleTake.Jobs.Contract
public class SystemStateOptions : IExtensibleDataObject
The SystemStateOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| SystemStateOptions |
| Name | Description | |
|---|---|---|
| AlternateVolumeMapping |
This value is the mapping of source volumes to target volumes for alternate volume staging, for example, C:;N:.
| |
| AlternateVolumeStaging |
This value is true if volumes will be staged to an alternate volume; otherwise it is false.
| |
| ApplyPorts |
This value indicates if the source engine and management service ports should be copied to the target.
| |
| ClearMonitor |
This value is true if the failover monitor should be removed at cutover; otherwise, it is false.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| IsWanFailover |
This value is true if the job uses WAN failover; otherwise, it is false.
| |
| KeepTargetActivationCode |
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).
| |
| NicMappings |
This value represents the NIC mappings for a full server job.
| |
| ServerNameOverride | ||
| ServicesToStopOptions |
This value represents the services on the target to stop during protection.
| |
| ShouldApplyDiskSignatures |
This value is true if disk signatures should be applied at cutover; otherwise, it is false.
| |
| SourceReservedAddress |
This value is the reserved IP address on the source server.
| |
| StagingFolder |
This value is the folder on the target where operating system files from the source will be staged.
| |
| TargetReservedAddress |
This value is the reserved IP address on the target server.
|