AzureWorkloadContainerResponse

data class AzureWorkloadContainerResponse(val backupManagementType: String? = null, val containerType: String, val extendedInfo: AzureWorkloadContainerExtendedInfoResponse? = null, val friendlyName: String? = null, val healthStatus: String? = null, val lastUpdatedTime: String? = null, val operationType: String? = null, val protectableObjectType: String? = null, val registrationStatus: String? = null, val sourceResourceId: String? = null, val workloadType: String? = null)

Container for the workloads running inside Azure Compute or Classic Compute.

Constructors

Link copied to clipboard
constructor(backupManagementType: String? = null, containerType: String, extendedInfo: AzureWorkloadContainerExtendedInfoResponse? = null, friendlyName: String? = null, healthStatus: String? = null, lastUpdatedTime: String? = null, operationType: String? = null, protectableObjectType: String? = null, registrationStatus: String? = null, sourceResourceId: String? = null, workloadType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of backup management for 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 'AzureWorkloadContainer'.

Link copied to clipboard

Additional details of a workload 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
val lastUpdatedTime: String? = null

Time stamp when this container was updated.

Link copied to clipboard
val operationType: String? = null

Re-Do Operation

Link copied to clipboard

Type of the protectable object associated with this container

Link copied to clipboard

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

Link copied to clipboard

ARM ID of the virtual machine represented by this Azure Workload Container

Link copied to clipboard
val workloadType: String? = null

Workload type for which registration was sent.