connections

@JvmName(name = "pegkmhdewcsrgaqo")
suspend fun connections(value: Output<List<DirectConnectionArgs>>)
@JvmName(name = "sgxfhbgooqfirqiv")
suspend fun connections(value: List<DirectConnectionArgs>?)

Parameters

value

The set of connections that constitute a direct peering.


@JvmName(name = "wnoysoavlhuivaek")
suspend fun connections(vararg values: Output<DirectConnectionArgs>)


@JvmName(name = "abmyjtqrpenyxnvv")
suspend fun connections(values: List<Output<DirectConnectionArgs>>)
@JvmName(name = "cximopedrpknhahk")
suspend fun connections(vararg values: DirectConnectionArgs)

Parameters

values

The set of connections that constitute a direct peering.


@JvmName(name = "bvrnfbgecpromkce")
suspend fun connections(argument: List<suspend DirectConnectionArgsBuilder.() -> Unit>)
@JvmName(name = "mfmvaxcblkgqvbdj")
suspend fun connections(vararg argument: suspend DirectConnectionArgsBuilder.() -> Unit)
@JvmName(name = "rixtmslkqhnuhvrr")
suspend fun connections(argument: suspend DirectConnectionArgsBuilder.() -> Unit)

Parameters

argument

The set of connections that constitute a direct peering.