@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,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::CEN::CEN
4
+ */
5
+ export declare function getCens(opts?: pulumi.InvokeOptions): Promise<GetCensResult>;
6
+ /**
7
+ * A collection of values returned by getCens.
8
+ */
9
+ export interface GetCensResult {
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::CEN::CEN
21
+ */
22
+ export declare function getCensOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCensResult>;
package/cen/getCens.js ADDED
@@ -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.getCensOutput = exports.getCens = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CEN::CEN
10
+ */
11
+ function getCens(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:cen/getCens:getCens", {}, opts);
14
+ }
15
+ exports.getCens = getCens;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CEN::CEN
18
+ */
19
+ function getCensOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:cen/getCens:getCens", {}, opts);
22
+ }
23
+ exports.getCensOutput = getCensOutput;
24
+ //# sourceMappingURL=getCens.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCens.js","sourceRoot":"","sources":["../../cen/getCens.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAA2B;IAC/C,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE,EAC9D,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0BAIC;AAeD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAiC;IAC3D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sCAIC"}
package/cen/index.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ export { CenArgs, CenState } from "./cen";
2
+ export type Cen = import("./cen").Cen;
3
+ export declare const Cen: typeof import("./cen").Cen;
4
+ export { GetCenArgs, GetCenResult, GetCenOutputArgs } from "./getCen";
5
+ export declare const getCen: typeof import("./getCen").getCen;
6
+ export declare const getCenOutput: typeof import("./getCen").getCenOutput;
7
+ export { GetCensResult } from "./getCens";
8
+ export declare const getCens: typeof import("./getCens").getCens;
9
+ export declare const getCensOutput: typeof import("./getCens").getCensOutput;
package/cen/index.js ADDED
@@ -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.getCensOutput = exports.getCens = exports.getCenOutput = exports.getCen = exports.Cen = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.Cen = null;
9
+ utilities.lazyLoad(exports, ["Cen"], () => require("./cen"));
10
+ exports.getCen = null;
11
+ exports.getCenOutput = null;
12
+ utilities.lazyLoad(exports, ["getCen", "getCenOutput"], () => require("./getCen"));
13
+ exports.getCens = null;
14
+ exports.getCensOutput = null;
15
+ utilities.lazyLoad(exports, ["getCens", "getCensOutput"], () => require("./getCens"));
16
+ const _module = {
17
+ version: utilities.getVersion(),
18
+ construct: (name, type, urn) => {
19
+ switch (type) {
20
+ case "bytepluscc:cen/cen:Cen":
21
+ return new exports.Cen(name, undefined, { urn });
22
+ default:
23
+ throw new Error(`unknown resource type ${type}`);
24
+ }
25
+ },
26
+ };
27
+ pulumi.runtime.registerResourceModule("bytepluscc", "cen/cen", _module);
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cen/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAK7B,QAAA,GAAG,GAA+B,IAAW,CAAC;AAC3D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC;AAGhD,QAAA,MAAM,GAAqC,IAAW,CAAC;AACvD,QAAA,YAAY,GAA2C,IAAW,CAAC;AAChF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAC,cAAc,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC,CAAC;AAGrE,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAGrF,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,wBAAwB;gBACzB,OAAO,IAAI,WAAG,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACjD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,YAAY,EAAE,SAAS,EAAE,OAAO,CAAC,CAAA"}
@@ -0,0 +1,109 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::CLB::NLBListener
5
+ */
6
+ export declare function getNlbListener(args: GetNlbListenerArgs, opts?: pulumi.InvokeOptions): Promise<GetNlbListenerResult>;
7
+ /**
8
+ * A collection of arguments for invoking getNlbListener.
9
+ */
10
+ export interface GetNlbListenerArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getNlbListener.
18
+ */
19
+ export interface GetNlbListenerResult {
20
+ /**
21
+ * TLS监听器服务器证书的ID,仅支持传入证书中心 SSL 证书。。
22
+ */
23
+ readonly certificateId: string;
24
+ /**
25
+ * 监听器的连接超时时间(秒)。
26
+ */
27
+ readonly connectionTimeout: number;
28
+ /**
29
+ * 监听器的创建时间。
30
+ */
31
+ readonly createdTime: string;
32
+ /**
33
+ * 监听器描述信息。
34
+ */
35
+ readonly description: string;
36
+ /**
37
+ * 是否启用监听器。true:开启;false:关闭。
38
+ */
39
+ readonly enabled: boolean;
40
+ /**
41
+ * 全端口监听的结束端口,仅当Port为0时有效。
42
+ */
43
+ readonly endPort: number;
44
+ /**
45
+ * 后端实例健康检查响应信息。
46
+ */
47
+ readonly healths: outputs.clb.GetNlbListenerHealth[];
48
+ /**
49
+ * Uniquely identifies the resource.
50
+ */
51
+ readonly id: string;
52
+ /**
53
+ * 监听器唯一标识。
54
+ */
55
+ readonly listenerId: string;
56
+ /**
57
+ * 监听器名称。
58
+ */
59
+ readonly listenerName: string;
60
+ /**
61
+ * 负载均衡实例ID。
62
+ */
63
+ readonly loadBalancerId: string;
64
+ /**
65
+ * 监听器接收请求的端口,0表示启用全端口监听。
66
+ */
67
+ readonly port: number;
68
+ /**
69
+ * 监听协议类型。TCP,UDP,TLS
70
+ */
71
+ readonly protocol: string;
72
+ /**
73
+ * 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 时,该参数为必填。。
74
+ */
75
+ readonly securityPolicyId: string;
76
+ /**
77
+ * 监听器关联的服务器组ID。
78
+ */
79
+ readonly serverGroupId: string;
80
+ /**
81
+ * 全端口监听的起始端口,仅当Port为0时有效。
82
+ */
83
+ readonly startPort: number;
84
+ /**
85
+ * 监听器的状态。
86
+ */
87
+ readonly status: string;
88
+ /**
89
+ * 资源标签。
90
+ */
91
+ readonly tags: outputs.clb.GetNlbListenerTag[];
92
+ /**
93
+ * 监听器最近操作时间。
94
+ */
95
+ readonly updatedTime: string;
96
+ }
97
+ /**
98
+ * Data Source schema for Byteplus::CLB::NLBListener
99
+ */
100
+ export declare function getNlbListenerOutput(args: GetNlbListenerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbListenerResult>;
101
+ /**
102
+ * A collection of arguments for invoking getNlbListener.
103
+ */
104
+ export interface GetNlbListenerOutputArgs {
105
+ /**
106
+ * Uniquely identifies the resource.
107
+ */
108
+ id: pulumi.Input<string>;
109
+ }
@@ -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.getNlbListenerOutput = exports.getNlbListener = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::CLB::NLBListener
10
+ */
11
+ function getNlbListener(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getNlbListener:getNlbListener", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getNlbListener = getNlbListener;
18
+ /**
19
+ * Data Source schema for Byteplus::CLB::NLBListener
20
+ */
21
+ function getNlbListenerOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getNlbListener:getNlbListener", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getNlbListenerOutput = getNlbListenerOutput;
28
+ //# sourceMappingURL=getNlbListener.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNlbListener.js","sourceRoot":"","sources":["../../clb/getNlbListener.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;AA6FD;;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::NLBListener
4
+ */
5
+ export declare function getNlbListeners(opts?: pulumi.InvokeOptions): Promise<GetNlbListenersResult>;
6
+ /**
7
+ * A collection of values returned by getNlbListeners.
8
+ */
9
+ export interface GetNlbListenersResult {
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::NLBListener
21
+ */
22
+ export declare function getNlbListenersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbListenersResult>;
@@ -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.getNlbListenersOutput = exports.getNlbListeners = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CLB::NLBListener
10
+ */
11
+ function getNlbListeners(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getNlbListeners:getNlbListeners", {}, opts);
14
+ }
15
+ exports.getNlbListeners = getNlbListeners;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CLB::NLBListener
18
+ */
19
+ function getNlbListenersOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getNlbListeners:getNlbListeners", {}, opts);
22
+ }
23
+ exports.getNlbListenersOutput = getNlbListenersOutput;
24
+ //# sourceMappingURL=getNlbListeners.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNlbListeners.js","sourceRoot":"","sources":["../../clb/getNlbListeners.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"}
@@ -0,0 +1,145 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::CLB::NLBServerGroup
5
+ */
6
+ export declare function getNlbServerGroup(args: GetNlbServerGroupArgs, opts?: pulumi.InvokeOptions): Promise<GetNlbServerGroupResult>;
7
+ /**
8
+ * A collection of arguments for invoking getNlbServerGroup.
9
+ */
10
+ export interface GetNlbServerGroupArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getNlbServerGroup.
18
+ */
19
+ export interface GetNlbServerGroupResult {
20
+ /**
21
+ * 账号ID。
22
+ */
23
+ readonly accountId: string;
24
+ /**
25
+ * 是否开启全端口转发。
26
+ */
27
+ readonly anyPortEnabled: boolean;
28
+ /**
29
+ * 是否开启放通后端安全组功能。仅参数Type为“instance”时,可以配置此参数。
30
+ */
31
+ readonly bypassSecurityGroupEnabled: boolean;
32
+ /**
33
+ * 是否开启连接优雅中断。
34
+ */
35
+ readonly connectionDrainEnabled: boolean;
36
+ /**
37
+ * 连接优雅中断超时时间,取值范围为0~900秒。参数ConnectionDrainEnabled为“true”时,该参数为必填。
38
+ */
39
+ readonly connectionDrainTimeout: number;
40
+ /**
41
+ * 后端服务器组的创建时间。
42
+ */
43
+ readonly createdTime: string;
44
+ /**
45
+ * 后端服务器组的描述,服务器组的描述。必须以字母、数字或中文开头,可包含以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)长度限制为0 ~ 255个字符。该参数不传入,则默认为空字符串。
46
+ */
47
+ readonly description: string;
48
+ /**
49
+ * 健康检查相关参数。
50
+ */
51
+ readonly healthCheck: outputs.clb.GetNlbServerGroupHealthCheck;
52
+ /**
53
+ * Uniquely identifies the resource.
54
+ */
55
+ readonly id: string;
56
+ /**
57
+ * 服务器组的IP地址类型。取值如下:ipv4(默认值):表示该服务器组仅支持添加IPv4类型的后端服务器。ipv6:表示该服务器组仅支持添加IPv6类型的后端服务器。
58
+ */
59
+ readonly ipAddressVersion: string;
60
+ /**
61
+ * 是否开启源地址保持。
62
+ */
63
+ readonly preserveClientIpEnabled: boolean;
64
+ /**
65
+ * 项目名称。
66
+ */
67
+ readonly projectName: string;
68
+ /**
69
+ * NLB转发流量到后端服务器时使用的通信协议。取值如下:TCP。UDP。
70
+ */
71
+ readonly protocol: string;
72
+ /**
73
+ * 是否开启Proxy-Protocol协议。取值如下:off(默认值):关闭。standard:开启。NLB将通过Proxy-Protocol协议携带客户端源IP地址转发至后端服务器,还需要在后端服务器上配置Proxy-Protocol。
74
+ */
75
+ readonly proxyProtocolType: string;
76
+ /**
77
+ * 服务器组关联的NLB实例。
78
+ */
79
+ readonly relatedLoadBalancerIds: string[];
80
+ /**
81
+ * NLB转发流量时遵循的规则。取值如下:wrr(默认值):加权轮询,权重值越高的后端服务器,被轮询到的次数(概率)越高。wlc:加权最小连接数,在最少连接数的基础上,根据后端服务器的不同处理能力,给每个服务器分配不同的权重,使其能够接受相应权值数的服务请求。sh:源地址哈希,基于源IP地址的一致性哈希,相同的源地址会调度到相同的后端服务器。
82
+ */
83
+ readonly scheduler: string;
84
+ /**
85
+ * 服务器组中后端服务器的数量。
86
+ */
87
+ readonly serverCount: number;
88
+ /**
89
+ * 服务器组ID。
90
+ */
91
+ readonly serverGroupId: string;
92
+ /**
93
+ * 服务器组名称, 必须以字母、数字或中文开头,可包含以下特殊字符:点号(.)、下划线(_)和中划线(-)。限制为1 ~ 128个字符。该参数不传入,则默认为服务器组ID。
94
+ */
95
+ readonly serverGroupName: string;
96
+ /**
97
+ * 服务器组中待添加后端服务器的信息。
98
+ */
99
+ readonly servers: outputs.clb.GetNlbServerGroupServer[];
100
+ /**
101
+ * 是否开启会话保持。
102
+ */
103
+ readonly sessionPersistenceEnabled: boolean;
104
+ /**
105
+ * 会话保持的超时时间,取值范围为1~3600秒,默认1000秒。
106
+ */
107
+ readonly sessionPersistenceTimeout: number;
108
+ /**
109
+ * 服务器组的状态。
110
+ */
111
+ readonly status: string;
112
+ /**
113
+ * 标签。
114
+ */
115
+ readonly tags: outputs.clb.GetNlbServerGroupTag[];
116
+ /**
117
+ * 是否开启清除TCP/HTTP/HTTPS报文的timestamp(即时间戳)的功能。
118
+ */
119
+ readonly timestampRemoveEnabled: boolean;
120
+ /**
121
+ * 服务器组的类型。取值如下:instance(默认值):服务器类型。支持添加云服务器实例和已绑定云服务器实例的辅助网卡作为后端服务器。ip:IP地址类型。支持添加任何网络可达的VPC或IDC中的服务器作为后端服务器。
122
+ */
123
+ readonly type: string;
124
+ /**
125
+ * 后端服务器组的更新时间。
126
+ */
127
+ readonly updatedTime: string;
128
+ /**
129
+ * 服务器组所属私有网络的ID。
130
+ */
131
+ readonly vpcId: string;
132
+ }
133
+ /**
134
+ * Data Source schema for Byteplus::CLB::NLBServerGroup
135
+ */
136
+ export declare function getNlbServerGroupOutput(args: GetNlbServerGroupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbServerGroupResult>;
137
+ /**
138
+ * A collection of arguments for invoking getNlbServerGroup.
139
+ */
140
+ export interface GetNlbServerGroupOutputArgs {
141
+ /**
142
+ * Uniquely identifies the resource.
143
+ */
144
+ id: pulumi.Input<string>;
145
+ }
@@ -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.getNlbServerGroupOutput = exports.getNlbServerGroup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::CLB::NLBServerGroup
10
+ */
11
+ function getNlbServerGroup(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getNlbServerGroup:getNlbServerGroup", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getNlbServerGroup = getNlbServerGroup;
18
+ /**
19
+ * Data Source schema for Byteplus::CLB::NLBServerGroup
20
+ */
21
+ function getNlbServerGroupOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getNlbServerGroup:getNlbServerGroup", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getNlbServerGroupOutput = getNlbServerGroupOutput;
28
+ //# sourceMappingURL=getNlbServerGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNlbServerGroup.js","sourceRoot":"","sources":["../../clb/getNlbServerGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC;AAiID;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::CLB::NLBServerGroup
4
+ */
5
+ export declare function getNlbServerGroups(opts?: pulumi.InvokeOptions): Promise<GetNlbServerGroupsResult>;
6
+ /**
7
+ * A collection of values returned by getNlbServerGroups.
8
+ */
9
+ export interface GetNlbServerGroupsResult {
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::NLBServerGroup
21
+ */
22
+ export declare function getNlbServerGroupsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetNlbServerGroupsResult>;
@@ -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.getNlbServerGroupsOutput = exports.getNlbServerGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Byteplus::CLB::NLBServerGroup
10
+ */
11
+ function getNlbServerGroups(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getNlbServerGroups:getNlbServerGroups", {}, opts);
14
+ }
15
+ exports.getNlbServerGroups = getNlbServerGroups;
16
+ /**
17
+ * Plural Data Source schema for Byteplus::CLB::NLBServerGroup
18
+ */
19
+ function getNlbServerGroupsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getNlbServerGroups:getNlbServerGroups", {}, opts);
22
+ }
23
+ exports.getNlbServerGroupsOutput = getNlbServerGroupsOutput;
24
+ //# sourceMappingURL=getNlbServerGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNlbServerGroups.js","sourceRoot":"","sources":["../../clb/getNlbServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAA2B;IAC1D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sDAAsD,EAAE,EACpF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC;AAeD;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAAiC;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sDAAsD,EAAE,EAC1F,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC"}
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Byteplus::CLB::Rule
5
+ */
6
+ export declare function getRule(args: GetRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleResult>;
7
+ /**
8
+ * A collection of arguments for invoking getRule.
9
+ */
10
+ export interface GetRuleArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getRule.
18
+ */
19
+ export interface GetRuleResult {
20
+ /**
21
+ * 转发规则的转发动作。取值如下:Forward:转发至。Redirect:重定向至。
22
+ */
23
+ readonly actionType: string;
24
+ /**
25
+ * 转发规则的描述,默认值为空字符串。规范如下:必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。
26
+ */
27
+ readonly description: string;
28
+ /**
29
+ * 转发规则的域名。
30
+ */
31
+ readonly domain: string;
32
+ /**
33
+ * Uniquely identifies the resource.
34
+ */
35
+ readonly id: string;
36
+ /**
37
+ * 监听器ID。
38
+ */
39
+ readonly listenerId: string;
40
+ /**
41
+ * 重定向相关配置信息。
42
+ */
43
+ readonly redirectConfig: outputs.clb.GetRuleRedirectConfig;
44
+ /**
45
+ * 转发规则ID。
46
+ */
47
+ readonly ruleId: string;
48
+ /**
49
+ * 转发规则关联的后端服务器组的ID。
50
+ */
51
+ readonly serverGroupId: string;
52
+ /**
53
+ * 标签列表。
54
+ */
55
+ readonly tags: outputs.clb.GetRuleTag[];
56
+ /**
57
+ * 转发规则的URL。
58
+ */
59
+ readonly url: string;
60
+ }
61
+ /**
62
+ * Data Source schema for Byteplus::CLB::Rule
63
+ */
64
+ export declare function getRuleOutput(args: GetRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRuleResult>;
65
+ /**
66
+ * A collection of arguments for invoking getRule.
67
+ */
68
+ export interface GetRuleOutputArgs {
69
+ /**
70
+ * Uniquely identifies the resource.
71
+ */
72
+ id: pulumi.Input<string>;
73
+ }
package/clb/getRule.js ADDED
@@ -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.getRuleOutput = exports.getRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Byteplus::CLB::Rule
10
+ */
11
+ function getRule(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("bytepluscc:clb/getRule:getRule", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getRule = getRule;
18
+ /**
19
+ * Data Source schema for Byteplus::CLB::Rule
20
+ */
21
+ function getRuleOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("bytepluscc:clb/getRule:getRule", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getRuleOutput = getRuleOutput;
28
+ //# sourceMappingURL=getRule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRule.js","sourceRoot":"","sources":["../../clb/getRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAyDD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gCAAgC,EAAE;QACjE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Byteplus::CLB::Rule
4
+ */
5
+ export declare function getRules(opts?: pulumi.InvokeOptions): Promise<GetRulesResult>;
6
+ /**
7
+ * A collection of values returned by getRules.
8
+ */
9
+ export interface GetRulesResult {
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::Rule
21
+ */
22
+ export declare function getRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRulesResult>;