tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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 might be problematic. Click here for more details.

Files changed (260) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ags/v20250920/ags_client.py +46 -0
  3. tencentcloud/ags/v20250920/ags_client_async.py +36 -0
  4. tencentcloud/ags/v20250920/errorcodes.py +45 -0
  5. tencentcloud/ags/v20250920/models.py +1704 -110
  6. tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
  7. tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
  8. tencentcloud/ai3d/v20250513/models.py +78 -36
  9. tencentcloud/aiart/v20221229/aiart_client.py +46 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
  11. tencentcloud/aiart/v20221229/models.py +289 -0
  12. tencentcloud/ams/v20201229/models.py +101 -0
  13. tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
  14. tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
  15. tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
  16. tencentcloud/antiddos/v20200309/models.py +1671 -97
  17. tencentcloud/apm/v20210622/apm_client.py +23 -0
  18. tencentcloud/apm/v20210622/apm_client_async.py +18 -0
  19. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  20. tencentcloud/apm/v20210622/models.py +1678 -78
  21. tencentcloud/asr/v20190614/models.py +100 -2
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
  24. tencentcloud/autoscaling/v20180419/models.py +475 -338
  25. tencentcloud/bh/v20230418/models.py +179 -6
  26. tencentcloud/billing/v20180709/billing_client.py +23 -0
  27. tencentcloud/billing/v20180709/billing_client_async.py +18 -0
  28. tencentcloud/billing/v20180709/models.py +328 -6
  29. tencentcloud/cam/v20190116/models.py +111 -2
  30. tencentcloud/car/v20220110/car_client.py +23 -0
  31. tencentcloud/car/v20220110/car_client_async.py +18 -0
  32. tencentcloud/car/v20220110/models.py +109 -0
  33. tencentcloud/cbs/v20170312/models.py +14 -14
  34. tencentcloud/ccc/v20200210/ccc_client.py +42 -13
  35. tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
  36. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  37. tencentcloud/ccc/v20200210/models.py +256 -4
  38. tencentcloud/cdb/v20170320/models.py +37 -16
  39. tencentcloud/cdc/v20201214/models.py +92 -124
  40. tencentcloud/cdn/v20180606/cdn_client.py +0 -78
  41. tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
  42. tencentcloud/cdn/v20180606/errorcodes.py +3 -0
  43. tencentcloud/cdn/v20180606/models.py +464 -1028
  44. tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
  45. tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
  46. tencentcloud/cdwch/v20200915/models.py +555 -0
  47. tencentcloud/cdwdoris/v20211228/models.py +505 -0
  48. tencentcloud/cfs/v20190719/errorcodes.py +1 -1
  49. tencentcloud/cfs/v20190719/models.py +2 -2
  50. tencentcloud/cfw/v20190904/cfw_client.py +278 -23
  51. tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
  52. tencentcloud/cfw/v20190904/models.py +3319 -1154
  53. tencentcloud/chdfs/v20201112/models.py +150 -0
  54. tencentcloud/ckafka/v20190819/models.py +458 -282
  55. tencentcloud/clb/v20180317/clb_client.py +23 -0
  56. tencentcloud/clb/v20180317/clb_client_async.py +18 -0
  57. tencentcloud/clb/v20180317/models.py +230 -130
  58. tencentcloud/cloudapp/v20220530/models.py +190 -36
  59. tencentcloud/cloudaudit/v20190319/models.py +32 -4
  60. tencentcloud/cloudmate/__init__.py +0 -0
  61. tencentcloud/cloudmate/v20251030/__init__.py +0 -0
  62. tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
  63. tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
  64. tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
  65. tencentcloud/cloudmate/v20251030/models.py +387 -0
  66. tencentcloud/cls/v20201016/cls_client.py +1064 -0
  67. tencentcloud/cls/v20201016/cls_client_async.py +860 -26
  68. tencentcloud/cls/v20201016/models.py +10246 -384
  69. tencentcloud/cme/v20191029/models.py +23 -0
  70. tencentcloud/csip/v20221121/models.py +317 -0
  71. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  72. tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
  73. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  74. tencentcloud/cvm/v20170312/models.py +28 -8
  75. tencentcloud/cwp/v20180228/cwp_client.py +0 -188
  76. tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
  77. tencentcloud/cwp/v20180228/models.py +1097 -1814
  78. tencentcloud/cynosdb/v20190107/models.py +181 -48
  79. tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
  80. tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
  81. tencentcloud/dataagent/v20250513/models.py +1477 -52
  82. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  83. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
  84. tencentcloud/dbbrain/v20210527/models.py +261 -15
  85. tencentcloud/dbs/v20211108/dbs_client.py +69 -0
  86. tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
  87. tencentcloud/dbs/v20211108/errorcodes.py +15 -0
  88. tencentcloud/dbs/v20211108/models.py +1173 -27
  89. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  90. tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
  91. tencentcloud/dlc/v20210125/errorcodes.py +15 -0
  92. tencentcloud/dlc/v20210125/models.py +1016 -0
  93. tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
  94. tencentcloud/dnspod/v20210323/models.py +4 -4
  95. tencentcloud/emr/v20190103/emr_client.py +46 -0
  96. tencentcloud/emr/v20190103/emr_client_async.py +36 -0
  97. tencentcloud/emr/v20190103/models.py +625 -2
  98. tencentcloud/es/v20180416/errorcodes.py +15 -0
  99. tencentcloud/es/v20180416/es_client.py +115 -0
  100. tencentcloud/es/v20180416/es_client_async.py +90 -0
  101. tencentcloud/es/v20180416/models.py +498 -4
  102. tencentcloud/ess/v20201111/ess_client.py +153 -6
  103. tencentcloud/ess/v20201111/ess_client_async.py +128 -6
  104. tencentcloud/ess/v20201111/models.py +1496 -58
  105. tencentcloud/essbasic/v20210526/models.py +129 -23
  106. tencentcloud/evt/v20250217/evt_client.py +46 -0
  107. tencentcloud/evt/v20250217/evt_client_async.py +36 -0
  108. tencentcloud/evt/v20250217/models.py +188 -0
  109. tencentcloud/faceid/v20180301/models.py +10 -4
  110. tencentcloud/gaap/v20180529/models.py +260 -352
  111. tencentcloud/gs/v20191118/models.py +150 -4
  112. tencentcloud/gwlb/v20240906/models.py +48 -70
  113. tencentcloud/iai/v20180301/models.py +4 -4
  114. tencentcloud/iai/v20200303/models.py +4 -4
  115. tencentcloud/igtm/v20231024/errorcodes.py +1 -1
  116. tencentcloud/ims/v20201229/ims_client.py +1 -1
  117. tencentcloud/ims/v20201229/ims_client_async.py +1 -1
  118. tencentcloud/ioa/v20220601/models.py +60 -0
  119. tencentcloud/keewidb/v20220308/models.py +52 -68
  120. tencentcloud/lcic/v20220817/models.py +15 -0
  121. tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
  122. tencentcloud/lighthouse/v20200324/models.py +8 -0
  123. tencentcloud/live/v20180801/errorcodes.py +6 -0
  124. tencentcloud/live/v20180801/live_client.py +143 -0
  125. tencentcloud/live/v20180801/live_client_async.py +113 -0
  126. tencentcloud/live/v20180801/models.py +914 -311
  127. tencentcloud/lke/v20231130/lke_client.py +48 -1
  128. tencentcloud/lke/v20231130/lke_client_async.py +43 -1
  129. tencentcloud/lke/v20231130/models.py +2940 -459
  130. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  131. tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
  132. tencentcloud/lkeap/v20240522/models.py +2 -6
  133. tencentcloud/lowcode/v20210108/models.py +30 -0
  134. tencentcloud/mna/v20210119/models.py +18 -2
  135. tencentcloud/mongodb/v20190725/models.py +2 -2
  136. tencentcloud/monitor/v20180724/models.py +258 -0
  137. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  138. tencentcloud/mps/v20190612/models.py +3007 -140
  139. tencentcloud/mps/v20190612/mps_client.py +115 -0
  140. tencentcloud/mps/v20190612/mps_client_async.py +90 -0
  141. tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
  142. tencentcloud/oceanus/v20190422/models.py +210 -4
  143. tencentcloud/ocr/v20181119/models.py +72 -4
  144. tencentcloud/ocr/v20181119/ocr_client.py +12 -8
  145. tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
  146. tencentcloud/partners/v20180321/models.py +88 -92
  147. tencentcloud/pts/v20210728/models.py +206 -0
  148. tencentcloud/rce/v20250425/__init__.py +0 -0
  149. tencentcloud/rce/v20250425/errorcodes.py +15 -0
  150. tencentcloud/rce/v20250425/models.py +301 -0
  151. tencentcloud/rce/v20250425/rce_client.py +49 -0
  152. tencentcloud/rce/v20250425/rce_client_async.py +44 -0
  153. tencentcloud/redis/v20180412/models.py +65 -70
  154. tencentcloud/rum/v20210622/models.py +548 -0
  155. tencentcloud/rum/v20210622/rum_client.py +23 -0
  156. tencentcloud/rum/v20210622/rum_client_async.py +18 -0
  157. tencentcloud/scf/v20180416/models.py +28 -2
  158. tencentcloud/ses/v20201002/errorcodes.py +3 -0
  159. tencentcloud/ssl/v20191205/models.py +991 -70
  160. tencentcloud/ssl/v20191205/ssl_client.py +2 -2
  161. tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
  162. tencentcloud/ssm/v20190923/models.py +134 -0
  163. tencentcloud/svp/v20240125/models.py +35 -20
  164. tencentcloud/tag/v20180813/models.py +34 -54
  165. tencentcloud/tat/v20201028/models.py +2 -0
  166. tencentcloud/tcaplusdb/v20190823/models.py +0 -337
  167. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
  168. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
  169. tencentcloud/tcb/v20180608/errorcodes.py +15 -12
  170. tencentcloud/tcb/v20180608/models.py +5761 -8383
  171. tencentcloud/tcb/v20180608/tcb_client.py +0 -276
  172. tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
  173. tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
  174. tencentcloud/tcbr/v20220217/models.py +4193 -1389
  175. tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
  176. tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
  177. tencentcloud/tcr/v20190924/models.py +727 -61
  178. tencentcloud/tcr/v20190924/tcr_client.py +92 -0
  179. tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
  180. tencentcloud/tcss/v20201101/models.py +30 -0
  181. tencentcloud/tdai/v20250717/models.py +440 -2
  182. tencentcloud/tdai/v20250717/tdai_client.py +23 -0
  183. tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
  184. tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
  185. tencentcloud/tdmq/v20200217/models.py +432 -4
  186. tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
  187. tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
  188. tencentcloud/teo/v20220901/errorcodes.py +39 -0
  189. tencentcloud/teo/v20220901/models.py +596 -79
  190. tencentcloud/teo/v20220901/teo_client.py +107 -1
  191. tencentcloud/teo/v20220901/teo_client_async.py +97 -1
  192. tencentcloud/thpc/v20211109/models.py +14 -14
  193. tencentcloud/thpc/v20220401/models.py +14 -14
  194. tencentcloud/thpc/v20230321/models.py +20 -54
  195. tencentcloud/tione/v20211111/errorcodes.py +9 -0
  196. tencentcloud/tione/v20211111/models.py +910 -73
  197. tencentcloud/tione/v20211111/tione_client.py +69 -0
  198. tencentcloud/tione/v20211111/tione_client_async.py +54 -0
  199. tencentcloud/tke/v20180525/models.py +468 -18
  200. tencentcloud/tke/v20180525/tke_client.py +69 -0
  201. tencentcloud/tke/v20180525/tke_client_async.py +54 -0
  202. tencentcloud/tke/v20220501/models.py +539 -0
  203. tencentcloud/tke/v20220501/tke_client.py +23 -0
  204. tencentcloud/tke/v20220501/tke_client_async.py +18 -0
  205. tencentcloud/trocket/v20230308/models.py +42 -21
  206. tencentcloud/trocket/v20230308/trocket_client.py +2 -1
  207. tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
  208. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  209. tencentcloud/trtc/v20190722/models.py +173 -30
  210. tencentcloud/tse/v20201207/models.py +42 -0
  211. tencentcloud/tsf/v20180326/errorcodes.py +4 -4
  212. tencentcloud/tsf/v20180326/models.py +15 -510
  213. tencentcloud/tsf/v20180326/tsf_client.py +66 -47
  214. tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
  215. tencentcloud/tts/v20190823/tts_client.py +1 -1
  216. tencentcloud/tts/v20190823/tts_client_async.py +1 -1
  217. tencentcloud/vclm/v20240523/models.py +383 -0
  218. tencentcloud/vclm/v20240523/vclm_client.py +46 -0
  219. tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
  220. tencentcloud/vcube/v20220410/models.py +30 -0
  221. tencentcloud/vdb/v20230616/models.py +567 -0
  222. tencentcloud/vdb/v20230616/vdb_client.py +69 -0
  223. tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
  224. tencentcloud/vm/v20210922/models.py +116 -0
  225. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  226. tencentcloud/vod/v20180717/models.py +4107 -622
  227. tencentcloud/vod/v20180717/vod_client.py +72 -3
  228. tencentcloud/vod/v20180717/vod_client_async.py +57 -3
  229. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  230. tencentcloud/vpc/v20170312/models.py +387 -2
  231. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  232. tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
  233. tencentcloud/waf/v20180125/errorcodes.py +3 -0
  234. tencentcloud/waf/v20180125/models.py +970 -0
  235. tencentcloud/waf/v20180125/waf_client.py +46 -0
  236. tencentcloud/waf/v20180125/waf_client_async.py +36 -0
  237. tencentcloud/wedata/v20210820/models.py +2851 -29
  238. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  239. tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
  240. tencentcloud/wedata/v20250806/errorcodes.py +21 -0
  241. tencentcloud/wedata/v20250806/models.py +40999 -15704
  242. tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
  243. tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
  244. tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
  245. tencentcloud/weilingwith/v20230427/models.py +17 -336
  246. tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
  247. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
  248. tencentcloud/wimgs/__init__.py +0 -0
  249. tencentcloud/wimgs/v20251106/__init__.py +0 -0
  250. tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
  251. tencentcloud/wimgs/v20251106/models.py +132 -0
  252. tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
  253. tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
  254. tencentcloud/wsa/v20250508/errorcodes.py +6 -0
  255. tencentcloud/wsa/v20250508/models.py +17 -2
  256. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
  257. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
  258. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
  259. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
  260. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
