BgpPolicyContentFingerPrintRuleList

data class BgpPolicyContentFingerPrintRuleList(val dstPortEnd: Int, val dstPortStart: Int, val fingerPrintRuleId: String? = null, val matchAction: String, val maxPktLen: Int, val minPktLen: Int, val offset: Int? = null, val payloadBytes: String? = null, val protocol: String, val rateValue: Int? = null, val seqNo: Int, val srcPortEnd: Int, val srcPortStart: Int)

Constructors

Link copied to clipboard
constructor(dstPortEnd: Int, dstPortStart: Int, fingerPrintRuleId: String? = null, matchAction: String, maxPktLen: Int, minPktLen: Int, offset: Int? = null, payloadBytes: String? = null, protocol: String, rateValue: Int? = null, 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

The UUID of the rule is required to be deleted and modified, and it is not required to be created.

Link copied to clipboard

Action. Currently, only drop is supported.

Link copied to clipboard

Maximum bag length.

Link copied to clipboard

Minimum package length.

Link copied to clipboard
val offset: Int? = null

Offset.

Link copied to clipboard
val payloadBytes: String? = null

Load match, hexadecimal string; Similar to 'abcd'.

Link copied to clipboard

Protocol, tcp or udp.

Link copied to clipboard
val rateValue: Int? = null

Speed limit value 1-100000.

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.