tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1372__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.
Files changed (284) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/advisor/v20200721/models.py +0 -26
  3. tencentcloud/ams/v20201229/ams_client.py +17 -6
  4. tencentcloud/ams/v20201229/models.py +8 -6
  5. tencentcloud/antiddos/v20200309/antiddos_client.py +0 -50
  6. tencentcloud/antiddos/v20200309/models.py +44 -837
  7. tencentcloud/apm/v20210622/models.py +60 -60
  8. tencentcloud/autoscaling/v20180419/autoscaling_client.py +28 -1
  9. tencentcloud/autoscaling/v20180419/models.py +352 -210
  10. tencentcloud/batch/v20170312/batch_client.py +0 -46
  11. tencentcloud/batch/v20170312/errorcodes.py +0 -9
  12. tencentcloud/batch/v20170312/models.py +44 -1179
  13. tencentcloud/bh/v20230418/bh_client.py +253 -0
  14. tencentcloud/bh/v20230418/errorcodes.py +15 -0
  15. tencentcloud/bh/v20230418/models.py +3489 -1335
  16. tencentcloud/bi/v20220105/models.py +242 -2
  17. tencentcloud/billing/v20180709/billing_client.py +0 -23
  18. tencentcloud/billing/v20180709/models.py +34 -926
  19. tencentcloud/bpaas/v20181217/models.py +0 -54
  20. tencentcloud/cam/v20190116/errorcodes.py +3 -0
  21. tencentcloud/cam/v20190116/models.py +2 -86
  22. tencentcloud/captcha/v20190722/models.py +21 -54
  23. tencentcloud/cat/v20180409/cat_client.py +23 -0
  24. tencentcloud/cat/v20180409/models.py +509 -0
  25. tencentcloud/cbs/v20170312/cbs_client.py +1 -1
  26. tencentcloud/cbs/v20170312/models.py +75 -96
  27. tencentcloud/ccc/v20200210/ccc_client.py +184 -0
  28. tencentcloud/ccc/v20200210/errorcodes.py +12 -0
  29. tencentcloud/ccc/v20200210/models.py +2552 -1026
  30. tencentcloud/cdb/v20170320/cdb_client.py +27 -4
  31. tencentcloud/cdb/v20170320/models.py +180 -20
  32. tencentcloud/cdc/v20201214/cdc_client.py +46 -0
  33. tencentcloud/cdc/v20201214/errorcodes.py +18 -0
  34. tencentcloud/cdc/v20201214/models.py +202 -86
  35. tencentcloud/cdn/v20180606/cdn_client.py +70 -24
  36. tencentcloud/cdn/v20180606/models.py +19 -50
  37. tencentcloud/cdwch/v20200915/errorcodes.py +15 -0
  38. tencentcloud/cdwch/v20200915/models.py +242 -260
  39. tencentcloud/cdwdoris/v20211228/models.py +330 -0
  40. tencentcloud/cdwpg/v20201230/models.py +196 -516
  41. tencentcloud/cdz/v20221123/models.py +0 -12
  42. tencentcloud/cfg/v20210820/models.py +30 -198
  43. tencentcloud/cfs/v20190719/errorcodes.py +3 -0
  44. tencentcloud/cfs/v20190719/models.py +15 -0
  45. tencentcloud/cfw/v20190904/cfw_client.py +23 -0
  46. tencentcloud/cfw/v20190904/models.py +331 -4
  47. tencentcloud/chc/__init__.py +0 -0
  48. tencentcloud/chc/v20230418/__init__.py +0 -0
  49. tencentcloud/chc/v20230418/chc_client.py +877 -0
  50. tencentcloud/chc/v20230418/errorcodes.py +15 -0
  51. tencentcloud/chc/v20230418/models.py +10146 -0
  52. tencentcloud/chdfs/v20201112/models.py +2 -2
  53. tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
  54. tencentcloud/ckafka/v20190819/models.py +371 -1230
  55. tencentcloud/clb/v20180317/clb_client.py +3 -3
  56. tencentcloud/clb/v20180317/models.py +395 -406
  57. tencentcloud/cls/v20201016/cls_client.py +41 -18
  58. tencentcloud/cls/v20201016/models.py +256 -606
  59. tencentcloud/cme/v20191029/cme_client.py +0 -1
  60. tencentcloud/cme/v20191029/errorcodes.py +3 -0
  61. tencentcloud/cme/v20191029/models.py +10 -14
  62. tencentcloud/cmq/v20190304/models.py +0 -90
  63. tencentcloud/common/abstract_client.py +29 -24
  64. tencentcloud/common/abstract_model.py +5 -1
  65. tencentcloud/common/common_client.py +14 -15
  66. tencentcloud/common/credential.py +68 -65
  67. tencentcloud/common/exception/tencent_cloud_sdk_exception.py +1 -1
  68. tencentcloud/common/profile/client_profile.py +32 -30
  69. tencentcloud/common/profile/http_profile.py +20 -12
  70. tencentcloud/common/retry.py +18 -0
  71. tencentcloud/controlcenter/v20230110/models.py +0 -58
  72. tencentcloud/cvm/v20170312/cvm_client.py +42 -10
  73. tencentcloud/cvm/v20170312/errorcodes.py +25 -1
  74. tencentcloud/cvm/v20170312/models.py +835 -290
  75. tencentcloud/cwp/v20180228/cwp_client.py +1 -1
  76. tencentcloud/cwp/v20180228/models.py +362 -58
  77. tencentcloud/cynosdb/v20190107/cynosdb_client.py +69 -0
  78. tencentcloud/cynosdb/v20190107/models.py +451 -824
  79. tencentcloud/dbbrain/v20191016/dbbrain_client.py +23 -0
  80. tencentcloud/dbbrain/v20191016/models.py +605 -52
  81. tencentcloud/dbbrain/v20210527/dbbrain_client.py +322 -0
  82. tencentcloud/dbbrain/v20210527/models.py +6071 -2974
  83. tencentcloud/dbdc/v20201029/models.py +0 -16
  84. tencentcloud/dc/v20180410/models.py +25 -12
  85. tencentcloud/dcdb/v20180411/errorcodes.py +3 -0
  86. tencentcloud/dcdb/v20180411/models.py +175 -114
  87. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  88. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  89. tencentcloud/dlc/v20210125/models.py +1217 -592
  90. tencentcloud/dnspod/v20210323/dnspod_client.py +69 -0
  91. tencentcloud/dnspod/v20210323/errorcodes.py +9 -0
  92. tencentcloud/dnspod/v20210323/models.py +718 -110
  93. tencentcloud/domain/v20180808/domain_client.py +4 -2
  94. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  95. tencentcloud/domain/v20180808/models.py +628 -324
  96. tencentcloud/dsgc/v20190723/dsgc_client.py +0 -23
  97. tencentcloud/dsgc/v20190723/models.py +53 -34
  98. tencentcloud/dts/v20180330/models.py +0 -10
  99. tencentcloud/dts/v20211206/models.py +118 -585
  100. tencentcloud/ecdn/v20191012/ecdn_client.py +24 -225
  101. tencentcloud/ecdn/v20191012/errorcodes.py +0 -63
  102. tencentcloud/ecdn/v20191012/models.py +4 -1047
  103. tencentcloud/emr/v20190103/emr_client.py +47 -1
  104. tencentcloud/emr/v20190103/models.py +1174 -146
  105. tencentcloud/es/v20180416/errorcodes.py +3 -0
  106. tencentcloud/es/v20180416/models.py +74 -6
  107. tencentcloud/es/v20250101/__init__.py +0 -0
  108. tencentcloud/es/v20250101/errorcodes.py +45 -0
  109. tencentcloud/es/v20250101/es_client.py +251 -0
  110. tencentcloud/es/v20250101/models.py +2519 -0
  111. tencentcloud/ess/v20201111/ess_client.py +43 -5
  112. tencentcloud/ess/v20201111/models.py +854 -60
  113. tencentcloud/essbasic/v20210526/essbasic_client.py +35 -2
  114. tencentcloud/essbasic/v20210526/models.py +726 -43
  115. tencentcloud/facefusion/v20220927/models.py +4 -2
  116. tencentcloud/fmu/v20191213/errorcodes.py +3 -21
  117. tencentcloud/fmu/v20191213/fmu_client.py +0 -75
  118. tencentcloud/fmu/v20191213/models.py +4 -531
  119. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  120. tencentcloud/gaap/v20180529/models.py +2 -276
  121. tencentcloud/goosefs/v20220519/models.py +0 -2
  122. tencentcloud/gs/v20191118/errorcodes.py +36 -0
  123. tencentcloud/gs/v20191118/gs_client.py +1074 -12
  124. tencentcloud/gs/v20191118/models.py +6976 -492
  125. tencentcloud/gwlb/v20240906/errorcodes.py +3 -0
  126. tencentcloud/gwlb/v20240906/gwlb_client.py +5 -8
  127. tencentcloud/gwlb/v20240906/models.py +94 -84
  128. tencentcloud/hai/v20230812/errorcodes.py +7 -1
  129. tencentcloud/hai/v20230812/hai_client.py +23 -0
  130. tencentcloud/hai/v20230812/models.py +111 -136
  131. tencentcloud/hunyuan/v20230901/errorcodes.py +27 -0
  132. tencentcloud/hunyuan/v20230901/hunyuan_client.py +71 -0
  133. tencentcloud/hunyuan/v20230901/models.py +1089 -119
  134. tencentcloud/ims/v20201229/models.py +25 -4
  135. tencentcloud/ioa/v20220601/ioa_client.py +92 -0
  136. tencentcloud/ioa/v20220601/models.py +1136 -225
  137. tencentcloud/iotcloud/v20210408/models.py +2 -4
  138. tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
  139. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +234 -52
  140. tencentcloud/iotexplorer/v20190423/models.py +2906 -1063
  141. tencentcloud/iotvideo/v20191126/models.py +0 -4
  142. tencentcloud/iotvideo/v20201215/models.py +17 -0
  143. tencentcloud/iotvideo/v20211125/iotvideo_client.py +69 -0
  144. tencentcloud/iotvideo/v20211125/models.py +476 -0
  145. tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +2 -2
  146. tencentcloud/iotvideoindustry/v20201201/models.py +30 -486
  147. tencentcloud/iss/v20230517/errorcodes.py +9 -0
  148. tencentcloud/iss/v20230517/iss_client.py +161 -0
  149. tencentcloud/iss/v20230517/models.py +1716 -743
  150. tencentcloud/kms/v20190118/models.py +101 -0
  151. tencentcloud/lcic/v20220817/errorcodes.py +2 -2
  152. tencentcloud/lcic/v20220817/lcic_client.py +47 -1
  153. tencentcloud/lcic/v20220817/models.py +357 -72
  154. tencentcloud/lighthouse/v20200324/errorcodes.py +12 -15
  155. tencentcloud/lighthouse/v20200324/lighthouse_client.py +39 -76
  156. tencentcloud/lighthouse/v20200324/models.py +237 -259
  157. tencentcloud/live/v20180801/models.py +61 -46
  158. tencentcloud/lke/v20231130/errorcodes.py +3 -0
  159. tencentcloud/lke/v20231130/lke_client.py +8 -29
  160. tencentcloud/lke/v20231130/models.py +561 -115
  161. tencentcloud/lkeap/v20240522/lkeap_client.py +33 -4
  162. tencentcloud/lkeap/v20240522/models.py +290 -18
  163. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  164. tencentcloud/lowcode/v20210108/models.py +0 -2
  165. tencentcloud/mariadb/v20170312/models.py +155 -140
  166. tencentcloud/memcached/v20190318/models.py +2 -2
  167. tencentcloud/mmps/v20200710/models.py +0 -66
  168. tencentcloud/mna/v20210119/errorcodes.py +0 -36
  169. tencentcloud/mna/v20210119/mna_client.py +0 -75
  170. tencentcloud/mna/v20210119/models.py +0 -1002
  171. tencentcloud/mongodb/v20190725/models.py +115 -6
  172. tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
  173. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  174. tencentcloud/monitor/v20180724/models.py +1055 -74
  175. tencentcloud/monitor/v20180724/monitor_client.py +94 -2
  176. tencentcloud/mps/v20190612/errorcodes.py +36 -0
  177. tencentcloud/mps/v20190612/models.py +4866 -448
  178. tencentcloud/mps/v20190612/mps_client.py +208 -0
  179. tencentcloud/mqtt/v20240516/errorcodes.py +15 -0
  180. tencentcloud/mqtt/v20240516/models.py +705 -372
  181. tencentcloud/mqtt/v20240516/mqtt_client.py +4 -4
  182. tencentcloud/oceanus/v20190422/models.py +14 -2
  183. tencentcloud/ocr/v20181119/errorcodes.py +0 -12
  184. tencentcloud/ocr/v20181119/models.py +311 -1042
  185. tencentcloud/ocr/v20181119/ocr_client.py +5 -102
  186. tencentcloud/organization/v20210331/errorcodes.py +3 -0
  187. tencentcloud/organization/v20210331/models.py +45 -82
  188. tencentcloud/partners/v20180321/models.py +169 -0
  189. tencentcloud/partners/v20180321/partners_client.py +23 -0
  190. tencentcloud/postgres/v20170312/models.py +36 -328
  191. tencentcloud/postgres/v20170312/postgres_client.py +15 -5
  192. tencentcloud/privatedns/v20201028/models.py +36 -28
  193. tencentcloud/rce/v20201103/models.py +0 -15
  194. tencentcloud/redis/v20180412/models.py +233 -18
  195. tencentcloud/redis/v20180412/redis_client.py +23 -0
  196. tencentcloud/rum/v20210622/models.py +0 -2
  197. tencentcloud/ses/v20201002/models.py +32 -4
  198. tencentcloud/smop/v20201203/smop_client.py +3 -1
  199. tencentcloud/soe/v20180724/models.py +4 -2
  200. tencentcloud/sqlserver/v20180328/models.py +75 -0
  201. tencentcloud/ssl/v20191205/models.py +7 -319
  202. tencentcloud/ssm/v20190923/models.py +45 -0
  203. tencentcloud/sts/v20180813/errorcodes.py +9 -0
  204. tencentcloud/sts/v20180813/models.py +171 -0
  205. tencentcloud/sts/v20180813/sts_client.py +23 -0
  206. tencentcloud/svp/v20240125/errorcodes.py +3 -0
  207. tencentcloud/svp/v20240125/models.py +506 -44
  208. tencentcloud/svp/v20240125/svp_client.py +23 -0
  209. tencentcloud/tan/v20220420/tan_client.py +3 -1
  210. tencentcloud/tat/v20201028/errorcodes.py +12 -0
  211. tencentcloud/tat/v20201028/models.py +138 -42
  212. tencentcloud/tbaas/v20180416/models.py +0 -58
  213. tencentcloud/tcb/v20180608/errorcodes.py +3 -0
  214. tencentcloud/tcb/v20180608/models.py +189 -582
  215. tencentcloud/tcb/v20180608/tcb_client.py +23 -23
  216. tencentcloud/tcbr/v20220217/models.py +45 -0
  217. tencentcloud/tchd/v20230306/models.py +166 -0
  218. tencentcloud/tchd/v20230306/tchd_client.py +24 -0
  219. tencentcloud/tcr/v20190924/models.py +44 -174
  220. tencentcloud/tcss/v20201101/models.py +1458 -2066
  221. tencentcloud/tcss/v20201101/tcss_client.py +92 -125
  222. tencentcloud/tdid/v20210519/models.py +0 -10
  223. tencentcloud/tdmq/v20200217/models.py +405 -575
  224. tencentcloud/tdmq/v20200217/tdmq_client.py +12 -54
  225. tencentcloud/tds/v20220801/models.py +441 -0
  226. tencentcloud/tds/v20220801/tds_client.py +23 -0
  227. tencentcloud/tem/v20210701/models.py +0 -498
  228. tencentcloud/teo/v20220106/teo_client.py +6 -2
  229. tencentcloud/teo/v20220901/errorcodes.py +9 -0
  230. tencentcloud/teo/v20220901/models.py +1828 -472
  231. tencentcloud/teo/v20220901/teo_client.py +54 -4
  232. tencentcloud/thpc/v20211109/models.py +0 -6
  233. tencentcloud/thpc/v20220401/models.py +0 -14
  234. tencentcloud/thpc/v20230321/models.py +64 -52
  235. tencentcloud/tione/v20211111/errorcodes.py +114 -0
  236. tencentcloud/tione/v20211111/models.py +2288 -160
  237. tencentcloud/tione/v20211111/tione_client.py +138 -0
  238. tencentcloud/tiw/v20190919/errorcodes.py +3 -24
  239. tencentcloud/tiw/v20190919/models.py +3657 -8172
  240. tencentcloud/tiw/v20190919/tiw_client.py +1 -580
  241. tencentcloud/tke/v20180525/models.py +705 -721
  242. tencentcloud/tke/v20180525/tke_client.py +23 -0
  243. tencentcloud/tke/v20220501/models.py +0 -34
  244. tencentcloud/trocket/v20230308/models.py +1630 -160
  245. tencentcloud/trocket/v20230308/trocket_client.py +238 -0
  246. tencentcloud/trro/v20220325/models.py +1132 -44
  247. tencentcloud/trro/v20220325/trro_client.py +142 -0
  248. tencentcloud/trtc/v20190722/models.py +94 -90
  249. tencentcloud/trtc/v20190722/trtc_client.py +4 -0
  250. tencentcloud/tse/v20201207/models.py +90 -1010
  251. tencentcloud/tsf/v20180326/errorcodes.py +6 -0
  252. tencentcloud/tsf/v20180326/models.py +350 -582
  253. tencentcloud/tsf/v20180326/tsf_client.py +26 -1
  254. tencentcloud/tts/v20190823/models.py +15 -15
  255. tencentcloud/tts/v20190823/tts_client.py +6 -5
  256. tencentcloud/vclm/v20240523/models.py +2 -2
  257. tencentcloud/vcube/v20220410/models.py +66 -158
  258. tencentcloud/vcube/v20220410/vcube_client.py +2 -2
  259. tencentcloud/vdb/v20230616/models.py +1487 -29
  260. tencentcloud/vdb/v20230616/vdb_client.py +185 -1
  261. tencentcloud/vm/v20210922/models.py +2 -2
  262. tencentcloud/vm/v20210922/vm_client.py +16 -8
  263. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  264. tencentcloud/vod/v20180717/models.py +106 -417
  265. tencentcloud/vod/v20180717/vod_client.py +2 -1
  266. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  267. tencentcloud/vod/v20240718/models.py +1839 -0
  268. tencentcloud/vod/v20240718/vod_client.py +146 -0
  269. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  270. tencentcloud/vpc/v20170312/models.py +2052 -519
  271. tencentcloud/vpc/v20170312/vpc_client.py +229 -11
  272. tencentcloud/vrs/v20200824/models.py +49 -0
  273. tencentcloud/waf/v20180125/errorcodes.py +9 -0
  274. tencentcloud/waf/v20180125/models.py +4191 -0
  275. tencentcloud/waf/v20180125/waf_client.py +276 -0
  276. tencentcloud/wedata/v20210820/models.py +5404 -394
  277. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  278. tencentcloud/weilingwith/v20230427/models.py +0 -964
  279. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  280. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/METADATA +1 -1
  281. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/RECORD +284 -275
  282. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/LICENSE +0 -0
  283. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/WHEEL +0 -0
  284. {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1372.dist-info}/top_level.txt +0 -0
