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
@@ -929,7 +929,6 @@ class ClusterActivity(AbstractModel):
929
929
  :param _ActivityStatus: 集群活动状态。取值范围:<br><li>PENDING:等待运行</li><br><li>RUNNING:运行中</li><br><li>SUCCESSFUL:活动成功</li><br><li>PARTIALLY_SUCCESSFUL:活动部分成功</li><br><li>FAILED:活动失败</li>
930
930
  :type ActivityStatus: str
931
931
  :param _ActivityStatusCode: 集群活动状态码。
932
- 注意:此字段可能返回 null,表示取不到有效值。
933
932
  :type ActivityStatusCode: str
934
933
  :param _ResultDetail: 集群活动结果详情。
935
934
  注意:此字段可能返回 null,表示取不到有效值。
@@ -941,10 +940,8 @@ class ClusterActivity(AbstractModel):
941
940
  :param _RelatedNodeActivitySet: 集群活动相关节点活动集合。
942
941
  :type RelatedNodeActivitySet: list of NodeActivity
943
942
  :param _StartTime: 集群活动开始时间。
944
- 注意:此字段可能返回 null,表示取不到有效值。
945
943
  :type StartTime: str
946
944
  :param _EndTime: 集群活动结束时间。
947
- 注意:此字段可能返回 null,表示取不到有效值。
948
945
  :type EndTime: str
949
946
  """
950
947
  self._ClusterId = None
@@ -1006,7 +1003,6 @@ class ClusterActivity(AbstractModel):
1006
1003
  @property
1007
1004
  def ActivityStatusCode(self):
1008
1005
  """集群活动状态码。
1009
- 注意:此字段可能返回 null,表示取不到有效值。
1010
1006
  :rtype: str
1011
1007
  """
1012
1008
  return self._ActivityStatusCode
@@ -1063,7 +1059,6 @@ class ClusterActivity(AbstractModel):
1063
1059
  @property
1064
1060
  def StartTime(self):
1065
1061
  """集群活动开始时间。
1066
- 注意:此字段可能返回 null,表示取不到有效值。
1067
1062
  :rtype: str
1068
1063
  """
1069
1064
  return self._StartTime
@@ -1075,7 +1070,6 @@ class ClusterActivity(AbstractModel):
1075
1070
  @property
1076
1071
  def EndTime(self):
1077
1072
  """集群活动结束时间。
1078
- 注意:此字段可能返回 null,表示取不到有效值。
1079
1073
  :rtype: str
1080
1074
  """
1081
1075
  return self._EndTime
@@ -1132,7 +1126,6 @@ class ClusterOverview(AbstractModel):
1132
1126
  :param _SchedulerType: 集群调度器。
1133
1127
  :type SchedulerType: str
1134
1128
  :param _SchedulerVersion: 集群调度器版本。
1135
- 注意:此字段可能返回 null,表示取不到有效值。
1136
1129
  :type SchedulerVersion: str
1137
1130
  :param _ComputeNodeCount: 计算节点数量。
1138
1131
  :type ComputeNodeCount: int
@@ -1150,6 +1143,8 @@ class ClusterOverview(AbstractModel):
1150
1143
  :type AutoScalingType: str
1151
1144
  :param _VpcId: 集群所属私有网络ID。
1152
1145
  :type VpcId: str
1146
+ :param _ClusterType: 集群类型
1147
+ :type ClusterType: str
1153
1148
  """
1154
1149
  self._ClusterId = None
1155
1150
  self._ClusterStatus = None
@@ -1166,6 +1161,7 @@ class ClusterOverview(AbstractModel):
1166
1161
  self._LoginNodeCount = None
1167
1162
  self._AutoScalingType = None
1168
1163
  self._VpcId = None
1164
+ self._ClusterType = None
1169
1165
 
1170
1166
  @property
1171
1167
  def ClusterId(self):
@@ -1236,7 +1232,6 @@ class ClusterOverview(AbstractModel):
1236
1232
  @property
1237
1233
  def SchedulerVersion(self):
1238
1234
  """集群调度器版本。
1239
- 注意:此字段可能返回 null,表示取不到有效值。
1240
1235
  :rtype: str
1241
1236
  """
1242
1237
  return self._SchedulerVersion
@@ -1333,6 +1328,17 @@ class ClusterOverview(AbstractModel):
1333
1328
  def VpcId(self, VpcId):
1334
1329
  self._VpcId = VpcId
1335
1330
 
1331
+ @property
1332
+ def ClusterType(self):
1333
+ """集群类型
1334
+ :rtype: str
1335
+ """
1336
+ return self._ClusterType
1337
+
1338
+ @ClusterType.setter
1339
+ def ClusterType(self, ClusterType):
1340
+ self._ClusterType = ClusterType
1341
+
1336
1342
 
1337
1343
  def _deserialize(self, params):
1338
1344
  self._ClusterId = params.get("ClusterId")
@@ -1367,6 +1373,7 @@ class ClusterOverview(AbstractModel):
1367
1373
  self._LoginNodeCount = params.get("LoginNodeCount")
1368
1374
  self._AutoScalingType = params.get("AutoScalingType")
1369
1375
  self._VpcId = params.get("VpcId")
1376
+ self._ClusterType = params.get("ClusterType")
1370
1377
  memeber_set = set(params.keys())
1371
1378
  for name, value in vars(self).items():
1372
1379
  property_name = name[1:]
@@ -1554,7 +1561,6 @@ class ComputeNodeOverview(AbstractModel):
1554
1561
  def __init__(self):
1555
1562
  r"""
1556
1563
  :param _NodeId: 计算节点ID。
1557
- 注意:此字段可能返回 null,表示取不到有效值。
1558
1564
  :type NodeId: str
1559
1565
  """
1560
1566
  self._NodeId = None
@@ -1562,7 +1568,6 @@ class ComputeNodeOverview(AbstractModel):
1562
1568
  @property
1563
1569
  def NodeId(self):
1564
1570
  """计算节点ID。
1565
- 注意:此字段可能返回 null,表示取不到有效值。
1566
1571
  :rtype: str
1567
1572
  """
1568
1573
  return self._NodeId
@@ -1983,7 +1988,6 @@ class CreateClusterResponse(AbstractModel):
1983
1988
  def __init__(self):
1984
1989
  r"""
1985
1990
  :param _ClusterId: 集群ID。
1986
- 注意:此字段可能返回 null,表示取不到有效值。
1987
1991
  :type ClusterId: str
1988
1992
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1989
1993
  :type RequestId: str
@@ -1994,7 +1998,6 @@ class CreateClusterResponse(AbstractModel):
1994
1998
  @property
1995
1999
  def ClusterId(self):
1996
2000
  """集群ID。
1997
- 注意:此字段可能返回 null,表示取不到有效值。
1998
2001
  :rtype: str
1999
2002
  """
2000
2003
  return self._ClusterId
@@ -3146,10 +3149,20 @@ class DescribeClustersRequest(AbstractModel):
3146
3149
  :type Offset: int
3147
3150
  :param _Limit: 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
3148
3151
  :type Limit: int
3152
+ :param _Filters: <ul>
3153
+ <li><strong>cluster-type</strong>
3154
+ <p style="padding-left: 30px;">按照【<strong>集群类型</strong>】进行过滤</p>
3155
+ <p style="padding-left: 30px;">类型:String</p>
3156
+ <p style="padding-left: 30px;">必选:否</p>
3157
+ </li>
3158
+ </ul>
3159
+ <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
3160
+ :type Filters: list of Filter
3149
3161
  """
3150
3162
  self._ClusterIds = None
3151
3163
  self._Offset = None
3152
3164
  self._Limit = None
3165
+ self._Filters = None
3153
3166
 
3154
3167
  @property
3155
3168
  def ClusterIds(self):
@@ -3184,11 +3197,35 @@ class DescribeClustersRequest(AbstractModel):
3184
3197
  def Limit(self, Limit):
3185
3198
  self._Limit = Limit
3186
3199
 
3200
+ @property
3201
+ def Filters(self):
3202
+ """<ul>
3203
+ <li><strong>cluster-type</strong>
3204
+ <p style="padding-left: 30px;">按照【<strong>集群类型</strong>】进行过滤</p>
3205
+ <p style="padding-left: 30px;">类型:String</p>
3206
+ <p style="padding-left: 30px;">必选:否</p>
3207
+ </li>
3208
+ </ul>
3209
+ <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
3210
+ :rtype: list of Filter
3211
+ """
3212
+ return self._Filters
3213
+
3214
+ @Filters.setter
3215
+ def Filters(self, Filters):
3216
+ self._Filters = Filters
3217
+
3187
3218
 
3188
3219
  def _deserialize(self, params):
3189
3220
  self._ClusterIds = params.get("ClusterIds")
3190
3221
  self._Offset = params.get("Offset")
3191
3222
  self._Limit = params.get("Limit")
3223
+ if params.get("Filters") is not None:
3224
+ self._Filters = []
3225
+ for item in params.get("Filters"):
3226
+ obj = Filter()
3227
+ obj._deserialize(item)
3228
+ self._Filters.append(obj)
3192
3229
  memeber_set = set(params.keys())
3193
3230
  for name, value in vars(self).items():
3194
3231
  property_name = name[1:]
@@ -3306,7 +3343,6 @@ class DescribeInitNodeScriptsResponse(AbstractModel):
3306
3343
  def __init__(self):
3307
3344
  r"""
3308
3345
  :param _InitNodeScriptSet: 节点初始化脚本列表。
3309
- 注意:此字段可能返回 null,表示取不到有效值。
3310
3346
  :type InitNodeScriptSet: list of NodeScript
3311
3347
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3312
3348
  :type RequestId: str
@@ -3317,7 +3353,6 @@ class DescribeInitNodeScriptsResponse(AbstractModel):
3317
3353
  @property
3318
3354
  def InitNodeScriptSet(self):
3319
3355
  """节点初始化脚本列表。
3320
- 注意:此字段可能返回 null,表示取不到有效值。
3321
3356
  :rtype: list of NodeScript
3322
3357
  """
3323
3358
  return self._InitNodeScriptSet
@@ -3896,13 +3931,10 @@ class EnhancedService(AbstractModel):
3896
3931
  def __init__(self):
3897
3932
  r"""
3898
3933
  :param _SecurityService: 开启云安全服务。若不指定该参数,则默认开启云安全服务。
3899
- 注意:此字段可能返回 null,表示取不到有效值。
3900
3934
  :type SecurityService: :class:`tencentcloud.thpc.v20230321.models.RunSecurityServiceEnabled`
3901
3935
  :param _MonitorService: 开启腾讯云可观测平台服务。若不指定该参数,则默认开启腾讯云可观测平台服务。
3902
- 注意:此字段可能返回 null,表示取不到有效值。
3903
3936
  :type MonitorService: :class:`tencentcloud.thpc.v20230321.models.RunMonitorServiceEnabled`
3904
3937
  :param _AutomationService: 开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,默认开启云自动化助手服务。
3905
- 注意:此字段可能返回 null,表示取不到有效值。
3906
3938
  :type AutomationService: :class:`tencentcloud.thpc.v20230321.models.RunAutomationServiceEnabled`
3907
3939
  """
3908
3940
  self._SecurityService = None
@@ -3912,7 +3944,6 @@ class EnhancedService(AbstractModel):
3912
3944
  @property
3913
3945
  def SecurityService(self):
3914
3946
  """开启云安全服务。若不指定该参数,则默认开启云安全服务。
3915
- 注意:此字段可能返回 null,表示取不到有效值。
3916
3947
  :rtype: :class:`tencentcloud.thpc.v20230321.models.RunSecurityServiceEnabled`
3917
3948
  """
3918
3949
  return self._SecurityService
@@ -3924,7 +3955,6 @@ class EnhancedService(AbstractModel):
3924
3955
  @property
3925
3956
  def MonitorService(self):
3926
3957
  """开启腾讯云可观测平台服务。若不指定该参数,则默认开启腾讯云可观测平台服务。
3927
- 注意:此字段可能返回 null,表示取不到有效值。
3928
3958
  :rtype: :class:`tencentcloud.thpc.v20230321.models.RunMonitorServiceEnabled`
3929
3959
  """
3930
3960
  return self._MonitorService
@@ -3936,7 +3966,6 @@ class EnhancedService(AbstractModel):
3936
3966
  @property
3937
3967
  def AutomationService(self):
3938
3968
  """开启云自动化助手服务(TencentCloud Automation Tools,TAT)。若不指定该参数,默认开启云自动化助手服务。
3939
- 注意:此字段可能返回 null,表示取不到有效值。
3940
3969
  :rtype: :class:`tencentcloud.thpc.v20230321.models.RunAutomationServiceEnabled`
3941
3970
  """
3942
3971
  return self._AutomationService
@@ -4518,10 +4547,8 @@ class GooseFSxOptionOverview(AbstractModel):
4518
4547
  def __init__(self):
4519
4548
  r"""
4520
4549
  :param _Masters: 文件系统master的ip和端口列表。
4521
- 注意:此字段可能返回 null,表示取不到有效值。
4522
4550
  :type Masters: list of str
4523
4551
  :param _LocalPath: 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。
4524
- 注意:此字段可能返回 null,表示取不到有效值。
4525
4552
  :type LocalPath: str
4526
4553
  """
4527
4554
  self._Masters = None
@@ -4530,7 +4557,6 @@ class GooseFSxOptionOverview(AbstractModel):
4530
4557
  @property
4531
4558
  def Masters(self):
4532
4559
  """文件系统master的ip和端口列表。
4533
- 注意:此字段可能返回 null,表示取不到有效值。
4534
4560
  :rtype: list of str
4535
4561
  """
4536
4562
  return self._Masters
@@ -4542,7 +4568,6 @@ class GooseFSxOptionOverview(AbstractModel):
4542
4568
  @property
4543
4569
  def LocalPath(self):
4544
4570
  """文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。
4545
- 注意:此字段可能返回 null,表示取不到有效值。
4546
4571
  :rtype: str
4547
4572
  """
4548
4573
  return self._LocalPath
@@ -5117,7 +5142,6 @@ class ManagerNodeOverview(AbstractModel):
5117
5142
  def __init__(self):
5118
5143
  r"""
5119
5144
  :param _NodeId: 管控节点ID。
5120
- 注意:此字段可能返回 null,表示取不到有效值。
5121
5145
  :type NodeId: str
5122
5146
  """
5123
5147
  self._NodeId = None
@@ -5125,7 +5149,6 @@ class ManagerNodeOverview(AbstractModel):
5125
5149
  @property
5126
5150
  def NodeId(self):
5127
5151
  """管控节点ID。
5128
- 注意:此字段可能返回 null,表示取不到有效值。
5129
5152
  :rtype: str
5130
5153
  """
5131
5154
  return self._NodeId
@@ -5428,6 +5451,8 @@ class NodeOverview(AbstractModel):
5428
5451
  :param _NodeId: thpc集群节点id
5429
5452
  注意:此字段可能返回 null,表示取不到有效值。
5430
5453
  :type NodeId: str
5454
+ :param _NodeAllocateState: 节点的工作状态
5455
+ :type NodeAllocateState: str
5431
5456
  """
5432
5457
  self._InstanceId = None
5433
5458
  self._Zone = None
@@ -5437,6 +5462,7 @@ class NodeOverview(AbstractModel):
5437
5462
  self._NodeRole = None
5438
5463
  self._NodeType = None
5439
5464
  self._NodeId = None
5465
+ self._NodeAllocateState = None
5440
5466
 
5441
5467
  @property
5442
5468
  def InstanceId(self):
@@ -5534,6 +5560,17 @@ class NodeOverview(AbstractModel):
5534
5560
  def NodeId(self, NodeId):
5535
5561
  self._NodeId = NodeId
5536
5562
 
5563
+ @property
5564
+ def NodeAllocateState(self):
5565
+ """节点的工作状态
5566
+ :rtype: str
5567
+ """
5568
+ return self._NodeAllocateState
5569
+
5570
+ @NodeAllocateState.setter
5571
+ def NodeAllocateState(self, NodeAllocateState):
5572
+ self._NodeAllocateState = NodeAllocateState
5573
+
5537
5574
 
5538
5575
  def _deserialize(self, params):
5539
5576
  self._InstanceId = params.get("InstanceId")
@@ -5544,6 +5581,7 @@ class NodeOverview(AbstractModel):
5544
5581
  self._NodeRole = params.get("NodeRole")
5545
5582
  self._NodeType = params.get("NodeType")
5546
5583
  self._NodeId = params.get("NodeId")
5584
+ self._NodeAllocateState = params.get("NodeAllocateState")
5547
5585
  memeber_set = set(params.keys())
5548
5586
  for name, value in vars(self).items():
5549
5587
  property_name = name[1:]
@@ -5563,10 +5601,8 @@ class NodeScript(AbstractModel):
5563
5601
  r"""
5564
5602
  :param _ScriptPath: 节点执行脚本获取地址。
5565
5603
  目前仅支持cos地址。地址最大长度:255。
5566
- 注意:此字段可能返回 null,表示取不到有效值。
5567
5604
  :type ScriptPath: str
5568
5605
  :param _Timeout: 脚本执行超时时间(包含拉取脚本的时间)。单位秒,默认值:30。取值范围:10~1200。
5569
- 注意:此字段可能返回 null,表示取不到有效值。
5570
5606
  :type Timeout: int
5571
5607
  """
5572
5608
  self._ScriptPath = None
@@ -5576,7 +5612,6 @@ class NodeScript(AbstractModel):
5576
5612
  def ScriptPath(self):
5577
5613
  """节点执行脚本获取地址。
5578
5614
  目前仅支持cos地址。地址最大长度:255。
5579
- 注意:此字段可能返回 null,表示取不到有效值。
5580
5615
  :rtype: str
5581
5616
  """
5582
5617
  return self._ScriptPath
@@ -5588,7 +5623,6 @@ class NodeScript(AbstractModel):
5588
5623
  @property
5589
5624
  def Timeout(self):
5590
5625
  """脚本执行超时时间(包含拉取脚本的时间)。单位秒,默认值:30。取值范围:10~1200。
5591
- 注意:此字段可能返回 null,表示取不到有效值。
5592
5626
  :rtype: int
5593
5627
  """
5594
5628
  return self._Timeout
@@ -5975,28 +6009,23 @@ class QueueConfigOverview(AbstractModel):
5975
6009
  :param _ExpansionNodeConfigs: 扩容节点配置信息。
5976
6010
  :type ExpansionNodeConfigs: list of ExpansionNodeConfigOverview
5977
6011
  :param _DesiredIdleNodeCapacity: 队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
5978
- 注意:此字段可能返回 null,表示取不到有效值。
5979
6012
  :type DesiredIdleNodeCapacity: int
5980
6013
  :param _DesiredNodeCount: 队列中期望的总节点数。
5981
6014
  :type DesiredNodeCount: int
5982
6015
  :param _ScaleOutRatio: 扩容比例。默认值:100。取值范围:1~100。
5983
6016
  如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。
5984
- 注意:此字段可能返回 null,表示取不到有效值。
5985
6017
  :type ScaleOutRatio: int
5986
6018
  :param _ScaleOutNodeThreshold: 比例扩容阈值。默认值:0。取值范围:0~200。
5987
6019
  当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。
5988
6020
  此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。
5989
- 注意:此字段可能返回 null,表示取不到有效值。
5990
6021
  :type ScaleOutNodeThreshold: int
5991
6022
  :param _MaxNodesPerCycle: 每轮扩容最大节点个数。
5992
- 注意:此字段可能返回 null,表示取不到有效值。
5993
6023
  :type MaxNodesPerCycle: int
5994
6024
  :param _ScaleUpMemRatio: 扩容过程中,作业的内存在匹配实例机型时增大比例(不会影响作业提交的内存大小,只影响匹配计算过程)。<br/>
5995
6025
  针对场景:由于实例机型的总内存会大于实例内部的可用内存,16GB内存规格的实例,实例操作系统内的可用内存只有约14.9GB内存。假设此时提交一个需要15GB内存的作业,
5996
6026
 
5997
6027
  - 当ScaleUpMemRatio=0时,会匹配到16GB内存规格的实例,但是由于操作系统内的可用内存为14.9GB小于作业所需的15GB,扩容出来的实例作业无法运行起来。
5998
6028
  - 当ScaleUpMemRatio=10时,匹配实例规格会按照15*(1+10%)=16.5GB来进行实例规格匹配,则不会匹配到16GB的实例,而是更大内存规格的实例来保证作业能够被运行起来。
5999
- 注意:此字段可能返回 null,表示取不到有效值。
6000
6029
  :type ScaleUpMemRatio: int
6001
6030
  """
6002
6031
  self._QueueName = None
@@ -6081,7 +6110,6 @@ class QueueConfigOverview(AbstractModel):
6081
6110
  @property
6082
6111
  def DesiredIdleNodeCapacity(self):
6083
6112
  """队列中期望的空闲节点数量(包含弹性节点和静态节点)。默认值:0。队列中,处于空闲状态的节点小于此值,集群会扩容弹性节点;处于空闲状态的节点大于此值,集群会缩容弹性节点。
6084
- 注意:此字段可能返回 null,表示取不到有效值。
6085
6113
  :rtype: int
6086
6114
  """
6087
6115
  return self._DesiredIdleNodeCapacity
@@ -6105,7 +6133,6 @@ class QueueConfigOverview(AbstractModel):
6105
6133
  def ScaleOutRatio(self):
6106
6134
  """扩容比例。默认值:100。取值范围:1~100。
6107
6135
  如果扩容比例为50,那么每轮只会扩容当前作业负载所需的50%数量的节点。
6108
- 注意:此字段可能返回 null,表示取不到有效值。
6109
6136
  :rtype: int
6110
6137
  """
6111
6138
  return self._ScaleOutRatio
@@ -6119,7 +6146,6 @@ class QueueConfigOverview(AbstractModel):
6119
6146
  """比例扩容阈值。默认值:0。取值范围:0~200。
6120
6147
  当作业负载需要扩容节点数量大于此值,当前扩容轮次按照ScaleOutRatio配置的的比例进行扩容。当作业负载需要扩容节点数量小于此值,当前扩容轮次扩容当前作业负载所需数量的节点。
6121
6148
  此参数配合ScaleOutRatio参数进行使用,用于比例扩容场景下,在作业负载所需节点数量较小时,加快收敛速度。
6122
- 注意:此字段可能返回 null,表示取不到有效值。
6123
6149
  :rtype: int
6124
6150
  """
6125
6151
  return self._ScaleOutNodeThreshold
@@ -6131,7 +6157,6 @@ class QueueConfigOverview(AbstractModel):
6131
6157
  @property
6132
6158
  def MaxNodesPerCycle(self):
6133
6159
  """每轮扩容最大节点个数。
6134
- 注意:此字段可能返回 null,表示取不到有效值。
6135
6160
  :rtype: int
6136
6161
  """
6137
6162
  return self._MaxNodesPerCycle
@@ -6147,7 +6172,6 @@ class QueueConfigOverview(AbstractModel):
6147
6172
 
6148
6173
  - 当ScaleUpMemRatio=0时,会匹配到16GB内存规格的实例,但是由于操作系统内的可用内存为14.9GB小于作业所需的15GB,扩容出来的实例作业无法运行起来。
6149
6174
  - 当ScaleUpMemRatio=10时,匹配实例规格会按照15*(1+10%)=16.5GB来进行实例规格匹配,则不会匹配到16GB的实例,而是更大内存规格的实例来保证作业能够被运行起来。
6150
- 注意:此字段可能返回 null,表示取不到有效值。
6151
6175
  :rtype: int
6152
6176
  """
6153
6177
  return self._ScaleUpMemRatio
@@ -6193,7 +6217,6 @@ class QueueOverview(AbstractModel):
6193
6217
  def __init__(self):
6194
6218
  r"""
6195
6219
  :param _QueueName: 队列名称。
6196
- 注意:此字段可能返回 null,表示取不到有效值。
6197
6220
  :type QueueName: str
6198
6221
  """
6199
6222
  self._QueueName = None
@@ -6201,7 +6224,6 @@ class QueueOverview(AbstractModel):
6201
6224
  @property
6202
6225
  def QueueName(self):
6203
6226
  """队列名称。
6204
- 注意:此字段可能返回 null,表示取不到有效值。
6205
6227
  :rtype: str
6206
6228
  """
6207
6229
  return self._QueueName
@@ -6267,7 +6289,6 @@ class RunMonitorServiceEnabled(AbstractModel):
6267
6289
  def __init__(self):
6268
6290
  r"""
6269
6291
  :param _Enabled: 是否开启[腾讯云可观测平台](/document/product/248)服务。取值范围:<br><li>TRUE:表示开启腾讯云可观测平台服务</li><br><li>FALSE:表示不开启腾讯云可观测平台服务</li><br><br>默认取值:TRUE。
6270
- 注意:此字段可能返回 null,表示取不到有效值。
6271
6292
  :type Enabled: bool
6272
6293
  """
6273
6294
  self._Enabled = None
@@ -6275,7 +6296,6 @@ class RunMonitorServiceEnabled(AbstractModel):
6275
6296
  @property
6276
6297
  def Enabled(self):
6277
6298
  """是否开启[腾讯云可观测平台](/document/product/248)服务。取值范围:<br><li>TRUE:表示开启腾讯云可观测平台服务</li><br><li>FALSE:表示不开启腾讯云可观测平台服务</li><br><br>默认取值:TRUE。
6278
- 注意:此字段可能返回 null,表示取不到有效值。
6279
6299
  :rtype: bool
6280
6300
  """
6281
6301
  return self._Enabled
@@ -7144,10 +7164,8 @@ class SpacePlacement(AbstractModel):
7144
7164
  def __init__(self):
7145
7165
  r"""
7146
7166
  :param _Zone: 可用区
7147
- 注意:此字段可能返回 null,表示取不到有效值。
7148
7167
  :type Zone: str
7149
7168
  :param _ProjectId: 项目,默认是0
7150
- 注意:此字段可能返回 null,表示取不到有效值。
7151
7169
  :type ProjectId: int
7152
7170
  """
7153
7171
  self._Zone = None
@@ -7156,7 +7174,6 @@ class SpacePlacement(AbstractModel):
7156
7174
  @property
7157
7175
  def Zone(self):
7158
7176
  """可用区
7159
- 注意:此字段可能返回 null,表示取不到有效值。
7160
7177
  :rtype: str
7161
7178
  """
7162
7179
  return self._Zone
@@ -7168,7 +7185,6 @@ class SpacePlacement(AbstractModel):
7168
7185
  @property
7169
7186
  def ProjectId(self):
7170
7187
  """项目,默认是0
7171
- 注意:此字段可能返回 null,表示取不到有效值。
7172
7188
  :rtype: int
7173
7189
  """
7174
7190
  return self._ProjectId
@@ -7628,10 +7644,8 @@ class TagSpecification(AbstractModel):
7628
7644
  def __init__(self):
7629
7645
  r"""
7630
7646
  :param _ResourceType: 标签绑定的资源类型
7631
- 注意:此字段可能返回 null,表示取不到有效值。
7632
7647
  :type ResourceType: str
7633
7648
  :param _Tags: 标签对列表
7634
- 注意:此字段可能返回 null,表示取不到有效值。
7635
7649
  :type Tags: list of Tag
7636
7650
  """
7637
7651
  self._ResourceType = None
@@ -7640,7 +7654,6 @@ class TagSpecification(AbstractModel):
7640
7654
  @property
7641
7655
  def ResourceType(self):
7642
7656
  """标签绑定的资源类型
7643
- 注意:此字段可能返回 null,表示取不到有效值。
7644
7657
  :rtype: str
7645
7658
  """
7646
7659
  return self._ResourceType
@@ -7652,7 +7665,6 @@ class TagSpecification(AbstractModel):
7652
7665
  @property
7653
7666
  def Tags(self):
7654
7667
  """标签对列表
7655
- 注意:此字段可能返回 null,表示取不到有效值。
7656
7668
  :rtype: list of Tag
7657
7669
  """
7658
7670
  return self._Tags