@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/types/output.d.ts CHANGED
@@ -1,19 +1,178 @@
1
- import { output as outputs } from "../types";
1
+ import * as outputs from "../types/output";
2
2
  export interface BaremetalServerIp {
3
3
  /**
4
- * The address of the IP.
4
+ * The address of the IPv6.
5
5
  */
6
6
  address: string;
7
7
  /**
8
- * The ID of the IP.
8
+ * The id of the private network to attach.
9
9
  */
10
10
  id: string;
11
11
  /**
12
- * The reverse of the IP.
12
+ * The reverse of the IPv6.
13
13
  */
14
14
  reverse: string;
15
+ /**
16
+ * The type of the IPv6.
17
+ */
18
+ version: string;
19
+ }
20
+ export interface BaremetalServerIpv4 {
21
+ /**
22
+ * The address of the IPv6.
23
+ */
24
+ address: string;
25
+ /**
26
+ * The id of the private network to attach.
27
+ */
28
+ id: string;
29
+ /**
30
+ * The reverse of the IPv6.
31
+ */
32
+ reverse: string;
33
+ /**
34
+ * The type of the IPv6.
35
+ */
36
+ version: string;
37
+ }
38
+ export interface BaremetalServerIpv6 {
39
+ /**
40
+ * The address of the IPv6.
41
+ */
42
+ address: string;
43
+ /**
44
+ * The id of the private network to attach.
45
+ */
46
+ id: string;
47
+ /**
48
+ * The reverse of the IPv6.
49
+ */
50
+ reverse: string;
51
+ /**
52
+ * The type of the IPv6.
53
+ */
15
54
  version: string;
16
55
  }
56
+ export interface BaremetalServerOption {
57
+ /**
58
+ * The auto expiration date for compatible options
59
+ */
60
+ expiresAt: string;
61
+ /**
62
+ * The id of the private network to attach.
63
+ */
64
+ id: string;
65
+ /**
66
+ * The name of the server.
67
+ */
68
+ name: string;
69
+ }
70
+ export interface BaremetalServerPrivateNetwork {
71
+ /**
72
+ * The date and time of the creation of the private network.
73
+ */
74
+ createdAt: string;
75
+ /**
76
+ * The id of the private network to attach.
77
+ */
78
+ id: string;
79
+ /**
80
+ * The private network status.
81
+ */
82
+ status: string;
83
+ /**
84
+ * The date and time of the last update of the private network.
85
+ */
86
+ updatedAt: string;
87
+ /**
88
+ * The VLAN ID associated to the private network.
89
+ */
90
+ vlan: number;
91
+ }
92
+ export interface CockpitEndpoint {
93
+ /**
94
+ * The alertmanager URL
95
+ */
96
+ alertmanagerUrl: string;
97
+ /**
98
+ * The grafana URL
99
+ */
100
+ grafanaUrl: string;
101
+ /**
102
+ * The logs URL
103
+ */
104
+ logsUrl: string;
105
+ /**
106
+ * The metrics URL
107
+ */
108
+ metricsUrl: string;
109
+ }
110
+ export interface CockpitTokenScopes {
111
+ /**
112
+ * Query logs
113
+ */
114
+ queryLogs?: boolean;
115
+ /**
116
+ * Query metrics
117
+ */
118
+ queryMetrics?: boolean;
119
+ /**
120
+ * Setup alerts
121
+ */
122
+ setupAlerts?: boolean;
123
+ /**
124
+ * Setup logs rules
125
+ */
126
+ setupLogsRules?: boolean;
127
+ /**
128
+ * Setup metrics rules
129
+ */
130
+ setupMetricsRules?: boolean;
131
+ /**
132
+ * Write logs
133
+ */
134
+ writeLogs?: boolean;
135
+ /**
136
+ * Write metrics
137
+ */
138
+ writeMetrics?: boolean;
139
+ }
140
+ export interface ContainerTriggerNats {
141
+ /**
142
+ * ID of the mnq nats account.
143
+ */
144
+ accountId?: string;
145
+ /**
146
+ * ID of the project that contain the mnq nats account, defaults to provider's project
147
+ */
148
+ projectId: string;
149
+ /**
150
+ * `region`). The region in which the namespace should be created.
151
+ */
152
+ region: string;
153
+ /**
154
+ * The subject to listen to
155
+ */
156
+ subject: string;
157
+ }
158
+ export interface ContainerTriggerSqs {
159
+ /**
160
+ * ID of the mnq namespace. Deprecated.
161
+ */
162
+ namespaceId?: string;
163
+ /**
164
+ * ID of the project that contain the mnq nats account, defaults to provider's project
165
+ */
166
+ projectId: string;
167
+ /**
168
+ * Name of the queue
169
+ */
170
+ queue: string;
171
+ /**
172
+ * `region`). The region in which the namespace should be created.
173
+ */
174
+ region: string;
175
+ }
17
176
  export interface DatabaseAclAclRule {
18
177
  /**
19
178
  * A text describing this rule. Default description: `IP allowed`
@@ -26,15 +185,15 @@ export interface DatabaseAclAclRule {
26
185
  }
27
186
  export interface DatabaseInstanceLoadBalancer {
28
187
  /**
29
- * The ID of the endpoint of the private network.
188
+ * The ID of the endpoint.
30
189
  */
31
190
  endpointId: string;
32
191
  /**
33
- * Name of the endpoint.
192
+ * Hostname of the endpoint.
34
193
  */
35
194
  hostname: string;
36
195
  /**
37
- * IP of the endpoint.
196
+ * IPv4 address on the network.
38
197
  */
39
198
  ip: string;
40
199
  /**
@@ -42,21 +201,21 @@ export interface DatabaseInstanceLoadBalancer {
42
201
  */
43
202
  name: string;
44
203
  /**
45
- * Port of the endpoint.
204
+ * Port in the Private Network.
46
205
  */
47
206
  port: number;
48
207
  }
