Mab Protection Policy Response
data class MabProtectionPolicyResponse(val backupManagementType: String, val protectedItemsCount: Int? = null, val resourceGuardOperationRequests: List<String>? = null, val retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, val schedulePolicy: Any? = null)
Mab container-specific backup policy.
Constructors
Link copied to clipboard
fun MabProtectionPolicyResponse(backupManagementType: String, protectedItemsCount: Int? = null, resourceGuardOperationRequests: List<String>? = null, retentionPolicy: Either<LongTermRetentionPolicyResponse, SimpleRetentionPolicyResponse>? = null, schedulePolicy: Any? = null)