@@ -1447,9 +1447,12 @@ class DescribeAccessGroupsRequest(AbstractModel):
1447
1447
  :type VpcId: str
1448
1448
  :param _OwnerUin: 资源所属者Uin
1449
1449
  :type OwnerUin: int
1450
+ :param _AccessGroupIdMarker: 起始权限组ID标记
1451
+ :type AccessGroupIdMarker: str
1450
1452
  """
1451
1453
  self._VpcId = None
1452
1454
  self._OwnerUin = None
1455
+ self._AccessGroupIdMarker = None
1453
1456
 
1454
1457
  @property
1455
1458
  def VpcId(self):
@@ -1474,10 +1477,22 @@ class DescribeAccessGroupsRequest(AbstractModel):
1474
1477
  def OwnerUin(self, OwnerUin):
1475
1478
  self._OwnerUin = OwnerUin
1476
1479
 
1480
+ @property
1481
+ def AccessGroupIdMarker(self):
1482
+ r"""起始权限组ID标记
1483
+ :rtype: str
1484
+ """
1485
+ return self._AccessGroupIdMarker
1486
+
1487
+ @AccessGroupIdMarker.setter
1488
+ def AccessGroupIdMarker(self, AccessGroupIdMarker):
1489
+ self._AccessGroupIdMarker = AccessGroupIdMarker
1490
+
1477
1491
 
1478
1492
  def _deserialize(self, params):
1479
1493
  self._VpcId = params.get("VpcId")
1480
1494
  self._OwnerUin = params.get("OwnerUin")
1495
+ self._AccessGroupIdMarker = params.get("AccessGroupIdMarker")
1481
1496
  memeber_set = set(params.keys())
1482
1497
  for name, value in vars(self).items():
1483
1498
  property_name = name[1:]
@@ -1497,10 +1512,16 @@ class DescribeAccessGroupsResponse(AbstractModel):
1497
1512
  r"""
