@volcengine/pulumi-volcenginecc 0.0.2 → 0.0.4

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 (287) hide show
  1. package/alb/acl.d.ts +149 -0
  2. package/alb/acl.js +96 -0
  3. package/alb/acl.js.map +1 -0
  4. package/alb/getAcl.d.ts +81 -0
  5. package/alb/getAcl.js +28 -0
  6. package/alb/getAcl.js.map +1 -0
  7. package/alb/getAcls.d.ts +22 -0
  8. package/alb/getAcls.js +24 -0
  9. package/alb/getAcls.js.map +1 -0
  10. package/alb/getListener.d.ts +157 -0
  11. package/alb/getListener.js +28 -0
  12. package/alb/getListener.js.map +1 -0
  13. package/alb/getListeners.d.ts +22 -0
  14. package/alb/getListeners.js +24 -0
  15. package/alb/getListeners.js.map +1 -0
  16. package/alb/getLoadBalancer.d.ts +153 -0
  17. package/alb/getLoadBalancer.js +28 -0
  18. package/alb/getLoadBalancer.js.map +1 -0
  19. package/alb/getLoadBalancers.d.ts +22 -0
  20. package/alb/getLoadBalancers.js +24 -0
  21. package/alb/getLoadBalancers.js.map +1 -0
  22. package/alb/getServerGroup.d.ts +109 -0
  23. package/alb/getServerGroup.js +28 -0
  24. package/alb/getServerGroup.js.map +1 -0
  25. package/alb/getServerGroups.d.ts +22 -0
  26. package/alb/getServerGroups.js +24 -0
  27. package/alb/getServerGroups.js.map +1 -0
  28. package/alb/index.d.ts +36 -0
  29. package/alb/index.js +45 -1
  30. package/alb/index.js.map +1 -1
  31. package/alb/listener.d.ts +360 -0
  32. package/alb/listener.js +128 -0
  33. package/alb/listener.js.map +1 -0
  34. package/alb/loadBalancer.d.ts +341 -0
  35. package/alb/loadBalancer.js +120 -0
  36. package/alb/loadBalancer.js.map +1 -0
  37. package/alb/serverGroup.d.ts +219 -0
  38. package/alb/serverGroup.js +95 -0
  39. package/alb/serverGroup.js.map +1 -0
  40. package/apig/gatewayService.d.ts +179 -0
  41. package/apig/gatewayService.js +114 -0
  42. package/apig/gatewayService.js.map +1 -0
  43. package/apig/getGatewayService.d.ts +89 -0
  44. package/apig/getGatewayService.js +28 -0
  45. package/apig/getGatewayService.js.map +1 -0
  46. package/apig/getGatewayServices.d.ts +22 -0
  47. package/apig/getGatewayServices.js +24 -0
  48. package/apig/getGatewayServices.js.map +1 -0
  49. package/apig/getUpstreamSource.d.ts +81 -0
  50. package/apig/getUpstreamSource.js +28 -0
  51. package/apig/getUpstreamSource.js.map +1 -0
  52. package/apig/getUpstreamSources.d.ts +22 -0
  53. package/apig/getUpstreamSources.js +24 -0
  54. package/apig/getUpstreamSources.js.map +1 -0
  55. package/apig/index.d.ts +18 -0
  56. package/apig/index.js +39 -0
  57. package/apig/index.js.map +1 -0
  58. package/apig/upstreamSource.d.ts +159 -0
  59. package/apig/upstreamSource.js +87 -0
  60. package/apig/upstreamSource.js.map +1 -0
  61. package/autoscaling/getScalingConfiguration.d.ts +140 -0
  62. package/autoscaling/getScalingConfiguration.js +28 -0
  63. package/autoscaling/getScalingConfiguration.js.map +1 -0
  64. package/autoscaling/getScalingConfigurations.d.ts +22 -0
  65. package/autoscaling/getScalingConfigurations.js +24 -0
  66. package/autoscaling/getScalingConfigurations.js.map +1 -0
  67. package/autoscaling/index.d.ts +9 -0
  68. package/autoscaling/index.js +28 -0
  69. package/autoscaling/index.js.map +1 -0
  70. package/autoscaling/scalingConfiguration.d.ts +318 -0
  71. package/autoscaling/scalingConfiguration.js +108 -0
  72. package/autoscaling/scalingConfiguration.js.map +1 -0
  73. package/clb/acl.d.ts +166 -0
  74. package/clb/acl.js +107 -0
  75. package/clb/acl.js.map +1 -0
  76. package/clb/certificate.d.ts +187 -0
  77. package/clb/certificate.js +109 -0
  78. package/clb/certificate.js.map +1 -0
  79. package/clb/getAcl.d.ts +85 -0
  80. package/clb/getAcl.js +28 -0
  81. package/clb/getAcl.js.map +1 -0
  82. package/clb/getAcls.d.ts +22 -0
  83. package/clb/getAcls.js +24 -0
  84. package/clb/getAcls.js.map +1 -0
  85. package/clb/getCertificate.d.ts +89 -0
  86. package/clb/getCertificate.js +28 -0
  87. package/clb/getCertificate.js.map +1 -0
  88. package/clb/getCertificates.d.ts +22 -0
  89. package/clb/getCertificates.js +24 -0
  90. package/clb/getCertificates.js.map +1 -0
  91. package/clb/getListener.d.ts +213 -0
  92. package/clb/getListener.js +28 -0
  93. package/clb/getListener.js.map +1 -0
  94. package/clb/getListeners.d.ts +22 -0
  95. package/clb/getListeners.js +24 -0
  96. package/clb/getListeners.js.map +1 -0
  97. package/clb/getRule.d.ts +73 -0
  98. package/clb/getRule.js +28 -0
  99. package/clb/getRule.js.map +1 -0
  100. package/clb/getRules.d.ts +22 -0
  101. package/clb/getRules.js +24 -0
  102. package/clb/getRules.js.map +1 -0
  103. package/clb/index.d.ts +36 -0
  104. package/clb/index.js +45 -1
  105. package/clb/index.js.map +1 -1
  106. package/clb/listener.d.ts +546 -0
  107. package/clb/listener.js +156 -0
  108. package/clb/listener.js.map +1 -0
  109. package/clb/rule.d.ts +162 -0
  110. package/clb/rule.js +97 -0
  111. package/clb/rule.js.map +1 -0
  112. package/cr/getNameSpace.d.ts +52 -0
  113. package/cr/getNameSpace.js +28 -0
  114. package/cr/getNameSpace.js.map +1 -0
  115. package/cr/getNameSpaces.d.ts +22 -0
  116. package/cr/getNameSpaces.js +24 -0
  117. package/cr/getNameSpaces.js.map +1 -0
  118. package/cr/getRegistries.d.ts +22 -0
  119. package/cr/getRegistries.js +24 -0
  120. package/cr/getRegistries.js.map +1 -0
  121. package/cr/getRegistry.d.ts +81 -0
  122. package/cr/getRegistry.js +28 -0
  123. package/cr/getRegistry.js.map +1 -0
  124. package/cr/index.d.ts +18 -0
  125. package/cr/index.js +23 -1
  126. package/cr/index.js.map +1 -1
  127. package/cr/nameSpace.d.ts +102 -0
  128. package/cr/nameSpace.js +83 -0
  129. package/cr/nameSpace.js.map +1 -0
  130. package/cr/registry.d.ts +159 -0
  131. package/cr/registry.js +98 -0
  132. package/cr/registry.js.map +1 -0
  133. package/directconnect/directConnectGateway.d.ts +191 -0
  134. package/directconnect/directConnectGateway.js +104 -0
  135. package/directconnect/directConnectGateway.js.map +1 -0
  136. package/directconnect/getDirectConnectGateway.d.ts +97 -0
  137. package/directconnect/getDirectConnectGateway.js +28 -0
  138. package/directconnect/getDirectConnectGateway.js.map +1 -0
  139. package/directconnect/getDirectConnectGateways.d.ts +22 -0
  140. package/directconnect/getDirectConnectGateways.js +24 -0
  141. package/directconnect/getDirectConnectGateways.js.map +1 -0
  142. package/directconnect/index.d.ts +9 -0
  143. package/directconnect/index.js +28 -0
  144. package/directconnect/index.js.map +1 -0
  145. package/ecs/getInstance.d.ts +66 -0
  146. package/ecs/getInstance.js +28 -0
  147. package/ecs/getInstance.js.map +1 -0
  148. package/ecs/getInstances.d.ts +22 -0
  149. package/ecs/getInstances.js +24 -0
  150. package/ecs/getInstances.js.map +1 -0
  151. package/ecs/index.d.ts +9 -0
  152. package/ecs/index.js +12 -1
  153. package/ecs/index.js.map +1 -1
  154. package/ecs/instance.d.ts +582 -0
  155. package/ecs/instance.js +150 -0
  156. package/ecs/instance.js.map +1 -0
  157. package/index.d.ts +10 -1
  158. package/index.js +19 -1
  159. package/index.js.map +1 -1
  160. package/package.json +2 -2
  161. package/rdsmysql/database.d.ts +100 -0
  162. package/rdsmysql/database.js +74 -0
  163. package/rdsmysql/database.js.map +1 -0
  164. package/rdsmysql/getDatabase.d.ts +58 -0
  165. package/rdsmysql/getDatabase.js +28 -0
  166. package/rdsmysql/getDatabase.js.map +1 -0
  167. package/rdsmysql/getDatabases.d.ts +22 -0
  168. package/rdsmysql/getDatabases.js +24 -0
  169. package/rdsmysql/getDatabases.js.map +1 -0
  170. package/rdsmysql/index.d.ts +9 -0
  171. package/rdsmysql/index.js +28 -0
  172. package/rdsmysql/index.js.map +1 -0
  173. package/redis/getInstance.d.ts +205 -0
  174. package/redis/getInstance.js +28 -0
  175. package/redis/getInstance.js.map +1 -0
  176. package/redis/getInstances.d.ts +22 -0
  177. package/redis/getInstances.js +24 -0
  178. package/redis/getInstances.js.map +1 -0
  179. package/redis/index.d.ts +9 -0
  180. package/redis/index.js +28 -0
  181. package/redis/index.js.map +1 -0
  182. package/redis/instance.d.ts +485 -0
  183. package/redis/instance.js +200 -0
  184. package/redis/instance.js.map +1 -0
  185. package/storageebs/getVolume.d.ts +4 -0
  186. package/storageebs/getVolume.js.map +1 -1
  187. package/storageebs/volume.d.ts +3 -0
  188. package/storageebs/volume.js +2 -0
  189. package/storageebs/volume.js.map +1 -1
  190. package/tls/getTopic.d.ts +113 -0
  191. package/tls/getTopic.js +28 -0
  192. package/tls/getTopic.js.map +1 -0
  193. package/tls/getTopics.d.ts +22 -0
  194. package/tls/getTopics.js +24 -0
  195. package/tls/getTopics.js.map +1 -0
  196. package/tls/index.d.ts +9 -0
  197. package/tls/index.js +28 -0
  198. package/tls/index.js.map +1 -0
  199. package/tls/topic.d.ts +280 -0
  200. package/tls/topic.js +129 -0
  201. package/tls/topic.js.map +1 -0
  202. package/transitrouter/getTransitRouterRouteEntries.d.ts +22 -0
  203. package/transitrouter/getTransitRouterRouteEntries.js +24 -0
  204. package/transitrouter/getTransitRouterRouteEntries.js.map +1 -0
  205. package/transitrouter/getTransitRouterRouteEntry.d.ts +84 -0
  206. package/transitrouter/getTransitRouterRouteEntry.js +28 -0
  207. package/transitrouter/getTransitRouterRouteEntry.js.map +1 -0
  208. package/transitrouter/getTransitRouterRouteTable.d.ts +81 -0
  209. package/transitrouter/getTransitRouterRouteTable.js +28 -0
  210. package/transitrouter/getTransitRouterRouteTable.js.map +1 -0
  211. package/transitrouter/getTransitRouterRouteTables.d.ts +22 -0
  212. package/transitrouter/getTransitRouterRouteTables.js +24 -0
  213. package/transitrouter/getTransitRouterRouteTables.js.map +1 -0
  214. package/transitrouter/index.d.ts +18 -0
  215. package/transitrouter/index.js +23 -1
  216. package/transitrouter/index.js.map +1 -1
  217. package/transitrouter/transitRouterRouteEntry.d.ts +186 -0
  218. package/transitrouter/transitRouterRouteEntry.js +106 -0
  219. package/transitrouter/transitRouterRouteEntry.js.map +1 -0
  220. package/transitrouter/transitRouterRouteTable.d.ts +159 -0
  221. package/transitrouter/transitRouterRouteTable.js +98 -0
  222. package/transitrouter/transitRouterRouteTable.js.map +1 -0
  223. package/types/input.d.ts +1375 -43
  224. package/types/output.d.ts +3534 -723
  225. package/vefaas/getKafkaTrigger.d.ts +101 -0
  226. package/vefaas/getKafkaTrigger.js +28 -0
  227. package/vefaas/getKafkaTrigger.js.map +1 -0
  228. package/vefaas/getKafkaTriggers.d.ts +22 -0
  229. package/vefaas/getKafkaTriggers.js +24 -0
  230. package/vefaas/getKafkaTriggers.js.map +1 -0
  231. package/vefaas/getSandbox.d.ts +117 -0
  232. package/vefaas/getSandbox.js +28 -0
  233. package/vefaas/getSandbox.js.map +1 -0
  234. package/vefaas/getSandboxes.d.ts +22 -0
  235. package/vefaas/getSandboxes.js +24 -0
  236. package/vefaas/getSandboxes.js.map +1 -0
  237. package/vefaas/index.d.ts +18 -0
  238. package/vefaas/index.js +39 -0
  239. package/vefaas/index.js.map +1 -0
  240. package/vefaas/kafkaTrigger.d.ts +244 -0
  241. package/vefaas/kafkaTrigger.js +128 -0
  242. package/vefaas/kafkaTrigger.js.map +1 -0
  243. package/vefaas/sandbox.d.ts +229 -0
  244. package/vefaas/sandbox.js +99 -0
  245. package/vefaas/sandbox.js.map +1 -0
  246. package/vke/addon.d.ts +159 -0
  247. package/vke/addon.js +90 -0
  248. package/vke/addon.js.map +1 -0
  249. package/vke/getAddon.d.ts +73 -0
  250. package/vke/getAddon.js +28 -0
  251. package/vke/getAddon.js.map +1 -0
  252. package/vke/getAddons.d.ts +22 -0
  253. package/vke/getAddons.js +24 -0
  254. package/vke/getAddons.js.map +1 -0
  255. package/vke/index.d.ts +9 -0
  256. package/vke/index.js +28 -0
  257. package/vke/index.js.map +1 -0
  258. package/vpc/getNetworkAcl.d.ts +93 -0
  259. package/vpc/getNetworkAcl.js +28 -0
  260. package/vpc/getNetworkAcl.js.map +1 -0
  261. package/vpc/getNetworkAcls.d.ts +22 -0
  262. package/vpc/getNetworkAcls.js +24 -0
  263. package/vpc/getNetworkAcls.js.map +1 -0
  264. package/vpc/getPrefixList.d.ts +93 -0
  265. package/vpc/getPrefixList.js +28 -0
  266. package/vpc/getPrefixList.js.map +1 -0
  267. package/vpc/getPrefixLists.d.ts +22 -0
  268. package/vpc/getPrefixLists.js +24 -0
  269. package/vpc/getPrefixLists.js.map +1 -0
  270. package/vpc/index.d.ts +18 -0
  271. package/vpc/index.js +23 -1
  272. package/vpc/index.js.map +1 -1
  273. package/vpc/networkAcl.d.ts +143 -0
  274. package/vpc/networkAcl.js +87 -0
  275. package/vpc/networkAcl.js.map +1 -0
  276. package/vpc/prefixList.d.ts +180 -0
  277. package/vpc/prefixList.js +110 -0
  278. package/vpc/prefixList.js.map +1 -0
  279. package/waf/getDomain.d.ts +344 -0
  280. package/waf/getDomain.js +28 -0
  281. package/waf/getDomain.js.map +1 -0
  282. package/waf/getDomains.d.ts +22 -0
  283. package/waf/getDomains.js +24 -0
  284. package/waf/getDomains.js.map +1 -0
  285. package/waf/index.d.ts +6 -0
  286. package/waf/index.js +13 -0
  287. package/waf/index.js.map +1 -0
