ManagementClusterArgs

data class ManagementClusterArgs(val clusterSize: Output<Int>, val hosts: Output<List<String>>? = null) : ConvertibleToJava<ManagementClusterArgs>

The properties of a management cluster

Constructors

Link copied to clipboard
constructor(clusterSize: Output<Int>, hosts: Output<List<String>>? = null)

Properties

Link copied to clipboard
val clusterSize: Output<Int>

The cluster size

Link copied to clipboard
val hosts: Output<List<String>>? = null

The hosts

Functions

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