@huaweicloud/huaweicloud-sdk-elb 3.1.180 → 3.1.182

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 (317) hide show
  1. package/package.json +2 -2
  2. package/v3/ElbClient.d.ts +549 -24
  3. package/v3/ElbClient.d.ts.map +1 -1
  4. package/v3/ElbClient.js +1092 -34
  5. package/v3/ElbClient.js.map +1 -1
  6. package/v3/model/BatchDeleteCertificatesRequest.d.ts +7 -0
  7. package/v3/model/BatchDeleteCertificatesRequest.d.ts.map +1 -0
  8. package/v3/model/BatchDeleteCertificatesRequest.js +13 -0
  9. package/v3/model/BatchDeleteCertificatesRequest.js.map +1 -0
  10. package/v3/model/BatchDeleteCertificatesRequestBody.d.ts +6 -0
  11. package/v3/model/BatchDeleteCertificatesRequestBody.d.ts.map +1 -0
  12. package/v3/model/BatchDeleteCertificatesRequestBody.js +14 -0
  13. package/v3/model/BatchDeleteCertificatesRequestBody.js.map +1 -0
  14. package/v3/model/BatchDeleteCertificatesResp.d.ts +14 -0
  15. package/v3/model/BatchDeleteCertificatesResp.d.ts.map +1 -0
  16. package/v3/model/BatchDeleteCertificatesResp.js +35 -0
  17. package/v3/model/BatchDeleteCertificatesResp.js.map +1 -0
  18. package/v3/model/BatchDeleteCertificatesResponse.d.ts +8 -0
  19. package/v3/model/BatchDeleteCertificatesResponse.d.ts.map +1 -0
  20. package/v3/model/BatchDeleteCertificatesResponse.js +15 -0
  21. package/v3/model/BatchDeleteCertificatesResponse.js.map +1 -0
  22. package/v3/model/BatchDeleteListenersRequest.d.ts +7 -0
  23. package/v3/model/BatchDeleteListenersRequest.d.ts.map +1 -0
  24. package/v3/model/BatchDeleteListenersRequest.js +13 -0
  25. package/v3/model/BatchDeleteListenersRequest.js.map +1 -0
  26. package/v3/model/BatchDeleteListenersRequestBody.d.ts +8 -0
  27. package/v3/model/BatchDeleteListenersRequestBody.d.ts.map +1 -0
  28. package/v3/model/BatchDeleteListenersRequestBody.js +20 -0
  29. package/v3/model/BatchDeleteListenersRequestBody.js.map +1 -0
  30. package/v3/model/BatchDeleteListenersResponse.d.ts +13 -0
  31. package/v3/model/BatchDeleteListenersResponse.d.ts.map +1 -0
  32. package/v3/model/BatchDeleteListenersResponse.js +31 -0
  33. package/v3/model/BatchDeleteListenersResponse.js.map +1 -0
  34. package/v3/model/BatchDeleteLoadbalancersRequest.d.ts +7 -0
  35. package/v3/model/BatchDeleteLoadbalancersRequest.d.ts.map +1 -0
  36. package/v3/model/BatchDeleteLoadbalancersRequest.js +13 -0
  37. package/v3/model/BatchDeleteLoadbalancersRequest.js.map +1 -0
  38. package/v3/model/BatchDeleteLoadbalancersRequestBody.d.ts +16 -0
  39. package/v3/model/BatchDeleteLoadbalancersRequestBody.d.ts.map +1 -0
  40. package/v3/model/BatchDeleteLoadbalancersRequestBody.js +40 -0
  41. package/v3/model/BatchDeleteLoadbalancersRequestBody.js.map +1 -0
  42. package/v3/model/BatchDeleteLoadbalancersResponse.d.ts +13 -0
  43. package/v3/model/BatchDeleteLoadbalancersResponse.d.ts.map +1 -0
  44. package/v3/model/BatchDeleteLoadbalancersResponse.js +31 -0
  45. package/v3/model/BatchDeleteLoadbalancersResponse.js.map +1 -0
  46. package/v3/model/BatchDeletePoolsRequest.d.ts +7 -0
  47. package/v3/model/BatchDeletePoolsRequest.d.ts.map +1 -0
  48. package/v3/model/BatchDeletePoolsRequest.js +13 -0
  49. package/v3/model/BatchDeletePoolsRequest.js.map +1 -0
  50. package/v3/model/BatchDeletePoolsRequestBody.d.ts +6 -0
  51. package/v3/model/BatchDeletePoolsRequestBody.d.ts.map +1 -0
  52. package/v3/model/BatchDeletePoolsRequestBody.js +14 -0
  53. package/v3/model/BatchDeletePoolsRequestBody.js.map +1 -0
  54. package/v3/model/BatchDeletePoolsResp.d.ts +14 -0
  55. package/v3/model/BatchDeletePoolsResp.d.ts.map +1 -0
  56. package/v3/model/BatchDeletePoolsResp.js +35 -0
  57. package/v3/model/BatchDeletePoolsResp.js.map +1 -0
  58. package/v3/model/BatchDeletePoolsResponse.d.ts +8 -0
  59. package/v3/model/BatchDeletePoolsResponse.d.ts.map +1 -0
  60. package/v3/model/BatchDeletePoolsResponse.js +15 -0
  61. package/v3/model/BatchDeletePoolsResponse.js.map +1 -0
  62. package/v3/model/BatchDisableDomainIPsRequest.d.ts +11 -0
  63. package/v3/model/BatchDisableDomainIPsRequest.d.ts.map +1 -0
  64. package/v3/model/BatchDisableDomainIPsRequest.js +24 -0
  65. package/v3/model/BatchDisableDomainIPsRequest.js.map +1 -0
  66. package/v3/model/BatchDisableDomainIPsRequestBody.d.ts +7 -0
  67. package/v3/model/BatchDisableDomainIPsRequestBody.d.ts.map +1 -0
  68. package/v3/model/BatchDisableDomainIPsRequestBody.js +14 -0
  69. package/v3/model/BatchDisableDomainIPsRequestBody.js.map +1 -0
  70. package/v3/model/BatchDisableDomainIPsResponse.d.ts +8 -0
  71. package/v3/model/BatchDisableDomainIPsResponse.d.ts.map +1 -0
  72. package/v3/model/BatchDisableDomainIPsResponse.js +15 -0
  73. package/v3/model/BatchDisableDomainIPsResponse.js.map +1 -0
  74. package/v3/model/BatchEnableDomainIPsRequest.d.ts +11 -0
  75. package/v3/model/BatchEnableDomainIPsRequest.d.ts.map +1 -0
  76. package/v3/model/BatchEnableDomainIPsRequest.js +24 -0
  77. package/v3/model/BatchEnableDomainIPsRequest.js.map +1 -0
  78. package/v3/model/BatchEnableDomainIPsRequestBody.d.ts +7 -0
  79. package/v3/model/BatchEnableDomainIPsRequestBody.d.ts.map +1 -0
  80. package/v3/model/BatchEnableDomainIPsRequestBody.js +14 -0
  81. package/v3/model/BatchEnableDomainIPsRequestBody.js.map +1 -0
  82. package/v3/model/BatchEnableDomainIPsResponse.d.ts +8 -0
  83. package/v3/model/BatchEnableDomainIPsResponse.d.ts.map +1 -0
  84. package/v3/model/BatchEnableDomainIPsResponse.js +15 -0
  85. package/v3/model/BatchEnableDomainIPsResponse.js.map +1 -0
  86. package/v3/model/CertificateInfo.d.ts +4 -0
  87. package/v3/model/CertificateInfo.d.ts.map +1 -1
  88. package/v3/model/CertificateInfo.js +10 -0
  89. package/v3/model/CertificateInfo.js.map +1 -1
  90. package/v3/model/ChangeListenerTagsRequest.d.ts +11 -0
  91. package/v3/model/ChangeListenerTagsRequest.d.ts.map +1 -0
  92. package/v3/model/ChangeListenerTagsRequest.js +24 -0
  93. package/v3/model/ChangeListenerTagsRequest.js.map +1 -0
  94. package/v3/model/ChangeListenerTagsRequestBody.d.ts +17 -0
  95. package/v3/model/ChangeListenerTagsRequestBody.d.ts.map +1 -0
  96. package/v3/model/ChangeListenerTagsRequestBody.js +28 -0
  97. package/v3/model/ChangeListenerTagsRequestBody.js.map +1 -0
  98. package/v3/model/ChangeListenerTagsResponse.d.ts +5 -0
  99. package/v3/model/ChangeListenerTagsResponse.d.ts.map +1 -0
  100. package/v3/model/ChangeListenerTagsResponse.js +11 -0
  101. package/v3/model/ChangeListenerTagsResponse.js.map +1 -0
  102. package/v3/model/ChangeLoadbalancerTagsRequest.d.ts +11 -0
  103. package/v3/model/ChangeLoadbalancerTagsRequest.d.ts.map +1 -0
  104. package/v3/model/ChangeLoadbalancerTagsRequest.js +24 -0
  105. package/v3/model/ChangeLoadbalancerTagsRequest.js.map +1 -0
  106. package/v3/model/ChangeLoadbalancerTagsRequestBody.d.ts +17 -0
  107. package/v3/model/ChangeLoadbalancerTagsRequestBody.d.ts.map +1 -0
  108. package/v3/model/ChangeLoadbalancerTagsRequestBody.js +28 -0
  109. package/v3/model/ChangeLoadbalancerTagsRequestBody.js.map +1 -0
  110. package/v3/model/ChangeLoadbalancerTagsResponse.d.ts +5 -0
  111. package/v3/model/ChangeLoadbalancerTagsResponse.d.ts.map +1 -0
  112. package/v3/model/ChangeLoadbalancerTagsResponse.js +11 -0
  113. package/v3/model/ChangeLoadbalancerTagsResponse.js.map +1 -0
  114. package/v3/model/ChangeResourceTagOption.d.ts +8 -0
  115. package/v3/model/ChangeResourceTagOption.d.ts.map +1 -0
  116. package/v3/model/ChangeResourceTagOption.js +19 -0
  117. package/v3/model/ChangeResourceTagOption.js.map +1 -0
  118. package/v3/model/CloneListenerOption.d.ts +28 -0
  119. package/v3/model/CloneListenerOption.d.ts.map +1 -0
  120. package/v3/model/CloneListenerOption.js +64 -0
  121. package/v3/model/CloneListenerOption.js.map +1 -0
  122. package/v3/model/CloneListenerRequest.d.ts +11 -0
  123. package/v3/model/CloneListenerRequest.d.ts.map +1 -0
  124. package/v3/model/CloneListenerRequest.js +24 -0
  125. package/v3/model/CloneListenerRequest.js.map +1 -0
  126. package/v3/model/CloneListenerRequestBody.d.ts +9 -0
  127. package/v3/model/CloneListenerRequestBody.d.ts.map +1 -0
  128. package/v3/model/CloneListenerRequestBody.js +20 -0
  129. package/v3/model/CloneListenerRequestBody.js.map +1 -0
  130. package/v3/model/CloneListenerResp.d.ts +19 -0
  131. package/v3/model/CloneListenerResp.d.ts.map +1 -0
  132. package/v3/model/CloneListenerResp.js +43 -0
  133. package/v3/model/CloneListenerResp.js.map +1 -0
  134. package/v3/model/CloneListenerResponse.d.ts +18 -0
  135. package/v3/model/CloneListenerResponse.d.ts.map +1 -0
  136. package/v3/model/CloneListenerResponse.js +41 -0
  137. package/v3/model/CloneListenerResponse.js.map +1 -0
  138. package/v3/model/CreateMasterSlavePoolOption.d.ts +4 -0
  139. package/v3/model/CreateMasterSlavePoolOption.d.ts.map +1 -1
  140. package/v3/model/CreateMasterSlavePoolOption.js +10 -0
  141. package/v3/model/CreateMasterSlavePoolOption.js.map +1 -1
  142. package/v3/model/CreatePoolOption.d.ts +4 -0
  143. package/v3/model/CreatePoolOption.d.ts.map +1 -1
  144. package/v3/model/CreatePoolOption.js +10 -0
  145. package/v3/model/CreatePoolOption.js.map +1 -1
  146. package/v3/model/DnsConfigResponseBody.d.ts +64 -0
  147. package/v3/model/DnsConfigResponseBody.d.ts.map +1 -0
  148. package/v3/model/DnsConfigResponseBody.js +153 -0
  149. package/v3/model/DnsConfigResponseBody.js.map +1 -0
  150. package/v3/model/DnsIp.d.ts +8 -0
  151. package/v3/model/DnsIp.d.ts.map +1 -0
  152. package/v3/model/DnsIp.js +19 -0
  153. package/v3/model/DnsIp.js.map +1 -0
  154. package/v3/model/DnsIpResponse.d.ts +26 -0
  155. package/v3/model/DnsIpResponse.d.ts.map +1 -0
  156. package/v3/model/DnsIpResponse.js +61 -0
  157. package/v3/model/DnsIpResponse.js.map +1 -0
  158. package/v3/model/EipNode.d.ts +14 -0
  159. package/v3/model/EipNode.d.ts.map +1 -0
  160. package/v3/model/EipNode.js +36 -0
  161. package/v3/model/EipNode.js.map +1 -0
  162. package/v3/model/ListAllL7RulesRequest.d.ts +38 -0
  163. package/v3/model/ListAllL7RulesRequest.d.ts.map +1 -0
  164. package/v3/model/ListAllL7RulesRequest.js +87 -0
  165. package/v3/model/ListAllL7RulesRequest.js.map +1 -0
  166. package/v3/model/ListAllL7RulesResponse.d.ts +17 -0
  167. package/v3/model/ListAllL7RulesResponse.d.ts.map +1 -0
  168. package/v3/model/ListAllL7RulesResponse.js +35 -0
  169. package/v3/model/ListAllL7RulesResponse.js.map +1 -0
  170. package/v3/model/ListDnsIpResponseBody.d.ts +7 -0
  171. package/v3/model/ListDnsIpResponseBody.d.ts.map +1 -0
  172. package/v3/model/ListDnsIpResponseBody.js +13 -0
  173. package/v3/model/ListDnsIpResponseBody.js.map +1 -0
  174. package/v3/model/ListDomainIPsRequest.d.ts +8 -0
  175. package/v3/model/ListDomainIPsRequest.d.ts.map +1 -0
  176. package/v3/model/ListDomainIPsRequest.js +20 -0
  177. package/v3/model/ListDomainIPsRequest.js.map +1 -0
  178. package/v3/model/ListDomainIPsResponse.d.ts +8 -0
  179. package/v3/model/ListDomainIPsResponse.d.ts.map +1 -0
  180. package/v3/model/ListDomainIPsResponse.js +15 -0
  181. package/v3/model/ListDomainIPsResponse.js.map +1 -0
  182. package/v3/model/ListListenerTagsRequest.d.ts +4 -0
  183. package/v3/model/ListListenerTagsRequest.d.ts.map +1 -0
  184. package/v3/model/ListListenerTagsRequest.js +9 -0
  185. package/v3/model/ListListenerTagsRequest.js.map +1 -0
  186. package/v3/model/ListListenerTagsResponse.d.ts +8 -0
  187. package/v3/model/ListListenerTagsResponse.d.ts.map +1 -0
  188. package/v3/model/ListListenerTagsResponse.js +15 -0
  189. package/v3/model/ListListenerTagsResponse.js.map +1 -0
  190. package/v3/model/ListLoadbalancerTagsRequest.d.ts +4 -0
  191. package/v3/model/ListLoadbalancerTagsRequest.d.ts.map +1 -0
  192. package/v3/model/ListLoadbalancerTagsRequest.js +9 -0
  193. package/v3/model/ListLoadbalancerTagsRequest.js.map +1 -0
  194. package/v3/model/ListLoadbalancerTagsResponse.d.ts +8 -0
  195. package/v3/model/ListLoadbalancerTagsResponse.d.ts.map +1 -0
  196. package/v3/model/ListLoadbalancerTagsResponse.js +15 -0
  197. package/v3/model/ListLoadbalancerTagsResponse.js.map +1 -0
  198. package/v3/model/ListTag.d.ts +8 -0
  199. package/v3/model/ListTag.d.ts.map +1 -0
  200. package/v3/model/ListTag.js +19 -0
  201. package/v3/model/ListTag.js.map +1 -0
  202. package/v3/model/ListenerInsertHeaders.d.ts +115 -0
  203. package/v3/model/ListenerInsertHeaders.d.ts.map +1 -1
  204. package/v3/model/ListenerInsertHeaders.js +279 -1
  205. package/v3/model/ListenerInsertHeaders.js.map +1 -1
  206. package/v3/model/ListenerNode.d.ts +19 -0
  207. package/v3/model/ListenerNode.d.ts.map +1 -0
  208. package/v3/model/ListenerNode.js +45 -0
  209. package/v3/model/ListenerNode.js.map +1 -0
  210. package/v3/model/LoadBalancerNode.d.ts +30 -0
  211. package/v3/model/LoadBalancerNode.d.ts.map +1 -0
  212. package/v3/model/LoadBalancerNode.js +74 -0
  213. package/v3/model/LoadBalancerNode.js.map +1 -0
  214. package/v3/model/LoadBalancerTopologyResult.d.ts +13 -0
  215. package/v3/model/LoadBalancerTopologyResult.d.ts.map +1 -0
  216. package/v3/model/LoadBalancerTopologyResult.js +24 -0
  217. package/v3/model/LoadBalancerTopologyResult.js.map +1 -0
  218. package/v3/model/PolicyLabel.d.ts +19 -0
  219. package/v3/model/PolicyLabel.d.ts.map +1 -0
  220. package/v3/model/PolicyLabel.js +44 -0
  221. package/v3/model/PolicyLabel.js.map +1 -0
  222. package/v3/model/PoolNode.d.ts +16 -0
  223. package/v3/model/PoolNode.d.ts.map +1 -0
  224. package/v3/model/PoolNode.js +40 -0
  225. package/v3/model/PoolNode.js.map +1 -0
  226. package/v3/model/Quota.d.ts +5 -5
  227. package/v3/model/Quota.d.ts.map +1 -1
  228. package/v3/model/Quota.js +12 -12
  229. package/v3/model/Quota.js.map +1 -1
  230. package/v3/model/ResPortRange.d.ts +12 -0
  231. package/v3/model/ResPortRange.d.ts.map +1 -0
  232. package/v3/model/ResPortRange.js +31 -0
  233. package/v3/model/ResPortRange.js.map +1 -0
  234. package/v3/model/ResourceTag.d.ts +8 -0
  235. package/v3/model/ResourceTag.d.ts.map +1 -0
  236. package/v3/model/ResourceTag.js +19 -0
  237. package/v3/model/ResourceTag.js.map +1 -0
  238. package/v3/model/SecurityPolicy.d.ts +4 -0
  239. package/v3/model/SecurityPolicy.d.ts.map +1 -1
  240. package/v3/model/SecurityPolicy.js +10 -0
  241. package/v3/model/SecurityPolicy.js.map +1 -1
  242. package/v3/model/ShowListenerTagsRequest.d.ts +8 -0
  243. package/v3/model/ShowListenerTagsRequest.d.ts.map +1 -0
  244. package/v3/model/ShowListenerTagsRequest.js +20 -0
  245. package/v3/model/ShowListenerTagsRequest.js.map +1 -0
  246. package/v3/model/ShowListenerTagsResponse.d.ts +8 -0
  247. package/v3/model/ShowListenerTagsResponse.d.ts.map +1 -0
  248. package/v3/model/ShowListenerTagsResponse.js +15 -0
  249. package/v3/model/ShowListenerTagsResponse.js.map +1 -0
  250. package/v3/model/ShowLoadBalancerTopologyRequest.d.ts +32 -0
  251. package/v3/model/ShowLoadBalancerTopologyRequest.d.ts.map +1 -0
  252. package/v3/model/ShowLoadBalancerTopologyRequest.js +80 -0
  253. package/v3/model/ShowLoadBalancerTopologyRequest.js.map +1 -0
  254. package/v3/model/ShowLoadBalancerTopologyResponse.d.ts +12 -0
  255. package/v3/model/ShowLoadBalancerTopologyResponse.d.ts.map +1 -0
  256. package/v3/model/ShowLoadBalancerTopologyResponse.js +25 -0
  257. package/v3/model/ShowLoadBalancerTopologyResponse.js.map +1 -0
  258. package/v3/model/ShowLoadbalancerTagsRequest.d.ts +8 -0
  259. package/v3/model/ShowLoadbalancerTagsRequest.d.ts.map +1 -0
  260. package/v3/model/ShowLoadbalancerTagsRequest.js +20 -0
  261. package/v3/model/ShowLoadbalancerTagsRequest.js.map +1 -0
  262. package/v3/model/ShowLoadbalancerTagsResponse.d.ts +8 -0
  263. package/v3/model/ShowLoadbalancerTagsResponse.d.ts.map +1 -0
  264. package/v3/model/ShowLoadbalancerTagsResponse.js +15 -0
  265. package/v3/model/ShowLoadbalancerTagsResponse.js.map +1 -0
  266. package/v3/model/SubnetMappingList.d.ts +12 -0
  267. package/v3/model/SubnetMappingList.d.ts.map +1 -0
  268. package/v3/model/SubnetMappingList.js +31 -0
  269. package/v3/model/SubnetMappingList.js.map +1 -0
  270. package/v3/model/SystemDefaultDnsConfigRequestBody.d.ts +20 -0
  271. package/v3/model/SystemDefaultDnsConfigRequestBody.d.ts.map +1 -0
  272. package/v3/model/SystemDefaultDnsConfigRequestBody.js +49 -0
  273. package/v3/model/SystemDefaultDnsConfigRequestBody.js.map +1 -0
  274. package/v3/model/TopologyEdge.d.ts +22 -0
  275. package/v3/model/TopologyEdge.d.ts.map +1 -0
  276. package/v3/model/TopologyEdge.js +55 -0
  277. package/v3/model/TopologyEdge.js.map +1 -0
  278. package/v3/model/TopologyLabels.d.ts +7 -0
  279. package/v3/model/TopologyLabels.d.ts.map +1 -0
  280. package/v3/model/TopologyLabels.js +13 -0
  281. package/v3/model/TopologyLabels.js.map +1 -0
  282. package/v3/model/TopologyNodes.d.ts +16 -0
  283. package/v3/model/TopologyNodes.d.ts.map +1 -0
  284. package/v3/model/TopologyNodes.js +29 -0
  285. package/v3/model/TopologyNodes.js.map +1 -0
  286. package/v3/model/UpdateSystemDefaultDomainConfigRequest.d.ts +11 -0
  287. package/v3/model/UpdateSystemDefaultDomainConfigRequest.d.ts.map +1 -0
  288. package/v3/model/UpdateSystemDefaultDomainConfigRequest.js +24 -0
  289. package/v3/model/UpdateSystemDefaultDomainConfigRequest.js.map +1 -0
  290. package/v3/model/UpdateSystemDefaultDomainConfigRequestBody.d.ts +7 -0
  291. package/v3/model/UpdateSystemDefaultDomainConfigRequestBody.d.ts.map +1 -0
  292. package/v3/model/UpdateSystemDefaultDomainConfigRequestBody.js +14 -0
  293. package/v3/model/UpdateSystemDefaultDomainConfigRequestBody.js.map +1 -0
  294. package/v3/model/UpdateSystemDefaultDomainConfigResponse.d.ts +8 -0
  295. package/v3/model/UpdateSystemDefaultDomainConfigResponse.d.ts.map +1 -0
  296. package/v3/model/UpdateSystemDefaultDomainConfigResponse.js +15 -0
  297. package/v3/model/UpdateSystemDefaultDomainConfigResponse.js.map +1 -0
  298. package/v3/model/UpdateUserDefinedDomainConfigRequest.d.ts +11 -0
  299. package/v3/model/UpdateUserDefinedDomainConfigRequest.d.ts.map +1 -0
  300. package/v3/model/UpdateUserDefinedDomainConfigRequest.js +24 -0
  301. package/v3/model/UpdateUserDefinedDomainConfigRequest.js.map +1 -0
  302. package/v3/model/UpdateUserDefinedDomainConfigRequestBody.d.ts +7 -0
  303. package/v3/model/UpdateUserDefinedDomainConfigRequestBody.d.ts.map +1 -0
  304. package/v3/model/UpdateUserDefinedDomainConfigRequestBody.js +14 -0
  305. package/v3/model/UpdateUserDefinedDomainConfigRequestBody.js.map +1 -0
  306. package/v3/model/UpdateUserDefinedDomainConfigResponse.d.ts +8 -0
  307. package/v3/model/UpdateUserDefinedDomainConfigResponse.d.ts.map +1 -0
  308. package/v3/model/UpdateUserDefinedDomainConfigResponse.js +15 -0
  309. package/v3/model/UpdateUserDefinedDomainConfigResponse.js.map +1 -0
  310. package/v3/model/UserDefinedDnsConfigRequestBody.d.ts +32 -0
  311. package/v3/model/UserDefinedDnsConfigRequestBody.d.ts.map +1 -0
  312. package/v3/model/UserDefinedDnsConfigRequestBody.js +79 -0
  313. package/v3/model/UserDefinedDnsConfigRequestBody.js.map +1 -0
  314. package/v3/public-api.d.ts +71 -0
  315. package/v3/public-api.d.ts.map +1 -1
  316. package/v3/public-api.js +71 -0
  317. package/v3/public-api.js.map +1 -1
