toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.gkeonprem.kotlin.outputs
/
VMwareNodePoolNodePoolAutoscaling
VMware
Node
Pool
Node
Pool
Autoscaling
data
class
VMwareNodePoolNodePoolAutoscaling
(
val
maxReplicas
:
Int
,
val
minReplicas
:
Int
)
Members
Constructors
VMware
Node
Pool
Node
Pool
Autoscaling
Link copied to clipboard
constructor
(
maxReplicas
:
Int
,
minReplicas
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Replicas
Link copied to clipboard
val
maxReplicas
:
Int
Maximum number of replicas in the NodePool.
min
Replicas
Link copied to clipboard
val
minReplicas
:
Int
Minimum number of replicas in the NodePool.