MabContainerResponse

data class MabContainerResponse(val agentVersion: String? = null, val backupManagementType: String? = null, val canReRegister: Boolean? = null, val containerHealthState: String? = null, val containerId: Double? = null, val containerType: String, val extendedInfo: MabContainerExtendedInfoResponse? = null, val friendlyName: String? = null, val healthStatus: String? = null, val mabContainerHealthDetails: List<MABContainerHealthDetailsResponse>? = null, val protectableObjectType: String? = null, val protectedItemCount: Double? = null, val registrationStatus: String? = null)

Container with items backed up using MAB backup engine.

Constructors

Link copied to clipboard
constructor(agentVersion: String? = null, backupManagementType: String? = null, canReRegister: Boolean? = null, containerHealthState: String? = null, containerId: Double? = null, containerType: String, extendedInfo: MabContainerExtendedInfoResponse? = null, friendlyName: String? = null, healthStatus: String? = null, mabContainerHealthDetails: List<MABContainerHealthDetailsResponse>? = null, protectableObjectType: String? = null, protectedItemCount: Double? = null, registrationStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentVersion: String? = null

Agent version of this container.

Link copied to clipboard

Type of backup management for the container.

Link copied to clipboard
val canReRegister: Boolean? = null

Can the container be registered one more time.

Link copied to clipboard

Health state of mab container.

Link copied to clipboard
val containerId: Double? = null

ContainerID represents the container.

Link copied to clipboard

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 Expected value is 'Windows'.

Link copied to clipboard

Additional information for this container

Link copied to clipboard
val friendlyName: String? = null

Friendly name of the container.

Link copied to clipboard
val healthStatus: String? = null

Status of health of the container.

Link copied to clipboard

Health details on this mab container.

Link copied to clipboard

Type of the protectable object associated with this container

Link copied to clipboard

Number of items backed up in this container.

Link copied to clipboard

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