AzureVmWorkloadSAPHanaSystemWorkloadItem interface
Azure VM workload-specific workload item representing SAP HANA System.
- Extends
Properties
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. |
is |
Indicates if workload item is auto-protectable |
parent |
Name for instance or AG |
protection |
State of the back up item. |
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 |
Type of workload for the backup management |
Property Details
workloadItemType
Polymorphic discriminator, which specifies the different types this object can be
workloadItemType: "SAPHanaSystem"
Property Value
"SAPHanaSystem"
Inherited Property Details
backupManagementType
Type of backup management to backup an item.
backupManagementType?: string
Property Value
string
Inherited From AzureVmWorkloadItem.backupManagementType
friendlyName
Friendly name of the backup item.
friendlyName?: string
Property Value
string
Inherited From AzureVmWorkloadItem.friendlyName
isAutoProtectable
Indicates if workload item is auto-protectable
isAutoProtectable?: boolean
Property Value
boolean
Inherited From AzureVmWorkloadItem.isAutoProtectable
parentName
Name for instance or AG
parentName?: string
Property Value
string
Inherited From AzureVmWorkloadItem.parentName
protectionState
State of the back up item.
protectionState?: string
Property Value
string
Inherited From AzureVmWorkloadItem.protectionState
serverName
Host/Cluster Name for instance or AG
serverName?: string
Property Value
string
Inherited From AzureVmWorkloadItem.serverName
subinquireditemcount
For instance or AG, indicates number of DB's present
subinquireditemcount?: number
Property Value
number
Inherited From AzureVmWorkloadItem.subinquireditemcount
subWorkloadItemCount
For instance or AG, indicates number of DB's to be protected
subWorkloadItemCount?: number
Property Value
number
Inherited From AzureVmWorkloadItem.subWorkloadItemCount
workloadType
Type of workload for the backup management
workloadType?: string
Property Value
string
Inherited From AzureVmWorkloadItem.workloadType