NodeConfigArgs

data class NodeConfigArgs(val maxNodeCount: Output<Int>? = null, val minNodeCount: Output<Int>? = null) : ConvertibleToJava<NodeConfigArgs>

Node configuration for the connection.

Constructors

Link copied to clipboard
constructor(maxNodeCount: Output<Int>? = null, minNodeCount: Output<Int>? = null)

Properties

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

Maximum number of nodes in the runtime nodes.

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

Minimum number of nodes in the runtime nodes.

Functions

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