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
@@ -131,7 +131,6 @@ class AccessRegionDetial(AbstractModel):
131
131
  第5个bit,支持精品BGP接入;
132
132
  第6个bit,支持三网接入;
133
133
  第7个bit,支持接入段Qos加速。
134
- 注意:此字段可能返回 null,表示取不到有效值。
135
134
  :type FeatureBitmap: int
136
135
  """
137
136
  self._RegionId = None
@@ -233,7 +232,6 @@ class AccessRegionDetial(AbstractModel):
233
232
  第5个bit,支持精品BGP接入;
234
233
  第6个bit,支持三网接入;
235
234
  第7个bit,支持接入段Qos加速。
236
- 注意:此字段可能返回 null,表示取不到有效值。
237
235
  :rtype: int
238
236
  """
239
237
  return self._FeatureBitmap
@@ -648,10 +646,8 @@ class BindRealServer(AbstractModel):
648
646
  0表示正常;
649
647
  1表示异常。
650
648
  未开启健康检查状态时,该状态始终为正常。
651
- 注意:此字段可能返回 null,表示取不到有效值。
652
649
  :type RealServerStatus: int
653
650
  :param _RealServerPort: 源站的端口号
654
- 注意:此字段可能返回 null,表示取不到有效值。
655
651
  :type RealServerPort: int
656
652
  :param _DownIPList: 当源站为域名时,域名被解析成一个或者多个IP,该字段表示其中异常的IP列表。状态异常,但该字段为空时,表示域名解析异常。
657
653
  :type DownIPList: list of str
@@ -705,7 +701,6 @@ class BindRealServer(AbstractModel):
705
701
  0表示正常;
706
702
  1表示异常。
707
703
  未开启健康检查状态时,该状态始终为正常。
708
- 注意:此字段可能返回 null,表示取不到有效值。
709
704
  :rtype: int
710
705
  """
711
706
  return self._RealServerStatus
@@ -717,7 +712,6 @@ class BindRealServer(AbstractModel):
717
712
  @property
718
713
  def RealServerPort(self):
719
714
  """源站的端口号
720
- 注意:此字段可能返回 null,表示取不到有效值。
721
715
  :rtype: int
722
716
  """
723
717
  return self._RealServerPort
@@ -783,7 +777,6 @@ class BindRealServerInfo(AbstractModel):
783
777
  :param _ProjectId: 项目ID
784
778
  :type ProjectId: int
785
779
  :param _TagSet: 标签列表
786
- 注意:此字段可能返回 null,表示取不到有效值。
787
780
  :type TagSet: list of TagPair
788
781
  """
789
782
  self._RealServerIP = None
@@ -839,7 +832,6 @@ class BindRealServerInfo(AbstractModel):
839
832
  @property
840
833
  def TagSet(self):
841
834
  """标签列表
842
- 注意:此字段可能返回 null,表示取不到有效值。
843
835
  :rtype: list of TagPair
844
836
  """
845
837
  return self._TagSet
@@ -1025,21 +1017,16 @@ class Certificate(AbstractModel):
1025
1017
  :param _CertificateType: 证书类型。
1026
1018
  :type CertificateType: int
1027
1019
  :param _CertificateAlias: 证书名称。
1028
- 注意:此字段可能返回 null,表示取不到有效值。
1029
1020
  :type CertificateAlias: str
1030
1021
  :param _CreateTime: 证书创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1031
1022
  :type CreateTime: int
1032
1023
  :param _BeginTime: 证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1033
- 注意:此字段可能返回 null,表示取不到有效值。
1034
1024
  :type BeginTime: int
1035
1025
  :param _EndTime: 证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1036
- 注意:此字段可能返回 null,表示取不到有效值。
1037
1026
  :type EndTime: int
1038
1027
  :param _IssuerCN: 证书签发者通用名称。
1039
- 注意:此字段可能返回 null,表示取不到有效值。
1040
1028
  :type IssuerCN: str
1041
1029
  :param _SubjectCN: 证书主题通用名称。
1042
- 注意:此字段可能返回 null,表示取不到有效值。
1043
1030
  :type SubjectCN: str
1044
1031
  """
1045
1032
  self._CertificateId = None
@@ -1088,7 +1075,6 @@ class Certificate(AbstractModel):
1088
1075
  @property
1089
1076
  def CertificateAlias(self):
1090
1077
  """证书名称。
1091
- 注意:此字段可能返回 null,表示取不到有效值。
1092
1078
  :rtype: str
1093
1079
  """
1094
1080
  return self._CertificateAlias
@@ -1111,7 +1097,6 @@ class Certificate(AbstractModel):
1111
1097
  @property
1112
1098
  def BeginTime(self):
1113
1099
  """证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1114
- 注意:此字段可能返回 null,表示取不到有效值。
1115
1100
  :rtype: int
1116
1101
  """
1117
1102
  return self._BeginTime
@@ -1123,7 +1108,6 @@ class Certificate(AbstractModel):
1123
1108
  @property
1124
1109
  def EndTime(self):
1125
1110
  """证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1126
- 注意:此字段可能返回 null,表示取不到有效值。
1127
1111
  :rtype: int
1128
1112
  """
1129
1113
  return self._EndTime
@@ -1135,7 +1119,6 @@ class Certificate(AbstractModel):
1135
1119
  @property
1136
1120
  def IssuerCN(self):
1137
1121
  """证书签发者通用名称。
1138
- 注意:此字段可能返回 null,表示取不到有效值。
1139
1122
  :rtype: str
1140
1123
  """
1141
1124
  return self._IssuerCN
@@ -1147,7 +1130,6 @@ class Certificate(AbstractModel):
1147
1130
  @property
1148
1131
  def SubjectCN(self):
1149
1132
  """证书主题通用名称。
1150
- 注意:此字段可能返回 null,表示取不到有效值。
1151
1133
  :rtype: str
1152
1134
  """
1153
1135
  return self._SubjectCN
@@ -1240,27 +1222,20 @@ class CertificateDetail(AbstractModel):
1240
1222
  :param _CertificateType: 证书类型。
1241
1223
  :type CertificateType: int
1242
1224
  :param _CertificateAlias: 证书名字。
1243
- 注意:此字段可能返回 null,表示取不到有效值。
1244
1225
  :type CertificateAlias: str
1245
1226
  :param _CertificateContent: 证书内容。
1246
1227
  :type CertificateContent: str
1247
1228
  :param _CertificateKey: 密钥内容。仅当证书类型为SSL证书时,返回该字段。
1248
- 注意:此字段可能返回 null,表示取不到有效值。
1249
1229
  :type CertificateKey: str
1250
1230
  :param _CreateTime: 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1251
- 注意:此字段可能返回 null,表示取不到有效值。
1252
1231
  :type CreateTime: int
1253
1232
  :param _BeginTime: 证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1254
- 注意:此字段可能返回 null,表示取不到有效值。
1255
1233
  :type BeginTime: int
1256
1234
  :param _EndTime: 证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1257
- 注意:此字段可能返回 null,表示取不到有效值。
1258
1235
  :type EndTime: int
1259
1236
  :param _IssuerCN: 证书签发者通用名称。
1260
- 注意:此字段可能返回 null,表示取不到有效值。
1261
1237
  :type IssuerCN: str
1262
1238
  :param _SubjectCN: 证书主题通用名称。
1263
- 注意:此字段可能返回 null,表示取不到有效值。
1264
1239
  :type SubjectCN: str
1265
1240
  """
1266
1241
  self._CertificateId = None
@@ -1299,7 +1274,6 @@ class CertificateDetail(AbstractModel):
1299
1274
  @property
1300
1275
  def CertificateAlias(self):
1301
1276
  """证书名字。
1302
- 注意:此字段可能返回 null,表示取不到有效值。
1303
1277
  :rtype: str
1304
1278
  """
1305
1279
  return self._CertificateAlias
@@ -1322,7 +1296,6 @@ class CertificateDetail(AbstractModel):
1322
1296
  @property
1323
1297
  def CertificateKey(self):
1324
1298
  """密钥内容。仅当证书类型为SSL证书时,返回该字段。
1325
- 注意:此字段可能返回 null,表示取不到有效值。
1326
1299
  :rtype: str
1327
1300
  """
1328
1301
  return self._CertificateKey
@@ -1334,7 +1307,6 @@ class CertificateDetail(AbstractModel):
1334
1307
  @property
1335
1308
  def CreateTime(self):
1336
1309
  """创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1337
- 注意:此字段可能返回 null,表示取不到有效值。
1338
1310
  :rtype: int
1339
1311
  """
1340
1312
  return self._CreateTime
@@ -1346,7 +1318,6 @@ class CertificateDetail(AbstractModel):
1346
1318
  @property
1347
1319
  def BeginTime(self):
1348
1320
  """证书生效起始时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1349
- 注意:此字段可能返回 null,表示取不到有效值。
1350
1321
  :rtype: int
1351
1322
  """
1352
1323
  return self._BeginTime
@@ -1358,7 +1329,6 @@ class CertificateDetail(AbstractModel):
1358
1329
  @property
1359
1330
  def EndTime(self):
1360
1331
  """证书过期时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
1361
- 注意:此字段可能返回 null,表示取不到有效值。
1362
1332
  :rtype: int
1363
1333
  """
1364
1334
  return self._EndTime
@@ -1370,7 +1340,6 @@ class CertificateDetail(AbstractModel):
1370
1340
  @property
1371
1341
  def IssuerCN(self):
1372
1342
  """证书签发者通用名称。
1373
- 注意:此字段可能返回 null,表示取不到有效值。
1374
1343
  :rtype: str
1375
1344
  """
1376
1345
  return self._IssuerCN
@@ -1382,7 +1351,6 @@ class CertificateDetail(AbstractModel):
1382
1351
  @property
1383
1352
  def SubjectCN(self):
1384
1353
  """证书主题通用名称。
1385
- 注意:此字段可能返回 null,表示取不到有效值。
1386
1354
  :rtype: str
1387
1355
  """
1388
1356
  return self._SubjectCN
@@ -1946,7 +1914,6 @@ class CountryAreaMap(AbstractModel):
1946
1914
  :param _ContinentInnerCode: 大洲编码。
1947
1915
  :type ContinentInnerCode: str
1948
1916
  :param _Remark: 标注信息
1949
- 注意:此字段可能返回 null,表示取不到有效值。
1950
1917
  :type Remark: str
1951
1918
  """
1952
1919
  self._NationCountryName = None
@@ -2026,7 +1993,6 @@ class CountryAreaMap(AbstractModel):
2026
1993
  @property
2027
1994
  def Remark(self):
2028
1995
  """标注信息
2029
- 注意:此字段可能返回 null,表示取不到有效值。
2030
1996
  :rtype: str
2031
1997
  """
2032
1998
  return self._Remark
@@ -6128,7 +6094,6 @@ class DescribeBlackHeaderResponse(AbstractModel):
6128
6094
  def __init__(self):
6129
6095
  r"""
6130
6096
  :param _BlackHeaders: 禁用的自定义header列表
6131
- 注意:此字段可能返回 null,表示取不到有效值。
6132
6097
  :type BlackHeaders: list of str
6133
6098
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6134
6099
  :type RequestId: str
@@ -6139,7 +6104,6 @@ class DescribeBlackHeaderResponse(AbstractModel):
6139
6104
  @property
6140
6105
  def BlackHeaders(self):
6141
6106
  """禁用的自定义header列表
6142
- 注意:此字段可能返回 null,表示取不到有效值。
6143
6107
  :rtype: list of str
6144
6108
  """
