VmwareNodePoolAutoscalingConfigArgs

data class VmwareNodePoolAutoscalingConfigArgs(val maxReplicas: Output<Int>? = null, val minReplicas: Output<Int>? = null) : ConvertibleToJava<VmwareNodePoolAutoscalingConfigArgs>

NodePoolAutoscaling config for the NodePool to allow for the kubernetes to scale NodePool.

Constructors

Link copied to clipboard
fun VmwareNodePoolAutoscalingConfigArgs(maxReplicas: Output<Int>? = null, minReplicas: Output<Int>? = null)

Functions

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

Properties

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

Maximum number of replicas in the NodePool.

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

Minimum number of replicas in the NodePool.