@@ -220,6 +220,10 @@ class BackUpJobDisplay(AbstractModel):
220
220
  :type ExpireTime: str
221
221
  :param _JobStatus: 任务状态
222
222
  :type JobStatus: str
223
+ :param _ProcessSize: 处理数据量
224
+ :type ProcessSize: int
225
+ :param _ErrorReason: 错误原因
226
+ :type ErrorReason: str
223
227
  """
224
228
  self._JobId = None
225
229
  self._Snapshot = None
@@ -228,6 +232,8 @@ class BackUpJobDisplay(AbstractModel):
228
232
  self._BackUpTime = None
229
233
  self._ExpireTime = None
230
234
  self._JobStatus = None
235
+ self._ProcessSize = None
236
+ self._ErrorReason = None
231
237
 
232
238
  @property
233
239
  def JobId(self):
@@ -306,6 +312,28 @@ class BackUpJobDisplay(AbstractModel):
306
312
  def JobStatus(self, JobStatus):
307
313
  self._JobStatus = JobStatus
308
314
 
315
+ @property
316
+ def ProcessSize(self):
317
+ """处理数据量
318
+ :rtype: int
319
+ """
320
+ return self._ProcessSize
321
+
322
+ @ProcessSize.setter
323
+ def ProcessSize(self, ProcessSize):
324
+ self._ProcessSize = ProcessSize
325
+
326
+ @property
327
+ def ErrorReason(self):
328
+ """错误原因
329
+ :rtype: str
330
+ """
331
+ return self._ErrorReason
332
+
333
+ @ErrorReason.setter
334
+ def ErrorReason(self, ErrorReason):
335
+ self._ErrorReason = ErrorReason
336
+
309
337
 
310
338
  def _deserialize(self, params):
311
339
  self._JobId = params.get("JobId")
@@ -315,6 +343,8 @@ class BackUpJobDisplay(AbstractModel):
315
343
  self._BackUpTime = params.get("BackUpTime")
316
344
  self._ExpireTime = params.get("ExpireTime")
317
345
  self._JobStatus = params.get("JobStatus")
346
+ self._ProcessSize = params.get("ProcessSize")
347
+ self._ErrorReason = params.get("ErrorReason")
318
348
  memeber_set = set(params.keys())
319
349
  for name, value in vars(self).items():
320
350
  property_name = name[1:]
@@ -333,25 +363,18 @@ class BackupTableContent(AbstractModel):
333
363
  def __init__(self):
334
364
  r"""
335
365
  :param _Database: 数据库
336
- 注意:此字段可能返回 null,表示取不到有效值。
337
366
  :type Database: str
338
367
  :param _Table: 表
339
- 注意:此字段可能返回 null,表示取不到有效值。
340
368
  :type Table: str
341
369
  :param _TotalBytes: 表总字节数
342
- 注意:此字段可能返回 null,表示取不到有效值。
343
370
  :type TotalBytes: int
344
371
  :param _VCluster: 虚拟cluster
345
- 注意:此字段可能返回 null,表示取不到有效值。
346
372
  :type VCluster: str
347
373
  :param _Ips: 表ip
348
- 注意:此字段可能返回 null,表示取不到有效值。
349
374
  :type Ips: str
350
375
  :param _ZooPath: zk路径
351
- 注意:此字段可能返回 null,表示取不到有效值。
352
376
  :type ZooPath: str
353
377
  :param _Rip: cvm的ip地址
354
- 注意:此字段可能返回 null,表示取不到有效值。
355
378
  :type Rip: str
356
379
  """
357
380
  self._Database = None
@@ -365,7 +388,6 @@ class BackupTableContent(AbstractModel):
365
388
  @property
366
389
  def Database(self):
367
390
  """数据库
368
- 注意:此字段可能返回 null,表示取不到有效值。
369
391
  :rtype: str
370
392
  """
371
393
  return self._Database
@@ -377,7 +399,6 @@ class BackupTableContent(AbstractModel):
377
399
  @property
378
400
  def Table(self):
379
401
  """表
380
- 注意:此字段可能返回 null,表示取不到有效值。
381
402
  :rtype: str
382
403
  """
383
404
  return self._Table
@@ -389,7 +410,6 @@ class BackupTableContent(AbstractModel):
389
410
  @property
390
411
  def TotalBytes(self):
391
412
  """表总字节数
392
- 注意:此字段可能返回 null,表示取不到有效值。
393
413
  :rtype: int
394
414
  """
395
415
  return self._TotalBytes
@@ -401,7 +421,6 @@ class BackupTableContent(AbstractModel):
401
421
  @property
402
422
  def VCluster(self):
403
423
  """虚拟cluster
404
- 注意:此字段可能返回 null,表示取不到有效值。
405
424
  :rtype: str
406
425
  """
407
426
  return self._VCluster
@@ -413,7 +432,6 @@ class BackupTableContent(AbstractModel):
413
432
  @property
414
433
  def Ips(self):
415
434
  """表ip
416
- 注意:此字段可能返回 null,表示取不到有效值。
417
435
  :rtype: str
418
436
  """
419
437
  return self._Ips
@@ -425,7 +443,6 @@ class BackupTableContent(AbstractModel):
425
443
  @property
426
444
  def ZooPath(self):
427
445
  """zk路径
428
- 注意:此字段可能返回 null,表示取不到有效值。
429
446
  :rtype: str
430
447
  """
431
448
  return self._ZooPath
@@ -437,7 +454,6 @@ class BackupTableContent(AbstractModel):
437
454
  @property
438
455
  def Rip(self):
439
456
  """cvm的ip地址
440
- 注意:此字段可能返回 null,表示取不到有效值。
441
457
  :rtype: str
442
458
  """
443
459
  return self._Rip
@@ -630,7 +646,6 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
630
646
  :param _NeedRestart: 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启
631
647
  :type NeedRestart: int
632
648
  :param _FilePath: 保存配置文件的路径
633
- 注意:此字段可能返回 null,表示取不到有效值。
634
649
  :type FilePath: str
635
650
  """
636
651
  self._FileName = None
@@ -698,7 +713,6 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
698
713
  @property
699
714
  def FilePath(self):
700
715
  """保存配置文件的路径
701
- 注意:此字段可能返回 null,表示取不到有效值。
702
716
  :rtype: str
703
717
  """
704
718
  return self._FilePath
@@ -733,10 +747,8 @@ class ClusterInfo(AbstractModel):
733
747
  def __init__(self):
734
748
  r"""
735
749
  :param _ClusterName: vcluster名字
736
- 注意:此字段可能返回 null,表示取不到有效值。
737
750
  :type ClusterName: str
738
751
  :param _NodeIps: 当前cluster的IP列表
739
- 注意:此字段可能返回 null,表示取不到有效值。
740
752
  :type NodeIps: list of str
741
753
  """
742
754
  self._ClusterName = None
@@ -745,7 +757,6 @@ class ClusterInfo(AbstractModel):
745
757
  @property
746
758
  def ClusterName(self):
747
759
  """vcluster名字
748
- 注意:此字段可能返回 null,表示取不到有效值。
749
760
  :rtype: str
750
761
  """
751
762
  return self._ClusterName
@@ -757,7 +768,6 @@ class ClusterInfo(AbstractModel):
757
768
  @property
758
769
  def NodeIps(self):
759
770
  """当前cluster的IP列表
760
- 注意:此字段可能返回 null,表示取不到有效值。
761
771
  :rtype: list of str
762
772
  """
763
773
  return self._NodeIps
@@ -1089,6 +1099,8 @@ SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
1089
1099
  :type CommonSpec: :class:`tencentcloud.cdwch.v20200915.models.NodeSpec`
1090
1100
  :param _TagItems: 标签列表
1091
1101
  :type TagItems: list of Tag
1102
+ :param _SecondaryZoneInfo: 副可用去信息
1103
+ :type SecondaryZoneInfo: list of SecondaryZoneInfo
1092
1104
  """
1093
1105
  self._Zone = None
1094
1106
  self._HaFlag = None
@@ -1105,6 +1117,7 @@ SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
1105
1117
  self._HAZk = None
1106
1118
  self._CommonSpec = None
1107
1119
  self._TagItems = None
1120
+ self._SecondaryZoneInfo = None
1108
1121
 
1109
1122
  @property
1110
1123
  def Zone(self):
@@ -1277,6 +1290,17 @@ SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
1277
1290
  def TagItems(self, TagItems):
1278
1291
  self._TagItems = TagItems
1279
1292
 
1293
+ @property
1294
+ def SecondaryZoneInfo(self):
1295
+ """副可用去信息
1296
+ :rtype: list of SecondaryZoneInfo
1297
+ """
1298
+ return self._SecondaryZoneInfo
1299
+
1300
+ @SecondaryZoneInfo.setter
1301
+ def SecondaryZoneInfo(self, SecondaryZoneInfo):
1302
+ self._SecondaryZoneInfo = SecondaryZoneInfo
1303
+
1280
1304
 
1281
1305
  def _deserialize(self, params):
1282
1306
  self._Zone = params.get("Zone")
@@ -1307,6 +1331,12 @@ SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
1307
1331
  obj = Tag()
1308
1332
  obj._deserialize(item)
1309
1333
  self._TagItems.append(obj)
1334
+ if params.get("SecondaryZoneInfo") is not None:
1335
+ self._SecondaryZoneInfo = []
1336
+ for item in params.get("SecondaryZoneInfo"):
1337
+ obj = SecondaryZoneInfo()
1338
+ obj._deserialize(item)
1339
+ self._SecondaryZoneInfo.append(obj)
1310
1340
  memeber_set = set(params.keys())
1311
1341
  for name, value in vars(self).items():
1312
1342
  property_name = name[1:]
@@ -1325,13 +1355,10 @@ class CreateInstanceNewResponse(AbstractModel):
1325
1355
  def __init__(self):
1326
1356
  r"""
1327
1357
  :param _FlowId: 流程ID
1328
- 注意:此字段可能返回 null,表示取不到有效值。
1329
1358
  :type FlowId: str
1330
1359
  :param _InstanceId: 实例ID
1331
- 注意:此字段可能返回 null,表示取不到有效值。
1332
1360
  :type InstanceId: str
1333
1361
  :param _ErrorMsg: 错误信息
1334
- 注意:此字段可能返回 null,表示取不到有效值。
1335
1362
  :type ErrorMsg: str
1336
1363
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1337
1364
  :type RequestId: str
@@ -1344,7 +1371,6 @@ class CreateInstanceNewResponse(AbstractModel):
1344
1371
  @property
1345
1372
  def FlowId(self):
1346
1373
  """流程ID
1347
- 注意:此字段可能返回 null,表示取不到有效值。
1348
1374
  :rtype: str
1349
1375
  """
1350
1376
  return self._FlowId
@@ -1356,7 +1382,6 @@ class CreateInstanceNewResponse(AbstractModel):
1356
1382
  @property
1357
1383
  def InstanceId(self):
1358
1384
  """实例ID
1359
- 注意:此字段可能返回 null,表示取不到有效值。
1360
1385
  :rtype: str
1361
1386
  """
1362
1387
  return self._InstanceId
@@ -1368,7 +1393,6 @@ class CreateInstanceNewResponse(AbstractModel):
1368
1393
  @property
1369
1394
  def ErrorMsg(self):
1370
1395
  """错误信息
1371
- 注意:此字段可能返回 null,表示取不到有效值。
1372
1396
  :rtype: str
1373
1397
  """
1374
1398
  return self._ErrorMsg
@@ -1405,11 +1429,9 @@ class DatabasePrivilegeInfo(AbstractModel):
1405
1429
  r"""
1406
1430
  :param _DatabaseName: 数据库名称
1407
1431
  :type DatabaseName: str
1408
- :param _DatabasePrivileges: //库表权限,SELECT、INSERT_ALL、ALTER、TRUNCATE、DROP_TABLE、CREATE_TABLE、DROP_DATABASE
1409
- 注意:此字段可能返回 null,表示取不到有效值。
1432
+ :param _DatabasePrivileges: 库表权限,SELECT、INSERT_ALL、ALTER、TRUNCATE、DROP_TABLE、CREATE_TABLE、DROP_DATABASE
1410
1433
  :type DatabasePrivileges: list of str
1411
- :param _TablePrivilegeList: // 库下面的表权限
1412
- 注意:此字段可能返回 null,表示取不到有效值。
1434
+ :param _TablePrivilegeList: 库下面的表权限
1413
1435
  :type TablePrivilegeList: list of TablePrivilegeInfo
1414
1436
  """
1415
1437
  self._DatabaseName = None
@@ -1429,8 +1451,7 @@ class DatabasePrivilegeInfo(AbstractModel):
1429
1451
 
1430
1452
  @property
1431
1453
  def DatabasePrivileges(self):
1432
- """//库表权限,SELECT、INSERT_ALL、ALTER、TRUNCATE、DROP_TABLE、CREATE_TABLE、DROP_DATABASE
1433
- 注意:此字段可能返回 null,表示取不到有效值。
1454
+ """库表权限,SELECT、INSERT_ALL、ALTER、TRUNCATE、DROP_TABLE、CREATE_TABLE、DROP_DATABASE
1434
1455
  :rtype: list of str
1435
1456
  """
1436
1457
  return self._DatabasePrivileges
@@ -1441,8 +1462,7 @@ class DatabasePrivilegeInfo(AbstractModel):
1441
1462
 
1442
1463
  @property
1443
1464
  def TablePrivilegeList(self):
1444
- """// 库下面的表权限
1445
- 注意:此字段可能返回 null,表示取不到有效值。
1465
+ """库下面的表权限
1446
1466
  :rtype: list of TablePrivilegeInfo
1447
1467
  """
1448
1468
  return self._TablePrivilegeList
@@ -1624,7 +1644,6 @@ class DescribeBackUpJobDetailResponse(AbstractModel):
1624
1644
  def __init__(self):
1625
1645
  r"""
1626
1646
  :param _TableContents: 备份表详情
1627
- 注意:此字段可能返回 null,表示取不到有效值。
1628
1647
  :type TableContents: list of BackupTableContent
1629
1648
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1630
1649
  :type RequestId: str
@@ -1635,7 +1654,6 @@ class DescribeBackUpJobDetailResponse(AbstractModel):
1635
1654
  @property
1636
1655
  def TableContents(self):
1637
1656
  """备份表详情
1638
- 注意:此字段可能返回 null,表示取不到有效值。
1639
1657
  :rtype: list of BackupTableContent
1640
1658
  """
1641
1659
  return self._TableContents
@@ -1770,18 +1788,22 @@ class DescribeBackUpJobResponse(AbstractModel):
1770
1788
  def __init__(self):
1771
1789
  r"""
1772
1790
  :param _BackUpJobs: 任务列表
1773
- 注意:此字段可能返回 null,表示取不到有效值。
1774
1791
  :type BackUpJobs: list of BackUpJobDisplay
1792
+ :param _ErrorMsg: 错误描述
1793
+ :type ErrorMsg: str
1794
+ :param _TotalCount: 数量
1795
+ :type TotalCount: int
1775
1796
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1776
1797
  :type RequestId: str
1777
1798
  """
1778
1799
  self._BackUpJobs = None
1800
+ self._ErrorMsg = None
1801
+ self._TotalCount = None
1779
1802
  self._RequestId = None
1780
1803
 
1781
1804
  @property
1782
1805
  def BackUpJobs(self):
1783
1806
  """任务列表
1784
- 注意:此字段可能返回 null,表示取不到有效值。
1785
1807
  :rtype: list of BackUpJobDisplay
1786
1808
  """
1787
1809
  return self._BackUpJobs
@@ -1790,6 +1812,28 @@ class DescribeBackUpJobResponse(AbstractModel):
1790
1812
  def BackUpJobs(self, BackUpJobs):
1791
1813
  self._BackUpJobs = BackUpJobs
1792
1814
 
1815
+ @property
1816
+ def ErrorMsg(self):
1817
+ """错误描述
1818
+ :rtype: str
1819
+ """
1820
+ return self._ErrorMsg
1821
+
1822
+ @ErrorMsg.setter
1823
+ def ErrorMsg(self, ErrorMsg):
1824
+ self._ErrorMsg = ErrorMsg
1825
+
1826
+ @property
1827
+ def TotalCount(self):
1828
+ """数量
1829
+ :rtype: int
1830
+ """
1831
+ return self._TotalCount
1832
+
1833
+ @TotalCount.setter
1834
+ def TotalCount(self, TotalCount):
1835
+ self._TotalCount = TotalCount
1836
+
1793
1837
  @property
1794
1838
  def RequestId(self):
1795
1839
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -1809,6 +1853,8 @@ class DescribeBackUpJobResponse(AbstractModel):
1809
1853
  obj = BackUpJobDisplay()
1810
1854
  obj._deserialize(item)
1811
1855
  self._BackUpJobs.append(obj)
1856
+ self._ErrorMsg = params.get("ErrorMsg")
1857
+ self._TotalCount = params.get("TotalCount")
1812
1858
  self._RequestId = params.get("RequestId")
1813
1859
 
1814
1860
 
@@ -1858,18 +1904,14 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1858
1904
  :param _BackUpOpened: 备份是否开启
1859
1905
  :type BackUpOpened: bool
1860
1906
  :param _MetaStrategy: 元数据备份策略
1861
- 注意:此字段可能返回 null,表示取不到有效值。
1862
1907
  :type MetaStrategy: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1863
1908
  :param _DataStrategy: 表数据备份策略
1864
- 注意:此字段可能返回 null,表示取不到有效值。
1865
1909
  :type DataStrategy: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1866
1910
  :param _BackUpContents: 备份表列表
1867
- 注意:此字段可能返回 null,表示取不到有效值。
1868
1911
  :type BackUpContents: list of BackupTableContent
1869
1912
  :param _BackUpStatus: 备份的状态
1870
1913
  :type BackUpStatus: int
1871
1914
  :param _ErrorMsg: 错误信息
1872
- 注意:此字段可能返回 null,表示取不到有效值。
1873
1915
  :type ErrorMsg: str
1874
1916
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1875
1917
  :type RequestId: str
@@ -1896,7 +1938,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1896
1938
  @property
1897
1939
  def MetaStrategy(self):
1898
1940
  """元数据备份策略
1899
- 注意:此字段可能返回 null,表示取不到有效值。
1900
1941
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1901
1942
  """
1902
1943
  return self._MetaStrategy
@@ -1908,7 +1949,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1908
1949
  @property
1909
1950
  def DataStrategy(self):
1910
1951
  """表数据备份策略
1911
- 注意:此字段可能返回 null,表示取不到有效值。
1912
1952
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.ScheduleStrategy`
1913
1953
  """
1914
1954
  return self._DataStrategy
@@ -1920,7 +1960,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1920
1960
  @property
1921
1961
  def BackUpContents(self):
1922
1962
  """备份表列表
1923
- 注意:此字段可能返回 null,表示取不到有效值。
1924
1963
  :rtype: list of BackupTableContent
1925
1964
  """
1926
1965
  return self._BackUpContents
@@ -1943,7 +1982,6 @@ class DescribeBackUpScheduleResponse(AbstractModel):
1943
1982
  @property
1944
1983
  def ErrorMsg(self):
1945
1984
  """错误信息
1946
- 注意:此字段可能返回 null,表示取不到有效值。
1947
1985
  :rtype: str
1948
1986
  """
1949
1987
  return self._ErrorMsg
@@ -2028,10 +2066,13 @@ class DescribeBackUpTablesResponse(AbstractModel):
2028
2066
  r"""
2029
2067
  :param _AvailableTables: 可备份表列表
2030
2068
  :type AvailableTables: list of BackupTableContent
2069
+ :param _ErrorMsg: 错误描述
2070
+ :type ErrorMsg: str
2031
2071
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2032
2072
  :type RequestId: str
2033
2073
  """
2034
2074
  self._AvailableTables = None
2075
+ self._ErrorMsg = None
2035
2076
  self._RequestId = None
2036
2077
 
2037
2078
  @property
@@ -2045,6 +2086,17 @@ class DescribeBackUpTablesResponse(AbstractModel):
2045
2086
  def AvailableTables(self, AvailableTables):
2046
2087
  self._AvailableTables = AvailableTables
2047
2088
 
2089
+ @property
2090
+ def ErrorMsg(self):
2091
+ """错误描述
2092
+ :rtype: str
2093
+ """
2094
+ return self._ErrorMsg
2095
+
2096
+ @ErrorMsg.setter
2097
+ def ErrorMsg(self, ErrorMsg):
2098
+ self._ErrorMsg = ErrorMsg
2099
+
2048
2100
  @property
2049
2101
  def RequestId(self):
2050
2102
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -2064,6 +2116,7 @@ class DescribeBackUpTablesResponse(AbstractModel):
2064
2116
  obj = BackupTableContent()
2065
2117
  obj._deserialize(item)
2066
2118
  self._AvailableTables.append(obj)
2119
+ self._ErrorMsg = params.get("ErrorMsg")
2067
2120
  self._RequestId = params.get("RequestId")
2068
2121
 
2069
2122
 
@@ -2193,7 +2246,6 @@ class DescribeCkSqlApisResponse(AbstractModel):
2193
2246
  def __init__(self):
2194
2247
  r"""
2195
2248
  :param _ReturnData: 返回的查询数据,大部分情况是list,也可能是bool
2196
- 注意:此字段可能返回 null,表示取不到有效值。
2197
2249
  :type ReturnData: str
2198
2250
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2199
2251
  :type RequestId: str
@@ -2204,7 +2256,6 @@ class DescribeCkSqlApisResponse(AbstractModel):
2204
2256
  @property
2205
2257
  def ReturnData(self):
2206
2258
  """返回的查询数据,大部分情况是list,也可能是bool
2207
- 注意:此字段可能返回 null,表示取不到有效值。
2208
2259
  :rtype: str
2209
2260
  """
2210
2261
  return self._ReturnData
@@ -2465,7 +2516,6 @@ class DescribeInstanceKeyValConfigsResponse(AbstractModel):
2465
2516
  注意:此字段可能返回 null,表示取不到有效值。
2466
2517
  :type MapConfigItems: list of MapConfigItem
2467
2518
  :param _ErrorMsg: 错误信息
2468
- 注意:此字段可能返回 null,表示取不到有效值。
2469
2519
  :type ErrorMsg: str
2470
2520
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2471
2521
  :type RequestId: str
@@ -2514,7 +2564,6 @@ class DescribeInstanceKeyValConfigsResponse(AbstractModel):
2514
2564
  @property
2515
2565
  def ErrorMsg(self):
2516
2566
  """错误信息
2517
- 注意:此字段可能返回 null,表示取不到有效值。
2518
2567
  :rtype: str
2519
2568
  """
2520
2569
  return self._ErrorMsg
@@ -2874,7 +2923,6 @@ class DescribeInstanceShardsResponse(AbstractModel):
2874
2923
  def __init__(self):
2875
2924
  r"""
2876
2925
  :param _InstanceShardsList: 实例shard信息
2877
- 注意:此字段可能返回 null,表示取不到有效值。
2878
2926
  :type InstanceShardsList: str
2879
2927
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2880
2928
  :type RequestId: str
@@ -2885,7 +2933,6 @@ class DescribeInstanceShardsResponse(AbstractModel):
2885
2933
  @property
2886
2934
  def InstanceShardsList(self):
2887
2935
  """实例shard信息
2888
- 注意:此字段可能返回 null,表示取不到有效值。
2889
2936
  :rtype: str
2890
2937
  """
2891
2938
  return self._InstanceShardsList
@@ -2957,20 +3004,19 @@ class DescribeInstanceStateResponse(AbstractModel):
2957
3004
  :param _InstanceState: 集群状态,例如:Serving
2958
3005
  :type InstanceState: str
2959
3006
  :param _FlowCreateTime: 集群操作创建时间
2960
- 注意:此字段可能返回 null,表示取不到有效值。
2961
3007
  :type FlowCreateTime: str
2962
3008
  :param _FlowName: 集群操作名称
2963
- 注意:此字段可能返回 null,表示取不到有效值。
2964
3009
  :type FlowName: str
2965
3010
  :param _FlowProgress: 集群操作进度
2966
- 注意:此字段可能返回 null,表示取不到有效值。
2967
3011
  :type FlowProgress: float
2968
3012
  :param _InstanceStateDesc: 集群状态描述,例如:运行中
2969
- 注意:此字段可能返回 null,表示取不到有效值。
2970
3013
  :type InstanceStateDesc: str
2971
3014
  :param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
2972
- 注意:此字段可能返回 null,表示取不到有效值。
2973
3015
  :type FlowMsg: str
3016
+ :param _ProcessName: 当前步骤的名称,例如:”购买资源中“
3017
+ :type ProcessName: str
3018
+ :param _ProcessSubName: 当前步骤的名称,例如:”购买资源中“
3019
+ :type ProcessSubName: str
2974
3020
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2975
3021
  :type RequestId: str
2976
3022
  """
@@ -2980,6 +3026,8 @@ class DescribeInstanceStateResponse(AbstractModel):
2980
3026
  self._FlowProgress = None
2981
3027
  self._InstanceStateDesc = None
2982
3028
  self._FlowMsg = None
3029
+ self._ProcessName = None
3030
+ self._ProcessSubName = None
2983
3031
  self._RequestId = None
2984
3032
 
2985
3033
  @property
@@ -2996,7 +3044,6 @@ class DescribeInstanceStateResponse(AbstractModel):
2996
3044
  @property
2997
3045
  def FlowCreateTime(self):
2998
3046
  """集群操作创建时间
2999
- 注意:此字段可能返回 null,表示取不到有效值。
3000
3047
  :rtype: str
3001
3048
  """
3002
3049
  return self._FlowCreateTime
@@ -3008,7 +3055,6 @@ class DescribeInstanceStateResponse(AbstractModel):
3008
3055
  @property
3009
3056
  def FlowName(self):
3010
3057
  """集群操作名称
3011
- 注意:此字段可能返回 null,表示取不到有效值。
3012
3058
  :rtype: str
3013
3059
  """
3014
3060
  return self._FlowName
@@ -3020,7 +3066,6 @@ class DescribeInstanceStateResponse(AbstractModel):
3020
3066
  @property
3021
3067
  def FlowProgress(self):
3022
3068
  """集群操作进度
3023
- 注意:此字段可能返回 null,表示取不到有效值。
3024
3069
  :rtype: float
3025
3070
  """
3026
3071
  return self._FlowProgress
@@ -3032,7 +3077,6 @@ class DescribeInstanceStateResponse(AbstractModel):
3032
3077
  @property
3033
3078
  def InstanceStateDesc(self):
3034
3079
  """集群状态描述,例如:运行中
3035
- 注意:此字段可能返回 null,表示取不到有效值。
3036
3080
  :rtype: str
3037
3081
  """
3038
3082
  return self._InstanceStateDesc
@@ -3044,7 +3088,6 @@ class DescribeInstanceStateResponse(AbstractModel):
3044
3088
  @property
3045
3089
  def FlowMsg(self):
3046
3090
  """集群流程错误信息,例如:“创建失败,资源不足”
3047
- 注意:此字段可能返回 null,表示取不到有效值。
3048
3091
  :rtype: str
3049
3092
  """
3050
3093
  return self._FlowMsg
@@ -3053,6 +3096,28 @@ class DescribeInstanceStateResponse(AbstractModel):
3053
3096
  def FlowMsg(self, FlowMsg):
3054
3097
  self._FlowMsg = FlowMsg
3055
3098
 
3099
+ @property
3100
+ def ProcessName(self):
3101
+ """当前步骤的名称,例如:”购买资源中“
3102
+ :rtype: str
3103
+ """
3104
+ return self._ProcessName
3105
+
3106
+ @ProcessName.setter
3107
+ def ProcessName(self, ProcessName):
3108
+ self._ProcessName = ProcessName
3109
+
3110
+ @property
3111
+ def ProcessSubName(self):
3112
+ """当前步骤的名称,例如:”购买资源中“
3113
+ :rtype: str
3114
+ """
3115
+ return self._ProcessSubName
3116
+
3117
+ @ProcessSubName.setter
3118
+ def ProcessSubName(self, ProcessSubName):
3119
+ self._ProcessSubName = ProcessSubName
3120
+
3056
3121
  @property
3057
3122
  def RequestId(self):
3058
3123
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -3072,6 +3137,8 @@ class DescribeInstanceStateResponse(AbstractModel):
3072
3137
  self._FlowProgress = params.get("FlowProgress")
3073
3138
  self._InstanceStateDesc = params.get("InstanceStateDesc")
3074
3139
  self._FlowMsg = params.get("FlowMsg")
3140
+ self._ProcessName = params.get("ProcessName")
3141
+ self._ProcessSubName = params.get("ProcessSubName")
3075
3142
  self._RequestId = params.get("RequestId")
3076
3143
 
3077
3144
 
@@ -3094,6 +3161,8 @@ class DescribeInstancesNewRequest(AbstractModel):
3094
3161
  :type SearchTags: list of SearchTags
3095
3162
  :param _IsSimple: 信息详细与否
3096
3163
  :type IsSimple: bool
3164
+ :param _Vips: vip列表
3165
+ :type Vips: list of str
3097
3166
  """
3098
3167
  self._SearchInstanceId = None
3099
3168
  self._SearchInstanceName = None
@@ -3101,6 +3170,7 @@ class DescribeInstancesNewRequest(AbstractModel):
3101
3170
  self._Limit = None
3102
3171
  self._SearchTags = None
3103
3172
  self._IsSimple = None
3173
+ self._Vips = None
3104
3174
 
3105
3175
  @property
3106
3176
  def SearchInstanceId(self):
@@ -3168,6 +3238,17 @@ class DescribeInstancesNewRequest(AbstractModel):
3168
3238
  def IsSimple(self, IsSimple):
3169
3239
  self._IsSimple = IsSimple
3170
3240
 
3241
+ @property
3242
+ def Vips(self):
3243
+ """vip列表
3244
+ :rtype: list of str
3245
+ """
3246
+ return self._Vips
3247
+
3248
+ @Vips.setter
3249
+ def Vips(self, Vips):
3250
+ self._Vips = Vips
3251
+
3171
3252
 
3172
3253
  def _deserialize(self, params):
3173
3254
  self._SearchInstanceId = params.get("SearchInstanceId")
@@ -3181,6 +3262,7 @@ class DescribeInstancesNewRequest(AbstractModel):
3181
3262
  obj._deserialize(item)
3182
3263
  self._SearchTags.append(obj)
3183
3264
  self._IsSimple = params.get("IsSimple")
3265
+ self._Vips = params.get("Vips")
3184
3266
  memeber_set = set(params.keys())
3185
3267
  for name, value in vars(self).items():
3186
3268
  property_name = name[1:]
@@ -3347,7 +3429,6 @@ class DescribeSpecResponse(AbstractModel):
3347
3429
  :param _DataSpec: 数据节点规格描述
3348
3430
  :type DataSpec: list of ResourceSpec
3349
3431
  :param _AttachCBSSpec: 云盘列表
3350
- 注意:此字段可能返回 null,表示取不到有效值。
3351
3432
  :type AttachCBSSpec: list of DiskSpec
3352
3433
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3353
3434
  :type RequestId: str
@@ -3382,7 +3463,6 @@ class DescribeSpecResponse(AbstractModel):
3382
3463
  @property
3383
3464
  def AttachCBSSpec(self):
3384
3465
  """云盘列表
3385
- 注意:此字段可能返回 null,表示取不到有效值。
3386
3466
  :rtype: list of DiskSpec
3387
3467
  """
3388
3468
  return self._AttachCBSSpec
@@ -3469,7 +3549,6 @@ class DestroyInstanceResponse(AbstractModel):
3469
3549
  def __init__(self):
3470
3550
  r"""
3471
3551
  :param _FlowID: 作业id
3472
- 注意:此字段可能返回 null,表示取不到有效值。
3473
3552
  :type FlowID: str
3474
3553
  :param _InstanceID: 集群id
3475
3554
  :type InstanceID: str
@@ -3486,7 +3565,6 @@ class DestroyInstanceResponse(AbstractModel):
3486
3565
  @property
3487
3566
  def FlowID(self):
3488
3567
  """作业id
3489
- 注意:此字段可能返回 null,表示取不到有效值。
3490
3568
  :rtype: str
3491
3569
  """
3492
3570
  return self._FlowID
@@ -3943,7 +4021,6 @@ class InstanceDetail(AbstractModel):
3943
4021
  def __init__(self):
3944
4022
  r"""
3945
4023
  :param _EnableAlarmStrategy: 告警策略是否可用
3946
- 注意:此字段可能返回 null,表示取不到有效值。
3947
4024
  :type EnableAlarmStrategy: bool
3948
4025
  """
3949
4026
  self._EnableAlarmStrategy = None
@@ -3951,7 +4028,6 @@ class InstanceDetail(AbstractModel):
3951
4028
  @property
3952
4029
  def EnableAlarmStrategy(self):
3953
4030
  """告警策略是否可用
3954
- 注意:此字段可能返回 null,表示取不到有效值。
3955
4031
  :rtype: bool
3956
4032
  """
3957
4033
  return self._EnableAlarmStrategy
@@ -3981,164 +4057,114 @@ class InstanceInfo(AbstractModel):
3981
4057
  def __init__(self):
3982
4058
  r"""
3983
4059
  :param _InstanceId: 集群实例ID, "cdw-xxxx" 字符串类型
3984
- 注意:此字段可能返回 null,表示取不到有效值。
3985
4060
  :type InstanceId: str
3986
4061
  :param _InstanceName: 集群实例名称
3987
- 注意:此字段可能返回 null,表示取不到有效值。
3988
4062
  :type InstanceName: str
3989
4063
  :param _Status: 状态,
3990
4064
  Init 创建中; Serving 运行中;
3991
4065
  Deleted已销毁;Deleting 销毁中;
3992
4066
  Modify 集群变更中;
3993
- 注意:此字段可能返回 null,表示取不到有效值。
3994
4067
  :type Status: str
3995
4068
  :param _Version: 版本
3996
- 注意:此字段可能返回 null,表示取不到有效值。
3997
4069
  :type Version: str
3998
4070
  :param _Region: 地域, ap-guangzhou
3999
- 注意:此字段可能返回 null,表示取不到有效值。
4000
4071
  :type Region: str
4001
4072
  :param _Zone: 可用区, ap-guangzhou-3
4002
- 注意:此字段可能返回 null,表示取不到有效值。
4003
4073
  :type Zone: str
4004
4074
  :param _VpcId: 私有网络名称
4005
- 注意:此字段可能返回 null,表示取不到有效值。
4006
4075
  :type VpcId: str
4007
4076
  :param _SubnetId: 子网名称
4008
- 注意:此字段可能返回 null,表示取不到有效值。
4009
4077
  :type SubnetId: str
4010
4078
  :param _PayMode: 付费类型,"hour", "prepay"
4011
- 注意:此字段可能返回 null,表示取不到有效值。
4012
4079
  :type PayMode: str
4013
4080
  :param _CreateTime: 创建时间
4014
- 注意:此字段可能返回 null,表示取不到有效值。
4015
4081
  :type CreateTime: str
4016
4082
  :param _ExpireTime: 过期时间
4017
- 注意:此字段可能返回 null,表示取不到有效值。
4018
4083
  :type ExpireTime: str
4019
4084
  :param _MasterSummary: 数据节点描述信息
4020
- 注意:此字段可能返回 null,表示取不到有效值。
4021
4085
  :type MasterSummary: :class:`tencentcloud.cdwch.v20200915.models.NodesSummary`
4022
4086
  :param _CommonSummary: zookeeper节点描述信息
4023
- 注意:此字段可能返回 null,表示取不到有效值。
4024
4087
  :type CommonSummary: :class:`tencentcloud.cdwch.v20200915.models.NodesSummary`
4025
4088
  :param _HA: 高可用,“true" "false"
4026
- 注意:此字段可能返回 null,表示取不到有效值。
4027
4089
  :type HA: str
4028
4090
  :param _AccessInfo: 访问地址,例如 "10.0.0.1:9000"
4029
- 注意:此字段可能返回 null,表示取不到有效值。
4030
4091
  :type AccessInfo: str
4031
4092
  :param _Id: 记录ID,数值型
4032
- 注意:此字段可能返回 null,表示取不到有效值。
4033
4093
  :type Id: int
4034
4094
  :param _RegionId: regionId, 表示地域
4035
- 注意:此字段可能返回 null,表示取不到有效值。
4036
4095
  :type RegionId: int
4037
4096
  :param _ZoneDesc: 可用区说明,例如 "广州二区"
4038
- 注意:此字段可能返回 null,表示取不到有效值。
4039
4097
  :type ZoneDesc: str
4040
4098
  :param _FlowMsg: 错误流程说明信息
4041
- 注意:此字段可能返回 null,表示取不到有效值。
4042
4099
  :type FlowMsg: str
4043
4100
  :param _StatusDesc: 状态描述,例如“运行中”等
4044
- 注意:此字段可能返回 null,表示取不到有效值。
4045
4101
  :type StatusDesc: str
4046
4102
  :param _RenewFlag: 自动续费标记
4047
- 注意:此字段可能返回 null,表示取不到有效值。
4048
4103
  :type RenewFlag: bool
4049
4104
  :param _Tags: 标签列表
4050
- 注意:此字段可能返回 null,表示取不到有效值。
4051
4105
  :type Tags: list of Tag
4052
4106
  :param _Monitor: 监控信息
4053
- 注意:此字段可能返回 null,表示取不到有效值。
4054
4107
  :type Monitor: str
4055
4108
  :param _HasClsTopic: 是否开通日志
4056
- 注意:此字段可能返回 null,表示取不到有效值。
4057
4109
  :type HasClsTopic: bool
4058
4110
  :param _ClsTopicId: 日志主题ID
4059
- 注意:此字段可能返回 null,表示取不到有效值。
4060
4111
  :type ClsTopicId: str
4061
4112
  :param _ClsLogSetId: 日志集ID
4062
- 注意:此字段可能返回 null,表示取不到有效值。
4063
4113
  :type ClsLogSetId: str
4064
4114
  :param _EnableXMLConfig: 是否支持xml配置管理
4065
- 注意:此字段可能返回 null,表示取不到有效值。
4066
4115
  :type EnableXMLConfig: int
4067
4116
  :param _RegionDesc: 区域
4068
- 注意:此字段可能返回 null,表示取不到有效值。
4069
4117
  :type RegionDesc: str
4070
4118
  :param _Eip: 弹性网卡地址
4071
- 注意:此字段可能返回 null,表示取不到有效值。
4072
4119
  :type Eip: str
4073
4120
  :param _CosMoveFactor: 冷热分层系数
4074
- 注意:此字段可能返回 null,表示取不到有效值。
4075
4121
  :type CosMoveFactor: int
4076
4122
  :param _Kind: external/local/yunti
4077
- 注意:此字段可能返回 null,表示取不到有效值。
4078
4123
  :type Kind: str
4079
4124
  :param _IsElastic: 是否弹性ck
4080
- 注意:此字段可能返回 null,表示取不到有效值。
4081
4125
  :type IsElastic: bool
4082
4126
  :param _InstanceStateInfo: 集群详细状态
4083
- 注意:此字段可能返回 null,表示取不到有效值。
4084
4127
  :type InstanceStateInfo: :class:`tencentcloud.cdwch.v20200915.models.InstanceStateInfo`
4085
4128
  :param _HAZk: ZK高可用
4086
- 注意:此字段可能返回 null,表示取不到有效值。
4087
4129
  :type HAZk: bool
4088
4130
  :param _MountDiskType: 挂载盘,默认0:没有类型;1:裸盘;2:lvm
4089
- 注意:此字段可能返回 null,表示取不到有效值。
4090
4131
  :type MountDiskType: int
4091
- :param _CHProxyVip:
4092
- 注意:此字段可能返回 null,表示取不到有效值。
4132
+ :param _CHProxyVip: chproxy连接ip
4093
4133
  :type CHProxyVip: str
4094
4134
  :param _CosBucketName: cos buket的名字
4095
- 注意:此字段可能返回 null,表示取不到有效值。
4096
4135
  :type CosBucketName: str
4097
4136
  :param _CanAttachCbs: 是否可以挂载云盘
4098
- 注意:此字段可能返回 null,表示取不到有效值。
4099
4137
  :type CanAttachCbs: bool
4100
4138
  :param _CanAttachCbsLvm: 是否可以挂载云盘阵列
4101
- 注意:此字段可能返回 null,表示取不到有效值。
4102
4139
  :type CanAttachCbsLvm: bool
4103
4140
  :param _CanAttachCos: 是否可以挂载cos
4104
- 注意:此字段可能返回 null,表示取不到有效值。
4105
4141
  :type CanAttachCos: bool
4106
4142
  :param _Components: 服务信息
4107
- 注意:此字段可能返回 null,表示取不到有效值。
4108
4143
  :type Components: list of ServiceInfo
4109
4144
  :param _UpgradeVersions: 可升级的内核版本
4110
- 注意:此字段可能返回 null,表示取不到有效值。
4111
4145
  :type UpgradeVersions: str
4112
4146
  :param _EsIndexId: ex-index
4113
- 注意:此字段可能返回 null,表示取不到有效值。
4114
4147
  :type EsIndexId: str
4115
4148
  :param _EsIndexUsername: username
4116
- 注意:此字段可能返回 null,表示取不到有效值。
4117
4149
  :type EsIndexUsername: str
4118
4150
  :param _EsIndexPassword: password
4119
- 注意:此字段可能返回 null,表示取不到有效值。
4120
4151
  :type EsIndexPassword: str
4121
4152
  :param _HasEsIndex: true
4122
- 注意:此字段可能返回 null,表示取不到有效值。
4123
4153
  :type HasEsIndex: bool
4124
4154
  :param _IsSecondaryZone: true
4125
- 注意:此字段可能返回 null,表示取不到有效值。
4126
4155
  :type IsSecondaryZone: bool
4127
4156
  :param _SecondaryZoneInfo: desc
4128
- 注意:此字段可能返回 null,表示取不到有效值。
4129
4157
  :type SecondaryZoneInfo: str
4130
4158
  :param _ClickHouseKeeper: 是否clickhouse-keeper
4131
- 注意:此字段可能返回 null,表示取不到有效值。
4132
4159
  :type ClickHouseKeeper: bool
4133
4160
  :param _Details: 实例扩展信息
4134
- 注意:此字段可能返回 null,表示取不到有效值。
4135
4161
  :type Details: :class:`tencentcloud.cdwch.v20200915.models.InstanceDetail`
4136
4162
  :param _IsWhiteSGs: 安全组白名单
4137
- 注意:此字段可能返回 null,表示取不到有效值。
4138
4163
  :type IsWhiteSGs: bool
4139
4164
  :param _BindSGs: 绑定的安全组
4140
- 注意:此字段可能返回 null,表示取不到有效值。
4141
4165
  :type BindSGs: list of str
4166
+ :param _HasPublicCloudClb: 是否开启公网clb
4167
+ :type HasPublicCloudClb: bool
4142
4168
  """
4143
4169
  self._InstanceId = None
4144
4170
  self._InstanceName = None
@@ -4192,11 +4218,11 @@ Modify 集群变更中;
4192
4218
  self._Details = None
4193
4219
  self._IsWhiteSGs = None
4194
4220
  self._BindSGs = None
4221
+ self._HasPublicCloudClb = None
4195
4222
 
4196
4223
  @property
4197
4224
  def InstanceId(self):
4198
4225
  """集群实例ID, "cdw-xxxx" 字符串类型
4199
- 注意:此字段可能返回 null,表示取不到有效值。
4200
4226
  :rtype: str
4201
4227
  """
4202
4228
  return self._InstanceId
@@ -4208,7 +4234,6 @@ Modify 集群变更中;
4208
4234
  @property
4209
4235
  def InstanceName(self):
4210
4236
  """集群实例名称
4211
- 注意:此字段可能返回 null,表示取不到有效值。
4212
4237
  :rtype: str
4213
4238
  """
4214
4239
  return self._InstanceName
@@ -4223,7 +4248,6 @@ Modify 集群变更中;
4223
4248
  Init 创建中; Serving 运行中;
4224
4249
  Deleted已销毁;Deleting 销毁中;
4225
4250
  Modify 集群变更中;
4226
- 注意:此字段可能返回 null,表示取不到有效值。
4227
4251
  :rtype: str
4228
4252
  """
4229
4253
  return self._Status
@@ -4235,7 +4259,6 @@ Modify 集群变更中;
4235
4259
  @property
4236
4260
  def Version(self):
4237
4261
  """版本
4238
- 注意:此字段可能返回 null,表示取不到有效值。
4239
4262
  :rtype: str
4240
4263
  """
4241
4264
  return self._Version
@@ -4247,7 +4270,6 @@ Modify 集群变更中;
4247
4270
  @property
4248
4271
  def Region(self):
4249
4272
  """地域, ap-guangzhou
4250
- 注意:此字段可能返回 null,表示取不到有效值。
4251
4273
  :rtype: str
4252
4274
  """
4253
4275
  return self._Region
@@ -4259,7 +4281,6 @@ Modify 集群变更中;
4259
4281
  @property
4260
4282
  def Zone(self):
4261
4283
  """可用区, ap-guangzhou-3
4262
- 注意:此字段可能返回 null,表示取不到有效值。
4263
4284
  :rtype: str
4264
4285
  """
4265
4286
  return self._Zone
@@ -4271,7 +4292,6 @@ Modify 集群变更中;
4271
4292
  @property
4272
4293
  def VpcId(self):
4273
4294
  """私有网络名称
4274
- 注意:此字段可能返回 null,表示取不到有效值。
4275
4295
  :rtype: str
4276
4296
  """
4277
4297
  return self._VpcId
@@ -4283,7 +4303,6 @@ Modify 集群变更中;
4283
4303
  @property
4284
4304
  def SubnetId(self):
4285
4305
  """子网名称
4286
- 注意:此字段可能返回 null,表示取不到有效值。
4287
4306
  :rtype: str
4288
4307
  """
4289
4308
  return self._SubnetId
@@ -4295,7 +4314,6 @@ Modify 集群变更中;
4295
4314
  @property
4296
4315
  def PayMode(self):
4297
4316
  """付费类型,"hour", "prepay"
4298
- 注意:此字段可能返回 null,表示取不到有效值。
4299
4317
  :rtype: str
4300
4318
  """
4301
4319
  return self._PayMode
@@ -4307,7 +4325,6 @@ Modify 集群变更中;
4307
4325
  @property
4308
4326
  def CreateTime(self):
4309
4327
  """创建时间
4310
- 注意:此字段可能返回 null,表示取不到有效值。
4311
4328
  :rtype: str
4312
4329
  """
4313
4330
  return self._CreateTime
@@ -4319,7 +4336,6 @@ Modify 集群变更中;
4319
4336
  @property
4320
4337
  def ExpireTime(self):
4321
4338
  """过期时间
4322
- 注意:此字段可能返回 null,表示取不到有效值。
4323
4339
  :rtype: str
4324
4340
  """
4325
4341
  return self._ExpireTime
@@ -4331,7 +4347,6 @@ Modify 集群变更中;
4331
4347
  @property
4332
4348
  def MasterSummary(self):
4333
4349
  """数据节点描述信息
4334
- 注意:此字段可能返回 null,表示取不到有效值。
4335
4350
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.NodesSummary`
4336
4351
  """
4337
4352
  return self._MasterSummary
@@ -4343,7 +4358,6 @@ Modify 集群变更中;
4343
4358
  @property
4344
4359
  def CommonSummary(self):
4345
4360
  """zookeeper节点描述信息
