toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.container.kotlin.outputs
/
GetClusterNodePoolAutoscaling
Get
Cluster
Node
Pool
Autoscaling
data
class
GetClusterNodePoolAutoscaling
(
val
locationPolicy
:
String
,
val
maxNodeCount
:
Int
,
val
minNodeCount
:
Int
,
val
totalMaxNodeCount
:
Int
,
val
totalMinNodeCount
:
Int
)
Members
Constructors
Get
Cluster
Node
Pool
Autoscaling
Link copied to clipboard
constructor
(
locationPolicy
:
String
,
maxNodeCount
:
Int
,
minNodeCount
:
Int
,
totalMaxNodeCount
:
Int
,
totalMinNodeCount
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
location
Policy
Link copied to clipboard
val
locationPolicy
:
String
max
Node
Count
Link copied to clipboard
val
maxNodeCount
:
Int
min
Node
Count
Link copied to clipboard
val
minNodeCount
:
Int
total
Max
Node
Count
Link copied to clipboard
val
totalMaxNodeCount
:
Int
total
Min
Node
Count
Link copied to clipboard
val
totalMinNodeCount
:
Int