Share via


WorkloadItem Class

Definition

Base class for backup item. Workload-specific backup items are derived from this class. Please note WorkloadItem is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include VmWorkloadItem, VmWorkloadSapAseDatabaseWorkloadItem, VmWorkloadSapAseSystemWorkloadItem, VmWorkloadSapHanaDatabaseWorkloadItem, VmWorkloadSapHanaSystemWorkloadItem, VmWorkloadSqlDatabaseWorkloadItem and VmWorkloadSqlInstanceWorkloadItem.

public abstract class WorkloadItem
type WorkloadItem = class
Public MustInherit Class WorkloadItem
Inheritance
WorkloadItem
Derived

Constructors

WorkloadItem()

Initializes a new instance of WorkloadItem.

Properties

BackupManagementType

Type of backup management to backup an item.

FriendlyName

Friendly name of the backup item.

ProtectionState

State of the back up item.

WorkloadType

Type of workload for the backup management.

Applies to