tencentcloud-sdk-python-intl-en 3.0.1081__py2.py3-none-any.whl → 3.0.1083__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.

@@ -283,14 +283,14 @@ class AssociateAccessGroupsResponse(AbstractModel):
283
283
 
284
284
  def __init__(self):
285
285
  r"""
286
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
286
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
287
287
  :type RequestId: str
288
288
  """
289
289
  self._RequestId = None
290
290
 
291
291
  @property
292
292
  def RequestId(self):
293
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
293
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
294
294
  :rtype: str
295
295
  """
296
296
  return self._RequestId
@@ -394,7 +394,7 @@ class CreateAccessGroupResponse(AbstractModel):
394
394
  r"""
395
395
  :param _AccessGroup: Permission group
396
396
  :type AccessGroup: :class:`tencentcloud.chdfs.v20201112.models.AccessGroup`
397
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
397
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
398
398
  :type RequestId: str
399
399
  """
400
400
  self._AccessGroup = None
@@ -413,7 +413,7 @@ class CreateAccessGroupResponse(AbstractModel):
413
413
 
414
414
  @property
415
415
  def RequestId(self):
416
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
416
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
417
417
  :rtype: str
418
418
  """
419
419
  return self._RequestId
@@ -496,7 +496,7 @@ class CreateAccessRulesResponse(AbstractModel):
496
496
  :param _AccessRules: List of permission rules
497
497
  Note: This field may return null, indicating that no valid values can be obtained.
498
498
  :type AccessRules: list of AccessRule
499
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
499
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
500
500
  :type RequestId: str
501
501
  """
502
502
  self._AccessRules = None
@@ -516,7 +516,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
516
516
 
517
517
  @property
518
518
  def RequestId(self):
519
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
519
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
520
520
  :rtype: str
521
521
  """
522
522
  return self._RequestId
@@ -721,7 +721,7 @@ class CreateFileSystemResponse(AbstractModel):
721
721
  r"""
722
722
  :param _FileSystem: File system
723
723
  :type FileSystem: :class:`tencentcloud.chdfs.v20201112.models.FileSystem`
724
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
724
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
725
725
  :type RequestId: str
726
726
  """
727
727
  self._FileSystem = None
@@ -740,7 +740,7 @@ class CreateFileSystemResponse(AbstractModel):
740
740
 
741
741
  @property
742
742
  def RequestId(self):
743
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
743
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
744
744
  :rtype: str
745
745
  """
746
746
  return self._RequestId
@@ -820,14 +820,14 @@ class CreateLifeCycleRulesResponse(AbstractModel):
820
820
 
821
821
  def __init__(self):
822
822
  r"""
823
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
823
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
824
824
  :type RequestId: str
825
825
  """
826
826
  self._RequestId = None
827
827
 
828
828
  @property
829
829
  def RequestId(self):
830
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
830
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
831
831
  :rtype: str
832
832
  """
833
833
  return self._RequestId
@@ -916,7 +916,7 @@ class CreateMountPointResponse(AbstractModel):
916
916
  r"""
917
917
  :param _MountPoint: Mount point
918
918
  :type MountPoint: :class:`tencentcloud.chdfs.v20201112.models.MountPoint`
919
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
919
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
920
920
  :type RequestId: str
921
921
  """
922
922
  self._MountPoint = None
@@ -935,7 +935,7 @@ class CreateMountPointResponse(AbstractModel):
935
935
 
936
936
  @property
937
937
  def RequestId(self):
938
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
938
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
939
939
  :rtype: str
940
940
  """
941
941
  return self._RequestId
@@ -1015,14 +1015,14 @@ class CreateRestoreTasksResponse(AbstractModel):
1015
1015
 
1016
1016
  def __init__(self):
1017
1017
  r"""
1018
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1018
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1019
1019
  :type RequestId: str
1020
1020
  """
1021
1021
  self._RequestId = None
1022
1022
 
1023
1023
  @property
1024
1024
  def RequestId(self):
1025
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1025
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1026
1026
  :rtype: str
1027
1027
  """
1028
1028
  return self._RequestId
@@ -1079,14 +1079,14 @@ class DeleteAccessGroupResponse(AbstractModel):
1079
1079
 
1080
1080
  def __init__(self):
1081
1081
  r"""
1082
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1082
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1083
1083
  :type RequestId: str
1084
1084
  """
1085
1085
  self._RequestId = None
1086
1086
 
1087
1087
  @property
1088
1088
  def RequestId(self):
1089
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1089
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1090
1090
  :rtype: str
