BackupEngineBase interface
The base backup engine class. All workload specific backup engines derive from this class.
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 |
Polymorphic discriminator, which specifies the different types this object can be |
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
azureBackupAgentVersion
Backup agent version
azureBackupAgentVersion?: string
Property Value
string
backupEngineId
ID of the backup engine.
backupEngineId?: string
Property Value
string
backupEngineState
Status of the backup engine with the Recovery Services Vault. = {Active/Deleting/DeleteFailed}
backupEngineState?: string
Property Value
string
backupEngineType
Polymorphic discriminator, which specifies the different types this object can be
backupEngineType: "AzureBackupServerEngine" | "DpmBackupEngine"
Property Value
"AzureBackupServerEngine" | "DpmBackupEngine"
backupManagementType
Type of backup management for the backup engine.
backupManagementType?: string
Property Value
string
canReRegister
Flag indicating if the backup engine be registered, once already registered.
canReRegister?: boolean
Property Value
boolean
dpmVersion
Backup engine version
dpmVersion?: string
Property Value
string
extendedInfo
Extended info of the backupengine
extendedInfo?: BackupEngineExtendedInfo
Property Value
friendlyName
Friendly name of the backup engine.
friendlyName?: string
Property Value
string
healthStatus
Backup status of the backup engine.
healthStatus?: string
Property Value
string
isAzureBackupAgentUpgradeAvailable
To check if backup agent upgrade available
isAzureBackupAgentUpgradeAvailable?: boolean
Property Value
boolean
isDpmUpgradeAvailable
To check if backup engine upgrade available
isDpmUpgradeAvailable?: boolean
Property Value
boolean
registrationStatus
Registration status of the backup engine with the Recovery Services Vault.
registrationStatus?: string
Property Value
string