@pulumiverse/scaleway 0.4.0 → 1.11.1

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 (533) hide show
  1. package/accountProject.d.ts +108 -0
  2. package/accountProject.js +77 -0
  3. package/accountProject.js.map +1 -0
  4. package/accountSshKey.d.ts +40 -4
  5. package/accountSshKey.js +34 -26
  6. package/accountSshKey.js.map +1 -1
  7. package/appleSliconValleyServer.d.ts +2 -4
  8. package/appleSliconValleyServer.js +24 -26
  9. package/appleSliconValleyServer.js.map +1 -1
  10. package/baremetalServer.d.ts +161 -13
  11. package/baremetalServer.js +66 -30
  12. package/baremetalServer.js.map +1 -1
  13. package/cockpit.d.ts +87 -0
  14. package/cockpit.js +64 -0
  15. package/cockpit.js.map +1 -0
  16. package/cockpitGrafanaUser.d.ts +109 -0
  17. package/cockpitGrafanaUser.js +92 -0
  18. package/cockpitGrafanaUser.js.map +1 -0
  19. package/cockpitToken.d.ts +125 -0
  20. package/cockpitToken.js +100 -0
  21. package/cockpitToken.js.map +1 -0
  22. package/container.d.ts +65 -10
  23. package/container.js +33 -24
  24. package/container.js.map +1 -1
  25. package/containerCron.d.ts +6 -1
  26. package/containerCron.js +24 -24
  27. package/containerCron.js.map +1 -1
  28. package/containerDomain.d.ts +138 -0
  29. package/containerDomain.js +119 -0
  30. package/containerDomain.js.map +1 -0
  31. package/containerNamespace.d.ts +36 -8
  32. package/containerNamespace.js +29 -27
  33. package/containerNamespace.js.map +1 -1
  34. package/containerToken.d.ts +147 -0
  35. package/containerToken.js +92 -0
  36. package/containerToken.js.map +1 -0
  37. package/containerTrigger.d.ts +156 -0
  38. package/containerTrigger.js +108 -0
  39. package/containerTrigger.js.map +1 -0
  40. package/database.d.ts +23 -5
  41. package/database.js +24 -22
  42. package/database.js.map +1 -1
  43. package/databaseAcl.d.ts +14 -7
  44. package/databaseAcl.js +22 -22
  45. package/databaseAcl.js.map +1 -1
  46. package/databaseBackup.d.ts +18 -6
  47. package/databaseBackup.js +22 -22
  48. package/databaseBackup.js.map +1 -1
  49. package/databaseInstance.d.ts +71 -111
  50. package/databaseInstance.js +27 -121
  51. package/databaseInstance.js.map +1 -1
  52. package/databasePrivilege.d.ts +36 -8
  53. package/databasePrivilege.js +45 -27
  54. package/databasePrivilege.js.map +1 -1
  55. package/databaseReadReplica.d.ts +30 -8
  56. package/databaseReadReplica.js +25 -23
  57. package/databaseReadReplica.js.map +1 -1
  58. package/databaseUser.d.ts +19 -7
  59. package/databaseUser.js +26 -24
  60. package/databaseUser.js.map +1 -1
  61. package/documentdbDatabase.d.ts +137 -0
  62. package/documentdbDatabase.js +87 -0
  63. package/documentdbDatabase.js.map +1 -0
  64. package/documentdbInstance.d.ts +247 -0
  65. package/documentdbInstance.js +113 -0
  66. package/documentdbInstance.js.map +1 -0
  67. package/documentdbPrivateNetworkEndpoint.d.ts +147 -0
  68. package/documentdbPrivateNetworkEndpoint.js +80 -0
  69. package/documentdbPrivateNetworkEndpoint.js.map +1 -0
  70. package/documentdbPrivilege.d.ts +122 -0
  71. package/documentdbPrivilege.js +95 -0
  72. package/documentdbPrivilege.js.map +1 -0
  73. package/documentdbReadReplica.d.ts +137 -0
  74. package/documentdbReadReplica.js +100 -0
  75. package/documentdbReadReplica.js.map +1 -0
  76. package/documentdbUser.d.ts +140 -0
  77. package/documentdbUser.js +97 -0
  78. package/documentdbUser.js.map +1 -0
  79. package/domainRecord.d.ts +23 -22
  80. package/domainRecord.js +28 -28
  81. package/domainRecord.js.map +1 -1
  82. package/domainZone.d.ts +2 -2
  83. package/domainZone.js +24 -24
  84. package/domainZone.js.map +1 -1
  85. package/flexibleIp.d.ts +53 -36
  86. package/flexibleIp.js +39 -32
  87. package/flexibleIp.js.map +1 -1
  88. package/flexibleIpMacAddress.d.ts +173 -0
  89. package/flexibleIpMacAddress.js +123 -0
  90. package/flexibleIpMacAddress.js.map +1 -0
  91. package/function.d.ts +39 -3
  92. package/function.js +28 -22
  93. package/function.js.map +1 -1
  94. package/functionCron.d.ts +0 -6
  95. package/functionCron.js +22 -28
  96. package/functionCron.js.map +1 -1
  97. package/functionDomain.d.ts +126 -0
  98. package/functionDomain.js +98 -0
  99. package/functionDomain.js.map +1 -0
  100. package/functionNamespace.d.ts +26 -4
  101. package/functionNamespace.js +28 -26
  102. package/functionNamespace.js.map +1 -1
  103. package/functionToken.d.ts +152 -0
  104. package/functionToken.js +97 -0
  105. package/functionToken.js.map +1 -0
  106. package/functionTrigger.d.ts +140 -0
  107. package/functionTrigger.js +92 -0
  108. package/functionTrigger.js.map +1 -0
  109. package/getAccountProject.d.ts +92 -0
  110. package/getAccountProject.js +56 -0
  111. package/getAccountProject.js.map +1 -0
  112. package/getAccountSshKey.d.ts +20 -3
  113. package/getAccountSshKey.js +18 -8
  114. package/getAccountSshKey.js.map +1 -1
  115. package/getAvailabilityZones.d.ts +69 -0
  116. package/getAvailabilityZones.js +54 -0
  117. package/getAvailabilityZones.js.map +1 -0
  118. package/getBaremetalOffer.d.ts +27 -4
  119. package/getBaremetalOffer.js +20 -8
  120. package/getBaremetalOffer.js.map +1 -1
  121. package/getBaremetalOption.d.ts +92 -0
  122. package/getBaremetalOption.js +58 -0
  123. package/getBaremetalOption.js.map +1 -0
  124. package/getBaremetalOs.d.ts +25 -6
  125. package/getBaremetalOs.js +27 -11
  126. package/getBaremetalOs.js.map +1 -1
  127. package/getBaremetalServer.d.ts +36 -8
  128. package/getBaremetalServer.js +25 -11
  129. package/getBaremetalServer.js.map +1 -1
  130. package/getBillingConsumptions.d.ts +16 -0
  131. package/getBillingConsumptions.js +17 -0
  132. package/getBillingConsumptions.js.map +1 -0
  133. package/getBillingInvoices.d.ts +86 -0
  134. package/getBillingInvoices.js +50 -0
  135. package/getBillingInvoices.js.map +1 -0
  136. package/getCockpit.d.ts +86 -0
  137. package/getCockpit.js +66 -0
  138. package/getCockpit.js.map +1 -0
  139. package/getCockpitPlan.d.ts +63 -0
  140. package/getCockpitPlan.js +51 -0
  141. package/getCockpitPlan.js.map +1 -0
  142. package/getContainer.d.ts +39 -0
  143. package/getContainer.js +30 -5
  144. package/getContainer.js.map +1 -1
  145. package/getContainerNamespace.d.ts +24 -6
  146. package/getContainerNamespace.js +23 -11
  147. package/getContainerNamespace.js.map +1 -1
  148. package/getDatabase.d.ts +21 -4
  149. package/getDatabase.js +20 -8
  150. package/getDatabase.js.map +1 -1
  151. package/getDatabaseAcl.d.ts +28 -7
  152. package/getDatabaseAcl.js +20 -9
  153. package/getDatabaseAcl.js.map +1 -1
  154. package/getDatabaseBackup.d.ts +33 -6
  155. package/getDatabaseBackup.js +29 -11
  156. package/getDatabaseBackup.js.map +1 -1
  157. package/getDatabaseInstance.d.ts +17 -15
  158. package/getDatabaseInstance.js +7 -18
  159. package/getDatabaseInstance.js.map +1 -1
  160. package/getDatabasePrivilege.d.ts +31 -6
  161. package/getDatabasePrivilege.js +23 -10
  162. package/getDatabasePrivilege.js.map +1 -1
  163. package/getDocumentdbDatabase.d.ts +86 -0
  164. package/getDocumentdbDatabase.js +51 -0
  165. package/getDocumentdbDatabase.js.map +1 -0
  166. package/getDocumentdbInstance.d.ts +91 -0
  167. package/getDocumentdbInstance.js +50 -0
  168. package/getDocumentdbInstance.js.map +1 -0
  169. package/getDocumentdbLoadBalancerEndpoint.d.ts +38 -0
  170. package/getDocumentdbLoadBalancerEndpoint.js +23 -0
  171. package/getDocumentdbLoadBalancerEndpoint.js.map +1 -0
  172. package/getDomainRecord.d.ts +26 -7
  173. package/getDomainRecord.js +27 -11
  174. package/getDomainRecord.js.map +1 -1
  175. package/getDomainZone.d.ts +17 -3
  176. package/getDomainZone.js +19 -8
  177. package/getDomainZone.js.map +1 -1
  178. package/getFlexibleIp.d.ts +5 -13
  179. package/getFlexibleIp.js +5 -17
  180. package/getFlexibleIp.js.map +1 -1
  181. package/getFlexibleIps.d.ts +154 -0
  182. package/getFlexibleIps.js +101 -0
  183. package/getFlexibleIps.js.map +1 -0
  184. package/getFunction.d.ts +5 -1
  185. package/getFunction.js +2 -5
  186. package/getFunction.js.map +1 -1
  187. package/getFunctionNamespace.d.ts +19 -3
  188. package/getFunctionNamespace.js +18 -8
  189. package/getFunctionNamespace.js.map +1 -1
  190. package/getIamApplication.d.ts +93 -0
  191. package/getIamApplication.js +56 -0
  192. package/getIamApplication.js.map +1 -0
  193. package/getIamGroup.d.ts +97 -0
  194. package/getIamGroup.js +58 -0
  195. package/getIamGroup.js.map +1 -0
  196. package/getIamSshKey.d.ts +90 -0
  197. package/getIamSshKey.js +49 -0
  198. package/getIamSshKey.js.map +1 -0
  199. package/getIamUser.d.ts +89 -0
  200. package/getIamUser.js +60 -0
  201. package/getIamUser.js.map +1 -0
  202. package/getInstanceImage.d.ts +16 -3
  203. package/getInstanceImage.js +18 -8
  204. package/getInstanceImage.js.map +1 -1
  205. package/getInstanceIp.d.ts +24 -3
  206. package/getInstanceIp.js +18 -8
  207. package/getInstanceIp.js.map +1 -1
  208. package/getInstancePrivateNic.d.ts +121 -0
  209. package/getInstancePrivateNic.js +69 -0
  210. package/getInstancePrivateNic.js.map +1 -0
  211. package/getInstanceSecurityGroup.d.ts +17 -4
  212. package/getInstanceSecurityGroup.js +18 -8
  213. package/getInstanceSecurityGroup.js.map +1 -1
  214. package/getInstanceServer.d.ts +27 -7
  215. package/getInstanceServer.js +18 -8
  216. package/getInstanceServer.js.map +1 -1
  217. package/getInstanceServers.d.ts +20 -4
  218. package/getInstanceServers.js +21 -8
  219. package/getInstanceServers.js.map +1 -1
  220. package/getInstanceSnapshot.d.ts +96 -0
  221. package/getInstanceSnapshot.js +56 -0
  222. package/getInstanceSnapshot.js.map +1 -0
  223. package/getInstanceVolume.d.ts +16 -3
  224. package/getInstanceVolume.js +18 -8
  225. package/getInstanceVolume.js.map +1 -1
  226. package/getIotDevice.d.ts +17 -4
  227. package/getIotDevice.js +18 -8
  228. package/getIotDevice.js.map +1 -1
  229. package/getIotHub.d.ts +16 -3
  230. package/getIotHub.js +18 -8
  231. package/getIotHub.js.map +1 -1
  232. package/getIpamIp.d.ts +133 -0
  233. package/getIpamIp.js +83 -0
  234. package/getIpamIp.js.map +1 -0
  235. package/getK8sVersion.d.ts +108 -0
  236. package/getK8sVersion.js +76 -0
  237. package/getK8sVersion.js.map +1 -0
  238. package/getKubernetesCluster.d.ts +21 -4
  239. package/getKubernetesCluster.js +18 -8
  240. package/getKubernetesCluster.js.map +1 -1
  241. package/getKubernetesNodePool.d.ts +18 -4
  242. package/getKubernetesNodePool.js +18 -8
  243. package/getKubernetesNodePool.js.map +1 -1
  244. package/getLbAcls.d.ts +96 -0
  245. package/getLbAcls.js +58 -0
  246. package/getLbAcls.js.map +1 -0
  247. package/getLbBackend.d.ts +142 -0
  248. package/getLbBackend.js +82 -0
  249. package/getLbBackend.js.map +1 -0
  250. package/getLbBackends.d.ts +94 -0
  251. package/getLbBackends.js +58 -0
  252. package/getLbBackends.js.map +1 -0
  253. package/getLbFrontend.d.ts +134 -0
  254. package/getLbFrontend.js +94 -0
  255. package/getLbFrontend.js.map +1 -0
  256. package/getLbFrontends.d.ts +94 -0
  257. package/getLbFrontends.js +58 -0
  258. package/getLbFrontends.js.map +1 -0
  259. package/getLbIps.d.ts +94 -0
  260. package/getLbIps.js +52 -0
  261. package/getLbIps.js.map +1 -0
  262. package/getLbRoute.d.ts +111 -0
  263. package/getLbRoute.js +93 -0
  264. package/getLbRoute.js.map +1 -0
  265. package/getLbRoutes.d.ts +85 -0
  266. package/getLbRoutes.js +58 -0
  267. package/getLbRoutes.js.map +1 -0
  268. package/getLbs.d.ts +97 -0
  269. package/getLbs.js +52 -0
  270. package/getLbs.js.map +1 -0
  271. package/getLoadbalancer.d.ts +31 -13
  272. package/getLoadbalancer.js +23 -11
  273. package/getLoadbalancer.js.map +1 -1
  274. package/getLoadbalancerCertificate.d.ts +11 -2
  275. package/getLoadbalancerCertificate.js +12 -6
  276. package/getLoadbalancerCertificate.js.map +1 -1
  277. package/getLoadbalancerIp.d.ts +16 -3
  278. package/getLoadbalancerIp.js +18 -8
  279. package/getLoadbalancerIp.js.map +1 -1
  280. package/getMarketplaceImage.d.ts +17 -3
  281. package/getMarketplaceImage.js +19 -8
  282. package/getMarketplaceImage.js.map +1 -1
  283. package/getMnqSqs.d.ts +78 -0
  284. package/getMnqSqs.js +55 -0
  285. package/getMnqSqs.js.map +1 -0
  286. package/getObjectBucket.d.ts +57 -7
  287. package/getObjectBucket.js +49 -11
  288. package/getObjectBucket.js.map +1 -1
  289. package/getObjectBucketPolicy.d.ts +83 -0
  290. package/getObjectBucketPolicy.js +51 -0
  291. package/getObjectBucketPolicy.js.map +1 -0
  292. package/getRedisCluster.d.ts +18 -5
  293. package/getRedisCluster.js +19 -9
  294. package/getRedisCluster.js.map +1 -1
  295. package/getRegistryImage.d.ts +18 -4
  296. package/getRegistryImage.js +20 -9
  297. package/getRegistryImage.js.map +1 -1
  298. package/getRegistryNamespace.d.ts +16 -3
  299. package/getRegistryNamespace.js +18 -8
  300. package/getRegistryNamespace.js.map +1 -1
  301. package/getSecret.d.ts +125 -0
  302. package/getSecret.js +68 -0
  303. package/getSecret.js.map +1 -0
  304. package/getSecretVersion.d.ts +84 -0
  305. package/getSecretVersion.js +23 -0
  306. package/getSecretVersion.js.map +1 -0
  307. package/getTemDomain.d.ts +109 -0
  308. package/getTemDomain.js +28 -0
  309. package/getTemDomain.js.map +1 -0
  310. package/getVpc.d.ts +113 -0
  311. package/getVpc.js +65 -0
  312. package/getVpc.js.map +1 -0
  313. package/getVpcGatewayNetwork.d.ts +33 -0
  314. package/getVpcGatewayNetwork.js +28 -5
  315. package/getVpcGatewayNetwork.js.map +1 -1
  316. package/getVpcPrivateNetwork.d.ts +48 -3
  317. package/getVpcPrivateNetwork.js +30 -6
  318. package/getVpcPrivateNetwork.js.map +1 -1
  319. package/getVpcPublicGateway.d.ts +43 -7
  320. package/getVpcPublicGateway.js +35 -11
  321. package/getVpcPublicGateway.js.map +1 -1
  322. package/getVpcPublicGatewayDhcp.d.ts +20 -5
  323. package/getVpcPublicGatewayDhcp.js +22 -10
  324. package/getVpcPublicGatewayDhcp.js.map +1 -1
  325. package/getVpcPublicGatewayDhcpReservation.d.ts +22 -1
  326. package/getVpcPublicGatewayDhcpReservation.js +8 -5
  327. package/getVpcPublicGatewayDhcpReservation.js.map +1 -1
  328. package/getVpcPublicGatewayIp.d.ts +22 -3
  329. package/getVpcPublicGatewayIp.js +24 -8
  330. package/getVpcPublicGatewayIp.js.map +1 -1
  331. package/getVpcPublicPatRule.d.ts +40 -0
  332. package/getVpcPublicPatRule.js +42 -5
  333. package/getVpcPublicPatRule.js.map +1 -1
  334. package/getVpcs.d.ts +100 -0
  335. package/getVpcs.js +53 -0
  336. package/getVpcs.js.map +1 -0
  337. package/getWebHostOffer.d.ts +96 -0
  338. package/getWebHostOffer.js +56 -0
  339. package/getWebHostOffer.js.map +1 -0
  340. package/getWebhosting.d.ts +108 -0
  341. package/getWebhosting.js +57 -0
  342. package/getWebhosting.js.map +1 -0
  343. package/iamApiKey.d.ts +178 -0
  344. package/iamApiKey.js +96 -0
  345. package/iamApiKey.js.map +1 -0
  346. package/iamApplication.d.ts +116 -0
  347. package/iamApplication.js +79 -0
  348. package/iamApplication.js.map +1 -0
  349. package/iamGroup.d.ts +164 -0
  350. package/iamGroup.js +103 -0
  351. package/iamGroup.js.map +1 -0
  352. package/iamGroupMembership.d.ts +106 -0
  353. package/iamGroupMembership.js +84 -0
  354. package/iamGroupMembership.js.map +1 -0
  355. package/iamPolicy.d.ts +197 -0
  356. package/iamPolicy.js +105 -0
  357. package/iamPolicy.js.map +1 -0
  358. package/iamSshKey.d.ts +141 -0
  359. package/iamSshKey.js +88 -0
  360. package/iamSshKey.js.map +1 -0
  361. package/iamUser.d.ts +147 -0
  362. package/iamUser.js +93 -0
  363. package/iamUser.js.map +1 -0
  364. package/index.d.ts +525 -94
  365. package/index.js +619 -217
  366. package/index.js.map +1 -1
  367. package/instanceImage.d.ts +9 -2
  368. package/instanceImage.js +23 -23
  369. package/instanceImage.js.map +1 -1
  370. package/instanceIp.d.ts +28 -2
  371. package/instanceIp.js +28 -24
  372. package/instanceIp.js.map +1 -1
  373. package/instanceIpReverseDns.d.ts +20 -0
  374. package/instanceIpReverseDns.js +42 -22
  375. package/instanceIpReverseDns.js.map +1 -1
  376. package/instancePlacementGroup.d.ts +2 -2
  377. package/instancePlacementGroup.js +24 -24
  378. package/instancePlacementGroup.js.map +1 -1
  379. package/instancePrivateNic.d.ts +26 -2
  380. package/instancePrivateNic.js +28 -24
  381. package/instancePrivateNic.js.map +1 -1
  382. package/instanceSecurityGroup.d.ts +2 -1
  383. package/instanceSecurityGroup.js +22 -22
  384. package/instanceSecurityGroup.js.map +1 -1
  385. package/instanceSecurityGroupRules.d.ts +27 -1
  386. package/instanceSecurityGroupRules.js +46 -21
  387. package/instanceSecurityGroupRules.js.map +1 -1
  388. package/instanceServer.d.ts +171 -21
  389. package/instanceServer.js +75 -27
  390. package/instanceServer.js.map +1 -1
  391. package/instanceSnapshot.d.ts +40 -7
  392. package/instanceSnapshot.js +47 -29
  393. package/instanceSnapshot.js.map +1 -1
  394. package/instanceUserData.d.ts +155 -0
  395. package/instanceUserData.js +120 -0
  396. package/instanceUserData.js.map +1 -0
  397. package/instanceVolume.d.ts +11 -11
  398. package/instanceVolume.js +24 -24
  399. package/instanceVolume.js.map +1 -1
  400. package/iotDevice.d.ts +20 -1
  401. package/iotDevice.js +22 -22
  402. package/iotDevice.js.map +1 -1
  403. package/iotHub.d.ts +12 -0
  404. package/iotHub.js +22 -22
  405. package/iotHub.js.map +1 -1
  406. package/iotNetwork.js +24 -22
  407. package/iotNetwork.js.map +1 -1
  408. package/iotRoute.d.ts +130 -0
  409. package/iotRoute.js +69 -0
  410. package/iotRoute.js.map +1 -0
  411. package/kubernetesCluster.d.ts +141 -11
  412. package/kubernetesCluster.js +109 -22
  413. package/kubernetesCluster.js.map +1 -1
  414. package/kubernetesNodePool.d.ts +23 -1
  415. package/kubernetesNodePool.js +24 -22
  416. package/kubernetesNodePool.js.map +1 -1
  417. package/loadbalancer.d.ts +69 -34
  418. package/loadbalancer.js +45 -50
  419. package/loadbalancer.js.map +1 -1
  420. package/loadbalancerAcl.d.ts +162 -0
  421. package/loadbalancerAcl.js +108 -0
  422. package/loadbalancerAcl.js.map +1 -0
  423. package/loadbalancerBackend.d.ts +124 -9
  424. package/loadbalancerBackend.js +41 -23
  425. package/loadbalancerBackend.js.map +1 -1
  426. package/loadbalancerCertificate.d.ts +12 -1
  427. package/loadbalancerCertificate.js +22 -22
  428. package/loadbalancerCertificate.js.map +1 -1
  429. package/loadbalancerFrontend.d.ts +42 -2
  430. package/loadbalancerFrontend.js +27 -23
  431. package/loadbalancerFrontend.js.map +1 -1
  432. package/loadbalancerIp.d.ts +3 -5
  433. package/loadbalancerIp.js +25 -27
  434. package/loadbalancerIp.js.map +1 -1
  435. package/loadbalancerRoute.d.ts +85 -13
  436. package/loadbalancerRoute.js +61 -26
  437. package/loadbalancerRoute.js.map +1 -1
  438. package/mnqCredential.d.ts +118 -0
  439. package/mnqCredential.js +71 -0
  440. package/mnqCredential.js.map +1 -0
  441. package/mnqNamespace.d.ts +146 -0
  442. package/mnqNamespace.js +93 -0
  443. package/mnqNamespace.js.map +1 -0
  444. package/mnqNatsAccount.d.ts +110 -0
  445. package/mnqNatsAccount.js +79 -0
  446. package/mnqNatsAccount.js.map +1 -0
  447. package/mnqNatsCredentials.d.ts +108 -0
  448. package/mnqNatsCredentials.js +83 -0
  449. package/mnqNatsCredentials.js.map +1 -0
  450. package/mnqQueue.d.ts +122 -0
  451. package/mnqQueue.js +64 -0
  452. package/mnqQueue.js.map +1 -0
  453. package/mnqSqs.d.ts +98 -0
  454. package/mnqSqs.js +80 -0
  455. package/mnqSqs.js.map +1 -0
  456. package/mnqSqsCredentials.d.ts +134 -0
  457. package/mnqSqsCredentials.js +93 -0
  458. package/mnqSqsCredentials.js.map +1 -0
  459. package/mnqSqsQueue.d.ts +238 -0
  460. package/mnqSqsQueue.js +121 -0
  461. package/mnqSqsQueue.js.map +1 -0
  462. package/objectBucket.d.ts +63 -72
  463. package/objectBucket.js +45 -90
  464. package/objectBucket.js.map +1 -1
  465. package/objectBucketAcl.d.ts +206 -0
  466. package/objectBucketAcl.js +158 -0
  467. package/objectBucketAcl.js.map +1 -0
  468. package/objectBucketLockConfiguration.d.ts +86 -0
  469. package/objectBucketLockConfiguration.js +61 -0
  470. package/objectBucketLockConfiguration.js.map +1 -0
  471. package/objectBucketPolicy.d.ts +47 -0
  472. package/objectBucketPolicy.js +53 -22
  473. package/objectBucketPolicy.js.map +1 -1
  474. package/objectBucketWebsiteConfiguration.d.ts +39 -14
  475. package/objectBucketWebsiteConfiguration.js +37 -30
  476. package/objectBucketWebsiteConfiguration.js.map +1 -1
  477. package/objectItem.d.ts +204 -0
  478. package/objectItem.js +89 -0
  479. package/objectItem.js.map +1 -0
  480. package/package.json +4 -4
  481. package/package.json.bak +3 -4
  482. package/package.json.dev +4 -5
  483. package/provider.js +10 -10
  484. package/provider.js.map +1 -1
  485. package/redisCluster.d.ts +122 -22
  486. package/redisCluster.js +28 -26
  487. package/redisCluster.js.map +1 -1
  488. package/registryNamespace.d.ts +7 -1
  489. package/registryNamespace.js +23 -23
  490. package/registryNamespace.js.map +1 -1
  491. package/secret.d.ts +160 -0
  492. package/secret.js +94 -0
  493. package/secret.js.map +1 -0
  494. package/secretVersion.d.ts +128 -0
  495. package/secretVersion.js +80 -0
  496. package/secretVersion.js.map +1 -0
  497. package/temDomain.d.ts +251 -0
  498. package/temDomain.js +135 -0
  499. package/temDomain.js.map +1 -0
  500. package/types/index.js.map +1 -1
  501. package/types/input.d.ts +712 -30
  502. package/types/output.d.ts +1603 -88
  503. package/utilities.js +13 -1
  504. package/utilities.js.map +1 -1
  505. package/vpc.d.ts +140 -0
  506. package/vpc.js +87 -0
  507. package/vpc.js.map +1 -0
  508. package/vpcGatewayNetwork.d.ts +72 -7
  509. package/vpcGatewayNetwork.js +69 -22
  510. package/vpcGatewayNetwork.js.map +1 -1
  511. package/vpcPrivateNetwork.d.ts +110 -11
  512. package/vpcPrivateNetwork.js +61 -26
  513. package/vpcPrivateNetwork.js.map +1 -1
  514. package/vpcPublicGateway.d.ts +1 -1
  515. package/vpcPublicGateway.js +23 -23
  516. package/vpcPublicGateway.js.map +1 -1
  517. package/vpcPublicGatewayDhcp.d.ts +2 -4
  518. package/vpcPublicGatewayDhcp.js +24 -26
  519. package/vpcPublicGatewayDhcp.js.map +1 -1
  520. package/vpcPublicGatewayDhcpReservation.d.ts +2 -2
  521. package/vpcPublicGatewayDhcpReservation.js +24 -24
  522. package/vpcPublicGatewayDhcpReservation.js.map +1 -1
  523. package/vpcPublicGatewayIp.d.ts +3 -5
  524. package/vpcPublicGatewayIp.js +25 -27
  525. package/vpcPublicGatewayIp.js.map +1 -1
  526. package/vpcPublicGatewayIpReverseDns.d.ts +104 -0
  527. package/vpcPublicGatewayIpReverseDns.js +91 -0
  528. package/vpcPublicGatewayIpReverseDns.js.map +1 -0
  529. package/vpcPublicGatewayPatRule.js +22 -22
  530. package/vpcPublicGatewayPatRule.js.map +1 -1
  531. package/webhosting.d.ts +244 -0
  532. package/webhosting.js +126 -0
  533. package/webhosting.js.map +1 -0
