BgpPolicyContentLayer4RuleListArgs

data class BgpPolicyContentLayer4RuleListArgs(val action: Output<String>, val conditionLists: Output<List<BgpPolicyContentLayer4RuleListConditionListArgs>>, val limited: Output<Int>, val match: Output<String>, val method: Output<String>, val name: Output<String>, val priority: Output<Int>) : ConvertibleToJava<BgpPolicyContentLayer4RuleListArgs>

Constructors

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

Properties

Link copied to clipboard
val action: Output<String>

1 for observation 2 for blocking.

Link copied to clipboard

Matching Condition. See condition_list below.

Link copied to clipboard
val limited: Output<Int>

.

Link copied to clipboard
val match: Output<String>

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

Link copied to clipboard
val method: Output<String>

Char indicates a string match hex match.

Link copied to clipboard
val name: Output<String>

Rule Name.

Link copied to clipboard
val priority: Output<Int>

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

Functions

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