tencentcloud-sdk-python 3.1.13__py2.py3-none-any.whl → 3.1.33__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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (260) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/ags/v20250920/ags_client.py +46 -0
  3. tencentcloud/ags/v20250920/ags_client_async.py +36 -0
  4. tencentcloud/ags/v20250920/errorcodes.py +45 -0
  5. tencentcloud/ags/v20250920/models.py +1704 -110
  6. tencentcloud/ai3d/v20250513/ai3d_client.py +4 -4
  7. tencentcloud/ai3d/v20250513/ai3d_client_async.py +4 -4
  8. tencentcloud/ai3d/v20250513/models.py +78 -36
  9. tencentcloud/aiart/v20221229/aiart_client.py +46 -0
  10. tencentcloud/aiart/v20221229/aiart_client_async.py +36 -0
  11. tencentcloud/aiart/v20221229/models.py +289 -0
  12. tencentcloud/ams/v20201229/models.py +101 -0
  13. tencentcloud/antiddos/v20200309/antiddos_client.py +69 -0
  14. tencentcloud/antiddos/v20200309/antiddos_client_async.py +54 -0
  15. tencentcloud/antiddos/v20200309/errorcodes.py +27 -0
  16. tencentcloud/antiddos/v20200309/models.py +1671 -97
  17. tencentcloud/apm/v20210622/apm_client.py +23 -0
  18. tencentcloud/apm/v20210622/apm_client_async.py +18 -0
  19. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  20. tencentcloud/apm/v20210622/models.py +1678 -78
  21. tencentcloud/asr/v20190614/models.py +100 -2
  22. tencentcloud/autoscaling/v20180419/autoscaling_client.py +1 -1
  23. tencentcloud/autoscaling/v20180419/autoscaling_client_async.py +1 -1
  24. tencentcloud/autoscaling/v20180419/models.py +475 -338
  25. tencentcloud/bh/v20230418/models.py +179 -6
  26. tencentcloud/billing/v20180709/billing_client.py +23 -0
  27. tencentcloud/billing/v20180709/billing_client_async.py +18 -0
  28. tencentcloud/billing/v20180709/models.py +328 -6
  29. tencentcloud/cam/v20190116/models.py +111 -2
  30. tencentcloud/car/v20220110/car_client.py +23 -0
  31. tencentcloud/car/v20220110/car_client_async.py +18 -0
  32. tencentcloud/car/v20220110/models.py +109 -0
  33. tencentcloud/cbs/v20170312/models.py +14 -14
  34. tencentcloud/ccc/v20200210/ccc_client.py +42 -13
  35. tencentcloud/ccc/v20200210/ccc_client_async.py +37 -13
  36. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  37. tencentcloud/ccc/v20200210/models.py +256 -4
  38. tencentcloud/cdb/v20170320/models.py +37 -16
  39. tencentcloud/cdc/v20201214/models.py +92 -124
  40. tencentcloud/cdn/v20180606/cdn_client.py +0 -78
  41. tencentcloud/cdn/v20180606/cdn_client_async.py +0 -63
  42. tencentcloud/cdn/v20180606/errorcodes.py +3 -0
  43. tencentcloud/cdn/v20180606/models.py +464 -1028
  44. tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
  45. tencentcloud/cdwch/v20200915/cdwch_client_async.py +18 -0
  46. tencentcloud/cdwch/v20200915/models.py +555 -0
  47. tencentcloud/cdwdoris/v20211228/models.py +505 -0
  48. tencentcloud/cfs/v20190719/errorcodes.py +1 -1
  49. tencentcloud/cfs/v20190719/models.py +2 -2
  50. tencentcloud/cfw/v20190904/cfw_client.py +278 -23
  51. tencentcloud/cfw/v20190904/cfw_client_async.py +218 -18
  52. tencentcloud/cfw/v20190904/models.py +3319 -1154
  53. tencentcloud/chdfs/v20201112/models.py +150 -0
  54. tencentcloud/ckafka/v20190819/models.py +458 -282
  55. tencentcloud/clb/v20180317/clb_client.py +23 -0
  56. tencentcloud/clb/v20180317/clb_client_async.py +18 -0
  57. tencentcloud/clb/v20180317/models.py +230 -130
  58. tencentcloud/cloudapp/v20220530/models.py +190 -36
  59. tencentcloud/cloudaudit/v20190319/models.py +32 -4
  60. tencentcloud/cloudmate/__init__.py +0 -0
  61. tencentcloud/cloudmate/v20251030/__init__.py +0 -0
  62. tencentcloud/cloudmate/v20251030/cloudmate_client.py +45 -0
  63. tencentcloud/cloudmate/v20251030/cloudmate_client_async.py +45 -0
  64. tencentcloud/cloudmate/v20251030/errorcodes.py +30 -0
  65. tencentcloud/cloudmate/v20251030/models.py +387 -0
  66. tencentcloud/cls/v20201016/cls_client.py +1064 -0
  67. tencentcloud/cls/v20201016/cls_client_async.py +860 -26
  68. tencentcloud/cls/v20201016/models.py +10246 -384
  69. tencentcloud/cme/v20191029/models.py +23 -0
  70. tencentcloud/csip/v20221121/models.py +317 -0
  71. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  72. tencentcloud/cvm/v20170312/cvm_client_async.py +1 -1
  73. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  74. tencentcloud/cvm/v20170312/models.py +28 -8
  75. tencentcloud/cwp/v20180228/cwp_client.py +0 -188
  76. tencentcloud/cwp/v20180228/cwp_client_async.py +0 -148
  77. tencentcloud/cwp/v20180228/models.py +1097 -1814
  78. tencentcloud/cynosdb/v20190107/models.py +181 -48
  79. tencentcloud/dataagent/v20250513/dataagent_client.py +161 -0
  80. tencentcloud/dataagent/v20250513/dataagent_client_async.py +126 -0
  81. tencentcloud/dataagent/v20250513/models.py +1477 -52
  82. tencentcloud/dbbrain/v20210527/dbbrain_client.py +23 -0
  83. tencentcloud/dbbrain/v20210527/dbbrain_client_async.py +18 -0
  84. tencentcloud/dbbrain/v20210527/models.py +261 -15
  85. tencentcloud/dbs/v20211108/dbs_client.py +69 -0
  86. tencentcloud/dbs/v20211108/dbs_client_async.py +54 -0
  87. tencentcloud/dbs/v20211108/errorcodes.py +15 -0
  88. tencentcloud/dbs/v20211108/models.py +1173 -27
  89. tencentcloud/dlc/v20210125/dlc_client.py +69 -0
  90. tencentcloud/dlc/v20210125/dlc_client_async.py +54 -0
  91. tencentcloud/dlc/v20210125/errorcodes.py +15 -0
  92. tencentcloud/dlc/v20210125/models.py +1016 -0
  93. tencentcloud/dnspod/v20210323/errorcodes.py +6 -0
  94. tencentcloud/dnspod/v20210323/models.py +4 -4
  95. tencentcloud/emr/v20190103/emr_client.py +46 -0
  96. tencentcloud/emr/v20190103/emr_client_async.py +36 -0
  97. tencentcloud/emr/v20190103/models.py +625 -2
  98. tencentcloud/es/v20180416/errorcodes.py +15 -0
  99. tencentcloud/es/v20180416/es_client.py +115 -0
  100. tencentcloud/es/v20180416/es_client_async.py +90 -0
  101. tencentcloud/es/v20180416/models.py +498 -4
  102. tencentcloud/ess/v20201111/ess_client.py +153 -6
  103. tencentcloud/ess/v20201111/ess_client_async.py +128 -6
  104. tencentcloud/ess/v20201111/models.py +1496 -58
  105. tencentcloud/essbasic/v20210526/models.py +129 -23
  106. tencentcloud/evt/v20250217/evt_client.py +46 -0
  107. tencentcloud/evt/v20250217/evt_client_async.py +36 -0
  108. tencentcloud/evt/v20250217/models.py +188 -0
  109. tencentcloud/faceid/v20180301/models.py +10 -4
  110. tencentcloud/gaap/v20180529/models.py +260 -352
  111. tencentcloud/gs/v20191118/models.py +150 -4
  112. tencentcloud/gwlb/v20240906/models.py +48 -70
  113. tencentcloud/iai/v20180301/models.py +4 -4
  114. tencentcloud/iai/v20200303/models.py +4 -4
  115. tencentcloud/igtm/v20231024/errorcodes.py +1 -1
  116. tencentcloud/ims/v20201229/ims_client.py +1 -1
  117. tencentcloud/ims/v20201229/ims_client_async.py +1 -1
  118. tencentcloud/ioa/v20220601/models.py +60 -0
  119. tencentcloud/keewidb/v20220308/models.py +52 -68
  120. tencentcloud/lcic/v20220817/models.py +15 -0
  121. tencentcloud/lighthouse/v20200324/errorcodes.py +2 -2
  122. tencentcloud/lighthouse/v20200324/models.py +8 -0
  123. tencentcloud/live/v20180801/errorcodes.py +6 -0
  124. tencentcloud/live/v20180801/live_client.py +143 -0
  125. tencentcloud/live/v20180801/live_client_async.py +113 -0
  126. tencentcloud/live/v20180801/models.py +914 -311
  127. tencentcloud/lke/v20231130/lke_client.py +48 -1
  128. tencentcloud/lke/v20231130/lke_client_async.py +43 -1
  129. tencentcloud/lke/v20231130/models.py +2940 -459
  130. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  131. tencentcloud/lkeap/v20240522/lkeap_client_async.py +1 -1
  132. tencentcloud/lkeap/v20240522/models.py +2 -6
  133. tencentcloud/lowcode/v20210108/models.py +30 -0
  134. tencentcloud/mna/v20210119/models.py +18 -2
  135. tencentcloud/mongodb/v20190725/models.py +2 -2
  136. tencentcloud/monitor/v20180724/models.py +258 -0
  137. tencentcloud/mps/v20190612/errorcodes.py +9 -0
  138. tencentcloud/mps/v20190612/models.py +3007 -140
  139. tencentcloud/mps/v20190612/mps_client.py +115 -0
  140. tencentcloud/mps/v20190612/mps_client_async.py +90 -0
  141. tencentcloud/oceanus/v20190422/errorcodes.py +9 -0
  142. tencentcloud/oceanus/v20190422/models.py +210 -4
  143. tencentcloud/ocr/v20181119/models.py +72 -4
  144. tencentcloud/ocr/v20181119/ocr_client.py +12 -8
  145. tencentcloud/ocr/v20181119/ocr_client_async.py +11 -7
  146. tencentcloud/partners/v20180321/models.py +88 -92
  147. tencentcloud/pts/v20210728/models.py +206 -0
  148. tencentcloud/rce/v20250425/__init__.py +0 -0
  149. tencentcloud/rce/v20250425/errorcodes.py +15 -0
  150. tencentcloud/rce/v20250425/models.py +301 -0
  151. tencentcloud/rce/v20250425/rce_client.py +49 -0
  152. tencentcloud/rce/v20250425/rce_client_async.py +44 -0
  153. tencentcloud/redis/v20180412/models.py +65 -70
  154. tencentcloud/rum/v20210622/models.py +548 -0
  155. tencentcloud/rum/v20210622/rum_client.py +23 -0
  156. tencentcloud/rum/v20210622/rum_client_async.py +18 -0
  157. tencentcloud/scf/v20180416/models.py +28 -2
  158. tencentcloud/ses/v20201002/errorcodes.py +3 -0
  159. tencentcloud/ssl/v20191205/models.py +991 -70
  160. tencentcloud/ssl/v20191205/ssl_client.py +2 -2
  161. tencentcloud/ssl/v20191205/ssl_client_async.py +2 -2
  162. tencentcloud/ssm/v20190923/models.py +134 -0
  163. tencentcloud/svp/v20240125/models.py +35 -20
  164. tencentcloud/tag/v20180813/models.py +34 -54
  165. tencentcloud/tat/v20201028/models.py +2 -0
  166. tencentcloud/tcaplusdb/v20190823/models.py +0 -337
  167. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client.py +0 -25
  168. tencentcloud/tcaplusdb/v20190823/tcaplusdb_client_async.py +0 -20
  169. tencentcloud/tcb/v20180608/errorcodes.py +15 -12
  170. tencentcloud/tcb/v20180608/models.py +5761 -8383
  171. tencentcloud/tcb/v20180608/tcb_client.py +0 -276
  172. tencentcloud/tcb/v20180608/tcb_client_async.py +0 -216
  173. tencentcloud/tcbr/v20220217/errorcodes.py +27 -0
  174. tencentcloud/tcbr/v20220217/models.py +4193 -1389
  175. tencentcloud/tcbr/v20220217/tcbr_client.py +207 -0
  176. tencentcloud/tcbr/v20220217/tcbr_client_async.py +162 -0
  177. tencentcloud/tcr/v20190924/models.py +727 -61
  178. tencentcloud/tcr/v20190924/tcr_client.py +92 -0
  179. tencentcloud/tcr/v20190924/tcr_client_async.py +72 -0
  180. tencentcloud/tcss/v20201101/models.py +30 -0
  181. tencentcloud/tdai/v20250717/models.py +440 -2
  182. tencentcloud/tdai/v20250717/tdai_client.py +23 -0
  183. tencentcloud/tdai/v20250717/tdai_client_async.py +18 -0
  184. tencentcloud/tdmq/v20200217/errorcodes.py +1 -1
  185. tencentcloud/tdmq/v20200217/models.py +432 -4
  186. tencentcloud/tdmq/v20200217/tdmq_client.py +24 -0
  187. tencentcloud/tdmq/v20200217/tdmq_client_async.py +19 -0
  188. tencentcloud/teo/v20220901/errorcodes.py +39 -0
  189. tencentcloud/teo/v20220901/models.py +596 -79
  190. tencentcloud/teo/v20220901/teo_client.py +107 -1
  191. tencentcloud/teo/v20220901/teo_client_async.py +97 -1
  192. tencentcloud/thpc/v20211109/models.py +14 -14
  193. tencentcloud/thpc/v20220401/models.py +14 -14
  194. tencentcloud/thpc/v20230321/models.py +20 -54
  195. tencentcloud/tione/v20211111/errorcodes.py +9 -0
  196. tencentcloud/tione/v20211111/models.py +910 -73
  197. tencentcloud/tione/v20211111/tione_client.py +69 -0
  198. tencentcloud/tione/v20211111/tione_client_async.py +54 -0
  199. tencentcloud/tke/v20180525/models.py +468 -18
  200. tencentcloud/tke/v20180525/tke_client.py +69 -0
  201. tencentcloud/tke/v20180525/tke_client_async.py +54 -0
  202. tencentcloud/tke/v20220501/models.py +539 -0
  203. tencentcloud/tke/v20220501/tke_client.py +23 -0
  204. tencentcloud/tke/v20220501/tke_client_async.py +18 -0
  205. tencentcloud/trocket/v20230308/models.py +42 -21
  206. tencentcloud/trocket/v20230308/trocket_client.py +2 -1
  207. tencentcloud/trocket/v20230308/trocket_client_async.py +2 -1
  208. tencentcloud/trtc/v20190722/errorcodes.py +3 -0
  209. tencentcloud/trtc/v20190722/models.py +173 -30
  210. tencentcloud/tse/v20201207/models.py +42 -0
  211. tencentcloud/tsf/v20180326/errorcodes.py +4 -4
  212. tencentcloud/tsf/v20180326/models.py +15 -510
  213. tencentcloud/tsf/v20180326/tsf_client.py +66 -47
  214. tencentcloud/tsf/v20180326/tsf_client_async.py +44 -20
  215. tencentcloud/tts/v20190823/tts_client.py +1 -1
  216. tencentcloud/tts/v20190823/tts_client_async.py +1 -1
  217. tencentcloud/vclm/v20240523/models.py +383 -0
  218. tencentcloud/vclm/v20240523/vclm_client.py +46 -0
  219. tencentcloud/vclm/v20240523/vclm_client_async.py +36 -0
  220. tencentcloud/vcube/v20220410/models.py +30 -0
  221. tencentcloud/vdb/v20230616/models.py +567 -0
  222. tencentcloud/vdb/v20230616/vdb_client.py +69 -0
  223. tencentcloud/vdb/v20230616/vdb_client_async.py +54 -0
  224. tencentcloud/vm/v20210922/models.py +116 -0
  225. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  226. tencentcloud/vod/v20180717/models.py +4107 -622
  227. tencentcloud/vod/v20180717/vod_client.py +72 -3
  228. tencentcloud/vod/v20180717/vod_client_async.py +57 -3
  229. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  230. tencentcloud/vpc/v20170312/models.py +387 -2
  231. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  232. tencentcloud/vpc/v20170312/vpc_client_async.py +18 -0
  233. tencentcloud/waf/v20180125/errorcodes.py +3 -0
  234. tencentcloud/waf/v20180125/models.py +970 -0
  235. tencentcloud/waf/v20180125/waf_client.py +46 -0
  236. tencentcloud/waf/v20180125/waf_client_async.py +36 -0
  237. tencentcloud/wedata/v20210820/models.py +2851 -29
  238. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  239. tencentcloud/wedata/v20210820/wedata_client_async.py +18 -0
  240. tencentcloud/wedata/v20250806/errorcodes.py +21 -0
  241. tencentcloud/wedata/v20250806/models.py +40999 -15704
  242. tencentcloud/wedata/v20250806/wedata_client.py +1402 -65
  243. tencentcloud/wedata/v20250806/wedata_client_async.py +1047 -0
  244. tencentcloud/weilingwith/v20230427/errorcodes.py +0 -3
  245. tencentcloud/weilingwith/v20230427/models.py +17 -336
  246. tencentcloud/weilingwith/v20230427/weilingwith_client.py +0 -25
  247. tencentcloud/weilingwith/v20230427/weilingwith_client_async.py +0 -20
  248. tencentcloud/wimgs/__init__.py +0 -0
  249. tencentcloud/wimgs/v20251106/__init__.py +0 -0
  250. tencentcloud/wimgs/v20251106/errorcodes.py +33 -0
  251. tencentcloud/wimgs/v20251106/models.py +132 -0
  252. tencentcloud/wimgs/v20251106/wimgs_client.py +49 -0
  253. tencentcloud/wimgs/v20251106/wimgs_client_async.py +44 -0
  254. tencentcloud/wsa/v20250508/errorcodes.py +6 -0
  255. tencentcloud/wsa/v20250508/models.py +17 -2
  256. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/METADATA +1 -1
  257. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/RECORD +260 -243
  258. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/WHEEL +1 -1
  259. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/LICENSE +0 -0
  260. {tencentcloud_sdk_python-3.1.13.dist-info → tencentcloud_sdk_python-3.1.33.dist-info}/top_level.txt +0 -0