package/flexibleIp.d.ts CHANGED
@@ -9,22 +9,27 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  *
10
10
  * ```typescript
11
11
  * import * as pulumi from "@pulumi/pulumi";
12
- * import * as scaleway from "@pulumi/scaleway";
12
+ * import * as scaleway from "@pulumiverse/scaleway";
13
13
  *
14
- * const main = new scaleway.FlexibleIp("main", {
15
- * reverse: "my-reverse.com",
16
- * });
14
+ * const main = new scaleway.FlexibleIp("main", {reverse: "my-reverse.com"});
17
15
  * ```
18
16
  *
19
17
  * ### With zone
20
18
  *
21
19
  * ```typescript
22
20
  * import * as pulumi from "@pulumi/pulumi";
23
- * import * as scaleway from "@pulumi/scaleway";
21
+ * import * as scaleway from "@pulumiverse/scaleway";
24
22
  *
25
- * const main = new scaleway.FlexibleIp("main", {
26
- * zone: "fr-par-2",
27
- * });
23
+ * const main = new scaleway.FlexibleIp("main", {zone: "fr-par-2"});
24
+ * ```
25
+ *
26
+ * ### With IPv6
27
+ *
28
+ * ```typescript
29
+ * import * as pulumi from "@pulumi/pulumi";
30
+ * import * as scaleway from "@pulumiverse/scaleway";
31
+ *
32
+ * const main = new scaleway.FlexibleIp("main", {isIpv6: true});
28
33
  * ```
