externalSeedNodeIpAddresses

@JvmName(name = "bvaomuagvdmicjhs")
suspend fun externalSeedNodeIpAddresses(value: Output<List<String>>)
@JvmName(name = "pvfphxognekhqtha")
suspend fun externalSeedNodeIpAddresses(value: List<String>?)

Parameters

value

A list of IP Addresses of the seed nodes in unmanaged the Cassandra Data Center which will be added to the seed node lists of all managed nodes.


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


@JvmName(name = "fjsnekvcypxspkef")
suspend fun externalSeedNodeIpAddresses(values: List<Output<String>>)
@JvmName(name = "phqypwetgrnfbhro")
suspend fun externalSeedNodeIpAddresses(vararg values: String)

Parameters

values

A list of IP Addresses of the seed nodes in unmanaged the Cassandra Data Center which will be added to the seed node lists of all managed nodes.