Click or drag to resize
JobQualificationResults Class
Defines a set of values that represent the possible options when creating or editing a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractJobQualificationResults

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

The JobQualificationResults type exposes the following members.

Constructors
  NameDescription
Public methodJobQualificationResults
Top
Properties
  NameDescription
Public propertyClusterFilesAndFoldersQualificationResults
This value represents configuration information for clustered files and folders jobs.
Public propertyCoreQualificationResults
This value represents the replication engine connection configuration.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertySourceBehindNat
This value is true if the source is located behind a NAT router; otherwise, it is false.
Public propertySourceHostUri
This value is the source URI.
Public propertySupportsFrameworkMonitoring
This value is true if the server supports failover monitoring; otherwise, it is false.
Public propertySuppressFailoverMonitorOptions
This value is true if failover monitoring options are suppressed; otherwise, it is false.
Public propertyVRAQualificationResults
This value represents configuration information for guest-level virtual jobs.
Top
See Also