1498
1513
  :param _AccessGroups: 权限组列表
1499
1514
  :type AccessGroups: list of AccessGroup
1515
+ :param _IsOver: 标识是否已获取全量
1516
+ :type IsOver: bool
1517
+ :param _NextAccessGroupIdMarker: 下一次请求起始权限组ID标记
1518
+ :type NextAccessGroupIdMarker: str
1500
1519
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1501
1520
  :type RequestId: str
1502
1521
  """
1503
1522
  self._AccessGroups = None
1523
+ self._IsOver = None
1524
+ self._NextAccessGroupIdMarker = None
1504
1525
  self._RequestId = None
1505
1526
 
1506
1527
  @property
@@ -1514,6 +1535,28 @@ class DescribeAccessGroupsResponse(AbstractModel):
1514
1535
  def AccessGroups(self, AccessGroups):
1515
1536
  self._AccessGroups = AccessGroups
1516
1537
 
1538
+ @property
1539
+ def IsOver(self):
1540
+ r"""标识是否已获取全量
1541
+ :rtype: bool
1542
+ """
1543
+ return self._IsOver
1544
+
1545
+ @IsOver.setter
1546
+ def IsOver(self, IsOver):
1547
+ self._IsOver = IsOver
1548
+
1549
+ @property
1550
+ def NextAccessGroupIdMarker(self):
1551
+ r"""下一次请求起始权限组ID标记
1552
+ :rtype: str
1553
+ """
1554
+ return self._NextAccessGroupIdMarker
1555
+
1556
+ @NextAccessGroupIdMarker.setter
1557
+ def NextAccessGroupIdMarker(self, NextAccessGroupIdMarker):
1558
+ self._NextAccessGroupIdMarker = NextAccessGroupIdMarker
1559
+
1517
1560
  @property
1518
1561
  def RequestId(self):
1519
1562
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -1533,6 +1576,8 @@ class DescribeAccessGroupsResponse(AbstractModel):
1533
1576
  obj = AccessGroup()
1534
1577
  obj._deserialize(item)
1535
1578
  self._AccessGroups.append(obj)
1579
+ self._IsOver = params.get("IsOver")
1580
+ self._NextAccessGroupIdMarker = params.get("NextAccessGroupIdMarker")
1536
1581
  self._RequestId = params.get("RequestId")
1537
1582
 
1538
1583
 
@@ -1796,6 +1841,36 @@ class DescribeFileSystemsRequest(AbstractModel):
1796
1841
 
1797
1842
  """
