tencentcloud-sdk-python-chdfs 3.0.1285__tar.gz → 3.0.1292__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.1292}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/setup.py +1 -1
  3. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20201112/models.py +19 -31
  5. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud_sdk_python_chdfs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-chdfs-3.0.1292/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.1292}/README.rst +0 -0
  9. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20190718/__init__.py +0 -0
  12. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20190718/chdfs_client.py +0 -0
  13. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20190718/errorcodes.py +0 -0
  14. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20190718/models.py +0 -0
  15. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20201112/__init__.py +0 -0
  16. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20201112/chdfs_client.py +0 -0
  17. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud/chdfs/v20201112/errorcodes.py +0 -0
  18. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/tencentcloud_sdk_python_chdfs.egg-info/SOURCES.txt +0 -0
  19. {tencentcloud-sdk-python-chdfs-3.0.1285 → tencentcloud-sdk-python-chdfs-3.0.1292}/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.1292}/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.1292
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.1292"],
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.1292'
@@ -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
@@ -545,12 +545,12 @@ class CreateFileSystemRequest(AbstractModel):
545
545
  r"""
546
546
  :param _FileSystemName: 文件系统名称
547
547
  :type FileSystemName: str
548
- :param _CapacityQuota: 文件系统容量(byte),下限为1GB,上限为1PB,且必须是1GB的整数倍
549
- :type CapacityQuota: int
550
548
  :param _PosixAcl: 是否校验POSIX ACL
551
549
  :type PosixAcl: bool
552
550
  :param _Description: 文件系统描述,默认为空字符串
553
551
  :type Description: str
552
+ :param _CapacityQuota: 文件系统容量(byte),下限为1GB,上限为1PB,且必须是1GB的整数倍
553
+ :type CapacityQuota: int
554
554
  :param _SuperUsers: 超级用户名列表,默认为空数组
555
555
  :type SuperUsers: list of str
556
556
  :param _RootInodeUser: 根目录Inode用户名,默认为hadoop
@@ -565,9 +565,9 @@ class CreateFileSystemRequest(AbstractModel):
565
565
  :type Tags: list of Tag
566
566
  """
567
567
  self._FileSystemName = None
568
- self._CapacityQuota = None
569
568
  self._PosixAcl = None
570
569
  self._Description = None
570
+ self._CapacityQuota = None
571
571
  self._SuperUsers = None
572
572
  self._RootInodeUser = None
573
573
  self._RootInodeGroup = None
@@ -586,17 +586,6 @@ class CreateFileSystemRequest(AbstractModel):
586
586
  def FileSystemName(self, FileSystemName):
587
587
  self._FileSystemName = FileSystemName
588
588
 
589
- @property
590
- def CapacityQuota(self):
591
- """文件系统容量(byte),下限为1GB,上限为1PB,且必须是1GB的整数倍
592
- :rtype: int
593
- """
594
- return self._CapacityQuota
595
-
596
- @CapacityQuota.setter
597
- def CapacityQuota(self, CapacityQuota):
598
- self._CapacityQuota = CapacityQuota
599
-
600
589
  @property
601
590
  def PosixAcl(self):
602
591
  """是否校验POSIX ACL
@@ -619,6 +608,17 @@ class CreateFileSystemRequest(AbstractModel):
619
608
  def Description(self, Description):
620
609
  self._Description = Description
621
610
 
611
+ @property
612
+ def CapacityQuota(self):
613
+ """文件系统容量(byte),下限为1GB,上限为1PB,且必须是1GB的整数倍
614
+ :rtype: int
615
+ """
616
+ return self._CapacityQuota
617
+
618
+ @CapacityQuota.setter
619
+ def CapacityQuota(self, CapacityQuota):
620
+ self._CapacityQuota = CapacityQuota
621
+
622
622
  @property
623
623
  def SuperUsers(self):
624
624
  """超级用户名列表,默认为空数组
@@ -688,9 +688,9 @@ class CreateFileSystemRequest(AbstractModel):
688
688
 
689
689
  def _deserialize(self, params):
690
690
  self._FileSystemName = params.get("FileSystemName")
691
- self._CapacityQuota = params.get("CapacityQuota")
692
691
  self._PosixAcl = params.get("PosixAcl")
693
692
  self._Description = params.get("Description")
