Click or drag to resize
JobOptionsModel Class
Job options model.
Inheritance Hierarchy
SystemObject
  DoubleTake.Web.ModelsJobOptionsModel

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 JobOptionsModel

The JobOptionsModel type exposes the following members.

Constructors
  NameDescription
Public methodJobOptionsModel
Initializes a new instance of the JobOptionsModel class
Top
Properties
  NameDescription
Public propertyApplicationOptions
Gets or sets the options for application-specific protection jobs.
Public propertyBandwidthOptions
Gets or sets the options for bandwidth limiting.
Public propertyCloudOptions
Gets or sets the options for cloud jobs.
Public propertyClusterOptions
Gets or sets the cluster options.
Public propertyCoreConnectionOptions
Gets or sets the core connection options.
Public propertyCoreMonitorOptions
Gets or sets the core monitor options.
Public propertyDnsOptions
Gets or sets the DNS options.
Public propertyFailoverMonitoringEnabled
Gets or sets a value indicating whether or not failover monitoring is enabled.
Public propertyFullServerFailoverOptions
Gets or sets the options for full server failover jobs.
Public propertyFullServerTestFailoverOptions
This value represents the testfailover options for full server jobs.
Public propertyImageProtectionOptions
Gets or sets the options for image protection jobs.
Public propertyImageRecoveryOptions
Gets or sets the options for image recovery jobs.
Public propertyManagementServiceTargetPort
Gets or sets the port used by ManagementService.
Public propertyMonitoringOptions
Gets or sets the monitoring options.
Public propertyName
Gets or sets the name of this job.
Public propertySimpleFailoverMonitorOptions
Gets or sets the options for failover monitoring without using IP address.
Public propertySystemStateOptions
Gets or sets the system state options.
Public propertyTargetServicesOptions
Gets or sets target service options.
Public propertyUnmanagedConnectionOptions
Gets or sets the options for jobs that use an unmanaged connection.
Public propertyVcdVappOptions
Gets or sets new DTAV (Linux).
Public propertyVraOptions
Gets or sets the options for jobs that use Virtual Recovery Assistant.
Public propertyWorkload
Gets or sets the workload to be protected by this job.
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