AzureWorkloadContainerArgs

data class AzureWorkloadContainerArgs(val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val containerType: Output<String>, val extendedInfo: Output<AzureWorkloadContainerExtendedInfoArgs>? = null, val friendlyName: Output<String>? = null, val healthStatus: Output<String>? = null, val lastUpdatedTime: Output<String>? = null, val operationType: Output<Either<String, OperationType>>? = null, val protectableObjectType: Output<String>? = null, val registrationStatus: Output<String>? = null, val sourceResourceId: Output<String>? = null, val workloadType: Output<Either<String, WorkloadType>>? = null) : ConvertibleToJava<AzureWorkloadContainerArgs>

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

Constructors

Link copied to clipboard
constructor(backupManagementType: Output<Either<String, BackupManagementType>>? = null, containerType: Output<String>, extendedInfo: Output<AzureWorkloadContainerExtendedInfoArgs>? = null, friendlyName: Output<String>? = null, healthStatus: Output<String>? = null, lastUpdatedTime: Output<String>? = null, operationType: Output<Either<String, OperationType>>? = null, protectableObjectType: Output<String>? = null, registrationStatus: Output<String>? = null, sourceResourceId: Output<String>? = null, workloadType: Output<Either<String, WorkloadType>>? = null)

Properties

Link copied to clipboard
val backupManagementType: Output<Either<String, BackupManagementType>>? = null

Type of backup management for the container.

Link copied to clipboard
val containerType: Output<String>

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: Output<String>? = null

Friendly name of the container.

Link copied to clipboard
val healthStatus: Output<String>? = null

Status of health of the container.

Link copied to clipboard
val lastUpdatedTime: Output<String>? = null

Time stamp when this container was updated.

Link copied to clipboard
val operationType: Output<Either<String, OperationType>>? = null

Re-Do Operation

Link copied to clipboard
val protectableObjectType: Output<String>? = null

Type of the protectable object associated with this container

Link copied to clipboard
val registrationStatus: Output<String>? = null

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

Link copied to clipboard
val sourceResourceId: Output<String>? = null

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

Link copied to clipboard
val workloadType: Output<Either<String, WorkloadType>>? = null

Workload type for which registration was sent.

Functions

Link copied to clipboard
open override fun toJava(): AzureWorkloadContainerArgs