6145
6109
  return self._BlackHeaders
@@ -6521,10 +6485,8 @@ class DescribeCustomHeaderResponse(AbstractModel):
6521
6485
  def __init__(self):
6522
6486
  r"""
6523
6487
  :param _RuleId: 规则id
6524
- 注意:此字段可能返回 null,表示取不到有效值。
6525
6488
  :type RuleId: str
6526
6489
  :param _Headers: 自定义header列表
6527
- 注意:此字段可能返回 null,表示取不到有效值。
6528
6490
  :type Headers: list of HttpHeaderParam
6529
6491
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6530
6492
  :type RequestId: str
@@ -6536,7 +6498,6 @@ class DescribeCustomHeaderResponse(AbstractModel):
6536
6498
  @property
6537
6499
  def RuleId(self):
6538
6500
  """规则id
6539
- 注意:此字段可能返回 null,表示取不到有效值。
6540
6501
  :rtype: str
6541
6502
  """
6542
6503
  return self._RuleId
@@ -6548,7 +6509,6 @@ class DescribeCustomHeaderResponse(AbstractModel):
6548
6509
  @property
6549
6510
  def Headers(self):
6550
6511
  """自定义header列表
6551
- 注意:此字段可能返回 null,表示取不到有效值。
6552
6512
  :rtype: list of HttpHeaderParam
6553
6513
  """
6554
6514
  return self._Headers
@@ -6686,14 +6646,14 @@ class DescribeDomainErrorPageInfoByIdsRequest(AbstractModel):
6686
6646
 
6687
6647
  def __init__(self):
6688
6648
  r"""
6689
- :param _ErrorPageIds: 定制错误ID列表,最多支持10个
6649
+ :param _ErrorPageIds: 定制错误ID列表,最多支持10个
6690
6650
  :type ErrorPageIds: list of str
6691
6651
  """
6692
6652
  self._ErrorPageIds = None
6693
6653
 
6694
6654
  @property
6695
6655
  def ErrorPageIds(self):
6696
- """定制错误ID列表,最多支持10个
6656
+ """定制错误ID列表,最多支持10个
6697
6657
  :rtype: list of str
6698
6658
  """
6699
6659
  return self._ErrorPageIds
@@ -6723,7 +6683,6 @@ class DescribeDomainErrorPageInfoByIdsResponse(AbstractModel):
6723
6683
  def __init__(self):
6724
6684
  r"""
6725
6685
  :param _ErrorPageSet: 定制错误响应配置集
6726
- 注意:此字段可能返回 null,表示取不到有效值。
6727
6686
  :type ErrorPageSet: list of DomainErrorPageInfo
6728
6687
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6729
6688
  :type RequestId: str
@@ -6734,7 +6693,6 @@ class DescribeDomainErrorPageInfoByIdsResponse(AbstractModel):
6734
6693
  @property
6735
6694
  def ErrorPageSet(self):
6736
6695
  """定制错误响应配置集
6737
- 注意:此字段可能返回 null,表示取不到有效值。
6738
6696
  :rtype: list of DomainErrorPageInfo
6739
6697
  """
6740
6698
  return self._ErrorPageSet
@@ -6824,7 +6782,6 @@ class DescribeDomainErrorPageInfoResponse(AbstractModel):
6824
6782
  def __init__(self):
6825
6783
  r"""
6826
6784
  :param _ErrorPageSet: 定制错误响应配置集
6827
- 注意:此字段可能返回 null,表示取不到有效值。
6828
6785
  :type ErrorPageSet: list of DomainErrorPageInfo
6829
6786
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6830
6787
  :type RequestId: str
@@ -6835,7 +6792,6 @@ class DescribeDomainErrorPageInfoResponse(AbstractModel):
6835
6792
  @property
6836
6793
  def ErrorPageSet(self):
6837
6794
  """定制错误响应配置集
6838
- 注意:此字段可能返回 null,表示取不到有效值。
6839
6795
  :rtype: list of DomainErrorPageInfo
6840
6796
  """
6841
6797
  return self._ErrorPageSet
@@ -9000,7 +8956,6 @@ class DescribeProxyGroupListResponse(AbstractModel):
9000
8956
  :param _TotalCount: 通道组总数。
9001
8957
  :type TotalCount: int
9002
8958
  :param _ProxyGroupList: 通道组列表。
9003
- 注意:此字段可能返回 null,表示取不到有效值。
9004
8959
  :type ProxyGroupList: list of ProxyGroupInfo
9005
8960
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9006
8961
  :type RequestId: str
@@ -9023,7 +8978,6 @@ class DescribeProxyGroupListResponse(AbstractModel):
9023
8978
  @property
9024
8979
  def ProxyGroupList(self):
9025
8980
  """通道组列表。
9026
- 注意:此字段可能返回 null,表示取不到有效值。
9027
8981
  :rtype: list of ProxyGroupInfo
9028
8982
  """
9029
8983
  return self._ProxyGroupList
@@ -11030,7 +10984,6 @@ class DescribeTaskStatusResponse(AbstractModel):
11030
10984
  :param _Status: 任务状态:RUNNING,FAIL,SUCCESS
11031
10985
  :type Status: str
11032
10986
  :param _TaskId: 任务ID
11033
- 注意:此字段可能返回 null,表示取不到有效值。
11034
10987
  :type TaskId: str
11035
10988
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11036
10989
  :type RequestId: str
@@ -11053,7 +11006,6 @@ class DescribeTaskStatusResponse(AbstractModel):
11053
11006
  @property
11054
11007
  def TaskId(self):
11055
11008
  """任务ID
11056
- 注意:此字段可能返回 null,表示取不到有效值。
11057
11009
  :rtype: str
11058
11010
  """
11059
11011
  return self._TaskId
@@ -11679,7 +11631,6 @@ class Domain(AbstractModel):
11679
11631
  :param _ProjectId: 所属项目
11680
11632
  :type ProjectId: int
11681
11633
  :param _DefaultValue: 默认入口
11682
- 注意:此字段可能返回 null,表示取不到有效值。
11683
11634
  :type DefaultValue: str
11684
11635
  :param _ProxyCount: 通道数量
11685
11636
  :type ProxyCount: int
@@ -11689,10 +11640,8 @@ class Domain(AbstractModel):
11689
11640
  注意:此字段可能返回 null,表示取不到有效值。
11690
11641
  :type UpdateTime: int
11691
11642
  :param _TagSet: 标签列表
11692
- 注意:此字段可能返回 null,表示取不到有效值。
11693
11643
  :type TagSet: list of TagPair
11694
11644
  :param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
11695
- 注意:此字段可能返回 null,表示取不到有效值。
11696
11645
  :type BanStatus: str
11697
11646
  """
11698
11647
  self._DomainId = None
@@ -11777,7 +11726,6 @@ class Domain(AbstractModel):
11777
11726
  @property
11778
11727
  def DefaultValue(self):
11779
11728
  """默认入口
11780
- 注意:此字段可能返回 null,表示取不到有效值。
11781
11729
  :rtype: str
11782
11730
  """
11783
11731
  return self._DefaultValue
@@ -11823,7 +11771,6 @@ class Domain(AbstractModel):
11823
11771
  @property
11824
11772
  def TagSet(self):
11825
11773
  """标签列表
11826
- 注意:此字段可能返回 null,表示取不到有效值。
11827
11774
  :rtype: list of TagPair
11828
11775
  """
11829
11776
  return self._TagSet
@@ -11835,7 +11782,6 @@ class Domain(AbstractModel):
11835
11782
  @property
11836
11783
  def BanStatus(self):
11837
11784
  """封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
11838
- 注意:此字段可能返回 null,表示取不到有效值。
11839
11785
  :rtype: str
11840
11786
  """
11841
11787
  return self._BanStatus
@@ -12010,19 +11956,14 @@ class DomainErrorPageInfo(AbstractModel):
12010
11956
  :param _ErrorNos: 原始错误码
12011
11957
  :type ErrorNos: list of int
12012
11958
  :param _NewErrorNo: 新的错误码
12013
- 注意:此字段可能返回 null,表示取不到有效值。
12014
11959
  :type NewErrorNo: int
12015
11960
  :param _ClearHeaders: 需要清理的响应头
12016
- 注意:此字段可能返回 null,表示取不到有效值。
12017
11961
  :type ClearHeaders: list of str
12018
11962
  :param _SetHeaders: 需要设置的响应头
12019
- 注意:此字段可能返回 null,表示取不到有效值。
12020
11963
  :type SetHeaders: list of HttpHeaderParam
12021
11964
  :param _Body: 设置的响应体(不包括 HTTP头)
12022
- 注意:此字段可能返回 null,表示取不到有效值。
12023
11965
  :type Body: str
12024
11966
  :param _Status: 规则状态,0为成功
12025
- 注意:此字段可能返回 null,表示取不到有效值。
12026
11967
  :type Status: int
12027
11968
  """
12028
11969
  self._ErrorPageId = None
@@ -12082,7 +12023,6 @@ class DomainErrorPageInfo(AbstractModel):
12082
12023
  @property
12083
12024
  def NewErrorNo(self):
12084
12025
  """新的错误码
12085
- 注意:此字段可能返回 null,表示取不到有效值。
12086
12026
  :rtype: int
12087
12027
  """
12088
12028
  return self._NewErrorNo
@@ -12094,7 +12034,6 @@ class DomainErrorPageInfo(AbstractModel):
12094
12034
  @property
12095
12035
  def ClearHeaders(self):
12096
12036
  """需要清理的响应头
12097
- 注意:此字段可能返回 null,表示取不到有效值。
12098
12037
  :rtype: list of str
12099
12038
  """
12100
12039
  return self._ClearHeaders
@@ -12106,7 +12045,6 @@ class DomainErrorPageInfo(AbstractModel):
12106
12045
  @property
12107
12046
  def SetHeaders(self):
12108
12047
  """需要设置的响应头
12109
- 注意:此字段可能返回 null,表示取不到有效值。
12110
12048
  :rtype: list of HttpHeaderParam
12111
12049
  """
12112
12050
  return self._SetHeaders
@@ -12118,7 +12056,6 @@ class DomainErrorPageInfo(AbstractModel):
12118
12056
  @property
12119
12057
  def Body(self):
12120
12058
  """设置的响应体(不包括 HTTP头)
12121
- 注意:此字段可能返回 null,表示取不到有效值。
12122
12059
  :rtype: str
12123
12060
  """
12124
12061
  return self._Body
@@ -12130,7 +12067,6 @@ class DomainErrorPageInfo(AbstractModel):
12130
12067
  @property
12131
12068
  def Status(self):
12132
12069
  """规则状态,0为成功
12133
- 注意:此字段可能返回 null,表示取不到有效值。
12134
12070
  :rtype: int
12135
12071
  """
12136
12072
  return self._Status
@@ -12177,81 +12113,59 @@ class DomainRuleSet(AbstractModel):
12177
12113
  :param _RuleSet: 该域名对应的转发规则列表。
12178
12114
  :type RuleSet: list of RuleInfo
12179
12115
  :param _CertificateId: 该域名对应的服务器证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
12180
- 注意:此字段可能返回 null,表示取不到有效值。
12181
12116
  :type CertificateId: str
12182
12117
  :param _CertificateAlias: 该域名对应服务器证书名称。
12183
- 注意:此字段可能返回 null,表示取不到有效值。
12184
12118
  :type CertificateAlias: str
12185
12119
  :param _ClientCertificateId: 该域名对应的客户端证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
12186
- 注意:此字段可能返回 null,表示取不到有效值。
12187
12120
  :type ClientCertificateId: str