1798
1843
 
1844
+ def __init__(self):
1845
+ r"""
1846
+ :param _FileSystemIdMarker: 起始文件系统ID标记
1847
+ :type FileSystemIdMarker: str
1848
+ """
1849
+ self._FileSystemIdMarker = None
1850
+
1851
+ @property
1852
+ def FileSystemIdMarker(self):
1853
+ r"""起始文件系统ID标记
1854
+ :rtype: str
1855
+ """
1856
+ return self._FileSystemIdMarker
1857
+
1858
+ @FileSystemIdMarker.setter
1859
+ def FileSystemIdMarker(self, FileSystemIdMarker):
1860
+ self._FileSystemIdMarker = FileSystemIdMarker
1861
+
1862
+
1863
+ def _deserialize(self, params):
1864
+ self._FileSystemIdMarker = params.get("FileSystemIdMarker")
1865
+ memeber_set = set(params.keys())
1866
+ for name, value in vars(self).items():
1867
+ property_name = name[1:]
1868
+ if property_name in memeber_set:
1869
+ memeber_set.remove(property_name)
1870
+ if len(memeber_set) > 0:
1871
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1872
+
1873
+
1799
1874
 
1800
1875
  class DescribeFileSystemsResponse(AbstractModel):
1801
1876
  r"""DescribeFileSystems返回参数结构体
@@ -1806,10 +1881,16 @@ class DescribeFileSystemsResponse(AbstractModel):
1806
1881
  r"""
