AzureBackupServerContainerArgs

data class AzureBackupServerContainerArgs(val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val canReRegister: Output<Boolean>? = null, val containerId: Output<String>? = null, val containerType: Output<String>, val dpmAgentVersion: Output<String>? = null, val dpmServers: Output<List<String>>? = null, val extendedInfo: Output<DPMContainerExtendedInfoArgs>? = null, val friendlyName: Output<String>? = null, val healthStatus: Output<String>? = null, val protectableObjectType: Output<String>? = null, val protectedItemCount: Output<Double>? = null, val protectionStatus: Output<String>? = null, val registrationStatus: Output<String>? = null, val upgradeAvailable: Output<Boolean>? = null) : ConvertibleToJava<AzureBackupServerContainerArgs>

AzureBackupServer (DPMVenus) workload-specific protection container.

Constructors

Link copied to clipboard
constructor(backupManagementType: Output<Either<String, BackupManagementType>>? = null, canReRegister: Output<Boolean>? = null, containerId: Output<String>? = null, containerType: Output<String>, dpmAgentVersion: Output<String>? = null, dpmServers: Output<List<String>>? = null, extendedInfo: Output<DPMContainerExtendedInfoArgs>? = null, friendlyName: Output<String>? = null, healthStatus: Output<String>? = null, protectableObjectType: Output<String>? = null, protectedItemCount: Output<Double>? = null, protectionStatus: Output<String>? = null, registrationStatus: Output<String>? = null, upgradeAvailable: Output<Boolean>? = 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 canReRegister: Output<Boolean>? = null

Specifies whether the container is re-registrable.

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

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

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

Backup engine Agent version

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

List of BackupEngines protecting the container

Link copied to clipboard

Extended Info of the 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 protectableObjectType: Output<String>? = null

Type of the protectable object associated with this container

Link copied to clipboard
val protectedItemCount: Output<Double>? = null

Number of protected items in the BackupEngine

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

Protection status of the 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 upgradeAvailable: Output<Boolean>? = null

To check if upgrade available

Functions

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