Azure Recovery Service Vault Protection Intent Args
data class AzureRecoveryServiceVaultProtectionIntentArgs(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<AzureRecoveryServiceVaultProtectionIntentArgs>
Azure Recovery Services Vault 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)