EnvironmentNodeConfigArgs

data class EnvironmentNodeConfigArgs(val currentAggregateNodeCount: Output<String>? = null, val maxNodeCount: Output<String>? = null, val minNodeCount: Output<String>? = null) : ConvertibleToJava<EnvironmentNodeConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val currentAggregateNodeCount: Output<String>? = null

(Output) The current total number of gateway nodes that each environment currently has across all instances.

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

The maximum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended maximum number of nodes for that gateway.

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

The minimum total number of gateway nodes that the is reserved for all instances that has the specified environment. If not specified, the default is determined by the recommended minimum number of nodes for that gateway.

Functions

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