@volcengine/pulumi-volcenginecc 0.0.21 → 0.0.23

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 (426) 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/clb/getNlbSecurityPolicies.d.ts +22 -0
  27. package/clb/getNlbSecurityPolicies.js +24 -0
  28. package/clb/getNlbSecurityPolicies.js.map +1 -0
  29. package/clb/getNlbSecurityPolicy.d.ts +81 -0
  30. package/clb/getNlbSecurityPolicy.js +28 -0
  31. package/clb/getNlbSecurityPolicy.js.map +1 -0
  32. package/clb/index.d.ts +9 -0
  33. package/clb/index.js +12 -1
  34. package/clb/index.js.map +1 -1
  35. package/clb/nlbSecurityPolicy.d.ts +167 -0
  36. package/clb/nlbSecurityPolicy.js +105 -0
  37. package/clb/nlbSecurityPolicy.js.map +1 -0
  38. package/cloudidentity/getGroup.d.ts +73 -0
  39. package/cloudidentity/getGroup.js +28 -0
  40. package/cloudidentity/getGroup.js.map +1 -0
  41. package/cloudidentity/getGroups.d.ts +22 -0
  42. package/cloudidentity/getGroups.js +24 -0
  43. package/cloudidentity/getGroups.js.map +1 -0
  44. package/cloudidentity/getPermissionSet.d.ts +73 -0
  45. package/cloudidentity/getPermissionSet.js +28 -0
  46. package/cloudidentity/getPermissionSet.js.map +1 -0
  47. package/cloudidentity/getPermissionSets.d.ts +22 -0
  48. package/cloudidentity/getPermissionSets.js +24 -0
  49. package/cloudidentity/getPermissionSets.js.map +1 -0
  50. package/cloudidentity/group.d.ts +130 -0
  51. package/cloudidentity/group.js +80 -0
  52. package/cloudidentity/group.js.map +1 -0
  53. package/cloudidentity/index.d.ts +18 -0
  54. package/cloudidentity/index.js +23 -1
  55. package/cloudidentity/index.js.map +1 -1
  56. package/cloudidentity/permissionSet.d.ts +130 -0
  57. package/cloudidentity/permissionSet.js +77 -0
  58. package/cloudidentity/permissionSet.js.map +1 -0
  59. package/ecs/deploymentSet.d.ts +173 -0
  60. package/ecs/deploymentSet.js +97 -0
  61. package/ecs/deploymentSet.js.map +1 -0
  62. package/ecs/getDeploymentSet.d.ts +81 -0
  63. package/ecs/getDeploymentSet.js +28 -0
  64. package/ecs/getDeploymentSet.js.map +1 -0
  65. package/ecs/getDeploymentSets.d.ts +22 -0
  66. package/ecs/getDeploymentSets.js +24 -0
  67. package/ecs/getDeploymentSets.js.map +1 -0
  68. package/ecs/getInstance.d.ts +11 -0
  69. package/ecs/getInstance.js.map +1 -1
  70. package/ecs/getLaunchTemplate.d.ts +73 -0
  71. package/ecs/getLaunchTemplate.js +28 -0
  72. package/ecs/getLaunchTemplate.js.map +1 -0
  73. package/ecs/getLaunchTemplateVersion.d.ts +153 -0
  74. package/ecs/getLaunchTemplateVersion.js +28 -0
  75. package/ecs/getLaunchTemplateVersion.js.map +1 -0
  76. package/ecs/getLaunchTemplateVersions.d.ts +22 -0
  77. package/ecs/getLaunchTemplateVersions.js +24 -0
  78. package/ecs/getLaunchTemplateVersions.js.map +1 -0
  79. package/ecs/getLaunchTemplates.d.ts +22 -0
  80. package/ecs/getLaunchTemplates.js +24 -0
  81. package/ecs/getLaunchTemplates.js.map +1 -0
  82. package/ecs/index.d.ts +27 -0
  83. package/ecs/index.js +34 -1
  84. package/ecs/index.js.map +1 -1
  85. package/ecs/instance.d.ts +106 -11
  86. package/ecs/instance.js +24 -2
  87. package/ecs/instance.js.map +1 -1
  88. package/ecs/launchTemplate.d.ts +130 -0
  89. package/ecs/launchTemplate.js +77 -0
  90. package/ecs/launchTemplate.js.map +1 -0
  91. package/ecs/launchTemplateVersion.d.ts +364 -0
  92. package/ecs/launchTemplateVersion.js +114 -0
  93. package/ecs/launchTemplateVersion.js.map +1 -0
  94. package/efs/fileSystem.d.ts +234 -0
  95. package/efs/fileSystem.js +111 -0
  96. package/efs/fileSystem.js.map +1 -0
  97. package/efs/getFileSystem.d.ts +117 -0
  98. package/efs/getFileSystem.js +28 -0
  99. package/efs/getFileSystem.js.map +1 -0
  100. package/efs/getFileSystems.d.ts +22 -0
  101. package/efs/getFileSystems.js +24 -0
  102. package/efs/getFileSystems.js.map +1 -0
  103. package/efs/index.d.ts +9 -0
  104. package/efs/index.js +28 -0
  105. package/efs/index.js.map +1 -0
  106. package/filenas/getMountPoint.d.ts +97 -0
  107. package/filenas/getMountPoint.js +28 -0
  108. package/filenas/getMountPoint.js.map +1 -0
  109. package/filenas/getMountPoints.d.ts +22 -0
  110. package/filenas/getMountPoints.js +24 -0
  111. package/filenas/getMountPoints.js.map +1 -0
  112. package/filenas/index.d.ts +9 -0
  113. package/filenas/index.js +12 -1
  114. package/filenas/index.js.map +1 -1
  115. package/filenas/mountPoint.d.ts +196 -0
  116. package/filenas/mountPoint.js +116 -0
  117. package/filenas/mountPoint.js.map +1 -0
  118. package/iam/accesskey.d.ts +27 -17
  119. package/iam/accesskey.js +11 -7
  120. package/iam/accesskey.js.map +1 -1
  121. package/iam/getAccesskey.d.ts +10 -6
  122. package/iam/getAccesskey.js.map +1 -1
  123. package/iam/getUser.d.ts +12 -0
  124. package/iam/getUser.js.map +1 -1
  125. package/iam/user.d.ts +26 -0
  126. package/iam/user.js +6 -0
  127. package/iam/user.js.map +1 -1
  128. package/index.d.ts +3 -1
  129. package/index.js +5 -1
  130. package/index.js.map +1 -1
  131. package/kms/getKeyRing.d.ts +72 -0
  132. package/kms/getKeyRing.js +28 -0
  133. package/kms/getKeyRing.js.map +1 -0
  134. package/kms/getKeyRings.d.ts +22 -0
  135. package/kms/getKeyRings.js +24 -0
  136. package/kms/getKeyRings.js.map +1 -0
  137. package/kms/index.d.ts +9 -0
  138. package/kms/index.js +12 -1
  139. package/kms/index.js.map +1 -1
  140. package/kms/keyRing.d.ts +147 -0
  141. package/kms/keyRing.js +91 -0
  142. package/kms/keyRing.js.map +1 -0
  143. package/organization/account.d.ts +282 -0
  144. package/organization/account.js +112 -0
  145. package/organization/account.js.map +1 -0
  146. package/organization/getAccount.d.ts +137 -0
  147. package/organization/getAccount.js +28 -0
  148. package/organization/getAccount.js.map +1 -0
  149. package/organization/getAccounts.d.ts +22 -0
  150. package/organization/getAccounts.js +24 -0
  151. package/organization/getAccounts.js.map +1 -0
  152. package/organization/index.d.ts +9 -0
  153. package/organization/index.js +12 -1
  154. package/organization/index.js.map +1 -1
  155. package/package.json +1 -1
  156. package/privatezone/getRecord.d.ts +88 -0
  157. package/privatezone/getRecord.js +28 -0
  158. package/privatezone/getRecord.js.map +1 -0
  159. package/privatezone/getRecords.d.ts +22 -0
  160. package/privatezone/getRecords.js +24 -0
  161. package/privatezone/getRecords.js.map +1 -0
  162. package/privatezone/index.d.ts +9 -0
  163. package/privatezone/index.js +12 -1
  164. package/privatezone/index.js.map +1 -1
  165. package/privatezone/record.d.ts +204 -0
  166. package/privatezone/record.js +113 -0
  167. package/privatezone/record.js.map +1 -0
  168. package/rabbitmq/getInstancePlugin.d.ts +72 -0
  169. package/rabbitmq/getInstancePlugin.js +28 -0
  170. package/rabbitmq/getInstancePlugin.js.map +1 -0
  171. package/rabbitmq/getInstancePlugins.d.ts +22 -0
  172. package/rabbitmq/getInstancePlugins.js +24 -0
  173. package/rabbitmq/getInstancePlugins.js.map +1 -0
  174. package/rabbitmq/getPublicAddress.d.ts +129 -0
  175. package/rabbitmq/getPublicAddress.js +28 -0
  176. package/rabbitmq/getPublicAddress.js.map +1 -0
  177. package/rabbitmq/getPublicAddresses.d.ts +22 -0
  178. package/rabbitmq/getPublicAddresses.js +24 -0
  179. package/rabbitmq/getPublicAddresses.js.map +1 -0
  180. package/rabbitmq/index.d.ts +18 -0
  181. package/rabbitmq/index.js +23 -1
  182. package/rabbitmq/index.js.map +1 -1
  183. package/rabbitmq/instancePlugin.d.ts +137 -0
  184. package/rabbitmq/instancePlugin.js +89 -0
  185. package/rabbitmq/instancePlugin.js.map +1 -0
  186. package/rabbitmq/publicAddress.d.ts +239 -0
  187. package/rabbitmq/publicAddress.js +120 -0
  188. package/rabbitmq/publicAddress.js.map +1 -0
  189. package/rdsmysql/allowList.d.ts +232 -0
  190. package/rdsmysql/allowList.js +92 -0
  191. package/rdsmysql/allowList.js.map +1 -0
  192. package/rdsmysql/backup.d.ts +240 -0
  193. package/rdsmysql/backup.js +119 -0
  194. package/rdsmysql/backup.js.map +1 -0
  195. package/rdsmysql/endpoint.d.ts +325 -0
  196. package/rdsmysql/endpoint.js +108 -0
  197. package/rdsmysql/endpoint.js.map +1 -0
  198. package/rdsmysql/getAllowList.d.ts +109 -0
  199. package/rdsmysql/getAllowList.js +28 -0
  200. package/rdsmysql/getAllowList.js.map +1 -0
  201. package/rdsmysql/getAllowLists.d.ts +22 -0
  202. package/rdsmysql/getAllowLists.js +24 -0
  203. package/rdsmysql/getAllowLists.js.map +1 -0
  204. package/rdsmysql/getBackup.d.ts +125 -0
  205. package/rdsmysql/getBackup.js +28 -0
  206. package/rdsmysql/getBackup.js.map +1 -0
  207. package/rdsmysql/getBackups.d.ts +22 -0
  208. package/rdsmysql/getBackups.js +24 -0
  209. package/rdsmysql/getBackups.js.map +1 -0
  210. package/rdsmysql/getEndpoint.d.ts +141 -0
  211. package/rdsmysql/getEndpoint.js +28 -0
  212. package/rdsmysql/getEndpoint.js.map +1 -0
  213. package/rdsmysql/getEndpoints.d.ts +22 -0
  214. package/rdsmysql/getEndpoints.js +24 -0
  215. package/rdsmysql/getEndpoints.js.map +1 -0
  216. package/rdsmysql/index.d.ts +27 -0
  217. package/rdsmysql/index.js +34 -1
  218. package/rdsmysql/index.js.map +1 -1
  219. package/rdspostgresql/allowList.d.ts +206 -0
  220. package/rdspostgresql/allowList.js +102 -0
  221. package/rdspostgresql/allowList.js.map +1 -0
  222. package/rdspostgresql/dbAccount.d.ts +133 -0
  223. package/rdspostgresql/dbAccount.js +93 -0
  224. package/rdspostgresql/dbAccount.js.map +1 -0
  225. package/rdspostgresql/dbEndpoint.d.ts +220 -0
  226. package/rdspostgresql/dbEndpoint.js +103 -0
  227. package/rdspostgresql/dbEndpoint.js.map +1 -0
  228. package/rdspostgresql/getAllowList.d.ts +93 -0
  229. package/rdspostgresql/getAllowList.js +28 -0
  230. package/rdspostgresql/getAllowList.js.map +1 -0
  231. package/rdspostgresql/getAllowLists.d.ts +22 -0
  232. package/rdspostgresql/getAllowLists.js +24 -0
  233. package/rdspostgresql/getAllowLists.js.map +1 -0
  234. package/rdspostgresql/getDbAccount.d.ts +60 -0
  235. package/rdspostgresql/getDbAccount.js +28 -0
  236. package/rdspostgresql/getDbAccount.js.map +1 -0
  237. package/rdspostgresql/getDbAccounts.d.ts +22 -0
  238. package/rdspostgresql/getDbAccounts.js +24 -0
  239. package/rdspostgresql/getDbAccounts.js.map +1 -0
  240. package/rdspostgresql/getDbEndpoint.d.ts +101 -0
  241. package/rdspostgresql/getDbEndpoint.js +28 -0
  242. package/rdspostgresql/getDbEndpoint.js.map +1 -0
  243. package/rdspostgresql/getDbEndpoints.d.ts +22 -0
  244. package/rdspostgresql/getDbEndpoints.js +24 -0
  245. package/rdspostgresql/getDbEndpoints.js.map +1 -0
  246. package/rdspostgresql/index.d.ts +27 -0
  247. package/rdspostgresql/index.js +50 -0
  248. package/rdspostgresql/index.js.map +1 -0
  249. package/redis/account.d.ts +128 -0
  250. package/redis/account.js +95 -0
  251. package/redis/account.js.map +1 -0
  252. package/redis/endpointPublicAddress.d.ts +150 -0
  253. package/redis/endpointPublicAddress.js +93 -0
  254. package/redis/endpointPublicAddress.js.map +1 -0
  255. package/redis/getAccount.d.ts +60 -0
  256. package/redis/getAccount.js +28 -0
  257. package/redis/getAccount.js.map +1 -0
  258. package/redis/getAccounts.d.ts +22 -0
  259. package/redis/getAccounts.js +24 -0
  260. package/redis/getAccounts.js.map +1 -0
  261. package/redis/getEndpointPublicAddress.d.ts +72 -0
  262. package/redis/getEndpointPublicAddress.js +28 -0
  263. package/redis/getEndpointPublicAddress.js.map +1 -0
  264. package/redis/getEndpointPublicAddresses.d.ts +22 -0
  265. package/redis/getEndpointPublicAddresses.js +24 -0
  266. package/redis/getEndpointPublicAddresses.js.map +1 -0
  267. package/redis/index.d.ts +18 -0
  268. package/redis/index.js +23 -1
  269. package/redis/index.js.map +1 -1
  270. package/rocketmq/getGroup.d.ts +109 -0
  271. package/rocketmq/getGroup.js +28 -0
  272. package/rocketmq/getGroup.js.map +1 -0
  273. package/rocketmq/getGroups.d.ts +22 -0
  274. package/rocketmq/getGroups.js +24 -0
  275. package/rocketmq/getGroups.js.map +1 -0
  276. package/rocketmq/getTopic.d.ts +85 -0
  277. package/rocketmq/getTopic.js +28 -0
  278. package/rocketmq/getTopic.js.map +1 -0
  279. package/rocketmq/getTopics.d.ts +22 -0
  280. package/rocketmq/getTopics.js +24 -0
  281. package/rocketmq/getTopics.js.map +1 -0
  282. package/rocketmq/group.d.ts +219 -0
  283. package/rocketmq/group.js +117 -0
  284. package/rocketmq/group.js.map +1 -0
  285. package/rocketmq/index.d.ts +18 -0
  286. package/rocketmq/index.js +23 -1
  287. package/rocketmq/index.js.map +1 -1
  288. package/rocketmq/topic.d.ts +140 -0
  289. package/rocketmq/topic.js +92 -0
  290. package/rocketmq/topic.js.map +1 -0
  291. package/transitrouter/getVpcAttachment.d.ts +93 -0
  292. package/transitrouter/getVpcAttachment.js +28 -0
  293. package/transitrouter/getVpcAttachment.js.map +1 -0
  294. package/transitrouter/getVpcAttachments.d.ts +22 -0
  295. package/transitrouter/getVpcAttachments.js +24 -0
  296. package/transitrouter/getVpcAttachments.js.map +1 -0
  297. package/transitrouter/getVpnAttachment.d.ts +93 -0
  298. package/transitrouter/getVpnAttachment.js +28 -0
  299. package/transitrouter/getVpnAttachment.js.map +1 -0
  300. package/transitrouter/getVpnAttachments.d.ts +22 -0
  301. package/transitrouter/getVpnAttachments.js +24 -0
  302. package/transitrouter/getVpnAttachments.js.map +1 -0
  303. package/transitrouter/index.d.ts +18 -0
  304. package/transitrouter/index.js +23 -1
  305. package/transitrouter/index.js.map +1 -1
  306. package/transitrouter/vpcAttachment.d.ts +177 -0
  307. package/transitrouter/vpcAttachment.js +93 -0
  308. package/transitrouter/vpcAttachment.js.map +1 -0
  309. package/transitrouter/vpnAttachment.d.ts +202 -0
  310. package/transitrouter/vpnAttachment.js +113 -0
  311. package/transitrouter/vpnAttachment.js.map +1 -0
  312. package/types/input.d.ts +3191 -1522
  313. package/types/output.d.ts +6543 -3068
  314. package/vke/defaultNodePool.d.ts +150 -0
  315. package/vke/defaultNodePool.js +86 -0
  316. package/vke/defaultNodePool.js.map +1 -0
  317. package/vke/getDefaultNodePool.d.ts +85 -0
  318. package/vke/getDefaultNodePool.js +28 -0
  319. package/vke/getDefaultNodePool.js.map +1 -0
  320. package/vke/getDefaultNodePools.d.ts +22 -0
  321. package/vke/getDefaultNodePools.js +24 -0
  322. package/vke/getDefaultNodePools.js.map +1 -0
  323. package/vke/getNode.d.ts +106 -0
  324. package/vke/getNode.js +28 -0
  325. package/vke/getNode.js.map +1 -0
  326. package/vke/getNodes.d.ts +22 -0
  327. package/vke/getNodes.js +24 -0
  328. package/vke/getNodes.js.map +1 -0
  329. package/vke/index.d.ts +18 -0
  330. package/vke/index.js +23 -1
  331. package/vke/index.js.map +1 -1
  332. package/vke/node.d.ts +238 -0
  333. package/vke/node.js +112 -0
  334. package/vke/node.js.map +1 -0
  335. package/vpc/flowLog.d.ts +266 -0
  336. package/vpc/flowLog.js +141 -0
  337. package/vpc/flowLog.js.map +1 -0
  338. package/vpc/getFlowLog.d.ts +117 -0
  339. package/vpc/getFlowLog.js +28 -0
  340. package/vpc/getFlowLog.js.map +1 -0
  341. package/vpc/getFlowLogs.d.ts +22 -0
  342. package/vpc/getFlowLogs.js +24 -0
  343. package/vpc/getFlowLogs.js.map +1 -0
  344. package/vpc/getHaVip.d.ts +101 -0
  345. package/vpc/getHaVip.js +28 -0
  346. package/vpc/getHaVip.js.map +1 -0
  347. package/vpc/getHaVips.d.ts +22 -0
  348. package/vpc/getHaVips.js +24 -0
  349. package/vpc/getHaVips.js.map +1 -0
  350. package/vpc/getIpv6AddressBandwidth.d.ts +117 -0
  351. package/vpc/getIpv6AddressBandwidth.js +28 -0
  352. package/vpc/getIpv6AddressBandwidth.js.map +1 -0
  353. package/vpc/getIpv6AddressBandwidths.d.ts +22 -0
  354. package/vpc/getIpv6AddressBandwidths.js +24 -0
  355. package/vpc/getIpv6AddressBandwidths.js.map +1 -0
  356. package/vpc/getIpv6Gateway.d.ts +77 -0
  357. package/vpc/getIpv6Gateway.js +28 -0
  358. package/vpc/getIpv6Gateway.js.map +1 -0
  359. package/vpc/getIpv6Gateways.d.ts +22 -0
  360. package/vpc/getIpv6Gateways.js +24 -0
  361. package/vpc/getIpv6Gateways.js.map +1 -0
  362. package/vpc/getTrafficMirrorFilter.d.ts +73 -0
  363. package/vpc/getTrafficMirrorFilter.js +28 -0
  364. package/vpc/getTrafficMirrorFilter.js.map +1 -0
  365. package/vpc/getTrafficMirrorFilterRule.d.ts +84 -0
  366. package/vpc/getTrafficMirrorFilterRule.js +28 -0
  367. package/vpc/getTrafficMirrorFilterRule.js.map +1 -0
  368. package/vpc/getTrafficMirrorFilterRules.d.ts +22 -0
  369. package/vpc/getTrafficMirrorFilterRules.js +24 -0
  370. package/vpc/getTrafficMirrorFilterRules.js.map +1 -0
  371. package/vpc/getTrafficMirrorFilters.d.ts +22 -0
  372. package/vpc/getTrafficMirrorFilters.js +24 -0
  373. package/vpc/getTrafficMirrorFilters.js.map +1 -0
  374. package/vpc/getTrafficMirrorSession.d.ts +101 -0
  375. package/vpc/getTrafficMirrorSession.js +28 -0
  376. package/vpc/getTrafficMirrorSession.js.map +1 -0
  377. package/vpc/getTrafficMirrorSessions.d.ts +22 -0
  378. package/vpc/getTrafficMirrorSessions.js +24 -0
  379. package/vpc/getTrafficMirrorSessions.js.map +1 -0
  380. package/vpc/getTrafficMirrorTarget.d.ts +77 -0
  381. package/vpc/getTrafficMirrorTarget.js +28 -0
  382. package/vpc/getTrafficMirrorTarget.js.map +1 -0
  383. package/vpc/getTrafficMirrorTargets.d.ts +22 -0
  384. package/vpc/getTrafficMirrorTargets.js +24 -0
  385. package/vpc/getTrafficMirrorTargets.js.map +1 -0
  386. package/vpc/getVpc.d.ts +4 -0
  387. package/vpc/getVpc.js.map +1 -1
  388. package/vpc/haVip.d.ts +223 -0
  389. package/vpc/haVip.js +116 -0
  390. package/vpc/haVip.js.map +1 -0
  391. package/vpc/index.d.ts +72 -0
  392. package/vpc/index.js +90 -1
  393. package/vpc/index.js.map +1 -1
  394. package/vpc/ipv6AddressBandwidth.d.ts +241 -0
  395. package/vpc/ipv6AddressBandwidth.js +121 -0
  396. package/vpc/ipv6AddressBandwidth.js.map +1 -0
  397. package/vpc/ipv6Gateway.d.ts +156 -0
  398. package/vpc/ipv6Gateway.js +97 -0
  399. package/vpc/ipv6Gateway.js.map +1 -0
  400. package/vpc/trafficMirrorFilter.d.ts +131 -0
  401. package/vpc/trafficMirrorFilter.js +91 -0
  402. package/vpc/trafficMirrorFilter.js.map +1 -0
  403. package/vpc/trafficMirrorFilterRule.d.ts +201 -0
  404. package/vpc/trafficMirrorFilterRule.js +118 -0
  405. package/vpc/trafficMirrorFilterRule.js.map +1 -0
  406. package/vpc/trafficMirrorSession.d.ts +229 -0
  407. package/vpc/trafficMirrorSession.js +123 -0
  408. package/vpc/trafficMirrorSession.js.map +1 -0
  409. package/vpc/trafficMirrorTarget.d.ts +161 -0
  410. package/vpc/trafficMirrorTarget.js +101 -0
  411. package/vpc/trafficMirrorTarget.js.map +1 -0
  412. package/vpc/vpc.d.ts +12 -0
  413. package/vpc/vpc.js +2 -0
  414. package/vpc/vpc.js.map +1 -1
  415. package/vpn/customerGateway.d.ts +186 -0
  416. package/vpn/customerGateway.js +101 -0
  417. package/vpn/customerGateway.js.map +1 -0
  418. package/vpn/getCustomerGateway.d.ts +89 -0
  419. package/vpn/getCustomerGateway.js +28 -0
  420. package/vpn/getCustomerGateway.js.map +1 -0
  421. package/vpn/getCustomerGateways.d.ts +22 -0
  422. package/vpn/getCustomerGateways.js +24 -0
  423. package/vpn/getCustomerGateways.js.map +1 -0
  424. package/vpn/index.d.ts +9 -0
  425. package/vpn/index.js +12 -1
  426. package/vpn/index.js.map +1 -1
