WorkloadItem interface

Base class for backup item. Workload-specific backup items are derived from this class.

Properties

backupManagementType

Type of backup management to backup an item.

friendlyName

Friendly name of the backup item.

protectionState

State of the back up item.

workloadItemType

Polymorphic discriminator, which specifies the different types this object can be

workloadType

Type of workload for the backup management

Property Details

backupManagementType

Type of backup management to backup an item.

backupManagementType?: string

Property Value

string

friendlyName

Friendly name of the backup item.

friendlyName?: string

Property Value

string

protectionState

State of the back up item.

protectionState?: string

Property Value

string

workloadItemType

Polymorphic discriminator, which specifies the different types this object can be

workloadItemType: "AzureVmWorkloadItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLDataBase" | "SQLInstance"

Property Value

"AzureVmWorkloadItem" | "SAPAseDatabase" | "SAPAseSystem" | "SAPHanaDatabase" | "SAPHanaSystem" | "SQLDataBase" | "SQLInstance"

workloadType

Type of workload for the backup management

workloadType?: string

Property Value

string