AzureVmWorkloadProtectionPolicyResponse

data class AzureVmWorkloadProtectionPolicyResponse(val backupManagementType: String, val makePolicyConsistent: Boolean? = null, val protectedItemsCount: Int? = null, val resourceGuardOperationRequests: List<String>? = 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
constructor(backupManagementType: String, makePolicyConsistent: Boolean? = null, protectedItemsCount: Int? = null, resourceGuardOperationRequests: List<String>? = null, settings: SettingsResponse? = null, subProtectionPolicy: List<SubProtectionPolicyResponse>? = null, workLoadType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. Expected value is 'AzureWorkload'.

Link copied to clipboard

Fix the policy inconsistency

Link copied to clipboard

Number of items associated with this policy.

Link copied to clipboard

ResourceGuard Operation Requests

Link copied to clipboard

Common settings for the backup management

Link copied to clipboard

List of sub-protection policies which includes schedule and retention

Link copied to clipboard
val workLoadType: String? = null

Type of workload for the backup management