MabContainer Class

Container with items backed up using MAB backup engine.

Constructor

MabContainer()

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

Can the container be registered one more time.

containerId
int

ContainerID represents the container.

protectedItemCount
int

Number of items backed up in this container.

agentVersion
str

Agent version of this container.

extendedInfo
<xref:<xref:"MabContainerExtendedInfo">>

Additional information for this container.

mabContainerHealthDetails
list[<xref:"MABContainerHealthDetails">]

Health details on this mab container.

containerHealthState
str

Health state of mab container.

containerType
Literal[ProtectableContainerType.WINDOWS]

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. WINDOWS.

Attributes

agentVersion

Agent version of this container.

agentVersion: str

backupManagementType

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

backupManagementType: str | BackupManagementType

canReRegister

Can the container be registered one more time.

canReRegister: bool

containerHealthState

Health state of mab container.

containerHealthState: str

containerId

ContainerID represents the container.

containerId: int

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. WINDOWS.
containerType: WINDOWS: 'Windows'>]]

extendedInfo

Additional information for this container.

extendedInfo: MabContainerExtendedInfo

friendlyName

Friendly name of the container.

friendlyName: str

healthStatus

Status of health of the container.

healthStatus: str

mabContainerHealthDetails

Health details on this mab container.

mabContainerHealthDetails: list['MABContainerHealthDetails']

protectableObjectType

Type of the protectable object associated with this container.

protectableObjectType: str

protectedItemCount

Number of items backed up in this container.

protectedItemCount: int

registrationStatus

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

registrationStatus: str

sourceLocation

Source location of the container.

sourceLocation: str