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
@@ -40,7 +40,6 @@ time 时间选择
40
40
  :param _Field: 组件唯一标识, 传回后端时的key
41
41
  :type Field: str
42
42
  :param _DefaultValue: 默认值
43
- 注意:此字段可能返回 null,表示取不到有效值。
44
43
  :type DefaultValue: str
45
44
  :param _Config: 支持配置项如下,可根据需要选择配置项,不需要配置是设置空{}:
46
45
 
@@ -136,7 +135,6 @@ time 时间选择
136
135
  @property
137
136
  def DefaultValue(self):
138
137
  """默认值
139
- 注意:此字段可能返回 null,表示取不到有效值。
140
138
  :rtype: str
141
139
  """
142
140
  return self._DefaultValue
@@ -397,28 +395,20 @@ class ActionLibraryListResult(AbstractModel):
397
395
  :param _ActionContent: 自定义动作的参数,json string
398
396
  :type ActionContent: str
399
397
  :param _ResourceType: 二级分类
400
- 注意:此字段可能返回 null,表示取不到有效值。
401
398
  :type ResourceType: str
402
399
  :param _ActionDetail: 动作描述
403
- 注意:此字段可能返回 null,表示取不到有效值。
404
400
  :type ActionDetail: str
405
401
  :param _IsAllowed: 是否允许当前账号使用
406
- 注意:此字段可能返回 null,表示取不到有效值。
407
402
  :type IsAllowed: bool
408
403
  :param _ActionBestCase: 最佳实践案例的链接地址
409
- 注意:此字段可能返回 null,表示取不到有效值。
410
404
  :type ActionBestCase: str
411
405
  :param _ObjectType: 对象类型
412
- 注意:此字段可能返回 null,表示取不到有效值。
413
406
  :type ObjectType: str
414
407
  :param _MetricIdList: 监控指标ID列表
415
- 注意:此字段可能返回 null,表示取不到有效值。
416
408
  :type MetricIdList: list of int non-negative
417
409
  :param _IsNewAction: 是否是新动作
418
- 注意:此字段可能返回 null,表示取不到有效值。
419
410
  :type IsNewAction: bool
420
411
  :param _ObjectTypeId: 对象类型ID
421
- 注意:此字段可能返回 null,表示取不到有效值。
422
412
  :type ObjectTypeId: int
423
413
  """
424
414
  self._ActionName = None
@@ -589,7 +579,6 @@ class ActionLibraryListResult(AbstractModel):
589
579
  @property
590
580
  def ResourceType(self):
591
581
  """二级分类
592
- 注意:此字段可能返回 null,表示取不到有效值。
593
582
  :rtype: str
594
583
  """
595
584
  return self._ResourceType
@@ -601,7 +590,6 @@ class ActionLibraryListResult(AbstractModel):
601
590
  @property
602
591
  def ActionDetail(self):
603
592
  """动作描述
604
- 注意:此字段可能返回 null,表示取不到有效值。
605
593
  :rtype: str
606
594
  """
607
595
  return self._ActionDetail
@@ -613,7 +601,6 @@ class ActionLibraryListResult(AbstractModel):
613
601
  @property
614
602
  def IsAllowed(self):
615
603
  """是否允许当前账号使用
616
- 注意:此字段可能返回 null,表示取不到有效值。
617
604
  :rtype: bool
618
605
  """
619
606
  return self._IsAllowed
@@ -625,7 +612,6 @@ class ActionLibraryListResult(AbstractModel):
625
612
  @property
626
613
  def ActionBestCase(self):
627
614
  """最佳实践案例的链接地址
628
- 注意:此字段可能返回 null,表示取不到有效值。
629
615
  :rtype: str
630
616
  """
631
617
  return self._ActionBestCase
@@ -637,7 +623,6 @@ class ActionLibraryListResult(AbstractModel):
637
623
  @property
638
624
  def ObjectType(self):
639
625
  """对象类型
640
- 注意:此字段可能返回 null,表示取不到有效值。
641
626
  :rtype: str
642
627
  """
643
628
  return self._ObjectType
@@ -649,7 +634,6 @@ class ActionLibraryListResult(AbstractModel):
649
634
  @property
650
635
  def MetricIdList(self):
651
636
  """监控指标ID列表
652
- 注意:此字段可能返回 null,表示取不到有效值。
653
637
  :rtype: list of int non-negative
654
638
  """
655
639
  return self._MetricIdList
@@ -661,7 +645,6 @@ class ActionLibraryListResult(AbstractModel):
661
645
  @property
662
646
  def IsNewAction(self):
663
647
  """是否是新动作
664
- 注意:此字段可能返回 null,表示取不到有效值。
665
648
  :rtype: bool
666
649
  """
667
650
  return self._IsNewAction
@@ -673,7 +656,6 @@ class ActionLibraryListResult(AbstractModel):
673
656
  @property
674
657
  def ObjectTypeId(self):
675
658
  """对象类型ID
676
- 注意:此字段可能返回 null,表示取不到有效值。
677
659
  :rtype: int
678
660
  """
679
661
  return self._ObjectTypeId
@@ -723,13 +705,10 @@ class ApmServiceInfo(AbstractModel):
723
705
  def __init__(self):
724
706
  r"""
725
707
  :param _InstanceId: 业务ID
726
- 注意:此字段可能返回 null,表示取不到有效值。
727
708
  :type InstanceId: str
728
709
  :param _ServiceNameList: 应用名称
729
- 注意:此字段可能返回 null,表示取不到有效值。
730
710
  :type ServiceNameList: list of str
731
711
  :param _RegionId: 地域ID
732
- 注意:此字段可能返回 null,表示取不到有效值。
733
712
  :type RegionId: int
734
713
  """
735
714
  self._InstanceId = None
@@ -739,7 +718,6 @@ class ApmServiceInfo(AbstractModel):
739
718
  @property
740
719
  def InstanceId(self):
741
720
  """业务ID
742
- 注意:此字段可能返回 null,表示取不到有效值。
743
721
  :rtype: str
744
722
  """
745
723
  return self._InstanceId
@@ -751,7 +729,6 @@ class ApmServiceInfo(AbstractModel):
751
729
  @property
752
730
  def ServiceNameList(self):
753
731
  """应用名称
754
- 注意:此字段可能返回 null,表示取不到有效值。
755
732
  :rtype: list of str
756
733
  """
757
734
  return self._ServiceNameList
@@ -763,7 +740,6 @@ class ApmServiceInfo(AbstractModel):
763
740
  @property
764
741
  def RegionId(self):
765
742
  """地域ID
766
- 注意:此字段可能返回 null,表示取不到有效值。
767
743
  :rtype: int
768
744
  """
769
745
  return self._RegionId
@@ -1363,7 +1339,6 @@ class DescribeActionFieldConfigListResponse(AbstractModel):
1363
1339
  :param _Results: 动作栏位配置列表
1364
1340
  :type Results: list of ActionFieldConfigResult
1365
1341
  :param _ResourceOffline: 资源下线信息
1366
- 注意:此字段可能返回 null,表示取不到有效值。
1367
1342
  :type ResourceOffline: list of ResourceOffline
1368
1343
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1369
1344
  :type RequestId: str
@@ -1398,7 +1373,6 @@ class DescribeActionFieldConfigListResponse(AbstractModel):
1398
1373
  @property
1399
1374
  def ResourceOffline(self):
1400
1375
  """资源下线信息
1401
- 注意:此字段可能返回 null,表示取不到有效值。
1402
1376
  :rtype: list of ResourceOffline
1403
1377
  """
1404
1378
  return self._ResourceOffline
@@ -1724,7 +1698,6 @@ class DescribePolicy(AbstractModel):
1724
1698
  :param _TaskPolicyRule: 策略规则
1725
1699
  :type TaskPolicyRule: str
1726
1700
  :param _TaskPolicyDealType: 护栏策略生效处理策略 1:顺序执行,2:暂停
1727
- 注意:此字段可能返回 null,表示取不到有效值。
1728
1701
  :type TaskPolicyDealType: int
1729
1702
  """
1730
1703
  self._TaskPolicyIdList = None
@@ -1768,7 +1741,6 @@ class DescribePolicy(AbstractModel):
1768
1741
  @property
1769
1742
  def TaskPolicyDealType(self):
1770
1743
  """护栏策略生效处理策略 1:顺序执行,2:暂停
1771
- 注意:此字段可能返回 null,表示取不到有效值。
1772
1744
  :rtype: int
1773
1745
  """
1774
1746
  return self._TaskPolicyDealType
@@ -3118,19 +3090,17 @@ class ObjectType(AbstractModel):
3118
3090
  :param _ObjectTypeParams: 对象类型参数
3119
3091
  :type ObjectTypeParams: :class:`tencentcloud.cfg.v20210820.models.ObjectTypeConfig`
3120
3092
  :param _ObjectTypeJsonParse: tke接口json解析规则,null不需要解析
3121
- 注意:此字段可能返回 null,表示取不到有效值。
3122
3093
  :type ObjectTypeJsonParse: :class:`tencentcloud.cfg.v20210820.models.ObjectTypeJsonParse`
3123
3094
  :param _ObjectHasNewAction: 是否包含新动作
3124
- 注意:此字段可能返回 null,表示取不到有效值。
3125
3095
  :type ObjectHasNewAction: bool
3126
3096
  :param _ObjectPlatformName: 对应在平台架构图中的资源类型名称
3127
- 注意:此字段可能返回 null,表示取不到有效值。
3128
3097
  :type ObjectPlatformName: str
3129
3098
  :param _ObjectSupportType: 1:平台支持的对象 2:应用支持的部分对象
3130
- 注意:此字段可能返回 null,表示取不到有效值。
3131
3099
  :type ObjectSupportType: int
3132
3100
  :param _ArchLayer: 1.接入层 2.逻辑层 3. 数据层
3133
3101
  :type ArchLayer: int
3102
+ :param _IsArchSvg: 是否支持演练生图
3103
+ :type IsArchSvg: bool
3134
3104
  """
3135
3105
  self._ObjectTypeId = None
3136
3106
  self._ObjectTypeTitle = None
@@ -3141,6 +3111,7 @@ class ObjectType(AbstractModel):
3141
3111
  self._ObjectPlatformName = None
3142
3112
  self._ObjectSupportType = None
3143
3113
  self._ArchLayer = None
3114
+ self._IsArchSvg = None
3144
3115
 
3145
3116
  @property
3146
3117
  def ObjectTypeId(self):
@@ -3189,7 +3160,6 @@ class ObjectType(AbstractModel):
3189
3160
  @property
3190
3161
  def ObjectTypeJsonParse(self):
3191
3162
  """tke接口json解析规则,null不需要解析
3192
- 注意:此字段可能返回 null,表示取不到有效值。
3193
3163
  :rtype: :class:`tencentcloud.cfg.v20210820.models.ObjectTypeJsonParse`
3194
3164
  """
3195
3165
  return self._ObjectTypeJsonParse
@@ -3201,7 +3171,6 @@ class ObjectType(AbstractModel):
3201
3171
  @property
3202
3172
  def ObjectHasNewAction(self):
3203
3173
  """是否包含新动作
3204
- 注意:此字段可能返回 null,表示取不到有效值。
3205
3174
  :rtype: bool
3206
3175
  """
3207
3176
  return self._ObjectHasNewAction
@@ -3213,7 +3182,6 @@ class ObjectType(AbstractModel):
3213
3182
  @property
3214
3183
  def ObjectPlatformName(self):
3215
3184
  """对应在平台架构图中的资源类型名称
3216
- 注意:此字段可能返回 null,表示取不到有效值。
3217
3185
  :rtype: str
3218
3186
  """
3219
3187
  return self._ObjectPlatformName
@@ -3225,7 +3193,6 @@ class ObjectType(AbstractModel):
3225
3193
  @property
3226
3194
  def ObjectSupportType(self):
3227
3195
  """1:平台支持的对象 2:应用支持的部分对象
3228
- 注意:此字段可能返回 null,表示取不到有效值。
3229
3196
  :rtype: int
3230
3197
  """
3231
3198
  return self._ObjectSupportType
@@ -3245,6 +3212,17 @@ class ObjectType(AbstractModel):
3245
3212
  def ArchLayer(self, ArchLayer):
3246
3213
  self._ArchLayer = ArchLayer
3247
3214
 
3215
+ @property
3216
+ def IsArchSvg(self):
3217
+ """是否支持演练生图
3218
+ :rtype: bool
3219
+ """
3220
+ return self._IsArchSvg
3221
+
3222
+ @IsArchSvg.setter
3223
+ def IsArchSvg(self, IsArchSvg):
3224
+ self._IsArchSvg = IsArchSvg
3225
+
3248
3226
 
3249
3227
  def _deserialize(self, params):
3250
3228
  self._ObjectTypeId = params.get("ObjectTypeId")
@@ -3260,6 +3238,7 @@ class ObjectType(AbstractModel):
3260
3238
  self._ObjectPlatformName = params.get("ObjectPlatformName")
3261
3239
  self._ObjectSupportType = params.get("ObjectSupportType")
3262
3240
  self._ArchLayer = params.get("ArchLayer")
3241
+ self._IsArchSvg = params.get("IsArchSvg")
3263
3242
  memeber_set = set(params.keys())
3264
3243
  for name, value in vars(self).items():
3265
3244
  property_name = name[1:]
@@ -3338,10 +3317,8 @@ class ObjectTypeConfigFields(AbstractModel):
3338
3317
  :param _Header: 实例id
3339
3318
  :type Header: str
3340
3319
  :param _Transfer: 字段值是否需要转译,当不需要转译时,此字段返回null
3341
- 注意:此字段可能返回 null,表示取不到有效值。
3342
3320
  :type Transfer: str
3343
3321
  :param _JsonParse: tke的pod字段信息解析
3344
- 注意:此字段可能返回 null,表示取不到有效值。
3345
3322
  :type JsonParse: str
3346
3323
  :param _Type: 字段类型 0:str 1:list
3347
3324
  :type Type: int
@@ -3377,7 +3354,6 @@ class ObjectTypeConfigFields(AbstractModel):
3377
3354
  @property
3378
3355
  def Transfer(self):
3379
3356
  """字段值是否需要转译,当不需要转译时,此字段返回null
3380
- 注意:此字段可能返回 null,表示取不到有效值。
3381
3357
  :rtype: str
3382
3358
  """
3383
3359
  return self._Transfer
@@ -3389,7 +3365,6 @@ class ObjectTypeConfigFields(AbstractModel):
3389
3365
  @property
3390
3366
  def JsonParse(self):
3391
3367
  """tke的pod字段信息解析
3392
- 注意:此字段可能返回 null,表示取不到有效值。
3393
3368
  :rtype: str
3394
3369
  """
3395
3370
  return self._JsonParse
@@ -3434,16 +3409,12 @@ class ObjectTypeJsonParse(AbstractModel):
3434
3409
  def __init__(self):
3435
3410
  r"""
3436
3411
  :param _NameSpace: 命名空间
3437
- 注意:此字段可能返回 null,表示取不到有效值。
3438
3412
  :type NameSpace: str
3439
3413
  :param _WorkloadName: 工作负载名称
3440
- 注意:此字段可能返回 null,表示取不到有效值。
3441
3414
  :type WorkloadName: str
3442
3415
  :param _LanIP: 节点IP
3443
- 注意:此字段可能返回 null,表示取不到有效值。
3444
3416
  :type LanIP: str
3445
3417
  :param _InstanceId: 节点ID
3446
- 注意:此字段可能返回 null,表示取不到有效值。
3447
3418
  :type InstanceId: str
3448
3419
  """
3449
3420
  self._NameSpace = None
@@ -3454,7 +3425,6 @@ class ObjectTypeJsonParse(AbstractModel):
3454
3425
  @property
3455
3426
  def NameSpace(self):
3456
3427
  """命名空间
3457
- 注意:此字段可能返回 null,表示取不到有效值。
3458
3428
  :rtype: str
3459
3429
  """
3460
3430
  return self._NameSpace
@@ -3466,7 +3436,6 @@ class ObjectTypeJsonParse(AbstractModel):
3466
3436
  @property
3467
3437
  def WorkloadName(self):
3468
3438
  """工作负载名称
3469
- 注意:此字段可能返回 null,表示取不到有效值。
3470
3439
  :rtype: str
3471
3440
  """
3472
3441
  return self._WorkloadName
@@ -3478,7 +3447,6 @@ class ObjectTypeJsonParse(AbstractModel):
3478
3447
  @property
3479
3448
  def LanIP(self):
3480
3449
  """节点IP
3481
- 注意:此字段可能返回 null,表示取不到有效值。
3482
3450
  :rtype: str
3483
3451
  """
3484
3452
  return self._LanIP
@@ -3490,7 +3458,6 @@ class ObjectTypeJsonParse(AbstractModel):
3490
3458
  @property
3491
3459
  def InstanceId(self):
3492
3460
  """节点ID
3493
- 注意:此字段可能返回 null,表示取不到有效值。
3494
3461
  :rtype: str
3495
3462
  """
3496
3463
  return self._InstanceId
@@ -3525,16 +3492,12 @@ class PolicyTriggerLog(AbstractModel):
3525
3492
  :param _TaskId: 演练ID
3526
3493
  :type TaskId: int
3527
3494
  :param _Name: 名称
3528
- 注意:此字段可能返回 null,表示取不到有效值。
3529
3495
  :type Name: str
3530
3496
  :param _TriggerType: 类型,0--触发,1--恢复
3531
- 注意:此字段可能返回 null,表示取不到有效值。
3532
3497
  :type TriggerType: int
3533
3498
  :param _Content: 内容
3534
- 注意:此字段可能返回 null,表示取不到有效值。
3535
3499
  :type Content: str
3536
3500
  :param _CreatTime: 触发时间
3537
- 注意:此字段可能返回 null,表示取不到有效值。
3538
3501
  :type CreatTime: str
3539
3502
  """
3540
3503
  self._TaskId = None
@@ -3557,7 +3520,6 @@ class PolicyTriggerLog(AbstractModel):
3557
3520
  @property
3558
3521
  def Name(self):
3559
3522
  """名称
3560
- 注意:此字段可能返回 null,表示取不到有效值。
3561
3523
  :rtype: str
3562
3524
  """
3563
3525
  return self._Name
@@ -3569,7 +3531,6 @@ class PolicyTriggerLog(AbstractModel):
3569
3531
  @property
3570
3532
  def TriggerType(self):
3571
3533
  """类型,0--触发,1--恢复
3572
- 注意:此字段可能返回 null,表示取不到有效值。
3573
3534
  :rtype: int
3574
3535
  """
3575
3536
  return self._TriggerType
@@ -3581,7 +3542,6 @@ class PolicyTriggerLog(AbstractModel):
3581
3542
  @property
3582
3543
  def Content(self):
3583
3544
  """内容
3584
- 注意:此字段可能返回 null,表示取不到有效值。
3585
3545
  :rtype: str
3586
3546
  """
3587
3547
  return self._Content
@@ -3593,7 +3553,6 @@ class PolicyTriggerLog(AbstractModel):
3593
3553
  @property
3594
3554
  def CreatTime(self):
3595
3555
  """触发时间
3596
- 注意:此字段可能返回 null,表示取不到有效值。
3597
3556
  :rtype: str
3598
3557
  """
3599
3558
  return self._CreatTime
@@ -3627,13 +3586,10 @@ class ResourceOffline(AbstractModel):
3627
3586
  def __init__(self):
3628
3587
  r"""
3629
3588
  :param _ResourceId: 资源ID
3630
- 注意:此字段可能返回 null,表示取不到有效值。
3631
3589
  :type ResourceId: int
3632
3590
  :param _ResourceDeleteTime: 资源下线时间
3633
- 注意:此字段可能返回 null,表示取不到有效值。
3634
3591
  :type ResourceDeleteTime: str
3635
3592
  :param _ResourceDeleteMessage: 资源下线提示
3636
- 注意:此字段可能返回 null,表示取不到有效值。
3637
3593
  :type ResourceDeleteMessage: str
3638
3594
  """
3639
3595
  self._ResourceId = None
@@ -3643,7 +3599,6 @@ class ResourceOffline(AbstractModel):
3643
3599
  @property
3644
3600
  def ResourceId(self):
3645
3601
  """资源ID
3646
- 注意:此字段可能返回 null,表示取不到有效值。
3647
3602
  :rtype: int
3648
3603
  """
3649
3604
  return self._ResourceId
@@ -3655,7 +3610,6 @@ class ResourceOffline(AbstractModel):
3655
3610
  @property
3656
3611
  def ResourceDeleteTime(self):
3657
3612
  """资源下线时间
3658
- 注意:此字段可能返回 null,表示取不到有效值。
3659
3613
  :rtype: str
3660
3614
  """
3661
3615
  return self._ResourceDeleteTime
@@ -3667,7 +3621,6 @@ class ResourceOffline(AbstractModel):
3667
3621
  @property
3668
3622
  def ResourceDeleteMessage(self):
3669
3623
  """资源下线提示
3670
- 注意:此字段可能返回 null,表示取不到有效值。
3671
3624
  :rtype: str
3672
3625
  """
3673
3626
  return self._ResourceDeleteMessage
@@ -3699,10 +3652,8 @@ class TagWithCreate(AbstractModel):
3699
3652
  def __init__(self):
3700
3653
  r"""
3701
3654
  :param _TagKey: 标签键
3702
- 注意:此字段可能返回 null,表示取不到有效值。
3703
3655
  :type TagKey: str
3704
3656
  :param _TagValue: 标签值
3705
- 注意:此字段可能返回 null,表示取不到有效值。
3706
3657
  :type TagValue: str
3707
3658
  """
3708
3659
  self._TagKey = None
@@ -3711,7 +3662,6 @@ class TagWithCreate(AbstractModel):
3711
3662
  @property
3712
3663
  def TagKey(self):
3713
3664
  """标签键
3714
- 注意:此字段可能返回 null,表示取不到有效值。
3715
3665
  :rtype: str
3716
3666
  """
3717
3667
  return self._TagKey
@@ -3723,7 +3673,6 @@ class TagWithCreate(AbstractModel):
3723
3673
  @property
3724
3674
  def TagValue(self):
3725
3675
  """标签值
3726
- 注意:此字段可能返回 null,表示取不到有效值。
3727
3676
  :rtype: str
3728
3677
  """
3729
3678
  return self._TagValue
@@ -3811,10 +3760,8 @@ class Task(AbstractModel):
3811
3760
  :param _TaskDescription: 任务描述
3812
3761
  :type TaskDescription: str
3813
3762
  :param _TaskTag: 自定义标签
3814
- 注意:此字段可能返回 null,表示取不到有效值。
3815
3763
  :type TaskTag: str
3816
3764
  :param _TaskStatus: 任务状态,1001--未开始 1002--进行中(执行)1003--进行中(暂停)1004--执行结束
3817
- 注意:此字段可能返回 null,表示取不到有效值。
3818
3765
  :type TaskStatus: int
3819
3766
  :param _TaskStatusType: 任务结束状态,表明任务以何种状态结束: 0 -- 尚未结束,1 -- 成功,2-- 失败,3--终止
3820
3767
  :type TaskStatusType: int
@@ -3848,13 +3795,11 @@ class Task(AbstractModel):
3848
3795
  :param _TaskRegionId: 地域ID
3849
3796
  :type TaskRegionId: int
3850
3797
  :param _TaskMonitors: 监控指标列表
3851
- 注意:此字段可能返回 null,表示取不到有效值。
3852
3798
  :type TaskMonitors: list of TaskMonitor
3853
3799
  :param _TaskPolicy: 保护策略
3854
3800
  注意:此字段可能返回 null,表示取不到有效值。
3855
3801
  :type TaskPolicy: :class:`tencentcloud.cfg.v20210820.models.DescribePolicy`
3856
3802
  :param _Tags: 标签列表
3857
- 注意:此字段可能返回 null,表示取不到有效值。
3858
3803
  :type Tags: list of TagWithDescribe
3859
3804
  :param _TaskPlanId: 关联的演练计划ID
3860
3805
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3866,19 +3811,15 @@ class Task(AbstractModel):
3866
3811
  注意:此字段可能返回 null,表示取不到有效值。
3867
3812
  :type ApplicationId: str
3868
3813
  :param _ApplicationName: 关联的应用名称
3869
- 注意:此字段可能返回 null,表示取不到有效值。
3870
3814
  :type ApplicationName: str
3871
3815
  :param _AlarmPolicy: 关联的告警指标
3872
- 注意:此字段可能返回 null,表示取不到有效值。
3873
3816
  :type AlarmPolicy: list of str
3874
3817
  :param _ApmServiceList: 关联的APM服务
3875
- 注意:此字段可能返回 null,表示取不到有效值。
3876
3818
  :type ApmServiceList: list of ApmServiceInfo
3877
3819
  :param _VerifyId: 关联的隐患验证项ID
3878
3820
  注意:此字段可能返回 null,表示取不到有效值。
3879
3821
  :type VerifyId: int
3880
3822
  :param _PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
3881
- 注意:此字段可能返回 null,表示取不到有效值。
3882
3823
  :type PolicyDealType: int
3883
3824
  :param _TaskPlanStartTime: 计划开始时间
3884
3825
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3893,8 +3834,9 @@ class Task(AbstractModel):
3893
3834
  注意:此字段可能返回 null,表示取不到有效值。
3894
3835
  :type TaskIssue: str
3895
3836
  :param _TaskRegionName: region信息
3896
- 注意:此字段可能返回 null,表示取不到有效值。
3897
3837
  :type TaskRegionName: str
3838
+ :param _TaskArchId: 架构ID
3839
+ :type TaskArchId: str
3898
3840
  """
3899
3841
  self._TaskId = None
3900
3842
  self._TaskTitle = None
@@ -3930,6 +3872,7 @@ class Task(AbstractModel):
3930
3872
  self._TaskOrg = None
3931
3873
  self._TaskIssue = None
3932
3874
  self._TaskRegionName = None
3875
+ self._TaskArchId = None
3933
3876
 
3934
3877
  @property
3935
3878
  def TaskId(self):
@@ -3967,7 +3910,6 @@ class Task(AbstractModel):
3967
3910
  @property
3968
3911
  def TaskTag(self):
3969
3912
  """自定义标签
3970
- 注意:此字段可能返回 null,表示取不到有效值。
3971
3913
  :rtype: str
3972
3914
  """
3973
3915
  return self._TaskTag
@@ -3979,7 +3921,6 @@ class Task(AbstractModel):
3979
3921
  @property
3980
3922
  def TaskStatus(self):
3981
3923
  """任务状态,1001--未开始 1002--进行中(执行)1003--进行中(暂停)1004--执行结束
3982
- 注意:此字段可能返回 null,表示取不到有效值。
3983
3924
  :rtype: int
3984
3925
  """
3985
3926
  return self._TaskStatus
@@ -4139,7 +4080,6 @@ class Task(AbstractModel):
4139
4080
  @property
4140
4081
  def TaskMonitors(self):
4141
4082
  """监控指标列表
4142
- 注意:此字段可能返回 null,表示取不到有效值。
4143
4083
  :rtype: list of TaskMonitor
4144
4084
  """
4145
4085
  return self._TaskMonitors
@@ -4163,7 +4103,6 @@ class Task(AbstractModel):
4163
4103
  @property
4164
4104
  def Tags(self):
4165
4105
  """标签列表
4166
- 注意:此字段可能返回 null,表示取不到有效值。
4167
4106
  :rtype: list of TagWithDescribe
4168
4107
  """
4169
4108
  return self._Tags
@@ -4211,7 +4150,6 @@ class Task(AbstractModel):
4211
4150
  @property
4212
4151
  def ApplicationName(self):
4213
4152
  """关联的应用名称
4214
- 注意:此字段可能返回 null,表示取不到有效值。
4215
4153
  :rtype: str
4216
4154
  """
4217
4155
  return self._ApplicationName
@@ -4223,7 +4161,6 @@ class Task(AbstractModel):
4223
4161
  @property
4224
4162
  def AlarmPolicy(self):
4225
4163
  """关联的告警指标
4226
- 注意:此字段可能返回 null,表示取不到有效值。
4227
4164
  :rtype: list of str
4228
4165
  """
4229
4166
  return self._AlarmPolicy
@@ -4235,7 +4172,6 @@ class Task(AbstractModel):
4235
4172
  @property
4236
4173
  def ApmServiceList(self):
4237
4174
  """关联的APM服务
4238
- 注意:此字段可能返回 null,表示取不到有效值。
4239
4175
  :rtype: list of ApmServiceInfo
4240
4176
  """
4241
4177
  return self._ApmServiceList
@@ -4259,7 +4195,6 @@ class Task(AbstractModel):
4259
4195
  @property
4260
4196
  def PolicyDealType(self):
4261
4197
  """护栏处理方式,1--顺序回滚,2--演练暂停
4262
- 注意:此字段可能返回 null,表示取不到有效值。
4263
4198
  :rtype: int
4264
4199
  """
4265
4200
  return self._PolicyDealType
@@ -4319,7 +4254,6 @@ class Task(AbstractModel):
4319
4254
  @property
4320
4255
  def TaskRegionName(self):
4321
4256
  """region信息
4322
- 注意:此字段可能返回 null,表示取不到有效值。
4323
4257
  :rtype: str
4324
4258
  """
4325
4259
  return self._TaskRegionName
@@ -4328,6 +4262,17 @@ class Task(AbstractModel):
4328
4262
  def TaskRegionName(self, TaskRegionName):
4329
4263
  self._TaskRegionName = TaskRegionName
4330
4264
 
4265
+ @property
4266
+ def TaskArchId(self):
4267
+ """架构ID
4268
+ :rtype: str
4269
+ """
4270
+ return self._TaskArchId
4271
+
4272
+ @TaskArchId.setter
4273
+ def TaskArchId(self, TaskArchId):
4274
+ self._TaskArchId = TaskArchId
4275
+
4331
4276
 
4332
4277
  def _deserialize(self, params):
4333
4278
  self._TaskId = params.get("TaskId")
@@ -4391,6 +4336,7 @@ class Task(AbstractModel):
4391
4336
  self._TaskOrg.append(obj)
4392
4337
  self._TaskIssue = params.get("TaskIssue")
4393
4338
  self._TaskRegionName = params.get("TaskRegionName")
4339
+ self._TaskArchId = params.get("TaskArchId")
4394
4340
  memeber_set = set(params.keys())
4395
4341
  for name, value in vars(self).items():
4396
4342
  property_name = name[1:]
@@ -4549,7 +4495,6 @@ class TaskGroup(AbstractModel):
4549
4495
  :param _TaskGroupTitle: 分组标题
4550
4496
  :type TaskGroupTitle: str
4551
4497
  :param _TaskGroupDescription: 分组描述
4552
- 注意:此字段可能返回 null,表示取不到有效值。
4553
4498
  :type TaskGroupDescription: str
4554
4499
  :param _TaskGroupOrder: 任务分组顺序
4555
4500
  :type TaskGroupOrder: int
@@ -4568,10 +4513,8 @@ class TaskGroup(AbstractModel):
4568
4513
  :param _TaskGroupDiscardInstanceList: 不参演的实例列表
4569
4514
  :type TaskGroupDiscardInstanceList: list of str
4570
4515
  :param _TaskGroupSelectedInstanceList: 参演实例列表
4571
- 注意:此字段可能返回 null,表示取不到有效值。
4572
4516
  :type TaskGroupSelectedInstanceList: list of str
4573
4517
  :param _TaskGroupInstancesExecuteRule: 机器选取规则
4574
- 注意:此字段可能返回 null,表示取不到有效值。
4575
4518
  :type TaskGroupInstancesExecuteRule: list of TaskGroupInstancesExecuteRules
4576
4519
  """
4577
4520
  self._TaskGroupId = None
@@ -4613,7 +4556,6 @@ class TaskGroup(AbstractModel):
4613
4556
  @property
4614
4557
  def TaskGroupDescription(self):
4615
4558
  """分组描述
4616
- 注意:此字段可能返回 null,表示取不到有效值。
4617
4559
  :rtype: str
4618
4560
  """
4619
4561
  return self._TaskGroupDescription
@@ -4713,7 +4655,6 @@ class TaskGroup(AbstractModel):
4713
4655
  @property
4714
4656
  def TaskGroupSelectedInstanceList(self):
4715
4657
  """参演实例列表
4716
- 注意:此字段可能返回 null,表示取不到有效值。
4717
4658
  :rtype: list of str
4718
4659
  """
4719
4660
  return self._TaskGroupSelectedInstanceList
@@ -4725,7 +4666,6 @@ class TaskGroup(AbstractModel):
4725
4666
  @property
4726
4667
  def TaskGroupInstancesExecuteRule(self):
4727
4668
  """机器选取规则
4728
- 注意:此字段可能返回 null,表示取不到有效值。
4729
4669
  :rtype: list of TaskGroupInstancesExecuteRules
4730
4670
  """
4731
4671
  return self._TaskGroupInstancesExecuteRule
@@ -4785,10 +4725,8 @@ class TaskGroupAction(AbstractModel):
4785
4725
  :param _TaskGroupActionOrder: 分组动作顺序
4786
4726
  :type TaskGroupActionOrder: int
4787
4727
  :param _TaskGroupActionGeneralConfiguration: 分组动作通用配置
4788
- 注意:此字段可能返回 null,表示取不到有效值。
4789
4728
  :type TaskGroupActionGeneralConfiguration: str
4790
4729
  :param _TaskGroupActionCustomConfiguration: 分组动作自定义配置
4791
- 注意:此字段可能返回 null,表示取不到有效值。
4792
4730
  :type TaskGroupActionCustomConfiguration: str
4793
4731
  :param _TaskGroupActionStatus: 分组动作状态
4794
4732
  :type TaskGroupActionStatus: int
@@ -4801,31 +4739,22 @@ class TaskGroupAction(AbstractModel):
4801
4739
  :param _TaskGroupActionStatusType: 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止,4--跳过
4802
4740
  :type TaskGroupActionStatusType: int
4803
4741
  :param _TaskGroupActionRandomId: RandomId
4804
- 注意:此字段可能返回 null,表示取不到有效值。
4805
4742
  :type TaskGroupActionRandomId: int
4806
4743
  :param _TaskGroupActionRecoverId: RecoverId
4807
- 注意:此字段可能返回 null,表示取不到有效值。
4808
4744
  :type TaskGroupActionRecoverId: int
4809
4745
  :param _TaskGroupActionExecuteId: ExecuteId
4810
- 注意:此字段可能返回 null,表示取不到有效值。
4811
4746
  :type TaskGroupActionExecuteId: int
4812
4747
  :param _ActionApiType: 调用api类型,0:tat, 1:云api
4813
- 注意:此字段可能返回 null,表示取不到有效值。
4814
4748
  :type ActionApiType: int
4815
4749
  :param _ActionAttribute: 1:故障,2:恢复
4816
- 注意:此字段可能返回 null,表示取不到有效值。
4817
4750
  :type ActionAttribute: int
4818
4751
  :param _ActionType: 动作类型:平台、自定义
4819
- 注意:此字段可能返回 null,表示取不到有效值。
4820
4752
  :type ActionType: str
4821
4753
  :param _IsExecuteRedo: 是否可重试
4822
- 注意:此字段可能返回 null,表示取不到有效值。
4823
4754
  :type IsExecuteRedo: bool
4824
4755
  :param _ActionRisk: 动作风险级别
4825
- 注意:此字段可能返回 null,表示取不到有效值。
4826
4756
  :type ActionRisk: str
4827
4757
  :param _TaskGroupActionExecuteTime: 动作运行时间
4828
- 注意:此字段可能返回 null,表示取不到有效值。
4829
4758
  :type TaskGroupActionExecuteTime: int
4830
4759
  :param _TaskGroupActionStartTime: 动作开始执行时间
4831
4760
  :type TaskGroupActionStartTime: str
@@ -4899,7 +4828,6 @@ class TaskGroupAction(AbstractModel):
4899
4828
  @property
4900
4829
  def TaskGroupActionGeneralConfiguration(self):
4901
4830
  """分组动作通用配置
4902
- 注意:此字段可能返回 null,表示取不到有效值。
4903
4831
  :rtype: str
4904
4832
  """
4905
4833
  return self._TaskGroupActionGeneralConfiguration
@@ -4911,7 +4839,6 @@ class TaskGroupAction(AbstractModel):
4911
4839
  @property
4912
4840
  def TaskGroupActionCustomConfiguration(self):
4913
4841
  """分组动作自定义配置
4914
- 注意:此字段可能返回 null,表示取不到有效值。
4915
4842
  :rtype: str
4916
4843
  """
4917
4844
  return self._TaskGroupActionCustomConfiguration
@@ -4978,7 +4905,6 @@ class TaskGroupAction(AbstractModel):
4978
4905
  @property
4979
4906
  def TaskGroupActionRandomId(self):
4980
4907
  """RandomId
4981
- 注意:此字段可能返回 null,表示取不到有效值。
4982
4908
  :rtype: int
4983
4909
  """
4984
4910
  return self._TaskGroupActionRandomId
@@ -4990,7 +4916,6 @@ class TaskGroupAction(AbstractModel):
4990
4916
  @property
4991
4917
  def TaskGroupActionRecoverId(self):
4992
4918
  """RecoverId
4993
- 注意:此字段可能返回 null,表示取不到有效值。
4994
4919
  :rtype: int
4995
4920
  """
4996
4921
  return self._TaskGroupActionRecoverId
@@ -5002,7 +4927,6 @@ class TaskGroupAction(AbstractModel):
5002
4927
  @property
5003
4928
  def TaskGroupActionExecuteId(self):
5004
4929
  """ExecuteId
5005
- 注意:此字段可能返回 null,表示取不到有效值。
5006
4930
  :rtype: int
5007
4931
  """
5008
4932
  return self._TaskGroupActionExecuteId
@@ -5014,7 +4938,6 @@ class TaskGroupAction(AbstractModel):
5014
4938
  @property
5015
4939
  def ActionApiType(self):
5016
4940
  """调用api类型,0:tat, 1:云api
5017
- 注意:此字段可能返回 null,表示取不到有效值。
5018
4941
  :rtype: int
5019
4942
  """
5020
4943
  return self._ActionApiType
@@ -5026,7 +4949,6 @@ class TaskGroupAction(AbstractModel):
5026
4949
  @property
5027
4950
  def ActionAttribute(self):
5028
4951
  """1:故障,2:恢复
5029
- 注意:此字段可能返回 null,表示取不到有效值。
5030
4952
  :rtype: int
5031
4953
  """
5032
4954
  return self._ActionAttribute
@@ -5038,7 +4960,6 @@ class TaskGroupAction(AbstractModel):
5038
4960
  @property
5039
4961
  def ActionType(self):
5040
4962
  """动作类型:平台、自定义
5041
- 注意:此字段可能返回 null,表示取不到有效值。
5042
4963
  :rtype: str
5043
4964
  """
5044
4965
  return self._ActionType
@@ -5050,7 +4971,6 @@ class TaskGroupAction(AbstractModel):
5050
4971
  @property
5051
4972
  def IsExecuteRedo(self):
5052
4973
  """是否可重试
5053
- 注意:此字段可能返回 null,表示取不到有效值。
5054
4974
  :rtype: bool
5055
4975
  """
5056
4976
  return self._IsExecuteRedo
@@ -5062,7 +4982,6 @@ class TaskGroupAction(AbstractModel):
5062
4982
  @property
5063
4983
  def ActionRisk(self):
5064
4984
  """动作风险级别
5065
- 注意:此字段可能返回 null,表示取不到有效值。
5066
4985
  :rtype: str
5067
4986
  """
5068
4987
  return self._ActionRisk
@@ -5074,7 +4993,6 @@ class TaskGroupAction(AbstractModel):
5074
4993
  @property
5075
4994
  def TaskGroupActionExecuteTime(self):
5076
4995
  """动作运行时间
5077
- 注意:此字段可能返回 null,表示取不到有效值。
5078
4996
  :rtype: int
5079
4997
  """
5080
4998
  return self._TaskGroupActionExecuteTime
@@ -5413,7 +5331,6 @@ class TaskGroupInstance(AbstractModel):
5413
5331
  :param _TaskGroupInstanceId: 实例ID
5414
5332
  :type TaskGroupInstanceId: int
5415
5333
  :param _TaskGroupInstanceObjectId: 实例ID
5416
- 注意:此字段可能返回 null,表示取不到有效值。
5417
5334
  :type TaskGroupInstanceObjectId: str
5418
5335
  :param _TaskGroupInstanceStatus: 实例动作执行状态
5419
5336
  :type TaskGroupInstanceStatus: int
@@ -5424,19 +5341,15 @@ class TaskGroupInstance(AbstractModel):
5424
5341
  :param _TaskGroupInstanceStatusType: 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止,4--跳过
5425
5342
  :type TaskGroupInstanceStatusType: int
5426
5343
  :param _TaskGroupInstanceStartTime: 执行开始时间
5427
- 注意:此字段可能返回 null,表示取不到有效值。
5428
5344
  :type TaskGroupInstanceStartTime: str
5429
5345
  :param _TaskGroupInstanceEndTime: 执行结束时间
5430
- 注意:此字段可能返回 null,表示取不到有效值。
5431
5346
  :type TaskGroupInstanceEndTime: str
5432
5347
  :param _TaskGroupInstanceExecuteLog: 实例动作执行日志
5433
5348
  注意:此字段可能返回 null,表示取不到有效值。
5434
5349
  :type TaskGroupInstanceExecuteLog: str
5435
5350
  :param _TaskGroupInstanceIsRedo: 实例是否可重试
5436
- 注意:此字段可能返回 null,表示取不到有效值。
5437
5351
  :type TaskGroupInstanceIsRedo: bool
5438
5352
  :param _TaskGroupInstanceExecuteTime: 动作实例执行时间
5439
- 注意:此字段可能返回 null,表示取不到有效值。
5440
5353
  :type TaskGroupInstanceExecuteTime: int
5441
5354
  """
5442
5355
  self._TaskGroupInstanceId = None
@@ -5465,7 +5378,6 @@ class TaskGroupInstance(AbstractModel):
5465
5378
  @property
5466
5379
  def TaskGroupInstanceObjectId(self):
5467
5380
  """实例ID
5468
- 注意:此字段可能返回 null,表示取不到有效值。
5469
5381
  :rtype: str
5470
5382
  """
5471
5383
  return self._TaskGroupInstanceObjectId
@@ -5521,7 +5433,6 @@ class TaskGroupInstance(AbstractModel):
5521
5433
  @property
5522
5434
  def TaskGroupInstanceStartTime(self):
5523
5435
  """执行开始时间
5524
- 注意:此字段可能返回 null,表示取不到有效值。
5525
5436
  :rtype: str
5526
5437
  """
5527
5438
  return self._TaskGroupInstanceStartTime
@@ -5533,7 +5444,6 @@ class TaskGroupInstance(AbstractModel):
5533
5444
  @property
5534
5445
  def TaskGroupInstanceEndTime(self):
5535
5446
  """执行结束时间
5536
- 注意:此字段可能返回 null,表示取不到有效值。
5537
5447
  :rtype: str
5538
5448
  """
5539
5449
  return self._TaskGroupInstanceEndTime
@@ -5561,7 +5471,6 @@ class TaskGroupInstance(AbstractModel):
5561
5471
  @property
5562
5472
  def TaskGroupInstanceIsRedo(self):
5563
5473
  """实例是否可重试
5564
- 注意:此字段可能返回 null,表示取不到有效值。
5565
5474
  :rtype: bool
5566
5475
  """
5567
5476
  return self._TaskGroupInstanceIsRedo
@@ -5573,7 +5482,6 @@ class TaskGroupInstance(AbstractModel):
5573
5482
  @property
5574
5483
  def TaskGroupInstanceExecuteTime(self):
5575
5484
  """动作实例执行时间
5576
- 注意:此字段可能返回 null,表示取不到有效值。
5577
5485
  :rtype: int
5578
5486
  """
5579
5487
  return self._TaskGroupInstanceExecuteTime
@@ -5613,13 +5521,10 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5613
5521
  def __init__(self):
5614
5522
  r"""
5615
5523
  :param _TaskGroupInstancesExecuteMode: 实例选取模式
5616
- 注意:此字段可能返回 null,表示取不到有效值。
5617
5524
  :type TaskGroupInstancesExecuteMode: int
5618
5525
  :param _TaskGroupInstancesExecutePercent: 按比例选取模式下选取比例
5619
- 注意:此字段可能返回 null,表示取不到有效值。
5620
5526
  :type TaskGroupInstancesExecutePercent: int
5621
5527
  :param _TaskGroupInstancesExecuteNum: 按数量选取模式下选取数量
5622
- 注意:此字段可能返回 null,表示取不到有效值。
5623
5528
  :type TaskGroupInstancesExecuteNum: int
5624
5529
  """
5625
5530
  self._TaskGroupInstancesExecuteMode = None
@@ -5629,7 +5534,6 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5629
5534
  @property
5630
5535
  def TaskGroupInstancesExecuteMode(self):
5631
5536
  """实例选取模式
5632
- 注意:此字段可能返回 null,表示取不到有效值。
5633
5537
  :rtype: int
5634
5538
  """
5635
5539
  return self._TaskGroupInstancesExecuteMode
@@ -5641,7 +5545,6 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5641
5545
  @property
5642
5546
  def TaskGroupInstancesExecutePercent(self):
5643
5547
  """按比例选取模式下选取比例
5644
- 注意:此字段可能返回 null,表示取不到有效值。
5645
5548
  :rtype: int
5646
5549
  """
5647
5550
  return self._TaskGroupInstancesExecutePercent
@@ -5653,7 +5556,6 @@ class TaskGroupInstancesExecuteRules(AbstractModel):
5653
5556
  @property
5654
5557
  def TaskGroupInstancesExecuteNum(self):
5655
5558
  """按数量选取模式下选取数量
5656
- 注意:此字段可能返回 null,表示取不到有效值。
5657
5559
  :rtype: int
5658
5560
  """
5659
5561
  return self._TaskGroupInstancesExecuteNum
@@ -5691,7 +5593,6 @@ class TaskListItem(AbstractModel):
5691
5593
  :param _TaskDescription: 任务描述
5692
5594
  :type TaskDescription: str
5693
5595
  :param _TaskTag: 任务标签
5694
- 注意:此字段可能返回 null,表示取不到有效值。
5695
5596
  :type TaskTag: str
5696
5597
  :param _TaskStatus: 任务状态(1001 -- 未开始 1002 -- 进行中 1003 -- 暂停中 1004 -- 任务结束)
5697
5598
  :type TaskStatus: int
@@ -5700,25 +5601,18 @@ class TaskListItem(AbstractModel):
5700
5601
  :param _TaskUpdateTime: 任务更新时间
5701
5602
  :type TaskUpdateTime: str
5702
5603
  :param _TaskPreCheckStatus: 0--未开始,1--进行中,2--已完成
5703
- 注意:此字段可能返回 null,表示取不到有效值。
5704
5604
  :type TaskPreCheckStatus: int
5705
5605
  :param _TaskPreCheckSuccess: 环境检查是否通过
5706
- 注意:此字段可能返回 null,表示取不到有效值。
5707
5606
  :type TaskPreCheckSuccess: bool
5708
5607
  :param _TaskExpect: 演练是否符合预期 1-符合预期 2-不符合预期
5709
- 注意:此字段可能返回 null,表示取不到有效值。
5710
5608
  :type TaskExpect: int
5711
5609
  :param _ApplicationId: 关联应用ID
5712
- 注意:此字段可能返回 null,表示取不到有效值。
5713
5610
  :type ApplicationId: str
5714
5611
  :param _ApplicationName: 关联应用名称
5715
- 注意:此字段可能返回 null,表示取不到有效值。
5716
5612
  :type ApplicationName: str
5717
5613
  :param _VerifyId: 验证项ID
5718
- 注意:此字段可能返回 null,表示取不到有效值。
5719
5614
  :type VerifyId: int
5720
5615
  :param _TaskStatusType: 状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止
5721
- 注意:此字段可能返回 null,表示取不到有效值。
5722
5616
  :type TaskStatusType: int
5723
5617
  :param _ArchId: 架构ID
5724
5618
  :type ArchId: str
@@ -5778,7 +5672,6 @@ class TaskListItem(AbstractModel):
5778
5672
  @property
5779
5673
  def TaskTag(self):
5780
5674
  """任务标签
5781
- 注意:此字段可能返回 null,表示取不到有效值。
5782
5675
  :rtype: str
5783
5676
  """
5784
5677
  return self._TaskTag
@@ -5823,7 +5716,6 @@ class TaskListItem(AbstractModel):
5823
5716
  @property
5824
5717
  def TaskPreCheckStatus(self):
5825
5718
  """0--未开始,1--进行中,2--已完成
5826
- 注意:此字段可能返回 null,表示取不到有效值。
5827
5719
  :rtype: int
5828
5720
  """
5829
5721
  return self._TaskPreCheckStatus
@@ -5835,7 +5727,6 @@ class TaskListItem(AbstractModel):
5835
5727
  @property
5836
5728
  def TaskPreCheckSuccess(self):
5837
5729
  """环境检查是否通过
5838
- 注意:此字段可能返回 null,表示取不到有效值。
5839
5730
  :rtype: bool
5840
5731
  """
5841
5732
  return self._TaskPreCheckSuccess
@@ -5847,7 +5738,6 @@ class TaskListItem(AbstractModel):
5847
5738
  @property
5848
5739
  def TaskExpect(self):
5849
5740
  """演练是否符合预期 1-符合预期 2-不符合预期
5850
- 注意:此字段可能返回 null,表示取不到有效值。
5851
5741
  :rtype: int
5852
5742
  """
5853
5743
  return self._TaskExpect
@@ -5859,7 +5749,6 @@ class TaskListItem(AbstractModel):
5859
5749
  @property
5860
5750
  def ApplicationId(self):
5861
5751
  """关联应用ID
5862
- 注意:此字段可能返回 null,表示取不到有效值。
5863
5752
  :rtype: str
5864
5753
  """
5865
5754
  return self._ApplicationId
@@ -5871,7 +5760,6 @@ class TaskListItem(AbstractModel):
5871
5760
  @property
5872
5761
  def ApplicationName(self):
5873
5762
  """关联应用名称
5874
- 注意:此字段可能返回 null,表示取不到有效值。
5875
5763
  :rtype: str
5876
5764
  """
5877
5765
  return self._ApplicationName
@@ -5883,7 +5771,6 @@ class TaskListItem(AbstractModel):
5883
5771
  @property
5884
5772
  def VerifyId(self):
5885
5773
  """验证项ID
5886
- 注意:此字段可能返回 null,表示取不到有效值。
5887
5774
  :rtype: int
5888
5775
  """
5889
5776
  return self._VerifyId
@@ -5895,7 +5782,6 @@ class TaskListItem(AbstractModel):
5895
5782
  @property
5896
5783
  def TaskStatusType(self):
5897
5784
  """状态类型: 0 -- 无状态,1 -- 成功,2-- 失败,3--终止
5898
- 注意:此字段可能返回 null,表示取不到有效值。
5899
5785
  :rtype: int
5900
5786
  """
5901
5787
  return self._TaskStatusType
@@ -5964,7 +5850,6 @@ class TaskMonitor(AbstractModel):
5964
5850
  :param _TaskMonitorId: 演练监控指标ID
5965
5851
  :type TaskMonitorId: int
5966
5852
  :param _MetricId: 监控指标ID
5967
- 注意:此字段可能返回 null,表示取不到有效值。
5968
5853
  :type MetricId: int
5969
5854
  :param _TaskMonitorObjectTypeId: 监控指标对象类型ID
5970
5855
  :type TaskMonitorObjectTypeId: int
@@ -5973,10 +5858,8 @@ class TaskMonitor(AbstractModel):
5973
5858
  :param _InstancesIds: 实例ID列表
5974
5859
  :type InstancesIds: list of str
5975
5860
  :param _MetricChineseName: 中文指标
5976
- 注意:此字段可能返回 null,表示取不到有效值。
5977
5861
  :type MetricChineseName: str
5978
5862
  :param _Unit: 单位
5979
- 注意:此字段可能返回 null,表示取不到有效值。
5980
5863
  :type Unit: str
5981
5864
  """
5982
5865
  self._TaskMonitorId = None
@@ -6001,7 +5884,6 @@ class TaskMonitor(AbstractModel):
6001
5884
  @property
6002
5885
  def MetricId(self):
6003
5886
  """监控指标ID
6004
- 注意:此字段可能返回 null,表示取不到有效值。
6005
5887
  :rtype: int
6006
5888
  """
6007
5889
  return self._MetricId
@@ -6046,7 +5928,6 @@ class TaskMonitor(AbstractModel):
6046
5928
  @property
6047
5929
  def MetricChineseName(self):
6048
5930
  """中文指标
6049
- 注意:此字段可能返回 null,表示取不到有效值。
6050
5931
  :rtype: str
6051
5932
  """
6052
5933
  return self._MetricChineseName
@@ -6058,7 +5939,6 @@ class TaskMonitor(AbstractModel):
6058
5939
  @property
6059
5940
  def Unit(self):
6060
5941
  """单位
6061
- 注意:此字段可能返回 null,表示取不到有效值。
6062
5942
  :rtype: str
6063
5943
  """
6064
5944
  return self._Unit
@@ -6094,10 +5974,8 @@ class TaskOrg(AbstractModel):
6094
5974
  def __init__(self):
6095
5975
  r"""
6096
5976
  :param _TaskRole: 演练角色
6097
- 注意:此字段可能返回 null,表示取不到有效值。
6098
5977
  :type TaskRole: str
6099
5978
  :param _TaskOperator: 负责人
6100
- 注意:此字段可能返回 null,表示取不到有效值。
6101
5979
  :type TaskOperator: str
6102
5980
  """
6103
5981
  self._TaskRole = None
@@ -6106,7 +5984,6 @@ class TaskOrg(AbstractModel):
6106
5984
  @property
6107
5985
  def TaskRole(self):
6108
5986
  """演练角色
6109
- 注意:此字段可能返回 null,表示取不到有效值。
6110
5987
  :rtype: str
6111
5988
  """
6112
5989
  return self._TaskRole
@@ -6118,7 +5995,6 @@ class TaskOrg(AbstractModel):
6118
5995
  @property
6119
5996
  def TaskOperator(self):
6120
5997
  """负责人
6121
- 注意:此字段可能返回 null,表示取不到有效值。
6122
5998
  :rtype: str
6123
5999
  """
6124
6000
  return self._TaskOperator
@@ -6157,7 +6033,6 @@ class TaskReportInfo(AbstractModel):
6157
6033
  :param _Expired: 是否有效
6158
6034
  :type Expired: bool
6159
6035
  :param _CosUrl: 演练报告cos文件地址
6160
- 注意:此字段可能返回 null,表示取不到有效值。
6161
6036
  :type CosUrl: str
6162
6037
  :param _Log: 演练报告导出日志
6163
6038
  注意:此字段可能返回 null,表示取不到有效值。
@@ -6167,7 +6042,6 @@ class TaskReportInfo(AbstractModel):
6167
6042
  :param _ArchiveTime: 归档时间
6168
6043
  :type ArchiveTime: str
6169
6044
  :param _ArchiveUuid: 归档ID
6170
- 注意:此字段可能返回 null,表示取不到有效值。
6171
6045
  :type ArchiveUuid: str
6172
6046
  """
6173
6047
  self._Stage = None
@@ -6227,7 +6101,6 @@ class TaskReportInfo(AbstractModel):
6227
6101
  @property
6228
6102
  def CosUrl(self):
6229
6103
  """演练报告cos文件地址
6230
- 注意:此字段可能返回 null,表示取不到有效值。
6231
6104
  :rtype: str
6232
6105
  """
6233
6106
  return self._CosUrl
@@ -6273,7 +6146,6 @@ class TaskReportInfo(AbstractModel):
6273
6146
  @property
6274
6147
  def ArchiveUuid(self):
6275
6148
  """归档ID
6276
- 注意:此字段可能返回 null,表示取不到有效值。
6277
6149
  :rtype: str
6278
6150
  """
6279
6151
  return self._ArchiveUuid
@@ -6317,7 +6189,6 @@ class Template(AbstractModel):
6317
6189
  :param _TemplateDescription: 经验库描述
6318
6190
  :type TemplateDescription: str
6319
6191
  :param _TemplateTag: 自定义标签
6320
- 注意:此字段可能返回 null,表示取不到有效值。
6321
6192
  :type TemplateTag: str
6322
6193
  :param _TemplateIsUsed: 使用状态。1 ---- 使用中,2 --- 停用
6323
6194
  :type TemplateIsUsed: int
@@ -6341,19 +6212,14 @@ class Template(AbstractModel):
6341
6212
  注意:此字段可能返回 null,表示取不到有效值。
6342
6213
  :type TemplatePolicy: :class:`tencentcloud.cfg.v20210820.models.TemplatePolicy`
6343
6214
  :param _Tags: 标签列表
6344
- 注意:此字段可能返回 null,表示取不到有效值。
6345
6215
  :type Tags: list of TagWithDescribe
6346
6216
  :param _TemplateSource: 经验来源 0-自建 1-专家推荐
6347
- 注意:此字段可能返回 null,表示取不到有效值。
6348
6217
  :type TemplateSource: int
6349
6218
  :param _ApmServiceList: apm应用信息
6350
- 注意:此字段可能返回 null,表示取不到有效值。
6351
6219
  :type ApmServiceList: list of ApmServiceInfo
6352
6220
  :param _AlarmPolicy: 告警指标
6353
- 注意:此字段可能返回 null,表示取不到有效值。
6354
6221
  :type AlarmPolicy: list of str
6355
6222
  :param _PolicyDealType: 护栏处理方式,1--顺序回滚,2--演练暂停
6356
- 注意:此字段可能返回 null,表示取不到有效值。
6357
6223
  :type PolicyDealType: int
6358
6224
  """
6359
6225
  self._TemplateId = None
@@ -6412,7 +6278,6 @@ class Template(AbstractModel):
6412
6278
  @property
6413
6279
  def TemplateTag(self):
6414
6280
  """自定义标签
6415
- 注意:此字段可能返回 null,表示取不到有效值。
6416
6281
  :rtype: str
6417
6282
  """
6418
6283
  return self._TemplateTag
@@ -6535,7 +6400,6 @@ class Template(AbstractModel):
6535
6400
  @property
6536
6401
  def Tags(self):
6537
6402
  """标签列表
6538
- 注意:此字段可能返回 null,表示取不到有效值。
6539
6403
  :rtype: list of TagWithDescribe
6540
6404
  """
6541
6405
  return self._Tags
@@ -6547,7 +6411,6 @@ class Template(AbstractModel):
6547
6411
  @property
6548
6412
  def TemplateSource(self):
6549
6413
  """经验来源 0-自建 1-专家推荐
6550
- 注意:此字段可能返回 null,表示取不到有效值。
6551
6414
  :rtype: int
6552
6415
  """
6553
6416
  return self._TemplateSource
@@ -6559,7 +6422,6 @@ class Template(AbstractModel):
6559
6422
  @property
6560
6423
  def ApmServiceList(self):
6561
6424
  """apm应用信息
6562
- 注意:此字段可能返回 null,表示取不到有效值。
6563
6425
  :rtype: list of ApmServiceInfo
6564
6426
  """
6565
6427
  return self._ApmServiceList
@@ -6571,7 +6433,6 @@ class Template(AbstractModel):
6571
6433
  @property
6572
6434
  def AlarmPolicy(self):
6573
6435
  """告警指标
6574
- 注意:此字段可能返回 null,表示取不到有效值。
6575
6436
  :rtype: list of str
6576
6437
  """
6577
6438
  return self._AlarmPolicy
@@ -6583,7 +6444,6 @@ class Template(AbstractModel):
6583
6444
  @property
6584
6445
  def PolicyDealType(self):
6585
6446
  """护栏处理方式,1--顺序回滚,2--演练暂停
6586
- 注意:此字段可能返回 null,表示取不到有效值。
6587
6447
  :rtype: int
6588
6448
  """
6589
6449
  return self._PolicyDealType
@@ -6659,7 +6519,6 @@ class TemplateGroup(AbstractModel):
6659
6519
  :param _Title: 分组标题
6660
6520
  :type Title: str
6661
6521
  :param _Description: 分组描述
6662
- 注意:此字段可能返回 null,表示取不到有效值。
6663
6522
  :type Description: str
6664
6523
  :param _Order: 分组顺序
6665
6524
  :type Order: int
@@ -6718,7 +6577,6 @@ class TemplateGroup(AbstractModel):
6718
6577
  @property
6719
6578
  def Description(self):
6720
6579
  """分组描述
6721
- 注意:此字段可能返回 null,表示取不到有效值。
6722
6580
  :rtype: str
6723
6581
  """
6724
6582
  return self._Description
@@ -6822,10 +6680,8 @@ class TemplateGroupAction(AbstractModel):
6822
6680
  :param _Order: 分组动作顺序
6823
6681
  :type Order: int
6824
6682
  :param _GeneralConfiguration: 分组动作通用配置
6825
- 注意:此字段可能返回 null,表示取不到有效值。
6826
6683
  :type GeneralConfiguration: str
6827
6684
  :param _CustomConfiguration: 分组动作自定义配置
6828
- 注意:此字段可能返回 null,表示取不到有效值。
6829
6685
  :type CustomConfiguration: str
6830
6686
  :param _CreateTime: 动作分组创建时间
6831
6687
  :type CreateTime: str
@@ -6834,25 +6690,18 @@ class TemplateGroupAction(AbstractModel):
6834
6690
  :param _ActionTitle: 动作名称
6835
6691
  :type ActionTitle: str
6836
6692
  :param _RandomId: 自身随机id
6837
- 注意:此字段可能返回 null,表示取不到有效值。
6838
6693
  :type RandomId: int
6839
6694
  :param _RecoverId: 恢复动作id
6840
- 注意:此字段可能返回 null,表示取不到有效值。
6841
6695
  :type RecoverId: int
6842
6696
  :param _ExecuteId: 执行动作id
6843
- 注意:此字段可能返回 null,表示取不到有效值。
6844
6697
  :type ExecuteId: int
6845
6698
  :param _ActionApiType: 调用api类型,0:tat, 1:云api
6846
- 注意:此字段可能返回 null,表示取不到有效值。
6847
6699
  :type ActionApiType: int
6848
6700
  :param _ActionAttribute: 1:故障,2:恢复
6849
- 注意:此字段可能返回 null,表示取不到有效值。
6850
6701
  :type ActionAttribute: int
6851
6702
  :param _ActionType: 动作类型:平台和自定义
6852
- 注意:此字段可能返回 null,表示取不到有效值。
6853
6703
  :type ActionType: str
6854
6704
  :param _ActionRisk: 动作风险等级,1:低风险 2:中风险 3:高风险
6855
- 注意:此字段可能返回 null,表示取不到有效值。
6856
6705
  :type ActionRisk: str
6857
6706
  :param _FailurePerformance: 故障表现
6858
6707
  :type FailurePerformance: str
@@ -6910,7 +6759,6 @@ class TemplateGroupAction(AbstractModel):
6910
6759
  @property
6911
6760
  def GeneralConfiguration(self):
6912
6761
  """分组动作通用配置
6913
- 注意:此字段可能返回 null,表示取不到有效值。
6914
6762
  :rtype: str
6915
6763
  """
6916
6764
  return self._GeneralConfiguration
@@ -6922,7 +6770,6 @@ class TemplateGroupAction(AbstractModel):
6922
6770
  @property
6923
6771
  def CustomConfiguration(self):
6924
6772
  """分组动作自定义配置
6925
- 注意:此字段可能返回 null,表示取不到有效值。
6926
6773
  :rtype: str
6927
6774
  """
6928
6775
  return self._CustomConfiguration
@@ -6967,7 +6814,6 @@ class TemplateGroupAction(AbstractModel):
6967
6814
  @property
6968
6815
  def RandomId(self):
6969
6816
  """自身随机id
6970
- 注意:此字段可能返回 null,表示取不到有效值。
6971
6817
  :rtype: int
6972
6818
  """
6973
6819
  return self._RandomId
@@ -6979,7 +6825,6 @@ class TemplateGroupAction(AbstractModel):
6979
6825
  @property
6980
6826
  def RecoverId(self):
6981
6827
  """恢复动作id
6982
- 注意:此字段可能返回 null,表示取不到有效值。
6983
6828
  :rtype: int
6984
6829
  """
6985
6830
  return self._RecoverId
@@ -6991,7 +6836,6 @@ class TemplateGroupAction(AbstractModel):
6991
6836
  @property
6992
6837
  def ExecuteId(self):
6993
6838
  """执行动作id
6994
- 注意:此字段可能返回 null,表示取不到有效值。
6995
6839
  :rtype: int
6996
6840
  """
6997
6841
  return self._ExecuteId
@@ -7003,7 +6847,6 @@ class TemplateGroupAction(AbstractModel):
7003
6847
  @property
7004
6848
  def ActionApiType(self):
7005
6849
  """调用api类型,0:tat, 1:云api
7006
- 注意:此字段可能返回 null,表示取不到有效值。
7007
6850
  :rtype: int
7008
6851
  """
7009
6852
  return self._ActionApiType
@@ -7015,7 +6858,6 @@ class TemplateGroupAction(AbstractModel):
7015
6858
  @property
7016
6859
  def ActionAttribute(self):
7017
6860
  """1:故障,2:恢复
7018
- 注意:此字段可能返回 null,表示取不到有效值。
7019
6861
  :rtype: int
7020
6862
  """
7021
6863
  return self._ActionAttribute
@@ -7027,7 +6869,6 @@ class TemplateGroupAction(AbstractModel):
7027
6869
  @property
7028
6870
  def ActionType(self):
7029
6871
  """动作类型:平台和自定义
7030
- 注意:此字段可能返回 null,表示取不到有效值。
7031
6872
  :rtype: str
7032
6873
  """
7033
6874
  return self._ActionType
@@ -7039,7 +6880,6 @@ class TemplateGroupAction(AbstractModel):
7039
6880
  @property
7040
6881
  def ActionRisk(self):
7041
6882
  """动作风险等级,1:低风险 2:中风险 3:高风险
7042
- 注意:此字段可能返回 null,表示取不到有效值。
7043
6883
  :rtype: str
7044
6884
  """
7045
6885
  return self._ActionRisk
@@ -7101,7 +6941,6 @@ class TemplateListItem(AbstractModel):
7101
6941
  :param _TemplateDescription: 经验库描述
7102
6942
  :type TemplateDescription: str
7103
6943
  :param _TemplateTag: 经验库标签
7104
- 注意:此字段可能返回 null,表示取不到有效值。
7105
6944
  :type TemplateTag: str
7106
6945
  :param _TemplateIsUsed: 经验库状态。1 -- 使用中,2 -- 停用
7107
6946
  :type TemplateIsUsed: int
@@ -7112,7 +6951,6 @@ class TemplateListItem(AbstractModel):
7112
6951
  :param _TemplateUsedNum: 经验库关联的任务数量
7113
6952
  :type TemplateUsedNum: int
7114
6953
  :param _TemplateSource: 经验库来源 0-自建经验 1-专家推荐
7115
- 注意:此字段可能返回 null,表示取不到有效值。
7116
6954
  :type TemplateSource: int
7117
6955
  """
7118
6956
  self._TemplateId = None
@@ -7161,7 +6999,6 @@ class TemplateListItem(AbstractModel):
7161
6999
  @property
7162
7000
  def TemplateTag(self):
7163
7001
  """经验库标签
7164
- 注意:此字段可能返回 null,表示取不到有效值。
7165
7002
  :rtype: str
7166
7003
  """
7167
7004
  return self._TemplateTag
@@ -7217,7 +7054,6 @@ class TemplateListItem(AbstractModel):
7217
7054
  @property
7218
7055
  def TemplateSource(self):
7219
7056
  """经验库来源 0-自建经验 1-专家推荐
7220
- 注意:此字段可能返回 null,表示取不到有效值。
7221
7057
  :rtype: int
7222
7058
  """
7223
7059
  return self._TemplateSource
@@ -7257,14 +7093,12 @@ class TemplateMonitor(AbstractModel):
7257
7093
  :param _MonitorId: pk
7258
7094
  :type MonitorId: int
7259
7095
  :param _MetricId: 监控指标ID
7260
- 注意:此字段可能返回 null,表示取不到有效值。
7261
7096
  :type MetricId: int
7262
7097
  :param _ObjectTypeId: 监控指标对象类型ID
7263
7098
  :type ObjectTypeId: int
7264
7099
  :param _MetricName: 指标名称
7265
7100
  :type MetricName: str
7266
7101
  :param _MetricChineseName: 中文指标
7267
- 注意:此字段可能返回 null,表示取不到有效值。
7268
7102
  :type MetricChineseName: str
7269
7103
  """
7270
7104
  self._MonitorId = None
@@ -7287,7 +7121,6 @@ class TemplateMonitor(AbstractModel):
7287
7121
  @property
7288
7122
  def MetricId(self):
7289
7123
  """监控指标ID
7290
- 注意:此字段可能返回 null,表示取不到有效值。
7291
7124
  :rtype: int
7292
7125
  """
7293
7126
  return self._MetricId
@@ -7321,7 +7154,6 @@ class TemplateMonitor(AbstractModel):
7321
7154
  @property
7322
7155
  def MetricChineseName(self):
7323
7156
  """中文指标
7324
- 注意:此字段可能返回 null,表示取不到有效值。
7325
7157
  :rtype: str
7326
7158
  """
7327
7159
  return self._MetricChineseName