DpmBackupEngine interface
Data Protection Manager (DPM) specific backup engine.
- Extends
Properties
backup |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
azure |
Backup agent version |
backup |
ID of the backup engine. |
backup |
Status of the backup engine with the Recovery Services Vault. = {Active/Deleting/DeleteFailed} |
backup |
Type of backup management for the backup engine. |
can |
Flag indicating if the backup engine be registered, once already registered. |
dpm |
Backup engine version |
extended |
Extended info of the backupengine |
friendly |
Friendly name of the backup engine. |
health |
Backup status of the backup engine. |
is |
To check if backup agent upgrade available |
is |
To check if backup engine upgrade available |
registration |
Registration status of the backup engine with the Recovery Services Vault. |
Property Details
backupEngineType
Polymorphic discriminator, which specifies the different types this object can be
backupEngineType: "DpmBackupEngine"
Property Value
"DpmBackupEngine"
Inherited Property Details
azureBackupAgentVersion
Backup agent version
azureBackupAgentVersion?: string
Property Value
string
Inherited From BackupEngineBase.azureBackupAgentVersion
backupEngineId
ID of the backup engine.
backupEngineId?: string
Property Value
string
Inherited From BackupEngineBase.backupEngineId
backupEngineState
Status of the backup engine with the Recovery Services Vault. = {Active/Deleting/DeleteFailed}
backupEngineState?: string
Property Value
string
Inherited From BackupEngineBase.backupEngineState
backupManagementType
Type of backup management for the backup engine.
backupManagementType?: string
Property Value
string
Inherited From BackupEngineBase.backupManagementType
canReRegister
Flag indicating if the backup engine be registered, once already registered.
canReRegister?: boolean
Property Value
boolean
Inherited From BackupEngineBase.canReRegister
dpmVersion
Backup engine version
dpmVersion?: string
Property Value
string
Inherited From BackupEngineBase.dpmVersion
extendedInfo
Extended info of the backupengine
extendedInfo?: BackupEngineExtendedInfo
Property Value
Inherited From BackupEngineBase.extendedInfo
friendlyName
Friendly name of the backup engine.
friendlyName?: string
Property Value
string
Inherited From BackupEngineBase.friendlyName
healthStatus
Backup status of the backup engine.
healthStatus?: string
Property Value
string
Inherited From BackupEngineBase.healthStatus
isAzureBackupAgentUpgradeAvailable
To check if backup agent upgrade available
isAzureBackupAgentUpgradeAvailable?: boolean
Property Value
boolean
Inherited From BackupEngineBase.isAzureBackupAgentUpgradeAvailable
isDpmUpgradeAvailable
To check if backup engine upgrade available
isDpmUpgradeAvailable?: boolean
Property Value
boolean
Inherited From BackupEngineBase.isDpmUpgradeAvailable
registrationStatus
Registration status of the backup engine with the Recovery Services Vault.
registrationStatus?: string
Property Value
string
Inherited From BackupEngineBase.registrationStatus