@byteplus/pulumi-bytepluscc 0.0.2 → 0.0.8

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 (567) hide show
  1. package/alb/certificate.d.ts +197 -0
  2. package/alb/certificate.js +109 -0
  3. package/alb/certificate.js.map +1 -0
  4. package/alb/getCertificate.d.ts +93 -0
  5. package/alb/getCertificate.js +28 -0
  6. package/alb/getCertificate.js.map +1 -0
  7. package/alb/getCertificates.d.ts +22 -0
  8. package/alb/getCertificates.js +24 -0
  9. package/alb/getCertificates.js.map +1 -0
  10. package/alb/getListener.d.ts +1 -1
  11. package/alb/index.d.ts +9 -0
  12. package/alb/index.js +12 -1
  13. package/alb/index.js.map +1 -1
  14. package/alb/listener.d.ts +3 -3
  15. package/apig/customDomain.d.ts +168 -0
  16. package/apig/customDomain.js +104 -0
  17. package/apig/customDomain.js.map +1 -0
  18. package/apig/gateway.d.ts +237 -0
  19. package/apig/gateway.js +97 -0
  20. package/apig/gateway.js.map +1 -0
  21. package/apig/gatewayService.d.ts +179 -0
  22. package/apig/gatewayService.js +114 -0
  23. package/apig/gatewayService.js.map +1 -0
  24. package/apig/getCustomDomain.d.ts +76 -0
  25. package/apig/getCustomDomain.js +28 -0
  26. package/apig/getCustomDomain.js.map +1 -0
  27. package/apig/getCustomDomains.d.ts +22 -0
  28. package/apig/getCustomDomains.js +24 -0
  29. package/apig/getCustomDomains.js.map +1 -0
  30. package/apig/getGateway.d.ts +113 -0
  31. package/apig/getGateway.js +28 -0
  32. package/apig/getGateway.js.map +1 -0
  33. package/apig/getGatewayService.d.ts +89 -0
  34. package/apig/getGatewayService.js +28 -0
  35. package/apig/getGatewayService.js.map +1 -0
  36. package/apig/getGatewayServices.d.ts +22 -0
  37. package/apig/getGatewayServices.js +24 -0
  38. package/apig/getGatewayServices.js.map +1 -0
  39. package/apig/getGateways.d.ts +22 -0
  40. package/apig/getGateways.js +24 -0
  41. package/apig/getGateways.js.map +1 -0
  42. package/apig/getUpstream.d.ts +93 -0
  43. package/apig/getUpstream.js +28 -0
  44. package/apig/getUpstream.js.map +1 -0
  45. package/apig/getUpstreamSource.d.ts +81 -0
  46. package/apig/getUpstreamSource.js +28 -0
  47. package/apig/getUpstreamSource.js.map +1 -0
  48. package/apig/getUpstreamSources.d.ts +22 -0
  49. package/apig/getUpstreamSources.js +24 -0
  50. package/apig/getUpstreamSources.js.map +1 -0
  51. package/apig/getUpstreams.d.ts +22 -0
  52. package/apig/getUpstreams.js +24 -0
  53. package/apig/getUpstreams.js.map +1 -0
  54. package/apig/index.d.ts +45 -0
  55. package/apig/index.js +72 -0
  56. package/apig/index.js.map +1 -0
  57. package/apig/upstream.d.ts +183 -0
  58. package/apig/upstream.js +96 -0
  59. package/apig/upstream.js.map +1 -0
  60. package/apig/upstreamSource.d.ts +159 -0
  61. package/apig/upstreamSource.js +87 -0
  62. package/apig/upstreamSource.js.map +1 -0
  63. package/autoscaling/getScalingConfiguration.d.ts +1 -1
  64. package/autoscaling/getScalingGroup.d.ts +153 -0
  65. package/autoscaling/getScalingGroup.js +28 -0
  66. package/autoscaling/getScalingGroup.js.map +1 -0
  67. package/autoscaling/getScalingGroups.d.ts +22 -0
  68. package/autoscaling/getScalingGroups.js +24 -0
  69. package/autoscaling/getScalingGroups.js.map +1 -0
  70. package/autoscaling/index.d.ts +9 -0
  71. package/autoscaling/index.js +12 -1
  72. package/autoscaling/index.js.map +1 -1
  73. package/autoscaling/scalingConfiguration.d.ts +3 -3
  74. package/autoscaling/scalingGroup.d.ts +332 -0
  75. package/autoscaling/scalingGroup.js +126 -0
  76. package/autoscaling/scalingGroup.js.map +1 -0
  77. package/bmq/getGroup.d.ts +77 -0
  78. package/bmq/getGroup.js +28 -0
  79. package/bmq/getGroup.js.map +1 -0
  80. package/bmq/getGroups.d.ts +22 -0
  81. package/bmq/getGroups.js +24 -0
  82. package/bmq/getGroups.js.map +1 -0
  83. package/bmq/getInstance.d.ts +137 -0
  84. package/bmq/getInstance.js +28 -0
  85. package/bmq/getInstance.js.map +1 -0
  86. package/bmq/getInstances.d.ts +22 -0
  87. package/bmq/getInstances.js +24 -0
  88. package/bmq/getInstances.js.map +1 -0
  89. package/bmq/group.d.ts +137 -0
  90. package/bmq/group.js +76 -0
  91. package/bmq/group.js.map +1 -0
  92. package/bmq/index.d.ts +18 -0
  93. package/bmq/index.js +39 -0
  94. package/bmq/index.js.map +1 -0
  95. package/bmq/instance.d.ts +328 -0
  96. package/bmq/instance.js +162 -0
  97. package/bmq/instance.js.map +1 -0
  98. package/cdn/getShareConfig.d.ts +81 -0
  99. package/cdn/getShareConfig.js +28 -0
  100. package/cdn/getShareConfig.js.map +1 -0
  101. package/cdn/getShareConfigs.d.ts +22 -0
  102. package/cdn/getShareConfigs.js +24 -0
  103. package/cdn/getShareConfigs.js.map +1 -0
  104. package/cdn/index.d.ts +9 -0
  105. package/cdn/index.js +28 -0
  106. package/cdn/index.js.map +1 -0
  107. package/cdn/shareConfig.d.ts +167 -0
  108. package/cdn/shareConfig.js +78 -0
  109. package/cdn/shareConfig.js.map +1 -0
  110. package/cen/cen.d.ts +151 -0
  111. package/cen/cen.js +93 -0
  112. package/cen/cen.js.map +1 -0
  113. package/cen/getCen.d.ts +77 -0
  114. package/cen/getCen.js +28 -0
  115. package/cen/getCen.js.map +1 -0
  116. package/cen/getCens.d.ts +22 -0
  117. package/cen/getCens.js +24 -0
  118. package/cen/getCens.js.map +1 -0
  119. package/cen/index.d.ts +9 -0
  120. package/cen/index.js +28 -0
  121. package/cen/index.js.map +1 -0
  122. package/clb/getNlbListener.d.ts +109 -0
  123. package/clb/getNlbListener.js +28 -0
  124. package/clb/getNlbListener.js.map +1 -0
  125. package/clb/getNlbListeners.d.ts +22 -0
  126. package/clb/getNlbListeners.js +24 -0
  127. package/clb/getNlbListeners.js.map +1 -0
  128. package/clb/getNlbServerGroup.d.ts +145 -0
  129. package/clb/getNlbServerGroup.js +28 -0
  130. package/clb/getNlbServerGroup.js.map +1 -0
  131. package/clb/getNlbServerGroups.d.ts +22 -0
  132. package/clb/getNlbServerGroups.js +24 -0
  133. package/clb/getNlbServerGroups.js.map +1 -0
  134. package/clb/getRule.d.ts +73 -0
  135. package/clb/getRule.js +28 -0
  136. package/clb/getRule.js.map +1 -0
  137. package/clb/getRules.d.ts +22 -0
  138. package/clb/getRules.js +24 -0
  139. package/clb/getRules.js.map +1 -0
  140. package/clb/getServerGroup.d.ts +85 -0
  141. package/clb/getServerGroup.js +28 -0
  142. package/clb/getServerGroup.js.map +1 -0
  143. package/clb/getServerGroups.d.ts +22 -0
  144. package/clb/getServerGroups.js +24 -0
  145. package/clb/getServerGroups.js.map +1 -0
  146. package/clb/index.d.ts +36 -0
  147. package/clb/index.js +45 -1
  148. package/clb/index.js.map +1 -1
  149. package/clb/nlbListener.d.ts +251 -0
  150. package/clb/nlbListener.js +126 -0
  151. package/clb/nlbListener.js.map +1 -0
  152. package/clb/nlbServerGroup.d.ts +325 -0
  153. package/clb/nlbServerGroup.js +116 -0
  154. package/clb/nlbServerGroup.js.map +1 -0
  155. package/clb/rule.d.ts +162 -0
  156. package/clb/rule.js +97 -0
  157. package/clb/rule.js.map +1 -0
  158. package/clb/serverGroup.d.ts +151 -0
  159. package/clb/serverGroup.js +83 -0
  160. package/clb/serverGroup.js.map +1 -0
  161. package/cloudidentity/getUser.d.ts +84 -0
  162. package/cloudidentity/getUser.js +28 -0
  163. package/cloudidentity/getUser.js.map +1 -0
  164. package/cloudidentity/getUsers.d.ts +22 -0
  165. package/cloudidentity/getUsers.js +24 -0
  166. package/cloudidentity/getUsers.js.map +1 -0
  167. package/cloudidentity/index.d.ts +9 -0
  168. package/cloudidentity/index.js +28 -0
  169. package/cloudidentity/index.js.map +1 -0
  170. package/cloudidentity/user.d.ts +186 -0
  171. package/cloudidentity/user.js +97 -0
  172. package/cloudidentity/user.js.map +1 -0
  173. package/cloudmonitor/getRule.d.ts +169 -0
  174. package/cloudmonitor/getRule.js +28 -0
  175. package/cloudmonitor/getRule.js.map +1 -0
  176. package/cloudmonitor/getRules.d.ts +22 -0
  177. package/cloudmonitor/getRules.js +24 -0
  178. package/cloudmonitor/getRules.js.map +1 -0
  179. package/cloudmonitor/index.d.ts +9 -0
  180. package/cloudmonitor/index.js +28 -0
  181. package/cloudmonitor/index.js.map +1 -0
  182. package/cloudmonitor/rule.d.ts +387 -0
  183. package/cloudmonitor/rule.js +152 -0
  184. package/cloudmonitor/rule.js.map +1 -0
  185. package/directconnect/directConnectGateway.d.ts +202 -0
  186. package/directconnect/directConnectGateway.js +106 -0
  187. package/directconnect/directConnectGateway.js.map +1 -0
  188. package/directconnect/getDirectConnectGateway.d.ts +101 -0
  189. package/directconnect/getDirectConnectGateway.js +28 -0
  190. package/directconnect/getDirectConnectGateway.js.map +1 -0
  191. package/directconnect/getDirectConnectGateways.d.ts +22 -0
  192. package/directconnect/getDirectConnectGateways.js +24 -0
  193. package/directconnect/getDirectConnectGateways.js.map +1 -0
  194. package/directconnect/index.d.ts +9 -0
  195. package/directconnect/index.js +28 -0
  196. package/directconnect/index.js.map +1 -0
  197. package/dns/getZone.d.ts +125 -0
  198. package/dns/getZone.js +28 -0
  199. package/dns/getZone.js.map +1 -0
  200. package/dns/getZones.d.ts +22 -0
  201. package/dns/getZones.js +24 -0
  202. package/dns/getZones.js.map +1 -0
  203. package/dns/index.d.ts +9 -0
  204. package/dns/index.js +28 -0
  205. package/dns/index.js.map +1 -0
  206. package/dns/zone.d.ts +247 -0
  207. package/dns/zone.js +120 -0
  208. package/dns/zone.js.map +1 -0
  209. package/ecs/getImage.d.ts +1 -1
  210. package/ecs/getInstance.d.ts +1 -0
  211. package/ecs/getInstance.js.map +1 -1
  212. package/ecs/image.d.ts +21 -30
  213. package/ecs/image.js +26 -7
  214. package/ecs/image.js.map +1 -1
  215. package/ecs/instance.d.ts +60 -36
  216. package/ecs/instance.js +2 -0
  217. package/ecs/instance.js.map +1 -1
  218. package/escloud/getInstance.d.ts +213 -0
  219. package/escloud/getInstance.js +28 -0
  220. package/escloud/getInstance.js.map +1 -0
  221. package/escloud/getInstances.d.ts +22 -0
  222. package/escloud/getInstances.js +24 -0
  223. package/escloud/getInstances.js.map +1 -0
  224. package/escloud/index.d.ts +9 -0
  225. package/escloud/index.js +28 -0
  226. package/escloud/index.js.map +1 -0
  227. package/escloud/instance.d.ts +405 -0
  228. package/escloud/instance.js +147 -0
  229. package/escloud/instance.js.map +1 -0
  230. package/filenas/getInstance.d.ts +109 -0
  231. package/filenas/getInstance.js +28 -0
  232. package/filenas/getInstance.js.map +1 -0
  233. package/filenas/getInstances.d.ts +22 -0
  234. package/filenas/getInstances.js +24 -0
  235. package/filenas/getInstances.js.map +1 -0
  236. package/filenas/index.d.ts +9 -0
  237. package/filenas/index.js +28 -0
  238. package/filenas/index.js.map +1 -0
  239. package/filenas/instance.d.ts +248 -0
  240. package/filenas/instance.js +125 -0
  241. package/filenas/instance.js.map +1 -0
  242. package/fwcenter/dnsControlPolicy.d.ts +168 -0
  243. package/fwcenter/dnsControlPolicy.js +90 -0
  244. package/fwcenter/dnsControlPolicy.js.map +1 -0
  245. package/fwcenter/getDnsControlPolicies.d.ts +22 -0
  246. package/fwcenter/getDnsControlPolicies.js +24 -0
  247. package/fwcenter/getDnsControlPolicies.js.map +1 -0
  248. package/fwcenter/getDnsControlPolicy.d.ts +93 -0
  249. package/fwcenter/getDnsControlPolicy.js +28 -0
  250. package/fwcenter/getDnsControlPolicy.js.map +1 -0
  251. package/fwcenter/index.d.ts +9 -0
  252. package/fwcenter/index.js +28 -0
  253. package/fwcenter/index.js.map +1 -0
  254. package/hbase/getInstance.d.ts +181 -0
  255. package/hbase/getInstance.js +28 -0
  256. package/hbase/getInstance.js.map +1 -0
  257. package/hbase/getInstances.d.ts +22 -0
  258. package/hbase/getInstances.js +24 -0
  259. package/hbase/getInstances.js.map +1 -0
  260. package/hbase/index.d.ts +9 -0
  261. package/hbase/index.js +28 -0
  262. package/hbase/index.js.map +1 -0
  263. package/hbase/instance.d.ts +443 -0
  264. package/hbase/instance.js +195 -0
  265. package/hbase/instance.js.map +1 -0
  266. package/iam/getPolicies.d.ts +22 -0
  267. package/iam/getPolicies.js +24 -0
  268. package/iam/getPolicies.js.map +1 -0
  269. package/iam/getPolicy.d.ts +89 -0
  270. package/iam/getPolicy.js +28 -0
  271. package/iam/getPolicy.js.map +1 -0
  272. package/iam/getProject.d.ts +76 -0
  273. package/iam/getProject.js +28 -0
  274. package/iam/getProject.js.map +1 -0
  275. package/iam/getProjects.d.ts +22 -0
  276. package/iam/getProjects.js +24 -0
  277. package/iam/getProjects.js.map +1 -0
  278. package/iam/getRole.d.ts +79 -0
  279. package/iam/getRole.js +28 -0
  280. package/iam/getRole.js.map +1 -0
  281. package/iam/getRoles.d.ts +22 -0
  282. package/iam/getRoles.js +24 -0
  283. package/iam/getRoles.js.map +1 -0
  284. package/iam/getUser.d.ts +109 -0
  285. package/iam/getUser.js +28 -0
  286. package/iam/getUser.js.map +1 -0
  287. package/iam/getUsers.d.ts +22 -0
  288. package/iam/getUsers.js +24 -0
  289. package/iam/getUsers.js.map +1 -0
  290. package/iam/index.d.ts +36 -0
  291. package/iam/index.js +61 -0
  292. package/iam/index.js.map +1 -0
  293. package/iam/policy.d.ts +156 -0
  294. package/iam/policy.js +91 -0
  295. package/iam/policy.js.map +1 -0
  296. package/iam/project.d.ts +155 -0
  297. package/iam/project.js +93 -0
  298. package/iam/project.js.map +1 -0
  299. package/iam/role.d.ts +185 -0
  300. package/iam/role.js +115 -0
  301. package/iam/role.js.map +1 -0
  302. package/iam/user.d.ts +215 -0
  303. package/iam/user.js +95 -0
  304. package/iam/user.js.map +1 -0
  305. package/index.d.ts +24 -1
  306. package/index.js +47 -1
  307. package/index.js.map +1 -1
  308. package/kafka/getTopic.d.ts +97 -0
  309. package/kafka/getTopic.js +28 -0
  310. package/kafka/getTopic.js.map +1 -0
  311. package/kafka/getTopics.d.ts +22 -0
  312. package/kafka/getTopics.js +24 -0
  313. package/kafka/getTopics.js.map +1 -0
  314. package/kafka/index.d.ts +9 -0
  315. package/kafka/index.js +28 -0
  316. package/kafka/index.js.map +1 -0
  317. package/kafka/topic.d.ts +189 -0
  318. package/kafka/topic.js +95 -0
  319. package/kafka/topic.js.map +1 -0
  320. package/kms/getKey.d.ts +117 -0
  321. package/kms/getKey.js +28 -0
  322. package/kms/getKey.js.map +1 -0
  323. package/kms/getKeys.d.ts +22 -0
  324. package/kms/getKeys.js +24 -0
  325. package/kms/getKeys.js.map +1 -0
  326. package/kms/index.d.ts +9 -0
  327. package/kms/index.js +28 -0
  328. package/kms/index.js.map +1 -0
  329. package/kms/key.d.ts +261 -0
  330. package/kms/key.js +125 -0
  331. package/kms/key.js.map +1 -0
  332. package/natgateway/dnatentry.d.ts +175 -0
  333. package/natgateway/dnatentry.js +112 -0
  334. package/natgateway/dnatentry.js.map +1 -0
  335. package/natgateway/getDnatentries.d.ts +22 -0
  336. package/natgateway/getDnatentries.js +24 -0
  337. package/natgateway/getDnatentries.js.map +1 -0
  338. package/natgateway/getDnatentry.d.ts +76 -0
  339. package/natgateway/getDnatentry.js +28 -0
  340. package/natgateway/getDnatentry.js.map +1 -0
  341. package/natgateway/getNatIp.d.ts +68 -0
  342. package/natgateway/getNatIp.js +28 -0
  343. package/natgateway/getNatIp.js.map +1 -0
  344. package/natgateway/getNatIps.d.ts +22 -0
  345. package/natgateway/getNatIps.js +24 -0
  346. package/natgateway/getNatIps.js.map +1 -0
  347. package/natgateway/getNgw.d.ts +153 -0
  348. package/natgateway/getNgw.js +28 -0
  349. package/natgateway/getNgw.js.map +1 -0
  350. package/natgateway/getNgws.d.ts +22 -0
  351. package/natgateway/getNgws.js +24 -0
  352. package/natgateway/getNgws.js.map +1 -0
  353. package/natgateway/getSnatentries.d.ts +22 -0
  354. package/natgateway/getSnatentries.js +24 -0
  355. package/natgateway/getSnatentries.js.map +1 -0
  356. package/natgateway/getSnatentry.d.ts +72 -0
  357. package/natgateway/getSnatentry.js +28 -0
  358. package/natgateway/getSnatentry.js.map +1 -0
  359. package/natgateway/index.d.ts +36 -0
  360. package/natgateway/index.js +61 -0
  361. package/natgateway/index.js.map +1 -0
  362. package/natgateway/natIp.d.ts +139 -0
  363. package/natgateway/natIp.js +89 -0
  364. package/natgateway/natIp.js.map +1 -0
  365. package/natgateway/ngw.d.ts +332 -0
  366. package/natgateway/ngw.js +139 -0
  367. package/natgateway/ngw.js.map +1 -0
  368. package/natgateway/snatentry.d.ts +155 -0
  369. package/natgateway/snatentry.js +91 -0
  370. package/natgateway/snatentry.js.map +1 -0
  371. package/organization/getUnit.d.ts +84 -0
  372. package/organization/getUnit.js +28 -0
  373. package/organization/getUnit.js.map +1 -0
  374. package/organization/getUnits.d.ts +22 -0
  375. package/organization/getUnits.js +24 -0
  376. package/organization/getUnits.js.map +1 -0
  377. package/organization/index.d.ts +9 -0
  378. package/organization/index.js +28 -0
  379. package/organization/index.js.map +1 -0
  380. package/organization/unit.d.ts +166 -0
  381. package/organization/unit.js +99 -0
  382. package/organization/unit.js.map +1 -0
  383. package/package.json +1 -1
  384. package/privatelink/endpointService.d.ts +301 -0
  385. package/privatelink/endpointService.js +108 -0
  386. package/privatelink/endpointService.js.map +1 -0
  387. package/privatelink/getEndpointService.d.ts +141 -0
  388. package/privatelink/getEndpointService.js +28 -0
  389. package/privatelink/getEndpointService.js.map +1 -0
  390. package/privatelink/getEndpointServices.d.ts +22 -0
  391. package/privatelink/getEndpointServices.js +24 -0
  392. package/privatelink/getEndpointServices.js.map +1 -0
  393. package/privatelink/index.d.ts +9 -0
  394. package/privatelink/index.js +28 -0
  395. package/privatelink/index.js.map +1 -0
  396. package/rdsmysql/dbAccount.d.ts +149 -0
  397. package/rdsmysql/dbAccount.js +90 -0
  398. package/rdsmysql/dbAccount.js.map +1 -0
  399. package/rdsmysql/getDbAccount.d.ts +81 -0
  400. package/rdsmysql/getDbAccount.js +28 -0
  401. package/rdsmysql/getDbAccount.js.map +1 -0
  402. package/rdsmysql/getDbAccounts.d.ts +22 -0
  403. package/rdsmysql/getDbAccounts.js +24 -0
  404. package/rdsmysql/getDbAccounts.js.map +1 -0
  405. package/rdsmysql/getInstance.d.ts +317 -0
  406. package/rdsmysql/getInstance.js +28 -0
  407. package/rdsmysql/getInstance.js.map +1 -0
  408. package/rdsmysql/getInstances.d.ts +22 -0
  409. package/rdsmysql/getInstances.js +24 -0
  410. package/rdsmysql/getInstances.js.map +1 -0
  411. package/rdsmysql/index.d.ts +18 -0
  412. package/rdsmysql/index.js +39 -0
  413. package/rdsmysql/index.js.map +1 -0
  414. package/rdsmysql/instance.d.ts +675 -0
  415. package/rdsmysql/instance.js +217 -0
  416. package/rdsmysql/instance.js.map +1 -0
  417. package/redis/getInstance.d.ts +205 -0
  418. package/redis/getInstance.js +28 -0
  419. package/redis/getInstance.js.map +1 -0
  420. package/redis/getInstances.d.ts +22 -0
  421. package/redis/getInstances.js +24 -0
  422. package/redis/getInstances.js.map +1 -0
  423. package/redis/index.d.ts +9 -0
  424. package/redis/index.js +28 -0
  425. package/redis/index.js.map +1 -0
  426. package/redis/instance.d.ts +485 -0
  427. package/redis/instance.js +200 -0
  428. package/redis/instance.js.map +1 -0
  429. package/storageebs/getSnapshot.d.ts +121 -0
  430. package/storageebs/getSnapshot.js +28 -0
  431. package/storageebs/getSnapshot.js.map +1 -0
  432. package/storageebs/getSnapshots.d.ts +22 -0
  433. package/storageebs/getSnapshots.js +24 -0
  434. package/storageebs/getSnapshots.js.map +1 -0
  435. package/storageebs/getVolume.d.ts +1 -1
  436. package/storageebs/index.d.ts +9 -0
  437. package/storageebs/index.js +12 -1
  438. package/storageebs/index.js.map +1 -1
  439. package/storageebs/snapshot.d.ts +248 -0
  440. package/storageebs/snapshot.js +122 -0
  441. package/storageebs/snapshot.js.map +1 -0
  442. package/storageebs/volume.d.ts +2 -2
  443. package/types/input.d.ts +4017 -237
  444. package/types/output.d.ts +8335 -503
  445. package/vefaas/getKafkaTrigger.d.ts +101 -0
  446. package/vefaas/getKafkaTrigger.js +28 -0
  447. package/vefaas/getKafkaTrigger.js.map +1 -0
  448. package/vefaas/getKafkaTriggers.d.ts +22 -0
  449. package/vefaas/getKafkaTriggers.js +24 -0
  450. package/vefaas/getKafkaTriggers.js.map +1 -0
  451. package/vefaas/getSandbox.d.ts +117 -0
  452. package/vefaas/getSandbox.js +28 -0
  453. package/vefaas/getSandbox.js.map +1 -0
  454. package/vefaas/getSandboxes.d.ts +22 -0
  455. package/vefaas/getSandboxes.js +24 -0
  456. package/vefaas/getSandboxes.js.map +1 -0
  457. package/vefaas/index.d.ts +18 -0
  458. package/vefaas/index.js +39 -0
  459. package/vefaas/index.js.map +1 -0
  460. package/vefaas/kafkaTrigger.d.ts +244 -0
  461. package/vefaas/kafkaTrigger.js +125 -0
  462. package/vefaas/kafkaTrigger.js.map +1 -0
  463. package/vefaas/sandbox.d.ts +229 -0
  464. package/vefaas/sandbox.js +99 -0
  465. package/vefaas/sandbox.js.map +1 -0
  466. package/vepfs/getInstance.d.ts +161 -0
  467. package/vepfs/getInstance.js +28 -0
  468. package/vepfs/getInstance.js.map +1 -0
  469. package/vepfs/getInstances.d.ts +22 -0
  470. package/vepfs/getInstances.js +24 -0
  471. package/vepfs/getInstances.js.map +1 -0
  472. package/vepfs/index.d.ts +9 -0
  473. package/vepfs/index.js +28 -0
  474. package/vepfs/index.js.map +1 -0
  475. package/vepfs/instance.d.ts +368 -0
  476. package/vepfs/instance.js +156 -0
  477. package/vepfs/instance.js.map +1 -0
  478. package/vke/addon.d.ts +163 -0
  479. package/vke/addon.js +90 -0
  480. package/vke/addon.js.map +1 -0
  481. package/vke/cluster.d.ts +250 -0
  482. package/vke/cluster.js +99 -0
  483. package/vke/cluster.js.map +1 -0
  484. package/vke/getAddon.d.ts +73 -0
  485. package/vke/getAddon.js +28 -0
  486. package/vke/getAddon.js.map +1 -0
  487. package/vke/getAddons.d.ts +22 -0
  488. package/vke/getAddons.js +24 -0
  489. package/vke/getAddons.js.map +1 -0
  490. package/vke/getCluster.d.ts +117 -0
  491. package/vke/getCluster.js +28 -0
  492. package/vke/getCluster.js.map +1 -0
  493. package/vke/getClusters.d.ts +22 -0
  494. package/vke/getClusters.js +24 -0
  495. package/vke/getClusters.js.map +1 -0
  496. package/vke/getNodePool.d.ts +89 -0
  497. package/vke/getNodePool.js +28 -0
  498. package/vke/getNodePool.js.map +1 -0
  499. package/vke/getNodePools.d.ts +22 -0
  500. package/vke/getNodePools.js +24 -0
  501. package/vke/getNodePools.js.map +1 -0
  502. package/vke/getPermission.d.ts +108 -0
  503. package/vke/getPermission.js +28 -0
  504. package/vke/getPermission.js.map +1 -0
  505. package/vke/getPermissions.d.ts +22 -0
  506. package/vke/getPermissions.js +24 -0
  507. package/vke/getPermissions.js.map +1 -0
  508. package/vke/index.d.ts +36 -0
  509. package/vke/index.js +61 -0
  510. package/vke/index.js.map +1 -0
  511. package/vke/nodePool.d.ts +174 -0
  512. package/vke/nodePool.js +85 -0
  513. package/vke/nodePool.js.map +1 -0
  514. package/vke/permission.d.ts +242 -0
  515. package/vke/permission.js +109 -0
  516. package/vke/permission.js.map +1 -0
  517. package/vpc/eip.d.ts +382 -0
  518. package/vpc/eip.js +125 -0
  519. package/vpc/eip.js.map +1 -0
  520. package/vpc/eni.d.ts +285 -0
  521. package/vpc/eni.js +106 -0
  522. package/vpc/eni.js.map +1 -0
  523. package/vpc/getEip.d.ts +169 -0
  524. package/vpc/getEip.js +28 -0
  525. package/vpc/getEip.js.map +1 -0
  526. package/vpc/getEips.d.ts +22 -0
  527. package/vpc/getEips.js +24 -0
  528. package/vpc/getEips.js.map +1 -0
  529. package/vpc/getEni.d.ts +137 -0
  530. package/vpc/getEni.js +28 -0
  531. package/vpc/getEni.js.map +1 -0
  532. package/vpc/getEnis.d.ts +22 -0
  533. package/vpc/getEnis.js +24 -0
  534. package/vpc/getEnis.js.map +1 -0
  535. package/vpc/getRouteTable.d.ts +105 -0
  536. package/vpc/getRouteTable.js +28 -0
  537. package/vpc/getRouteTable.js.map +1 -0
  538. package/vpc/getRouteTables.d.ts +22 -0
  539. package/vpc/getRouteTables.js +24 -0
  540. package/vpc/getRouteTables.js.map +1 -0
  541. package/vpc/getSecurityGroup.d.ts +85 -0
  542. package/vpc/getSecurityGroup.js +28 -0
  543. package/vpc/getSecurityGroup.js.map +1 -0
  544. package/vpc/getSecurityGroups.d.ts +22 -0
  545. package/vpc/getSecurityGroups.js +24 -0
  546. package/vpc/getSecurityGroups.js.map +1 -0
  547. package/vpc/getSubnet.d.ts +117 -0
  548. package/vpc/getSubnet.js +28 -0
  549. package/vpc/getSubnet.js.map +1 -0
  550. package/vpc/getSubnets.d.ts +22 -0
  551. package/vpc/getSubnets.js +24 -0
  552. package/vpc/getSubnets.js.map +1 -0
  553. package/vpc/index.d.ts +45 -0
  554. package/vpc/index.js +56 -1
  555. package/vpc/index.js.map +1 -1
  556. package/vpc/routeTable.d.ts +199 -0
  557. package/vpc/routeTable.js +93 -0
  558. package/vpc/routeTable.js.map +1 -0
  559. package/vpc/securityGroup.d.ts +144 -0
  560. package/vpc/securityGroup.js +83 -0
  561. package/vpc/securityGroup.js.map +1 -0
  562. package/vpc/subnet.d.ts +249 -0
  563. package/vpc/subnet.js +124 -0
  564. package/vpc/subnet.js.map +1 -0
  565. package/vpc/vpc.d.ts +0 -13
  566. package/vpc/vpc.js +4 -4
  567. package/vpc/vpc.js.map +1 -1
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getRulesOutput = exports.getRules = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CLB::Rule
10
+ */
11
+ function getRules(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getRules:getRules", {}, opts);
14
+ }
15
+ exports.getRules = getRules;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CLB::Rule
18
+ */
19
+ function getRulesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getRules:getRules", {}, opts);
22
+ }
23
+ exports.getRulesOutput = getRulesOutput;
24
+ //# sourceMappingURL=getRules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRules.js","sourceRoot":"","sources":["../../clb/getRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kCAAkC,EAAE,EAChE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kCAAkC,EAAE,EACtE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
@@ -0,0 +1,85 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::CLB::ServerGroup
5
+ */
6
+ export declare function getServerGroup(args: GetServerGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetServerGroupResult>;
7
+ /**
8
+ * A collection of arguments for invoking getServerGroup.
9
+ */
10
+ export interface GetServerGroupArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getServerGroup.
18
+ */
19
+ export interface GetServerGroupResult {
20
+ /**
21
+ * 后端服务器组的IP地址类型。ipv4:后端服务器组为IPv4类型。ipv6:后端服务器组为IPv6类型。
22
+ */
23
+ readonly addressIpVersion: string;
24
+ /**
25
+ * 是否开启全端口转发。on:开启全端口转发。off:关闭全端口转发。
26
+ */
27
+ readonly anyPortEnabled: string;
28
+ /**
29
+ * 后端服务器组的创建时间。
30
+ */
31
+ readonly createTime: string;
32
+ /**
33
+ * 后端服务器组的描述。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个符。不填则默认为空字符串。
34
+ */
35
+ readonly description: string;
36
+ /**
37
+ * Uniquely identifies the resource.
38
+ */
39
+ readonly id: string;
40
+ /**
41
+ * 后端服务器组关联的监听器信息。
42
+ */
43
+ readonly listeners: outputs.clb.GetServerGroupListener[];
44
+ /**
45
+ * 后端服务器组所属的CLB实例ID。
46
+ */
47
+ readonly loadBalancerId: string;
48
+ /**
49
+ * 后端服务器组的ID。
50
+ */
51
+ readonly serverGroupId: string;
52
+ /**
53
+ * 后端服务器组的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。限制为1 ~ 128个字符。不填默认为后端服务器组ID。
54
+ */
55
+ readonly serverGroupName: string;
56
+ /**
57
+ * 后端服务器组中服务器的信息。
58
+ */
59
+ readonly servers: outputs.clb.GetServerGroupServer[];
60
+ /**
61
+ * 标签信息。
62
+ */
63
+ readonly tags: outputs.clb.GetServerGroupTag[];
64
+ /**
65
+ * 后端服务器组的类型。instance:表示该后端服务器组只能添加云服务器的主网卡或辅助网卡作为后端服务器。ip:表示该后端服务器组只能添加IP地址作为后端服务器。
66
+ */
67
+ readonly type: string;
68
+ /**
69
+ * 后端服务器组的最近操作时间。
70
+ */
71
+ readonly updateTime: string;
72
+ }
73
+ /**
74
+ * Data Source schema for Byteplus::CLB::ServerGroup
75
+ */
76
+ export declare function getServerGroupOutput(args: GetServerGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServerGroupResult>;
77
+ /**
78
+ * A collection of arguments for invoking getServerGroup.
79
+ */
80
+ export interface GetServerGroupOutputArgs {
81
+ /**
82
+ * Uniquely identifies the resource.
83
+ */
84
+ id: pulumi.Input<string>;
85
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getServerGroupOutput = exports.getServerGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::CLB::ServerGroup
10
+ */
11
+ function getServerGroup(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getServerGroup:getServerGroup", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getServerGroup = getServerGroup;
18
+ /**
19
+ * Data Source schema for Byteplus::CLB::ServerGroup
20
+ */
21
+ function getServerGroupOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getServerGroup:getServerGroup", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getServerGroupOutput = getServerGroupOutput;
28
+ //# sourceMappingURL=getServerGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServerGroup.js","sourceRoot":"","sources":["../../clb/getServerGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AAqED;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::CLB::ServerGroup
4
+ */
5
+ export declare function getServerGroups(opts?: pulumi.InvokeOptions): Promise<GetServerGroupsResult>;
6
+ /**
7
+ * A collection of values returned by getServerGroups.
8
+ */
9
+ export interface GetServerGroupsResult {
10
+ /**
11
+ * Uniquely identifies the data source.
12
+ */
13
+ readonly id: string;
14
+ /**
15
+ * Set of Resource Identifiers.
16
+ */
17
+ readonly ids: string[];
18
+ }
19
+ /**
20
+ * Plural Data Source schema for Byteplus::CLB::ServerGroup
21
+ */
22
+ export declare function getServerGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetServerGroupsResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getServerGroupsOutput = exports.getServerGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CLB::ServerGroup
10
+ */
11
+ function getServerGroups(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getServerGroups:getServerGroups", {}, opts);
14
+ }
15
+ exports.getServerGroups = getServerGroups;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CLB::ServerGroup
18
+ */
19
+ function getServerGroupsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getServerGroups:getServerGroups", {}, opts);
22
+ }
23
+ exports.getServerGroupsOutput = getServerGroupsOutput;
24
+ //# sourceMappingURL=getServerGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServerGroups.js","sourceRoot":"","sources":["../../clb/getServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE,EAC9E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
package/clb/index.d.ts CHANGED
@@ -4,6 +4,42 @@ export declare const getListenerOutput: typeof import("./getListener").getListen
4
4
  export { GetListenersResult } from "./getListeners";
5
5
  export declare const getListeners: typeof import("./getListeners").getListeners;
6
6
  export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
7
+ export { GetNlbListenerArgs, GetNlbListenerResult, GetNlbListenerOutputArgs } from "./getNlbListener";
8
+ export declare const getNlbListener: typeof import("./getNlbListener").getNlbListener;
9
+ export declare const getNlbListenerOutput: typeof import("./getNlbListener").getNlbListenerOutput;
10
+ export { GetNlbListenersResult } from "./getNlbListeners";
11
+ export declare const getNlbListeners: typeof import("./getNlbListeners").getNlbListeners;
12
+ export declare const getNlbListenersOutput: typeof import("./getNlbListeners").getNlbListenersOutput;
13
+ export { GetNlbServerGroupArgs, GetNlbServerGroupResult, GetNlbServerGroupOutputArgs } from "./getNlbServerGroup";
14
+ export declare const getNlbServerGroup: typeof import("./getNlbServerGroup").getNlbServerGroup;
15
+ export declare const getNlbServerGroupOutput: typeof import("./getNlbServerGroup").getNlbServerGroupOutput;
16
+ export { GetNlbServerGroupsResult } from "./getNlbServerGroups";
17
+ export declare const getNlbServerGroups: typeof import("./getNlbServerGroups").getNlbServerGroups;
18
+ export declare const getNlbServerGroupsOutput: typeof import("./getNlbServerGroups").getNlbServerGroupsOutput;
19
+ export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule";
20
+ export declare const getRule: typeof import("./getRule").getRule;
21
+ export declare const getRuleOutput: typeof import("./getRule").getRuleOutput;
22
+ export { GetRulesResult } from "./getRules";
23
+ export declare const getRules: typeof import("./getRules").getRules;
24
+ export declare const getRulesOutput: typeof import("./getRules").getRulesOutput;
25
+ export { GetServerGroupArgs, GetServerGroupResult, GetServerGroupOutputArgs } from "./getServerGroup";
26
+ export declare const getServerGroup: typeof import("./getServerGroup").getServerGroup;
27
+ export declare const getServerGroupOutput: typeof import("./getServerGroup").getServerGroupOutput;
28
+ export { GetServerGroupsResult } from "./getServerGroups";
29
+ export declare const getServerGroups: typeof import("./getServerGroups").getServerGroups;
30
+ export declare const getServerGroupsOutput: typeof import("./getServerGroups").getServerGroupsOutput;
7
31
  export { ListenerArgs, ListenerState } from "./listener";
8
32
  export type Listener = import("./listener").Listener;
9
33
  export declare const Listener: typeof import("./listener").Listener;
34
+ export { NlbListenerArgs, NlbListenerState } from "./nlbListener";
35
+ export type NlbListener = import("./nlbListener").NlbListener;
36
+ export declare const NlbListener: typeof import("./nlbListener").NlbListener;
37
+ export { NlbServerGroupArgs, NlbServerGroupState } from "./nlbServerGroup";
38
+ export type NlbServerGroup = import("./nlbServerGroup").NlbServerGroup;
39
+ export declare const NlbServerGroup: typeof import("./nlbServerGroup").NlbServerGroup;
40
+ export { RuleArgs, RuleState } from "./rule";
41
+ export type Rule = import("./rule").Rule;
42
+ export declare const Rule: typeof import("./rule").Rule;
43
+ export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
44
+ export type ServerGroup = import("./serverGroup").ServerGroup;
45
+ export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
package/clb/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.Listener = exports.getListenersOutput = exports.getListeners = exports.getListenerOutput = exports.getListener = void 0;
5
+ exports.ServerGroup = exports.Rule = exports.NlbServerGroup = exports.NlbListener = exports.Listener = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getNlbServerGroupsOutput = exports.getNlbServerGroups = exports.getNlbServerGroupOutput = exports.getNlbServerGroup = exports.getNlbListenersOutput = exports.getNlbListeners = exports.getNlbListenerOutput = exports.getNlbListener = exports.getListenersOutput = exports.getListeners = exports.getListenerOutput = exports.getListener = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.getListener = null;
@@ -11,18 +11,62 @@ utilities.lazyLoad(exports, ["getListener", "getListenerOutput"], () => require(
11
11
  exports.getListeners = null;
12
12
  exports.getListenersOutput = null;
13
13
  utilities.lazyLoad(exports, ["getListeners", "getListenersOutput"], () => require("./getListeners"));
14
+ exports.getNlbListener = null;
15
+ exports.getNlbListenerOutput = null;
16
+ utilities.lazyLoad(exports, ["getNlbListener", "getNlbListenerOutput"], () => require("./getNlbListener"));
17
+ exports.getNlbListeners = null;
18
+ exports.getNlbListenersOutput = null;
19
+ utilities.lazyLoad(exports, ["getNlbListeners", "getNlbListenersOutput"], () => require("./getNlbListeners"));
20
+ exports.getNlbServerGroup = null;
21
+ exports.getNlbServerGroupOutput = null;
22
+ utilities.lazyLoad(exports, ["getNlbServerGroup", "getNlbServerGroupOutput"], () => require("./getNlbServerGroup"));
23
+ exports.getNlbServerGroups = null;
24
+ exports.getNlbServerGroupsOutput = null;
25
+ utilities.lazyLoad(exports, ["getNlbServerGroups", "getNlbServerGroupsOutput"], () => require("./getNlbServerGroups"));
26
+ exports.getRule = null;
27
+ exports.getRuleOutput = null;
28
+ utilities.lazyLoad(exports, ["getRule", "getRuleOutput"], () => require("./getRule"));
29
+ exports.getRules = null;
30
+ exports.getRulesOutput = null;
31
+ utilities.lazyLoad(exports, ["getRules", "getRulesOutput"], () => require("./getRules"));
32
+ exports.getServerGroup = null;
33
+ exports.getServerGroupOutput = null;
34
+ utilities.lazyLoad(exports, ["getServerGroup", "getServerGroupOutput"], () => require("./getServerGroup"));
35
+ exports.getServerGroups = null;
36
+ exports.getServerGroupsOutput = null;
37
+ utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () => require("./getServerGroups"));
14
38
  exports.Listener = null;
15
39
  utilities.lazyLoad(exports, ["Listener"], () => require("./listener"));
40
+ exports.NlbListener = null;
41
+ utilities.lazyLoad(exports, ["NlbListener"], () => require("./nlbListener"));
42
+ exports.NlbServerGroup = null;
43
+ utilities.lazyLoad(exports, ["NlbServerGroup"], () => require("./nlbServerGroup"));
44
+ exports.Rule = null;
45
+ utilities.lazyLoad(exports, ["Rule"], () => require("./rule"));
46
+ exports.ServerGroup = null;
47
+ utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
16
48
  const _module = {
17
49
  version: utilities.getVersion(),
18
50
  construct: (name, type, urn) => {
19
51
  switch (type) {
20
52
  case "bytepluscc:clb/listener:Listener":
21
53
  return new exports.Listener(name, undefined, { urn });
54
+ case "bytepluscc:clb/nlbListener:NlbListener":
55
+ return new exports.NlbListener(name, undefined, { urn });
56
+ case "bytepluscc:clb/nlbServerGroup:NlbServerGroup":
57
+ return new exports.NlbServerGroup(name, undefined, { urn });
58
+ case "bytepluscc:clb/rule:Rule":
59
+ return new exports.Rule(name, undefined, { urn });
60
+ case "bytepluscc:clb/serverGroup:ServerGroup":
61
+ return new exports.ServerGroup(name, undefined, { urn });
22
62
  default:
23
63
  throw new Error(`unknown resource type ${type}`);
24
64
  }
25
65
  },
26
66
  };
27
67
  pulumi.runtime.registerResourceModule("bytepluscc", "clb/listener", _module);
68
+ pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlbListener", _module);
69
+ pulumi.runtime.registerResourceModule("bytepluscc", "clb/nlbServerGroup", _module);
70
+ pulumi.runtime.registerResourceModule("bytepluscc", "clb/rule", _module);
71
+ pulumi.runtime.registerResourceModule("bytepluscc", "clb/serverGroup", _module);
28
72
  //# sourceMappingURL=index.js.map
package/clb/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../clb/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,WAAW,GAA+C,IAAW,CAAC;AACtE,QAAA,iBAAiB,GAAqD,IAAW,CAAC;AAC/F,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,aAAa,EAAC,mBAAmB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,CAAC;AAGpF,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,QAAQ,GAAyC,IAAW,CAAC;AAC1E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC;AAGvE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,kCAAkC;gBACnC,OAAO,IAAI,gBAAQ,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACtD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,cAAc,EAAE,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../clb/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,251 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * 监听器负责根据指定的协议和端口,监听NLB实例接收到的用户访问请求。NLB将按照该监听器关联的服务器组配置的调度算法,将访问请求转发至该服务器组内健康的后端服务器。
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as bytepluscc from "@byteplus/pulumi-bytepluscc";
12
+ *
13
+ * const cLBNLBListenerDemo = new bytepluscc.clb.NlbListener("CLBNLBListenerDemo", {
14
+ * loadBalancerId: "nlb-11zz9w3jqptz449iegfwvxxxx",
15
+ * protocol: "TCP",
16
+ * port: 0,
17
+ * serverGroupId: "rsp-11zz9wdewa3uo49ieggq8xxxx",
18
+ * connectionTimeout: 60,
19
+ * description: "CLBNLBListenerDemo description",
20
+ * enabled: true,
21
+ * listenerName: "CLBNLBListenerDemo",
22
+ * tags: [{
23
+ * key: "env",
24
+ * value: "Test",
25
+ * }],
26
+ * });
27
+ * ```
28
+ *
29
+ * ## Import
30
+ *
31
+ * ```sh
32
+ * $ pulumi import bytepluscc:clb/nlbListener:NlbListener example "listener_id"
33
+ * ```
34
+ */
35
+ export declare class NlbListener extends pulumi.CustomResource {
36
+ /**
37
+ * Get an existing NlbListener resource's state with the given name, ID, and optional extra
38
+ * properties used to qualify the lookup.
39
+ *
40
+ * @param name The _unique_ name of the resulting resource.
41
+ * @param id The _unique_ provider ID of the resource to lookup.
42
+ * @param state Any extra arguments used during the lookup.
43
+ * @param opts Optional settings to control the behavior of the CustomResource.
44
+ */
45
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NlbListenerState, opts?: pulumi.CustomResourceOptions): NlbListener;
46
+ /**
47
+ * Returns true if the given object is an instance of NlbListener. This is designed to work even
48
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
49
+ */
50
+ static isInstance(obj: any): obj is NlbListener;
51
+ /**
52
+ * TLS监听器服务器证书的ID,仅支持传入证书中心 SSL 证书。。
53
+ */
54
+ readonly certificateId: pulumi.Output<string>;
55
+ /**
56
+ * 监听器的连接超时时间(秒)。
57
+ */
58
+ readonly connectionTimeout: pulumi.Output<number>;
59
+ /**
60
+ * 监听器的创建时间。
61
+ */
62
+ readonly createdTime: pulumi.Output<string>;
63
+ /**
64
+ * 监听器描述信息。
65
+ */
66
+ readonly description: pulumi.Output<string>;
67
+ /**
68
+ * 是否启用监听器。true:开启;false:关闭。
69
+ */
70
+ readonly enabled: pulumi.Output<boolean>;
71
+ /**
72
+ * 全端口监听的结束端口,仅当Port为0时有效。
73
+ */
74
+ readonly endPort: pulumi.Output<number>;
75
+ readonly healths: pulumi.Output<outputs.clb.NlbListenerHealth[]>;
76
+ /**
77
+ * 监听器唯一标识。
78
+ */
79
+ readonly listenerId: pulumi.Output<string>;
80
+ /**
81
+ * 监听器名称。
82
+ */
83
+ readonly listenerName: pulumi.Output<string>;
84
+ /**
85
+ * 负载均衡实例ID。
86
+ */
87
+ readonly loadBalancerId: pulumi.Output<string>;
88
+ /**
89
+ * 监听器接收请求的端口,0表示启用全端口监听。
90
+ */
91
+ readonly port: pulumi.Output<number>;
92
+ /**
93
+ * 监听协议类型。TCP,UDP,TLS
94
+ */
95
+ readonly protocol: pulumi.Output<string>;
96
+ /**
97
+ * TLS 安全策略ID,支持系统安全策略和自定义安全策略。系统安全策略取值:.tls*cipher*policy*1*0.tls*cipher*policy*1*1.tls*cipher*policy*1*2.tls*cipher*policy*1*2*strict.tls*cipher*policy*1*2*strict*with*1_3.自定义安全策略:输入自定义安全策略 ID。当Protocol为TLS 时,该参数为必填。。
98
+ */
99
+ readonly securityPolicyId: pulumi.Output<string>;
100
+ /**
101
+ * 监听器关联的服务器组ID。
102
+ */
103
+ readonly serverGroupId: pulumi.Output<string>;
104
+ /**
105
+ * 全端口监听的起始端口,仅当Port为0时有效。
106
+ */
107
+ readonly startPort: pulumi.Output<number>;
108
+ /**
109
+ * 监听器的状态。
110
+ */
111
+ readonly status: pulumi.Output<string>;
112
+ readonly tags: pulumi.Output<outputs.clb.NlbListenerTag[]>;
113
+ /**
114
+ * 监听器最近操作时间。
115
+ */
116
+ readonly updatedTime: pulumi.Output<string>;
117
+ /**
118
+ * Create a NlbListener resource with the given unique name, arguments, and options.
119
+ *
120
+ * @param name The _unique_ name of the resource.
121
+ * @param args The arguments to use to populate this resource's properties.
122
+ * @param opts A bag of options that control this resource's behavior.
123
+ */
124
+ constructor(name: string, args: NlbListenerArgs, opts?: pulumi.CustomResourceOptions);
125
+ }
126
+ /**
127
+ * Input properties used for looking up and filtering NlbListener resources.
128
+ */
129
+ export interface NlbListenerState {
130
+ /**
131
+ * TLS监听器服务器证书的ID,仅支持传入证书中心 SSL 证书。。
132
+ */
133
+ certificateId?: pulumi.Input<string>;
134
+ /**
135
+ * 监听器的连接超时时间(秒)。
136
+ */
137
+ connectionTimeout?: pulumi.Input<number>;
138
+ /**
139
+ * 监听器的创建时间。
140
+ */
141
+ createdTime?: pulumi.Input<string>;
142
+ /**
143
+ * 监听器描述信息。
144
+ */
145
+ description?: pulumi.Input<string>;
146
+ /**
147
+ * 是否启用监听器。true:开启;false:关闭。
148
+ */
149
+ enabled?: pulumi.Input<boolean>;
150
+ /**
151
+ * 全端口监听的结束端口,仅当Port为0时有效。
152
+ */
153
+ endPort?: pulumi.Input<number>;
154
+ healths?: pulumi.Input<pulumi.Input<inputs.clb.NlbListenerHealth>[]>;
155
+ /**
156
+ * 监听器唯一标识。
157
+ */
158
+ listenerId?: pulumi.Input<string>;
159
+ /**
160
+ * 监听器名称。
161
+ */
162
+ listenerName?: pulumi.Input<string>;
163
+ /**
164
+ * 负载均衡实例ID。
165
+ */
166
+ loadBalancerId?: pulumi.Input<string>;
167
+ /**
168
+ * 监听器接收请求的端口,0表示启用全端口监听。
169
+ */
170
+ port?: pulumi.Input<number>;
171
+ /**
172
+ * 监听协议类型。TCP,UDP,TLS
173
+ */
174
+ protocol?: pulumi.Input<string>;
175
+ /**
176
+ * TLS 安全策略ID,支持系统安全策略和自定义安全策略。系统安全策略取值:.tls*cipher*policy*1*0.tls*cipher*policy*1*1.tls*cipher*policy*1*2.tls*cipher*policy*1*2*strict.tls*cipher*policy*1*2*strict*with*1_3.自定义安全策略:输入自定义安全策略 ID。当Protocol为TLS 时,该参数为必填。。
177
+ */
178
+ securityPolicyId?: pulumi.Input<string>;
179
+ /**
180
+ * 监听器关联的服务器组ID。
181
+ */
182
+ serverGroupId?: pulumi.Input<string>;
183
+ /**
184
+ * 全端口监听的起始端口,仅当Port为0时有效。
185
+ */
186
+ startPort?: pulumi.Input<number>;
187
+ /**
188
+ * 监听器的状态。
189
+ */
190
+ status?: pulumi.Input<string>;
191
+ tags?: pulumi.Input<pulumi.Input<inputs.clb.NlbListenerTag>[]>;
192
+ /**
193
+ * 监听器最近操作时间。
194
+ */
195
+ updatedTime?: pulumi.Input<string>;
196
+ }
197
+ /**
198
+ * The set of arguments for constructing a NlbListener resource.
199
+ */
200
+ export interface NlbListenerArgs {
201
+ /**
202
+ * TLS监听器服务器证书的ID,仅支持传入证书中心 SSL 证书。。
203
+ */
204
+ certificateId?: pulumi.Input<string>;
205
+ /**
206
+ * 监听器的连接超时时间(秒)。
207
+ */
208
+ connectionTimeout?: pulumi.Input<number>;
209
+ /**
210
+ * 监听器描述信息。
211
+ */
212
+ description?: pulumi.Input<string>;
213
+ /**
214
+ * 是否启用监听器。true:开启;false:关闭。
215
+ */
216
+ enabled?: pulumi.Input<boolean>;
217
+ /**
218
+ * 全端口监听的结束端口,仅当Port为0时有效。
219
+ */
220
+ endPort?: pulumi.Input<number>;
221
+ healths?: pulumi.Input<pulumi.Input<inputs.clb.NlbListenerHealth>[]>;
222
+ /**
223
+ * 监听器名称。
224
+ */
225
+ listenerName?: pulumi.Input<string>;
226
+ /**
227
+ * 负载均衡实例ID。
228
+ */
229
+ loadBalancerId: pulumi.Input<string>;
230
+ /**
231
+ * 监听器接收请求的端口,0表示启用全端口监听。
232
+ */
233
+ port: pulumi.Input<number>;
234
+ /**
235
+ * 监听协议类型。TCP,UDP,TLS
236
+ */
237
+ protocol: pulumi.Input<string>;
238
+ /**
239
+ * TLS 安全策略ID,支持系统安全策略和自定义安全策略。系统安全策略取值:.tls*cipher*policy*1*0.tls*cipher*policy*1*1.tls*cipher*policy*1*2.tls*cipher*policy*1*2*strict.tls*cipher*policy*1*2*strict*with*1_3.自定义安全策略:输入自定义安全策略 ID。当Protocol为TLS 时,该参数为必填。。
240
+ */
241
+ securityPolicyId?: pulumi.Input<string>;
242
+ /**
243
+ * 监听器关联的服务器组ID。
244
+ */
245
+ serverGroupId: pulumi.Input<string>;
246
+ /**
247
+ * 全端口监听的起始端口,仅当Port为0时有效。
248
+ */
249
+ startPort?: pulumi.Input<number>;
250
+ tags?: pulumi.Input<pulumi.Input<inputs.clb.NlbListenerTag>[]>;
251
+ }