49
208
  export interface DatabaseInstancePrivateNetwork {
50
209
  /**
51
- * The ID of the endpoint of the private network.
210
+ * The ID of the endpoint.
52
211
  */
53
212
  endpointId: string;
54
213
  /**
55
- * Name of the endpoint.
214
+ * Hostname of the endpoint.
56
215
  */
57
216
  hostname: string;
58
217
  /**
59
- * IP of the endpoint.
218
+ * IPv4 address on the network.
60
219
  */
61
220
  ip: string;
62
221
  ipNet: string;
@@ -66,14 +225,14 @@ export interface DatabaseInstancePrivateNetwork {
66
225
  name: string;
67
226
  pnId: string;
68
227
  /**
69
- * Port of the endpoint.
228
+ * Port in the Private Network.
70
229
  */
71
230
  port: number;
72
231
  zone: string;
73
232
  }
74
233
  export interface DatabaseInstanceReadReplica {
75
234
  /**
76
- * IP of the endpoint.
235
+ * IPv4 address on the network.
77
236
  */
78
237
  ip: string;
79
238
  /**
@@ -81,7 +240,7 @@ export interface DatabaseInstanceReadReplica {
81
240
  */
82
241
  name: string;
83
242
  /**
84
- * Port of the endpoint.
243
+ * Port in the Private Network.
85
244
  */
86
245
  port: number;
87
246
  }
@@ -133,7 +292,64 @@ export interface DatabaseReadReplicaPrivateNetwork {
133
292
  */
134
293
  privateNetworkId: string;
135
294
  /**
136
- * Endpoint IPv4 address with a CIDR notation. Check documentation about IP and subnet limitations. (IP network).
295
+ * The IP network address within the private subnet. This must be an IPv4 address with a
296
+ * CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM)
297
+ * service if not set.
298
+ */
299
+ serviceIp: string;
300
+ zone: string;
301
+ }
302
+ export interface DocumentdbReadReplicaDirectAccess {
303
+ /**
304
+ * The ID of the endpoint of the read replica.
305
+ */
306
+ endpointId: string;
307
+ /**
308
+ * Hostname of the endpoint. Only one of ip and hostname may be set.
309
+ */
310
+ hostname: string;
311
+ /**
312
+ * IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
313
+ */
314
+ ip: string;
315
+ /**
316
+ * Name of the endpoint.
317
+ */
318
+ name: string;
319
+ /**
320
+ * TCP port of the endpoint.
321
+ */
322
+ port: number;
323
+ }
324
+ export interface DocumentdbReadReplicaPrivateNetwork {
325
+ /**
326
+ * The ID of the endpoint of the read replica.
327
+ */
328
+ endpointId: string;
329
+ /**
330
+ * Hostname of the endpoint. Only one of ip and hostname may be set.
331
+ */
332
+ hostname: string;
333
+ /**
334
+ * IPv4 address of the endpoint (IP address). Only one of ip and hostname may be set.
335
+ */
336
+ ip: string;
337
+ /**
338
+ * Name of the endpoint.
339
+ */
340
+ name: string;
341
+ /**
342
+ * TCP port of the endpoint.
343
+ */
344
+ port: number;
345
+ /**
346
+ * UUID of the private network to be connected to the read replica.
347
+ */
348
+ privateNetworkId: string;
349
+ /**
350
+ * The IP network address within the private subnet. This must be an IPv4 address with a
351
+ * CIDR notation. The IP network address within the private subnet is determined by the IP Address Management (IPAM)
352
+ * service if not set.
137
353
  */
138
354
  serviceIp: string;
139
355
  zone: string;
@@ -154,7 +370,7 @@ export interface DomainRecordGeoIpMatch {
154
370
  */
155
371
  countries?: string[];
156
372
  /**
157
- * The data of the view record
373
+ * The content of the record (an IPv4 for an `A`, a string for a `TXT`...).
158
374
  */
159
375
  data: string;
160
376
  }
@@ -168,7 +384,7 @@ export interface DomainRecordHttpService {
168
384
  */
169
385
  mustContain: string;
170
386
  /**
171
- * Strategy to return an IP from the IPs list. Can be `random` or `hashed`
387
+ * Strategy to return an IP from the IPs list. Can be `random`, `hashed` or `all`
172
388
  */
173
389
  strategy: string;
174
390
  /**
@@ -182,7 +398,7 @@ export interface DomainRecordHttpService {
182
398
  }
183
399
  export interface DomainRecordView {
184
400
  /**
185
- * The data of the view record
401
+ * The content of the record (an IPv4 for an `A`, a string for a `TXT`...).
186
402
  */
187
403
  data: string;
188
404
  /**
@@ -200,7 +416,46 @@ export interface DomainRecordWeighted {
200
416
  */
201
417
  weight: number;
202
418
  }
419
+ export interface FunctionTriggerNats {
420
+ /**
421
+ * ID of the mnq nats account.
422
+ */
423
+ accountId?: string;
424
+ /**
425
+ * ID of the project that contain the mnq nats account, defaults to provider's project
426
+ */
427
+ projectId: string;
428
+ /**
429
+ * `region`). The region in which the namespace should be created.
430
+ */
431
+ region: string;
432
+ /**
433
+ * The subject to listen to
434
+ */
435
+ subject: string;
436
+ }
437
+ export interface FunctionTriggerSqs {
438
+ /**
439
+ * ID of the mnq namespace. Deprecated.
440
+ */
441
+ namespaceId?: string;
442
+ /**
443
+ * ID of the project that contain the mnq nats account, defaults to provider's project
444
+ */
445
+ projectId: string;
446
+ /**
447
+ * Name of the queue
448
+ */
449
+ queue: string;
450
+ /**
451
+ * `region`). The region in which the namespace should be created.
452
+ */
453
+ region: string;
454
+ }
203
455
  export interface GetBaremetalOfferCpu {
456
+ /**
457
+ * Number of core on this CPU.
458
+ */
204
459
  coreCount: number;
205
460
  /**
206
461
  * Frequency of the memory in MHz.
@@ -210,9 +465,15 @@ export interface GetBaremetalOfferCpu {
210
465
  * The offer name. Only one of `name` and `offerId` should be specified.
211
466
  */
212
467
  name: string;
468
+ /**
469
+ * Number of thread on this CPU.
470
+ */
213
471
  threadCount: number;
214
472
  }
215
473
  export interface GetBaremetalOfferDisk {
474
+ /**
475
+ * Capacity of the memory in GB.
476
+ */
216
477
  capacity: number;
217
478
  /**
218
479
  * Type of memory.
@@ -220,11 +481,17 @@ export interface GetBaremetalOfferDisk {
220
481
  type: string;
221
482
  }
222
483
  export interface GetBaremetalOfferMemory {
484
+ /**
485
+ * Capacity of the memory in GB.
486
+ */
223
487
  capacity: number;
224
488
  /**
225
489
  * Frequency of the memory in MHz.
226
490
  */
227
491
  frequency: number;
492
+ /**
493
+ * True if error-correcting code is available on this memory.
494
+ */
228
495
  isEcc: boolean;
229
496
  /**
230
497
  * Type of memory.
@@ -233,10 +500,111 @@ export interface GetBaremetalOfferMemory {
233
500
  }
234
501
  export interface GetBaremetalServerIp {
235
502
  address: string;
503
+ /**
504
+ * The ID of the server.
505
+ */
506
+ id: string;
507
+ reverse: string;
508
+ version: string;
509
+ }
510
+ export interface GetBaremetalServerIpv4 {
511
+ address: string;
512
+ /**
513
+ * The ID of the server.
514
+ */
515
+ id: string;
516
+ reverse: string;
517
+ version: string;
518
+ }
519
+ export interface GetBaremetalServerIpv6 {
520
+ address: string;
521
+ /**
522
+ * The ID of the server.
523
+ */
236
524
  id: string;
237
525
  reverse: string;
238
526
  version: string;
239
527
  }
528
+ export interface GetBaremetalServerOption {
529
+ expiresAt: string;
530
+ /**
531
+ * The ID of the server.
532
+ */
533
+ id: string;
534
+ /**
535
+ * The server name. Only one of `name` and `serverId` should be specified.
536
+ */
537
+ name: string;
538
+ }
539
+ export interface GetBaremetalServerPrivateNetwork {
540
+ createdAt: string;
541
+ /**
542
+ * The ID of the server.
543
+ */
544
+ id: string;
545
+ status: string;
546
+ updatedAt: string;
547
+ vlan: number;
548
+ }
549
+ export interface GetBillingConsumptionsConsumption {
550
+ category: string;
551
+ description: string;
552
+ operationPath: string;
553
+ projectId: string;
554
+ value: string;
555
+ }
556
+ export interface GetBillingInvoicesInvoice {
557
+ /**
558
+ * The payment time limit, set according to the Organization's payment conditions (RFC 3339 format).
559
+ */
560
+ dueDate: string;
561
+ /**
562
+ * The associated invoice ID.
563
+ */
564
+ id: string;
565
+ /**
566
+ * Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
567
+ */
568
+ invoiceType: string;
569
+ /**
570
+ * The date when the invoice was sent to the customer (RFC 3339 format).
571
+ */
572
+ issuedDate: string;
573
+ /**
574
+ * The invoice number.
575
+ */
576
+ number: number;
577
+ /**
578
+ * The start date of the billing period (RFC 3339 format).
579
+ */
580
+ startDate: string;
581
+ /**
582
+ * The total amount, taxed.
583
+ */
584
+ totalTaxed: string;
585
+ /**
586
+ * The total amount, untaxed.
587
+ */
588
+ totalUntaxed: string;
589
+ }
590
+ export interface GetCockpitEndpoint {
591
+ /**
592
+ * The alertmanager URL
593
+ */
594
+ alertmanagerUrl: string;
595
+ /**
596
+ * The grafana URL
597
+ */
598
+ grafanaUrl: string;
599
+ /**
600
+ * The logs URL
601
+ */
602
+ logsUrl: string;
603
+ /**
604
+ * The metrics URL
605
+ */
606
+ metricsUrl: string;
607
+ }
240
608
  export interface GetDatabaseAclAclRule {
241
609
  /**
242
610
  * A simple text describing this rule
@@ -312,26 +680,127 @@ export interface GetDomainRecordWeighted {
312
680
  ip: string;
313
681
  weight: number;
314
682
  }
315
- export interface GetInstanceSecurityGroupInboundRule {
683
+ export interface GetFlexibleIpsIp {
316
684
  /**
317
- * The action to take when rule match. Possible values are: `accept` or `drop`.
685
+ * The date on which the flexible IP was created (RFC 3339 format).
318
686
  */
319
- action: string;
320
- ip: string;
321
- ipRange: string;
322
- port: number;
323
- portRange: string;
324
- protocol: string;
325
- }
326
- export interface GetInstanceSecurityGroupOutboundRule {
687
+ createdAt: string;
327
688
  /**
328
- * The action to take when rule match. Possible values are: `accept` or `drop`.
689
+ * The description of the flexible IP.
690
+ */
691
+ description: string;
692
+ /**
693
+ * The MAC address ID.
694
+ */
695
+ id: string;
696
+ ipAddress: string;
697
+ /**
698
+ * The MAC address of the Virtual MAC.
699
+ */
700
+ macAddresses: outputs.GetFlexibleIpsIpMacAddress[];
701
+ /**
702
+ * (Defaults to provider `organizationId`) The ID of the organization the IP is in.
703
+ */
704
+ organizationId: string;
705
+ /**
706
+ * (Defaults to provider `projectId`) The ID of the project the IP is in.
707
+ */
708
+ projectId: string;
709
+ /**
710
+ * The reverse domain associated with this IP.
711
+ */
712
+ reverse: string;
713
+ /**
714
+ * The status of virtual MAC.
715
+ */
716
+ status: string;
717
+ /**
718
+ * List of tags used as filter. IPs with these exact tags are listed.
719
+ */
720
+ tags: string[];
721
+ /**
722
+ * The date on which the flexible IP was last updated (RFC 3339 format).
723
+ */
724
+ updatedAt: string;
725
+ /**
726
+ * `zone`) The zone in which IPs exist.
727
+ */
728
+ zone: string;
729
+ }
730
+ export interface GetFlexibleIpsIpMacAddress {
731
+ /**
732
+ * The date on which the flexible IP was created (RFC 3339 format).
733
+ */
734
+ createdAt: string;
735
+ /**
736
+ * The MAC address ID.
737
+ */
738
+ id: string;
739
+ /**
740
+ * The MAC address of the Virtual MAC.
741
+ */
742
+ macAddress: string;
743
+ /**
744
+ * The type of virtual MAC.
745
+ */
746
+ macType: string;
747
+ /**
748
+ * The status of virtual MAC.
749
+ */
750
+ status: string;
751
+ /**
752
+ * The date on which the flexible IP was last updated (RFC 3339 format).
753
+ */
754
+ updatedAt: string;
755
+ /**
756
+ * `zone`) The zone in which IPs exist.
757
+ */
758
+ zone: string;
759
+ }
760
+ export interface GetInstanceSecurityGroupInboundRule {
761
+ /**
762
+ * The action to take when rule match. Possible values are: `accept` or `drop`.
763
+ */
764
+ action: string;
765
+ /**
766
+ * The ip this rule apply to.
767
+ */
768
+ ip: string;
769
+ /**
770
+ * The ip range (e.g `192.168.1.0/24`) this rule apply to.
771
+ */
772
+ ipRange: string;
773
+ /**
774
+ * The port this rule apply to. If no port is specified, rule will apply to all port.
775
+ */
776
+ port: number;
777
+ portRange: string;
778
+ /**
779
+ * The protocol this rule apply to. Possible values are: `TCP`, `UDP`, `ICMP` or `ANY`.
780
+ */
781
+ protocol: string;
782
+ }
783
+ export interface GetInstanceSecurityGroupOutboundRule {
784
+ /**
785
+ * The action to take when rule match. Possible values are: `accept` or `drop`.
786
+ */
787
+ action: string;
788
+ /**
789
+ * The ip this rule apply to.
790
+ */
791
+ ip: string;
792
+ /**
793
+ * The ip range (e.g `192.168.1.0/24`) this rule apply to.
329
794
  */
330
- action: string;
331
- ip: string;
332
795
  ipRange: string;
796
+ /**
797
+ * The port this rule apply to. If no port is specified, rule will apply to all port.
798
+ */
333
799
  port: number;
334
800
  portRange: string;
801
+ /**
802
+ * The protocol this rule apply to. Possible values are: `TCP`, `UDP`, `ICMP` or `ANY`.
803
+ */
335
804
  protocol: string;
336
805
  }
337
806
  export interface GetInstanceServerPrivateNetwork {
@@ -343,6 +812,16 @@ export interface GetInstanceServerPrivateNetwork {
343
812
  */
344
813
  zone: string;
345
814
  }
815
+ export interface GetInstanceServerPublicIp {
816
+ /**
817
+ * The address of the IP
818
+ */
819
+ address: string;
820
+ /**
821
+ * The ID of the IP
822
+ */
823
+ id: string;
824
+ }
346
825
  export interface GetInstanceServerRootVolume {
347
826
  boot: boolean;
348
827
  /**
@@ -381,7 +860,7 @@ export interface GetInstanceServersServer {
381
860
  */
382
861
  enableIpv6: boolean;
383
862
  /**
384
- * The ID of the server.
863
+ * The ID of the IP
385
864
  */
386
865
  id: string;
387
866
  /**
@@ -422,9 +901,17 @@ export interface GetInstanceServersServer {
422
901
  */
423
902
  projectId: string;
424
903
  /**
425
- * The public IPv4 address of the server.
904
+ * The public IP address of the server.
426
905
  */
427
906
  publicIp: string;
907
+ /**
908
+ * The list of public IPs of the server
909
+ */
910
+ publicIps: outputs.GetInstanceServersServerPublicIp[];
911
+ /**
912
+ * True if the server support routed ip only.
913
+ */
914
+ routedIpEnabled: boolean;
428
915
  /**
429
916
  * The [security group](https://developers.scaleway.com/en/products/instance/api/#security-groups-8d7f89) the server is attached to.
430
917
  */
@@ -446,6 +933,20 @@ export interface GetInstanceServersServer {
446
933
  */
447
934
  zone: string;
448
935
  }
936
+ export interface GetInstanceServersServerPublicIp {
937
+ /**
938
+ * The address of the IP
939
+ */
940
+ address: string;
941
+ /**
942
+ * The ID of the IP
943
+ */
944
+ id: string;
945
+ }
946
+ export interface GetInstanceSnapshotImport {
947
+ bucket: string;
948
+ key: string;
949
+ }
449
950
  export interface GetIotDeviceCertificate {
450
951
  crt: string;
451
952
  key: string;
@@ -462,6 +963,16 @@ export interface GetIotDeviceMessageFilterSubscribe {
462
963
  policy: string;
463
964
  topics: string[];
464
965
  }
966
+ export interface GetIpamIpResource {
967
+ /**
968
+ * The ID of the resource that the IP is bound to.
969
+ */
970
+ id?: string;
971
+ /**
972
+ * The type of the resource to get the IP from. [Documentation](https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go@master/api/ipam/v1alpha1#pkg-constants) with type list.
973
+ */
974
+ type?: string;
975
+ }
465
976
  export interface GetKubernetesClusterAutoUpgrade {
466
977
  /**
467
978
  * True if Kubernetes patch version auto upgrades is enabled.
@@ -561,6 +1072,482 @@ export interface GetKubernetesNodePoolUpgradePolicy {
561
1072
  maxSurge: number;
562
1073
  maxUnavailable: number;
563
1074
  }
1075
+ export interface GetLbAclsAcl {
1076
+ /**
1077
+ * The action that has been undertaken when an ACL filter had matched.
1078
+ */
1079
+ actions: outputs.GetLbAclsAclAction[];
1080
+ /**
1081
+ * The date at which the ACL was created (RFC 3339 format).
1082
+ */
1083
+ createdAt: string;
1084
+ /**
1085
+ * The description of the ACL resource.
1086
+ */
1087
+ description: string;
1088
+ /**
1089
+ * The frontend ID this ACL is attached to. ACLs with a frontend ID like it are listed.
1090
+ * > **Important:** LB Frontends' IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
1091
+ */
1092
+ frontendId: string;
1093
+ /**
1094
+ * The associated ACL ID.
1095
+ * > **Important:** LB ACLs' IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
1096
+ */
1097
+ id: string;
1098
+ /**
1099
+ * The order between the ACLs.
1100
+ */
1101
+ index: number;
1102
+ /**
1103
+ * The ACL match rule.
1104
+ */
1105
+ matches: outputs.GetLbAclsAclMatch[];
1106
+ /**
1107
+ * The ACL name used as filter. ACLs with a name like it are listed.
1108
+ */
1109
+ name: string;
1110
+ /**
1111
+ * The date at which the ACL was last updated (RFC 3339 format).
1112
+ */
1113
+ updateAt: string;
1114
+ }
1115
+ export interface GetLbAclsAclAction {
1116
+ /**
1117
+ * Redirect parameters when using an ACL with `redirect` action.
1118
+ */
1119
+ redirects: outputs.GetLbAclsAclActionRedirect[];
1120
+ /**
1121
+ * The redirect type.
1122
+ */
1123
+ type: string;
1124
+ }
1125
+ export interface GetLbAclsAclActionRedirect {
1126
+ /**
1127
+ * The HTTP redirect code used.
1128
+ */
1129
+ code: number;
1130
+ /**
1131
+ * The URL used in case of a location redirect or the scheme name that replaces the request's original scheme.
1132
+ */
1133
+ target: string;
1134
+ /**
1135
+ * The redirect type.
1136
+ */
1137
+ type: string;
1138
+ }
1139
+ export interface GetLbAclsAclMatch {
1140
+ /**
1141
+ * The matched HTTP filter.
1142
+ */
1143
+ httpFilter: string;
1144
+ httpFilterOption: string;
1145
+ /**
1146
+ * The possible values matched for a given HTTP filter.
1147
+ */
1148
+ httpFilterValues: string[];
1149
+ /**
1150
+ * The condition will be of type "unless" if invert is set to `true`
1151
+ */
1152
+ invert: boolean;
1153
+ /**
1154
+ * A list of matched IPs or CIDR v4/v6 addresses of the client of the session.
1155
+ */
1156
+ ipSubnets: string[];
1157
+ }
1158
+ export interface GetLbBackendHealthCheckHttp {
1159
+ code: number;
1160
+ hostHeader: string;
1161
+ method: string;
1162
+ sni: string;
1163
+ uri: string;
1164
+ }
1165
+ export interface GetLbBackendHealthCheckTcp {
1166
+ }
1167
+ export interface GetLbBackendsBackend {
1168
+ /**
1169
+ * The date at which the backend was created (RFC 3339 format).
1170
+ */
1171
+ createdAt: string;
1172
+ /**
1173
+ * Scaleway S3 bucket website to be served in case all backend servers are down.
1174
+ */
1175
+ failoverHost: string;
1176
+ /**
1177
+ * User sessions will be forwarded to this port of backend servers.
1178
+ */
1179
+ forwardPort: number;
1180
+ /**
1181
+ * Load balancing algorithm.
1182
+ */
1183
+ forwardPortAlgorithm: string;
1184
+ /**
1185
+ * Backend protocol.
1186
+ */
1187
+ forwardProtocol: string;
1188
+ /**
1189
+ * Interval between two HC requests.
1190
+ */
1191
+ healthCheckDelay: string;
1192
+ /**
1193
+ * This block enable HTTP health check.
1194
+ */
1195
+ healthCheckHttp: outputs.GetLbBackendsBackendHealthCheckHttp[];
1196
+ /**
1197
+ * This block enable HTTPS health check.
1198
+ */
1199
+ healthCheckHttps: outputs.GetLbBackendsBackendHealthCheckHttp[];
1200
+ /**
1201
+ * Number of allowed failed HC requests before the backend server is marked down.
1202
+ */
1203
+ healthCheckMaxRetries: number;
1204
+ /**
1205
+ * Port the HC requests will be sent to.
1206
+ */
1207
+ healthCheckPort: number;
1208
+ /**
1209
+ * This block enable TCP health check.
1210
+ */
1211
+ healthCheckTcps: outputs.GetLbBackendsBackendHealthCheckTcp[];
1212
+ /**
1213
+ * Timeout before we consider a HC request failed.
1214
+ */
1215
+ healthCheckTimeout: string;
1216
+ /**
1217
+ * The associated backend ID.
1218
+ */
1219
+ id: string;
1220
+ /**
1221
+ * Specifies whether the Load Balancer should check the backend server’s certificate before initiating a connection.
1222
+ */
1223
+ ignoreSslServerVerify: boolean;
1224
+ /**
1225
+ * The load-balancer ID this backend is attached to. backends with a LB ID like it are listed.
1226
+ */
1227
+ lbId: string;
1228
+ /**
1229
+ * The backend name used as filter. Backends with a name like it are listed.
1230
+ */
1231
+ name: string;
1232
+ /**
1233
+ * Modify what occurs when a backend server is marked down.
1234
+ */
1235
+ onMarkedDownAction: string;
1236
+ /**
1237
+ * The type of PROXY protocol.
1238
+ */
1239
+ proxyProtocol: string;
1240
+ /**
1241
+ * List of backend server IP addresses.
1242
+ */
1243
+ serverIps: string[];
1244
+ /**
1245
+ * Enables SSL between load balancer and backend servers.
1246
+ */
1247
+ sslBridging: boolean;
1248
+ /**
1249
+ * Enables cookie-based session persistence.
1250
+ */
1251
+ stickySessions: string;
1252
+ /**
1253
+ * Cookie name for sticky sessions.
1254
+ */
1255
+ stickySessionsCookieName: string;
1256
+ /**
1257
+ * Maximum initial server connection establishment time.
1258
+ */
1259
+ timeoutConnect: string;
1260
+ /**
1261
+ * Maximum server connection inactivity time.
1262
+ */
1263
+ timeoutServer: string;
1264
+ /**
1265
+ * Maximum tunnel inactivity time.
1266
+ */
1267
+ timeoutTunnel: string;
1268
+ /**
1269
+ * The date at which the backend was last updated (RFC 3339 format).
1270
+ */
1271
+ updateAt: string;
1272
+ }
1273
+ export interface GetLbBackendsBackendHealthCheckHttp {
1274
+ /**
1275
+ * The expected HTTP status code.
1276
+ */
1277
+ code: number;
1278
+ /**
1279
+ * The HTTP host header to use for HC requests.
1280
+ */
1281
+ hostHeader: string;
1282
+ /**
1283
+ * The HTTP method to use for HC requests.
1284
+ */
1285
+ method: string;
1286
+ /**
1287
+ * The SNI to use for HC requests over SSL.
1288
+ */
1289
+ sni: string;
1290
+ /**
1291
+ * The HTTPS endpoint URL to call for HC requests.
1292
+ */
1293
+ uri: string;
1294
+ }
1295
+ export interface GetLbBackendsBackendHealthCheckTcp {
1296
+ }
1297
+ export interface GetLbFrontendAcl {
1298
+ actions: outputs.GetLbFrontendAclAction[];
1299
+ createdAt: string;
1300
+ description: string;
1301
+ matches: outputs.GetLbFrontendAclMatch[];
1302
+ /**
1303
+ * The name of the frontend.
1304
+ * - When using the `name` you should specify the `lb-id`
1305
+ */
1306
+ name: string;
1307
+ updatedAt: string;
1308
+ }
1309
+ export interface GetLbFrontendAclAction {
1310
+ redirects: outputs.GetLbFrontendAclActionRedirect[];
1311
+ type: string;
1312
+ }
1313
+ export interface GetLbFrontendAclActionRedirect {
1314
+ code: number;
1315
+ target: string;
1316
+ type: string;
1317
+ }
1318
+ export interface GetLbFrontendAclMatch {
1319
+ httpFilter: string;
1320
+ httpFilterOption: string;
1321
+ httpFilterValues: string[];
1322
+ invert: boolean;
1323
+ ipSubnets: string[];
1324
+ }
1325
+ export interface GetLbFrontendsFrontend {
1326
+ /**
1327
+ * The load-balancer backend ID this frontend is attached to.
1328
+ * > **Important:** LB backends' IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
1329
+ */
1330
+ backendId: string;
1331
+ /**
1332
+ * List of Certificate IDs that are used by the frontend.
1333
+ */
1334
+ certificateIds: string[];
1335
+ /**
1336
+ * The date at which the frontend was created (RFC 3339 format).
1337
+ */
1338
+ createdAt: string;
1339
+ /**
1340
+ * If HTTP/3 protocol is activated.
1341
+ */
1342
+ enableHttp3: boolean;
1343
+ /**
1344
+ * The associated frontend ID.
1345
+ * > **Important:** LB frontends' IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
1346
+ */
1347
+ id: string;
1348
+ /**
1349
+ * TCP port the frontend listen to.
1350
+ */
1351
+ inboundPort: number;
1352
+ /**
1353
+ * The load-balancer ID this frontend is attached to. frontends with a LB ID like it are listed.
1354
+ */
1355
+ lbId: string;
1356
+ /**
1357
+ * The frontend name used as filter. Frontends with a name like it are listed.
1358
+ */
1359
+ name: string;
1360
+ /**
1361
+ * Maximum inactivity time on the client side.
1362
+ */
1363
+ timeoutClient: string;
1364
+ /**
1365
+ * The date at which the frontend was last updated (RFC 3339 format).
1366
+ */
1367
+ updateAt: string;
1368
+ }
1369
+ export interface GetLbIpsIp {
1370
+ /**
1371
+ * The associated IP ID.
1372
+ */
1373
+ id: string;
1374
+ /**
1375
+ * The IP Address
1376
+ */
1377
+ ipAddress: string;
1378
+ /**
1379
+ * The associated load-balancer ID if any
1380
+ */
1381
+ lbId: string;
1382
+ /**
1383
+ * The organization ID the load-balancer is associated with.
1384
+ */
1385
+ organizationId: string;
1386
+ /**
1387
+ * The ID of the project the load-balancer is associated with.
1388
+ */
1389
+ projectId: string;
1390
+ /**
1391
+ * The reverse domain associated with this IP.
1392
+ */
1393
+ reverse: string;
1394
+ /**
1395
+ * `zone`) The zone in which IPs exist.
1396
+ */
1397
+ zone: string;
1398
+ }
1399
+ export interface GetLbRoutesRoute {
1400
+ /**
1401
+ * The backend ID destination of redirection
1402
+ */
1403
+ backendId: string;
1404
+ /**
1405
+ * The date at which the route was created (RFC 3339 format).
1406
+ */
1407
+ createdAt: string;
1408
+ /**
1409
+ * The frontend ID origin of redirection used as a filter. routes with a frontend ID like it are listed.
1410
+ */
1411
+ frontendId: string;
1412
+ /**
1413
+ * The associated route ID.
1414
+ */
1415
+ id: string;
1416
+ /**
1417
+ * Specifies the host of the server to which the request is being sent.
1418
+ */
1419
+ matchHostHeader: string;
1420
+ /**
1421
+ * Server Name Indication TLS extension field from an incoming connection made via an SSL/TLS transport layer.
1422
+ */
1423
+ matchSni: string;
1424
+ /**
1425
+ * The date at which the route was last updated (RFC 3339 format).
1426
+ */
1427
+ updateAt: string;
1428
+ }
1429
+ export interface GetLbsLb {
1430
+ /**
1431
+ * Number of backends the Load balancer has.
1432
+ */
1433
+ backendCount: number;
1434
+ /**
1435
+ * Date at which the Load balancer was created.
1436
+ */
1437
+ createdAt: string;
1438
+ /**
1439
+ * The description of the load-balancer.
1440
+ */
1441
+ description: string;
1442
+ /**
1443
+ * Number of frontends the Load balancer has.
1444
+ */
1445
+ frontendCount: number;
1446
+ /**
1447
+ * The ID of the load-balancer.
1448
+ */
1449
+ id: string;
1450
+ /**
1451
+ * List of underlying instances.
1452
+ */
1453
+ instances: outputs.GetLbsLbInstance[];
1454
+ /**
1455
+ * List of IPs attached to the Load balancer.
1456
+ */
1457
+ ips: outputs.GetLbsLbIp[];
1458
+ /**
1459
+ * The load balancer name used as a filter. LBs with a name like it are listed.
1460
+ */
1461
+ name: string;
1462
+ /**
1463
+ * The organization ID the load-balancer is associated with.
1464
+ */
1465
+ organizationId: string;
1466
+ /**
1467
+ * Number of private networks attached to the Load balancer.
1468
+ */
1469
+ privateNetworkCount: number;
1470
+ /**
1471
+ * The ID of the project the load-balancer is associated with.
1472
+ */
1473
+ projectId: string;
1474
+ /**
1475
+ * Number of routes the Load balancer has.
1476
+ */
1477
+ routeCount: number;
1478
+ /**
1479
+ * Determines the minimal SSL version which needs to be supported on client side.
1480
+ */
1481
+ sslCompatibilityLevel: string;
1482
+ /**
1483
+ * The state of the LB's instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
1484
+ */
1485
+ status: string;
1486
+ /**
1487
+ * The subscriber information.
1488
+ */
1489
+ subscriber: string;
1490
+ /**
1491
+ * The tags associated with the load-balancer.
1492
+ */
1493
+ tags: string[];
1494
+ /**
1495
+ * The offer type of the load-balancer.
1496
+ */
1497
+ type: string;
1498
+ /**
1499
+ * Date at which the Load balancer was updated.
1500
+ */
1501
+ updatedAt: string;
1502
+ /**
1503
+ * `zone`) The zone in which LBs exist.
1504
+ */
1505
+ zone: string;
1506
+ }
1507
+ export interface GetLbsLbInstance {
1508
+ /**
1509
+ * Date at which the Load balancer was created.
1510
+ */
1511
+ createdAt: string;
1512
+ /**
1513
+ * The ID of the load-balancer.
1514
+ */
1515
+ id: string;
1516
+ ipAddress: string;
1517
+ /**
1518
+ * The state of the LB's instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
1519
+ */
1520
+ status: string;
1521
+ /**
1522
+ * Date at which the Load balancer was updated.
1523
+ */
1524
+ updatedAt: string;
1525
+ /**
1526
+ * `zone`) The zone in which LBs exist.
1527
+ */
1528
+ zone: string;
1529
+ }
1530
+ export interface GetLbsLbIp {
1531
+ /**
1532
+ * The ID of the load-balancer.
1533
+ */
1534
+ id: string;
1535
+ ipAddress: string;
1536
+ lbId: string;
1537
+ /**
1538
+ * The organization ID the load-balancer is associated with.
1539
+ */
1540
+ organizationId: string;
1541
+ /**
1542
+ * The ID of the project the load-balancer is associated with.
1543
+ */
1544
+ projectId: string;
1545
+ reverse: string;
1546
+ /**
1547
+ * `zone`) The zone in which LBs exist.
1548
+ */
1549
+ zone: string;
1550
+ }
564
1551
  export interface GetLoadbalancerCertificateCustomCertificate {
565
1552
  certificateChain: string;
566
1553
  }
@@ -574,59 +1561,195 @@ export interface GetLoadbalancerPrivateNetwork {
574
1561
  staticConfigs: string[];
575
1562
  status: string;
576
1563
  /**
577
- * (Defaults to provider `region`) The region in which the LB exists.
1564
+ * (Defaults to provider `zone`) The zone in which the LB exists.
1565
+ */
1566
+ zone: string;
1567
+ }
1568
+ export interface GetObjectBucketCorsRule {
1569
+ allowedHeaders: string[];
1570
+ allowedMethods: string[];
1571
+ allowedOrigins: string[];
1572
+ exposeHeaders: string[];
1573
+ maxAgeSeconds: number;
1574
+ }
1575
+ export interface GetObjectBucketLifecycleRule {
1576
+ abortIncompleteMultipartUploadDays: number;
1577
+ enabled: boolean;
1578
+ expirations: outputs.GetObjectBucketLifecycleRuleExpiration[];
1579
+ /**
1580
+ * The unique name of the bucket.
1581
+ */
1582
+ id: string;
1583
+ prefix: string;
1584
+ tags: {
1585
+ [key: string]: string;
1586
+ };
1587
+ transitions: outputs.GetObjectBucketLifecycleRuleTransition[];
1588
+ }
1589
+ export interface GetObjectBucketLifecycleRuleExpiration {
1590
+ days: number;
1591
+ }
1592
+ export interface GetObjectBucketLifecycleRuleTransition {
1593
+ days: number;
1594
+ storageClass: string;
1595
+ }
1596
+ export interface GetObjectBucketVersioning {
1597
+ enabled: boolean;
1598
+ }
1599
+ export interface GetRedisClusterAcl {
1600
+ description: string;
1601
+ /**
1602
+ * The ID of the Redis cluster.
1603
+ */
1604
+ id: string;
1605
+ ip: string;
1606
+ }
1607
+ export interface GetRedisClusterPrivateNetwork {
1608
+ endpointId: string;
1609
+ /**
1610
+ * The ID of the Redis cluster.
1611
+ */
1612
+ id: string;
1613
+ serviceIps: string[];
1614
+ /**
1615
+ * `region`) The zone in which the server exists.
1616
+ */
1617
+ zone: string;
1618
+ }
1619
+ export interface GetRedisClusterPublicNetwork {
1620
+ /**
1621
+ * The ID of the Redis cluster.
1622
+ */
1623
+ id: string;
1624
+ ips: string[];
1625
+ port: number;
1626
+ }
1627
+ export interface GetVpcGatewayNetworkIpamConfig {
1628
+ pushDefaultRoute: boolean;
1629
+ }
1630
+ export interface GetVpcPrivateNetworkIpv4Subnet {
1631
+ address: string;
1632
+ createdAt: string;
1633
+ /**
1634
+ * The ID of the private network.
1635
+ */
1636
+ id: string;
1637
+ prefixLength: number;
1638
+ subnet: string;
1639
+ subnetMask: string;
1640
+ updatedAt: string;
1641
+ }
1642
+ export interface GetVpcPrivateNetworkIpv6Subnet {
1643
+ address: string;
1644
+ createdAt: string;
1645
+ /**
1646
+ * The ID of the private network.
1647
+ */
1648
+ id: string;
1649
+ prefixLength: number;
1650
+ subnet: string;
1651
+ subnetMask: string;
1652
+ updatedAt: string;
1653
+ }
1654
+ export interface GetVpcsVpc {
1655
+ /**
1656
+ * Date and time of VPC's creation (RFC 3339 format).
1657
+ */
1658
+ createdAt: string;
1659
+ /**
1660
+ * The associated VPC ID.
1661
+ * > **Important:** VPCs' IDs are regional, which means they are of the form `{region}/{id}`, e.g. `fr-par/11111111-1111-1111-1111-111111111111
1662
+ */
1663
+ id: string;
1664
+ /**
1665
+ * Defines whether the VPC is the default one for its Project.
1666
+ */
1667
+ isDefault: boolean;
1668
+ /**
1669
+ * The VPC name used as filter. VPCs with a name like it are listed.
1670
+ */
1671
+ name: string;
1672
+ /**
1673
+ * The organization ID the VPC is associated with.
1674
+ */
1675
+ organizationId: string;
1676
+ /**
1677
+ * The ID of the project the VPC is associated with.
1678
+ */
1679
+ projectId: string;
1680
+ /**
1681
+ * `region`). The region in which vpcs exist.
1682
+ */
1683
+ region: string;
1684
+ /**
1685
+ * List of tags used as filter. VPCs with these exact tags are listed.
1686
+ */
1687
+ tags: string[];
1688
+ updateAt: string;
1689
+ }
1690
+ export interface GetWebHostOfferProduct {
1691
+ /**
1692
+ * The quota of databases.
1693
+ */
1694
+ databasesQuota: number;
1695
+ /**
1696
+ * The quota of email accounts.
1697
+ */
1698
+ emailAccountsQuota: number;
1699
+ /**
1700
+ * The quota of email storage.
1701
+ */
1702
+ emailStorageQuota: number;
1703
+ /**
1704
+ * The quota of hosting storage.
1705
+ */
1706
+ hostingStorageQuota: number;
1707
+ /**
1708
+ * The offer name. Only one of `name` and `offerId` should be specified.
1709
+ */
1710
+ name: string;
1711
+ /**
1712
+ * The product option.
578
1713
  */
579
- zone: string;
580
- }
581
- export interface GetObjectBucketCorsRule {
582
- allowedHeaders: string[];
583
- allowedMethods: string[];
584
- allowedOrigins: string[];
585
- exposeHeaders: string[];
586
- maxAgeSeconds: number;
587
- }
588
- export interface GetObjectBucketLifecycleRule {
589
- abortIncompleteMultipartUploadDays: number;
590
- enabled: boolean;
591
- expirations: outputs.GetObjectBucketLifecycleRuleExpiration[];
1714
+ option: boolean;
592
1715
  /**
593
- * The unique name of the bucket.
1716
+ * The capacity of the memory in GB.
594
1717
  */
595
- id: string;
596
- prefix: string;
597
- tags: {
598
- [key: string]: string;
599
- };
600
- transitions: outputs.GetObjectBucketLifecycleRuleTransition[];
601
- }
602
- export interface GetObjectBucketLifecycleRuleExpiration {
603
- days: number;
604
- }
605
- export interface GetObjectBucketLifecycleRuleTransition {
606
- days: number;
607
- storageClass: string;
1718
+ ram: number;
1719
+ /**
1720
+ * If support is included.
1721
+ */
1722
+ supportIncluded: boolean;
1723
+ /**
1724
+ * The number of cores.
1725
+ */
1726
+ vCpu: number;
608
1727
  }
609
- export interface GetObjectBucketVersioning {
610
- enabled: boolean;
1728
+ export interface GetWebhostingCpanelUrl {
1729
+ dashboard: string;
1730
+ webmail: string;
611
1731
  }
612
- export interface GetRedisClusterAcl {
613
- description: string;
1732
+ export interface GetWebhostingOption {
614
1733
  id: string;
615
- ip: string;
1734
+ name: string;
616
1735
  }
617
- export interface GetRedisClusterPrivateNetwork {
618
- endpointId: string;
619
- id: string;
620
- serviceIps: string[];
1736
+ export interface IamPolicyRule {
621
1737
  /**
622
- * `region`) The zone in which the server exists.
1738
+ * ID of organization scoped to the rule.
623
1739
  */
624
- zone: string;
625
- }
626
- export interface GetRedisClusterPublicNetwork {
627
- id: string;
628
- ips: string[];
629
- port: number;
1740
+ organizationId?: string;
1741
+ /**
1742
+ * Names of permission sets bound to the rule.
1743
+ *
1744
+ * **_TIP:_** You can use the Scaleway CLI to list the permissions details. e.g:
1745
+ */
1746
+ permissionSetNames: string[];
1747
+ /**
1748
+ * List of project IDs scoped to the rule.
1749
+ *
1750
+ * > **Important** One of `organizationId` or `projectIds` must be set per rule.
1751
+ */
1752
+ projectIds?: string[];
630
1753
  }
631
1754
  export interface InstanceImageAdditionalVolume {
632
1755
  /**
@@ -691,6 +1814,8 @@ export interface InstanceSecurityGroupInboundRule {
691
1814
  action: string;
692
1815
  /**
693
1816
  * The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
1817
+ *
1818
+ * @deprecated Ip address is deprecated. Please use ip_range instead
694
1819
  */
695
1820
  ip?: string;
696
1821
  /**
@@ -714,6 +1839,8 @@ export interface InstanceSecurityGroupOutboundRule {
714
1839
  action: string;
715
1840
  /**
716
1841
  * The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
1842
+ *
1843
+ * @deprecated Ip address is deprecated. Please use ip_range instead
717
1844
  */
718
1845
  ip?: string;
719
1846
  /**
@@ -737,6 +1864,8 @@ export interface InstanceSecurityGroupRulesInboundRule {
737
1864
  action: string;
738
1865
  /**
739
1866
  * The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
1867
+ *
1868
+ * @deprecated Ip address is deprecated. Please use ip_range instead
740
1869
  */
741
1870
  ip?: string;
742
1871
  /**
@@ -760,6 +1889,8 @@ export interface InstanceSecurityGroupRulesOutboundRule {
760
1889
  action: string;
761
1890
  /**
762
1891
  * The ip this rule apply to. If no `ip` nor `ipRange` are specified, rule will apply to all ip. Only one of `ip` and `ipRange` should be specified.
1892
+ *
1893
+ * @deprecated Ip address is deprecated. Please use ip_range instead
763
1894
  */
764
1895
  ip?: string;
765
1896
  /**
@@ -785,10 +1916,22 @@ export interface InstanceServerPrivateNetwork {
785
1916
  */
786
1917
  zone: string;
787
1918
  }
1919
+ export interface InstanceServerPublicIp {
1920
+ /**
1921
+ * The address of the IP
1922
+ */
1923
+ address: string;
1924
+ /**
1925
+ * The ID of the IP
1926
+ */
1927
+ id: string;
1928
+ }
788
1929
  export interface InstanceServerRootVolume {
789
1930
  boot?: boolean;
790
1931
  /**
791
1932
  * Forces deletion of the root volume on instance termination.
1933
+ *
1934
+ * > **Important:** Updates to `root_volume.size_in_gb` will be ignored after the creation of the server.
792
1935
  */
793
1936
  deleteOnTermination?: boolean;
794
1937
  /**
@@ -811,6 +1954,18 @@ export interface InstanceServerRootVolume {
811
1954
  */
812
1955
  volumeType: string;
813
1956
  }
1957
+ export interface InstanceSnapshotImport {
1958
+ /**
1959
+ * Bucket name containing [qcow2](https://en.wikipedia.org/wiki/Qcow) to import
1960
+ */
1961
+ bucket: string;
1962
+ /**
1963
+ * Key of the object to import
1964
+ *
1965
+ * > **Note:** The type `unified` could be instantiated on both `lSsd` and `bSsd` volumes.
1966
+ */
1967
+ key: string;
1968
+ }
814
1969
  export interface IotDeviceCertificate {
815
1970
  crt: string;
816
1971
  /**
@@ -835,6 +1990,10 @@ export interface IotDeviceMessageFiltersPublish {
835
1990
  policy?: string;
836
1991
  /**
837
1992
  * Same as publish rules.
1993
+ *
1994
+ * - `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
1995
+ *
1996
+ * > **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
838
1997
  */
839
1998
  topics?: string[];
840
1999
  }
@@ -845,9 +2004,34 @@ export interface IotDeviceMessageFiltersSubscribe {
845
2004
  policy?: string;
846
2005
  /**
847
2006
  * Same as publish rules.
2007
+ *
2008
+ * - `certificate.crt` - (Optional) The certificate of the device, either generated by Scaleway or provided.
2009
+ *
2010
+ * > **Important:** Updates to `certificate.crt` will disconnect connected devices and the previous certificate will be deleted and won't be recoverable.
848
2011
  */
849
2012
  topics?: string[];
850
2013
  }
2014
+ export interface IotRouteDatabase {
2015
+ dbname: string;
2016
+ host: string;
2017
+ password: string;
2018
+ port: number;
2019
+ query: string;
2020
+ username: string;
2021
+ }
2022
+ export interface IotRouteRest {
2023
+ headers: {
2024
+ [key: string]: string;
2025
+ };
2026
+ uri: string;
2027
+ verb: string;
2028
+ }
2029
+ export interface IotRouteS3 {
2030
+ bucketName: string;
2031
+ bucketRegion: string;
2032
+ objectPrefix?: string;
2033
+ strategy: string;
2034
+ }
851
2035
  export interface KubernetesClusterAutoUpgrade {
852
2036
  /**
853
2037
  * Set to `true` to enable Kubernetes patch version auto upgrades.
@@ -982,11 +2166,61 @@ export interface KubernetesNodePoolUpgradePolicy {
982
2166
  */
983
2167
  maxUnavailable?: number;
984
2168
  }
2169
+ export interface LoadbalancerAclAction {
2170
+ /**
2171
+ * Redirect parameters when using an ACL with `redirect` action.
2172
+ */
2173
+ redirects?: outputs.LoadbalancerAclActionRedirect[];
2174
+ /**
2175
+ * The redirect type. Possible values are: `location` or `scheme`.
2176
+ */
2177
+ type: string;
2178
+ }
2179
+ export interface LoadbalancerAclActionRedirect {
2180
+ /**
2181
+ * The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
2182
+ */
2183
+ code?: number;
2184
+ /**
2185
+ * An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
2186
+ */
2187
+ target?: string;
2188
+ /**
2189
+ * The redirect type. Possible values are: `location` or `scheme`.
2190
+ */
2191
+ type?: string;
2192
+ }
2193
+ export interface LoadbalancerAclMatch {
2194
+ /**
2195
+ * The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
2196
+ * It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
2197
+ * Possible values are: `aclHttpFilterNone`, `pathBegin`, `pathEnd`, `httpHeaderMatch` or `regex`.
2198
+ */
2199
+ httpFilter?: string;
2200
+ httpFilterOption?: string;
2201
+ /**
2202
+ * A list of possible values to match for the given HTTP filter.
2203
+ * Keep in mind that in the case of `httpHeaderMatch` the HTTP header field name is case-insensitive.
2204
+ */
2205
+ httpFilterValues?: string[];
2206
+ /**
2207
+ * If set to `true`, the condition will be of type "unless".
2208
+ */
2209
+ invert?: boolean;
2210
+ /**
2211
+ * A list of IPs or CIDR v4/v6 addresses of the client of the session to match.
2212
+ */
2213
+ ipSubnets?: string[];
2214
+ }
985
2215
  export interface LoadbalancerBackendHealthCheckHttp {
986
2216
  /**
987
2217
  * The expected HTTP status code.
988
2218
  */
989
2219
  code?: number;
2220
+ /**
2221
+ * The HTTP host header to use for HC requests.
2222
+ */
2223
+ hostHeader?: string;
990
2224
  /**
991
2225
  * The HTTP method to use for HC requests.
992
2226
  */
@@ -1001,10 +2235,18 @@ export interface LoadbalancerBackendHealthCheckHttps {
1001
2235
  * The expected HTTP status code.
1002
2236
  */
1003
2237
  code?: number;
2238
+ /**
2239
+ * The HTTP host header to use for HC requests.
2240
+ */
2241
+ hostHeader?: string;
1004
2242
  /**
1005
2243
  * The HTTP method to use for HC requests.
1006
2244
  */
1007
2245
  method?: string;
2246
+ /**
2247
+ * The SNI to use for HC requests over SSL.
2248
+ */
2249
+ sni?: string;
1008
2250
  /**
1009
2251
  * The HTTPS endpoint URL to call for HC requests.
1010
2252
  */
@@ -1015,6 +2257,8 @@ export interface LoadbalancerBackendHealthCheckTcp {
1015
2257
  export interface LoadbalancerCertificateCustomCertificate {
1016
2258
  /**
1017
2259
  * Full PEM-formatted certificate chain.
2260
+ *
2261
+ * > **Important:** Updates to `customCertificate` will recreate the load-balancer certificate.
1018
2262
  */
1019
2263
  certificateChain: string;
1020
2264
  }
@@ -1025,6 +2269,8 @@ export interface LoadbalancerCertificateLetsencrypt {
1025
2269
  commonName: string;
1026
2270
  /**
1027
2271
  * Array of alternative domain names. A new certificate will be created if this field is changed.
2272
+ *
2273
+ * > **Important:** Updates to `letsencrypt` will recreate the load-balancer certificate.
1028
2274
  */
1029
2275
  subjectAlternativeNames?: string[];
1030
2276
  }
@@ -1033,6 +2279,8 @@ export interface LoadbalancerFrontendAcl {
1033
2279
  * Action to undertake when an ACL filter matches.
1034
2280
  */
1035
2281
  action: outputs.LoadbalancerFrontendAclAction;
2282
+ createdAt: string;
2283
+ description?: string;
1036
2284
  /**
1037
2285
  * The ACL match rule. At least `ipSubnet` or `httpFilter` and `httpFilterValue` are required.
1038
2286
  */
@@ -1041,13 +2289,32 @@ export interface LoadbalancerFrontendAcl {
1041
2289
  * The ACL name. If not provided it will be randomly generated.
1042
2290
  */
1043
2291
  name: string;
2292
+ updatedAt: string;
1044
2293
  }
1045
2294
  export interface LoadbalancerFrontendAclAction {
1046
2295
  /**
1047
- * The action type. Possible values are: `allow` or `deny`.
2296
+ * Redirect parameters when using an ACL with `redirect` action.
2297
+ */
2298
+ redirects?: outputs.LoadbalancerFrontendAclActionRedirect[];
2299
+ /**
2300
+ * The redirect type. Possible values are: `location` or `scheme`.
1048
2301
  */
1049
2302
  type: string;
1050
2303
  }
2304
+ export interface LoadbalancerFrontendAclActionRedirect {
2305
+ /**
2306
+ * The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
2307
+ */
2308
+ code?: number;
2309
+ /**
2310
+ * An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
2311
+ */
2312
+ target?: string;
2313
+ /**
2314
+ * The redirect type. Possible values are: `location` or `scheme`.
2315
+ */
2316
+ type?: string;
2317
+ }
1051
2318
  export interface LoadbalancerFrontendAclMatch {
1052
2319
  /**
1053
2320
  * The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
@@ -1074,54 +2341,198 @@ export interface LoadbalancerPrivateNetwork {
1074
2341
  /**
1075
2342
  * (Optional) Set to true if you want to let DHCP assign IP addresses. See below.
1076
2343
  */
1077
- dhcpConfig?: boolean;
2344
+ dhcpConfig: boolean;
1078
2345
  /**
1079
2346
  * (Required) The ID of the Private Network to associate.
1080
2347
  */
1081
2348
  privateNetworkId: string;
1082
2349
  /**
1083
- * (Optional) Define two local ip address of your choice for each load balancer instance. See below.
2350
+ * (Optional) Define a local ip address of your choice for the load balancer instance. See below.
1084
2351
  */
1085
- staticConfigs?: string[];
2352
+ staticConfig?: string;
1086
2353
  status: string;
1087
2354
  /**
1088
- * `zone`) The zone in which the IP should be reserved.
2355
+ * `zone`) The zone of the load-balancer.
1089
2356
  */
1090
2357
  zone: string;
1091
2358
  }
2359
+ export interface MnqCredentialNatsCredentials {
2360
+ /**
2361
+ * Raw content of the NATS credentials file.
2362
+ */
2363
+ content: string;
2364
+ }
2365
+ export interface MnqCredentialSqsSnsCredentials {
2366
+ /**
2367
+ * The ID of the key.
2368
+ */
2369
+ accessKey: string;
2370
+ /**
2371
+ * List of permissions associated to this Credential. Only one of permissions may be set.
2372
+ */
2373
+ permissions?: outputs.MnqCredentialSqsSnsCredentialsPermissions;
2374
+ /**
2375
+ * The Secret value of the key.
2376
+ */
2377
+ secretKey: string;
2378
+ }
2379
+ export interface MnqCredentialSqsSnsCredentialsPermissions {
2380
+ /**
2381
+ * . Defines if user can manage the associated resource(s).
2382
+ */
2383
+ canManage?: boolean;
2384
+ /**
2385
+ * . Defines if user can publish messages to the service.
2386
+ */
2387
+ canPublish?: boolean;
2388
+ /**
2389
+ * . Defines if user can receive messages from the service.
2390
+ */
2391
+ canReceive?: boolean;
2392
+ }
2393
+ export interface MnqQueueNats {
2394
+ credentials: string;
2395
+ endpoint?: string;
2396
+ retentionPolicy?: string;
2397
+ }
2398
+ export interface MnqQueueSqs {
2399
+ accessKey: string;
2400
+ contentBasedDeduplication?: boolean;
2401
+ endpoint?: string;
2402
+ fifoQueue?: boolean;
2403
+ receiveWaitTimeSeconds?: number;
2404
+ secretKey: string;
2405
+ url: string;
2406
+ visibilityTimeoutSeconds?: number;
2407
+ }
2408
+ export interface MnqSqsCredentialsPermissions {
2409
+ /**
2410
+ * . Defines if user can manage the associated resource(s).
2411
+ */
2412
+ canManage: boolean;
2413
+ /**
2414
+ * . Defines if user can publish messages to the service.
2415
+ */
2416
+ canPublish: boolean;
2417
+ /**
2418
+ * . Defines if user can receive messages from the service.
2419
+ */
2420
+ canReceive: boolean;
2421
+ }
2422
+ export interface ObjectBucketAclAccessControlPolicy {
2423
+ grants?: outputs.ObjectBucketAclAccessControlPolicyGrant[];
2424
+ owner: outputs.ObjectBucketAclAccessControlPolicyOwner;
2425
+ }
2426
+ export interface ObjectBucketAclAccessControlPolicyGrant {
2427
+ grantee?: outputs.ObjectBucketAclAccessControlPolicyGrantGrantee;
2428
+ permission: string;
2429
+ }
2430
+ export interface ObjectBucketAclAccessControlPolicyGrantGrantee {
2431
+ displayName: string;
2432
+ /**
2433
+ * The `region`,`bucket` and `acl` separated by (`/`).
2434
+ */
2435
+ id: string;
2436
+ type: string;
2437
+ }
2438
+ export interface ObjectBucketAclAccessControlPolicyOwner {
2439
+ displayName: string;
2440
+ /**
2441
+ * The `region`,`bucket` and `acl` separated by (`/`).
2442
+ */
2443
+ id: string;
2444
+ }
1092
2445
  export interface ObjectBucketCorsRule {
2446
+ /**
2447
+ * Specifies which headers are allowed.
2448
+ */
1093
2449
  allowedHeaders?: string[];
2450
+ /**
2451
+ * Specifies which methods are allowed. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
2452
+ */
1094
2453
  allowedMethods: string[];
2454
+ /**
2455
+ * Specifies which origins are allowed.
2456
+ */
1095
2457
  allowedOrigins: string[];
2458
+ /**
2459
+ * Specifies expose header in the response.
2460
+ */
1096
2461
  exposeHeaders?: string[];
2462
+ /**
2463
+ * Specifies time in seconds that browser can cache the response for a preflight request.
2464
+ */
1097
2465
  maxAgeSeconds?: number;
1098
2466
  }
1099
2467
  export interface ObjectBucketLifecycleRule {
2468
+ /**
2469
+ * Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.
2470
+ *
2471
+ * * > **Important:** It's not recommended using `prefix` for `AbortIncompleteMultipartUpload` as any incomplete multipart upload will be billed
2472
+ */
1100
2473
  abortIncompleteMultipartUploadDays?: number;
2474
+ /**
2475
+ * The element value can be either Enabled or Disabled. If a rule is disabled, Scaleway S3 doesn't perform any of the actions defined in the rule.
2476
+ */
1101
2477
  enabled: boolean;
2478
+ /**
2479
+ * Specifies a period in the object's expire (documented below).
2480
+ */
1102
2481
  expiration?: outputs.ObjectBucketLifecycleRuleExpiration;
1103
2482
  /**
1104
- * The unique name of the bucket.
2483
+ * Unique identifier for the rule. Must be less than or equal to 255 characters in length.
1105
2484
  */
1106
2485
  id: string;
2486
+ /**
2487
+ * Object key prefix identifying one or more objects to which the rule applies.
2488
+ */
1107
2489
  prefix?: string;
1108
2490
  /**
1109
- * A list of tags (key / value) for the bucket.
2491
+ * Specifies object tags key and value.
1110
2492
  */
1111
2493
  tags?: {
1112
2494
  [key: string]: string;
1113
2495
  };
2496
+ /**
2497
+ * Specifies a period in the object's transitions (documented below).
2498
+ *
2499
+ * At least one of `abortIncompleteMultipartUploadDays`, `expiration`, `transition` must be specified.
2500
+ */
1114
2501
  transitions?: outputs.ObjectBucketLifecycleRuleTransition[];
1115
2502
  }
1116
2503
  export interface ObjectBucketLifecycleRuleExpiration {
2504
+ /**
2505
+ * Specifies the number of days after object creation when the specific rule action takes effect.
2506
+ *
2507
+ * > **Important:** If versioning is enabled, this rule only deletes the current version of an object.
2508
+ */
1117
2509
  days: number;
1118
2510
  }
1119
2511
  export interface ObjectBucketLifecycleRuleTransition {
2512
+ /**
2513
+ * Specifies the number of days after object creation when the specific rule action takes effect.
2514
+ */
1120
2515
  days?: number;
2516
+ /**
2517
+ * Specifies the Scaleway [storage class](https://www.scaleway.com/en/docs/storage/object/concepts/#storage-class) `STANDARD`, `GLACIER`, `ONEZONE_IA` to which you want the object to transition.
2518
+ *
2519
+ * > **Important:** `ONEZONE_IA` is only available in `fr-par` region. The storage class `GLACIER` is not available in `pl-waw` region.
2520
+ */
1121
2521
  storageClass: string;
1122
2522
  }
2523
+ export interface ObjectBucketLockConfigurationRule {
2524
+ defaultRetention: outputs.ObjectBucketLockConfigurationRuleDefaultRetention;
2525
+ }
2526
+ export interface ObjectBucketLockConfigurationRuleDefaultRetention {
2527
+ days?: number;
2528
+ mode: string;
2529
+ years?: number;
2530
+ }
1123
2531
  export interface ObjectBucketVersioning {
1124
- enabled?: boolean;
2532
+ /**
2533
+ * Enable versioning. Once you version-enable a bucket, it can never return to an unversioned state. You can, however, suspend versioning on that bucket.
2534
+ */
2535
+ enabled: boolean;
1125
2536
  }
1126
2537
  export interface ObjectBucketWebsiteConfigurationErrorDocument {
1127
2538
  key: string;
@@ -1132,6 +2543,8 @@ export interface ObjectBucketWebsiteConfigurationIndexDocument {
1132
2543
  export interface RedisClusterAcl {
1133
2544
  /**
1134
2545
  * A text describing this rule. Default description: `Allow IP`
2546
+ *
2547
+ * > The `acl` conflict with `privateNetwork`. Only one should be specified.
1135
2548
  */
1136
2549
  description: string;
1137
2550
  /**
@@ -1139,22 +2552,32 @@ export interface RedisClusterAcl {
1139
2552
  */
1140
2553
  id: string;
1141
2554
  /**
1142
- * The ip range to whitelist in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
2555
+ * The ip range to whitelist
2556
+ * in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation)
1143
2557
  */
1144
2558
  ip: string;
1145
2559
  }
1146
2560
  export interface RedisClusterPrivateNetwork {
2561
+ /**
2562
+ * The ID of the endpoint.
2563
+ */
1147
2564
  endpointId: string;
1148
2565
  /**
1149
2566
  * The UUID of the private network resource.
1150
2567
  */
1151
2568
  id: string;
1152
2569
  /**
1153
- * Endpoint IPv4 addresses in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at least one IP per node.
2570
+ * Endpoint IPv4 addresses
2571
+ * in [CIDR notation](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation). You must provide at
2572
+ * least one IP per node or The IP network address within the private subnet is determined by the IP Address Management (IPAM)
2573
+ * service if not set.
2574
+ *
2575
+ * > The `privateNetwork` conflict with `acl`. Only one should be specified.
1154
2576
  */
1155
2577
  serviceIps: string[];
1156
2578
  /**
1157
- * `zone`) The zone in which the Redis Cluster should be created.
2579
+ * `zone`) The zone in which the
2580
+ * Redis Cluster should be created.
1158
2581
  */
1159
2582
  zone: string;
1160
2583
  }
@@ -1163,6 +2586,98 @@ export interface RedisClusterPublicNetwork {
1163
2586
  * The UUID of the private network resource.
1164
2587
  */
1165
2588
  id: string;
2589
+ /**
2590
+ * Lis of IPv4 address of the endpoint (IP address).
2591
+ */
1166
2592
  ips: string[];
2593
+ /**
2594
+ * TCP port of the endpoint.
2595
+ */
1167
2596
  port: number;
1168
2597
  }
2598
+ export interface VpcGatewayNetworkIpamConfig {
2599
+ /**
2600
+ * Defines whether the default route is enabled on that Gateway Network. Only one of `dhcpId`, `staticAddress` and `ipamConfig` should be specified.
2601
+ */
2602
+ pushDefaultRoute?: boolean;
2603
+ }
2604
+ export interface VpcPrivateNetworkIpv4Subnet {
2605
+ /**
2606
+ * The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet.
2607
+ */
2608
+ address: string;
2609
+ /**
2610
+ * The date and time of the creation of the subnet.
2611
+ */
2612
+ createdAt: string;
2613
+ /**
2614
+ * The subnet ID.
2615
+ */
2616
+ id: string;
2617
+ /**
2618
+ * The length of the network prefix, e.g., 24 for a 255.255.255.0 mask.
2619
+ */
2620
+ prefixLength: number;
2621
+ /**
2622
+ * The subnet CIDR.
2623
+ */
2624
+ subnet: string;
2625
+ /**
2626
+ * The subnet mask expressed in dotted decimal notation, e.g., '255.255.255.0' for a /24 subnet
2627
+ */
2628
+ subnetMask: string;
2629
+ /**
2630
+ * The date and time of the last update of the subnet.
2631
+ */
2632
+ updatedAt: string;
2633
+ }
2634
+ export interface VpcPrivateNetworkIpv6Subnet {
2635
+ /**
2636
+ * The network address of the subnet in dotted decimal notation, e.g., '192.168.0.0' for a '192.168.0.0/24' subnet.
2637
+ */
2638
+ address: string;
2639
+ /**
2640
+ * The date and time of the creation of the subnet.
2641
+ */
2642
+ createdAt: string;
2643
+ /**
2644
+ * The subnet ID.
2645
+ */
2646
+ id: string;
2647
+ /**
2648
+ * The length of the network prefix, e.g., 24 for a 255.255.255.0 mask.
2649
+ */
2650
+ prefixLength: number;
2651
+ /**
2652
+ * The subnet CIDR.
2653
+ */
2654
+ subnet: string;
2655
+ /**
2656
+ * The subnet mask expressed in dotted decimal notation, e.g., '255.255.255.0' for a /24 subnet
2657
+ */
2658
+ subnetMask: string;
2659
+ /**
2660
+ * The date and time of the last update of the subnet.
2661
+ */
2662
+ updatedAt: string;
2663
+ }
2664
+ export interface WebhostingCpanelUrl {
2665
+ /**
2666
+ * The URL of the Dashboard.
2667
+ */
2668
+ dashboard: string;
2669
+ /**
2670
+ * The URL of the Webmail interface.
2671
+ */
2672
+ webmail: string;
2673
+ }
2674
+ export interface WebhostingOption {
2675
+ /**
2676
+ * The option ID.
2677
+ */
2678
+ id: string;
2679
+ /**
2680
+ * The option name.
2681
+ */
2682
+ name: string;
2683
+ }