nodeTypeConfigs

@JvmName(name = "qdimqqftxdjnqrpn")
suspend fun nodeTypeConfigs(value: Output<List<ClusterNodeTypeConfigArgs>>)
@JvmName(name = "gykkqgdgyuotulrq")
suspend fun nodeTypeConfigs(value: List<ClusterNodeTypeConfigArgs>?)

Parameters

value

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.


@JvmName(name = "gyuuyxvphxryltvc")
suspend fun nodeTypeConfigs(vararg values: Output<ClusterNodeTypeConfigArgs>)


@JvmName(name = "uqbqyelxuejbqfdy")
suspend fun nodeTypeConfigs(values: List<Output<ClusterNodeTypeConfigArgs>>)
@JvmName(name = "kcwedhvkvblavprp")
suspend fun nodeTypeConfigs(vararg values: ClusterNodeTypeConfigArgs)

Parameters

values

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.


@JvmName(name = "rgrihquhipjlcrmf")
suspend fun nodeTypeConfigs(argument: List<suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit>)
@JvmName(name = "ftuegxopttakihky")
suspend fun nodeTypeConfigs(vararg argument: suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit)
@JvmName(name = "yvawyfmgbmytjwdj")
suspend fun nodeTypeConfigs(argument: suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit)

Parameters

argument

The map of cluster node types in this cluster, where the key is canonical identifier of the node type (corresponds to the NodeType). Structure is documented below.