nodeTypeConfigs

@JvmName(name = "aqdbkfhdmkrsiudo")
suspend fun nodeTypeConfigs(value: Output<List<ClusterNodeTypeConfigArgs>>)
@JvmName(name = "yyostygbgjsxnsqv")
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 = "xfvdrjvjydeeebwe")
suspend fun nodeTypeConfigs(vararg values: Output<ClusterNodeTypeConfigArgs>)


@JvmName(name = "ksmopjixmruqhngi")
suspend fun nodeTypeConfigs(values: List<Output<ClusterNodeTypeConfigArgs>>)
@JvmName(name = "uaawtwtbfdlgmgkj")
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 = "cklkiiaqtoumqbpd")
suspend fun nodeTypeConfigs(argument: List<suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit>)
@JvmName(name = "wtpwbcmeltorcboq")
suspend fun nodeTypeConfigs(vararg argument: suspend ClusterNodeTypeConfigArgsBuilder.() -> Unit)
@JvmName(name = "ocitgbbrruowubcj")
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.