@@ -0,0 +1,101 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VPC::HAVIP
5
+ */
6
+ export declare function getHaVip(args: GetHaVipArgs, opts?: pulumi.InvokeOptions): Promise<GetHaVipResult>;
7
+ /**
8
+ * A collection of arguments for invoking getHaVip.
9
+ */
10
+ export interface GetHaVipArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getHaVip.
18
+ */
19
+ export interface GetHaVipResult {
20
+ /**
21
+ * HAVIP绑定的公网IP的IP地址。
22
+ */
23
+ readonly associatedEipAddress: string;
24
+ /**
25
+ * HAVIP绑定的公网IP的ID。
26
+ */
27
+ readonly associatedEipId: string;
28
+ /**
29
+ * 绑定HAVIP的实例ID列表。
30
+ */
31
+ readonly associatedInstanceIds: string[];
32
+ /**
33
+ * 绑定HAVIP的实例类型。EcsInstance:云服务器实例。NetworkInterface:弹性网卡。
34
+ */
35
+ readonly associatedInstanceType: string;
36
+ /**
37
+ * HAVIP的创建时间。
38
+ */
39
+ readonly createdAt: string;
40
+ /**
41
+ * HAVIP的描述。长度限制为0~255个字符。
42
+ */
43
+ readonly description: string;
44
+ /**
45
+ * HAVIP的ID。
46
+ */
47
+ readonly haVipId: string;
48
+ /**
49
+ * HAVIP的名称。必须以字母、数字或中文开头,可包含字母、数字、中文及以下特殊字符:点号(.)、下划线(_)和中划线(-)。长度限制在0~128字符之间。
50
+ */
51
+ readonly haVipName: string;
52
+ /**
53
+ * Uniquely identifies the resource.
54
+ */
55
+ readonly id: string;
56
+ /**
57
+ * HAVIP的IP地址。
58
+ */
59
+ readonly ipAddress: string;
60
+ /**
61
+ * 与HAVIP绑定的主实例的ID。
62
+ */
63
+ readonly masterInstanceId: string;
64
+ /**
65
+ * HAVIP的项目名称。
66
+ */
67
+ readonly projectName: string;
68
+ /**
69
+ * HAVIP的状态。Available:可用。Creating:创建中。InUse:使用中。Deleting:删除中。
70
+ */
71
+ readonly status: string;
72
+ /**
73
+ * HAVIP所属的子网 ID。
74
+ */
75
+ readonly subnetId: string;
76
+ /**
77
+ * HAVIP所属标签。
78
+ */
79
+ readonly tags: outputs.vpc.GetHaVipTag[];
80
+ /**
81
+ * HAVIP最近一次的修改时间。
82
+ */
83
+ readonly updatedAt: string;
84
+ /**
85
+ * HAVIP所属的VPC ID。
86
+ */
87
+ readonly vpcId: string;
88
+ }
89
+ /**
90
+ * Data Source schema for Volcengine::VPC::HAVIP
91
+ */
92
+ export declare function getHaVipOutput(args: GetHaVipOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHaVipResult>;
93
+ /**
94
+ * A collection of arguments for invoking getHaVip.
95
+ */
96
+ export interface GetHaVipOutputArgs {
97
+ /**
98
+ * Uniquely identifies the resource.
99
+ */
100
+ id: pulumi.Input<string>;
101
+ }
@@ -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.getHaVipOutput = exports.getHaVip = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VPC::HAVIP
10
+ */
11
+ function getHaVip(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpc/getHaVip:getHaVip", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getHaVip = getHaVip;
18
+ /**
19
+ * Data Source schema for Volcengine::VPC::HAVIP
20
+ */
21
+ function getHaVipOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vpc/getHaVip:getHaVip", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getHaVipOutput = getHaVipOutput;
28
+ //# sourceMappingURL=getHaVip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHaVip.js","sourceRoot":"","sources":["../../vpc/getHaVip.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,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;QAC/D,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAqFD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,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;QACrE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VPC::HAVIP
4
+ */
5
+ export declare function getHaVips(opts?: pulumi.InvokeOptions): Promise<GetHaVipsResult>;
6
+ /**
7
+ * A collection of values returned by getHaVips.
8
+ */
9
+ export interface GetHaVipsResult {
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::VPC::HAVIP
21
+ */
22
+ export declare function getHaVipsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetHaVipsResult>;
@@ -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.getHaVipsOutput = exports.getHaVips = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::VPC::HAVIP
10
+ */
11
+ function getHaVips(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpc/getHaVips:getHaVips", {}, opts);
14
+ }
15
+ exports.getHaVips = getHaVips;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::VPC::HAVIP
18
+ */
19
+ function getHaVipsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:vpc/getHaVips:getHaVips", {}, opts);
22
+ }
23
+ exports.getHaVipsOutput = getHaVipsOutput;
24
+ //# sourceMappingURL=getHaVips.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHaVips.js","sourceRoot":"","sources":["../../vpc/getHaVips.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,SAAS,CAAC,IAA2B;IACjD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE,EACpE,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,8BAIC;AAeD;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAiC;IAC7D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE,EAC1E,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC"}
@@ -0,0 +1,117 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VPC::Ipv6AddressBandwidth
5
+ */
6
+ export declare function getIpv6AddressBandwidth(args: GetIpv6AddressBandwidthArgs, opts?: pulumi.InvokeOptions): Promise<GetIpv6AddressBandwidthResult>;
7
+ /**
8
+ * A collection of arguments for invoking getIpv6AddressBandwidth.
9
+ */
10
+ export interface GetIpv6AddressBandwidthArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getIpv6AddressBandwidth.
18
+ */
19
+ export interface GetIpv6AddressBandwidthResult {
20
+ /**
21
+ * IPv6公网带宽的ID。
22
+ */
23
+ readonly allocationId: string;
24
+ /**
25
+ * IPv6公网带宽的带宽上限。
26
+ */
27
+ readonly bandwidth: number;
28
+ /**
29
+ * IPv6共享带宽包的ID。
30
+ */
31
+ readonly bandwidthPackageId: string;
32
+ /**
33
+ * IPv6公网带宽的计费类型。2:按量计费-按带宽上限计费。3:按量计费-按实际流量计费。
34
+ */
35
+ readonly billingType: number;
36
+ /**
37
+ * IPv6公网带宽是否被锁定。Normal:正常。FinancialLocked:被锁定。
38
+ */
39
+ readonly businessStatus: string;
40
+ /**
41
+ * IPv6公网带宽的开通时间。
42
+ */
43
+ readonly createdTime: string;
44
+ /**
45
+ * IPv6公网带宽的删除时间。
46
+ */
47
+ readonly deletedTime: string;
48
+ /**
49
+ * Uniquely identifies the resource.
50
+ */
51
+ readonly id: string;
52
+ /**
53
+ * IPv6公网带宽关联的实例ID。
54
+ */
55
+ readonly instanceId: string;
56
+ /**
57
+ * IPv6公网带宽关联的实例类型。EcsInstance:云服务器实例。ClbInstance:负载均衡。
58
+ */
59
+ readonly instanceType: string;
60
+ /**
61
+ * IPv6地址。
62
+ */
63
+ readonly ipv6Address: string;
64
+ /**
65
+ * IPv6网关的ID。
66
+ */
67
+ readonly ipv6GatewayId: string;
68
+ /**
69
+ * IPv6公网带宽的线路类型。BGP:BGP(多线)。
70
+ */
71
+ readonly isp: string;
72
+ /**
73
+ * IPv6公网带宽被锁定的原因。该参数只有IPv6公网带宽处于FinancialLocked状态时才有返回值。Financial:因欠费被锁定。Security:因安全被锁定。
74
+ */
75
+ readonly lockReason: string;
76
+ /**
77
+ * IPv6地址的通信类型。Private:私网通信类型。Public:公网通信类型。
78
+ */
79
+ readonly networkType: string;
80
+ /**
81
+ * IPv6公网带宽欠费关停的时间。
82
+ */
83
+ readonly overdueTime: string;
84
+ /**
85
+ * IPv6公网带宽的项目。
86
+ */
87
+ readonly projectName: string;
88
+ /**
89
+ * 是否为服务托管。
90
+ */
91
+ readonly serviceManaged: boolean;
92
+ /**
93
+ * IPv6公网带宽的状态。Creating:创建中。Available:可用。
94
+ */
95
+ readonly status: string;
96
+ /**
97
+ * 标签信息
98
+ */
99
+ readonly tags: outputs.vpc.GetIpv6AddressBandwidthTag[];
100
+ /**
101
+ * IPv6公网带宽的最近操作时间。
102
+ */
103
+ readonly updatedTime: string;
104
+ }
105
+ /**
106
+ * Data Source schema for Volcengine::VPC::Ipv6AddressBandwidth
107
+ */
108
+ export declare function getIpv6AddressBandwidthOutput(args: GetIpv6AddressBandwidthOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIpv6AddressBandwidthResult>;
109
+ /**
110
+ * A collection of arguments for invoking getIpv6AddressBandwidth.
111
+ */
112
+ export interface GetIpv6AddressBandwidthOutputArgs {
113
+ /**
114
+ * Uniquely identifies the resource.
115
+ */
116
+ id: pulumi.Input<string>;
117
+ }
@@ -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.getIpv6AddressBandwidthOutput = exports.getIpv6AddressBandwidth = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VPC::Ipv6AddressBandwidth
10
+ */
11
+ function getIpv6AddressBandwidth(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpc/getIpv6AddressBandwidth:getIpv6AddressBandwidth", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getIpv6AddressBandwidth = getIpv6AddressBandwidth;
18
+ /**
19
+ * Data Source schema for Volcengine::VPC::Ipv6AddressBandwidth
20
+ */
21
+ function getIpv6AddressBandwidthOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vpc/getIpv6AddressBandwidth:getIpv6AddressBandwidth", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getIpv6AddressBandwidthOutput = getIpv6AddressBandwidthOutput;
28
+ //# sourceMappingURL=getIpv6AddressBandwidth.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIpv6AddressBandwidth.js","sourceRoot":"","sources":["../../vpc/getIpv6AddressBandwidth.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAqGD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VPC::Ipv6AddressBandwidth
4
+ */
5
+ export declare function getIpv6AddressBandwidths(opts?: pulumi.InvokeOptions): Promise<GetIpv6AddressBandwidthsResult>;
6
+ /**
7
+ * A collection of values returned by getIpv6AddressBandwidths.
8
+ */
9
+ export interface GetIpv6AddressBandwidthsResult {
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::VPC::Ipv6AddressBandwidth
21
+ */
22
+ export declare function getIpv6AddressBandwidthsOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIpv6AddressBandwidthsResult>;
@@ -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.getIpv6AddressBandwidthsOutput = exports.getIpv6AddressBandwidths = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::VPC::Ipv6AddressBandwidth
10
+ */
11
+ function getIpv6AddressBandwidths(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpc/getIpv6AddressBandwidths:getIpv6AddressBandwidths", {}, opts);
14
+ }
15
+ exports.getIpv6AddressBandwidths = getIpv6AddressBandwidths;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::VPC::Ipv6AddressBandwidth
18
+ */
19
+ function getIpv6AddressBandwidthsOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:vpc/getIpv6AddressBandwidths:getIpv6AddressBandwidths", {}, opts);
22
+ }
23
+ exports.getIpv6AddressBandwidthsOutput = getIpv6AddressBandwidthsOutput;
24
+ //# sourceMappingURL=getIpv6AddressBandwidths.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIpv6AddressBandwidths.js","sourceRoot":"","sources":["../../vpc/getIpv6AddressBandwidths.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,wBAAwB,CAAC,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oEAAoE,EAAE,EAClG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,4DAIC;AAeD;;GAEG;AACH,SAAgB,8BAA8B,CAAC,IAAiC;IAC5E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oEAAoE,EAAE,EACxG,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,wEAIC"}
@@ -0,0 +1,77 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Data Source schema for Volcengine::VPC::Ipv6Gateway
5
+ */
6
+ export declare function getIpv6Gateway(args: GetIpv6GatewayArgs, opts?: pulumi.InvokeOptions): Promise<GetIpv6GatewayResult>;
7
+ /**
8
+ * A collection of arguments for invoking getIpv6Gateway.
9
+ */
10
+ export interface GetIpv6GatewayArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getIpv6Gateway.
18
+ */
19
+ export interface GetIpv6GatewayResult {
20
+ /**
21
+ * IPv6网关实例的创建时间。
22
+ */
23
+ readonly createdTime: string;
24
+ /**
25
+ * IPv6网关实例的描述信息。长度限制为0~ 255个字符。不填默认为空字符串。需要以字母、中文或数字开头。可包含英文逗号(,)、点号(.)、下划线(_)、空格( )、等号(=)、短横线(-)、中文逗号(,)、中文句号(。)。
26
+ */
27
+ readonly description: string;
28
+ /**
29
+ * Uniquely identifies the resource.
30
+ */
31
+ readonly id: string;
32
+ /**
33
+ * IPv6网关实例的ID。
34
+ */
35
+ readonly ipv6GatewayId: string;
36
+ /**
37
+ * IPv6网关实例的名称。长度限制为1 ~ 128个字符。需要以字母、中文或数字开头,可包含点号(.)、下划线(_)和短横线(-)。不填默认为IPv6网关ID。
38
+ */
39
+ readonly name: string;
40
+ /**
41
+ * IPv6网关所属项目的名称。
42
+ */
43
+ readonly projectName: string;
44
+ /**
45
+ * IPv6网关实例关联的路由表ID。
46
+ */
47
+ readonly routeTableId: string;
48
+ /**
49
+ * IPv6网关实例的运行状态。取值如下:Creating:创建中。Deleting:删除中。Available:可用。
50
+ */
51
+ readonly status: string;
52
+ /**
53
+ * 标签信息
54
+ */
55
+ readonly tags: outputs.vpc.GetIpv6GatewayTag[];
56
+ /**
57
+ * IPv6网关实例的修改时间。
58
+ */
59
+ readonly updatedTime: string;
60
+ /**
61
+ * 需关联IPv6网关实例的VPC ID。每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。
62
+ */
63
+ readonly vpcId: string;
64
+ }
65
+ /**
66
+ * Data Source schema for Volcengine::VPC::Ipv6Gateway
67
+ */
68
+ export declare function getIpv6GatewayOutput(args: GetIpv6GatewayOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIpv6GatewayResult>;
69
+ /**
70
+ * A collection of arguments for invoking getIpv6Gateway.
71
+ */
72
+ export interface GetIpv6GatewayOutputArgs {
73
+ /**
74
+ * Uniquely identifies the resource.
75
+ */
76
+ id: pulumi.Input<string>;
77
+ }
@@ -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.getIpv6GatewayOutput = exports.getIpv6Gateway = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VPC::Ipv6Gateway
10
+ */
11
+ function getIpv6Gateway(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpc/getIpv6Gateway:getIpv6Gateway", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getIpv6Gateway = getIpv6Gateway;
18
+ /**
19
+ * Data Source schema for Volcengine::VPC::Ipv6Gateway
20
+ */
21
+ function getIpv6GatewayOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vpc/getIpv6Gateway:getIpv6Gateway", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getIpv6GatewayOutput = getIpv6GatewayOutput;
28
+ //# sourceMappingURL=getIpv6Gateway.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIpv6Gateway.js","sourceRoot":"","sources":["../../vpc/getIpv6Gateway.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC;AA6DD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oDAKC"}
@@ -0,0 +1,22 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Plural Data Source schema for Volcengine::VPC::Ipv6Gateway
4
+ */
5
+ export declare function getIpv6Gateways(opts?: pulumi.InvokeOptions): Promise<GetIpv6GatewaysResult>;
6
+ /**
7
+ * A collection of values returned by getIpv6Gateways.
8
+ */
9
+ export interface GetIpv6GatewaysResult {
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::VPC::Ipv6Gateway
21
+ */
22
+ export declare function getIpv6GatewaysOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetIpv6GatewaysResult>;
@@ -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.getIpv6GatewaysOutput = exports.getIpv6Gateways = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Plural Data Source schema for Volcengine::VPC::Ipv6Gateway
10
+ */
11
+ function getIpv6Gateways(opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpc/getIpv6Gateways:getIpv6Gateways", {}, opts);
14
+ }
15
+ exports.getIpv6Gateways = getIpv6Gateways;
16
+ /**
17
+ * Plural Data Source schema for Volcengine::VPC::Ipv6Gateway
18
+ */
19
+ function getIpv6GatewaysOutput(opts) {
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("volcenginecc:vpc/getIpv6Gateways:getIpv6Gateways", {}, opts);
22
+ }
23
+ exports.getIpv6GatewaysOutput = getIpv6GatewaysOutput;
24
+ //# sourceMappingURL=getIpv6Gateways.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIpv6Gateways.js","sourceRoot":"","sources":["../../vpc/getIpv6Gateways.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAA2B;IACvD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE,EAChF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,0CAIC;AAeD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAAiC;IACnE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE,EACtF,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAJD,sDAIC"}
@@ -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::VPC::TrafficMirrorFilter
5
+ */
6
+ export declare function getTrafficMirrorFilter(args: GetTrafficMirrorFilterArgs, opts?: pulumi.InvokeOptions): Promise<GetTrafficMirrorFilterResult>;
7
+ /**
8
+ * A collection of arguments for invoking getTrafficMirrorFilter.
9
+ */
10
+ export interface GetTrafficMirrorFilterArgs {
11
+ /**
12
+ * Uniquely identifies the resource.
13
+ */
14
+ id: string;
15
+ }
16
+ /**
17
+ * A collection of values returned by getTrafficMirrorFilter.
18
+ */
19
+ export interface GetTrafficMirrorFilterResult {
20
+ /**
21
+ * 筛选条件的创建时间。
22
+ */
23
+ readonly createdTime: string;
24
+ /**
25
+ * 筛选条件实例描述。
26
+ */
27
+ readonly description: string;
28
+ /**
29
+ * 出方向筛选规则的详细信息。
30
+ */
31
+ readonly egressFilterRules: outputs.vpc.GetTrafficMirrorFilterEgressFilterRule[];
32
+ /**
33
+ * Uniquely identifies the resource.
34
+ */
35
+ readonly id: string;
36
+ /**
37
+ * 入方向筛选规则的详细信息。
38
+ */
39
+ readonly ingressFilterRules: outputs.vpc.GetTrafficMirrorFilterIngressFilterRule[];
40
+ /**
41
+ * 筛选条件所属项目的名称。
42
+ */
43
+ readonly projectName: string;
44
+ /**
45
+ * 筛选条件状态。
46
+ */
47
+ readonly status: string;
48
+ /**
49
+ * 标签信息
50
+ */
51
+ readonly tags: outputs.vpc.GetTrafficMirrorFilterTag[];
52
+ /**
53
+ * 筛选条件实例ID。
54
+ */
55
+ readonly trafficMirrorFilterId: string;
56
+ /**
57
+ * 筛选条件名称。
58
+ */
59
+ readonly trafficMirrorFilterName: string;
60
+ }
61
+ /**
62
+ * Data Source schema for Volcengine::VPC::TrafficMirrorFilter
63
+ */
64
+ export declare function getTrafficMirrorFilterOutput(args: GetTrafficMirrorFilterOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetTrafficMirrorFilterResult>;
65
+ /**
66
+ * A collection of arguments for invoking getTrafficMirrorFilter.
67
+ */
68
+ export interface GetTrafficMirrorFilterOutputArgs {
69
+ /**
70
+ * Uniquely identifies the resource.
71
+ */
72
+ id: pulumi.Input<string>;
73
+ }
@@ -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.getTrafficMirrorFilterOutput = exports.getTrafficMirrorFilter = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Data Source schema for Volcengine::VPC::TrafficMirrorFilter
10
+ */
11
+ function getTrafficMirrorFilter(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("volcenginecc:vpc/getTrafficMirrorFilter:getTrafficMirrorFilter", {
14
+ "id": args.id,
15
+ }, opts);
16
+ }
17
+ exports.getTrafficMirrorFilter = getTrafficMirrorFilter;
18
+ /**
19
+ * Data Source schema for Volcengine::VPC::TrafficMirrorFilter
20
+ */
21
+ function getTrafficMirrorFilterOutput(args, opts) {
22
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
23
+ return pulumi.runtime.invokeOutput("volcenginecc:vpc/getTrafficMirrorFilter:getTrafficMirrorFilter", {
24
+ "id": args.id,
25
+ }, opts);
26
+ }
27
+ exports.getTrafficMirrorFilterOutput = getTrafficMirrorFilterOutput;
28
+ //# sourceMappingURL=getTrafficMirrorFilter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getTrafficMirrorFilter.js","sourceRoot":"","sources":["../../vpc/getTrafficMirrorFilter.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC;AAyDD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,oEAKC"}