BgpPolicyContentPortRuleList

data class BgpPolicyContentPortRuleList(val dstPortEnd: Int, val dstPortStart: Int, val matchAction: String, val portRuleId: String? = null, val protocol: String, val seqNo: Int, val srcPortEnd: Int, val srcPortStart: Int)

Constructors

Link copied to clipboard
constructor(dstPortEnd: Int, dstPortStart: Int, matchAction: String, portRuleId: String? = null, protocol: String, seqNo: Int, srcPortEnd: Int, srcPortStart: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End of destination port 0-65535.

Link copied to clipboard

Destination Port start 0-65535.

Link copied to clipboard

Action. Currently, only drop is supported.

Link copied to clipboard
val portRuleId: String? = null

Rule UUID is required to be deleted and modified, and is not required to be created.

Link copied to clipboard

Protocol, tcp or udp.

Link copied to clipboard
val seqNo: Int

Serial number 1-100 ● Affects the order issued by the bottom layer ● The larger the number, the lower it is.

Link copied to clipboard

Source Port end 0-65535.

Link copied to clipboard

Source port start 0-65535.