MabContainer Class
Container with items backed up using MAB backup engine.
Constructor
MabContainer()
Variables
| Name | Description |
|---|---|
|
friendlyName
|
Friendly name of the container. |
|
backupManagementType
|
Type of backup management for the container. Known values are: "Invalid", "AzureIaasVM", "MAB", "DPM", "AzureBackupServer", "AzureSql", "AzureStorage", "AzureWorkload", and "DefaultBackup". |
|
registrationStatus
|
Status of registration of the container with the Recovery Services Vault. |
|
healthStatus
|
Status of health of the container. |
|
protectableObjectType
|
Type of the protectable object associated with this container. |
|
sourceLocation
|
Source location of the container. |
|
canReRegister
|
Can the container be registered one more time. |
|
containerId
|
ContainerID represents the container. |
|
protectedItemCount
|
Number of items backed up in this container. |
|
agentVersion
|
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
|
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
- 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