12188
12121
  :param _ClientCertificateAlias: 该域名对应客户端证书名称。
12189
- 注意:此字段可能返回 null,表示取不到有效值。
12190
12122
  :type ClientCertificateAlias: str
12191
12123
  :param _BasicAuthConfId: 该域名对应基础认证配置ID。
12192
- 注意:此字段可能返回 null,表示取不到有效值。
12193
12124
  :type BasicAuthConfId: str
12194
12125
  :param _BasicAuth: 基础认证开关,其中:
12195
12126
  0,表示未开启;
12196
12127
  1,表示已开启。
12197
- 注意:此字段可能返回 null,表示取不到有效值。
12198
12128
  :type BasicAuth: int
12199
12129
  :param _BasicAuthConfAlias: 该域名对应基础认证配置名称。
12200
- 注意:此字段可能返回 null,表示取不到有效值。
12201
12130
  :type BasicAuthConfAlias: str
12202
12131
  :param _RealServerCertificateId: 该域名对应源站认证证书ID。
12203
- 注意:此字段可能返回 null,表示取不到有效值。
12204
12132
  :type RealServerCertificateId: str
12205
12133
  :param _RealServerAuth: 源站认证开关,其中:
12206
12134
  0,表示未开启;
12207
12135
  1,表示已开启。
12208
- 注意:此字段可能返回 null,表示取不到有效值。
12209
12136
  :type RealServerAuth: int
12210
12137
  :param _RealServerCertificateAlias: 该域名对应源站认证证书名称。
12211
- 注意:此字段可能返回 null,表示取不到有效值。
12212
12138
  :type RealServerCertificateAlias: str
12213
12139
  :param _GaapCertificateId: 该域名对应通道认证证书ID。
12214
- 注意:此字段可能返回 null,表示取不到有效值。
12215
12140
  :type GaapCertificateId: str
12216
12141
  :param _GaapAuth: 通道认证开关,其中:
12217
12142
  0,表示未开启;
12218
12143
  1,表示已开启。
12219
- 注意:此字段可能返回 null,表示取不到有效值。
12220
12144
  :type GaapAuth: int
12221
12145
  :param _GaapCertificateAlias: 该域名对应通道认证证书名称。
12222
- 注意:此字段可能返回 null,表示取不到有效值。
12223
12146
  :type GaapCertificateAlias: str
12224
12147
  :param _RealServerCertificateDomain: 源站认证域名。
12225
- 注意:此字段可能返回 null,表示取不到有效值。
12226
12148
  :type RealServerCertificateDomain: str
12227
12149
  :param _PolyClientCertificateAliasInfo: 多客户端证书时,返回多个证书的id和别名
12228
- 注意:此字段可能返回 null,表示取不到有效值。
12229
12150
  :type PolyClientCertificateAliasInfo: list of CertificateAliasInfo
12230
12151
  :param _PolyRealServerCertificateAliasInfo: 多源站证书时,返回多个证书的id和别名
12231
- 注意:此字段可能返回 null,表示取不到有效值。
12232
12152
  :type PolyRealServerCertificateAliasInfo: list of CertificateAliasInfo
12233
12153
  :param _DomainStatus: 域名的状态。
12234
12154
  0表示运行中,
12235
12155
  1表示变更中,
12236
12156
  2表示删除中。
12237
- 注意:此字段可能返回 null,表示取不到有效值。
12238
12157
  :type DomainStatus: int
12239
12158
  :param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
12240
- 注意:此字段可能返回 null,表示取不到有效值。
12241
12159
  :type BanStatus: str
12242
12160
  :param _Http3Supported: Http3特性标识,其中:
12243
12161
  0表示关闭;
12244
12162
  1表示启用。
12245
- 注意:此字段可能返回 null,表示取不到有效值。
12246
12163
  :type Http3Supported: int
12247
12164
  :param _IsDefaultServer: 是否为默认域名
12248
- 注意:此字段可能返回 null,表示取不到有效值。
12249
12165
  :type IsDefaultServer: bool
12250
12166
  :param _TLSCiphers: TLS套件包
12251
- 注意:此字段可能返回 null,表示取不到有效值。
12252
12167
  :type TLSCiphers: str
12253
12168
  :param _TLSSupportVersion: TLS版本
12254
- 注意:此字段可能返回 null,表示取不到有效值。
12255
12169
  :type TLSSupportVersion: list of str
12256
12170
  """
12257
12171
  self._Domain = None
@@ -12304,7 +12218,6 @@ class DomainRuleSet(AbstractModel):
12304
12218
  @property
12305
12219
  def CertificateId(self):
12306
12220
  """该域名对应的服务器证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
12307
- 注意:此字段可能返回 null,表示取不到有效值。
12308
12221
  :rtype: str
12309
12222
  """
12310
12223
  return self._CertificateId
@@ -12316,7 +12229,6 @@ class DomainRuleSet(AbstractModel):
12316
12229
  @property
12317
12230
  def CertificateAlias(self):
12318
12231
  """该域名对应服务器证书名称。
12319
- 注意:此字段可能返回 null,表示取不到有效值。
12320
12232
  :rtype: str
12321
12233
  """
12322
12234
  return self._CertificateAlias
@@ -12328,7 +12240,6 @@ class DomainRuleSet(AbstractModel):
12328
12240
  @property
12329
12241
  def ClientCertificateId(self):
12330
12242
  """该域名对应的客户端证书ID,值为default时,表示使用默认证书(监听器配置的证书)。
12331
- 注意:此字段可能返回 null,表示取不到有效值。
12332
12243
  :rtype: str
12333
12244
  """
12334
12245
  return self._ClientCertificateId
@@ -12340,7 +12251,6 @@ class DomainRuleSet(AbstractModel):
12340
12251
  @property
12341
12252
  def ClientCertificateAlias(self):
12342
12253
  """该域名对应客户端证书名称。
12343
- 注意:此字段可能返回 null,表示取不到有效值。
12344
12254
  :rtype: str
12345
12255
  """
12346
12256
  return self._ClientCertificateAlias
@@ -12352,7 +12262,6 @@ class DomainRuleSet(AbstractModel):
12352
12262
  @property
12353
12263
  def BasicAuthConfId(self):
12354
12264
  """该域名对应基础认证配置ID。
12355
- 注意:此字段可能返回 null,表示取不到有效值。
12356
12265
  :rtype: str
12357
12266
  """
12358
12267
  return self._BasicAuthConfId
@@ -12366,7 +12275,6 @@ class DomainRuleSet(AbstractModel):
12366
12275
  """基础认证开关,其中:
12367
12276
  0,表示未开启;
12368
12277
  1,表示已开启。
12369
- 注意:此字段可能返回 null,表示取不到有效值。
12370
12278
  :rtype: int
12371
12279
  """
12372
12280
  return self._BasicAuth
@@ -12378,7 +12286,6 @@ class DomainRuleSet(AbstractModel):
12378
12286
  @property
12379
12287
  def BasicAuthConfAlias(self):
12380
12288
  """该域名对应基础认证配置名称。
12381
- 注意:此字段可能返回 null,表示取不到有效值。
12382
12289
  :rtype: str
12383
12290
  """
12384
12291
  return self._BasicAuthConfAlias
@@ -12390,7 +12297,6 @@ class DomainRuleSet(AbstractModel):
12390
12297
  @property
12391
12298
  def RealServerCertificateId(self):
12392
12299
  """该域名对应源站认证证书ID。
12393
- 注意:此字段可能返回 null,表示取不到有效值。
12394
12300
  :rtype: str
12395
12301
  """
12396
12302
  return self._RealServerCertificateId
@@ -12404,7 +12310,6 @@ class DomainRuleSet(AbstractModel):
12404
12310
  """源站认证开关,其中:
12405
12311
  0,表示未开启;
12406
12312
  1,表示已开启。
12407
- 注意:此字段可能返回 null,表示取不到有效值。
12408
12313
  :rtype: int
12409
12314
  """
12410
12315
  return self._RealServerAuth
@@ -12416,7 +12321,6 @@ class DomainRuleSet(AbstractModel):
12416
12321
  @property
12417
12322
  def RealServerCertificateAlias(self):
12418
12323
  """该域名对应源站认证证书名称。
12419
- 注意:此字段可能返回 null,表示取不到有效值。
12420
12324
  :rtype: str
12421
12325
  """
12422
12326
  return self._RealServerCertificateAlias
@@ -12428,7 +12332,6 @@ class DomainRuleSet(AbstractModel):
12428
12332
  @property
12429
12333
  def GaapCertificateId(self):
12430
12334
  """该域名对应通道认证证书ID。
12431
- 注意:此字段可能返回 null,表示取不到有效值。
12432
12335
  :rtype: str
12433
12336
  """
12434
12337
  return self._GaapCertificateId
@@ -12442,7 +12345,6 @@ class DomainRuleSet(AbstractModel):
12442
12345
  """通道认证开关,其中:
12443
12346
  0,表示未开启;
12444
12347
  1,表示已开启。
12445
- 注意:此字段可能返回 null,表示取不到有效值。
12446
12348
  :rtype: int
12447
12349
  """
12448
12350
  return self._GaapAuth
@@ -12454,7 +12356,6 @@ class DomainRuleSet(AbstractModel):
12454
12356
  @property
12455
12357
  def GaapCertificateAlias(self):
12456
12358
  """该域名对应通道认证证书名称。
12457
- 注意:此字段可能返回 null,表示取不到有效值。
12458
12359
  :rtype: str
12459
12360
  """
12460
12361
  return self._GaapCertificateAlias
@@ -12466,7 +12367,6 @@ class DomainRuleSet(AbstractModel):
12466
12367
  @property
12467
12368
  def RealServerCertificateDomain(self):
12468
12369
  """源站认证域名。
12469
- 注意:此字段可能返回 null,表示取不到有效值。
12470
12370
  :rtype: str
12471
12371
  """
12472
12372
  return self._RealServerCertificateDomain
@@ -12478,7 +12378,6 @@ class DomainRuleSet(AbstractModel):
12478
12378
  @property
12479
12379
  def PolyClientCertificateAliasInfo(self):
12480
12380
  """多客户端证书时,返回多个证书的id和别名
12481
- 注意:此字段可能返回 null,表示取不到有效值。
12482
12381
  :rtype: list of CertificateAliasInfo
12483
12382
  """
12484
12383
  return self._PolyClientCertificateAliasInfo
@@ -12490,7 +12389,6 @@ class DomainRuleSet(AbstractModel):
12490
12389
  @property
12491
12390
  def PolyRealServerCertificateAliasInfo(self):
12492
12391
  """多源站证书时,返回多个证书的id和别名
12493
- 注意:此字段可能返回 null,表示取不到有效值。
12494
12392
  :rtype: list of CertificateAliasInfo
12495
12393
  """
12496
12394
  return self._PolyRealServerCertificateAliasInfo
@@ -12505,7 +12403,6 @@ class DomainRuleSet(AbstractModel):
12505
12403
  0表示运行中,
12506
12404
  1表示变更中,
12507
12405
  2表示删除中。
12508
- 注意:此字段可能返回 null,表示取不到有效值。
12509
12406
  :rtype: int
12510
12407
  """
12511
12408
  return self._DomainStatus
@@ -12517,7 +12414,6 @@ class DomainRuleSet(AbstractModel):
12517
12414
  @property
12518
12415
  def BanStatus(self):
12519
12416
  """封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
12520
- 注意:此字段可能返回 null,表示取不到有效值。
12521
12417
  :rtype: str
12522
12418
  """
