ProtectedItemDynamicMemoryConfigArgs

data class ProtectedItemDynamicMemoryConfigArgs(val maximumMemoryInMegaBytes: Output<Double>, val minimumMemoryInMegaBytes: Output<Double>, val targetMemoryBufferPercentage: Output<Int>) : ConvertibleToJava<ProtectedItemDynamicMemoryConfigArgs>

Protected item dynamic memory config.

Constructors

Link copied to clipboard
constructor(maximumMemoryInMegaBytes: Output<Double>, minimumMemoryInMegaBytes: Output<Double>, targetMemoryBufferPercentage: Output<Int>)

Properties

Link copied to clipboard

Gets or sets maximum memory in MB.

Link copied to clipboard

Gets or sets minimum memory in MB.

Link copied to clipboard

Gets or sets target memory buffer in %.

Functions

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