Azure Vm Workload Protection Policy Args
data class AzureVmWorkloadProtectionPolicyArgs(val backupManagementType: Output<String>, val makePolicyConsistent: Output<Boolean>? = null, val protectedItemsCount: Output<Int>? = null, val resourceGuardOperationRequests: Output<List<String>>? = null, val settings: Output<SettingsArgs>? = null, val subProtectionPolicy: Output<List<SubProtectionPolicyArgs>>? = null, val workLoadType: Output<Either<String, WorkloadType>>? = null) : ConvertibleToJava<AzureVmWorkloadProtectionPolicyArgs>
Azure VM (Mercury) workload-specific backup policy.
Constructors
Link copied to clipboard
fun AzureVmWorkloadProtectionPolicyArgs(backupManagementType: Output<String>, makePolicyConsistent: Output<Boolean>? = null, protectedItemsCount: Output<Int>? = null, resourceGuardOperationRequests: Output<List<String>>? = null, settings: Output<SettingsArgs>? = null, subProtectionPolicy: Output<List<SubProtectionPolicyArgs>>? = null, workLoadType: Output<Either<String, WorkloadType>>? = null)