portRanges

@JvmName(name = "nprygpywetoaohkl")
suspend fun portRanges(value: Output<List<ListenerPortRangeArgs>>)
@JvmName(name = "uecikgeeuscimqka")
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 = "nmaweixjkbilemcd")
suspend fun portRanges(vararg values: Output<ListenerPortRangeArgs>)


@JvmName(name = "anogiylksigxquhy")
suspend fun portRanges(values: List<Output<ListenerPortRangeArgs>>)
@JvmName(name = "qavdnpmrwgflqcwv")
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 = "cwlutdoveepxqevf")
suspend fun portRanges(argument: List<suspend ListenerPortRangeArgsBuilder.() -> Unit>)
@JvmName(name = "vcyfrxhhsxgvpewf")
suspend fun portRanges(vararg argument: suspend ListenerPortRangeArgsBuilder.() -> Unit)
@JvmName(name = "dwwegvaevgtaibhc")
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.