1807
1882
  :param _FileSystems: 文件系统列表
1808
1883
  :type FileSystems: list of FileSystem
1884
+ :param _IsOver: 标识是否已获取全量
1885
+ :type IsOver: bool
1886
+ :param _NextFileSystemIdMarker: 下一次请求起始文件系统ID标记
1887
+ :type NextFileSystemIdMarker: str
1809
1888
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1810
1889
  :type RequestId: str
1811
1890
  """
1812
1891
  self._FileSystems = None
1892
+ self._IsOver = None
1893
+ self._NextFileSystemIdMarker = None
1813
1894
  self._RequestId = None
1814
1895
 
1815
1896
  @property
@@ -1823,6 +1904,28 @@ class DescribeFileSystemsResponse(AbstractModel):
1823
1904
  def FileSystems(self, FileSystems):
1824
1905
  self._FileSystems = FileSystems
1825
1906
 
1907
+ @property
1908
+ def IsOver(self):
1909
+ r"""标识是否已获取全量
1910
+ :rtype: bool
1911
+ """
1912
+ return self._IsOver
1913
+
1914
+ @IsOver.setter
1915
+ def IsOver(self, IsOver):
1916
+ self._IsOver = IsOver
1917
+
1918
+ @property
1919
+ def NextFileSystemIdMarker(self):
1920
+ r"""下一次请求起始文件系统ID标记
1921
+ :rtype: str
1922
+ """
1923
+ return self._NextFileSystemIdMarker
1924
+
1925
+ @NextFileSystemIdMarker.setter
1926
+ def NextFileSystemIdMarker(self, NextFileSystemIdMarker):
1927
+ self._NextFileSystemIdMarker = NextFileSystemIdMarker
1928
+
1826
1929
  @property
1827
1930
  def RequestId(self):
1828
1931
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -1842,6 +1945,8 @@ class DescribeFileSystemsResponse(AbstractModel):
1842
1945
  obj = FileSystem()
1843
1946
  obj._deserialize(item)
1844
1947
  self._FileSystems.append(obj)
1948
+ self._IsOver = params.get("IsOver")
1949
+ self._NextFileSystemIdMarker = params.get("NextFileSystemIdMarker")
1845
1950
  self._RequestId = params.get("RequestId")
1846
1951
 
1847
1952
 
@@ -2219,8 +2324,11 @@ class DescribeRestoreTasksRequest(AbstractModel):
2219
2324
  r"""
