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