tencentcloud-sdk-python-cvm 3.1.88__tar.gz → 3.1.99__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.
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/setup.py +1 -1
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud/cvm/v20170312/cvm_client.py +8 -8
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud/cvm/v20170312/cvm_client_async.py +8 -8
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud/cvm/v20170312/models.py +10 -10
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud_sdk_python_cvm.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_cvm-3.1.99/tencentcloud_sdk_python_cvm.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_cvm-3.1.88/tencentcloud_sdk_python_cvm.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/README.rst +0 -0
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/setup.cfg +0 -0
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud/cvm/__init__.py +0 -0
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud/cvm/v20170312/__init__.py +0 -0
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud/cvm/v20170312/errorcodes.py +0 -0
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud_sdk_python_cvm.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/tencentcloud_sdk_python_cvm.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_cvm-3.1.88 → tencentcloud_sdk_python_cvm-3.1.99}/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.99
|
|
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.99
|
|
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.99,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Cvm SDK for Python',
|
|
@@ -1982,7 +1982,7 @@ class CvmClient(AbstractClient):
|
|
|
1982
1982
|
* “实例名称”仅为方便用户自己管理之用,腾讯云并不以此名称作为在线支持或是进行实例管理操作的依据。
|
|
1983
1983
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
1984
1984
|
* 修改关联安全组时,子机原来关联的安全组会被解绑。
|
|
1985
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
1985
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
1986
1986
|
* 修改主机名后实例会立即重启,重启后新的主机名生效。
|
|
1987
1987
|
|
|
1988
1988
|
:param request: Request instance for ModifyInstancesAttribute.
|
|
@@ -2009,7 +2009,7 @@ class CvmClient(AbstractClient):
|
|
|
2009
2009
|
r"""本接口 (ModifyInstancesChargeType) 用于切换实例的计费模式。
|
|
2010
2010
|
|
|
2011
2011
|
* 关机不收费的实例、`批量计算型BC1`和`批量计算型BS1`机型族的实例、设置定时销毁的实例不支持该操作。
|
|
2012
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2012
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
2013
2013
|
|
|
2014
2014
|
:param request: Request instance for ModifyInstancesChargeType.
|
|
2015
2015
|
:type request: :class:`tencentcloud.cvm.v20170312.models.ModifyInstancesChargeTypeRequest`
|
|
@@ -2088,7 +2088,7 @@ class CvmClient(AbstractClient):
|
|
|
2088
2088
|
|
|
2089
2089
|
* 实例被标识为自动续费后,每次在实例到期时,会自动续费一个月。
|
|
2090
2090
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
2091
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2091
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
2092
2092
|
|
|
2093
2093
|
:param request: Request instance for ModifyInstancesRenewFlag.
|
|
2094
2094
|
:type request: :class:`tencentcloud.cvm.v20170312.models.ModifyInstancesRenewFlagRequest`
|
|
@@ -2245,7 +2245,7 @@ class CvmClient(AbstractClient):
|
|
|
2245
2245
|
* 接口调用成功时,实例会进入`REBOOTING`状态;重启实例成功时,实例会进入`RUNNING`状态。
|
|
2246
2246
|
* 支持强制重启。强制重启的效果等同于关闭物理计算机的电源开关再重新启动。强制重启可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常重启时使用。
|
|
2247
2247
|
* 支持批量操作,每次请求批量实例的上限为100。
|
|
2248
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2248
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
2249
2249
|
|
|
2250
2250
|
:param request: Request instance for RebootInstances.
|
|
2251
2251
|
:type request: :class:`tencentcloud.cvm.v20170312.models.RebootInstancesRequest`
|
|
@@ -2401,7 +2401,7 @@ class CvmClient(AbstractClient):
|
|
|
2401
2401
|
* 系统盘将会被格式化,并重置;请确保系统盘中无重要文件。
|
|
2402
2402
|
* 密码不指定将会通过站内信下发随机密码。
|
|
2403
2403
|
* 目前只支持[系统盘类型](https://cloud.tencent.com/document/api/213/9452#SystemDisk)是`CLOUD_BASIC`、`CLOUD_PREMIUM`、`CLOUD_SSD`、`CLOUD_BSSD`类型的实例使用该接口实现操作系统切换。
|
|
2404
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2404
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
2405
2405
|
|
|
2406
2406
|
:param request: Request instance for ResetInstance.
|
|
2407
2407
|
:type request: :class:`tencentcloud.cvm.v20170312.models.ResetInstanceRequest`
|
|
@@ -2460,7 +2460,7 @@ class CvmClient(AbstractClient):
|
|
|
2460
2460
|
*如果是修改系统管理员密码:实例的操作系统不同,管理员账号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。
|
|
2461
2461
|
* 重置处于运行中状态的实例密码,需要设置关机参数`ForceStop`为`TRUE`。如果没有显式指定强制关机参数,则只有处于关机状态的实例才允许执行重置密码操作。
|
|
2462
2462
|
* 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为100。
|
|
2463
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2463
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
2464
2464
|
|
|
2465
2465
|
:param request: Request instance for ResetInstancesPassword.
|
|
2466
2466
|
:type request: :class:`tencentcloud.cvm.v20170312.models.ResetInstancesPasswordRequest`
|
|
@@ -2516,7 +2516,7 @@ class CvmClient(AbstractClient):
|
|
|
2516
2516
|
* 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[ DescribeAccountBalance ](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
2517
2517
|
* 目前只支持扩容一块数据盘。
|
|
2518
2518
|
* 默认扩容方式为关机后扩容。
|
|
2519
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2519
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
2520
2520
|
* 如果是系统盘,目前只支持扩容,不支持缩容。
|
|
2521
2521
|
* 如果是运行中的实例,必须指定ForceStop或ResizeOnline任意一个参数为true,否则操作失败。
|
|
2522
2522
|
|
|
@@ -2604,7 +2604,7 @@ class CvmClient(AbstractClient):
|
|
|
2604
2604
|
* 接口调用成功时,实例会进入`STOPPING`状态;关闭实例成功时,实例会进入`STOPPED`状态。
|
|
2605
2605
|
* 支持强制关闭。强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
|
|
2606
2606
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
2607
|
-
* 本接口为异步接口,关闭实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2607
|
+
* 本接口为异步接口,关闭实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表关闭实例操作成功。
|
|
2608
2608
|
|
|
2609
2609
|
:param request: Request instance for StopInstances.
|
|
2610
2610
|
:type request: :class:`tencentcloud.cvm.v20170312.models.StopInstancesRequest`
|
|
@@ -1591,7 +1591,7 @@ class CvmClient(AbstractClient):
|
|
|
1591
1591
|
* “实例名称”仅为方便用户自己管理之用,腾讯云并不以此名称作为在线支持或是进行实例管理操作的依据。
|
|
1592
1592
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
1593
1593
|
* 修改关联安全组时,子机原来关联的安全组会被解绑。
|
|
1594
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
1594
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
1595
1595
|
* 修改主机名后实例会立即重启,重启后新的主机名生效。
|
|
1596
1596
|
"""
|
|
1597
1597
|
|
|
@@ -1613,7 +1613,7 @@ class CvmClient(AbstractClient):
|
|
|
1613
1613
|
本接口 (ModifyInstancesChargeType) 用于切换实例的计费模式。
|
|
1614
1614
|
|
|
1615
1615
|
* 关机不收费的实例、`批量计算型BC1`和`批量计算型BS1`机型族的实例、设置定时销毁的实例不支持该操作。
|
|
1616
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
1616
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
1617
1617
|
"""
|
|
1618
1618
|
|
|
1619
1619
|
kwargs = {}
|
|
@@ -1677,7 +1677,7 @@ class CvmClient(AbstractClient):
|
|
|
1677
1677
|
|
|
1678
1678
|
* 实例被标识为自动续费后,每次在实例到期时,会自动续费一个月。
|
|
1679
1679
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
1680
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
1680
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
1681
1681
|
"""
|
|
1682
1682
|
|
|
1683
1683
|
kwargs = {}
|
|
@@ -1804,7 +1804,7 @@ class CvmClient(AbstractClient):
|
|
|
1804
1804
|
* 接口调用成功时,实例会进入`REBOOTING`状态;重启实例成功时,实例会进入`RUNNING`状态。
|
|
1805
1805
|
* 支持强制重启。强制重启的效果等同于关闭物理计算机的电源开关再重新启动。强制重启可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常重启时使用。
|
|
1806
1806
|
* 支持批量操作,每次请求批量实例的上限为100。
|
|
1807
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
1807
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
1808
1808
|
"""
|
|
1809
1809
|
|
|
1810
1810
|
kwargs = {}
|
|
@@ -1930,7 +1930,7 @@ class CvmClient(AbstractClient):
|
|
|
1930
1930
|
* 系统盘将会被格式化,并重置;请确保系统盘中无重要文件。
|
|
1931
1931
|
* 密码不指定将会通过站内信下发随机密码。
|
|
1932
1932
|
* 目前只支持[系统盘类型](https://cloud.tencent.com/document/api/213/9452#SystemDisk)是`CLOUD_BASIC`、`CLOUD_PREMIUM`、`CLOUD_SSD`、`CLOUD_BSSD`类型的实例使用该接口实现操作系统切换。
|
|
1933
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
1933
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
1934
1934
|
"""
|
|
1935
1935
|
|
|
1936
1936
|
kwargs = {}
|
|
@@ -1979,7 +1979,7 @@ class CvmClient(AbstractClient):
|
|
|
1979
1979
|
*如果是修改系统管理员密码:实例的操作系统不同,管理员账号也会不一样(`Windows`为`Administrator`,`Ubuntu`为`ubuntu`,其它系统为`root`)。
|
|
1980
1980
|
* 重置处于运行中状态的实例密码,需要设置关机参数`ForceStop`为`TRUE`。如果没有显式指定强制关机参数,则只有处于关机状态的实例才允许执行重置密码操作。
|
|
1981
1981
|
* 支持批量操作。将多个实例操作系统的密码重置为相同的密码。每次请求批量实例的上限为100。
|
|
1982
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
1982
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
1983
1983
|
"""
|
|
1984
1984
|
|
|
1985
1985
|
kwargs = {}
|
|
@@ -2025,7 +2025,7 @@ class CvmClient(AbstractClient):
|
|
|
2025
2025
|
* 对于包年包月实例,使用该接口会涉及扣费,请确保账户余额充足。可通过[ DescribeAccountBalance ](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
2026
2026
|
* 目前只支持扩容一块数据盘。
|
|
2027
2027
|
* 默认扩容方式为关机后扩容。
|
|
2028
|
-
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2028
|
+
* 实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
|
|
2029
2029
|
* 如果是系统盘,目前只支持扩容,不支持缩容。
|
|
2030
2030
|
* 如果是运行中的实例,必须指定ForceStop或ResizeOnline任意一个参数为true,否则操作失败。
|
|
2031
2031
|
"""
|
|
@@ -2098,7 +2098,7 @@ class CvmClient(AbstractClient):
|
|
|
2098
2098
|
* 接口调用成功时,实例会进入`STOPPING`状态;关闭实例成功时,实例会进入`STOPPED`状态。
|
|
2099
2099
|
* 支持强制关闭。强制关机的效果等同于关闭物理计算机的电源开关。强制关机可能会导致数据丢失或文件系统损坏,请仅在服务器不能正常关机时使用。
|
|
2100
2100
|
* 支持批量操作。每次请求批量实例的上限为100。
|
|
2101
|
-
* 本接口为异步接口,关闭实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728
|
|
2101
|
+
* 本接口为异步接口,关闭实例请求发送成功后会返回一个RequestId,此时操作并未立即完成。实例操作结果可以通过调用 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表关闭实例操作成功。
|
|
2102
2102
|
"""
|
|
2103
2103
|
|
|
2104
2104
|
kwargs = {}
|
|
@@ -23142,15 +23142,15 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
23142
23142
|
|
|
23143
23143
|
def __init__(self):
|
|
23144
23144
|
r"""
|
|
23145
|
-
:param _VpcId:
|
|
23145
|
+
:param _VpcId: <p>私有网络ID,形如<code>vpc-xxx</code>。有效的VpcId可通过登录<a href="https://console.cloud.tencent.com/vpc/vpc?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> ,从接口返回中的<code>VpcId</code>字段获取。若在创建子机时VpcId与SubnetId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
23146
23146
|
:type VpcId: str
|
|
23147
|
-
:param _SubnetId:
|
|
23147
|
+
:param _SubnetId: <p>私有网络子网ID,形如<code>subnet-xxx</code>。有效的私有网络子网ID可通过登录<a href="https://console.cloud.tencent.com/vpc/subnet?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a> ,从接口返回中的<code>SubnetId</code>字段获取。若在创建子机时SubnetId与VpcId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
23148
23148
|
:type SubnetId: str
|
|
23149
|
-
:param _AsVpcGateway:
|
|
23149
|
+
:param _AsVpcGateway: <p>是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。</p>
|
|
23150
23150
|
:type AsVpcGateway: bool
|
|
23151
|
-
:param _PrivateIpAddresses:
|
|
23151
|
+
:param _PrivateIpAddresses: <p>私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP。</p>
|
|
23152
23152
|
:type PrivateIpAddresses: list of str
|
|
23153
|
-
:param _Ipv6AddressCount:
|
|
23153
|
+
:param _Ipv6AddressCount: <p>为弹性网卡指定随机生成的 IPv6 地址数量。</p>
|
|
23154
23154
|
:type Ipv6AddressCount: int
|
|
23155
23155
|
"""
|
|
23156
23156
|
self._VpcId = None
|
|
@@ -23161,7 +23161,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
23161
23161
|
|
|
23162
23162
|
@property
|
|
23163
23163
|
def VpcId(self):
|
|
23164
|
-
r"""
|
|
23164
|
+
r"""<p>私有网络ID,形如<code>vpc-xxx</code>。有效的VpcId可通过登录<a href="https://console.cloud.tencent.com/vpc/vpc?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> ,从接口返回中的<code>VpcId</code>字段获取。若在创建子机时VpcId与SubnetId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
23165
23165
|
:rtype: str
|
|
23166
23166
|
"""
|
|
23167
23167
|
return self._VpcId
|
|
@@ -23172,7 +23172,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
23172
23172
|
|
|
23173
23173
|
@property
|
|
23174
23174
|
def SubnetId(self):
|
|
23175
|
-
r"""
|
|
23175
|
+
r"""<p>私有网络子网ID,形如<code>subnet-xxx</code>。有效的私有网络子网ID可通过登录<a href="https://console.cloud.tencent.com/vpc/subnet?rid=1">控制台</a>查询;也可以调用接口 <a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a> ,从接口返回中的<code>SubnetId</code>字段获取。若在创建子机时SubnetId与VpcId同时传入<code>DEFAULT</code>,则强制使用默认vpc网络。</p>
|
|
23176
23176
|
:rtype: str
|
|
23177
23177
|
"""
|
|
23178
23178
|
return self._SubnetId
|
|
@@ -23183,7 +23183,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
23183
23183
|
|
|
23184
23184
|
@property
|
|
23185
23185
|
def AsVpcGateway(self):
|
|
23186
|
-
r"""
|
|
23186
|
+
r"""<p>是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。</p>
|
|
23187
23187
|
:rtype: bool
|
|
23188
23188
|
"""
|
|
23189
23189
|
return self._AsVpcGateway
|
|
@@ -23194,7 +23194,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
23194
23194
|
|
|
23195
23195
|
@property
|
|
23196
23196
|
def PrivateIpAddresses(self):
|
|
23197
|
-
r"""
|
|
23197
|
+
r"""<p>私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP。</p>
|
|
23198
23198
|
:rtype: list of str
|
|
23199
23199
|
"""
|
|
23200
23200
|
return self._PrivateIpAddresses
|
|
@@ -23205,7 +23205,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
23205
23205
|
|
|
23206
23206
|
@property
|
|
23207
23207
|
def Ipv6AddressCount(self):
|
|
23208
|
-
r"""
|
|
23208
|
+
r"""<p>为弹性网卡指定随机生成的 IPv6 地址数量。</p>
|
|
23209
23209
|
:rtype: int
|
|
23210
23210
|
"""
|
|
23211
23211
|
return self._Ipv6AddressCount
|
|
@@ -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.99
|
|
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.99
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.99
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.88
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|