12523
12419
  return self._BanStatus
@@ -12531,7 +12427,6 @@ class DomainRuleSet(AbstractModel):
12531
12427
  """Http3特性标识,其中:
12532
12428
  0表示关闭;
12533
12429
  1表示启用。
12534
- 注意:此字段可能返回 null,表示取不到有效值。
12535
12430
  :rtype: int
12536
12431
  """
12537
12432
  return self._Http3Supported
@@ -12543,7 +12438,6 @@ class DomainRuleSet(AbstractModel):
12543
12438
  @property
12544
12439
  def IsDefaultServer(self):
12545
12440
  """是否为默认域名
12546
- 注意:此字段可能返回 null,表示取不到有效值。
12547
12441
  :rtype: bool
12548
12442
  """
12549
12443
  return self._IsDefaultServer
@@ -12555,7 +12449,6 @@ class DomainRuleSet(AbstractModel):
12555
12449
  @property
12556
12450
  def TLSCiphers(self):
12557
12451
  """TLS套件包
12558
- 注意:此字段可能返回 null,表示取不到有效值。
12559
12452
  :rtype: str
12560
12453
  """
12561
12454
  return self._TLSCiphers
@@ -12567,7 +12460,6 @@ class DomainRuleSet(AbstractModel):
12567
12460
  @property
12568
12461
  def TLSSupportVersion(self):
12569
12462
  """TLS版本
12570
- 注意:此字段可能返回 null,表示取不到有效值。
12571
12463
  :rtype: list of str
12572
12464
  """
12573
12465
  return self._TLSSupportVersion
@@ -12929,7 +12821,6 @@ class HTTPListener(AbstractModel):
12929
12821
  4表示配置变更中。
12930
12822
  :type ListenerStatus: int
12931
12823
  :param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
12932
- 注意:此字段可能返回 null,表示取不到有效值。
12933
12824
  :type ProxyId: str
12934
12825
  :param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
12935
12826
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13018,7 +12909,6 @@ class HTTPListener(AbstractModel):
13018
12909
  @property
13019
12910
  def ProxyId(self):
13020
12911
  """监听器的通道ID,如果监听器属于通道组,则为null
13021
- 注意:此字段可能返回 null,表示取不到有效值。
13022
12912
  :rtype: str
13023
12913
  """
13024
12914
  return self._ProxyId
@@ -13088,7 +12978,6 @@ class HTTPSListener(AbstractModel):
13088
12978
  :param _CreateTime: 监听器创建时间,Unix时间戳
13089
12979
  :type CreateTime: int
13090
12980
  :param _CertificateAlias: 服务器SSL证书的别名
13091
- 注意:此字段可能返回 null,表示取不到有效值。
13092
12981
  :type CertificateAlias: str
13093
12982
  :param _ClientCertificateId: 监听器客户端CA证书ID
13094
12983
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13096,31 +12985,25 @@ class HTTPSListener(AbstractModel):
13096
12985
  :param _AuthType: 监听器认证方式。其中,
13097
12986
  0表示单向认证;
13098
12987
  1表示双向认证。
13099
- 注意:此字段可能返回 null,表示取不到有效值。
13100
12988
  :type AuthType: int
13101
12989
  :param _ClientCertificateAlias: 客户端CA证书别名
13102
12990
  注意:此字段可能返回 null,表示取不到有效值。
13103
12991
  :type ClientCertificateAlias: str
13104
12992
  :param _PolyClientCertificateAliasInfo: 多客户端CA证书别名信息
13105
- 注意:此字段可能返回 null,表示取不到有效值。
13106
12993
  :type PolyClientCertificateAliasInfo: list of CertificateAliasInfo
13107
12994
  :param _Http3Supported: 是否支持Http3,其中:
13108
12995
  0,不支持Http3接入;
13109
12996
  1,持Http3接入。
13110
12997
  注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
13111
- 注意:此字段可能返回 null,表示取不到有效值。
13112
12998
  :type Http3Supported: int
13113
12999
  :param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
13114
- 注意:此字段可能返回 null,表示取不到有效值。
13115
13000
  :type ProxyId: str
13116
13001
  :param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
13117
13002
  注意:此字段可能返回 null,表示取不到有效值。
13118
13003
  :type GroupId: str
13119
13004
  :param _TLSSupportVersion: 支持的TLS版本
13120
- 注意:此字段可能返回 null,表示取不到有效值。
13121
13005
  :type TLSSupportVersion: list of str
13122
13006
  :param _TLSCiphers: 支持的TLS密码套件
13123
- 注意:此字段可能返回 null,表示取不到有效值。
13124
13007
  :type TLSCiphers: str
13125
13008
  """
13126
13009
  self._ListenerId = None
@@ -13238,7 +13121,6 @@ class HTTPSListener(AbstractModel):
13238
13121
  @property
13239
13122
  def CertificateAlias(self):
13240
13123
  """服务器SSL证书的别名
13241
- 注意:此字段可能返回 null,表示取不到有效值。
13242
13124
  :rtype: str
13243
13125
  """
13244
13126
  return self._CertificateAlias
@@ -13264,7 +13146,6 @@ class HTTPSListener(AbstractModel):
13264
13146
  """监听器认证方式。其中,
13265
13147
  0表示单向认证;
13266
13148
  1表示双向认证。
13267
- 注意:此字段可能返回 null,表示取不到有效值。
13268
13149
  :rtype: int
13269
13150
  """
13270
13151
  return self._AuthType
@@ -13288,7 +13169,6 @@ class HTTPSListener(AbstractModel):
13288
13169
  @property
13289
13170
  def PolyClientCertificateAliasInfo(self):
13290
13171
  """多客户端CA证书别名信息
13291
- 注意:此字段可能返回 null,表示取不到有效值。
13292
13172
  :rtype: list of CertificateAliasInfo
13293
13173
  """
13294
13174
  return self._PolyClientCertificateAliasInfo
@@ -13303,7 +13183,6 @@ class HTTPSListener(AbstractModel):
13303
13183
  0,不支持Http3接入;
13304
13184
  1,持Http3接入。
13305
13185
  注意:如果支持了Http3的功能,那么该监听器会占用对应的UDP接入端口,不可再创建相同端口的UDP监听器。
13306
- 注意:此字段可能返回 null,表示取不到有效值。
13307
13186
  :rtype: int
13308
13187
  """
13309
13188
  return self._Http3Supported
@@ -13315,7 +13194,6 @@ class HTTPSListener(AbstractModel):
13315
13194
  @property
13316
13195
  def ProxyId(self):
13317
13196
  """监听器的通道ID,如果监听器属于通道组,则为null
13318
- 注意:此字段可能返回 null,表示取不到有效值。
13319
13197
  :rtype: str
13320
13198
  """
13321
13199
  return self._ProxyId
@@ -13339,7 +13217,6 @@ class HTTPSListener(AbstractModel):
13339
13217
  @property
13340
13218
  def TLSSupportVersion(self):
13341
13219
  """支持的TLS版本
13342
- 注意:此字段可能返回 null,表示取不到有效值。
13343
13220
  :rtype: list of str
13344
13221
  """
13345
13222
  return self._TLSSupportVersion
@@ -13351,7 +13228,6 @@ class HTTPSListener(AbstractModel):
13351
13228
  @property
13352
13229
  def TLSCiphers(self):
13353
13230
  """支持的TLS密码套件
13354
- 注意:此字段可能返回 null,表示取不到有效值。
13355
13231
  :rtype: str
13356
13232
  """
13357
13233
  return self._TLSCiphers
@@ -13721,10 +13597,8 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
13721
13597
  注意:此字段可能返回 null,表示取不到有效值。
13722
13598
  :type DiscountFlowUnitPrice: float
13723
13599
  :param _Cn2BandwidthPrice: 精品BGP的带宽费用价格,单位: 元/Mbps/天
13724
- 注意:此字段可能返回 null,表示取不到有效值。
13725
13600
  :type Cn2BandwidthPrice: float
13726
13601
  :param _Cn2BandwidthPriceWithDiscount: 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
13727
- 注意:此字段可能返回 null,表示取不到有效值。
13728
13602
  :type Cn2BandwidthPriceWithDiscount: float
13729
13603
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13730
13604
  :type RequestId: str
@@ -13811,7 +13685,6 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
13811
13685
  @property
13812
13686
  def Cn2BandwidthPrice(self):
13813
13687
  """精品BGP的带宽费用价格,单位: 元/Mbps/天
13814
- 注意:此字段可能返回 null,表示取不到有效值。
13815
13688
  :rtype: float
13816
13689
  """
13817
13690
  return self._Cn2BandwidthPrice
@@ -13823,7 +13696,6 @@ class InquiryPriceCreateProxyResponse(AbstractModel):
13823
13696
  @property
13824
13697
  def Cn2BandwidthPriceWithDiscount(self):
13825
13698
  """精品BGP的折后带宽费用价格,单位: 元/Mbps/天
13826
- 注意:此字段可能返回 null,表示取不到有效值。
13827
13699
  :rtype: float
13828
13700
  """
13829
13701
  return self._Cn2BandwidthPriceWithDiscount
@@ -16799,22 +16671,16 @@ class ProxyAccessInfo(AbstractModel):
16799
16671
  def __init__(self):
16800
16672
  r"""
16801
16673
  :param _RegionId: 地域ID
16802
- 注意:此字段可能返回 null,表示取不到有效值。
16803
16674
  :type RegionId: str
16804
16675
  :param _RegionName: 地域名称
16805
- 注意:此字段可能返回 null,表示取不到有效值。
16806
16676
  :type RegionName: str
16807
16677
  :param _ProxyId: 通道ID
16808
- 注意:此字段可能返回 null,表示取不到有效值。
16809
16678
  :type ProxyId: str
16810
16679
  :param _Vip: 通道接入ip
16811
- 注意:此字段可能返回 null,表示取不到有效值。
16812
16680
  :type Vip: str
16813
16681
  :param _VipList: 三网通道VIP列表
16814
- 注意:此字段可能返回 null,表示取不到有效值。
16815
16682
  :type VipList: list of IPDetail
16816
16683
  :param _SourceRegionIdcType: 接入点IDC类型。ec或dc
16817
- 注意:此字段可能返回 null,表示取不到有效值。
16818
16684
  :type SourceRegionIdcType: str
16819
16685
  """
16820
16686
  self._RegionId = None
@@ -16827,7 +16693,6 @@ class ProxyAccessInfo(AbstractModel):
16827
16693
  @property
16828
16694
  def RegionId(self):
16829
16695
  """地域ID
16830
- 注意:此字段可能返回 null,表示取不到有效值。
16831
16696
  :rtype: str
16832
16697
  """
16833
16698
  return self._RegionId
@@ -16839,7 +16704,6 @@ class ProxyAccessInfo(AbstractModel):
16839
16704
  @property
16840
16705
  def RegionName(self):
16841
16706
  """地域名称
16842
- 注意:此字段可能返回 null,表示取不到有效值。
16843
16707
  :rtype: str
16844
16708
  """
16845
16709
  return self._RegionName
@@ -16851,7 +16715,6 @@ class ProxyAccessInfo(AbstractModel):
16851
16715
  @property
16852
16716
  def ProxyId(self):
16853
16717
  """通道ID
16854
- 注意:此字段可能返回 null,表示取不到有效值。
16855
16718
  :rtype: str
16856
16719
  """
16857
16720
  return self._ProxyId
@@ -16863,7 +16726,6 @@ class ProxyAccessInfo(AbstractModel):
16863
16726
  @property
