Click or drag to resize
JobOptions Class
Represents the user-configurable options of a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractJobOptions

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class JobOptions : IExtensibleDataObject

The JobOptions type exposes the following members.

Constructors
  NameDescription
Public methodJobOptions
Top
Properties
  NameDescription
Public propertyApplicationOptions
This value represents the options for Exchange and SQL jobs.
Public propertyBandwidthOptions
This value represents bandwidth limiting configuration.
Public propertyCloudOptions
Gets or sets the options for cloud jobs.
Public propertyClusterOptions
This value represents cluster options.
Public propertyCoreConnectionOptions
This value represents the options for the job connection.
Public propertyCoreMonitorOptions
This value represents the options for configuring failover monitoring by using the service monitoring method.
Public propertyDnsOptions
This value represents the options for jobs using DNS failover.
Public propertyFailoverMonitoringEnabled
This value is true if failover monitoring is enabled; otherwise, it is false.
Public propertyFullServerFailoverOptions
This value represents the options for full server jobs.
Public propertyImageProtectionOptions
This value represents the options for Double-Take DR protection jobs.
Public propertyImageRecoveryOptions
This value represents the options for Double-Take DR recovery jobs.
Public propertyManagementServiceTargetPort
Public propertyMonitoringOptions
This value represents the options for configuring failover monitoring by using the service monitoring method.
Public propertyName
This value is the name of the job.
Public propertySystemStateOptions
This value represents the system state options for full server jobs.
Public propertyTargetServicesOptions
This value represents which target services will be stopped and started during failover and failback.
Public propertyUnmanagedConnectionOptions
This value represents the options for unmanaged connections which are connections that are not associated with a known job. These connections were created in a client outside of the job manager.
Public propertyVRAOptions
This value represents the options for guest-level virtual jobs.
Public propertyWorkload
This value represents the workload being protected by the job.
Top
See Also