EnvironmentNodeConfig

data class EnvironmentNodeConfig(val currentAggregateNodeCount: String? = null, val maxNodeCount: String? = null, val minNodeCount: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val maxNodeCount: 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: 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.