ManagementClusterArgs

data class ManagementClusterArgs(val clusterSize: Output<Int>) : ConvertibleToJava<ManagementClusterArgs>

The properties of a default cluster

Constructors

Link copied to clipboard
constructor(clusterSize: Output<Int>)

Properties

Link copied to clipboard
val clusterSize: Output<Int>

The cluster size

Functions

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