2220
2325
  :param _FileSystemId: 文件系统ID
2221
2326
  :type FileSystemId: str
2327
+ :param _RestoreTaskIdMarker: 起始回热任务ID标记
2328
+ :type RestoreTaskIdMarker: int
2222
2329
  """
2223
2330
  self._FileSystemId = None
2331
+ self._RestoreTaskIdMarker = None
2224
2332
 
2225
2333
  @property
2226
2334
  def FileSystemId(self):
@@ -2233,9 +2341,21 @@ class DescribeRestoreTasksRequest(AbstractModel):
2233
2341
  def FileSystemId(self, FileSystemId):
2234
2342
  self._FileSystemId = FileSystemId
2235
2343
 
2344
+ @property
2345
+ def RestoreTaskIdMarker(self):
2346
+ r"""起始回热任务ID标记
2347
+ :rtype: int
2348
+ """
2349
+ return self._RestoreTaskIdMarker
2350
+
2351
+ @RestoreTaskIdMarker.setter
2352
+ def RestoreTaskIdMarker(self, RestoreTaskIdMarker):
2353
+ self._RestoreTaskIdMarker = RestoreTaskIdMarker
2354
+
2236
2355
 
2237
2356
  def _deserialize(self, params):
2238
2357
  self._FileSystemId = params.get("FileSystemId")
2358
+ self._RestoreTaskIdMarker = params.get("RestoreTaskIdMarker")
2239
2359
  memeber_set = set(params.keys())
2240
2360
  for name, value in vars(self).items():
2241
2361
  property_name = name[1:]
@@ -2255,10 +2375,16 @@ class DescribeRestoreTasksResponse(AbstractModel):
2255
2375
  r"""
