AzureBackupServerContainerResponse

data class AzureBackupServerContainerResponse(val backupManagementType: String? = null, val canReRegister: Boolean? = null, val containerId: String? = null, val containerType: String, val dpmAgentVersion: String? = null, val dpmServers: List<String>? = null, val extendedInfo: DPMContainerExtendedInfoResponse? = null, val friendlyName: String? = null, val healthStatus: String? = null, val protectableObjectType: String? = null, val protectedItemCount: Double? = null, val protectionStatus: String? = null, val registrationStatus: String? = null, val upgradeAvailable: Boolean? = null)

AzureBackupServer (DPMVenus) workload-specific protection container.

Constructors

Link copied to clipboard
constructor(backupManagementType: String? = null, canReRegister: Boolean? = null, containerId: String? = null, containerType: String, dpmAgentVersion: String? = null, dpmServers: List<String>? = null, extendedInfo: DPMContainerExtendedInfoResponse? = null, friendlyName: String? = null, healthStatus: String? = null, protectableObjectType: String? = null, protectedItemCount: Double? = null, protectionStatus: String? = null, registrationStatus: String? = null, upgradeAvailable: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of backup management for the container.

Link copied to clipboard
val canReRegister: Boolean? = null

Specifies whether the container is re-registrable.

Link copied to clipboard
val containerId: String? = null

ID of 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 'AzureBackupServerContainer'.

Link copied to clipboard
val dpmAgentVersion: String? = null

Backup engine Agent version

Link copied to clipboard
val dpmServers: List<String>? = null

List of BackupEngines protecting the container

Link copied to clipboard

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

Type of the protectable object associated with this container

Link copied to clipboard

Number of protected items in the BackupEngine

Link copied to clipboard

Protection status of the container.

Link copied to clipboard

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

Link copied to clipboard

To check if upgrade available