MongoDbThrottlingSettingsArgs

data class MongoDbThrottlingSettingsArgs(val maxParallelism: Output<Int>? = null, val minFreeCpu: Output<Int>? = null, val minFreeMemoryMb: Output<Int>? = null) : ConvertibleToJava<MongoDbThrottlingSettingsArgs>

Specifies resource limits for the migration

Constructors

Link copied to clipboard
constructor(maxParallelism: Output<Int>? = null, minFreeCpu: Output<Int>? = null, minFreeMemoryMb: Output<Int>? = null)

Properties

Link copied to clipboard
val maxParallelism: Output<Int>? = null

The maximum number of work items (e.g. collection copies) that will be processed in parallel

Link copied to clipboard
val minFreeCpu: Output<Int>? = null

The percentage of CPU time that the migrator will try to avoid using, from 0 to 100

Link copied to clipboard
val minFreeMemoryMb: Output<Int>? = null

The number of megabytes of RAM that the migrator will try to avoid using

Functions

Link copied to clipboard
open override fun toJava(): MongoDbThrottlingSettingsArgs