portRanges

@JvmName(name = "msxwujeuyveocsxp")
suspend fun portRanges(value: Output<List<ListenerPortRangeArgs>>)
@JvmName(name = "qnsfkrsamoueicxy")
suspend fun portRanges(value: List<ListenerPortRangeArgs>?)

Parameters

value

The portRanges of the listener. See port_ranges below.

NOTE: For HTTP or HTTPS protocol monitoring, only one monitoring port can be configured, that is, the start monitoring port and end monitoring port should be the same.


@JvmName(name = "lsxyogqsivqkrtnv")
suspend fun portRanges(vararg values: Output<ListenerPortRangeArgs>)


@JvmName(name = "toqdtgpnlhijuakp")
suspend fun portRanges(values: List<Output<ListenerPortRangeArgs>>)
@JvmName(name = "qqeyuwyojejxqeha")
suspend fun portRanges(vararg values: ListenerPortRangeArgs)

Parameters

values

The portRanges of the listener. See port_ranges below.

NOTE: For HTTP or HTTPS protocol monitoring, only one monitoring port can be configured, that is, the start monitoring port and end monitoring port should be the same.


@JvmName(name = "poesyujmhdvuufsp")
suspend fun portRanges(argument: List<suspend ListenerPortRangeArgsBuilder.() -> Unit>)
@JvmName(name = "xqwwlpieaapdpjbl")
suspend fun portRanges(vararg argument: suspend ListenerPortRangeArgsBuilder.() -> Unit)
@JvmName(name = "dydwcookptrmeneu")
suspend fun portRanges(argument: suspend ListenerPortRangeArgsBuilder.() -> Unit)

Parameters

argument

The portRanges of the listener. See port_ranges below.

NOTE: For HTTP or HTTPS protocol monitoring, only one monitoring port can be configured, that is, the start monitoring port and end monitoring port should be the same.