TemporaryResourceLimitsConfigArgs

data class TemporaryResourceLimitsConfigArgs(val maxInflightMessages: Output<Int>, val maxInflightPatches: Output<Int>, val maxInflightPatchesPerClient: Output<Int>, val maxMessageExpirySecs: Output<Double>? = null, val maxQueuedMessages: Output<Double>, val maxQueuedQos0Messages: Output<Double>, val maxSessionExpirySecs: Output<Double>) : ConvertibleToJava<TemporaryResourceLimitsConfigArgs>

Internal knobs of Resource Limits for FE and BE

Constructors

Link copied to clipboard
constructor(maxInflightMessages: Output<Int>, maxInflightPatches: Output<Int>, maxInflightPatchesPerClient: Output<Int>, maxMessageExpirySecs: Output<Double>? = null, maxQueuedMessages: Output<Double>, maxQueuedQos0Messages: Output<Double>, maxSessionExpirySecs: Output<Double>)

Properties

Link copied to clipboard

Maximum number of messages a client can have inflight.

Link copied to clipboard
val maxInflightPatches: Output<Int>

Maximum number of patch inflight per node.

Link copied to clipboard

Maximum number of patch a client can have in flight.

Link copied to clipboard
val maxMessageExpirySecs: Output<Double>? = null

Maximum message expiry interval, in seconds.

Link copied to clipboard

Maximum receive for external clients.

Link copied to clipboard

Maximum receive QoS0 for external clients.

Link copied to clipboard

Maximum session expiry interval, in seconds.

Functions

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