tencentcloud-sdk-python-cfw 3.0.883__tar.gz → 3.0.884__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (14) hide show
  1. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud/__init__.py +1 -1
  3. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud/cfw/v20190904/models.py +7 -2
  4. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +1 -1
  5. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/README.rst +0 -0
  6. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/setup.cfg +0 -0
  7. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/setup.py +0 -0
  8. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud/cfw/__init__.py +0 -0
  9. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  10. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  11. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  12. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  13. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
  14. {tencentcloud-sdk-python-cfw-3.0.883 → tencentcloud-sdk-python-cfw-3.0.884}/tencentcloud_sdk_python_cfw.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.0.883
3
+ Version: 3.0.884
4
4
  Summary: Tencent Cloud Cfw SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.883'
17
+ __version__ = '3.0.884'
@@ -523,6 +523,9 @@ class BlockIgnoreRule(AbstractModel):
523
523
  :param Country: 国家
524
524
  注意:此字段可能返回 null,表示取不到有效值。
525
525
  :type Country: str
526
+ :param Comment: 备注
527
+ 注意:此字段可能返回 null,表示取不到有效值。
528
+ :type Comment: str
526
529
  """
527
530
  self.Domain = None
528
531
  self.Ioc = None
@@ -539,6 +542,7 @@ class BlockIgnoreRule(AbstractModel):
539
542
  self.UniqueId = None
540
543
  self.MatchTimes = None
541
544
  self.Country = None
545
+ self.Comment = None
542
546
 
543
547
 
544
548
  def _deserialize(self, params):
@@ -557,6 +561,7 @@ class BlockIgnoreRule(AbstractModel):
557
561
  self.UniqueId = params.get("UniqueId")
558
562
  self.MatchTimes = params.get("MatchTimes")
559
563
  self.Country = params.get("Country")
564
+ self.Comment = params.get("Comment")
560
565
  memeber_set = set(params.keys())
561
566
  for name, value in vars(self).items():
562
567
  if name in memeber_set:
@@ -1937,9 +1942,9 @@ class DescribeBlockIgnoreListRequest(AbstractModel):
1937
1942
  :type Direction: str
1938
1943
  :param RuleType: 规则类型:1封禁,2放通
1939
1944
  :type RuleType: int
1940
- :param Order: 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
1945
+ :param Order: 排序类型:desc降序,asc正序
1941
1946
  :type Order: str
1942
- :param By: 排序类型:desc降序,asc正序
1947
+ :param By: 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
1943
1948
  :type By: str
1944
1949
  :param SearchValue: 搜索参数,json格式字符串,空则传"{}",域名:domain,危险等级:level,放通原因:ignore_reason,安全事件来源:rule_source,地理位置:address,模糊搜索:common
1945
1950
  :type SearchValue: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.0.883
3
+ Version: 3.0.884
4
4
  Summary: Tencent Cloud Cfw SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud