Click or drag to resize
WorkloadType Class
Describes the type of workloads that can be created on a server.
Inheritance Hierarchy
SystemObject
  DoubleTake.Common.ContractWorkloadType

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

The WorkloadType type exposes the following members.

Constructors
  NameDescription
Public methodWorkloadType
Top
Properties
  NameDescription
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyIsLicensed
This value is true if this type of workload is licensed for the server; otherwise, it is false.
Public propertyIsPresent
This value is true if this type of workload is present on the server; otherwise, it is false.
Public propertyName
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

Public propertySupportSummary
This value is a summary of the licensing for the workload type. The summary can be null if there is no reason to report any details about the license calculation. Otherwise, it should be non-null and populated with details about the license calculation that the client can use for reporting purposes.
Top
See Also