package/v3/ElbClient.d.ts CHANGED
@@ -6,18 +6,36 @@ import { BatchCreateLoadBalancersRequest } from './model/BatchCreateLoadBalancer
6
6
  import { BatchCreateLoadBalancersResponse } from './model/BatchCreateLoadBalancersResponse';
7
7
  import { BatchCreateMembersRequest } from './model/BatchCreateMembersRequest';
8
8
  import { BatchCreateMembersResponse } from './model/BatchCreateMembersResponse';
9
+ import { BatchDeleteCertificatesRequest } from './model/BatchDeleteCertificatesRequest';
10
+ import { BatchDeleteCertificatesResponse } from './model/BatchDeleteCertificatesResponse';
9
11
  import { BatchDeleteIpListRequest } from './model/BatchDeleteIpListRequest';
10
12
  import { BatchDeleteIpListResponse } from './model/BatchDeleteIpListResponse';
13
+ import { BatchDeleteListenersRequest } from './model/BatchDeleteListenersRequest';
14
+ import { BatchDeleteListenersResponse } from './model/BatchDeleteListenersResponse';
15
+ import { BatchDeleteLoadbalancersRequest } from './model/BatchDeleteLoadbalancersRequest';
16
+ import { BatchDeleteLoadbalancersResponse } from './model/BatchDeleteLoadbalancersResponse';
11
17
  import { BatchDeleteMembersRequest } from './model/BatchDeleteMembersRequest';
