portRanges

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


@JvmName(name = "cmjjnjqclqkuiard")
suspend fun portRanges(values: List<Output<ListenerPortRangeArgs>>)
@JvmName(name = "usjxemsrsvqqinmj")
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 = "niyovnyrdcxmuesj")
suspend fun portRanges(argument: List<suspend ListenerPortRangeArgsBuilder.() -> Unit>)
@JvmName(name = "ahvugvcljishblht")
suspend fun portRanges(vararg argument: suspend ListenerPortRangeArgsBuilder.() -> Unit)
@JvmName(name = "hdgxledoeirselnt")
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.