1091
1091
  """
1092
1092
  return self._RequestId
@@ -1143,14 +1143,14 @@ class DeleteAccessRulesResponse(AbstractModel):
1143
1143
 
1144
1144
  def __init__(self):
1145
1145
  r"""
1146
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1146
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1147
1147
  :type RequestId: str
1148
1148
  """
1149
1149
  self._RequestId = None
1150
1150
 
1151
1151
  @property
1152
1152
  def RequestId(self):
1153
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1153
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1154
1154
  :rtype: str
1155
1155
  """
1156
1156
  return self._RequestId
@@ -1207,14 +1207,14 @@ class DeleteFileSystemResponse(AbstractModel):
1207
1207
 
1208
1208
  def __init__(self):
1209
1209
  r"""
1210
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1210
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1211
1211
  :type RequestId: str
1212
1212
  """
1213
1213
  self._RequestId = None
1214
1214
 
1215
1215
  @property
1216
1216
  def RequestId(self):
1217
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1217
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1218
1218
  :rtype: str
1219
1219
  """
1220
1220
  return self._RequestId
@@ -1271,14 +1271,14 @@ class DeleteLifeCycleRulesResponse(AbstractModel):
1271
1271
 
1272
1272
  def __init__(self):
1273
1273
  r"""
1274
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1274
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1275
1275
  :type RequestId: str
1276
1276
  """
1277
1277
  self._RequestId = None
1278
1278
 
1279
1279
  @property
1280
1280
  def RequestId(self):
1281
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1281
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1282
1282
  :rtype: str
1283
1283
  """
1284
1284
  return self._RequestId
@@ -1335,14 +1335,14 @@ class DeleteMountPointResponse(AbstractModel):
1335
1335
 
1336
1336
  def __init__(self):
1337
1337
  r"""
1338
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1338
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1339
1339
  :type RequestId: str
1340
1340
  """
1341
1341
  self._RequestId = None
1342
1342
 
1343
1343
  @property
1344
1344
  def RequestId(self):
1345
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1345
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1346
1346
  :rtype: str
1347
1347
  """
1348
1348
  return self._RequestId
@@ -1401,7 +1401,7 @@ class DescribeAccessGroupResponse(AbstractModel):
1401
1401
  r"""
1402
1402
  :param _AccessGroup: Permission group
1403
1403
  :type AccessGroup: :class:`tencentcloud.chdfs.v20201112.models.AccessGroup`
1404
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1404
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1405
1405
  :type RequestId: str
1406
1406
  """
1407
1407
  self._AccessGroup = None
@@ -1420,7 +1420,7 @@ class DescribeAccessGroupResponse(AbstractModel):
1420
1420
 
1421
1421
  @property
1422
1422
  def RequestId(self):
1423
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1423
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1424
1424
  :rtype: str
1425
1425
  """
1426
1426
  return self._RequestId
@@ -1499,7 +1499,7 @@ class DescribeAccessGroupsResponse(AbstractModel):
1499
1499
  r"""
1500
1500
  :param _AccessGroups: List of permission groups
1501
1501
  :type AccessGroups: list of AccessGroup
1502
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1502
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1503
1503
  :type RequestId: str
1504
1504
  """
1505
1505
  self._AccessGroups = None
@@ -1518,7 +1518,7 @@ class DescribeAccessGroupsResponse(AbstractModel):
1518
1518
 
1519
1519
  @property
1520
1520
  def RequestId(self):
1521
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1521
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1522
1522
  :rtype: str
1523
1523
  """
1524
1524
  return self._RequestId
@@ -1583,7 +1583,7 @@ class DescribeAccessRulesResponse(AbstractModel):
1583
1583
  r"""
1584
1584
  :param _AccessRules: List of permission rules
1585
1585
  :type AccessRules: list of AccessRule
1586
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1586
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1587
1587
  :type RequestId: str
1588
1588
  """
1589
1589
  self._AccessRules = None
@@ -1602,7 +1602,7 @@ class DescribeAccessRulesResponse(AbstractModel):
1602
1602
 
1603
1603
  @property
1604
1604
  def RequestId(self):
1605
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1605
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1606
1606
  :rtype: str
1607
1607
  """
1608
1608
  return self._RequestId
@@ -1685,7 +1685,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
1685
1685
  :param _IntelligentCapacityUsed: COS INTELLIGENT TIERING storage usage, in bytes
1686
1686
  Note: This field may return null, indicating that no valid values can be obtained.
1687
1687
  :type IntelligentCapacityUsed: int
1688
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1688
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1689
1689
  :type RequestId: str
