Click or drag to resize
SystemStateOptionsModel Class
System state options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsSystemStateOptionsModel

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntax
public sealed class SystemStateOptionsModel

The SystemStateOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodSystemStateOptionsModel
Initializes a new instance of the SystemStateOptionsModel class
Top
Properties
  NameDescription
Public propertyAlternateVolumeMapping
Gets or sets the alternate volume used for staging.
Public propertyAlternateVolumeStaging
Gets or sets a value indicating whether or not the system volume staging will be done on an alternate volume.
Public propertyApplyPorts
Gets or sets a value indicating whether source engine and management service ports should be copied to the target.
Public propertyClearMonitor
Gets or sets a value indicating whether or not the failover monitor should be removed at cut over.
Public propertyIsWanFailover
Gets or sets a value indicating whether or not this job uses WAN failover.
Public propertyKeepTargetActivationCode
Gets or sets a value indicating whether or not the target activation code should be kept after failover.
Public propertyNicMappings
Gets or sets the network interface mappings.
Public propertyServicesToStopOptions
Gets or sets the services on the target server to stop during protection.
Public propertyShouldApplyDiskSignatures
Gets or sets a value indicating whether or not disk signatures should be applied at cut over.
Public propertySourceReservedAddress
Gets or sets the reserved IP address on the source server.
Public propertyStagingFolder
Gets or sets the folder where operating system files will be staged.
Public propertyTargetReservedAddress
Gets or sets the reserved IP address on the target server.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also