tencentcloud-sdk-python-batch 3.0.1206__tar.gz → 3.0.1237__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-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/setup.py +1 -1
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud/batch/v20170312/models.py +2 -2
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud_sdk_python_batch.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-batch-3.0.1237/tencentcloud_sdk_python_batch.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-batch-3.0.1206/tencentcloud_sdk_python_batch.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/README.rst +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/setup.cfg +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud/batch/__init__.py +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud/batch/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud/batch/v20170312/batch_client.py +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud/batch/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud_sdk_python_batch.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud_sdk_python_batch.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/tencentcloud_sdk_python_batch.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-batch',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1237"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Batch SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7554,7 +7554,7 @@ class Placement(AbstractModel):
|
|
|
7554
7554
|
|
|
7555
7555
|
def __init__(self):
|
|
7556
7556
|
r"""
|
|
7557
|
-
:param _Zone:
|
|
7557
|
+
:param _Zone: 实例所属的可用区名称。该参数可以通过调用 [DescribeZones](https://cloud.tencent.com/document/product/213/15707) 的返回值中的Zone字段来获取。
|
|
7558
7558
|
:type Zone: str
|
|
7559
7559
|
:param _ProjectId: 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
|
|
7560
7560
|
:type ProjectId: int
|
|
@@ -9472,7 +9472,7 @@ class VirtualPrivateCloud(AbstractModel):
|
|
|
9472
9472
|
:type VpcId: str
|
|
9473
9473
|
:param _SubnetId: 私有网络子网ID,形如`subnet-xxx`。有效的私有网络子网ID可通过登录[控制台](https://console.cloud.tencent.com/vpc/subnet?rid=1)查询;也可以调用接口 [DescribeSubnets](/document/api/215/15784) ,从接口返回中的`unSubnetId`字段获取。若在创建子机时SubnetId与VpcId同时传入`DEFAULT`,则强制使用默认vpc网络。
|
|
9474
9474
|
:type SubnetId: str
|
|
9475
|
-
:param _AsVpcGateway: 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<
|
|
9475
|
+
:param _AsVpcGateway: 是否用作公网网关。公网网关只有在实例拥有公网IP以及处于私有网络下时才能正常使用。取值范围:<li>true:表示用作公网网关</li><li>false:表示不作为公网网关</li>默认取值:false。
|
|
9476
9476
|
:type AsVpcGateway: bool
|
|
9477
9477
|
:param _PrivateIpAddresses: 私有网络子网 IP 数组,在创建实例、修改实例vpc属性操作中可使用此参数。当前仅批量创建多台实例时支持传入相同子网的多个 IP。
|
|
9478
9478
|
:type PrivateIpAddresses: list of str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1237
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1206
|
{tencentcloud-sdk-python-batch-3.0.1206 → tencentcloud-sdk-python-batch-3.0.1237}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|