srcPortRanges

@JvmName(name = "eskfpvtpufgynypq")
suspend fun srcPortRanges(value: Output<List<Int>>)
@JvmName(name = "apendcvlivpkvqhh")
suspend fun srcPortRanges(value: List<Int>?)

Parameters

value

The source port of the traffic message. Valid values: -1, 1 to 65535. The flow classification rule matches the traffic of the source port number in the source port range. If it is not set, it means that the flow classification rule matches the traffic of any source port number. The current parameter supports entering up to two 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 source port 1.

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

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


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


@JvmName(name = "navckbycucnafurn")
suspend fun srcPortRanges(values: List<Output<Int>>)
@JvmName(name = "ireplfxhwkbvjixd")
suspend fun srcPortRanges(vararg values: Int)

Parameters

values

The source port of the traffic message. Valid values: -1, 1 to 65535. The flow classification rule matches the traffic of the source port number in the source port range. If it is not set, it means that the flow classification rule matches the traffic of any source port number. The current parameter supports entering up to two 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 source port 1.

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

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