@volcengine/pulumi-volcenginecc 0.0.21 → 0.0.22

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 (360) hide show
  1. package/alb/customizedCfg.d.ts +163 -0
  2. package/alb/customizedCfg.js +113 -0
  3. package/alb/customizedCfg.js.map +1 -0
  4. package/alb/getCustomizedCfg.d.ts +77 -0
  5. package/alb/getCustomizedCfg.js +28 -0
  6. package/alb/getCustomizedCfg.js.map +1 -0
  7. package/alb/getCustomizedCfgs.d.ts +22 -0
  8. package/alb/getCustomizedCfgs.js +24 -0
  9. package/alb/getCustomizedCfgs.js.map +1 -0
  10. package/alb/getHealthCheckTemplate.d.ts +109 -0
  11. package/alb/getHealthCheckTemplate.js +28 -0
  12. package/alb/getHealthCheckTemplate.js.map +1 -0
  13. package/alb/getHealthCheckTemplates.d.ts +22 -0
  14. package/alb/getHealthCheckTemplates.js +24 -0
  15. package/alb/getHealthCheckTemplates.js.map +1 -0
  16. package/alb/healthCheckTemplate.d.ts +270 -0
  17. package/alb/healthCheckTemplate.js +123 -0
  18. package/alb/healthCheckTemplate.js.map +1 -0
  19. package/alb/index.d.ts +18 -0
  20. package/alb/index.js +23 -1
  21. package/alb/index.js.map +1 -1
  22. package/clb/clb.d.ts +123 -123
  23. package/clb/clb.js +2 -2
  24. package/clb/clb.js.map +1 -1
  25. package/clb/getClb.d.ts +49 -49
  26. package/ecs/deploymentSet.d.ts +173 -0
  27. package/ecs/deploymentSet.js +97 -0
  28. package/ecs/deploymentSet.js.map +1 -0
  29. package/ecs/getDeploymentSet.d.ts +81 -0
  30. package/ecs/getDeploymentSet.js +28 -0
  31. package/ecs/getDeploymentSet.js.map +1 -0
  32. package/ecs/getDeploymentSets.d.ts +22 -0
  33. package/ecs/getDeploymentSets.js +24 -0
  34. package/ecs/getDeploymentSets.js.map +1 -0
  35. package/ecs/getInstance.d.ts +11 -0
  36. package/ecs/getInstance.js.map +1 -1
  37. package/ecs/getLaunchTemplate.d.ts +73 -0
  38. package/ecs/getLaunchTemplate.js +28 -0
  39. package/ecs/getLaunchTemplate.js.map +1 -0
  40. package/ecs/getLaunchTemplateVersion.d.ts +153 -0
  41. package/ecs/getLaunchTemplateVersion.js +28 -0
  42. package/ecs/getLaunchTemplateVersion.js.map +1 -0
  43. package/ecs/getLaunchTemplateVersions.d.ts +22 -0
  44. package/ecs/getLaunchTemplateVersions.js +24 -0
  45. package/ecs/getLaunchTemplateVersions.js.map +1 -0
  46. package/ecs/getLaunchTemplates.d.ts +22 -0
  47. package/ecs/getLaunchTemplates.js +24 -0
  48. package/ecs/getLaunchTemplates.js.map +1 -0
  49. package/ecs/index.d.ts +27 -0
  50. package/ecs/index.js +34 -1
  51. package/ecs/index.js.map +1 -1
  52. package/ecs/instance.d.ts +106 -11
  53. package/ecs/instance.js +24 -2
  54. package/ecs/instance.js.map +1 -1
  55. package/ecs/launchTemplate.d.ts +130 -0
  56. package/ecs/launchTemplate.js +77 -0
  57. package/ecs/launchTemplate.js.map +1 -0
  58. package/ecs/launchTemplateVersion.d.ts +364 -0
  59. package/ecs/launchTemplateVersion.js +114 -0
  60. package/ecs/launchTemplateVersion.js.map +1 -0
  61. package/iam/accesskey.d.ts +27 -17
  62. package/iam/accesskey.js +11 -7
  63. package/iam/accesskey.js.map +1 -1
  64. package/iam/getAccesskey.d.ts +10 -6
  65. package/iam/getAccesskey.js.map +1 -1
  66. package/iam/getUser.d.ts +12 -0
  67. package/iam/getUser.js.map +1 -1
  68. package/iam/user.d.ts +26 -0
  69. package/iam/user.js +6 -0
  70. package/iam/user.js.map +1 -1
  71. package/index.d.ts +2 -1
  72. package/index.js +3 -1
  73. package/index.js.map +1 -1
  74. package/kms/getKeyRing.d.ts +72 -0
  75. package/kms/getKeyRing.js +28 -0
  76. package/kms/getKeyRing.js.map +1 -0
  77. package/kms/getKeyRings.d.ts +22 -0
  78. package/kms/getKeyRings.js +24 -0
  79. package/kms/getKeyRings.js.map +1 -0
  80. package/kms/index.d.ts +9 -0
  81. package/kms/index.js +12 -1
  82. package/kms/index.js.map +1 -1
  83. package/kms/keyRing.d.ts +147 -0
  84. package/kms/keyRing.js +91 -0
  85. package/kms/keyRing.js.map +1 -0
  86. package/organization/account.d.ts +282 -0
  87. package/organization/account.js +112 -0
  88. package/organization/account.js.map +1 -0
  89. package/organization/getAccount.d.ts +137 -0
  90. package/organization/getAccount.js +28 -0
  91. package/organization/getAccount.js.map +1 -0
  92. package/organization/getAccounts.d.ts +22 -0
  93. package/organization/getAccounts.js +24 -0
  94. package/organization/getAccounts.js.map +1 -0
  95. package/organization/index.d.ts +9 -0
  96. package/organization/index.js +12 -1
  97. package/organization/index.js.map +1 -1
  98. package/package.json +1 -1
  99. package/privatezone/getRecord.d.ts +88 -0
  100. package/privatezone/getRecord.js +28 -0
  101. package/privatezone/getRecord.js.map +1 -0
  102. package/privatezone/getRecords.d.ts +22 -0
  103. package/privatezone/getRecords.js +24 -0
  104. package/privatezone/getRecords.js.map +1 -0
  105. package/privatezone/index.d.ts +9 -0
  106. package/privatezone/index.js +12 -1
  107. package/privatezone/index.js.map +1 -1
  108. package/privatezone/record.d.ts +204 -0
  109. package/privatezone/record.js +113 -0
  110. package/privatezone/record.js.map +1 -0
  111. package/rabbitmq/getInstancePlugin.d.ts +72 -0
  112. package/rabbitmq/getInstancePlugin.js +28 -0
  113. package/rabbitmq/getInstancePlugin.js.map +1 -0
  114. package/rabbitmq/getInstancePlugins.d.ts +22 -0
  115. package/rabbitmq/getInstancePlugins.js +24 -0
  116. package/rabbitmq/getInstancePlugins.js.map +1 -0
  117. package/rabbitmq/getPublicAddress.d.ts +129 -0
  118. package/rabbitmq/getPublicAddress.js +28 -0
  119. package/rabbitmq/getPublicAddress.js.map +1 -0
  120. package/rabbitmq/getPublicAddresses.d.ts +22 -0
  121. package/rabbitmq/getPublicAddresses.js +24 -0
  122. package/rabbitmq/getPublicAddresses.js.map +1 -0
  123. package/rabbitmq/index.d.ts +18 -0
  124. package/rabbitmq/index.js +23 -1
  125. package/rabbitmq/index.js.map +1 -1
  126. package/rabbitmq/instancePlugin.d.ts +137 -0
  127. package/rabbitmq/instancePlugin.js +89 -0
  128. package/rabbitmq/instancePlugin.js.map +1 -0
  129. package/rabbitmq/publicAddress.d.ts +239 -0
  130. package/rabbitmq/publicAddress.js +120 -0
  131. package/rabbitmq/publicAddress.js.map +1 -0
  132. package/rdsmysql/allowList.d.ts +232 -0
  133. package/rdsmysql/allowList.js +92 -0
  134. package/rdsmysql/allowList.js.map +1 -0
  135. package/rdsmysql/backup.d.ts +240 -0
  136. package/rdsmysql/backup.js +119 -0
  137. package/rdsmysql/backup.js.map +1 -0
  138. package/rdsmysql/endpoint.d.ts +325 -0
  139. package/rdsmysql/endpoint.js +108 -0
  140. package/rdsmysql/endpoint.js.map +1 -0
  141. package/rdsmysql/getAllowList.d.ts +109 -0
  142. package/rdsmysql/getAllowList.js +28 -0
  143. package/rdsmysql/getAllowList.js.map +1 -0
  144. package/rdsmysql/getAllowLists.d.ts +22 -0
  145. package/rdsmysql/getAllowLists.js +24 -0
  146. package/rdsmysql/getAllowLists.js.map +1 -0
  147. package/rdsmysql/getBackup.d.ts +125 -0
  148. package/rdsmysql/getBackup.js +28 -0
  149. package/rdsmysql/getBackup.js.map +1 -0
  150. package/rdsmysql/getBackups.d.ts +22 -0
  151. package/rdsmysql/getBackups.js +24 -0
  152. package/rdsmysql/getBackups.js.map +1 -0
  153. package/rdsmysql/getEndpoint.d.ts +141 -0
  154. package/rdsmysql/getEndpoint.js +28 -0
  155. package/rdsmysql/getEndpoint.js.map +1 -0
  156. package/rdsmysql/getEndpoints.d.ts +22 -0
  157. package/rdsmysql/getEndpoints.js +24 -0
  158. package/rdsmysql/getEndpoints.js.map +1 -0
  159. package/rdsmysql/index.d.ts +27 -0
  160. package/rdsmysql/index.js +34 -1
  161. package/rdsmysql/index.js.map +1 -1
  162. package/rdspostgresql/allowList.d.ts +206 -0
  163. package/rdspostgresql/allowList.js +102 -0
  164. package/rdspostgresql/allowList.js.map +1 -0
  165. package/rdspostgresql/dbEndpoint.d.ts +220 -0
  166. package/rdspostgresql/dbEndpoint.js +103 -0
  167. package/rdspostgresql/dbEndpoint.js.map +1 -0
  168. package/rdspostgresql/getAllowList.d.ts +93 -0
  169. package/rdspostgresql/getAllowList.js +28 -0
  170. package/rdspostgresql/getAllowList.js.map +1 -0
  171. package/rdspostgresql/getAllowLists.d.ts +22 -0
  172. package/rdspostgresql/getAllowLists.js +24 -0
  173. package/rdspostgresql/getAllowLists.js.map +1 -0
  174. package/rdspostgresql/getDbEndpoint.d.ts +101 -0
  175. package/rdspostgresql/getDbEndpoint.js +28 -0
  176. package/rdspostgresql/getDbEndpoint.js.map +1 -0
  177. package/rdspostgresql/getDbEndpoints.d.ts +22 -0
  178. package/rdspostgresql/getDbEndpoints.js +24 -0
  179. package/rdspostgresql/getDbEndpoints.js.map +1 -0
  180. package/rdspostgresql/index.d.ts +18 -0
  181. package/rdspostgresql/index.js +39 -0
  182. package/rdspostgresql/index.js.map +1 -0
  183. package/redis/account.d.ts +128 -0
  184. package/redis/account.js +95 -0
  185. package/redis/account.js.map +1 -0
  186. package/redis/endpointPublicAddress.d.ts +150 -0
  187. package/redis/endpointPublicAddress.js +93 -0
  188. package/redis/endpointPublicAddress.js.map +1 -0
  189. package/redis/getAccount.d.ts +60 -0
  190. package/redis/getAccount.js +28 -0
  191. package/redis/getAccount.js.map +1 -0
  192. package/redis/getAccounts.d.ts +22 -0
  193. package/redis/getAccounts.js +24 -0
  194. package/redis/getAccounts.js.map +1 -0
  195. package/redis/getEndpointPublicAddress.d.ts +72 -0
  196. package/redis/getEndpointPublicAddress.js +28 -0
  197. package/redis/getEndpointPublicAddress.js.map +1 -0
  198. package/redis/getEndpointPublicAddresses.d.ts +22 -0
  199. package/redis/getEndpointPublicAddresses.js +24 -0
  200. package/redis/getEndpointPublicAddresses.js.map +1 -0
  201. package/redis/index.d.ts +18 -0
  202. package/redis/index.js +23 -1
  203. package/redis/index.js.map +1 -1
  204. package/rocketmq/getGroup.d.ts +109 -0
  205. package/rocketmq/getGroup.js +28 -0
  206. package/rocketmq/getGroup.js.map +1 -0
  207. package/rocketmq/getGroups.d.ts +22 -0
  208. package/rocketmq/getGroups.js +24 -0
  209. package/rocketmq/getGroups.js.map +1 -0
  210. package/rocketmq/getTopic.d.ts +85 -0
  211. package/rocketmq/getTopic.js +28 -0
  212. package/rocketmq/getTopic.js.map +1 -0
  213. package/rocketmq/getTopics.d.ts +22 -0
  214. package/rocketmq/getTopics.js +24 -0
  215. package/rocketmq/getTopics.js.map +1 -0
  216. package/rocketmq/group.d.ts +219 -0
  217. package/rocketmq/group.js +117 -0
  218. package/rocketmq/group.js.map +1 -0
  219. package/rocketmq/index.d.ts +18 -0
  220. package/rocketmq/index.js +23 -1
  221. package/rocketmq/index.js.map +1 -1
  222. package/rocketmq/topic.d.ts +140 -0
  223. package/rocketmq/topic.js +92 -0
  224. package/rocketmq/topic.js.map +1 -0
  225. package/transitrouter/getVpcAttachment.d.ts +93 -0
  226. package/transitrouter/getVpcAttachment.js +28 -0
  227. package/transitrouter/getVpcAttachment.js.map +1 -0
  228. package/transitrouter/getVpcAttachments.d.ts +22 -0
  229. package/transitrouter/getVpcAttachments.js +24 -0
  230. package/transitrouter/getVpcAttachments.js.map +1 -0
  231. package/transitrouter/getVpnAttachment.d.ts +93 -0
  232. package/transitrouter/getVpnAttachment.js +28 -0
  233. package/transitrouter/getVpnAttachment.js.map +1 -0
  234. package/transitrouter/getVpnAttachments.d.ts +22 -0
  235. package/transitrouter/getVpnAttachments.js +24 -0
  236. package/transitrouter/getVpnAttachments.js.map +1 -0
  237. package/transitrouter/index.d.ts +18 -0
  238. package/transitrouter/index.js +23 -1
  239. package/transitrouter/index.js.map +1 -1
  240. package/transitrouter/vpcAttachment.d.ts +177 -0
  241. package/transitrouter/vpcAttachment.js +93 -0
  242. package/transitrouter/vpcAttachment.js.map +1 -0
  243. package/transitrouter/vpnAttachment.d.ts +202 -0
  244. package/transitrouter/vpnAttachment.js +113 -0
  245. package/transitrouter/vpnAttachment.js.map +1 -0
  246. package/types/input.d.ts +2992 -1496
  247. package/types/output.d.ts +6161 -3067
  248. package/vke/defaultNodePool.d.ts +150 -0
  249. package/vke/defaultNodePool.js +86 -0
  250. package/vke/defaultNodePool.js.map +1 -0
  251. package/vke/getDefaultNodePool.d.ts +85 -0
  252. package/vke/getDefaultNodePool.js +28 -0
  253. package/vke/getDefaultNodePool.js.map +1 -0
  254. package/vke/getDefaultNodePools.d.ts +22 -0
  255. package/vke/getDefaultNodePools.js +24 -0
  256. package/vke/getDefaultNodePools.js.map +1 -0
  257. package/vke/getNode.d.ts +106 -0
  258. package/vke/getNode.js +28 -0
  259. package/vke/getNode.js.map +1 -0
  260. package/vke/getNodes.d.ts +22 -0
  261. package/vke/getNodes.js +24 -0
  262. package/vke/getNodes.js.map +1 -0
  263. package/vke/index.d.ts +18 -0
  264. package/vke/index.js +23 -1
  265. package/vke/index.js.map +1 -1
  266. package/vke/node.d.ts +238 -0
  267. package/vke/node.js +112 -0
  268. package/vke/node.js.map +1 -0
  269. package/vpc/flowLog.d.ts +266 -0
  270. package/vpc/flowLog.js +141 -0
  271. package/vpc/flowLog.js.map +1 -0
  272. package/vpc/getFlowLog.d.ts +117 -0
  273. package/vpc/getFlowLog.js +28 -0
  274. package/vpc/getFlowLog.js.map +1 -0
  275. package/vpc/getFlowLogs.d.ts +22 -0
  276. package/vpc/getFlowLogs.js +24 -0
  277. package/vpc/getFlowLogs.js.map +1 -0
  278. package/vpc/getHaVip.d.ts +101 -0
  279. package/vpc/getHaVip.js +28 -0
  280. package/vpc/getHaVip.js.map +1 -0
  281. package/vpc/getHaVips.d.ts +22 -0
  282. package/vpc/getHaVips.js +24 -0
  283. package/vpc/getHaVips.js.map +1 -0
  284. package/vpc/getIpv6AddressBandwidth.d.ts +117 -0
  285. package/vpc/getIpv6AddressBandwidth.js +28 -0
  286. package/vpc/getIpv6AddressBandwidth.js.map +1 -0
  287. package/vpc/getIpv6AddressBandwidths.d.ts +22 -0
  288. package/vpc/getIpv6AddressBandwidths.js +24 -0
  289. package/vpc/getIpv6AddressBandwidths.js.map +1 -0
  290. package/vpc/getIpv6Gateway.d.ts +77 -0
  291. package/vpc/getIpv6Gateway.js +28 -0
  292. package/vpc/getIpv6Gateway.js.map +1 -0
  293. package/vpc/getIpv6Gateways.d.ts +22 -0
  294. package/vpc/getIpv6Gateways.js +24 -0
  295. package/vpc/getIpv6Gateways.js.map +1 -0
  296. package/vpc/getTrafficMirrorFilter.d.ts +73 -0
  297. package/vpc/getTrafficMirrorFilter.js +28 -0
  298. package/vpc/getTrafficMirrorFilter.js.map +1 -0
  299. package/vpc/getTrafficMirrorFilterRule.d.ts +84 -0
  300. package/vpc/getTrafficMirrorFilterRule.js +28 -0
  301. package/vpc/getTrafficMirrorFilterRule.js.map +1 -0
  302. package/vpc/getTrafficMirrorFilterRules.d.ts +22 -0
  303. package/vpc/getTrafficMirrorFilterRules.js +24 -0
  304. package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
  305. package/vpc/getTrafficMirrorFilters.d.ts +22 -0
  306. package/vpc/getTrafficMirrorFilters.js +24 -0
  307. package/vpc/getTrafficMirrorFilters.js.map +1 -0
  308. package/vpc/getTrafficMirrorSession.d.ts +101 -0
  309. package/vpc/getTrafficMirrorSession.js +28 -0
  310. package/vpc/getTrafficMirrorSession.js.map +1 -0
  311. package/vpc/getTrafficMirrorSessions.d.ts +22 -0
  312. package/vpc/getTrafficMirrorSessions.js +24 -0
  313. package/vpc/getTrafficMirrorSessions.js.map +1 -0
  314. package/vpc/getTrafficMirrorTarget.d.ts +77 -0
  315. package/vpc/getTrafficMirrorTarget.js +28 -0
  316. package/vpc/getTrafficMirrorTarget.js.map +1 -0
  317. package/vpc/getTrafficMirrorTargets.d.ts +22 -0
  318. package/vpc/getTrafficMirrorTargets.js +24 -0
  319. package/vpc/getTrafficMirrorTargets.js.map +1 -0
  320. package/vpc/getVpc.d.ts +4 -0
  321. package/vpc/getVpc.js.map +1 -1
  322. package/vpc/haVip.d.ts +223 -0
  323. package/vpc/haVip.js +116 -0
  324. package/vpc/haVip.js.map +1 -0
  325. package/vpc/index.d.ts +72 -0
  326. package/vpc/index.js +90 -1
  327. package/vpc/index.js.map +1 -1
  328. package/vpc/ipv6AddressBandwidth.d.ts +241 -0
  329. package/vpc/ipv6AddressBandwidth.js +121 -0
  330. package/vpc/ipv6AddressBandwidth.js.map +1 -0
  331. package/vpc/ipv6Gateway.d.ts +156 -0
  332. package/vpc/ipv6Gateway.js +97 -0
  333. package/vpc/ipv6Gateway.js.map +1 -0
  334. package/vpc/trafficMirrorFilter.d.ts +131 -0
  335. package/vpc/trafficMirrorFilter.js +91 -0
  336. package/vpc/trafficMirrorFilter.js.map +1 -0
  337. package/vpc/trafficMirrorFilterRule.d.ts +201 -0
  338. package/vpc/trafficMirrorFilterRule.js +118 -0
  339. package/vpc/trafficMirrorFilterRule.js.map +1 -0
  340. package/vpc/trafficMirrorSession.d.ts +229 -0
  341. package/vpc/trafficMirrorSession.js +123 -0
  342. package/vpc/trafficMirrorSession.js.map +1 -0
  343. package/vpc/trafficMirrorTarget.d.ts +161 -0
  344. package/vpc/trafficMirrorTarget.js +101 -0
  345. package/vpc/trafficMirrorTarget.js.map +1 -0
  346. package/vpc/vpc.d.ts +12 -0
  347. package/vpc/vpc.js +2 -0
  348. package/vpc/vpc.js.map +1 -1
  349. package/vpn/customerGateway.d.ts +186 -0
  350. package/vpn/customerGateway.js +101 -0
  351. package/vpn/customerGateway.js.map +1 -0
  352. package/vpn/getCustomerGateway.d.ts +89 -0
  353. package/vpn/getCustomerGateway.js +28 -0
  354. package/vpn/getCustomerGateway.js.map +1 -0
  355. package/vpn/getCustomerGateways.d.ts +22 -0
  356. package/vpn/getCustomerGateways.js +24 -0
  357. package/vpn/getCustomerGateways.js.map +1 -0
  358. package/vpn/index.d.ts +9 -0
  359. package/vpn/index.js +12 -1
  360. package/vpn/index.js.map +1 -1
package/vpc/haVip.d.ts ADDED
@@ -0,0 +1,223 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * 高可用虚拟IP是一种可独立持有,可根据实际业务需要随时创建或删除的私网IP资源。在主备集群场景下,高可用虚拟IP通常与高可用软件(如Keepalived、Window Server Failover Cluster)搭配使用,搭建高可用主备服务。
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
12
+ *
13
+ * const vPCHAVIPDemo = new volcenginecc.vpc.HaVip("VPCHAVIPDemo", {
14
+ * associatedEipId: "eip-1a1tzpbhmsphc8nvexxxxx",
15
+ * associatedInstanceIds: [
16
+ * "eni-btw4pmtcabr45h0b2xxxxx",
17
+ * "eni-iiotcbjp7r4074o8xxxxx",
18
+ * "eni-3nrjyim6prm68931ebbxxxxx",
19
+ * ],
20
+ * associatedInstanceType: "NetworkInterface",
21
+ * description: "this is a test",
22
+ * haVipName: "HaVip-test",
23
+ * ipAddress: "192.***.0.9",
24
+ * subnetId: "subnet-rrwqhg3qzxfkv0x57xxxxx",
25
+ * tags: [{
26
+ * key: "env",
27
+ * value: "test",
28
+ * }],
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * ```sh
35
+ * $ pulumi import volcenginecc:vpc/haVip:HaVip example "ha_vip_id"
36
+ * ```
37
+ */
38
+ export declare class HaVip extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing HaVip resource's state with the given name, ID, and optional extra
41
+ * properties used to qualify the lookup.
42
+ *
43
+ * @param name The _unique_ name of the resulting resource.
44
+ * @param id The _unique_ provider ID of the resource to lookup.
45
+ * @param state Any extra arguments used during the lookup.
46
+ * @param opts Optional settings to control the behavior of the CustomResource.
47
+ */
48
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HaVipState, opts?: pulumi.CustomResourceOptions): HaVip;
49
+ /**
50
+ * Returns true if the given object is an instance of HaVip. This is designed to work even
51
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
52
+ */
53
+ static isInstance(obj: any): obj is HaVip;
54
+ /**
55
+ * HAVIP绑定的公网IP的IP地址。
56
+ */
57
+ readonly associatedEipAddress: pulumi.Output<string>;
58
+ /**
59
+ * HAVIP绑定的公网IP的ID。
60
+ */
61
+ readonly associatedEipId: pulumi.Output<string>;
62
+ /**
63
+ * 绑定HAVIP的实例ID列表。
64
+ */
65
+ readonly associatedInstanceIds: pulumi.Output<string[]>;
66
+ /**
67
+ * 绑定HAVIP的实例类型。EcsInstance:云服务器实例。NetworkInterface:弹性网卡。
68
+ */
69
+ readonly associatedInstanceType: pulumi.Output<string>;
70
+ /**
71
+ * HAVIP的创建时间。
72
+ */
73
+ readonly createdAt: pulumi.Output<string>;
74
+ /**
75
+ * HAVIP的描述。长度限制为0~255个字符。
76
+ */
77
+ readonly description: pulumi.Output<string>;
78
+ /**
79
+ * HAVIP的ID。
80
+ */
81
+ readonly haVipId: pulumi.Output<string>;
82
+ /**
83
+ * HAVIP的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制在0~128字符之间。
84
+ */
85
+ readonly haVipName: pulumi.Output<string>;
86
+ /**
87
+ * HAVIP的IP地址。
88
+ */
89
+ readonly ipAddress: pulumi.Output<string>;
90
+ /**
91
+ * 与HAVIP绑定的主实例的ID。
92
+ */
93
+ readonly masterInstanceId: pulumi.Output<string>;
94
+ /**
95
+ * HAVIP的项目名称。
96
+ */
97
+ readonly projectName: pulumi.Output<string>;
98
+ /**
99
+ * HAVIP的状态。Available:可用。Creating:创建中。InUse:使用中。Deleting:删除中。
100
+ */
101
+ readonly status: pulumi.Output<string>;
102
+ /**
103
+ * HAVIP所属的子网 ID。
104
+ */
105
+ readonly subnetId: pulumi.Output<string>;
106
+ readonly tags: pulumi.Output<outputs.vpc.HaVipTag[]>;
107
+ /**
108
+ * HAVIP最近一次的修改时间。
109
+ */
110
+ readonly updatedAt: pulumi.Output<string>;
111
+ /**
112
+ * HAVIP所属的VPC ID。
113
+ */
114
+ readonly vpcId: pulumi.Output<string>;
115
+ /**
116
+ * Create a HaVip resource with the given unique name, arguments, and options.
117
+ *
118
+ * @param name The _unique_ name of the resource.
119
+ * @param args The arguments to use to populate this resource's properties.
120
+ * @param opts A bag of options that control this resource's behavior.
121
+ */
122
+ constructor(name: string, args: HaVipArgs, opts?: pulumi.CustomResourceOptions);
123
+ }
124
+ /**
125
+ * Input properties used for looking up and filtering HaVip resources.
126
+ */
127
+ export interface HaVipState {
128
+ /**
129
+ * HAVIP绑定的公网IP的IP地址。
130
+ */
131
+ associatedEipAddress?: pulumi.Input<string>;
132
+ /**
133
+ * HAVIP绑定的公网IP的ID。
134
+ */
135
+ associatedEipId?: pulumi.Input<string>;
136
+ /**
137
+ * 绑定HAVIP的实例ID列表。
138
+ */
139
+ associatedInstanceIds?: pulumi.Input<pulumi.Input<string>[]>;
140
+ /**
141
+ * 绑定HAVIP的实例类型。EcsInstance:云服务器实例。NetworkInterface:弹性网卡。
142
+ */
143
+ associatedInstanceType?: pulumi.Input<string>;
144
+ /**
145
+ * HAVIP的创建时间。
146
+ */
147
+ createdAt?: pulumi.Input<string>;
148
+ /**
149
+ * HAVIP的描述。长度限制为0~255个字符。
150
+ */
151
+ description?: pulumi.Input<string>;
152
+ /**
153
+ * HAVIP的ID。
154
+ */
155
+ haVipId?: pulumi.Input<string>;
156
+ /**
157
+ * HAVIP的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制在0~128字符之间。
158
+ */
159
+ haVipName?: pulumi.Input<string>;
160
+ /**
161
+ * HAVIP的IP地址。
162
+ */
163
+ ipAddress?: pulumi.Input<string>;
164
+ /**
165
+ * 与HAVIP绑定的主实例的ID。
166
+ */
167
+ masterInstanceId?: pulumi.Input<string>;
168
+ /**
169
+ * HAVIP的项目名称。
170
+ */
171
+ projectName?: pulumi.Input<string>;
172
+ /**
173
+ * HAVIP的状态。Available:可用。Creating:创建中。InUse:使用中。Deleting:删除中。
174
+ */
175
+ status?: pulumi.Input<string>;
176
+ /**
177
+ * HAVIP所属的子网 ID。
178
+ */
179
+ subnetId?: pulumi.Input<string>;
180
+ tags?: pulumi.Input<pulumi.Input<inputs.vpc.HaVipTag>[]>;
181
+ /**
182
+ * HAVIP最近一次的修改时间。
183
+ */
184
+ updatedAt?: pulumi.Input<string>;
185
+ /**
186
+ * HAVIP所属的VPC ID。
187
+ */
188
+ vpcId?: pulumi.Input<string>;
189
+ }
190
+ /**
191
+ * The set of arguments for constructing a HaVip resource.
192
+ */
193
+ export interface HaVipArgs {
194
+ /**
195
+ * HAVIP绑定的公网IP的ID。
196
+ */
197
+ associatedEipId?: pulumi.Input<string>;
198
+ /**
199
+ * 绑定HAVIP的实例ID列表。
200
+ */
201
+ associatedInstanceIds?: pulumi.Input<pulumi.Input<string>[]>;
202
+ /**
203
+ * 绑定HAVIP的实例类型。EcsInstance:云服务器实例。NetworkInterface:弹性网卡。
204
+ */
205
+ associatedInstanceType?: pulumi.Input<string>;
206
+ /**
207
+ * HAVIP的描述。长度限制为0~255个字符。
208
+ */
209
+ description?: pulumi.Input<string>;
210
+ /**
211
+ * HAVIP的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制在0~128字符之间。
212
+ */
213
+ haVipName?: pulumi.Input<string>;
214
+ /**
215
+ * HAVIP的IP地址。
216
+ */
217
+ ipAddress?: pulumi.Input<string>;
218
+ /**
219
+ * HAVIP所属的子网 ID。
220
+ */
221
+ subnetId: pulumi.Input<string>;
222
+ tags?: pulumi.Input<pulumi.Input<inputs.vpc.HaVipTag>[]>;
223
+ }
package/vpc/haVip.js ADDED
@@ -0,0 +1,116 @@
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.HaVip = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * 高可用虚拟IP是一种可独立持有,可根据实际业务需要随时创建或删除的私网IP资源。在主备集群场景下,高可用虚拟IP通常与高可用软件(如Keepalived、Window Server Failover Cluster)搭配使用,搭建高可用主备服务。
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
16
+ *
17
+ * const vPCHAVIPDemo = new volcenginecc.vpc.HaVip("VPCHAVIPDemo", {
18
+ * associatedEipId: "eip-1a1tzpbhmsphc8nvexxxxx",
19
+ * associatedInstanceIds: [
20
+ * "eni-btw4pmtcabr45h0b2xxxxx",
21
+ * "eni-iiotcbjp7r4074o8xxxxx",
22
+ * "eni-3nrjyim6prm68931ebbxxxxx",
23
+ * ],
24
+ * associatedInstanceType: "NetworkInterface",
25
+ * description: "this is a test",
26
+ * haVipName: "HaVip-test",
27
+ * ipAddress: "192.***.0.9",
28
+ * subnetId: "subnet-rrwqhg3qzxfkv0x57xxxxx",
29
+ * tags: [{
30
+ * key: "env",
31
+ * value: "test",
32
+ * }],
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * ```sh
39
+ * $ pulumi import volcenginecc:vpc/haVip:HaVip example "ha_vip_id"
40
+ * ```
41
+ */
42
+ class HaVip extends pulumi.CustomResource {
43
+ /**
44
+ * Get an existing HaVip resource's state with the given name, ID, and optional extra
45
+ * properties used to qualify the lookup.
46
+ *
47
+ * @param name The _unique_ name of the resulting resource.
48
+ * @param id The _unique_ provider ID of the resource to lookup.
49
+ * @param state Any extra arguments used during the lookup.
50
+ * @param opts Optional settings to control the behavior of the CustomResource.
51
+ */
52
+ static get(name, id, state, opts) {
53
+ return new HaVip(name, state, Object.assign(Object.assign({}, opts), { id: id }));
54
+ }
55
+ /**
56
+ * Returns true if the given object is an instance of HaVip. This is designed to work even
57
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
+ */
59
+ static isInstance(obj) {
60
+ if (obj === undefined || obj === null) {
61
+ return false;
62
+ }
63
+ return obj['__pulumiType'] === HaVip.__pulumiType;
64
+ }
65
+ constructor(name, argsOrState, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (opts.id) {
69
+ const state = argsOrState;
70
+ resourceInputs["associatedEipAddress"] = state ? state.associatedEipAddress : undefined;
71
+ resourceInputs["associatedEipId"] = state ? state.associatedEipId : undefined;
72
+ resourceInputs["associatedInstanceIds"] = state ? state.associatedInstanceIds : undefined;
73
+ resourceInputs["associatedInstanceType"] = state ? state.associatedInstanceType : undefined;
74
+ resourceInputs["createdAt"] = state ? state.createdAt : undefined;
75
+ resourceInputs["description"] = state ? state.description : undefined;
76
+ resourceInputs["haVipId"] = state ? state.haVipId : undefined;
77
+ resourceInputs["haVipName"] = state ? state.haVipName : undefined;
78
+ resourceInputs["ipAddress"] = state ? state.ipAddress : undefined;
79
+ resourceInputs["masterInstanceId"] = state ? state.masterInstanceId : undefined;
80
+ resourceInputs["projectName"] = state ? state.projectName : undefined;
81
+ resourceInputs["status"] = state ? state.status : undefined;
82
+ resourceInputs["subnetId"] = state ? state.subnetId : undefined;
83
+ resourceInputs["tags"] = state ? state.tags : undefined;
84
+ resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
85
+ resourceInputs["vpcId"] = state ? state.vpcId : undefined;
86
+ }
87
+ else {
88
+ const args = argsOrState;
89
+ if ((!args || args.subnetId === undefined) && !opts.urn) {
90
+ throw new Error("Missing required property 'subnetId'");
91
+ }
92
+ resourceInputs["associatedEipId"] = args ? args.associatedEipId : undefined;
93
+ resourceInputs["associatedInstanceIds"] = args ? args.associatedInstanceIds : undefined;
94
+ resourceInputs["associatedInstanceType"] = args ? args.associatedInstanceType : undefined;
95
+ resourceInputs["description"] = args ? args.description : undefined;
96
+ resourceInputs["haVipName"] = args ? args.haVipName : undefined;
97
+ resourceInputs["ipAddress"] = args ? args.ipAddress : undefined;
98
+ resourceInputs["subnetId"] = args ? args.subnetId : undefined;
99
+ resourceInputs["tags"] = args ? args.tags : undefined;
100
+ resourceInputs["associatedEipAddress"] = undefined /*out*/;
101
+ resourceInputs["createdAt"] = undefined /*out*/;
102
+ resourceInputs["haVipId"] = undefined /*out*/;
103
+ resourceInputs["masterInstanceId"] = undefined /*out*/;
104
+ resourceInputs["projectName"] = undefined /*out*/;
105
+ resourceInputs["status"] = undefined /*out*/;
106
+ resourceInputs["updatedAt"] = undefined /*out*/;
107
+ resourceInputs["vpcId"] = undefined /*out*/;
108
+ }
109
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
110
+ super(HaVip.__pulumiType, name, resourceInputs, opts);
111
+ }
112
+ }
113
+ exports.HaVip = HaVip;
114
+ /** @internal */
115
+ HaVip.__pulumiType = 'volcenginecc:vpc/haVip:HaVip';
116
+ //# sourceMappingURL=haVip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"haVip.js","sourceRoot":"","sources":["../../vpc/haVip.ts"],"names":[],"mappings":"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"}
package/vpc/index.d.ts CHANGED
@@ -7,6 +7,9 @@ export declare const Eip: typeof import("./eip").Eip;
7
7
  export { EniArgs, EniState } from "./eni";
8
8
  export type Eni = import("./eni").Eni;
9
9
  export declare const Eni: typeof import("./eni").Eni;
10
+ export { FlowLogArgs, FlowLogState } from "./flowLog";
11
+ export type FlowLog = import("./flowLog").FlowLog;
12
+ export declare const FlowLog: typeof import("./flowLog").FlowLog;
10
13
  export { GetBandwidthPackageArgs, GetBandwidthPackageResult, GetBandwidthPackageOutputArgs } from "./getBandwidthPackage";
11
14
  export declare const getBandwidthPackage: typeof import("./getBandwidthPackage").getBandwidthPackage;
12
15
  export declare const getBandwidthPackageOutput: typeof import("./getBandwidthPackage").getBandwidthPackageOutput;
@@ -25,6 +28,30 @@ export declare const getEniOutput: typeof import("./getEni").getEniOutput;
25
28
  export { GetEnisResult } from "./getEnis";
26
29
  export declare const getEnis: typeof import("./getEnis").getEnis;
27
30
  export declare const getEnisOutput: typeof import("./getEnis").getEnisOutput;
31
+ export { GetFlowLogArgs, GetFlowLogResult, GetFlowLogOutputArgs } from "./getFlowLog";
32
+ export declare const getFlowLog: typeof import("./getFlowLog").getFlowLog;
33
+ export declare const getFlowLogOutput: typeof import("./getFlowLog").getFlowLogOutput;
34
+ export { GetFlowLogsResult } from "./getFlowLogs";
35
+ export declare const getFlowLogs: typeof import("./getFlowLogs").getFlowLogs;
36
+ export declare const getFlowLogsOutput: typeof import("./getFlowLogs").getFlowLogsOutput;
37
+ export { GetHaVipArgs, GetHaVipResult, GetHaVipOutputArgs } from "./getHaVip";
38
+ export declare const getHaVip: typeof import("./getHaVip").getHaVip;
39
+ export declare const getHaVipOutput: typeof import("./getHaVip").getHaVipOutput;
40
+ export { GetHaVipsResult } from "./getHaVips";
41
+ export declare const getHaVips: typeof import("./getHaVips").getHaVips;
42
+ export declare const getHaVipsOutput: typeof import("./getHaVips").getHaVipsOutput;
43
+ export { GetIpv6AddressBandwidthArgs, GetIpv6AddressBandwidthResult, GetIpv6AddressBandwidthOutputArgs } from "./getIpv6AddressBandwidth";
44
+ export declare const getIpv6AddressBandwidth: typeof import("./getIpv6AddressBandwidth").getIpv6AddressBandwidth;
45
+ export declare const getIpv6AddressBandwidthOutput: typeof import("./getIpv6AddressBandwidth").getIpv6AddressBandwidthOutput;
46
+ export { GetIpv6AddressBandwidthsResult } from "./getIpv6AddressBandwidths";
47
+ export declare const getIpv6AddressBandwidths: typeof import("./getIpv6AddressBandwidths").getIpv6AddressBandwidths;
48
+ export declare const getIpv6AddressBandwidthsOutput: typeof import("./getIpv6AddressBandwidths").getIpv6AddressBandwidthsOutput;
49
+ export { GetIpv6GatewayArgs, GetIpv6GatewayResult, GetIpv6GatewayOutputArgs } from "./getIpv6Gateway";
50
+ export declare const getIpv6Gateway: typeof import("./getIpv6Gateway").getIpv6Gateway;
51
+ export declare const getIpv6GatewayOutput: typeof import("./getIpv6Gateway").getIpv6GatewayOutput;
52
+ export { GetIpv6GatewaysResult } from "./getIpv6Gateways";
53
+ export declare const getIpv6Gateways: typeof import("./getIpv6Gateways").getIpv6Gateways;
54
+ export declare const getIpv6GatewaysOutput: typeof import("./getIpv6Gateways").getIpv6GatewaysOutput;
28
55
  export { GetNetworkAclArgs, GetNetworkAclResult, GetNetworkAclOutputArgs } from "./getNetworkAcl";
29
56
  export declare const getNetworkAcl: typeof import("./getNetworkAcl").getNetworkAcl;
30
57
  export declare const getNetworkAclOutput: typeof import("./getNetworkAcl").getNetworkAclOutput;
@@ -55,12 +82,45 @@ export declare const getSubnetOutput: typeof import("./getSubnet").getSubnetOutp
55
82
  export { GetSubnetsResult } from "./getSubnets";
56
83
  export declare const getSubnets: typeof import("./getSubnets").getSubnets;
57
84
  export declare const getSubnetsOutput: typeof import("./getSubnets").getSubnetsOutput;
85
+ export { GetTrafficMirrorFilterArgs, GetTrafficMirrorFilterResult, GetTrafficMirrorFilterOutputArgs } from "./getTrafficMirrorFilter";
86
+ export declare const getTrafficMirrorFilter: typeof import("./getTrafficMirrorFilter").getTrafficMirrorFilter;
87
+ export declare const getTrafficMirrorFilterOutput: typeof import("./getTrafficMirrorFilter").getTrafficMirrorFilterOutput;
88
+ export { GetTrafficMirrorFilterRuleArgs, GetTrafficMirrorFilterRuleResult, GetTrafficMirrorFilterRuleOutputArgs } from "./getTrafficMirrorFilterRule";
89
+ export declare const getTrafficMirrorFilterRule: typeof import("./getTrafficMirrorFilterRule").getTrafficMirrorFilterRule;
90
+ export declare const getTrafficMirrorFilterRuleOutput: typeof import("./getTrafficMirrorFilterRule").getTrafficMirrorFilterRuleOutput;
91
+ export { GetTrafficMirrorFilterRulesResult } from "./getTrafficMirrorFilterRules";
92
+ export declare const getTrafficMirrorFilterRules: typeof import("./getTrafficMirrorFilterRules").getTrafficMirrorFilterRules;
93
+ export declare const getTrafficMirrorFilterRulesOutput: typeof import("./getTrafficMirrorFilterRules").getTrafficMirrorFilterRulesOutput;
94
+ export { GetTrafficMirrorFiltersResult } from "./getTrafficMirrorFilters";
95
+ export declare const getTrafficMirrorFilters: typeof import("./getTrafficMirrorFilters").getTrafficMirrorFilters;
96
+ export declare const getTrafficMirrorFiltersOutput: typeof import("./getTrafficMirrorFilters").getTrafficMirrorFiltersOutput;
97
+ export { GetTrafficMirrorSessionArgs, GetTrafficMirrorSessionResult, GetTrafficMirrorSessionOutputArgs } from "./getTrafficMirrorSession";
98
+ export declare const getTrafficMirrorSession: typeof import("./getTrafficMirrorSession").getTrafficMirrorSession;
99
+ export declare const getTrafficMirrorSessionOutput: typeof import("./getTrafficMirrorSession").getTrafficMirrorSessionOutput;
100
+ export { GetTrafficMirrorSessionsResult } from "./getTrafficMirrorSessions";
101
+ export declare const getTrafficMirrorSessions: typeof import("./getTrafficMirrorSessions").getTrafficMirrorSessions;
102
+ export declare const getTrafficMirrorSessionsOutput: typeof import("./getTrafficMirrorSessions").getTrafficMirrorSessionsOutput;
103
+ export { GetTrafficMirrorTargetArgs, GetTrafficMirrorTargetResult, GetTrafficMirrorTargetOutputArgs } from "./getTrafficMirrorTarget";
104
+ export declare const getTrafficMirrorTarget: typeof import("./getTrafficMirrorTarget").getTrafficMirrorTarget;
105
+ export declare const getTrafficMirrorTargetOutput: typeof import("./getTrafficMirrorTarget").getTrafficMirrorTargetOutput;
106
+ export { GetTrafficMirrorTargetsResult } from "./getTrafficMirrorTargets";
107
+ export declare const getTrafficMirrorTargets: typeof import("./getTrafficMirrorTargets").getTrafficMirrorTargets;
108
+ export declare const getTrafficMirrorTargetsOutput: typeof import("./getTrafficMirrorTargets").getTrafficMirrorTargetsOutput;
58
109
  export { GetVpcArgs, GetVpcResult, GetVpcOutputArgs } from "./getVpc";
59
110
  export declare const getVpc: typeof import("./getVpc").getVpc;
60
111
  export declare const getVpcOutput: typeof import("./getVpc").getVpcOutput;
61
112
  export { GetVpcsResult } from "./getVpcs";
62
113
  export declare const getVpcs: typeof import("./getVpcs").getVpcs;
63
114
  export declare const getVpcsOutput: typeof import("./getVpcs").getVpcsOutput;
115
+ export { HaVipArgs, HaVipState } from "./haVip";
116
+ export type HaVip = import("./haVip").HaVip;
117
+ export declare const HaVip: typeof import("./haVip").HaVip;
118
+ export { Ipv6AddressBandwidthArgs, Ipv6AddressBandwidthState } from "./ipv6AddressBandwidth";
119
+ export type Ipv6AddressBandwidth = import("./ipv6AddressBandwidth").Ipv6AddressBandwidth;
120
+ export declare const Ipv6AddressBandwidth: typeof import("./ipv6AddressBandwidth").Ipv6AddressBandwidth;
121
+ export { Ipv6GatewayArgs, Ipv6GatewayState } from "./ipv6Gateway";
122
+ export type Ipv6Gateway = import("./ipv6Gateway").Ipv6Gateway;
123
+ export declare const Ipv6Gateway: typeof import("./ipv6Gateway").Ipv6Gateway;
64
124
  export { NetworkAclArgs, NetworkAclState } from "./networkAcl";
65
125
  export type NetworkAcl = import("./networkAcl").NetworkAcl;
66
126
  export declare const NetworkAcl: typeof import("./networkAcl").NetworkAcl;
@@ -76,6 +136,18 @@ export declare const SecurityGroup: typeof import("./securityGroup").SecurityGro
76
136
  export { SubnetArgs, SubnetState } from "./subnet";
77
137
  export type Subnet = import("./subnet").Subnet;
78
138
  export declare const Subnet: typeof import("./subnet").Subnet;
139
+ export { TrafficMirrorFilterArgs, TrafficMirrorFilterState } from "./trafficMirrorFilter";
140
+ export type TrafficMirrorFilter = import("./trafficMirrorFilter").TrafficMirrorFilter;
141
+ export declare const TrafficMirrorFilter: typeof import("./trafficMirrorFilter").TrafficMirrorFilter;
142
+ export { TrafficMirrorFilterRuleArgs, TrafficMirrorFilterRuleState } from "./trafficMirrorFilterRule";
143
+ export type TrafficMirrorFilterRule = import("./trafficMirrorFilterRule").TrafficMirrorFilterRule;
144
+ export declare const TrafficMirrorFilterRule: typeof import("./trafficMirrorFilterRule").TrafficMirrorFilterRule;
145
+ export { TrafficMirrorSessionArgs, TrafficMirrorSessionState } from "./trafficMirrorSession";
146
+ export type TrafficMirrorSession = import("./trafficMirrorSession").TrafficMirrorSession;
147
+ export declare const TrafficMirrorSession: typeof import("./trafficMirrorSession").TrafficMirrorSession;
148
+ export { TrafficMirrorTargetArgs, TrafficMirrorTargetState } from "./trafficMirrorTarget";
149
+ export type TrafficMirrorTarget = import("./trafficMirrorTarget").TrafficMirrorTarget;
150
+ export declare const TrafficMirrorTarget: typeof import("./trafficMirrorTarget").TrafficMirrorTarget;
79
151
  export { VpcArgs, VpcState } from "./vpc";
80
152
  export type Vpc = import("./vpc").Vpc;
81
153
  export declare const Vpc: typeof import("./vpc").Vpc;
package/vpc/index.js CHANGED
@@ -2,7 +2,8 @@
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.Vpc = exports.Subnet = exports.SecurityGroup = exports.RouteTable = exports.PrefixList = exports.NetworkAcl = exports.getVpcsOutput = exports.getVpcs = exports.getVpcOutput = exports.getVpc = exports.getSubnetsOutput = exports.getSubnets = exports.getSubnetOutput = exports.getSubnet = exports.getSecurityGroupsOutput = exports.getSecurityGroups = exports.getSecurityGroupOutput = exports.getSecurityGroup = exports.getRouteTablesOutput = exports.getRouteTables = exports.getRouteTableOutput = exports.getRouteTable = exports.getPrefixListsOutput = exports.getPrefixLists = exports.getPrefixListOutput = exports.getPrefixList = exports.getNetworkAclsOutput = exports.getNetworkAcls = exports.getNetworkAclOutput = exports.getNetworkAcl = exports.getEnisOutput = exports.getEnis = exports.getEniOutput = exports.getEni = exports.getEipsOutput = exports.getEips = exports.getEipOutput = exports.getEip = exports.getBandwidthPackagesOutput = exports.getBandwidthPackages = exports.getBandwidthPackageOutput = exports.getBandwidthPackage = exports.Eni = exports.Eip = exports.BandwidthPackage = void 0;
5
+ exports.getSubnetOutput = exports.getSubnet = exports.getSecurityGroupsOutput = exports.getSecurityGroups = exports.getSecurityGroupOutput = exports.getSecurityGroup = exports.getRouteTablesOutput = exports.getRouteTables = exports.getRouteTableOutput = exports.getRouteTable = exports.getPrefixListsOutput = exports.getPrefixLists = exports.getPrefixListOutput = exports.getPrefixList = exports.getNetworkAclsOutput = exports.getNetworkAcls = exports.getNetworkAclOutput = exports.getNetworkAcl = exports.getIpv6GatewaysOutput = exports.getIpv6Gateways = exports.getIpv6GatewayOutput = exports.getIpv6Gateway = exports.getIpv6AddressBandwidthsOutput = exports.getIpv6AddressBandwidths = exports.getIpv6AddressBandwidthOutput = exports.getIpv6AddressBandwidth = exports.getHaVipsOutput = exports.getHaVips = exports.getHaVipOutput = exports.getHaVip = exports.getFlowLogsOutput = exports.getFlowLogs = exports.getFlowLogOutput = exports.getFlowLog = exports.getEnisOutput = exports.getEnis = exports.getEniOutput = exports.getEni = exports.getEipsOutput = exports.getEips = exports.getEipOutput = exports.getEip = exports.getBandwidthPackagesOutput = exports.getBandwidthPackages = exports.getBandwidthPackageOutput = exports.getBandwidthPackage = exports.FlowLog = exports.Eni = exports.Eip = exports.BandwidthPackage = void 0;
6
+ exports.Vpc = exports.TrafficMirrorTarget = exports.TrafficMirrorSession = exports.TrafficMirrorFilterRule = exports.TrafficMirrorFilter = exports.Subnet = exports.SecurityGroup = exports.RouteTable = exports.PrefixList = exports.NetworkAcl = exports.Ipv6Gateway = exports.Ipv6AddressBandwidth = exports.HaVip = exports.getVpcsOutput = exports.getVpcs = exports.getVpcOutput = exports.getVpc = exports.getTrafficMirrorTargetsOutput = exports.getTrafficMirrorTargets = exports.getTrafficMirrorTargetOutput = exports.getTrafficMirrorTarget = exports.getTrafficMirrorSessionsOutput = exports.getTrafficMirrorSessions = exports.getTrafficMirrorSessionOutput = exports.getTrafficMirrorSession = exports.getTrafficMirrorFiltersOutput = exports.getTrafficMirrorFilters = exports.getTrafficMirrorFilterRulesOutput = exports.getTrafficMirrorFilterRules = exports.getTrafficMirrorFilterRuleOutput = exports.getTrafficMirrorFilterRule = exports.getTrafficMirrorFilterOutput = exports.getTrafficMirrorFilter = exports.getSubnetsOutput = exports.getSubnets = void 0;
6
7
  const pulumi = require("@pulumi/pulumi");
7
8
  const utilities = require("../utilities");
8
9
  exports.BandwidthPackage = null;
@@ -11,6 +12,8 @@ exports.Eip = null;
11
12
  utilities.lazyLoad(exports, ["Eip"], () => require("./eip"));
12
13
  exports.Eni = null;
13
14
  utilities.lazyLoad(exports, ["Eni"], () => require("./eni"));
15
+ exports.FlowLog = null;
16
+ utilities.lazyLoad(exports, ["FlowLog"], () => require("./flowLog"));
14
17
  exports.getBandwidthPackage = null;
15
18
  exports.getBandwidthPackageOutput = null;
16
19
  utilities.lazyLoad(exports, ["getBandwidthPackage", "getBandwidthPackageOutput"], () => require("./getBandwidthPackage"));
@@ -29,6 +32,30 @@ utilities.lazyLoad(exports, ["getEni", "getEniOutput"], () => require("./getEni"
29
32
  exports.getEnis = null;
30
33
  exports.getEnisOutput = null;
31
34
  utilities.lazyLoad(exports, ["getEnis", "getEnisOutput"], () => require("./getEnis"));
35
+ exports.getFlowLog = null;
36
+ exports.getFlowLogOutput = null;
37
+ utilities.lazyLoad(exports, ["getFlowLog", "getFlowLogOutput"], () => require("./getFlowLog"));
38
+ exports.getFlowLogs = null;
39
+ exports.getFlowLogsOutput = null;
40
+ utilities.lazyLoad(exports, ["getFlowLogs", "getFlowLogsOutput"], () => require("./getFlowLogs"));
41
+ exports.getHaVip = null;
42
+ exports.getHaVipOutput = null;
43
+ utilities.lazyLoad(exports, ["getHaVip", "getHaVipOutput"], () => require("./getHaVip"));
44
+ exports.getHaVips = null;
45
+ exports.getHaVipsOutput = null;
46
+ utilities.lazyLoad(exports, ["getHaVips", "getHaVipsOutput"], () => require("./getHaVips"));
47
+ exports.getIpv6AddressBandwidth = null;
48
+ exports.getIpv6AddressBandwidthOutput = null;
49
+ utilities.lazyLoad(exports, ["getIpv6AddressBandwidth", "getIpv6AddressBandwidthOutput"], () => require("./getIpv6AddressBandwidth"));
50
+ exports.getIpv6AddressBandwidths = null;
51
+ exports.getIpv6AddressBandwidthsOutput = null;
52
+ utilities.lazyLoad(exports, ["getIpv6AddressBandwidths", "getIpv6AddressBandwidthsOutput"], () => require("./getIpv6AddressBandwidths"));
53
+ exports.getIpv6Gateway = null;
54
+ exports.getIpv6GatewayOutput = null;
55
+ utilities.lazyLoad(exports, ["getIpv6Gateway", "getIpv6GatewayOutput"], () => require("./getIpv6Gateway"));
56
+ exports.getIpv6Gateways = null;
57
+ exports.getIpv6GatewaysOutput = null;
58
+ utilities.lazyLoad(exports, ["getIpv6Gateways", "getIpv6GatewaysOutput"], () => require("./getIpv6Gateways"));
32
59
  exports.getNetworkAcl = null;
33
60
  exports.getNetworkAclOutput = null;
34
61
  utilities.lazyLoad(exports, ["getNetworkAcl", "getNetworkAclOutput"], () => require("./getNetworkAcl"));
@@ -59,12 +86,42 @@ utilities.lazyLoad(exports, ["getSubnet", "getSubnetOutput"], () => require("./g
59
86
  exports.getSubnets = null;
60
87
  exports.getSubnetsOutput = null;
61
88
  utilities.lazyLoad(exports, ["getSubnets", "getSubnetsOutput"], () => require("./getSubnets"));
89
+ exports.getTrafficMirrorFilter = null;
90
+ exports.getTrafficMirrorFilterOutput = null;
91
+ utilities.lazyLoad(exports, ["getTrafficMirrorFilter", "getTrafficMirrorFilterOutput"], () => require("./getTrafficMirrorFilter"));
92
+ exports.getTrafficMirrorFilterRule = null;
93
+ exports.getTrafficMirrorFilterRuleOutput = null;
94
+ utilities.lazyLoad(exports, ["getTrafficMirrorFilterRule", "getTrafficMirrorFilterRuleOutput"], () => require("./getTrafficMirrorFilterRule"));
95
+ exports.getTrafficMirrorFilterRules = null;
96
+ exports.getTrafficMirrorFilterRulesOutput = null;
97
+ utilities.lazyLoad(exports, ["getTrafficMirrorFilterRules", "getTrafficMirrorFilterRulesOutput"], () => require("./getTrafficMirrorFilterRules"));
98
+ exports.getTrafficMirrorFilters = null;
99
+ exports.getTrafficMirrorFiltersOutput = null;
100
+ utilities.lazyLoad(exports, ["getTrafficMirrorFilters", "getTrafficMirrorFiltersOutput"], () => require("./getTrafficMirrorFilters"));
101
+ exports.getTrafficMirrorSession = null;
102
+ exports.getTrafficMirrorSessionOutput = null;
103
+ utilities.lazyLoad(exports, ["getTrafficMirrorSession", "getTrafficMirrorSessionOutput"], () => require("./getTrafficMirrorSession"));
104
+ exports.getTrafficMirrorSessions = null;
105
+ exports.getTrafficMirrorSessionsOutput = null;
106
+ utilities.lazyLoad(exports, ["getTrafficMirrorSessions", "getTrafficMirrorSessionsOutput"], () => require("./getTrafficMirrorSessions"));
107
+ exports.getTrafficMirrorTarget = null;
108
+ exports.getTrafficMirrorTargetOutput = null;
109
+ utilities.lazyLoad(exports, ["getTrafficMirrorTarget", "getTrafficMirrorTargetOutput"], () => require("./getTrafficMirrorTarget"));
110
+ exports.getTrafficMirrorTargets = null;
111
+ exports.getTrafficMirrorTargetsOutput = null;
112
+ utilities.lazyLoad(exports, ["getTrafficMirrorTargets", "getTrafficMirrorTargetsOutput"], () => require("./getTrafficMirrorTargets"));
62
113
  exports.getVpc = null;
63
114
  exports.getVpcOutput = null;
64
115
  utilities.lazyLoad(exports, ["getVpc", "getVpcOutput"], () => require("./getVpc"));
65
116
  exports.getVpcs = null;
66
117
  exports.getVpcsOutput = null;
67
118
  utilities.lazyLoad(exports, ["getVpcs", "getVpcsOutput"], () => require("./getVpcs"));
119
+ exports.HaVip = null;
120
+ utilities.lazyLoad(exports, ["HaVip"], () => require("./haVip"));
121
+ exports.Ipv6AddressBandwidth = null;
122
+ utilities.lazyLoad(exports, ["Ipv6AddressBandwidth"], () => require("./ipv6AddressBandwidth"));
123
+ exports.Ipv6Gateway = null;
124
+ utilities.lazyLoad(exports, ["Ipv6Gateway"], () => require("./ipv6Gateway"));
68
125
  exports.NetworkAcl = null;
69
126
  utilities.lazyLoad(exports, ["NetworkAcl"], () => require("./networkAcl"));
70
127
  exports.PrefixList = null;
@@ -75,6 +132,14 @@ exports.SecurityGroup = null;
75
132
  utilities.lazyLoad(exports, ["SecurityGroup"], () => require("./securityGroup"));
76
133
  exports.Subnet = null;
77
134
  utilities.lazyLoad(exports, ["Subnet"], () => require("./subnet"));
135
+ exports.TrafficMirrorFilter = null;
136
+ utilities.lazyLoad(exports, ["TrafficMirrorFilter"], () => require("./trafficMirrorFilter"));
137
+ exports.TrafficMirrorFilterRule = null;
138
+ utilities.lazyLoad(exports, ["TrafficMirrorFilterRule"], () => require("./trafficMirrorFilterRule"));
139
+ exports.TrafficMirrorSession = null;
140
+ utilities.lazyLoad(exports, ["TrafficMirrorSession"], () => require("./trafficMirrorSession"));
141
+ exports.TrafficMirrorTarget = null;
142
+ utilities.lazyLoad(exports, ["TrafficMirrorTarget"], () => require("./trafficMirrorTarget"));
78
143
  exports.Vpc = null;
79
144
  utilities.lazyLoad(exports, ["Vpc"], () => require("./vpc"));
80
145
  const _module = {
@@ -87,6 +152,14 @@ const _module = {
87
152
  return new exports.Eip(name, undefined, { urn });
88
153
  case "volcenginecc:vpc/eni:Eni":
89
154
  return new exports.Eni(name, undefined, { urn });
155
+ case "volcenginecc:vpc/flowLog:FlowLog":
156
+ return new exports.FlowLog(name, undefined, { urn });
157
+ case "volcenginecc:vpc/haVip:HaVip":
158
+ return new exports.HaVip(name, undefined, { urn });
159
+ case "volcenginecc:vpc/ipv6AddressBandwidth:Ipv6AddressBandwidth":
160
+ return new exports.Ipv6AddressBandwidth(name, undefined, { urn });
161
+ case "volcenginecc:vpc/ipv6Gateway:Ipv6Gateway":
162
+ return new exports.Ipv6Gateway(name, undefined, { urn });
90
163
  case "volcenginecc:vpc/networkAcl:NetworkAcl":
91
164
  return new exports.NetworkAcl(name, undefined, { urn });
92
165
  case "volcenginecc:vpc/prefixList:PrefixList":
@@ -97,6 +170,14 @@ const _module = {
97
170
  return new exports.SecurityGroup(name, undefined, { urn });
98
171
  case "volcenginecc:vpc/subnet:Subnet":
99
172
  return new exports.Subnet(name, undefined, { urn });
173
+ case "volcenginecc:vpc/trafficMirrorFilter:TrafficMirrorFilter":
174
+ return new exports.TrafficMirrorFilter(name, undefined, { urn });
175
+ case "volcenginecc:vpc/trafficMirrorFilterRule:TrafficMirrorFilterRule":
176
+ return new exports.TrafficMirrorFilterRule(name, undefined, { urn });
177
+ case "volcenginecc:vpc/trafficMirrorSession:TrafficMirrorSession":
178
+ return new exports.TrafficMirrorSession(name, undefined, { urn });
179
+ case "volcenginecc:vpc/trafficMirrorTarget:TrafficMirrorTarget":
180
+ return new exports.TrafficMirrorTarget(name, undefined, { urn });
100
181
  case "volcenginecc:vpc/vpc:Vpc":
101
182
  return new exports.Vpc(name, undefined, { urn });
102
183
  default:
@@ -107,10 +188,18 @@ const _module = {
107
188
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/bandwidthPackage", _module);
108
189
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/eip", _module);
109
190
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/eni", _module);
191
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/flowLog", _module);
192
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/haVip", _module);
193
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/ipv6AddressBandwidth", _module);
194
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/ipv6Gateway", _module);
110
195
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/networkAcl", _module);
111
196
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/prefixList", _module);
112
197
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/routeTable", _module);
113
198
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/securityGroup", _module);
114
199
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/subnet", _module);
200
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/trafficMirrorFilter", _module);
201
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/trafficMirrorFilterRule", _module);
202
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/trafficMirrorSession", _module);
203
+ pulumi.runtime.registerResourceModule("volcenginecc", "vpc/trafficMirrorTarget", _module);
115
204
  pulumi.runtime.registerResourceModule("volcenginecc", "vpc/vpc", _module);
116
205
  //# sourceMappingURL=index.js.map