@@ -318,13 +318,13 @@ class AddRealServersRequest(AbstractModel):
318
318
 
319
319
  def __init__(self):
320
320
  r"""
321
- :param _ProjectId: 源站对应的项目ID
321
+ :param _ProjectId: <p>源站对应的项目ID</p>
322
322
  :type ProjectId: int
323
- :param _RealServerIP: 源站对应的IP或域名
323
+ :param _RealServerIP: <p>源站对应的IP或域名</p>
324
324
  :type RealServerIP: list of str
325
- :param _RealServerName: 源站名称
325
+ :param _RealServerName: <p>源站名称</p>
326
326
  :type RealServerName: str
327
- :param _TagSet: 标签列表
327
+ :param _TagSet: <p>标签列表</p>
328
328
  :type TagSet: list of TagPair
329
329
  """
330
330
  self._ProjectId = None
@@ -334,7 +334,7 @@ class AddRealServersRequest(AbstractModel):
334
334
 
335
335
  @property
336
336
  def ProjectId(self):
337
- r"""源站对应的项目ID
337
+ r"""<p>源站对应的项目ID</p>
338
338
  :rtype: int
339
339
  """
340
340
  return self._ProjectId
@@ -345,7 +345,7 @@ class AddRealServersRequest(AbstractModel):
345
345
 
346
346
  @property
347
347
  def RealServerIP(self):
348
- r"""源站对应的IP或域名
348
+ r"""<p>源站对应的IP或域名</p>
349
349
  :rtype: list of str
350
350
  """
351
351
  return self._RealServerIP
@@ -356,7 +356,7 @@ class AddRealServersRequest(AbstractModel):
356
356
 
357
357
  @property
358
358
  def RealServerName(self):
359
- r"""源站名称
359
+ r"""<p>源站名称</p>
360
360
  :rtype: str
361
361
  """
362
362
  return self._RealServerName
@@ -367,7 +367,7 @@ class AddRealServersRequest(AbstractModel):
367
367
 
368
368
  @property
369
369
  def TagSet(self):
370
- r"""标签列表
370
+ r"""<p>标签列表</p>
371
371
  :rtype: list of TagPair
372
372
  """
373
373
  return self._TagSet
@@ -404,7 +404,7 @@ class AddRealServersResponse(AbstractModel):
404
404
 
405
405
  def __init__(self):
406
406
  r"""
407
- :param _RealServerSet: 源站信息列表
407
+ :param _RealServerSet: <p>源站信息列表</p>
408
408
  :type RealServerSet: list of NewRealServer
409
409
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
410
410
  :type RequestId: str
@@ -414,7 +414,7 @@ class AddRealServersResponse(AbstractModel):
414
414
 
415
415
  @property
416
416
  def RealServerSet(self):
417
- r"""源站信息列表
417
+ r"""<p>源站信息列表</p>
418
418
  :rtype: list of NewRealServer
419
419
  """
420
420
  return self._RealServerSet
@@ -552,9 +552,9 @@ class BindListenerRealServersRequest(AbstractModel):
552
552
 
553
553
  def __init__(self):
554
554
  r"""
555
- :param _ListenerId: 监听器ID
555
+ :param _ListenerId: <p>监听器ID</p>
556
556
  :type ListenerId: str
557
- :param _RealServerBindSet: 待绑定源站列表。如果该监听器的源站调度策略是加权轮询,需要填写源站权重 RealServerWeight, 不填或者其他调度类型默认源站权重为1
557
+ :param _RealServerBindSet: <p>待绑定源站列表。如果该监听器的源站调度策略是加权轮询,需要填写源站权重 RealServerWeight, 不填或者其他调度类型默认源站权重为1。</p>
558
558
  :type RealServerBindSet: list of RealServerBindSetReq
559
559
  """
560
560
  self._ListenerId = None
@@ -562,7 +562,7 @@ class BindListenerRealServersRequest(AbstractModel):
562
562
 
563
563
  @property
564
564
  def ListenerId(self):
565
- r"""监听器ID
565
+ r"""<p>监听器ID</p>
566
566
  :rtype: str
567
567
  """
568
568
  return self._ListenerId
@@ -573,7 +573,7 @@ class BindListenerRealServersRequest(AbstractModel):
573
573
 
574
574
  @property
575
575
  def RealServerBindSet(self):
576
- r"""待绑定源站列表。如果该监听器的源站调度策略是加权轮询,需要填写源站权重 RealServerWeight, 不填或者其他调度类型默认源站权重为1
576
+ r"""<p>待绑定源站列表。如果该监听器的源站调度策略是加权轮询,需要填写源站权重 RealServerWeight, 不填或者其他调度类型默认源站权重为1。</p>
577
577
  :rtype: list of RealServerBindSetReq
578
578
  """
579
579
  return self._RealServerBindSet
@@ -1337,23 +1337,23 @@ class CheckProxyCreateRequest(AbstractModel):
1337
1337
 
1338
1338
  def __init__(self):
1339
1339
  r"""
1340
- :param _AccessRegion: 通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到
1340
+ :param _AccessRegion: <p>通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到</p>
1341
1341
  :type AccessRegion: str
1342
- :param _RealServerRegion: 通道的源站区域。取值可通过接口DescribeDestRegions获取到
1342
+ :param _RealServerRegion: <p>通道的源站区域。取值可通过接口DescribeDestRegions获取到</p>
1343
1343
  :type RealServerRegion: str
1344
- :param _Bandwidth: 通道带宽上限,单位:Mbps
1344
+ :param _Bandwidth: <p>通道带宽上限,单位:Mbps。</p>
1345
1345
  :type Bandwidth: int
1346
- :param _Concurrent: 通道并发量上限,表示同时在线的连接数,单位:万。
1346
+ :param _Concurrent: <p>通道并发量上限,表示同时在线的连接数,单位:万。</p>
1347
1347
  :type Concurrent: int
1348
- :param _GroupId: 如果在通道组下创建通道,需要填写通道组的ID
1348
+ :param _GroupId: <p>如果在通道组下创建通道,需要填写通道组的ID</p>
1349
1349
  :type GroupId: str
1350
- :param _IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
1350
+ :param _IPAddressVersion: <p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
1351
1351
  :type IPAddressVersion: str
1352
- :param _NetworkType: 网络类型,可取值:normal、cn2,默认值normal
1352
+ :param _NetworkType: <p>网络类型,可取值:normal、cn2,默认值normal</p>
1353
1353
  :type NetworkType: str
1354
- :param _PackageType: 通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
1354
+ :param _PackageType: <p>通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。</p>
1355
1355
  :type PackageType: str
1356
- :param _Http3Supported: 该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0
1356
+ :param _Http3Supported: <p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
1357
1357
  :type Http3Supported: int
1358
1358
  """
1359
1359
  self._AccessRegion = None
@@ -1368,7 +1368,7 @@ class CheckProxyCreateRequest(AbstractModel):
1368
1368
 
1369
1369
  @property
1370
1370
  def AccessRegion(self):
1371
- r"""通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到
1371
+ r"""<p>通道的接入(加速)区域。取值可通过接口DescribeAccessRegionsByDestRegion获取到</p>
1372
1372
  :rtype: str
1373
1373
  """
1374
1374
  return self._AccessRegion
@@ -1379,7 +1379,7 @@ class CheckProxyCreateRequest(AbstractModel):
1379
1379
 
1380
1380
  @property
1381
1381
  def RealServerRegion(self):
1382
- r"""通道的源站区域。取值可通过接口DescribeDestRegions获取到
1382
+ r"""<p>通道的源站区域。取值可通过接口DescribeDestRegions获取到</p>
1383
1383
  :rtype: str
1384
1384
  """
1385
1385
  return self._RealServerRegion
@@ -1390,7 +1390,7 @@ class CheckProxyCreateRequest(AbstractModel):
1390
1390
 
1391
1391
  @property
1392
1392
  def Bandwidth(self):
1393
- r"""通道带宽上限,单位:Mbps
1393
+ r"""<p>通道带宽上限,单位:Mbps。</p>
1394
1394
  :rtype: int
