nodeIdsToRemove

@JvmName(name = "ccuffcgtptutevnt")
suspend fun nodeIdsToRemove(value: Output<List<String>>)
@JvmName(name = "mtggwvvmrgeevtjj")
suspend fun nodeIdsToRemove(value: List<String>?)

Parameters

value

A list of nodes to be removed from the cluster.


@JvmName(name = "tvidnvkrylamrnag")
suspend fun nodeIdsToRemove(vararg values: Output<String>)


@JvmName(name = "npnxtsxldldftubg")
suspend fun nodeIdsToRemove(values: List<Output<String>>)
@JvmName(name = "ggwljkvoreotoyuw")
suspend fun nodeIdsToRemove(vararg values: String)

Parameters

values

A list of nodes to be removed from the cluster.