ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs

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

Constructors

constructor(maxNodeCount: Output<Int>? = null, minNodeCount: Output<Int>? = null)

Properties

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

The maximum number of nodes in the node pool. Must be >= minNodeCount, and must be 0.

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

The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.

Functions

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