Generic Container Args
data class GenericContainerArgs(val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val containerType: Output<String>, val extendedInformation: Output<GenericContainerExtendedInfoArgs>? = null, val fabricName: Output<String>? = null, val friendlyName: Output<String>? = null, val healthStatus: Output<String>? = null, val registrationStatus: Output<String>? = null) : ConvertibleToJava<GenericContainerArgs>
Base class for generic container of backup items
Constructors
Link copied to clipboard
constructor(backupManagementType: Output<Either<String, BackupManagementType>>? = null, containerType: Output<String>, extendedInformation: Output<GenericContainerExtendedInfoArgs>? = null, fabricName: Output<String>? = null, friendlyName: Output<String>? = null, healthStatus: Output<String>? = null, registrationStatus: Output<String>? = null)
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 'GenericContainer'.
Link copied to clipboard
Extended information (not returned in List container API calls)
Link copied to clipboard
Name of the container's fabric
Link copied to clipboard
Friendly name of the container.
Link copied to clipboard
Status of health of the container.
Link copied to clipboard
Status of registration of the container with the Recovery Services Vault.