AzureVmWorkloadItem interface
Azure VM workload-specific workload item.
- Extends
Properties
is |
Indicates if workload item is auto-protectable |
parent |
Name for instance or AG |
server |
Host/Cluster Name for instance or AG |
subinquireditemcount | For instance or AG, indicates number of DB's present |
sub |
For instance or AG, indicates number of DB's to be protected |
workload |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
backup |
Type of backup management to backup an item. |
friendly |
Friendly name of the backup item. |
protection |
State of the back up item. |
workload |
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