693
+ self._CapacityQuota = params.get("CapacityQuota")
694
694
  self._SuperUsers = params.get("SuperUsers")
695
695
  self._RootInodeUser = params.get("RootInodeUser")
696
696
  self._RootInodeGroup = params.get("RootInodeGroup")
@@ -3566,22 +3566,16 @@ class Summary(AbstractModel):
3566
3566
  def __init__(self):
3567
3567
  r"""
3568
3568
  :param _CapacityUsed: 已使用容量(byte)
3569
- 注意:此字段可能返回 null,表示取不到有效值。
3570
3569
  :type CapacityUsed: int
3571
3570
  :param _StandardCapacityUsed: 已使用COS标准存储容量(byte)
3572
- 注意:此字段可能返回 null,表示取不到有效值。
3573
3571
  :type StandardCapacityUsed: int
3574
3572
  :param _DegradeCapacityUsed: 已使用COS低频存储容量(byte)
3575
- 注意:此字段可能返回 null,表示取不到有效值。
3576
3573
  :type DegradeCapacityUsed: int
3577
3574
  :param _ArchiveCapacityUsed: 已使用COS归档存储容量(byte)
3578
- 注意:此字段可能返回 null,表示取不到有效值。
3579
3575
  :type ArchiveCapacityUsed: int
3580
3576
  :param _DeepArchiveCapacityUsed: 已使用COS深度归档存储容量(byte)
3581
- 注意:此字段可能返回 null,表示取不到有效值。
3582
3577
  :type DeepArchiveCapacityUsed: int
3583
3578
  :param _IntelligentCapacityUsed: 已使用COS智能分层存储容量(byte)
3584
- 注意:此字段可能返回 null,表示取不到有效值。
3585
3579
  :type IntelligentCapacityUsed: int
3586
3580
  """
3587
3581
  self._CapacityUsed = None
@@ -3594,7 +3588,6 @@ class Summary(AbstractModel):
3594
3588
  @property
3595
3589
  def CapacityUsed(self):
3596
3590
  """已使用容量(byte)
3597
- 注意:此字段可能返回 null,表示取不到有效值。
3598
3591
  :rtype: int
3599
3592
  """
3600
3593
  return self._CapacityUsed
@@ -3606,7 +3599,6 @@ class Summary(AbstractModel):
3606
3599
  @property
3607
3600
  def StandardCapacityUsed(self):
3608
3601
  """已使用COS标准存储容量(byte)
3609
- 注意:此字段可能返回 null,表示取不到有效值。
3610
3602
  :rtype: int
3611
3603
  """
3612
3604
  return self._StandardCapacityUsed
@@ -3618,7 +3610,6 @@ class Summary(AbstractModel):
3618
3610
  @property
3619
3611
  def DegradeCapacityUsed(self):
3620
3612
  """已使用COS低频存储容量(byte)
3621
- 注意:此字段可能返回 null,表示取不到有效值。
3622
3613
  :rtype: int
3623
3614
  """
3624
3615
  return self._DegradeCapacityUsed
@@ -3630,7 +3621,6 @@ class Summary(AbstractModel):
3630
3621
  @property
3631
3622
  def ArchiveCapacityUsed(self):
3632
3623
  """已使用COS归档存储容量(byte)
3633
- 注意:此字段可能返回 null,表示取不到有效值。
3634
3624
  :rtype: int
3635
3625
  """
3636
3626
  return self._ArchiveCapacityUsed
@@ -3642,7 +3632,6 @@ class Summary(AbstractModel):
3642
3632
  @property
3643
3633
  def DeepArchiveCapacityUsed(self):
3644
3634
  """已使用COS深度归档存储容量(byte)
3645
- 注意:此字段可能返回 null,表示取不到有效值。
3646
3635
  :rtype: int
3647
3636
  """
3648
3637
  return self._DeepArchiveCapacityUsed
@@ -3654,7 +3643,6 @@ class Summary(AbstractModel):
3654
3643
  @property
3655
3644
  def IntelligentCapacityUsed(self):
3656
3645
  """已使用COS智能分层存储容量(byte)
3657
- 注意:此字段可能返回 null,表示取不到有效值。
3658
3646
  :rtype: int
3659
3647
  """
3660
3648
  return self._IntelligentCapacityUsed
@@ -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.1292
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.1292
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1285