16864
16727
  def Vip(self):
16865
16728
  """通道接入ip
16866
- 注意:此字段可能返回 null,表示取不到有效值。
16867
16729
  :rtype: str
16868
16730
  """
16869
16731
  return self._Vip
@@ -16875,7 +16737,6 @@ class ProxyAccessInfo(AbstractModel):
16875
16737
  @property
16876
16738
  def VipList(self):
16877
16739
  """三网通道VIP列表
16878
- 注意:此字段可能返回 null,表示取不到有效值。
16879
16740
  :rtype: list of IPDetail
16880
16741
  """
16881
16742
  return self._VipList
@@ -16887,7 +16748,6 @@ class ProxyAccessInfo(AbstractModel):
16887
16748
  @property
16888
16749
  def SourceRegionIdcType(self):
16889
16750
  """接入点IDC类型。ec或dc
16890
- 注意:此字段可能返回 null,表示取不到有效值。
16891
16751
  :rtype: str
16892
16752
  """
16893
16753
  return self._SourceRegionIdcType
@@ -16957,27 +16817,20 @@ class ProxyGroupDetail(AbstractModel):
16957
16817
  :param _GroupId: 通道组ID
16958
16818
  :type GroupId: str
16959
16819
  :param _TagSet: 标签列表
16960
- 注意:此字段可能返回 null,表示取不到有效值。
16961
16820
  :type TagSet: list of TagPair
16962
16821
  :param _PolicyId: 安全策略ID,当设置了安全策略时,存在该字段。
16963
- 注意:此字段可能返回 null,表示取不到有效值。
16964
16822
  :type PolicyId: str
16965
16823
  :param _Version: 通道组版本
16966
- 注意:此字段可能返回 null,表示取不到有效值。
16967
16824
  :type Version: str
16968
16825
  :param _ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
16969
- 注意:此字段可能返回 null,表示取不到有效值。
16970
16826
  :type ClientIPMethod: list of int
16971
16827
  :param _IPAddressVersion: IP版本,可取值:IPv4、IPv6,默认值IPv4
16972
- 注意:此字段可能返回 null,表示取不到有效值。
16973
16828
  :type IPAddressVersion: str
16974
16829
  :param _PackageType: 通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
16975
- 注意:此字段可能返回 null,表示取不到有效值。
16976
16830
  :type PackageType: str
16977
16831
  :param _Http3Supported: 支持Http3特性的标识,其中:
16978
16832
  0表示关闭;
16979
16833
  1表示启用。
16980
- 注意:此字段可能返回 null,表示取不到有效值。
16981
16834
  :type Http3Supported: int
16982
16835
  :param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
16983
16836
  0,表示不支持该特性;
@@ -16990,13 +16843,11 @@ class ProxyGroupDetail(AbstractModel):
16990
16843
  第5个bit,支持精品BGP接入;
16991
16844
  第6个bit,支持三网接入;
16992
16845
  第7个bit,支持接入段Qos加速。
16993
- 注意:此字段可能返回 null,表示取不到有效值。
16994
16846
  注意:此字段可能返回 null,表示取不到有效值。
16995
16847
  :type FeatureBitmap: int
16996
16848
  :param _IsSupportTLSChoice: 是否支持设置TLS设置
16997
16849
  0表示不支持;
16998
16850
  1表示支持。
16999
- 注意:此字段可能返回 null,表示取不到有效值。
17000
16851
  :type IsSupportTLSChoice: int
17001
16852
  """
17002
16853
  self._CreateTime = None
@@ -17162,7 +17013,6 @@ class ProxyGroupDetail(AbstractModel):
17162
17013
  @property
17163
17014
  def TagSet(self):
17164
17015
  """标签列表
17165
- 注意:此字段可能返回 null,表示取不到有效值。
17166
17016
  :rtype: list of TagPair
17167
17017
  """
17168
17018
  return self._TagSet
@@ -17174,7 +17024,6 @@ class ProxyGroupDetail(AbstractModel):
17174
17024
  @property
17175
17025
  def PolicyId(self):
17176
17026
  """安全策略ID,当设置了安全策略时,存在该字段。
17177
- 注意:此字段可能返回 null,表示取不到有效值。
17178
17027
  :rtype: str
17179
17028
  """
17180
17029
  return self._PolicyId
@@ -17186,7 +17035,6 @@ class ProxyGroupDetail(AbstractModel):
17186
17035
  @property
17187
17036
  def Version(self):
17188
17037
  """通道组版本
17189
- 注意:此字段可能返回 null,表示取不到有效值。
17190
17038
  :rtype: str
17191
17039
  """
17192
17040
  return self._Version
@@ -17198,7 +17046,6 @@ class ProxyGroupDetail(AbstractModel):
17198
17046
  @property
17199
17047
  def ClientIPMethod(self):
17200
17048
  """通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
17201
- 注意:此字段可能返回 null,表示取不到有效值。
17202
17049
  :rtype: list of int
17203
17050
  """
17204
17051
  return self._ClientIPMethod
@@ -17210,7 +17057,6 @@ class ProxyGroupDetail(AbstractModel):
17210
17057
  @property
17211
17058
  def IPAddressVersion(self):
17212
17059
  """IP版本,可取值:IPv4、IPv6,默认值IPv4
17213
- 注意:此字段可能返回 null,表示取不到有效值。
17214
17060
  :rtype: str
17215
17061
  """
17216
17062
  return self._IPAddressVersion
@@ -17222,7 +17068,6 @@ class ProxyGroupDetail(AbstractModel):
17222
17068
  @property
17223
17069
  def PackageType(self):
17224
17070
  """通道组套餐类型:Thunder表示标准通道组,Accelerator表示银牌加速通道组,CrossBorder表示跨境通道组。
17225
- 注意:此字段可能返回 null,表示取不到有效值。
17226
17071
  :rtype: str
17227
17072
  """
17228
17073
  return self._PackageType
@@ -17236,7 +17081,6 @@ class ProxyGroupDetail(AbstractModel):
17236
17081
  """支持Http3特性的标识,其中:
17237
17082
  0表示关闭;
17238
17083
  1表示启用。
17239
- 注意:此字段可能返回 null,表示取不到有效值。
17240
17084
  :rtype: int
17241
17085
  """
17242
17086
  return self._Http3Supported
@@ -17258,7 +17102,6 @@ class ProxyGroupDetail(AbstractModel):
17258
17102
  第5个bit,支持精品BGP接入;
17259
17103
  第6个bit,支持三网接入;
17260
17104
  第7个bit,支持接入段Qos加速。
17261
- 注意:此字段可能返回 null,表示取不到有效值。
17262
17105
  注意:此字段可能返回 null,表示取不到有效值。
17263
17106
  :rtype: int
17264
17107
  """
@@ -17273,7 +17116,6 @@ class ProxyGroupDetail(AbstractModel):
17273
17116
  """是否支持设置TLS设置
17274
17117
  0表示不支持;
17275
17118
  1表示支持。
17276
- 注意:此字段可能返回 null,表示取不到有效值。
17277
17119
  :rtype: int
17278
17120
  """
17279
17121
  return self._IsSupportTLSChoice
@@ -17335,7 +17177,6 @@ class ProxyGroupInfo(AbstractModel):
17335
17177
  注意:此字段可能返回 null,表示取不到有效值。
17336
17178
  :type Domain: str
17337
17179
  :param _GroupName: 通道组名称
17338
- 注意:此字段可能返回 null,表示取不到有效值。
17339
17180
  :type GroupName: str
17340
17181
  :param _ProjectId: 项目ID
17341
17182
  :type ProjectId: int
@@ -17353,18 +17194,14 @@ CHANGING表示部分部署中。
17353
17194
  :param _TagSet: 标签列表。
17354
17195
  :type TagSet: list of TagPair
17355
17196
  :param _Version: 通道组版本
17356
- 注意:此字段可能返回 null,表示取不到有效值。
17357
17197
  :type Version: str
17358
17198
  :param _CreateTime: 创建时间
17359
- 注意:此字段可能返回 null,表示取不到有效值。
17360
17199
  :type CreateTime: int
17361
17200
  :param _ProxyType: 通道组是否包含微软通道
17362
- 注意:此字段可能返回 null,表示取不到有效值。
17363
17201
  :type ProxyType: int
17364
17202
  :param _Http3Supported: 支持Http3特性的标识,其中:
17365
17203
  0表示关闭;
17366
17204
  1表示启用。
17367
- 注意:此字段可能返回 null,表示取不到有效值。
17368
17205
  :type Http3Supported: int
17369
17206
  :param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
17370
17207
  0,表示不支持该特性;
@@ -17377,7 +17214,6 @@ CHANGING表示部分部署中。
17377
17214
  第5个bit,支持精品BGP接入;
17378
17215
  第6个bit,支持三网接入;
17379
17216
  第7个bit,支持接入段Qos加速。
17380
- 注意:此字段可能返回 null,表示取不到有效值。
17381
17217
  注意:此字段可能返回 null,表示取不到有效值。
17382
17218
  :type FeatureBitmap: int
17383
17219
  """
@@ -17420,7 +17256,6 @@ CHANGING表示部分部署中。
17420
17256
  @property
17421
17257
  def GroupName(self):
17422
17258
  """通道组名称
17423
- 注意:此字段可能返回 null,表示取不到有效值。
17424
17259
  :rtype: str
17425
17260
  """
17426
17261
  return self._GroupName
@@ -17483,7 +17318,6 @@ CHANGING表示部分部署中。
17483
17318
  @property
17484
17319
  def Version(self):
17485
17320
  """通道组版本
17486
- 注意:此字段可能返回 null,表示取不到有效值。
17487
17321
  :rtype: str
17488
17322
  """
17489
17323
  return self._Version
@@ -17495,7 +17329,6 @@ CHANGING表示部分部署中。
17495
17329
  @property
17496
17330
  def CreateTime(self):
17497
17331
  """创建时间
17498
- 注意:此字段可能返回 null,表示取不到有效值。
17499
17332
  :rtype: int
17500
17333
  """
17501
17334
  return self._CreateTime
@@ -17507,7 +17340,6 @@ CHANGING表示部分部署中。
17507
17340
  @property
17508
17341
  def ProxyType(self):
17509
17342
  """通道组是否包含微软通道
17510
- 注意:此字段可能返回 null,表示取不到有效值。
17511
17343
  :rtype: int
17512
17344
  """
17513
17345
  return self._ProxyType
@@ -17521,7 +17353,6 @@ CHANGING表示部分部署中。
17521
17353
  """支持Http3特性的标识,其中:
17522
17354
  0表示关闭;
17523
17355
  1表示启用。
17524
- 注意:此字段可能返回 null,表示取不到有效值。
17525
17356
  :rtype: int
17526
17357
  """
17527
17358
  return self._Http3Supported
@@ -17543,7 +17374,6 @@ CHANGING表示部分部署中。
17543
17374
  第5个bit,支持精品BGP接入;
17544
17375
  第6个bit,支持三网接入;
17545
17376
  第7个bit,支持接入段Qos加速。
17546
- 注意:此字段可能返回 null,表示取不到有效值。
17547
17377
  注意:此字段可能返回 null,表示取不到有效值。
17548
17378
  :rtype: int
17549
17379
  """
@@ -17628,7 +17458,6 @@ class ProxyInfo(AbstractModel):
17628
17458
  def __init__(self):
17629
17459
  r"""
17630
17460
  :param _InstanceId: (旧参数,请使用ProxyId)通道实例ID。
17631
- 注意:此字段可能返回 null,表示取不到有效值。
17632
17461
  :type InstanceId: str
17633
17462
  :param _CreateTime: 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
17634
17463
  :type CreateTime: int
@@ -17665,7 +17494,6 @@ MOVING表示迁移中。
17665
17494
  :param _Version: 通道版本号:1.0,2.0,3.0。
17666
17495
  :type Version: str
17667
17496
  :param _ProxyId: (新参数)通道实例ID。
17668
- 注意:此字段可能返回 null,表示取不到有效值。
17669
17497
  :type ProxyId: str
17670
17498
  :param _Scalarable: 1,该通道可缩扩容;0,该通道无法缩扩容。
17671
17499
  :type Scalarable: int
@@ -17678,57 +17506,42 @@ MOVING表示迁移中。
17678
17506
  注意:此字段可能返回 null,表示取不到有效值。
17679
17507
  :type PolicyId: str
17680
17508
  :param _AccessRegionInfo: 接入地域详细信息,包括地域ID和地域名。
17681
- 注意:此字段可能返回 null,表示取不到有效值。
17682
17509
  :type AccessRegionInfo: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
17683
17510
  :param _RealServerRegionInfo: 源站地域详细信息,包括地域ID和地域名。
17684
- 注意:此字段可能返回 null,表示取不到有效值。
17685
17511
  :type RealServerRegionInfo: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
17686
17512
  :param _ForwardIP: 通道转发IP
17687
17513
  :type ForwardIP: str
17688
17514
  :param _TagSet: 标签列表,不存在标签时,该字段为空列表。
17689
- 注意:此字段可能返回 null,表示取不到有效值。
17690
17515
  :type TagSet: list of TagPair
17691
17516
  :param _SupportSecurity: 是否支持安全组配置
17692
- 注意:此字段可能返回 null,表示取不到有效值。
17693
17517
  :type SupportSecurity: int
17694
17518
  :param _BillingType: 计费类型: 0表示按带宽计费 1表示按流量计费。
17695
- 注意:此字段可能返回 null,表示取不到有效值。
17696
17519
  :type BillingType: int
17697
17520
  :param _RelatedGlobalDomains: 关联了解析的域名列表
17698
- 注意:此字段可能返回 null,表示取不到有效值。
17699
17521
  :type RelatedGlobalDomains: list of str
17700
17522
  :param _ModifyConfigTime: 配置变更时间
17701
17523
  注意:此字段可能返回 null,表示取不到有效值。
17702
17524
  :type ModifyConfigTime: int
17703
17525
  :param _ProxyType: 通道类型,100表示THUNDER通道,103表示微软合作通道
17704
- 注意:此字段可能返回 null,表示取不到有效值。
17705
17526
  :type ProxyType: int
17706
17527
  :param _ClientIPMethod: 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
17707
- 注意:此字段可能返回 null,表示取不到有效值。
17708
17528
  :type ClientIPMethod: list of int
17709
17529
  :param _IPAddressVersion: IP版本:IPv4、IPv6
17710
- 注意:此字段可能返回 null,表示取不到有效值。
17711
17530
  :type IPAddressVersion: str
17712
17531
  :param _NetworkType: 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
17713
- 注意:此字段可能返回 null,表示取不到有效值。
17714
17532
  :type NetworkType: str
17715
17533
  :param _PackageType: 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
17716
17534
  CrossBorder表示跨境通道。
17717
- 注意:此字段可能返回 null,表示取不到有效值。
17718
17535
  :type PackageType: str
17719
17536
  :param _BanStatus: 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
17720
- 注意:此字段可能返回 null,表示取不到有效值。
17721
17537
  :type BanStatus: str
17722
17538
  :param _IPList: IP列表
17723
- 注意:此字段可能返回 null,表示取不到有效值。
17724
17539
  :type IPList: list of IPDetail
17725
17540
  :param _Http3Supported: 支持Http3协议的标识,其中:
17726
17541
  0表示关闭;
17727
17542
  1表示启用。
17728
- 注意:此字段可能返回 null,表示取不到有效值。
17729
17543
  :type Http3Supported: int
17730
17544
  :param _InBanBlacklist: 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
17731
- 注意:此字段可能返回 null,表示取不到有效值。
17732
17545
  :type InBanBlacklist: int
17733
17546
  :param _FeatureBitmap: 特性位图,每个bit位代表一种特性,其中:
17734
17547
  0,表示不支持该特性;
@@ -17741,16 +17554,13 @@ CrossBorder表示跨境通道。
17741
17554
  第5个bit,支持精品BGP接入;
17742
17555
  第6个bit,支持三网接入;
17743
17556
  第7个bit,支持接入段Qos加速。
17744
- 注意:此字段可能返回 null,表示取不到有效值。
17745
17557
  注意:此字段可能返回 null,表示取不到有效值。
17746
17558
  :type FeatureBitmap: int
17747
17559
  :param _IsAutoScaleProxy: 是否是开启了auto scale的通道,0表示否,1表示是。
17748
- 注意:此字段可能返回 null,表示取不到有效值。
17749
17560
  :type IsAutoScaleProxy: int
17750
17561
  :param _IsSupportTLSChoice: 是否允许设置TLS配置
17751
17562
  0表示不支持;
17752
17563
  1表示支持。
17753
- 注意:此字段可能返回 null,表示取不到有效值。
17754
17564
  :type IsSupportTLSChoice: int
17755
17565
  """
17756
17566
  self._InstanceId = None
@@ -17794,7 +17604,6 @@ CrossBorder表示跨境通道。
17794
17604
  @property
17795
17605
  def InstanceId(self):
17796
17606
  """(旧参数,请使用ProxyId)通道实例ID。
17797
- 注意:此字段可能返回 null,表示取不到有效值。
17798
17607
  :rtype: str
17799
17608
  """
17800
17609
  return self._InstanceId
@@ -17939,7 +17748,6 @@ MOVING表示迁移中。
17939
17748
  @property
17940
17749
  def ProxyId(self):
17941
17750
  """(新参数)通道实例ID。
17942
- 注意:此字段可能返回 null,表示取不到有效值。
17943
17751
  :rtype: str
17944
17752
  """
17945
17753
  return self._ProxyId
@@ -17997,7 +17805,6 @@ MOVING表示迁移中。
17997
17805
  @property
17998
17806
  def AccessRegionInfo(self):
17999
17807
  """接入地域详细信息,包括地域ID和地域名。
18000
- 注意:此字段可能返回 null,表示取不到有效值。
18001
17808
  :rtype: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
18002
17809
  """
18003
17810
  return self._AccessRegionInfo
@@ -18009,7 +17816,6 @@ MOVING表示迁移中。
18009
17816
  @property
18010
17817
  def RealServerRegionInfo(self):
18011
17818
  """源站地域详细信息,包括地域ID和地域名。
18012
- 注意:此字段可能返回 null,表示取不到有效值。
18013
17819
  :rtype: :class:`tencentcloud.gaap.v20180529.models.RegionDetail`
18014
17820
  """
18015
17821
  return self._RealServerRegionInfo
@@ -18032,7 +17838,6 @@ MOVING表示迁移中。
18032
17838
  @property
18033
17839
  def TagSet(self):
18034
17840
  """标签列表,不存在标签时,该字段为空列表。
18035
- 注意:此字段可能返回 null,表示取不到有效值。
18036
17841
  :rtype: list of TagPair
18037
17842
  """
18038
17843
  return self._TagSet
@@ -18044,7 +17849,6 @@ MOVING表示迁移中。
18044
17849
  @property
18045
17850
  def SupportSecurity(self):
18046
17851
  """是否支持安全组配置
18047
- 注意:此字段可能返回 null,表示取不到有效值。
18048
17852
  :rtype: int
18049
17853
  """
18050
17854
  return self._SupportSecurity
@@ -18056,7 +17860,6 @@ MOVING表示迁移中。
18056
17860
  @property
18057
17861
  def BillingType(self):
18058
17862
  """计费类型: 0表示按带宽计费 1表示按流量计费。
18059
- 注意:此字段可能返回 null,表示取不到有效值。
18060
17863
  :rtype: int
18061
17864
  """
18062
17865
  return self._BillingType
@@ -18068,7 +17871,6 @@ MOVING表示迁移中。
18068
17871
  @property
18069
17872
  def RelatedGlobalDomains(self):
18070
17873
  """关联了解析的域名列表
18071
- 注意:此字段可能返回 null,表示取不到有效值。
18072
17874
  :rtype: list of str
18073
17875
  """
18074
17876
  return self._RelatedGlobalDomains
@@ -18092,7 +17894,6 @@ MOVING表示迁移中。
18092
17894
  @property
18093
17895
  def ProxyType(self):
18094
17896
  """通道类型,100表示THUNDER通道,103表示微软合作通道
18095
- 注意:此字段可能返回 null,表示取不到有效值。
18096
17897
  :rtype: int
18097
17898
  """
18098
17899
  return self._ProxyType
@@ -18104,7 +17905,6 @@ MOVING表示迁移中。
18104
17905
  @property
18105
17906
  def ClientIPMethod(self):
18106
17907
  """通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
18107
- 注意:此字段可能返回 null,表示取不到有效值。
18108
17908
  :rtype: list of int
18109
17909
  """
18110
17910
  return self._ClientIPMethod
@@ -18116,7 +17916,6 @@ MOVING表示迁移中。
18116
17916
  @property
18117
17917
  def IPAddressVersion(self):
18118
17918
  """IP版本:IPv4、IPv6
18119
- 注意:此字段可能返回 null,表示取不到有效值。
18120
17919
  :rtype: str
18121
17920
  """
18122
17921
  return self._IPAddressVersion
@@ -18128,7 +17927,6 @@ MOVING表示迁移中。
18128
17927
  @property
18129
17928
  def NetworkType(self):
18130
17929
  """网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
18131
- 注意:此字段可能返回 null,表示取不到有效值。
18132
17930
  :rtype: str
18133
17931
  """
18134
17932
  return self._NetworkType
@@ -18141,7 +17939,6 @@ MOVING表示迁移中。
18141
17939
  def PackageType(self):
18142
17940
  """通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
18143
17941
  CrossBorder表示跨境通道。
18144
- 注意:此字段可能返回 null,表示取不到有效值。
18145
17942
  :rtype: str
18146
17943
  """
18147
17944
  return self._PackageType
@@ -18153,7 +17950,6 @@ CrossBorder表示跨境通道。
18153
17950
  @property
18154
17951
  def BanStatus(self):
18155
17952
  """封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
18156
- 注意:此字段可能返回 null,表示取不到有效值。
18157
17953
  :rtype: str
18158
17954
  """
18159
17955
  return self._BanStatus
@@ -18165,7 +17961,6 @@ CrossBorder表示跨境通道。
18165
17961
  @property
18166
17962
  def IPList(self):
18167
17963
  """IP列表
18168
- 注意:此字段可能返回 null,表示取不到有效值。
18169
17964
  :rtype: list of IPDetail
18170
17965
  """
18171
17966
  return self._IPList
@@ -18179,7 +17974,6 @@ CrossBorder表示跨境通道。
18179
17974
  """支持Http3协议的标识,其中:
18180
17975
  0表示关闭;
18181
17976
  1表示启用。
18182
- 注意:此字段可能返回 null,表示取不到有效值。
18183
17977
  :rtype: int
18184
17978
  """
18185
17979
  return self._Http3Supported
@@ -18191,7 +17985,6 @@ CrossBorder表示跨境通道。
18191
17985
  @property
18192
17986
  def InBanBlacklist(self):
18193
17987
  """是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
18194
- 注意:此字段可能返回 null,表示取不到有效值。
18195
17988
  :rtype: int
18196
17989
  """
18197
17990
  return self._InBanBlacklist
@@ -18213,7 +18006,6 @@ CrossBorder表示跨境通道。
18213
18006
  第5个bit,支持精品BGP接入;
18214
18007
  第6个bit,支持三网接入;
18215
18008
  第7个bit,支持接入段Qos加速。
18216
- 注意:此字段可能返回 null,表示取不到有效值。
18217
18009
  注意:此字段可能返回 null,表示取不到有效值。
18218
18010
  :rtype: int
18219
18011
  """
@@ -18226,7 +18018,6 @@ CrossBorder表示跨境通道。
18226
18018
  @property
18227
18019
  def IsAutoScaleProxy(self):
18228
18020
  """是否是开启了auto scale的通道,0表示否,1表示是。
18229
- 注意:此字段可能返回 null,表示取不到有效值。
18230
18021
  :rtype: int
18231
18022
  """
18232
18023
  return self._IsAutoScaleProxy
@@ -18240,7 +18031,6 @@ CrossBorder表示跨境通道。
18240
18031
  """是否允许设置TLS配置
18241
18032
  0表示不支持;
18242
18033
  1表示支持。
18243
- 注意:此字段可能返回 null,表示取不到有效值。
18244
18034
  :rtype: int
18245
18035
  """
18246
18036
  return self._IsSupportTLSChoice
@@ -18759,7 +18549,6 @@ class RegionDetail(AbstractModel):
18759
18549
  第5个bit,支持精品BGP接入;
18760
18550
  第6个bit,支持三网接入;
18761
18551
  第7个bit,支持接入段Qos加速。
18762
- 注意:此字段可能返回 null,表示取不到有效值。
18763
18552
  :type FeatureBitmap: int
18764
18553
  :param _SupportFeature: 接入区域支持的能力
18765
18554
  注意:此字段可能返回 null,表示取不到有效值。
@@ -18841,7 +18630,6 @@ class RegionDetail(AbstractModel):
18841
18630
  第5个bit,支持精品BGP接入;
18842
18631
  第6个bit,支持三网接入;
18843
18632
  第7个bit,支持接入段Qos加速。
18844
- 注意:此字段可能返回 null,表示取不到有效值。
18845
18633
  :rtype: int
18846
18634
  """
18847
18635
  return self._FeatureBitmap
@@ -18968,13 +18756,10 @@ class RuleCheckParams(AbstractModel):
18968
18756
  当调用ModifyRuleAttribute时,不支持修改该参数。
18969
18757
  :type Domain: str
18970
18758
  :param _FailedCountInter: 源站服务失败统计频率
18971
- 注意:此字段可能返回 null,表示取不到有效值。
18972
18759
  :type FailedCountInter: int
18973
18760
  :param _FailedThreshold: 源站健康性检查阀值,超过该阀值会屏蔽服务
18974
- 注意:此字段可能返回 null,表示取不到有效值。
18975
18761
  :type FailedThreshold: int
18976
18762
  :param _BlockInter: 源站健康性检测超出阀值后,屏蔽的时间
18977
- 注意:此字段可能返回 null,表示取不到有效值。
18978
18763
  :type BlockInter: int
18979
18764
  """
18980
18765
  self._DelayLoop = None
@@ -19057,7 +18842,6 @@ class RuleCheckParams(AbstractModel):
19057
18842
  @property
19058
18843
  def FailedCountInter(self):
19059
18844
  """源站服务失败统计频率
19060
- 注意:此字段可能返回 null,表示取不到有效值。
19061
18845
  :rtype: int
19062
18846
  """
19063
18847
  return self._FailedCountInter
@@ -19069,7 +18853,6 @@ class RuleCheckParams(AbstractModel):
19069
18853
  @property
19070
18854
  def FailedThreshold(self):
19071
18855
  """源站健康性检查阀值,超过该阀值会屏蔽服务
19072
- 注意:此字段可能返回 null,表示取不到有效值。
19073
18856
  :rtype: int
19074
18857
  """
19075
18858
  return self._FailedThreshold
@@ -19081,7 +18864,6 @@ class RuleCheckParams(AbstractModel):
19081
18864
  @property
19082
18865
  def BlockInter(self):
19083
18866
  """源站健康性检测超出阀值后,屏蔽的时间
19084
- 注意:此字段可能返回 null,表示取不到有效值。
19085
18867
  :rtype: int
19086
18868
  """
19087
18869
  return self._BlockInter
@@ -19143,14 +18925,11 @@ class RuleInfo(AbstractModel):
19143
18925
  只要有一个源站健康状态为异常时,该状态为异常,具体源站的状态请查看RealServerSet。
19144
18926
  :type BindStatus: int
19145
18927
  :param _ForwardHost: 通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
19146
- 注意:此字段可能返回 null,表示取不到有效值。
19147
18928
  :type ForwardHost: str
19148
18929
  :param _ServerNameIndicationSwitch: 服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
19149
- 注意:此字段可能返回 null,表示取不到有效值。
19150
18930
  注意:此字段可能返回 null,表示取不到有效值。
19151
18931
  :type ServerNameIndicationSwitch: str
19152
18932
  :param _ServerNameIndication: 服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
19153
- 注意:此字段可能返回 null,表示取不到有效值。
19154
18933
  注意:此字段可能返回 null,表示取不到有效值。
19155
18934
  :type ServerNameIndication: str
19156
18935
  :param _ForcedRedirect: 强转HTTPS指示,当传递值为https:时表示强转为https
@@ -19299,7 +19078,6 @@ class RuleInfo(AbstractModel):
19299
19078
  @property
19300
19079
  def ForwardHost(self):
19301
19080
  """通道转发到源站的请求所携带的host,其中default表示直接转发接收到的host。
19302
- 注意:此字段可能返回 null,表示取不到有效值。
19303
19081
  :rtype: str
19304
19082
  """
19305
19083
  return self._ForwardHost
@@ -19311,7 +19089,6 @@ class RuleInfo(AbstractModel):
19311
19089
  @property
19312
19090
  def ServerNameIndicationSwitch(self):
19313
19091
  """服务器名称指示(ServerNameIndication,简称SNI)开关。ON表示开启,OFF表示关闭。
19314
- 注意:此字段可能返回 null,表示取不到有效值。
19315
19092
  注意:此字段可能返回 null,表示取不到有效值。
19316
19093
  :rtype: str
19317
19094
  """
@@ -19324,7 +19101,6 @@ class RuleInfo(AbstractModel):
19324
19101
  @property
19325
19102
  def ServerNameIndication(self):
19326
19103
  """服务器名称指示(ServerNameIndication,简称SNI),当SNI开关打开时,该字段必填。
19327
- 注意:此字段可能返回 null,表示取不到有效值。
19328
19104
  注意:此字段可能返回 null,表示取不到有效值。
19329
19105
  :rtype: str
19330
19106
  """
@@ -19498,15 +19274,12 @@ class SecurityPolicyRuleOut(AbstractModel):
19498
19274
  :param _AliasName: 规则别名
19499
19275
  :type AliasName: str
19500
19276
  :param _DestPortRange: 目标端口范围
19501
- 注意:此字段可能返回 null,表示取不到有效值。
19502
19277
  :type DestPortRange: str
19503
19278
  :param _RuleId: 规则ID
19504
19279
  :type RuleId: str
19505
19280
  :param _Protocol: 要匹配的协议类型(TCP/UDP)
19506
- 注意:此字段可能返回 null,表示取不到有效值。
19507
19281
  :type Protocol: str
19508
19282
  :param _PolicyId: 安全策略ID
19509
- 注意:此字段可能返回 null,表示取不到有效值。
19510
19283
  :type PolicyId: str
19511
19284
  """
19512
19285
  self._Action = None
@@ -19553,7 +19326,6 @@ class SecurityPolicyRuleOut(AbstractModel):
19553
19326
  @property
19554
19327
  def DestPortRange(self):
19555
19328
  """目标端口范围
19556
- 注意:此字段可能返回 null,表示取不到有效值。
19557
19329
  :rtype: str
19558
19330
  """
19559
19331
  return self._DestPortRange
@@ -19576,7 +19348,6 @@ class SecurityPolicyRuleOut(AbstractModel):
19576
19348
  @property
19577
19349
  def Protocol(self):
19578
19350
  """要匹配的协议类型(TCP/UDP)
19579
- 注意:此字段可能返回 null,表示取不到有效值。
19580
19351
  :rtype: str
19581
19352
  """
19582
19353
  return self._Protocol
@@ -19588,7 +19359,6 @@ class SecurityPolicyRuleOut(AbstractModel):
19588
19359
  @property
19589
19360
  def PolicyId(self):
19590
19361
  """安全策略ID
19591
- 注意:此字段可能返回 null,表示取不到有效值。
19592
19362
  :rtype: str
19593
19363
  """
19594
19364
  return self._PolicyId
@@ -20143,27 +19913,20 @@ class TCPListener(AbstractModel):
20143
19913
  1表示正常。
20144
19914
  :type BindStatus: int
20145
19915
  :param _RealServerSet: 监听器绑定的源站信息
20146
- 注意:此字段可能返回 null,表示取不到有效值。
20147
19916
  :type RealServerSet: list of BindRealServer
20148
19917
  :param _CreateTime: 监听器创建时间,Unix时间戳
20149
19918
  :type CreateTime: int
20150
19919
  :param _ClientIPMethod: 监听器获取客户端 IP 的方式,0表示TOA, 1表示Proxy Protocol
20151
- 注意:此字段可能返回 null,表示取不到有效值。
20152
19920
  :type ClientIPMethod: int
20153
19921
  :param _HealthyThreshold: 健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
20154
- 注意:此字段可能返回 null,表示取不到有效值。
20155
19922
  :type HealthyThreshold: int
20156
19923
  :param _UnhealthyThreshold: 不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
20157
- 注意:此字段可能返回 null,表示取不到有效值。
20158
19924
  :type UnhealthyThreshold: int
20159
19925
  :param _FailoverSwitch: 源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
20160
- 注意:此字段可能返回 null,表示取不到有效值。
20161
19926
  :type FailoverSwitch: int
20162
19927
  :param _SessionPersist: 是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
20163
- 注意:此字段可能返回 null,表示取不到有效值。
20164
19928
  :type SessionPersist: int
20165
19929
  :param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
20166
- 注意:此字段可能返回 null,表示取不到有效值。
20167
19930
  :type ProxyId: str
20168
19931
  :param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
20169
19932
  注意:此字段可能返回 null,表示取不到有效值。
@@ -20336,7 +20099,6 @@ class TCPListener(AbstractModel):
20336
20099
  @property
20337
20100
  def RealServerSet(self):
20338
20101
  """监听器绑定的源站信息
20339
- 注意:此字段可能返回 null,表示取不到有效值。
20340
20102
  :rtype: list of BindRealServer
20341
20103
  """
20342
20104
  return self._RealServerSet
@@ -20359,7 +20121,6 @@ class TCPListener(AbstractModel):
20359
20121
  @property
20360
20122
  def ClientIPMethod(self):
20361
20123
  """监听器获取客户端 IP 的方式,0表示TOA, 1表示Proxy Protocol
20362
- 注意:此字段可能返回 null,表示取不到有效值。
20363
20124
  :rtype: int
20364
20125
  """
20365
20126
  return self._ClientIPMethod
@@ -20371,7 +20132,6 @@ class TCPListener(AbstractModel):
20371
20132
  @property
