nodeGroups

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


@JvmName(name = "csdbghawmumryote")
suspend fun nodeGroups(values: List<Output<ClusterNodeGroupArgs>>)
@JvmName(name = "dnuwvctujqexwjuc")
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 = "jbxtkcchkbeyutda")
suspend fun nodeGroups(argument: List<suspend ClusterNodeGroupArgsBuilder.() -> Unit>)
@JvmName(name = "lweingccpwofrofd")
suspend fun nodeGroups(vararg argument: suspend ClusterNodeGroupArgsBuilder.() -> Unit)
@JvmName(name = "exyaxfgvppgdjalb")
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.