BgpPolicyContentPortRuleListArgs

data class BgpPolicyContentPortRuleListArgs(val dstPortEnd: Output<Int>, val dstPortStart: Output<Int>, val matchAction: Output<String>, val portRuleId: Output<String>? = null, val protocol: Output<String>, val seqNo: Output<Int>, val srcPortEnd: Output<Int>, val srcPortStart: Output<Int>) : ConvertibleToJava<BgpPolicyContentPortRuleListArgs>

Constructors

Link copied to clipboard
constructor(dstPortEnd: Output<Int>, dstPortStart: Output<Int>, matchAction: Output<String>, portRuleId: Output<String>? = null, protocol: Output<String>, 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 matchAction: Output<String>

Action. Currently, only drop is supported.

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

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

Link copied to clipboard
val protocol: Output<String>

Protocol, tcp or udp.

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(): BgpPolicyContentPortRuleListArgs