12
18
  import { BatchDeleteMembersResponse } from './model/BatchDeleteMembersResponse';
19
+ import { BatchDeletePoolsRequest } from './model/BatchDeletePoolsRequest';
20
+ import { BatchDeletePoolsResponse } from './model/BatchDeletePoolsResponse';
21
+ import { BatchDisableDomainIPsRequest } from './model/BatchDisableDomainIPsRequest';
22
+ import { BatchDisableDomainIPsResponse } from './model/BatchDisableDomainIPsResponse';
23
+ import { BatchEnableDomainIPsRequest } from './model/BatchEnableDomainIPsRequest';
24
+ import { BatchEnableDomainIPsResponse } from './model/BatchEnableDomainIPsResponse';
13
25
  import { BatchRemoveAvailableZonesRequest } from './model/BatchRemoveAvailableZonesRequest';
14
26
  import { BatchRemoveAvailableZonesResponse } from './model/BatchRemoveAvailableZonesResponse';
15
27
  import { BatchUpdateMembersRequest } from './model/BatchUpdateMembersRequest';
16
28
  import { BatchUpdateMembersResponse } from './model/BatchUpdateMembersResponse';
17
29
  import { BatchUpdatePoliciesPriorityRequest } from './model/BatchUpdatePoliciesPriorityRequest';
18
30
  import { BatchUpdatePoliciesPriorityResponse } from './model/BatchUpdatePoliciesPriorityResponse';
31
+ import { ChangeListenerTagsRequest } from './model/ChangeListenerTagsRequest';
32
+ import { ChangeListenerTagsResponse } from './model/ChangeListenerTagsResponse';
19
33
  import { ChangeLoadbalancerChargeModeRequest } from './model/ChangeLoadbalancerChargeModeRequest';
20
34
  import { ChangeLoadbalancerChargeModeResponse } from './model/ChangeLoadbalancerChargeModeResponse';
35
+ import { ChangeLoadbalancerTagsRequest } from './model/ChangeLoadbalancerTagsRequest';
36
+ import { ChangeLoadbalancerTagsResponse } from './model/ChangeLoadbalancerTagsResponse';
37
+ import { CloneListenerRequest } from './model/CloneListenerRequest';
38
+ import { CloneListenerResponse } from './model/CloneListenerResponse';
21
39
  import { CloneLoadbalancerRequest } from './model/CloneLoadbalancerRequest';
22
40
  import { CloneLoadbalancerResponse } from './model/CloneLoadbalancerResponse';
23
41
  import { CountPreoccupyIpNumRequest } from './model/CountPreoccupyIpNumRequest';
@@ -84,6 +102,8 @@ import { DeleteRecycleLoadBalancerRequest } from './model/DeleteRecycleLoadBalan
84
102
  import { DeleteRecycleLoadBalancerResponse } from './model/DeleteRecycleLoadBalancerResponse';
85
103
  import { DeleteSecurityPolicyRequest } from './model/DeleteSecurityPolicyRequest';
86
104
  import { DeleteSecurityPolicyResponse } from './model/DeleteSecurityPolicyResponse';
105
+ import { ListAllL7RulesRequest } from './model/ListAllL7RulesRequest';
106
+ import { ListAllL7RulesResponse } from './model/ListAllL7RulesResponse';
87
107
  import { ListAllMembersRequest } from './model/ListAllMembersRequest';
88
108
  import { ListAllMembersResponse } from './model/ListAllMembersResponse';
89
109
  import { ListApiVersionsRequest } from './model/ListApiVersionsRequest';
@@ -92,6 +112,8 @@ import { ListAvailabilityZonesRequest } from './model/ListAvailabilityZonesReque
92
112
  import { ListAvailabilityZonesResponse } from './model/ListAvailabilityZonesResponse';
93
113
  import { ListCertificatesRequest } from './model/ListCertificatesRequest';
94
114
  import { ListCertificatesResponse } from './model/ListCertificatesResponse';
115
+ import { ListDomainIPsRequest } from './model/ListDomainIPsRequest';
116
+ import { ListDomainIPsResponse } from './model/ListDomainIPsResponse';
95
117
  import { ListFeatureConfigsRequest } from './model/ListFeatureConfigsRequest';
96
118
  import { ListFeatureConfigsResponse } from './model/ListFeatureConfigsResponse';
97
119
  import { ListFlavorsRequest } from './model/ListFlavorsRequest';
@@ -106,12 +128,16 @@ import { ListL7PoliciesRequest } from './model/ListL7PoliciesRequest';
106
128
  import { ListL7PoliciesResponse } from './model/ListL7PoliciesResponse';
107
129
  import { ListL7RulesRequest } from './model/ListL7RulesRequest';
108
130
  import { ListL7RulesResponse } from './model/ListL7RulesResponse';
131
+ import { ListListenerTagsRequest } from './model/ListListenerTagsRequest';
132
+ import { ListListenerTagsResponse } from './model/ListListenerTagsResponse';
109
133
  import { ListListenersRequest } from './model/ListListenersRequest';
110
134
  import { ListListenersResponse } from './model/ListListenersResponse';
111
135
  import { ListLoadBalancersRequest } from './model/ListLoadBalancersRequest';
112
136
  import { ListLoadBalancersResponse } from './model/ListLoadBalancersResponse';
113
137
  import { ListLoadbalancerFeatureRequest } from './model/ListLoadbalancerFeatureRequest';
114
138
  import { ListLoadbalancerFeatureResponse } from './model/ListLoadbalancerFeatureResponse';
139
+ import { ListLoadbalancerTagsRequest } from './model/ListLoadbalancerTagsRequest';
140
+ import { ListLoadbalancerTagsResponse } from './model/ListLoadbalancerTagsResponse';
115
141
  import { ListLogtanksRequest } from './model/ListLogtanksRequest';
116
142
  import { ListLogtanksResponse } from './model/ListLogtanksResponse';
117
143
  import { ListMasterSlavePoolsRequest } from './model/ListMasterSlavePoolsRequest';
@@ -150,12 +176,18 @@ import { ShowL7RuleRequest } from './model/ShowL7RuleRequest';
150
176
  import { ShowL7RuleResponse } from './model/ShowL7RuleResponse';
151
177
  import { ShowListenerRequest } from './model/ShowListenerRequest';
152
178
  import { ShowListenerResponse } from './model/ShowListenerResponse';
179
+ import { ShowListenerTagsRequest } from './model/ShowListenerTagsRequest';
180
+ import { ShowListenerTagsResponse } from './model/ShowListenerTagsResponse';
153
181
  import { ShowLoadBalancerPortsRequest } from './model/ShowLoadBalancerPortsRequest';
154
182
  import { ShowLoadBalancerPortsResponse } from './model/ShowLoadBalancerPortsResponse';
155
183
  import { ShowLoadBalancerRequest } from './model/ShowLoadBalancerRequest';
156
184
  import { ShowLoadBalancerResponse } from './model/ShowLoadBalancerResponse';
157
185
  import { ShowLoadBalancerStatusRequest } from './model/ShowLoadBalancerStatusRequest';
158
186
  import { ShowLoadBalancerStatusResponse } from './model/ShowLoadBalancerStatusResponse';
187
+ import { ShowLoadBalancerTopologyRequest } from './model/ShowLoadBalancerTopologyRequest';
188
+ import { ShowLoadBalancerTopologyResponse } from './model/ShowLoadBalancerTopologyResponse';
189
+ import { ShowLoadbalancerTagsRequest } from './model/ShowLoadbalancerTagsRequest';
190
+ import { ShowLoadbalancerTagsResponse } from './model/ShowLoadbalancerTagsResponse';
159
191
  import { ShowLogtankRequest } from './model/ShowLogtankRequest';
160
192
  import { ShowLogtankResponse } from './model/ShowLogtankResponse';
161
193
  import { ShowMasterSlavePoolRequest } from './model/ShowMasterSlavePoolRequest';
@@ -200,6 +232,10 @@ import { UpdateRecycleBinPolicyRequest } from './model/UpdateRecycleBinPolicyReq
200
232
  import { UpdateRecycleBinPolicyResponse } from './model/UpdateRecycleBinPolicyResponse';
201
233
  import { UpdateSecurityPolicyRequest } from './model/UpdateSecurityPolicyRequest';
202
234
  import { UpdateSecurityPolicyResponse } from './model/UpdateSecurityPolicyResponse';
235
+ import { UpdateSystemDefaultDomainConfigRequest } from './model/UpdateSystemDefaultDomainConfigRequest';
236
+ import { UpdateSystemDefaultDomainConfigResponse } from './model/UpdateSystemDefaultDomainConfigResponse';
237
+ import { UpdateUserDefinedDomainConfigRequest } from './model/UpdateUserDefinedDomainConfigRequest';
238
+ import { UpdateUserDefinedDomainConfigResponse } from './model/UpdateUserDefinedDomainConfigResponse';
203
239
  import { UpgradeLoadbalancerRequest } from './model/UpgradeLoadbalancerRequest';
204
240
  import { UpgradeLoadbalancerResponse } from './model/UpgradeLoadbalancerResponse';
