tencentcloud-sdk-python-cwp 3.1.62__tar.gz → 3.1.64__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 (17) hide show
  1. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud/cwp/v20180228/models.py +10 -2
  5. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud_sdk_python_cwp.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cwp-3.1.64/tencentcloud_sdk_python_cwp.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cwp-3.1.62/tencentcloud_sdk_python_cwp.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud/cwp/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud/cwp/v20180228/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud/cwp/v20180228/cwp_client.py +0 -0
  13. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud/cwp/v20180228/cwp_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud/cwp/v20180228/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud_sdk_python_cwp.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud_sdk_python_cwp.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cwp-3.1.62 → tencentcloud_sdk_python_cwp-3.1.64}/tencentcloud_sdk_python_cwp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.1.62
3
+ Version: 3.1.64
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.62,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.64,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cwp SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.62'
17
+ __version__ = '3.1.64'
@@ -85538,6 +85538,10 @@ class ModifyLicenseUnBindsRequest(AbstractModel):
85538
85538
  :param _ResourceId: 资源ID
85539
85539
  :type ResourceId: str
85540
85540
  :param _LicenseType: 授权类型
85541
+ - 0 按量付费-专业版
85542
+ - 1 包年包月-专业版
85543
+ - 2 包年包月-旗舰版
85544
+ - 3 包年包月-轻量版
85541
85545
  :type LicenseType: int
85542
85546
  :param _IsAll: 是否全部机器(当全部机器数大于当前订单可用授权数时,多余机器会被跳过)
85543
85547
  :type IsAll: bool
@@ -85564,6 +85568,10 @@ class ModifyLicenseUnBindsRequest(AbstractModel):
85564
85568
  @property
85565
85569
  def LicenseType(self):
85566
85570
  r"""授权类型
85571
+ - 0 按量付费-专业版
85572
+ - 1 包年包月-专业版
85573
+ - 2 包年包月-旗舰版
85574
+ - 3 包年包月-轻量版
85567
85575
  :rtype: int
85568
85576
  """
85569
85577
  return self._LicenseType
@@ -102086,7 +102094,7 @@ class RiskDnsEvent(AbstractModel):
102086
102094
  :type SuggestSolution: str
102087
102095
  :param _ReferenceLink: 参考链接
102088
102096
  :type ReferenceLink: str
102089
- :param _HandleStatus: 处理状态;[0:待处理|2:已加白|3:非信任状态|4:已处理|5:已忽略]
102097
+ :param _HandleStatus: 处理状态;[0:待处理|2:已加白|3:非信任状态|4:已处理|5:已忽略|6:已拦截]
102090
102098
  :type HandleStatus: int
102091
102099
  :param _Pid: 进程ID
102092
102100
  :type Pid: int
@@ -102312,7 +102320,7 @@ class RiskDnsEvent(AbstractModel):
102312
102320
 
102313
102321
  @property
102314
102322
  def HandleStatus(self):
102315
- r"""处理状态;[0:待处理|2:已加白|3:非信任状态|4:已处理|5:已忽略]
102323
+ r"""处理状态;[0:待处理|2:已加白|3:非信任状态|4:已处理|5:已忽略|6:已拦截]
102316
102324
  :rtype: int
102317
102325
  """
102318
102326
  return self._HandleStatus
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.1.62
3
+ Version: 3.1.64
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.62
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.64
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.64
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.62