hostGroups

@JvmName(name = "aqpvruoulbmahmyx")
suspend fun hostGroups(value: Output<List<ClusterHostGroupArgs>>)
@JvmName(name = "hfofdyalneqfsjgt")
suspend fun hostGroups(value: List<ClusterHostGroupArgs>?)

Parameters

value

Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).


@JvmName(name = "ojulbxmfevktipng")
suspend fun hostGroups(vararg values: Output<ClusterHostGroupArgs>)


@JvmName(name = "mwhyawdyxfgvbrxb")
suspend fun hostGroups(values: List<Output<ClusterHostGroupArgs>>)
@JvmName(name = "pihvixcjkcuedeen")
suspend fun hostGroups(vararg values: ClusterHostGroupArgs)

Parameters

values

Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).


@JvmName(name = "jlojwdveuebepaxp")
suspend fun hostGroups(argument: List<suspend ClusterHostGroupArgsBuilder.() -> Unit>)
@JvmName(name = "htvnowldffumanvh")
suspend fun hostGroups(vararg argument: suspend ClusterHostGroupArgsBuilder.() -> Unit)
@JvmName(name = "sbtbeuvcqpwxotni")
suspend fun hostGroups(argument: suspend ClusterHostGroupArgsBuilder.() -> Unit)

Parameters

argument

Groups of Host, You can specify MASTER as a group, CORE as a group (just like the above example).