@@ -0,0 +1,213 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::CLB::Listener
5
+ */
6
+ export declare function getListener(args: GetListenerArgs, opts?: pulumi.InvokeOptions): Promise<GetListenerResult>;
7
+ /**
8
+ * A collection of arguments for invoking getListener.
9
+ */
10
+ export interface GetListenerArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getListener.
18
+ */
19
+ export interface GetListenerResult {
20
+ /**
21
+ * 监听器绑定的访问控制策略组ID。仅AclStatus参数为on时返回。
22
+ */
23
+ readonly aclIds: string[];
24
+ /**
25
+ * 是否开启访问控制功能。取值如下:on:开启。off(默认值):不开启。
26
+ */
27
+ readonly aclStatus: string;
28
+ /**
29
+ * 访问控制的方式。white:白名单。black:黑名单。仅AclStatus参数为on时,本参数有效。
30
+ */
31
+ readonly aclType: string;
32
+ /**
33
+ * 监听器的带宽上限,即此监听器独占CLB实例的带宽,单位为Mbps。-1(默认值):此监听器不独占CLB的带,与其他监听器共享CLB实例未被独占的带宽。取值范围:1~CLB实例未被独占的带宽。
34
+ */
35
+ readonly bandwidth: number;
36
+ /**
37
+ * 双向认证的CA证书。
38
+ */
39
+ readonly caCertificateId: string;
40
+ /**
41
+ * 是否开启双向认证。on:开启。off(默认值):不开启。
42
+ */
43
+ readonly caEnabled: string;
44
+ /**
45
+ * 证书中心的证书的ID。
46
+ */
47
+ readonly certCenterCertificateId: string;
48
+ /**
49
+ * CLB侧证书管理模块的证书的ID。
50
+ */
51
+ readonly certificateId: string;
52
+ /**
53
+ * 证书的来源。clb (默认):CLB上传的证书。cert_center:证书中心上传的证书。user:用户上传的证书。
54
+ */
55
+ readonly certificateSource: string;
56
+ /**
57
+ * 读取客户端请求正文的超时时间。此超时时间仅针对两个连续的读操作之间设置,而非整个请求的传输过程。取值范围为 30-120秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效
58
+ */
59
+ readonly clientBodyTimeout: number;
60
+ /**
61
+ * 读取客户端请求头的超时时间。取值范围为30-120秒。默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
62
+ */
63
+ readonly clientHeaderTimeout: number;
64
+ /**
65
+ * 监听器是否开启连接优雅中断功能。on:开启。off:不开启。参数Protocol返回为HTTP或HTTPS时,该参数固定返回off。
66
+ */
67
+ readonly connectionDrainEnabled: string;
68
+ /**
69
+ * 连接优雅中断的超时时间,单位为秒。参数ConnectionDrainEnabled返回为off时,该参数返回0。
70
+ */
71
+ readonly connectionDrainTimeout: number;
72
+ /**
73
+ * 后端服务器配置的会话保持的Cookie名称。仅参数PersistenceType取server时,本参数有效且必填。只能包含字母、数字、下划线(_)和中划线(-)。长度限制在1~200字符之间。
74
+ */
75
+ readonly cookie: string;
76
+ /**
77
+ * 每秒新建连接数的上限。-1(默认值):不限制,即CLB实例的新建连接数上限。取值范围:1~CLB实例的新连接数上限。
78
+ */
79
+ readonly cps: number;
80
+ /**
81
+ * 监听器的创建时间。
82
+ */
83
+ readonly createdTime: string;
84
+ /**
85
+ * 监听器的描述。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:英文逗号(,)、点(.)、下划线(_)、空格( )、等号(=)、中划线(-)、中文逗号(,)、中文句号(。)。长度限制为0 ~ 255个字符。不填则默认值为空字符串。
86
+ */
87
+ readonly description: string;
88
+ /**
89
+ * 是否启用监听器。on(默认值):开启。off:不开启。
90
+ */
91
+ readonly enabled: string;
92
+ /**
93
+ * 全端口监听的结束端口,取值范围为1-65535。参数Port为“0”时,该参数必须传入,且该参数取值应大于tartPort。
94
+ */
95
+ readonly endPort: number;
96
+ /**
97
+ * 监听器的连接超时时间。仅参数Protocol取TCP或UDP时,本参数有效。取值如下:TCP协议:10-900秒,默认为900秒。UDP协议:1-300秒,默认为90秒。
98
+ */
99
+ readonly establishedTimeout: number;
100
+ /**
101
+ * 健康检查相关信息。
102
+ */
103
+ readonly healthCheck: outputs.clb.GetListenerHealthCheck;
104
+ /**
105
+ * 监听器是否开启前端HTTP 2.0协议。仅参数`Protocol取HTTPS时,本参数有效。取值如下:|on:开启。off(默认值):不开启。
106
+ */
107
+ readonly http2Enabled: string;
108
+ /**
109
+ * Uniquely identifies the resource.
110
+ */
111
+ readonly id: string;
112
+ /**
113
+ * 客户端与CLB之间的长连接超时时间。取值范围为 0-900秒,默认为75秒。0表示禁用长连接。仅参数Protocol取HTTP或HTTPS时,本参数有效。
114
+ */
115
+ readonly keepaliveTimeout: number;
116
+ /**
117
+ * 监听器的ID。
118
+ */
119
+ readonly listenerId: string;
120
+ /**
121
+ * 监听器的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线_)和中划线(-)。长度限制在1~128字符之间。不填则默认将“协议-端口”作为监听器名称。
122
+ */
123
+ readonly listenerName: string;
124
+ /**
125
+ * CLB实例的ID。
126
+ */
127
+ readonly loadBalancerId: string;
128
+ /**
129
+ * 最大并发连接数的上限。-1(默认值):不限制,CLB实例的最大并发连接数上限。取值范围:1~CLB实例的最大并发连接数上限。
130
+ */
131
+ readonly maxConnections: number;
132
+ /**
133
+ * 会话保持的超时时间,单位为秒。取值范围根据参数PersistenceType取值有所不同。PersistenceType置为source_ip时,取值范围为1~3600。PersistenceType配置为insert时,取值范围为1~86400。
134
+ */
135
+ readonly persistenceTimeout: number;
136
+ /**
137
+ * 会话保持的类型。取值如下:off(默认值):不启用会话保持。source_ip:源地址IP,仅参数ProtocolTCP或UDP时,本取值有效。insert:植入Cookie,仅参数Protocol取HTTP或HTTPS且Scheduler取wrr时,本取值生效。server:重写Cookie,仅参数Protocol取HTTP或HTTPS且Scheduler取wrr时,本取值生效。。
138
+ */
139
+ readonly persistenceType: string;
140
+ /**
141
+ * 监听器接收请求使用的端口。取值范围为 0~65535。参数Protocol为“TCP”或“UDP”时,支持传入0,表示用全端口监听。
142
+ */
143
+ readonly port: number;
144
+ /**
145
+ * 监听器的协议。
146
+ */
147
+ readonly protocol: string;
148
+ /**
149
+ * CLB与后端服务器之间的连接建立超时时间。建议大于健康检查超时时间。取值范围为 4-120秒,默认为4。仅参数Protocol取HTTP或HTTPS时,本参数有效。
150
+ */
151
+ readonly proxyConnectTimeout: number;
152
+ /**
153
+ * 是否启用Proxy-Protocol协议。仅参数Protocol取TCP或UDP时,本参数有效。取值如下:off(默认值):关闭。standard:开启。
154
+ */
155
+ readonly proxyProtocolType: string;
156
+ /**
157
+ * CLB从后端服务器读取响应的超时时间。此超时时间仅针对两个连续的读操作之间设置,而非整个响应的传输过程。取值范围为30-3600秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
158
+ */
159
+ readonly proxyReadTimeout: number;
160
+ /**
161
+ * CLB将请求传输到后端服务器的超时时间。此超时仅针对两个连续的写操作之间设置,而非整个请求的传输过程。取值范围为30-3600秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
162
+ */
163
+ readonly proxySendTimeout: number;
164
+ /**
165
+ * 监听器使用的调度算法。wrr(默认值):加权轮询。wlc:加权最小连接数。sh:源地址哈希。
166
+ */
167
+ readonly scheduler: string;
168
+ /**
169
+ * HTTPS监听器的TLS安全策略。仅参数Protocol取HTTPS时,本参数有效。 取值如下:default*policy(默认值):支持SSL v3、TLS v1.0、TLS v1.1、TLS v1.2。tls*cipher*policy*1*0:支持TLS v1.0、TLS v1.1、TLS v1.2。tls*cipher*policy*1*1:支持TLS v1.1、TLS v1.2。tls*cipher*policy*1*2:支持TLS v1.2。tls*cipher*policy*1*2*strict:支持TLS v1.2。
170
+ */
171
+ readonly securityPolicyId: string;
172
+ /**
173
+ * CLB向客户端发送响应的超时时间。此超时仅针对两个连续的写操作之间设置,而非整响应的传输过程。取值范围为 1-3600秒,默认为60秒。仅参数Protocol取HTTP或HTTPS时,本参数有效。
174
+ */
175
+ readonly sendTimeout: number;
176
+ /**
177
+ * 监听器关联的后端服务器组 ID。
178
+ */
179
+ readonly serverGroupId: string;
180
+ /**
181
+ * 全端口监听的起始端口,取值范围为1-65535。参数Port为“0”时,该参数必须传入。
182
+ */
183
+ readonly startPort: number;
184
+ /**
185
+ * 监听器的状态。Creating:创建中。Active:运行中。Deleting: 删除中。Disabled: 已停用。
186
+ */
187
+ readonly status: string;
188
+ /**
189
+ * 监听器所属标签。
190
+ */
191
+ readonly tags: outputs.clb.GetListenerTag[];
192
+ /**
193
+ * 监听器最近一次的操作时间。
194
+ */
195
+ readonly updatedTime: string;
196
+ /**
197
+ * 是否将经过七层监听器的流量送至Web应用防火墙进行检测和过滤。on:是。off:否。
198
+ */
199
+ readonly wafProtectionEnabled: string;
200
+ }
201
+ /**
202
+ * Data Source schema for Volcengine::CLB::Listener
203
+ */
204
+ export declare function getListenerOutput(args: GetListenerOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetListenerResult>;
205
+ /**
206
+ * A collection of arguments for invoking getListener.
207
+ */
208
+ export interface GetListenerOutputArgs {
209
+ /**
210
+ * Uniquely identifies the resource.
211
+ */
212
+ id: pulumi.Input<string>;
213
+ }
@@ -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.getListenerOutput = exports.getListener = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::CLB::Listener
10
+ */
11
+ function getListener(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:clb/getListener:getListener", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getListener = getListener;
18
+ /**
19
+ * Data Source schema for Volcengine::CLB::Listener
20
+ */
21
+ function getListenerOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:clb/getListener:getListener", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getListenerOutput = getListenerOutput;
28
+ //# sourceMappingURL=getListener.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getListener.js","sourceRoot":"","sources":["../../clb/getListener.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kCAKC;AAqMD;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8CAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::CLB::Listener
4
+ */
5
+ export declare function getListeners(opts?: pulumi.InvokeOptions): Promise<GetListenersResult>;
6
+ /**
7
+ * A collection of values returned by getListeners.
8
+ */
9
+ export interface GetListenersResult {
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 Volcengine::CLB::Listener
21
+ */
22
+ export declare function getListenersOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetListenersResult>;
@@ -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.getListenersOutput = exports.getListeners = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::CLB::Listener
10
+ */
11
+ function getListeners(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:clb/getListeners:getListeners", {}, opts);
14
+ }
15
+ exports.getListeners = getListeners;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::CLB::Listener
18
+ */
19
+ function getListenersOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:clb/getListeners:getListeners", {}, opts);
22
+ }
23
+ exports.getListenersOutput = getListenersOutput;
24
+ //# sourceMappingURL=getListeners.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getListeners.js","sourceRoot":"","sources":["../../clb/getListeners.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,YAAY,CAAC,IAA2B;IACpD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,oCAIC;AAeD;;GAEG;AACH,SAAgB,kBAAkB,CAAC,IAAiC;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4CAA4C,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,gDAIC"}
@@ -0,0 +1,73 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::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 Volcengine::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 Volcengine::CLB::Rule
10
+ */
11
+ function getRule(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:clb/getRule:getRule", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getRule = getRule;
18
+ /**
19
+ * Data Source schema for Volcengine::CLB::Rule
20
+ */
21
+ function getRuleOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc: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,kCAAkC,EAAE;QAC7D,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,kCAAkC,EAAE;QACnE,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 Volcengine::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 Volcengine::CLB::Rule
21
+ */
22
+ export declare function getRulesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRulesResult>;
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getRulesOutput = exports.getRules = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::CLB::Rule
10
+ */
11
+ function getRules(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:clb/getRules:getRules", {}, opts);
14
+ }
15
+ exports.getRules = getRules;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::CLB::Rule
18
+ */
19
+ function getRulesOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:clb/getRules:getRules", {}, opts);
22
+ }
23
+ exports.getRulesOutput = getRulesOutput;
24
+ //# sourceMappingURL=getRules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRules.js","sourceRoot":"","sources":["../../clb/getRules.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAA2B;IAChD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE,EAClE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4BAIC;AAeD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAiC;IAC5D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE,EACxE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wCAIC"}
package/clb/index.d.ts CHANGED
@@ -1,12 +1,36 @@
1
+ export { AclArgs, AclState } from "./acl";
2
+ export type Acl = import("./acl").Acl;
3
+ export declare const Acl: typeof import("./acl").Acl;
4
+ export { CertificateArgs, CertificateState } from "./certificate";
5
+ export type Certificate = import("./certificate").Certificate;
6
+ export declare const Certificate: typeof import("./certificate").Certificate;
1
7
  export { ClbArgs, ClbState } from "./clb";
2
8
  export type Clb = import("./clb").Clb;
3
9
  export declare const Clb: typeof import("./clb").Clb;
10
+ export { GetAclArgs, GetAclResult, GetAclOutputArgs } from "./getAcl";
11
+ export declare const getAcl: typeof import("./getAcl").getAcl;
12
+ export declare const getAclOutput: typeof import("./getAcl").getAclOutput;
13
+ export { GetAclsResult } from "./getAcls";
14
+ export declare const getAcls: typeof import("./getAcls").getAcls;
15
+ export declare const getAclsOutput: typeof import("./getAcls").getAclsOutput;
16
+ export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
17
+ export declare const getCertificate: typeof import("./getCertificate").getCertificate;
18
+ export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
19
+ export { GetCertificatesResult } from "./getCertificates";
20
+ export declare const getCertificates: typeof import("./getCertificates").getCertificates;
21
+ export declare const getCertificatesOutput: typeof import("./getCertificates").getCertificatesOutput;
4
22
  export { GetClbArgs, GetClbResult, GetClbOutputArgs } from "./getClb";
5
23
  export declare const getClb: typeof import("./getClb").getClb;
6
24
  export declare const getClbOutput: typeof import("./getClb").getClbOutput;
7
25
  export { GetClbsResult } from "./getClbs";
8
26
  export declare const getClbs: typeof import("./getClbs").getClbs;
9
27
  export declare const getClbsOutput: typeof import("./getClbs").getClbsOutput;
28
+ export { GetListenerArgs, GetListenerResult, GetListenerOutputArgs } from "./getListener";
29
+ export declare const getListener: typeof import("./getListener").getListener;
30
+ export declare const getListenerOutput: typeof import("./getListener").getListenerOutput;
31
+ export { GetListenersResult } from "./getListeners";
32
+ export declare const getListeners: typeof import("./getListeners").getListeners;
33
+ export declare const getListenersOutput: typeof import("./getListeners").getListenersOutput;
10
34
  export { GetNlbArgs, GetNlbResult, GetNlbOutputArgs } from "./getNlb";
11
35
  export declare const getNlb: typeof import("./getNlb").getNlb;
12
36
  export declare const getNlbOutput: typeof import("./getNlb").getNlbOutput;
@@ -25,12 +49,21 @@ export declare const getNlbServerGroupsOutput: typeof import("./getNlbServerGrou
25
49
  export { GetNlbsResult } from "./getNlbs";
26
50
  export declare const getNlbs: typeof import("./getNlbs").getNlbs;
27
51
  export declare const getNlbsOutput: typeof import("./getNlbs").getNlbsOutput;
52
+ export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule";
53
+ export declare const getRule: typeof import("./getRule").getRule;
54
+ export declare const getRuleOutput: typeof import("./getRule").getRuleOutput;
55
+ export { GetRulesResult } from "./getRules";
56
+ export declare const getRules: typeof import("./getRules").getRules;
57
+ export declare const getRulesOutput: typeof import("./getRules").getRulesOutput;
28
58
  export { GetServerGroupArgs, GetServerGroupResult, GetServerGroupOutputArgs } from "./getServerGroup";
29
59
  export declare const getServerGroup: typeof import("./getServerGroup").getServerGroup;
30
60
  export declare const getServerGroupOutput: typeof import("./getServerGroup").getServerGroupOutput;
31
61
  export { GetServerGroupsResult } from "./getServerGroups";
32
62
  export declare const getServerGroups: typeof import("./getServerGroups").getServerGroups;
33
63
  export declare const getServerGroupsOutput: typeof import("./getServerGroups").getServerGroupsOutput;
64
+ export { ListenerArgs, ListenerState } from "./listener";
65
+ export type Listener = import("./listener").Listener;
66
+ export declare const Listener: typeof import("./listener").Listener;
34
67
  export { NlbArgs, NlbState } from "./nlb";
35
68
  export type Nlb = import("./nlb").Nlb;
36
69
  export declare const Nlb: typeof import("./nlb").Nlb;
@@ -40,6 +73,9 @@ export declare const NlbListener: typeof import("./nlbListener").NlbListener;
40
73
  export { NlbServerGroupArgs, NlbServerGroupState } from "./nlbServerGroup";
41
74
  export type NlbServerGroup = import("./nlbServerGroup").NlbServerGroup;
42
75
  export declare const NlbServerGroup: typeof import("./nlbServerGroup").NlbServerGroup;
76
+ export { RuleArgs, RuleState } from "./rule";
77
+ export type Rule = import("./rule").Rule;
78
+ export declare const Rule: typeof import("./rule").Rule;
43
79
  export { ServerGroupArgs, ServerGroupState } from "./serverGroup";
44
80
  export type ServerGroup = import("./serverGroup").ServerGroup;
45
81
  export declare const ServerGroup: typeof import("./serverGroup").ServerGroup;
package/clb/index.js CHANGED
@@ -2,17 +2,39 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.ServerGroup = exports.NlbServerGroup = exports.NlbListener = exports.Nlb = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getNlbsOutput = exports.getNlbs = exports.getNlbServerGroupsOutput = exports.getNlbServerGroups = exports.getNlbServerGroupOutput = exports.getNlbServerGroup = exports.getNlbListenersOutput = exports.getNlbListeners = exports.getNlbListenerOutput = exports.getNlbListener = exports.getNlbOutput = exports.getNlb = exports.getClbsOutput = exports.getClbs = exports.getClbOutput = exports.getClb = exports.Clb = void 0;
5
+ exports.ServerGroup = exports.Rule = exports.NlbServerGroup = exports.NlbListener = exports.Nlb = exports.Listener = exports.getServerGroupsOutput = exports.getServerGroups = exports.getServerGroupOutput = exports.getServerGroup = exports.getRulesOutput = exports.getRules = exports.getRuleOutput = exports.getRule = exports.getNlbsOutput = exports.getNlbs = exports.getNlbServerGroupsOutput = exports.getNlbServerGroups = exports.getNlbServerGroupOutput = exports.getNlbServerGroup = exports.getNlbListenersOutput = exports.getNlbListeners = exports.getNlbListenerOutput = exports.getNlbListener = exports.getNlbOutput = exports.getNlb = exports.getListenersOutput = exports.getListeners = exports.getListenerOutput = exports.getListener = exports.getClbsOutput = exports.getClbs = exports.getClbOutput = exports.getClb = exports.getCertificatesOutput = exports.getCertificates = exports.getCertificateOutput = exports.getCertificate = exports.getAclsOutput = exports.getAcls = exports.getAclOutput = exports.getAcl = exports.Clb = exports.Certificate = exports.Acl = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
+ exports.Acl = null;
9
+ utilities.lazyLoad(exports, ["Acl"], () => require("./acl"));
10
+ exports.Certificate = null;
11
+ utilities.lazyLoad(exports, ["Certificate"], () => require("./certificate"));
8
12
  exports.Clb = null;
9
13
  utilities.lazyLoad(exports, ["Clb"], () => require("./clb"));
14
+ exports.getAcl = null;
15
+ exports.getAclOutput = null;
16
+ utilities.lazyLoad(exports, ["getAcl", "getAclOutput"], () => require("./getAcl"));
17
+ exports.getAcls = null;
18
+ exports.getAclsOutput = null;
19
+ utilities.lazyLoad(exports, ["getAcls", "getAclsOutput"], () => require("./getAcls"));
20
+ exports.getCertificate = null;
21
+ exports.getCertificateOutput = null;
22
+ utilities.lazyLoad(exports, ["getCertificate", "getCertificateOutput"], () => require("./getCertificate"));
23
+ exports.getCertificates = null;
24
+ exports.getCertificatesOutput = null;
25
+ utilities.lazyLoad(exports, ["getCertificates", "getCertificatesOutput"], () => require("./getCertificates"));
10
26
  exports.getClb = null;
11
27
  exports.getClbOutput = null;
12
28
  utilities.lazyLoad(exports, ["getClb", "getClbOutput"], () => require("./getClb"));
13
29
  exports.getClbs = null;
14
30
  exports.getClbsOutput = null;
15
31
  utilities.lazyLoad(exports, ["getClbs", "getClbsOutput"], () => require("./getClbs"));
32
+ exports.getListener = null;
33
+ exports.getListenerOutput = null;
34
+ utilities.lazyLoad(exports, ["getListener", "getListenerOutput"], () => require("./getListener"));
35
+ exports.getListeners = null;
36
+ exports.getListenersOutput = null;
37
+ utilities.lazyLoad(exports, ["getListeners", "getListenersOutput"], () => require("./getListeners"));
16
38
  exports.getNlb = null;
17
39
  exports.getNlbOutput = null;
18
40
  utilities.lazyLoad(exports, ["getNlb", "getNlbOutput"], () => require("./getNlb"));
@@ -31,32 +53,50 @@ utilities.lazyLoad(exports, ["getNlbServerGroups", "getNlbServerGroupsOutput"],
31
53
  exports.getNlbs = null;
32
54
  exports.getNlbsOutput = null;
33
55
  utilities.lazyLoad(exports, ["getNlbs", "getNlbsOutput"], () => require("./getNlbs"));
56
+ exports.getRule = null;
57
+ exports.getRuleOutput = null;
58
+ utilities.lazyLoad(exports, ["getRule", "getRuleOutput"], () => require("./getRule"));
59
+ exports.getRules = null;
60
+ exports.getRulesOutput = null;
61
+ utilities.lazyLoad(exports, ["getRules", "getRulesOutput"], () => require("./getRules"));
34
62
  exports.getServerGroup = null;
35
63
  exports.getServerGroupOutput = null;
36
64
  utilities.lazyLoad(exports, ["getServerGroup", "getServerGroupOutput"], () => require("./getServerGroup"));
37
65
  exports.getServerGroups = null;
38
66
  exports.getServerGroupsOutput = null;
39
67
  utilities.lazyLoad(exports, ["getServerGroups", "getServerGroupsOutput"], () => require("./getServerGroups"));
68
+ exports.Listener = null;
69
+ utilities.lazyLoad(exports, ["Listener"], () => require("./listener"));
40
70
  exports.Nlb = null;
41
71
  utilities.lazyLoad(exports, ["Nlb"], () => require("./nlb"));
42
72
  exports.NlbListener = null;
43
73
  utilities.lazyLoad(exports, ["NlbListener"], () => require("./nlbListener"));
44
74
  exports.NlbServerGroup = null;
45
75
  utilities.lazyLoad(exports, ["NlbServerGroup"], () => require("./nlbServerGroup"));
76
+ exports.Rule = null;
77
+ utilities.lazyLoad(exports, ["Rule"], () => require("./rule"));
46
78
  exports.ServerGroup = null;
47
79
  utilities.lazyLoad(exports, ["ServerGroup"], () => require("./serverGroup"));
48
80
  const _module = {
49
81
  version: utilities.getVersion(),
50
82
  construct: (name, type, urn) => {
51
83
  switch (type) {
84
+ case "volcenginecc:clb/acl:Acl":
85
+ return new exports.Acl(name, undefined, { urn });
86
+ case "volcenginecc:clb/certificate:Certificate":
87
+ return new exports.Certificate(name, undefined, { urn });
52
88
  case "volcenginecc:clb/clb:Clb":
53
89
  return new exports.Clb(name, undefined, { urn });
90
+ case "volcenginecc:clb/listener:Listener":
91
+ return new exports.Listener(name, undefined, { urn });
54
92
  case "volcenginecc:clb/nlb:Nlb":
55
93
  return new exports.Nlb(name, undefined, { urn });
56
94
  case "volcenginecc:clb/nlbListener:NlbListener":
57
95
  return new exports.NlbListener(name, undefined, { urn });
58
96
  case "volcenginecc:clb/nlbServerGroup:NlbServerGroup":
59
97
  return new exports.NlbServerGroup(name, undefined, { urn });
98
+ case "volcenginecc:clb/rule:Rule":
99
+ return new exports.Rule(name, undefined, { urn });
60
100
  case "volcenginecc:clb/serverGroup:ServerGroup":
61
101
  return new exports.ServerGroup(name, undefined, { urn });
62
102
  default:
@@ -64,9 +104,13 @@ const _module = {
64
104
  }
65
105
  },
66
106
  };
107
+ pulumi.runtime.registerResourceModule("volcenginecc", "clb/acl", _module);
108
+ pulumi.runtime.registerResourceModule("volcenginecc", "clb/certificate", _module);
67
109
  pulumi.runtime.registerResourceModule("volcenginecc", "clb/clb", _module);
110
+ pulumi.runtime.registerResourceModule("volcenginecc", "clb/listener", _module);
68
111
  pulumi.runtime.registerResourceModule("volcenginecc", "clb/nlb", _module);
69
112
  pulumi.runtime.registerResourceModule("volcenginecc", "clb/nlbListener", _module);
70
113
  pulumi.runtime.registerResourceModule("volcenginecc", "clb/nlbServerGroup", _module);
114
+ pulumi.runtime.registerResourceModule("volcenginecc", "clb/rule", _module);
71
115
  pulumi.runtime.registerResourceModule("volcenginecc", "clb/serverGroup", _module);
72
116
  //# sourceMappingURL=index.js.map