tencentcloud-sdk-python-cvm 3.1.157__tar.gz → 3.1.158__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-cvm might be problematic. Click here for more details.
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/setup.py +1 -1
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud/cvm/v20170312/models.py +6 -18
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud_sdk_python_cvm.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cvm-3.1.158/tencentcloud_sdk_python_cvm.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cvm-3.1.157/tencentcloud_sdk_python_cvm.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/README.rst +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud/cvm/__init__.py +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud/cvm/v20170312/__init__.py +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud/cvm/v20170312/cvm_client.py +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud/cvm/v20170312/cvm_client_async.py +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud_sdk_python_cvm.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud_sdk_python_cvm.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cvm-3.1.157 → tencentcloud_sdk_python_cvm-3.1.158}/tencentcloud_sdk_python_cvm.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cvm
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.158
|
|
4
4
|
Summary: Tencent Cloud Cvm 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.158
|
|
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-cvm',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.158,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cvm SDK for Python',
|
|
@@ -35,6 +35,9 @@ FAILEDOPERATION_ALREADYINDISASTERRECOVERGROUP = 'FailedOperation.AlreadyInDisast
|
|
|
35
35
|
# 自带许可镜像暂时不支持共享。
|
|
36
36
|
FAILEDOPERATION_BYOLIMAGESHAREFAILED = 'FailedOperation.BYOLImageShareFailed'
|
|
37
37
|
|
|
38
|
+
# 实例解绑密钥失败
|
|
39
|
+
FAILEDOPERATION_DISASSOCIATEKEYPAIRFAILED = 'FailedOperation.DisassociateKeyPairFailed'
|
|
40
|
+
|
|
38
41
|
# 未找到指定的容灾组
|
|
39
42
|
FAILEDOPERATION_DISASTERRECOVERGROUPNOTFOUND = 'FailedOperation.DisasterRecoverGroupNotFound'
|
|
40
43
|
|
|
@@ -8803,17 +8803,11 @@ class DisassociateInstancesKeyPairsRequest(AbstractModel):
|
|
|
8803
8803
|
|
|
8804
8804
|
def __init__(self):
|
|
8805
8805
|
r"""
|
|
8806
|
-
:param _InstanceIds:
|
|
8807
|
-
<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>
|
|
8808
|
-
<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>
|
|
8806
|
+
:param _InstanceIds: <p>一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br>可以通过以下方式获取可用的实例ID:</p><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li><li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 <code>InstanceId</code> 获取实例ID。</li>
|
|
8809
8807
|
:type InstanceIds: list of str
|
|
8810
|
-
:param _KeyIds:
|
|
8811
|
-
<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li>
|
|
8812
|
-
<li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。</li>
|
|
8808
|
+
:param _KeyIds: <p>密钥对ID列表,列表长度上限为100。可以通过以下方式获取可用的密钥ID:</p><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 <code>KeyId</code> 获取密钥对ID。</li>
|
|
8813
8809
|
:type KeyIds: list of str
|
|
8814
|
-
:param _ForceStop:
|
|
8815
|
-
<li>true:先执行强制关机,再解绑密钥。</li>
|
|
8816
|
-
<li>false:不执行强制关机,仅支持对已关机状态实例进行解绑操作。</li>
|
|
8810
|
+
:param _ForceStop: <p>是否强制关机,默认值为 false。常规场景下,建议手动关机后解绑密钥。取值范围:</p><li>true:先执行强制关机,再解绑密钥。</li><li>false:不执行强制关机,仅支持对已关机状态实例进行解绑操作。</li>
|
|
8817
8811
|
:type ForceStop: bool
|
|
8818
8812
|
"""
|
|
8819
8813
|
self._InstanceIds = None
|
|
@@ -8822,9 +8816,7 @@ class DisassociateInstancesKeyPairsRequest(AbstractModel):
|
|
|
8822
8816
|
|
|
8823
8817
|
@property
|
|
8824
8818
|
def InstanceIds(self):
|
|
8825
|
-
r"""
|
|
8826
|
-
<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li>
|
|
8827
|
-
<li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 `InstanceId` 获取实例ID。</li>
|
|
8819
|
+
r"""<p>一个或多个待操作的实例ID,每次请求批量实例的上限为100。<br>可以通过以下方式获取可用的实例ID:</p><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/index)查询实例ID。</li><li>通过调用接口 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) ,取返回信息中的 <code>InstanceId</code> 获取实例ID。</li>
|
|
8828
8820
|
:rtype: list of str
|
|
8829
8821
|
"""
|
|
8830
8822
|
return self._InstanceIds
|
|
@@ -8835,9 +8827,7 @@ class DisassociateInstancesKeyPairsRequest(AbstractModel):
|
|
|
8835
8827
|
|
|
8836
8828
|
@property
|
|
8837
8829
|
def KeyIds(self):
|
|
8838
|
-
r"""
|
|
8839
|
-
<li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li>
|
|
8840
|
-
<li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。</li>
|
|
8830
|
+
r"""<p>密钥对ID列表,列表长度上限为100。可以通过以下方式获取可用的密钥ID:</p><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 <code>KeyId</code> 获取密钥对ID。</li>
|
|
8841
8831
|
:rtype: list of str
|
|
8842
8832
|
"""
|
|
8843
8833
|
return self._KeyIds
|
|
@@ -8848,9 +8838,7 @@ class DisassociateInstancesKeyPairsRequest(AbstractModel):
|
|
|
8848
8838
|
|
|
8849
8839
|
@property
|
|
8850
8840
|
def ForceStop(self):
|
|
8851
|
-
r"""
|
|
8852
|
-
<li>true:先执行强制关机,再解绑密钥。</li>
|
|
8853
|
-
<li>false:不执行强制关机,仅支持对已关机状态实例进行解绑操作。</li>
|
|
8841
|
+
r"""<p>是否强制关机,默认值为 false。常规场景下,建议手动关机后解绑密钥。取值范围:</p><li>true:先执行强制关机,再解绑密钥。</li><li>false:不执行强制关机,仅支持对已关机状态实例进行解绑操作。</li>
|
|
8854
8842
|
:rtype: bool
|
|
8855
8843
|
"""
|
|
8856
8844
|
return self._ForceStop
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-cvm
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.158
|
|
4
4
|
Summary: Tencent Cloud Cvm 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.158
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.158
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.157
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|