4346
- 注意:此字段可能返回 null,表示取不到有效值。
4347
4361
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.NodesSummary`
4348
4362
  """
4349
4363
  return self._CommonSummary
@@ -4355,7 +4369,6 @@ Modify 集群变更中;
4355
4369
  @property
4356
4370
  def HA(self):
4357
4371
  """高可用,“true" "false"
4358
- 注意:此字段可能返回 null,表示取不到有效值。
4359
4372
  :rtype: str
4360
4373
  """
4361
4374
  return self._HA
@@ -4367,7 +4380,6 @@ Modify 集群变更中;
4367
4380
  @property
4368
4381
  def AccessInfo(self):
4369
4382
  """访问地址,例如 "10.0.0.1:9000"
4370
- 注意:此字段可能返回 null,表示取不到有效值。
4371
4383
  :rtype: str
4372
4384
  """
4373
4385
  return self._AccessInfo
@@ -4379,7 +4391,6 @@ Modify 集群变更中;
4379
4391
  @property
4380
4392
  def Id(self):
4381
4393
  """记录ID,数值型
4382
- 注意:此字段可能返回 null,表示取不到有效值。
4383
4394
  :rtype: int
4384
4395
  """
4385
4396
  return self._Id
@@ -4391,7 +4402,6 @@ Modify 集群变更中;
4391
4402
  @property
4392
4403
  def RegionId(self):
4393
4404
  """regionId, 表示地域
4394
- 注意:此字段可能返回 null,表示取不到有效值。
4395
4405
  :rtype: int
4396
4406
  """
4397
4407
  return self._RegionId
@@ -4403,7 +4413,6 @@ Modify 集群变更中;
4403
4413
  @property
4404
4414
  def ZoneDesc(self):
4405
4415
  """可用区说明,例如 "广州二区"
4406
- 注意:此字段可能返回 null,表示取不到有效值。
4407
4416
  :rtype: str
4408
4417
  """
4409
4418
  return self._ZoneDesc
@@ -4415,7 +4424,6 @@ Modify 集群变更中;
4415
4424
  @property
4416
4425
  def FlowMsg(self):
4417
4426
  """错误流程说明信息
4418
- 注意:此字段可能返回 null,表示取不到有效值。
4419
4427
  :rtype: str
4420
4428
  """
4421
4429
  return self._FlowMsg
@@ -4427,7 +4435,6 @@ Modify 集群变更中;
4427
4435
  @property
4428
4436
  def StatusDesc(self):
4429
4437
  """状态描述,例如“运行中”等
4430
- 注意:此字段可能返回 null,表示取不到有效值。
4431
4438
  :rtype: str
4432
4439
  """
4433
4440
  return self._StatusDesc
@@ -4439,7 +4446,6 @@ Modify 集群变更中;
4439
4446
  @property
4440
4447
  def RenewFlag(self):
4441
4448
  """自动续费标记
4442
- 注意:此字段可能返回 null,表示取不到有效值。
4443
4449
  :rtype: bool
4444
4450
  """
4445
4451
  return self._RenewFlag
@@ -4451,7 +4457,6 @@ Modify 集群变更中;
4451
4457
  @property
4452
4458
  def Tags(self):
4453
4459
  """标签列表
4454
- 注意:此字段可能返回 null,表示取不到有效值。
4455
4460
  :rtype: list of Tag
4456
4461
  """
4457
4462
  return self._Tags
@@ -4463,7 +4468,6 @@ Modify 集群变更中;
4463
4468
  @property
4464
4469
  def Monitor(self):
4465
4470
  """监控信息
4466
- 注意:此字段可能返回 null,表示取不到有效值。
4467
4471
  :rtype: str
4468
4472
  """
4469
4473
  return self._Monitor
@@ -4475,7 +4479,6 @@ Modify 集群变更中;
4475
4479
  @property
4476
4480
  def HasClsTopic(self):
4477
4481
  """是否开通日志
4478
- 注意:此字段可能返回 null,表示取不到有效值。
4479
4482
  :rtype: bool
4480
4483
  """
4481
4484
  return self._HasClsTopic
@@ -4487,7 +4490,6 @@ Modify 集群变更中;
4487
4490
  @property
4488
4491
  def ClsTopicId(self):
4489
4492
  """日志主题ID
4490
- 注意:此字段可能返回 null,表示取不到有效值。
4491
4493
  :rtype: str
4492
4494
  """
4493
4495
  return self._ClsTopicId
@@ -4499,7 +4501,6 @@ Modify 集群变更中;
4499
4501
  @property
4500
4502
  def ClsLogSetId(self):
4501
4503
  """日志集ID
4502
- 注意:此字段可能返回 null,表示取不到有效值。
4503
4504
  :rtype: str
4504
4505
  """
4505
4506
  return self._ClsLogSetId
@@ -4511,7 +4512,6 @@ Modify 集群变更中;
4511
4512
  @property
4512
4513
  def EnableXMLConfig(self):
4513
4514
  """是否支持xml配置管理
4514
- 注意:此字段可能返回 null,表示取不到有效值。
4515
4515
  :rtype: int
4516
4516
  """
4517
4517
  return self._EnableXMLConfig
@@ -4523,7 +4523,6 @@ Modify 集群变更中;
4523
4523
  @property
4524
4524
  def RegionDesc(self):
4525
4525
  """区域
4526
- 注意:此字段可能返回 null,表示取不到有效值。
4527
4526
  :rtype: str
4528
4527
  """
4529
4528
  return self._RegionDesc
@@ -4535,7 +4534,6 @@ Modify 集群变更中;
4535
4534
  @property
4536
4535
  def Eip(self):
4537
4536
  """弹性网卡地址
4538
- 注意:此字段可能返回 null,表示取不到有效值。
4539
4537
  :rtype: str
4540
4538
  """
4541
4539
  return self._Eip
@@ -4547,7 +4545,6 @@ Modify 集群变更中;
4547
4545
  @property
4548
4546
  def CosMoveFactor(self):
4549
4547
  """冷热分层系数
4550
- 注意:此字段可能返回 null,表示取不到有效值。
4551
4548
  :rtype: int
4552
4549
  """
4553
4550
  return self._CosMoveFactor
@@ -4559,7 +4556,6 @@ Modify 集群变更中;
4559
4556
  @property
4560
4557
  def Kind(self):
4561
4558
  """external/local/yunti
4562
- 注意:此字段可能返回 null,表示取不到有效值。
4563
4559
  :rtype: str
4564
4560
  """
4565
4561
  return self._Kind
@@ -4571,7 +4567,6 @@ Modify 集群变更中;
4571
4567
  @property
4572
4568
  def IsElastic(self):
4573
4569
  """是否弹性ck
4574
- 注意:此字段可能返回 null,表示取不到有效值。
4575
4570
  :rtype: bool
4576
4571
  """
4577
4572
  return self._IsElastic
@@ -4583,7 +4578,6 @@ Modify 集群变更中;
4583
4578
  @property
4584
4579
  def InstanceStateInfo(self):
4585
4580
  """集群详细状态
4586
- 注意:此字段可能返回 null,表示取不到有效值。
4587
4581
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.InstanceStateInfo`
4588
4582
  """
4589
4583
  return self._InstanceStateInfo
@@ -4595,7 +4589,6 @@ Modify 集群变更中;
4595
4589
  @property
4596
4590
  def HAZk(self):
4597
4591
  """ZK高可用
