DpmContainer interface
DPM workload-specific protection container.
- Extends
Properties
can |
Specifies whether the container is re-registrable. |
container |
ID of container. |
container |
Polymorphic discriminator, which specifies the different types this object can be |
dpm |
Backup engine Agent version |
dpm |
List of BackupEngines protecting the container |
extended |
Extended Info of the container. |
protected |
Number of protected items in the BackupEngine |
protection |
Protection status of the container. |
upgrade |
To check if upgrade available |
Inherited Properties
backup |
Type of backup management for the container. |
friendly |
Friendly name of the container. |
health |
Status of health of the container. |
protectable |
Type of the protectable object associated with this container |
registration |
Status of registration of the container with the Recovery Services Vault. |
Property Details
canReRegister
Specifies whether the container is re-registrable.
canReRegister?: boolean
Property Value
boolean
containerId
ID of container.
containerId?: string
Property Value
string
containerType
Polymorphic discriminator, which specifies the different types this object can be
containerType: "AzureBackupServerContainer" | "DPMContainer"
Property Value
"AzureBackupServerContainer" | "DPMContainer"
dpmAgentVersion
Backup engine Agent version
dpmAgentVersion?: string
Property Value
string
dpmServers
List of BackupEngines protecting the container
dpmServers?: string[]
Property Value
string[]
extendedInfo
Extended Info of the container.
extendedInfo?: DPMContainerExtendedInfo
Property Value
protectedItemCount
Number of protected items in the BackupEngine
protectedItemCount?: number
Property Value
number
protectionStatus
Protection status of the container.
protectionStatus?: string
Property Value
string
upgradeAvailable
To check if upgrade available
upgradeAvailable?: boolean
Property Value
boolean
Inherited Property Details
backupManagementType
Type of backup management for the container.
backupManagementType?: string
Property Value
string
Inherited From ProtectionContainer.backupManagementType
friendlyName
Friendly name of the container.
friendlyName?: string
Property Value
string
Inherited From ProtectionContainer.friendlyName
healthStatus
Status of health of the container.
healthStatus?: string
Property Value
string
Inherited From ProtectionContainer.healthStatus
protectableObjectType
Type of the protectable object associated with this container
protectableObjectType?: string
Property Value
string
Inherited From ProtectionContainer.protectableObjectType
registrationStatus
Status of registration of the container with the Recovery Services Vault.
registrationStatus?: string
Property Value
string
Inherited From ProtectionContainer.registrationStatus