AzureBackupServerContainer Class

AzureBackupServer (DPMVenus) workload-specific protection container.

Constructor

AzureBackupServerContainer()

Variables

Name Description
friendlyName
str

Friendly name of the container.

backupManagementType
Union[str, <xref:"BackupManagementType">]

Type of backup management for the container. Known values are: "Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", and "DefaultBackup".

registrationStatus
str

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

healthStatus
str

Status of health of the container.

protectableObjectType
str

Type of the protectable object associated with this container.

sourceLocation
str

Source location of the container.

canReRegister

Specifies whether the container is re-registrable.

containerId
str

ID of container.

protectedItemCount
int

Number of protected items in the BackupEngine.

dpmAgentVersion
str

Backup engine Agent version.

dpmServers

List of BackupEngines protecting the container.

upgradeAvailable

To check if upgrade available.

protectionStatus
str

Protection status of the container.

extendedInfo
<xref:<xref:"DPMContainerExtendedInfo">>

Extended Info of the container.

containerType
Literal[ProtectableContainerType.AZURE_BACKUP_SERVER_CONTAINER]

Type of the container. The value of this property for: 1. Compute Azure VM is Microsoft.Compute/virtualMachines 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload Backup is VMAppContainer. Required. AZURE_BACKUP_SERVER_CONTAINER.

Attributes

backupManagementType

"Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", and "DefaultBackup".

backupManagementType: str | BackupManagementType

canReRegister

Specifies whether the container is re-registrable.

canReRegister: bool

containerId

ID of container.

containerId: str

containerType

  1. Compute Azure VM is Microsoft.Compute/virtualMachines 2. Classic Compute Azure VM is Microsoft.ClassicCompute/virtualMachines 3. Windows machines (like MAB, DPM etc) is Windows 4. Azure SQL instance is AzureSqlContainer. 5. Storage containers is StorageContainer. 6. Azure workload Backup is VMAppContainer. Required. AZURE_BACKUP_SERVER_CONTAINER.
containerType: AZURE_BACKUP_SERVER_CONTAINER: 'AzureBackupServerContainer'>]]

dpmAgentVersion

Backup engine Agent version.

dpmAgentVersion: str

dpmServers

List of BackupEngines protecting the container.

dpmServers: list[str]

extendedInfo

Extended Info of the container.

extendedInfo: DPMContainerExtendedInfo

friendlyName

Friendly name of the container.

friendlyName: str

healthStatus

Status of health of the container.

healthStatus: str

protectableObjectType

Type of the protectable object associated with this container.

protectableObjectType: str

protectedItemCount

Number of protected items in the BackupEngine.

protectedItemCount: int

protectionStatus

Protection status of the container.

protectionStatus: str

registrationStatus

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

registrationStatus: str

sourceLocation

Source location of the container.

sourceLocation: str

upgradeAvailable

To check if upgrade available.

upgradeAvailable: bool