nodeGroups

@JvmName(name = "wuhqvfjrxeuujfoo")
suspend fun nodeGroups(value: Output<List<ClusterNodeGroupArgs>>)
@JvmName(name = "jhjkljtwoudcuqtn")
suspend fun nodeGroups(value: List<ClusterNodeGroupArgs>?)

Parameters

value

Groups of node, You can specify MASTER as a group, CORE as a group (just like the above example). See node_groups below. NOTE: Since version 1.227.0, the type of node_groups changed from Set to List.


@JvmName(name = "ymbiufyytnydtmep")
suspend fun nodeGroups(vararg values: Output<ClusterNodeGroupArgs>)


@JvmName(name = "giqymmmiwvkcnvdk")
suspend fun nodeGroups(values: List<Output<ClusterNodeGroupArgs>>)
@JvmName(name = "jjlrfaqmgqgacgda")
suspend fun nodeGroups(vararg values: ClusterNodeGroupArgs)

Parameters

values

Groups of node, You can specify MASTER as a group, CORE as a group (just like the above example). See node_groups below. NOTE: Since version 1.227.0, the type of node_groups changed from Set to List.


@JvmName(name = "bsqjjpfqgufrimhm")
suspend fun nodeGroups(argument: List<suspend ClusterNodeGroupArgsBuilder.() -> Unit>)
@JvmName(name = "rsdwfydsweomybfv")
suspend fun nodeGroups(vararg argument: suspend ClusterNodeGroupArgsBuilder.() -> Unit)
@JvmName(name = "pwsqgrpahocxpnor")
suspend fun nodeGroups(argument: suspend ClusterNodeGroupArgsBuilder.() -> Unit)

Parameters

argument

Groups of node, You can specify MASTER as a group, CORE as a group (just like the above example). See node_groups below. NOTE: Since version 1.227.0, the type of node_groups changed from Set to List.