Bgp Policy Content Args
constructor(blackIpListExpireAt: Output<Int>? = null, enableDefense: Output<Boolean>? = null, enableDropIcmp: Output<Boolean>? = null, enableIntelligence: Output<Boolean>? = null, fingerPrintRuleLists: Output<List<BgpPolicyContentFingerPrintRuleListArgs>>? = null, intelligenceLevel: Output<String>? = null, layer4RuleLists: Output<List<BgpPolicyContentLayer4RuleListArgs>>? = null, portRuleLists: Output<List<BgpPolicyContentPortRuleListArgs>>? = null, reflectBlockUdpPortLists: Output<List<Int>>? = null, regionBlockCountryLists: Output<List<Int>>? = null, regionBlockProvinceLists: Output<List<Int>>? = null, sourceBlockLists: Output<List<BgpPolicyContentSourceBlockListArgs>>? = null, sourceLimit: Output<BgpPolicyContentSourceLimitArgs>? = null, whitenGfbrNets: Output<Boolean>? = null)