Click or drag to resize
Workload Class
Describes the data on a server that will be protected as part of a job.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractWorkload

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

The Workload type exposes the following members.

Constructors
  NameDescription
Public methodWorkload
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyLogicalRules
This value is the logical replication rules that define the workload.
Public propertyPhysicalRules
This value represents the physical replication rules that define the workload.
Public propertyRecoveryImageDataPath
This value is for image based recoveries and is the full path to the recovery image.
Public propertyRecoveryImageId
This value is for image based recoveries and is the ID of the recovery image.
Public propertyRecoverySnapshotSetId
This value is for image based recoveries and is the ID of a recovery snapshot.
Public propertyWorkloadTypeName
This value is the workload type name.

ClusterAwareFilesAndFolders—Cluster-aware files and folders job

ClusterAwareSql—Cluster-aware SQL job

DataOnlyImageProtection—DR data protection job

DataOnlyImageRecovery—DR data recovery job

Diagnostics—Throughput Diagnostic Utility job

FilesAndFolders—Files and folders job

FullServerFailover—Full server job

FullServerImageProtection—DR full server protection job

FullServerImageRecovery—DR full server recovery job

LinuxFullServerFailover—Full server job

LinuxMoveServerMigration—Full server migration job

Lvra—Full server to ESX job

MoveDataOnlyMigration—Data migration job

MoveServerMigration—Full server migration job

MoveLvra—Full server to ESX migration

SQL—SQL job

VRA—Full server to ESX or full server to Hyper-V job

VraMove—Full server to ESX migration or full server to Hyper-V migration job

Top
See Also