origins

@JvmName(name = "hoqxnvtappajjrks")
suspend fun origins(value: Output<List<LoadBalancerPoolOriginArgs>>)
@JvmName(name = "fiwyhpgopjbykctn")
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 = "peimwqhbfawpwryp")
suspend fun origins(vararg values: Output<LoadBalancerPoolOriginArgs>)


@JvmName(name = "vuubcbqsftpxoggu")
suspend fun origins(values: List<Output<LoadBalancerPoolOriginArgs>>)
@JvmName(name = "agwqocxqodemlorw")
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 = "wplvbixpmjrtbnnw")
suspend fun origins(argument: List<suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit>)
@JvmName(name = "pbmfhithkobkjtmx")
suspend fun origins(vararg argument: suspend LoadBalancerPoolOriginArgsBuilder.() -> Unit)
@JvmName(name = "mwrnyqxbkjixmrsc")
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.