DpmBackupEngine interface

Data Protection Manager (DPM) specific backup engine.

Extends

Properties

backupEngineType

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

Inherited Properties

azureBackupAgentVersion

Backup agent version

backupEngineId

ID of the backup engine.

backupEngineState

Status of the backup engine with the Recovery Services Vault. = {Active/Deleting/DeleteFailed}

backupManagementType

Type of backup management for the backup engine.

canReRegister

Flag indicating if the backup engine be registered, once already registered.

dpmVersion

Backup engine version

extendedInfo

Extended info of the backupengine

friendlyName

Friendly name of the backup engine.

healthStatus

Backup status of the backup engine.

isAzureBackupAgentUpgradeAvailable

To check if backup agent upgrade available

isDpmUpgradeAvailable

To check if backup engine upgrade available

registrationStatus

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