tencentcloud-sdk-python-chdfs 3.0.1285__tar.gz → 3.0.1289__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.
Files changed (20) hide show
  1. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/setup.py +1 -1
  3. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20201112/models.py +4 -4
  5. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud_sdk_python_chdfs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-chdfs-3.0.1289/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-chdfs-3.0.1285/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/README.rst +0 -0
  9. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20190718/__init__.py +0 -0
  12. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20190718/chdfs_client.py +0 -0
  13. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20190718/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20190718/models.py +0 -0
  15. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20201112/__init__.py +0 -0
  16. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20201112/chdfs_client.py +0 -0
  17. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud/chdfs/v20201112/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud_sdk_python_chdfs.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud_sdk_python_chdfs.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1289}/tencentcloud_sdk_python_chdfs.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-chdfs
3
- Version: 3.0.1285
3
+ Version: 3.0.1289
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
@@ -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.1285"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1289"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Chdfs SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1285'
17
+ __version__ = '3.0.1289'
@@ -33,7 +33,7 @@ class AccessGroup(AbstractModel):
33
33
  :type Description: str
34
34
  :param _CreateTime: 创建时间
35
35
  :type CreateTime: str
36
- :param _VpcType: VPC网络类型(1:CVM;2:黑石1.0
36
+ :param _VpcType: VPC网络类型(1:CVM)
37
37
  :type VpcType: int
38
38
  :param _VpcId: VPC网络ID
39
39
  :type VpcId: str
@@ -91,7 +91,7 @@ class AccessGroup(AbstractModel):
91
91
 
92
92
  @property
93
93
  def VpcType(self):
94
- """VPC网络类型(1:CVM;2:黑石1.0
94
+ """VPC网络类型(1:CVM)
95
95
  :rtype: int
96
96
  """
97
97
  return self._VpcType
@@ -313,7 +313,7 @@ class CreateAccessGroupRequest(AbstractModel):
313
313
  r"""
314
314
  :param _AccessGroupName: 权限组名称
315
315
  :type AccessGroupName: str
316
- :param _VpcType: VPC网络类型(1:CVM;2:黑石1.0
316
+ :param _VpcType: VPC网络类型(1:CVM)
317
317
  :type VpcType: int
318
318
  :param _VpcId: VPC网络ID
319
319
  :type VpcId: str
@@ -338,7 +338,7 @@ class CreateAccessGroupRequest(AbstractModel):
338
338
 
339
339
  @property
340
340
  def VpcType(self):
341
- """VPC网络类型(1:CVM;2:黑石1.0
341
+ """VPC网络类型(1:CVM)
342
342
  :rtype: int
343
343
  """
344
344
  return self._VpcType
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-chdfs
3
- Version: 3.0.1285
3
+ Version: 3.0.1289
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1289
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1285