2256
2376
  :param _RestoreTasks: 回热任务列表
2257
2377
  :type RestoreTasks: list of RestoreTask
2378
+ :param _IsOver: 标识是否已获取全量
2379
+ :type IsOver: bool
2380
+ :param _NextRestoreTaskIdMarker: 下一次请求起始回热任务ID标记
2381
+ :type NextRestoreTaskIdMarker: int
2258
2382
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2259
2383
  :type RequestId: str
2260
2384
  """
2261
2385
  self._RestoreTasks = None
2386
+ self._IsOver = None
2387
+ self._NextRestoreTaskIdMarker = None
2262
2388
  self._RequestId = None
2263
2389
 
2264
2390
  @property
@@ -2272,6 +2398,28 @@ class DescribeRestoreTasksResponse(AbstractModel):
2272
2398
  def RestoreTasks(self, RestoreTasks):
2273
2399
  self._RestoreTasks = RestoreTasks
2274
2400
 
2401
+ @property
2402
+ def IsOver(self):
2403
+ r"""标识是否已获取全量
2404
+ :rtype: bool
2405
+ """
2406
+ return self._IsOver
2407
+
2408
+ @IsOver.setter
2409
+ def IsOver(self, IsOver):
2410
+ self._IsOver = IsOver
2411
+
2412
+ @property
2413
+ def NextRestoreTaskIdMarker(self):
2414
+ r"""下一次请求起始回热任务ID标记
2415
+ :rtype: int
2416
+ """
2417
+ return self._NextRestoreTaskIdMarker
2418
+
2419
+ @NextRestoreTaskIdMarker.setter
2420
+ def NextRestoreTaskIdMarker(self, NextRestoreTaskIdMarker):
2421
+ self._NextRestoreTaskIdMarker = NextRestoreTaskIdMarker
2422
+
2275
2423
  @property
2276
2424
  def RequestId(self):
2277
2425
  r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -2291,6 +2439,8 @@ class DescribeRestoreTasksResponse(AbstractModel):
2291
2439
  obj = RestoreTask()
2292
2440
  obj._deserialize(item)
2293
2441
  self._RestoreTasks.append(obj)
2442
+ self._IsOver = params.get("IsOver")
2443
+ self._NextRestoreTaskIdMarker = params.get("NextRestoreTaskIdMarker")
2294
2444
  self._RequestId = params.get("RequestId")
2295
2445
 
2296
2446