29
34
  *
30
35
  * ### With baremetal server
@@ -81,47 +86,51 @@ export declare class FlexibleIp extends pulumi.CustomResource {
81
86
  */
82
87
  static isInstance(obj: any): obj is FlexibleIp;
83
88
  /**
84
- * The date and time of the creation of the Flexible IP (Format ISO 8601)
89
+ * The date and time of the creation of the Flexible IP (Format ISO 8601).
85
90
  */
86
91
  readonly createdAt: pulumi.Output<string>;
87
92
  /**
88
- * Description of the flexible IP
93
+ * A description of the flexible IP.
89
94
  */
90
95
  readonly description: pulumi.Output<string | undefined>;
91
96
  /**
92
- * The IPv4 address of the Flexible IP
97
+ * The IP address of the Flexible IP.
93
98
  */
94
99
  readonly ipAddress: pulumi.Output<string>;
95
100
  /**
96
- * The MAC address of the server associated with this flexible IP
101
+ * Defines whether the flexible IP has an IPv6 address.
97
102
  */
98
- readonly macAddress: pulumi.Output<string>;
103
+ readonly isIpv6: pulumi.Output<boolean | undefined>;
99
104
  /**
100
- * The organization of the Flexible IP
105
+ * The organization of the Flexible IP.
101
106
  */
102
107
  readonly organizationId: pulumi.Output<string>;
103
108
  /**
104
- * The project of the Flexible IP
109
+ * The project of the Flexible IP.
105
110
  */
106
111
  readonly projectId: pulumi.Output<string>;
107
112
  /**
108
113
  * The reverse domain associated with this flexible IP.
109
114
  */
110
- readonly reverse: pulumi.Output<string | undefined>;
115
+ readonly reverse: pulumi.Output<string>;
111
116
  /**
112
- * The ID of the associated server
117
+ * The ID of the associated server.
113
118
  */
114
119
  readonly serverId: pulumi.Output<string | undefined>;
115
120
  /**
116
- * The tags associated with the flexible IP
121
+ * The status of the flexible IP.
122
+ */
123
+ readonly status: pulumi.Output<string>;
124
+ /**
125
+ * A list of tags to apply to the flexible IP.
117
126
  */
118
127
  readonly tags: pulumi.Output<string[] | undefined>;
119
128
  /**
120
- * The date and time of the last update of the Flexible IP (Format ISO 8601)
129
+ * The date and time of the last update of the Flexible IP (Format ISO 8601).
121
130
  */
122
131
  readonly updatedAt: pulumi.Output<string>;
123
132
  /**
124
- * The zone of the Flexible IP
133
+ * The zone of the Flexible IP.
125
134
  */
126
135
  readonly zone: pulumi.Output<string>;
127
136
  /**
@@ -138,27 +147,27 @@ export declare class FlexibleIp extends pulumi.CustomResource {
138
147
  */
139
148
  export interface FlexibleIpState {
140
149
  /**
141
- * The date and time of the creation of the Flexible IP (Format ISO 8601)
150
+ * The date and time of the creation of the Flexible IP (Format ISO 8601).
142
151
  */
143
152
  createdAt?: pulumi.Input<string>;
144
153
  /**
145
- * Description of the flexible IP
154
+ * A description of the flexible IP.
146
155
  */
147
156
  description?: pulumi.Input<string>;
148
157
  /**
149
- * The IPv4 address of the Flexible IP
158
+ * The IP address of the Flexible IP.
150
159
  */
151
160
  ipAddress?: pulumi.Input<string>;
152
161
  /**
153
- * The MAC address of the server associated with this flexible IP
162
+ * Defines whether the flexible IP has an IPv6 address.
154
163
  */
155
- macAddress?: pulumi.Input<string>;
164
+ isIpv6?: pulumi.Input<boolean>;
156
165
  /**
157
- * The organization of the Flexible IP
166
+ * The organization of the Flexible IP.
158
167
  */
159
168
  organizationId?: pulumi.Input<string>;
160
169
  /**
161
- * The project of the Flexible IP
170
+ * The project of the Flexible IP.
162
171
  */
163
172
  projectId?: pulumi.Input<string>;
164
173
  /**
@@ -166,19 +175,23 @@ export interface FlexibleIpState {
166
175
  */
167
176
  reverse?: pulumi.Input<string>;
168
177
  /**
169
- * The ID of the associated server
178
+ * The ID of the associated server.
170
179
  */
171
180
  serverId?: pulumi.Input<string>;
172
181
  /**
173
- * The tags associated with the flexible IP
182
+ * The status of the flexible IP.
183
+ */
184
+ status?: pulumi.Input<string>;
185
+ /**
186
+ * A list of tags to apply to the flexible IP.
174
187
  */
175
188
  tags?: pulumi.Input<pulumi.Input<string>[]>;
176
189
  /**
177
- * The date and time of the last update of the Flexible IP (Format ISO 8601)
190
+ * The date and time of the last update of the Flexible IP (Format ISO 8601).
178
191
  */
179
192
  updatedAt?: pulumi.Input<string>;
180
193
  /**
181
- * The zone of the Flexible IP
194
+ * The zone of the Flexible IP.
182
195
  */
183
196
  zone?: pulumi.Input<string>;
184
197
  }
@@ -187,11 +200,15 @@ export interface FlexibleIpState {
187
200
  */
188
201
  export interface FlexibleIpArgs {
189
202
  /**
190
- * Description of the flexible IP
203
+ * A description of the flexible IP.
191
204
  */
192
205
  description?: pulumi.Input<string>;
193
206
  /**
194
- * The project of the Flexible IP
207
+ * Defines whether the flexible IP has an IPv6 address.
208
+ */
209
+ isIpv6?: pulumi.Input<boolean>;
210
+ /**
211
+ * The project of the Flexible IP.
195
212
  */
196
213
  projectId?: pulumi.Input<string>;
197
214
  /**
@@ -199,15 +216,15 @@ export interface FlexibleIpArgs {
199
216
  */
200
217
  reverse?: pulumi.Input<string>;
201
218
  /**
202
- * The ID of the associated server
219
+ * The ID of the associated server.
203
220
  */
204
221
  serverId?: pulumi.Input<string>;
205
222
  /**
206
- * The tags associated with the flexible IP
223
+ * A list of tags to apply to the flexible IP.
207
224
  */
208
225
  tags?: pulumi.Input<pulumi.Input<string>[]>;
209
226
  /**
210
- * The zone of the Flexible IP
227
+ * The zone of the Flexible IP.
211
228
  */
212
229
  zone?: pulumi.Input<string>;
213
230
  }
package/flexibleIp.js CHANGED
@@ -15,22 +15,27 @@ const utilities = require("./utilities");
15
15
  *
16
16
  * ```typescript
17
17
  * import * as pulumi from "@pulumi/pulumi";
18
- * import * as scaleway from "@pulumi/scaleway";
18
+ * import * as scaleway from "@pulumiverse/scaleway";
19
19
  *
20
- * const main = new scaleway.FlexibleIp("main", {
21
- * reverse: "my-reverse.com",
22
- * });
20
+ * const main = new scaleway.FlexibleIp("main", {reverse: "my-reverse.com"});
23
21
  * ```
24
22
  *
25
23
  * ### With zone
26
24
  *
27
25
  * ```typescript
28
26
  * import * as pulumi from "@pulumi/pulumi";
29
- * import * as scaleway from "@pulumi/scaleway";
27
+ * import * as scaleway from "@pulumiverse/scaleway";
30
28
  *
31
- * const main = new scaleway.FlexibleIp("main", {
32
- * zone: "fr-par-2",
33
- * });
29
+ * const main = new scaleway.FlexibleIp("main", {zone: "fr-par-2"});
30
+ * ```
31
+ *
32
+ * ### With IPv6
33
+ *
34
+ * ```typescript
35
+ * import * as pulumi from "@pulumi/pulumi";
36
+ * import * as scaleway from "@pulumiverse/scaleway";
37
+ *
38
+ * const main = new scaleway.FlexibleIp("main", {isIpv6: true});
34
39
  * ```
35
40
  *
36
41
  * ### With baremetal server
@@ -71,6 +76,28 @@ const utilities = require("./utilities");
71
76
  * ```
72
77
  */
73
78
  class FlexibleIp extends pulumi.CustomResource {
79
+ /**
80
+ * Get an existing FlexibleIp resource's state with the given name, ID, and optional extra
81
+ * properties used to qualify the lookup.
82
+ *
83
+ * @param name The _unique_ name of the resulting resource.
84
+ * @param id The _unique_ provider ID of the resource to lookup.
85
+ * @param state Any extra arguments used during the lookup.
86
+ * @param opts Optional settings to control the behavior of the CustomResource.
87
+ */
88
+ static get(name, id, state, opts) {
89
+ return new FlexibleIp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
90
+ }
91
+ /**
92
+ * Returns true if the given object is an instance of FlexibleIp. This is designed to work even
93
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
94
+ */
95
+ static isInstance(obj) {
96
+ if (obj === undefined || obj === null) {
97
+ return false;
98
+ }
99
+ return obj['__pulumiType'] === FlexibleIp.__pulumiType;
100
+ }
74
101
  constructor(name, argsOrState, opts) {
75
102
  let resourceInputs = {};
76
103
  opts = opts || {};
@@ -79,11 +106,12 @@ class FlexibleIp extends pulumi.CustomResource {
79
106
  resourceInputs["createdAt"] = state ? state.createdAt : undefined;
80
107
  resourceInputs["description"] = state ? state.description : undefined;
81
108
  resourceInputs["ipAddress"] = state ? state.ipAddress : undefined;
82
- resourceInputs["macAddress"] = state ? state.macAddress : undefined;
109
+ resourceInputs["isIpv6"] = state ? state.isIpv6 : undefined;
83
110
  resourceInputs["organizationId"] = state ? state.organizationId : undefined;
84
111
  resourceInputs["projectId"] = state ? state.projectId : undefined;
85
112
  resourceInputs["reverse"] = state ? state.reverse : undefined;
86
113
  resourceInputs["serverId"] = state ? state.serverId : undefined;
114
+ resourceInputs["status"] = state ? state.status : undefined;
87
115
  resourceInputs["tags"] = state ? state.tags : undefined;
88
116
  resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
89
117
  resourceInputs["zone"] = state ? state.zone : undefined;
@@ -91,6 +119,7 @@ class FlexibleIp extends pulumi.CustomResource {
91
119
  else {
92
120
  const args = argsOrState;
93
121
  resourceInputs["description"] = args ? args.description : undefined;
122
+ resourceInputs["isIpv6"] = args ? args.isIpv6 : undefined;
94
123
  resourceInputs["projectId"] = args ? args.projectId : undefined;
95
124
  resourceInputs["reverse"] = args ? args.reverse : undefined;
96
125
  resourceInputs["serverId"] = args ? args.serverId : undefined;
@@ -98,35 +127,13 @@ class FlexibleIp extends pulumi.CustomResource {
98
127
  resourceInputs["zone"] = args ? args.zone : undefined;
99
128
  resourceInputs["createdAt"] = undefined /*out*/;
100
129
  resourceInputs["ipAddress"] = undefined /*out*/;
101
- resourceInputs["macAddress"] = undefined /*out*/;
102
130
  resourceInputs["organizationId"] = undefined /*out*/;
131
+ resourceInputs["status"] = undefined /*out*/;
103
132
  resourceInputs["updatedAt"] = undefined /*out*/;
104
133
  }
105
134
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
106
135
  super(FlexibleIp.__pulumiType, name, resourceInputs, opts);
107
136
  }
108
- /**
109
- * Get an existing FlexibleIp resource's state with the given name, ID, and optional extra
110
- * properties used to qualify the lookup.
111
- *
112
- * @param name The _unique_ name of the resulting resource.
113
- * @param id The _unique_ provider ID of the resource to lookup.
114
- * @param state Any extra arguments used during the lookup.
115
- * @param opts Optional settings to control the behavior of the CustomResource.
116
- */
117
- static get(name, id, state, opts) {
118
- return new FlexibleIp(name, state, Object.assign(Object.assign({}, opts), { id: id }));
119
- }
120
- /**
121
- * Returns true if the given object is an instance of FlexibleIp. This is designed to work even
122
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
123
- */
124
- static isInstance(obj) {
125
- if (obj === undefined || obj === null) {
126
- return false;
127
- }
128
- return obj['__pulumiType'] === FlexibleIp.__pulumiType;
129
- }
130
137
  }
131
138
  exports.FlexibleIp = FlexibleIp;
132
139
  /** @internal */
package/flexibleIp.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"flexibleIp.js","sourceRoot":"","sources":["../flexibleIp.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"flexibleIp.js","sourceRoot":"","sources":["../flexibleIp.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,173 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Creates and manages Scaleway Flexible IP Mac Addresses.
4
+ * For more information, see [the documentation](https://developers.scaleway.com/en/products/flexible-ip/api).
5
+ *
6
+ * ## Examples
7
+ *
8
+ * ### Basic
9
+ *
10
+ * ```typescript
11
+ * import * as pulumi from "@pulumi/pulumi";
12
+ * import * as scaleway from "@pulumiverse/scaleway";
13
+ *
14
+ * const mainFlexibleIp = new scaleway.FlexibleIp("mainFlexibleIp", {});
15
+ * const mainFlexibleIpMacAddress = new scaleway.FlexibleIpMacAddress("mainFlexibleIpMacAddress", {
16
+ * flexibleIpId: mainFlexibleIp.id,
17
+ * type: "kvm",
18
+ * });
19
+ * ```
20
+ *
21
+ * ### Duplicate on many other flexible IPs
22
+ *
23
+ * ```typescript
24
+ * import * as pulumi from "@pulumi/pulumi";
25
+ * import * as scaleway from "@pulumi/scaleway";
26
+ * import * as scaleway from "@pulumiverse/scaleway";
27
+ *
28
+ * const myOffer = scaleway.getBaremetalOffer({
29
+ * name: "EM-B112X-SSD",
30
+ * });
31
+ * const base = new scaleway.BaremetalServer("base", {
32
+ * offer: myOffer.then(myOffer => myOffer.offerId),
33
+ * installConfigAfterward: true,
34
+ * });
35
+ * const ip01 = new scaleway.FlexibleIp("ip01", {serverId: base.id});
36
+ * const ip02 = new scaleway.FlexibleIp("ip02", {serverId: base.id});
37
+ * const ip03 = new scaleway.FlexibleIp("ip03", {serverId: base.id});
38
+ * const main = new scaleway.FlexibleIpMacAddress("main", {
39
+ * flexibleIpId: ip01.id,
40
+ * type: "kvm",
41
+ * flexibleIpIdsToDuplicates: [
42
+ * ip02.id,
43
+ * ip03.id,
44
+ * ],
45
+ * });
46
+ * ```
47
+ *
48
+ * ## Import
49
+ *
50
+ * Flexible IP Mac Addresses can be imported using the `{zone}/{id}`, e.g. bash
51
+ *
52
+ * ```sh
53
+ * $ pulumi import scaleway:index/flexibleIpMacAddress:FlexibleIpMacAddress main fr-par-1/11111111-1111-1111-1111-111111111111
54
+ * ```
55
+ */
56
+ export declare class FlexibleIpMacAddress extends pulumi.CustomResource {
57
+ /**
58
+ * Get an existing FlexibleIpMacAddress resource's state with the given name, ID, and optional extra
59
+ * properties used to qualify the lookup.
60
+ *
61
+ * @param name The _unique_ name of the resulting resource.
62
+ * @param id The _unique_ provider ID of the resource to lookup.
63
+ * @param state Any extra arguments used during the lookup.
64
+ * @param opts Optional settings to control the behavior of the CustomResource.
65
+ */
66
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: FlexibleIpMacAddressState, opts?: pulumi.CustomResourceOptions): FlexibleIpMacAddress;
67
+ /**
68
+ * Returns true if the given object is an instance of FlexibleIpMacAddress. This is designed to work even
69
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
70
+ */
71
+ static isInstance(obj: any): obj is FlexibleIpMacAddress;
72
+ /**
73
+ * The Virtual MAC address.
74
+ */
75
+ readonly address: pulumi.Output<string>;
76
+ /**
77
+ * The date at which the Virtual Mac Address was created (RFC 3339 format).
78
+ */
79
+ readonly createdAt: pulumi.Output<string>;
80
+ /**
81
+ * The ID of the flexible IP for which to generate a virtual MAC.
82
+ */
83
+ readonly flexibleIpId: pulumi.Output<string>;
84
+ /**
85
+ * The IDs of the flexible IPs on which to duplicate the virtual MAC.
86
+ * > **Important:** The flexible IPs need to be attached to the same server for the operation to work.
87
+ */
88
+ readonly flexibleIpIdsToDuplicates: pulumi.Output<string[] | undefined>;
89
+ /**
90
+ * The Virtual MAC status.
91
+ */
92
+ readonly status: pulumi.Output<string>;
93
+ /**
94
+ * The type of the virtual MAC.
95
+ */
96
+ readonly type: pulumi.Output<string>;
97
+ /**
98
+ * The date at which the Virtual Mac Address was last updated (RFC 3339 format).
99
+ */
100
+ readonly updatedAt: pulumi.Output<string>;
101
+ /**
102
+ * The zone of the Virtual Mac Address.
103
+ */
104
+ readonly zone: pulumi.Output<string>;
105
+ /**
106
+ * Create a FlexibleIpMacAddress resource with the given unique name, arguments, and options.
107
+ *
108
+ * @param name The _unique_ name of the resource.
109
+ * @param args The arguments to use to populate this resource's properties.
110
+ * @param opts A bag of options that control this resource's behavior.
111
+ */
112
+ constructor(name: string, args: FlexibleIpMacAddressArgs, opts?: pulumi.CustomResourceOptions);
113
+ }
114
+ /**
115
+ * Input properties used for looking up and filtering FlexibleIpMacAddress resources.
116
+ */
117
+ export interface FlexibleIpMacAddressState {
118
+ /**
119
+ * The Virtual MAC address.
120
+ */
121
+ address?: pulumi.Input<string>;
122
+ /**
123
+ * The date at which the Virtual Mac Address was created (RFC 3339 format).
124
+ */
125
+ createdAt?: pulumi.Input<string>;
126
+ /**
127
+ * The ID of the flexible IP for which to generate a virtual MAC.
128
+ */
129
+ flexibleIpId?: pulumi.Input<string>;
130
+ /**
131
+ * The IDs of the flexible IPs on which to duplicate the virtual MAC.
132
+ * > **Important:** The flexible IPs need to be attached to the same server for the operation to work.
133
+ */
134
+ flexibleIpIdsToDuplicates?: pulumi.Input<pulumi.Input<string>[]>;
135
+ /**
136
+ * The Virtual MAC status.
137
+ */
138
+ status?: pulumi.Input<string>;
139
+ /**
140
+ * The type of the virtual MAC.
141
+ */
142
+ type?: pulumi.Input<string>;
143
+ /**
144
+ * The date at which the Virtual Mac Address was last updated (RFC 3339 format).
145
+ */
146
+ updatedAt?: pulumi.Input<string>;
147
+ /**
148
+ * The zone of the Virtual Mac Address.
149
+ */
150
+ zone?: pulumi.Input<string>;
151
+ }
152
+ /**
153
+ * The set of arguments for constructing a FlexibleIpMacAddress resource.
154
+ */
155
+ export interface FlexibleIpMacAddressArgs {
156
+ /**
157
+ * The ID of the flexible IP for which to generate a virtual MAC.
158
+ */
159
+ flexibleIpId: pulumi.Input<string>;
160
+ /**
161
+ * The IDs of the flexible IPs on which to duplicate the virtual MAC.
162
+ * > **Important:** The flexible IPs need to be attached to the same server for the operation to work.
163
+ */
164
+ flexibleIpIdsToDuplicates?: pulumi.Input<pulumi.Input<string>[]>;
165
+ /**
166
+ * The type of the virtual MAC.
167
+ */
168
+ type: pulumi.Input<string>;
169
+ /**
170
+ * The zone of the Virtual Mac Address.
171
+ */
172
+ zone?: pulumi.Input<string>;
173
+ }
@@ -0,0 +1,123 @@
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.FlexibleIpMacAddress = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Creates and manages Scaleway Flexible IP Mac Addresses.
10
+ * For more information, see [the documentation](https://developers.scaleway.com/en/products/flexible-ip/api).
11
+ *
12
+ * ## Examples
13
+ *
14
+ * ### Basic
15
+ *
16
+ * ```typescript
17
+ * import * as pulumi from "@pulumi/pulumi";
18
+ * import * as scaleway from "@pulumiverse/scaleway";
19
+ *
20
+ * const mainFlexibleIp = new scaleway.FlexibleIp("mainFlexibleIp", {});
21
+ * const mainFlexibleIpMacAddress = new scaleway.FlexibleIpMacAddress("mainFlexibleIpMacAddress", {
22
+ * flexibleIpId: mainFlexibleIp.id,
23
+ * type: "kvm",
24
+ * });
25
+ * ```
26
+ *
27
+ * ### Duplicate on many other flexible IPs
28
+ *
29
+ * ```typescript
30
+ * import * as pulumi from "@pulumi/pulumi";
31
+ * import * as scaleway from "@pulumi/scaleway";
32
+ * import * as scaleway from "@pulumiverse/scaleway";
33
+ *
34
+ * const myOffer = scaleway.getBaremetalOffer({
35
+ * name: "EM-B112X-SSD",
36
+ * });
37
+ * const base = new scaleway.BaremetalServer("base", {
38
+ * offer: myOffer.then(myOffer => myOffer.offerId),
39
+ * installConfigAfterward: true,
40
+ * });
41
+ * const ip01 = new scaleway.FlexibleIp("ip01", {serverId: base.id});
42
+ * const ip02 = new scaleway.FlexibleIp("ip02", {serverId: base.id});
43
+ * const ip03 = new scaleway.FlexibleIp("ip03", {serverId: base.id});
44
+ * const main = new scaleway.FlexibleIpMacAddress("main", {
45
+ * flexibleIpId: ip01.id,
46
+ * type: "kvm",
47
+ * flexibleIpIdsToDuplicates: [
48
+ * ip02.id,
49
+ * ip03.id,
50
+ * ],
51
+ * });
52
+ * ```
53
+ *
54
+ * ## Import
55
+ *
56
+ * Flexible IP Mac Addresses can be imported using the `{zone}/{id}`, e.g. bash
57
+ *
58
+ * ```sh
59
+ * $ pulumi import scaleway:index/flexibleIpMacAddress:FlexibleIpMacAddress main fr-par-1/11111111-1111-1111-1111-111111111111
60
+ * ```
61
+ */
62
+ class FlexibleIpMacAddress extends pulumi.CustomResource {
63
+ /**
64
+ * Get an existing FlexibleIpMacAddress resource's state with the given name, ID, and optional extra
65
+ * properties used to qualify the lookup.
66
+ *
67
+ * @param name The _unique_ name of the resulting resource.
68
+ * @param id The _unique_ provider ID of the resource to lookup.
69
+ * @param state Any extra arguments used during the lookup.
70
+ * @param opts Optional settings to control the behavior of the CustomResource.
71
+ */
72
+ static get(name, id, state, opts) {
73
+ return new FlexibleIpMacAddress(name, state, Object.assign(Object.assign({}, opts), { id: id }));
74
+ }
75
+ /**
76
+ * Returns true if the given object is an instance of FlexibleIpMacAddress. This is designed to work even
77
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
78
+ */
79
+ static isInstance(obj) {
80
+ if (obj === undefined || obj === null) {
81
+ return false;
82
+ }
83
+ return obj['__pulumiType'] === FlexibleIpMacAddress.__pulumiType;
84
+ }
85
+ constructor(name, argsOrState, opts) {
86
+ let resourceInputs = {};
87
+ opts = opts || {};
88
+ if (opts.id) {
89
+ const state = argsOrState;
90
+ resourceInputs["address"] = state ? state.address : undefined;
91
+ resourceInputs["createdAt"] = state ? state.createdAt : undefined;
92
+ resourceInputs["flexibleIpId"] = state ? state.flexibleIpId : undefined;
93
+ resourceInputs["flexibleIpIdsToDuplicates"] = state ? state.flexibleIpIdsToDuplicates : undefined;
94
+ resourceInputs["status"] = state ? state.status : undefined;
95
+ resourceInputs["type"] = state ? state.type : undefined;
96
+ resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
97
+ resourceInputs["zone"] = state ? state.zone : undefined;
98
+ }
99
+ else {
100
+ const args = argsOrState;
101
+ if ((!args || args.flexibleIpId === undefined) && !opts.urn) {
102
+ throw new Error("Missing required property 'flexibleIpId'");
103
+ }
104
+ if ((!args || args.type === undefined) && !opts.urn) {
105
+ throw new Error("Missing required property 'type'");
106
+ }
107
+ resourceInputs["flexibleIpId"] = args ? args.flexibleIpId : undefined;
108
+ resourceInputs["flexibleIpIdsToDuplicates"] = args ? args.flexibleIpIdsToDuplicates : undefined;
109
+ resourceInputs["type"] = args ? args.type : undefined;
110
+ resourceInputs["zone"] = args ? args.zone : undefined;
111
+ resourceInputs["address"] = undefined /*out*/;
112
+ resourceInputs["createdAt"] = undefined /*out*/;
113
+ resourceInputs["status"] = undefined /*out*/;
114
+ resourceInputs["updatedAt"] = undefined /*out*/;
115
+ }
116
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
117
+ super(FlexibleIpMacAddress.__pulumiType, name, resourceInputs, opts);
118
+ }
119
+ }
120
+ exports.FlexibleIpMacAddress = FlexibleIpMacAddress;
121
+ /** @internal */
122
+ FlexibleIpMacAddress.__pulumiType = 'scaleway:index/flexibleIpMacAddress:FlexibleIpMacAddress';
123
+ //# sourceMappingURL=flexibleIpMacAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flexibleIpMacAddress.js","sourceRoot":"","sources":["../flexibleIpMacAddress.ts"],"names":[],"mappings":"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"}