tencentcloud-sdk-python-chdfs 3.0.1351__tar.gz → 3.0.1353__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-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/setup.py +1 -1
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/models.py +2 -2
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-chdfs-3.0.1353/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-chdfs-3.0.1351/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/README.rst +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/setup.cfg +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/__init__.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/__init__.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/chdfs_client.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/errorcodes.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20190718/models.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/__init__.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/chdfs_client.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud/chdfs/v20201112/errorcodes.py +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/tencentcloud_sdk_python_chdfs.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-chdfs',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1353"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Chdfs SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3440,7 +3440,7 @@ class RestoreTask(AbstractModel):
|
|
|
3440
3440
|
:type RestoreTaskId: int
|
|
3441
3441
|
:param _FilePath: 回热任务文件路径
|
|
3442
3442
|
:type FilePath: str
|
|
3443
|
-
:param _Type: 回热任务类型(1:标准;2:极速;3
|
|
3443
|
+
:param _Type: 回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)
|
|
3444
3444
|
:type Type: int
|
|
3445
3445
|
:param _Days: 指定恢复出的临时副本的有效时长(单位天)
|
|
3446
3446
|
:type Days: int
|
|
@@ -3480,7 +3480,7 @@ class RestoreTask(AbstractModel):
|
|
|
3480
3480
|
|
|
3481
3481
|
@property
|
|
3482
3482
|
def Type(self):
|
|
3483
|
-
"""回热任务类型(1:标准;2:极速;3
|
|
3483
|
+
"""回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)
|
|
3484
3484
|
:rtype: int
|
|
3485
3485
|
"""
|
|
3486
3486
|
return self._Type
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1353
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1351
|
{tencentcloud-sdk-python-chdfs-3.0.1351 → tencentcloud-sdk-python-chdfs-3.0.1353}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|