endpointRefs

@JvmName(name = "xmyfllplrmhivyjr")
suspend fun endpointRefs(value: Output<List<EndpointRefArgs>>)
@JvmName(name = "ikfossreseccsuaf")
suspend fun endpointRefs(value: List<EndpointRefArgs>?)

Parameters

value

A list of endpoints that are exposed on this network.


@JvmName(name = "bbfajbiqggtvytvo")
suspend fun endpointRefs(vararg values: Output<EndpointRefArgs>)


@JvmName(name = "lifxbafekcwbbtuh")
suspend fun endpointRefs(values: List<Output<EndpointRefArgs>>)
@JvmName(name = "csujlaytatxfxuii")
suspend fun endpointRefs(vararg values: EndpointRefArgs)

Parameters

values

A list of endpoints that are exposed on this network.


@JvmName(name = "nekgshjvyyxoypvt")
suspend fun endpointRefs(argument: List<suspend EndpointRefArgsBuilder.() -> Unit>)
@JvmName(name = "xxfsfhajjamvdfkq")
suspend fun endpointRefs(vararg argument: suspend EndpointRefArgsBuilder.() -> Unit)
@JvmName(name = "exoqlkmlgsisyqrd")
suspend fun endpointRefs(argument: suspend EndpointRefArgsBuilder.() -> Unit)

Parameters

argument

A list of endpoints that are exposed on this network.