4598
- 注意:此字段可能返回 null,表示取不到有效值。
4599
4592
  :rtype: bool
4600
4593
  """
4601
4594
  return self._HAZk
@@ -4607,7 +4600,6 @@ Modify 集群变更中;
4607
4600
  @property
4608
4601
  def MountDiskType(self):
4609
4602
  """挂载盘,默认0:没有类型;1:裸盘;2:lvm
4610
- 注意:此字段可能返回 null,表示取不到有效值。
4611
4603
  :rtype: int
4612
4604
  """
4613
4605
  return self._MountDiskType
@@ -4618,8 +4610,7 @@ Modify 集群变更中;
4618
4610
 
4619
4611
  @property
4620
4612
  def CHProxyVip(self):
4621
- """
4622
- 注意:此字段可能返回 null,表示取不到有效值。
4613
+ """chproxy连接ip
4623
4614
  :rtype: str
4624
4615
  """
4625
4616
  return self._CHProxyVip
@@ -4631,7 +4622,6 @@ Modify 集群变更中;
4631
4622
  @property
4632
4623
  def CosBucketName(self):
4633
4624
  """cos buket的名字
4634
- 注意:此字段可能返回 null,表示取不到有效值。
4635
4625
  :rtype: str
4636
4626
  """
4637
4627
  return self._CosBucketName
@@ -4643,7 +4633,6 @@ Modify 集群变更中;
4643
4633
  @property
4644
4634
  def CanAttachCbs(self):
4645
4635
  """是否可以挂载云盘
4646
- 注意:此字段可能返回 null,表示取不到有效值。
4647
4636
  :rtype: bool
4648
4637
  """
4649
4638
  return self._CanAttachCbs
@@ -4655,7 +4644,6 @@ Modify 集群变更中;
4655
4644
  @property
4656
4645
  def CanAttachCbsLvm(self):
4657
4646
  """是否可以挂载云盘阵列
4658
- 注意:此字段可能返回 null,表示取不到有效值。
4659
4647
  :rtype: bool
4660
4648
  """
4661
4649
  return self._CanAttachCbsLvm
@@ -4667,7 +4655,6 @@ Modify 集群变更中;
4667
4655
  @property
4668
4656
  def CanAttachCos(self):
4669
4657
  """是否可以挂载cos
4670
- 注意:此字段可能返回 null,表示取不到有效值。
4671
4658
  :rtype: bool
4672
4659
  """
4673
4660
  return self._CanAttachCos
@@ -4679,7 +4666,6 @@ Modify 集群变更中;
4679
4666
  @property
4680
4667
  def Components(self):
4681
4668
  """服务信息
4682
- 注意:此字段可能返回 null,表示取不到有效值。
4683
4669
  :rtype: list of ServiceInfo
4684
4670
  """
4685
4671
  return self._Components
@@ -4691,7 +4677,6 @@ Modify 集群变更中;
4691
4677
  @property
4692
4678
  def UpgradeVersions(self):
4693
4679
  """可升级的内核版本
4694
- 注意:此字段可能返回 null,表示取不到有效值。
4695
4680
  :rtype: str
4696
4681
  """
4697
4682
  return self._UpgradeVersions
@@ -4703,7 +4688,6 @@ Modify 集群变更中;
4703
4688
  @property
4704
4689
  def EsIndexId(self):
4705
4690
  """ex-index
4706
- 注意:此字段可能返回 null,表示取不到有效值。
4707
4691
  :rtype: str
4708
4692
  """
4709
4693
  return self._EsIndexId
@@ -4715,7 +4699,6 @@ Modify 集群变更中;
4715
4699
  @property
4716
4700
  def EsIndexUsername(self):
4717
4701
  """username
4718
- 注意:此字段可能返回 null,表示取不到有效值。
4719
4702
  :rtype: str
4720
4703
  """
4721
4704
  return self._EsIndexUsername
@@ -4727,7 +4710,6 @@ Modify 集群变更中;
4727
4710
  @property
4728
4711
  def EsIndexPassword(self):
4729
4712
  """password
4730
- 注意:此字段可能返回 null,表示取不到有效值。
4731
4713
  :rtype: str
4732
4714
  """
4733
4715
  return self._EsIndexPassword
@@ -4739,7 +4721,6 @@ Modify 集群变更中;
4739
4721
  @property
4740
4722
  def HasEsIndex(self):
4741
4723
  """true
4742
- 注意:此字段可能返回 null,表示取不到有效值。
4743
4724
  :rtype: bool
4744
4725
  """
4745
4726
  return self._HasEsIndex
@@ -4751,7 +4732,6 @@ Modify 集群变更中;
4751
4732
  @property
4752
4733
  def IsSecondaryZone(self):
4753
4734
  """true
4754
- 注意:此字段可能返回 null,表示取不到有效值。
4755
4735
  :rtype: bool
4756
4736
  """
4757
4737
  return self._IsSecondaryZone
@@ -4763,7 +4743,6 @@ Modify 集群变更中;
4763
4743
  @property
4764
4744
  def SecondaryZoneInfo(self):
4765
4745
  """desc
4766
- 注意:此字段可能返回 null,表示取不到有效值。
4767
4746
  :rtype: str
4768
4747
  """
4769
4748
  return self._SecondaryZoneInfo
@@ -4775,7 +4754,6 @@ Modify 集群变更中;
4775
4754
  @property
4776
4755
  def ClickHouseKeeper(self):
4777
4756
  """是否clickhouse-keeper
4778
- 注意:此字段可能返回 null,表示取不到有效值。
4779
4757
  :rtype: bool
4780
4758
  """
4781
4759
  return self._ClickHouseKeeper
@@ -4787,7 +4765,6 @@ Modify 集群变更中;
4787
4765
  @property
4788
4766
  def Details(self):
4789
4767
  """实例扩展信息
4790
- 注意:此字段可能返回 null,表示取不到有效值。
4791
4768
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.InstanceDetail`
4792
4769
  """
4793
4770
  return self._Details
@@ -4799,7 +4776,6 @@ Modify 集群变更中;
4799
4776
  @property
4800
4777
  def IsWhiteSGs(self):
4801
4778
  """安全组白名单
4802
- 注意:此字段可能返回 null,表示取不到有效值。
4803
4779
  :rtype: bool
4804
4780
  """
4805
4781
  return self._IsWhiteSGs
@@ -4811,7 +4787,6 @@ Modify 集群变更中;
4811
4787
  @property
4812
4788
  def BindSGs(self):
4813
4789
  """绑定的安全组
4814
- 注意:此字段可能返回 null,表示取不到有效值。
4815
4790
  :rtype: list of str
4816
4791
  """
4817
4792
  return self._BindSGs
@@ -4820,6 +4795,17 @@ Modify 集群变更中;
4820
4795
  def BindSGs(self, BindSGs):
4821
4796
  self._BindSGs = BindSGs
4822
4797
 
4798
+ @property
4799
+ def HasPublicCloudClb(self):
4800
+ """是否开启公网clb
4801
+ :rtype: bool
4802
+ """
4803
+ return self._HasPublicCloudClb
4804
+
4805
+ @HasPublicCloudClb.setter
4806
+ def HasPublicCloudClb(self, HasPublicCloudClb):
4807
+ self._HasPublicCloudClb = HasPublicCloudClb
4808
+
4823
4809
 
4824
4810
  def _deserialize(self, params):
4825
4811
  self._InstanceId = params.get("InstanceId")
@@ -4892,6 +4878,7 @@ Modify 集群变更中;
4892
4878
  self._Details._deserialize(params.get("Details"))
4893
4879
  self._IsWhiteSGs = params.get("IsWhiteSGs")
4894
4880
  self._BindSGs = params.get("BindSGs")
4881
+ self._HasPublicCloudClb = params.get("HasPublicCloudClb")
4895
4882
  memeber_set = set(params.keys())
4896
4883
  for name, value in vars(self).items():
4897
4884
  property_name = name[1:]
@@ -4926,22 +4913,16 @@ class InstanceNode(AbstractModel):
4926
4913
  :param _NodeGroups: 节点所属的分组信息
4927
4914
  :type NodeGroups: list of GroupInfo
4928
4915
  :param _Rip: VPC IP
4929
- 注意:此字段可能返回 null,表示取不到有效值。
4930
4916
  :type Rip: str
4931
4917
  :param _IsCHProxy: ture的时候表示该节点上部署了chproxy进程
4932
- 注意:此字段可能返回 null,表示取不到有效值。
4933
4918
  :type IsCHProxy: bool
4934
4919
  :param _Status: 节点状态
4935
- 注意:此字段可能返回 null,表示取不到有效值。
4936
4920
  :type Status: str
4937
4921
  :param _UUID: 节点uuid
4938
- 注意:此字段可能返回 null,表示取不到有效值。
4939
4922
  :type UUID: str
4940
4923
  :param _Zone: 区
4941
- 注意:此字段可能返回 null,表示取不到有效值。
4942
4924
  :type Zone: str
4943
4925
  :param _ZoneDesc: 区描述
4944
- 注意:此字段可能返回 null,表示取不到有效值。
4945
4926
  :type ZoneDesc: str
