Bgp Policy Content Port Rule List Args
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
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
Rule UUID is required to be deleted and modified, and is not required to be created.
Link copied to clipboard
Source Port end 0-65535.
Link copied to clipboard
Source port start 0-65535.