DpmContainer interface

DPM workload-specific protection container.

Extends

Properties

canReRegister

Specifies whether the container is re-registrable.

containerId

ID of container.

containerType

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

dpmAgentVersion

Backup engine Agent version

dpmServers

List of BackupEngines protecting the container

extendedInfo

Extended Info of the container.

protectedItemCount

Number of protected items in the BackupEngine

protectionStatus

Protection status of the container.

upgradeAvailable

To check if upgrade available

Inherited Properties

backupManagementType

Type of backup management for the container.

friendlyName

Friendly name of the container.

healthStatus

Status of health of the container.

protectableObjectType

Type of the protectable object associated with this container

registrationStatus

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