1395
1395
  """
1396
1396
  return self._Bandwidth
@@ -1401,7 +1401,7 @@ class CheckProxyCreateRequest(AbstractModel):
1401
1401
 
1402
1402
  @property
1403
1403
  def Concurrent(self):
1404
- r"""通道并发量上限,表示同时在线的连接数,单位:万。
1404
+ r"""<p>通道并发量上限,表示同时在线的连接数,单位:万。</p>
1405
1405
  :rtype: int
1406
1406
  """
1407
1407
  return self._Concurrent
@@ -1412,7 +1412,7 @@ class CheckProxyCreateRequest(AbstractModel):
1412
1412
 
1413
1413
  @property
1414
1414
  def GroupId(self):
1415
- r"""如果在通道组下创建通道,需要填写通道组的ID
1415
+ r"""<p>如果在通道组下创建通道,需要填写通道组的ID</p>
1416
1416
  :rtype: str
1417
1417
  """
1418
1418
  return self._GroupId
@@ -1423,7 +1423,7 @@ class CheckProxyCreateRequest(AbstractModel):
1423
1423
 
1424
1424
  @property
1425
1425
  def IPAddressVersion(self):
1426
- r"""IP版本,可取值:IPv4、IPv6,默认值IPv4
1426
+ r"""<p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
1427
1427
  :rtype: str
1428
1428
  """
1429
1429
  return self._IPAddressVersion
@@ -1434,7 +1434,7 @@ class CheckProxyCreateRequest(AbstractModel):
1434
1434
 
1435
1435
  @property
1436
1436
  def NetworkType(self):
1437
- r"""网络类型,可取值:normal、cn2,默认值normal
1437
+ r"""<p>网络类型,可取值:normal、cn2,默认值normal</p>
1438
1438
  :rtype: str
1439
1439
  """
1440
1440
  return self._NetworkType
@@ -1445,7 +1445,7 @@ class CheckProxyCreateRequest(AbstractModel):
1445
1445
 
1446
1446
  @property
1447
1447
  def PackageType(self):
1448
- r"""通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。
1448
+ r"""<p>通道套餐类型。Thunder表示标准通道组,Accelerator表示游戏加速器通道,CrossBorder表示跨境通道。</p>
1449
1449
  :rtype: str
1450
1450
  """
1451
1451
  return self._PackageType
@@ -1456,7 +1456,7 @@ class CheckProxyCreateRequest(AbstractModel):
1456
1456
 
1457
1457
  @property
1458
1458
  def Http3Supported(self):
1459
- r"""该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0
1459
+ r"""<p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
1460
1460
  :rtype: int
1461
1461
  """
1462
1462
  return self._Http3Supported
@@ -1493,7 +1493,7 @@ class CheckProxyCreateResponse(AbstractModel):
1493
1493
 
1494
1494
  def __init__(self):
1495
1495
  r"""
1496
- :param _CheckFlag: 查询能否创建给定配置的通道,1可以创建,0不可创建。
1496
+ :param _CheckFlag: <p>查询能否创建给定配置的通道,1可以创建,0不可创建。</p>
1497
1497
  :type CheckFlag: int
1498
1498
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1499
1499
  :type RequestId: str
@@ -1503,7 +1503,7 @@ class CheckProxyCreateResponse(AbstractModel):
1503
1503
 
1504
1504
  @property
1505
1505
  def CheckFlag(self):
1506
- r"""查询能否创建给定配置的通道,1可以创建,0不可创建。
1506
+ r"""<p>查询能否创建给定配置的通道,1可以创建,0不可创建。</p>
1507
1507
  :rtype: int
1508
1508
  """
1509
1509
  return self._CheckFlag
@@ -1976,20 +1976,13 @@ class CreateCertificateRequest(AbstractModel):
1976
1976
 
1977
1977
  def __init__(self):
1978
1978
  r"""
1979
- :param _CertificateType: 证书类型。其中:
1980
- 0,表示基础认证配置;
1981
- 1,表示客户端CA证书;
1982
- 2,服务器SSL证书;
1983
- 3,表示源站CA证书;
1984
- 4,表示通道SSL证书。
1979
+ :param _CertificateType: <p>证书类型。其中:0,表示基础认证配置;1,表示客户端CA证书;2,服务器SSL证书;3,表示源站CA证书;4,表示通道SSL证书。</p>
1985
1980
  :type CertificateType: int
1986
- :param _CertificateContent: 证书内容。采用url编码。其中:
1987
- 当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。
1988
- 当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。
1981
+ :param _CertificateContent: <p>证书内容。采用url编码。其中:当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。</p>
1989
1982
  :type CertificateContent: str
1990
- :param _CertificateAlias: 证书名称
1983
+ :param _CertificateAlias: <p>证书名称</p>
1991
1984
  :type CertificateAlias: str
1992
- :param _CertificateKey: 密钥内容。采用url编码。仅当证书类型为SSL证书时,需要填写该参数。格式为pem
1985
+ :param _CertificateKey: <p>密钥内容。采用url编码。仅当证书类型为SSL证书时,需要填写该参数。格式为pem。</p>
1993
1986
  :type CertificateKey: str
1994
1987
  """
1995
1988
  self._CertificateType = None
@@ -1999,12 +1992,7 @@ class CreateCertificateRequest(AbstractModel):
1999
1992
 
2000
1993
  @property
2001
1994
  def CertificateType(self):
2002
- r"""证书类型。其中:
2003
- 0,表示基础认证配置;
2004
- 1,表示客户端CA证书;
2005
- 2,服务器SSL证书;
2006
- 3,表示源站CA证书;
2007
- 4,表示通道SSL证书。
1995
+ r"""<p>证书类型。其中:0,表示基础认证配置;1,表示客户端CA证书;2,服务器SSL证书;3,表示源站CA证书;4,表示通道SSL证书。</p>
2008
1996
  :rtype: int
2009
1997
  """
2010
1998
  return self._CertificateType
@@ -2015,9 +2003,7 @@ class CreateCertificateRequest(AbstractModel):
2015
2003
 
2016
2004
  @property
2017
2005
  def CertificateContent(self):
2018
- r"""证书内容。采用url编码。其中:
2019
- 当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。
2020
- 当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。
2006
+ r"""<p>证书内容。采用url编码。其中:当证书类型为基础认证配置时,该参数填写用户名/密码对。格式:“用户名:密码”,例如:root:FSGdT。其中密码使用htpasswd或者openssl,例如:openssl passwd -crypt 123456。当证书类型为CA/SSL证书时,该参数填写证书内容,格式为pem。</p>
2021
2007
  :rtype: str
2022
2008
  """
2023
2009
  return self._CertificateContent
@@ -2028,7 +2014,7 @@ class CreateCertificateRequest(AbstractModel):
2028
2014
 
2029
2015
  @property
2030
2016
  def CertificateAlias(self):
2031
- r"""证书名称
2017
+ r"""<p>证书名称</p>
2032
2018
  :rtype: str
2033
2019
  """
2034
2020
  return self._CertificateAlias
@@ -2039,7 +2025,7 @@ class CreateCertificateRequest(AbstractModel):
2039
2025
 
2040
2026
  @property
2041
2027
  def CertificateKey(self):
2042
- r"""密钥内容。采用url编码。仅当证书类型为SSL证书时,需要填写该参数。格式为pem
2028
+ r"""<p>密钥内容。采用url编码。仅当证书类型为SSL证书时,需要填写该参数。格式为pem。</p>
2043
2029
  :rtype: str
2044
2030
  """
2045
2031
  return self._CertificateKey
@@ -2071,7 +2057,7 @@ class CreateCertificateResponse(AbstractModel):
2071
2057
 
2072
2058
  def __init__(self):
2073
2059
  r"""
2074
- :param _CertificateId: 证书ID
2060
+ :param _CertificateId: <p>证书ID</p>
2075
2061
  :type CertificateId: str
2076
2062
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2077
2063
  :type RequestId: str
@@ -2081,7 +2067,7 @@ class CreateCertificateResponse(AbstractModel):
2081
2067
 
2082
2068
  @property
2083
2069
  def CertificateId(self):
2084
- r"""证书ID
2070
+ r"""<p>证书ID</p>
2085
2071
  :rtype: str
2086
2072
  """
2087
2073
  return self._CertificateId
@@ -2198,19 +2184,19 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2198
2184
 
2199
2185
  def __init__(self):
2200
2186
  r"""
2201
- :param _ListenerId: 监听器ID
2187
+ :param _ListenerId: <p>监听器ID</p>
2202
2188
  :type ListenerId: str
2203
- :param _Domain: 域名
2189
+ :param _Domain: <p>域名</p>
2204
2190
  :type Domain: str
2205
- :param _ErrorNos: 原始错误码
2191
+ :param _ErrorNos: <p>原始错误码</p>
2206
2192
  :type ErrorNos: list of int
2207
- :param _Body: 新的响应包体
2193
+ :param _Body: <p>新的响应包体</p>
2208
2194
  :type Body: str
2209
- :param _NewErrorNo: 新错误码
2195
+ :param _NewErrorNo: <p>新错误码</p>
2210
2196
  :type NewErrorNo: int
2211
- :param _ClearHeaders: 需要删除的响应头
2197
+ :param _ClearHeaders: <p>需要删除的响应头</p>
2212
2198
  :type ClearHeaders: list of str
2213
- :param _SetHeaders: 需要设置的响应头
2199
+ :param _SetHeaders: <p>需要设置的响应头</p>
2214
2200
  :type SetHeaders: list of HttpHeaderParam
2215
2201
  """
2216
2202
  self._ListenerId = None
@@ -2223,7 +2209,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2223
2209
 
2224
2210
  @property
2225
2211
  def ListenerId(self):
2226
- r"""监听器ID
2212
+ r"""<p>监听器ID</p>
2227
2213
  :rtype: str
2228
2214
  """
2229
2215
  return self._ListenerId
@@ -2234,7 +2220,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2234
2220
 
2235
2221
  @property
2236
2222
  def Domain(self):
2237
- r"""域名
2223
+ r"""<p>域名</p>
2238
2224
  :rtype: str
2239
2225
  """
2240
2226
  return self._Domain
@@ -2245,7 +2231,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2245
2231
 
2246
2232
  @property
2247
2233
  def ErrorNos(self):
2248
- r"""原始错误码
2234
+ r"""<p>原始错误码</p>
2249
2235
  :rtype: list of int
2250
2236
  """
2251
2237
  return self._ErrorNos
@@ -2256,7 +2242,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2256
2242
 
2257
2243
  @property
2258
2244
  def Body(self):
2259
- r"""新的响应包体
2245
+ r"""<p>新的响应包体</p>
2260
2246
  :rtype: str
2261
2247
  """
2262
2248
  return self._Body
@@ -2267,7 +2253,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2267
2253
 
2268
2254
  @property
2269
2255
  def NewErrorNo(self):
2270
- r"""新错误码
2256
+ r"""<p>新错误码</p>
2271
2257
  :rtype: int
2272
2258
  """
2273
2259
  return self._NewErrorNo
@@ -2278,7 +2264,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2278
2264
 
2279
2265
  @property
2280
2266
  def ClearHeaders(self):
2281
- r"""需要删除的响应头
2267
+ r"""<p>需要删除的响应头</p>
2282
2268
  :rtype: list of str
2283
2269
  """
2284
2270
  return self._ClearHeaders
@@ -2289,7 +2275,7 @@ class CreateDomainErrorPageInfoRequest(AbstractModel):
2289
2275
 
2290
2276
  @property
2291
2277
  def SetHeaders(self):
2292
- r"""需要设置的响应头
2278
+ r"""<p>需要设置的响应头</p>
2293
2279
  :rtype: list of HttpHeaderParam
2294
2280
  """
2295
2281
  return self._SetHeaders
@@ -2329,7 +2315,7 @@ class CreateDomainErrorPageInfoResponse(AbstractModel):
2329
2315
 
2330
2316
  def __init__(self):
2331
2317
  r"""
2332
- :param _ErrorPageId: 错误定制响应的配置ID
2318
+ :param _ErrorPageId: <p>错误定制响应的配置ID</p>
2333
2319
  :type ErrorPageId: str
2334
2320
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2335
2321
  :type RequestId: str
@@ -2339,7 +2325,7 @@ class CreateDomainErrorPageInfoResponse(AbstractModel):
2339
2325
 
2340
2326
  @property
2341
2327
  def ErrorPageId(self):
2342
- r"""错误定制响应的配置ID
2328
+ r"""<p>错误定制响应的配置ID</p>
2343
2329
  :rtype: str
2344
2330
  """
2345
2331
  return self._ErrorPageId
@@ -2759,13 +2745,13 @@ class CreateHTTPListenerRequest(AbstractModel):
2759
2745
 
2760
2746
  def __init__(self):
2761
2747
  r"""
2762
- :param _ListenerName: 监听器名称
2748
+ :param _ListenerName: <p>监听器名称</p>
2763
2749
  :type ListenerName: str
2764
- :param _Port: 监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复
2750
+ :param _Port: <p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
2765
2751
  :type Port: int
2766
- :param _ProxyId: 通道ID,与GroupId不能同时设置,对应为通道创建监听器
2752
+ :param _ProxyId: <p>通道ID,与GroupId不能同时设置,对应为通道创建监听器</p>
2767
2753
  :type ProxyId: str
2768
- :param _GroupId: 通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器
2754
+ :param _GroupId: <p>通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器</p>
2769
2755
  :type GroupId: str
2770
2756
  """
2771
2757
  self._ListenerName = None
