Click or drag to resize
JobParametersModel Class
Job parameters.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsJobParametersModel

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 JobParametersModel

The JobParametersModel type exposes the following members.

Constructors
  NameDescription
Public methodJobParametersModel
Initializes a new instance of the JobParametersModel class
Top
Properties
  NameDescription
Public propertyConnectionStartParameters
Gets or sets the connection start parameters.
Public propertyEngineJobType
Gets or sets the engine job type.
Public propertyJobType
Gets or sets the the job type.
Public propertyMonitor
Gets or sets the configuration of a monitor that is to be utilized for this job if it is to be an Availability job.
Public propertyPathTransformations
Gets or sets the path transformations. These tell the service where on the target to mirror and replicate the data from where on the source. There must be at least one PathTransformationModel for each volume referenced in the workload rules.
Public propertyProperties
Gets or sets the properties.
Public propertySourceAddresses
Gets or sets the source addresses.
Public propertyTargetAddress
Gets or sets the target address over which the data will be mirrored and replicated from the source.
Public propertyWorkloadRules
Gets or sets the workload rules. These rules define what data will be mirrored and replicated by this job.
Public propertyWorkloadType
Gets or sets the type of workload to create. See Create
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