4946
4927
  :param _RealResourceId: 真实资源id
4947
4928
  :type RealResourceId: str
@@ -5053,7 +5034,6 @@ class InstanceNode(AbstractModel):
5053
5034
  @property
5054
5035
  def Rip(self):
5055
5036
  """VPC IP
5056
- 注意:此字段可能返回 null,表示取不到有效值。
5057
5037
  :rtype: str
5058
5038
  """
5059
5039
  return self._Rip
@@ -5065,7 +5045,6 @@ class InstanceNode(AbstractModel):
5065
5045
  @property
5066
5046
  def IsCHProxy(self):
5067
5047
  """ture的时候表示该节点上部署了chproxy进程
5068
- 注意:此字段可能返回 null,表示取不到有效值。
5069
5048
  :rtype: bool
5070
5049
  """
5071
5050
  return self._IsCHProxy
@@ -5077,7 +5056,6 @@ class InstanceNode(AbstractModel):
5077
5056
  @property
5078
5057
  def Status(self):
5079
5058
  """节点状态
5080
- 注意:此字段可能返回 null,表示取不到有效值。
5081
5059
  :rtype: str
5082
5060
  """
5083
5061
  return self._Status
@@ -5089,7 +5067,6 @@ class InstanceNode(AbstractModel):
5089
5067
  @property
5090
5068
  def UUID(self):
5091
5069
  """节点uuid
5092
- 注意:此字段可能返回 null,表示取不到有效值。
5093
5070
  :rtype: str
5094
5071
  """
5095
5072
  return self._UUID
@@ -5101,7 +5078,6 @@ class InstanceNode(AbstractModel):
5101
5078
  @property
5102
5079
  def Zone(self):
5103
5080
  """区
5104
- 注意:此字段可能返回 null,表示取不到有效值。
5105
5081
  :rtype: str
5106
5082
  """
5107
5083
  return self._Zone
@@ -5113,7 +5089,6 @@ class InstanceNode(AbstractModel):
5113
5089
  @property
5114
5090
  def ZoneDesc(self):
5115
5091
  """区描述
5116
- 注意:此字段可能返回 null,表示取不到有效值。
5117
5092
  :rtype: str
5118
5093
  """
5119
5094
  return self._ZoneDesc
@@ -5173,31 +5148,22 @@ class InstanceStateInfo(AbstractModel):
5173
5148
  def __init__(self):
5174
5149
  r"""
5175
5150
  :param _InstanceState: 集群状态,例如:Serving
5176
- 注意:此字段可能返回 null,表示取不到有效值。
5177
5151
  :type InstanceState: str
5178
5152
  :param _FlowCreateTime: 集群操作创建时间
5179
- 注意:此字段可能返回 null,表示取不到有效值。
5180
5153
  :type FlowCreateTime: str
5181
5154
  :param _FlowName: 集群操作名称
5182
- 注意:此字段可能返回 null,表示取不到有效值。
5183
5155
  :type FlowName: str
5184
5156
  :param _FlowProgress: 集群操作进度
5185
- 注意:此字段可能返回 null,表示取不到有效值。
5186
5157
  :type FlowProgress: int
5187
5158
  :param _InstanceStateDesc: 集群状态描述,例如:运行中
5188
- 注意:此字段可能返回 null,表示取不到有效值。
5189
5159
  :type InstanceStateDesc: str
5190
5160
  :param _FlowMsg: 集群流程错误信息,例如:“创建失败,资源不足”
5191
- 注意:此字段可能返回 null,表示取不到有效值。
5192
5161
  :type FlowMsg: str
5193
5162
  :param _ProcessName: 当前步骤的名称,例如:”购买资源中“
5194
- 注意:此字段可能返回 null,表示取不到有效值。
5195
5163
  :type ProcessName: str
5196
5164
  :param _RequestId: 请求id
5197
- 注意:此字段可能返回 null,表示取不到有效值。
5198
5165
  :type RequestId: str
5199
5166
  :param _ProcessSubName: 流程的二级名称
5200
- 注意:此字段可能返回 null,表示取不到有效值。
5201
5167
  :type ProcessSubName: str
5202
5168
  """
5203
5169
  self._InstanceState = None
@@ -5213,7 +5179,6 @@ class InstanceStateInfo(AbstractModel):
5213
5179
  @property
5214
5180
  def InstanceState(self):
5215
5181
  """集群状态,例如:Serving
5216
- 注意:此字段可能返回 null,表示取不到有效值。
5217
5182
  :rtype: str
5218
5183
  """
5219
5184
  return self._InstanceState
@@ -5225,7 +5190,6 @@ class InstanceStateInfo(AbstractModel):
5225
5190
  @property
5226
5191
  def FlowCreateTime(self):
5227
5192
  """集群操作创建时间
5228
- 注意:此字段可能返回 null,表示取不到有效值。
5229
5193
  :rtype: str
5230
5194
  """
5231
5195
  return self._FlowCreateTime
@@ -5237,7 +5201,6 @@ class InstanceStateInfo(AbstractModel):
5237
5201
  @property
5238
5202
  def FlowName(self):
5239
5203
  """集群操作名称
5240
- 注意:此字段可能返回 null,表示取不到有效值。
5241
5204
  :rtype: str
5242
5205
  """
5243
5206
  return self._FlowName
@@ -5249,7 +5212,6 @@ class InstanceStateInfo(AbstractModel):
5249
5212
  @property
5250
5213
  def FlowProgress(self):
5251
5214
  """集群操作进度
5252
- 注意:此字段可能返回 null,表示取不到有效值。
5253
5215
  :rtype: int
5254
5216
  """
5255
5217
  return self._FlowProgress
@@ -5261,7 +5223,6 @@ class InstanceStateInfo(AbstractModel):
5261
5223
  @property
5262
5224
  def InstanceStateDesc(self):
5263
5225
  """集群状态描述,例如:运行中
5264
- 注意:此字段可能返回 null,表示取不到有效值。
5265
5226
  :rtype: str
5266
5227
  """
5267
5228
  return self._InstanceStateDesc
@@ -5273,7 +5234,6 @@ class InstanceStateInfo(AbstractModel):
5273
5234
  @property
5274
5235
  def FlowMsg(self):
5275
5236
  """集群流程错误信息,例如:“创建失败,资源不足”
5276
- 注意:此字段可能返回 null,表示取不到有效值。
5277
5237
  :rtype: str
5278
5238
  """
5279
5239
  return self._FlowMsg
@@ -5285,7 +5245,6 @@ class InstanceStateInfo(AbstractModel):
5285
5245
  @property
5286
5246
  def ProcessName(self):
5287
5247
  """当前步骤的名称,例如:”购买资源中“
5288
- 注意:此字段可能返回 null,表示取不到有效值。
5289
5248
  :rtype: str
5290
5249
  """
5291
5250
  return self._ProcessName
@@ -5297,7 +5256,6 @@ class InstanceStateInfo(AbstractModel):
5297
5256
  @property
5298
5257
  def RequestId(self):
5299
5258
  """请求id
5300
- 注意:此字段可能返回 null,表示取不到有效值。
5301
5259
  :rtype: str
5302
5260
  """
5303
5261
  return self._RequestId
@@ -5309,7 +5267,6 @@ class InstanceStateInfo(AbstractModel):
5309
5267
  @property
5310
5268
  def ProcessSubName(self):
5311
5269
  """流程的二级名称
5312
- 注意:此字段可能返回 null,表示取不到有效值。
5313
5270
  :rtype: str
5314
5271
  """
5315
5272
  return self._ProcessSubName
@@ -5660,7 +5617,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
5660
5617
  def __init__(self):
5661
5618
  r"""
5662
5619
  :param _ErrorMsg: 错误信息
5663
- 注意:此字段可能返回 null,表示取不到有效值。
5664
5620
  :type ErrorMsg: str
5665
5621
  :param _FlowId: ID
5666
5622
  :type FlowId: int
@@ -5674,7 +5630,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
5674
5630
  @property
5675
5631
  def ErrorMsg(self):
5676
5632
  """错误信息
5677
- 注意:此字段可能返回 null,表示取不到有效值。
5678
5633
  :rtype: str
5679
5634
  """
5680
5635
  return self._ErrorMsg
@@ -5944,25 +5899,18 @@ class NodesSummary(AbstractModel):
5944
5899
  :param _DiskDesc: 磁盘描述
5945
5900
  :type DiskDesc: str
5946
5901
  :param _AttachCBSSpec: 挂载云盘信息
5947
- 注意:此字段可能返回 null,表示取不到有效值。
5948
5902
  :type AttachCBSSpec: :class:`tencentcloud.cdwch.v20200915.models.AttachCBSSpec`
5949
5903
  :param _SubProductType: 子产品类型
5950
- 注意:此字段可能返回 null,表示取不到有效值。
5951
5904
  :type SubProductType: str
5952
5905
  :param _SpecCore: 规格对应的核数
5953
- 注意:此字段可能返回 null,表示取不到有效值。
5954
5906
  :type SpecCore: int
5955
5907
  :param _SpecMemory: 规格对应的内存大小
5956
- 注意:此字段可能返回 null,表示取不到有效值。
5957
5908
  :type SpecMemory: int
5958
5909
  :param _DiskCount: 磁盘的数量
5959
- 注意:此字段可能返回 null,表示取不到有效值。
5960
5910
  :type DiskCount: int
5961
5911
  :param _MaxDiskSize: 磁盘的最大大小
5962
- 注意:此字段可能返回 null,表示取不到有效值。
5963
5912
  :type MaxDiskSize: int
5964
5913
  :param _Encrypt: 是否为加密云盘
5965
- 注意:此字段可能返回 null,表示取不到有效值。
5966
5914
  :type Encrypt: int
5967
5915
  """
5968
5916
  self._Spec = None
@@ -6060,7 +6008,6 @@ class NodesSummary(AbstractModel):
6060
6008
  @property
6061
6009
  def AttachCBSSpec(self):
6062
6010
  """挂载云盘信息
6063
- 注意:此字段可能返回 null,表示取不到有效值。
6064
6011
  :rtype: :class:`tencentcloud.cdwch.v20200915.models.AttachCBSSpec`
6065
6012
  """
6066
6013
  return self._AttachCBSSpec
@@ -6072,7 +6019,6 @@ class NodesSummary(AbstractModel):
6072
6019
  @property
6073
6020
  def SubProductType(self):
6074
6021
  """子产品类型
6075
- 注意:此字段可能返回 null,表示取不到有效值。
6076
6022
  :rtype: str
6077
6023
  """
6078
6024
  return self._SubProductType
@@ -6084,7 +6030,6 @@ class NodesSummary(AbstractModel):
6084
6030
  @property
6085
6031
  def SpecCore(self):
6086
6032
  """规格对应的核数
6087
- 注意:此字段可能返回 null,表示取不到有效值。
6088
6033
  :rtype: int
6089
6034
  """
6090
6035
  return self._SpecCore
@@ -6096,7 +6041,6 @@ class NodesSummary(AbstractModel):
6096
6041
  @property
6097
6042
  def SpecMemory(self):
6098
6043
  """规格对应的内存大小
6099
- 注意:此字段可能返回 null,表示取不到有效值。
6100
6044
  :rtype: int
6101
6045
  """
6102
6046
  return self._SpecMemory
@@ -6108,7 +6052,6 @@ class NodesSummary(AbstractModel):
6108
6052
  @property
6109
6053
  def DiskCount(self):
6110
6054
  """磁盘的数量
6111
- 注意:此字段可能返回 null,表示取不到有效值。
6112
6055
  :rtype: int
6113
6056
  """
6114
6057
  return self._DiskCount
@@ -6120,7 +6063,6 @@ class NodesSummary(AbstractModel):
6120
6063
  @property
6121
6064
  def MaxDiskSize(self):
6122
6065
  """磁盘的最大大小
6123
- 注意:此字段可能返回 null,表示取不到有效值。
6124
6066
  :rtype: int
6125
6067
  """
6126
6068
  return self._MaxDiskSize
@@ -6132,7 +6074,6 @@ class NodesSummary(AbstractModel):
6132
6074
  @property
6133
6075
  def Encrypt(self):
6134
6076
  """是否为加密云盘
6135
- 注意:此字段可能返回 null,表示取不到有效值。
6136
6077
  :rtype: int
6137
6078
  """
6138
6079
  return self._Encrypt
@@ -6416,13 +6357,10 @@ class ResizeDiskResponse(AbstractModel):
6416
6357
  def __init__(self):
6417
6358
  r"""
6418
6359
  :param _FlowId: 流程ID
6419
- 注意:此字段可能返回 null,表示取不到有效值。
6420
6360
  :type FlowId: str
6421
6361
  :param _InstanceId: 实例ID
6422
- 注意:此字段可能返回 null,表示取不到有效值。
6423
6362
  :type InstanceId: str
6424
6363
  :param _ErrorMsg: 错误信息
6425
- 注意:此字段可能返回 null,表示取不到有效值。
6426
6364
  :type ErrorMsg: str
6427
6365
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6428
6366
  :type RequestId: str
@@ -6435,7 +6373,6 @@ class ResizeDiskResponse(AbstractModel):
6435
6373
  @property
6436
6374
  def FlowId(self):
6437
6375
  """流程ID
6438
- 注意:此字段可能返回 null,表示取不到有效值。
6439
6376
  :rtype: str
6440
6377
  """
6441
6378
  return self._FlowId
@@ -6447,7 +6384,6 @@ class ResizeDiskResponse(AbstractModel):
6447
6384
  @property
6448
6385
  def InstanceId(self):
6449
6386
  """实例ID
6450
- 注意:此字段可能返回 null,表示取不到有效值。
6451
6387
  :rtype: str
6452
6388
  """
6453
6389
  return self._InstanceId
@@ -6459,7 +6395,6 @@ class ResizeDiskResponse(AbstractModel):
6459
6395
  @property
6460
6396
  def ErrorMsg(self):
6461
6397
  """错误信息
6462
- 注意:此字段可能返回 null,表示取不到有效值。
6463
6398
  :rtype: str