@@ -2775,7 +2761,7 @@ class CreateHTTPListenerRequest(AbstractModel):
2775
2761
 
2776
2762
  @property
2777
2763
  def ListenerName(self):
2778
- r"""监听器名称
2764
+ r"""<p>监听器名称</p>
2779
2765
  :rtype: str
2780
2766
  """
2781
2767
  return self._ListenerName
@@ -2786,7 +2772,7 @@ class CreateHTTPListenerRequest(AbstractModel):
2786
2772
 
2787
2773
  @property
2788
2774
  def Port(self):
2789
- r"""监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复
2775
+ r"""<p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
2790
2776
  :rtype: int
2791
2777
  """
2792
2778
  return self._Port
@@ -2797,7 +2783,7 @@ class CreateHTTPListenerRequest(AbstractModel):
2797
2783
 
2798
2784
  @property
2799
2785
  def ProxyId(self):
2800
- r"""通道ID,与GroupId不能同时设置,对应为通道创建监听器
2786
+ r"""<p>通道ID,与GroupId不能同时设置,对应为通道创建监听器</p>
2801
2787
  :rtype: str
2802
2788
  """
2803
2789
  return self._ProxyId
@@ -2808,7 +2794,7 @@ class CreateHTTPListenerRequest(AbstractModel):
2808
2794
 
2809
2795
  @property
2810
2796
  def GroupId(self):
2811
- r"""通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器
2797
+ r"""<p>通道组ID,与ProxyId不能同时设置,对应为通道组创建监听器</p>
2812
2798
  :rtype: str
2813
2799
  """
2814
2800
  return self._GroupId
@@ -2840,7 +2826,7 @@ class CreateHTTPListenerResponse(AbstractModel):
2840
2826
 
2841
2827
  def __init__(self):
2842
2828
  r"""
2843
- :param _ListenerId: 创建的监听器ID
2829
+ :param _ListenerId: <p>创建的监听器ID</p>
2844
2830
  :type ListenerId: str
2845
2831
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2846
2832
  :type RequestId: str
@@ -2850,7 +2836,7 @@ class CreateHTTPListenerResponse(AbstractModel):
2850
2836
 
2851
2837
  @property
2852
2838
  def ListenerId(self):
2853
- r"""创建的监听器ID
2839
+ r"""<p>创建的监听器ID</p>
2854
2840
  :rtype: str
2855
2841
  """
2856
2842
  return self._ListenerId
@@ -2883,32 +2869,25 @@ class CreateHTTPSListenerRequest(AbstractModel):
2883
2869
 
2884
2870
  def __init__(self):
2885
2871
  r"""
2886
- :param _ListenerName: 监听器名称
2872
+ :param _ListenerName: <p>监听器名称</p>
2887
2873
  :type ListenerName: str
2888
- :param _Port: 监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复
2874
+ :param _Port: <p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
2889
2875
  :type Port: int
2890
- :param _CertificateId: 服务器证书ID
2876
+ :param _CertificateId: <p>服务器证书ID</p>
2891
2877
  :type CertificateId: str
2892
- :param _ForwardProtocol: 加速通道转发到源站的协议类型:HTTP | HTTPS
2878
+ :param _ForwardProtocol: <p>加速通道转发到源站的协议类型:HTTP | HTTPS</p>
2893
2879
  :type ForwardProtocol: str
2894
- :param _ProxyId: 通道ID,与GroupId之间只能设置一个。表示创建通道的监听器。
2880
+ :param _ProxyId: <p>通道ID,与GroupId之间只能设置一个。表示创建通道的监听器。</p>
2895
2881
  :type ProxyId: str
2896
- :param _AuthType: 认证类型,其中:
2897
- 0,单向认证;
2898
- 1,双向认证。
2899
- 默认使用单向认证。
2882
+ :param _AuthType: <p>认证类型,其中:0,单向认证;1,双向认证。默认使用单向认证。</p>
2900
2883
  :type AuthType: int
2901
- :param _ClientCertificateId: 客户端CA单证书ID,仅当双向认证时设置该参数或PolyClientCertificateIds参数
2884
+ :param _ClientCertificateId: <p>客户端CA单证书ID,仅当双向认证时设置该参数或PolyClientCertificateIds参数</p>
2902
2885
  :type ClientCertificateId: str
2903
- :param _PolyClientCertificateIds: 新的客户端多CA证书ID,仅当双向认证时设置该参数或设置ClientCertificateId参数
2886
+ :param _PolyClientCertificateIds: <p>新的客户端多CA证书ID,仅当双向认证时设置该参数或设置ClientCertificateId参数</p>
2904
2887
  :type PolyClientCertificateIds: list of str
2905
- :param _GroupId: 通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。
2888
+ :param _GroupId: <p>通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。</p>
2906
2889
  :type GroupId: str
2907
- :param _Http3Supported: 支持Http3的开关,其中:
2908
- 0,表示不需要支持Http3接入;
2909
- 1,表示需要支持Http3接入。
2910
- 注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
2911
- 该功能的启停无法在监听器创建完毕后再修改。
2890
+ :param _Http3Supported: <p>支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。该功能的启停无法在监听器创建完毕后再修改。</p>
2912
2891
  :type Http3Supported: int
2913
2892
  """
2914
2893
  self._ListenerName = None
@@ -2924,7 +2903,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
2924
2903
 
2925
2904
  @property
2926
2905
  def ListenerName(self):
2927
- r"""监听器名称
2906
+ r"""<p>监听器名称</p>
2928
2907
  :rtype: str
2929
2908
  """
2930
2909
  return self._ListenerName
@@ -2935,7 +2914,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
2935
2914
 
2936
2915
  @property
2937
2916
  def Port(self):
2938
- r"""监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复
2917
+ r"""<p>监听器端口,基于同种传输层协议(TCP 或 UDP)的监听器,端口不可重复</p>
2939
2918
  :rtype: int
2940
2919
  """
2941
2920
  return self._Port
@@ -2946,7 +2925,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
2946
2925
 
2947
2926
  @property
2948
2927
  def CertificateId(self):
2949
- r"""服务器证书ID
2928
+ r"""<p>服务器证书ID</p>
2950
2929
  :rtype: str
2951
2930
  """
2952
2931
  return self._CertificateId
@@ -2957,7 +2936,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
2957
2936
 
2958
2937
  @property
2959
2938
  def ForwardProtocol(self):
2960
- r"""加速通道转发到源站的协议类型:HTTP | HTTPS
2939
+ r"""<p>加速通道转发到源站的协议类型:HTTP | HTTPS</p>
2961
2940
  :rtype: str
2962
2941
  """
2963
2942
  return self._ForwardProtocol
@@ -2968,7 +2947,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
2968
2947
 
2969
2948
  @property
2970
2949
  def ProxyId(self):
2971
- r"""通道ID,与GroupId之间只能设置一个。表示创建通道的监听器。
2950
+ r"""<p>通道ID,与GroupId之间只能设置一个。表示创建通道的监听器。</p>
2972
2951
  :rtype: str
2973
2952
  """
2974
2953
  return self._ProxyId
@@ -2979,10 +2958,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
2979
2958
 
2980
2959
  @property
2981
2960
  def AuthType(self):
2982
- r"""认证类型,其中:
2983
- 0,单向认证;
2984
- 1,双向认证。
2985
- 默认使用单向认证。
2961
+ r"""<p>认证类型,其中:0,单向认证;1,双向认证。默认使用单向认证。</p>
2986
2962
  :rtype: int
2987
2963
  """
2988
2964
  return self._AuthType
@@ -2993,7 +2969,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
2993
2969
 
2994
2970
  @property
2995
2971
  def ClientCertificateId(self):
2996
- r"""客户端CA单证书ID,仅当双向认证时设置该参数或PolyClientCertificateIds参数
2972
+ r"""<p>客户端CA单证书ID,仅当双向认证时设置该参数或PolyClientCertificateIds参数</p>
2997
2973
  :rtype: str
2998
2974
  """
2999
2975
  return self._ClientCertificateId
@@ -3004,7 +2980,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
3004
2980
 
3005
2981
  @property
3006
2982
  def PolyClientCertificateIds(self):
3007
- r"""新的客户端多CA证书ID,仅当双向认证时设置该参数或设置ClientCertificateId参数
2983
+ r"""<p>新的客户端多CA证书ID,仅当双向认证时设置该参数或设置ClientCertificateId参数</p>
3008
2984
  :rtype: list of str
3009
2985
  """
3010
2986
  return self._PolyClientCertificateIds
@@ -3015,7 +2991,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
3015
2991
 
3016
2992
  @property
3017
2993
  def GroupId(self):
3018
- r"""通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。
2994
+ r"""<p>通道组ID,与ProxyId之间只能设置一个。表示创建通道组的监听器。</p>
3019
2995
  :rtype: str
3020
2996
  """
3021
2997
  return self._GroupId
@@ -3026,11 +3002,7 @@ class CreateHTTPSListenerRequest(AbstractModel):
3026
3002
 
3027
3003
  @property
3028
3004
  def Http3Supported(self):
3029
- r"""支持Http3的开关,其中:
3030
- 0,表示不需要支持Http3接入;
3031
- 1,表示需要支持Http3接入。
3032
- 注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
3033
- 该功能的启停无法在监听器创建完毕后再修改。
3005
+ r"""<p>支持Http3的开关,其中:0,表示不需要支持Http3接入;1,表示需要支持Http3接入。注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。该功能的启停无法在监听器创建完毕后再修改。</p>
3034
3006
  :rtype: int
3035
3007
  """
3036
3008
  return self._Http3Supported
@@ -3068,7 +3040,7 @@ class CreateHTTPSListenerResponse(AbstractModel):
3068
3040
 
3069
3041
  def __init__(self):
3070
3042
  r"""
3071
- :param _ListenerId: 创建的监听器ID
3043
+ :param _ListenerId: <p>创建的监听器ID</p>
3072
3044
  :type ListenerId: str
3073
3045
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3074
3046
  :type RequestId: str
@@ -3078,7 +3050,7 @@ class CreateHTTPSListenerResponse(AbstractModel):
3078
3050
 
3079
3051
  @property
3080
3052
  def ListenerId(self):
3081
- r"""创建的监听器ID
3053
+ r"""<p>创建的监听器ID</p>
3082
3054
  :rtype: str
3083
3055
  """
3084
3056
  return self._ListenerId
@@ -3190,21 +3162,21 @@ class CreateProxyGroupRequest(AbstractModel):
3190
3162
 
3191
3163
  def __init__(self):
3192
3164
  r"""
3193
- :param _ProjectId: 通道组所属项目ID
3165
+ :param _ProjectId: <p>通道组所属项目ID</p>
3194
3166
  :type ProjectId: int
3195
- :param _GroupName: 通道组别名
3167
+ :param _GroupName: <p>通道组别名</p>
3196
3168
  :type GroupName: str
3197
- :param _RealServerRegion: 源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId
3169
+ :param _RealServerRegion: <p>源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId</p>
3198
3170
  :type RealServerRegion: str
3199
- :param _TagSet: 标签列表
3171
+ :param _TagSet: <p>标签列表</p>
3200
3172
  :type TagSet: list of TagPair
3201
- :param _AccessRegionSet: 加速地域列表,包括加速地域名,及该地域对应的带宽和并发配置。
3173
+ :param _AccessRegionSet: <p>加速地域列表,包括加速地域名,及该地域对应的带宽和并发配置。</p>
3202
3174
  :type AccessRegionSet: list of AccessConfiguration
3203
- :param _IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
3175
+ :param _IPAddressVersion: <p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
3204
3176
  :type IPAddressVersion: str
3205
- :param _PackageType: 通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder
3177
+ :param _PackageType: <p>通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder</p>
3206
3178
  :type PackageType: str
3207
- :param _Http3Supported: 该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道组默认支持Http3.0;当为IPv6,默认不支持Http3.0
3179
+ :param _Http3Supported: <p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道组默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
3208
3180
  :type Http3Supported: int
3209
3181
  """
3210
3182
  self._ProjectId = None
@@ -3218,7 +3190,7 @@ class CreateProxyGroupRequest(AbstractModel):
3218
3190
 
3219
3191
  @property
3220
3192
  def ProjectId(self):
3221
- r"""通道组所属项目ID
3193
+ r"""<p>通道组所属项目ID</p>
3222
3194
  :rtype: int
3223
3195
  """
3224
3196
  return self._ProjectId
@@ -3229,7 +3201,7 @@ class CreateProxyGroupRequest(AbstractModel):
3229
3201
 
3230
3202
  @property
3231
3203
  def GroupName(self):
3232
- r"""通道组别名
3204
+ r"""<p>通道组别名</p>
3233
3205
  :rtype: str
3234
3206
  """
3235
3207
  return self._GroupName
@@ -3240,7 +3212,7 @@ class CreateProxyGroupRequest(AbstractModel):
3240
3212
 
3241
3213
  @property
3242
3214
  def RealServerRegion(self):
