dstPortRange

@JvmName(name = "ypxqnipmuinytmua")
suspend fun dstPortRange(value: Output<String>)
@JvmName(name = "penwlrgofvcuuoqe")
suspend fun dstPortRange(value: String?)

Parameters

value

QoS rule traffic matches the destination port number range. Value range: 0 to 65535. If not, the value is - 1. Currently, only a single port number is supported, and the start and end of the port number must be the same. The corresponding destination port number range is fixed for different protocol types. The values are as follows:

  • ALL:-1/-1, not editable.

  • ICMP(IPv4):-1/-1, non-editable.

  • ICMPv6(IPv6):-1/-1, non-editable.

  • TCP:-1/-1, editable.

  • UDP:-1/-1, editable.

  • GRE:-1/-1, not editable.

  • SSH:22/22, not editable.

  • Telnet:23/23, not editable.

  • HTTP:80/80, non-editable.

  • HTTPS:443/443, which cannot be edited.

  • MS SQL:1443/1443, which cannot be edited.

  • Oracle:1521/1521, non-editable.

  • MySql:3306/3306, non-editable.

  • RDP:3389/3389, non-editable.

  • PostgreSQL:5432/5432, non-editable.

  • Redis:6379/6379, non-editable.