dstPortRanges

@JvmName(name = "ptqlgerqaiedqntq")
suspend fun dstPortRanges(value: Output<List<Int>>)
@JvmName(name = "smijjpvyigqyqlly")
suspend fun dstPortRanges(value: List<Int>?)

Parameters

value

The destination port of the traffic message. Valid values: -1, 1 to 65535. The flow classification rule matches the traffic of the destination port number in the destination port range. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination port number. The current parameter supports a maximum of 2 port numbers. The input format is described as follows:

  • If you only enter a port number, such as 1, the system defaults to match the traffic with the destination port of 1.

  • If you enter 2 port numbers, such as 1 and 200, the system defaults to match the traffic of the destination port in the range of 1 to 200.

  • If you enter 2 port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any destination port.


@JvmName(name = "oaaydrnxebqsewuu")
suspend fun dstPortRanges(vararg values: Output<Int>)


@JvmName(name = "vqewmtidaugwnssk")
suspend fun dstPortRanges(values: List<Output<Int>>)
@JvmName(name = "urajthvdeyitgqiw")
suspend fun dstPortRanges(vararg values: Int)

Parameters

values

The destination port of the traffic message. Valid values: -1, 1 to 65535. The flow classification rule matches the traffic of the destination port number in the destination port range. If the flow classification rule is not set, it means that the flow classification rule matches the traffic of any destination port number. The current parameter supports a maximum of 2 port numbers. The input format is described as follows:

  • If you only enter a port number, such as 1, the system defaults to match the traffic with the destination port of 1.

  • If you enter 2 port numbers, such as 1 and 200, the system defaults to match the traffic of the destination port in the range of 1 to 200.

  • If you enter 2 port numbers and one of them is - 1, the other port must also be - 1, indicating that it matches any destination port.