Click or drag to resize
ConnectionStartParametersModel Class
Connection start parameters model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsConnectionStartParametersModel

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 ConnectionStartParametersModel

The ConnectionStartParametersModel type exposes the following members.

Constructors
  NameDescription
Public methodConnectionStartParametersModel
Initializes a new instance of the ConnectionStartParametersModel class
Top
Properties
  NameDescription
Public propertyArchiveBinLocation
Gets or sets the volume on which to store all archived files on the target.
Public propertyCompressionLevel
Gets or sets the compression to use for data passed over this connection.
Public propertyIsEncrypted
Gets or sets a value indicating whether or not to encrypt the connection data stream.
Public propertyIsMirrorEnabled
Gets or sets a value indicating whether or not to start a mirror when the connection is created.
Public propertyIsPathBlockingEnabled
Gets or sets a value indicating whether or not to block outside access to the destination paths on the target machine.
Public propertyIsReplicationEnabled
Gets or sets a value indicating whether or not to start replication when the connection is created.
Public propertyIsRestore
Gets or sets a value indicating whether or not this instance is restore mirror.
Public propertyMirrorParameters
Gets or sets parameters to be used for the initial connection mirror.
Public propertySchedule
Gets or sets the schedule to use for the connection.
Public propertyScriptPoints
Gets or sets script points to configure on the connection.
Public propertySnapshotSchedule
Gets or sets snapshot schedule configuration.
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