1690
1690
  """
1691
1691
  self._FileSystem = None
@@ -1782,7 +1782,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
1782
1782
 
1783
1783
  @property
1784
1784
  def RequestId(self):
1785
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1785
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1786
1786
  :rtype: str
1787
1787
  """
1788
1788
  return self._RequestId
@@ -1820,7 +1820,7 @@ class DescribeFileSystemsResponse(AbstractModel):
1820
1820
  r"""
1821
1821
  :param _FileSystems: List of file systems
1822
1822
  :type FileSystems: list of FileSystem
1823
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1823
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1824
1824
  :type RequestId: str
1825
1825
  """
1826
1826
  self._FileSystems = None
@@ -1839,7 +1839,7 @@ class DescribeFileSystemsResponse(AbstractModel):
1839
1839
 
1840
1840
  @property
1841
1841
  def RequestId(self):
1842
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1842
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1843
1843
  :rtype: str
1844
1844
  """
1845
1845
  return self._RequestId
@@ -1904,7 +1904,7 @@ class DescribeLifeCycleRulesResponse(AbstractModel):
1904
1904
  r"""
1905
1905
  :param _LifeCycleRules: List of lifecycle rules
1906
1906
  :type LifeCycleRules: list of LifeCycleRule
1907
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1907
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1908
1908
  :type RequestId: str
1909
1909
  """
1910
1910
  self._LifeCycleRules = None
@@ -1923,7 +1923,7 @@ class DescribeLifeCycleRulesResponse(AbstractModel):
1923
1923
 
1924
1924
  @property
1925
1925
  def RequestId(self):
1926
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1926
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1927
1927
  :rtype: str
1928
1928
  """
1929
1929
  return self._RequestId
@@ -1988,7 +1988,7 @@ class DescribeMountPointResponse(AbstractModel):
1988
1988
  r"""
1989
1989
  :param _MountPoint: Mount point
1990
1990
  :type MountPoint: :class:`tencentcloud.chdfs.v20201112.models.MountPoint`
1991
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1991
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1992
1992
  :type RequestId: str
1993
1993
  """
1994
1994
  self._MountPoint = None
@@ -2007,7 +2007,7 @@ class DescribeMountPointResponse(AbstractModel):
2007
2007
 
2008
2008
  @property
2009
2009
  def RequestId(self):
2010
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2010
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2011
2011
  :rtype: str
2012
2012
  """
2013
2013
  return self._RequestId
@@ -2101,7 +2101,7 @@ class DescribeMountPointsResponse(AbstractModel):
2101
2101
  r"""
2102
2102
  :param _MountPoints: List of mount points
2103
2103
  :type MountPoints: list of MountPoint
2104
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2104
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2105
2105
  :type RequestId: str
2106
2106
  """
2107
2107
  self._MountPoints = None
@@ -2120,7 +2120,7 @@ class DescribeMountPointsResponse(AbstractModel):
2120
2120
 
2121
2121
  @property
2122
2122
  def RequestId(self):
2123
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2123
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2124
2124
  :rtype: str
2125
2125
  """
2126
2126
  return self._RequestId
@@ -2185,7 +2185,7 @@ class DescribeResourceTagsResponse(AbstractModel):
2185
2185
  r"""
2186
2186
  :param _Tags: List of resource tags
2187
2187
  :type Tags: list of Tag
2188
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2188
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2189
2189
  :type RequestId: str
2190
2190
  """
2191
2191
  self._Tags = None
@@ -2204,7 +2204,7 @@ class DescribeResourceTagsResponse(AbstractModel):
2204
2204
 
2205
2205
  @property
2206
2206
  def RequestId(self):
2207
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2207
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2208
2208
  :rtype: str
2209
2209
  """
2210
2210
  return self._RequestId
@@ -2269,7 +2269,7 @@ class DescribeRestoreTasksResponse(AbstractModel):
2269
2269
  r"""
2270
2270
  :param _RestoreTasks: List of restoration tasks
2271
2271
  :type RestoreTasks: list of RestoreTask
2272
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2272
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2273
2273
  :type RequestId: str
2274
2274
  """
2275
2275
  self._RestoreTasks = None
@@ -2288,7 +2288,7 @@ class DescribeRestoreTasksResponse(AbstractModel):
2288
2288
 
2289
2289
  @property
2290
2290
  def RequestId(self):
2291
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2291
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2292
2292
  :rtype: str
2293
2293
  """
2294
2294
  return self._RequestId
@@ -2366,14 +2366,14 @@ class DisassociateAccessGroupsResponse(AbstractModel):
2366
2366
 
2367
2367
  def __init__(self):
2368
2368
  r"""
2369
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2369
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2370
2370
  :type RequestId: str
2371
2371
  """