6464
6399
  """
6465
6400
  return self._ErrorMsg
@@ -6509,16 +6444,12 @@ class ResourceSpec(AbstractModel):
6509
6444
  :param _MaxNodeSize: 最大节点数目限制
6510
6445
  :type MaxNodeSize: int
6511
6446
  :param _Available: 是否可用,false代表售罄
6512
- 注意:此字段可能返回 null,表示取不到有效值。
6513
6447
  :type Available: bool
6514
6448
  :param _ComputeSpecDesc: 规格描述信息
6515
- 注意:此字段可能返回 null,表示取不到有效值。
6516
6449
  :type ComputeSpecDesc: str
6517
6450
  :param _DisplayName: 规格名
6518
- 注意:此字段可能返回 null,表示取不到有效值。
6519
6451
  :type DisplayName: str
6520
6452
  :param _InstanceQuota: 库存数
6521
- 注意:此字段可能返回 null,表示取不到有效值。
6522
6453
  :type InstanceQuota: int
6523
6454
  """
6524
6455
  self._Name = None
@@ -6613,7 +6544,6 @@ class ResourceSpec(AbstractModel):
6613
6544
  @property
6614
6545
  def Available(self):
6615
6546
  """是否可用,false代表售罄
6616
- 注意:此字段可能返回 null,表示取不到有效值。
6617
6547
  :rtype: bool
6618
6548
  """
6619
6549
  return self._Available
@@ -6625,7 +6555,6 @@ class ResourceSpec(AbstractModel):
6625
6555
  @property
6626
6556
  def ComputeSpecDesc(self):
6627
6557
  """规格描述信息
6628
- 注意:此字段可能返回 null,表示取不到有效值。
6629
6558
  :rtype: str
6630
6559
  """
6631
6560
  return self._ComputeSpecDesc
@@ -6637,7 +6566,6 @@ class ResourceSpec(AbstractModel):
6637
6566
  @property
6638
6567
  def DisplayName(self):
6639
6568
  """规格名
6640
- 注意:此字段可能返回 null,表示取不到有效值。
6641
6569
  :rtype: str
6642
6570
  """
6643
6571
  return self._DisplayName
@@ -6649,7 +6577,6 @@ class ResourceSpec(AbstractModel):
6649
6577
  @property
6650
6578
  def InstanceQuota(self):
6651
6579
  """库存数
6652
- 注意:此字段可能返回 null,表示取不到有效值。
6653
6580
  :rtype: int
6654
6581
  """
6655
6582
  return self._InstanceQuota
@@ -6789,13 +6716,10 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
6789
6716
  def __init__(self):
6790
6717
  r"""
6791
6718
  :param _FlowId: 流程ID
6792
- 注意:此字段可能返回 null,表示取不到有效值。
6793
6719
  :type FlowId: str
6794
6720
  :param _InstanceId: 实例ID
6795
- 注意:此字段可能返回 null,表示取不到有效值。
6796
6721
  :type InstanceId: str
6797
6722
  :param _ErrorMsg: 错误信息
6798
- 注意:此字段可能返回 null,表示取不到有效值。
6799
6723
  :type ErrorMsg: str
6800
6724
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6801
6725
  :type RequestId: str
@@ -6808,7 +6732,6 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
6808
6732
  @property
6809
6733
  def FlowId(self):
6810
6734
  """流程ID
6811
- 注意:此字段可能返回 null,表示取不到有效值。
6812
6735
  :rtype: str
6813
6736
  """
6814
6737
  return self._FlowId
@@ -6820,7 +6743,6 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
6820
6743
  @property
6821
6744
  def InstanceId(self):
6822
6745
  """实例ID
6823
- 注意:此字段可能返回 null,表示取不到有效值。
6824
6746
  :rtype: str
6825
6747
  """
6826
6748
  return self._InstanceId
@@ -6832,7 +6754,6 @@ class ScaleCNOutUpInstanceResponse(AbstractModel):
6832
6754
  @property
6833
6755
  def ErrorMsg(self):
6834
6756
  """错误信息
6835
- 注意:此字段可能返回 null,表示取不到有效值。
6836
6757
  :rtype: str
6837
6758
  """
6838
6759
  return self._ErrorMsg
@@ -6996,13 +6917,10 @@ class ScaleOutInstanceResponse(AbstractModel):
6996
6917
  def __init__(self):
6997
6918
  r"""
6998
6919
  :param _FlowId: 流程ID
6999
- 注意:此字段可能返回 null,表示取不到有效值。
7000
6920
  :type FlowId: str
7001
6921
  :param _InstanceId: 实例ID
7002
- 注意:此字段可能返回 null,表示取不到有效值。
7003
6922
  :type InstanceId: str
7004
6923
  :param _ErrorMsg: 错误信息
7005
- 注意:此字段可能返回 null,表示取不到有效值。
7006
6924
  :type ErrorMsg: str
7007
6925
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7008
6926
  :type RequestId: str
@@ -7015,7 +6933,6 @@ class ScaleOutInstanceResponse(AbstractModel):
7015
6933
  @property
7016
6934
  def FlowId(self):
7017
6935
  """流程ID
7018
- 注意:此字段可能返回 null,表示取不到有效值。
7019
6936
  :rtype: str
7020
6937
  """
7021
6938
  return self._FlowId
@@ -7027,7 +6944,6 @@ class ScaleOutInstanceResponse(AbstractModel):
7027
6944
  @property
7028
6945
  def InstanceId(self):
7029
6946
  """实例ID
7030
- 注意:此字段可能返回 null,表示取不到有效值。
7031
6947
  :rtype: str
7032
6948
  """
7033
6949
  return self._InstanceId
@@ -7039,7 +6955,6 @@ class ScaleOutInstanceResponse(AbstractModel):
7039
6955
  @property
7040
6956
  def ErrorMsg(self):
7041
6957
  """错误信息
7042
- 注意:此字段可能返回 null,表示取不到有效值。
7043
6958
  :rtype: str
7044
6959
  """
7045
6960
  return self._ErrorMsg
@@ -7156,13 +7071,10 @@ class ScaleUpInstanceResponse(AbstractModel):
7156
7071
  def __init__(self):
7157
7072
  r"""
7158
7073
  :param _FlowId: 流程ID
7159
- 注意:此字段可能返回 null,表示取不到有效值。
7160
7074
  :type FlowId: str
7161
7075
  :param _InstanceId: 实例ID
7162
- 注意:此字段可能返回 null,表示取不到有效值。
7163
7076
  :type InstanceId: str
7164
7077
  :param _ErrorMsg: 错误信息
7165
- 注意:此字段可能返回 null,表示取不到有效值。
7166
7078
  :type ErrorMsg: str
7167
7079
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7168
7080
  :type RequestId: str
@@ -7175,7 +7087,6 @@ class ScaleUpInstanceResponse(AbstractModel):
7175
7087
  @property
7176
7088
  def FlowId(self):
7177
7089
  """流程ID
7178
- 注意:此字段可能返回 null,表示取不到有效值。
7179
7090
  :rtype: str
7180
7091
  """
7181
7092
  return self._FlowId
@@ -7187,7 +7098,6 @@ class ScaleUpInstanceResponse(AbstractModel):
7187
7098
  @property
7188
7099
  def InstanceId(self):
7189
7100
  """实例ID
7190
- 注意:此字段可能返回 null,表示取不到有效值。
7191
7101
  :rtype: str
7192
7102
  """
7193
7103
  return self._InstanceId
@@ -7199,7 +7109,6 @@ class ScaleUpInstanceResponse(AbstractModel):
7199
7109
  @property
7200
7110
  def ErrorMsg(self):
7201
7111
  """错误信息
7202
- 注意:此字段可能返回 null,表示取不到有效值。
7203
7112
  :rtype: str
7204
7113
  """
7205
7114
  return self._ErrorMsg
@@ -7235,7 +7144,6 @@ class ScheduleStrategy(AbstractModel):
7235
7144
  def __init__(self):
7236
7145
  r"""
7237
7146
  :param _CosBucketName: 备份桶名称
7238
- 注意:此字段可能返回 null,表示取不到有效值。
7239
7147
  :type CosBucketName: str
7240
7148
  :param _RetainDays: 备份保留天数
7241
7149
  :type RetainDays: int
@@ -7246,7 +7154,6 @@ class ScheduleStrategy(AbstractModel):
7246
7154
  :param _ScheduleId: 策略id
7247
7155
  :type ScheduleId: int
7248
7156
  :param _NextBackupTime: 下次备份时间
7249
- 注意:此字段可能返回 null,表示取不到有效值。
7250
7157
  :type NextBackupTime: str
7251
7158
  """
7252
7159
  self._CosBucketName = None
@@ -7259,7 +7166,6 @@ class ScheduleStrategy(AbstractModel):
7259
7166
  @property
7260
7167
  def CosBucketName(self):
7261
7168
  """备份桶名称
7262
- 注意:此字段可能返回 null,表示取不到有效值。
7263
7169
  :rtype: str
7264
7170
  """
7265
7171
  return self._CosBucketName
@@ -7315,7 +7221,6 @@ class ScheduleStrategy(AbstractModel):
7315
7221
  @property
7316
7222
  def NextBackupTime(self):
7317
7223
  """下次备份时间
7318
- 注意:此字段可能返回 null,表示取不到有效值。
7319
7224
  :rtype: str
7320
7225
  """
7321
7226
  return self._NextBackupTime
@@ -7408,6 +7313,87 @@ class SearchTags(AbstractModel):
7408
7313
 
7409
7314
 
7410
7315
 
7316
+ class SecondaryZoneInfo(AbstractModel):
7317
+ """副可用区详情
7318
+
7319
+ """
7320
+
7321
+ def __init__(self):
7322
+ r"""
7323
+ :param _SecondaryZone: 副可用区
7324
+ :type SecondaryZone: str
7325
+ :param _SecondarySubnet: 可用区可用的子网id
7326
+ :type SecondarySubnet: str
7327
+ :param _UserIpNum: 可用区可用的子网可用ip的数量
7328
+ :type UserIpNum: str
7329
+ :param _SecondaryUserSubnetIPNum: 可用区可用的子网可用ip的数量
7330
+ :type SecondaryUserSubnetIPNum: int
7331
+ """
7332
+ self._SecondaryZone = None
7333
+ self._SecondarySubnet = None
7334
+ self._UserIpNum = None
7335
+ self._SecondaryUserSubnetIPNum = None
7336
+
7337
+ @property
7338
+ def SecondaryZone(self):
7339
+ """副可用区
7340
+ :rtype: str
7341
+ """
7342
+ return self._SecondaryZone
7343
+
7344
+ @SecondaryZone.setter
7345
+ def SecondaryZone(self, SecondaryZone):
7346
+ self._SecondaryZone = SecondaryZone
7347
+
7348
+ @property
7349
+ def SecondarySubnet(self):
7350
+ """可用区可用的子网id
7351
+ :rtype: str
7352
+ """
7353
+ return self._SecondarySubnet
7354
+
7355
+ @SecondarySubnet.setter
7356
+ def SecondarySubnet(self, SecondarySubnet):
7357
+ self._SecondarySubnet = SecondarySubnet
7358
+
7359
+ @property
7360
+ def UserIpNum(self):
7361
+ """可用区可用的子网可用ip的数量
7362
+ :rtype: str
7363
+ """
7364
+ return self._UserIpNum
7365
+
7366
+ @UserIpNum.setter
7367
+ def UserIpNum(self, UserIpNum):
7368
+ self._UserIpNum = UserIpNum
7369
+
7370
+ @property
7371
+ def SecondaryUserSubnetIPNum(self):
7372
+ """可用区可用的子网可用ip的数量
7373
+ :rtype: int
7374
+ """
7375
+ return self._SecondaryUserSubnetIPNum
7376
+
7377
+ @SecondaryUserSubnetIPNum.setter
7378
+ def SecondaryUserSubnetIPNum(self, SecondaryUserSubnetIPNum):
7379
+ self._SecondaryUserSubnetIPNum = SecondaryUserSubnetIPNum
7380
+
7381
+
7382
+ def _deserialize(self, params):
7383
+ self._SecondaryZone = params.get("SecondaryZone")
7384
+ self._SecondarySubnet = params.get("SecondarySubnet")
7385
+ self._UserIpNum = params.get("UserIpNum")
7386
+ self._SecondaryUserSubnetIPNum = params.get("SecondaryUserSubnetIPNum")
7387
+ memeber_set = set(params.keys())
7388
+ for name, value in vars(self).items():
7389
+ property_name = name[1:]
7390
+ if property_name in memeber_set:
7391
+ memeber_set.remove(property_name)
7392
+ if len(memeber_set) > 0:
7393
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
7394
+
7395
+
7396
+
7411
7397
  class ServiceInfo(AbstractModel):
7412
7398
  """服务详细信息描述。
7413
7399
 
@@ -7416,10 +7402,8 @@ class ServiceInfo(AbstractModel):
7416
7402
  def __init__(self):
7417
7403
  r"""
7418
7404
  :param _Name: 服务名称
7419
- 注意:此字段可能返回 null,表示取不到有效值。
7420
7405
  :type Name: str
7421
7406
  :param _Version: 服务的版本
7422
- 注意:此字段可能返回 null,表示取不到有效值。
7423
7407
  :type Version: str
7424
7408
  """
7425
7409
  self._Name = None
@@ -7428,7 +7412,6 @@ class ServiceInfo(AbstractModel):
7428
7412
  @property
7429
7413
  def Name(self):
7430
7414
  """服务名称
7431
- 注意:此字段可能返回 null,表示取不到有效值。
7432
7415
  :rtype: str
7433
7416
  """
7434
7417
  return self._Name
@@ -7440,7 +7423,6 @@ class ServiceInfo(AbstractModel):
7440
7423
  @property
7441
7424
  def Version(self):
7442
7425
  """服务的版本
7443
- 注意:此字段可能返回 null,表示取不到有效值。
7444
7426
  :rtype: str
7445
7427
  """
7446
7428
  return self._Version