Generic Protection Policy Args
data class GenericProtectionPolicyArgs(val backupManagementType: Output<String>, val fabricName: Output<String>? = null, val protectedItemsCount: Output<Int>? = null, val subProtectionPolicy: Output<List<SubProtectionPolicyArgs>>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<GenericProtectionPolicyArgs>
Azure VM (Mercury) workload-specific backup policy.
Constructors
Link copied to clipboard
fun GenericProtectionPolicyArgs(backupManagementType: Output<String>, fabricName: Output<String>? = null, protectedItemsCount: Output<Int>? = null, subProtectionPolicy: Output<List<SubProtectionPolicyArgs>>? = null, timeZone: Output<String>? = null)