tencentcloud-sdk-python-chdfs 3.0.1314__tar.gz → 3.0.1316__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.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/setup.py +1 -1
  3. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20201112/models.py +0 -6
  5. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud_sdk_python_chdfs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-chdfs-3.0.1316/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-chdfs-3.0.1314/tencentcloud_sdk_python_chdfs.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/README.rst +0 -0
  9. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20190718/__init__.py +0 -0
  12. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20190718/chdfs_client.py +0 -0
  13. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20190718/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20190718/models.py +0 -0
  15. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20201112/__init__.py +0 -0
  16. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20201112/chdfs_client.py +0 -0
  17. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud/chdfs/v20201112/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud_sdk_python_chdfs.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/tencentcloud_sdk_python_chdfs.egg-info/dependency_links.txt +0 -0
  20. {tencentcloud-sdk-python-chdfs-3.0.1314 → tencentcloud-sdk-python-chdfs-3.0.1316}/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.1314
3
+ Version: 3.0.1316
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.1314"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1316"],
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.1314'
17
+ __version__ = '3.0.1316'
@@ -494,7 +494,6 @@ class CreateAccessRulesResponse(AbstractModel):
494
494
  def __init__(self):
495
495
  r"""
496
496
  :param _AccessRules: 权限规则列表
497
- 注意:此字段可能返回 null,表示取不到有效值。
498
497
  :type AccessRules: list of AccessRule
499
498
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
500
499
  :type RequestId: str
@@ -505,7 +504,6 @@ class CreateAccessRulesResponse(AbstractModel):
505
504
  @property
506
505
  def AccessRules(self):
507
506
  """权限规则列表
508
- 注意:此字段可能返回 null,表示取不到有效值。
509
507
  :rtype: list of AccessRule
510
508
  """
511
509
  return self._AccessRules
@@ -2417,10 +2415,8 @@ class FileSystem(AbstractModel):
2417
2415
  :param _PosixAcl: POSIX权限控制
2418
2416
  :type PosixAcl: bool
2419
2417
  :param _EnableRanger: 是否打开Ranger地址校验
2420
- 注意:此字段可能返回 null,表示取不到有效值。
2421
2418
  :type EnableRanger: bool
2422
2419
  :param _RangerServiceAddresses: Ranger地址列表
2423
- 注意:此字段可能返回 null,表示取不到有效值。
2424
2420
  :type RangerServiceAddresses: list of str
2425
2421
  """
2426
2422
  self._AppId = None
@@ -2561,7 +2557,6 @@ class FileSystem(AbstractModel):
2561
2557
  @property
2562
2558
  def EnableRanger(self):
2563
2559
  """是否打开Ranger地址校验
2564
- 注意:此字段可能返回 null,表示取不到有效值。
2565
2560
  :rtype: bool
2566
2561
  """
2567
2562
  return self._EnableRanger
@@ -2573,7 +2568,6 @@ class FileSystem(AbstractModel):
2573
2568
  @property
2574
2569
  def RangerServiceAddresses(self):
2575
2570
  """Ranger地址列表
2576
- 注意:此字段可能返回 null,表示取不到有效值。
2577
2571
  :rtype: list of str
2578
2572
  """
2579
2573
  return self._RangerServiceAddresses
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-chdfs
3
- Version: 3.0.1314
3
+ Version: 3.0.1316
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.1316
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1314