tencentcloud-sdk-python-cbs 3.0.1446__tar.gz → 3.0.1450__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-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/setup.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud/cbs/v20170312/models.py +2 -2
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cbs-3.0.1450/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cbs-3.0.1446/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/README.rst +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud/cbs/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud/cbs/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud/cbs/v20170312/cbs_client.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud/cbs/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1446 → tencentcloud-sdk-python-cbs-3.0.1450}/tencentcloud_sdk_python_cbs.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-cbs',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.0.1450,<4.0.0"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cbs SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -7506,7 +7506,7 @@ class Placement(AbstractModel):
|
|
|
7506
7506
|
:param _CageId: 围笼Id,可通过 [DescribeDiskStoragePool](https://cloud.tencent.com/document/api/362/62143) 获取。作为入参时,表示对指定的CageId的资源进行操作,可为空。 作为出参时,表示资源所属围笼ID,可为空。
|
|
7507
7507
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7508
7508
|
:type CageId: str
|
|
7509
|
-
:param _ProjectId: 实例所属项目ID,可通过
|
|
7509
|
+
:param _ProjectId: 实例所属项目ID,可通过DescribeProject获取。不填默认为0,表示默认项目。
|
|
7510
7510
|
:type ProjectId: int
|
|
7511
7511
|
:param _ProjectName: 实例所属项目名称,可通过[DescribeProject](/document/api/651/78725)获取。
|
|
7512
7512
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -7553,7 +7553,7 @@ class Placement(AbstractModel):
|
|
|
7553
7553
|
|
|
7554
7554
|
@property
|
|
7555
7555
|
def ProjectId(self):
|
|
7556
|
-
"""实例所属项目ID,可通过
|
|
7556
|
+
"""实例所属项目ID,可通过DescribeProject获取。不填默认为0,表示默认项目。
|
|
7557
7557
|
:rtype: int
|
|
7558
7558
|
"""
|
|
7559
7559
|
return self._ProjectId
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.0.1450
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.0.1446
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|