Mongo Db Throttling Settings Response
data class MongoDbThrottlingSettingsResponse(val maxParallelism: Int? = null, val minFreeCpu: Int? = null, val minFreeMemoryMb: Int? = null)
Specifies resource limits for the migration
Constructors
Link copied to clipboard
fun MongoDbThrottlingSettingsResponse(maxParallelism: Int? = null, minFreeCpu: Int? = null, minFreeMemoryMb: Int? = null)