20372
20133
  def HealthyThreshold(self):
20373
20134
  """健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
20374
- 注意:此字段可能返回 null,表示取不到有效值。
20375
20135
  :rtype: int
20376
20136
  """
20377
20137
  return self._HealthyThreshold
@@ -20383,7 +20143,6 @@ class TCPListener(AbstractModel):
20383
20143
  @property
20384
20144
  def UnhealthyThreshold(self):
20385
20145
  """不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
20386
- 注意:此字段可能返回 null,表示取不到有效值。
20387
20146
  :rtype: int
20388
20147
  """
20389
20148
  return self._UnhealthyThreshold
@@ -20395,7 +20154,6 @@ class TCPListener(AbstractModel):
20395
20154
  @property
20396
20155
  def FailoverSwitch(self):
20397
20156
  """源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
20398
- 注意:此字段可能返回 null,表示取不到有效值。
20399
20157
  :rtype: int
20400
20158
  """
20401
20159
  return self._FailoverSwitch
@@ -20407,7 +20165,6 @@ class TCPListener(AbstractModel):
20407
20165
  @property
20408
20166
  def SessionPersist(self):
20409
20167
  """是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
20410
- 注意:此字段可能返回 null,表示取不到有效值。
20411
20168
  :rtype: int
20412
20169
  """
20413
20170
  return self._SessionPersist
@@ -20419,7 +20176,6 @@ class TCPListener(AbstractModel):
20419
20176
  @property
20420
20177
  def ProxyId(self):
20421
20178
  """监听器的通道ID,如果监听器属于通道组,则为null
20422
- 注意:此字段可能返回 null,表示取不到有效值。
20423
20179
  :rtype: str
20424
20180
  """
20425
20181
  return self._ProxyId
@@ -20600,7 +20356,6 @@ class UDPListener(AbstractModel):
20600
20356
  :param _Port: 监听器端口
20601
20357
  :type Port: int
20602
20358
  :param _RealServerPort: 监听器转发源站端口,仅V1版本通道或通道组监听器有效
20603
- 注意:此字段可能返回 null,表示取不到有效值。
20604
20359
  :type RealServerPort: int
20605
20360
  :param _RealServerType: 监听器绑定源站类型
20606
20361
  :type RealServerType: str
@@ -20622,46 +20377,32 @@ class UDPListener(AbstractModel):
20622
20377
  :param _CreateTime: 监听器创建时间,Unix时间戳
20623
20378
  :type CreateTime: int
20624
20379
  :param _SessionPersist: 是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
20625
- 注意:此字段可能返回 null,表示取不到有效值。
20626
20380
  :type SessionPersist: int
20627
20381
  :param _DelayLoop: 源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
20628
- 注意:此字段可能返回 null,表示取不到有效值。
20629
20382
  :type DelayLoop: int
20630
20383
  :param _ConnectTimeout: 源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。
20631
- 注意:此字段可能返回 null,表示取不到有效值。
20632
20384
  :type ConnectTimeout: int
20633
20385
  :param _HealthyThreshold: 健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
20634
- 注意:此字段可能返回 null,表示取不到有效值。
20635
20386
  :type HealthyThreshold: int
20636
20387
  :param _UnhealthyThreshold: 不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
20637
- 注意:此字段可能返回 null,表示取不到有效值。
20638
20388
  :type UnhealthyThreshold: int
20639
20389
  :param _FailoverSwitch: 源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
20640
- 注意:此字段可能返回 null,表示取不到有效值。
20641
20390
  :type FailoverSwitch: int
20642
20391
  :param _HealthCheck: 源站是否开启健康检查:1开启,0关闭。
20643
- 注意:此字段可能返回 null,表示取不到有效值。
20644
20392
  :type HealthCheck: int
20645
20393
  :param _CheckType: UDP源站健康类型。PORT表示检查端口,PING表示PING。
20646
- 注意:此字段可能返回 null,表示取不到有效值。
20647
20394
  :type CheckType: str
20648
20395
  :param _CheckPort: UDP源站健康检查探测端口。
20649
- 注意:此字段可能返回 null,表示取不到有效值。
20650
20396
  :type CheckPort: int
20651
20397
  :param _ContextType: UDP源站健康检查端口探测报文类型:TEXT表示文本。仅在健康检查类型为PORT时使用。
20652
- 注意:此字段可能返回 null,表示取不到有效值。
20653
20398
  :type ContextType: str
20654
20399
  :param _SendContext: UDP源站健康检查端口探测发送报文。仅在健康检查类型为PORT时使用。
20655
- 注意:此字段可能返回 null,表示取不到有效值。
20656
20400
  :type SendContext: str
20657
20401
  :param _RecvContext: UDP源站健康检查端口探测接收报文。仅在健康检查类型为PORT时使用。
20658
- 注意:此字段可能返回 null,表示取不到有效值。
20659
20402
  :type RecvContext: str
20660
20403
  :param _ProxyId: 监听器的通道ID,如果监听器属于通道组,则为null
20661
- 注意:此字段可能返回 null,表示取不到有效值。
20662
20404
  :type ProxyId: str
20663
20405
  :param _GroupId: 监听器的通道组ID,如果监听器属于通道,则为null
20664
- 注意:此字段可能返回 null,表示取不到有效值。
20665
20406
  :type GroupId: str
20666
20407
  """
20667
20408
  self._ListenerId = None
@@ -20726,7 +20467,6 @@ class UDPListener(AbstractModel):
20726
20467
  @property
20727
20468
  def RealServerPort(self):
20728
20469
  """监听器转发源站端口,仅V1版本通道或通道组监听器有效
20729
- 注意:此字段可能返回 null,表示取不到有效值。
20730
20470
  :rtype: int
20731
20471
  """
20732
20472
  return self._RealServerPort
@@ -20820,7 +20560,6 @@ class UDPListener(AbstractModel):
20820
20560
  @property
20821
20561
  def SessionPersist(self):
20822
20562
  """是否开启会话保持选项:0关闭, 非0开启,非0值为会话保持时间
20823
- 注意:此字段可能返回 null,表示取不到有效值。
20824
20563
  :rtype: int
20825
20564
  """
20826
20565
  return self._SessionPersist
@@ -20832,7 +20571,6 @@ class UDPListener(AbstractModel):
20832
20571
  @property
20833
20572
  def DelayLoop(self):
20834
20573
  """源站健康检查时间间隔,单位:秒。时间间隔取值在[5,300]之间。
20835
- 注意:此字段可能返回 null,表示取不到有效值。
20836
20574
  :rtype: int
20837
20575
  """
20838
20576
  return self._DelayLoop
@@ -20844,7 +20582,6 @@ class UDPListener(AbstractModel):
20844
20582
  @property
20845
20583
  def ConnectTimeout(self):
20846
20584
  """源站健康检查响应超时时间,单位:秒。超时时间取值在[2,60]之间。超时时间应小于健康检查时间间隔DelayLoop。
20847
- 注意:此字段可能返回 null,表示取不到有效值。
20848
20585
  :rtype: int
20849
20586
  """
20850
20587
  return self._ConnectTimeout
@@ -20856,7 +20593,6 @@ class UDPListener(AbstractModel):
20856
20593
  @property
20857
20594
  def HealthyThreshold(self):
20858
20595
  """健康阈值,表示连续检查成功多少次后认定源站健康。范围为1到10
20859
- 注意:此字段可能返回 null,表示取不到有效值。
20860
20596
  :rtype: int
20861
20597
  """
20862
20598
  return self._HealthyThreshold
@@ -20868,7 +20604,6 @@ class UDPListener(AbstractModel):
20868
20604
  @property
20869
20605
  def UnhealthyThreshold(self):
20870
20606
  """不健康阈值,表示连续检查失败多少次数后认为源站不健康。范围为1到10
20871
- 注意:此字段可能返回 null,表示取不到有效值。
20872
20607
  :rtype: int
20873
20608
  """
20874
20609
  return self._UnhealthyThreshold
@@ -20880,7 +20615,6 @@ class UDPListener(AbstractModel):
20880
20615
  @property
20881
20616
  def FailoverSwitch(self):
20882
20617
  """源站是否开启主备模式:1开启,0关闭,DOMAIN类型源站不支持开启
20883
- 注意:此字段可能返回 null,表示取不到有效值。
20884
20618
  :rtype: int
20885
20619
  """
20886
20620
  return self._FailoverSwitch
@@ -20892,7 +20626,6 @@ class UDPListener(AbstractModel):
20892
20626
  @property
20893
20627
  def HealthCheck(self):
20894
20628
  """源站是否开启健康检查:1开启,0关闭。
20895
- 注意:此字段可能返回 null,表示取不到有效值。
20896
20629
  :rtype: int
20897
20630
  """
20898
20631
  return self._HealthCheck
@@ -20904,7 +20637,6 @@ class UDPListener(AbstractModel):
20904
20637
  @property
20905
20638
  def CheckType(self):
20906
20639
  """UDP源站健康类型。PORT表示检查端口,PING表示PING。
20907
- 注意:此字段可能返回 null,表示取不到有效值。
20908
20640
  :rtype: str
20909
20641
  """
20910
20642
  return self._CheckType
@@ -20916,7 +20648,6 @@ class UDPListener(AbstractModel):
20916
20648
  @property
20917
20649
  def CheckPort(self):
20918
20650
  """UDP源站健康检查探测端口。
20919
- 注意:此字段可能返回 null,表示取不到有效值。
20920
20651
  :rtype: int
20921
20652
  """
20922
20653
  return self._CheckPort
@@ -20928,7 +20659,6 @@ class UDPListener(AbstractModel):
20928
20659
  @property
20929
20660
  def ContextType(self):
20930
20661
  """UDP源站健康检查端口探测报文类型:TEXT表示文本。仅在健康检查类型为PORT时使用。
20931
- 注意:此字段可能返回 null,表示取不到有效值。
20932
20662
  :rtype: str
20933
20663
  """
20934
20664
  return self._ContextType
@@ -20940,7 +20670,6 @@ class UDPListener(AbstractModel):
20940
20670
  @property
20941
20671
  def SendContext(self):
20942
20672
  """UDP源站健康检查端口探测发送报文。仅在健康检查类型为PORT时使用。
20943
- 注意:此字段可能返回 null,表示取不到有效值。
20944
20673
  :rtype: str
20945
20674
  """
20946
20675
  return self._SendContext
@@ -20952,7 +20681,6 @@ class UDPListener(AbstractModel):
20952
20681
  @property
20953
20682
  def RecvContext(self):
20954
20683
  """UDP源站健康检查端口探测接收报文。仅在健康检查类型为PORT时使用。
20955
- 注意:此字段可能返回 null,表示取不到有效值。
20956
20684
  :rtype: str
20957
20685
  """
20958
20686
  return self._RecvContext
@@ -20964,7 +20692,6 @@ class UDPListener(AbstractModel):
20964
20692
  @property
20965
20693
  def ProxyId(self):
20966
20694
  """监听器的通道ID,如果监听器属于通道组,则为null
20967
- 注意:此字段可能返回 null,表示取不到有效值。
20968
20695
  :rtype: str
20969
20696
  """
20970
20697
  return self._ProxyId
@@ -20976,7 +20703,6 @@ class UDPListener(AbstractModel):
20976
20703
  @property
20977
20704
  def GroupId(self):
20978
20705
  """监听器的通道组ID,如果监听器属于通道,则为null
20979
- 注意:此字段可能返回 null,表示取不到有效值。
20980
20706
  :rtype: str
20981
20707
  """
20982
20708
  return self._GroupId