3243
- r"""源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId
3215
+ r"""<p>源站地域,参考接口 [https://cloud.tencent.com/document/api/608/36964] 返回参数RegionDetail中的RegionId</p>
3244
3216
  :rtype: str
3245
3217
  """
3246
3218
  return self._RealServerRegion
@@ -3251,7 +3223,7 @@ class CreateProxyGroupRequest(AbstractModel):
3251
3223
 
3252
3224
  @property
3253
3225
  def TagSet(self):
3254
- r"""标签列表
3226
+ r"""<p>标签列表</p>
3255
3227
  :rtype: list of TagPair
3256
3228
  """
3257
3229
  return self._TagSet
@@ -3262,7 +3234,7 @@ class CreateProxyGroupRequest(AbstractModel):
3262
3234
 
3263
3235
  @property
3264
3236
  def AccessRegionSet(self):
3265
- r"""加速地域列表,包括加速地域名,及该地域对应的带宽和并发配置。
3237
+ r"""<p>加速地域列表,包括加速地域名,及该地域对应的带宽和并发配置。</p>
3266
3238
  :rtype: list of AccessConfiguration
3267
3239
  """
3268
3240
  return self._AccessRegionSet
@@ -3273,7 +3245,7 @@ class CreateProxyGroupRequest(AbstractModel):
3273
3245
 
3274
3246
  @property
3275
3247
  def IPAddressVersion(self):
3276
- r"""IP版本,可取值:IPv4、IPv6,默认值IPv4
3248
+ r"""<p>IP版本,可取值:IPv4、IPv6,默认值IPv4</p>
3277
3249
  :rtype: str
3278
3250
  """
3279
3251
  return self._IPAddressVersion
@@ -3284,7 +3256,7 @@ class CreateProxyGroupRequest(AbstractModel):
3284
3256
 
3285
3257
  @property
3286
3258
  def PackageType(self):
3287
- r"""通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder
3259
+ r"""<p>通道组套餐类型,可取值:Thunder、Accelerator,默认值Thunder</p>
3288
3260
  :rtype: str
3289
3261
  """
3290
3262
  return self._PackageType
@@ -3295,7 +3267,7 @@ class CreateProxyGroupRequest(AbstractModel):
3295
3267
 
3296
3268
  @property
3297
3269
  def Http3Supported(self):
3298
- r"""该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道组默认支持Http3.0;当为IPv6,默认不支持Http3.0
3270
+ r"""<p>该字段已废弃,当IPAddressVersion为IPv4时,所创建的通道组默认支持Http3.0;当为IPv6,默认不支持Http3.0。</p>
3299
3271
  :rtype: int
3300
3272
  """
3301
3273
  return self._Http3Supported
@@ -3341,7 +3313,7 @@ class CreateProxyGroupResponse(AbstractModel):
3341
3313
 
3342
3314
  def __init__(self):
3343
3315
  r"""
3344
- :param _GroupId: 通道组ID
3316
+ :param _GroupId: <p>通道组ID</p>
3345
3317
  :type GroupId: str
3346
3318
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3347
3319
  :type RequestId: str
@@ -3351,7 +3323,7 @@ class CreateProxyGroupResponse(AbstractModel):
3351
3323
 
3352
3324
  @property
3353
3325
  def GroupId(self):
3354
- r"""通道组ID
3326
+ r"""<p>通道组ID</p>
3355
3327
  :rtype: str
3356
3328
  """
3357
3329
  return self._GroupId
@@ -3682,30 +3654,29 @@ class CreateRuleRequest(AbstractModel):
3682
3654
 
3683
3655
  def __init__(self):
3684
3656
  r"""
3685
- :param _ListenerId: 7层监听器ID
3657
+ :param _ListenerId: <p>7层监听器ID</p>
3686
3658
  :type ListenerId: str
3687
- :param _Domain: 转发规则的域名
3659
+ :param _Domain: <p>转发规则的域名</p>
3688
3660
  :type Domain: str
3689
- :param _Path: 转发规则的路径
3661
+ :param _Path: <p>转发规则的路径</p>
3690
3662
  :type Path: str
3691
- :param _RealServerType: 转发规则对应源站的类型,支持IP和DOMAIN类型。
3663
+ :param _RealServerType: <p>转发规则对应源站的类型,支持IP和DOMAIN类型。</p>
3692
3664
  :type RealServerType: str
3693
- :param _Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。
3665
+ :param _Scheduler: <p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。</p>
3694
3666
  :type Scheduler: str
3695
- :param _HealthCheck: 规则是否开启健康检查,1开启,0关闭。
3667
+ :param _HealthCheck: <p>规则是否开启健康检查,1开启,0关闭。</p>
3696
3668
  :type HealthCheck: int
3697
- :param _CheckParams: 源站健康检查相关参数
3669
+ :param _CheckParams: <p>源站健康检查相关参数</p>
3698
3670
  :type CheckParams: :class:`tencentcloud.gaap.v20180529.models.RuleCheckParams`
3699
- :param _ForwardProtocol: 加速通道转发到源站的协议类型:支持HTTP或HTTPS
3700
- 不传递该字段时表示使用对应监听器的ForwardProtocol。
3671
+ :param _ForwardProtocol: <p>加速通道转发到源站的协议类型:支持HTTP或HTTPS。不传递该字段时表示使用对应监听器的ForwardProtocol。</p>
3701
3672
  :type ForwardProtocol: str
3702
- :param _ForwardHost: 回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host
3673
+ :param _ForwardHost: <p>回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。</p>
3703
3674
  :type ForwardHost: str
3704
- :param _ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。
3675
+ :param _ServerNameIndicationSwitch: <p>服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。</p>
3705
3676
  :type ServerNameIndicationSwitch: str
3706
- :param _ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
3677
+ :param _ServerNameIndication: <p>服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。</p>
3707
3678
  :type ServerNameIndication: str
3708
- :param _ForcedRedirect: HTTP强制跳转HTTPS。输入当前规则对应的域名与地址。
3679
+ :param _ForcedRedirect: <p>HTTP强制跳转HTTPS。输入当前规则对应的域名与地址。</p>
3709
3680
  :type ForcedRedirect: str
3710
3681
  """
3711
3682
  self._ListenerId = None
@@ -3723,7 +3694,7 @@ class CreateRuleRequest(AbstractModel):
3723
3694
 
3724
3695
  @property
3725
3696
  def ListenerId(self):
3726
- r"""7层监听器ID
3697
+ r"""<p>7层监听器ID</p>
3727
3698
  :rtype: str
3728
3699
  """
3729
3700
  return self._ListenerId
@@ -3734,7 +3705,7 @@ class CreateRuleRequest(AbstractModel):
3734
3705
 
3735
3706
  @property
3736
3707
  def Domain(self):
3737
- r"""转发规则的域名
3708
+ r"""<p>转发规则的域名</p>
3738
3709
  :rtype: str
3739
3710
  """
3740
3711
  return self._Domain
@@ -3745,7 +3716,7 @@ class CreateRuleRequest(AbstractModel):
3745
3716
 
3746
3717
  @property
3747
3718
  def Path(self):
3748
- r"""转发规则的路径
3719
+ r"""<p>转发规则的路径</p>
3749
3720
  :rtype: str
3750
3721
  """
3751
3722
  return self._Path
@@ -3756,7 +3727,7 @@ class CreateRuleRequest(AbstractModel):
3756
3727
 
3757
3728
  @property
3758
3729
  def RealServerType(self):
3759
- r"""转发规则对应源站的类型,支持IP和DOMAIN类型。
3730
+ r"""<p>转发规则对应源站的类型,支持IP和DOMAIN类型。</p>
3760
3731
  :rtype: str
3761
3732
  """
3762
3733
  return self._RealServerType
@@ -3767,7 +3738,7 @@ class CreateRuleRequest(AbstractModel):
3767
3738
 
3768
3739
  @property
3769
3740
  def Scheduler(self):
3770
- r"""监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。
3741
+ r"""<p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数。</p>
3771
3742
  :rtype: str
3772
3743
  """
3773
3744
  return self._Scheduler
@@ -3778,7 +3749,7 @@ class CreateRuleRequest(AbstractModel):
3778
3749
 
3779
3750
  @property
3780
3751
  def HealthCheck(self):
3781
- r"""规则是否开启健康检查,1开启,0关闭。
3752
+ r"""<p>规则是否开启健康检查,1开启,0关闭。</p>
3782
3753
  :rtype: int
3783
3754
  """
3784
3755
  return self._HealthCheck
@@ -3789,7 +3760,7 @@ class CreateRuleRequest(AbstractModel):
3789
3760
 
3790
3761
  @property
3791
3762
  def CheckParams(self):
3792
- r"""源站健康检查相关参数
3763
+ r"""<p>源站健康检查相关参数</p>
3793
3764
  :rtype: :class:`tencentcloud.gaap.v20180529.models.RuleCheckParams`
3794
3765
  """
3795
3766
  return self._CheckParams
@@ -3800,8 +3771,7 @@ class CreateRuleRequest(AbstractModel):
3800
3771
 
3801
3772
  @property
3802
3773
  def ForwardProtocol(self):
3803
- r"""加速通道转发到源站的协议类型:支持HTTP或HTTPS
3804
- 不传递该字段时表示使用对应监听器的ForwardProtocol。
3774
+ r"""<p>加速通道转发到源站的协议类型:支持HTTP或HTTPS。不传递该字段时表示使用对应监听器的ForwardProtocol。</p>
3805
3775
  :rtype: str
3806
3776
  """
3807
3777
  return self._ForwardProtocol
@@ -3812,7 +3782,7 @@ class CreateRuleRequest(AbstractModel):
3812
3782
 
3813
3783
  @property
3814
3784
  def ForwardHost(self):
3815
- r"""回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host
3785
+ r"""<p>回源Host。加速通道转发到源站的host,不设置该参数时,使用默认的host设置,即客户端发起的http请求的host。</p>
3816
3786
  :rtype: str
3817
3787
  """
3818
3788
  return self._ForwardHost
@@ -3823,7 +3793,7 @@ class CreateRuleRequest(AbstractModel):
3823
3793
 
3824
3794
  @property
3825
3795
  def ServerNameIndicationSwitch(self):
3826
- r"""服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。
3796
+ r"""<p>服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。创建HTTP监听器转发规则时,SNI功能默认关闭。</p>
3827
3797
  :rtype: str
3828
3798
  """
3829
3799
  return self._ServerNameIndicationSwitch
@@ -3834,7 +3804,7 @@ class CreateRuleRequest(AbstractModel):
3834
3804
 
3835
3805
  @property
3836
3806
  def ServerNameIndication(self):
3837
- r"""服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
3807
+ r"""<p>服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。</p>
3838
3808
  :rtype: str
3839
3809
  """
3840
3810
  return self._ServerNameIndication
@@ -3845,7 +3815,7 @@ class CreateRuleRequest(AbstractModel):
3845
3815
 
3846
3816
  @property
3847
3817
  def ForcedRedirect(self):
3848
- r"""HTTP强制跳转HTTPS。输入当前规则对应的域名与地址。
3818
+ r"""<p>HTTP强制跳转HTTPS。输入当前规则对应的域名与地址。</p>
3849
3819
  :rtype: str
3850
3820
  """
3851
3821
  return self._ForcedRedirect
@@ -3887,7 +3857,7 @@ class CreateRuleResponse(AbstractModel):
3887
3857
 
3888
3858
  def __init__(self):
3889
3859
  r"""
3890
- :param _RuleId: 创建转发规则成功返回规则ID
3860
+ :param _RuleId: <p>创建转发规则成功返回规则ID</p>
3891
3861
  :type RuleId: str
3892
3862
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3893
3863
  :type RequestId: str
@@ -3897,7 +3867,7 @@ class CreateRuleResponse(AbstractModel):
3897
3867
 
3898
3868
  @property
3899
3869
  def RuleId(self):
3900
- r"""创建转发规则成功返回规则ID
3870
+ r"""<p>创建转发规则成功返回规则ID</p>
3901
3871
  :rtype: str
3902
3872
  """
3903
3873
  return self._RuleId
@@ -6803,14 +6773,14 @@ class DescribeGroupAndStatisticsProxyRequest(AbstractModel):
6803
6773
 
6804
6774
  def __init__(self):
6805
6775
  r"""
6806
- :param _ProjectId: 项目ID
6776
+ :param _ProjectId: <p>项目ID</p>
6807
6777
  :type ProjectId: int
6808
6778
  """
6809
6779
  self._ProjectId = None
6810
6780
 
6811
6781
  @property
6812
6782
  def ProjectId(self):
6813
- r"""项目ID
6783
+ r"""<p>项目ID</p>
6814
6784
  :rtype: int
6815
6785
  """
6816
6786
  return self._ProjectId
@@ -6839,9 +6809,9 @@ class DescribeGroupAndStatisticsProxyResponse(AbstractModel):
6839
6809
 
6840
6810
  def __init__(self):
6841
6811
  r"""
6842
- :param _GroupSet: 可以统计的通道组信息
6812
+ :param _GroupSet: <p>可以统计的通道组信息</p>
6843
6813
  :type GroupSet: list of GroupStatisticsInfo
6844
- :param _TotalCount: 通道组数量
6814
+ :param _TotalCount: <p>通道组数量</p>
6845
6815
  :type TotalCount: int
6846
6816
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6847
6817
  :type RequestId: str
@@ -6852,7 +6822,7 @@ class DescribeGroupAndStatisticsProxyResponse(AbstractModel):
6852
6822
 
6853
6823
  @property
6854
6824
  def GroupSet(self):
6855
- r"""可以统计的通道组信息
6825
+ r"""<p>可以统计的通道组信息</p>
6856
6826
  :rtype: list of GroupStatisticsInfo
6857
6827
  """
6858
6828
  return self._GroupSet
@@ -6863,7 +6833,7 @@ class DescribeGroupAndStatisticsProxyResponse(AbstractModel):
6863
6833
 
6864
6834
  @property
6865
6835
  def TotalCount(self):
6866
- r"""通道组数量
6836
+ r"""<p>通道组数量</p>
6867
6837
  :rtype: int
6868
6838
  """
6869
6839
  return self._TotalCount
@@ -7031,21 +7001,21 @@ class DescribeHTTPListenersRequest(AbstractModel):
7031
7001
 
7032
7002
  def __init__(self):
7033
7003
  r"""
7034
- :param _ProxyId: 通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
7004
+ :param _ProxyId: <p>通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
7035
7005
  :type ProxyId: str
7036
- :param _GroupId: 通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
7006
+ :param _GroupId: <p>通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
7037
7007
  :type GroupId: str
7038
- :param _ListenerId: 过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
7008
+ :param _ListenerId: <p>过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
7039
7009
  :type ListenerId: str
7040
- :param _ListenerName: 过滤条件,按照监听器名称进行精确查询
7010
+ :param _ListenerName: <p>过滤条件,按照监听器名称进行精确查询</p>
7041
7011
  :type ListenerName: str
7042
- :param _Port: 过滤条件,按照监听器端口进行精确查询
7012
+ :param _Port: <p>过滤条件,按照监听器端口进行精确查询</p>
7043
7013
  :type Port: int
7044
- :param _Offset: 偏移量,默认为0
7014
+ :param _Offset: <p>偏移量,默认为0</p>
7045
7015
  :type Offset: int
7046
- :param _Limit: 限制数量,默认为20
7016
+ :param _Limit: <p>限制数量,默认为20个</p>
7047
7017
  :type Limit: int
7048
- :param _SearchValue: 过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用
7018
+ :param _SearchValue: <p>过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用</p>
7049
7019
  :type SearchValue: str
7050
7020
  """
7051
7021
  self._ProxyId = None
@@ -7059,7 +7029,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7059
7029
 
7060
7030
  @property
7061
7031
  def ProxyId(self):
7062
- r"""通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
7032
+ r"""<p>通道ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
7063
7033
  :rtype: str
7064
7034
  """
7065
7035
  return self._ProxyId
@@ -7070,7 +7040,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7070
7040
 
7071
7041
  @property
7072
7042
  def GroupId(self):
7073
- r"""通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
7043
+ r"""<p>通道组ID。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
7074
7044
  :rtype: str
7075
7045
  """
7076
7046
  return self._GroupId
@@ -7081,7 +7051,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7081
7051
 
7082
7052
  @property
7083
7053
  def ListenerId(self):
7084
- r"""过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。
7054
+ r"""<p>过滤条件,按照监听器ID进行精确查询。ListenerId、ProxyId、GroupId须至少填写一个,且ProxyId与GroupId至多只能填写其中一个。</p>
7085
7055
  :rtype: str
7086
7056
  """
7087
7057
  return self._ListenerId
@@ -7092,7 +7062,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7092
7062
 
7093
7063
  @property
7094
7064
  def ListenerName(self):
7095
- r"""过滤条件,按照监听器名称进行精确查询
7065
+ r"""<p>过滤条件,按照监听器名称进行精确查询</p>
7096
7066
  :rtype: str
7097
7067
  """
7098
7068
  return self._ListenerName
@@ -7103,7 +7073,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7103
7073
 
7104
7074
  @property
7105
7075
  def Port(self):
7106
- r"""过滤条件,按照监听器端口进行精确查询
7076
+ r"""<p>过滤条件,按照监听器端口进行精确查询</p>
7107
7077
  :rtype: int
7108
7078
  """
7109
7079
  return self._Port
@@ -7114,7 +7084,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7114
7084
 
7115
7085
  @property
7116
7086
  def Offset(self):
7117
- r"""偏移量,默认为0
7087
+ r"""<p>偏移量,默认为0</p>
7118
7088
  :rtype: int
7119
7089
  """
7120
7090
  return self._Offset
@@ -7125,7 +7095,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7125
7095
 
7126
7096
  @property
7127
7097
  def Limit(self):
7128
- r"""限制数量,默认为20
7098
+ r"""<p>限制数量,默认为20个</p>
7129
7099
  :rtype: int
7130
7100
  """
7131
7101
  return self._Limit
@@ -7136,7 +7106,7 @@ class DescribeHTTPListenersRequest(AbstractModel):
7136
7106
 
7137
7107
  @property
7138
7108
  def SearchValue(self):
7139
- r"""过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用
7109
+ r"""<p>过滤条件,支持按照端口或监听器名称进行模糊查询,该参数不能与ListenerName和Port同时使用</p>
7140
7110
  :rtype: str
7141
7111
  """
7142
7112
  return self._SearchValue
@@ -7172,9 +7142,9 @@ class DescribeHTTPListenersResponse(AbstractModel):
7172
7142
 
7173
7143
  def __init__(self):
7174
7144
  r"""
7175
- :param _TotalCount: 监听器数量
7145
+ :param _TotalCount: <p>监听器数量</p>
7176
7146
  :type TotalCount: int
7177
- :param _ListenerSet: HTTP监听器列表
7147
+ :param _ListenerSet: <p>HTTP监听器列表</p>
7178
7148
  :type ListenerSet: list of HTTPListener
7179
7149
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7180
7150
  :type RequestId: str
@@ -7185,7 +7155,7 @@ class DescribeHTTPListenersResponse(AbstractModel):
7185
7155
 
7186
7156
  @property
7187
7157
  def TotalCount(self):
7188
- r"""监听器数量
7158
+ r"""<p>监听器数量</p>
7189
7159
  :rtype: int
7190
7160
  """
7191
7161
  return self._TotalCount
@@ -7196,7 +7166,7 @@ class DescribeHTTPListenersResponse(AbstractModel):
7196
7166
 
7197
7167
  @property
7198
7168
  def ListenerSet(self):
7199
- r"""HTTP监听器列表
7169
+ r"""<p>HTTP监听器列表</p>
7200
7170
  :rtype: list of HTTPListener
7201
7171
  """
7202
7172
  return self._ListenerSet
@@ -7746,41 +7716,23 @@ class DescribeProxiesRequest(AbstractModel):
7746
7716
 
7747
7717
  def __init__(self):
7748
7718
  r"""
7749
- :param _InstanceIds: (旧参数,请切换到ProxyIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters
7719
+ :param _InstanceIds: <p>(旧参数,请切换到ProxyIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
7750
7720
  :type InstanceIds: list of str
7751
- :param _Offset: 偏移量,默认为0
7721
+ :param _Offset: <p>偏移量,默认为0。</p>
7752
7722
  :type Offset: int
7753
- :param _Limit: 返回数量,默认为20,最大值为100
7723
+ :param _Limit: <p>返回数量,默认为20,最大值为100。</p>
7754
7724
  :type Limit: int
7755
- :param _Filters: 过滤条件。
7756
- 每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。
7757
- ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。
7758
- AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。
7759
- RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。
7760
- GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。
7761
- IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。
7762
- PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。
7725
+ :param _Filters: <p>过滤条件。 <br />每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。 ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。 <br />AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。 <br />RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。</p>
7763
7726
  :type Filters: list of Filter
7764
- :param _ProxyIds: (新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters
7727
+ :param _ProxyIds: <p>(新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
7765
7728
  :type ProxyIds: list of str
7766
- :param _TagSet: 标签列表,当存在该字段时,拉取对应标签下的资源列表。
7767
- 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。
7729
+ :param _TagSet: <p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。</p>
7768
7730
  :type TagSet: list of TagPair
7769
- :param _Independent: 当该字段为1时,仅拉取非通道组的通道,
7770
- 当该字段为0时,仅拉取通道组的通道,
7771
- 不存在该字段时,拉取所有通道,包括独立通道和通道组通道。
7731
+ :param _Independent: <p>当该字段为1时,仅拉取非通道组的通道,当该字段为0时,仅拉取通道组的通道,不存在该字段时,拉取所有通道,包括独立通道和通道组通道。</p>
7772
7732
  :type Independent: int
7773
- :param _Order: 输出通道列表的排列顺序。取值范围:
7774
- asc:升序排列;
7775
- desc:降序排列。
7776
- 默认为降序。
7733
+ :param _Order: <p>输出通道列表的排列顺序。取值范围:asc:升序排列;desc:降序排列。默认为降序。</p>
7777
7734
  :type Order: str
7778
- :param _OrderField: 通道列表排序的依据字段。取值范围:
7779
- create_time:依据通道的创建时间排序;
7780
- proxy_id:依据通道的ID排序;
7781
- bandwidth:依据通道带宽上限排序;
7782
- concurrent_connections:依据通道并发排序;
7783
- 默认按通道创建时间排序。
7735
+ :param _OrderField: <p>通道列表排序的依据字段。取值范围:create_time:依据通道的创建时间排序;proxy_id:依据通道的ID排序;bandwidth:依据通道带宽上限排序;concurrent_connections:依据通道并发排序;默认按通道创建时间排序。</p>
7784
7736
  :type OrderField: str
7785
7737
  """
7786
7738
  self._InstanceIds = None
@@ -7795,7 +7747,7 @@ concurrent_connections:依据通道并发排序;
7795
7747
 
7796
7748
  @property
7797
7749
  def InstanceIds(self):
7798
- r"""(旧参数,请切换到ProxyIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters
7750
+ r"""<p>(旧参数,请切换到ProxyIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
7799
7751
  :rtype: list of str
7800
7752
  """
7801
7753
  return self._InstanceIds
@@ -7806,7 +7758,7 @@ concurrent_connections:依据通道并发排序;
7806
7758
 
7807
7759
  @property
7808
7760
  def Offset(self):
7809
- r"""偏移量,默认为0
7761
+ r"""<p>偏移量,默认为0。</p>
7810
7762
  :rtype: int
7811
7763
  """
7812
7764
  return self._Offset
@@ -7817,7 +7769,7 @@ concurrent_connections:依据通道并发排序;
7817
7769
 
7818
7770
  @property
7819
7771
  def Limit(self):
7820
- r"""返回数量,默认为20,最大值为100
7772
+ r"""<p>返回数量,默认为20,最大值为100。</p>
7821
7773
  :rtype: int
7822
7774
  """
7823
7775
  return self._Limit
@@ -7828,14 +7780,7 @@ concurrent_connections:依据通道并发排序;
7828
7780
 
7829
7781
  @property
7830
7782
  def Filters(self):
7831
- r"""过滤条件。
7832
- 每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。
7833
- ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。
7834
- AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。
7835
- RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。
7836
- GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。
7837
- IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。
7838
- PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。
7783
+ r"""<p>过滤条件。 <br />每次请求的Filters的上限为10,Filter.Values的上限为5。参数不支持同时指定InstanceIds和Filters。 ProjectId - String - 是否必填:否 -(过滤条件)按照项目ID过滤。 <br />AccessRegion - String - 是否必填:否 - (过滤条件)按照接入地域过滤。 <br />RealServerRegion - String - 是否必填:否 - (过滤条件)按照源站地域过滤。GroupId - String - 是否必填:否 - (过滤条件)按照通道组ID过滤。IPAddressVersion - String - 是否必填:否 - (过滤条件)按照IP版本过滤。PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐类型过滤。</p>
7839
7784
  :rtype: list of Filter
7840
7785
  """
7841
7786
  return self._Filters
@@ -7846,7 +7791,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
7846
7791
 
7847
7792
  @property
7848
7793
  def ProxyIds(self):
7849
- r"""(新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters
7794
+ r"""<p>(新参数,替代InstanceIds)按照一个或者多个实例ID查询。每次请求的实例的上限为100。参数不支持同时指定InstanceIds和Filters。</p>
7850
7795
  :rtype: list of str
7851
7796
  """
7852
7797
  return self._ProxyIds
@@ -7857,8 +7802,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
7857
7802
 
7858
7803
  @property
7859
7804
  def TagSet(self):
7860
- r"""标签列表,当存在该字段时,拉取对应标签下的资源列表。
7861
- 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。
7805
+ r"""<p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,通道会被拉取出来。</p>
7862
7806
  :rtype: list of TagPair
7863
7807
  """
7864
7808
  return self._TagSet
@@ -7869,9 +7813,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
7869
7813
 
7870
7814
  @property
7871
7815
  def Independent(self):
7872
- r"""当该字段为1时,仅拉取非通道组的通道,
7873
- 当该字段为0时,仅拉取通道组的通道,
7874
- 不存在该字段时,拉取所有通道,包括独立通道和通道组通道。
7816
+ r"""<p>当该字段为1时,仅拉取非通道组的通道,当该字段为0时,仅拉取通道组的通道,不存在该字段时,拉取所有通道,包括独立通道和通道组通道。</p>
7875
7817
  :rtype: int
7876
7818
  """
7877
7819
  return self._Independent
@@ -7882,10 +7824,7 @@ PackageType - String - 是否必填:否 - (过滤条件)按照通道套餐
7882
7824
 
7883
7825
  @property
7884
7826
  def Order(self):
7885
- r"""输出通道列表的排列顺序。取值范围:
7886
- asc:升序排列;
7887
- desc:降序排列。
7888
- 默认为降序。
7827
+ r"""<p>输出通道列表的排列顺序。取值范围:asc:升序排列;desc:降序排列。默认为降序。</p>
7889
7828
  :rtype: str
7890
7829
  """
7891
7830
  return self._Order
@@ -7896,12 +7835,7 @@ desc:降序排列。
7896
7835
 
7897
7836
  @property
7898
7837
  def OrderField(self):
7899
- r"""通道列表排序的依据字段。取值范围:
7900
- create_time:依据通道的创建时间排序;
7901
- proxy_id:依据通道的ID排序;
7902
- bandwidth:依据通道带宽上限排序;
7903
- concurrent_connections:依据通道并发排序;
7904
- 默认按通道创建时间排序。
7838
+ r"""<p>通道列表排序的依据字段。取值范围:create_time:依据通道的创建时间排序;proxy_id:依据通道的ID排序;bandwidth:依据通道带宽上限排序;concurrent_connections:依据通道并发排序;默认按通道创建时间排序。</p>
7905
7839
  :rtype: str
7906
7840
  """
7907
7841
  return self._OrderField
@@ -7948,11 +7882,11 @@ class DescribeProxiesResponse(AbstractModel):
7948
7882
 
7949
7883
  def __init__(self):
7950
7884
  r"""
7951
- :param _TotalCount: 通道个数。
7885
+ :param _TotalCount: <p>通道个数。</p>
7952
7886
  :type TotalCount: int
7953
- :param _InstanceSet: (旧参数,请切换到ProxySet)通道实例信息列表。
7887
+ :param _InstanceSet: <p>(旧参数,请切换到ProxySet)通道实例信息列表。</p>
7954
7888
  :type InstanceSet: list of ProxyInfo
7955
- :param _ProxySet: (新参数)通道实例信息列表。
7889
+ :param _ProxySet: <p>(新参数)通道实例信息列表。</p>
7956
7890
  :type ProxySet: list of ProxyInfo
7957
7891
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7958
7892
  :type RequestId: str
@@ -7964,7 +7898,7 @@ class DescribeProxiesResponse(AbstractModel):
7964
7898
 
7965
7899
  @property
7966
7900
  def TotalCount(self):
7967
- r"""通道个数。
7901
+ r"""<p>通道个数。</p>
7968
7902
  :rtype: int
7969
7903
  """
7970
7904
  return self._TotalCount
@@ -7975,7 +7909,7 @@ class DescribeProxiesResponse(AbstractModel):
7975
7909
 
7976
7910
  @property
7977
7911
  def InstanceSet(self):
7978
- r"""(旧参数,请切换到ProxySet)通道实例信息列表。
7912
+ r"""<p>(旧参数,请切换到ProxySet)通道实例信息列表。</p>
7979
7913
  :rtype: list of ProxyInfo
7980
7914
  """
7981
7915
  return self._InstanceSet
@@ -7986,7 +7920,7 @@ class DescribeProxiesResponse(AbstractModel):
7986
7920
 
7987
7921
  @property
7988
7922
  def ProxySet(self):
7989
- r"""(新参数)通道实例信息列表。
7923
+ r"""<p>(新参数)通道实例信息列表。</p>
7990
7924
  :rtype: list of ProxyInfo
7991
7925
  """
7992
7926
  return self._ProxySet
@@ -8130,14 +8064,14 @@ class DescribeProxyAndStatisticsListenersRequest(AbstractModel):
8130
8064
 
8131
8065
  def __init__(self):
8132
8066
  r"""
8133
- :param _ProjectId: 项目ID
8067
+ :param _ProjectId: <p>项目ID</p>
8134
8068
  :type ProjectId: int
8135
8069
  """
8136
8070
  self._ProjectId = None
8137
8071
 
8138
8072
  @property
8139
8073
  def ProjectId(self):
8140
- r"""项目ID
8074
+ r"""<p>项目ID</p>
8141
8075
  :rtype: int
8142
8076
  """
8143
8077
  return self._ProjectId
@@ -8166,9 +8100,9 @@ class DescribeProxyAndStatisticsListenersResponse(AbstractModel):
8166
8100
 
8167
8101
  def __init__(self):
8168
8102
  r"""
8169
- :param _ProxySet: 可以统计的通道信息
8103
+ :param _ProxySet: <p>可以统计的通道信息</p>
8170
8104
  :type ProxySet: list of ProxySimpleInfo
8171
- :param _TotalCount: 通道数量
8105
+ :param _TotalCount: <p>通道数量</p>
8172
8106
  :type TotalCount: int
8173
8107
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8174
8108
  :type RequestId: str
@@ -8179,7 +8113,7 @@ class DescribeProxyAndStatisticsListenersResponse(AbstractModel):
8179
8113
 
8180
8114
  @property
8181
8115
  def ProxySet(self):
8182
- r"""可以统计的通道信息
8116
+ r"""<p>可以统计的通道信息</p>
8183
8117
  :rtype: list of ProxySimpleInfo
8184
8118
  """
8185
8119
  return self._ProxySet
@@ -8190,7 +8124,7 @@ class DescribeProxyAndStatisticsListenersResponse(AbstractModel):
8190
8124
 
8191
8125
  @property
8192
8126
  def TotalCount(self):
8193
- r"""通道数量
8127
+ r"""<p>通道数量</p>
8194
8128
  :rtype: int
8195
8129
  """
8196
8130
  return self._TotalCount
@@ -8391,22 +8325,15 @@ class DescribeProxyGroupListRequest(AbstractModel):
8391
8325
 
8392
8326
  def __init__(self):
8393
8327
  r"""
8394
- :param _Offset: 偏移量,默认值为0
8328
+ :param _Offset: <p>偏移量,默认值为0。</p>
8395
8329
  :type Offset: int
8396
- :param _Limit: 返回数量,默认值为20,最大值为100
8330
+ :param _Limit: <p>返回数量,默认值为20,最大值为100。</p>
8397
8331
  :type Limit: int
8398
- :param _ProjectId: 项目ID。取值范围:
8399
- -1,该用户下所有项目
8400
- 0,默认项目
8401
- 其他值,指定的项目
8332
+ :param _ProjectId: <p>项目ID。取值范围:-1,该用户下所有项目0,默认项目其他值,指定的项目</p>
8402
8333
  :type ProjectId: int
8403
- :param _Filters: 过滤条件。
8404
- 每次请求的Filter.Values的上限为5。
8405
- RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。
8406
- PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。
8334
+ :param _Filters: <p>过滤条件。 <br />每次请求的Filter.Values的上限为5。RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。</p>
8407
8335
  :type Filters: list of Filter
8408
- :param _TagSet: 标签列表,当存在该字段时,拉取对应标签下的资源列表。
8409
- 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。
8336
+ :param _TagSet: <p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。</p>
8410
8337
  :type TagSet: list of TagPair
8411
8338
  """
8412
8339
  self._Offset = None
@@ -8417,7 +8344,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
8417
8344
 
8418
8345
  @property
8419
8346
  def Offset(self):
8420
- r"""偏移量,默认值为0
8347
+ r"""<p>偏移量,默认值为0。</p>
8421
8348
  :rtype: int
8422
8349
  """
8423
8350
  return self._Offset
@@ -8428,7 +8355,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
8428
8355
 
8429
8356
  @property
8430
8357
  def Limit(self):
8431
- r"""返回数量,默认值为20,最大值为100
8358
+ r"""<p>返回数量,默认值为20,最大值为100。</p>
8432
8359
  :rtype: int
8433
8360
  """
8434
8361
  return self._Limit
@@ -8439,10 +8366,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
8439
8366
 
8440
8367
  @property
8441
8368
  def ProjectId(self):
8442
- r"""项目ID。取值范围:
8443
- -1,该用户下所有项目
8444
- 0,默认项目
8445
- 其他值,指定的项目
8369
+ r"""<p>项目ID。取值范围:-1,该用户下所有项目0,默认项目其他值,指定的项目</p>
8446
8370
  :rtype: int
8447
8371
  """
8448
8372
  return self._ProjectId
@@ -8453,10 +8377,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
8453
8377
 
8454
8378
  @property
8455
8379
  def Filters(self):
8456
- r"""过滤条件。
8457
- 每次请求的Filter.Values的上限为5。
8458
- RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。
8459
- PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。
8380
+ r"""<p>过滤条件。 <br />每次请求的Filter.Values的上限为5。RealServerRegion - String - 是否必填:否 -(过滤条件)按照源站地域过滤,可参考DescribeDestRegions接口返回结果中的RegionId。PackageType - String - 是否必填:否 - (过滤条件)通道组类型,Thunder表示标准通道组,Accelerator表示银牌加速通道组。</p>
8460
8381
  :rtype: list of Filter
8461
8382
  """
8462
8383
  return self._Filters
@@ -8467,8 +8388,7 @@ PackageType - String - 是否必填:否 - (过滤条件)通道组类型,
8467
8388
 
8468
8389
  @property
8469
8390
  def TagSet(self):
8470
- r"""标签列表,当存在该字段时,拉取对应标签下的资源列表。
8471
- 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。
8391
+ r"""<p>标签列表,当存在该字段时,拉取对应标签下的资源列表。最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,该通道组会被拉取出来。</p>
8472
8392
  :rtype: list of TagPair
8473
8393
  """
8474
8394
  return self._TagSet
@@ -8511,9 +8431,9 @@ class DescribeProxyGroupListResponse(AbstractModel):
8511
8431
 
8512
8432
  def __init__(self):
8513
8433
  r"""
8514
- :param _TotalCount: 通道组总数。
8434
+ :param _TotalCount: <p>通道组总数。</p>
8515
8435
  :type TotalCount: int
8516
- :param _ProxyGroupList: 通道组列表。
8436
+ :param _ProxyGroupList: <p>通道组列表。</p>
8517
8437
  :type ProxyGroupList: list of ProxyGroupInfo
8518
8438
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8519
8439
  :type RequestId: str
@@ -8524,7 +8444,7 @@ class DescribeProxyGroupListResponse(AbstractModel):
8524
8444
 
8525
8445
  @property
8526
8446
  def TotalCount(self):
8527
- r"""通道组总数。
8447
+ r"""<p>通道组总数。</p>
8528
8448
  :rtype: int
8529
8449
  """
8530
8450
  return self._TotalCount
@@ -8535,7 +8455,7 @@ class DescribeProxyGroupListResponse(AbstractModel):
8535
8455
 
8536
8456
  @property
8537
8457
  def ProxyGroupList(self):
8538
- r"""通道组列表。
8458
+ r"""<p>通道组列表。</p>
8539
8459
  :rtype: list of ProxyGroupInfo
8540
8460
  """
8541
8461
  return self._ProxyGroupList
@@ -8574,18 +8494,15 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
8574
8494
 
8575
8495
  def __init__(self):
8576
8496
  r"""
8577
- :param _GroupId: 通道组ID
8497
+ :param _GroupId: <p>通道组ID</p>
8578
8498
  :type GroupId: str
8579
- :param _StartTime: 起始时间
8499
+ :param _StartTime: <p>起始时间</p>
8580
8500
  :type StartTime: str
8581
- :param _EndTime: 结束时间
8501
+ :param _EndTime: <p>结束时间</p>
8582
8502
  :type EndTime: str
8583
- :param _MetricNames: 统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets
8503
+ :param _MetricNames: <p>统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets</p>
8584
8504
  :type MetricNames: list of str
8585
- :param _Granularity: 监控粒度,目前支持60,300,3600,86400,单位:秒。
8586
- 当时间范围不超过1天,支持最小粒度60秒;
8587
- 当时间范围不超过7天,支持最小粒度3600秒;
8588
- 当时间范围不超过30天,支持最小粒度86400秒。
8505
+ :param _Granularity: <p>监控粒度,目前支持60,300,3600,86400,单位:秒。当时间范围不超过1天,支持最小粒度60秒;当时间范围不超过7天,支持最小粒度3600秒;当时间范围不超过30天,支持最小粒度86400秒。</p>
8589
8506
  :type Granularity: int
8590
8507
  """
8591
8508
  self._GroupId = None
@@ -8596,7 +8513,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
8596
8513
 
8597
8514
  @property
8598
8515
  def GroupId(self):
8599
- r"""通道组ID
8516
+ r"""<p>通道组ID</p>
8600
8517
  :rtype: str
8601
8518
  """
8602
8519
  return self._GroupId
@@ -8607,7 +8524,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
8607
8524
 
8608
8525
  @property
8609
8526
  def StartTime(self):
8610
- r"""起始时间
8527
+ r"""<p>起始时间</p>
8611
8528
  :rtype: str
8612
8529
  """
8613
8530
  return self._StartTime
@@ -8618,7 +8535,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
8618
8535
 
8619
8536
  @property
8620
8537
  def EndTime(self):
8621
- r"""结束时间
8538
+ r"""<p>结束时间</p>
8622
8539
  :rtype: str
8623
8540
  """
8624
8541
  return self._EndTime
@@ -8629,7 +8546,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
8629
8546
 
8630
8547
  @property
8631
8548
  def MetricNames(self):
8632
- r"""统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets
8549
+ r"""<p>统计指标名称列表,支持: 入带宽:InBandwidth, 出带宽:OutBandwidth, 并发:Concurrent, 入包量:InPackets, 出包量:OutPackets</p>
8633
8550
  :rtype: list of str
8634
8551
  """
8635
8552
  return self._MetricNames
@@ -8640,10 +8557,7 @@ class DescribeProxyGroupStatisticsRequest(AbstractModel):
8640
8557
 
8641
8558
  @property
8642
8559
  def Granularity(self):
8643
- r"""监控粒度,目前支持60,300,3600,86400,单位:秒。
8644
- 当时间范围不超过1天,支持最小粒度60秒;
8645
- 当时间范围不超过7天,支持最小粒度3600秒;
8646
- 当时间范围不超过30天,支持最小粒度86400秒。
8560
+ r"""<p>监控粒度,目前支持60,300,3600,86400,单位:秒。当时间范围不超过1天,支持最小粒度60秒;当时间范围不超过7天,支持最小粒度3600秒;当时间范围不超过30天,支持最小粒度86400秒。</p>
8647
8561
  :rtype: int
8648
8562
  """
8649
8563
  return self._Granularity
@@ -8676,7 +8590,7 @@ class DescribeProxyGroupStatisticsResponse(AbstractModel):
8676
8590
 
8677
8591
  def __init__(self):
8678
8592
  r"""
8679
- :param _StatisticsData: 通道组统计数据
8593
+ :param _StatisticsData: <p>通道组统计数据</p>
8680
8594
  :type StatisticsData: list of MetricStatisticsInfo
8681
8595
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8682
8596
  :type RequestId: str
@@ -8686,7 +8600,7 @@ class DescribeProxyGroupStatisticsResponse(AbstractModel):
8686
8600
 
8687
8601
  @property
8688
8602
  def StatisticsData(self):
8689
- r"""通道组统计数据
8603
+ r"""<p>通道组统计数据</p>
8690
8604
  :rtype: list of MetricStatisticsInfo
8691
8605
  """
8692
8606
  return self._StatisticsData
@@ -13767,13 +13681,13 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
13767
13681
 
13768
13682
  def __init__(self):
13769
13683
  r"""
13770
- :param _DnsRecordId: 解析记录ID
13684
+ :param _DnsRecordId: <p>解析记录ID</p>
13771
13685
  :type DnsRecordId: int
13772
- :param _DomainId: 域名ID
13686
+ :param _DomainId: <p>域名ID</p>
13773
13687
  :type DomainId: str
13774
- :param _NationCountryInnerCodes: 国家ID列表
13688
+ :param _NationCountryInnerCodes: <p>国家ID列表</p>
13775
13689
  :type NationCountryInnerCodes: list of str
13776
- :param _ProxyIdList: 通道ID列表
13690
+ :param _ProxyIdList: <p>通道ID列表</p>
13777
13691
  :type ProxyIdList: list of str
13778
13692
  """
13779
13693
  self._DnsRecordId = None
@@ -13783,7 +13697,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
13783
13697
 
13784
13698
  @property
13785
13699
  def DnsRecordId(self):
13786
- r"""解析记录ID
13700
+ r"""<p>解析记录ID</p>
13787
13701
  :rtype: int
13788
13702
  """
13789
13703
  return self._DnsRecordId
@@ -13794,7 +13708,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
13794
13708
 
13795
13709
  @property
13796
13710
  def DomainId(self):
13797
- r"""域名ID
13711
+ r"""<p>域名ID</p>
13798
13712
  :rtype: str
13799
13713
  """
13800
13714
  return self._DomainId
@@ -13805,7 +13719,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
13805
13719
 
13806
13720
  @property
13807
13721
  def NationCountryInnerCodes(self):
13808
- r"""国家ID列表
13722
+ r"""<p>国家ID列表</p>
13809
13723
  :rtype: list of str
13810
13724
  """
13811
13725
  return self._NationCountryInnerCodes
@@ -13816,7 +13730,7 @@ class ModifyGlobalDomainDnsRequest(AbstractModel):
13816
13730
 
13817
13731
  @property
13818
13732
  def ProxyIdList(self):
13819
- r"""通道ID列表
13733
+ r"""<p>通道ID列表</p>
13820
13734
  :rtype: list of str
13821
13735
  """
13822
13736
  return self._ProxyIdList
@@ -14445,20 +14359,17 @@ class ModifyProxyConfigurationRequest(AbstractModel):
14445
14359
 
14446
14360
  def __init__(self):
14447
14361
  r"""
14448
- :param _InstanceId: (旧参数,请切换到ProxyId)通道的实例ID
14362
+ :param _InstanceId: <p>(旧参数,请切换到ProxyId)通道的实例ID。</p>
14449
14363
  :type InstanceId: str
14450
- :param _Bandwidth: 需要调整到的目标带宽,单位:Mbps。
14451
- Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
14364
+ :param _Bandwidth: <p>需要调整到的目标带宽,单位:Mbps。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
14452
14365
  :type Bandwidth: int
14453
- :param _Concurrent: 需要调整到的目标并发值,单位:万。
14454
- Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
14366
+ :param _Concurrent: <p>需要调整到的目标并发值,单位:万。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
14455
14367
  :type Concurrent: int
14456
- :param _ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
14457
- 更多详细信息请参阅:如何保证幂等性。
14368
+ :param _ClientToken: <p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。更多详细信息请参阅:如何保证幂等性。</p>
14458
14369
  :type ClientToken: str
14459
- :param _ProxyId: (新参数)通道的实例ID
14370
+ :param _ProxyId: <p>(新参数)通道的实例ID。</p>
14460
14371
  :type ProxyId: str
14461
- :param _BillingType: 计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)
14372
+ :param _BillingType: <p>计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)</p>
14462
14373
  :type BillingType: int
14463
14374
  """
14464
14375
  self._InstanceId = None
@@ -14470,7 +14381,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
14470
14381
 
14471
14382
  @property
14472
14383
  def InstanceId(self):
14473
- r"""(旧参数,请切换到ProxyId)通道的实例ID
14384
+ r"""<p>(旧参数,请切换到ProxyId)通道的实例ID。</p>
14474
14385
  :rtype: str
14475
14386
  """
14476
14387
  return self._InstanceId
@@ -14481,8 +14392,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
14481
14392
 
14482
14393
  @property
14483
14394
  def Bandwidth(self):
14484
- r"""需要调整到的目标带宽,单位:Mbps。
14485
- Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
14395
+ r"""<p>需要调整到的目标带宽,单位:Mbps。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
14486
14396
  :rtype: int
14487
14397
  """
14488
14398
  return self._Bandwidth
@@ -14493,8 +14403,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
14493
14403
 
14494
14404
  @property
14495
14405
  def Concurrent(self):
14496
- r"""需要调整到的目标并发值,单位:万。
14497
- Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到
14406
+ r"""<p>需要调整到的目标并发值,单位:万。Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAccessRegionsByDestRegion接口获取得到</p>
14498
14407
  :rtype: int
14499
14408
  """
14500
14409
  return self._Concurrent
@@ -14505,8 +14414,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
14505
14414
 
14506
14415
  @property
14507
14416
  def ClientToken(self):
14508
- r"""用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
14509
- 更多详细信息请参阅:如何保证幂等性。
14417
+ r"""<p>用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。更多详细信息请参阅:如何保证幂等性。</p>
14510
14418
  :rtype: str
14511
14419
  """
14512
14420
  return self._ClientToken
@@ -14517,7 +14425,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
14517
14425
 
14518
14426
  @property
14519
14427
  def ProxyId(self):
14520
- r"""(新参数)通道的实例ID
14428
+ r"""<p>(新参数)通道的实例ID。</p>
14521
14429
  :rtype: str
14522
14430
  """
14523
14431
  return self._ProxyId
@@ -14528,7 +14436,7 @@ Bandwidth与Concurrent必须至少设置一个。取值范围根据DescribeAcces
14528
14436
 
14529
14437
  @property
14530
14438
  def BillingType(self):
14531
- r"""计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)
14439
+ r"""<p>计费方式 (0:按带宽计费,1:按流量计费 默认按带宽计费)</p>
14532
14440
  :rtype: int
14533
14441
  """
14534
14442
  return self._BillingType
@@ -15149,27 +15057,27 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15149
15057
 
15150
15058
  def __init__(self):
15151
15059
  r"""
15152
- :param _ListenerId: 监听器ID
15060
+ :param _ListenerId: <p>监听器ID</p>
15153
15061
  :type ListenerId: str
15154
- :param _GroupId: 通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。
15062
+ :param _GroupId: <p>通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
15155
15063
  :type GroupId: str
15156
- :param _ProxyId: 通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。
15064
+ :param _ProxyId: <p>通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
15157
15065
  :type ProxyId: str
15158
- :param _ListenerName: 监听器名称
15066
+ :param _ListenerName: <p>监听器名称</p>
15159
15067
  :type ListenerName: str
15160
- :param _Scheduler: 监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt
15068
+ :param _Scheduler: <p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt。</p>
15161
15069
  :type Scheduler: str
15162
- :param _DelayLoop: 源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
15070
+ :param _DelayLoop: <p>源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。</p>
15163
15071
  :type DelayLoop: int
15164
- :param _ConnectTimeout: 源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop
15072
+ :param _ConnectTimeout: <p>源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。</p>
15165
15073
  :type ConnectTimeout: int
15166
- :param _HealthCheck: 是否开启健康检查,1开启,0关闭。
15074
+ :param _HealthCheck: <p>是否开启健康检查,1开启,0关闭。</p>
15167
15075
  :type HealthCheck: int
15168
- :param _FailoverSwitch: 源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
15076
+ :param _FailoverSwitch: <p>源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启</p>
15169
15077
  :type FailoverSwitch: int
15170
- :param _HealthyThreshold: 健康阈值,表示连续检查成功多少次数后认定源站健康。范围为1到10
15078
+ :param _HealthyThreshold: <p>健康阈值,表示连续检查成功多少次数后认定源站健康。范围为1到10</p>
15171
15079
  :type HealthyThreshold: int
15172
- :param _UnhealthyThreshold: 不健康阈值,表示连续检查失败次数后认定源站不健康。范围为1到10
15080
+ :param _UnhealthyThreshold: <p>不健康阈值,表示连续检查失败次数后认定源站不健康。范围为1到10</p>
15173
15081
  :type UnhealthyThreshold: int
15174
15082
  """
15175
15083
  self._ListenerId = None
@@ -15186,7 +15094,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15186
15094
 
15187
15095
  @property
15188
15096
  def ListenerId(self):
15189
- r"""监听器ID
15097
+ r"""<p>监听器ID</p>
15190
15098
  :rtype: str
15191
15099
  """
15192
15100
  return self._ListenerId
@@ -15197,7 +15105,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15197
15105
 
15198
15106
  @property
15199
15107
  def GroupId(self):
15200
- r"""通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。
15108
+ r"""<p>通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
15201
15109
  :rtype: str
15202
15110
  """
15203
15111
  return self._GroupId
@@ -15208,7 +15116,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15208
15116
 
15209
15117
  @property
15210
15118
  def ProxyId(self):
15211
- r"""通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。
15119
+ r"""<p>通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。</p>
15212
15120
  :rtype: str
15213
15121
  """
15214
15122
  return self._ProxyId
@@ -15219,7 +15127,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15219
15127
 
15220
15128
  @property
15221
15129
  def ListenerName(self):
15222
- r"""监听器名称
15130
+ r"""<p>监听器名称</p>
15223
15131
  :rtype: str
15224
15132
  """
15225
15133
  return self._ListenerName
@@ -15230,7 +15138,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15230
15138
 
15231
15139
  @property
15232
15140
  def Scheduler(self):
15233
- r"""监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt
15141
+ r"""<p>监听器源站访问策略,其中:rr表示轮询;wrr表示加权轮询;lc表示最小连接数;lrtt表示最小时延。注意:lrtt需要开通白名单;RealServerType 为 DOMAIN 不支持wrr 和 lrtt。</p>
15234
15142
  :rtype: str
15235
15143
  """
15236
15144
  return self._Scheduler
@@ -15241,7 +15149,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15241
15149
 
15242
15150
  @property
15243
15151
  def DelayLoop(self):
15244
- r"""源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
15152
+ r"""<p>源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。</p>
15245
15153
  :rtype: int
15246
15154
  """
15247
15155
  return self._DelayLoop
@@ -15252,7 +15160,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15252
15160
 
15253
15161
  @property
15254
15162
  def ConnectTimeout(self):
15255
- r"""源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop
15163
+ r"""<p>源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。</p>
15256
15164
  :rtype: int
15257
15165
  """
15258
15166
  return self._ConnectTimeout
@@ -15263,7 +15171,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15263
15171
 
15264
15172
  @property
15265
15173
  def HealthCheck(self):
15266
- r"""是否开启健康检查,1开启,0关闭。
15174
+ r"""<p>是否开启健康检查,1开启,0关闭。</p>
15267
15175
  :rtype: int
15268
15176
  """
15269
15177
  return self._HealthCheck
@@ -15274,7 +15182,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15274
15182
 
15275
15183
  @property
15276
15184
  def FailoverSwitch(self):
15277
- r"""源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
15185
+ r"""<p>源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启</p>
15278
15186
  :rtype: int
15279
15187
  """
15280
15188
  return self._FailoverSwitch
@@ -15285,7 +15193,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15285
15193
 
15286
15194
  @property
15287
15195
  def HealthyThreshold(self):
15288
- r"""健康阈值,表示连续检查成功多少次数后认定源站健康。范围为1到10
15196
+ r"""<p>健康阈值,表示连续检查成功多少次数后认定源站健康。范围为1到10</p>
15289
15197
  :rtype: int
15290
15198
  """
15291
15199
  return self._HealthyThreshold
@@ -15296,7 +15204,7 @@ class ModifyTCPListenerAttributeRequest(AbstractModel):
15296
15204
 
15297
15205
  @property
15298
15206
  def UnhealthyThreshold(self):
15299
- r"""不健康阈值,表示连续检查失败次数后认定源站不健康。范围为1到10
15207
+ r"""<p>不健康阈值,表示连续检查失败次数后认定源站不健康。范围为1到10</p>
15300
15208
  :rtype: int
15301
15209
  """
15302
15210
  return self._UnhealthyThreshold