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
@@ -1548,13 +1548,10 @@ class CloneDBInstanceResponse(AbstractModel):
1548
1548
  def __init__(self):
1549
1549
  r"""
1550
1550
  :param _DealName: 订单号。
1551
- 注意:此字段可能返回 null,表示取不到有效值。
1552
1551
  :type DealName: str
1553
1552
  :param _BillId: 订单流水号。
1554
- 注意:此字段可能返回 null,表示取不到有效值。
1555
1553
  :type BillId: str
1556
1554
  :param _DBInstanceId: 克隆出的新实例ID,当前只支持后付费返回该值。
1557
- 注意:此字段可能返回 null,表示取不到有效值。
1558
1555
  :type DBInstanceId: str
1559
1556
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1560
1557
  :type RequestId: str
@@ -1567,7 +1564,6 @@ class CloneDBInstanceResponse(AbstractModel):
1567
1564
  @property
1568
1565
  def DealName(self):
1569
1566
  """订单号。
1570
- 注意:此字段可能返回 null,表示取不到有效值。
1571
1567
  :rtype: str
1572
1568
  """
1573
1569
  return self._DealName
@@ -1579,7 +1575,6 @@ class CloneDBInstanceResponse(AbstractModel):
1579
1575
  @property
1580
1576
  def BillId(self):
1581
1577
  """订单流水号。
1582
- 注意:此字段可能返回 null,表示取不到有效值。
1583
1578
  :rtype: str
1584
1579
  """
1585
1580
  return self._BillId
@@ -1591,7 +1586,6 @@ class CloneDBInstanceResponse(AbstractModel):
1591
1586
  @property
1592
1587
  def DBInstanceId(self):
1593
1588
  """克隆出的新实例ID,当前只支持后付费返回该值。
1594
- 注意:此字段可能返回 null,表示取不到有效值。
1595
1589
  :rtype: str
1596
1590
  """
1597
1591
  return self._DBInstanceId
@@ -2268,7 +2262,6 @@ class CreateDBInstanceNetworkAccessResponse(AbstractModel):
2268
2262
  def __init__(self):
2269
2263
  r"""
2270
2264
  :param _FlowId: 流程ID。
2271
- 注意:此字段可能返回 null,表示取不到有效值。
2272
2265
  :type FlowId: int
2273
2266
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2274
2267
  :type RequestId: str
@@ -2279,7 +2272,6 @@ class CreateDBInstanceNetworkAccessResponse(AbstractModel):
2279
2272
  @property
2280
2273
  def FlowId(self):
2281
2274
  """流程ID。
2282
- 注意:此字段可能返回 null,表示取不到有效值。
2283
2275
  :rtype: int
2284
2276
  """
2285
2277
  return self._FlowId
@@ -2943,6 +2935,8 @@ KeyId创建获取相关参考[开启透明数据加密](https://cloud.tencent.co
2943
2935
  :param _KMSRegion: 使用KMS服务的地域,KMSRegion为空默认使用本地域的KMS,本地域不支持的情况下需自选其他KMS支持的地域。
2944
2936
  KMSRegion相关介绍参考[开启透明数据加密](https://cloud.tencent.com/document/product/409/71749)
2945
2937
  :type KMSRegion: str
2938
+ :param _KMSClusterId: 指定KMS服务的集群,KMSClusterId为空使用默认集群的KMS,若选择指定KMS集群,则需要传入KMSClusterId。 KMSClusterId相关介绍参考开启透明数据加密
2939
+ :type KMSClusterId: str
2946
2940
  :param _DBEngine: 数据库引擎,支持:
2947
2941
  <li>postgresql:云数据库PostgreSQL</li>
2948
2942
  <li>mssql_compatible:MSSQL兼容-云数据库PostgreSQL</li>
@@ -2995,6 +2989,7 @@ mssql_compatible引擎:
2995
2989
  self._NeedSupportTDE = None
2996
2990
  self._KMSKeyId = None
2997
2991
  self._KMSRegion = None
2992
+ self._KMSClusterId = None
2998
2993
  self._DBEngine = None
2999
2994
  self._DBEngineConfig = None
3000
2995
  self._SyncMode = None
@@ -3321,6 +3316,17 @@ KMSRegion相关介绍参考[开启透明数据加密](https://cloud.tencent.com/
3321
3316
  def KMSRegion(self, KMSRegion):
3322
3317
  self._KMSRegion = KMSRegion
3323
3318
 
3319
+ @property
3320
+ def KMSClusterId(self):
3321
+ """指定KMS服务的集群,KMSClusterId为空使用默认集群的KMS,若选择指定KMS集群,则需要传入KMSClusterId。 KMSClusterId相关介绍参考开启透明数据加密
3322
+ :rtype: str
3323
+ """
3324
+ return self._KMSClusterId
3325
+
3326
+ @KMSClusterId.setter
3327
+ def KMSClusterId(self, KMSClusterId):
3328
+ self._KMSClusterId = KMSClusterId
3329
+
3324
3330
  @property
3325
3331
  def DBEngine(self):
3326
3332
  """数据库引擎,支持:
@@ -3420,6 +3426,7 @@ mssql_compatible引擎:
3420
3426
  self._NeedSupportTDE = params.get("NeedSupportTDE")
3421
3427
  self._KMSKeyId = params.get("KMSKeyId")
3422
3428
  self._KMSRegion = params.get("KMSRegion")
3429
+ self._KMSClusterId = params.get("KMSClusterId")
3423
3430
  self._DBEngine = params.get("DBEngine")
3424
3431
  self._DBEngineConfig = params.get("DBEngineConfig")
3425
3432
  self._SyncMode = params.get("SyncMode")
@@ -4178,7 +4185,6 @@ class CreateReadOnlyGroupNetworkAccessResponse(AbstractModel):
4178
4185
  def __init__(self):
4179
4186
  r"""
4180
4187
  :param _FlowId: 流程ID。
4181
- 注意:此字段可能返回 null,表示取不到有效值。
4182
4188
  :type FlowId: int
4183
4189
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4184
4190
  :type RequestId: str
@@ -4189,7 +4195,6 @@ class CreateReadOnlyGroupNetworkAccessResponse(AbstractModel):
4189
4195
  @property
4190
4196
  def FlowId(self):
4191
4197
  """流程ID。
4192
- 注意:此字段可能返回 null,表示取不到有效值。
4193
4198
  :rtype: int
4194
4199
  """
4195
4200
  return self._FlowId
@@ -4411,7 +4416,6 @@ class CreateReadOnlyGroupResponse(AbstractModel):
4411
4416
  :param _ReadOnlyGroupId: 只读组ID
4412
4417
  :type ReadOnlyGroupId: str
4413
4418
  :param _FlowId: 流程ID
4414
- 注意:此字段可能返回 null,表示取不到有效值。
4415
4419
  :type FlowId: int
4416
4420
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4417
4421
  :type RequestId: str
@@ -4434,7 +4438,6 @@ class CreateReadOnlyGroupResponse(AbstractModel):
4434
4438
  @property
4435
4439
  def FlowId(self):
4436
4440
  """流程ID
4437
- 注意:此字段可能返回 null,表示取不到有效值。
4438
4441
  :rtype: int
4439
4442
  """
4440
4443
  return self._FlowId
@@ -4680,7 +4683,6 @@ class DBBackup(AbstractModel):
4680
4683
  :param _ExternalAddr: 外网下载地址
4681
4684
  :type ExternalAddr: str
4682
4685
  :param _SetId: 备份集ID
4683
- 注意:此字段可能返回 null,表示取不到有效值。
4684
4686
  :type SetId: str
4685
4687
  """
4686
4688
  self._Id = None
@@ -4820,7 +4822,6 @@ class DBBackup(AbstractModel):
4820
4822
  @property
4821
4823
  def SetId(self):
4822
4824
  """备份集ID
4823
- 注意:此字段可能返回 null,表示取不到有效值。
4824
4825
  :rtype: str
4825
4826
  """
4826
4827
  return self._SetId
@@ -4883,12 +4884,10 @@ class DBInstance(AbstractModel):
4883
4884
  :param _DBInstanceClass: 售卖规格ID
4884
4885
  :type DBInstanceClass: str
4885
4886
  :param _DBMajorVersion: PostgreSQL大版本号,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取,目前支持10,11,12,13,14,15这几个大版本。
4886
- 注意:此字段可能返回 null,表示取不到有效值。
4887
4887
  :type DBMajorVersion: str
4888
4888
  :param _DBVersion: PostgreSQL社区大版本+小版本号,如12.4,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。
4889
4889
  :type DBVersion: str
4890
4890
  :param _DBKernelVersion: PostgreSQL内核版本号,如v12.7_r1.8,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。
4891
- 注意:此字段可能返回 null,表示取不到有效值。
4892
4891
  :type DBKernelVersion: str
4893
4892
  :param _DBInstanceType: 实例类型,类型有:
4894
4893
  <li>primary:主实例</li>
@@ -4930,19 +4929,14 @@ class DBInstance(AbstractModel):
4930
4929
  :param _ProjectId: 项目ID。
4931
4930
  :type ProjectId: int
4932
4931
  :param _TagList: 实例绑定的标签信息。
4933
- 注意:此字段可能返回 null,表示取不到有效值。
4934
4932
  :type TagList: list of Tag
4935
4933
  :param _MasterDBInstanceId: 主实例信息,仅在实例为只读实例时返回。
4936
- 注意:此字段可能返回 null,表示取不到有效值。
4937
4934
  :type MasterDBInstanceId: str
4938
4935
  :param _ReadOnlyInstanceNum: 只读实例数量。
4939
- 注意:此字段可能返回 null,表示取不到有效值。
4940
4936
  :type ReadOnlyInstanceNum: int
4941
4937
  :param _StatusInReadonlyGroup: 只读实例在只读组中的状态。
4942
- 注意:此字段可能返回 null,表示取不到有效值。
4943
4938
  :type StatusInReadonlyGroup: str
4944
4939
  :param _OfflineTime: 下线时间。
4945
- 注意:此字段可能返回 null,表示取不到有效值。
4946
4940
  :type OfflineTime: str
4947
4941
  :param _DBNodeSet: 实例的节点信息。
4948
4942
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4952,13 +4946,11 @@ class DBInstance(AbstractModel):
4952
4946
  <li>1:支持</li>
4953
4947
  默认值:0
4954
4948
  TDE数据加密可参考[数据透明加密概述](https://cloud.tencent.com/document/product/409/71748)
4955
- 注意:此字段可能返回 null,表示取不到有效值。
4956
4949
  :type IsSupportTDE: int
4957
4950
  :param _DBEngine: 数据库引擎,支持:
4958
4951
  <li>postgresql:云数据库PostgreSQL</li>
4959
4952
  <li>mssql_compatible:MSSQL兼容-云数据库PostgreSQL</li>
4960
4953
  默认值:postgresql
4961
- 注意:此字段可能返回 null,表示取不到有效值。
4962
4954
  :type DBEngine: str
4963
4955
  :param _DBEngineConfig: 数据库引擎的配置信息,配置格式如下:
4964
4956
  {"$key1":"$value1", "$key2":"$value2"}
@@ -4968,7 +4960,6 @@ mssql_compatible引擎:
4968
4960
  <li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:
4969
4961
  "af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。</li>
4970
4962
  <li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。</li>
4971
- 注意:此字段可能返回 null,表示取不到有效值。
4972
4963
  :type DBEngineConfig: str
4973
4964
  :param _NetworkAccessList: 实例网络信息列表(此字段已废弃)
4974
4965
  注意:此字段可能返回 null,表示取不到有效值。
@@ -5143,7 +5134,6 @@ mssql_compatible引擎:
5143
5134
  @property
5144
5135
  def DBMajorVersion(self):
5145
5136
  """PostgreSQL大版本号,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取,目前支持10,11,12,13,14,15这几个大版本。
5146
- 注意:此字段可能返回 null,表示取不到有效值。
5147
5137
  :rtype: str
5148
5138
  """
5149
5139
  return self._DBMajorVersion
@@ -5166,7 +5156,6 @@ mssql_compatible引擎:
5166
5156
  @property
5167
5157
  def DBKernelVersion(self):
5168
5158
  """PostgreSQL内核版本号,如v12.7_r1.8,版本信息可从[DescribeDBVersions](https://cloud.tencent.com/document/api/409/89018)获取。
5169
- 注意:此字段可能返回 null,表示取不到有效值。
5170
5159
  :rtype: str
5171
5160
  """
5172
5161
  return self._DBKernelVersion
@@ -5343,7 +5332,6 @@ mssql_compatible引擎:
5343
5332
  @property
5344
5333
  def TagList(self):
5345
5334
  """实例绑定的标签信息。
5346
- 注意:此字段可能返回 null,表示取不到有效值。
5347
5335
  :rtype: list of Tag
5348
5336
  """
5349
5337
  return self._TagList
@@ -5355,7 +5343,6 @@ mssql_compatible引擎:
5355
5343
  @property
5356
5344
  def MasterDBInstanceId(self):
5357
5345
  """主实例信息,仅在实例为只读实例时返回。
5358
- 注意:此字段可能返回 null,表示取不到有效值。
5359
5346
  :rtype: str
5360
5347
  """
5361
5348
  return self._MasterDBInstanceId
@@ -5367,7 +5354,6 @@ mssql_compatible引擎:
5367
5354
  @property
5368
5355
  def ReadOnlyInstanceNum(self):
5369
5356
  """只读实例数量。
5370
- 注意:此字段可能返回 null,表示取不到有效值。
5371
5357
  :rtype: int
5372
5358
  """
5373
5359
  return self._ReadOnlyInstanceNum
@@ -5379,7 +5365,6 @@ mssql_compatible引擎:
5379
5365
  @property
5380
5366
  def StatusInReadonlyGroup(self):
5381
5367
  """只读实例在只读组中的状态。
5382
- 注意:此字段可能返回 null,表示取不到有效值。
5383
5368
  :rtype: str
5384
5369
  """
5385
5370
  return self._StatusInReadonlyGroup
@@ -5391,7 +5376,6 @@ mssql_compatible引擎:
5391
5376
  @property
5392
5377
  def OfflineTime(self):
5393
5378
  """下线时间。
5394
- 注意:此字段可能返回 null,表示取不到有效值。
5395
5379
  :rtype: str
5396
5380
  """
5397
5381
  return self._OfflineTime
@@ -5419,7 +5403,6 @@ mssql_compatible引擎:
5419
5403
  <li>1:支持</li>
5420
5404
  默认值:0
5421
5405
  TDE数据加密可参考[数据透明加密概述](https://cloud.tencent.com/document/product/409/71748)
5422
- 注意:此字段可能返回 null,表示取不到有效值。
5423
5406
  :rtype: int
5424
5407
  """
5425
5408
  return self._IsSupportTDE
@@ -5434,7 +5417,6 @@ TDE数据加密可参考[数据透明加密概述](https://cloud.tencent.com/doc
5434
5417
  <li>postgresql:云数据库PostgreSQL</li>
5435
5418
  <li>mssql_compatible:MSSQL兼容-云数据库PostgreSQL</li>
5436
5419
  默认值:postgresql
5437
- 注意:此字段可能返回 null,表示取不到有效值。
5438
5420
  :rtype: str
5439
5421
  """
5440
5422
  return self._DBEngine
@@ -5453,7 +5435,6 @@ mssql_compatible引擎:
5453
5435
  <li>defaultLocale:排序区域规则,可选参数,在初始化后不可修改,默认为en_US,可选值如下:
5454
5436
  "af_ZA", "sq_AL", "ar_DZ", "ar_BH", "ar_EG", "ar_IQ", "ar_JO", "ar_KW", "ar_LB", "ar_LY", "ar_MA", "ar_OM", "ar_QA", "ar_SA", "ar_SY", "ar_TN", "ar_AE", "ar_YE", "hy_AM", "az_Cyrl_AZ", "az_Latn_AZ", "eu_ES", "be_BY", "bg_BG", "ca_ES", "zh_HK", "zh_MO", "zh_CN", "zh_SG", "zh_TW", "hr_HR", "cs_CZ", "da_DK", "nl_BE", "nl_NL", "en_AU", "en_BZ", "en_CA", "en_IE", "en_JM", "en_NZ", "en_PH", "en_ZA", "en_TT", "en_GB", "en_US", "en_ZW", "et_EE", "fo_FO", "fa_IR", "fi_FI", "fr_BE", "fr_CA", "fr_FR", "fr_LU", "fr_MC", "fr_CH", "mk_MK", "ka_GE", "de_AT", "de_DE", "de_LI", "de_LU", "de_CH", "el_GR", "gu_IN", "he_IL", "hi_IN", "hu_HU", "is_IS", "id_ID", "it_IT", "it_CH", "ja_JP", "kn_IN", "kok_IN", "ko_KR", "ky_KG", "lv_LV", "lt_LT", "ms_BN", "ms_MY", "mr_IN", "mn_MN", "nb_NO", "nn_NO", "pl_PL", "pt_BR", "pt_PT", "pa_IN", "ro_RO", "ru_RU", "sa_IN", "sr_Cyrl_RS", "sr_Latn_RS", "sk_SK", "sl_SI", "es_AR", "es_BO", "es_CL", "es_CO", "es_CR", "es_DO", "es_EC", "es_SV", "es_GT", "es_HN", "es_MX", "es_NI", "es_PA", "es_PY","es_PE", "es_PR", "es_ES", "es_TRADITIONAL", "es_UY", "es_VE", "sw_KE", "sv_FI", "sv_SE", "tt_RU", "te_IN", "th_TH", "tr_TR", "uk_UA", "ur_IN", "ur_PK", "uz_Cyrl_UZ", "uz_Latn_UZ", "vi_VN"。</li>
5455
5437
  <li>serverCollationName:排序规则名称,可选参数,在初始化后不可修改,默认为sql_latin1_general_cp1_ci_as,可选值如下:"bbf_unicode_general_ci_as", "bbf_unicode_cp1_ci_as", "bbf_unicode_CP1250_ci_as", "bbf_unicode_CP1251_ci_as", "bbf_unicode_cp1253_ci_as", "bbf_unicode_cp1254_ci_as", "bbf_unicode_cp1255_ci_as", "bbf_unicode_cp1256_ci_as", "bbf_unicode_cp1257_ci_as", "bbf_unicode_cp1258_ci_as", "bbf_unicode_cp874_ci_as", "sql_latin1_general_cp1250_ci_as", "sql_latin1_general_cp1251_ci_as", "sql_latin1_general_cp1_ci_as", "sql_latin1_general_cp1253_ci_as", "sql_latin1_general_cp1254_ci_as", "sql_latin1_general_cp1255_ci_as","sql_latin1_general_cp1256_ci_as", "sql_latin1_general_cp1257_ci_as", "sql_latin1_general_cp1258_ci_as", "chinese_prc_ci_as", "cyrillic_general_ci_as", "finnish_swedish_ci_as", "french_ci_as", "japanese_ci_as", "korean_wansung_ci_as", "latin1_general_ci_as", "modern_spanish_ci_as", "polish_ci_as", "thai_ci_as", "traditional_spanish_ci_as", "turkish_ci_as", "ukrainian_ci_as", "vietnamese_ci_as"。</li>
5456
- 注意:此字段可能返回 null,表示取不到有效值。
5457
5438
  :rtype: str
5458
5439
  """
5459
5440
  return self._DBEngineConfig
@@ -5577,13 +5558,10 @@ class DBInstanceNetInfo(AbstractModel):
5577
5558
  :param _Status: 网络连接状态,1、initing(未开通);2、opened(已开通);3、closed(已关闭);4、opening(开通中);5、closing(关闭中);
5578
5559
  :type Status: str
5579
5560
  :param _VpcId: 私有网络ID
5580
- 注意:此字段可能返回 null,表示取不到有效值。
5581
5561
  :type VpcId: str
5582
5562
  :param _SubnetId: 子网ID
5583
- 注意:此字段可能返回 null,表示取不到有效值。
5584
5563
  :type SubnetId: str
5585
5564
  :param _ProtocolType: 连接数据库的协议类型,当前支持:postgresql、mssql(MSSQL兼容语法)
5586
- 注意:此字段可能返回 null,表示取不到有效值。
5587
5565
  :type ProtocolType: str
5588
5566
  """
5589
5567
  self._Address = None
@@ -5653,7 +5631,6 @@ class DBInstanceNetInfo(AbstractModel):
5653
5631
  @property
5654
5632
  def VpcId(self):
5655
5633
  """私有网络ID
5656
- 注意:此字段可能返回 null,表示取不到有效值。
5657
5634
  :rtype: str
5658
5635
  """
5659
5636
  return self._VpcId
@@ -5665,7 +5642,6 @@ class DBInstanceNetInfo(AbstractModel):
5665
5642
  @property
5666
5643
  def SubnetId(self):
5667
5644
  """子网ID
5668
- 注意:此字段可能返回 null,表示取不到有效值。
5669
5645
  :rtype: str
5670
5646
  """
5671
5647
  return self._SubnetId
@@ -5677,7 +5653,6 @@ class DBInstanceNetInfo(AbstractModel):
5677
5653
  @property
5678
5654
  def ProtocolType(self):
5679
5655
  """连接数据库的协议类型,当前支持:postgresql、mssql(MSSQL兼容语法)
5680
- 注意:此字段可能返回 null,表示取不到有效值。
5681
5656
  :rtype: str
5682
5657
  """
5683
5658
  return self._ProtocolType
@@ -5720,7 +5695,6 @@ Standby,代表备节点。
5720
5695
  :param _Zone: 节点所在可用区,例如 ap-guangzhou-1。
5721
5696
  :type Zone: str
5722
5697
  :param _DedicatedClusterId: 专属集群ID
5723
- 注意:此字段可能返回 null,表示取不到有效值。
5724
5698
  :type DedicatedClusterId: str
5725
5699
  """
5726
5700
  self._Role = None
@@ -5754,7 +5728,6 @@ Standby,代表备节点。
5754
5728
  @property
5755
5729
  def DedicatedClusterId(self):
5756
5730
  """专属集群ID
5757
- 注意:此字段可能返回 null,表示取不到有效值。
5758
5731
  :rtype: str
5759
5732
  """
5760
5733
  return self._DedicatedClusterId
@@ -5786,28 +5759,20 @@ class Database(AbstractModel):
5786
5759
  def __init__(self):
5787
5760
  r"""
5788
5761
  :param _DatabaseName: 数据库名
5789
- 注意:此字段可能返回 null,表示取不到有效值。
5790
5762
  :type DatabaseName: str
5791
5763
  :param _DatabaseOwner: 数据库所有者
5792
- 注意:此字段可能返回 null,表示取不到有效值。
5793
5764
  :type DatabaseOwner: str
5794
5765
  :param _Encoding: 数据库字符编码
5795
- 注意:此字段可能返回 null,表示取不到有效值。
5796
5766
  :type Encoding: str
5797
5767
  :param _Collate: 数据库排序规则
5798
- 注意:此字段可能返回 null,表示取不到有效值。
5799
5768
  :type Collate: str
5800
5769
  :param _Ctype: 数据库字符分类
5801
- 注意:此字段可能返回 null,表示取不到有效值。
5802
5770
  :type Ctype: str
5803
5771
  :param _AllowConn: 数据库是否允许连接
5804
- 注意:此字段可能返回 null,表示取不到有效值。
5805
5772
  :type AllowConn: bool
5806
5773
  :param _ConnLimit: 数据库最大连接数,-1表示无限制
5807
- 注意:此字段可能返回 null,表示取不到有效值。
5808
5774
  :type ConnLimit: int
5809
5775
  :param _Privileges: 数据库权限列表
5810
- 注意:此字段可能返回 null,表示取不到有效值。
5811
5776
  :type Privileges: str
5812
5777
  """
5813
5778
  self._DatabaseName = None
@@ -5822,7 +5787,6 @@ class Database(AbstractModel):
5822
5787
  @property
5823
5788
  def DatabaseName(self):
5824
5789
  """数据库名
5825
- 注意:此字段可能返回 null,表示取不到有效值。
5826
5790
  :rtype: str
5827
5791
  """
5828
5792
  return self._DatabaseName
@@ -5834,7 +5798,6 @@ class Database(AbstractModel):
5834
5798
  @property
5835
5799
  def DatabaseOwner(self):
5836
5800
  """数据库所有者
5837
- 注意:此字段可能返回 null,表示取不到有效值。
5838
5801
  :rtype: str
5839
5802
  """
5840
5803
  return self._DatabaseOwner
@@ -5846,7 +5809,6 @@ class Database(AbstractModel):
5846
5809
  @property
5847
5810
  def Encoding(self):
5848
5811
  """数据库字符编码
5849
- 注意:此字段可能返回 null,表示取不到有效值。
5850
5812
  :rtype: str
5851
5813
  """
5852
5814
  return self._Encoding
@@ -5858,7 +5820,6 @@ class Database(AbstractModel):
5858
5820
  @property
5859
5821
  def Collate(self):
5860
5822
  """数据库排序规则
5861
- 注意:此字段可能返回 null,表示取不到有效值。
5862
5823
  :rtype: str
5863
5824
  """
5864
5825
  return self._Collate
@@ -5870,7 +5831,6 @@ class Database(AbstractModel):
5870
5831
  @property
5871
5832
  def Ctype(self):
5872
5833
  """数据库字符分类
5873
- 注意:此字段可能返回 null,表示取不到有效值。
5874
5834
  :rtype: str
5875
5835
  """
5876
5836
  return self._Ctype
@@ -5882,7 +5842,6 @@ class Database(AbstractModel):
5882
5842
  @property
5883
5843
  def AllowConn(self):
5884
5844
  """数据库是否允许连接
5885
- 注意:此字段可能返回 null,表示取不到有效值。
5886
5845
  :rtype: bool
5887
5846
  """
5888
5847
  return self._AllowConn
@@ -5894,7 +5853,6 @@ class Database(AbstractModel):
5894
5853
  @property
5895
5854
  def ConnLimit(self):
5896
5855
  """数据库最大连接数,-1表示无限制
5897
- 注意:此字段可能返回 null,表示取不到有效值。
5898
5856
  :rtype: int
5899
5857
  """
5900
5858
  return self._ConnLimit
@@ -5906,7 +5864,6 @@ class Database(AbstractModel):
5906
5864
  @property
5907
5865
  def Privileges(self):
5908
5866
  """数据库权限列表
5909
- 注意:此字段可能返回 null,表示取不到有效值。
5910
5867
  :rtype: str
5911
5868
  """
5912
5869
  return self._Privileges
@@ -5943,19 +5900,14 @@ class DatabaseObject(AbstractModel):
5943
5900
  def __init__(self):
5944
5901
  r"""
5945
5902
  :param _ObjectType: 支持使用的数据库对象类型有:account,database,schema,sequence,procedure,type,function,table,view,matview,column。
5946
- 注意:此字段可能返回 null,表示取不到有效值。
5947
5903
  :type ObjectType: str
5948
5904
  :param _ObjectName: 所描述的数据库对象名称
5949
- 注意:此字段可能返回 null,表示取不到有效值。
5950
5905
  :type ObjectName: str
5951
5906
  :param _DatabaseName: 所要描述的数据库对象,所属的数据库名称。当描述对象类型不为database时,此参数必选。
5952
- 注意:此字段可能返回 null,表示取不到有效值。
5953
5907
  :type DatabaseName: str
5954
5908
  :param _SchemaName: 所要描述的数据库对象,所属的模式名称。当描述对象不为database、schema时,此参数必选。
5955
- 注意:此字段可能返回 null,表示取不到有效值。
5956
5909
  :type SchemaName: str
5957
5910
  :param _TableName: 所要描述的数据库对象,所属的表名称。当描述的对象类型为column时,此参数必填。
5958
- 注意:此字段可能返回 null,表示取不到有效值。
5959
5911
  :type TableName: str
5960
5912
  """
5961
5913
  self._ObjectType = None
@@ -5967,7 +5919,6 @@ class DatabaseObject(AbstractModel):
5967
5919
  @property
5968
5920
  def ObjectType(self):
5969
5921
  """支持使用的数据库对象类型有:account,database,schema,sequence,procedure,type,function,table,view,matview,column。
5970
- 注意:此字段可能返回 null,表示取不到有效值。
5971
5922
  :rtype: str
5972
5923
  """
5973
5924
  return self._ObjectType
@@ -5979,7 +5930,6 @@ class DatabaseObject(AbstractModel):
5979
5930
  @property
5980
5931
  def ObjectName(self):
5981
5932
  """所描述的数据库对象名称
5982
- 注意:此字段可能返回 null,表示取不到有效值。
5983
5933
  :rtype: str
5984
5934
  """
5985
5935
  return self._ObjectName
@@ -5991,7 +5941,6 @@ class DatabaseObject(AbstractModel):
5991
5941
  @property
5992
5942
  def DatabaseName(self):
5993
5943
  """所要描述的数据库对象,所属的数据库名称。当描述对象类型不为database时,此参数必选。
5994
- 注意:此字段可能返回 null,表示取不到有效值。
5995
5944
  :rtype: str
5996
5945
  """
5997
5946
  return self._DatabaseName
@@ -6003,7 +5952,6 @@ class DatabaseObject(AbstractModel):
6003
5952
  @property
6004
5953
  def SchemaName(self):
6005
5954
  """所要描述的数据库对象,所属的模式名称。当描述对象不为database、schema时,此参数必选。
6006
- 注意:此字段可能返回 null,表示取不到有效值。
6007
5955
  :rtype: str
6008
5956
  """
6009
5957
  return self._SchemaName
@@ -6015,7 +5963,6 @@ class DatabaseObject(AbstractModel):
6015
5963
  @property
6016
5964
  def TableName(self):
6017
5965
  """所要描述的数据库对象,所属的表名称。当描述的对象类型为column时,此参数必填。
6018
- 注意:此字段可能返回 null,表示取不到有效值。
6019
5966
  :rtype: str
6020
5967
  """
6021
5968
  return self._TableName
@@ -6106,37 +6053,26 @@ class DedicatedCluster(AbstractModel):
6106
6053
  def __init__(self):
6107
6054
  r"""
6108
6055
  :param _DedicatedClusterId: 专属集群ID
6109
- 注意:此字段可能返回 null,表示取不到有效值。
6110
6056
  :type DedicatedClusterId: str
6111
6057
  :param _Name: 专属集群名称
6112
- 注意:此字段可能返回 null,表示取不到有效值。
6113
6058
  :type Name: str
6114
6059
  :param _Zone: 专属集群所在可用区
6115
- 注意:此字段可能返回 null,表示取不到有效值。
6116
6060
  :type Zone: str
6117
6061
  :param _StandbyDedicatedClusterSet: 灾备集群
6118
- 注意:此字段可能返回 null,表示取不到有效值。
6119
6062
  :type StandbyDedicatedClusterSet: list of str
6120
6063
  :param _InstanceCount: 实例数量
6121
- 注意:此字段可能返回 null,表示取不到有效值。
6122
6064
  :type InstanceCount: int
6123
6065
  :param _CpuTotal: Cpu总量
6124
- 注意:此字段可能返回 null,表示取不到有效值。
6125
6066
  :type CpuTotal: int
6126
6067
  :param _CpuAvailable: Cpu可用数量
6127
- 注意:此字段可能返回 null,表示取不到有效值。
6128
6068
  :type CpuAvailable: int
6129
6069
  :param _MemTotal: 内存总量
6130
- 注意:此字段可能返回 null,表示取不到有效值。
6131
6070
  :type MemTotal: int
6132
6071
  :param _MemAvailable: 内存可用量
6133
- 注意:此字段可能返回 null,表示取不到有效值。
6134
6072
  :type MemAvailable: int
6135
6073
  :param _DiskTotal: 磁盘总量
6136
- 注意:此字段可能返回 null,表示取不到有效值。
6137
6074
  :type DiskTotal: int
6138
6075
  :param _DiskAvailable: 磁盘可用量
6139
- 注意:此字段可能返回 null,表示取不到有效值。
6140
6076
  :type DiskAvailable: int
6141
6077
  """
6142
6078
  self._DedicatedClusterId = None
@@ -6154,7 +6090,6 @@ class DedicatedCluster(AbstractModel):
6154
6090
  @property
6155
6091
  def DedicatedClusterId(self):
6156
6092
  """专属集群ID
6157
- 注意:此字段可能返回 null,表示取不到有效值。
6158
6093
  :rtype: str
6159
6094
  """
6160
6095
  return self._DedicatedClusterId
@@ -6166,7 +6101,6 @@ class DedicatedCluster(AbstractModel):
6166
6101
  @property
6167
6102
  def Name(self):
6168
6103
  """专属集群名称
6169
- 注意:此字段可能返回 null,表示取不到有效值。
6170
6104
  :rtype: str
6171
6105
  """
6172
6106
  return self._Name
@@ -6178,7 +6112,6 @@ class DedicatedCluster(AbstractModel):
6178
6112
  @property
6179
6113
  def Zone(self):
6180
6114
  """专属集群所在可用区
6181
- 注意:此字段可能返回 null,表示取不到有效值。
6182
6115
  :rtype: str
6183
6116
  """
6184
6117
  return self._Zone
@@ -6190,7 +6123,6 @@ class DedicatedCluster(AbstractModel):
6190
6123
  @property
6191
6124
  def StandbyDedicatedClusterSet(self):
6192
6125
  """灾备集群
6193
- 注意:此字段可能返回 null,表示取不到有效值。
6194
6126
  :rtype: list of str
6195
6127
  """
6196
6128
  return self._StandbyDedicatedClusterSet
@@ -6202,7 +6134,6 @@ class DedicatedCluster(AbstractModel):
6202
6134
  @property
6203
6135
  def InstanceCount(self):
6204
6136
  """实例数量
6205
- 注意:此字段可能返回 null,表示取不到有效值。
6206
6137
  :rtype: int
6207
6138
  """
6208
6139
  return self._InstanceCount
@@ -6214,7 +6145,6 @@ class DedicatedCluster(AbstractModel):
6214
6145
  @property
6215
6146
  def CpuTotal(self):
6216
6147
  """Cpu总量
6217
- 注意:此字段可能返回 null,表示取不到有效值。
6218
6148
  :rtype: int
6219
6149
  """
6220
6150
  return self._CpuTotal
@@ -6226,7 +6156,6 @@ class DedicatedCluster(AbstractModel):
6226
6156
  @property
6227
6157
  def CpuAvailable(self):
6228
6158
  """Cpu可用数量
6229
- 注意:此字段可能返回 null,表示取不到有效值。
6230
6159
  :rtype: int
6231
6160
  """
6232
6161
  return self._CpuAvailable
@@ -6238,7 +6167,6 @@ class DedicatedCluster(AbstractModel):
6238
6167
  @property
6239
6168
  def MemTotal(self):
6240
6169
  """内存总量
6241
- 注意:此字段可能返回 null,表示取不到有效值。
6242
6170
  :rtype: int
6243
6171
  """
6244
6172
  return self._MemTotal
@@ -6250,7 +6178,6 @@ class DedicatedCluster(AbstractModel):
6250
6178
  @property
6251
6179
  def MemAvailable(self):
6252
6180
  """内存可用量
6253
- 注意:此字段可能返回 null,表示取不到有效值。
6254
6181
  :rtype: int
6255
6182
  """
6256
6183
  return self._MemAvailable
@@ -6262,7 +6189,6 @@ class DedicatedCluster(AbstractModel):
6262
6189
  @property
6263
6190
  def DiskTotal(self):
6264
6191
  """磁盘总量
6265
- 注意:此字段可能返回 null,表示取不到有效值。
6266
6192
  :rtype: int
6267
6193
  """
6268
6194
  return self._DiskTotal
@@ -6274,7 +6200,6 @@ class DedicatedCluster(AbstractModel):
6274
6200
  @property
6275
6201
  def DiskAvailable(self):
6276
6202
  """磁盘可用量
6277
- 注意:此字段可能返回 null,表示取不到有效值。
6278
6203
  :rtype: int
6279
6204
  """
6280
6205
  return self._DiskAvailable
@@ -6632,7 +6557,6 @@ class DeleteDBInstanceNetworkAccessResponse(AbstractModel):
6632
6557
  def __init__(self):
6633
6558
  r"""
6634
6559
  :param _FlowId: 流程ID。
6635
- 注意:此字段可能返回 null,表示取不到有效值。
6636
6560
  :type FlowId: int
6637
6561
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6638
6562
  :type RequestId: str
@@ -6643,7 +6567,6 @@ class DeleteDBInstanceNetworkAccessResponse(AbstractModel):
6643
6567
  @property
6644
6568
  def FlowId(self):
6645
6569
  """流程ID。
6646
- 注意:此字段可能返回 null,表示取不到有效值。
6647
6570
  :rtype: int
6648
6571
  """
6649
6572
  return self._FlowId
@@ -6901,7 +6824,6 @@ class DeleteReadOnlyGroupNetworkAccessResponse(AbstractModel):
6901
6824
  def __init__(self):
6902
6825
  r"""
6903
6826
  :param _FlowId: 流程ID。
6904
- 注意:此字段可能返回 null,表示取不到有效值。
6905
6827
  :type FlowId: int
6906
6828
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6907
6829
  :type RequestId: str
@@ -6912,7 +6834,6 @@ class DeleteReadOnlyGroupNetworkAccessResponse(AbstractModel):
6912
6834
  @property
6913
6835
  def FlowId(self):
6914
6836
  """流程ID。
6915
- 注意:此字段可能返回 null,表示取不到有效值。
6916
6837
  :rtype: int
6917
6838
  """
6918
6839
  return self._FlowId
@@ -6982,7 +6903,6 @@ class DeleteReadOnlyGroupResponse(AbstractModel):
6982
6903
  def __init__(self):
6983
6904
  r"""
6984
6905
  :param _FlowId: 流程ID
6985
- 注意:此字段可能返回 null,表示取不到有效值。
6986
6906
  :type FlowId: int
6987
6907
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6988
6908
  :type RequestId: str
@@ -6993,7 +6913,6 @@ class DeleteReadOnlyGroupResponse(AbstractModel):
6993
6913
  @property
6994
6914
  def FlowId(self):
6995
6915
  """流程ID
6996
- 注意:此字段可能返回 null,表示取不到有效值。
6997
6916
  :rtype: int
6998
6917
  """
6999
6918
  return self._FlowId
@@ -7486,16 +7405,12 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7486
7405
  :param _RestrictionType: 备份文件下载限制类型,NONE 无限制,内外网都可以下载;INTRANET 只允许内网下载;CUSTOMIZE 自定义限制下载的vpc或ip。
7487
7406
  :type RestrictionType: str
7488
7407
  :param _VpcRestrictionEffect: vpc限制效力,ALLOW 允许;DENY 拒绝。
7489
- 注意:此字段可能返回 null,表示取不到有效值。
7490
7408
  :type VpcRestrictionEffect: str
7491
7409
  :param _VpcIdSet: 允许或拒绝下载备份文件的vpcId列表。
7492
- 注意:此字段可能返回 null,表示取不到有效值。
7493
7410
  :type VpcIdSet: list of str
7494
7411
  :param _IpRestrictionEffect: ip限制效力,ALLOW 允许;DENY 拒绝。
7495
- 注意:此字段可能返回 null,表示取不到有效值。
7496
7412
  :type IpRestrictionEffect: str
7497
7413
  :param _IpSet: 允许或拒绝下载备份文件的ip列表。
7498
- 注意:此字段可能返回 null,表示取不到有效值。
7499
7414
  :type IpSet: list of str
7500
7415
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7501
7416
  :type RequestId: str
@@ -7521,7 +7436,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7521
7436
  @property
7522
7437
  def VpcRestrictionEffect(self):
7523
7438
  """vpc限制效力,ALLOW 允许;DENY 拒绝。
7524
- 注意:此字段可能返回 null,表示取不到有效值。
7525
7439
  :rtype: str
7526
7440
  """
7527
7441
  return self._VpcRestrictionEffect
@@ -7533,7 +7447,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7533
7447
  @property
7534
7448
  def VpcIdSet(self):
7535
7449
  """允许或拒绝下载备份文件的vpcId列表。
7536
- 注意:此字段可能返回 null,表示取不到有效值。
7537
7450
  :rtype: list of str
7538
7451
  """
7539
7452
  return self._VpcIdSet
@@ -7545,7 +7458,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7545
7458
  @property
7546
7459
  def IpRestrictionEffect(self):
7547
7460
  """ip限制效力,ALLOW 允许;DENY 拒绝。
7548
- 注意:此字段可能返回 null,表示取不到有效值。
7549
7461
  :rtype: str
7550
7462
  """
7551
7463
  return self._IpRestrictionEffect
@@ -7557,7 +7469,6 @@ class DescribeBackupDownloadRestrictionResponse(AbstractModel):
7557
7469
  @property
7558
7470
  def IpSet(self):
7559
7471
  """允许或拒绝下载备份文件的ip列表。
7560
- 注意:此字段可能返回 null,表示取不到有效值。
7561
7472
  :rtype: list of str
7562
7473
  """
7563
7474
  return self._IpSet
@@ -10259,7 +10170,6 @@ class DescribeDatabaseObjectsResponse(AbstractModel):
10259
10170
  注意:此字段可能返回 null,表示取不到有效值。
10260
10171
  :type ObjectSet: list of str
10261
10172
  :param _TotalCount: 查询对象总数量
10262
- 注意:此字段可能返回 null,表示取不到有效值。
10263
10173
  :type TotalCount: int
10264
10174
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10265
10175
  :type RequestId: str
@@ -10283,7 +10193,6 @@ class DescribeDatabaseObjectsResponse(AbstractModel):
10283
10193
  @property
10284
10194
  def TotalCount(self):
10285
10195
  """查询对象总数量
10286
- 注意:此字段可能返回 null,表示取不到有效值。
10287
10196
  :rtype: int
10288
10197
  """
10289
10198
  return self._TotalCount
@@ -10725,7 +10634,6 @@ class DescribeEncryptionKeysResponse(AbstractModel):
10725
10634
  def __init__(self):
10726
10635
  r"""
10727
10636
  :param _EncryptionKeys: 实例密钥信息列表。
10728
- 注意:此字段可能返回 null,表示取不到有效值。
10729
10637
  :type EncryptionKeys: list of EncryptionKey
10730
10638
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10731
10639
  :type RequestId: str
@@ -10736,7 +10644,6 @@ class DescribeEncryptionKeysResponse(AbstractModel):
10736
10644
  @property
10737
10645
  def EncryptionKeys(self):
10738
10646
  """实例密钥信息列表。
10739
- 注意:此字段可能返回 null,表示取不到有效值。
10740
10647
  :rtype: list of EncryptionKey
10741
10648
  """
10742
10649
  return self._EncryptionKeys
@@ -11234,25 +11141,19 @@ class DescribeParameterTemplateAttributesResponse(AbstractModel):
11234
11141
  def __init__(self):
11235
11142
  r"""
11236
11143
  :param _TemplateId: 参数模板ID
11237
- 注意:此字段可能返回 null,表示取不到有效值。
11238
11144
  :type TemplateId: str
11239
11145
  :param _TotalCount: 参数模板包含的参数个数
11240
- 注意:此字段可能返回 null,表示取不到有效值。
11241
11146
  :type TotalCount: int
11242
11147
  :param _ParamInfoSet: 参数模板包含的参数信息
11243
11148
  注意:此字段可能返回 null,表示取不到有效值。
11244
11149
  :type ParamInfoSet: list of ParamInfo
11245
11150
  :param _TemplateName: 参数模板名称
11246
- 注意:此字段可能返回 null,表示取不到有效值。
11247
11151
  :type TemplateName: str
11248
11152
  :param _DBMajorVersion: 参数模板适用的数据库版本
11249
- 注意:此字段可能返回 null,表示取不到有效值。
11250
11153
  :type DBMajorVersion: str
11251
11154
  :param _DBEngine: 参数模板适用的数据库引擎
11252
- 注意:此字段可能返回 null,表示取不到有效值。
11253
11155
  :type DBEngine: str
11254
11156
  :param _TemplateDescription: 参数模板描述
11255
- 注意:此字段可能返回 null,表示取不到有效值。
11256
11157
  :type TemplateDescription: str
11257
11158
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11258
11159
  :type RequestId: str
@@ -11269,7 +11170,6 @@ class DescribeParameterTemplateAttributesResponse(AbstractModel):
11269
11170
  @property
11270
11171
  def TemplateId(self):
11271
11172
  """参数模板ID
11272
- 注意:此字段可能返回 null,表示取不到有效值。
11273
11173
  :rtype: str
11274
11174
  """
11275
11175
  return self._TemplateId
@@ -11281,7 +11181,6 @@ class DescribeParameterTemplateAttributesResponse(AbstractModel):
11281
11181
  @property
11282
11182
  def TotalCount(self):
11283
11183
  """参数模板包含的参数个数
11284
- 注意:此字段可能返回 null,表示取不到有效值。
11285
11184
  :rtype: int
11286
11185
  """
11287
11186
  return self._TotalCount
@@ -11305,7 +11204,6 @@ class DescribeParameterTemplateAttributesResponse(AbstractModel):
11305
11204
  @property
11306
11205
  def TemplateName(self):
11307
11206
  """参数模板名称
11308
- 注意:此字段可能返回 null,表示取不到有效值。
11309
11207
  :rtype: str
11310
11208
  """
11311
11209
  return self._TemplateName
@@ -11317,7 +11215,6 @@ class DescribeParameterTemplateAttributesResponse(AbstractModel):
11317
11215
  @property
11318
11216
  def DBMajorVersion(self):
11319
11217
  """参数模板适用的数据库版本
11320
- 注意:此字段可能返回 null,表示取不到有效值。
11321
11218
  :rtype: str
11322
11219
  """
11323
11220
  return self._DBMajorVersion
@@ -11329,7 +11226,6 @@ class DescribeParameterTemplateAttributesResponse(AbstractModel):
11329
11226
  @property
11330
11227
  def DBEngine(self):
11331
11228
  """参数模板适用的数据库引擎
11332
- 注意:此字段可能返回 null,表示取不到有效值。
11333
11229
  :rtype: str
11334
11230
  """
11335
11231
  return self._DBEngine
@@ -11341,7 +11237,6 @@ class DescribeParameterTemplateAttributesResponse(AbstractModel):
11341
11237
  @property
11342
11238
  def TemplateDescription(self):
11343
11239
  """参数模板描述
11344
- 注意:此字段可能返回 null,表示取不到有效值。
11345
11240
  :rtype: str
11346
11241
  """
11347
11242
  return self._TemplateDescription
@@ -12091,7 +11986,6 @@ class DescribeServerlessDBInstancesResponse(AbstractModel):
12091
11986
  :param _TotalCount: 查询结果数
12092
11987
  :type TotalCount: int
12093
11988
  :param _DBInstanceSet: 查询结果
12094
- 注意:此字段可能返回 null,表示取不到有效值。
12095
11989
  :type DBInstanceSet: list of ServerlessDBInstance
12096
11990
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12097
11991
  :type RequestId: str
@@ -12114,7 +12008,6 @@ class DescribeServerlessDBInstancesResponse(AbstractModel):
12114
12008
  @property
12115
12009
  def DBInstanceSet(self):
12116
12010
  """查询结果
12117
- 注意:此字段可能返回 null,表示取不到有效值。
12118
12011
  :rtype: list of ServerlessDBInstance
12119
12012
  """
12120
12013
  return self._DBInstanceSet
@@ -12498,10 +12391,8 @@ class DescribeSlowQueryListResponse(AbstractModel):
12498
12391
  :param _TotalCount: 查询到的慢日志数量,最大值为10000条。
12499
12392
  :type TotalCount: int
12500
12393
  :param _DurationAnalysis: 查询到的慢日志耗时分段分析结果。
12501
- 注意:此字段可能返回 null,表示取不到有效值。
12502
12394
  :type DurationAnalysis: list of DurationAnalysis
12503
12395
  :param _RawSlowQueryList: 查询到的慢日志详细信息集合。
12504
- 注意:此字段可能返回 null,表示取不到有效值。
12505
12396
  :type RawSlowQueryList: list of RawSlowQuery
12506
12397
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12507
12398
  :type RequestId: str
@@ -12525,7 +12416,6 @@ class DescribeSlowQueryListResponse(AbstractModel):
12525
12416
  @property
12526
12417
  def DurationAnalysis(self):
12527
12418
  """查询到的慢日志耗时分段分析结果。
12528
- 注意:此字段可能返回 null,表示取不到有效值。
12529
12419
  :rtype: list of DurationAnalysis
12530
12420
  """
12531
12421
  return self._DurationAnalysis
@@ -12537,7 +12427,6 @@ class DescribeSlowQueryListResponse(AbstractModel):
12537
12427
  @property
12538
12428
  def RawSlowQueryList(self):
12539
12429
  """查询到的慢日志详细信息集合。
12540
- 注意:此字段可能返回 null,表示取不到有效值。
12541
12430
  :rtype: list of RawSlowQuery
12542
12431
  """
12543
12432
  return self._RawSlowQueryList
@@ -12924,7 +12813,6 @@ class Detail(AbstractModel):
12924
12813
  :param _TotalCallNum: 输入时间范围内所有慢sql总条数
12925
12814
  :type TotalCallNum: int
12926
12815
  :param _AnalysisItems: 慢SQL统计分析列表
12927
- 注意:此字段可能返回 null,表示取不到有效值。
12928
12816
  :type AnalysisItems: list of AnalysisItems
12929
12817
  """
12930
12818
  self._TotalTime = None
@@ -12956,7 +12844,6 @@ class Detail(AbstractModel):
12956
12844
  @property
12957
12845
  def AnalysisItems(self):
12958
12846
  """慢SQL统计分析列表
12959
- 注意:此字段可能返回 null,表示取不到有效值。
12960
12847
  :rtype: list of AnalysisItems
12961
12848
  """
12962
12849
  return self._AnalysisItems
@@ -13163,23 +13050,19 @@ class EncryptionKey(AbstractModel):
13163
13050
  def __init__(self):
13164
13051
  r"""
13165
13052
  :param _KeyId: KMS实例加密的KeyId。
13166
- 注意:此字段可能返回 null,表示取不到有效值。
13167
13053
  :type KeyId: str
13168
13054
  :param _KeyAlias: KMS实例加密Key的别名。
13169
- 注意:此字段可能返回 null,表示取不到有效值。
13170
13055
  :type KeyAlias: str
13171
13056
  :param _DEKCipherTextBlob: 实例加密密钥DEK的密文。
13172
- 注意:此字段可能返回 null,表示取不到有效值。
13173
13057
  :type DEKCipherTextBlob: str
13174
13058
  :param _IsEnabled: 密钥是否启用,1-启用, 0-未启用。
13175
- 注意:此字段可能返回 null,表示取不到有效值。
13176
13059
  :type IsEnabled: int
13177
13060
  :param _KeyRegion: KMS密钥所在地域。
13178
- 注意:此字段可能返回 null,表示取不到有效值。
13179
13061
  :type KeyRegion: str
13180
13062
  :param _CreateTime: DEK密钥创建时间。
13181
- 注意:此字段可能返回 null,表示取不到有效值。
13182
13063
  :type CreateTime: str
13064
+ :param _KMSClusterId: 密钥所在的KMS服务集群Id,为空表示密钥在默认的KMS集群中,不为空表示在指定的KMS服务集群中
13065
+ :type KMSClusterId: str
13183
13066
  """
13184
13067
  self._KeyId = None
13185
13068
  self._KeyAlias = None
@@ -13187,11 +13070,11 @@ class EncryptionKey(AbstractModel):
13187
13070
  self._IsEnabled = None
13188
13071
  self._KeyRegion = None
13189
13072
  self._CreateTime = None
13073
+ self._KMSClusterId = None
13190
13074
 
13191
13075
  @property
13192
13076
  def KeyId(self):
13193
13077
  """KMS实例加密的KeyId。
13194
- 注意:此字段可能返回 null,表示取不到有效值。
13195
13078
  :rtype: str
13196
13079
  """
13197
13080
  return self._KeyId
@@ -13203,7 +13086,6 @@ class EncryptionKey(AbstractModel):
13203
13086
  @property
13204
13087
  def KeyAlias(self):
13205
13088
  """KMS实例加密Key的别名。
13206
- 注意:此字段可能返回 null,表示取不到有效值。
13207
13089
  :rtype: str
13208
13090
  """
13209
13091
  return self._KeyAlias
@@ -13215,7 +13097,6 @@ class EncryptionKey(AbstractModel):
13215
13097
  @property
13216
13098
  def DEKCipherTextBlob(self):
13217
13099
  """实例加密密钥DEK的密文。
13218
- 注意:此字段可能返回 null,表示取不到有效值。
13219
13100
  :rtype: str
13220
13101
  """
13221
13102
  return self._DEKCipherTextBlob
@@ -13227,7 +13108,6 @@ class EncryptionKey(AbstractModel):
13227
13108
  @property
13228
13109
  def IsEnabled(self):
13229
13110
  """密钥是否启用,1-启用, 0-未启用。
13230
- 注意:此字段可能返回 null,表示取不到有效值。
13231
13111
  :rtype: int
13232
13112
  """
13233
13113
  return self._IsEnabled
@@ -13239,7 +13119,6 @@ class EncryptionKey(AbstractModel):
13239
13119
  @property
13240
13120
  def KeyRegion(self):
13241
13121
  """KMS密钥所在地域。
13242
- 注意:此字段可能返回 null,表示取不到有效值。
13243
13122
  :rtype: str
13244
13123
  """
13245
13124
  return self._KeyRegion
@@ -13251,7 +13130,6 @@ class EncryptionKey(AbstractModel):
13251
13130
  @property
13252
13131
  def CreateTime(self):
13253
13132
  """DEK密钥创建时间。
13254
- 注意:此字段可能返回 null,表示取不到有效值。
13255
13133
  :rtype: str
13256
13134
  """
13257
13135
  return self._CreateTime
@@ -13260,6 +13138,17 @@ class EncryptionKey(AbstractModel):
13260
13138
  def CreateTime(self, CreateTime):
13261
13139
  self._CreateTime = CreateTime
13262
13140
 
13141
+ @property
13142
+ def KMSClusterId(self):
13143
+ """密钥所在的KMS服务集群Id,为空表示密钥在默认的KMS集群中,不为空表示在指定的KMS服务集群中
13144
+ :rtype: str
13145
+ """
13146
+ return self._KMSClusterId
13147
+
13148
+ @KMSClusterId.setter
13149
+ def KMSClusterId(self, KMSClusterId):
13150
+ self._KMSClusterId = KMSClusterId
13151
+
13263
13152
 
13264
13153
  def _deserialize(self, params):
13265
13154
  self._KeyId = params.get("KeyId")
@@ -13268,6 +13157,7 @@ class EncryptionKey(AbstractModel):
13268
13157
  self._IsEnabled = params.get("IsEnabled")
13269
13158
  self._KeyRegion = params.get("KeyRegion")
13270
13159
  self._CreateTime = params.get("CreateTime")
13160
+ self._KMSClusterId = params.get("KMSClusterId")
13271
13161
  memeber_set = set(params.keys())
13272
13162
  for name, value in vars(self).items():
13273
13163
  property_name = name[1:]
@@ -13367,28 +13257,20 @@ class EventInfo(AbstractModel):
13367
13257
  def __init__(self):
13368
13258
  r"""
13369
13259
  :param _ParamName: 参数名
13370
- 注意:此字段可能返回 null,表示取不到有效值。
13371
13260
  :type ParamName: str
13372
13261
  :param _OldValue: 原参数值
13373
- 注意:此字段可能返回 null,表示取不到有效值。
13374
13262
  :type OldValue: str
13375
13263
  :param _NewValue: 本次修改期望参数值
13376
- 注意:此字段可能返回 null,表示取不到有效值。
13377
13264
  :type NewValue: str
13378
13265
  :param _ModifyTime: 后台参数修改开始时间
13379
- 注意:此字段可能返回 null,表示取不到有效值。
13380
13266
  :type ModifyTime: str
13381
13267
  :param _EffectiveTime: 后台参数生效开始时间
13382
- 注意:此字段可能返回 null,表示取不到有效值。
13383
13268
  :type EffectiveTime: str
13384
13269
  :param _State: 修改状态
13385
- 注意:此字段可能返回 null,表示取不到有效值。
13386
13270
  :type State: str
13387
13271
  :param _Operator: 操作者(一般为用户sub UIN)
13388
- 注意:此字段可能返回 null,表示取不到有效值。
13389
13272
  :type Operator: str
13390
13273
  :param _EventLog: 时间日志。
13391
- 注意:此字段可能返回 null,表示取不到有效值。
13392
13274
  :type EventLog: str
13393
13275
  """
13394
13276
  self._ParamName = None
@@ -13403,7 +13285,6 @@ class EventInfo(AbstractModel):
13403
13285
  @property
13404
13286
  def ParamName(self):
13405
13287
  """参数名
13406
- 注意:此字段可能返回 null,表示取不到有效值。
13407
13288
  :rtype: str
13408
13289
  """
13409
13290
  return self._ParamName
@@ -13415,7 +13296,6 @@ class EventInfo(AbstractModel):
13415
13296
  @property
13416
13297
  def OldValue(self):
13417
13298
  """原参数值
13418
- 注意:此字段可能返回 null,表示取不到有效值。
13419
13299
  :rtype: str
13420
13300
  """
13421
13301
  return self._OldValue
@@ -13427,7 +13307,6 @@ class EventInfo(AbstractModel):
13427
13307
  @property
13428
13308
  def NewValue(self):
13429
13309
  """本次修改期望参数值
13430
- 注意:此字段可能返回 null,表示取不到有效值。
13431
13310
  :rtype: str
13432
13311
  """
13433
13312
  return self._NewValue
@@ -13439,7 +13318,6 @@ class EventInfo(AbstractModel):
13439
13318
  @property
13440
13319
  def ModifyTime(self):
13441
13320
  """后台参数修改开始时间
13442
- 注意:此字段可能返回 null,表示取不到有效值。
13443
13321
  :rtype: str
13444
13322
  """
13445
13323
  return self._ModifyTime
@@ -13451,7 +13329,6 @@ class EventInfo(AbstractModel):
13451
13329
  @property
13452
13330
  def EffectiveTime(self):
13453
13331
  """后台参数生效开始时间
13454
- 注意:此字段可能返回 null,表示取不到有效值。
13455
13332
  :rtype: str
13456
13333
  """
13457
13334
  return self._EffectiveTime
@@ -13463,7 +13340,6 @@ class EventInfo(AbstractModel):
13463
13340
  @property
13464
13341
  def State(self):
13465
13342
  """修改状态
13466
- 注意:此字段可能返回 null,表示取不到有效值。
13467
13343
  :rtype: str
13468
13344
  """
13469
13345
  return self._State
@@ -13475,7 +13351,6 @@ class EventInfo(AbstractModel):
13475
13351
  @property
13476
13352
  def Operator(self):
13477
13353
  """操作者(一般为用户sub UIN)
13478
- 注意:此字段可能返回 null,表示取不到有效值。
13479
13354
  :rtype: str
13480
13355
  """
13481
13356
  return self._Operator
@@ -13487,7 +13362,6 @@ class EventInfo(AbstractModel):
13487
13362
  @property
13488
13363
  def EventLog(self):
13489
13364
  """时间日志。
13490
- 注意:此字段可能返回 null,表示取不到有效值。
13491
13365
  :rtype: str
13492
13366
  """
13493
13367
  return self._EventLog
@@ -13524,13 +13398,10 @@ class EventItem(AbstractModel):
13524
13398
  def __init__(self):
13525
13399
  r"""
13526
13400
  :param _ParamName: 参数名
13527
- 注意:此字段可能返回 null,表示取不到有效值。
13528
13401
  :type ParamName: str
13529
13402
  :param _EventCount: 修改事件数
13530
- 注意:此字段可能返回 null,表示取不到有效值。
13531
13403
  :type EventCount: int
13532
13404
  :param _EventDetail: 修改时间详情
13533
- 注意:此字段可能返回 null,表示取不到有效值。
13534
13405
  :type EventDetail: list of EventInfo
13535
13406
  """
13536
13407
  self._ParamName = None
@@ -13540,7 +13411,6 @@ class EventItem(AbstractModel):
13540
13411
  @property
13541
13412
  def ParamName(self):
13542
13413
  """参数名
13543
- 注意:此字段可能返回 null,表示取不到有效值。
13544
13414
  :rtype: str
13545
13415
  """
13546
13416
  return self._ParamName
@@ -13552,7 +13422,6 @@ class EventItem(AbstractModel):
13552
13422
  @property
13553
13423
  def EventCount(self):
13554
13424
  """修改事件数
13555
- 注意:此字段可能返回 null,表示取不到有效值。
13556
13425
  :rtype: int
13557
13426
  """
13558
13427
  return self._EventCount
@@ -13564,7 +13433,6 @@ class EventItem(AbstractModel):
13564
13433
  @property
13565
13434
  def EventDetail(self):
13566
13435
  """修改时间详情
13567
- 注意:此字段可能返回 null,表示取不到有效值。
13568
13436
  :rtype: list of EventInfo
13569
13437
  """
13570
13438
  return self._EventDetail
@@ -14819,10 +14687,12 @@ class ModifyBackupDownloadRestrictionRequest(AbstractModel):
14819
14687
  :param _VpcRestrictionEffect: vpc限制效力,ALLOW 允许;DENY 拒绝。
14820
14688
  :type VpcRestrictionEffect: str
14821
14689
  :param _VpcIdSet: 允许或拒绝下载备份文件的vpcId列表。
14690
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
14822
14691
  :type VpcIdSet: list of str
14823
14692
  :param _IpRestrictionEffect: ip限制效力,ALLOW 允许;DENY 拒绝。
14824
14693
  :type IpRestrictionEffect: str
14825
14694
  :param _IpSet: 允许或拒绝下载备份文件的ip列表。
14695
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
14826
14696
  :type IpSet: list of str
14827
14697
  """
14828
14698
  self._RestrictionType = None
@@ -14856,6 +14726,7 @@ class ModifyBackupDownloadRestrictionRequest(AbstractModel):
14856
14726
  @property
14857
14727
  def VpcIdSet(self):
14858
14728
  """允许或拒绝下载备份文件的vpcId列表。
14729
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
14859
14730
  :rtype: list of str
14860
14731
  """
14861
14732
  return self._VpcIdSet
@@ -14878,6 +14749,7 @@ class ModifyBackupDownloadRestrictionRequest(AbstractModel):
14878
14749
  @property
14879
14750
  def IpSet(self):
14880
14751
  """允许或拒绝下载备份文件的ip列表。
14752
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
14881
14753
  :rtype: list of str
14882
14754
  """
14883
14755
  return self._IpSet
@@ -16051,7 +15923,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
16051
15923
  r"""
16052
15924
  :param _SecurityGroupIdSet: 实例或只读组要绑定的安全组列表。
16053
15925
  安全组信息可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来查询。
16054
-
15926
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
16055
15927
  :type SecurityGroupIdSet: list of str
16056
15928
  :param _DBInstanceId: 实例ID,DBInstanceId和ReadOnlyGroupId至少传一个;如果都传,忽略ReadOnlyGroupId
16057
15929
  :type DBInstanceId: str
@@ -16066,7 +15938,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
16066
15938
  def SecurityGroupIdSet(self):
16067
15939
  """实例或只读组要绑定的安全组列表。
16068
15940
  安全组信息可以通过调用 [DescribeSecurityGroups](https://cloud.tencent.com/document/api/215/15808) 的返回值中的sgId字段来查询。
16069
-
15941
+ **注意:**该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
16070
15942
  :rtype: list of str
16071
15943
  """
16072
15944
  return self._SecurityGroupIdSet
@@ -17233,28 +17105,20 @@ class NetworkAccess(AbstractModel):
17233
17105
  def __init__(self):
17234
17106
  r"""
17235
17107
  :param _ResourceId: 网络资源id,实例id或RO组id
17236
- 注意:此字段可能返回 null,表示取不到有效值。
17237
17108
  :type ResourceId: str
17238
17109
  :param _ResourceType: 资源类型,1-实例 2-RO组
17239
- 注意:此字段可能返回 null,表示取不到有效值。
17240
17110
  :type ResourceType: int
17241
17111
  :param _VpcId: 私有网络ID
17242
- 注意:此字段可能返回 null,表示取不到有效值。
17243
17112
  :type VpcId: str
17244
17113
  :param _Vip: IPV4地址
17245
- 注意:此字段可能返回 null,表示取不到有效值。
17246
17114
  :type Vip: str
17247
17115
  :param _Vip6: IPV6地址
17248
- 注意:此字段可能返回 null,表示取不到有效值。
17249
17116
  :type Vip6: str
17250
17117
  :param _Vport: 访问端口
17251
- 注意:此字段可能返回 null,表示取不到有效值。
17252
17118
  :type Vport: int
17253
17119
  :param _SubnetId: 子网ID
17254
- 注意:此字段可能返回 null,表示取不到有效值。
17255
17120
  :type SubnetId: str
17256
17121
  :param _VpcStatus: 网络状态,1-申请中,2-使用中,3-删除中,4-已删除
17257
- 注意:此字段可能返回 null,表示取不到有效值。
17258
17122
  :type VpcStatus: int
17259
17123
  """
17260
17124
  self._ResourceId = None
@@ -17269,7 +17133,6 @@ class NetworkAccess(AbstractModel):
17269
17133
  @property
17270
17134
  def ResourceId(self):
17271
17135
  """网络资源id,实例id或RO组id
17272
- 注意:此字段可能返回 null,表示取不到有效值。
17273
17136
  :rtype: str
17274
17137
  """
17275
17138
  return self._ResourceId
@@ -17281,7 +17144,6 @@ class NetworkAccess(AbstractModel):
17281
17144
  @property
17282
17145
  def ResourceType(self):
17283
17146
  """资源类型,1-实例 2-RO组
17284
- 注意:此字段可能返回 null,表示取不到有效值。
17285
17147
  :rtype: int
17286
17148
  """
17287
17149
  return self._ResourceType
@@ -17293,7 +17155,6 @@ class NetworkAccess(AbstractModel):
17293
17155
  @property
17294
17156
  def VpcId(self):
17295
17157
  """私有网络ID
17296
- 注意:此字段可能返回 null,表示取不到有效值。
17297
17158
  :rtype: str
17298
17159
  """
17299
17160
  return self._VpcId
@@ -17305,7 +17166,6 @@ class NetworkAccess(AbstractModel):
17305
17166
  @property
17306
17167
  def Vip(self):
17307
17168
  """IPV4地址
17308
- 注意:此字段可能返回 null,表示取不到有效值。
17309
17169
  :rtype: str
17310
17170
  """
17311
17171
  return self._Vip
@@ -17317,7 +17177,6 @@ class NetworkAccess(AbstractModel):
17317
17177
  @property
17318
17178
  def Vip6(self):
17319
17179
  """IPV6地址
17320
- 注意:此字段可能返回 null,表示取不到有效值。
17321
17180
  :rtype: str
17322
17181
  """
17323
17182
  return self._Vip6
@@ -17329,7 +17188,6 @@ class NetworkAccess(AbstractModel):
17329
17188
  @property
17330
17189
  def Vport(self):
17331
17190
  """访问端口
17332
- 注意:此字段可能返回 null,表示取不到有效值。
17333
17191
  :rtype: int
17334
17192
  """
17335
17193
  return self._Vport
@@ -17341,7 +17199,6 @@ class NetworkAccess(AbstractModel):
17341
17199
  @property
17342
17200
  def SubnetId(self):
17343
17201
  """子网ID
17344
- 注意:此字段可能返回 null,表示取不到有效值。
17345
17202
  :rtype: str
17346
17203
  """
17347
17204
  return self._SubnetId
@@ -17353,7 +17210,6 @@ class NetworkAccess(AbstractModel):
17353
17210
  @property
17354
17211
  def VpcStatus(self):
17355
17212
  """网络状态,1-申请中,2-使用中,3-删除中,4-已删除
17356
- 注意:此字段可能返回 null,表示取不到有效值。
17357
17213
  :rtype: int
17358
17214
  """
17359
17215
  return self._VpcStatus
@@ -17860,61 +17716,44 @@ class ParamInfo(AbstractModel):
17860
17716
  def __init__(self):
17861
17717
  r"""
17862
17718
  :param _ID: 参数ID
17863
- 注意:此字段可能返回 null,表示取不到有效值。
17864
17719
  :type ID: int
17865
17720
  :param _Name: 参数名
17866
- 注意:此字段可能返回 null,表示取不到有效值。
17867
17721
  :type Name: str
17868
17722
  :param _ParamValueType: 参数值类型:integer(整型)、real(浮点型)、bool(布尔型)、enum(枚举类型)、mutil_enum(枚举类型、支持多选)。
17869
17723
  当参数类型为integer(整型)、real(浮点型)时,参数的取值范围根据返回值的Max、Min确定;
17870
17724
  当参数类型为bool(布尔型)时,参数设置值取值范围是true | false;
17871
17725
  当参数类型为enum(枚举类型)、mutil_enum(多枚举类型)时,参数的取值范围由返回值中的EnumValue确定。
17872
- 注意:此字段可能返回 null,表示取不到有效值。
17873
17726
  :type ParamValueType: str
17874
17727
  :param _Unit: 参数值 单位。参数没有单位时,该字段返回空
17875
- 注意:此字段可能返回 null,表示取不到有效值。
17876
17728
  :type Unit: str
17877
17729
  :param _DefaultValue: 参数默认值。以字符串形式返回
17878
- 注意:此字段可能返回 null,表示取不到有效值。
17879
17730
  :type DefaultValue: str
17880
17731
  :param _CurrentValue: 参数当前运行值。以字符串形式返回
17881
- 注意:此字段可能返回 null,表示取不到有效值。
17882
17732
  :type CurrentValue: str
17883
17733
  :param _Max: 数值类型(integer、real)参数,取值下界
17884
- 注意:此字段可能返回 null,表示取不到有效值。
17885
17734
  :type Max: float
17886
17735
  :param _EnumValue: 枚举类型参数,取值范围
17887
17736
  注意:此字段可能返回 null,表示取不到有效值。
17888
17737
  :type EnumValue: list of str
17889
17738
  :param _Min: 数值类型(integer、real)参数,取值上界
17890
- 注意:此字段可能返回 null,表示取不到有效值。
17891
17739
  :type Min: float
17892
17740
  :param _ParamDescriptionCH: 参数中文描述
17893
- 注意:此字段可能返回 null,表示取不到有效值。
17894
17741
  :type ParamDescriptionCH: str
17895
17742
  :param _ParamDescriptionEN: 参数英文描述
17896
- 注意:此字段可能返回 null,表示取不到有效值。
17897
17743
  :type ParamDescriptionEN: str
17898
17744
  :param _NeedReboot: 参数修改,是否重启生效。(true为需要,false为不需要)
17899
- 注意:此字段可能返回 null,表示取不到有效值。
17900
17745
  :type NeedReboot: bool
17901
17746
  :param _ClassificationCN: 参数中文分类
17902
- 注意:此字段可能返回 null,表示取不到有效值。
17903
17747
  :type ClassificationCN: str
17904
17748
  :param _ClassificationEN: 参数英文分类
17905
- 注意:此字段可能返回 null,表示取不到有效值。
17906
17749
  :type ClassificationEN: str
17907
17750
  :param _SpecRelated: 是否和规格相关。(true为相关,false为不想关)
17908
- 注意:此字段可能返回 null,表示取不到有效值。
17909
17751
  :type SpecRelated: bool
17910
17752
  :param _Advanced: 是否为重点参数。(true为重点参数,修改是需要重点关注,可能会影响实例性能)
17911
- 注意:此字段可能返回 null,表示取不到有效值。
17912
17753
  :type Advanced: bool
17913
17754
  :param _LastModifyTime: 参数最后一次修改时间
17914
- 注意:此字段可能返回 null,表示取不到有效值。
17915
17755
  :type LastModifyTime: str
17916
17756
  :param _StandbyRelated: 参数主备制约,0:无主备制约关系,1:备机参数值需比主机大,2:主机参数值需比备机大
17917
- 注意:此字段可能返回 null,表示取不到有效值。
17918
17757
  :type StandbyRelated: int
17919
17758
  :param _VersionRelationSet: 参数版本关联信息,内容为相应内核版本下的参数详细信息
17920
17759
  注意:此字段可能返回 null,表示取不到有效值。
@@ -17947,7 +17786,6 @@ class ParamInfo(AbstractModel):
17947
17786
  @property
17948
17787
  def ID(self):
17949
17788
  """参数ID
17950
- 注意:此字段可能返回 null,表示取不到有效值。
17951
17789
  :rtype: int
17952
17790
  """
17953
17791
  return self._ID
@@ -17959,7 +17797,6 @@ class ParamInfo(AbstractModel):
17959
17797
  @property
17960
17798
  def Name(self):
17961
17799
  """参数名
17962
- 注意:此字段可能返回 null,表示取不到有效值。
17963
17800
  :rtype: str
17964
17801
  """
17965
17802
  return self._Name
@@ -17974,7 +17811,6 @@ class ParamInfo(AbstractModel):
17974
17811
  当参数类型为integer(整型)、real(浮点型)时,参数的取值范围根据返回值的Max、Min确定;
17975
17812
  当参数类型为bool(布尔型)时,参数设置值取值范围是true | false;
17976
17813
  当参数类型为enum(枚举类型)、mutil_enum(多枚举类型)时,参数的取值范围由返回值中的EnumValue确定。
17977
- 注意:此字段可能返回 null,表示取不到有效值。
17978
17814
  :rtype: str
17979
17815
  """
17980
17816
  return self._ParamValueType
@@ -17986,7 +17822,6 @@ class ParamInfo(AbstractModel):
17986
17822
  @property
17987
17823
  def Unit(self):
17988
17824
  """参数值 单位。参数没有单位时,该字段返回空
17989
- 注意:此字段可能返回 null,表示取不到有效值。
17990
17825
  :rtype: str
17991
17826
  """
17992
17827
  return self._Unit
@@ -17998,7 +17833,6 @@ class ParamInfo(AbstractModel):
17998
17833
  @property
17999
17834
  def DefaultValue(self):
18000
17835
  """参数默认值。以字符串形式返回
18001
- 注意:此字段可能返回 null,表示取不到有效值。
18002
17836
  :rtype: str
18003
17837
  """
18004
17838
  return self._DefaultValue
@@ -18010,7 +17844,6 @@ class ParamInfo(AbstractModel):
18010
17844
  @property
18011
17845
  def CurrentValue(self):
18012
17846
  """参数当前运行值。以字符串形式返回
18013
- 注意:此字段可能返回 null,表示取不到有效值。
18014
17847
  :rtype: str
18015
17848
  """
18016
17849
  return self._CurrentValue
@@ -18022,7 +17855,6 @@ class ParamInfo(AbstractModel):
18022
17855
  @property
18023
17856
  def Max(self):
18024
17857
  """数值类型(integer、real)参数,取值下界
18025
- 注意:此字段可能返回 null,表示取不到有效值。
18026
17858
  :rtype: float
18027
17859
  """
18028
17860
  return self._Max
@@ -18046,7 +17878,6 @@ class ParamInfo(AbstractModel):
18046
17878
  @property
18047
17879
  def Min(self):
18048
17880
  """数值类型(integer、real)参数,取值上界
18049
- 注意:此字段可能返回 null,表示取不到有效值。
18050
17881
  :rtype: float
18051
17882
  """
18052
17883
  return self._Min
@@ -18058,7 +17889,6 @@ class ParamInfo(AbstractModel):
18058
17889
  @property
18059
17890
  def ParamDescriptionCH(self):
18060
17891
  """参数中文描述
18061
- 注意:此字段可能返回 null,表示取不到有效值。
18062
17892
  :rtype: str
18063
17893
  """
18064
17894
  return self._ParamDescriptionCH
@@ -18070,7 +17900,6 @@ class ParamInfo(AbstractModel):
18070
17900
  @property
18071
17901
  def ParamDescriptionEN(self):
18072
17902
  """参数英文描述
18073
- 注意:此字段可能返回 null,表示取不到有效值。
18074
17903
  :rtype: str
18075
17904
  """
18076
17905
  return self._ParamDescriptionEN
@@ -18082,7 +17911,6 @@ class ParamInfo(AbstractModel):
18082
17911
  @property
18083
17912
  def NeedReboot(self):
18084
17913
  """参数修改,是否重启生效。(true为需要,false为不需要)
18085
- 注意:此字段可能返回 null,表示取不到有效值。
18086
17914
  :rtype: bool
18087
17915
  """
18088
17916
  return self._NeedReboot
@@ -18094,7 +17922,6 @@ class ParamInfo(AbstractModel):
18094
17922
  @property
18095
17923
  def ClassificationCN(self):
18096
17924
  """参数中文分类
18097
- 注意:此字段可能返回 null,表示取不到有效值。
18098
17925
  :rtype: str
18099
17926
  """
18100
17927
  return self._ClassificationCN
@@ -18106,7 +17933,6 @@ class ParamInfo(AbstractModel):
18106
17933
  @property
18107
17934
  def ClassificationEN(self):
18108
17935
  """参数英文分类
18109
- 注意:此字段可能返回 null,表示取不到有效值。
18110
17936
  :rtype: str
18111
17937
  """
18112
17938
  return self._ClassificationEN
@@ -18118,7 +17944,6 @@ class ParamInfo(AbstractModel):
18118
17944
  @property
18119
17945
  def SpecRelated(self):
18120
17946
  """是否和规格相关。(true为相关,false为不想关)
18121
- 注意:此字段可能返回 null,表示取不到有效值。
18122
17947
  :rtype: bool
18123
17948
  """
18124
17949
  return self._SpecRelated
@@ -18130,7 +17955,6 @@ class ParamInfo(AbstractModel):
18130
17955
  @property
18131
17956
  def Advanced(self):
18132
17957
  """是否为重点参数。(true为重点参数,修改是需要重点关注,可能会影响实例性能)
18133
- 注意:此字段可能返回 null,表示取不到有效值。
18134
17958
  :rtype: bool
18135
17959
  """
18136
17960
  return self._Advanced
@@ -18142,7 +17966,6 @@ class ParamInfo(AbstractModel):
18142
17966
  @property
18143
17967
  def LastModifyTime(self):
18144
17968
  """参数最后一次修改时间
18145
- 注意:此字段可能返回 null,表示取不到有效值。
18146
17969
  :rtype: str
18147
17970
  """
18148
17971
  return self._LastModifyTime
@@ -18154,7 +17977,6 @@ class ParamInfo(AbstractModel):
18154
17977
  @property
18155
17978
  def StandbyRelated(self):
18156
17979
  """参数主备制约,0:无主备制约关系,1:备机参数值需比主机大,2:主机参数值需比备机大
18157
- 注意:此字段可能返回 null,表示取不到有效值。
18158
17980
  :rtype: int
18159
17981
  """
18160
17982
  return self._StandbyRelated
@@ -18237,22 +18059,16 @@ class ParamSpecRelation(AbstractModel):
18237
18059
  def __init__(self):
18238
18060
  r"""
18239
18061
  :param _Name: 参数名称
18240
- 注意:此字段可能返回 null,表示取不到有效值。
18241
18062
  :type Name: str
18242
18063
  :param _Memory: 参数信息所属规格
18243
- 注意:此字段可能返回 null,表示取不到有效值。
18244
18064
  :type Memory: str
18245
18065
  :param _Value: 参数在该规格下的默认值
18246
- 注意:此字段可能返回 null,表示取不到有效值。
18247
18066
  :type Value: str
18248
18067
  :param _Unit: 参数值单位。参数没有单位时,该字段返回空
18249
- 注意:此字段可能返回 null,表示取不到有效值。
18250
18068
  :type Unit: str
18251
18069
  :param _Max: 数值类型(integer、real)参数,取值上界
18252
- 注意:此字段可能返回 null,表示取不到有效值。
18253
18070
  :type Max: float
18254
18071
  :param _Min: 数值类型(integer、real)参数,取值下界
18255
- 注意:此字段可能返回 null,表示取不到有效值。
18256
18072
  :type Min: float
18257
18073
  :param _EnumValue: 枚举类型参数,取值范围
18258
18074
  注意:此字段可能返回 null,表示取不到有效值。
@@ -18269,7 +18085,6 @@ class ParamSpecRelation(AbstractModel):
18269
18085
  @property
18270
18086
  def Name(self):
18271
18087
  """参数名称
18272
- 注意:此字段可能返回 null,表示取不到有效值。
18273
18088
  :rtype: str
18274
18089
  """
18275
18090
  return self._Name
@@ -18281,7 +18096,6 @@ class ParamSpecRelation(AbstractModel):
18281
18096
  @property
18282
18097
  def Memory(self):
18283
18098
  """参数信息所属规格
18284
- 注意:此字段可能返回 null,表示取不到有效值。
18285
18099
  :rtype: str
18286
18100
  """
18287
18101
  return self._Memory
@@ -18293,7 +18107,6 @@ class ParamSpecRelation(AbstractModel):
18293
18107
  @property
18294
18108
  def Value(self):
18295
18109
  """参数在该规格下的默认值
18296
- 注意:此字段可能返回 null,表示取不到有效值。
18297
18110
  :rtype: str
18298
18111
  """
18299
18112
  return self._Value
@@ -18305,7 +18118,6 @@ class ParamSpecRelation(AbstractModel):
18305
18118
  @property
18306
18119
  def Unit(self):
18307
18120
  """参数值单位。参数没有单位时,该字段返回空
18308
- 注意:此字段可能返回 null,表示取不到有效值。
18309
18121
  :rtype: str
18310
18122
  """
18311
18123
  return self._Unit
@@ -18317,7 +18129,6 @@ class ParamSpecRelation(AbstractModel):
18317
18129
  @property
18318
18130
  def Max(self):
18319
18131
  """数值类型(integer、real)参数,取值上界
18320
- 注意:此字段可能返回 null,表示取不到有效值。
18321
18132
  :rtype: float
18322
18133
  """
18323
18134
  return self._Max
@@ -18329,7 +18140,6 @@ class ParamSpecRelation(AbstractModel):
18329
18140
  @property
18330
18141
  def Min(self):
18331
18142
  """数值类型(integer、real)参数,取值下界
18332
- 注意:此字段可能返回 null,表示取不到有效值。
18333
18143
  :rtype: float
18334
18144
  """
18335
18145
  return self._Min
@@ -18377,22 +18187,16 @@ class ParamVersionRelation(AbstractModel):
18377
18187
  def __init__(self):
18378
18188
  r"""
18379
18189
  :param _Name: 参数名称
18380
- 注意:此字段可能返回 null,表示取不到有效值。
18381
18190
  :type Name: str
18382
18191
  :param _DBKernelVersion: 参数信息所属内核版本
18383
- 注意:此字段可能返回 null,表示取不到有效值。
18384
18192
  :type DBKernelVersion: str
18385
18193
  :param _Value: 参数在该版本该规格下的默认值
18386
- 注意:此字段可能返回 null,表示取不到有效值。
18387
18194
  :type Value: str
18388
18195
  :param _Unit: 参数值单位。参数没有单位时,该字段返回空
18389
- 注意:此字段可能返回 null,表示取不到有效值。
18390
18196
  :type Unit: str
18391
18197
  :param _Max: 数值类型(integer、real)参数,取值上界
18392
- 注意:此字段可能返回 null,表示取不到有效值。
18393
18198
  :type Max: float
18394
18199
  :param _Min: 数值类型(integer、real)参数,取值下界
18395
- 注意:此字段可能返回 null,表示取不到有效值。
18396
18200
  :type Min: float
18397
18201
  :param _EnumValue: 枚举类型参数,取值范围
18398
18202
  注意:此字段可能返回 null,表示取不到有效值。
@@ -18409,7 +18213,6 @@ class ParamVersionRelation(AbstractModel):
18409
18213
  @property
18410
18214
  def Name(self):
18411
18215
  """参数名称
18412
- 注意:此字段可能返回 null,表示取不到有效值。
18413
18216
  :rtype: str
18414
18217
  """
18415
18218
  return self._Name
@@ -18421,7 +18224,6 @@ class ParamVersionRelation(AbstractModel):
18421
18224
  @property
18422
18225
  def DBKernelVersion(self):
18423
18226
  """参数信息所属内核版本
18424
- 注意:此字段可能返回 null,表示取不到有效值。
18425
18227
  :rtype: str
18426
18228
  """
18427
18229
  return self._DBKernelVersion
@@ -18433,7 +18235,6 @@ class ParamVersionRelation(AbstractModel):
18433
18235
  @property
18434
18236
  def Value(self):
18435
18237
  """参数在该版本该规格下的默认值
18436
- 注意:此字段可能返回 null,表示取不到有效值。
18437
18238
  :rtype: str
18438
18239
  """
18439
18240
  return self._Value
@@ -18445,7 +18246,6 @@ class ParamVersionRelation(AbstractModel):
18445
18246
  @property
18446
18247
  def Unit(self):
18447
18248
  """参数值单位。参数没有单位时,该字段返回空
18448
- 注意:此字段可能返回 null,表示取不到有效值。
18449
18249
  :rtype: str
18450
18250
  """
18451
18251
  return self._Unit
@@ -18457,7 +18257,6 @@ class ParamVersionRelation(AbstractModel):
18457
18257
  @property
18458
18258
  def Max(self):
18459
18259
  """数值类型(integer、real)参数,取值上界
18460
- 注意:此字段可能返回 null,表示取不到有效值。
18461
18260
  :rtype: float
18462
18261
  """
18463
18262
  return self._Max
@@ -18469,7 +18268,6 @@ class ParamVersionRelation(AbstractModel):
18469
18268
  @property
18470
18269
  def Min(self):
18471
18270
  """数值类型(integer、real)参数,取值下界
18472
- 注意:此字段可能返回 null,表示取不到有效值。
18473
18271
  :rtype: float
18474
18272
  """
18475
18273
  return self._Min
@@ -18931,19 +18729,14 @@ class ReadOnlyGroup(AbstractModel):
18931
18729
  def __init__(self):
18932
18730
  r"""
18933
18731
  :param _ReadOnlyGroupId: 只读组标识
18934
- 注意:此字段可能返回 null,表示取不到有效值。
18935
18732
  :type ReadOnlyGroupId: str
18936
18733
  :param _ReadOnlyGroupName: 只读组名字
18937
- 注意:此字段可能返回 null,表示取不到有效值。
18938
18734
  :type ReadOnlyGroupName: str
18939
18735
  :param _ProjectId: 项目id
18940
- 注意:此字段可能返回 null,表示取不到有效值。
18941
18736
  :type ProjectId: int
18942
18737
  :param _MasterDBInstanceId: 主实例id
18943
- 注意:此字段可能返回 null,表示取不到有效值。
18944
18738
  :type MasterDBInstanceId: str
18945
18739
  :param _MinDelayEliminateReserve: 最小保留实例数
18946
- 注意:此字段可能返回 null,表示取不到有效值。
18947
18740
  :type MinDelayEliminateReserve: int
18948
18741
  :param _MaxReplayLatency: 延迟空间大小阈值
18949
18742
  :type MaxReplayLatency: int
@@ -18956,7 +18749,6 @@ class ReadOnlyGroup(AbstractModel):
18956
18749
  :param _VpcId: 虚拟网络id
18957
18750
  :type VpcId: str
18958
18751
  :param _SubnetId: 子网id
18959
- 注意:此字段可能返回 null,表示取不到有效值。
18960
18752
  :type SubnetId: str
18961
18753
  :param _Region: 地域id
18962
18754
  :type Region: str
@@ -18996,7 +18788,6 @@ class ReadOnlyGroup(AbstractModel):
18996
18788
  @property
18997
18789
  def ReadOnlyGroupId(self):
18998
18790
  """只读组标识
18999
- 注意:此字段可能返回 null,表示取不到有效值。
19000
18791
  :rtype: str
19001
18792
  """
19002
18793
  return self._ReadOnlyGroupId
@@ -19008,7 +18799,6 @@ class ReadOnlyGroup(AbstractModel):
19008
18799
  @property
19009
18800
  def ReadOnlyGroupName(self):
19010
18801
  """只读组名字
19011
- 注意:此字段可能返回 null,表示取不到有效值。
19012
18802
  :rtype: str
19013
18803
  """
19014
18804
  return self._ReadOnlyGroupName
@@ -19020,7 +18810,6 @@ class ReadOnlyGroup(AbstractModel):
19020
18810
  @property
19021
18811
  def ProjectId(self):
19022
18812
  """项目id
19023
- 注意:此字段可能返回 null,表示取不到有效值。
19024
18813
  :rtype: int
19025
18814
  """
19026
18815
  return self._ProjectId
@@ -19032,7 +18821,6 @@ class ReadOnlyGroup(AbstractModel):
19032
18821
  @property
19033
18822
  def MasterDBInstanceId(self):
19034
18823
  """主实例id
19035
- 注意:此字段可能返回 null,表示取不到有效值。
19036
18824
  :rtype: str
19037
18825
  """
19038
18826
  return self._MasterDBInstanceId
@@ -19044,7 +18832,6 @@ class ReadOnlyGroup(AbstractModel):
19044
18832
  @property
19045
18833
  def MinDelayEliminateReserve(self):
19046
18834
  """最小保留实例数
19047
- 注意:此字段可能返回 null,表示取不到有效值。
19048
18835
  :rtype: int
19049
18836
  """
19050
18837
  return self._MinDelayEliminateReserve
@@ -19111,7 +18898,6 @@ class ReadOnlyGroup(AbstractModel):
19111
18898
  @property
19112
18899
  def SubnetId(self):
19113
18900
  """子网id
19114
- 注意:此字段可能返回 null,表示取不到有效值。
19115
18901
  :rtype: str
19116
18902
  """
19117
18903
  return self._SubnetId
@@ -19323,7 +19109,6 @@ class RegionInfo(AbstractModel):
19323
19109
  :param _RegionState: 可用状态,UNAVAILABLE表示不可用,AVAILABLE表示可用
19324
19110
  :type RegionState: str
19325
19111
  :param _SupportInternational: 该地域是否支持国际站售卖,0:不支持,1:支持
19326
- 注意:此字段可能返回 null,表示取不到有效值。
19327
19112
  :type SupportInternational: int
19328
19113
  """
19329
19114
  self._Region = None
@@ -19379,7 +19164,6 @@ class RegionInfo(AbstractModel):
19379
19164
  @property
19380
19165
  def SupportInternational(self):
19381
19166
  """该地域是否支持国际站售卖,0:不支持,1:支持
19382
- 注意:此字段可能返回 null,表示取不到有效值。
19383
19167
  :rtype: int
19384
19168
  """
19385
19169
  return self._SupportInternational
@@ -20059,13 +19843,10 @@ class ServerlessDBAccount(AbstractModel):
20059
19843
  def __init__(self):
20060
19844
  r"""
20061
19845
  :param _DBUser: 用户名
20062
- 注意:此字段可能返回 null,表示取不到有效值。
20063
19846
  :type DBUser: str
20064
19847
  :param _DBPassword: 密码
20065
- 注意:此字段可能返回 null,表示取不到有效值。
20066
19848
  :type DBPassword: str
20067
19849
  :param _DBConnLimit: 连接数限制
20068
- 注意:此字段可能返回 null,表示取不到有效值。
20069
19850
  :type DBConnLimit: int
20070
19851
  """
20071
19852
  self._DBUser = None
@@ -20075,7 +19856,6 @@ class ServerlessDBAccount(AbstractModel):
20075
19856
  @property
20076
19857
  def DBUser(self):
20077
19858
  """用户名
20078
- 注意:此字段可能返回 null,表示取不到有效值。
20079
19859
  :rtype: str
20080
19860
  """
20081
19861
  return self._DBUser
@@ -20087,7 +19867,6 @@ class ServerlessDBAccount(AbstractModel):
20087
19867
  @property
20088
19868
  def DBPassword(self):
20089
19869
  """密码
20090
- 注意:此字段可能返回 null,表示取不到有效值。
20091
19870
  :rtype: str
20092
19871
  """
20093
19872
  return self._DBPassword
@@ -20099,7 +19878,6 @@ class ServerlessDBAccount(AbstractModel):
20099
19878
  @property
20100
19879
  def DBConnLimit(self):
20101
19880
  """连接数限制
20102
- 注意:此字段可能返回 null,表示取不到有效值。
20103
19881
  :rtype: int
20104
19882
  """
20105
19883
  return self._DBConnLimit
@@ -20131,55 +19909,38 @@ class ServerlessDBInstance(AbstractModel):
20131
19909
  def __init__(self):
20132
19910
  r"""
20133
19911
  :param _DBInstanceId: 实例id,唯一标识符
20134
- 注意:此字段可能返回 null,表示取不到有效值。
20135
19912
  :type DBInstanceId: str
20136
19913
  :param _DBInstanceName: 实例名称
20137
- 注意:此字段可能返回 null,表示取不到有效值。
20138
19914
  :type DBInstanceName: str
20139
19915
  :param _DBInstanceStatus: 实例状态
20140
- 注意:此字段可能返回 null,表示取不到有效值。
20141
19916
  :type DBInstanceStatus: str
20142
19917
  :param _Region: 地域
20143
- 注意:此字段可能返回 null,表示取不到有效值。
20144
19918
  :type Region: str
20145
19919
  :param _Zone: 可用区
20146
- 注意:此字段可能返回 null,表示取不到有效值。
20147
19920
  :type Zone: str
20148
19921
  :param _ProjectId: 项目id
20149
- 注意:此字段可能返回 null,表示取不到有效值。
20150
19922
  :type ProjectId: int
20151
19923
  :param _VpcId: 私有网络Id
20152
- 注意:此字段可能返回 null,表示取不到有效值。
20153
19924
  :type VpcId: str
20154
19925
  :param _SubnetId: 子网id
20155
- 注意:此字段可能返回 null,表示取不到有效值。
20156
19926
  :type SubnetId: str
20157
19927
  :param _DBCharset: 字符集
20158
- 注意:此字段可能返回 null,表示取不到有效值。
20159
19928
  :type DBCharset: str
20160
19929
  :param _DBVersion: 数据库版本
20161
- 注意:此字段可能返回 null,表示取不到有效值。
20162
19930
  :type DBVersion: str
20163
19931
  :param _CreateTime: 创建时间
20164
- 注意:此字段可能返回 null,表示取不到有效值。
20165
19932
  :type CreateTime: str
20166
19933
  :param _DBInstanceNetInfo: 实例网络信息
20167
- 注意:此字段可能返回 null,表示取不到有效值。
20168
19934
  :type DBInstanceNetInfo: list of ServerlessDBInstanceNetInfo
20169
19935
  :param _DBAccountSet: 实例账户信息
20170
- 注意:此字段可能返回 null,表示取不到有效值。
20171
19936
  :type DBAccountSet: list of ServerlessDBAccount
20172
19937
  :param _DBDatabaseList: 实例下的db信息
20173
- 注意:此字段可能返回 null,表示取不到有效值。
20174
19938
  :type DBDatabaseList: list of str
20175
19939
  :param _TagList: 实例绑定的标签数组
20176
- 注意:此字段可能返回 null,表示取不到有效值。
20177
19940
  :type TagList: list of Tag
20178
19941
  :param _DBKernelVersion: 数据库内核版本
20179
- 注意:此字段可能返回 null,表示取不到有效值。
20180
19942
  :type DBKernelVersion: str
20181
19943
  :param _DBMajorVersion: 数据库主要版本
20182
- 注意:此字段可能返回 null,表示取不到有效值。
20183
19944
  :type DBMajorVersion: str
20184
19945
  """
20185
19946
  self._DBInstanceId = None
@@ -20203,7 +19964,6 @@ class ServerlessDBInstance(AbstractModel):
20203
19964
  @property
20204
19965
  def DBInstanceId(self):
20205
19966
  """实例id,唯一标识符
20206
- 注意:此字段可能返回 null,表示取不到有效值。
20207
19967
  :rtype: str
20208
19968
  """
20209
19969
  return self._DBInstanceId
@@ -20215,7 +19975,6 @@ class ServerlessDBInstance(AbstractModel):
20215
19975
  @property
20216
19976
  def DBInstanceName(self):
20217
19977
  """实例名称
20218
- 注意:此字段可能返回 null,表示取不到有效值。
20219
19978
  :rtype: str
20220
19979
  """
20221
19980
  return self._DBInstanceName
@@ -20227,7 +19986,6 @@ class ServerlessDBInstance(AbstractModel):
20227
19986
  @property
20228
19987
  def DBInstanceStatus(self):
20229
19988
  """实例状态
20230
- 注意:此字段可能返回 null,表示取不到有效值。
20231
19989
  :rtype: str
20232
19990
  """
20233
19991
  return self._DBInstanceStatus
@@ -20239,7 +19997,6 @@ class ServerlessDBInstance(AbstractModel):
20239
19997
  @property
20240
19998
  def Region(self):
20241
19999
  """地域
20242
- 注意:此字段可能返回 null,表示取不到有效值。
20243
20000
  :rtype: str
20244
20001
  """
20245
20002
  return self._Region
@@ -20251,7 +20008,6 @@ class ServerlessDBInstance(AbstractModel):
20251
20008
  @property
20252
20009
  def Zone(self):
20253
20010
  """可用区
20254
- 注意:此字段可能返回 null,表示取不到有效值。
20255
20011
  :rtype: str
20256
20012
  """
20257
20013
  return self._Zone
@@ -20263,7 +20019,6 @@ class ServerlessDBInstance(AbstractModel):
20263
20019
  @property
20264
20020
  def ProjectId(self):
20265
20021
  """项目id
20266
- 注意:此字段可能返回 null,表示取不到有效值。
20267
20022
  :rtype: int
20268
20023
  """
20269
20024
  return self._ProjectId
@@ -20275,7 +20030,6 @@ class ServerlessDBInstance(AbstractModel):
20275
20030
  @property
20276
20031
  def VpcId(self):
20277
20032
  """私有网络Id
20278
- 注意:此字段可能返回 null,表示取不到有效值。
20279
20033
  :rtype: str
20280
20034
  """
20281
20035
  return self._VpcId
@@ -20287,7 +20041,6 @@ class ServerlessDBInstance(AbstractModel):
20287
20041
  @property
20288
20042
  def SubnetId(self):
20289
20043
  """子网id
20290
- 注意:此字段可能返回 null,表示取不到有效值。
20291
20044
  :rtype: str
20292
20045
  """
20293
20046
  return self._SubnetId
@@ -20299,7 +20052,6 @@ class ServerlessDBInstance(AbstractModel):
20299
20052
  @property
20300
20053
  def DBCharset(self):
20301
20054
  """字符集
20302
- 注意:此字段可能返回 null,表示取不到有效值。
20303
20055
  :rtype: str
20304
20056
  """
20305
20057
  return self._DBCharset
@@ -20311,7 +20063,6 @@ class ServerlessDBInstance(AbstractModel):
20311
20063
  @property
20312
20064
  def DBVersion(self):
20313
20065
  """数据库版本
20314
- 注意:此字段可能返回 null,表示取不到有效值。
20315
20066
  :rtype: str
20316
20067
  """
20317
20068
  return self._DBVersion
@@ -20323,7 +20074,6 @@ class ServerlessDBInstance(AbstractModel):
20323
20074
  @property
20324
20075
  def CreateTime(self):
20325
20076
  """创建时间
20326
- 注意:此字段可能返回 null,表示取不到有效值。
20327
20077
  :rtype: str
20328
20078
  """
20329
20079
  return self._CreateTime
@@ -20335,7 +20085,6 @@ class ServerlessDBInstance(AbstractModel):
20335
20085
  @property
20336
20086
  def DBInstanceNetInfo(self):
20337
20087
  """实例网络信息
20338
- 注意:此字段可能返回 null,表示取不到有效值。
20339
20088
  :rtype: list of ServerlessDBInstanceNetInfo
20340
20089
  """
20341
20090
  return self._DBInstanceNetInfo
@@ -20347,7 +20096,6 @@ class ServerlessDBInstance(AbstractModel):
20347
20096
  @property
20348
20097
  def DBAccountSet(self):
20349
20098
  """实例账户信息
20350
- 注意:此字段可能返回 null,表示取不到有效值。
20351
20099
  :rtype: list of ServerlessDBAccount
20352
20100
  """
20353
20101
  return self._DBAccountSet
@@ -20359,7 +20107,6 @@ class ServerlessDBInstance(AbstractModel):
20359
20107
  @property
20360
20108
  def DBDatabaseList(self):
20361
20109
  """实例下的db信息
20362
- 注意:此字段可能返回 null,表示取不到有效值。
20363
20110
  :rtype: list of str
20364
20111
  """
20365
20112
  return self._DBDatabaseList
@@ -20371,7 +20118,6 @@ class ServerlessDBInstance(AbstractModel):
20371
20118
  @property
20372
20119
  def TagList(self):
20373
20120
  """实例绑定的标签数组
20374
- 注意:此字段可能返回 null,表示取不到有效值。
20375
20121
  :rtype: list of Tag
20376
20122
  """
20377
20123
  return self._TagList
@@ -20383,7 +20129,6 @@ class ServerlessDBInstance(AbstractModel):
20383
20129
  @property
20384
20130
  def DBKernelVersion(self):
20385
20131
  """数据库内核版本
20386
- 注意:此字段可能返回 null,表示取不到有效值。
20387
20132
  :rtype: str
20388
20133
  """
20389
20134
  return self._DBKernelVersion
@@ -20395,7 +20140,6 @@ class ServerlessDBInstance(AbstractModel):
20395
20140
  @property
20396
20141
  def DBMajorVersion(self):
20397
20142
  """数据库主要版本
20398
- 注意:此字段可能返回 null,表示取不到有效值。
20399
20143
  :rtype: str
20400
20144
  """
20401
20145
  return self._DBMajorVersion
@@ -20456,19 +20200,14 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20456
20200
  def __init__(self):
20457
20201
  r"""
20458
20202
  :param _Address: 地址
20459
- 注意:此字段可能返回 null,表示取不到有效值。
20460
20203
  :type Address: str
20461
20204
  :param _Ip: ip地址
20462
- 注意:此字段可能返回 null,表示取不到有效值。
20463
20205
  :type Ip: str
20464
20206
  :param _Port: 端口号
20465
- 注意:此字段可能返回 null,表示取不到有效值。
20466
20207
  :type Port: int
20467
20208
  :param _Status: 状态
20468
- 注意:此字段可能返回 null,表示取不到有效值。
20469
20209
  :type Status: str
20470
20210
  :param _NetType: 网络类型
20471
- 注意:此字段可能返回 null,表示取不到有效值。
20472
20211
  :type NetType: str
20473
20212
  """
20474
20213
  self._Address = None
@@ -20480,7 +20219,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20480
20219
  @property
20481
20220
  def Address(self):
20482
20221
  """地址
20483
- 注意:此字段可能返回 null,表示取不到有效值。
20484
20222
  :rtype: str
20485
20223
  """
20486
20224
  return self._Address
@@ -20492,7 +20230,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20492
20230
  @property
20493
20231
  def Ip(self):
20494
20232
  """ip地址
20495
- 注意:此字段可能返回 null,表示取不到有效值。
20496
20233
  :rtype: str
20497
20234
  """
20498
20235
  return self._Ip
@@ -20504,7 +20241,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20504
20241
  @property
20505
20242
  def Port(self):
20506
20243
  """端口号
20507
- 注意:此字段可能返回 null,表示取不到有效值。
20508
20244
  :rtype: int
20509
20245
  """
20510
20246
  return self._Port
@@ -20516,7 +20252,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20516
20252
  @property
20517
20253
  def Status(self):
20518
20254
  """状态
20519
- 注意:此字段可能返回 null,表示取不到有效值。
20520
20255
  :rtype: str
20521
20256
  """
20522
20257
  return self._Status
@@ -20528,7 +20263,6 @@ class ServerlessDBInstanceNetInfo(AbstractModel):
20528
20263
  @property
20529
20264
  def NetType(self):
20530
20265
  """网络类型
20531
- 注意:此字段可能返回 null,表示取不到有效值。
20532
20266
  :rtype: str
20533
20267
  """
20534
20268
  return self._NetType
@@ -20733,7 +20467,6 @@ class SpecInfo(AbstractModel):
20733
20467
  :param _SpecItemInfoList: 规格详细信息列表
20734
20468
  :type SpecItemInfoList: list of SpecItemInfo
20735
20469
  :param _SupportKMSRegions: 支持KMS的地域
20736
- 注意:此字段可能返回 null,表示取不到有效值。
20737
20470
  :type SupportKMSRegions: list of str
20738
20471
  """
20739
20472
  self._Region = None
@@ -20777,7 +20510,6 @@ class SpecInfo(AbstractModel):
20777
20510
  @property
20778
20511
  def SupportKMSRegions(self):
20779
20512
  """支持KMS的地域
20780
- 注意:此字段可能返回 null,表示取不到有效值。
20781
20513
  :rtype: list of str
20782
20514
  """
20783
20515
  return self._SupportKMSRegions
@@ -20835,13 +20567,10 @@ class SpecItemInfo(AbstractModel):
20835
20567
  :param _Type: 机器类型
20836
20568
  :type Type: str
20837
20569
  :param _MajorVersion: PostgreSQL的主要版本编号
20838
- 注意:此字段可能返回 null,表示取不到有效值。
20839
20570
  :type MajorVersion: str
20840
20571
  :param _KernelVersion: PostgreSQL的内核版本编号
20841
- 注意:此字段可能返回 null,表示取不到有效值。
20842
20572
  :type KernelVersion: str
20843
20573
  :param _IsSupportTDE: 是否支持TDE数据加密功能,0-不支持,1-支持
20844
- 注意:此字段可能返回 null,表示取不到有效值。
20845
20574
  :type IsSupportTDE: int
20846
20575
  """
20847
20576
  self._SpecCode = None
@@ -20971,7 +20700,6 @@ class SpecItemInfo(AbstractModel):
20971
20700
  @property
20972
20701
  def MajorVersion(self):
20973
20702
  """PostgreSQL的主要版本编号
20974
- 注意:此字段可能返回 null,表示取不到有效值。
20975
20703
  :rtype: str
20976
20704
  """
20977
20705
  return self._MajorVersion
@@ -20983,7 +20711,6 @@ class SpecItemInfo(AbstractModel):
20983
20711
  @property
20984
20712
  def KernelVersion(self):
20985
20713
  """PostgreSQL的内核版本编号
20986
- 注意:此字段可能返回 null,表示取不到有效值。
20987
20714
  :rtype: str
20988
20715
  """
20989
20716
  return self._KernelVersion
@@ -20995,7 +20722,6 @@ class SpecItemInfo(AbstractModel):
20995
20722
  @property
20996
20723
  def IsSupportTDE(self):
20997
20724
  """是否支持TDE数据加密功能,0-不支持,1-支持
20998
- 注意:此字段可能返回 null,表示取不到有效值。
20999
20725
  :rtype: int
21000
20726
  """
21001
20727
  return self._IsSupportTDE
@@ -21222,29 +20948,22 @@ class TaskDetail(AbstractModel):
21222
20948
  def __init__(self):
21223
20949
  r"""
21224
20950
  :param _CurrentStep: 当前执行的子任务步骤名称。
21225
- 注意:此字段可能返回 null,表示取不到有效值。
21226
20951
  :type CurrentStep: str
21227
20952
  :param _AllSteps: 当前任务所拥有的子步骤描述。
21228
- 注意:此字段可能返回 null,表示取不到有效值。
21229
20953
  :type AllSteps: str
21230
20954
  :param _Input: 任务的输入参数。
21231
- 注意:此字段可能返回 null,表示取不到有效值。
21232
20955
  :type Input: str
21233
20956
  :param _Output: 任务的输出参数。
21234
- 注意:此字段可能返回 null,表示取不到有效值。
21235
20957
  :type Output: str
21236
20958
  :param _SwitchTag: 指定实例配置完成变更后的切换时间,默认值:0
21237
20959
  0: 此任务不需要切换
21238
20960
  1:立即切换
21239
20961
  2:指定时间切换
21240
20962
  3:维护时间窗口内切换。
21241
- 注意:此字段可能返回 null,表示取不到有效值。
21242
20963
  :type SwitchTag: int
21243
20964
  :param _SwitchTime: 指定的切换时间。
21244
- 注意:此字段可能返回 null,表示取不到有效值。
21245
20965
  :type SwitchTime: str
21246
20966
  :param _Message: 任务的提示信息。
21247
- 注意:此字段可能返回 null,表示取不到有效值。
21248
20967
  :type Message: str
21249
20968
  """
21250
20969
  self._CurrentStep = None
@@ -21258,7 +20977,6 @@ class TaskDetail(AbstractModel):
21258
20977
  @property
21259
20978
  def CurrentStep(self):
21260
20979
  """当前执行的子任务步骤名称。
21261
- 注意:此字段可能返回 null,表示取不到有效值。
21262
20980
  :rtype: str
21263
20981
  """
21264
20982
  return self._CurrentStep
@@ -21270,7 +20988,6 @@ class TaskDetail(AbstractModel):
21270
20988
  @property
21271
20989
  def AllSteps(self):
21272
20990
  """当前任务所拥有的子步骤描述。
21273
- 注意:此字段可能返回 null,表示取不到有效值。
21274
20991
  :rtype: str
21275
20992
  """
21276
20993
  return self._AllSteps
@@ -21282,7 +20999,6 @@ class TaskDetail(AbstractModel):
21282
20999
  @property
21283
21000
  def Input(self):
21284
21001
  """任务的输入参数。
21285
- 注意:此字段可能返回 null,表示取不到有效值。
21286
21002
  :rtype: str
21287
21003
  """
21288
21004
  return self._Input
@@ -21294,7 +21010,6 @@ class TaskDetail(AbstractModel):
21294
21010
  @property
21295
21011
  def Output(self):
21296
21012
  """任务的输出参数。
21297
- 注意:此字段可能返回 null,表示取不到有效值。
21298
21013
  :rtype: str
21299
21014
  """
21300
21015
  return self._Output
@@ -21310,7 +21025,6 @@ class TaskDetail(AbstractModel):
21310
21025
  1:立即切换
21311
21026
  2:指定时间切换
21312
21027
  3:维护时间窗口内切换。
21313
- 注意:此字段可能返回 null,表示取不到有效值。
21314
21028
  :rtype: int
21315
21029
  """
21316
21030
  return self._SwitchTag
@@ -21322,7 +21036,6 @@ class TaskDetail(AbstractModel):
21322
21036
  @property
21323
21037
  def SwitchTime(self):
21324
21038
  """指定的切换时间。
21325
- 注意:此字段可能返回 null,表示取不到有效值。
21326
21039
  :rtype: str
21327
21040
  """
21328
21041
  return self._SwitchTime
@@ -21334,7 +21047,6 @@ class TaskDetail(AbstractModel):
21334
21047
  @property
21335
21048
  def Message(self):
21336
21049
  """任务的提示信息。
21337
- 注意:此字段可能返回 null,表示取不到有效值。
21338
21050
  :rtype: str
21339
21051
  """
21340
21052
  return self._Message
@@ -21378,14 +21090,12 @@ class TaskSet(AbstractModel):
21378
21090
  :param _StartTime: 任务的开始时间。
21379
21091
  :type StartTime: str
21380
21092
  :param _EndTime: 任务的结束时间。
21381
- 注意:此字段可能返回 null,表示取不到有效值。
21382
21093
  :type EndTime: str
21383
21094
  :param _Status: 任务的运行状态,包括Running,Success,WaitSwitch,Fail,Pause。
21384
21095
  :type Status: str
21385
21096
  :param _Progress: 任务的执行进度,取值范围0-100。
21386
21097
  :type Progress: int
21387
21098
  :param _TaskDetail: 任务的详情信息
21388
- 注意:此字段可能返回 null,表示取不到有效值。
21389
21099
  :type TaskDetail: :class:`tencentcloud.postgres.v20170312.models.TaskDetail`
21390
21100
  """
21391
21101
  self._TaskId = None
@@ -21444,7 +21154,6 @@ class TaskSet(AbstractModel):
21444
21154
  @property
21445
21155
  def EndTime(self):
21446
21156
  """任务的结束时间。
21447
- 注意:此字段可能返回 null,表示取不到有效值。
21448
21157
  :rtype: str
21449
21158
  """
21450
21159
  return self._EndTime
@@ -21478,7 +21187,6 @@ class TaskSet(AbstractModel):
21478
21187
  @property
21479
21188
  def TaskDetail(self):
21480
21189
  """任务的详情信息
21481
- 注意:此字段可能返回 null,表示取不到有效值。
21482
21190
  :rtype: :class:`tencentcloud.postgres.v20170312.models.TaskDetail`
21483
21191
  """
21484
21192
  return self._TaskDetail