nodeGroups

@JvmName(name = "ydsesthcvenkykfh")
suspend fun nodeGroups(value: Output<List<ClusterNodeGroupArgs>>)
@JvmName(name = "yuhcunjlhblwstan")
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 = "cfkfwytcbenbjdyl")
suspend fun nodeGroups(vararg values: Output<ClusterNodeGroupArgs>)


@JvmName(name = "vlfibpsdmutjjvhg")
suspend fun nodeGroups(values: List<Output<ClusterNodeGroupArgs>>)
@JvmName(name = "fdvsbjawhoiaohga")
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 = "ntdsxepimkutvwkb")
suspend fun nodeGroups(argument: List<suspend ClusterNodeGroupArgsBuilder.() -> Unit>)
@JvmName(name = "ylwduuihkdyikvso")
suspend fun nodeGroups(vararg argument: suspend ClusterNodeGroupArgsBuilder.() -> Unit)
@JvmName(name = "teecofsypklgdmsu")
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.