AzureBackupServerContainer interface

AzureBackupServer (DPMVenus) workload-specific protection container.

Extends

Properties

containerType

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

Inherited Properties

backupManagementType

Type of backup management for the container.

canReRegister

Specifies whether the container is re-registrable.

containerId

ID of container.

dpmAgentVersion

Backup engine Agent version

dpmServers

List of BackupEngines protecting the container

extendedInfo

Extended Info of 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

protectedItemCount

Number of protected items in the BackupEngine

protectionStatus

Protection status of the container.

registrationStatus

Status of registration of the container with the Recovery Services Vault.

upgradeAvailable

To check if upgrade available

Property Details

containerType

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

containerType: "AzureBackupServerContainer"

Property Value

"AzureBackupServerContainer"

Inherited Property Details

backupManagementType

Type of backup management for the container.

backupManagementType?: string

Property Value

string

Inherited From DpmContainer.backupManagementType

canReRegister

Specifies whether the container is re-registrable.

canReRegister?: boolean

Property Value

boolean

Inherited From DpmContainer.canReRegister

containerId

ID of container.

containerId?: string

Property Value

string

Inherited From DpmContainer.containerId

dpmAgentVersion

Backup engine Agent version

dpmAgentVersion?: string

Property Value

string

Inherited From DpmContainer.dpmAgentVersion

dpmServers

List of BackupEngines protecting the container

dpmServers?: string[]

Property Value

string[]

Inherited From DpmContainer.dpmServers

extendedInfo

Extended Info of the container.

extendedInfo?: DPMContainerExtendedInfo

Property Value

Inherited From DpmContainer.extendedInfo

friendlyName

Friendly name of the container.

friendlyName?: string

Property Value

string

Inherited From DpmContainer.friendlyName

healthStatus

Status of health of the container.

healthStatus?: string

Property Value

string

Inherited From DpmContainer.healthStatus

protectableObjectType

Type of the protectable object associated with this container

protectableObjectType?: string

Property Value

string

Inherited From DpmContainer.protectableObjectType

protectedItemCount

Number of protected items in the BackupEngine

protectedItemCount?: number

Property Value

number

Inherited From DpmContainer.protectedItemCount

protectionStatus

Protection status of the container.

protectionStatus?: string

Property Value

string

Inherited From DpmContainer.protectionStatus

registrationStatus

Status of registration of the container with the Recovery Services Vault.

registrationStatus?: string

Property Value

string

Inherited From DpmContainer.registrationStatus

upgradeAvailable

To check if upgrade available

upgradeAvailable?: boolean

Property Value

boolean

Inherited From DpmContainer.upgradeAvailable