205
241
  export declare class ElbClient {
@@ -255,6 +291,39 @@ export declare class ElbClient {
255
291
  * @throws {RequiredError}
256
292
  */
257
293
  batchCreateMembers(batchCreateMembersRequest?: BatchCreateMembersRequest): Promise<BatchCreateMembersResponse>;
294
+ /**
295
+ * 批量删除证书。
296
+ *
297
+ * Please refer to HUAWEI cloud API Explorer for details.
298
+ *
299
+ * @summary 批量删除证书
300
+ * @param {BatchDeleteCertificatesRequestBody} batchDeleteCertificatesRequestBody This is a auto create Body Object
301
+ * @param {*} [options] Override http request option.
302
+ * @throws {RequiredError}
303
+ */
304
+ batchDeleteCertificates(batchDeleteCertificatesRequest?: BatchDeleteCertificatesRequest): Promise<BatchDeleteCertificatesResponse>;
305
+ /**
306
+ * 批量删除监听器。
307
+ *
308
+ * Please refer to HUAWEI cloud API Explorer for details.
309
+ *
310
+ * @summary 批量删监听器
311
+ * @param {BatchDeleteListenersRequestBody} batchDeleteListenersRequestBody This is a auto create Body Object
312
+ * @param {*} [options] Override http request option.
313
+ * @throws {RequiredError}
314
+ */
315
+ batchDeleteListeners(batchDeleteListenersRequest?: BatchDeleteListenersRequest): Promise<BatchDeleteListenersResponse>;
316
+ /**
317
+ * 批量删除负载均衡器。
318
+ *
319
+ * Please refer to HUAWEI cloud API Explorer for details.
320
+ *
321
+ * @summary 批量删除负载均衡器
322
+ * @param {BatchDeleteLoadbalancersRequestBody} batchDeleteLoadbalancersRequestBody This is a auto create Body Object
323
+ * @param {*} [options] Override http request option.
324
+ * @throws {RequiredError}
325
+ */
326
+ batchDeleteLoadbalancers(batchDeleteLoadbalancersRequest?: BatchDeleteLoadbalancersRequest): Promise<BatchDeleteLoadbalancersResponse>;
258
327
  /**
259
328
  * 在指定pool下批量删除后端服务器。一次最多添加200个。
260
329
  *
@@ -267,6 +336,41 @@ export declare class ElbClient {
267
336
  * @throws {RequiredError}
268
337
  */
269
338
  batchDeleteMembers(batchDeleteMembersRequest?: BatchDeleteMembersRequest): Promise<BatchDeleteMembersResponse>;
339
+ /**
340
+ * 批量删除后端服务器组。
341
+ *
342
+ * Please refer to HUAWEI cloud API Explorer for details.
343
+ *
344
+ * @summary 批量删除后端服务器组
345
+ * @param {BatchDeletePoolsRequestBody} batchDeletePoolsRequestBody This is a auto create Body Object
346
+ * @param {*} [options] Override http request option.
347
+ * @throws {RequiredError}
348
+ */
349
+ batchDeletePools(batchDeletePoolsRequest?: BatchDeletePoolsRequest): Promise<BatchDeletePoolsResponse>;
350
+ /**
351
+ * 批量将IP地址从LB实例域名解析中移除。
352
+ *
353
+ * Please refer to HUAWEI cloud API Explorer for details.
354
+ *
355
+ * @summary 批量将IP地址从LB实例域名解析中移除
356
+ * @param {string} loadbalancerId 负载均衡器ID。
357
+ * @param {BatchDisableDomainIPsRequestBody} batchDisableDomainIPsRequestBody 批量从负载均衡器域名解析中移除IP地址的请求体。
358
+ * @param {*} [options] Override http request option.
359
+ * @throws {RequiredError}
360
+ */
361
+ batchDisableDomainIPs(batchDisableDomainIPsRequest?: BatchDisableDomainIPsRequest): Promise<BatchDisableDomainIPsResponse>;
362
+ /**
363
+ * 批量将IP地址加入LB实例域名解析中。
364
+ *
365
+ * Please refer to HUAWEI cloud API Explorer for details.
366
+ *
367
+ * @summary 批量将IP地址加入LB实例域名解析中
368
+ * @param {string} loadbalancerId 负载均衡器ID。
369
+ * @param {BatchEnableDomainIPsRequestBody} batchEnableDomainIPsRequestBody 批量向负载均衡器域名解析中加入IP地址的请求体。
370
+ * @param {*} [options] Override http request option.
371
+ * @throws {RequiredError}
372
+ */
373
+ batchEnableDomainIPs(batchEnableDomainIPsRequest?: BatchEnableDomainIPsRequest): Promise<BatchEnableDomainIPsResponse>;
270
374
  /**
271
375
  * 移除负载均衡器的可用区。
272
376
  * &gt; 移除可用区可能导致已有连接断开,请谨慎操作。
@@ -303,6 +407,18 @@ export declare class ElbClient {
303
407
  * @throws {RequiredError}
304
408
  */
305
409
  batchUpdatePoliciesPriority(batchUpdatePoliciesPriorityRequest?: BatchUpdatePoliciesPriorityRequest): Promise<BatchUpdatePoliciesPriorityResponse>;
410
+ /**
411
+ * 批量添加或删除指定监听器器标签。
412
+ *
413
+ * Please refer to HUAWEI cloud API Explorer for details.
414
+ *
415
+ * @summary 变更监听器标签列表
416
+ * @param {string} listenerId **参数解释**:负载均衡器ID。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
417
+ * @param {ChangeListenerTagsRequestBody} changeListenerTagsRequestBody This is a auto create Body Object
418
+ * @param {*} [options] Override http request option.
419
+ * @throws {RequiredError}
420
+ */
421
+ changeListenerTags(changeListenerTagsRequest?: ChangeListenerTagsRequest): Promise<ChangeListenerTagsResponse>;
306
422
  /**
307
423
  * 负载均衡器计费模式变更,当前支持的计费模式变更为:
308
424
  * 1. 按需计费转包周期计费。
@@ -317,6 +433,37 @@ export declare class ElbClient {
317
433
  * @throws {RequiredError}
318
434
  */
319
435
  changeLoadbalancerChargeMode(changeLoadbalancerChargeModeRequest?: ChangeLoadbalancerChargeModeRequest): Promise<ChangeLoadbalancerChargeModeResponse>;
436
+ /**
437
+ * 批量添加或删除指定负载均衡器标签。
438
+ *
439
+ * Please refer to HUAWEI cloud API Explorer for details.
440
+ *
441
+ * @summary 变更负载均衡器标签列表
442
+ * @param {string} loadbalancerId **参数解释**:负载均衡器ID。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
443
+ * @param {ChangeLoadbalancerTagsRequestBody} changeLoadbalancerTagsRequestBody This is a auto create Body Object
444
+ * @param {*} [options] Override http request option.
445
+ * @throws {RequiredError}
446
+ */
447
+ changeLoadbalancerTags(changeLoadbalancerTagsRequest?: ChangeLoadbalancerTagsRequest): Promise<ChangeLoadbalancerTagsResponse>;
448
+ /**
449
+ * 复制已有的监听器到同VPC内的负载均衡器。
450
+ * - 仅支持同VPC实例间使用监听器复制功能。
451
+ * - 不支持网关型LB下监听器进行复制,也不支持复制到网关型LB下。
452
+ * - 仅同类型实例之间可以使用监听器复制功能。
453
+ * - 对复制的源监听器有如下限制:后端服务器总数不能超过1000;转发策略总数不能超过100。
454
+ * - 源监听器所在负载均衡器和目的监听器所在负载均衡器不能处于冻结、迁移状态。
455
+ * - 源监听器中若配置quic_config,复制后为null。
456
+ * - 七层转发策略配置为重定向到监听器,该转发策略不会进行复制。
457
+ *
458
+ * Please refer to HUAWEI cloud API Explorer for details.
459
+ *
460
+ * @summary 复制已有监听器
461
+ * @param {string} listenerId **参数解释**:被复制监听器ID(UUID)。 **约束限制**:不涉及 **取值范围**:标准的UUID格式,长度为36个字符。 **默认取值**:不涉及
462
+ * @param {CloneListenerRequestBody} cloneListenerRequestBody **参数解释**:复制监听器请求体。 **约束限制**:不涉及
463
+ * @param {*} [options] Override http request option.
464
+ * @throws {RequiredError}
465
+ */
466
+ cloneListener(cloneListenerRequest?: CloneListenerRequest): Promise<CloneListenerResponse>;
320
467
  /**
321
468
  * 复制已有的负载均衡器实例。
322
469
  *
@@ -409,11 +556,12 @@ export declare class ElbClient {
409
556
  * - 若要创建网络型负载均衡器,则需要传入l4_flavor_id(网络型规格ID);若要创建应用型负载均衡器,则需要传入l7_flavor_id(应用型规格ID);若要创建网络型+应用型负载均衡器,则需要传入l4_flavor_id和l7_flavor_id。
410
557
  * [- 若要创建包周期负载均衡器,则需要传入prepaid_options,否则创建按需计费负载均衡器。](tag:hws)
411
558
  * - 按需计费分为固定规格计费和弹性规格计费,根据创建时所选规格的类型决定计费方式。具体规格说明见创建LB请求参数l4_flavor_id和l7_flavor_id。
412
- * [- 若要创建gateway类型的负载均衡器,则需要:
559
+ * - 若要创建gateway类型的负载均衡器,则需要:
413
560
  * - 指定loadbalancer_type&#x3D;\&quot;gateway\&quot;,且不支持指定vip_address,ipv6_vip_address。
414
561
  * - vip_subnet_cidr_id和ipv6_subnet_cidr_id两者不能都为空,如果两者都传入,则必须属于同一子网。
415
562
  * - 不支持创建公网gateway类型LB。
416
- * - 如果要指定规格,则从请求参数gw_flavor_id传入。](tag:hws_eu)
563
+ * - 不支持传入autoscaling字段,不支持l4_flavor_id和l7_flavor_id。
564
+ * - 必须要指定网关型规格,通过参数gw_flavor_id传入。
417
565
  *
418
566
  * Please refer to HUAWEI cloud API Explorer for details.
419
567
  *
@@ -586,8 +734,11 @@ export declare class ElbClient {
586
734
  /**
587
735
  * 删除负载均衡器且级联删除其下子资源(删除负载均衡器及其绑定的监听器、后端服务器组、后端服务器等一系列资源)。
588
736
  * - 若LB关联了EIP,则只解绑EIP,不会删除EIP。
737
+ * - 若LB已开启了误删保护开关,则级联删除失败。
738
+ * - 若LB下任意一个后端服务器组开启了误删保护开关,则级联删除失败。
739
+ * - 修改保护开关开启不影响级联删除,仍能正常删除。
589
740
  * [- 若已开启多挂特性,且关联了多个LB,则只做解绑;否则删除。
590
- * - 若是共享型LB下的后端服务器组,无论是否多挂都只删除,不解绑。](tag:hc,hk)
741
+ * - 若是共享型LB下的后端服务器组,无论是否多挂都只删除,不解绑。](tag:hws,hws_hk)
591
742
  *
592
743
  * Please refer to HUAWEI cloud API Explorer for details.
593
744
  *
@@ -675,6 +826,28 @@ export declare class ElbClient {
675
826
  * @throws {RequiredError}
676
827
  */
677
828
  deleteSecurityPolicy(deleteSecurityPolicyRequest?: DeleteSecurityPolicyRequest): Promise<DeleteSecurityPolicyResponse>;
829
+ /**
830
+ * 查询当前项目下的转发规则列表。
831
+ *
832
+ * Please refer to HUAWEI cloud API Explorer for details.
833
+ *
834
+ * @summary 查询转发规则列表
835
+ * @param {number} [limit] **参数解释**:每页返回的个数。 **约束限制**:不涉及 **取值范围**:0-2000 **默认取值**:2000
836
+ * @param {string} [marker] **参数解释**:上一页最后一条记录的ID。 **约束限制**: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。 **取值范围**:不涉及 **默认取值**:不涉及
837
+ * @param {boolean} [pageReverse] **参数解释**:是否反向查询。 **约束限制**: - 必须与limit一起使用。 - 当page_reverse&#x3D;true时,若要查询上一页,marker取值为当前页返回值的previous_marker。 **取值范围**: - true:查询上一页。 - false:查询下一页。 **默认取值**:false
838
+ * @param {Array<string>} [id] 转发规则ID。 支持多值查询,查询条件格式:*id&#x3D;xxx&amp;id&#x3D;xxx*。
839
+ * @param {Array<string>} [compareType] 转发匹配方式。 取值: - EQUAL_TO 表示精确匹配。 - REGEX 表示正则匹配。 - STARTS_WITH 表示前缀匹配。 支持多值查询,查询条件格式:*compare_type&#x3D;xxx&amp;compare_type&#x3D;xxx*。
840
+ * @param {Array<string>} [provisioningStatus] 转发规则的配置状态。 取值:ACTIVE 表示正常。 支持多值查询,查询条件格式:*provisioning_status&#x3D;xxx&amp;provisioning_status&#x3D;xxx*。
841
+ * @param {boolean} [invert] 是否反向匹配。使用说明:固定为false。该字段能更新但不会生效。
842
+ * @param {boolean} [adminStateUp] 转发规则的管理状态。 不支持该字段,请勿使用。
843
+ * @param {Array<string>} [value] 匹配内容的值。 支持多值查询,查询条件格式:*value&#x3D;xxx&amp;value&#x3D;xxx*。
844
+ * @param {Array<string>} [key] 匹配内容的键值,用于标识规则。 支持多值查询,查询条件格式:*key&#x3D;xxx&amp;key&#x3D;xxx*。 不支持该字段,请勿使用。
845
+ * @param {Array<string>} [type] 匹配类别,可以为HOST_NAME,PATH。 一个l7policy下创建的l7rule的type不能重复。 支持多值查询,查询条件格式:*type&#x3D;xxx&amp;type&#x3D;xxx*。
846
+ * @param {Array<string>} [enterpriseProjectId] **参数解释**:所属的企业项目ID。 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:l7rules:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 支持多值查询,查询条件格式: *enterprise_project_id&#x3D;xxx&amp;enterprise_project_id&#x3D;xxx*。 [不支持该字段,请勿使用。](tag:dt,hcso_dt)
847
+ * @param {*} [options] Override http request option.
848
+ * @throws {RequiredError}
849
+ */
850
+ listAllL7Rules(listAllL7RulesRequest?: ListAllL7RulesRequest): Promise<ListAllL7RulesResponse>;
678
851
  /**
679
852
  * 查询当前项目下的后端服务器列表。
680
853
  *
@@ -717,7 +890,7 @@ export declare class ElbClient {
717
890
  *
718
891
  * @summary 查询可用区列表
719
892
  * @param {string} [publicBorderGroup] **参数解释**:公网边界组。 **约束限制**:不涉及 **取值范围**: - center:表示中心站点的公网边界组 - 边缘站点名称:表示边缘站点的公网边界组 **默认取值**:不涉及
720
- * @param {string} [loadbalancerId] **参数解释**:负载均衡器ID。传入可查询对应ELB支持的可用区列表。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
893
+ * @param {string} [loadbalancerId] **参数解释**:负载均衡器ID **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
721
894
  * @param {*} [options] Override http request option.
722
895
  * @throws {RequiredError}
723
896
  */
@@ -748,6 +921,18 @@ export declare class ElbClient {
748
921
  * @throws {RequiredError}
749
922
  */
750
923
  listCertificates(listCertificatesRequest?: ListCertificatesRequest): Promise<ListCertificatesResponse>;
924
+ /**
925
+ * 查询负载均衡器ip的域名配置信息,即负载均衡器的ip是否加入了域名解析。
926
+ * 注意:当负载均衡器的公网域名和私网域名都没有打开时,该接口返回空列表。
927
+ *
928
+ * Please refer to HUAWEI cloud API Explorer for details.
929
+ *
930
+ * @summary 查询负载均衡器ip的域名配置信息
931
+ * @param {string} loadbalancerId 负载均衡器ID。
932
+ * @param {*} [options] Override http request option.
933
+ * @throws {RequiredError}
934
+ */
935
+ listDomainIPs(listDomainIPsRequest?: ListDomainIPsRequest): Promise<ListDomainIPsResponse>;
751
936
  /**
752
937
  * 查询当前租户ELB服务的特性配置。
753
938
  *
@@ -770,7 +955,7 @@ export declare class ElbClient {
770
955
  * @param {boolean} [pageReverse] **参数解释**:是否反向查询。 **约束限制**: - 必须与limit一起使用。 - 当page_reverse&#x3D;true时,若要查询上一页,marker取值为当前页返回值的previous_marker。 **取值范围**: - true:查询上一页。 - false:查询下一页。 **默认取值**:false
771
956
  * @param {Array<string>} [id] **参数解释**:规格ID。 支持多值查询,查询条件格式:*id&#x3D;xxx&amp;id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
772
957
  * @param {Array<string>} [name] **参数解释**:规格名称。 支持多值查询,查询条件格式:*name&#x3D;xxx&amp;name&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
773
- * @param {Array<string>} [type] **参数解释**:规格类别。 支持多值查询,查询条件格式:*type&#x3D;xxx&amp;type&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**: - L4和L7 表示四层网络型和七层应用型flavor。 [- gateway 表示网关型LB的flavor,目前只支持弹性计费类型。当前仅支持欧洲局点。](tag:hws_eu) - L4_elastic和L7_elastic 表示弹性扩缩容实例的下限规格。 - L4_elastic_max、L7_elastic_max[gateway_elastic_max](tag:hws_eu) 表示弹性扩缩容实例的上限规格。 **默认取值**:不涉及
958
+ * @param {Array<string>} [type] **参数解释**:规格类别。 **取值范围**: - L4和L7 表示四层网络型和七层应用型flavor。 - gwlb 表示网关型LB的flavor - L4_elastic和L7_elastic 表示弹性扩缩容实例的下限规格。 - L4_elastic_max、L7_elastic_max和gwlb_elastic_max 表示弹性扩缩容实例的上限规格。 支持多值查询,查询条件格式:*type&#x3D;xxx&amp;type&#x3D;xxx*。
774
959
  * @param {boolean} [shared] **参数解释**:是否查询公共规格。 **约束限制**:不涉及 **取值范围**: - true表示查询公共规格,所有租户可见的规格。 - false表示查询私有规格,当前仅租户可见的规格。 **默认取值**:不涉及
775
960
  * @param {Array<string>} [publicBorderGroup] **参数解释**:公网边界组。 支持多值查询,查询条件格式:*public_border_group&#x3D;xxx&amp;public_border_group&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**: - center:表示中心站点的公网边界组 - 边缘站点名称:表示边缘站点的公网边界组 **默认取值**:不涉及
776
961
  * @param {Array<number>} [category] **参数解释**:可用区子类型编码。该字段主要用于区分在边缘场景下,边缘AZ的类型。 支持多值查询,查询条件格式:*category&#x3D;xxx&amp;category&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:0表示center,21表示homezone,41表示IES。 **默认取值**:不涉及
@@ -798,7 +983,7 @@ export declare class ElbClient {
798
983
  * @param {boolean} [adminStateUp] **参数解释**:健康检查的管理状态。 **约束限制**:不涉及 **取值范围**: - true:表示开启健康检查。 - false表示关闭健康检查。 **默认取值**:不涉及
799
984
  * @param {Array<number>} [maxRetriesDown] **参数解释**:健康检查连续失败多少次后,将后端服务器的健康检查状态由ONLINE判定为OFFLINE。 支持多值查询,查询条件格式:******max_retries_down&#x3D;xxx&amp;max_retries_down&#x3D;xxx******。 **约束限制**:不涉及 **取值范围**:1-10 **默认取值**:不涉及
800
985
  * @param {number} [timeout] **参数解释**:一次健康检查请求的超时时间。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
801
- * @param {Array<string>} [type] **参数解释**:健康检查请求协议。 支持多值查询,查询条件格式:*****type&#x3D;xxx&amp;type&#x3D;xxx*****。 **约束限制**:不涉及 **取值范围**:TCP、UDP_CONNECT、HTTP、HTTPS、TLS和GRPC。 **默认取值**:不涉及
986
+ * @param {Array<string>} [type] **参数解释**:健康检查请求协议。 支持多值查询,查询条件格式:*****type&#x3D;xxx&amp;type&#x3D;xxx*****。 **约束限制**:不涉及 **取值范围**:TCP、UDP_CONNECT、HTTP、HTTPS、TLS、GRPC[GRPCS](tag:not_open)。 **默认取值**:不涉及
802
987
  * @param {Array<string>} [expectedCodes] **参数解释**:期望响应状态码。 支持多值查询,查询条件格式:****expected_codes&#x3D;xxx&amp;expected_codes&#x3D;xxx****。 **约束限制**:不涉及 **取值范围**: - 单值:单个返回码,例如200。 - 列表:多个特定返回码,例如200,202。 - 区间:一个返回码区间,例如200-204。 **默认取值**:不涉及
803
988
  * @param {Array<string>} [urlPath] **参数解释**:健康检查测试member健康时发送的http请求路径。 支持多值查询,查询条件格式:***url_path&#x3D;xxx&amp;url_path&#x3D;xxx***。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
804
989
  * @param {Array<string>} [httpMethod] **参数解释**:HTTP请求方法。 支持多值查询,查询条件格式:**http_method&#x3D;xxx&amp;http_method&#x3D;xxx**。 **约束限制**:不涉及 **取值范围**:GET、HEAD、POST **默认取值**:不涉及
@@ -876,6 +1061,16 @@ export declare class ElbClient {
876
1061
  * @throws {RequiredError}
877
1062
  */
878
1063
  listL7Rules(listL7RulesRequest?: ListL7RulesRequest): Promise<ListL7RulesResponse>;
1064
+ /**
1065
+ * 查询指定项目下所有监听器的标签列表
1066
+ *
1067
+ * Please refer to HUAWEI cloud API Explorer for details.
1068
+ *
1069
+ * @summary 查询所有监听器的标签列表
1070
+ * @param {*} [options] Override http request option.
1071
+ * @throws {RequiredError}
1072
+ */
1073
+ listListenerTags(listListenerTagsRequest?: ListListenerTagsRequest): Promise<ListListenerTagsResponse>;
879
1074
  /**
880
1075
  * 查询监听器列表。
881
1076
  *
@@ -886,7 +1081,7 @@ export declare class ElbClient {
886
1081
  * @param {string} [marker] **参数解释**:上一页最后一条记录的ID。 **约束限制**: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。 **取值范围**:不涉及 **默认取值**:不涉及
887
1082
  * @param {boolean} [pageReverse] **参数解释**:是否反向查询。 **约束限制**: - 必须与limit一起使用。 - 当page_reverse&#x3D;true时,若要查询上一页,marker取值为当前页返回值的previous_marker。 **取值范围**: - true:查询上一页。 - false:查询下一页。 **默认取值**:false
888
1083
  * @param {Array<string>} [protocolPort] **参数解释**:监听器的前端监听端口。 支持多值查询,查询条件格式:*protocol_port&#x3D;xxx&amp;protocol_port&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
889
- * @param {Array<string>} [protocol] **参数解释**:监听器的监听协议。 支持多值查询,查询条件格式:*protocol&#x3D;xxx&amp;protocol&#x3D;xxx*。 **约束限制**:不涉及 [取值范围:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt) [取值范围:TCP、UDP、HTTP、HTTPS。](tag:hcso_dt) [取值范围:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu) **默认取值**:不涉及 [不支持QUIC。](tag:tm,hws_eu,g42,hk_g42,hcso_dt,dt)
1084
+ * @param {Array<string>} [protocol] **参数解释**:监听器的监听协议。 支持多值查询,查询条件格式:*protocol&#x3D;xxx&amp;protocol&#x3D;xxx*。 **约束限制**:不涉及 [**取值范围**:TCP、UDP、HTTP、HTTPS、TERMINATED_HTTPS、QUIC、TLS、IPIP为网关型LB上的监听器独有的协议。 说明:TERMINATED_HTTPS为共享型LB上的监听器独有的协议。](tag:hws,hws_hk,ocb,ctc,hcs,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt) [**取值范围**:TCP、UDP、HTTP、HTTPS。](tag:hcso_dt) [**取值范围**:TCP、UDP、IP、HTTP、HTTPS。IP为网关型LB上的监听器独有的协议。](tag:hws_eu) **默认取值**:不涉及 [不支持QUIC。](tag:tm,hws_eu,g42,hk_g42,hcso_dt,dt)
890
1085
  * @param {Array<string>} [description] **参数解释**:监听器的描述信息。 支持多值查询,查询条件格式:*description&#x3D;xxx&amp;description&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
891
1086
  * @param {Array<string>} [defaultTlsContainerRef] **参数解释**:监听器的服务器证书ID。 支持多值查询,查询条件格式: *default_tls_container_ref&#x3D;xxx&amp;default_tls_container_ref&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
892
1087
  * @param {Array<string>} [clientCaTlsContainerRef] **参数解释**:监听器的CA证书ID。 支持多值查询,查询条件格式: *client_ca_tls_container_ref&#x3D;xxx&amp;client_ca_tls_container_ref&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
@@ -934,7 +1129,7 @@ export declare class ElbClient {
934
1129
  * @param {Array<string>} [provisioningStatus] **参数解释**:负载均衡器的配置状态。 支持多值查询,查询条件格式: *provisioning_status&#x3D;xxx&amp;provisioning_status&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**: - ACTIVE:使用中。 - PENDING_DELETE:删除中。 **默认取值**:不涉及
935
1130
  * @param {Array<string>} [operatingStatus] **参数解释**:负载均衡器的操作状态。 支持多值查询,查询条件格式: *operating_status&#x3D;xxx&amp;operating_status&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**: - ONLINE:正常运行。 - FROZEN:已冻结。 **默认取值**:不涉及
936
1131
  * @param {boolean} [guaranteed] **参数解释**:是否独享型LB。 **约束限制**:不涉及 **取值范围**: - false:共享型 - true:独享型 **默认取值**:不涉及
937
- * @param {Array<string>} [vpcId] **参数解释**:负载均衡器所在的VPC ID。 支持多值查询,查询条件格式: *vpc_id&#x3D;xxx&amp;vpc_id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1132
+ * @param {Array<string>} [vpcId] **参数解释**:负载均衡器所在的VPC ID。 支持多值查询,查询条件格式:*vpc_id&#x3D;xxx&amp;vpc_id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
938
1133
  * @param {Array<string>} [vipPortId] **参数解释**:负载均衡器的IPv4对应的port ID。 支持多值查询,查询条件格式: *vip_port_id&#x3D;xxx&amp;vip_port_id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
939
1134
  * @param {Array<string>} [vipAddress] **参数解释**:负载均衡器的IPv4私网IP地址。 支持多值查询,查询条件格式: *vip_address&#x3D;xxx&amp;vip_address&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
940
1135
  * @param {Array<string>} [vipSubnetCidrId] **参数解释**:负载均衡器所在子网的IPv4子网ID,也称为该负载均衡器实例的前端子网。 支持多值查询,查询条件格式: *vip_subnet_cidr_id&#x3D;xxx&amp;vip_subnet_cidr_id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
@@ -975,6 +1170,16 @@ export declare class ElbClient {
975
1170
  * @throws {RequiredError}
976
1171
  */
977
1172
  listLoadbalancerFeature(listLoadbalancerFeatureRequest?: ListLoadbalancerFeatureRequest): Promise<ListLoadbalancerFeatureResponse>;
1173
+ /**
1174
+ * 查询指定项目下所有负载均衡器的标签列表
1175
+ *
1176
+ * Please refer to HUAWEI cloud API Explorer for details.
1177
+ *
1178
+ * @summary 查询所有负载均衡器的标签列表
1179
+ * @param {*} [options] Override http request option.
1180
+ * @throws {RequiredError}
1181
+ */
1182
+ listLoadbalancerTags(listLoadbalancerTagsRequest?: ListLoadbalancerTagsRequest): Promise<ListLoadbalancerTagsResponse>;
978
1183
  /**
979
1184
  * 查询云日志列表。
980
1185
  *
@@ -1007,7 +1212,7 @@ export declare class ElbClient {
1007
1212
  * @param {Array<string>} [id] **参数解释**:后端服务器组的ID。 支持多值查询,查询条件格式:*id&#x3D;xxx&amp;id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1008
1213
  * @param {Array<string>} [name] **参数解释**:后端服务器组的名称。 支持多值查询,查询条件格式:*name&#x3D;xxx&amp;name&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1009
1214
  * @param {Array<string>} [loadbalancerId] **参数解释**:后端服务器组绑定的负载均衡器ID。 支持多值查询,查询条件格式:*loadbalancer_id&#x3D;xxx&amp;loadbalancer_id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1010
- * @param {Array<string>} [protocol] **参数解释**:后端服务器组的后端协议。 支持多值查询,查询条件格式:*protocol&#x3D;xxx&amp;protocol&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:TCP、UDP、[IP、](tag:hws_eu)TLS、GRPC、HTTP、HTTPS和QUIC。 **默认取值**:不涉及
1215
+ * @param {Array<string>} [protocol] **参数解释**:后端服务器组的后端协议。 支持多值查询,查询条件格式:*protocol&#x3D;xxx&amp;protocol&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:TCP、UDP、IP、TLS、GRPC、HTTP、HTTPS和QUIC。 **默认取值**:不涉及
1011
1216
  * @param {Array<string>} [lbAlgorithm] **参数解释**:后端服务器组的负载均衡算法。 支持多值查询,查询条件格式:*lb_algorithm&#x3D;xxx&amp;lb_algorithm&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**: 1、ROUND_ROBIN:加权轮询算法。 2、LEAST_CONNECTIONS:加权最少连接算法。 3、SOURCE_IP:源IP算法。 4、QUIC_CID:连接ID算法。 **默认取值**:不涉及
1012
1217
  * @param {Array<string>} [enterpriseProjectId] **参数解释**:资源所属的企业项目ID。 支持多值查询,查询条件格式:*enterprise_project_id&#x3D;xxx&amp;enterprise_project_id&#x3D;xxx*。 **约束限制**: - 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 - 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 **取值范围**:不涉及 **默认取值**:不涉及 [不支持该字段,请勿使用。](tag:dt,hcso_dt)
1013
1218
  * @param {Array<string>} [ipVersion] **参数解释**:后端服务器组支持的IP版本。 支持多值查询,查询条件格式:*ip_version&#x3D;xxx&amp;ip_version&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
@@ -1064,8 +1269,8 @@ export declare class ElbClient {
1064
1269
  * @param {Array<string>} [id] **参数解释**:后端服务器组的ID。 支持多值查询,查询条件格式:*id&#x3D;xxx&amp;id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1065
1270
  * @param {Array<string>} [name] **参数解释**:后端服务器组的名称。 支持多值查询,查询条件格式:*name&#x3D;xxx&amp;name&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1066
1271
  * @param {Array<string>} [loadbalancerId] **参数解释**:后端服务器组绑定的负载均衡器ID。 支持多值查询,查询条件格式:*loadbalancer_id&#x3D;xxx&amp;loadbalancer_id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1067
- * @param {Array<string>} [protocol] **参数解释**:后端服务器组的后端协议。 支持多值查询,查询条件格式:*protocol&#x3D;xxx&amp;protocol&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:TCP、UDP、[IP、](tag:hws_eu)TLS、HTTP、HTTPS、QUIC和GRPC。 **默认取值**:不涉及 [荷兰region不支持QUIC。](tag:dt)
1068
- * @param {Array<string>} [lbAlgorithm] **参数解释**:后端服务器组的负载均衡算法。 支持多值查询,查询条件格式:*lb_algorithm&#x3D;xxx&amp;lb_algorithm&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**: - ROUND_ROBIN:加权轮询算法。 - LEAST_CONNECTIONS:加权最少连接算法。 - SOURCE_IP:源IP算法。 - QUIC_CID:连接ID算法。 [- 2_TUPLE_HASH:二元组hash算法,仅IP类型的pool支持。 - 3_TUPLE_HASH:三元组hash算法,仅IP类型的pool支持。 - 5_TUPLE_HASH:五元组hash算法,仅IP类型的pool支持。 - IP型pool不指定该字段时,默认设置为5_TUPLE_HASH。](tag:hws_eu) **默认取值**:不涉及
1272
+ * @param {Array<string>} [protocol] **参数解释**:后端服务器组的后端协议。 支持多值查询,查询条件格式:*protocol&#x3D;xxx&amp;protocol&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:TCP、UDP、IP、TLS、HTTP、HTTPS、QUIC和GRPC。 **默认取值**:不涉及 [荷兰region不支持QUIC。](tag:dt)
1273
+ * @param {Array<string>} [lbAlgorithm] **参数解释**:后端服务器组的负载均衡算法。 支持多值查询,查询条件格式:*lb_algorithm&#x3D;xxx&amp;lb_algorithm&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**: - ROUND_ROBIN:加权轮询算法。 - LEAST_CONNECTIONS:加权最少连接算法。 - SOURCE_IP:源IP算法。 - QUIC_CID:连接ID算法。 - 2_TUPLE_HASH:二元组hash算法,仅IP类型的pool支持。 - 3_TUPLE_HASH:三元组hash算法,仅IP类型的pool支持。 - 5_TUPLE_HASH:五元组hash算法,仅IP类型的pool支持。 - IP型pool不指定该字段时,默认设置为5_TUPLE_HASH。 **默认取值**:不涉及
1069
1274
  * @param {Array<string>} [enterpriseProjectId] **参数解释**:资源所属的企业项目ID。 支持多值查询,查询条件格式: *enterprise_project_id&#x3D;xxx&amp;enterprise_project_id&#x3D;xxx*。 **约束限制**: 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:pools:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 **取值范围**:不涉及 **默认取值**:不涉及 [不支持该字段,请勿使用。](tag:dt,hcso_dt)
1070
1275
  * @param {Array<string>} [ipVersion] **参数解释**:后端服务器组支持的IP版本。 支持多值查询,查询条件格式:*ip_version&#x3D;xxx&amp;ip_version&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1071
1276
  * @param {Array<string>} [memberAddress] **参数解释**:后端服务器的IP地址。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_address&#x3D;xxx&amp;member_address&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
@@ -1130,7 +1335,7 @@ export declare class ElbClient {
1130
1335
  * @param {Array<string>} [memberAddress] 负载均衡器中的后端服务器对应的弹性云服务器的IP地址。仅用于查询条件,不作为响应参数字段。 支持多值查询,查询条件格式:*member_address&#x3D;xxx&amp;member_address&#x3D;xxx*。
1131
1336
  * @param {Array<string>} [enterpriseProjectId] **参数解释**:资源所属的企业项目ID。 支持多值查询,查询条件格式: *enterprise_project_id&#x3D;xxx&amp;enterprise_project_id&#x3D;xxx*。 **约束限制**: 如果enterprise_project_id不传值,默认查询所有企业项目下的资源,鉴权按照细粒度权限鉴权,必须在用户组下分配elb:loadbalancers:list权限。 如果enterprise_project_id传值,鉴权按照企业项目权限鉴权,分为传入具体eps_id和all_granted_eps两种场景,前者查询指定eps_id的eps下的资源,后者查询的是所有有list权限的eps下的资源。 **取值范围**:不涉及 **默认取值**:不涉及 [不支持该字段,请勿使用。](tag:dt,hcso_dt)
1132
1337
  * @param {Array<number>} [ipVersion] IP版本信息。 取值:4代表IPv4,6代表IPv6。 支持多值查询,查询条件格式:*ip_version&#x3D;xxx&amp;ip_version&#x3D;xxx*。 [不支持IPv6,请勿设置为6。](tag:dt)
1133
- * @param {boolean} [deletionProtectionEnable] 是否开启删除保护,false 不开启,true 开启。[不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42) [荷兰region不支持该字段,请勿使用。](tag:dt)
1338
+ * @param {boolean} [deletionProtectionEnable] 是否开启删除保护,false不开启,true开启。[不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42) [荷兰region不支持该字段,请勿使用。](tag:dt)
1134
1339
  * @param {Array<string>} [elbVirsubnetType] 下联面子网类型。 取值: - ipv4:ipv4。 - dualstack:双栈。 支持多值查询,查询条件格式: *elb_virsubnet_type&#x3D;ipv4&amp;elb_virsubnet_type&#x3D;dualstack*。
1135
1340
  * @param {Array<string>} [autoscaling] 是否开启弹性扩缩容。示例如下: \&quot;autoscaling\&quot;: { \&quot;enable\&quot;: \&quot;true\&quot; } 支持多值查询,查询条件格式: *autoscaling&#x3D;enable&#x3D;true&amp;autoscaling&#x3D;enable&#x3D;false*。 [不支持该字段,请勿使用。](tag:hws_eu,g42,hk_g42,hcso,fcs,fcs_vm,mix,hcso_g42,hcso_g42_b)
1136
1341
  * @param {Array<string>} [protectionStatus] 修改保护状态, 取值: - nonProtection: 不保护,默认值为nonProtection - consoleProtection: 控制台修改保护
@@ -1150,11 +1355,11 @@ export declare class ElbClient {
1150
1355
  * @param {string} [marker] **参数解释**:上一页最后一条记录的ID。 **约束限制**: - 必须与limit一起使用。 - 不指定时表示查询第一页。 - 该字段不允许为空或无效的ID。 **取值范围**:不涉及 **默认取值**:不涉及
1151
1356
  * @param {number} [limit] **参数解释**:每页返回的个数。 **约束限制**:不涉及 **取值范围**:0-2000 **默认取值**:2000
1152
1357
  * @param {boolean} [pageReverse] **参数解释**:是否反向查询。 **约束限制**: - 必须与limit一起使用。 - 当page_reverse&#x3D;true时,若要查询上一页,marker取值为当前页返回值的previous_marker。 **取值范围**: - true:查询上一页。 - false:查询下一页。 **默认取值**:false
1153
- * @param {Array<string>} [id] **参数解释**:自定义安全策略的ID。 支持多值查询,查询条件格式:*id&#x3D;xxx&amp;id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1154
- * @param {Array<string>} [name] **参数解释**:自定义安全策略的名称。 支持多值查询,查询条件格式:*name&#x3D;xxx&amp;name&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1155
- * @param {Array<string>} [description] **参数解释**:自定义安全策略的描述信息。 支持多值查询,查询条件格式:*description&#x3D;xxx&amp;description&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1156
- * @param {Array<string>} [protocols] **参数解释**:空格分隔的自定义安全策略的TLS协议。 支持多值查询,查询条件格式:*protocols&#x3D;xxx&amp;protocols&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1157
- * @param {Array<string>} [ciphers] **参数解释**:冒号分隔的自定义安全策略的加密套件。 支持多值查询,查询条件格式:*ciphers&#x3D;xxx&amp;ciphers&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1358
+ * @param {Array<string>} [id] **参数解释**:自定义安全策略的ID。 支持多值查询,查询条件格式:*id&#x3D;xxx&amp;id&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1359
+ * @param {Array<string>} [name] **参数解释**:自定义安全策略的名称。 支持多值查询,查询条件格式:*name&#x3D;xxx&amp;name&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1360
+ * @param {Array<string>} [description] **参数解释**:自定义安全策略的描述信息。 支持多值查询,查询条件格式:*description&#x3D;xxx&amp;description&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1361
+ * @param {Array<string>} [protocols] **参数解释**:空格分隔的自定义安全策略的TLS协议。 支持多值查询,查询条件格式:*protocols&#x3D;xxx&amp;protocols&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1362
+ * @param {Array<string>} [ciphers] **参数解释**:冒号分隔的自定义安全策略的加密套件。 支持多值查询,查询条件格式:*ciphers&#x3D;xxx&amp;ciphers&#x3D;xxx*。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1158
1363
  * @param {*} [options] Override http request option.
1159
1364
  * @throws {RequiredError}
1160
1365
  */
@@ -1270,6 +1475,17 @@ export declare class ElbClient {
1270
1475
  * @throws {RequiredError}
1271
1476
  */
1272
1477
  showListener(showListenerRequest?: ShowListenerRequest): Promise<ShowListenerResponse>;
1478
+ /**
1479
+ * 查询指定监听器的所有标签。
1480
+ *
1481
+ * Please refer to HUAWEI cloud API Explorer for details.
1482
+ *
1483
+ * @summary 查询监听器的标签
1484
+ * @param {string} listenerId **参数解释**:监听器ID。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1485
+ * @param {*} [options] Override http request option.
1486
+ * @throws {RequiredError}
1487
+ */
1488
+ showListenerTags(showListenerTagsRequest?: ShowListenerTagsRequest): Promise<ShowListenerTagsResponse>;
1273
1489
  /**
1274
1490
  * 查询负载均衡器详情。
1275
1491
  *
@@ -1282,11 +1498,11 @@ export declare class ElbClient {
1282
1498
  */
1283
1499
  showLoadBalancer(showLoadBalancerRequest?: ShowLoadBalancerRequest): Promise<ShowLoadBalancerResponse>;
1284
1500
  /**
1285
- * 查询负载均衡器占用的下联面子网端口和IP地址信息。
1501
+ * 查询负载均衡内部转发用的IP
1286
1502
  *
1287
1503
  * Please refer to HUAWEI cloud API Explorer for details.
1288
1504
  *
1289
- * @summary 查询负载均衡器占用的下联面子网端口列表
1505
+ * @summary 查询负载均衡内部转发用的IP
1290
1506
  * @param {string} loadbalancerId **参数解释**:负载均衡器ID。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1291
1507
  * @param {Array<string>} [portId] **参数解释**:负载均衡器占用的端口ID。 支持多值查询,查询条件格式:*port_id&#x3D;xxx&amp;port_id&#x3D;xxx*。
1292
1508
  * @param {Array<string>} [ipAddress] **参数解释**:负载均衡器占用的私有IPv4地址。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及 支持多值查询,查询条件格式:*ip_address&#x3D;xxx&amp;ip_address&#x3D;xxx*。
@@ -1311,6 +1527,34 @@ export declare class ElbClient {
1311
1527
  * @throws {RequiredError}
1312
1528
  */
1313
1529
  showLoadBalancerStatus(showLoadBalancerStatusRequest?: ShowLoadBalancerStatusRequest): Promise<ShowLoadBalancerStatusResponse>;
1530
+ /**
1531
+ * 查询负载均衡拓扑,将负载均衡器及其包含的监听器、后端服务器组以拓扑的形式展示。
1532
+ *
1533
+ * Please refer to HUAWEI cloud API Explorer for details.
1534
+ *
1535
+ * @summary 查询负载均衡器拓扑
1536
+ * @param {string} loadbalancerId **参数解释**:负载均衡器ID。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1537
+ * @param {string} [listenerId] 监听器的ID。 支持多值查询,查询条件格式:*listener_id&#x3D;xxx&amp;listener_id&#x3D;xxx*。
1538
+ * @param {string} [poolId] 后端服务器组的ID。 支持多值查询,查询条件格式:*pool_id&#x3D;xxx&amp;pool_id&#x3D;xxx*。
1539
+ * @param {string} [listenerName] 监听器的名称。 支持多值查询,查询条件格式:*listener_name&#x3D;xxx&amp;listener_name&#x3D;xxx*。
1540
+ * @param {string} [listenerProtocol] 监听器的协议。 支持多值查询,查询条件格式:*listener_protocol&#x3D;xxx&amp;listener_protocol&#x3D;xxx*。
1541
+ * @param {number} [listenerProtocolPort] 监听器的监听端口。 支持多值查询,查询条件格式:*listener_protocol_port&#x3D;xxx&amp;listener_protocol_port&#x3D;xxx*。
1542
+ * @param {string} [poolName] 后端服务器组的名称。 支持多值查询,查询条件格式:*pool_name&#x3D;xxx&amp;pool_name&#x3D;xxx*。
1543
+ * @param {*} [options] Override http request option.
1544
+ * @throws {RequiredError}
1545
+ */
1546
+ showLoadBalancerTopology(showLoadBalancerTopologyRequest?: ShowLoadBalancerTopologyRequest): Promise<ShowLoadBalancerTopologyResponse>;
1547
+ /**
1548
+ * 查询指定负载均衡器的所有标签
1549
+ *
1550
+ * Please refer to HUAWEI cloud API Explorer for details.
1551
+ *
1552
+ * @summary 查询负载均衡器的标签
1553
+ * @param {string} loadbalancerId **参数解释**:负载均衡器ID。 **约束限制**:不涉及 **取值范围**:不涉及 **默认取值**:不涉及
1554
+ * @param {*} [options] Override http request option.
1555
+ * @throws {RequiredError}
1556
+ */
1557
+ showLoadbalancerTags(showLoadbalancerTagsRequest?: ShowLoadbalancerTagsRequest): Promise<ShowLoadbalancerTagsResponse>;
1314
1558
  /**
1315
1559
  * 云日志详情。
1316
1560
  *
@@ -1543,6 +1787,30 @@ export declare class ElbClient {
1543
1787
  * @throws {RequiredError}
1544
1788
  */
1545
1789
  updateSecurityPolicy(updateSecurityPolicyRequest?: UpdateSecurityPolicyRequest): Promise<UpdateSecurityPolicyResponse>;
1790
+ /**
1791
+ * 配置负载均衡器系统默认域名化。
1792
+ *
1793
+ * Please refer to HUAWEI cloud API Explorer for details.
1794
+ *
1795
+ * @summary 配置负载均衡器系统默认域名化
1796
+ * @param {string} loadbalancerId 负载均衡器ID。
1797
+ * @param {UpdateSystemDefaultDomainConfigRequestBody} updateSystemDefaultDomainConfigRequestBody 配置负载均衡器系统默认域名化的请求体。
1798
+ * @param {*} [options] Override http request option.
1799
+ * @throws {RequiredError}
1800
+ */
1801
+ updateSystemDefaultDomainConfig(updateSystemDefaultDomainConfigRequest?: UpdateSystemDefaultDomainConfigRequest): Promise<UpdateSystemDefaultDomainConfigResponse>;
1802
+ /**
1803
+ * 配置负载均衡器用户自定义域名化。
1804
+ *
1805
+ * Please refer to HUAWEI cloud API Explorer for details.
1806
+ *
1807
+ * @summary 配置负载均衡器用户自定义域名化
1808
+ * @param {string} loadbalancerId 负载均衡器ID。
1809
+ * @param {UpdateUserDefinedDomainConfigRequestBody} updateUserDefinedDomainConfigRequestBody 配置负载均衡器用户自定义域名化的请求体。
1810
+ * @param {*} [options] Override http request option.
1811
+ * @throws {RequiredError}
1812
+ */
1813
+ updateUserDefinedDomainConfig(updateUserDefinedDomainConfigRequest?: UpdateUserDefinedDomainConfigRequest): Promise<UpdateUserDefinedDomainConfigResponse>;
1546
1814
  /**
1547
1815
  * 升级负载均衡器类型。支持将共享型ELB升级为独享型ELB,但不支持独享型降级为共享型。
1548
1816
  *
@@ -1601,7 +1869,7 @@ export declare class ElbClient {
1601
1869
  *
1602
1870
  * @summary 计算预占IP数
1603
1871
  * @param {string} [l7FlavorId] **参数解释**:负载均衡器七层规格的ID。传入该字段表示计算创建该规格的LB的预占IP数量,或变更LB的原七层规格到该规格所需要的新增预占IP数量。 **约束限制**:仅支持创建LB、变更LB规格场景。 **取值范围**:不涉及 **默认取值**:不涉及 [不支持传入l7_flavor_id。](tag:hcso,hk_vdf,srg,fcs)
1604
- * @param {boolean} [ipTargetEnable] **参数解释**:IP类型后端转发开关。 **约束限制**:仅支持创建LB、LB开启IP类型后端转发场景。 **取值范围**: - 取值true表示计算创建开启IP类型后端转发的LB的预占IP数量,或开启IP类型后端转发所需要的新增预占IP数量。 - 取值false表示计算创建不开启IP类型后端转发的LB的预占IP。 - 不传等价false。 **默认取值**:false [荷兰region不支持该字段,请勿使用。](tag:dt)
1872
+ * @param {boolean} [ipTargetEnable] **参数解释**:IP类型后端转发开关。 **约束限制**:仅支持创建LB、LB开启IP类型后端转发场景。 **取值范围**: - 取值true表示计算创建开启IP类型后端转发的LB的预占IP数量,或开启IP类型后端转发所需要的新增预占IP数量。 - 取值false表示计算创建不开启IP类型后端转发的LB的预占IP。 - 不传等价false。 **默认取值**:false [荷兰region不支持该字段,请勿使用。](tag:dt)
1605
1873
  * @param {number} [ipVersion] **参数解释**:负载均衡器IP地址类型,取值4、6 。 **约束限制**:仅支持创建LB场景。 **取值范围**: - 取值4表示计算创建支持IPv4地址的LB的预占IP。 - 取值6表示计算创建支持IPv6地址的LB的预占IP。 **默认取值**:不涉及 [不支持IPv6,请勿设置为6。](tag:dt)
1606
1874
  * @param {string} [loadbalancerId] **参数解释**:负载均衡器ID。计算LB变更或创建LB中的第一个七层监听器的新增预占IP。 **约束限制**:仅支持变更LB规格、开启IP类型后端转发、开启/不开启地址转换功能、创建LB中的第一个七层监听器场景。 **取值范围**:不涉及 **默认取值**:不涉及
1607
1875
  * @param {Array<string>} [availabilityZoneId] **参数解释**:计算创建AZ列表为availability_zone_id的负载均衡器实例的预占IP。 **约束限制**: - 仅支持创建LB场景。 - 传入loadbalancer_id时,该参数无效。 **取值范围**:不涉及 **默认取值**:不涉及
@@ -1771,6 +2039,48 @@ export declare const ParamCreater: () => {
1771
2039
  headers: {};
1772
2040
  data: {};
1773
2041
  };
2042
+ /**
2043
+ * 批量删除证书。
2044
+ *
2045
+ * Please refer to HUAWEI cloud API Explorer for details.
2046
+ */
2047
+ batchDeleteCertificates(batchDeleteCertificatesRequest?: BatchDeleteCertificatesRequest): {
2048
+ method: string;
2049
+ url: string;
2050
+ contentType: string;
2051
+ queryParams: {};
2052
+ pathParams: {};
2053
+ headers: {};
2054
+ data: {};
2055
+ };
2056
+ /**
2057
+ * 批量删除监听器。
2058
+ *
2059
+ * Please refer to HUAWEI cloud API Explorer for details.
2060
+ */
2061
+ batchDeleteListeners(batchDeleteListenersRequest?: BatchDeleteListenersRequest): {
2062
+ method: string;
2063
+ url: string;
2064
+ contentType: string;
2065
+ queryParams: {};
2066
+ pathParams: {};
2067
+ headers: {};
2068
+ data: {};
2069
+ };
2070
+ /**
2071
+ * 批量删除负载均衡器。
2072
+ *
2073
+ * Please refer to HUAWEI cloud API Explorer for details.
2074
+ */
2075
+ batchDeleteLoadbalancers(batchDeleteLoadbalancersRequest?: BatchDeleteLoadbalancersRequest): {
2076
+ method: string;
2077
+ url: string;
2078
+ contentType: string;
2079
+ queryParams: {};
2080
+ pathParams: {};
2081
+ headers: {};
2082
+ data: {};
2083
+ };
1774
2084
  /**
1775
2085
  * 在指定pool下批量删除后端服务器。一次最多添加200个。
1776
2086
  *
@@ -1785,6 +2095,48 @@ export declare const ParamCreater: () => {
1785
2095
  headers: {};
1786
2096
  data: {};
1787
2097
  };
2098
+ /**
2099
+ * 批量删除后端服务器组。
2100
+ *
2101
+ * Please refer to HUAWEI cloud API Explorer for details.
2102
+ */
2103
+ batchDeletePools(batchDeletePoolsRequest?: BatchDeletePoolsRequest): {
2104
+ method: string;
2105
+ url: string;
2106
+ contentType: string;
2107
+ queryParams: {};
2108
+ pathParams: {};
2109
+ headers: {};
2110
+ data: {};
2111
+ };
2112
+ /**
2113
+ * 批量将IP地址从LB实例域名解析中移除。
2114
+ *
2115
+ * Please refer to HUAWEI cloud API Explorer for details.
2116
+ */
2117
+ batchDisableDomainIPs(batchDisableDomainIPsRequest?: BatchDisableDomainIPsRequest): {
2118
+ method: string;
2119
+ url: string;
2120
+ contentType: string;
2121
+ queryParams: {};
2122
+ pathParams: {};
2123
+ headers: {};
2124
+ data: {};
2125
+ };
2126
+ /**
2127
+ * 批量将IP地址加入LB实例域名解析中。
2128
+ *
2129
+ * Please refer to HUAWEI cloud API Explorer for details.
2130
+ */
2131
+ batchEnableDomainIPs(batchEnableDomainIPsRequest?: BatchEnableDomainIPsRequest): {
2132
+ method: string;
2133
+ url: string;
2134
+ contentType: string;
2135
+ queryParams: {};
2136
+ pathParams: {};
2137
+ headers: {};
2138
+ data: {};
2139
+ };
1788
2140
  /**
1789
2141
  * 移除负载均衡器的可用区。
1790
2142
  * &gt; 移除可用区可能导致已有连接断开,请谨慎操作。
@@ -1828,6 +2180,20 @@ export declare const ParamCreater: () => {
1828
2180
  headers: {};
1829
2181
  data: {};
1830
2182
  };
2183
+ /**
2184
+ * 批量添加或删除指定监听器器标签。
2185
+ *
2186
+ * Please refer to HUAWEI cloud API Explorer for details.
2187
+ */
2188
+ changeListenerTags(changeListenerTagsRequest?: ChangeListenerTagsRequest): {
2189
+ method: string;
2190
+ url: string;
2191
+ contentType: string;
2192
+ queryParams: {};
2193
+ pathParams: {};
2194
+ headers: {};
2195
+ data: {};
2196
+ };
1831
2197
  /**
1832
2198
  * 负载均衡器计费模式变更,当前支持的计费模式变更为:
1833
2199
  * 1. 按需计费转包周期计费。
@@ -1845,6 +2211,41 @@ export declare const ParamCreater: () => {
1845
2211
  headers: {};
1846
2212
  data: {};
1847
2213
  };
2214
+ /**
2215
+ * 批量添加或删除指定负载均衡器标签。
2216
+ *
2217
+ * Please refer to HUAWEI cloud API Explorer for details.
2218
+ */
2219
+ changeLoadbalancerTags(changeLoadbalancerTagsRequest?: ChangeLoadbalancerTagsRequest): {
2220
+ method: string;
2221
+ url: string;
2222
+ contentType: string;
2223
+ queryParams: {};
2224
+ pathParams: {};
2225
+ headers: {};
2226
+ data: {};
2227
+ };
2228
+ /**
2229
+ * 复制已有的监听器到同VPC内的负载均衡器。
2230
+ * - 仅支持同VPC实例间使用监听器复制功能。
2231
+ * - 不支持网关型LB下监听器进行复制,也不支持复制到网关型LB下。
2232
+ * - 仅同类型实例之间可以使用监听器复制功能。
2233
+ * - 对复制的源监听器有如下限制:后端服务器总数不能超过1000;转发策略总数不能超过100。
2234
+ * - 源监听器所在负载均衡器和目的监听器所在负载均衡器不能处于冻结、迁移状态。
2235
+ * - 源监听器中若配置quic_config,复制后为null。
2236
+ * - 七层转发策略配置为重定向到监听器,该转发策略不会进行复制。
2237
+ *
2238
+ * Please refer to HUAWEI cloud API Explorer for details.
2239
+ */
2240
+ cloneListener(cloneListenerRequest?: CloneListenerRequest): {
2241
+ method: string;
2242
+ url: string;
2243
+ contentType: string;
2244
+ queryParams: {};
2245
+ pathParams: {};
2246
+ headers: {};
2247
+ data: {};
2248
+ };
1848
2249
  /**
1849
2250
  * 复制已有的负载均衡器实例。
1850
2251
  *
@@ -1956,11 +2357,12 @@ export declare const ParamCreater: () => {
1956
2357
  * - 若要创建网络型负载均衡器,则需要传入l4_flavor_id(网络型规格ID);若要创建应用型负载均衡器,则需要传入l7_flavor_id(应用型规格ID);若要创建网络型+应用型负载均衡器,则需要传入l4_flavor_id和l7_flavor_id。
1957
2358
  * [- 若要创建包周期负载均衡器,则需要传入prepaid_options,否则创建按需计费负载均衡器。](tag:hws)
1958
2359
  * - 按需计费分为固定规格计费和弹性规格计费,根据创建时所选规格的类型决定计费方式。具体规格说明见创建LB请求参数l4_flavor_id和l7_flavor_id。
1959
- * [- 若要创建gateway类型的负载均衡器,则需要:
2360
+ * - 若要创建gateway类型的负载均衡器,则需要:
1960
2361
  * - 指定loadbalancer_type&#x3D;\&quot;gateway\&quot;,且不支持指定vip_address,ipv6_vip_address。
1961
2362
  * - vip_subnet_cidr_id和ipv6_subnet_cidr_id两者不能都为空,如果两者都传入,则必须属于同一子网。
1962
2363
  * - 不支持创建公网gateway类型LB。
1963
- * - 如果要指定规格,则从请求参数gw_flavor_id传入。](tag:hws_eu)
2364
+ * - 不支持传入autoscaling字段,不支持l4_flavor_id和l7_flavor_id。
2365
+ * - 必须要指定网关型规格,通过参数gw_flavor_id传入。
1964
2366
  *
1965
2367
  * Please refer to HUAWEI cloud API Explorer for details.
1966
2368
  */
@@ -2167,8 +2569,11 @@ export declare const ParamCreater: () => {
2167
2569
  /**
2168
2570
  * 删除负载均衡器且级联删除其下子资源(删除负载均衡器及其绑定的监听器、后端服务器组、后端服务器等一系列资源)。
2169
2571
  * - 若LB关联了EIP,则只解绑EIP,不会删除EIP。
2572
+ * - 若LB已开启了误删保护开关,则级联删除失败。
2573
+ * - 若LB下任意一个后端服务器组开启了误删保护开关,则级联删除失败。
2574
+ * - 修改保护开关开启不影响级联删除,仍能正常删除。
2170
2575
  * [- 若已开启多挂特性,且关联了多个LB,则只做解绑;否则删除。
2171
- * - 若是共享型LB下的后端服务器组,无论是否多挂都只删除,不解绑。](tag:hc,hk)
2576
+ * - 若是共享型LB下的后端服务器组,无论是否多挂都只删除,不解绑。](tag:hws,hws_hk)
2172
2577
  *
2173
2578
  * Please refer to HUAWEI cloud API Explorer for details.
2174
2579
  */
@@ -2271,6 +2676,19 @@ export declare const ParamCreater: () => {
2271
2676
  pathParams: {};
2272
2677
  headers: {};
2273
2678
  };
2679
+ /**
2680
+ * 查询当前项目下的转发规则列表。
2681
+ *
2682
+ * Please refer to HUAWEI cloud API Explorer for details.
2683
+ */
2684
+ listAllL7Rules(listAllL7RulesRequest?: ListAllL7RulesRequest): {
2685
+ method: string;
2686
+ url: string;
2687
+ contentType: string;
2688
+ queryParams: {};
2689
+ pathParams: {};
2690
+ headers: {};
2691
+ };
2274
2692
  /**
2275
2693
  * 查询当前项目下的后端服务器列表。
2276
2694
  *
@@ -2320,6 +2738,20 @@ export declare const ParamCreater: () => {
2320
2738
  pathParams: {};
2321
2739
  headers: {};
2322
2740
  };
2741
+ /**
2742
+ * 查询负载均衡器ip的域名配置信息,即负载均衡器的ip是否加入了域名解析。
2743
+ * 注意:当负载均衡器的公网域名和私网域名都没有打开时,该接口返回空列表。
2744
+ *
2745
+ * Please refer to HUAWEI cloud API Explorer for details.
2746
+ */
2747
+ listDomainIPs(listDomainIPsRequest?: ListDomainIPsRequest): {
2748
+ method: string;
2749
+ url: string;
2750
+ contentType: string;
2751
+ queryParams: {};
2752
+ pathParams: {};
2753
+ headers: {};
2754
+ };
2323
2755
  /**
2324
2756
  * 查询当前租户ELB服务的特性配置。
2325
2757
  *
@@ -2398,6 +2830,19 @@ export declare const ParamCreater: () => {
2398
2830
  pathParams: {};
2399
2831
  headers: {};
2400
2832
  };
2833
+ /**
2834
+ * 查询指定项目下所有监听器的标签列表
2835
+ *
2836
+ * Please refer to HUAWEI cloud API Explorer for details.
2837
+ */
2838
+ listListenerTags(): {
2839
+ method: string;
2840
+ url: string;
2841
+ contentType: string;
2842
+ queryParams: {};
2843
+ pathParams: {};
2844
+ headers: {};
2845
+ };
2401
2846
  /**
2402
2847
  * 查询监听器列表。
2403
2848
  *
@@ -2437,6 +2882,19 @@ export declare const ParamCreater: () => {
2437
2882
  pathParams: {};
2438
2883
  headers: {};
2439
2884
  };
2885
+ /**
2886
+ * 查询指定项目下所有负载均衡器的标签列表
2887
+ *
2888
+ * Please refer to HUAWEI cloud API Explorer for details.
2889
+ */
2890
+ listLoadbalancerTags(): {
2891
+ method: string;
2892
+ url: string;
2893
+ contentType: string;
2894
+ queryParams: {};
2895
+ pathParams: {};
2896
+ headers: {};
2897
+ };
2440
2898
  /**
2441
2899
  * 查询云日志列表。
2442
2900
  *
@@ -2660,6 +3118,19 @@ export declare const ParamCreater: () => {
2660
3118
  pathParams: {};
2661
3119
  headers: {};
2662
3120
  };
3121
+ /**
3122
+ * 查询指定监听器的所有标签。
3123
+ *
3124
+ * Please refer to HUAWEI cloud API Explorer for details.
3125
+ */
3126
+ showListenerTags(showListenerTagsRequest?: ShowListenerTagsRequest): {
3127
+ method: string;
3128
+ url: string;
3129
+ contentType: string;
3130
+ queryParams: {};
3131
+ pathParams: {};
3132
+ headers: {};
3133
+ };
2663
3134
  /**
2664
3135
  * 查询负载均衡器详情。
2665
3136
  *
@@ -2674,7 +3145,7 @@ export declare const ParamCreater: () => {
2674
3145
  headers: {};
2675
3146
  };
2676
3147
  /**
2677
- * 查询负载均衡器占用的下联面子网端口和IP地址信息。
3148
+ * 查询负载均衡内部转发用的IP
2678
3149
  *
2679
3150
  * Please refer to HUAWEI cloud API Explorer for details.
2680
3151
  */
@@ -2702,6 +3173,32 @@ export declare const ParamCreater: () => {
2702
3173
  pathParams: {};
2703
3174
  headers: {};
2704
3175
  };
3176
+ /**
3177
+ * 查询负载均衡拓扑,将负载均衡器及其包含的监听器、后端服务器组以拓扑的形式展示。
3178
+ *
3179
+ * Please refer to HUAWEI cloud API Explorer for details.
3180
+ */
3181
+ showLoadBalancerTopology(showLoadBalancerTopologyRequest?: ShowLoadBalancerTopologyRequest): {
3182
+ method: string;
3183
+ url: string;
3184
+ contentType: string;
3185
+ queryParams: {};
3186
+ pathParams: {};
3187
+ headers: {};
3188
+ };
3189
+ /**
3190
+ * 查询指定负载均衡器的所有标签
3191
+ *
3192
+ * Please refer to HUAWEI cloud API Explorer for details.
3193
+ */
3194
+ showLoadbalancerTags(showLoadbalancerTagsRequest?: ShowLoadbalancerTagsRequest): {
3195
+ method: string;
3196
+ url: string;
3197
+ contentType: string;
3198
+ queryParams: {};
3199
+ pathParams: {};
3200
+ headers: {};
3201
+ };
2705
3202
  /**
2706
3203
  * 云日志详情。
2707
3204
  *
@@ -2975,6 +3472,34 @@ export declare const ParamCreater: () => {
2975
3472
  headers: {};
2976
3473
  data: {};
2977
3474
  };
3475
+ /**
3476
+ * 配置负载均衡器系统默认域名化。
3477
+ *
3478
+ * Please refer to HUAWEI cloud API Explorer for details.
3479
+ */
3480
+ updateSystemDefaultDomainConfig(updateSystemDefaultDomainConfigRequest?: UpdateSystemDefaultDomainConfigRequest): {
3481
+ method: string;
3482
+ url: string;
3483
+ contentType: string;
3484
+ queryParams: {};
3485
+ pathParams: {};
3486
+ headers: {};
3487
+ data: {};
3488
+ };
3489
+ /**
3490
+ * 配置负载均衡器用户自定义域名化。
3491
+ *
3492
+ * Please refer to HUAWEI cloud API Explorer for details.
3493
+ */
3494
+ updateUserDefinedDomainConfig(updateUserDefinedDomainConfigRequest?: UpdateUserDefinedDomainConfigRequest): {
3495
+ method: string;
3496
+ url: string;
3497
+ contentType: string;
3498
+ queryParams: {};
3499
+ pathParams: {};
3500
+ headers: {};
3501
+ data: {};
3502
+ };
2978
3503
  /**
2979
3504
  * 升级负载均衡器类型。支持将共享型ELB升级为独享型ELB,但不支持独享型降级为共享型。
2980
3505
  *