2372
2372
  self._RequestId = None
2373
2373
 
2374
2374
  @property
2375
2375
  def RequestId(self):
2376
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2376
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2377
2377
  :rtype: str
2378
2378
  """
2379
2379
  return self._RequestId
@@ -2828,14 +2828,14 @@ class ModifyAccessGroupResponse(AbstractModel):
2828
2828
 
2829
2829
  def __init__(self):
2830
2830
  r"""
2831
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2831
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2832
2832
  :type RequestId: str
2833
2833
  """
2834
2834
  self._RequestId = None
2835
2835
 
2836
2836
  @property
2837
2837
  def RequestId(self):
2838
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2838
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2839
2839
  :rtype: str
2840
2840
  """
2841
2841
  return self._RequestId
@@ -2897,14 +2897,14 @@ class ModifyAccessRulesResponse(AbstractModel):
2897
2897
 
2898
2898
  def __init__(self):
2899
2899
  r"""
2900
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2900
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2901
2901
  :type RequestId: str
2902
2902
  """
2903
2903
  self._RequestId = None
2904
2904
 
2905
2905
  @property
2906
2906
  def RequestId(self):
2907
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
2907
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
2908
2908
  :rtype: str
2909
2909
  """
2910
2910
  return self._RequestId
@@ -3068,14 +3068,14 @@ class ModifyFileSystemResponse(AbstractModel):
3068
3068
 
3069
3069
  def __init__(self):
3070
3070
  r"""
3071
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3071
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3072
3072
  :type RequestId: str
3073
3073
  """
3074
3074
  self._RequestId = None
3075
3075
 
3076
3076
  @property
3077
3077
  def RequestId(self):
3078
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3078
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3079
3079
  :rtype: str
3080
3080
  """
3081
3081
  return self._RequestId
@@ -3137,14 +3137,14 @@ class ModifyLifeCycleRulesResponse(AbstractModel):
3137
3137
 
3138
3138
  def __init__(self):
3139
3139
  r"""
3140
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3140
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3141
3141
  :type RequestId: str
3142
3142
  """
3143
3143
  self._RequestId = None
3144
3144
 
3145
3145
  @property
3146
3146
  def RequestId(self):
3147
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3147
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3148
3148
  :rtype: str
3149
3149
  """
3150
3150
  return self._RequestId
@@ -3231,14 +3231,14 @@ class ModifyMountPointResponse(AbstractModel):
3231
3231
 
3232
3232
  def __init__(self):
3233
3233
  r"""
3234
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3234
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3235
3235
  :type RequestId: str
3236
3236
  """
3237
3237
  self._RequestId = None
3238
3238
 
3239
3239
  @property
3240
3240
  def RequestId(self):
3241
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3241
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3242
3242
  :rtype: str
3243
3243
  """
3244
3244
  return self._RequestId
@@ -3315,14 +3315,14 @@ class ModifyResourceTagsResponse(AbstractModel):
3315
3315
 
3316
3316
  def __init__(self):
3317
3317
  r"""
3318
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3318
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3319
3319
  :type RequestId: str
3320
3320
  """
3321
3321
  self._RequestId = None
3322
3322
 
3323
3323
  @property
3324
3324
  def RequestId(self):
3325
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3325
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
3326
3326
  :rtype: str
3327
3327
  """
3328
3328
  return self._RequestId
@@ -1475,7 +1475,7 @@ class DescribeAccessPointsResponse(AbstractModel):
1475
1475
  :type AccessPointSet: list of AccessPoint
1476
1476
  :param _TotalCount: Number of eligible access points.
1477
1477
  :type TotalCount: int
1478
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1478
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1479
1479
  :type RequestId: str
1480
1480
  """
1481
1481
  self._AccessPointSet = None
@@ -1506,7 +1506,7 @@ class DescribeAccessPointsResponse(AbstractModel):
1506
1506
 
1507
1507
  @property
1508
1508
  def RequestId(self):
1509
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1509
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
1510
1510
  :rtype: str
1511
1511
  """
1512
1512
  return self._RequestId
@@ -467,7 +467,7 @@ class MariadbClient(AbstractClient):
467
467
 
468
468
 
469
469
  def DescribeDBTmpInstances(self, request):
470
- """This API is used to obtain a temp u200drollback instance.
470
+ """This API is used to obtain a temp rollback instance.
471
471
 
472
472
  :param request: Request instance for DescribeDBTmpInstances.
473
473
  :type request: :class:`tencentcloud.mariadb.v20170312.models.DescribeDBTmpInstancesRequest`