Azure Workload Container Auto Protection Intent Args
data class AzureWorkloadContainerAutoProtectionIntentArgs(val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val itemId: Output<String>? = null, val policyId: Output<String>? = null, val protectionIntentItemType: Output<String>, val protectionState: Output<Either<String, ProtectionStatus>>? = null, val sourceResourceId: Output<String>? = null) : ConvertibleToJava<AzureWorkloadContainerAutoProtectionIntentArgs>
Azure workload specific protection intent item.
Constructors
Link copied to clipboard
constructor(backupManagementType: Output<Either<String, BackupManagementType>>? = null, itemId: Output<String>? = null, policyId: Output<String>? = null, protectionIntentItemType: Output<String>, protectionState: Output<Either<String, ProtectionStatus>>? = null, sourceResourceId: Output<String>? = null)
Properties
Link copied to clipboard
Type of backup management for the backed up item.
Link copied to clipboard
backup protectionIntent type. Expected value is 'AzureWorkloadContainerAutoProtectionIntent'.
Link copied to clipboard
Backup state of this backup item.
Link copied to clipboard
ARM ID of the resource to be backed up.