BgpPolicyContent

data class BgpPolicyContent(val blackIpListExpireAt: Int? = null, val enableDefense: Boolean? = null, val enableDropIcmp: Boolean? = null, val enableIntelligence: Boolean? = null, val fingerPrintRuleLists: List<BgpPolicyContentFingerPrintRuleList>? = null, val intelligenceLevel: String? = null, val layer4RuleLists: List<BgpPolicyContentLayer4RuleList>? = null, val portRuleLists: List<BgpPolicyContentPortRuleList>? = null, val reflectBlockUdpPortLists: List<Int>? = null, val regionBlockCountryLists: List<Int>? = null, val regionBlockProvinceLists: List<Int>? = null, val sourceBlockLists: List<BgpPolicyContentSourceBlockList>? = null, val sourceLimit: BgpPolicyContentSourceLimit? = null, val whitenGfbrNets: Boolean? = null)

Constructors

Link copied to clipboard
constructor(blackIpListExpireAt: Int? = null, enableDefense: Boolean? = null, enableDropIcmp: Boolean? = null, enableIntelligence: Boolean? = null, fingerPrintRuleLists: List<BgpPolicyContentFingerPrintRuleList>? = null, intelligenceLevel: String? = null, layer4RuleLists: List<BgpPolicyContentLayer4RuleList>? = null, portRuleLists: List<BgpPolicyContentPortRuleList>? = null, reflectBlockUdpPortLists: List<Int>? = null, regionBlockCountryLists: List<Int>? = null, regionBlockProvinceLists: List<Int>? = null, sourceBlockLists: List<BgpPolicyContentSourceBlockList>? = null, sourceLimit: BgpPolicyContentSourceLimit? = null, whitenGfbrNets: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Blacklist and whitelist timeout.

Link copied to clipboard
val enableDefense: Boolean? = null

Whether to enable L4 protection.

Link copied to clipboard
val enableDropIcmp: Boolean? = null

Switch to discard ICMP.

Link copied to clipboard

Whether the intelligent switch is on.

Link copied to clipboard

Fingerprint Rules. See finger_print_rule_list below.

Link copied to clipboard

Smart mode. Valid values: weak, hard, and default.

Link copied to clipboard

L4 protection rules. See layer4_rule_list below.

Link copied to clipboard

Port Rule List. See port_rule_list below.

Link copied to clipboard

Reflective port filtering.

Link copied to clipboard

List of Regional Banned Countries.

Link copied to clipboard

List of Prohibited Provinces by Region.

Link copied to clipboard

Source pull Black. See source_block_list below.

Link copied to clipboard

Do not fill in when the source speed limit is deleted. See source_limit below.

Link copied to clipboard
val whitenGfbrNets: Boolean? = null

Add white high protection back to source network segment switch.