tencentcloud-sdk-python-chdfs 3.1.51__tar.gz → 3.1.98__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.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/setup.py +1 -1
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20201112/models.py +12 -12
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud_sdk_python_chdfs.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_chdfs-3.1.98/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_chdfs-3.1.51/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/README.rst +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/setup.cfg +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/__init__.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20190718/__init__.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20190718/chdfs_client.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20190718/chdfs_client_async.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20190718/errorcodes.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20190718/models.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20201112/__init__.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20201112/chdfs_client.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20201112/chdfs_client_async.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud/chdfs/v20201112/errorcodes.py +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud_sdk_python_chdfs.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud_sdk_python_chdfs.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_chdfs-3.1.51 → tencentcloud_sdk_python_chdfs-3.1.98}/tencentcloud_sdk_python_chdfs.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-chdfs
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.98
|
|
4
4
|
Summary: Tencent Cloud Chdfs 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.98
|
|
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-chdfs',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.98,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Chdfs SDK for Python',
|
|
@@ -3586,17 +3586,17 @@ class RestoreTask(AbstractModel):
|
|
|
3586
3586
|
|
|
3587
3587
|
def __init__(self):
|
|
3588
3588
|
r"""
|
|
3589
|
-
:param _RestoreTaskId:
|
|
3589
|
+
:param _RestoreTaskId: <p>回热任务ID</p>
|
|
3590
3590
|
:type RestoreTaskId: int
|
|
3591
|
-
:param _FilePath:
|
|
3591
|
+
:param _FilePath: <p>回热任务文件路径,不支持目录和通配符</p>
|
|
3592
3592
|
:type FilePath: str
|
|
3593
|
-
:param _Type:
|
|
3593
|
+
:param _Type: <p>回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)</p>
|
|
3594
3594
|
:type Type: int
|
|
3595
|
-
:param _Days:
|
|
3595
|
+
:param _Days: <p>指定恢复出的临时副本的有效时长(单位天)</p>
|
|
3596
3596
|
:type Days: int
|
|
3597
|
-
:param _Status:
|
|
3597
|
+
:param _Status: <p>回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)</p>
|
|
3598
3598
|
:type Status: int
|
|
3599
|
-
:param _CreateTime:
|
|
3599
|
+
:param _CreateTime: <p>创建时间</p>
|
|
3600
3600
|
:type CreateTime: str
|
|
3601
3601
|
"""
|
|
3602
3602
|
self._RestoreTaskId = None
|
|
@@ -3608,7 +3608,7 @@ class RestoreTask(AbstractModel):
|
|
|
3608
3608
|
|
|
3609
3609
|
@property
|
|
3610
3610
|
def RestoreTaskId(self):
|
|
3611
|
-
r"""
|
|
3611
|
+
r"""<p>回热任务ID</p>
|
|
3612
3612
|
:rtype: int
|
|
3613
3613
|
"""
|
|
3614
3614
|
return self._RestoreTaskId
|
|
@@ -3619,7 +3619,7 @@ class RestoreTask(AbstractModel):
|
|
|
3619
3619
|
|
|
3620
3620
|
@property
|
|
3621
3621
|
def FilePath(self):
|
|
3622
|
-
r"""
|
|
3622
|
+
r"""<p>回热任务文件路径,不支持目录和通配符</p>
|
|
3623
3623
|
:rtype: str
|
|
3624
3624
|
"""
|
|
3625
3625
|
return self._FilePath
|
|
@@ -3630,7 +3630,7 @@ class RestoreTask(AbstractModel):
|
|
|
3630
3630
|
|
|
3631
3631
|
@property
|
|
3632
3632
|
def Type(self):
|
|
3633
|
-
r"""
|
|
3633
|
+
r"""<p>回热任务类型(1:标准;2:极速;3:批量,暂时仅支持标准)</p>
|
|
3634
3634
|
:rtype: int
|
|
3635
3635
|
"""
|
|
3636
3636
|
return self._Type
|
|
@@ -3641,7 +3641,7 @@ class RestoreTask(AbstractModel):
|
|
|
3641
3641
|
|
|
3642
3642
|
@property
|
|
3643
3643
|
def Days(self):
|
|
3644
|
-
r"""
|
|
3644
|
+
r"""<p>指定恢复出的临时副本的有效时长(单位天)</p>
|
|
3645
3645
|
:rtype: int
|
|
3646
3646
|
"""
|
|
3647
3647
|
return self._Days
|
|
@@ -3652,7 +3652,7 @@ class RestoreTask(AbstractModel):
|
|
|
3652
3652
|
|
|
3653
3653
|
@property
|
|
3654
3654
|
def Status(self):
|
|
3655
|
-
r"""
|
|
3655
|
+
r"""<p>回热任务状态(1:绑定文件中;2:绑定文件完成;3:文件回热中;4:文件回热完成)</p>
|
|
3656
3656
|
:rtype: int
|
|
3657
3657
|
"""
|
|
3658
3658
|
return self._Status
|
|
@@ -3663,7 +3663,7 @@ class RestoreTask(AbstractModel):
|
|
|
3663
3663
|
|
|
3664
3664
|
@property
|
|
3665
3665
|
def CreateTime(self):
|
|
3666
|
-
r"""
|
|
3666
|
+
r"""<p>创建时间</p>
|
|
3667
3667
|
:rtype: str
|
|
3668
3668
|
"""
|
|
3669
3669
|
return self._CreateTime
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-chdfs
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.98
|
|
4
4
|
Summary: Tencent Cloud Chdfs 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.98
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.98
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.51
|
|
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
|
|
File without changes
|
|
File without changes
|