origins

@JvmName(name = "gwyfbbkwjrlxwvip")
suspend fun origins(value: Output<List<LoadBalancerPoolOriginArgs>>)
@JvmName(name = "xjruwqlwqxfvceqi")
suspend fun origins(value: List<LoadBalancerPoolOriginArgs>?)

Parameters

value

The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.


@JvmName(name = "jvegpjjbryfpnpam")
suspend fun origins(vararg values: Output<LoadBalancerPoolOriginArgs>)


@JvmName(name = "dfmalsuetdexwfee")
suspend fun origins(values: List<Output<LoadBalancerPoolOriginArgs>>)
@JvmName(name = "wwitpfgurfmdbamj")
suspend fun origins(vararg values: LoadBalancerPoolOriginArgs)

Parameters

values

The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.


@JvmName(name = "uavprjumuhowuwwt")
suspend fun origins(argument: List<suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit>)
@JvmName(name = "qiecguvsmmecxqom")
suspend fun origins(vararg argument: suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit)
@JvmName(name = "fxlwccystgibiykc")
suspend fun origins(argument: suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit)

Parameters

argument

The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.