tencentcloud-sdk-python 3.0.1390__py2.py3-none-any.whl → 3.0.1392__py2.py3-none-any.whl
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/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +4 -4
- tencentcloud/batch/v20170312/models.py +10 -6
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/models.py +76 -102
- tencentcloud/cloudaudit/v20190319/models.py +0 -4
- tencentcloud/csip/v20221121/models.py +2 -2
- tencentcloud/cvm/v20170312/models.py +20 -16
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +138 -0
- tencentcloud/cynosdb/v20190107/models.py +1267 -234
- tencentcloud/emr/v20190103/emr_client.py +6 -2
- tencentcloud/ess/v20201111/models.py +6 -2
- tencentcloud/essbasic/v20210526/models.py +6 -2
- tencentcloud/iotexplorer/v20190423/models.py +2 -2
- tencentcloud/lighthouse/v20200324/models.py +2 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +5 -0
- tencentcloud/mqtt/v20240516/errorcodes.py +24 -0
- tencentcloud/mqtt/v20240516/models.py +515 -201
- tencentcloud/mqtt/v20240516/mqtt_client.py +26 -3
- tencentcloud/ocr/v20181119/models.py +415 -0
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/ses/v20201002/models.py +252 -0
- tencentcloud/ses/v20201002/ses_client.py +69 -0
- tencentcloud/tcss/v20201101/models.py +5 -5
- tencentcloud/trtc/v20190722/models.py +4 -2
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- {tencentcloud_sdk_python-3.0.1390.dist-info → tencentcloud_sdk_python-3.0.1392.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1390.dist-info → tencentcloud_sdk_python-3.0.1392.dist-info}/RECORD +31 -31
- {tencentcloud_sdk_python-3.0.1390.dist-info → tencentcloud_sdk_python-3.0.1392.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1390.dist-info → tencentcloud_sdk_python-3.0.1392.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1390.dist-info → tencentcloud_sdk_python-3.0.1392.dist-info}/top_level.txt +0 -0
@@ -1679,7 +1679,7 @@ class CreateCfsRuleRequest(AbstractModel):
|
|
1679
1679
|
|
1680
1680
|
def __init__(self):
|
1681
1681
|
r"""
|
1682
|
-
:param _PGroupId: 权限组 ID
|
1682
|
+
:param _PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
1683
1683
|
:type PGroupId: str
|
1684
1684
|
:param _AuthClientIp: 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
|
1685
1685
|
:type AuthClientIp: str
|
@@ -1687,7 +1687,7 @@ class CreateCfsRuleRequest(AbstractModel):
|
|
1687
1687
|
:type Priority: int
|
1688
1688
|
:param _RWPermission: 读写权限, 值为 RO、RW;其中 RO 为只读,RW 为读写,不填默认为只读
|
1689
1689
|
:type RWPermission: str
|
1690
|
-
:param _UserPermission: 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash
|
1690
|
+
:param _UserPermission: 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash。默认值为root_squash
|
1691
1691
|
all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
|
1692
1692
|
no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
|
1693
1693
|
root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
|
@@ -1703,7 +1703,7 @@ no_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root
|
|
1703
1703
|
|
1704
1704
|
@property
|
1705
1705
|
def PGroupId(self):
|
1706
|
-
"""权限组 ID
|
1706
|
+
"""权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
1707
1707
|
:rtype: str
|
1708
1708
|
"""
|
1709
1709
|
return self._PGroupId
|
@@ -1747,7 +1747,7 @@ no_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root
|
|
1747
1747
|
|
1748
1748
|
@property
|
1749
1749
|
def UserPermission(self):
|
1750
|
-
"""用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash
|
1750
|
+
"""用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash。默认值为root_squash
|
1751
1751
|
all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
|
1752
1752
|
no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
|
1753
1753
|
root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
|
@@ -1903,9 +1903,9 @@ class CreateCfsSnapshotRequest(AbstractModel):
|
|
1903
1903
|
|
1904
1904
|
def __init__(self):
|
1905
1905
|
r"""
|
1906
|
-
:param _FileSystemId: 文件系统
|
1906
|
+
:param _FileSystemId: 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
1907
1907
|
:type FileSystemId: str
|
1908
|
-
:param _SnapshotName:
|
1908
|
+
:param _SnapshotName: 快照名称,支持不超过64字符长度,支持中文、数字、_、-
|
1909
1909
|
:type SnapshotName: str
|
1910
1910
|
:param _ResourceTags: 快照标签
|
1911
1911
|
:type ResourceTags: list of TagInfo
|
@@ -1916,7 +1916,7 @@ class CreateCfsSnapshotRequest(AbstractModel):
|
|
1916
1916
|
|
1917
1917
|
@property
|
1918
1918
|
def FileSystemId(self):
|
1919
|
-
"""文件系统
|
1919
|
+
"""文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
1920
1920
|
:rtype: str
|
1921
1921
|
"""
|
1922
1922
|
return self._FileSystemId
|
@@ -1927,7 +1927,7 @@ class CreateCfsSnapshotRequest(AbstractModel):
|
|
1927
1927
|
|
1928
1928
|
@property
|
1929
1929
|
def SnapshotName(self):
|
1930
|
-
"""
|
1930
|
+
"""快照名称,支持不超过64字符长度,支持中文、数字、_、-
|
1931
1931
|
:rtype: str
|
1932
1932
|
"""
|
1933
1933
|
return self._SnapshotName
|
@@ -2321,14 +2321,14 @@ class DeleteAutoSnapshotPolicyRequest(AbstractModel):
|
|
2321
2321
|
|
2322
2322
|
def __init__(self):
|
2323
2323
|
r"""
|
2324
|
-
:param _AutoSnapshotPolicyId: 快照策略ID
|
2324
|
+
:param _AutoSnapshotPolicyId: 快照策略ID,查询快照策略接口获取,[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)
|
2325
2325
|
:type AutoSnapshotPolicyId: str
|
2326
2326
|
"""
|
2327
2327
|
self._AutoSnapshotPolicyId = None
|
2328
2328
|
|
2329
2329
|
@property
|
2330
2330
|
def AutoSnapshotPolicyId(self):
|
2331
|
-
"""快照策略ID
|
2331
|
+
"""快照策略ID,查询快照策略接口获取,[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)
|
2332
2332
|
:rtype: str
|
2333
2333
|
"""
|
2334
2334
|
return self._AutoSnapshotPolicyId
|
@@ -2400,14 +2400,14 @@ class DeleteCfsFileSystemRequest(AbstractModel):
|
|
2400
2400
|
|
2401
2401
|
def __init__(self):
|
2402
2402
|
r"""
|
2403
|
-
:param _FileSystemId: 文件系统 ID
|
2403
|
+
:param _FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。
|
2404
2404
|
:type FileSystemId: str
|
2405
2405
|
"""
|
2406
2406
|
self._FileSystemId = None
|
2407
2407
|
|
2408
2408
|
@property
|
2409
2409
|
def FileSystemId(self):
|
2410
|
-
"""文件系统 ID
|
2410
|
+
"""文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取。说明,进行删除文件系统操作前需要先调用 DeleteMountTarget 接口删除该文件系统的挂载点,否则会删除失败。
|
2411
2411
|
:rtype: str
|
2412
2412
|
"""
|
2413
2413
|
return self._FileSystemId
|
@@ -2464,14 +2464,14 @@ class DeleteCfsPGroupRequest(AbstractModel):
|
|
2464
2464
|
|
2465
2465
|
def __init__(self):
|
2466
2466
|
r"""
|
2467
|
-
:param _PGroupId: 权限组 ID
|
2467
|
+
:param _PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
2468
2468
|
:type PGroupId: str
|
2469
2469
|
"""
|
2470
2470
|
self._PGroupId = None
|
2471
2471
|
|
2472
2472
|
@property
|
2473
2473
|
def PGroupId(self):
|
2474
|
-
"""权限组 ID
|
2474
|
+
"""权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
2475
2475
|
:rtype: str
|
2476
2476
|
"""
|
2477
2477
|
return self._PGroupId
|
@@ -2558,9 +2558,9 @@ class DeleteCfsRuleRequest(AbstractModel):
|
|
2558
2558
|
|
2559
2559
|
def __init__(self):
|
2560
2560
|
r"""
|
2561
|
-
:param _PGroupId: 权限组 ID
|
2561
|
+
:param _PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
2562
2562
|
:type PGroupId: str
|
2563
|
-
:param _RuleId: 规则 ID
|
2563
|
+
:param _RuleId: 规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
|
2564
2564
|
:type RuleId: str
|
2565
2565
|
"""
|
2566
2566
|
self._PGroupId = None
|
@@ -2568,7 +2568,7 @@ class DeleteCfsRuleRequest(AbstractModel):
|
|
2568
2568
|
|
2569
2569
|
@property
|
2570
2570
|
def PGroupId(self):
|
2571
|
-
"""权限组 ID
|
2571
|
+
"""权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
2572
2572
|
:rtype: str
|
2573
2573
|
"""
|
2574
2574
|
return self._PGroupId
|
@@ -2579,7 +2579,7 @@ class DeleteCfsRuleRequest(AbstractModel):
|
|
2579
2579
|
|
2580
2580
|
@property
|
2581
2581
|
def RuleId(self):
|
2582
|
-
"""规则 ID
|
2582
|
+
"""规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
|
2583
2583
|
:rtype: str
|
2584
2584
|
"""
|
2585
2585
|
return self._RuleId
|
@@ -2667,9 +2667,10 @@ class DeleteCfsSnapshotRequest(AbstractModel):
|
|
2667
2667
|
|
2668
2668
|
def __init__(self):
|
2669
2669
|
r"""
|
2670
|
-
:param _SnapshotId:
|
2670
|
+
:param _SnapshotId: 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
2671
2671
|
:type SnapshotId: str
|
2672
2672
|
:param _SnapshotIds: 需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项
|
2673
|
+
快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
2673
2674
|
:type SnapshotIds: list of str
|
2674
2675
|
"""
|
2675
2676
|
self._SnapshotId = None
|
@@ -2677,7 +2678,7 @@ class DeleteCfsSnapshotRequest(AbstractModel):
|
|
2677
2678
|
|
2678
2679
|
@property
|
2679
2680
|
def SnapshotId(self):
|
2680
|
-
"""
|
2681
|
+
"""快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
2681
2682
|
:rtype: str
|
2682
2683
|
"""
|
2683
2684
|
return self._SnapshotId
|
@@ -2689,6 +2690,7 @@ class DeleteCfsSnapshotRequest(AbstractModel):
|
|
2689
2690
|
@property
|
2690
2691
|
def SnapshotIds(self):
|
2691
2692
|
"""需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项
|
2693
|
+
快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
2692
2694
|
:rtype: list of str
|
2693
2695
|
"""
|
2694
2696
|
return self._SnapshotIds
|
@@ -2904,7 +2906,7 @@ class DeleteUserQuotaRequest(AbstractModel):
|
|
2904
2906
|
|
2905
2907
|
def __init__(self):
|
2906
2908
|
r"""
|
2907
|
-
:param _FileSystemId: 文件系统
|
2909
|
+
:param _FileSystemId: 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
2908
2910
|
:type FileSystemId: str
|
2909
2911
|
:param _UserType: 指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)
|
2910
2912
|
:type UserType: str
|
@@ -2920,7 +2922,7 @@ class DeleteUserQuotaRequest(AbstractModel):
|
|
2920
2922
|
|
2921
2923
|
@property
|
2922
2924
|
def FileSystemId(self):
|
2923
|
-
"""文件系统
|
2925
|
+
"""文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
2924
2926
|
:rtype: str
|
2925
2927
|
"""
|
2926
2928
|
return self._FileSystemId
|
@@ -3377,7 +3379,7 @@ class DescribeCfsFileSystemClientsRequest(AbstractModel):
|
|
3377
3379
|
|
3378
3380
|
def __init__(self):
|
3379
3381
|
r"""
|
3380
|
-
:param _FileSystemId: 文件系统 ID
|
3382
|
+
:param _FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
3381
3383
|
:type FileSystemId: str
|
3382
3384
|
:param _Offset: Offset 分页码,默认为0
|
3383
3385
|
:type Offset: int
|
@@ -3390,7 +3392,7 @@ class DescribeCfsFileSystemClientsRequest(AbstractModel):
|
|
3390
3392
|
|
3391
3393
|
@property
|
3392
3394
|
def FileSystemId(self):
|
3393
|
-
"""文件系统 ID
|
3395
|
+
"""文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
3394
3396
|
:rtype: str
|
3395
3397
|
"""
|
3396
3398
|
return self._FileSystemId
|
@@ -3734,14 +3736,14 @@ class DescribeCfsRulesRequest(AbstractModel):
|
|
3734
3736
|
|
3735
3737
|
def __init__(self):
|
3736
3738
|
r"""
|
3737
|
-
:param _PGroupId: 权限组 ID
|
3739
|
+
:param _PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
3738
3740
|
:type PGroupId: str
|
3739
3741
|
"""
|
3740
3742
|
self._PGroupId = None
|
3741
3743
|
|
3742
3744
|
@property
|
3743
3745
|
def PGroupId(self):
|
3744
|
-
"""权限组 ID
|
3746
|
+
"""权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
3745
3747
|
:rtype: str
|
3746
3748
|
"""
|
3747
3749
|
return self._PGroupId
|
@@ -3939,7 +3941,7 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
|
|
3939
3941
|
<br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
|
3940
3942
|
<br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
3941
3943
|
:type Filters: list of Filter
|
3942
|
-
:param _OrderField: 按创建时间排序取值
|
3944
|
+
:param _OrderField: 按创建时间排序取值
|
3943
3945
|
:type OrderField: str
|
3944
3946
|
:param _Order: 排序 升序或者降序
|
3945
3947
|
:type Order: str
|
@@ -4017,7 +4019,7 @@ class DescribeCfsSnapshotsRequest(AbstractModel):
|
|
4017
4019
|
|
4018
4020
|
@property
|
4019
4021
|
def OrderField(self):
|
4020
|
-
"""按创建时间排序取值
|
4022
|
+
"""按创建时间排序取值
|
4021
4023
|
:rtype: str
|
4022
4024
|
"""
|
4023
4025
|
return self._OrderField
|
@@ -4150,21 +4152,7 @@ class DescribeMigrationTasksRequest(AbstractModel):
|
|
4150
4152
|
:type Offset: int
|
4151
4153
|
:param _Limit: 分页单页限制数目,默认值为20,最大值100。
|
4152
4154
|
:type Limit: int
|
4153
|
-
:param _Filters: <br><li> taskId
|
4154
|
-
|
4155
|
-
按照【迁移任务id】进行过滤。
|
4156
|
-
类型:String
|
4157
|
-
|
4158
|
-
必选:否
|
4159
|
-
|
4160
|
-
<br><li> taskName
|
4161
|
-
|
4162
|
-
按照【迁移任务名字】进行模糊搜索过滤。
|
4163
|
-
类型:String
|
4164
|
-
|
4165
|
-
必选:否
|
4166
|
-
|
4167
|
-
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
4155
|
+
:param _Filters: <br><li> taskId按照【迁移任务id】进行过滤。类型:String必选:否<br></li><br><li> taskName按照【迁移任务名字】进行模糊搜索过滤。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。</li>
|
4168
4156
|
:type Filters: list of Filter
|
4169
4157
|
"""
|
4170
4158
|
self._Offset = None
|
@@ -4195,21 +4183,7 @@ class DescribeMigrationTasksRequest(AbstractModel):
|
|
4195
4183
|
|
4196
4184
|
@property
|
4197
4185
|
def Filters(self):
|
4198
|
-
"""<br><li> taskId
|
4199
|
-
|
4200
|
-
按照【迁移任务id】进行过滤。
|
4201
|
-
类型:String
|
4202
|
-
|
4203
|
-
必选:否
|
4204
|
-
|
4205
|
-
<br><li> taskName
|
4206
|
-
|
4207
|
-
按照【迁移任务名字】进行模糊搜索过滤。
|
4208
|
-
类型:String
|
4209
|
-
|
4210
|
-
必选:否
|
4211
|
-
|
4212
|
-
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
4186
|
+
"""<br><li> taskId按照【迁移任务id】进行过滤。类型:String必选:否<br></li><br><li> taskName按照【迁移任务名字】进行模糊搜索过滤。类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。</li>
|
4213
4187
|
:rtype: list of Filter
|
4214
4188
|
"""
|
4215
4189
|
return self._Filters
|
@@ -4245,7 +4219,7 @@ class DescribeMigrationTasksResponse(AbstractModel):
|
|
4245
4219
|
|
4246
4220
|
def __init__(self):
|
4247
4221
|
r"""
|
4248
|
-
:param _TotalCount:
|
4222
|
+
:param _TotalCount: 迁移任务的总数量
|
4249
4223
|
:type TotalCount: int
|
4250
4224
|
:param _MigrationTasks: 迁移任务详情
|
4251
4225
|
:type MigrationTasks: list of MigrationTaskInfo
|
@@ -4258,7 +4232,7 @@ class DescribeMigrationTasksResponse(AbstractModel):
|
|
4258
4232
|
|
4259
4233
|
@property
|
4260
4234
|
def TotalCount(self):
|
4261
|
-
"""
|
4235
|
+
"""迁移任务的总数量
|
4262
4236
|
:rtype: int
|
4263
4237
|
"""
|
4264
4238
|
return self._TotalCount
|
@@ -4308,14 +4282,14 @@ class DescribeMountTargetsRequest(AbstractModel):
|
|
4308
4282
|
|
4309
4283
|
def __init__(self):
|
4310
4284
|
r"""
|
4311
|
-
:param _FileSystemId: 文件系统 ID
|
4285
|
+
:param _FileSystemId: 文件系统 ID,[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)可以获得id
|
4312
4286
|
:type FileSystemId: str
|
4313
4287
|
"""
|
4314
4288
|
self._FileSystemId = None
|
4315
4289
|
|
4316
4290
|
@property
|
4317
4291
|
def FileSystemId(self):
|
4318
|
-
"""文件系统 ID
|
4292
|
+
"""文件系统 ID,[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)可以获得id
|
4319
4293
|
:rtype: str
|
4320
4294
|
"""
|
4321
4295
|
return self._FileSystemId
|
@@ -4407,11 +4381,11 @@ class DescribeSnapshotOperationLogsRequest(AbstractModel):
|
|
4407
4381
|
|
4408
4382
|
def __init__(self):
|
4409
4383
|
r"""
|
4410
|
-
:param _SnapshotId:
|
4384
|
+
:param _SnapshotId: 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
4411
4385
|
:type SnapshotId: str
|
4412
|
-
:param _StartTime:
|
4386
|
+
:param _StartTime: 起始时间,格式“YYYY-MM-DD hh:mm:ss”
|
4413
4387
|
:type StartTime: str
|
4414
|
-
:param _EndTime:
|
4388
|
+
:param _EndTime: 结束时间,格式“YYYY-MM-DD hh:mm:ss”
|
4415
4389
|
:type EndTime: str
|
4416
4390
|
"""
|
4417
4391
|
self._SnapshotId = None
|
@@ -4420,7 +4394,7 @@ class DescribeSnapshotOperationLogsRequest(AbstractModel):
|
|
4420
4394
|
|
4421
4395
|
@property
|
4422
4396
|
def SnapshotId(self):
|
4423
|
-
"""
|
4397
|
+
"""快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
4424
4398
|
:rtype: str
|
4425
4399
|
"""
|
4426
4400
|
return self._SnapshotId
|
@@ -4431,7 +4405,7 @@ class DescribeSnapshotOperationLogsRequest(AbstractModel):
|
|
4431
4405
|
|
4432
4406
|
@property
|
4433
4407
|
def StartTime(self):
|
4434
|
-
"""
|
4408
|
+
"""起始时间,格式“YYYY-MM-DD hh:mm:ss”
|
4435
4409
|
:rtype: str
|
4436
4410
|
"""
|
4437
4411
|
return self._StartTime
|
@@ -4442,7 +4416,7 @@ class DescribeSnapshotOperationLogsRequest(AbstractModel):
|
|
4442
4416
|
|
4443
4417
|
@property
|
4444
4418
|
def EndTime(self):
|
4445
|
-
"""
|
4419
|
+
"""结束时间,格式“YYYY-MM-DD hh:mm:ss”
|
4446
4420
|
:rtype: str
|
4447
4421
|
"""
|
4448
4422
|
return self._EndTime
|
@@ -4536,7 +4510,7 @@ class DescribeUserQuotaRequest(AbstractModel):
|
|
4536
4510
|
|
4537
4511
|
def __init__(self):
|
4538
4512
|
r"""
|
4539
|
-
:param _FileSystemId: 文件系统 ID
|
4513
|
+
:param _FileSystemId: 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
|
4540
4514
|
:type FileSystemId: str
|
4541
4515
|
:param _Filters: 过滤条件。
|
4542
4516
|
UserType - Array of String - 是否必填:否 -(过滤条件)按配额类型过滤。(Uid|Gid|Dir,分别对应用户,用户组,目录 )
|
@@ -4554,7 +4528,7 @@ UserId- Array of String - 是否必填:否 -(过滤条件)按用户id过
|
|
4554
4528
|
|
4555
4529
|
@property
|
4556
4530
|
def FileSystemId(self):
|
4557
|
-
"""文件系统 ID
|
4531
|
+
"""文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
|
4558
4532
|
:rtype: str
|
4559
4533
|
"""
|
4560
4534
|
return self._FileSystemId
|
@@ -4821,7 +4795,7 @@ class FileSystemClient(AbstractModel):
|
|
4821
4795
|
:type ClientIp: str
|
4822
4796
|
:param _VpcId: 文件系统所属VPCID
|
4823
4797
|
:type VpcId: str
|
4824
|
-
:param _Zone: 可用区名称,例如ap-beijing-1
|
4798
|
+
:param _Zone: 可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表
|
4825
4799
|
:type Zone: str
|
4826
4800
|
:param _ZoneName: 可用区中文名称
|
4827
4801
|
:type ZoneName: str
|
@@ -4870,7 +4844,7 @@ class FileSystemClient(AbstractModel):
|
|
4870
4844
|
|
4871
4845
|
@property
|
4872
4846
|
def Zone(self):
|
4873
|
-
"""可用区名称,例如ap-beijing-1
|
4847
|
+
"""可用区名称,例如ap-beijing-1,参考[简介](https://cloud.tencent.com/document/api/582/38144)文档中的地域与可用区列表
|
4874
4848
|
:rtype: str
|
4875
4849
|
"""
|
4876
4850
|
return self._Zone
|
@@ -5828,7 +5802,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5828
5802
|
|
5829
5803
|
def __init__(self):
|
5830
5804
|
r"""
|
5831
|
-
:param _FileSystemId: 文件系统
|
5805
|
+
:param _FileSystemId: 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
5832
5806
|
:type FileSystemId: str
|
5833
5807
|
:param _ScaleUpThreshold: 扩容阈值,范围[10-90]
|
5834
5808
|
:type ScaleUpThreshold: int
|
@@ -5844,7 +5818,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5844
5818
|
|
5845
5819
|
@property
|
5846
5820
|
def FileSystemId(self):
|
5847
|
-
"""文件系统
|
5821
|
+
"""文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
5848
5822
|
:rtype: str
|
5849
5823
|
"""
|
5850
5824
|
return self._FileSystemId
|
@@ -6562,7 +6536,7 @@ class SetUserQuotaRequest(AbstractModel):
|
|
6562
6536
|
|
6563
6537
|
def __init__(self):
|
6564
6538
|
r"""
|
6565
|
-
:param _FileSystemId: 文件系统 ID
|
6539
|
+
:param _FileSystemId: 文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
|
6566
6540
|
:type FileSystemId: str
|
6567
6541
|
:param _UserType: 指定配额类型,包括Uid、Gid,Dir,分别代表用户配额,用户组配额,目录配额
|
6568
6542
|
:type UserType: str
|
@@ -6584,7 +6558,7 @@ class SetUserQuotaRequest(AbstractModel):
|
|
6584
6558
|
|
6585
6559
|
@property
|
6586
6560
|
def FileSystemId(self):
|
6587
|
-
"""文件系统 ID
|
6561
|
+
"""文件系统 ID,通过[查询文件系统列表](https://cloud.tencent.com/document/api/582/38170)获取
|
6588
6562
|
:rtype: str
|
6589
6563
|
"""
|
6590
6564
|
return self._FileSystemId
|
@@ -7394,9 +7368,9 @@ class UnbindAutoSnapshotPolicyRequest(AbstractModel):
|
|
7394
7368
|
|
7395
7369
|
def __init__(self):
|
7396
7370
|
r"""
|
7397
|
-
:param _FileSystemIds: 需要解绑的文件系统ID列表,用"," 分割,文件系统
|
7371
|
+
:param _FileSystemIds: 需要解绑的文件系统ID列表,用"," 分割,文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
7398
7372
|
:type FileSystemIds: str
|
7399
|
-
:param _AutoSnapshotPolicyId:
|
7373
|
+
:param _AutoSnapshotPolicyId: 解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
|
7400
7374
|
:type AutoSnapshotPolicyId: str
|
7401
7375
|
"""
|
7402
7376
|
self._FileSystemIds = None
|
@@ -7404,7 +7378,7 @@ class UnbindAutoSnapshotPolicyRequest(AbstractModel):
|
|
7404
7378
|
|
7405
7379
|
@property
|
7406
7380
|
def FileSystemIds(self):
|
7407
|
-
"""需要解绑的文件系统ID列表,用"," 分割,文件系统
|
7381
|
+
"""需要解绑的文件系统ID列表,用"," 分割,文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
7408
7382
|
:rtype: str
|
7409
7383
|
"""
|
7410
7384
|
return self._FileSystemIds
|
@@ -7415,7 +7389,7 @@ class UnbindAutoSnapshotPolicyRequest(AbstractModel):
|
|
7415
7389
|
|
7416
7390
|
@property
|
7417
7391
|
def AutoSnapshotPolicyId(self):
|
7418
|
-
"""
|
7392
|
+
"""解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
|
7419
7393
|
:rtype: str
|
7420
7394
|
"""
|
7421
7395
|
return self._AutoSnapshotPolicyId
|
@@ -7488,7 +7462,7 @@ class UpdateAutoSnapshotPolicyRequest(AbstractModel):
|
|
7488
7462
|
|
7489
7463
|
def __init__(self):
|
7490
7464
|
r"""
|
7491
|
-
:param _AutoSnapshotPolicyId:
|
7465
|
+
:param _AutoSnapshotPolicyId: 解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
|
7492
7466
|
:type AutoSnapshotPolicyId: str
|
7493
7467
|
:param _PolicyName: 快照策略名称,不超过64个字符
|
7494
7468
|
:type PolicyName: str
|
@@ -7516,7 +7490,7 @@ class UpdateAutoSnapshotPolicyRequest(AbstractModel):
|
|
7516
7490
|
|
7517
7491
|
@property
|
7518
7492
|
def AutoSnapshotPolicyId(self):
|
7519
|
-
"""
|
7493
|
+
"""解绑的快照策略ID,可以通过[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208) 查询获取
|
7520
7494
|
:rtype: str
|
7521
7495
|
"""
|
7522
7496
|
return self._AutoSnapshotPolicyId
|
@@ -7672,9 +7646,9 @@ class UpdateCfsFileSystemNameRequest(AbstractModel):
|
|
7672
7646
|
|
7673
7647
|
def __init__(self):
|
7674
7648
|
r"""
|
7675
|
-
:param _FileSystemId: 文件系统 ID
|
7649
|
+
:param _FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
7676
7650
|
:type FileSystemId: str
|
7677
|
-
:param _FsName:
|
7651
|
+
:param _FsName: 用户自定义文件系统名称,64字节内的中文字母数字或者 _,-,与CreationToken 至少填一个
|
7678
7652
|
:type FsName: str
|
7679
7653
|
"""
|
7680
7654
|
self._FileSystemId = None
|
@@ -7682,7 +7656,7 @@ class UpdateCfsFileSystemNameRequest(AbstractModel):
|
|
7682
7656
|
|
7683
7657
|
@property
|
7684
7658
|
def FileSystemId(self):
|
7685
|
-
"""文件系统 ID
|
7659
|
+
"""文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
7686
7660
|
:rtype: str
|
7687
7661
|
"""
|
7688
7662
|
return self._FileSystemId
|
@@ -7693,7 +7667,7 @@ class UpdateCfsFileSystemNameRequest(AbstractModel):
|
|
7693
7667
|
|
7694
7668
|
@property
|
7695
7669
|
def FsName(self):
|
7696
|
-
"""
|
7670
|
+
"""用户自定义文件系统名称,64字节内的中文字母数字或者 _,-,与CreationToken 至少填一个
|
7697
7671
|
:rtype: str
|
7698
7672
|
"""
|
7699
7673
|
return self._FsName
|
@@ -7796,9 +7770,9 @@ class UpdateCfsFileSystemPGroupRequest(AbstractModel):
|
|
7796
7770
|
|
7797
7771
|
def __init__(self):
|
7798
7772
|
r"""
|
7799
|
-
:param _PGroupId: 权限组 ID
|
7773
|
+
:param _PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
7800
7774
|
:type PGroupId: str
|
7801
|
-
:param _FileSystemId: 文件系统 ID
|
7775
|
+
:param _FileSystemId: 文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
7802
7776
|
:type FileSystemId: str
|
7803
7777
|
"""
|
7804
7778
|
self._PGroupId = None
|
@@ -7806,7 +7780,7 @@ class UpdateCfsFileSystemPGroupRequest(AbstractModel):
|
|
7806
7780
|
|
7807
7781
|
@property
|
7808
7782
|
def PGroupId(self):
|
7809
|
-
"""权限组 ID
|
7783
|
+
"""权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
7810
7784
|
:rtype: str
|
7811
7785
|
"""
|
7812
7786
|
return self._PGroupId
|
@@ -7817,7 +7791,7 @@ class UpdateCfsFileSystemPGroupRequest(AbstractModel):
|
|
7817
7791
|
|
7818
7792
|
@property
|
7819
7793
|
def FileSystemId(self):
|
7820
|
-
"""文件系统 ID
|
7794
|
+
"""文件系统 ID,通过[查询文件系统接口](https://cloud.tencent.com/document/api/582/38170)获取
|
7821
7795
|
:rtype: str
|
7822
7796
|
"""
|
7823
7797
|
return self._FileSystemId
|
@@ -7984,7 +7958,7 @@ class UpdateCfsPGroupRequest(AbstractModel):
|
|
7984
7958
|
|
7985
7959
|
def __init__(self):
|
7986
7960
|
r"""
|
7987
|
-
:param _PGroupId: 权限组 ID
|
7961
|
+
:param _PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
7988
7962
|
:type PGroupId: str
|
7989
7963
|
:param _Name: 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
|
7990
7964
|
:type Name: str
|
@@ -7997,7 +7971,7 @@ class UpdateCfsPGroupRequest(AbstractModel):
|
|
7997
7971
|
|
7998
7972
|
@property
|
7999
7973
|
def PGroupId(self):
|
8000
|
-
"""权限组 ID
|
7974
|
+
"""权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
8001
7975
|
:rtype: str
|
8002
7976
|
"""
|
8003
7977
|
return self._PGroupId
|
@@ -8123,9 +8097,9 @@ class UpdateCfsRuleRequest(AbstractModel):
|
|
8123
8097
|
|
8124
8098
|
def __init__(self):
|
8125
8099
|
r"""
|
8126
|
-
:param _PGroupId: 权限组 ID
|
8100
|
+
:param _PGroupId: 权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
8127
8101
|
:type PGroupId: str
|
8128
|
-
:param _RuleId: 规则 ID
|
8102
|
+
:param _RuleId: 规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
|
8129
8103
|
:type RuleId: str
|
8130
8104
|
:param _AuthClientIp: 可以填写单个 IP 或者单个网段,例如 10.1.10.11 或者 10.10.1.0/24。默认来访地址为*表示允许所有。同时需要注意,此处需填写 CVM 的内网 IP。
|
8131
8105
|
:type AuthClientIp: str
|
@@ -8150,7 +8124,7 @@ no_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root
|
|
8150
8124
|
|
8151
8125
|
@property
|
8152
8126
|
def PGroupId(self):
|
8153
|
-
"""权限组 ID
|
8127
|
+
"""权限组 ID,可通过[DescribeCfsPGroups接口](https://cloud.tencent.com/document/api/582/38157)获取
|
8154
8128
|
:rtype: str
|
8155
8129
|
"""
|
8156
8130
|
return self._PGroupId
|
@@ -8161,7 +8135,7 @@ no_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root
|
|
8161
8135
|
|
8162
8136
|
@property
|
8163
8137
|
def RuleId(self):
|
8164
|
-
"""规则 ID
|
8138
|
+
"""规则 ID,可通过[DescribeCfsRules](https://cloud.tencent.com/document/api/582/38156)接口获取
|
8165
8139
|
:rtype: str
|
8166
8140
|
"""
|
8167
8141
|
return self._RuleId
|
@@ -8362,9 +8336,9 @@ class UpdateCfsSnapshotAttributeRequest(AbstractModel):
|
|
8362
8336
|
|
8363
8337
|
def __init__(self):
|
8364
8338
|
r"""
|
8365
|
-
:param _SnapshotId:
|
8339
|
+
:param _SnapshotId: 快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
8366
8340
|
:type SnapshotId: str
|
8367
|
-
:param _SnapshotName: 文件系统快照名称,与AliveDays
|
8341
|
+
:param _SnapshotName: 文件系统快照名称,与AliveDays 必须填一个,快照名称,支持不超过64字符长度,支持中文、数字、_、-
|
8368
8342
|
:type SnapshotName: str
|
8369
8343
|
:param _AliveDays: 文件系统快照保留天数,与SnapshotName必须填一个,如果原来是永久保留时间,不允许修改成短期有效期
|
8370
8344
|
:type AliveDays: int
|
@@ -8375,7 +8349,7 @@ class UpdateCfsSnapshotAttributeRequest(AbstractModel):
|
|
8375
8349
|
|
8376
8350
|
@property
|
8377
8351
|
def SnapshotId(self):
|
8378
|
-
"""
|
8352
|
+
"""快照ID,可以通过[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206) 查询获取
|
8379
8353
|
:rtype: str
|
8380
8354
|
"""
|
8381
8355
|
return self._SnapshotId
|
@@ -8386,7 +8360,7 @@ class UpdateCfsSnapshotAttributeRequest(AbstractModel):
|
|
8386
8360
|
|
8387
8361
|
@property
|
8388
8362
|
def SnapshotName(self):
|
8389
|
-
"""文件系统快照名称,与AliveDays
|
8363
|
+
"""文件系统快照名称,与AliveDays 必须填一个,快照名称,支持不超过64字符长度,支持中文、数字、_、-
|
8390
8364
|
:rtype: str
|
8391
8365
|
"""
|
8392
8366
|
return self._SnapshotName
|
@@ -8471,7 +8445,7 @@ class UpdateFileSystemBandwidthLimitRequest(AbstractModel):
|
|
8471
8445
|
|
8472
8446
|
def __init__(self):
|
8473
8447
|
r"""
|
8474
|
-
:param _FileSystemId: 文件系统 ID
|
8448
|
+
:param _FileSystemId: 文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取
|
8475
8449
|
:type FileSystemId: str
|
8476
8450
|
:param _BandwidthLimit: 文件系统带宽,仅吞吐型可填。单位MiB/s,最小为1GiB/s,最大200GiB/s。
|
8477
8451
|
:type BandwidthLimit: int
|
@@ -8481,7 +8455,7 @@ class UpdateFileSystemBandwidthLimitRequest(AbstractModel):
|
|
8481
8455
|
|
8482
8456
|
@property
|
8483
8457
|
def FileSystemId(self):
|
8484
|
-
"""文件系统 ID
|
8458
|
+
"""文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取
|
8485
8459
|
:rtype: str
|
8486
8460
|
"""
|
8487
8461
|
return self._FileSystemId
|
@@ -254,10 +254,8 @@ class CosRegionInfo(AbstractModel):
|
|
254
254
|
def __init__(self):
|
255
255
|
r"""
|
256
256
|
:param _CosRegion: cos地域
|
257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
258
257
|
:type CosRegion: str
|
259
258
|
:param _CosRegionName: 地域描述
|
260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
261
259
|
:type CosRegionName: str
|
262
260
|
"""
|
263
261
|
self._CosRegion = None
|
@@ -266,7 +264,6 @@ class CosRegionInfo(AbstractModel):
|
|
266
264
|
@property
|
267
265
|
def CosRegion(self):
|
268
266
|
"""cos地域
|
269
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
270
267
|
:rtype: str
|
271
268
|
"""
|
272
269
|
return self._CosRegion
|
@@ -278,7 +275,6 @@ class CosRegionInfo(AbstractModel):
|
|
278
275
|
@property
|
279
276
|
def CosRegionName(self):
|
280
277
|
"""地域描述
|
281
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
282
278
|
:rtype: str
|
283
279
|
"""
|
284
280
|
return self._CosRegionName
|