Click or drag to resize
ConnectionParametersModel Class
Connection parameters.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsConnectionParametersModel

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 ConnectionParametersModel

The ConnectionParametersModel type exposes the following members.

Constructors
  NameDescription
Public methodConnectionParametersModel
Initializes a new instance of the ConnectionParametersModel class
Top
Properties
  NameDescription
Public propertyCreateJobStatusResource
Gets or sets a value indicating whether [create job status resource].
Public propertyDependOnResources
Gets or sets the names of resources to depend on (overrides default storage resource, network name resource dependencies).
Public propertyEngineJobType
Gets or sets a value indicating the type of job for which this connection is to be utilized.
Public propertyIsTdu
Gets or sets a value indicating whether or not connection is a TDU connection
Public propertyJobId
Gets or sets the job identifier.
Public propertyPathTransformations
Gets or sets how to map the path(s) of the workload items on the source to the path(s) where they will be replicated on the target.
Public propertyReplicationSetName
Gets or sets the name of the replication set to protect.
Public propertySourceClusterGroupName
Gets or sets the name of the source cluster group.
Public propertySourceIsClustered
Gets or sets a value indicating whether [source is clustered].
Public propertyTargetAddress
Gets or sets the IP address on the target machine over which mirroring and replication should take place.
Public propertyTargetEnginePort
Gets or sets the Double-Take engine port on the target.
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