BgpPolicyContentLayer4RuleList

data class BgpPolicyContentLayer4RuleList(val action: String, val conditionLists: List<BgpPolicyContentLayer4RuleListConditionList>, val limited: Int, val match: String, val method: String, val name: String, val priority: Int)

Constructors

Link copied to clipboard
constructor(action: String, conditionLists: List<BgpPolicyContentLayer4RuleListConditionList>, limited: Int, match: String, method: String, name: String, priority: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

1 for observation 2 for blocking.

Link copied to clipboard

Matching Condition. See condition_list below.

Link copied to clipboard

.

Link copied to clipboard

0 indicates that the condition is not met 1 indicates that the condition is met.

Link copied to clipboard

Char indicates a string match hex match.

Link copied to clipboard

Rule Name.

Link copied to clipboard

1-100, priority, the lower the number, the higher the priority.