@volcengine/pulumi 0.0.46 → 0.0.47

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 (341) hide show
  1. package/autoscaling/getScalingGroups.d.ts +13 -0
  2. package/autoscaling/getScalingGroups.js +1 -0
  3. package/autoscaling/getScalingGroups.js.map +1 -1
  4. package/autoscaling/scalingGroups.d.ts +13 -0
  5. package/autoscaling/scalingGroups.js +1 -0
  6. package/autoscaling/scalingGroups.js.map +1 -1
  7. package/cloud_monitor/getRules.d.ts +13 -0
  8. package/cloud_monitor/getRules.js +1 -0
  9. package/cloud_monitor/getRules.js.map +1 -1
  10. package/cloud_monitor/rule.d.ts +16 -0
  11. package/cloud_monitor/rule.js +6 -0
  12. package/cloud_monitor/rule.js.map +1 -1
  13. package/cloud_monitor/rules.d.ts +13 -0
  14. package/cloud_monitor/rules.js +1 -0
  15. package/cloud_monitor/rules.js.map +1 -1
  16. package/ecs/getHpcClusters.d.ts +46 -0
  17. package/ecs/getHpcClusters.js +4 -0
  18. package/ecs/getHpcClusters.js.map +1 -1
  19. package/ecs/getKeyPairs.d.ts +25 -0
  20. package/ecs/getKeyPairs.js +2 -0
  21. package/ecs/getKeyPairs.js.map +1 -1
  22. package/ecs/getLaunchTemplates.d.ts +25 -0
  23. package/ecs/getLaunchTemplates.js +2 -0
  24. package/ecs/getLaunchTemplates.js.map +1 -1
  25. package/ecs/hpcCluster.d.ts +31 -0
  26. package/ecs/hpcCluster.js +9 -0
  27. package/ecs/hpcCluster.js.map +1 -1
  28. package/ecs/hpcClusters.d.ts +46 -0
  29. package/ecs/hpcClusters.js +4 -0
  30. package/ecs/hpcClusters.js.map +1 -1
  31. package/ecs/keyPair.d.ts +31 -0
  32. package/ecs/keyPair.js +9 -0
  33. package/ecs/keyPair.js.map +1 -1
  34. package/ecs/keyPairs.d.ts +25 -0
  35. package/ecs/keyPairs.js +2 -0
  36. package/ecs/keyPairs.js.map +1 -1
  37. package/ecs/launchTemplate.d.ts +53 -0
  38. package/ecs/launchTemplate.js +13 -0
  39. package/ecs/launchTemplate.js.map +1 -1
  40. package/ecs/launchTemplates.d.ts +25 -0
  41. package/ecs/launchTemplates.js +2 -0
  42. package/ecs/launchTemplates.js.map +1 -1
  43. package/iam/accessKeyLastUseds.d.ts +2 -2
  44. package/iam/accessKeyLastUseds.js +2 -2
  45. package/iam/allowedIpAddress.d.ts +2 -2
  46. package/iam/allowedIpAddress.js +2 -2
  47. package/iam/getAccessKeyLastUseds.d.ts +2 -2
  48. package/iam/getAccessKeyLastUseds.js +2 -2
  49. package/iam/loginProfile.d.ts +1 -1
  50. package/iam/loginProfile.js +1 -1
  51. package/iam/oauthProvider.d.ts +6 -6
  52. package/iam/oauthProvider.js +6 -6
  53. package/iam/oidcProvider.d.ts +4 -4
  54. package/iam/oidcProvider.js +4 -4
  55. package/iam/role.d.ts +5 -5
  56. package/iam/role.js +5 -5
  57. package/iam/serviceLinkedRole.d.ts +2 -2
  58. package/iam/serviceLinkedRole.js +2 -2
  59. package/iam/tag.d.ts +4 -4
  60. package/iam/tag.js +4 -4
  61. package/iam/user.d.ts +13 -7
  62. package/iam/user.js +13 -7
  63. package/iam/user.js.map +1 -1
  64. package/iam/userGroup.d.ts +2 -2
  65. package/iam/userGroup.js +2 -2
  66. package/iam/userGroupPolicyAttachment.d.ts +1 -1
  67. package/iam/userGroupPolicyAttachment.js +1 -1
  68. package/index.d.ts +2 -1
  69. package/index.js +4 -2
  70. package/index.js.map +1 -1
  71. package/kafka/getGroups.d.ts +13 -0
  72. package/kafka/getGroups.js +1 -0
  73. package/kafka/getGroups.js.map +1 -1
  74. package/kafka/getTopics.d.ts +13 -0
  75. package/kafka/getTopics.js +1 -0
  76. package/kafka/getTopics.js.map +1 -1
  77. package/kafka/group.d.ts +18 -0
  78. package/kafka/group.js +6 -0
  79. package/kafka/group.js.map +1 -1
  80. package/kafka/groups.d.ts +13 -0
  81. package/kafka/groups.js +1 -0
  82. package/kafka/groups.js.map +1 -1
  83. package/kafka/topic.d.ts +32 -0
  84. package/kafka/topic.js +12 -0
  85. package/kafka/topic.js.map +1 -1
  86. package/kafka/topics.d.ts +13 -0
  87. package/kafka/topics.js +1 -0
  88. package/kafka/topics.js.map +1 -1
  89. package/nlb/backendServer.d.ts +62 -0
  90. package/nlb/backendServer.js +57 -0
  91. package/nlb/backendServer.js.map +1 -0
  92. package/nlb/getListenerHealths.d.ts +31 -0
  93. package/nlb/getListenerHealths.js +20 -0
  94. package/nlb/getListenerHealths.js.map +1 -0
  95. package/nlb/getListeners.d.ts +44 -0
  96. package/nlb/getListeners.js +25 -0
  97. package/nlb/getListeners.js.map +1 -0
  98. package/nlb/getNetworkLoadBalancerAttributes.d.ts +31 -0
  99. package/nlb/getNetworkLoadBalancerAttributes.js +20 -0
  100. package/nlb/getNetworkLoadBalancerAttributes.js.map +1 -0
  101. package/nlb/getNetworkLoadBalancers.d.ts +53 -0
  102. package/nlb/getNetworkLoadBalancers.js +28 -0
  103. package/nlb/getNetworkLoadBalancers.js.map +1 -0
  104. package/nlb/getServerGroupAttributes.d.ts +31 -0
  105. package/nlb/getServerGroupAttributes.js +20 -0
  106. package/nlb/getServerGroupAttributes.js.map +1 -0
  107. package/nlb/getServerGroups.d.ts +53 -0
  108. package/nlb/getServerGroups.js +28 -0
  109. package/nlb/getServerGroups.js.map +1 -0
  110. package/nlb/getTags.d.ts +41 -0
  111. package/nlb/getTags.js +23 -0
  112. package/nlb/getTags.js.map +1 -0
  113. package/nlb/getZones.d.ts +28 -0
  114. package/nlb/getZones.js +20 -0
  115. package/nlb/getZones.js.map +1 -0
  116. package/nlb/index.d.ts +63 -0
  117. package/nlb/index.js +90 -0
  118. package/nlb/index.js.map +1 -0
  119. package/nlb/listener.d.ts +194 -0
  120. package/nlb/listener.js +87 -0
  121. package/nlb/listener.js.map +1 -0
  122. package/nlb/listenerHealths.d.ts +33 -0
  123. package/nlb/listenerHealths.js +23 -0
  124. package/nlb/listenerHealths.js.map +1 -0
  125. package/nlb/listeners.d.ts +46 -0
  126. package/nlb/listeners.js +28 -0
  127. package/nlb/listeners.js.map +1 -0
  128. package/nlb/networkLoadBalancer.d.ts +338 -0
  129. package/nlb/networkLoadBalancer.js +115 -0
  130. package/nlb/networkLoadBalancer.js.map +1 -0
  131. package/nlb/networkLoadBalancerAttributes.d.ts +33 -0
  132. package/nlb/networkLoadBalancerAttributes.js +23 -0
  133. package/nlb/networkLoadBalancerAttributes.js.map +1 -0
  134. package/nlb/networkLoadBalancers.d.ts +55 -0
  135. package/nlb/networkLoadBalancers.js +31 -0
  136. package/nlb/networkLoadBalancers.js.map +1 -0
  137. package/nlb/serverGroup.d.ts +294 -0
  138. package/nlb/serverGroup.js +97 -0
  139. package/nlb/serverGroup.js.map +1 -0
  140. package/nlb/serverGroupAttributes.d.ts +33 -0
  141. package/nlb/serverGroupAttributes.js +23 -0
  142. package/nlb/serverGroupAttributes.js.map +1 -0
  143. package/nlb/serverGroups.d.ts +55 -0
  144. package/nlb/serverGroups.js +31 -0
  145. package/nlb/serverGroups.js.map +1 -0
  146. package/nlb/tag.d.ts +65 -0
  147. package/nlb/tag.js +59 -0
  148. package/nlb/tag.js.map +1 -0
  149. package/nlb/tags.d.ts +43 -0
  150. package/nlb/tags.js +26 -0
  151. package/nlb/tags.js.map +1 -0
  152. package/nlb/zones.d.ts +30 -0
  153. package/nlb/zones.js +23 -0
  154. package/nlb/zones.js.map +1 -0
  155. package/package.json +1 -1
  156. package/privatelink/getVpcEndpointServices.d.ts +25 -0
  157. package/privatelink/getVpcEndpointServices.js +2 -0
  158. package/privatelink/getVpcEndpointServices.js.map +1 -1
  159. package/privatelink/getVpcEndpoints.d.ts +25 -0
  160. package/privatelink/getVpcEndpoints.js +2 -0
  161. package/privatelink/getVpcEndpoints.js.map +1 -1
  162. package/privatelink/getVpcGatewayEndpoints.d.ts +113 -0
  163. package/privatelink/getVpcGatewayEndpoints.js +32 -0
  164. package/privatelink/getVpcGatewayEndpoints.js.map +1 -0
  165. package/privatelink/index.d.ts +9 -0
  166. package/privatelink/index.js +12 -1
  167. package/privatelink/index.js.map +1 -1
  168. package/privatelink/vpcEndpoint.d.ts +36 -0
  169. package/privatelink/vpcEndpoint.js +14 -0
  170. package/privatelink/vpcEndpoint.js.map +1 -1
  171. package/privatelink/vpcEndpointService.d.ts +29 -0
  172. package/privatelink/vpcEndpointService.js +9 -0
  173. package/privatelink/vpcEndpointService.js.map +1 -1
  174. package/privatelink/vpcEndpointServices.d.ts +25 -0
  175. package/privatelink/vpcEndpointServices.js +2 -0
  176. package/privatelink/vpcEndpointServices.js.map +1 -1
  177. package/privatelink/vpcEndpoints.d.ts +25 -0
  178. package/privatelink/vpcEndpoints.js +2 -0
  179. package/privatelink/vpcEndpoints.js.map +1 -1
  180. package/privatelink/vpcGatewayEndpoint.d.ts +140 -0
  181. package/privatelink/vpcGatewayEndpoint.js +79 -0
  182. package/privatelink/vpcGatewayEndpoint.js.map +1 -0
  183. package/privatelink/vpcGatewayEndpoints.d.ts +115 -0
  184. package/privatelink/vpcGatewayEndpoints.js +35 -0
  185. package/privatelink/vpcGatewayEndpoints.js.map +1 -0
  186. package/tls/alarm.d.ts +3 -3
  187. package/tls/alarm.js +3 -3
  188. package/tls/alarmContentTemplate.d.ts +2 -2
  189. package/tls/alarmContentTemplate.js +2 -2
  190. package/tls/alarmNotifyGroup.d.ts +27 -0
  191. package/tls/alarmNotifyGroup.js +27 -0
  192. package/tls/alarmNotifyGroup.js.map +1 -1
  193. package/tls/alarmNotifyGroups.d.ts +6 -2
  194. package/tls/alarmNotifyGroups.js +6 -2
  195. package/tls/alarmNotifyGroups.js.map +1 -1
  196. package/tls/alarmWebhookIntegration.d.ts +3 -3
  197. package/tls/alarmWebhookIntegration.js +3 -3
  198. package/tls/consumerGroup.d.ts +6 -3
  199. package/tls/consumerGroup.js +6 -3
  200. package/tls/consumerGroup.js.map +1 -1
  201. package/tls/etlTask.d.ts +6 -4
  202. package/tls/etlTask.js +6 -4
  203. package/tls/etlTask.js.map +1 -1
  204. package/tls/etlTasks.d.ts +6 -2
  205. package/tls/etlTasks.js +6 -2
  206. package/tls/etlTasks.js.map +1 -1
  207. package/tls/getAlarmNotifyGroups.d.ts +6 -2
  208. package/tls/getAlarmNotifyGroups.js +6 -2
  209. package/tls/getAlarmNotifyGroups.js.map +1 -1
  210. package/tls/getEtlTasks.d.ts +6 -2
  211. package/tls/getEtlTasks.js +6 -2
  212. package/tls/getEtlTasks.js.map +1 -1
  213. package/tls/getHostGroups.d.ts +6 -2
  214. package/tls/getHostGroups.js +6 -2
  215. package/tls/getHostGroups.js.map +1 -1
  216. package/tls/getImportTasks.d.ts +6 -2
  217. package/tls/getImportTasks.js +6 -2
  218. package/tls/getImportTasks.js.map +1 -1
  219. package/tls/getKafkaConsumers.d.ts +2 -10
  220. package/tls/getKafkaConsumers.js +2 -10
  221. package/tls/getKafkaConsumers.js.map +1 -1
  222. package/tls/getLogSearches.d.ts +6 -6
  223. package/tls/getLogSearches.js +6 -6
  224. package/tls/getShippers.d.ts +6 -2
  225. package/tls/getShippers.js +6 -2
  226. package/tls/getShippers.js.map +1 -1
  227. package/tls/getTraceInstances.d.ts +2 -10
  228. package/tls/getTraceInstances.js +2 -10
  229. package/tls/getTraceInstances.js.map +1 -1
  230. package/tls/hostGroup.d.ts +0 -10
  231. package/tls/hostGroup.js +0 -10
  232. package/tls/hostGroup.js.map +1 -1
  233. package/tls/hostGroups.d.ts +6 -2
  234. package/tls/hostGroups.js +6 -2
  235. package/tls/hostGroups.js.map +1 -1
  236. package/tls/importTask.d.ts +2 -2
  237. package/tls/importTask.js +2 -2
  238. package/tls/importTasks.d.ts +6 -2
  239. package/tls/importTasks.js +6 -2
  240. package/tls/importTasks.js.map +1 -1
  241. package/tls/index_.d.ts +6 -10
  242. package/tls/index_.js +6 -10
  243. package/tls/index_.js.map +1 -1
  244. package/tls/kafkaConsumer.d.ts +1 -1
  245. package/tls/kafkaConsumer.js +1 -1
  246. package/tls/kafkaConsumers.d.ts +2 -10
  247. package/tls/kafkaConsumers.js +2 -10
  248. package/tls/kafkaConsumers.js.map +1 -1
  249. package/tls/logSearches.d.ts +6 -6
  250. package/tls/logSearches.js +6 -6
  251. package/tls/project.d.ts +3 -3
  252. package/tls/project.js +3 -3
  253. package/tls/rule.d.ts +16 -16
  254. package/tls/rule.js +16 -16
  255. package/tls/shard.d.ts +1 -1
  256. package/tls/shard.js +1 -1
  257. package/tls/shipper.d.ts +2 -2
  258. package/tls/shipper.js +2 -2
  259. package/tls/shippers.d.ts +6 -2
  260. package/tls/shippers.js +6 -2
  261. package/tls/shippers.js.map +1 -1
  262. package/tls/tag.d.ts +0 -5
  263. package/tls/tag.js +0 -5
  264. package/tls/tag.js.map +1 -1
  265. package/tls/tagResource.d.ts +0 -4
  266. package/tls/tagResource.js +0 -4
  267. package/tls/tagResource.js.map +1 -1
  268. package/tls/topic.d.ts +7 -2
  269. package/tls/topic.js +7 -2
  270. package/tls/topic.js.map +1 -1
  271. package/tls/traceInstance.d.ts +7 -10
  272. package/tls/traceInstance.js +7 -10
  273. package/tls/traceInstance.js.map +1 -1
  274. package/tls/traceInstances.d.ts +2 -10
  275. package/tls/traceInstances.js +2 -10
  276. package/tls/traceInstances.js.map +1 -1
  277. package/types/input.d.ts +1284 -42
  278. package/types/output.d.ts +3731 -277
  279. package/vmp/alertingRule.d.ts +12 -0
  280. package/vmp/alertingRule.js +2 -0
  281. package/vmp/alertingRule.js.map +1 -1
  282. package/vmp/alertingRules.d.ts +13 -0
  283. package/vmp/alertingRules.js +1 -0
  284. package/vmp/alertingRules.js.map +1 -1
  285. package/vmp/getAlertingRules.d.ts +13 -0
  286. package/vmp/getAlertingRules.js +1 -0
  287. package/vmp/getAlertingRules.js.map +1 -1
  288. package/vpc/getIpv6AddressBandwidths.d.ts +10 -0
  289. package/vpc/getIpv6AddressBandwidths.js +1 -0
  290. package/vpc/getIpv6AddressBandwidths.js.map +1 -1
  291. package/vpc/getIpv6Gateways.d.ts +25 -0
  292. package/vpc/getIpv6Gateways.js +2 -0
  293. package/vpc/getIpv6Gateways.js.map +1 -1
  294. package/vpc/ipv6AddressBandwidth.d.ts +14 -0
  295. package/vpc/ipv6AddressBandwidth.js +2 -0
  296. package/vpc/ipv6AddressBandwidth.js.map +1 -1
  297. package/vpc/ipv6AddressBandwidths.d.ts +10 -0
  298. package/vpc/ipv6AddressBandwidths.js +1 -0
  299. package/vpc/ipv6AddressBandwidths.js.map +1 -1
  300. package/vpc/ipv6Gateway.d.ts +26 -0
  301. package/vpc/ipv6Gateway.js +4 -0
  302. package/vpc/ipv6Gateway.js.map +1 -1
  303. package/vpc/ipv6Gateways.d.ts +25 -0
  304. package/vpc/ipv6Gateways.js +2 -0
  305. package/vpc/ipv6Gateways.js.map +1 -1
  306. package/vpn/connection.d.ts +14 -0
  307. package/vpn/connection.js +2 -0
  308. package/vpn/connection.js.map +1 -1
  309. package/vpn/connections.d.ts +13 -0
  310. package/vpn/connections.js +1 -0
  311. package/vpn/connections.js.map +1 -1
  312. package/vpn/customerGateway.d.ts +26 -0
  313. package/vpn/customerGateway.js +4 -0
  314. package/vpn/customerGateway.js.map +1 -1
  315. package/vpn/customerGateways.d.ts +40 -0
  316. package/vpn/customerGateways.js +3 -0
  317. package/vpn/customerGateways.js.map +1 -1
  318. package/vpn/getConnections.d.ts +13 -0
  319. package/vpn/getConnections.js +1 -0
  320. package/vpn/getConnections.js.map +1 -1
  321. package/vpn/getCustomerGateways.d.ts +40 -0
  322. package/vpn/getCustomerGateways.js +3 -0
  323. package/vpn/getCustomerGateways.js.map +1 -1
  324. package/vpn/getSslVpnClientCerts.d.ts +10 -0
  325. package/vpn/getSslVpnClientCerts.js +1 -0
  326. package/vpn/getSslVpnClientCerts.js.map +1 -1
  327. package/vpn/getSslVpnServers.d.ts +25 -0
  328. package/vpn/getSslVpnServers.js +2 -0
  329. package/vpn/getSslVpnServers.js.map +1 -1
  330. package/vpn/sslVpnClientCert.d.ts +14 -0
  331. package/vpn/sslVpnClientCert.js +2 -0
  332. package/vpn/sslVpnClientCert.js.map +1 -1
  333. package/vpn/sslVpnClientCerts.d.ts +10 -0
  334. package/vpn/sslVpnClientCerts.js +1 -0
  335. package/vpn/sslVpnClientCerts.js.map +1 -1
  336. package/vpn/sslVpnServer.d.ts +14 -0
  337. package/vpn/sslVpnServer.js +2 -0
  338. package/vpn/sslVpnServer.js.map +1 -1
  339. package/vpn/sslVpnServers.d.ts +25 -0
  340. package/vpn/sslVpnServers.js +2 -0
  341. package/vpn/sslVpnServers.js.map +1 -1
