tencentcloud-sdk-python-cbs 3.0.1359__tar.gz → 3.0.1361__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.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/setup.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud/cbs/v20170312/models.py +2 -2
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud_sdk_python_cbs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-cbs-3.0.1361/tencentcloud_sdk_python_cbs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-cbs-3.0.1359/tencentcloud_sdk_python_cbs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/README.rst +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/setup.cfg +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud/cbs/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud/cbs/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud/cbs/v20170312/cbs_client.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud/cbs/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud_sdk_python_cbs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/tencentcloud_sdk_python_cbs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-cbs-3.0.1359 → tencentcloud-sdk-python-cbs-3.0.1361}/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.1361"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Cbs SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -8944,7 +8944,7 @@ class TerminateDisksRequest(AbstractModel):
|
|
|
8944
8944
|
|
|
8945
8945
|
def __init__(self):
|
|
8946
8946
|
r"""
|
|
8947
|
-
:param _DiskIds: 需退还的云盘ID
|
|
8947
|
+
:param _DiskIds: 需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。
|
|
8948
8948
|
:type DiskIds: list of str
|
|
8949
8949
|
:param _DeleteSnapshot: 销毁云盘时删除关联的非永久保留快照。0 表示非永久快照不随云盘销毁而销毁,1表示非永久快照随云盘销毁而销毁,默认取0。快照是否永久保留可以通过DescribeSnapshots接口返回的快照详情的IsPermanent字段来判断,true表示永久快照,false表示非永久快照。
|
|
8950
8950
|
:type DeleteSnapshot: int
|
|
@@ -8954,7 +8954,7 @@ class TerminateDisksRequest(AbstractModel):
|
|
|
8954
8954
|
|
|
8955
8955
|
@property
|
|
8956
8956
|
def DiskIds(self):
|
|
8957
|
-
"""需退还的云盘ID
|
|
8957
|
+
"""需退还的云盘ID列表,通过[DescribeDisks](/document/product/362/16315)接口查询。
|
|
8958
8958
|
:rtype: list of str
|
|
8959
8959
|
"""
|
|
8960
8960
|
return self._DiskIds
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1361
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1359
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|