Click or drag to resize
ConnectionConfigurationModel Class
Connection configuration model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsConnectionConfigurationModel

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

The ConnectionConfigurationModel type exposes the following members.

Constructors
  NameDescription
Public methodConnectionConfigurationModel
Initializes a new instance of the ConnectionConfigurationModel class
Top
Properties
  NameDescription
Public propertyBandwidthCollar
Gets or sets the current bandwidth limit.
Public propertyCompressionAlgorithm
Gets or sets the code for the compression algorithm being used for this connection.
Public propertyCompressionEnabled
Gets or sets a value indicating whether transmitted data is compressed.
Public propertyCompressionLevel
Gets or sets the level of compression configured on the connection.
Public propertyConnectionId
Gets or sets a one-based index for each connection established in a Double-Take instance.
Public propertyEncrypt
Gets or sets a value indicating whether transmitted data is encrypted.
Public propertyJobType
Gets or sets a product specific string indicating the type of job or workload protected by this connection.
Public propertyPathTransformations
Gets or sets the file path transformations applied to files replicated by this connection.
Public propertyReplicationSetName
Gets or sets the name of the replication set used for this connection.
Public propertySourceRoute
Gets or sets the source endpoint used by the target for this connection.
Public propertyTargetLoaded
Gets or sets a value indicating whether the target is loaded.
Public propertyTargetName
Gets or sets the host name of the target, if available.
Public propertyTargetRoute
Gets or sets the target endpoint used by the source for this connection.
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