Dpm Container Response
    data class DpmContainerResponse(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)
DPM workload-specific protection container.
Constructors
Link copied to clipboard
                fun DpmContainerResponse(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
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                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 'DPMContainer'.
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard