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
@@ -556,7 +556,6 @@ class AdvanceSettings(AbstractModel):
556
556
  def __init__(self):
557
557
  r"""
558
558
  :param _SubTaskConcurrency: 子任务单机并发数限制,默认值为2
559
- 注意:此字段可能返回 null,表示取不到有效值。
560
559
  :type SubTaskConcurrency: int
561
560
  """
562
561
  self._SubTaskConcurrency = None
@@ -564,7 +563,6 @@ class AdvanceSettings(AbstractModel):
564
563
  @property
565
564
  def SubTaskConcurrency(self):
566
565
  """子任务单机并发数限制,默认值为2
567
- 注意:此字段可能返回 null,表示取不到有效值。
568
566
  :rtype: int
569
567
  """
570
568
  return self._SubTaskConcurrency
@@ -1245,10 +1243,8 @@ class ApiDetailResponse(AbstractModel):
1245
1243
  注意:此字段可能返回 null,表示取不到有效值。
1246
1244
  :type RequestContentType: str
1247
1245
  :param _CanRun: API 能否调试
1248
- 注意:此字段可能返回 null,表示取不到有效值。
1249
1246
  :type CanRun: bool
1250
1247
  :param _Status: API 状态 0:离线 1:在线,默认0
1251
- 注意:此字段可能返回 null,表示取不到有效值。
1252
1248
  :type Status: int
1253
1249
  :param _Description: API 描述
1254
1250
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1311,7 +1307,6 @@ class ApiDetailResponse(AbstractModel):
1311
1307
  @property
1312
1308
  def CanRun(self):
1313
1309
  """API 能否调试
1314
- 注意:此字段可能返回 null,表示取不到有效值。
1315
1310
  :rtype: bool
1316
1311
  """
1317
1312
  return self._CanRun
@@ -1323,7 +1318,6 @@ class ApiDetailResponse(AbstractModel):
1323
1318
  @property
1324
1319
  def Status(self):
1325
1320
  """API 状态 0:离线 1:在线,默认0
1326
- 注意:此字段可能返回 null,表示取不到有效值。
1327
1321
  :rtype: int
1328
1322
  """
1329
1323
  return self._Status
@@ -2516,37 +2510,27 @@ class ApplicationForPage(AbstractModel):
2516
2510
  def __init__(self):
2517
2511
  r"""
2518
2512
  :param _ApplicationId: 应用ID
2519
- 注意:此字段可能返回 null,表示取不到有效值。
2520
2513
  :type ApplicationId: str
2521
2514
  :param _ApplicationName: 应用名称
2522
- 注意:此字段可能返回 null,表示取不到有效值。
2523
2515
  :type ApplicationName: str
2524
2516
  :param _ApplicationDesc: 应用描述
2525
2517
  注意:此字段可能返回 null,表示取不到有效值。
2526
2518
  :type ApplicationDesc: str
2527
2519
  :param _ApplicationType: 应用类型
2528
- 注意:此字段可能返回 null,表示取不到有效值。
2529
2520
  :type ApplicationType: str
2530
2521
  :param _MicroserviceType: 微服务类型
2531
- 注意:此字段可能返回 null,表示取不到有效值。
2532
2522
  :type MicroserviceType: str
2533
2523
  :param _ProgLang: 编程语言
2534
- 注意:此字段可能返回 null,表示取不到有效值。
2535
2524
  :type ProgLang: str
2536
2525
  :param _CreateTime: 创建时间
2537
- 注意:此字段可能返回 null,表示取不到有效值。
2538
2526
  :type CreateTime: str
2539
2527
  :param _UpdateTime: 更新时间
2540
- 注意:此字段可能返回 null,表示取不到有效值。
2541
2528
  :type UpdateTime: str
2542
2529
  :param _ApplicationResourceType: 应用资源类型
2543
- 注意:此字段可能返回 null,表示取不到有效值。
2544
2530
  :type ApplicationResourceType: str
2545
2531
  :param _ApplicationRuntimeType: 应用runtime类型
2546
- 注意:此字段可能返回 null,表示取不到有效值。
2547
2532
  :type ApplicationRuntimeType: str
2548
2533
  :param _ApigatewayServiceId: Apigateway的serviceId
2549
- 注意:此字段可能返回 null,表示取不到有效值。
2550
2534
  :type ApigatewayServiceId: str
2551
2535
  :param _ApplicationRemarkName: 应用备注名
2552
2536
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2555,7 +2539,6 @@ class ApplicationForPage(AbstractModel):
2555
2539
  注意:此字段可能返回 null,表示取不到有效值。
2556
2540
  :type ServiceConfigList: list of ServiceConfig
2557
2541
  :param _IgnoreCreateImageRepository: IgnoreCreateImageRepository
2558
- 注意:此字段可能返回 null,表示取不到有效值。
2559
2542
  :type IgnoreCreateImageRepository: bool
2560
2543
  :param _ApmInstanceId: Apm业务系统id
2561
2544
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2570,19 +2553,15 @@ class ApplicationForPage(AbstractModel):
2570
2553
  注意:此字段可能返回 null,表示取不到有效值。
2571
2554
  :type MicroserviceSubType: str
2572
2555
  :param _ProgramLanguage: 应用编程语言类型
2573
- 注意:此字段可能返回 null,表示取不到有效值。
2574
2556
  :type ProgramLanguage: str
2575
2557
  :param _FrameworkType: 开发框架类型[SpringCloud,Dubbo,Go-GRPC,Other]
2576
- 注意:此字段可能返回 null,表示取不到有效值。
2577
2558
  :type FrameworkType: str
2578
2559
  :param _ServiceGovernanceConfig: 注册配置治理信息
2579
- 注意:此字段可能返回 null,表示取不到有效值。
2580
2560
  :type ServiceGovernanceConfig: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
2581
2561
  :param _MicroserviceTypeList: 微服务类型列表
2582
2562
  注意:此字段可能返回 null,表示取不到有效值。
2583
2563
  :type MicroserviceTypeList: list of str
2584
2564
  :param _CreateSameNameImageRepository: 是否同时创建镜像仓库
2585
- 注意:此字段可能返回 null,表示取不到有效值。
2586
2565
  :type CreateSameNameImageRepository: bool
2587
2566
  """
2588
2567
  self._ApplicationId = None
@@ -2612,7 +2591,6 @@ class ApplicationForPage(AbstractModel):
2612
2591
  @property
2613
2592
  def ApplicationId(self):
2614
2593
  """应用ID
2615
- 注意:此字段可能返回 null,表示取不到有效值。
2616
2594
  :rtype: str
2617
2595
  """
2618
2596
  return self._ApplicationId
@@ -2624,7 +2602,6 @@ class ApplicationForPage(AbstractModel):
2624
2602
  @property
2625
2603
  def ApplicationName(self):
2626
2604
  """应用名称
2627
- 注意:此字段可能返回 null,表示取不到有效值。
2628
2605
  :rtype: str
2629
2606
  """
2630
2607
  return self._ApplicationName
@@ -2648,7 +2625,6 @@ class ApplicationForPage(AbstractModel):
2648
2625
  @property
2649
2626
  def ApplicationType(self):
2650
2627
  """应用类型
2651
- 注意:此字段可能返回 null,表示取不到有效值。
2652
2628
  :rtype: str
2653
2629
  """
2654
2630
  return self._ApplicationType
@@ -2660,7 +2636,6 @@ class ApplicationForPage(AbstractModel):
2660
2636
  @property
2661
2637
  def MicroserviceType(self):
2662
2638
  """微服务类型
2663
- 注意:此字段可能返回 null,表示取不到有效值。
2664
2639
  :rtype: str
2665
2640
  """
2666
2641
  return self._MicroserviceType
@@ -2672,7 +2647,6 @@ class ApplicationForPage(AbstractModel):
2672
2647
  @property
2673
2648
  def ProgLang(self):
2674
2649
  """编程语言
2675
- 注意:此字段可能返回 null,表示取不到有效值。
2676
2650
  :rtype: str
2677
2651
  """
2678
2652
  return self._ProgLang
@@ -2684,7 +2658,6 @@ class ApplicationForPage(AbstractModel):
2684
2658
  @property
2685
2659
  def CreateTime(self):
2686
2660
  """创建时间
2687
- 注意:此字段可能返回 null,表示取不到有效值。
2688
2661
  :rtype: str
2689
2662
  """
2690
2663
  return self._CreateTime
@@ -2696,7 +2669,6 @@ class ApplicationForPage(AbstractModel):
2696
2669
  @property
2697
2670
  def UpdateTime(self):
2698
2671
  """更新时间
2699
- 注意:此字段可能返回 null,表示取不到有效值。
2700
2672
  :rtype: str
2701
2673
  """
2702
2674
  return self._UpdateTime
@@ -2708,7 +2680,6 @@ class ApplicationForPage(AbstractModel):
2708
2680
  @property
2709
2681
  def ApplicationResourceType(self):
2710
2682
  """应用资源类型
2711
- 注意:此字段可能返回 null,表示取不到有效值。
2712
2683
  :rtype: str
2713
2684
  """
2714
2685
  return self._ApplicationResourceType
@@ -2720,7 +2691,6 @@ class ApplicationForPage(AbstractModel):
2720
2691
  @property
2721
2692
  def ApplicationRuntimeType(self):
2722
2693
  """应用runtime类型
2723
- 注意:此字段可能返回 null,表示取不到有效值。
2724
2694
  :rtype: str
2725
2695
  """
2726
2696
  return self._ApplicationRuntimeType
@@ -2732,7 +2702,6 @@ class ApplicationForPage(AbstractModel):
2732
2702
  @property
2733
2703
  def ApigatewayServiceId(self):
2734
2704
  """Apigateway的serviceId
2735
- 注意:此字段可能返回 null,表示取不到有效值。
2736
2705
  :rtype: str
2737
2706
  """
2738
2707
  return self._ApigatewayServiceId
@@ -2768,7 +2737,6 @@ class ApplicationForPage(AbstractModel):
2768
2737
  @property
2769
2738
  def IgnoreCreateImageRepository(self):
2770
2739
  """IgnoreCreateImageRepository
2771
- 注意:此字段可能返回 null,表示取不到有效值。
2772
2740
  :rtype: bool
2773
2741
  """
2774
2742
  return self._IgnoreCreateImageRepository
@@ -2828,7 +2796,6 @@ class ApplicationForPage(AbstractModel):
2828
2796
  @property
2829
2797
  def ProgramLanguage(self):
2830
2798
  """应用编程语言类型
2831
- 注意:此字段可能返回 null,表示取不到有效值。
2832
2799
  :rtype: str
2833
2800
  """
2834
2801
  return self._ProgramLanguage
@@ -2840,7 +2807,6 @@ class ApplicationForPage(AbstractModel):
2840
2807
  @property
2841
2808
  def FrameworkType(self):
2842
2809
  """开发框架类型[SpringCloud,Dubbo,Go-GRPC,Other]
2843
- 注意:此字段可能返回 null,表示取不到有效值。
2844
2810
  :rtype: str
2845
2811
  """
2846
2812
  return self._FrameworkType
@@ -2852,7 +2818,6 @@ class ApplicationForPage(AbstractModel):
2852
2818
  @property
2853
2819
  def ServiceGovernanceConfig(self):
2854
2820
  """注册配置治理信息
2855
- 注意:此字段可能返回 null,表示取不到有效值。
2856
2821
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ServiceGovernanceConfig`
2857
2822
  """
2858
2823
  return self._ServiceGovernanceConfig
@@ -2876,7 +2841,6 @@ class ApplicationForPage(AbstractModel):
2876
2841
  @property
2877
2842
  def CreateSameNameImageRepository(self):
2878
2843
  """是否同时创建镜像仓库
2879
- 注意:此字段可能返回 null,表示取不到有效值。
2880
2844
  :rtype: bool
2881
2845
  """
2882
2846
  return self._CreateSameNameImageRepository
@@ -3634,7 +3598,6 @@ class BusinessLogConfig(AbstractModel):
3634
3598
  :param _ConfigName: 配置项名称
3635
3599
  :type ConfigName: str
3636
3600
  :param _ConfigPath: 配置项日志路径
3637
- 注意:此字段可能返回 null,表示取不到有效值。
3638
3601
  :type ConfigPath: str
3639
3602
  :param _ConfigDesc: 配置项描述
3640
3603
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3643,7 +3606,6 @@ class BusinessLogConfig(AbstractModel):
3643
3606
  注意:此字段可能返回 null,表示取不到有效值。
3644
3607
  :type ConfigTags: str
3645
3608
  :param _ConfigPipeline: 配置项对应的ES管道
3646
- 注意:此字段可能返回 null,表示取不到有效值。
3647
3609
  :type ConfigPipeline: str
3648
3610
  :param _ConfigCreateTime: 配置项创建时间
3649
3611
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3652,14 +3614,16 @@ class BusinessLogConfig(AbstractModel):
3652
3614
  注意:此字段可能返回 null,表示取不到有效值。
3653
3615
  :type ConfigUpdateTime: str
3654
3616
  :param _ConfigSchema: 配置项解析规则
3655
- 注意:此字段可能返回 null,表示取不到有效值。
3656
3617
  :type ConfigSchema: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfigSchema`
3657
3618
  :param _ConfigAssociatedGroups: 配置项关联部署组
3658
3619
  注意:此字段可能返回 null,表示取不到有效值。
3659
3620
  :type ConfigAssociatedGroups: list of BusinesLogConfigAssociatedGroup
3660
3621
  :param _ConfigAssociatedGroupList: 配置项关联部署组
3661
- 注意:此字段可能返回 null,表示取不到有效值。
3662
3622
  :type ConfigAssociatedGroupList: list of BusinessLogConfigAssociatedGroup
3623
+ :param _FilebeatConfigEnable: 是否开启filebeat高级配置开关
3624
+ :type FilebeatConfigEnable: bool
3625
+ :param _FilebeatCloseTimeout: close_timeout参数
3626
+ :type FilebeatCloseTimeout: int
3663
3627
  """
3664
3628
  self._ConfigId = None
3665
3629
  self._ConfigName = None
@@ -3672,6 +3636,8 @@ class BusinessLogConfig(AbstractModel):
3672
3636
  self._ConfigSchema = None
3673
3637
  self._ConfigAssociatedGroups = None
3674
3638
  self._ConfigAssociatedGroupList = None
3639
+ self._FilebeatConfigEnable = None
3640
+ self._FilebeatCloseTimeout = None
3675
3641
 
3676
3642
  @property
3677
3643
  def ConfigId(self):
@@ -3698,7 +3664,6 @@ class BusinessLogConfig(AbstractModel):
3698
3664
  @property
3699
3665
  def ConfigPath(self):
3700
3666
  """配置项日志路径
3701
- 注意:此字段可能返回 null,表示取不到有效值。
3702
3667
  :rtype: str
3703
3668
  """
3704
3669
  return self._ConfigPath
@@ -3734,7 +3699,6 @@ class BusinessLogConfig(AbstractModel):
3734
3699
  @property
3735
3700
  def ConfigPipeline(self):
3736
3701
  """配置项对应的ES管道
3737
- 注意:此字段可能返回 null,表示取不到有效值。
3738
3702
  :rtype: str
3739
3703
  """
3740
3704
  return self._ConfigPipeline
@@ -3770,7 +3734,6 @@ class BusinessLogConfig(AbstractModel):
3770
3734
  @property
3771
3735
  def ConfigSchema(self):
3772
3736
  """配置项解析规则
3773
- 注意:此字段可能返回 null,表示取不到有效值。
3774
3737
  :rtype: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfigSchema`
3775
3738
  """
3776
3739
  return self._ConfigSchema
@@ -3798,7 +3761,6 @@ class BusinessLogConfig(AbstractModel):
3798
3761
  @property
3799
3762
  def ConfigAssociatedGroupList(self):
3800
3763
  """配置项关联部署组
3801
- 注意:此字段可能返回 null,表示取不到有效值。
3802
3764
  :rtype: list of BusinessLogConfigAssociatedGroup
3803
3765
  """
3804
3766
  return self._ConfigAssociatedGroupList
@@ -3807,6 +3769,28 @@ class BusinessLogConfig(AbstractModel):
3807
3769
  def ConfigAssociatedGroupList(self, ConfigAssociatedGroupList):
3808
3770
  self._ConfigAssociatedGroupList = ConfigAssociatedGroupList
3809
3771
 
3772
+ @property
3773
+ def FilebeatConfigEnable(self):
3774
+ """是否开启filebeat高级配置开关
3775
+ :rtype: bool
3776
+ """
3777
+ return self._FilebeatConfigEnable
3778
+
3779
+ @FilebeatConfigEnable.setter
3780
+ def FilebeatConfigEnable(self, FilebeatConfigEnable):
3781
+ self._FilebeatConfigEnable = FilebeatConfigEnable
3782
+
3783
+ @property
3784
+ def FilebeatCloseTimeout(self):
3785
+ """close_timeout参数
3786
+ :rtype: int
3787
+ """
3788
+ return self._FilebeatCloseTimeout
3789
+
3790
+ @FilebeatCloseTimeout.setter
3791
+ def FilebeatCloseTimeout(self, FilebeatCloseTimeout):
3792
+ self._FilebeatCloseTimeout = FilebeatCloseTimeout
3793
+
3810
3794
 
3811
3795
  def _deserialize(self, params):
3812
3796
  self._ConfigId = params.get("ConfigId")
@@ -3832,6 +3816,8 @@ class BusinessLogConfig(AbstractModel):
3832
3816
  obj = BusinessLogConfigAssociatedGroup()
3833
3817
  obj._deserialize(item)
3834
3818
  self._ConfigAssociatedGroupList.append(obj)
3819
+ self._FilebeatConfigEnable = params.get("FilebeatConfigEnable")
3820
+ self._FilebeatCloseTimeout = params.get("FilebeatCloseTimeout")
3835
3821
  memeber_set = set(params.keys())
3836
3822
  for name, value in vars(self).items():
3837
3823
  property_name = name[1:]
@@ -4913,6 +4899,8 @@ class ClusterV2(AbstractModel):
4913
4899
  :type KuberneteNativeSecret: str
4914
4900
  :param _EnableLogCollection: 是否开启cls日志功能
4915
4901
  :type EnableLogCollection: bool
4902
+ :param _Reason: 集群状态的原因
4903
+ :type Reason: str
4916
4904
  """
4917
4905
  self._ClusterId = None
4918
4906
  self._ClusterName = None
@@ -4951,6 +4939,7 @@ class ClusterV2(AbstractModel):
4951
4939
  self._KuberneteNativeType = None
4952
4940
  self._KuberneteNativeSecret = None
4953
4941
  self._EnableLogCollection = None
4942
+ self._Reason = None
4954
4943
 
4955
4944
  @property
4956
4945
  def ClusterId(self):
@@ -5394,6 +5383,17 @@ class ClusterV2(AbstractModel):
5394
5383
  def EnableLogCollection(self, EnableLogCollection):
5395
5384
  self._EnableLogCollection = EnableLogCollection
5396
5385
 
5386
+ @property
5387
+ def Reason(self):
5388
+ """集群状态的原因
5389
+ :rtype: str
5390
+ """
5391
+ return self._Reason
5392
+
5393
+ @Reason.setter
5394
+ def Reason(self, Reason):
5395
+ self._Reason = Reason
5396
+
5397
5397
 
5398
5398
  def _deserialize(self, params):
5399
5399
  self._ClusterId = params.get("ClusterId")
@@ -5435,6 +5435,7 @@ class ClusterV2(AbstractModel):
5435
5435
  self._KuberneteNativeType = params.get("KuberneteNativeType")
5436
5436
  self._KuberneteNativeSecret = params.get("KuberneteNativeSecret")
5437
5437
  self._EnableLogCollection = params.get("EnableLogCollection")
5438
+ self._Reason = params.get("Reason")
5438
5439
  memeber_set = set(params.keys())
5439
5440
  for name, value in vars(self).items():
5440
5441
  property_name = name[1:]
@@ -5795,13 +5796,10 @@ class ConfigMapOption(AbstractModel):
5795
5796
  def __init__(self):
5796
5797
  r"""
5797
5798
  :param _Key: -
5798
- 注意:此字段可能返回 null,表示取不到有效值。
5799
5799
  :type Key: str
5800
5800
  :param _Path: -
5801
- 注意:此字段可能返回 null,表示取不到有效值。
5802
5801
  :type Path: str
5803
5802
  :param _Mode: -
5804
- 注意:此字段可能返回 null,表示取不到有效值。
5805
5803
  :type Mode: str
5806
5804
  """
5807
5805
  self._Key = None
@@ -5811,7 +5809,6 @@ class ConfigMapOption(AbstractModel):
5811
5809
  @property
5812
5810
  def Key(self):
5813
5811
  """-
5814
- 注意:此字段可能返回 null,表示取不到有效值。
5815
5812
  :rtype: str
5816
5813
  """
5817
5814
  return self._Key
@@ -5823,7 +5820,6 @@ class ConfigMapOption(AbstractModel):
5823
5820
  @property
5824
5821
  def Path(self):
5825
5822
  """-
5826
- 注意:此字段可能返回 null,表示取不到有效值。
5827
5823
  :rtype: str
5828
5824
  """
5829
5825
  return self._Path
@@ -5835,7 +5831,6 @@ class ConfigMapOption(AbstractModel):
5835
5831
  @property
5836
5832
  def Mode(self):
5837
5833
  """-
5838
- 注意:此字段可能返回 null,表示取不到有效值。
5839
5834
  :rtype: str
5840
5835
  """
5841
5836
  return self._Mode
@@ -6957,28 +6952,20 @@ class ContainerEvent(AbstractModel):
6957
6952
  def __init__(self):
6958
6953
  r"""
6959
6954
  :param _FirstTimestamp: 第一次出现的时间,以 ms 为单位的时间戳
6960
- 注意:此字段可能返回 null,表示取不到有效值。
6961
6955
  :type FirstTimestamp: int
6962
6956
  :param _LastTimestamp: 最后一次出现的时间,以 ms 为单位的时间戳
6963
- 注意:此字段可能返回 null,表示取不到有效值。
6964
6957
  :type LastTimestamp: int
6965
6958
  :param _Type: 级别
6966
- 注意:此字段可能返回 null,表示取不到有效值。
6967
6959
  :type Type: str
6968
6960
  :param _Kind: 资源类型
6969
- 注意:此字段可能返回 null,表示取不到有效值。
6970
6961
  :type Kind: str
6971
6962
  :param _Name: 资源名称
6972
- 注意:此字段可能返回 null,表示取不到有效值。
6973
6963
  :type Name: str
6974
6964
  :param _Reason: 内容
6975
- 注意:此字段可能返回 null,表示取不到有效值。
6976
6965
  :type Reason: str
6977
6966
  :param _Message: 详细描述
6978
- 注意:此字段可能返回 null,表示取不到有效值。
6979
6967
  :type Message: str
6980
6968
  :param _Count: 出现次数
6981
- 注意:此字段可能返回 null,表示取不到有效值。
6982
6969
  :type Count: int
6983
6970
  """
6984
6971
  self._FirstTimestamp = None
@@ -6993,7 +6980,6 @@ class ContainerEvent(AbstractModel):
6993
6980
  @property
6994
6981
  def FirstTimestamp(self):
6995
6982
  """第一次出现的时间,以 ms 为单位的时间戳
6996
- 注意:此字段可能返回 null,表示取不到有效值。
6997
6983
  :rtype: int
6998
6984
  """
6999
6985
  return self._FirstTimestamp
@@ -7005,7 +6991,6 @@ class ContainerEvent(AbstractModel):
7005
6991
  @property
7006
6992
  def LastTimestamp(self):
7007
6993
  """最后一次出现的时间,以 ms 为单位的时间戳
7008
- 注意:此字段可能返回 null,表示取不到有效值。
7009
6994
  :rtype: int
7010
6995
  """
7011
6996
  return self._LastTimestamp
@@ -7017,7 +7002,6 @@ class ContainerEvent(AbstractModel):
7017
7002
  @property
7018
7003
  def Type(self):
7019
7004
  """级别
7020
- 注意:此字段可能返回 null,表示取不到有效值。
7021
7005
  :rtype: str
7022
7006
  """
7023
7007
  return self._Type
@@ -7029,7 +7013,6 @@ class ContainerEvent(AbstractModel):
7029
7013
  @property
7030
7014
  def Kind(self):
7031
7015
  """资源类型
7032
- 注意:此字段可能返回 null,表示取不到有效值。
7033
7016
  :rtype: str
7034
7017
  """
7035
7018
  return self._Kind
@@ -7041,7 +7024,6 @@ class ContainerEvent(AbstractModel):
7041
7024
  @property
7042
7025
  def Name(self):
7043
7026
  """资源名称
7044
- 注意:此字段可能返回 null,表示取不到有效值。
7045
7027
  :rtype: str
7046
7028
  """
7047
7029
  return self._Name
@@ -7053,7 +7035,6 @@ class ContainerEvent(AbstractModel):
7053
7035
  @property
7054
7036
  def Reason(self):
7055
7037
  """内容
7056
- 注意:此字段可能返回 null,表示取不到有效值。
7057
7038
  :rtype: str
7058
7039
  """
7059
7040
  return self._Reason
@@ -7065,7 +7046,6 @@ class ContainerEvent(AbstractModel):
7065
7046
  @property
7066
7047
  def Message(self):
7067
7048
  """详细描述
7068
- 注意:此字段可能返回 null,表示取不到有效值。
7069
7049
  :rtype: str
7070
7050
  """
7071
7051
  return self._Message
@@ -7077,7 +7057,6 @@ class ContainerEvent(AbstractModel):
7077
7057
  @property
7078
7058
  def Count(self):
7079
7059
  """出现次数
7080
- 注意:此字段可能返回 null,表示取不到有效值。
7081
7060
  :rtype: int
7082
7061
  """
7083
7062
  return self._Count
@@ -7114,16 +7093,12 @@ class ContainerGroupDeploy(AbstractModel):
7114
7093
  def __init__(self):
7115
7094
  r"""
7116
7095
  :param _GroupId: 部署组id
7117
- 注意:此字段可能返回 null,表示取不到有效值。
7118
7096
  :type GroupId: str
7119
7097
  :param _GroupName: 分组名称
7120
- 注意:此字段可能返回 null,表示取不到有效值。
7121
7098
  :type GroupName: str
7122
7099
  :param _InstanceNum: 实例总数
7123
- 注意:此字段可能返回 null,表示取不到有效值。
7124
7100
  :type InstanceNum: int
7125
7101
  :param _CurrentNum: 已启动实例总数
7126
- 注意:此字段可能返回 null,表示取不到有效值。
7127
7102
  :type CurrentNum: int
7128
7103
  :param _Server: 镜像server
7129
7104
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7150,7 +7125,6 @@ class ContainerGroupDeploy(AbstractModel):
7150
7125
  注意:此字段可能返回 null,表示取不到有效值。
7151
7126
  :type AccessType: int
7152
7127
  :param _ProtocolPorts: 端口映射
7153
- 注意:此字段可能返回 null,表示取不到有效值。
7154
7128
  :type ProtocolPorts: list of ProtocolPort
7155
7129
  :param _UpdateType: 更新方式:0:快速更新 1:滚动更新
7156
7130
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7195,16 +7169,13 @@ class ContainerGroupDeploy(AbstractModel):
7195
7169
  注意:此字段可能返回 null,表示取不到有效值。
7196
7170
  :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
7197
7171
  :param _DeployAgent: 是否部署Agent容器
7198
- 注意:此字段可能返回 null,表示取不到有效值。
7199
7172
  :type DeployAgent: bool
7200
7173
  :param _Alias: 部署组备注
7201
7174
  注意:此字段可能返回 null,表示取不到有效值。
7202
7175
  :type Alias: str
7203
7176
  :param _DisableService: 是否创建 k8s service
7204
- 注意:此字段可能返回 null,表示取不到有效值。
7205
7177
  :type DisableService: bool
7206
7178
  :param _HeadlessService: service 是否为 headless 类型
7207
- 注意:此字段可能返回 null,表示取不到有效值。
7208
7179
  :type HeadlessService: bool
7209
7180
  :param _TcrRepoInfo: TcrRepoInfo值
7210
7181
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7219,25 +7190,19 @@ class ContainerGroupDeploy(AbstractModel):
7219
7190
  注意:此字段可能返回 null,表示取不到有效值。
7220
7191
  :type KubeInjectEnable: bool
7221
7192
  :param _RepoType: 仓库类型 (person, tcr)
7222
- 注意:此字段可能返回 null,表示取不到有效值。
7223
7193
  :type RepoType: str
7224
7194
  :param _WarmupSetting: 预热配置设置
7225
- 注意:此字段可能返回 null,表示取不到有效值。
7226
7195
  :type WarmupSetting: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
7227
7196
  :param _GatewayConfig: Envoy网关服务配置
7228
7197
  注意:此字段可能返回 null,表示取不到有效值。
7229
7198
  :type GatewayConfig: :class:`tencentcloud.tsf.v20180326.models.GatewayConfig`
7230
7199
  :param _ContainerName: 容器名称
7231
- 注意:此字段可能返回 null,表示取不到有效值。
7232
7200
  :type ContainerName: str
7233
7201
  :param _AdditionalContainerList: 附加容器列表
7234
- 注意:此字段可能返回 null,表示取不到有效值。
7235
7202
  :type AdditionalContainerList: list of GroupContainerInfo
7236
7203
  :param _InternalContainerList: 内部容器列表
7237
- 注意:此字段可能返回 null,表示取不到有效值。
7238
7204
  :type InternalContainerList: list of GroupContainerInfo
7239
7205
  :param _ServiceSettingList: service列表
7240
- 注意:此字段可能返回 null,表示取不到有效值。
7241
7206
  :type ServiceSettingList: list of ServiceSetting
7242
7207
  """
7243
7208
  self._GroupId = None
@@ -7286,7 +7251,6 @@ class ContainerGroupDeploy(AbstractModel):
7286
7251
  @property
7287
7252
  def GroupId(self):
7288
7253
  """部署组id
7289
- 注意:此字段可能返回 null,表示取不到有效值。
7290
7254
  :rtype: str
7291
7255
  """
7292
7256
  return self._GroupId
@@ -7298,7 +7262,6 @@ class ContainerGroupDeploy(AbstractModel):
7298
7262
  @property
7299
7263
  def GroupName(self):
7300
7264
  """分组名称
7301
- 注意:此字段可能返回 null,表示取不到有效值。
7302
7265
  :rtype: str
7303
7266
  """
7304
7267
  return self._GroupName
@@ -7310,7 +7273,6 @@ class ContainerGroupDeploy(AbstractModel):
7310
7273
  @property
7311
7274
  def InstanceNum(self):
7312
7275
  """实例总数
7313
- 注意:此字段可能返回 null,表示取不到有效值。
7314
7276
  :rtype: int
7315
7277
  """
7316
7278
  return self._InstanceNum
@@ -7322,7 +7284,6 @@ class ContainerGroupDeploy(AbstractModel):
7322
7284
  @property
7323
7285
  def CurrentNum(self):
7324
7286
  """已启动实例总数
7325
- 注意:此字段可能返回 null,表示取不到有效值。
7326
7287
  :rtype: int
7327
7288
  """
7328
7289
  return self._CurrentNum
@@ -7430,7 +7391,6 @@ class ContainerGroupDeploy(AbstractModel):
7430
7391
  @property
7431
7392
  def ProtocolPorts(self):
7432
7393
  """端口映射
7433
- 注意:此字段可能返回 null,表示取不到有效值。
7434
7394
  :rtype: list of ProtocolPort
7435
7395
  """
7436
7396
  return self._ProtocolPorts
@@ -7610,7 +7570,6 @@ class ContainerGroupDeploy(AbstractModel):
7610
7570
  @property
7611
7571
  def DeployAgent(self):
7612
7572
  """是否部署Agent容器
7613
- 注意:此字段可能返回 null,表示取不到有效值。
7614
7573
  :rtype: bool
7615
7574
  """
7616
7575
  return self._DeployAgent
@@ -7634,7 +7593,6 @@ class ContainerGroupDeploy(AbstractModel):
7634
7593
  @property
7635
7594
  def DisableService(self):
7636
7595
  """是否创建 k8s service
7637
- 注意:此字段可能返回 null,表示取不到有效值。
7638
7596
  :rtype: bool
7639
7597
  """
7640
7598
  return self._DisableService
@@ -7646,7 +7604,6 @@ class ContainerGroupDeploy(AbstractModel):
7646
7604
  @property
7647
7605
  def HeadlessService(self):
7648
7606
  """service 是否为 headless 类型
7649
- 注意:此字段可能返回 null,表示取不到有效值。
7650
7607
  :rtype: bool
7651
7608
  """
7652
7609
  return self._HeadlessService
@@ -7706,7 +7663,6 @@ class ContainerGroupDeploy(AbstractModel):
7706
7663
  @property
7707
7664
  def RepoType(self):
7708
7665
  """仓库类型 (person, tcr)
7709
- 注意:此字段可能返回 null,表示取不到有效值。
7710
7666
  :rtype: str
7711
7667
  """
7712
7668
  return self._RepoType
@@ -7718,7 +7674,6 @@ class ContainerGroupDeploy(AbstractModel):
7718
7674
  @property
7719
7675
  def WarmupSetting(self):
7720
7676
  """预热配置设置
7721
- 注意:此字段可能返回 null,表示取不到有效值。
7722
7677
  :rtype: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
7723
7678
  """
7724
7679
  return self._WarmupSetting
@@ -7742,7 +7697,6 @@ class ContainerGroupDeploy(AbstractModel):
7742
7697
  @property
7743
7698
  def ContainerName(self):
7744
7699
  """容器名称
7745
- 注意:此字段可能返回 null,表示取不到有效值。
7746
7700
  :rtype: str
7747
7701
  """
7748
7702
  return self._ContainerName
@@ -7754,7 +7708,6 @@ class ContainerGroupDeploy(AbstractModel):
7754
7708
  @property
7755
7709
  def AdditionalContainerList(self):
7756
7710
  """附加容器列表
7757
- 注意:此字段可能返回 null,表示取不到有效值。
7758
7711
  :rtype: list of GroupContainerInfo
7759
7712
  """
7760
7713
  return self._AdditionalContainerList
@@ -7766,7 +7719,6 @@ class ContainerGroupDeploy(AbstractModel):
7766
7719
  @property
7767
7720
  def InternalContainerList(self):
7768
7721
  """内部容器列表
7769
- 注意:此字段可能返回 null,表示取不到有效值。
7770
7722
  :rtype: list of GroupContainerInfo
7771
7723
  """
7772
7724
  return self._InternalContainerList
@@ -7778,7 +7730,6 @@ class ContainerGroupDeploy(AbstractModel):
7778
7730
  @property
7779
7731
  def ServiceSettingList(self):
7780
7732
  """service列表
7781
- 注意:此字段可能返回 null,表示取不到有效值。
7782
7733
  :rtype: list of ServiceSetting
7783
7734
  """
7784
7735
  return self._ServiceSettingList
@@ -7892,19 +7843,15 @@ class ContainerGroupDetail(AbstractModel):
7892
7843
  def __init__(self):
7893
7844
  r"""
7894
7845
  :param _GroupId: 部署组ID
7895
- 注意:此字段可能返回 null,表示取不到有效值。
7896
7846
  :type GroupId: str
7897
7847
  :param _GroupName: 分组名称
7898
- 注意:此字段可能返回 null,表示取不到有效值。
7899
7848
  :type GroupName: str
7900
7849
  :param _InstanceNum: 实例总数
7901
7850
  注意:此字段可能返回 null,表示取不到有效值。
7902
7851
  :type InstanceNum: int
7903
7852
  :param _CurrentNum: 已启动实例总数
7904
- 注意:此字段可能返回 null,表示取不到有效值。
7905
7853
  :type CurrentNum: int
7906
7854
  :param _CreateTime: 创建时间
7907
- 注意:此字段可能返回 null,表示取不到有效值。
7908
7855
  :type CreateTime: str
7909
7856
  :param _Server: 镜像server
7910
7857
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7916,28 +7863,20 @@ class ContainerGroupDetail(AbstractModel):
7916
7863
  注意:此字段可能返回 null,表示取不到有效值。
7917
7864
  :type TagName: str
7918
7865
  :param _ClusterId: 集群ID
7919
- 注意:此字段可能返回 null,表示取不到有效值。
7920
7866
  :type ClusterId: str
7921
7867
  :param _ClusterName: 集群名称
7922
- 注意:此字段可能返回 null,表示取不到有效值。
7923
7868
  :type ClusterName: str
7924
7869
  :param _NamespaceId: 命名空间ID
7925
- 注意:此字段可能返回 null,表示取不到有效值。
7926
7870
  :type NamespaceId: str
7927
7871
  :param _NamespaceName: 命名空间名称
7928
- 注意:此字段可能返回 null,表示取不到有效值。
7929
7872
  :type NamespaceName: str
7930
7873
  :param _ApplicationId: 应用ID
7931
- 注意:此字段可能返回 null,表示取不到有效值。
7932
7874
  :type ApplicationId: str
7933
7875
  :param _LbIp: 负载均衡ip
7934
- 注意:此字段可能返回 null,表示取不到有效值。
7935
7876
  :type LbIp: str
7936
7877
  :param _ApplicationType: 应用类型
7937
- 注意:此字段可能返回 null,表示取不到有效值。
7938
7878
  :type ApplicationType: str
7939
7879
  :param _ClusterIp: Service ip
7940
- 注意:此字段可能返回 null,表示取不到有效值。
7941
7880
  :type ClusterIp: str
7942
7881
  :param _NodePort: NodePort端口,只有公网和NodePort访问方式才有值
7943
7882
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7952,28 +7891,22 @@ class ContainerGroupDetail(AbstractModel):
7952
7891
  注意:此字段可能返回 null,表示取不到有效值。
7953
7892
  :type AccessType: int
7954
7893
  :param _UpdateType: 更新方式:0:快速更新 1:滚动更新
7955
- 注意:此字段可能返回 null,表示取不到有效值。
7956
7894
  :type UpdateType: int
7957
7895
  :param _UpdateIvl: 更新间隔,单位秒
7958
7896
  注意:此字段可能返回 null,表示取不到有效值。
7959
7897
  :type UpdateIvl: int
7960
7898
  :param _ProtocolPorts: 端口数组对象
7961
- 注意:此字段可能返回 null,表示取不到有效值。
7962
7899
  :type ProtocolPorts: list of ProtocolPort
7963
7900
  :param _Envs: 环境变量数组对象
7964
- 注意:此字段可能返回 null,表示取不到有效值。
7965
7901
  :type Envs: list of Env
7966
7902
  :param _ApplicationName: 应用名称
7967
- 注意:此字段可能返回 null,表示取不到有效值。
7968
7903
  :type ApplicationName: str
7969
7904
  :param _Message: pod错误信息描述
7970
7905
  注意:此字段可能返回 null,表示取不到有效值。
7971
7906
  :type Message: str
7972
7907
  :param _Status: 部署组状态
7973
- 注意:此字段可能返回 null,表示取不到有效值。
7974
7908
  :type Status: str
7975
7909
  :param _MicroserviceType: 服务类型
7976
- 注意:此字段可能返回 null,表示取不到有效值。
7977
7910
  :type MicroserviceType: str
7978
7911
  :param _CpuRequest: 初始分配的 CPU 核数,对应 K8S request
7979
7912
  注意:此字段可能返回 null,表示取不到有效值。
@@ -7985,13 +7918,10 @@ class ContainerGroupDetail(AbstractModel):
7985
7918
  注意:此字段可能返回 null,表示取不到有效值。
7986
7919
  :type SubnetId: str
7987
7920
  :param _GroupResourceType: 部署组资源类型
7988
- 注意:此字段可能返回 null,表示取不到有效值。
7989
7921
  :type GroupResourceType: str
7990
7922
  :param _InstanceCount: 部署组实例个数
7991
- 注意:此字段可能返回 null,表示取不到有效值。
7992
7923
  :type InstanceCount: int
7993
7924
  :param _UpdatedTime: 部署组更新时间戳
7994
- 注意:此字段可能返回 null,表示取不到有效值。
7995
7925
  :type UpdatedTime: int
7996
7926
  :param _MaxSurge: kubernetes滚动更新策略的MaxSurge参数
7997
7927
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8003,7 +7933,6 @@ class ContainerGroupDetail(AbstractModel):
8003
7933
  注意:此字段可能返回 null,表示取不到有效值。
8004
7934
  :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
8005
7935
  :param _AllowPlainYamlDeploy: 允许PlainYamlDeploy
8006
- 注意:此字段可能返回 null,表示取不到有效值。
8007
7936
  :type AllowPlainYamlDeploy: bool
8008
7937
  :param _IsNotEqualServiceConfig: 是否不等于ServiceConfig
8009
7938
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8060,7 +7989,6 @@ class ContainerGroupDetail(AbstractModel):
8060
7989
  @property
8061
7990
  def GroupId(self):
8062
7991
  """部署组ID
8063
- 注意:此字段可能返回 null,表示取不到有效值。
8064
7992
  :rtype: str
8065
7993
  """
8066
7994
  return self._GroupId
@@ -8072,7 +8000,6 @@ class ContainerGroupDetail(AbstractModel):
8072
8000
  @property
8073
8001
  def GroupName(self):
8074
8002
  """分组名称
8075
- 注意:此字段可能返回 null,表示取不到有效值。
8076
8003
  :rtype: str
8077
8004
  """
8078
8005
  return self._GroupName
@@ -8096,7 +8023,6 @@ class ContainerGroupDetail(AbstractModel):
8096
8023
  @property
8097
8024
  def CurrentNum(self):
8098
8025
  """已启动实例总数
8099
- 注意:此字段可能返回 null,表示取不到有效值。
8100
8026
  :rtype: int
8101
8027
  """
8102
8028
  return self._CurrentNum
@@ -8108,7 +8034,6 @@ class ContainerGroupDetail(AbstractModel):
8108
8034
  @property
8109
8035
  def CreateTime(self):
8110
8036
  """创建时间
8111
- 注意:此字段可能返回 null,表示取不到有效值。
8112
8037
  :rtype: str
8113
8038
  """
8114
8039
  return self._CreateTime
@@ -8156,7 +8081,6 @@ class ContainerGroupDetail(AbstractModel):
8156
8081
  @property
8157
8082
  def ClusterId(self):
8158
8083
  """集群ID
8159
- 注意:此字段可能返回 null,表示取不到有效值。
8160
8084
  :rtype: str
8161
8085
  """
8162
8086
  return self._ClusterId
@@ -8168,7 +8092,6 @@ class ContainerGroupDetail(AbstractModel):
8168
8092
  @property
8169
8093
  def ClusterName(self):
8170
8094
  """集群名称
8171
- 注意:此字段可能返回 null,表示取不到有效值。
8172
8095
  :rtype: str
8173
8096
  """
8174
8097
  return self._ClusterName
@@ -8180,7 +8103,6 @@ class ContainerGroupDetail(AbstractModel):
8180
8103
  @property
8181
8104
  def NamespaceId(self):
8182
8105
  """命名空间ID
8183
- 注意:此字段可能返回 null,表示取不到有效值。
8184
8106
  :rtype: str
8185
8107
  """
8186
8108
  return self._NamespaceId
@@ -8192,7 +8114,6 @@ class ContainerGroupDetail(AbstractModel):
8192
8114
  @property
8193
8115
  def NamespaceName(self):
8194
8116
  """命名空间名称
8195
- 注意:此字段可能返回 null,表示取不到有效值。
8196
8117
  :rtype: str
8197
8118
  """
8198
8119
  return self._NamespaceName
@@ -8204,7 +8125,6 @@ class ContainerGroupDetail(AbstractModel):
8204
8125
  @property
8205
8126
  def ApplicationId(self):
8206
8127
  """应用ID
8207
- 注意:此字段可能返回 null,表示取不到有效值。
8208
8128
  :rtype: str
8209
8129
  """
8210
8130
  return self._ApplicationId
@@ -8216,7 +8136,6 @@ class ContainerGroupDetail(AbstractModel):
8216
8136
  @property
8217
8137
  def LbIp(self):
8218
8138
  """负载均衡ip
8219
- 注意:此字段可能返回 null,表示取不到有效值。
8220
8139
  :rtype: str
8221
8140
  """
8222
8141
  return self._LbIp
@@ -8228,7 +8147,6 @@ class ContainerGroupDetail(AbstractModel):
8228
8147
  @property
8229
8148
  def ApplicationType(self):
8230
8149
  """应用类型
8231
- 注意:此字段可能返回 null,表示取不到有效值。
8232
8150
  :rtype: str
8233
8151
  """
8234
8152
  return self._ApplicationType
@@ -8240,7 +8158,6 @@ class ContainerGroupDetail(AbstractModel):
8240
8158
  @property
8241
8159
  def ClusterIp(self):
8242
8160
  """Service ip
8243
- 注意:此字段可能返回 null,表示取不到有效值。
8244
8161
  :rtype: str
8245
8162
  """
8246
8163
  return self._ClusterIp
@@ -8300,7 +8217,6 @@ class ContainerGroupDetail(AbstractModel):
8300
8217
  @property
8301
8218
  def UpdateType(self):
8302
8219
  """更新方式:0:快速更新 1:滚动更新
8303
- 注意:此字段可能返回 null,表示取不到有效值。
8304
8220
  :rtype: int
8305
8221
  """
8306
8222
  return self._UpdateType
@@ -8324,7 +8240,6 @@ class ContainerGroupDetail(AbstractModel):
8324
8240
  @property
8325
8241
  def ProtocolPorts(self):
8326
8242
  """端口数组对象
8327
- 注意:此字段可能返回 null,表示取不到有效值。
8328
8243
  :rtype: list of ProtocolPort
8329
8244
  """
8330
8245
  return self._ProtocolPorts
@@ -8336,7 +8251,6 @@ class ContainerGroupDetail(AbstractModel):
8336
8251
  @property
8337
8252
  def Envs(self):
8338
8253
  """环境变量数组对象
8339
- 注意:此字段可能返回 null,表示取不到有效值。
8340
8254
  :rtype: list of Env
8341
8255
  """
8342
8256
  return self._Envs
@@ -8348,7 +8262,6 @@ class ContainerGroupDetail(AbstractModel):
8348
8262
  @property
8349
8263
  def ApplicationName(self):
8350
8264
  """应用名称
8351
- 注意:此字段可能返回 null,表示取不到有效值。
8352
8265
  :rtype: str
8353
8266
  """
8354
8267
  return self._ApplicationName
@@ -8372,7 +8285,6 @@ class ContainerGroupDetail(AbstractModel):
8372
8285
  @property
8373
8286
  def Status(self):
8374
8287
  """部署组状态
8375
- 注意:此字段可能返回 null,表示取不到有效值。
8376
8288
  :rtype: str
8377
8289
  """
8378
8290
  return self._Status
@@ -8384,7 +8296,6 @@ class ContainerGroupDetail(AbstractModel):
8384
8296
  @property
8385
8297
  def MicroserviceType(self):
8386
8298
  """服务类型
8387
- 注意:此字段可能返回 null,表示取不到有效值。
8388
8299
  :rtype: str
8389
8300
  """
8390
8301
  return self._MicroserviceType
@@ -8432,7 +8343,6 @@ class ContainerGroupDetail(AbstractModel):
8432
8343
  @property
8433
8344
  def GroupResourceType(self):
8434
8345
  """部署组资源类型
8435
- 注意:此字段可能返回 null,表示取不到有效值。
8436
8346
  :rtype: str
8437
8347
  """
8438
8348
  return self._GroupResourceType
@@ -8444,7 +8354,6 @@ class ContainerGroupDetail(AbstractModel):
8444
8354
  @property
8445
8355
  def InstanceCount(self):
8446
8356
  """部署组实例个数
8447
- 注意:此字段可能返回 null,表示取不到有效值。
8448
8357
  :rtype: int
8449
8358
  """
8450
8359
  return self._InstanceCount
@@ -8456,7 +8365,6 @@ class ContainerGroupDetail(AbstractModel):
8456
8365
  @property
8457
8366
  def UpdatedTime(self):
8458
8367
  """部署组更新时间戳
8459
- 注意:此字段可能返回 null,表示取不到有效值。
8460
8368
  :rtype: int
8461
8369
  """
8462
8370
  return self._UpdatedTime
@@ -8504,7 +8412,6 @@ class ContainerGroupDetail(AbstractModel):
8504
8412
  @property
8505
8413
  def AllowPlainYamlDeploy(self):
8506
8414
  """允许PlainYamlDeploy
8507
- 注意:此字段可能返回 null,表示取不到有效值。
8508
8415
  :rtype: bool
8509
8416
  """
8510
8417
  return self._AllowPlainYamlDeploy
@@ -8647,7 +8554,6 @@ class ContainerGroupOther(AbstractModel):
8647
8554
  注意:此字段可能返回 null,表示取不到有效值。
8648
8555
  :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
8649
8556
  :param _IsNotEqualServiceConfig: 服务配置信息是否匹配
8650
- 注意:此字段可能返回 null,表示取不到有效值。
8651
8557
  :type IsNotEqualServiceConfig: bool
8652
8558
  """
8653
8559
  self._InstanceNum = None
@@ -8790,7 +8696,6 @@ class ContainerGroupOther(AbstractModel):
8790
8696
  @property
8791
8697
  def IsNotEqualServiceConfig(self):
8792
8698
  """服务配置信息是否匹配
8793
- 注意:此字段可能返回 null,表示取不到有效值。
8794
8699
  :rtype: bool
8795
8700
  """
8796
8701
  return self._IsNotEqualServiceConfig
@@ -9489,7 +9394,6 @@ class CreateApiGroupResponse(AbstractModel):
9489
9394
  def __init__(self):
9490
9395
  r"""
9491
9396
  :param _Result: API分组ID
9492
- 注意:此字段可能返回 null,表示取不到有效值。
9493
9397
  :type Result: str
9494
9398
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9495
9399
  :type RequestId: str
@@ -9500,7 +9404,6 @@ class CreateApiGroupResponse(AbstractModel):
9500
9404
  @property
9501
9405
  def Result(self):
9502
9406
  """API分组ID
9503
- 注意:此字段可能返回 null,表示取不到有效值。
9504
9407
  :rtype: str
9505
9408
  """
9506
9409
  return self._Result
@@ -9709,7 +9612,6 @@ class CreateApiRateLimitRuleWithDetailRespResponse(AbstractModel):
9709
9612
  def __init__(self):
9710
9613
  r"""
9711
9614
  :param _Result: 创建的规则 ID
9712
- 注意:此字段可能返回 null,表示取不到有效值。
9713
9615
  :type Result: :class:`tencentcloud.tsf.v20180326.models.ApiRateLimitRule`
9714
9616
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9715
9617
  :type RequestId: str
@@ -9720,7 +9622,6 @@ class CreateApiRateLimitRuleWithDetailRespResponse(AbstractModel):
9720
9622
  @property
9721
9623
  def Result(self):
9722
9624
  """创建的规则 ID
9723
- 注意:此字段可能返回 null,表示取不到有效值。
9724
9625
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ApiRateLimitRule`
9725
9626
  """
9726
9627
  return self._Result
@@ -9779,12 +9680,7 @@ class CreateApplicationRequest(AbstractModel):
9779
9680
  :type ProgramIdList: list of str
9780
9681
  :param _ApmInstanceId: apm业务系统id
9781
9682
  :type ApmInstanceId: str
9782
- :param _ProgramLanguage: 编程语言;
9783
- J - JAVA;
9784
- C - C/C++;
9785
- P - Python;
9786
- G - Go;
9787
- O - Other;
9683
+ :param _ProgramLanguage: 编程语言: Java;C/C++;Python;Go;Other
9788
9684
  :type ProgramLanguage: str
9789
9685
  :param _FrameworkType: 开发框架-SpringCloud/Dubbo/Go-GRPC/Other
9790
9686
  :type FrameworkType: str
@@ -9944,12 +9840,7 @@ O - Other;
9944
9840
 
9945
9841
  @property
9946
9842
  def ProgramLanguage(self):
9947
- """编程语言;
9948
- J - JAVA;
9949
- C - C/C++;
9950
- P - Python;
9951
- G - Go;
9952
- O - Other;
9843
+ """编程语言: Java;C/C++;Python;Go;Other
9953
9844
  :rtype: str
9954
9845
  """
9955
9846
  return self._ProgramLanguage
@@ -10537,7 +10428,6 @@ class CreateConfigResponse(AbstractModel):
10537
10428
  def __init__(self):
10538
10429
  r"""
10539
10430
  :param _Result: true:创建成功;false:创建失败
10540
- 注意:此字段可能返回 null,表示取不到有效值。
10541
10431
  :type Result: bool
10542
10432
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10543
10433
  :type RequestId: str
@@ -10548,7 +10438,6 @@ class CreateConfigResponse(AbstractModel):
10548
10438
  @property
10549
10439
  def Result(self):
10550
10440
  """true:创建成功;false:创建失败
10551
- 注意:此字段可能返回 null,表示取不到有效值。
10552
10441
  :rtype: bool
10553
10442
  """
10554
10443
  return self._Result
@@ -10817,7 +10706,6 @@ class CreateConfigTemplateWithDetailRespResponse(AbstractModel):
10817
10706
  def __init__(self):
10818
10707
  r"""
10819
10708
  :param _Result: 创建成功,返回 ID
10820
- 注意:此字段可能返回 null,表示取不到有效值。
10821
10709
  :type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
10822
10710
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10823
10711
  :type RequestId: str
@@ -10828,7 +10716,6 @@ class CreateConfigTemplateWithDetailRespResponse(AbstractModel):
10828
10716
  @property
10829
10717
  def Result(self):
10830
10718
  """创建成功,返回 ID
10831
- 注意:此字段可能返回 null,表示取不到有效值。
10832
10719
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
10833
10720
  """
10834
10721
  return self._Result
@@ -11005,7 +10892,6 @@ class CreateConfigWithDetailRespResponse(AbstractModel):
11005
10892
  def __init__(self):
11006
10893
  r"""
11007
10894
  :param _Result: 配置项
11008
- 注意:此字段可能返回 null,表示取不到有效值。
11009
10895
  :type Result: :class:`tencentcloud.tsf.v20180326.models.Config`
11010
10896
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11011
10897
  :type RequestId: str
@@ -11016,7 +10902,6 @@ class CreateConfigWithDetailRespResponse(AbstractModel):
11016
10902
  @property
11017
10903
  def Result(self):
11018
10904
  """配置项
11019
- 注意:此字段可能返回 null,表示取不到有效值。
11020
10905
  :rtype: :class:`tencentcloud.tsf.v20180326.models.Config`
11021
10906
  """
11022
10907
  return self._Result
@@ -11671,7 +11556,6 @@ class CreateFileConfigResponse(AbstractModel):
11671
11556
  def __init__(self):
11672
11557
  r"""
11673
11558
  :param _Result: true:创建成功;false:创建失败
11674
- 注意:此字段可能返回 null,表示取不到有效值。
11675
11559
  :type Result: bool
11676
11560
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11677
11561
  :type RequestId: str
@@ -11682,7 +11566,6 @@ class CreateFileConfigResponse(AbstractModel):
11682
11566
  @property
11683
11567
  def Result(self):
11684
11568
  """true:创建成功;false:创建失败
11685
- 注意:此字段可能返回 null,表示取不到有效值。
11686
11569
  :rtype: bool
11687
11570
  """
11688
11571
  return self._Result
@@ -11902,7 +11785,6 @@ class CreateFileConfigWithDetailRespResponse(AbstractModel):
11902
11785
  def __init__(self):
11903
11786
  r"""
11904
11787
  :param _Result: 文件配置项
11905
- 注意:此字段可能返回 null,表示取不到有效值。
11906
11788
  :type Result: :class:`tencentcloud.tsf.v20180326.models.FileConfig`
11907
11789
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11908
11790
  :type RequestId: str
@@ -11913,7 +11795,6 @@ class CreateFileConfigWithDetailRespResponse(AbstractModel):
11913
11795
  @property
11914
11796
  def Result(self):
11915
11797
  """文件配置项
11916
- 注意:此字段可能返回 null,表示取不到有效值。
11917
11798
  :rtype: :class:`tencentcloud.tsf.v20180326.models.FileConfig`
11918
11799
  """
11919
11800
  return self._Result
@@ -12338,7 +12219,6 @@ class CreateLaneResponse(AbstractModel):
12338
12219
  def __init__(self):
12339
12220
  r"""
12340
12221
  :param _Result: 泳道ID
12341
- 注意:此字段可能返回 null,表示取不到有效值。
12342
12222
  :type Result: str
12343
12223
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12344
12224
  :type RequestId: str
@@ -12349,7 +12229,6 @@ class CreateLaneResponse(AbstractModel):
12349
12229
  @property
12350
12230
  def Result(self):
12351
12231
  """泳道ID
12352
- 注意:此字段可能返回 null,表示取不到有效值。
12353
12232
  :rtype: str
12354
12233
  """
12355
12234
  return self._Result
@@ -12499,7 +12378,6 @@ class CreateLaneRuleResponse(AbstractModel):
12499
12378
  def __init__(self):
12500
12379
  r"""
12501
12380
  :param _Result: 泳道规则Id
12502
- 注意:此字段可能返回 null,表示取不到有效值。
12503
12381
  :type Result: str
12504
12382
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12505
12383
  :type RequestId: str
@@ -12510,7 +12388,6 @@ class CreateLaneRuleResponse(AbstractModel):
12510
12388
  @property
12511
12389
  def Result(self):
12512
12390
  """泳道规则Id
12513
- 注意:此字段可能返回 null,表示取不到有效值。
12514
12391
  :rtype: str
12515
12392
  """
12516
12393
  return self._Result
@@ -13087,7 +12964,6 @@ class CreatePathRewritesWithDetailRespResponse(AbstractModel):
13087
12964
  def __init__(self):
13088
12965
  r"""
13089
12966
  :param _Result: 返回路径重写规则 ID
13090
- 注意:此字段可能返回 null,表示取不到有效值。
13091
12967
  :type Result: list of str
13092
12968
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13093
12969
  :type RequestId: str
@@ -13098,7 +12974,6 @@ class CreatePathRewritesWithDetailRespResponse(AbstractModel):
13098
12974
  @property
13099
12975
  def Result(self):
13100
12976
  """返回路径重写规则 ID
13101
- 注意:此字段可能返回 null,表示取不到有效值。
13102
12977
  :rtype: list of str
13103
12978
  """
13104
12979
  return self._Result
@@ -13372,7 +13247,6 @@ class CreatePublicConfigResponse(AbstractModel):
13372
13247
  def __init__(self):
13373
13248
  r"""
13374
13249
  :param _Result: true:创建成功;false:创建失败
13375
- 注意:此字段可能返回 null,表示取不到有效值。
13376
13250
  :type Result: bool
13377
13251
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13378
13252
  :type RequestId: str
@@ -13383,7 +13257,6 @@ class CreatePublicConfigResponse(AbstractModel):
13383
13257
  @property
13384
13258
  def Result(self):
13385
13259
  """true:创建成功;false:创建失败
13386
- 注意:此字段可能返回 null,表示取不到有效值。
13387
13260
  :rtype: bool
13388
13261
  """
13389
13262
  return self._Result
@@ -13543,7 +13416,6 @@ class CreatePublicConfigWithDetailRespResponse(AbstractModel):
13543
13416
  def __init__(self):
13544
13417
  r"""
13545
13418
  :param _Result: 公共配置项 ID
13546
- 注意:此字段可能返回 null,表示取不到有效值。
13547
13419
  :type Result: :class:`tencentcloud.tsf.v20180326.models.Config`
13548
13420
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13549
13421
  :type RequestId: str
@@ -13554,7 +13426,6 @@ class CreatePublicConfigWithDetailRespResponse(AbstractModel):
13554
13426
  @property
13555
13427
  def Result(self):
13556
13428
  """公共配置项 ID
13557
- 注意:此字段可能返回 null,表示取不到有效值。
13558
13429
  :rtype: :class:`tencentcloud.tsf.v20180326.models.Config`
13559
13430
  """
13560
13431
  return self._Result
@@ -14259,7 +14130,6 @@ class CreateUnitNamespacesResponse(AbstractModel):
14259
14130
  def __init__(self):
14260
14131
  r"""
14261
14132
  :param _Result: 是否成功
14262
- 注意:此字段可能返回 null,表示取不到有效值。
14263
14133
  :type Result: bool
14264
14134
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14265
14135
  :type RequestId: str
@@ -14270,7 +14140,6 @@ class CreateUnitNamespacesResponse(AbstractModel):
14270
14140
  @property
14271
14141
  def Result(self):
14272
14142
  """是否成功
14273
- 注意:此字段可能返回 null,表示取不到有效值。
14274
14143
  :rtype: bool
14275
14144
  """
14276
14145
  return self._Result
@@ -14389,8 +14258,7 @@ class CreateUnitRuleResponse(AbstractModel):
14389
14258
 
14390
14259
  def __init__(self):
14391
14260
  r"""
14392
- :param _Result: 是否成功
14393
- 注意:此字段可能返回 null,表示取不到有效值。
14261
+ :param _Result: 是否成功,成功:true,失败:false。;
14394
14262
  :type Result: bool
14395
14263
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14396
14264
  :type RequestId: str
@@ -14400,8 +14268,7 @@ class CreateUnitRuleResponse(AbstractModel):
14400
14268
 
14401
14269
  @property
14402
14270
  def Result(self):
14403
- """是否成功
14404
- 注意:此字段可能返回 null,表示取不到有效值。
14271
+ """是否成功,成功:true,失败:false。;
14405
14272
  :rtype: bool
14406
14273
  """
14407
14274
  return self._Result
@@ -14521,7 +14388,6 @@ class CreateUnitRuleWithDetailRespResponse(AbstractModel):
14521
14388
  def __init__(self):
14522
14389
  r"""
14523
14390
  :param _Result: 单元化规则信息
14524
- 注意:此字段可能返回 null,表示取不到有效值。
14525
14391
  :type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
14526
14392
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14527
14393
  :type RequestId: str
@@ -14532,7 +14398,6 @@ class CreateUnitRuleWithDetailRespResponse(AbstractModel):
14532
14398
  @property
14533
14399
  def Result(self):
14534
14400
  """单元化规则信息
14535
- 注意:此字段可能返回 null,表示取不到有效值。
14536
14401
  :rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
14537
14402
  """
14538
14403
  return self._Result
@@ -14634,10 +14499,8 @@ class CustomPodSchedule(AbstractModel):
14634
14499
  def __init__(self):
14635
14500
  r"""
14636
14501
  :param _ForceSchedule: -
14637
- 注意:此字段可能返回 null,表示取不到有效值。
14638
14502
  :type ForceSchedule: :class:`tencentcloud.tsf.v20180326.models.ForceSchedule`
14639
14503
  :param _TrySchedule: -
14640
- 注意:此字段可能返回 null,表示取不到有效值。
14641
14504
  :type TrySchedule: :class:`tencentcloud.tsf.v20180326.models.TrySchedule`
14642
14505
  """
14643
14506
  self._ForceSchedule = None
@@ -14646,7 +14509,6 @@ class CustomPodSchedule(AbstractModel):
14646
14509
  @property
14647
14510
  def ForceSchedule(self):
14648
14511
  """-
14649
- 注意:此字段可能返回 null,表示取不到有效值。
14650
14512
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ForceSchedule`
14651
14513
  """
14652
14514
  return self._ForceSchedule
@@ -14658,7 +14520,6 @@ class CustomPodSchedule(AbstractModel):
14658
14520
  @property
14659
14521
  def TrySchedule(self):
14660
14522
  """-
14661
- 注意:此字段可能返回 null,表示取不到有效值。
14662
14523
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TrySchedule`
14663
14524
  """
14664
14525
  return self._TrySchedule
@@ -15000,7 +14861,6 @@ class DeleteApplicationResponse(AbstractModel):
15000
14861
  :param _Result: 删除应用操作是否成功。
15001
14862
  true:操作成功。
15002
14863
  false:操作失败。
15003
- 注意:此字段可能返回 null,表示取不到有效值。
15004
14864
  :type Result: bool
15005
14865
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15006
14866
  :type RequestId: str
@@ -15013,7 +14873,6 @@ false:操作失败。
15013
14873
  """删除应用操作是否成功。
15014
14874
  true:操作成功。
15015
14875
  false:操作失败。
15016
- 注意:此字段可能返回 null,表示取不到有效值。
15017
14876
  :rtype: bool
15018
14877
  """
15019
14878
  return self._Result
@@ -15422,7 +15281,6 @@ class DeleteFileConfigResponse(AbstractModel):
15422
15281
  def __init__(self):
15423
15282
  r"""
15424
15283
  :param _Result: 删除结果
15425
- 注意:此字段可能返回 null,表示取不到有效值。
15426
15284
  :type Result: bool
15427
15285
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15428
15286
  :type RequestId: str
@@ -15433,7 +15291,6 @@ class DeleteFileConfigResponse(AbstractModel):
15433
15291
  @property
15434
15292
  def Result(self):
15435
15293
  """删除结果
15436
- 注意:此字段可能返回 null,表示取不到有效值。
15437
15294
  :rtype: bool
15438
15295
  """
15439
15296
  return self._Result
@@ -15913,7 +15770,6 @@ class DeleteLaneRuleResponse(AbstractModel):
15913
15770
  def __init__(self):
15914
15771
  r"""
15915
15772
  :param _Result: 操作状态
15916
- 注意:此字段可能返回 null,表示取不到有效值。
15917
15773
  :type Result: bool
15918
15774
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15919
15775
  :type RequestId: str
@@ -15924,7 +15780,6 @@ class DeleteLaneRuleResponse(AbstractModel):
15924
15780
  @property
15925
15781
  def Result(self):
15926
15782
  """操作状态
15927
- 注意:此字段可能返回 null,表示取不到有效值。
15928
15783
  :rtype: bool
15929
15784
  """
15930
15785
  return self._Result
@@ -16363,7 +16218,6 @@ class DeletePublicConfigResponse(AbstractModel):
16363
16218
  def __init__(self):
16364
16219
  r"""
16365
16220
  :param _Result: true:删除成功;false:删除失败
16366
- 注意:此字段可能返回 null,表示取不到有效值。
16367
16221
  :type Result: bool
16368
16222
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16369
16223
  :type RequestId: str
@@ -16374,7 +16228,6 @@ class DeletePublicConfigResponse(AbstractModel):
16374
16228
  @property
16375
16229
  def Result(self):
16376
16230
  """true:删除成功;false:删除失败
16377
- 注意:此字段可能返回 null,表示取不到有效值。
16378
16231
  :rtype: bool
16379
16232
  """
16380
16233
  return self._Result
@@ -16696,7 +16549,6 @@ class DeleteUnitNamespacesResponse(AbstractModel):
16696
16549
  def __init__(self):
16697
16550
  r"""
16698
16551
  :param _Result: 是否成功
16699
- 注意:此字段可能返回 null,表示取不到有效值。
16700
16552
  :type Result: bool
16701
16553
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16702
16554
  :type RequestId: str
@@ -16707,7 +16559,6 @@ class DeleteUnitNamespacesResponse(AbstractModel):
16707
16559
  @property
16708
16560
  def Result(self):
16709
16561
  """是否成功
16710
- 注意:此字段可能返回 null,表示取不到有效值。
16711
16562
  :rtype: bool
16712
16563
  """
16713
16564
  return self._Result
@@ -16777,7 +16628,6 @@ class DeleteUnitRuleResponse(AbstractModel):
16777
16628
  def __init__(self):
16778
16629
  r"""
16779
16630
  :param _Result: 是否成功
16780
- 注意:此字段可能返回 null,表示取不到有效值。
16781
16631
  :type Result: bool
16782
16632
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16783
16633
  :type RequestId: str
@@ -16788,7 +16638,6 @@ class DeleteUnitRuleResponse(AbstractModel):
16788
16638
  @property
16789
16639
  def Result(self):
16790
16640
  """是否成功
16791
- 注意:此字段可能返回 null,表示取不到有效值。
16792
16641
  :rtype: bool
16793
16642
  """
16794
16643
  return self._Result
@@ -17881,7 +17730,6 @@ class DeployContainerGroupResponse(AbstractModel):
17881
17730
  :param _Result: 部署容器应用是否成功。
17882
17731
  true:成功。
17883
17732
  false:失败。
17884
- 注意:此字段可能返回 null,表示取不到有效值。
17885
17733
  :type Result: bool
17886
17734
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17887
17735
  :type RequestId: str
@@ -17894,7 +17742,6 @@ false:失败。
17894
17742
  """部署容器应用是否成功。
17895
17743
  true:成功。
17896
17744
  false:失败。
17897
- 注意:此字段可能返回 null,表示取不到有效值。
17898
17745
  :rtype: bool
17899
17746
  """
17900
17747
  return self._Result
@@ -18482,7 +18329,6 @@ class DescribeApiGroupResponse(AbstractModel):
18482
18329
  def __init__(self):
18483
18330
  r"""
18484
18331
  :param _Result: API分组信息
18485
- 注意:此字段可能返回 null,表示取不到有效值。
18486
18332
  :type Result: :class:`tencentcloud.tsf.v20180326.models.ApiGroupInfo`
18487
18333
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18488
18334
  :type RequestId: str
@@ -18493,7 +18339,6 @@ class DescribeApiGroupResponse(AbstractModel):
18493
18339
  @property
18494
18340
  def Result(self):
18495
18341
  """API分组信息
18496
- 注意:此字段可能返回 null,表示取不到有效值。
18497
18342
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ApiGroupInfo`
18498
18343
  """
18499
18344
  return self._Result
@@ -18685,7 +18530,6 @@ class DescribeApiGroupsResponse(AbstractModel):
18685
18530
  def __init__(self):
18686
18531
  r"""
18687
18532
  :param _Result: 翻页结构体
18688
- 注意:此字段可能返回 null,表示取不到有效值。
18689
18533
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageApiGroupInfo`
18690
18534
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18691
18535
  :type RequestId: str
@@ -18696,7 +18540,6 @@ class DescribeApiGroupsResponse(AbstractModel):
18696
18540
  @property
18697
18541
  def Result(self):
18698
18542
  """翻页结构体
18699
- 注意:此字段可能返回 null,表示取不到有效值。
18700
18543
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageApiGroupInfo`
18701
18544
  """
18702
18545
  return self._Result
@@ -19472,7 +19315,6 @@ class DescribeBasicResourceUsageResponse(AbstractModel):
19472
19315
  def __init__(self):
19473
19316
  r"""
19474
19317
  :param _Result: TSF基本资源信息
19475
- 注意:此字段可能返回 null,表示取不到有效值。
19476
19318
  :type Result: :class:`tencentcloud.tsf.v20180326.models.OverviewBasicResourceUsage`
19477
19319
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19478
19320
  :type RequestId: str
@@ -19483,7 +19325,6 @@ class DescribeBasicResourceUsageResponse(AbstractModel):
19483
19325
  @property
19484
19326
  def Result(self):
19485
19327
  """TSF基本资源信息
19486
- 注意:此字段可能返回 null,表示取不到有效值。
19487
19328
  :rtype: :class:`tencentcloud.tsf.v20180326.models.OverviewBasicResourceUsage`
19488
19329
  """
19489
19330
  return self._Result
@@ -19555,7 +19396,6 @@ class DescribeBusinessLogConfigResponse(AbstractModel):
19555
19396
  def __init__(self):
19556
19397
  r"""
19557
19398
  :param _Result: 日志配置项
19558
- 注意:此字段可能返回 null,表示取不到有效值。
19559
19399
  :type Result: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfig`
19560
19400
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19561
19401
  :type RequestId: str
@@ -19566,7 +19406,6 @@ class DescribeBusinessLogConfigResponse(AbstractModel):
19566
19406
  @property
19567
19407
  def Result(self):
19568
19408
  """日志配置项
19569
- 注意:此字段可能返回 null,表示取不到有效值。
19570
19409
  :rtype: :class:`tencentcloud.tsf.v20180326.models.BusinessLogConfig`
19571
19410
  """
19572
19411
  return self._Result
@@ -19698,7 +19537,6 @@ class DescribeBusinessLogConfigsResponse(AbstractModel):
19698
19537
  def __init__(self):
19699
19538
  r"""
19700
19539
  :param _Result: 业务日志配置列表
19701
- 注意:此字段可能返回 null,表示取不到有效值。
19702
19540
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
19703
19541
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19704
19542
  :type RequestId: str
@@ -19709,7 +19547,6 @@ class DescribeBusinessLogConfigsResponse(AbstractModel):
19709
19547
  @property
19710
19548
  def Result(self):
19711
19549
  """业务日志配置列表
19712
- 注意:此字段可能返回 null,表示取不到有效值。
19713
19550
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
19714
19551
  """
19715
19552
  return self._Result
@@ -20183,7 +20020,6 @@ class DescribeConfigReleaseLogsResponse(AbstractModel):
20183
20020
  def __init__(self):
20184
20021
  r"""
20185
20022
  :param _Result: 分页的配置项发布历史列表
20186
- 注意:此字段可能返回 null,表示取不到有效值。
20187
20023
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
20188
20024
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20189
20025
  :type RequestId: str
@@ -20194,7 +20030,6 @@ class DescribeConfigReleaseLogsResponse(AbstractModel):
20194
20030
  @property
20195
20031
  def Result(self):
20196
20032
  """分页的配置项发布历史列表
20197
- 注意:此字段可能返回 null,表示取不到有效值。
20198
20033
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
20199
20034
  """
20200
20035
  return self._Result
@@ -20371,7 +20206,6 @@ class DescribeConfigReleasesResponse(AbstractModel):
20371
20206
  def __init__(self):
20372
20207
  r"""
20373
20208
  :param _Result: 分页的配置发布信息
20374
- 注意:此字段可能返回 null,表示取不到有效值。
20375
20209
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
20376
20210
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20377
20211
  :type RequestId: str
@@ -20382,7 +20216,6 @@ class DescribeConfigReleasesResponse(AbstractModel):
20382
20216
  @property
20383
20217
  def Result(self):
20384
20218
  """分页的配置发布信息
20385
- 注意:此字段可能返回 null,表示取不到有效值。
20386
20219
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
20387
20220
  """
20388
20221
  return self._Result
@@ -20738,7 +20571,6 @@ class DescribeConfigTemplateResponse(AbstractModel):
20738
20571
  def __init__(self):
20739
20572
  r"""
20740
20573
  :param _Result: 导入结果
20741
- 注意:此字段可能返回 null,表示取不到有效值。
20742
20574
  :type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
20743
20575
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20744
20576
  :type RequestId: str
@@ -20749,7 +20581,6 @@ class DescribeConfigTemplateResponse(AbstractModel):
20749
20581
  @property
20750
20582
  def Result(self):
20751
20583
  """导入结果
20752
- 注意:此字段可能返回 null,表示取不到有效值。
20753
20584
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigTemplate`
20754
20585
  """
20755
20586
  return self._Result
@@ -20911,7 +20742,6 @@ class DescribeConfigsResponse(AbstractModel):
20911
20742
  def __init__(self):
20912
20743
  r"""
20913
20744
  :param _Result: 分页后的配置项列表
20914
- 注意:此字段可能返回 null,表示取不到有效值。
20915
20745
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
20916
20746
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20917
20747
  :type RequestId: str
@@ -20922,7 +20752,6 @@ class DescribeConfigsResponse(AbstractModel):
20922
20752
  @property
20923
20753
  def Result(self):
20924
20754
  """分页后的配置项列表
20925
- 注意:此字段可能返回 null,表示取不到有效值。
20926
20755
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
20927
20756
  """
20928
20757
  return self._Result
@@ -21276,7 +21105,6 @@ class DescribeContainerGroupDeployInfoResponse(AbstractModel):
21276
21105
  def __init__(self):
21277
21106
  r"""
21278
21107
  :param _Result: 获取部署组
21279
- 注意:此字段可能返回 null,表示取不到有效值。
21280
21108
  :type Result: :class:`tencentcloud.tsf.v20180326.models.ContainerGroupDeploy`
21281
21109
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21282
21110
  :type RequestId: str
@@ -21287,7 +21115,6 @@ class DescribeContainerGroupDeployInfoResponse(AbstractModel):
21287
21115
  @property
21288
21116
  def Result(self):
21289
21117
  """获取部署组
21290
- 注意:此字段可能返回 null,表示取不到有效值。
21291
21118
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ContainerGroupDeploy`
21292
21119
  """
21293
21120
  return self._Result
@@ -22149,7 +21976,6 @@ class DescribeEnabledUnitRuleResponse(AbstractModel):
22149
21976
  def __init__(self):
22150
21977
  r"""
22151
21978
  :param _Result: 单元化规则对象
22152
- 注意:此字段可能返回 null,表示取不到有效值。
22153
21979
  :type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
22154
21980
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22155
21981
  :type RequestId: str
@@ -22160,7 +21986,6 @@ class DescribeEnabledUnitRuleResponse(AbstractModel):
22160
21986
  @property
22161
21987
  def Result(self):
22162
21988
  """单元化规则对象
22163
- 注意:此字段可能返回 null,表示取不到有效值。
22164
21989
  :rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
22165
21990
  """
22166
21991
  return self._Result
@@ -22337,7 +22162,6 @@ class DescribeFileConfigReleasesResponse(AbstractModel):
22337
22162
  def __init__(self):
22338
22163
  r"""
22339
22164
  :param _Result: 配置项发布信息列表
22340
- 注意:此字段可能返回 null,表示取不到有效值。
22341
22165
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfigRelease`
22342
22166
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22343
22167
  :type RequestId: str
@@ -22348,7 +22172,6 @@ class DescribeFileConfigReleasesResponse(AbstractModel):
22348
22172
  @property
22349
22173
  def Result(self):
22350
22174
  """配置项发布信息列表
22351
- 注意:此字段可能返回 null,表示取不到有效值。
22352
22175
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfigRelease`
22353
22176
  """
22354
22177
  return self._Result
@@ -22510,7 +22333,6 @@ class DescribeFileConfigsResponse(AbstractModel):
22510
22333
  def __init__(self):
22511
22334
  r"""
22512
22335
  :param _Result: 文件配置项列表
22513
- 注意:此字段可能返回 null,表示取不到有效值。
22514
22336
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfig`
22515
22337
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22516
22338
  :type RequestId: str
@@ -22521,7 +22343,6 @@ class DescribeFileConfigsResponse(AbstractModel):
22521
22343
  @property
22522
22344
  def Result(self):
22523
22345
  """文件配置项列表
22524
- 注意:此字段可能返回 null,表示取不到有效值。
22525
22346
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageFileConfig`
22526
22347
  """
22527
22348
  return self._Result
@@ -23214,7 +23035,6 @@ class DescribeGroupBusinessLogConfigsResponse(AbstractModel):
23214
23035
  def __init__(self):
23215
23036
  r"""
23216
23037
  :param _Result: 业务日志配置列表
23217
- 注意:此字段可能返回 null,表示取不到有效值。
23218
23038
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
23219
23039
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23220
23040
  :type RequestId: str
@@ -23225,7 +23045,6 @@ class DescribeGroupBusinessLogConfigsResponse(AbstractModel):
23225
23045
  @property
23226
23046
  def Result(self):
23227
23047
  """业务日志配置列表
23228
- 注意:此字段可能返回 null,表示取不到有效值。
23229
23048
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogConfig`
23230
23049
  """
23231
23050
  return self._Result
@@ -23579,7 +23398,6 @@ class DescribeGroupReleaseResponse(AbstractModel):
23579
23398
  def __init__(self):
23580
23399
  r"""
23581
23400
  :param _Result: 部署组发布的相关信息
23582
- 注意:此字段可能返回 null,表示取不到有效值。
23583
23401
  :type Result: :class:`tencentcloud.tsf.v20180326.models.GroupRelease`
23584
23402
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23585
23403
  :type RequestId: str
@@ -23590,7 +23408,6 @@ class DescribeGroupReleaseResponse(AbstractModel):
23590
23408
  @property
23591
23409
  def Result(self):
23592
23410
  """部署组发布的相关信息
23593
- 注意:此字段可能返回 null,表示取不到有效值。
23594
23411
  :rtype: :class:`tencentcloud.tsf.v20180326.models.GroupRelease`
23595
23412
  """
23596
23413
  return self._Result
@@ -23662,7 +23479,6 @@ class DescribeGroupResponse(AbstractModel):
23662
23479
  def __init__(self):
23663
23480
  r"""
23664
23481
  :param _Result: 虚拟机部署组详情
23665
- 注意:此字段可能返回 null,表示取不到有效值。
23666
23482
  :type Result: :class:`tencentcloud.tsf.v20180326.models.VmGroup`
23667
23483
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23668
23484
  :type RequestId: str
@@ -23673,7 +23489,6 @@ class DescribeGroupResponse(AbstractModel):
23673
23489
  @property
23674
23490
  def Result(self):
23675
23491
  """虚拟机部署组详情
23676
- 注意:此字段可能返回 null,表示取不到有效值。
23677
23492
  :rtype: :class:`tencentcloud.tsf.v20180326.models.VmGroup`
23678
23493
  """
23679
23494
  return self._Result
@@ -25770,7 +25585,6 @@ class DescribeJvmMonitorResponse(AbstractModel):
25770
25585
  def __init__(self):
25771
25586
  r"""
25772
25587
  :param _Result: Java实例jvm监控数据
25773
- 注意:此字段可能返回 null,表示取不到有效值。
25774
25588
  :type Result: :class:`tencentcloud.tsf.v20180326.models.JvmMonitorData`
25775
25589
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
25776
25590
  :type RequestId: str
@@ -25781,7 +25595,6 @@ class DescribeJvmMonitorResponse(AbstractModel):
25781
25595
  @property
25782
25596
  def Result(self):
25783
25597
  """Java实例jvm监控数据
25784
- 注意:此字段可能返回 null,表示取不到有效值。
25785
25598
  :rtype: :class:`tencentcloud.tsf.v20180326.models.JvmMonitorData`
25786
25599
  """
25787
25600
  return self._Result
@@ -25913,7 +25726,6 @@ class DescribeLaneRulesResponse(AbstractModel):
25913
25726
  def __init__(self):
25914
25727
  r"""
25915
25728
  :param _Result: 泳道规则列表
25916
- 注意:此字段可能返回 null,表示取不到有效值。
25917
25729
  :type Result: :class:`tencentcloud.tsf.v20180326.models.LaneRules`
25918
25730
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
25919
25731
  :type RequestId: str
@@ -25924,7 +25736,6 @@ class DescribeLaneRulesResponse(AbstractModel):
25924
25736
  @property
25925
25737
  def Result(self):
25926
25738
  """泳道规则列表
25927
- 注意:此字段可能返回 null,表示取不到有效值。
25928
25739
  :rtype: :class:`tencentcloud.tsf.v20180326.models.LaneRules`
25929
25740
  """
25930
25741
  return self._Result
@@ -26056,7 +25867,6 @@ class DescribeLanesResponse(AbstractModel):
26056
25867
  def __init__(self):
26057
25868
  r"""
26058
25869
  :param _Result: 泳道列表
26059
- 注意:此字段可能返回 null,表示取不到有效值。
26060
25870
  :type Result: :class:`tencentcloud.tsf.v20180326.models.LaneInfos`
26061
25871
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26062
25872
  :type RequestId: str
@@ -26067,7 +25877,6 @@ class DescribeLanesResponse(AbstractModel):
26067
25877
  @property
26068
25878
  def Result(self):
26069
25879
  """泳道列表
26070
- 注意:此字段可能返回 null,表示取不到有效值。
26071
25880
  :rtype: :class:`tencentcloud.tsf.v20180326.models.LaneInfos`
26072
25881
  """
26073
25882
  return self._Result
@@ -26204,7 +26013,6 @@ class DescribeMicroserviceResponse(AbstractModel):
26204
26013
  def __init__(self):
26205
26014
  r"""
26206
26015
  :param _Result: 微服务详情实例列表
26207
- 注意:此字段可能返回 null,表示取不到有效值。
26208
26016
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageMsInstance`
26209
26017
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26210
26018
  :type RequestId: str
@@ -26215,7 +26023,6 @@ class DescribeMicroserviceResponse(AbstractModel):
26215
26023
  @property
26216
26024
  def Result(self):
26217
26025
  """微服务详情实例列表
26218
- 注意:此字段可能返回 null,表示取不到有效值。
26219
26026
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageMsInstance`
26220
26027
  """
26221
26028
  return self._Result
@@ -26243,6 +26050,87 @@ class DescribeMicroserviceResponse(AbstractModel):
26243
26050
  self._RequestId = params.get("RequestId")
26244
26051
 
26245
26052
 
26053
+ class DescribeMicroservicesByGroupIdsRequest(AbstractModel):
26054
+ """DescribeMicroservicesByGroupIds请求参数结构体
26055
+
26056
+ """
26057
+
26058
+ def __init__(self):
26059
+ r"""
26060
+ :param _GroupIds: 部署组ID列表
26061
+ :type GroupIds: list of str
26062
+ """
26063
+ self._GroupIds = None
26064
+
26065
+ @property
26066
+ def GroupIds(self):
26067
+ """部署组ID列表
26068
+ :rtype: list of str
26069
+ """
26070
+ return self._GroupIds
26071
+
26072
+ @GroupIds.setter
26073
+ def GroupIds(self, GroupIds):
26074
+ self._GroupIds = GroupIds
26075
+
26076
+
26077
+ def _deserialize(self, params):
26078
+ self._GroupIds = params.get("GroupIds")
26079
+ memeber_set = set(params.keys())
26080
+ for name, value in vars(self).items():
26081
+ property_name = name[1:]
26082
+ if property_name in memeber_set:
26083
+ memeber_set.remove(property_name)
26084
+ if len(memeber_set) > 0:
26085
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
26086
+
26087
+
26088
+
26089
+ class DescribeMicroservicesByGroupIdsResponse(AbstractModel):
26090
+ """DescribeMicroservicesByGroupIds返回参数结构体
26091
+
26092
+ """
26093
+
26094
+ def __init__(self):
26095
+ r"""
26096
+ :param _Result: 微服务信息分页列表
26097
+ :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
26098
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26099
+ :type RequestId: str
26100
+ """
26101
+ self._Result = None
26102
+ self._RequestId = None
26103
+
26104
+ @property
26105
+ def Result(self):
26106
+ """微服务信息分页列表
26107
+ :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
26108
+ """
26109
+ return self._Result
26110
+
26111
+ @Result.setter
26112
+ def Result(self, Result):
26113
+ self._Result = Result
26114
+
26115
+ @property
26116
+ def RequestId(self):
26117
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26118
+ :rtype: str
26119
+ """
26120
+ return self._RequestId
26121
+
26122
+ @RequestId.setter
26123
+ def RequestId(self, RequestId):
26124
+ self._RequestId = RequestId
26125
+
26126
+
26127
+ def _deserialize(self, params):
26128
+ if params.get("Result") is not None:
26129
+ self._Result = TsfPageMicroservice()
26130
+ self._Result._deserialize(params.get("Result"))
26131
+ self._RequestId = params.get("RequestId")
26132
+
26133
+
26246
26134
  class DescribeMicroservicesRequest(AbstractModel):
26247
26135
  """DescribeMicroservices请求参数结构体
26248
26136
 
@@ -26422,7 +26310,6 @@ class DescribeMicroservicesResponse(AbstractModel):
26422
26310
  def __init__(self):
26423
26311
  r"""
26424
26312
  :param _Result: 微服务分页列表信息
26425
- 注意:此字段可能返回 null,表示取不到有效值。
26426
26313
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
26427
26314
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26428
26315
  :type RequestId: str
@@ -26433,7 +26320,6 @@ class DescribeMicroservicesResponse(AbstractModel):
26433
26320
  @property
26434
26321
  def Result(self):
26435
26322
  """微服务分页列表信息
26436
- 注意:此字段可能返回 null,表示取不到有效值。
26437
26323
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageMicroservice`
26438
26324
  """
26439
26325
  return self._Result
@@ -26594,9 +26480,9 @@ class DescribeOverviewInvocationRequest(AbstractModel):
26594
26480
 
26595
26481
  def __init__(self):
26596
26482
  r"""
26597
- :param _NamespaceId: 命名空间ID
26483
+ :param _NamespaceId: 命名空间ID, 此参数必填
26598
26484
  :type NamespaceId: str
26599
- :param _Type: 监控统计类型,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
26485
+ :param _Type: 监控统计类型,必填,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
26600
26486
  :type Type: str
26601
26487
  :param _Period: 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
26602
26488
  :type Period: int
@@ -26613,7 +26499,7 @@ class DescribeOverviewInvocationRequest(AbstractModel):
26613
26499
 
26614
26500
  @property
26615
26501
  def NamespaceId(self):
26616
- """命名空间ID
26502
+ """命名空间ID, 此参数必填
26617
26503
  :rtype: str
26618
26504
  """
26619
26505
  return self._NamespaceId
@@ -26624,7 +26510,7 @@ class DescribeOverviewInvocationRequest(AbstractModel):
26624
26510
 
26625
26511
  @property
26626
26512
  def Type(self):
26627
- """监控统计类型,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
26513
+ """监控统计类型,必填,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
26628
26514
  :rtype: str
26629
26515
  """
26630
26516
  return self._Type
@@ -26691,7 +26577,6 @@ class DescribeOverviewInvocationResponse(AbstractModel):
26691
26577
  def __init__(self):
26692
26578
  r"""
26693
26579
  :param _Result: 监控统计数据列表
26694
- 注意:此字段可能返回 null,表示取不到有效值。
26695
26580
  :type Result: list of MetricDataPoint
26696
26581
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26697
26582
  :type RequestId: str
@@ -26702,7 +26587,6 @@ class DescribeOverviewInvocationResponse(AbstractModel):
26702
26587
  @property
26703
26588
  def Result(self):
26704
26589
  """监控统计数据列表
26705
- 注意:此字段可能返回 null,表示取不到有效值。
26706
26590
  :rtype: list of MetricDataPoint
26707
26591
  """
26708
26592
  return self._Result
@@ -27638,7 +27522,6 @@ class DescribePublicConfigReleaseLogsResponse(AbstractModel):
27638
27522
  def __init__(self):
27639
27523
  r"""
27640
27524
  :param _Result: 分页后的公共配置项发布历史列表
27641
- 注意:此字段可能返回 null,表示取不到有效值。
27642
27525
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
27643
27526
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27644
27527
  :type RequestId: str
@@ -27649,7 +27532,6 @@ class DescribePublicConfigReleaseLogsResponse(AbstractModel):
27649
27532
  @property
27650
27533
  def Result(self):
27651
27534
  """分页后的公共配置项发布历史列表
27652
- 注意:此字段可能返回 null,表示取不到有效值。
27653
27535
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigReleaseLog`
27654
27536
  """
27655
27537
  return self._Result
@@ -27781,7 +27663,6 @@ class DescribePublicConfigReleasesResponse(AbstractModel):
27781
27663
  def __init__(self):
27782
27664
  r"""
27783
27665
  :param _Result: 公共配置发布信息
27784
- 注意:此字段可能返回 null,表示取不到有效值。
27785
27666
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
27786
27667
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27787
27668
  :type RequestId: str
@@ -27792,7 +27673,6 @@ class DescribePublicConfigReleasesResponse(AbstractModel):
27792
27673
  @property
27793
27674
  def Result(self):
27794
27675
  """公共配置发布信息
27795
- 注意:此字段可能返回 null,表示取不到有效值。
27796
27676
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfigRelease`
27797
27677
  """
27798
27678
  return self._Result
@@ -28052,7 +27932,6 @@ class DescribePublicConfigSummaryResponse(AbstractModel):
28052
27932
  def __init__(self):
28053
27933
  r"""
28054
27934
  :param _Result: 分页的全局配置统计信息列表
28055
- 注意:此字段可能返回 null,表示取不到有效值。
28056
27935
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
28057
27936
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28058
27937
  :type RequestId: str
@@ -28063,7 +27942,6 @@ class DescribePublicConfigSummaryResponse(AbstractModel):
28063
27942
  @property
28064
27943
  def Result(self):
28065
27944
  """分页的全局配置统计信息列表
28066
- 注意:此字段可能返回 null,表示取不到有效值。
28067
27945
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
28068
27946
  """
28069
27947
  return self._Result
@@ -28210,7 +28088,6 @@ class DescribePublicConfigsResponse(AbstractModel):
28210
28088
  def __init__(self):
28211
28089
  r"""
28212
28090
  :param _Result: 分页后的全局配置项列表
28213
- 注意:此字段可能返回 null,表示取不到有效值。
28214
28091
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
28215
28092
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28216
28093
  :type RequestId: str
@@ -28221,7 +28098,6 @@ class DescribePublicConfigsResponse(AbstractModel):
28221
28098
  @property
28222
28099
  def Result(self):
28223
28100
  """分页后的全局配置项列表
28224
- 注意:此字段可能返回 null,表示取不到有效值。
28225
28101
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageConfig`
28226
28102
  """
28227
28103
  return self._Result
@@ -28293,7 +28169,6 @@ class DescribeReleasedConfigResponse(AbstractModel):
28293
28169
  def __init__(self):
28294
28170
  r"""
28295
28171
  :param _Result: 已发布的配置内容
28296
- 注意:此字段可能返回 null,表示取不到有效值。
28297
28172
  :type Result: str
28298
28173
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28299
28174
  :type RequestId: str
@@ -28304,7 +28179,6 @@ class DescribeReleasedConfigResponse(AbstractModel):
28304
28179
  @property
28305
28180
  def Result(self):
28306
28181
  """已发布的配置内容
28307
- 注意:此字段可能返回 null,表示取不到有效值。
28308
28182
  :rtype: str
28309
28183
  """
28310
28184
  return self._Result
@@ -30371,7 +30245,6 @@ class DescribeUnitNamespacesResponse(AbstractModel):
30371
30245
  def __init__(self):
30372
30246
  r"""
30373
30247
  :param _Result: 单元化命名空间对象列表
30374
- 注意:此字段可能返回 null,表示取不到有效值。
30375
30248
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
30376
30249
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30377
30250
  :type RequestId: str
@@ -30382,7 +30255,6 @@ class DescribeUnitNamespacesResponse(AbstractModel):
30382
30255
  @property
30383
30256
  def Result(self):
30384
30257
  """单元化命名空间对象列表
30385
- 注意:此字段可能返回 null,表示取不到有效值。
30386
30258
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
30387
30259
  """
30388
30260
  return self._Result
@@ -30454,7 +30326,6 @@ class DescribeUnitRuleResponse(AbstractModel):
30454
30326
  def __init__(self):
30455
30327
  r"""
30456
30328
  :param _Result: 单元化规则对象
30457
- 注意:此字段可能返回 null,表示取不到有效值。
30458
30329
  :type Result: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
30459
30330
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30460
30331
  :type RequestId: str
@@ -30465,7 +30336,6 @@ class DescribeUnitRuleResponse(AbstractModel):
30465
30336
  @property
30466
30337
  def Result(self):
30467
30338
  """单元化规则对象
30468
- 注意:此字段可能返回 null,表示取不到有效值。
30469
30339
  :rtype: :class:`tencentcloud.tsf.v20180326.models.UnitRule`
30470
30340
  """
30471
30341
  return self._Result
@@ -30597,7 +30467,6 @@ class DescribeUnitRulesResponse(AbstractModel):
30597
30467
  def __init__(self):
30598
30468
  r"""
30599
30469
  :param _Result: 分页列表信息
30600
- 注意:此字段可能返回 null,表示取不到有效值。
30601
30470
  :type Result: list of TsfPageUnitRule
30602
30471
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30603
30472
  :type RequestId: str
@@ -30608,7 +30477,6 @@ class DescribeUnitRulesResponse(AbstractModel):
30608
30477
  @property
30609
30478
  def Result(self):
30610
30479
  """分页列表信息
30611
- 注意:此字段可能返回 null,表示取不到有效值。
30612
30480
  :rtype: list of TsfPageUnitRule
30613
30481
  """
30614
30482
  return self._Result
@@ -30743,7 +30611,6 @@ class DescribeUnitRulesV2Response(AbstractModel):
30743
30611
  def __init__(self):
30744
30612
  r"""
30745
30613
  :param _Result: 分页列表信息
30746
- 注意:此字段可能返回 null,表示取不到有效值。
30747
30614
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitRuleV2`
30748
30615
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
30749
30616
  :type RequestId: str
@@ -30754,7 +30621,6 @@ class DescribeUnitRulesV2Response(AbstractModel):
30754
30621
  @property
30755
30622
  def Result(self):
30756
30623
  """分页列表信息
30757
- 注意:此字段可能返回 null,表示取不到有效值。
30758
30624
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitRuleV2`
30759
30625
  """
30760
30626
  return self._Result
@@ -31027,7 +30893,6 @@ class DescribeUsableUnitNamespacesResponse(AbstractModel):
31027
30893
  def __init__(self):
31028
30894
  r"""
31029
30895
  :param _Result: 单元化命名空间对象列表
31030
- 注意:此字段可能返回 null,表示取不到有效值。
31031
30896
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
31032
30897
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
31033
30898
  :type RequestId: str
@@ -31038,7 +30903,6 @@ class DescribeUsableUnitNamespacesResponse(AbstractModel):
31038
30903
  @property
31039
30904
  def Result(self):
31040
30905
  """单元化命名空间对象列表
31041
- 注意:此字段可能返回 null,表示取不到有效值。
31042
30906
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageUnitNamespace`
31043
30907
  """
31044
30908
  return self._Result
@@ -31110,7 +30974,6 @@ class DisableLaneRuleResponse(AbstractModel):
31110
30974
  def __init__(self):
31111
30975
  r"""
31112
30976
  :param _Result: 操作状态。成功:true,失败:false
31113
- 注意:此字段可能返回 null,表示取不到有效值。
31114
30977
  :type Result: bool
31115
30978
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
31116
30979
  :type RequestId: str
@@ -31121,7 +30984,6 @@ class DisableLaneRuleResponse(AbstractModel):
31121
30984
  @property
31122
30985
  def Result(self):
31123
30986
  """操作状态。成功:true,失败:false
31124
- 注意:此字段可能返回 null,表示取不到有效值。
31125
30987
  :rtype: bool
31126
30988
  """
31127
30989
  return self._Result
@@ -31349,7 +31211,6 @@ class DisableUnitRouteResponse(AbstractModel):
31349
31211
  def __init__(self):
31350
31212
  r"""
31351
31213
  :param _Result: 返回结果,成功失败
31352
- 注意:此字段可能返回 null,表示取不到有效值。
31353
31214
  :type Result: bool
31354
31215
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
31355
31216
  :type RequestId: str
@@ -31360,7 +31221,6 @@ class DisableUnitRouteResponse(AbstractModel):
31360
31221
  @property
31361
31222
  def Result(self):
31362
31223
  """返回结果,成功失败
31363
- 注意:此字段可能返回 null,表示取不到有效值。
31364
31224
  :rtype: bool
31365
31225
  """
31366
31226
  return self._Result
@@ -31430,7 +31290,6 @@ class DisableUnitRuleResponse(AbstractModel):
31430
31290
  def __init__(self):
31431
31291
  r"""
31432
31292
  :param _Result: 是否成功
31433
- 注意:此字段可能返回 null,表示取不到有效值。
31434
31293
  :type Result: bool
31435
31294
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
31436
31295
  :type RequestId: str
@@ -31441,7 +31300,6 @@ class DisableUnitRuleResponse(AbstractModel):
31441
31300
  @property
31442
31301
  def Result(self):
31443
31302
  """是否成功
31444
- 注意:此字段可能返回 null,表示取不到有效值。
31445
31303
  :rtype: bool
31446
31304
  """
31447
31305
  return self._Result
@@ -31859,7 +31717,6 @@ class EnableLaneRuleResponse(AbstractModel):
31859
31717
  def __init__(self):
31860
31718
  r"""
31861
31719
  :param _Result: 操作状态。成功:true,失败:false
31862
- 注意:此字段可能返回 null,表示取不到有效值。
31863
31720
  :type Result: bool
31864
31721
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
31865
31722
  :type RequestId: str
@@ -31870,7 +31727,6 @@ class EnableLaneRuleResponse(AbstractModel):
31870
31727
  @property
31871
31728
  def Result(self):
31872
31729
  """操作状态。成功:true,失败:false
31873
- 注意:此字段可能返回 null,表示取不到有效值。
31874
31730
  :rtype: bool
31875
31731
  """
31876
31732
  return self._Result
@@ -32097,8 +31953,7 @@ class EnableUnitRouteResponse(AbstractModel):
32097
31953
 
32098
31954
  def __init__(self):
32099
31955
  r"""
32100
- :param _Result: 返回结果,成功失败
32101
- 注意:此字段可能返回 null,表示取不到有效值。
31956
+ :param _Result: 返回结果。成功:true,失败:false。
32102
31957
  :type Result: bool
32103
31958
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
32104
31959
  :type RequestId: str
@@ -32108,8 +31963,7 @@ class EnableUnitRouteResponse(AbstractModel):
32108
31963
 
32109
31964
  @property
32110
31965
  def Result(self):
32111
- """返回结果,成功失败
32112
- 注意:此字段可能返回 null,表示取不到有效值。
31966
+ """返回结果。成功:true,失败:false。
32113
31967
  :rtype: bool
32114
31968
  """
32115
31969
  return self._Result
@@ -32178,8 +32032,7 @@ class EnableUnitRuleResponse(AbstractModel):
32178
32032
 
32179
32033
  def __init__(self):
32180
32034
  r"""
32181
- :param _Result: 是否成功
32182
- 注意:此字段可能返回 null,表示取不到有效值。
32035
+ :param _Result: 是否成功,成功:true,失败:false。
32183
32036
  :type Result: bool
32184
32037
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
32185
32038
  :type RequestId: str
@@ -32189,8 +32042,7 @@ class EnableUnitRuleResponse(AbstractModel):
32189
32042
 
32190
32043
  @property
32191
32044
  def Result(self):
32192
- """是否成功
32193
- 注意:此字段可能返回 null,表示取不到有效值。
32045
+ """是否成功,成功:true,失败:false。
32194
32046
  :rtype: bool
32195
32047
  """
32196
32048
  return self._Result
@@ -32659,7 +32511,6 @@ class FieldRef(AbstractModel):
32659
32511
  def __init__(self):
32660
32512
  r"""
32661
32513
  :param _FieldPath: k8s 的 FieldPath
32662
- 注意:此字段可能返回 null,表示取不到有效值。
32663
32514
  :type FieldPath: str
32664
32515
  """
32665
32516
  self._FieldPath = None
@@ -32667,7 +32518,6 @@ class FieldRef(AbstractModel):
32667
32518
  @property
32668
32519
  def FieldPath(self):
32669
32520
  """k8s 的 FieldPath
32670
- 注意:此字段可能返回 null,表示取不到有效值。
32671
32521
  :rtype: str
32672
32522
  """
32673
32523
  return self._FieldPath
@@ -33288,10 +33138,8 @@ class ForceSchedule(AbstractModel):
33288
33138
  def __init__(self):
33289
33139
  r"""
33290
33140
  :param _AffinityList: -
33291
- 注意:此字段可能返回 null,表示取不到有效值。
33292
33141
  :type AffinityList: list of Affinity
33293
33142
  :param _AntiAffinityList: -
33294
- 注意:此字段可能返回 null,表示取不到有效值。
33295
33143
  :type AntiAffinityList: list of Affinity
33296
33144
  """
33297
33145
  self._AffinityList = None
@@ -33300,7 +33148,6 @@ class ForceSchedule(AbstractModel):
33300
33148
  @property
33301
33149
  def AffinityList(self):
33302
33150
  """-
33303
- 注意:此字段可能返回 null,表示取不到有效值。
33304
33151
  :rtype: list of Affinity
33305
33152
  """
33306
33153
  return self._AffinityList
@@ -33312,7 +33159,6 @@ class ForceSchedule(AbstractModel):
33312
33159
  @property
33313
33160
  def AntiAffinityList(self):
33314
33161
  """-
33315
- 注意:此字段可能返回 null,表示取不到有效值。
33316
33162
  :rtype: list of Affinity
33317
33163
  """
33318
33164
  return self._AntiAffinityList
@@ -33353,22 +33199,16 @@ class GatewayApiGroupVo(AbstractModel):
33353
33199
  def __init__(self):
33354
33200
  r"""
33355
33201
  :param _GroupId: 分组ID
33356
- 注意:此字段可能返回 null,表示取不到有效值。
33357
33202
  :type GroupId: str
33358
33203
  :param _GroupName: 分组名称
33359
- 注意:此字段可能返回 null,表示取不到有效值。
33360
33204
  :type GroupName: str
33361
33205
  :param _GroupApiCount: 分组下API个数
33362
- 注意:此字段可能返回 null,表示取不到有效值。
33363
33206
  :type GroupApiCount: int
33364
33207
  :param _GroupApis: 分组API列表
33365
- 注意:此字段可能返回 null,表示取不到有效值。
33366
33208
  :type GroupApis: list of GatewayGroupApiVo
33367
33209
  :param _GatewayInstanceType: 网关实例的类型
33368
- 注意:此字段可能返回 null,表示取不到有效值。
33369
33210
  :type GatewayInstanceType: str
33370
33211
  :param _GatewayInstanceId: 网关实例ID
33371
- 注意:此字段可能返回 null,表示取不到有效值。
33372
33212
  :type GatewayInstanceId: str
33373
33213
  """
33374
33214
  self._GroupId = None
@@ -33381,7 +33221,6 @@ class GatewayApiGroupVo(AbstractModel):
33381
33221
  @property
33382
33222
  def GroupId(self):
33383
33223
  """分组ID
33384
- 注意:此字段可能返回 null,表示取不到有效值。
33385
33224
  :rtype: str
33386
33225
  """
33387
33226
  return self._GroupId
@@ -33393,7 +33232,6 @@ class GatewayApiGroupVo(AbstractModel):
33393
33232
  @property
33394
33233
  def GroupName(self):
33395
33234
  """分组名称
33396
- 注意:此字段可能返回 null,表示取不到有效值。
33397
33235
  :rtype: str
33398
33236
  """
33399
33237
  return self._GroupName
@@ -33405,7 +33243,6 @@ class GatewayApiGroupVo(AbstractModel):
33405
33243
  @property
33406
33244
  def GroupApiCount(self):
33407
33245
  """分组下API个数
33408
- 注意:此字段可能返回 null,表示取不到有效值。
33409
33246
  :rtype: int
33410
33247
  """
33411
33248
  return self._GroupApiCount
@@ -33417,7 +33254,6 @@ class GatewayApiGroupVo(AbstractModel):
33417
33254
  @property
33418
33255
  def GroupApis(self):
33419
33256
  """分组API列表
33420
- 注意:此字段可能返回 null,表示取不到有效值。
33421
33257
  :rtype: list of GatewayGroupApiVo
33422
33258
  """
33423
33259
  return self._GroupApis
@@ -33429,7 +33265,6 @@ class GatewayApiGroupVo(AbstractModel):
33429
33265
  @property
33430
33266
  def GatewayInstanceType(self):
33431
33267
  """网关实例的类型
33432
- 注意:此字段可能返回 null,表示取不到有效值。
33433
33268
  :rtype: str
33434
33269
  """
33435
33270
  return self._GatewayInstanceType
@@ -33441,7 +33276,6 @@ class GatewayApiGroupVo(AbstractModel):
33441
33276
  @property
33442
33277
  def GatewayInstanceId(self):
33443
33278
  """网关实例ID
33444
- 注意:此字段可能返回 null,表示取不到有效值。
33445
33279
  :rtype: str
33446
33280
  """
33447
33281
  return self._GatewayInstanceId
@@ -33481,7 +33315,6 @@ class GatewayConfig(AbstractModel):
33481
33315
  def __init__(self):
33482
33316
  r"""
33483
33317
  :param _Name: 服务名称
33484
- 注意:此字段可能返回 null,表示取不到有效值。
33485
33318
  :type Name: str
33486
33319
  """
33487
33320
  self._Name = None
@@ -33489,7 +33322,6 @@ class GatewayConfig(AbstractModel):
33489
33322
  @property
33490
33323
  def Name(self):
33491
33324
  """服务名称
33492
- 注意:此字段可能返回 null,表示取不到有效值。
33493
33325
  :rtype: str
33494
33326
  """
33495
33327
  return self._Name
@@ -34046,16 +33878,12 @@ class GatewayVo(AbstractModel):
34046
33878
  def __init__(self):
34047
33879
  r"""
34048
33880
  :param _GatewayDeployGroupId: 网关部署组ID
34049
- 注意:此字段可能返回 null,表示取不到有效值。
34050
33881
  :type GatewayDeployGroupId: str
34051
33882
  :param _GatewayDeployGroupName: 网关部署组名称
34052
- 注意:此字段可能返回 null,表示取不到有效值。
34053
33883
  :type GatewayDeployGroupName: str
34054
33884
  :param _GroupNum: API 分组个数
34055
- 注意:此字段可能返回 null,表示取不到有效值。
34056
33885
  :type GroupNum: int
34057
33886
  :param _Groups: API 分组列表
34058
- 注意:此字段可能返回 null,表示取不到有效值。
34059
33887
  :type Groups: list of GatewayApiGroupVo
34060
33888
  """
34061
33889
  self._GatewayDeployGroupId = None
@@ -34066,7 +33894,6 @@ class GatewayVo(AbstractModel):
34066
33894
  @property
34067
33895
  def GatewayDeployGroupId(self):
34068
33896
  """网关部署组ID
34069
- 注意:此字段可能返回 null,表示取不到有效值。
34070
33897
  :rtype: str
34071
33898
  """
34072
33899
  return self._GatewayDeployGroupId
@@ -34078,7 +33905,6 @@ class GatewayVo(AbstractModel):
34078
33905
  @property
34079
33906
  def GatewayDeployGroupName(self):
34080
33907
  """网关部署组名称
34081
- 注意:此字段可能返回 null,表示取不到有效值。
34082
33908
  :rtype: str
34083
33909
  """
34084
33910
  return self._GatewayDeployGroupName
@@ -34090,7 +33916,6 @@ class GatewayVo(AbstractModel):
34090
33916
  @property
34091
33917
  def GroupNum(self):
34092
33918
  """API 分组个数
34093
- 注意:此字段可能返回 null,表示取不到有效值。
34094
33919
  :rtype: int
34095
33920
  """
34096
33921
  return self._GroupNum
@@ -34102,7 +33927,6 @@ class GatewayVo(AbstractModel):
34102
33927
  @property
34103
33928
  def Groups(self):
34104
33929
  """API 分组列表
34105
- 注意:此字段可能返回 null,表示取不到有效值。
34106
33930
  :rtype: list of GatewayApiGroupVo
34107
33931
  """
34108
33932
  return self._Groups
@@ -34140,13 +33964,10 @@ class GroupApiUseStatistics(AbstractModel):
34140
33964
  def __init__(self):
34141
33965
  r"""
34142
33966
  :param _TopStatusCode: 总调用数
34143
- 注意:此字段可能返回 null,表示取不到有效值。
34144
33967
  :type TopStatusCode: list of ApiUseStatisticsEntity
34145
33968
  :param _TopTimeCost: 平均错误率
34146
- 注意:此字段可能返回 null,表示取不到有效值。
34147
33969
  :type TopTimeCost: list of ApiUseStatisticsEntity
34148
33970
  :param _Quantile: 分位值对象
34149
- 注意:此字段可能返回 null,表示取不到有效值。
34150
33971
  :type Quantile: :class:`tencentcloud.tsf.v20180326.models.QuantileEntity`
34151
33972
  """
34152
33973
  self._TopStatusCode = None
@@ -34156,7 +33977,6 @@ class GroupApiUseStatistics(AbstractModel):
34156
33977
  @property
34157
33978
  def TopStatusCode(self):
34158
33979
  """总调用数
34159
- 注意:此字段可能返回 null,表示取不到有效值。
34160
33980
  :rtype: list of ApiUseStatisticsEntity
34161
33981
  """
34162
33982
  return self._TopStatusCode
@@ -34168,7 +33988,6 @@ class GroupApiUseStatistics(AbstractModel):
34168
33988
  @property
34169
33989
  def TopTimeCost(self):
34170
33990
  """平均错误率
34171
- 注意:此字段可能返回 null,表示取不到有效值。
34172
33991
  :rtype: list of ApiUseStatisticsEntity
34173
33992
  """
34174
33993
  return self._TopTimeCost
@@ -34180,7 +33999,6 @@ class GroupApiUseStatistics(AbstractModel):
34180
33999
  @property
34181
34000
  def Quantile(self):
34182
34001
  """分位值对象
34183
- 注意:此字段可能返回 null,表示取不到有效值。
34184
34002
  :rtype: :class:`tencentcloud.tsf.v20180326.models.QuantileEntity`
34185
34003
  """
34186
34004
  return self._Quantile
@@ -34226,49 +34044,34 @@ class GroupContainerInfo(AbstractModel):
34226
34044
  :param _TagName: 镜像版本名称
34227
34045
  :type TagName: str
34228
34046
  :param _ContainerName: 容器名字
34229
- 注意:此字段可能返回 null,表示取不到有效值。
34230
34047
  :type ContainerName: str
34231
34048
  :param _RepoName: 镜像名
34232
- 注意:此字段可能返回 null,表示取不到有效值。
34233
34049
  :type RepoName: str
34234
34050
  :param _RepoType: 仓库类型,tcr,address,personal,默认personal
34235
- 注意:此字段可能返回 null,表示取不到有效值。
34236
34051
  :type RepoType: str
34237
34052
  :param _TcrRepoInfo: tcr仓库信息
34238
- 注意:此字段可能返回 null,表示取不到有效值。
34239
34053
  :type TcrRepoInfo: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
34240
34054
  :param _Server: 镜像server
34241
- 注意:此字段可能返回 null,表示取不到有效值。
34242
34055
  :type Server: str
34243
34056
  :param _SecretName: 凭证名字
34244
- 注意:此字段可能返回 null,表示取不到有效值。
34245
34057
  :type SecretName: str
34246
34058
  :param _JvmOpts: jvm 参数
34247
- 注意:此字段可能返回 null,表示取不到有效值。
34248
34059
  :type JvmOpts: str
34249
34060
  :param _CpuLimit: 容器最大的 CPU 核数,对应 K8S 的 limit
34250
- 注意:此字段可能返回 null,表示取不到有效值。
34251
34061
  :type CpuLimit: str
34252
34062
  :param _CpuRequest: 容器分配的 CPU 核数,对应 K8S 的 request
34253
- 注意:此字段可能返回 null,表示取不到有效值。
34254
34063
  :type CpuRequest: str
34255
34064
  :param _MemRequest: 容器分配的内存 MiB 数,对应 K8S 的 request
34256
- 注意:此字段可能返回 null,表示取不到有效值。
34257
34065
  :type MemRequest: str
34258
34066
  :param _MemLimit: 容器最大的内存 MiB 数,对应 K8S 的 limit
34259
- 注意:此字段可能返回 null,表示取不到有效值。
34260
34067
  :type MemLimit: str
34261
34068
  :param _HealthCheckSettings: 健康检查配置信息
34262
- 注意:此字段可能返回 null,表示取不到有效值。
34263
34069
  :type HealthCheckSettings: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
34264
34070
  :param _Envs: 环境变量
34265
- 注意:此字段可能返回 null,表示取不到有效值。
34266
34071
  :type Envs: list of Env
34267
34072
  :param _UserEnvs: 环境变量,作为入参时不用填
34268
- 注意:此字段可能返回 null,表示取不到有效值。
34269
34073
  :type UserEnvs: list of Env
34270
34074
  :param _VolumeMountInfoList: 数据卷挂载点信息
34271
- 注意:此字段可能返回 null,表示取不到有效值。
34272
34075
  :type VolumeMountInfoList: list of VolumeMountInfo
34273
34076
  """
34274
34077
  self._TagName = None
@@ -34302,7 +34105,6 @@ class GroupContainerInfo(AbstractModel):
34302
34105
  @property
34303
34106
  def ContainerName(self):
34304
34107
  """容器名字
34305
- 注意:此字段可能返回 null,表示取不到有效值。
34306
34108
  :rtype: str
34307
34109
  """
34308
34110
  return self._ContainerName
@@ -34314,7 +34116,6 @@ class GroupContainerInfo(AbstractModel):
34314
34116
  @property
34315
34117
  def RepoName(self):
34316
34118
  """镜像名
34317
- 注意:此字段可能返回 null,表示取不到有效值。
34318
34119
  :rtype: str
34319
34120
  """
34320
34121
  return self._RepoName
@@ -34326,7 +34127,6 @@ class GroupContainerInfo(AbstractModel):
34326
34127
  @property
34327
34128
  def RepoType(self):
34328
34129
  """仓库类型,tcr,address,personal,默认personal
34329
- 注意:此字段可能返回 null,表示取不到有效值。
34330
34130
  :rtype: str
34331
34131
  """
34332
34132
  return self._RepoType
@@ -34338,7 +34138,6 @@ class GroupContainerInfo(AbstractModel):
34338
34138
  @property
34339
34139
  def TcrRepoInfo(self):
34340
34140
  """tcr仓库信息
34341
- 注意:此字段可能返回 null,表示取不到有效值。
34342
34141
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TcrRepoInfo`
34343
34142
  """
34344
34143
  return self._TcrRepoInfo
@@ -34350,7 +34149,6 @@ class GroupContainerInfo(AbstractModel):
34350
34149
  @property
34351
34150
  def Server(self):
34352
34151
  """镜像server
34353
- 注意:此字段可能返回 null,表示取不到有效值。
34354
34152
  :rtype: str
34355
34153
  """
34356
34154
  return self._Server
@@ -34362,7 +34160,6 @@ class GroupContainerInfo(AbstractModel):
34362
34160
  @property
34363
34161
  def SecretName(self):
34364
34162
  """凭证名字
34365
- 注意:此字段可能返回 null,表示取不到有效值。
34366
34163
  :rtype: str
34367
34164
  """
34368
34165
  return self._SecretName
@@ -34374,7 +34171,6 @@ class GroupContainerInfo(AbstractModel):
34374
34171
  @property
34375
34172
  def JvmOpts(self):
34376
34173
  """jvm 参数
34377
- 注意:此字段可能返回 null,表示取不到有效值。
34378
34174
  :rtype: str
34379
34175
  """
34380
34176
  return self._JvmOpts
@@ -34386,7 +34182,6 @@ class GroupContainerInfo(AbstractModel):
34386
34182
  @property
34387
34183
  def CpuLimit(self):
34388
34184
  """容器最大的 CPU 核数,对应 K8S 的 limit
34389
- 注意:此字段可能返回 null,表示取不到有效值。
34390
34185
  :rtype: str
34391
34186
  """
34392
34187
  return self._CpuLimit
@@ -34398,7 +34193,6 @@ class GroupContainerInfo(AbstractModel):
34398
34193
  @property
34399
34194
  def CpuRequest(self):
34400
34195
  """容器分配的 CPU 核数,对应 K8S 的 request
34401
- 注意:此字段可能返回 null,表示取不到有效值。
34402
34196
  :rtype: str
34403
34197
  """
34404
34198
  return self._CpuRequest
@@ -34410,7 +34204,6 @@ class GroupContainerInfo(AbstractModel):
34410
34204
  @property
34411
34205
  def MemRequest(self):
34412
34206
  """容器分配的内存 MiB 数,对应 K8S 的 request
34413
- 注意:此字段可能返回 null,表示取不到有效值。
34414
34207
  :rtype: str
34415
34208
  """
34416
34209
  return self._MemRequest
@@ -34422,7 +34215,6 @@ class GroupContainerInfo(AbstractModel):
34422
34215
  @property
34423
34216
  def MemLimit(self):
34424
34217
  """容器最大的内存 MiB 数,对应 K8S 的 limit
34425
- 注意:此字段可能返回 null,表示取不到有效值。
34426
34218
  :rtype: str
34427
34219
  """
34428
34220
  return self._MemLimit
@@ -34434,7 +34226,6 @@ class GroupContainerInfo(AbstractModel):
34434
34226
  @property
34435
34227
  def HealthCheckSettings(self):
34436
34228
  """健康检查配置信息
34437
- 注意:此字段可能返回 null,表示取不到有效值。
34438
34229
  :rtype: :class:`tencentcloud.tsf.v20180326.models.HealthCheckSettings`
34439
34230
  """
34440
34231
  return self._HealthCheckSettings
@@ -34446,7 +34237,6 @@ class GroupContainerInfo(AbstractModel):
34446
34237
  @property
34447
34238
  def Envs(self):
34448
34239
  """环境变量
34449
- 注意:此字段可能返回 null,表示取不到有效值。
34450
34240
  :rtype: list of Env
34451
34241
  """
34452
34242
  return self._Envs
@@ -34458,7 +34248,6 @@ class GroupContainerInfo(AbstractModel):
34458
34248
  @property
34459
34249
  def UserEnvs(self):
34460
34250
  """环境变量,作为入参时不用填
34461
- 注意:此字段可能返回 null,表示取不到有效值。
34462
34251
  :rtype: list of Env
34463
34252
  """
34464
34253
  return self._UserEnvs
@@ -34470,7 +34259,6 @@ class GroupContainerInfo(AbstractModel):
34470
34259
  @property
34471
34260
  def VolumeMountInfoList(self):
34472
34261
  """数据卷挂载点信息
34473
- 注意:此字段可能返回 null,表示取不到有效值。
34474
34262
  :rtype: list of VolumeMountInfo
34475
34263
  """
34476
34264
  return self._VolumeMountInfoList
@@ -35862,6 +35650,8 @@ class ImageRepository(AbstractModel):
35862
35650
  :type CreateMode: str
35863
35651
  :param _RepoName: 仓库名,等同reponame字段
35864
35652
  :type RepoName: str
35653
+ :param _RepoType: 仓库类型
35654
+ :type RepoType: str
35865
35655
  """
35866
35656
  self._Reponame = None
35867
35657
  self._Repotype = None
@@ -35882,6 +35672,7 @@ class ImageRepository(AbstractModel):
35882
35672
  self._Public = None
35883
35673
  self._CreateMode = None
35884
35674
  self._RepoName = None
35675
+ self._RepoType = None
35885
35676
 
35886
35677
  @property
35887
35678
  def Reponame(self):
@@ -36092,6 +35883,17 @@ class ImageRepository(AbstractModel):
36092
35883
  def RepoName(self, RepoName):
36093
35884
  self._RepoName = RepoName
36094
35885
 
35886
+ @property
35887
+ def RepoType(self):
35888
+ """仓库类型
35889
+ :rtype: str
35890
+ """
35891
+ return self._RepoType
35892
+
35893
+ @RepoType.setter
35894
+ def RepoType(self, RepoType):
35895
+ self._RepoType = RepoType
35896
+
36095
35897
 
36096
35898
  def _deserialize(self, params):
36097
35899
  self._Reponame = params.get("Reponame")
@@ -36117,6 +35919,7 @@ class ImageRepository(AbstractModel):
36117
35919
  self._Public = params.get("Public")
36118
35920
  self._CreateMode = params.get("CreateMode")
36119
35921
  self._RepoName = params.get("RepoName")
35922
+ self._RepoType = params.get("RepoType")
36120
35923
  memeber_set = set(params.keys())
36121
35924
  for name, value in vars(self).items():
36122
35925
  property_name = name[1:]
@@ -37844,7 +37647,6 @@ class InvocationMetricScatterPlot(AbstractModel):
37844
37647
  :param _Period: 时间轴开始时间,GMT,精确到毫秒
37845
37648
  :type Period: int
37846
37649
  :param _DataPoints: 多值数据点集合
37847
- 注意:此字段可能返回 null,表示取不到有效值。
37848
37650
  :type DataPoints: list of MultiValueDataPoints
37849
37651
  """
37850
37652
  self._EndTime = None
@@ -37888,7 +37690,6 @@ class InvocationMetricScatterPlot(AbstractModel):
37888
37690
  @property
37889
37691
  def DataPoints(self):
37890
37692
  """多值数据点集合
37891
- 注意:此字段可能返回 null,表示取不到有效值。
37892
37693
  :rtype: list of MultiValueDataPoints
37893
37694
  """
37894
37695
  return self._DataPoints
@@ -38818,10 +38619,8 @@ class LaneInfos(AbstractModel):
38818
38619
  def __init__(self):
38819
38620
  r"""
38820
38621
  :param _TotalCount: 总数
38821
- 注意:此字段可能返回 null,表示取不到有效值。
38822
38622
  :type TotalCount: int
38823
38623
  :param _Content: 泳道信息列表
38824
- 注意:此字段可能返回 null,表示取不到有效值。
38825
38624
  :type Content: list of LaneInfo
38826
38625
  """
38827
38626
  self._TotalCount = None
@@ -38830,7 +38629,6 @@ class LaneInfos(AbstractModel):
38830
38629
  @property
38831
38630
  def TotalCount(self):
38832
38631
  """总数
38833
- 注意:此字段可能返回 null,表示取不到有效值。
38834
38632
  :rtype: int
38835
38633
  """
38836
38634
  return self._TotalCount
@@ -38842,7 +38640,6 @@ class LaneInfos(AbstractModel):
38842
38640
  @property
38843
38641
  def Content(self):
38844
38642
  """泳道信息列表
38845
- 注意:此字段可能返回 null,表示取不到有效值。
38846
38643
  :rtype: list of LaneInfo
38847
38644
  """
38848
38645
  return self._Content
@@ -40310,7 +40107,7 @@ class ModifyContainerGroupRequest(AbstractModel):
40310
40107
 
40311
40108
  def __init__(self):
40312
40109
  r"""
40313
- :param _GroupId: 部署组ID
40110
+ :param _GroupId: 部署组ID 必填项
40314
40111
  :type GroupId: str
40315
40112
  :param _AccessType: 0:公网 1:集群内访问 2:NodePort
40316
40113
  :type AccessType: int
@@ -40335,7 +40132,7 @@ class ModifyContainerGroupRequest(AbstractModel):
40335
40132
 
40336
40133
  @property
40337
40134
  def GroupId(self):
40338
- """部署组ID
40135
+ """部署组ID 必填项
40339
40136
  :rtype: str
40340
40137
  """
40341
40138
  return self._GroupId
@@ -40444,7 +40241,6 @@ class ModifyContainerGroupResponse(AbstractModel):
40444
40241
  :param _Result: 更新部署组是否成功。
40445
40242
  true:成功。
40446
40243
  false:失败。
40447
- 注意:此字段可能返回 null,表示取不到有效值。
40448
40244
  :type Result: bool
40449
40245
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
40450
40246
  :type RequestId: str
@@ -40457,7 +40253,6 @@ false:失败。
40457
40253
  """更新部署组是否成功。
40458
40254
  true:成功。
40459
40255
  false:失败。
40460
- 注意:此字段可能返回 null,表示取不到有效值。
40461
40256
  :rtype: bool
40462
40257
  """
40463
40258
  return self._Result
@@ -40953,7 +40748,6 @@ class ModifyLaneRuleResponse(AbstractModel):
40953
40748
  def __init__(self):
40954
40749
  r"""
40955
40750
  :param _Result: 操作状态。成功:true,失败:false
40956
- 注意:此字段可能返回 null,表示取不到有效值。
40957
40751
  :type Result: bool
40958
40752
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
40959
40753
  :type RequestId: str
@@ -40964,7 +40758,6 @@ class ModifyLaneRuleResponse(AbstractModel):
40964
40758
  @property
40965
40759
  def Result(self):
40966
40760
  """操作状态。成功:true,失败:false
40967
- 注意:此字段可能返回 null,表示取不到有效值。
40968
40761
  :rtype: bool
40969
40762
  """
40970
40763
  return self._Result
@@ -42656,7 +42449,6 @@ class MultiValue(AbstractModel):
42656
42449
  def __init__(self):
42657
42450
  r"""
42658
42451
  :param _Values: 数据点
42659
- 注意:此字段可能返回 null,表示取不到有效值。
42660
42452
  :type Values: list of float
42661
42453
  """
42662
42454
  self._Values = None
@@ -42664,7 +42456,6 @@ class MultiValue(AbstractModel):
42664
42456
  @property
42665
42457
  def Values(self):
42666
42458
  """数据点
42667
- 注意:此字段可能返回 null,表示取不到有效值。
42668
42459
  :rtype: list of float
42669
42460
  """
42670
42461
  return self._Values
@@ -43127,13 +42918,10 @@ class OperationInfo(AbstractModel):
43127
42918
  def __init__(self):
43128
42919
  r"""
43129
42920
  :param _Init: 初始化按钮的控制信息
43130
- 注意:此字段可能返回 null,表示取不到有效值。
43131
42921
  :type Init: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
43132
42922
  :param _AddInstance: 添加实例按钮的控制信息
43133
- 注意:此字段可能返回 null,表示取不到有效值。
43134
42923
  :type AddInstance: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
43135
42924
  :param _Destroy: 销毁机器的控制信息
43136
- 注意:此字段可能返回 null,表示取不到有效值。
43137
42925
  :type Destroy: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
43138
42926
  """
43139
42927
  self._Init = None
@@ -43143,7 +42931,6 @@ class OperationInfo(AbstractModel):
43143
42931
  @property
43144
42932
  def Init(self):
43145
42933
  """初始化按钮的控制信息
43146
- 注意:此字段可能返回 null,表示取不到有效值。
43147
42934
  :rtype: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
43148
42935
  """
43149
42936
  return self._Init
@@ -43155,7 +42942,6 @@ class OperationInfo(AbstractModel):
43155
42942
  @property
43156
42943
  def AddInstance(self):
43157
42944
  """添加实例按钮的控制信息
43158
- 注意:此字段可能返回 null,表示取不到有效值。
43159
42945
  :rtype: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
43160
42946
  """
43161
42947
  return self._AddInstance
@@ -43167,7 +42953,6 @@ class OperationInfo(AbstractModel):
43167
42953
  @property
43168
42954
  def Destroy(self):
43169
42955
  """销毁机器的控制信息
43170
- 注意:此字段可能返回 null,表示取不到有效值。
43171
42956
  :rtype: :class:`tencentcloud.tsf.v20180326.models.OperationInfoDetail`
43172
42957
  """
43173
42958
  return self._Destroy
@@ -45305,7 +45090,6 @@ class ReleaseConfigWithDetailRespResponse(AbstractModel):
45305
45090
  def __init__(self):
45306
45091
  r"""
45307
45092
  :param _Result: 配置项发布 ID
45308
- 注意:此字段可能返回 null,表示取不到有效值。
45309
45093
  :type Result: :class:`tencentcloud.tsf.v20180326.models.ConfigRelease`
45310
45094
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
45311
45095
  :type RequestId: str
@@ -45316,7 +45100,6 @@ class ReleaseConfigWithDetailRespResponse(AbstractModel):
45316
45100
  @property
45317
45101
  def Result(self):
45318
45102
  """配置项发布 ID
45319
- 注意:此字段可能返回 null,表示取不到有效值。
45320
45103
  :rtype: :class:`tencentcloud.tsf.v20180326.models.ConfigRelease`
45321
45104
  """
45322
45105
  return self._Result
@@ -45417,8 +45200,7 @@ class ReleaseFileConfigResponse(AbstractModel):
45417
45200
 
45418
45201
  def __init__(self):
45419
45202
  r"""
45420
- :param _Result: 发布结果
45421
- 注意:此字段可能返回 null,表示取不到有效值。
45203
+ :param _Result: 发布结果,成功:true,失败:false。
45422
45204
  :type Result: bool
45423
45205
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
45424
45206
  :type RequestId: str
@@ -45428,8 +45210,7 @@ class ReleaseFileConfigResponse(AbstractModel):
45428
45210
 
45429
45211
  @property
45430
45212
  def Result(self):
45431
- """发布结果
45432
- 注意:此字段可能返回 null,表示取不到有效值。
45213
+ """发布结果,成功:true,失败:false。
45433
45214
  :rtype: bool
45434
45215
  """
45435
45216
  return self._Result
@@ -45529,7 +45310,6 @@ class ReleasePublicConfigResponse(AbstractModel):
45529
45310
  def __init__(self):
45530
45311
  r"""
45531
45312
  :param _Result: true:发布成功;false:发布失败
45532
- 注意:此字段可能返回 null,表示取不到有效值。
45533
45313
  :type Result: bool
45534
45314
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
45535
45315
  :type RequestId: str
@@ -45540,7 +45320,6 @@ class ReleasePublicConfigResponse(AbstractModel):
45540
45320
  @property
45541
45321
  def Result(self):
45542
45322
  """true:发布成功;false:发布失败
45543
- 注意:此字段可能返回 null,表示取不到有效值。
45544
45323
  :rtype: bool
45545
45324
  """
45546
45325
  return self._Result
@@ -46126,7 +45905,6 @@ class ResourceFieldRef(AbstractModel):
46126
45905
  def __init__(self):
46127
45906
  r"""
46128
45907
  :param _Resource: k8s 的 Resource
46129
- 注意:此字段可能返回 null,表示取不到有效值。
46130
45908
  :type Resource: str
46131
45909
  """
46132
45910
  self._Resource = None
@@ -46134,7 +45912,6 @@ class ResourceFieldRef(AbstractModel):
46134
45912
  @property
46135
45913
  def Resource(self):
46136
45914
  """k8s 的 Resource
46137
- 注意:此字段可能返回 null,表示取不到有效值。
46138
45915
  :rtype: str
46139
45916
  """
46140
45917
  return self._Resource
@@ -46315,7 +46092,6 @@ class RevocationPublicConfigResponse(AbstractModel):
46315
46092
  def __init__(self):
46316
46093
  r"""
46317
46094
  :param _Result: true:撤销成功;false:撤销失败
46318
- 注意:此字段可能返回 null,表示取不到有效值。
46319
46095
  :type Result: bool
46320
46096
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
46321
46097
  :type RequestId: str
@@ -46326,7 +46102,6 @@ class RevocationPublicConfigResponse(AbstractModel):
46326
46102
  @property
46327
46103
  def Result(self):
46328
46104
  """true:撤销成功;false:撤销失败
46329
- 注意:此字段可能返回 null,表示取不到有效值。
46330
46105
  :rtype: bool
46331
46106
  """
46332
46107
  return self._Result
@@ -46395,8 +46170,7 @@ class RevokeFileConfigResponse(AbstractModel):
46395
46170
 
46396
46171
  def __init__(self):
46397
46172
  r"""
46398
- :param _Result: 撤回结果
46399
- 注意:此字段可能返回 null,表示取不到有效值。
46173
+ :param _Result: 撤回结果,成功:true,失败:false。
46400
46174
  :type Result: bool
46401
46175
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
46402
46176
  :type RequestId: str
@@ -46406,8 +46180,7 @@ class RevokeFileConfigResponse(AbstractModel):
46406
46180
 
46407
46181
  @property
46408
46182
  def Result(self):
46409
- """撤回结果
46410
- 注意:此字段可能返回 null,表示取不到有效值。
46183
+ """撤回结果,成功:true,失败:false。
46411
46184
  :rtype: bool
46412
46185
  """
46413
46186
  return self._Result
@@ -46944,6 +46717,8 @@ class SearchBusinessLogRequest(AbstractModel):
46944
46717
  :type BatchType: str
46945
46718
  :param _ScrollId: 游标ID
46946
46719
  :type ScrollId: str
46720
+ :param _SearchAfter: 查询es使用searchAfter时,游标
46721
+ :type SearchAfter: list of str
46947
46722
  """
46948
46723
  self._ConfigId = None
46949
46724
  self._InstanceIds = None
@@ -46958,6 +46733,7 @@ class SearchBusinessLogRequest(AbstractModel):
46958
46733
  self._SearchWordType = None
46959
46734
  self._BatchType = None
46960
46735
  self._ScrollId = None
46736
+ self._SearchAfter = None
46961
46737
 
46962
46738
  @property
46963
46739
  def ConfigId(self):
@@ -47102,6 +46878,17 @@ class SearchBusinessLogRequest(AbstractModel):
47102
46878
  def ScrollId(self, ScrollId):
47103
46879
  self._ScrollId = ScrollId
47104
46880
 
46881
+ @property
46882
+ def SearchAfter(self):
46883
+ """查询es使用searchAfter时,游标
46884
+ :rtype: list of str
46885
+ """
46886
+ return self._SearchAfter
46887
+
46888
+ @SearchAfter.setter
46889
+ def SearchAfter(self, SearchAfter):
46890
+ self._SearchAfter = SearchAfter
46891
+
47105
46892
 
47106
46893
  def _deserialize(self, params):
47107
46894
  self._ConfigId = params.get("ConfigId")
@@ -47117,6 +46904,7 @@ class SearchBusinessLogRequest(AbstractModel):
47117
46904
  self._SearchWordType = params.get("SearchWordType")
47118
46905
  self._BatchType = params.get("BatchType")
47119
46906
  self._ScrollId = params.get("ScrollId")
46907
+ self._SearchAfter = params.get("SearchAfter")
47120
46908
  memeber_set = set(params.keys())
47121
46909
  for name, value in vars(self).items():
47122
46910
  property_name = name[1:]
@@ -47135,7 +46923,6 @@ class SearchBusinessLogResponse(AbstractModel):
47135
46923
  def __init__(self):
47136
46924
  r"""
47137
46925
  :param _Result: 业务日志列表
47138
- 注意:此字段可能返回 null,表示取不到有效值。
47139
46926
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogV2`
47140
46927
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
47141
46928
  :type RequestId: str
@@ -47146,7 +46933,6 @@ class SearchBusinessLogResponse(AbstractModel):
47146
46933
  @property
47147
46934
  def Result(self):
47148
46935
  """业务日志列表
47149
- 注意:此字段可能返回 null,表示取不到有效值。
47150
46936
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageBusinessLogV2`
47151
46937
  """
47152
46938
  return self._Result
@@ -47209,6 +46995,8 @@ class SearchStdoutLogRequest(AbstractModel):
47209
46995
  :type BatchType: str
47210
46996
  :param _ScrollId: 游标ID
47211
46997
  :type ScrollId: str
46998
+ :param _SearchAfter: 查询es使用searchAfter时,游标
46999
+ :type SearchAfter: list of str
47212
47000
  """
47213
47001
  self._InstanceId = None
47214
47002
  self._Limit = None
@@ -47222,6 +47010,7 @@ class SearchStdoutLogRequest(AbstractModel):
47222
47010
  self._SearchWordType = None
47223
47011
  self._BatchType = None
47224
47012
  self._ScrollId = None
47013
+ self._SearchAfter = None
47225
47014
 
47226
47015
  @property
47227
47016
  def InstanceId(self):
@@ -47359,6 +47148,17 @@ class SearchStdoutLogRequest(AbstractModel):
47359
47148
  def ScrollId(self, ScrollId):
47360
47149
  self._ScrollId = ScrollId
47361
47150
 
47151
+ @property
47152
+ def SearchAfter(self):
47153
+ """查询es使用searchAfter时,游标
47154
+ :rtype: list of str
47155
+ """
47156
+ return self._SearchAfter
47157
+
47158
+ @SearchAfter.setter
47159
+ def SearchAfter(self, SearchAfter):
47160
+ self._SearchAfter = SearchAfter
47161
+
47362
47162
 
47363
47163
  def _deserialize(self, params):
47364
47164
  self._InstanceId = params.get("InstanceId")
@@ -47373,6 +47173,7 @@ class SearchStdoutLogRequest(AbstractModel):
47373
47173
  self._SearchWordType = params.get("SearchWordType")
47374
47174
  self._BatchType = params.get("BatchType")
47375
47175
  self._ScrollId = params.get("ScrollId")
47176
+ self._SearchAfter = params.get("SearchAfter")
47376
47177
  memeber_set = set(params.keys())
47377
47178
  for name, value in vars(self).items():
47378
47179
  property_name = name[1:]
@@ -47391,7 +47192,6 @@ class SearchStdoutLogResponse(AbstractModel):
47391
47192
  def __init__(self):
47392
47193
  r"""
47393
47194
  :param _Result: 标准输出日志列表
47394
- 注意:此字段可能返回 null,表示取不到有效值。
47395
47195
  :type Result: :class:`tencentcloud.tsf.v20180326.models.TsfPageStdoutLogV2`
47396
47196
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
47397
47197
  :type RequestId: str
@@ -47402,7 +47202,6 @@ class SearchStdoutLogResponse(AbstractModel):
47402
47202
  @property
47403
47203
  def Result(self):
47404
47204
  """标准输出日志列表
47405
- 注意:此字段可能返回 null,表示取不到有效值。
47406
47205
  :rtype: :class:`tencentcloud.tsf.v20180326.models.TsfPageStdoutLogV2`
47407
47206
  """
47408
47207
  return self._Result
@@ -47512,7 +47311,7 @@ class ServiceGovernanceConfig(AbstractModel):
47512
47311
  r"""
47513
47312
  :param _EnableGovernance: 是否开启服务注册治理
47514
47313
  :type EnableGovernance: bool
47515
- :param _GovernanceType: 服务治理类型
47314
+ :param _GovernanceType: 服务治理类型(枚举:SHARE、EXCLUSIVE)
47516
47315
  :type GovernanceType: str
47517
47316
  :param _ExclusiveInstances: 独享实例列表
47518
47317
  注意:此字段可能返回 null,表示取不到有效值。
@@ -47535,7 +47334,7 @@ class ServiceGovernanceConfig(AbstractModel):
47535
47334
 
47536
47335
  @property
47537
47336
  def GovernanceType(self):
47538
- """服务治理类型
47337
+ """服务治理类型(枚举:SHARE、EXCLUSIVE)
47539
47338
  :rtype: str
47540
47339
  """
47541
47340
  return self._GovernanceType
@@ -47584,68 +47383,49 @@ class ServiceSetting(AbstractModel):
47584
47383
  def __init__(self):
47585
47384
  r"""
47586
47385
  :param _AccessType: 0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
47587
- 注意:此字段可能返回 null,表示取不到有效值。
47588
47386
  :type AccessType: int
47589
47387
  :param _ProtocolPorts: 容器端口映射
47590
- 注意:此字段可能返回 null,表示取不到有效值。
47591
47388
  :type ProtocolPorts: list of ProtocolPort
47592
47389
  :param _SubnetId: 子网ID
47593
- 注意:此字段可能返回 null,表示取不到有效值。
47594
47390
  :type SubnetId: str
47595
47391
  :param _DisableService: 是否创建 k8s service,默认为 false
47596
- 注意:此字段可能返回 null,表示取不到有效值。
47597
47392
  :type DisableService: bool
47598
47393
  :param _HeadlessService: service 是否为 headless 类型
47599
- 注意:此字段可能返回 null,表示取不到有效值。
47600
47394
  :type HeadlessService: bool
47601
47395
  :param _AllowDeleteService: 当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
47602
- 注意:此字段可能返回 null,表示取不到有效值。
47603
47396
  :type AllowDeleteService: bool
47604
47397
  :param _OpenSessionAffinity: 开启SessionAffinity,true为开启,false为不开启,默认为false
47605
- 注意:此字段可能返回 null,表示取不到有效值。
47606
47398
  :type OpenSessionAffinity: bool
47607
47399
  :param _SessionAffinityTimeoutSeconds: SessionAffinity会话时间,默认10800
47608
- 注意:此字段可能返回 null,表示取不到有效值。
47609
47400
  :type SessionAffinityTimeoutSeconds: int
47610
47401
  :param _ServiceName: 服务名称
47611
- 注意:此字段可能返回 null,表示取不到有效值。
47612
47402
  :type ServiceName: str
47613
47403
  :param _ExternalTrafficStrategy: 外部流量策略
47614
- 注意:此字段可能返回 null,表示取不到有效值。
47615
47404
  :type ExternalTrafficStrategy: str
47616
47405
  :param _ExternalTrafficPolicy: 外部流量策略
47617
- 注意:此字段可能返回 null,表示取不到有效值。
47618
47406
  :type ExternalTrafficPolicy: str
47619
47407
  :param _LoadBalancerProvisioner: 负载均衡提供者
47620
- 注意:此字段可能返回 null,表示取不到有效值。
47621
47408
  :type LoadBalancerProvisioner: str
47622
47409
  :param _LoadBalancingType: 负载均衡类型
47623
- 注意:此字段可能返回 null,表示取不到有效值。
47624
47410
  :type LoadBalancingType: str
47625
47411
  :param _ClusterIp: k8s负载均衡内网vip
47626
- 注意:此字段可能返回 null,表示取不到有效值。
47627
47412
  :type ClusterIp: str
47628
47413
  :param _DisableServiceInt: 禁用服务Int记录
47629
- 注意:此字段可能返回 null,表示取不到有效值。
47630
47414
  :type DisableServiceInt: int
47631
47415
  :param _OpenSessionAffinityInt: 开启SessionAffinity Int记录
47632
- 注意:此字段可能返回 null,表示取不到有效值。
47633
47416
  :type OpenSessionAffinityInt: int
47634
47417
  :param _HeadlessServiceInt: 开启HeadlessService int记录
47635
- 注意:此字段可能返回 null,表示取不到有效值。
47636
47418
  :type HeadlessServiceInt: int
47637
47419
  :param _Name: 服务名称
47638
- 注意:此字段可能返回 null,表示取不到有效值。
47639
47420
  :type Name: str
47640
47421
  :param _VpcId: VPC网络ID
47641
- 注意:此字段可能返回 null,表示取不到有效值。
47642
47422
  :type VpcId: str
47643
47423
  :param _LoadBalancingIp: 负载均衡VIP
47644
- 注意:此字段可能返回 null,表示取不到有效值。
47645
47424
  :type LoadBalancingIp: str
47646
47425
  :param _LoadBalancerId: 负载均衡id
47647
- 注意:此字段可能返回 null,表示取不到有效值。
47648
47426
  :type LoadBalancerId: str
47427
+ :param _ExistingLoadBalancerId: 已存在的负载均衡id
47428
+ :type ExistingLoadBalancerId: str
47649
47429
  """
47650
47430
  self._AccessType = None
47651
47431
  self._ProtocolPorts = None
@@ -47668,11 +47448,11 @@ class ServiceSetting(AbstractModel):
47668
47448
  self._VpcId = None
47669
47449
  self._LoadBalancingIp = None
47670
47450
  self._LoadBalancerId = None
47451
+ self._ExistingLoadBalancerId = None
47671
47452
 
47672
47453
  @property
47673
47454
  def AccessType(self):
47674
47455
  """0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
47675
- 注意:此字段可能返回 null,表示取不到有效值。
47676
47456
  :rtype: int
47677
47457
  """
47678
47458
  return self._AccessType
@@ -47684,7 +47464,6 @@ class ServiceSetting(AbstractModel):
47684
47464
  @property
47685
47465
  def ProtocolPorts(self):
47686
47466
  """容器端口映射
47687
- 注意:此字段可能返回 null,表示取不到有效值。
47688
47467
  :rtype: list of ProtocolPort
47689
47468
  """
47690
47469
  return self._ProtocolPorts
@@ -47696,7 +47475,6 @@ class ServiceSetting(AbstractModel):
47696
47475
  @property
47697
47476
  def SubnetId(self):
47698
47477
  """子网ID
47699
- 注意:此字段可能返回 null,表示取不到有效值。
47700
47478
  :rtype: str
47701
47479
  """
47702
47480
  return self._SubnetId
@@ -47708,7 +47486,6 @@ class ServiceSetting(AbstractModel):
47708
47486
  @property
47709
47487
  def DisableService(self):
47710
47488
  """是否创建 k8s service,默认为 false
47711
- 注意:此字段可能返回 null,表示取不到有效值。
47712
47489
  :rtype: bool
47713
47490
  """
47714
47491
  return self._DisableService
@@ -47720,7 +47497,6 @@ class ServiceSetting(AbstractModel):
47720
47497
  @property
47721
47498
  def HeadlessService(self):
47722
47499
  """service 是否为 headless 类型
47723
- 注意:此字段可能返回 null,表示取不到有效值。
47724
47500
  :rtype: bool
47725
47501
  """
47726
47502
  return self._HeadlessService
@@ -47732,7 +47508,6 @@ class ServiceSetting(AbstractModel):
47732
47508
  @property
47733
47509
  def AllowDeleteService(self):
47734
47510
  """当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
47735
- 注意:此字段可能返回 null,表示取不到有效值。
47736
47511
  :rtype: bool
47737
47512
  """
47738
47513
  return self._AllowDeleteService
@@ -47744,7 +47519,6 @@ class ServiceSetting(AbstractModel):
47744
47519
  @property
47745
47520
  def OpenSessionAffinity(self):
47746
47521
  """开启SessionAffinity,true为开启,false为不开启,默认为false
47747
- 注意:此字段可能返回 null,表示取不到有效值。
47748
47522
  :rtype: bool
47749
47523
  """
47750
47524
  return self._OpenSessionAffinity
@@ -47756,7 +47530,6 @@ class ServiceSetting(AbstractModel):
47756
47530
  @property
47757
47531
  def SessionAffinityTimeoutSeconds(self):
47758
47532
  """SessionAffinity会话时间,默认10800
47759
- 注意:此字段可能返回 null,表示取不到有效值。
47760
47533
  :rtype: int
47761
47534
  """
47762
47535
  return self._SessionAffinityTimeoutSeconds
@@ -47768,7 +47541,6 @@ class ServiceSetting(AbstractModel):
47768
47541
  @property
47769
47542
  def ServiceName(self):
47770
47543
  """服务名称
47771
- 注意:此字段可能返回 null,表示取不到有效值。
47772
47544
  :rtype: str
47773
47545
  """
47774
47546
  return self._ServiceName
@@ -47780,7 +47552,6 @@ class ServiceSetting(AbstractModel):
47780
47552
  @property
47781
47553
  def ExternalTrafficStrategy(self):
47782
47554
  """外部流量策略
47783
- 注意:此字段可能返回 null,表示取不到有效值。
47784
47555
  :rtype: str
47785
47556
  """
47786
47557
  return self._ExternalTrafficStrategy
@@ -47792,7 +47563,6 @@ class ServiceSetting(AbstractModel):
47792
47563
  @property
47793
47564
  def ExternalTrafficPolicy(self):
47794
47565
  """外部流量策略
47795
- 注意:此字段可能返回 null,表示取不到有效值。
47796
47566
  :rtype: str
47797
47567
  """
47798
47568
  return self._ExternalTrafficPolicy
@@ -47804,7 +47574,6 @@ class ServiceSetting(AbstractModel):
47804
47574
  @property
47805
47575
  def LoadBalancerProvisioner(self):
47806
47576
  """负载均衡提供者
47807
- 注意:此字段可能返回 null,表示取不到有效值。
47808
47577
  :rtype: str
47809
47578
  """
47810
47579
  return self._LoadBalancerProvisioner
@@ -47816,7 +47585,6 @@ class ServiceSetting(AbstractModel):
47816
47585
  @property
47817
47586
  def LoadBalancingType(self):
47818
47587
  """负载均衡类型
47819
- 注意:此字段可能返回 null,表示取不到有效值。
47820
47588
  :rtype: str
47821
47589
  """
47822
47590
  return self._LoadBalancingType
@@ -47828,7 +47596,6 @@ class ServiceSetting(AbstractModel):
47828
47596
  @property
47829
47597
  def ClusterIp(self):
47830
47598
  """k8s负载均衡内网vip
47831
- 注意:此字段可能返回 null,表示取不到有效值。
47832
47599
  :rtype: str
47833
47600
  """
47834
47601
  return self._ClusterIp
@@ -47840,7 +47607,6 @@ class ServiceSetting(AbstractModel):
47840
47607
  @property
47841
47608
  def DisableServiceInt(self):
47842
47609
  """禁用服务Int记录
47843
- 注意:此字段可能返回 null,表示取不到有效值。
47844
47610
  :rtype: int
47845
47611
  """
47846
47612
  return self._DisableServiceInt
@@ -47852,7 +47618,6 @@ class ServiceSetting(AbstractModel):
47852
47618
  @property
47853
47619
  def OpenSessionAffinityInt(self):
47854
47620
  """开启SessionAffinity Int记录
47855
- 注意:此字段可能返回 null,表示取不到有效值。
47856
47621
  :rtype: int
47857
47622
  """
47858
47623
  return self._OpenSessionAffinityInt
@@ -47864,7 +47629,6 @@ class ServiceSetting(AbstractModel):
47864
47629
  @property
47865
47630
  def HeadlessServiceInt(self):
47866
47631
  """开启HeadlessService int记录
47867
- 注意:此字段可能返回 null,表示取不到有效值。
47868
47632
  :rtype: int
47869
47633
  """
47870
47634
  return self._HeadlessServiceInt
@@ -47876,7 +47640,6 @@ class ServiceSetting(AbstractModel):
47876
47640
  @property
47877
47641
  def Name(self):
47878
47642
  """服务名称
47879
- 注意:此字段可能返回 null,表示取不到有效值。
47880
47643
  :rtype: str
47881
47644
  """
47882
47645
  return self._Name
@@ -47888,7 +47651,6 @@ class ServiceSetting(AbstractModel):
47888
47651
  @property
47889
47652
  def VpcId(self):
47890
47653
  """VPC网络ID
47891
- 注意:此字段可能返回 null,表示取不到有效值。
47892
47654
  :rtype: str
47893
47655
  """
47894
47656
  return self._VpcId
@@ -47900,7 +47662,6 @@ class ServiceSetting(AbstractModel):
47900
47662
  @property
47901
47663
  def LoadBalancingIp(self):
47902
47664
  """负载均衡VIP
47903
- 注意:此字段可能返回 null,表示取不到有效值。
47904
47665
  :rtype: str
47905
47666
  """
47906
47667
  return self._LoadBalancingIp
@@ -47912,7 +47673,6 @@ class ServiceSetting(AbstractModel):
47912
47673
  @property
47913
47674
  def LoadBalancerId(self):
47914
47675
  """负载均衡id
47915
- 注意:此字段可能返回 null,表示取不到有效值。
47916
47676
  :rtype: str
47917
47677
  """
47918
47678
  return self._LoadBalancerId
@@ -47921,6 +47681,17 @@ class ServiceSetting(AbstractModel):
47921
47681
  def LoadBalancerId(self, LoadBalancerId):
47922
47682
  self._LoadBalancerId = LoadBalancerId
47923
47683
 
47684
+ @property
47685
+ def ExistingLoadBalancerId(self):
47686
+ """已存在的负载均衡id
47687
+ :rtype: str
47688
+ """
47689
+ return self._ExistingLoadBalancerId
47690
+
47691
+ @ExistingLoadBalancerId.setter
47692
+ def ExistingLoadBalancerId(self, ExistingLoadBalancerId):
47693
+ self._ExistingLoadBalancerId = ExistingLoadBalancerId
47694
+
47924
47695
 
47925
47696
  def _deserialize(self, params):
47926
47697
  self._AccessType = params.get("AccessType")
@@ -47949,6 +47720,7 @@ class ServiceSetting(AbstractModel):
47949
47720
  self._VpcId = params.get("VpcId")
47950
47721
  self._LoadBalancingIp = params.get("LoadBalancingIp")
47951
47722
  self._LoadBalancerId = params.get("LoadBalancerId")
47723
+ self._ExistingLoadBalancerId = params.get("ExistingLoadBalancerId")
47952
47724
  memeber_set = set(params.keys())
47953
47725
  for name, value in vars(self).items():
47954
47726
  property_name = name[1:]
@@ -50260,10 +50032,8 @@ class TaskRecord(AbstractModel):
50260
50032
  :param _TimeOut: 超时时间
50261
50033
  :type TimeOut: int
50262
50034
  :param _RetryCount: 重试次数
50263
- 注意:此字段可能返回 null,表示取不到有效值。
50264
50035
  :type RetryCount: int
50265
50036
  :param _RetryInterval: 重试间隔
50266
- 注意:此字段可能返回 null,表示取不到有效值。
50267
50037
  :type RetryInterval: int
50268
50038
  :param _TaskRule: 触发规则
50269
50039
  :type TaskRule: :class:`tencentcloud.tsf.v20180326.models.TaskRule`
@@ -50272,31 +50042,22 @@ class TaskRecord(AbstractModel):
50272
50042
  :param _TaskId: 任务ID
50273
50043
  :type TaskId: str
50274
50044
  :param _SuccessOperator: 判断任务成功的操作符
50275
- 注意:此字段可能返回 null,表示取不到有效值。
50276
50045
  :type SuccessOperator: str
50277
50046
  :param _SuccessRatio: 判断任务成功的阈值
50278
- 注意:此字段可能返回 null,表示取不到有效值。
50279
50047
  :type SuccessRatio: int
50280
50048
  :param _ShardCount: 分片数量
50281
- 注意:此字段可能返回 null,表示取不到有效值。
50282
50049
  :type ShardCount: int
50283
50050
  :param _AdvanceSettings: 高级设置
50284
- 注意:此字段可能返回 null,表示取不到有效值。
50285
50051
  :type AdvanceSettings: :class:`tencentcloud.tsf.v20180326.models.AdvanceSettings`
50286
50052
  :param _ShardArguments: 分片参数
50287
- 注意:此字段可能返回 null,表示取不到有效值。
50288
50053
  :type ShardArguments: list of ShardArgument
50289
50054
  :param _BelongFlowIds: 所属工作流ID
50290
- 注意:此字段可能返回 null,表示取不到有效值。
50291
50055
  :type BelongFlowIds: list of str
50292
50056
  :param _TaskLogId: 任务历史ID
50293
- 注意:此字段可能返回 null,表示取不到有效值。
50294
50057
  :type TaskLogId: str
50295
50058
  :param _TriggerType: 触发类型
50296
- 注意:此字段可能返回 null,表示取不到有效值。
50297
50059
  :type TriggerType: str
50298
50060
  :param _TaskArgument: 任务参数,长度限制10000个字符
50299
- 注意:此字段可能返回 null,表示取不到有效值。
50300
50061
  :type TaskArgument: str
50301
50062
  """
50302
50063
  self._TaskName = None
@@ -50389,7 +50150,6 @@ class TaskRecord(AbstractModel):
50389
50150
  @property
50390
50151
  def RetryCount(self):
50391
50152
  """重试次数
50392
- 注意:此字段可能返回 null,表示取不到有效值。
50393
50153
  :rtype: int
50394
50154
  """
50395
50155
  return self._RetryCount
@@ -50401,7 +50161,6 @@ class TaskRecord(AbstractModel):
50401
50161
  @property
50402
50162
  def RetryInterval(self):
50403
50163
  """重试间隔
50404
- 注意:此字段可能返回 null,表示取不到有效值。
50405
50164
  :rtype: int
50406
50165
  """
50407
50166
  return self._RetryInterval
@@ -50446,7 +50205,6 @@ class TaskRecord(AbstractModel):
50446
50205
  @property
50447
50206
  def SuccessOperator(self):
50448
50207
  """判断任务成功的操作符
50449
- 注意:此字段可能返回 null,表示取不到有效值。
50450
50208
  :rtype: str
50451
50209
  """
50452
50210
  return self._SuccessOperator
@@ -50458,7 +50216,6 @@ class TaskRecord(AbstractModel):
50458
50216
  @property
50459
50217
  def SuccessRatio(self):
50460
50218
  """判断任务成功的阈值
50461
- 注意:此字段可能返回 null,表示取不到有效值。
50462
50219
  :rtype: int
50463
50220
  """
50464
50221
  return self._SuccessRatio
@@ -50470,7 +50227,6 @@ class TaskRecord(AbstractModel):
50470
50227
  @property
50471
50228
  def ShardCount(self):
50472
50229
  """分片数量
50473
- 注意:此字段可能返回 null,表示取不到有效值。
50474
50230
  :rtype: int
50475
50231
  """
50476
50232
  return self._ShardCount
@@ -50482,7 +50238,6 @@ class TaskRecord(AbstractModel):
50482
50238
  @property
50483
50239
  def AdvanceSettings(self):
50484
50240
  """高级设置
50485
- 注意:此字段可能返回 null,表示取不到有效值。
50486
50241
  :rtype: :class:`tencentcloud.tsf.v20180326.models.AdvanceSettings`
50487
50242
  """
50488
50243
  return self._AdvanceSettings
@@ -50494,7 +50249,6 @@ class TaskRecord(AbstractModel):
50494
50249
  @property
50495
50250
  def ShardArguments(self):
50496
50251
  """分片参数
50497
- 注意:此字段可能返回 null,表示取不到有效值。
50498
50252
  :rtype: list of ShardArgument
50499
50253
  """
50500
50254
  return self._ShardArguments
@@ -50506,7 +50260,6 @@ class TaskRecord(AbstractModel):
50506
50260
  @property
50507
50261
  def BelongFlowIds(self):
50508
50262
  """所属工作流ID
50509
- 注意:此字段可能返回 null,表示取不到有效值。
50510
50263
  :rtype: list of str
50511
50264
  """
50512
50265
  return self._BelongFlowIds
@@ -50518,7 +50271,6 @@ class TaskRecord(AbstractModel):
50518
50271
  @property
50519
50272
  def TaskLogId(self):
50520
50273
  """任务历史ID
50521
- 注意:此字段可能返回 null,表示取不到有效值。
50522
50274
  :rtype: str
50523
50275
  """
50524
50276
  return self._TaskLogId
@@ -50530,7 +50282,6 @@ class TaskRecord(AbstractModel):
50530
50282
  @property
50531
50283
  def TriggerType(self):
50532
50284
  """触发类型
50533
- 注意:此字段可能返回 null,表示取不到有效值。
50534
50285
  :rtype: str
50535
50286
  """
50536
50287
  return self._TriggerType
@@ -50542,7 +50293,6 @@ class TaskRecord(AbstractModel):
50542
50293
  @property
50543
50294
  def TaskArgument(self):
50544
50295
  """任务参数,长度限制10000个字符
50545
- 注意:此字段可能返回 null,表示取不到有效值。
50546
50296
  :rtype: str
50547
50297
  """
50548
50298
  return self._TaskArgument
@@ -50658,7 +50408,6 @@ class TaskRule(AbstractModel):
50658
50408
  :param _RuleType: 触发规则类型, Cron/Repeat
50659
50409
  :type RuleType: str
50660
50410
  :param _Expression: Cron类型规则,cron表达式。
50661
- 注意:此字段可能返回 null,表示取不到有效值。
50662
50411
  :type Expression: str
50663
50412
  :param _RepeatInterval: 时间间隔, 单位毫秒
50664
50413
  注意:此字段可能返回 null,表示取不到有效值。
@@ -50682,7 +50431,6 @@ class TaskRule(AbstractModel):
50682
50431
  @property
50683
50432
  def Expression(self):
50684
50433
  """Cron类型规则,cron表达式。
50685
- 注意:此字段可能返回 null,表示取不到有效值。
50686
50434
  :rtype: str
50687
50435
  """
50688
50436
  return self._Expression
@@ -50904,12 +50652,15 @@ class ThreadPicture(AbstractModel):
50904
50652
  :type ThreadCount: list of CurvePoint
50905
50653
  :param _ThreadActive: 活跃线程数
50906
50654
  :type ThreadActive: list of CurvePoint
50907
- :param _DeamonThreadCount: 守护线程数
50655
+ :param _DeamonThreadCount: 守护线程数 拼写错误,废弃
50908
50656
  :type DeamonThreadCount: list of CurvePoint
50657
+ :param _DaemonThreadCount: 守护线程数
50658
+ :type DaemonThreadCount: list of CurvePoint
50909
50659
  """
50910
50660
  self._ThreadCount = None
50911
50661
  self._ThreadActive = None
50912
50662
  self._DeamonThreadCount = None
50663
+ self._DaemonThreadCount = None
50913
50664
 
50914
50665
  @property
50915
50666
  def ThreadCount(self):
@@ -50935,7 +50686,7 @@ class ThreadPicture(AbstractModel):
50935
50686
 
50936
50687
  @property
50937
50688
  def DeamonThreadCount(self):
50938
- """守护线程数
50689
+ """守护线程数 拼写错误,废弃
50939
50690
  :rtype: list of CurvePoint
50940
50691
  """
50941
50692
  return self._DeamonThreadCount
@@ -50944,6 +50695,17 @@ class ThreadPicture(AbstractModel):
50944
50695
  def DeamonThreadCount(self, DeamonThreadCount):
50945
50696
  self._DeamonThreadCount = DeamonThreadCount
50946
50697
 
50698
+ @property
50699
+ def DaemonThreadCount(self):
50700
+ """守护线程数
50701
+ :rtype: list of CurvePoint
50702
+ """
50703
+ return self._DaemonThreadCount
50704
+
50705
+ @DaemonThreadCount.setter
50706
+ def DaemonThreadCount(self, DaemonThreadCount):
50707
+ self._DaemonThreadCount = DaemonThreadCount
50708
+
50947
50709
 
50948
50710
  def _deserialize(self, params):
50949
50711
  if params.get("ThreadCount") is not None:
@@ -50964,6 +50726,12 @@ class ThreadPicture(AbstractModel):
50964
50726
  obj = CurvePoint()
50965
50727
  obj._deserialize(item)
50966
50728
  self._DeamonThreadCount.append(obj)
50729
+ if params.get("DaemonThreadCount") is not None:
50730
+ self._DaemonThreadCount = []
50731
+ for item in params.get("DaemonThreadCount"):
50732
+ obj = CurvePoint()
50733
+ obj._deserialize(item)
50734
+ self._DaemonThreadCount.append(obj)
50967
50735
  memeber_set = set(params.keys())
50968
50736
  for name, value in vars(self).items():
50969
50737
  property_name = name[1:]
@@ -50982,10 +50750,8 @@ class TrySchedule(AbstractModel):
50982
50750
  def __init__(self):
50983
50751
  r"""
50984
50752
  :param _AffinityList: -
50985
- 注意:此字段可能返回 null,表示取不到有效值。
50986
50753
  :type AffinityList: list of Affinity
50987
50754
  :param _AntiAffinityList: -
50988
- 注意:此字段可能返回 null,表示取不到有效值。
50989
50755
  :type AntiAffinityList: list of Affinity
50990
50756
  """
50991
50757
  self._AffinityList = None
@@ -50994,7 +50760,6 @@ class TrySchedule(AbstractModel):
50994
50760
  @property
50995
50761
  def AffinityList(self):
50996
50762
  """-
50997
- 注意:此字段可能返回 null,表示取不到有效值。
50998
50763
  :rtype: list of Affinity
50999
50764
  """
51000
50765
  return self._AffinityList
@@ -51006,7 +50771,6 @@ class TrySchedule(AbstractModel):
51006
50771
  @property
51007
50772
  def AntiAffinityList(self):
51008
50773
  """-
51009
- 注意:此字段可能返回 null,表示取不到有效值。
51010
50774
  :rtype: list of Affinity
51011
50775
  """
51012
50776
  return self._AntiAffinityList
@@ -51359,13 +51123,10 @@ class TsfPageApplication(AbstractModel):
51359
51123
  def __init__(self):
51360
51124
  r"""
51361
51125
  :param _TotalCount: 应用总数目
51362
- 注意:此字段可能返回 null,表示取不到有效值。
51363
51126
  :type TotalCount: int
51364
51127
  :param _Content: 应用信息列表
51365
- 注意:此字段可能返回 null,表示取不到有效值。
51366
51128
  :type Content: list of ApplicationForPage
51367
51129
  :param _SpecTotalCount: 获取部署组实例列表返回的原始批次个数
51368
- 注意:此字段可能返回 null,表示取不到有效值。
51369
51130
  :type SpecTotalCount: int
51370
51131
  """
51371
51132
  self._TotalCount = None
@@ -51375,7 +51136,6 @@ class TsfPageApplication(AbstractModel):
51375
51136
  @property
51376
51137
  def TotalCount(self):
51377
51138
  """应用总数目
51378
- 注意:此字段可能返回 null,表示取不到有效值。
51379
51139
  :rtype: int
51380
51140
  """
51381
51141
  return self._TotalCount
@@ -51387,7 +51147,6 @@ class TsfPageApplication(AbstractModel):
51387
51147
  @property
51388
51148
  def Content(self):
51389
51149
  """应用信息列表
51390
- 注意:此字段可能返回 null,表示取不到有效值。
51391
51150
  :rtype: list of ApplicationForPage
51392
51151
  """
51393
51152
  return self._Content
@@ -51399,7 +51158,6 @@ class TsfPageApplication(AbstractModel):
51399
51158
  @property
51400
51159
  def SpecTotalCount(self):
51401
51160
  """获取部署组实例列表返回的原始批次个数
51402
- 注意:此字段可能返回 null,表示取不到有效值。
51403
51161
  :rtype: int
51404
51162
  """
51405
51163
  return self._SpecTotalCount
@@ -51436,10 +51194,8 @@ class TsfPageBusinessLogConfig(AbstractModel):
51436
51194
  def __init__(self):
51437
51195
  r"""
51438
51196
  :param _TotalCount: 总条数
51439
- 注意:此字段可能返回 null,表示取不到有效值。
51440
51197
  :type TotalCount: int
51441
51198
  :param _Content: 业务日志配置项列表
51442
- 注意:此字段可能返回 null,表示取不到有效值。
51443
51199
  :type Content: list of BusinessLogConfig
51444
51200
  """
51445
51201
  self._TotalCount = None
@@ -51448,7 +51204,6 @@ class TsfPageBusinessLogConfig(AbstractModel):
51448
51204
  @property
51449
51205
  def TotalCount(self):
51450
51206
  """总条数
51451
- 注意:此字段可能返回 null,表示取不到有效值。
51452
51207
  :rtype: int
51453
51208
  """
51454
51209
  return self._TotalCount
@@ -51460,7 +51215,6 @@ class TsfPageBusinessLogConfig(AbstractModel):
51460
51215
  @property
51461
51216
  def Content(self):
51462
51217
  """业务日志配置项列表
51463
- 注意:此字段可能返回 null,表示取不到有效值。
51464
51218
  :rtype: list of BusinessLogConfig
51465
51219
  """
51466
51220
  return self._Content
@@ -51496,10 +51250,8 @@ class TsfPageBusinessLogV2(AbstractModel):
51496
51250
  def __init__(self):
51497
51251
  r"""
51498
51252
  :param _TotalCount: 总条数
51499
- 注意:此字段可能返回 null,表示取不到有效值。
51500
51253
  :type TotalCount: int
51501
51254
  :param _Content: 业务日志列表
51502
- 注意:此字段可能返回 null,表示取不到有效值。
51503
51255
  :type Content: list of BusinessLogV2
51504
51256
  :param _ScrollId: 游标ID
51505
51257
  注意:此字段可能返回 null,表示取不到有效值。
@@ -51507,16 +51259,18 @@ class TsfPageBusinessLogV2(AbstractModel):
51507
51259
  :param _Status: 查询状态
51508
51260
  注意:此字段可能返回 null,表示取不到有效值。
51509
51261
  :type Status: str
51262
+ :param _SearchAfter: 查询es时,使用searchAfter返回的游标
51263
+ :type SearchAfter: list of str
51510
51264
  """
51511
51265
  self._TotalCount = None
51512
51266
  self._Content = None
51513
51267
  self._ScrollId = None
51514
51268
  self._Status = None
51269
+ self._SearchAfter = None
51515
51270
 
51516
51271
  @property
51517
51272
  def TotalCount(self):
51518
51273
  """总条数
51519
- 注意:此字段可能返回 null,表示取不到有效值。
51520
51274
  :rtype: int
51521
51275
  """
51522
51276
  return self._TotalCount
@@ -51528,7 +51282,6 @@ class TsfPageBusinessLogV2(AbstractModel):
51528
51282
  @property
51529
51283
  def Content(self):
51530
51284
  """业务日志列表
51531
- 注意:此字段可能返回 null,表示取不到有效值。
51532
51285
  :rtype: list of BusinessLogV2
51533
51286
  """
51534
51287
  return self._Content
@@ -51561,6 +51314,17 @@ class TsfPageBusinessLogV2(AbstractModel):
51561
51314
  def Status(self, Status):
51562
51315
  self._Status = Status
51563
51316
 
51317
+ @property
51318
+ def SearchAfter(self):
51319
+ """查询es时,使用searchAfter返回的游标
51320
+ :rtype: list of str
51321
+ """
51322
+ return self._SearchAfter
51323
+
51324
+ @SearchAfter.setter
51325
+ def SearchAfter(self, SearchAfter):
51326
+ self._SearchAfter = SearchAfter
51327
+
51564
51328
 
51565
51329
  def _deserialize(self, params):
51566
51330
  self._TotalCount = params.get("TotalCount")
@@ -51572,6 +51336,7 @@ class TsfPageBusinessLogV2(AbstractModel):
51572
51336
  self._Content.append(obj)
51573
51337
  self._ScrollId = params.get("ScrollId")
51574
51338
  self._Status = params.get("Status")
51339
+ self._SearchAfter = params.get("SearchAfter")
51575
51340
  memeber_set = set(params.keys())
51576
51341
  for name, value in vars(self).items():
51577
51342
  property_name = name[1:]
@@ -52045,10 +51810,8 @@ class TsfPageFileConfigRelease(AbstractModel):
52045
51810
  def __init__(self):
52046
51811
  r"""
52047
51812
  :param _TotalCount: 数量
52048
- 注意:此字段可能返回 null,表示取不到有效值。
52049
51813
  :type TotalCount: int
52050
51814
  :param _Content: 列表
52051
- 注意:此字段可能返回 null,表示取不到有效值。
52052
51815
  :type Content: list of FileConfigRelease
52053
51816
  """
52054
51817
  self._TotalCount = None
@@ -52057,7 +51820,6 @@ class TsfPageFileConfigRelease(AbstractModel):
52057
51820
  @property
52058
51821
  def TotalCount(self):
52059
51822
  """数量
52060
- 注意:此字段可能返回 null,表示取不到有效值。
52061
51823
  :rtype: int
52062
51824
  """
52063
51825
  return self._TotalCount
@@ -52069,7 +51831,6 @@ class TsfPageFileConfigRelease(AbstractModel):
52069
51831
  @property
52070
51832
  def Content(self):
52071
51833
  """列表
52072
- 注意:此字段可能返回 null,表示取不到有效值。
52073
51834
  :rtype: list of FileConfigRelease
52074
51835
  """
52075
51836
  return self._Content
@@ -52161,10 +51922,8 @@ class TsfPageGatewayPlugin(AbstractModel):
52161
51922
  def __init__(self):
52162
51923
  r"""
52163
51924
  :param _TotalCount: 记录总数
52164
- 注意:此字段可能返回 null,表示取不到有效值。
52165
51925
  :type TotalCount: int
52166
51926
  :param _Content: 记录实体列表
52167
- 注意:此字段可能返回 null,表示取不到有效值。
52168
51927
  :type Content: list of GatewayPlugin
52169
51928
  """
52170
51929
  self._TotalCount = None
@@ -52173,7 +51932,6 @@ class TsfPageGatewayPlugin(AbstractModel):
52173
51932
  @property
52174
51933
  def TotalCount(self):
52175
51934
  """记录总数
52176
- 注意:此字段可能返回 null,表示取不到有效值。
52177
51935
  :rtype: int
52178
51936
  """
52179
51937
  return self._TotalCount
@@ -52185,7 +51943,6 @@ class TsfPageGatewayPlugin(AbstractModel):
52185
51943
  @property
52186
51944
  def Content(self):
52187
51945
  """记录实体列表
52188
- 注意:此字段可能返回 null,表示取不到有效值。
52189
51946
  :rtype: list of GatewayPlugin
52190
51947
  """
52191
51948
  return self._Content
@@ -52565,10 +52322,8 @@ class TsfPageStdoutLogV2(AbstractModel):
52565
52322
  def __init__(self):
52566
52323
  r"""
52567
52324
  :param _TotalCount: 总条数
52568
- 注意:此字段可能返回 null,表示取不到有效值。
52569
52325
  :type TotalCount: int
52570
52326
  :param _Content: 标准输出日志列表
52571
- 注意:此字段可能返回 null,表示取不到有效值。
52572
52327
  :type Content: list of StdoutLogV2
52573
52328
  :param _ScrollId: 游标ID
52574
52329
  注意:此字段可能返回 null,表示取不到有效值。
@@ -52576,16 +52331,18 @@ class TsfPageStdoutLogV2(AbstractModel):
52576
52331
  :param _Status: 查询状态
52577
52332
  注意:此字段可能返回 null,表示取不到有效值。
52578
52333
  :type Status: str
52334
+ :param _SearchAfter: 游标ID
52335
+ :type SearchAfter: list of str
52579
52336
  """
52580
52337
  self._TotalCount = None
52581
52338
  self._Content = None
52582
52339
  self._ScrollId = None
52583
52340
  self._Status = None
52341
+ self._SearchAfter = None
52584
52342
 
52585
52343
  @property
52586
52344
  def TotalCount(self):
52587
52345
  """总条数
52588
- 注意:此字段可能返回 null,表示取不到有效值。
52589
52346
  :rtype: int
52590
52347
  """
52591
52348
  return self._TotalCount
@@ -52597,7 +52354,6 @@ class TsfPageStdoutLogV2(AbstractModel):
52597
52354
  @property
52598
52355
  def Content(self):
52599
52356
  """标准输出日志列表
52600
- 注意:此字段可能返回 null,表示取不到有效值。
52601
52357
  :rtype: list of StdoutLogV2
52602
52358
  """
52603
52359
  return self._Content
@@ -52630,6 +52386,17 @@ class TsfPageStdoutLogV2(AbstractModel):
52630
52386
  def Status(self, Status):
52631
52387
  self._Status = Status
52632
52388
 
52389
+ @property
52390
+ def SearchAfter(self):
52391
+ """游标ID
52392
+ :rtype: list of str
52393
+ """
52394
+ return self._SearchAfter
52395
+
52396
+ @SearchAfter.setter
52397
+ def SearchAfter(self, SearchAfter):
52398
+ self._SearchAfter = SearchAfter
52399
+
52633
52400
 
52634
52401
  def _deserialize(self, params):
52635
52402
  self._TotalCount = params.get("TotalCount")
@@ -52641,6 +52408,7 @@ class TsfPageStdoutLogV2(AbstractModel):
52641
52408
  self._Content.append(obj)
52642
52409
  self._ScrollId = params.get("ScrollId")
52643
52410
  self._Status = params.get("Status")
52411
+ self._SearchAfter = params.get("SearchAfter")
52644
52412
  memeber_set = set(params.keys())
52645
52413
  for name, value in vars(self).items():
52646
52414
  property_name = name[1:]
@@ -52771,10 +52539,8 @@ class TsfPageUnitRuleV2(AbstractModel):
52771
52539
  def __init__(self):
52772
52540
  r"""
52773
52541
  :param _TotalCount: 记录总数
52774
- 注意:此字段可能返回 null,表示取不到有效值。
52775
52542
  :type TotalCount: int
52776
52543
  :param _Content: 记录实体列表
52777
- 注意:此字段可能返回 null,表示取不到有效值。
52778
52544
  :type Content: list of UnitRule
52779
52545
  """
52780
52546
  self._TotalCount = None
@@ -52783,7 +52549,6 @@ class TsfPageUnitRuleV2(AbstractModel):
52783
52549
  @property
52784
52550
  def TotalCount(self):
52785
52551
  """记录总数
52786
- 注意:此字段可能返回 null,表示取不到有效值。
52787
52552
  :rtype: int
52788
52553
  """
52789
52554
  return self._TotalCount
@@ -52795,7 +52560,6 @@ class TsfPageUnitRuleV2(AbstractModel):
52795
52560
  @property
52796
52561
  def Content(self):
52797
52562
  """记录实体列表
52798
- 注意:此字段可能返回 null,表示取不到有效值。
52799
52563
  :rtype: list of UnitRule
52800
52564
  """
52801
52565
  return self._Content
@@ -52975,16 +52739,12 @@ class UnitNamespace(AbstractModel):
52975
52739
  :param _NamespaceName: 命名空间Name
52976
52740
  :type NamespaceName: str
52977
52741
  :param _Id: 单元化命名空间ID
52978
- 注意:此字段可能返回 null,表示取不到有效值。
52979
52742
  :type Id: str
52980
52743
  :param _GatewayInstanceId: 网关实体ID
52981
- 注意:此字段可能返回 null,表示取不到有效值。
52982
52744
  :type GatewayInstanceId: str
52983
52745
  :param _CreatedTime: 创建时间
52984
- 注意:此字段可能返回 null,表示取不到有效值。
52985
52746
  :type CreatedTime: str
52986
52747
  :param _UpdatedTime: 更新时间
52987
- 注意:此字段可能返回 null,表示取不到有效值。
52988
52748
  :type UpdatedTime: str
52989
52749
  """
52990
52750
  self._NamespaceId = None
@@ -53019,7 +52779,6 @@ class UnitNamespace(AbstractModel):
53019
52779
  @property
53020
52780
  def Id(self):
53021
52781
  """单元化命名空间ID
53022
- 注意:此字段可能返回 null,表示取不到有效值。
53023
52782
  :rtype: str
53024
52783
  """
53025
52784
  return self._Id
@@ -53031,7 +52790,6 @@ class UnitNamespace(AbstractModel):
53031
52790
  @property
53032
52791
  def GatewayInstanceId(self):
53033
52792
  """网关实体ID
53034
- 注意:此字段可能返回 null,表示取不到有效值。
53035
52793
  :rtype: str
53036
52794
  """
53037
52795
  return self._GatewayInstanceId
@@ -53043,7 +52801,6 @@ class UnitNamespace(AbstractModel):
53043
52801
  @property
53044
52802
  def CreatedTime(self):
53045
52803
  """创建时间
53046
- 注意:此字段可能返回 null,表示取不到有效值。
53047
52804
  :rtype: str
53048
52805
  """
53049
52806
  return self._CreatedTime
@@ -53055,7 +52812,6 @@ class UnitNamespace(AbstractModel):
53055
52812
  @property
53056
52813
  def UpdatedTime(self):
53057
52814
  """更新时间
53058
- 注意:此字段可能返回 null,表示取不到有效值。
53059
52815
  :rtype: str
53060
52816
  """
53061
52817
  return self._UpdatedTime
@@ -53743,7 +53499,6 @@ class UpdateApiGroupResponse(AbstractModel):
53743
53499
  def __init__(self):
53744
53500
  r"""
53745
53501
  :param _Result: 返回结果,true: 成功, false: 失败
53746
- 注意:此字段可能返回 null,表示取不到有效值。
53747
53502
  :type Result: bool
53748
53503
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
53749
53504
  :type RequestId: str
@@ -53754,7 +53509,6 @@ class UpdateApiGroupResponse(AbstractModel):
53754
53509
  @property
53755
53510
  def Result(self):
53756
53511
  """返回结果,true: 成功, false: 失败
53757
- 注意:此字段可能返回 null,表示取不到有效值。
53758
53512
  :rtype: bool
53759
53513
  """
53760
53514
  return self._Result
@@ -54478,7 +54232,6 @@ class UpdateHealthCheckSettingsResponse(AbstractModel):
54478
54232
  :param _Result: 更新健康检查配置操作是否成功。
54479
54233
  true:操作成功。
54480
54234
  false:操作失败。
54481
- 注意:此字段可能返回 null,表示取不到有效值。
54482
54235
  :type Result: bool
54483
54236
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
54484
54237
  :type RequestId: str
@@ -54491,7 +54244,6 @@ false:操作失败。
54491
54244
  """更新健康检查配置操作是否成功。
54492
54245
  true:操作成功。
54493
54246
  false:操作失败。
54494
- 注意:此字段可能返回 null,表示取不到有效值。
54495
54247
  :rtype: bool
54496
54248
  """
54497
54249
  return self._Result
@@ -54704,8 +54456,7 @@ class UpdateUnitRuleResponse(AbstractModel):
54704
54456
 
54705
54457
  def __init__(self):
54706
54458
  r"""
54707
- :param _Result: 是否成功
54708
- 注意:此字段可能返回 null,表示取不到有效值。
54459
+ :param _Result: 是否成功,成功:true,失败:false。
54709
54460
  :type Result: bool
54710
54461
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
54711
54462
  :type RequestId: str
@@ -54715,8 +54466,7 @@ class UpdateUnitRuleResponse(AbstractModel):
54715
54466
 
54716
54467
  @property
54717
54468
  def Result(self):
54718
- """是否成功
54719
- 注意:此字段可能返回 null,表示取不到有效值。
54469
+ """是否成功,成功:true,失败:false。
54720
54470
  :rtype: bool
54721
54471
  """
54722
54472
  return self._Result
@@ -54750,16 +54500,13 @@ class ValueFrom(AbstractModel):
54750
54500
  def __init__(self):
54751
54501
  r"""
54752
54502
  :param _FieldRef: k8s env 的 FieldRef
54753
- 注意:此字段可能返回 null,表示取不到有效值。
54754
54503
  :type FieldRef: :class:`tencentcloud.tsf.v20180326.models.FieldRef`
54755
54504
  :param _ResourceFieldRef: k8s env 的 ResourceFieldRef
54756
54505
  注意:此字段可能返回 null,表示取不到有效值。
54757
54506
  :type ResourceFieldRef: :class:`tencentcloud.tsf.v20180326.models.ResourceFieldRef`
54758
54507
  :param _ConfigMapKeyRef: k8s env的configMapKeyRef
54759
- 注意:此字段可能返回 null,表示取不到有效值。
54760
54508
  :type ConfigMapKeyRef: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
54761
54509
  :param _SecretKeyRef: k8s env 的 secretKeyRef
54762
- 注意:此字段可能返回 null,表示取不到有效值。
54763
54510
  :type SecretKeyRef: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
54764
54511
  """
54765
54512
  self._FieldRef = None
@@ -54770,7 +54517,6 @@ class ValueFrom(AbstractModel):
54770
54517
  @property
54771
54518
  def FieldRef(self):
54772
54519
  """k8s env 的 FieldRef
54773
- 注意:此字段可能返回 null,表示取不到有效值。
54774
54520
  :rtype: :class:`tencentcloud.tsf.v20180326.models.FieldRef`
54775
54521
  """
54776
54522
  return self._FieldRef
@@ -54794,7 +54540,6 @@ class ValueFrom(AbstractModel):
54794
54540
  @property
54795
54541
  def ConfigMapKeyRef(self):
54796
54542
  """k8s env的configMapKeyRef
54797
- 注意:此字段可能返回 null,表示取不到有效值。
54798
54543
  :rtype: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
54799
54544
  """
54800
54545
  return self._ConfigMapKeyRef
@@ -54806,7 +54551,6 @@ class ValueFrom(AbstractModel):
54806
54551
  @property
54807
54552
  def SecretKeyRef(self):
54808
54553
  """k8s env 的 secretKeyRef
54809
- 注意:此字段可能返回 null,表示取不到有效值。
54810
54554
  :rtype: :class:`tencentcloud.tsf.v20180326.models.CommonRef`
54811
54555
  """
54812
54556
  return self._SecretKeyRef
@@ -54847,13 +54591,10 @@ class VmGroup(AbstractModel):
54847
54591
  def __init__(self):
54848
54592
  r"""
54849
54593
  :param _GroupId: 部署组ID
54850
- 注意:此字段可能返回 null,表示取不到有效值。
54851
54594
  :type GroupId: str
54852
54595
  :param _GroupName: 部署组名称
54853
- 注意:此字段可能返回 null,表示取不到有效值。
54854
54596
  :type GroupName: str
54855
54597
  :param _GroupStatus: 部署组状态
54856
- 注意:此字段可能返回 null,表示取不到有效值。
54857
54598
  :type GroupStatus: str
54858
54599
  :param _PackageId: 程序包ID
54859
54600
  注意:此字段可能返回 null,表示取不到有效值。
@@ -54865,76 +54606,55 @@ class VmGroup(AbstractModel):
54865
54606
  注意:此字段可能返回 null,表示取不到有效值。
54866
54607
  :type PackageVersion: str
54867
54608
  :param _ClusterId: 集群ID
54868
- 注意:此字段可能返回 null,表示取不到有效值。
54869
54609
  :type ClusterId: str
54870
54610
  :param _ClusterName: 集群名称
54871
- 注意:此字段可能返回 null,表示取不到有效值。
54872
54611
  :type ClusterName: str
54873
54612
  :param _NamespaceId: 命名空间ID
54874
- 注意:此字段可能返回 null,表示取不到有效值。
54875
54613
  :type NamespaceId: str
54876
54614
  :param _NamespaceName: 命名空间名称
54877
- 注意:此字段可能返回 null,表示取不到有效值。
54878
54615
  :type NamespaceName: str
54879
54616
  :param _ApplicationId: 应用ID
54880
- 注意:此字段可能返回 null,表示取不到有效值。
54881
54617
  :type ApplicationId: str
54882
54618
  :param _ApplicationName: 应用名称
54883
- 注意:此字段可能返回 null,表示取不到有效值。
54884
54619
  :type ApplicationName: str
54885
54620
  :param _InstanceCount: 部署组机器数目
54886
- 注意:此字段可能返回 null,表示取不到有效值。
54887
54621
  :type InstanceCount: int
54888
54622
  :param _RunInstanceCount: 部署组运行中机器数目
54889
- 注意:此字段可能返回 null,表示取不到有效值。
54890
54623
  :type RunInstanceCount: int
54891
54624
  :param _StartupParameters: 部署组启动参数信息
54892
54625
  注意:此字段可能返回 null,表示取不到有效值。
54893
54626
  :type StartupParameters: str
54894
54627
  :param _CreateTime: 部署组创建时间
54895
- 注意:此字段可能返回 null,表示取不到有效值。
54896
54628
  :type CreateTime: str
54897
54629
  :param _UpdateTime: 部署组更新时间
54898
- 注意:此字段可能返回 null,表示取不到有效值。
54899
54630
  :type UpdateTime: str
54900
54631
  :param _OffInstanceCount: 部署组停止机器数目
54901
- 注意:此字段可能返回 null,表示取不到有效值。
54902
54632
  :type OffInstanceCount: int
54903
54633
  :param _GroupDesc: 部署组描述信息
54904
54634
  注意:此字段可能返回 null,表示取不到有效值。
54905
54635
  :type GroupDesc: str
54906
54636
  :param _MicroserviceType: 微服务类型
54907
- 注意:此字段可能返回 null,表示取不到有效值。
54908
54637
  :type MicroserviceType: str
54909
54638
  :param _ApplicationType: 应用类型
54910
- 注意:此字段可能返回 null,表示取不到有效值。
54911
54639
  :type ApplicationType: str
54912
54640
  :param _GroupResourceType: 部署组资源类型
54913
- 注意:此字段可能返回 null,表示取不到有效值。
54914
54641
  :type GroupResourceType: str
54915
54642
  :param _UpdatedTime: 部署组更新时间戳
54916
- 注意:此字段可能返回 null,表示取不到有效值。
54917
54643
  :type UpdatedTime: int
54918
54644
  :param _DeployDesc: 部署应用描述信息
54919
54645
  注意:此字段可能返回 null,表示取不到有效值。
54920
54646
  :type DeployDesc: str
54921
54647
  :param _UpdateType: 滚动发布的更新方式
54922
- 注意:此字段可能返回 null,表示取不到有效值。
54923
54648
  :type UpdateType: int
54924
54649
  :param _DeployBetaEnable: 发布是否启用beta批次
54925
- 注意:此字段可能返回 null,表示取不到有效值。
54926
54650
  :type DeployBetaEnable: bool
54927
54651
  :param _DeployBatch: 滚动发布的批次比例列表
54928
- 注意:此字段可能返回 null,表示取不到有效值。
54929
54652
  :type DeployBatch: list of float
54930
54653
  :param _DeployExeMode: 滚动发布的批次执行方式
54931
- 注意:此字段可能返回 null,表示取不到有效值。
54932
54654
  :type DeployExeMode: str
54933
54655
  :param _DeployWaitTime: 滚动发布的每个批次的等待时间
54934
- 注意:此字段可能返回 null,表示取不到有效值。
54935
54656
  :type DeployWaitTime: int
54936
54657
  :param _EnableHealthCheck: 是否开启了健康检查
54937
- 注意:此字段可能返回 null,表示取不到有效值。
54938
54658
  :type EnableHealthCheck: bool
54939
54659
  :param _HealthCheckSettings: 健康检查配置
54940
54660
  注意:此字段可能返回 null,表示取不到有效值。
@@ -54952,17 +54672,26 @@ class VmGroup(AbstractModel):
54952
54672
  注意:此字段可能返回 null,表示取不到有效值。
54953
54673
  :type Alias: str
54954
54674
  :param _AgentProfileList: javaagent信息
54955
- 注意:此字段可能返回 null,表示取不到有效值。
54956
54675
  :type AgentProfileList: list of AgentProfile
54957
54676
  :param _WarmupSetting: 预热属性配置
54958
- 注意:此字段可能返回 null,表示取不到有效值。
54959
54677
  :type WarmupSetting: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
54960
54678
  :param _GatewayConfig: Envoy网关配置
54961
54679
  注意:此字段可能返回 null,表示取不到有效值。
54962
54680
  :type GatewayConfig: :class:`tencentcloud.tsf.v20180326.models.GatewayConfig`
54963
54681
  :param _EnableBatchHealthCheck: 批次是否开启健康检查
54964
- 注意:此字段可能返回 null,表示取不到有效值。
54965
54682
  :type EnableBatchHealthCheck: bool
54683
+ :param _FilebeatCgroupEnable: 是否开启cgroup控制内存cpu
54684
+ :type FilebeatCgroupEnable: bool
54685
+ :param _FilebeatMaxCpu: filebeat使用cpu上限
54686
+ :type FilebeatMaxCpu: float
54687
+ :param _FilebeatMaxMem: filebeat使用内存上限
54688
+ :type FilebeatMaxMem: int
54689
+ :param _RepositoryId: 仓库ID
54690
+ :type RepositoryId: str
54691
+ :param _RepositoryName: 仓库名称
54692
+ :type RepositoryName: str
54693
+ :param _RepositoryType: 仓库类型
54694
+ :type RepositoryType: str
54966
54695
  """
54967
54696
  self._GroupId = None
54968
54697
  self._GroupName = None
@@ -55003,11 +54732,16 @@ class VmGroup(AbstractModel):
55003
54732
  self._WarmupSetting = None
55004
54733
  self._GatewayConfig = None
55005
54734
  self._EnableBatchHealthCheck = None
54735
+ self._FilebeatCgroupEnable = None
54736
+ self._FilebeatMaxCpu = None
54737
+ self._FilebeatMaxMem = None
54738
+ self._RepositoryId = None
54739
+ self._RepositoryName = None
54740
+ self._RepositoryType = None
55006
54741
 
55007
54742
  @property
55008
54743
  def GroupId(self):
55009
54744
  """部署组ID
55010
- 注意:此字段可能返回 null,表示取不到有效值。
55011
54745
  :rtype: str
55012
54746
  """
55013
54747
  return self._GroupId
@@ -55019,7 +54753,6 @@ class VmGroup(AbstractModel):
55019
54753
  @property
55020
54754
  def GroupName(self):
55021
54755
  """部署组名称
55022
- 注意:此字段可能返回 null,表示取不到有效值。
55023
54756
  :rtype: str
55024
54757
  """
55025
54758
  return self._GroupName
@@ -55031,7 +54764,6 @@ class VmGroup(AbstractModel):
55031
54764
  @property
55032
54765
  def GroupStatus(self):
55033
54766
  """部署组状态
55034
- 注意:此字段可能返回 null,表示取不到有效值。
55035
54767
  :rtype: str
55036
54768
  """
55037
54769
  return self._GroupStatus
@@ -55079,7 +54811,6 @@ class VmGroup(AbstractModel):
55079
54811
  @property
55080
54812
  def ClusterId(self):
55081
54813
  """集群ID
55082
- 注意:此字段可能返回 null,表示取不到有效值。
55083
54814
  :rtype: str
55084
54815
  """
55085
54816
  return self._ClusterId
@@ -55091,7 +54822,6 @@ class VmGroup(AbstractModel):
55091
54822
  @property
55092
54823
  def ClusterName(self):
55093
54824
  """集群名称
55094
- 注意:此字段可能返回 null,表示取不到有效值。
55095
54825
  :rtype: str
55096
54826
  """
55097
54827
  return self._ClusterName
@@ -55103,7 +54833,6 @@ class VmGroup(AbstractModel):
55103
54833
  @property
55104
54834
  def NamespaceId(self):
55105
54835
  """命名空间ID
55106
- 注意:此字段可能返回 null,表示取不到有效值。
55107
54836
  :rtype: str
55108
54837
  """
55109
54838
  return self._NamespaceId
@@ -55115,7 +54844,6 @@ class VmGroup(AbstractModel):
55115
54844
  @property
55116
54845
  def NamespaceName(self):
55117
54846
  """命名空间名称
55118
- 注意:此字段可能返回 null,表示取不到有效值。
55119
54847
  :rtype: str
55120
54848
  """
55121
54849
  return self._NamespaceName
@@ -55127,7 +54855,6 @@ class VmGroup(AbstractModel):
55127
54855
  @property
55128
54856
  def ApplicationId(self):
55129
54857
  """应用ID
55130
- 注意:此字段可能返回 null,表示取不到有效值。
55131
54858
  :rtype: str
55132
54859
  """
55133
54860
  return self._ApplicationId
@@ -55139,7 +54866,6 @@ class VmGroup(AbstractModel):
55139
54866
  @property
55140
54867
  def ApplicationName(self):
55141
54868
  """应用名称
55142
- 注意:此字段可能返回 null,表示取不到有效值。
55143
54869
  :rtype: str
55144
54870
  """
55145
54871
  return self._ApplicationName
@@ -55151,7 +54877,6 @@ class VmGroup(AbstractModel):
55151
54877
  @property
55152
54878
  def InstanceCount(self):
55153
54879
  """部署组机器数目
55154
- 注意:此字段可能返回 null,表示取不到有效值。
55155
54880
  :rtype: int
55156
54881
  """
55157
54882
  return self._InstanceCount
@@ -55163,7 +54888,6 @@ class VmGroup(AbstractModel):
55163
54888
  @property
55164
54889
  def RunInstanceCount(self):
55165
54890
  """部署组运行中机器数目
55166
- 注意:此字段可能返回 null,表示取不到有效值。
55167
54891
  :rtype: int
55168
54892
  """
55169
54893
  return self._RunInstanceCount
@@ -55187,7 +54911,6 @@ class VmGroup(AbstractModel):
55187
54911
  @property
55188
54912
  def CreateTime(self):
55189
54913
  """部署组创建时间
55190
- 注意:此字段可能返回 null,表示取不到有效值。
55191
54914
  :rtype: str
55192
54915
  """
55193
54916
  return self._CreateTime
@@ -55199,7 +54922,6 @@ class VmGroup(AbstractModel):
55199
54922
  @property
55200
54923
  def UpdateTime(self):
55201
54924
  """部署组更新时间
55202
- 注意:此字段可能返回 null,表示取不到有效值。
55203
54925
  :rtype: str
55204
54926
  """
55205
54927
  return self._UpdateTime
@@ -55211,7 +54933,6 @@ class VmGroup(AbstractModel):
55211
54933
  @property
55212
54934
  def OffInstanceCount(self):
55213
54935
  """部署组停止机器数目
55214
- 注意:此字段可能返回 null,表示取不到有效值。
55215
54936
  :rtype: int
55216
54937
  """
55217
54938
  return self._OffInstanceCount
@@ -55235,7 +54956,6 @@ class VmGroup(AbstractModel):
55235
54956
  @property
55236
54957
  def MicroserviceType(self):
55237
54958
  """微服务类型
55238
- 注意:此字段可能返回 null,表示取不到有效值。
55239
54959
  :rtype: str
55240
54960
  """
55241
54961
  return self._MicroserviceType
@@ -55247,7 +54967,6 @@ class VmGroup(AbstractModel):
55247
54967
  @property
55248
54968
  def ApplicationType(self):
55249
54969
  """应用类型
55250
- 注意:此字段可能返回 null,表示取不到有效值。
55251
54970
  :rtype: str
55252
54971
  """
55253
54972
  return self._ApplicationType
@@ -55259,7 +54978,6 @@ class VmGroup(AbstractModel):
55259
54978
  @property
55260
54979
  def GroupResourceType(self):
55261
54980
  """部署组资源类型
55262
- 注意:此字段可能返回 null,表示取不到有效值。
55263
54981
  :rtype: str
55264
54982
  """
55265
54983
  return self._GroupResourceType
@@ -55271,7 +54989,6 @@ class VmGroup(AbstractModel):
55271
54989
  @property
55272
54990
  def UpdatedTime(self):
55273
54991
  """部署组更新时间戳
55274
- 注意:此字段可能返回 null,表示取不到有效值。
55275
54992
  :rtype: int
55276
54993
  """
55277
54994
  return self._UpdatedTime
@@ -55295,7 +55012,6 @@ class VmGroup(AbstractModel):
55295
55012
  @property
55296
55013
  def UpdateType(self):
55297
55014
  """滚动发布的更新方式
55298
- 注意:此字段可能返回 null,表示取不到有效值。
55299
55015
  :rtype: int
55300
55016
  """
55301
55017
  return self._UpdateType
@@ -55307,7 +55023,6 @@ class VmGroup(AbstractModel):
55307
55023
  @property
55308
55024
  def DeployBetaEnable(self):
55309
55025
  """发布是否启用beta批次
55310
- 注意:此字段可能返回 null,表示取不到有效值。
55311
55026
  :rtype: bool
55312
55027
  """
55313
55028
  return self._DeployBetaEnable
@@ -55319,7 +55034,6 @@ class VmGroup(AbstractModel):
55319
55034
  @property
55320
55035
  def DeployBatch(self):
55321
55036
  """滚动发布的批次比例列表
55322
- 注意:此字段可能返回 null,表示取不到有效值。
55323
55037
  :rtype: list of float
55324
55038
  """
55325
55039
  return self._DeployBatch
@@ -55331,7 +55045,6 @@ class VmGroup(AbstractModel):
55331
55045
  @property
55332
55046
  def DeployExeMode(self):
55333
55047
  """滚动发布的批次执行方式
55334
- 注意:此字段可能返回 null,表示取不到有效值。
55335
55048
  :rtype: str
55336
55049
  """
55337
55050
  return self._DeployExeMode
@@ -55343,7 +55056,6 @@ class VmGroup(AbstractModel):
55343
55056
  @property
55344
55057
  def DeployWaitTime(self):
55345
55058
  """滚动发布的每个批次的等待时间
55346
- 注意:此字段可能返回 null,表示取不到有效值。
55347
55059
  :rtype: int
55348
55060
  """
55349
55061
  return self._DeployWaitTime
@@ -55355,7 +55067,6 @@ class VmGroup(AbstractModel):
55355
55067
  @property
55356
55068
  def EnableHealthCheck(self):
55357
55069
  """是否开启了健康检查
55358
- 注意:此字段可能返回 null,表示取不到有效值。
55359
55070
  :rtype: bool
55360
55071
  """
55361
55072
  return self._EnableHealthCheck
@@ -55427,7 +55138,6 @@ class VmGroup(AbstractModel):
55427
55138
  @property
55428
55139
  def AgentProfileList(self):
55429
55140
  """javaagent信息
55430
- 注意:此字段可能返回 null,表示取不到有效值。
55431
55141
  :rtype: list of AgentProfile
55432
55142
  """
55433
55143
  return self._AgentProfileList
@@ -55439,7 +55149,6 @@ class VmGroup(AbstractModel):
55439
55149
  @property
55440
55150
  def WarmupSetting(self):
55441
55151
  """预热属性配置
55442
- 注意:此字段可能返回 null,表示取不到有效值。
55443
55152
  :rtype: :class:`tencentcloud.tsf.v20180326.models.WarmupSetting`
55444
55153
  """
55445
55154
  return self._WarmupSetting
@@ -55463,7 +55172,6 @@ class VmGroup(AbstractModel):
55463
55172
  @property
55464
55173
  def EnableBatchHealthCheck(self):
55465
55174
  """批次是否开启健康检查
55466
- 注意:此字段可能返回 null,表示取不到有效值。
55467
55175
  :rtype: bool
55468
55176
  """
55469
55177
  return self._EnableBatchHealthCheck
@@ -55472,6 +55180,72 @@ class VmGroup(AbstractModel):
55472
55180
  def EnableBatchHealthCheck(self, EnableBatchHealthCheck):
55473
55181
  self._EnableBatchHealthCheck = EnableBatchHealthCheck
55474
55182
 
55183
+ @property
55184
+ def FilebeatCgroupEnable(self):
55185
+ """是否开启cgroup控制内存cpu
55186
+ :rtype: bool
55187
+ """
55188
+ return self._FilebeatCgroupEnable
55189
+
55190
+ @FilebeatCgroupEnable.setter
55191
+ def FilebeatCgroupEnable(self, FilebeatCgroupEnable):
55192
+ self._FilebeatCgroupEnable = FilebeatCgroupEnable
55193
+
55194
+ @property
55195
+ def FilebeatMaxCpu(self):
55196
+ """filebeat使用cpu上限
55197
+ :rtype: float
55198
+ """
55199
+ return self._FilebeatMaxCpu
55200
+
55201
+ @FilebeatMaxCpu.setter
55202
+ def FilebeatMaxCpu(self, FilebeatMaxCpu):
55203
+ self._FilebeatMaxCpu = FilebeatMaxCpu
55204
+
55205
+ @property
55206
+ def FilebeatMaxMem(self):
55207
+ """filebeat使用内存上限
55208
+ :rtype: int
55209
+ """
55210
+ return self._FilebeatMaxMem
55211
+
55212
+ @FilebeatMaxMem.setter
55213
+ def FilebeatMaxMem(self, FilebeatMaxMem):
55214
+ self._FilebeatMaxMem = FilebeatMaxMem
55215
+
55216
+ @property
55217
+ def RepositoryId(self):
55218
+ """仓库ID
55219
+ :rtype: str
55220
+ """
55221
+ return self._RepositoryId
55222
+
55223
+ @RepositoryId.setter
55224
+ def RepositoryId(self, RepositoryId):
55225
+ self._RepositoryId = RepositoryId
55226
+
55227
+ @property
55228
+ def RepositoryName(self):
55229
+ """仓库名称
55230
+ :rtype: str
55231
+ """
55232
+ return self._RepositoryName
55233
+
55234
+ @RepositoryName.setter
55235
+ def RepositoryName(self, RepositoryName):
55236
+ self._RepositoryName = RepositoryName
55237
+
55238
+ @property
55239
+ def RepositoryType(self):
55240
+ """仓库类型
55241
+ :rtype: str
55242
+ """
55243
+ return self._RepositoryType
55244
+
55245
+ @RepositoryType.setter
55246
+ def RepositoryType(self, RepositoryType):
55247
+ self._RepositoryType = RepositoryType
55248
+
55475
55249
 
55476
55250
  def _deserialize(self, params):
55477
55251
  self._GroupId = params.get("GroupId")
@@ -55524,6 +55298,12 @@ class VmGroup(AbstractModel):
55524
55298
  self._GatewayConfig = GatewayConfig()
55525
55299
  self._GatewayConfig._deserialize(params.get("GatewayConfig"))
55526
55300
  self._EnableBatchHealthCheck = params.get("EnableBatchHealthCheck")
55301
+ self._FilebeatCgroupEnable = params.get("FilebeatCgroupEnable")
55302
+ self._FilebeatMaxCpu = params.get("FilebeatMaxCpu")
55303
+ self._FilebeatMaxMem = params.get("FilebeatMaxMem")
55304
+ self._RepositoryId = params.get("RepositoryId")
55305
+ self._RepositoryName = params.get("RepositoryName")
55306
+ self._RepositoryType = params.get("RepositoryType")
55527
55307
  memeber_set = set(params.keys())
55528
55308
  for name, value in vars(self).items():
55529
55309
  property_name = name[1:]
@@ -55542,7 +55322,6 @@ class VmGroupOther(AbstractModel):
55542
55322
  def __init__(self):
55543
55323
  r"""
55544
55324
  :param _GroupId: 部署组ID
55545
- 注意:此字段可能返回 null,表示取不到有效值。
55546
55325
  :type GroupId: str
55547
55326
  :param _PackageId: 程序包ID
55548
55327
  注意:此字段可能返回 null,表示取不到有效值。
@@ -55554,19 +55333,14 @@ class VmGroupOther(AbstractModel):
55554
55333
  注意:此字段可能返回 null,表示取不到有效值。
55555
55334
  :type PackageVersion: str
55556
55335
  :param _InstanceCount: 部署组实例数
55557
- 注意:此字段可能返回 null,表示取不到有效值。
55558
55336
  :type InstanceCount: int
55559
55337
  :param _RunInstanceCount: 部署组运行中实例数
55560
- 注意:此字段可能返回 null,表示取不到有效值。
55561
55338
  :type RunInstanceCount: int
55562
55339
  :param _OffInstanceCount: 部署组中停止实例数
55563
- 注意:此字段可能返回 null,表示取不到有效值。
55564
55340
  :type OffInstanceCount: int
55565
55341
  :param _GroupStatus: 部署组状态
55566
- 注意:此字段可能返回 null,表示取不到有效值。
55567
55342
  :type GroupStatus: str
55568
55343
  :param _IsNotEqualServiceConfig: 服务配置信息是否匹配
55569
- 注意:此字段可能返回 null,表示取不到有效值。
55570
55344
  :type IsNotEqualServiceConfig: bool
55571
55345
  :param _HealthCheckSettings: HealthCheckSettings
55572
55346
  注意:此字段可能返回 null,表示取不到有效值。
@@ -55586,7 +55360,6 @@ class VmGroupOther(AbstractModel):
55586
55360
  @property
55587
55361
  def GroupId(self):
55588
55362
  """部署组ID
55589
- 注意:此字段可能返回 null,表示取不到有效值。
55590
55363
  :rtype: str
55591
55364
  """
55592
55365
  return self._GroupId
@@ -55634,7 +55407,6 @@ class VmGroupOther(AbstractModel):
55634
55407
  @property
55635
55408
  def InstanceCount(self):
55636
55409
  """部署组实例数
55637
- 注意:此字段可能返回 null,表示取不到有效值。
55638
55410
  :rtype: int
55639
55411
  """
55640
55412
  return self._InstanceCount
@@ -55646,7 +55418,6 @@ class VmGroupOther(AbstractModel):
55646
55418
  @property
55647
55419
  def RunInstanceCount(self):
55648
55420
  """部署组运行中实例数
55649
- 注意:此字段可能返回 null,表示取不到有效值。
55650
55421
  :rtype: int
55651
55422
  """
55652
55423
  return self._RunInstanceCount
@@ -55658,7 +55429,6 @@ class VmGroupOther(AbstractModel):
55658
55429
  @property
55659
55430
  def OffInstanceCount(self):
55660
55431
  """部署组中停止实例数
55661
- 注意:此字段可能返回 null,表示取不到有效值。
55662
55432
  :rtype: int
55663
55433
  """
55664
55434
  return self._OffInstanceCount
@@ -55670,7 +55440,6 @@ class VmGroupOther(AbstractModel):
55670
55440
  @property
55671
55441
  def GroupStatus(self):
55672
55442
  """部署组状态
55673
- 注意:此字段可能返回 null,表示取不到有效值。
55674
55443
  :rtype: str
55675
55444
  """
55676
55445
  return self._GroupStatus
@@ -55682,7 +55451,6 @@ class VmGroupOther(AbstractModel):
55682
55451
  @property
55683
55452
  def IsNotEqualServiceConfig(self):
55684
55453
  """服务配置信息是否匹配
55685
- 注意:此字段可能返回 null,表示取不到有效值。
55686
55454
  :rtype: bool
55687
55455
  """
55688
55456
  return self._IsNotEqualServiceConfig