@@ -0,0 +1,20 @@
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.getServerGroupAttributesOutput = exports.getServerGroupAttributes = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ function getServerGroupAttributes(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("volcengine:nlb/getServerGroupAttributes:getServerGroupAttributes", {
11
+ "outputFile": args.outputFile,
12
+ "serverGroupId": args.serverGroupId,
13
+ }, opts);
14
+ }
15
+ exports.getServerGroupAttributes = getServerGroupAttributes;
16
+ function getServerGroupAttributesOutput(args, opts) {
17
+ return pulumi.output(args).apply((a) => getServerGroupAttributes(a, opts));
18
+ }
19
+ exports.getServerGroupAttributesOutput = getServerGroupAttributesOutput;
20
+ //# sourceMappingURL=getServerGroupAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServerGroupAttributes.js","sourceRoot":"","sources":["../../nlb/getServerGroupAttributes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IAEpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4DAOC;AAuBD,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,wBAAwB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnF,CAAC;AAFD,wEAEC"}
@@ -0,0 +1,53 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ export declare function getServerGroups(args?: GetServerGroupsArgs, opts?: pulumi.InvokeOptions): Promise<GetServerGroupsResult>;
5
+ /**
6
+ * A collection of arguments for invoking getServerGroups.
7
+ */
8
+ export interface GetServerGroupsArgs {
9
+ instanceIds?: string[];
10
+ outputFile?: string;
11
+ projectName?: string;
12
+ serverGroupIds?: string[];
13
+ serverGroupName?: string;
14
+ serverIps?: string[];
15
+ tags?: inputs.nlb.GetServerGroupsTag[];
16
+ type?: string;
17
+ vpcId?: string;
18
+ }
19
+ /**
20
+ * A collection of values returned by getServerGroups.
21
+ */
22
+ export interface GetServerGroupsResult {
23
+ /**
24
+ * The provider-assigned unique ID for this managed resource.
25
+ */
26
+ readonly id: string;
27
+ readonly instanceIds?: string[];
28
+ readonly outputFile?: string;
29
+ readonly projectName?: string;
30
+ readonly serverGroupIds?: string[];
31
+ readonly serverGroupName?: string;
32
+ readonly serverGroups: outputs.nlb.GetServerGroupsServerGroup[];
33
+ readonly serverIps?: string[];
34
+ readonly tags?: outputs.nlb.GetServerGroupsTag[];
35
+ readonly totalCount: number;
36
+ readonly type?: string;
37
+ readonly vpcId?: string;
38
+ }
39
+ export declare function getServerGroupsOutput(args?: GetServerGroupsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetServerGroupsResult>;
40
+ /**
41
+ * A collection of arguments for invoking getServerGroups.
42
+ */
43
+ export interface GetServerGroupsOutputArgs {
44
+ instanceIds?: pulumi.Input<pulumi.Input<string>[]>;
45
+ outputFile?: pulumi.Input<string>;
46
+ projectName?: pulumi.Input<string>;
47
+ serverGroupIds?: pulumi.Input<pulumi.Input<string>[]>;
48
+ serverGroupName?: pulumi.Input<string>;
49
+ serverIps?: pulumi.Input<pulumi.Input<string>[]>;
50
+ tags?: pulumi.Input<pulumi.Input<inputs.nlb.GetServerGroupsTagArgs>[]>;
51
+ type?: pulumi.Input<string>;
52
+ vpcId?: pulumi.Input<string>;
53
+ }
@@ -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.getServerGroupsOutput = exports.getServerGroups = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ function getServerGroups(args, opts) {
9
+ args = args || {};
10
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
+ return pulumi.runtime.invoke("volcengine:nlb/getServerGroups:getServerGroups", {
12
+ "instanceIds": args.instanceIds,
13
+ "outputFile": args.outputFile,
14
+ "projectName": args.projectName,
15
+ "serverGroupIds": args.serverGroupIds,
16
+ "serverGroupName": args.serverGroupName,
17
+ "serverIps": args.serverIps,
18
+ "tags": args.tags,
19
+ "type": args.type,
20
+ "vpcId": args.vpcId,
21
+ }, opts);
22
+ }
23
+ exports.getServerGroups = getServerGroups;
24
+ function getServerGroupsOutput(args, opts) {
25
+ return pulumi.output(args).apply((a) => getServerGroups(a, opts));
26
+ }
27
+ exports.getServerGroupsOutput = getServerGroupsOutput;
28
+ //# sourceMappingURL=getServerGroups.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getServerGroups.js","sourceRoot":"","sources":["../../nlb/getServerGroups.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QAC3E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,gBAAgB,EAAE,IAAI,CAAC,cAAc;QACrC,iBAAiB,EAAE,IAAI,CAAC,eAAe;QACvC,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;KACtB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAfD,0CAeC;AAqCD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAA2B;IAC/F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -0,0 +1,41 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ export declare function getTags(args: GetTagsArgs, opts?: pulumi.InvokeOptions): Promise<GetTagsResult>;
5
+ /**
6
+ * A collection of arguments for invoking getTags.
7
+ */
8
+ export interface GetTagsArgs {
9
+ outputFile?: string;
10
+ resourceIds?: string[];
11
+ resourceType: string;
12
+ tagFilters?: inputs.nlb.GetTagsTagFilter[];
13
+ tagType?: string;
14
+ }
15
+ /**
16
+ * A collection of values returned by getTags.
17
+ */
18
+ export interface GetTagsResult {
19
+ /**
20
+ * The provider-assigned unique ID for this managed resource.
21
+ */
22
+ readonly id: string;
23
+ readonly outputFile?: string;
24
+ readonly resourceIds?: string[];
25
+ readonly resourceType: string;
26
+ readonly tagFilters?: outputs.nlb.GetTagsTagFilter[];
27
+ readonly tagType?: string;
28
+ readonly tags: outputs.nlb.GetTagsTag[];
29
+ readonly totalCount: number;
30
+ }
31
+ export declare function getTagsOutput(args: GetTagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTagsResult>;
32
+ /**
33
+ * A collection of arguments for invoking getTags.
34
+ */
35
+ export interface GetTagsOutputArgs {
36
+ outputFile?: pulumi.Input<string>;
37
+ resourceIds?: pulumi.Input<pulumi.Input<string>[]>;
38
+ resourceType: pulumi.Input<string>;
39
+ tagFilters?: pulumi.Input<pulumi.Input<inputs.nlb.GetTagsTagFilterArgs>[]>;
40
+ tagType?: pulumi.Input<string>;
41
+ }
package/nlb/getTags.js ADDED
@@ -0,0 +1,23 @@
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.getTagsOutput = exports.getTags = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ function getTags(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("volcengine:nlb/getTags:getTags", {
11
+ "outputFile": args.outputFile,
12
+ "resourceIds": args.resourceIds,
13
+ "resourceType": args.resourceType,
14
+ "tagFilters": args.tagFilters,
15
+ "tagType": args.tagType,
16
+ }, opts);
17
+ }
18
+ exports.getTags = getTags;
19
+ function getTagsOutput(args, opts) {
20
+ return pulumi.output(args).apply((a) => getTags(a, opts));
21
+ }
22
+ exports.getTagsOutput = getTagsOutput;
23
+ //# sourceMappingURL=getTags.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTags.js","sourceRoot":"","sources":["../../nlb/getTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,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,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,cAAc,EAAE,IAAI,CAAC,YAAY;QACjC,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0BAUC;AA6BD,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
@@ -0,0 +1,28 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ export declare function getZones(args?: GetZonesArgs, opts?: pulumi.InvokeOptions): Promise<GetZonesResult>;
4
+ /**
5
+ * A collection of arguments for invoking getZones.
6
+ */
7
+ export interface GetZonesArgs {
8
+ outputFile?: string;
9
+ }
10
+ /**
11
+ * A collection of values returned by getZones.
12
+ */
13
+ export interface GetZonesResult {
14
+ /**
15
+ * The provider-assigned unique ID for this managed resource.
16
+ */
17
+ readonly id: string;
18
+ readonly outputFile?: string;
19
+ readonly totalCount: number;
20
+ readonly zones: outputs.nlb.GetZonesZone[];
21
+ }
22
+ export declare function getZonesOutput(args?: GetZonesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZonesResult>;
23
+ /**
24
+ * A collection of arguments for invoking getZones.
25
+ */
26
+ export interface GetZonesOutputArgs {
27
+ outputFile?: pulumi.Input<string>;
28
+ }
@@ -0,0 +1,20 @@
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.getZonesOutput = exports.getZones = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ function getZones(args, opts) {
9
+ args = args || {};
10
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
+ return pulumi.runtime.invoke("volcengine:nlb/getZones:getZones", {
12
+ "outputFile": args.outputFile,
13
+ }, opts);
14
+ }
15
+ exports.getZones = getZones;
16
+ function getZonesOutput(args, opts) {
17
+ return pulumi.output(args).apply((a) => getZones(a, opts));
18
+ }
19
+ exports.getZonesOutput = getZonesOutput;
20
+ //# sourceMappingURL=getZones.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getZones.js","sourceRoot":"","sources":["../../nlb/getZones.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,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;QAC7D,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,4BAOC;AAqBD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACnE,CAAC;AAFD,wCAEC"}
package/nlb/index.d.ts ADDED
@@ -0,0 +1,63 @@
1
+ export { BackendServerArgs, BackendServerState } from "./backendServer";
2
+ export type BackendServer = import("./backendServer").BackendServer;
3
+ export declare const BackendServer: typeof import("./backendServer").BackendServer;
4
+ export { GetListenerHealthsArgs, GetListenerHealthsResult, GetListenerHealthsOutputArgs } from "./getListenerHealths";
5
+ export declare const getListenerHealths: typeof import("./getListenerHealths").getListenerHealths;
6
+ export declare const getListenerHealthsOutput: typeof import("./getListenerHealths").getListenerHealthsOutput;
7
+ export { GetListenersArgs, GetListenersResult, GetListenersOutputArgs } from "./getListeners";
8
+ export declare const getListeners: typeof import("./getListeners").getListeners;
9
+ export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
10
+ export { GetNetworkLoadBalancerAttributesArgs, GetNetworkLoadBalancerAttributesResult, GetNetworkLoadBalancerAttributesOutputArgs } from "./getNetworkLoadBalancerAttributes";
11
+ export declare const getNetworkLoadBalancerAttributes: typeof import("./getNetworkLoadBalancerAttributes").getNetworkLoadBalancerAttributes;
12
+ export declare const getNetworkLoadBalancerAttributesOutput: typeof import("./getNetworkLoadBalancerAttributes").getNetworkLoadBalancerAttributesOutput;
13
+ export { GetNetworkLoadBalancersArgs, GetNetworkLoadBalancersResult, GetNetworkLoadBalancersOutputArgs } from "./getNetworkLoadBalancers";
14
+ export declare const getNetworkLoadBalancers: typeof import("./getNetworkLoadBalancers").getNetworkLoadBalancers;
15
+ export declare const getNetworkLoadBalancersOutput: typeof import("./getNetworkLoadBalancers").getNetworkLoadBalancersOutput;
16
+ export { GetServerGroupAttributesArgs, GetServerGroupAttributesResult, GetServerGroupAttributesOutputArgs } from "./getServerGroupAttributes";
17
+ export declare const getServerGroupAttributes: typeof import("./getServerGroupAttributes").getServerGroupAttributes;
18
+ export declare const getServerGroupAttributesOutput: typeof import("./getServerGroupAttributes").getServerGroupAttributesOutput;
19
+ export { GetServerGroupsArgs, GetServerGroupsResult, GetServerGroupsOutputArgs } from "./getServerGroups";
20
+ export declare const getServerGroups: typeof import("./getServerGroups").getServerGroups;
21
+ export declare const getServerGroupsOutput: typeof import("./getServerGroups").getServerGroupsOutput;
22
+ export { GetTagsArgs, GetTagsResult, GetTagsOutputArgs } from "./getTags";
23
+ export declare const getTags: typeof import("./getTags").getTags;
24
+ export declare const getTagsOutput: typeof import("./getTags").getTagsOutput;
25
+ export { GetZonesArgs, GetZonesResult, GetZonesOutputArgs } from "./getZones";
26
+ export declare const getZones: typeof import("./getZones").getZones;
27
+ export declare const getZonesOutput: typeof import("./getZones").getZonesOutput;
28
+ export { ListenerArgs, ListenerState } from "./listener";
29
+ export type Listener = import("./listener").Listener;
30
+ export declare const Listener: typeof import("./listener").Listener;
31
+ export { ListenerHealthsArgs, ListenerHealthsResult, ListenerHealthsOutputArgs } from "./listenerHealths";
32
+ export declare const listenerHealths: typeof import("./listenerHealths").listenerHealths;
33
+ export declare const listenerHealthsOutput: typeof import("./listenerHealths").listenerHealthsOutput;
34
+ export { ListenersArgs, ListenersResult, ListenersOutputArgs } from "./listeners";
35
+ export declare const listeners: typeof import("./listeners").listeners;
36
+ export declare const listenersOutput: typeof import("./listeners").listenersOutput;
37
+ export { NetworkLoadBalancerArgs, NetworkLoadBalancerState } from "./networkLoadBalancer";
38
+ export type NetworkLoadBalancer = import("./networkLoadBalancer").NetworkLoadBalancer;
39
+ export declare const NetworkLoadBalancer: typeof import("./networkLoadBalancer").NetworkLoadBalancer;
40
+ export { NetworkLoadBalancerAttributesArgs, NetworkLoadBalancerAttributesResult, NetworkLoadBalancerAttributesOutputArgs } from "./networkLoadBalancerAttributes";
41
+ export declare const networkLoadBalancerAttributes: typeof import("./networkLoadBalancerAttributes").networkLoadBalancerAttributes;
42
+ export declare const networkLoadBalancerAttributesOutput: typeof import("./networkLoadBalancerAttributes").networkLoadBalancerAttributesOutput;
43
+ export { NetworkLoadBalancersArgs, NetworkLoadBalancersResult, NetworkLoadBalancersOutputArgs } from "./networkLoadBalancers";
44
+ export declare const networkLoadBalancers: typeof import("./networkLoadBalancers").networkLoadBalancers;
45
+ export declare const networkLoadBalancersOutput: typeof import("./networkLoadBalancers").networkLoadBalancersOutput;
46
+ export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
47
+ export type ServerGroup = import("./serverGroup").ServerGroup;
48
+ export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
49
+ export { ServerGroupAttributesArgs, ServerGroupAttributesResult, ServerGroupAttributesOutputArgs } from "./serverGroupAttributes";
50
+ export declare const serverGroupAttributes: typeof import("./serverGroupAttributes").serverGroupAttributes;
51
+ export declare const serverGroupAttributesOutput: typeof import("./serverGroupAttributes").serverGroupAttributesOutput;
52
+ export { ServerGroupsArgs, ServerGroupsResult, ServerGroupsOutputArgs } from "./serverGroups";
53
+ export declare const serverGroups: typeof import("./serverGroups").serverGroups;
54
+ export declare const serverGroupsOutput: typeof import("./serverGroups").serverGroupsOutput;
55
+ export { TagArgs, TagState } from "./tag";
56
+ export type Tag = import("./tag").Tag;
57
+ export declare const Tag: typeof import("./tag").Tag;
58
+ export { TagsArgs, TagsResult, TagsOutputArgs } from "./tags";
59
+ export declare const tags: typeof import("./tags").tags;
60
+ export declare const tagsOutput: typeof import("./tags").tagsOutput;
61
+ export { ZonesArgs, ZonesResult, ZonesOutputArgs } from "./zones";
62
+ export declare const zones: typeof import("./zones").zones;
63
+ export declare const zonesOutput: typeof import("./zones").zonesOutput;
package/nlb/index.js ADDED
@@ -0,0 +1,90 @@
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.zonesOutput = exports.zones = exports.tagsOutput = exports.tags = exports.Tag = exports.serverGroupsOutput = exports.serverGroups = exports.serverGroupAttributesOutput = exports.serverGroupAttributes = exports.ServerGroup = exports.networkLoadBalancersOutput = exports.networkLoadBalancers = exports.networkLoadBalancerAttributesOutput = exports.networkLoadBalancerAttributes = exports.NetworkLoadBalancer = exports.listenersOutput = exports.listeners = exports.listenerHealthsOutput = exports.listenerHealths = exports.Listener = exports.getZonesOutput = exports.getZones = exports.getTagsOutput = exports.getTags = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupAttributesOutput = exports.getServerGroupAttributes = exports.getNetworkLoadBalancersOutput = exports.getNetworkLoadBalancers = exports.getNetworkLoadBalancerAttributesOutput = exports.getNetworkLoadBalancerAttributes = exports.getListenersOutput = exports.getListeners = exports.getListenerHealthsOutput = exports.getListenerHealths = exports.BackendServer = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.BackendServer = null;
9
+ utilities.lazyLoad(exports, ["BackendServer"], () => require("./backendServer"));
10
+ exports.getListenerHealths = null;
11
+ exports.getListenerHealthsOutput = null;
12
+ utilities.lazyLoad(exports, ["getListenerHealths", "getListenerHealthsOutput"], () => require("./getListenerHealths"));
13
+ exports.getListeners = null;
14
+ exports.getListenersOutput = null;
15
+ utilities.lazyLoad(exports, ["getListeners", "getListenersOutput"], () => require("./getListeners"));
16
+ exports.getNetworkLoadBalancerAttributes = null;
17
+ exports.getNetworkLoadBalancerAttributesOutput = null;
18
+ utilities.lazyLoad(exports, ["getNetworkLoadBalancerAttributes", "getNetworkLoadBalancerAttributesOutput"], () => require("./getNetworkLoadBalancerAttributes"));
19
+ exports.getNetworkLoadBalancers = null;
20
+ exports.getNetworkLoadBalancersOutput = null;
21
+ utilities.lazyLoad(exports, ["getNetworkLoadBalancers", "getNetworkLoadBalancersOutput"], () => require("./getNetworkLoadBalancers"));
22
+ exports.getServerGroupAttributes = null;
23
+ exports.getServerGroupAttributesOutput = null;
24
+ utilities.lazyLoad(exports, ["getServerGroupAttributes", "getServerGroupAttributesOutput"], () => require("./getServerGroupAttributes"));
25
+ exports.getServerGroups = null;
26
+ exports.getServerGroupsOutput = null;
27
+ utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () => require("./getServerGroups"));
28
+ exports.getTags = null;
29
+ exports.getTagsOutput = null;
30
+ utilities.lazyLoad(exports, ["getTags", "getTagsOutput"], () => require("./getTags"));
31
+ exports.getZones = null;
32
+ exports.getZonesOutput = null;
33
+ utilities.lazyLoad(exports, ["getZones", "getZonesOutput"], () => require("./getZones"));
34
+ exports.Listener = null;
35
+ utilities.lazyLoad(exports, ["Listener"], () => require("./listener"));
36
+ exports.listenerHealths = null;
37
+ exports.listenerHealthsOutput = null;
38
+ utilities.lazyLoad(exports, ["listenerHealths", "listenerHealthsOutput"], () => require("./listenerHealths"));
39
+ exports.listeners = null;
40
+ exports.listenersOutput = null;
41
+ utilities.lazyLoad(exports, ["listeners", "listenersOutput"], () => require("./listeners"));
42
+ exports.NetworkLoadBalancer = null;
43
+ utilities.lazyLoad(exports, ["NetworkLoadBalancer"], () => require("./networkLoadBalancer"));
44
+ exports.networkLoadBalancerAttributes = null;
45
+ exports.networkLoadBalancerAttributesOutput = null;
46
+ utilities.lazyLoad(exports, ["networkLoadBalancerAttributes", "networkLoadBalancerAttributesOutput"], () => require("./networkLoadBalancerAttributes"));
47
+ exports.networkLoadBalancers = null;
48
+ exports.networkLoadBalancersOutput = null;
49
+ utilities.lazyLoad(exports, ["networkLoadBalancers", "networkLoadBalancersOutput"], () => require("./networkLoadBalancers"));
50
+ exports.ServerGroup = null;
51
+ utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
52
+ exports.serverGroupAttributes = null;
53
+ exports.serverGroupAttributesOutput = null;
54
+ utilities.lazyLoad(exports, ["serverGroupAttributes", "serverGroupAttributesOutput"], () => require("./serverGroupAttributes"));
55
+ exports.serverGroups = null;
56
+ exports.serverGroupsOutput = null;
57
+ utilities.lazyLoad(exports, ["serverGroups", "serverGroupsOutput"], () => require("./serverGroups"));
58
+ exports.Tag = null;
59
+ utilities.lazyLoad(exports, ["Tag"], () => require("./tag"));
60
+ exports.tags = null;
61
+ exports.tagsOutput = null;
62
+ utilities.lazyLoad(exports, ["tags", "tagsOutput"], () => require("./tags"));
63
+ exports.zones = null;
64
+ exports.zonesOutput = null;
65
+ utilities.lazyLoad(exports, ["zones", "zonesOutput"], () => require("./zones"));
66
+ const _module = {
67
+ version: utilities.getVersion(),
68
+ construct: (name, type, urn) => {
69
+ switch (type) {
70
+ case "volcengine:nlb/backendServer:BackendServer":
71
+ return new exports.BackendServer(name, undefined, { urn });
72
+ case "volcengine:nlb/listener:Listener":
73
+ return new exports.Listener(name, undefined, { urn });
74
+ case "volcengine:nlb/networkLoadBalancer:NetworkLoadBalancer":
75
+ return new exports.NetworkLoadBalancer(name, undefined, { urn });
76
+ case "volcengine:nlb/serverGroup:ServerGroup":
77
+ return new exports.ServerGroup(name, undefined, { urn });
78
+ case "volcengine:nlb/tag:Tag":
79
+ return new exports.Tag(name, undefined, { urn });
80
+ default:
81
+ throw new Error(`unknown resource type ${type}`);
82
+ }
83
+ },
84
+ };
85
+ pulumi.runtime.registerResourceModule("volcengine", "nlb/backendServer", _module);
86
+ pulumi.runtime.registerResourceModule("volcengine", "nlb/listener", _module);
87
+ pulumi.runtime.registerResourceModule("volcengine", "nlb/networkLoadBalancer", _module);
88
+ pulumi.runtime.registerResourceModule("volcengine", "nlb/serverGroup", _module);
89
+ pulumi.runtime.registerResourceModule("volcengine", "nlb/tag", _module);
90
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../nlb/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,194 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ export declare class Listener extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing Listener resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ListenerState, opts?: pulumi.CustomResourceOptions): Listener;
15
+ /**
16
+ * Returns true if the given object is an instance of Listener. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is Listener;
20
+ /**
21
+ * The connection timeout of the listener.
22
+ */
23
+ readonly connectionTimeout: pulumi.Output<number | undefined>;
24
+ /**
25
+ * The create time of the listener.
26
+ */
27
+ readonly createTime: pulumi.Output<string>;
28
+ /**
29
+ * The description of the listener.
30
+ */
31
+ readonly description: pulumi.Output<string | undefined>;
32
+ /**
33
+ * Whether to enable the listener.
34
+ */
35
+ readonly enabled: pulumi.Output<boolean | undefined>;
36
+ /**
37
+ * The end port of the listener. Range: 0-65535.
38
+ */
39
+ readonly endPort: pulumi.Output<number | undefined>;
40
+ /**
41
+ * The name of the listener.
42
+ */
43
+ readonly listenerName: pulumi.Output<string | undefined>;
44
+ /**
45
+ * The id of the NLB.
46
+ */
47
+ readonly loadBalancerId: pulumi.Output<string>;
48
+ /**
49
+ * The port of the listener. Range: 0-65535.
50
+ */
51
+ readonly port: pulumi.Output<number>;
52
+ /**
53
+ * The protocol of the listener. Valid values: `TCP`, `UDP`.
54
+ */
55
+ readonly protocol: pulumi.Output<string>;
56
+ /**
57
+ * The id of the server group.
58
+ */
59
+ readonly serverGroupId: pulumi.Output<string>;
60
+ /**
61
+ * The start port of the listener. Range: 0-65535.
62
+ */
63
+ readonly startPort: pulumi.Output<number | undefined>;
64
+ /**
65
+ * The status of the listener.
66
+ */
67
+ readonly status: pulumi.Output<string>;
68
+ /**
69
+ * Tags.
70
+ */
71
+ readonly tags: pulumi.Output<outputs.nlb.ListenerTag[] | undefined>;
72
+ /**
73
+ * The update time of the listener.
74
+ */
75
+ readonly updateTime: pulumi.Output<string>;
76
+ /**
77
+ * Create a Listener resource with the given unique name, arguments, and options.
78
+ *
79
+ * @param name The _unique_ name of the resource.
80
+ * @param args The arguments to use to populate this resource's properties.
81
+ * @param opts A bag of options that control this resource's behavior.
82
+ */
83
+ constructor(name: string, args: ListenerArgs, opts?: pulumi.CustomResourceOptions);
84
+ }
85
+ /**
86
+ * Input properties used for looking up and filtering Listener resources.
87
+ */
88
+ export interface ListenerState {
89
+ /**
90
+ * The connection timeout of the listener.
91
+ */
92
+ connectionTimeout?: pulumi.Input<number>;
93
+ /**
94
+ * The create time of the listener.
95
+ */
96
+ createTime?: pulumi.Input<string>;
97
+ /**
98
+ * The description of the listener.
99
+ */
100
+ description?: pulumi.Input<string>;
101
+ /**
102
+ * Whether to enable the listener.
103
+ */
104
+ enabled?: pulumi.Input<boolean>;
105
+ /**
106
+ * The end port of the listener. Range: 0-65535.
107
+ */
108
+ endPort?: pulumi.Input<number>;
109
+ /**
110
+ * The name of the listener.
111
+ */
112
+ listenerName?: pulumi.Input<string>;
113
+ /**
114
+ * The id of the NLB.
115
+ */
116
+ loadBalancerId?: pulumi.Input<string>;
117
+ /**
118
+ * The port of the listener. Range: 0-65535.
119
+ */
120
+ port?: pulumi.Input<number>;
121
+ /**
122
+ * The protocol of the listener. Valid values: `TCP`, `UDP`.
123
+ */
124
+ protocol?: pulumi.Input<string>;
125
+ /**
126
+ * The id of the server group.
127
+ */
128
+ serverGroupId?: pulumi.Input<string>;
129
+ /**
130
+ * The start port of the listener. Range: 0-65535.
131
+ */
132
+ startPort?: pulumi.Input<number>;
133
+ /**
134
+ * The status of the listener.
135
+ */
136
+ status?: pulumi.Input<string>;
137
+ /**
138
+ * Tags.
139
+ */
140
+ tags?: pulumi.Input<pulumi.Input<inputs.nlb.ListenerTag>[]>;
141
+ /**
142
+ * The update time of the listener.
143
+ */
144
+ updateTime?: pulumi.Input<string>;
145
+ }
146
+ /**
147
+ * The set of arguments for constructing a Listener resource.
148
+ */
149
+ export interface ListenerArgs {
150
+ /**
151
+ * The connection timeout of the listener.
152
+ */
153
+ connectionTimeout?: pulumi.Input<number>;
154
+ /**
155
+ * The description of the listener.
156
+ */
157
+ description?: pulumi.Input<string>;
158
+ /**
159
+ * Whether to enable the listener.
160
+ */
161
+ enabled?: pulumi.Input<boolean>;
162
+ /**
163
+ * The end port of the listener. Range: 0-65535.
164
+ */
165
+ endPort?: pulumi.Input<number>;
166
+ /**
167
+ * The name of the listener.
168
+ */
169
+ listenerName?: pulumi.Input<string>;
170
+ /**
171
+ * The id of the NLB.
172
+ */
173
+ loadBalancerId: pulumi.Input<string>;
174
+ /**
175
+ * The port of the listener. Range: 0-65535.
176
+ */
177
+ port: pulumi.Input<number>;
178
+ /**
179
+ * The protocol of the listener. Valid values: `TCP`, `UDP`.
180
+ */
181
+ protocol: pulumi.Input<string>;
182
+ /**
183
+ * The id of the server group.
184
+ */
185
+ serverGroupId: pulumi.Input<string>;
186
+ /**
187
+ * The start port of the listener. Range: 0-65535.
188
+ */
189
+ startPort?: pulumi.Input<number>;
190
+ /**
191
+ * Tags.
192
+ */
193
+ tags?: pulumi.Input<pulumi.Input<inputs.nlb.ListenerTag>[]>;
194
+ }