tencentcloud-sdk-python-cwp 3.0.1067__tar.gz → 3.0.1072__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 (16) hide show
  1. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud/cwp/v20180228/models.py +18 -2
  5. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-cwp-3.0.1072/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-cwp-3.0.1067/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/README.rst +0 -0
  9. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud/cwp/__init__.py +0 -0
  11. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  12. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud/cwp/v20180228/cwp_client.py +0 -0
  13. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cwp-3.0.1067 → tencentcloud-sdk-python-cwp-3.0.1072}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1067
3
+ Version: 3.0.1072
4
4
  Summary: Tencent Cloud Cwp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cwp',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1067"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1072"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cwp SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1067'
17
+ __version__ = '3.0.1072'
@@ -12391,6 +12391,9 @@ class BruteAttackInfo(AbstractModel):
12391
12391
  :param _RiskLevel: 威胁等级:0低危,1中危,2高危
12392
12392
  注意:此字段可能返回 null,表示取不到有效值。
12393
12393
  :type RiskLevel: int
12394
+ :param _DataFrom: 事件来源:0--阻断规则,1--威胁情报
12395
+ 注意:此字段可能返回 null,表示取不到有效值。
12396
+ :type DataFrom: int
12394
12397
  """
12395
12398
  self._Id = None
12396
12399
  self._Uuid = None
@@ -12416,6 +12419,7 @@ class BruteAttackInfo(AbstractModel):
12416
12419
  self._MachineExtraInfo = None
12417
12420
  self._Location = None
12418
12421
  self._RiskLevel = None
12422
+ self._DataFrom = None
12419
12423
 
12420
12424
  @property
12421
12425
  def Id(self):
@@ -12609,6 +12613,14 @@ class BruteAttackInfo(AbstractModel):
12609
12613
  def RiskLevel(self, RiskLevel):
12610
12614
  self._RiskLevel = RiskLevel
12611
12615
 
12616
+ @property
12617
+ def DataFrom(self):
12618
+ return self._DataFrom
12619
+
12620
+ @DataFrom.setter
12621
+ def DataFrom(self, DataFrom):
12622
+ self._DataFrom = DataFrom
12623
+
12612
12624
 
12613
12625
  def _deserialize(self, params):
12614
12626
  self._Id = params.get("Id")
@@ -12637,6 +12649,7 @@ class BruteAttackInfo(AbstractModel):
12637
12649
  self._MachineExtraInfo._deserialize(params.get("MachineExtraInfo"))
12638
12650
  self._Location = params.get("Location")
12639
12651
  self._RiskLevel = params.get("RiskLevel")
12652
+ self._DataFrom = params.get("DataFrom")
12640
12653
  memeber_set = set(params.keys())
12641
12654
  for name, value in vars(self).items():
12642
12655
  property_name = name[1:]
@@ -26917,7 +26930,10 @@ class DescribeBanStatusResponse(AbstractModel):
26917
26930
 
26918
26931
  def __init__(self):
26919
26932
  r"""
26920
- :param _Status: 阻断开关状态 0:关闭 1:开启
26933
+ :param _Status: 阻断开关状态:
26934
+ 0 -- 关闭
26935
+ 1 -- 高级阻断
26936
+ 2 -- 基础阻断(只阻断情报库黑ip)
26921
26937
  :type Status: int
26922
26938
  :param _ShowTips: 是否弹窗提示信息 false: 关闭,true: 开启
26923
26939
  :type ShowTips: bool
@@ -39659,7 +39675,7 @@ class DescribeMalWareListRequest(AbstractModel):
39659
39675
  <li>VirusName - String - 是否必填:否 - 描述筛选</li>
39660
39676
  <li>CreateBeginTime - String - 是否必填:否 - 创建时间筛选-开始时间</li>
39661
39677
  <li>CreateEndTime - String - 是否必填:否 - 创建时间筛选-结束时间</li>
39662
- <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中</li>
39678
+ <li>Status - String - 是否必填:否 - 状态筛选 4待处理,5信任,6已隔离,10隔离中,11恢复隔离中,14 已处理</li>
39663
39679
  :type Filters: list of Filter
39664
39680
  :param _By: 检测排序 CreateTime
39665
39681
  :type By: str
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.0.1067
3
+ Version: 3.0.1072
4
4
  Summary: Tencent Cloud Cwp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1072
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1067