FrontendArgs

data class FrontendArgs(val replicas: Output<Int>, val temporaryResourceLimits: Output<TemporaryResourceLimitsConfigArgs>? = null, val workers: Output<Int>? = null) : ConvertibleToJava<FrontendArgs>

Desired properties of the Frontend Instances of the DMQTT Broker

Constructors

Link copied to clipboard
constructor(replicas: Output<Int>, temporaryResourceLimits: Output<TemporaryResourceLimitsConfigArgs>? = null, workers: Output<Int>? = null)

Properties

Link copied to clipboard
val replicas: Output<Int>

Replicas is desired number of frontend replicas of the given distributed MQTT broker.

Link copied to clipboard

Defines the limits for resources of the frontend instances of the MQTT broker.

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

Number of logical frontend workers per pod.

Functions

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