pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.container.kotlin.outputs
/
NodePoolManagement
Node
Pool
Management
data
class
NodePoolManagement
(
val
autoRepair
:
Boolean
?
=
null
,
val
autoUpgrade
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Node
Pool
Management
Link copied to clipboard
fun
NodePoolManagement
(
autoRepair
:
Boolean
?
=
null
,
autoUpgrade
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
auto
Repair
Link copied to clipboard
val
autoRepair
:
Boolean
?
=
null
Whether the nodes will be automatically repaired.
auto
Upgrade
Link copied to clipboard
val
autoUpgrade
:
Boolean
?
=
null
Whether the nodes will be automatically upgraded.