nodeGroups

@JvmName(name = "eibvykxqwbvlyvkv")
suspend fun nodeGroups(value: Output<List<ClusterNodeGroupArgs>>)
@JvmName(name = "fdnnjtlbivntifmi")
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.


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


@JvmName(name = "qkosbwslealvtafm")
suspend fun nodeGroups(values: List<Output<ClusterNodeGroupArgs>>)
@JvmName(name = "stxqjhckjjwfuofd")
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.


@JvmName(name = "yjykjccjrwlswhmh")
suspend fun nodeGroups(argument: List<suspend ClusterNodeGroupArgsBuilder.() -> Unit>)
@JvmName(name = "sopcervlykxoffjs")
suspend fun nodeGroups(vararg argument: suspend ClusterNodeGroupArgsBuilder.() -> Unit)
@JvmName(name = "chtnspsdqntaexva")
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.