AzureVmWorkloadItem interface

Azure VM workload-specific workload item.

Extends

Properties

isAutoProtectable

Indicates if workload item is auto-protectable

parentName

Name for instance or AG

serverName

Host/Cluster Name for instance or AG

subinquireditemcount

For instance or AG, indicates number of DB's present

subWorkloadItemCount

For instance or AG, indicates number of DB's to be protected

workloadItemType

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

Inherited 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

Property Details

isAutoProtectable

Indicates if workload item is auto-protectable

isAutoProtectable?: boolean

Property Value

boolean

parentName

Name for instance or AG

parentName?: string

Property Value

string

serverName

Host/Cluster Name for instance or AG

serverName?: string

Property Value

string

subinquireditemcount

For instance or AG, indicates number of DB's present

subinquireditemcount?: number

Property Value

number

subWorkloadItemCount

For instance or AG, indicates number of DB's to be protected

subWorkloadItemCount?: number

Property Value

number

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"

Inherited Property Details

backupManagementType

Type of backup management to backup an item.

backupManagementType?: string

Property Value

string

Inherited From WorkloadItem.backupManagementType

friendlyName

Friendly name of the backup item.

friendlyName?: string

Property Value

string

Inherited From WorkloadItem.friendlyName

protectionState

State of the back up item.

protectionState?: string

Property Value

string

Inherited From WorkloadItem.protectionState

workloadType

Type of workload for the backup management

workloadType?: string

Property Value

string

Inherited From WorkloadItem.workloadType