BgpPolicyContentFingerPrintRuleListArgs

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

Constructors

Link copied to clipboard
constructor(dstPortEnd: Output<Int>, dstPortStart: Output<Int>, fingerPrintRuleId: Output<String>? = null, matchAction: Output<String>, maxPktLen: Output<Int>, minPktLen: Output<Int>, offset: Output<Int>? = null, payloadBytes: Output<String>? = null, protocol: Output<String>, rateValue: Output<Int>? = null, seqNo: Output<Int>, srcPortEnd: Output<Int>, srcPortStart: Output<Int>)

Properties

Link copied to clipboard
val dstPortEnd: Output<Int>

End of destination port 0-65535.

Link copied to clipboard
val dstPortStart: Output<Int>

Destination Port start 0-65535.

Link copied to clipboard
val fingerPrintRuleId: Output<String>? = null

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

Link copied to clipboard
val matchAction: Output<String>

Action. Currently, only drop is supported.

Link copied to clipboard
val maxPktLen: Output<Int>

Maximum bag length.

Link copied to clipboard
val minPktLen: Output<Int>

Minimum package length.

Link copied to clipboard
val offset: Output<Int>? = null

Offset.

Link copied to clipboard
val payloadBytes: Output<String>? = null

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

Link copied to clipboard
val protocol: Output<String>

Protocol, tcp or udp.

Link copied to clipboard
val rateValue: Output<Int>? = null

Speed limit value 1-100000.

Link copied to clipboard
val seqNo: Output<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
val srcPortEnd: Output<Int>

Source Port end 0-65535.

Link copied to clipboard
val srcPortStart: Output<Int>

Source port start 0-65535.

Functions

Link copied to clipboard
open override fun toJava(): BgpPolicyContentFingerPrintRuleListArgs