Azure Vm Workload Protection Policy Response
data class AzureVmWorkloadProtectionPolicyResponse(val backupManagementType: String, val makePolicyConsistent: Boolean? = null, val protectedItemsCount: Int? = null, val settings: SettingsResponse? = null, val subProtectionPolicy: List<SubProtectionPolicyResponse>? = null, val workLoadType: String? = null)
Azure VM (Mercury) workload-specific backup policy.
Constructors
Link copied to clipboard
fun AzureVmWorkloadProtectionPolicyResponse(backupManagementType: String, makePolicyConsistent: Boolean? = null, protectedItemsCount: Int? = null, settings: SettingsResponse? = null, subProtectionPolicy: List<SubProtectionPolicyResponse>? = null, workLoadType: String? = null)