@pulumiverse/scaleway 1.13.0 → 1.15.0

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 (294) hide show
  1. package/{appleSliconValleyServer.d.ts → appleSiliconServer.d.ts} +18 -18
  2. package/{appleSliconValleyServer.js → appleSiliconServer.js} +14 -14
  3. package/appleSiliconServer.js.map +1 -0
  4. package/baremetalServer.d.ts +7 -7
  5. package/baremetalServer.js +1 -1
  6. package/blockSnapshot.d.ts +5 -1
  7. package/blockSnapshot.js +5 -1
  8. package/blockSnapshot.js.map +1 -1
  9. package/blockVolume.d.ts +19 -0
  10. package/blockVolume.js +19 -0
  11. package/blockVolume.js.map +1 -1
  12. package/cockpitAlertManager.d.ts +109 -0
  13. package/cockpitAlertManager.js +72 -0
  14. package/cockpitAlertManager.js.map +1 -0
  15. package/container.d.ts +12 -0
  16. package/container.js +2 -0
  17. package/container.js.map +1 -1
  18. package/database.d.ts +17 -9
  19. package/database.js +11 -3
  20. package/database.js.map +1 -1
  21. package/databaseAcl.d.ts +14 -6
  22. package/databaseAcl.js +11 -3
  23. package/databaseAcl.js.map +1 -1
  24. package/databaseBackup.d.ts +21 -12
  25. package/databaseBackup.js +15 -6
  26. package/databaseBackup.js.map +1 -1
  27. package/databaseInstance.d.ts +73 -58
  28. package/databaseInstance.js +30 -12
  29. package/databaseInstance.js.map +1 -1
  30. package/databasePrivilege.d.ts +5 -5
  31. package/databasePrivilege.js +2 -2
  32. package/databaseReadReplica.d.ts +12 -12
  33. package/databaseReadReplica.js +3 -3
  34. package/databaseUser.d.ts +30 -22
  35. package/databaseUser.js +12 -4
  36. package/databaseUser.js.map +1 -1
  37. package/documentdbDatabase.d.ts +11 -4
  38. package/documentdbDatabase.js +8 -1
  39. package/documentdbDatabase.js.map +1 -1
  40. package/documentdbPrivateNetworkEndpoint.d.ts +51 -75
  41. package/documentdbPrivateNetworkEndpoint.js +27 -17
  42. package/documentdbPrivateNetworkEndpoint.js.map +1 -1
  43. package/documentdbPrivilege.d.ts +9 -2
  44. package/documentdbPrivilege.js +9 -2
  45. package/documentdbPrivilege.js.map +1 -1
  46. package/documentdbReadReplica.d.ts +8 -1
  47. package/documentdbReadReplica.js +8 -1
  48. package/documentdbReadReplica.js.map +1 -1
  49. package/documentdbUser.d.ts +8 -1
  50. package/documentdbUser.js +8 -1
  51. package/documentdbUser.js.map +1 -1
  52. package/domainRecord.d.ts +3 -3
  53. package/function.d.ts +15 -12
  54. package/function.js +2 -0
  55. package/function.js.map +1 -1
  56. package/functionTrigger.d.ts +16 -0
  57. package/functionTrigger.js +16 -0
  58. package/functionTrigger.js.map +1 -1
  59. package/getAccountSshKey.d.ts +8 -4
  60. package/getAccountSshKey.js.map +1 -1
  61. package/getBillingConsumptions.d.ts +21 -0
  62. package/getBillingConsumptions.js +6 -0
  63. package/getBillingConsumptions.js.map +1 -1
  64. package/getBillingInvoices.d.ts +2 -2
  65. package/getBillingInvoices.js +2 -2
  66. package/getBlockSnapshot.d.ts +58 -0
  67. package/getBlockSnapshot.js +28 -0
  68. package/getBlockSnapshot.js.map +1 -1
  69. package/getConfig.d.ts +22 -0
  70. package/getConfig.js +17 -0
  71. package/getConfig.js.map +1 -0
  72. package/getContainer.d.ts +4 -0
  73. package/getContainer.js.map +1 -1
  74. package/getDatabase.d.ts +2 -2
  75. package/getDatabase.js +2 -2
  76. package/getDatabaseAcl.d.ts +2 -2
  77. package/getDatabaseAcl.js +2 -2
  78. package/getDatabaseBackup.d.ts +8 -8
  79. package/getDatabaseInstance.d.ts +14 -10
  80. package/getDatabaseInstance.js +6 -2
  81. package/getDatabaseInstance.js.map +1 -1
  82. package/getDatabasePrivilege.d.ts +4 -4
  83. package/getDatabasePrivilege.js +2 -2
  84. package/getFunction.d.ts +1 -0
  85. package/getFunction.js.map +1 -1
  86. package/getIamApiKey.d.ts +68 -0
  87. package/getIamApiKey.js +47 -0
  88. package/getIamApiKey.js.map +1 -0
  89. package/getIamApplication.d.ts +6 -6
  90. package/getIamGroup.d.ts +10 -8
  91. package/getIamGroup.js +6 -4
  92. package/getIamGroup.js.map +1 -1
  93. package/getIamSshKey.d.ts +8 -4
  94. package/getIamSshKey.js.map +1 -1
  95. package/getIamUser.d.ts +10 -8
  96. package/getIamUser.js +2 -4
  97. package/getIamUser.js.map +1 -1
  98. package/getIpamIp.d.ts +19 -15
  99. package/getIpamIp.js +8 -4
  100. package/getIpamIp.js.map +1 -1
  101. package/getIpamIps.d.ts +25 -21
  102. package/getIpamIps.js +6 -2
  103. package/getIpamIps.js.map +1 -1
  104. package/getLbAcls.d.ts +13 -9
  105. package/getLbAcls.js +4 -0
  106. package/getLbAcls.js.map +1 -1
  107. package/getLbBackend.d.ts +12 -10
  108. package/getLbBackend.js +6 -4
  109. package/getLbBackend.js.map +1 -1
  110. package/getLbBackends.d.ts +9 -5
  111. package/getLbBackends.js +4 -0
  112. package/getLbBackends.js.map +1 -1
  113. package/getLbFrontend.d.ts +10 -8
  114. package/getLbFrontend.js +6 -4
  115. package/getLbFrontend.js.map +1 -1
  116. package/getLbFrontends.d.ts +13 -9
  117. package/getLbFrontends.js +6 -2
  118. package/getLbFrontends.js.map +1 -1
  119. package/getLbIps.d.ts +42 -12
  120. package/getLbIps.js +16 -2
  121. package/getLbIps.js.map +1 -1
  122. package/getLbRoute.d.ts +8 -6
  123. package/getLbRoute.js +6 -4
  124. package/getLbRoute.js.map +1 -1
  125. package/getLbRoutes.d.ts +11 -7
  126. package/getLbRoutes.js +6 -2
  127. package/getLbRoutes.js.map +1 -1
  128. package/getLbs.d.ts +18 -14
  129. package/getLbs.js +4 -0
  130. package/getLbs.js.map +1 -1
  131. package/getLoadbalancer.d.ts +14 -10
  132. package/getLoadbalancer.js +4 -0
  133. package/getLoadbalancer.js.map +1 -1
  134. package/getLoadbalancerCertificate.d.ts +12 -12
  135. package/getLoadbalancerCertificate.js +6 -6
  136. package/getLoadbalancerIp.d.ts +14 -6
  137. package/getLoadbalancerIp.js +6 -2
  138. package/getLoadbalancerIp.js.map +1 -1
  139. package/getMarketplaceImage.d.ts +2 -2
  140. package/getMnqSqs.d.ts +7 -7
  141. package/getMnqSqs.js +2 -2
  142. package/getRedisCluster.d.ts +52 -6
  143. package/getRedisCluster.js +6 -2
  144. package/getRedisCluster.js.map +1 -1
  145. package/getRegistryImage.d.ts +6 -6
  146. package/getRegistryImage.js +2 -2
  147. package/getRegistryNamespace.d.ts +4 -4
  148. package/getVpc.d.ts +11 -10
  149. package/getVpc.js.map +1 -1
  150. package/getVpcGatewayNetwork.d.ts +4 -32
  151. package/getVpcGatewayNetwork.js +2 -2
  152. package/getVpcGatewayNetwork.js.map +1 -1
  153. package/getVpcPrivateNetwork.d.ts +12 -12
  154. package/getVpcPrivateNetwork.js +2 -2
  155. package/getVpcPublicGateway.d.ts +9 -10
  156. package/getVpcPublicGateway.js +2 -2
  157. package/getVpcPublicGatewayDhcp.d.ts +2 -2
  158. package/getVpcPublicGatewayDhcp.js +2 -2
  159. package/getVpcPublicGatewayDhcpReservation.d.ts +12 -12
  160. package/getVpcPublicGatewayDhcpReservation.js +6 -6
  161. package/getVpcPublicGatewayIp.d.ts +4 -4
  162. package/getVpcPublicGatewayIp.js +4 -4
  163. package/getVpcPublicPatRule.d.ts +11 -11
  164. package/getVpcPublicPatRule.js +4 -4
  165. package/getVpcRoutes.d.ts +96 -0
  166. package/getVpcRoutes.js +32 -0
  167. package/getVpcRoutes.js.map +1 -0
  168. package/getVpcs.d.ts +11 -11
  169. package/iamApiKey.d.ts +44 -33
  170. package/iamApiKey.js +16 -2
  171. package/iamApiKey.js.map +1 -1
  172. package/iamApplication.d.ts +1 -1
  173. package/iamApplication.js +1 -1
  174. package/iamGroup.d.ts +1 -1
  175. package/iamGroup.js +1 -1
  176. package/iamGroupMembership.d.ts +4 -4
  177. package/iamGroupMembership.js +1 -1
  178. package/iamPolicy.d.ts +22 -22
  179. package/iamPolicy.js +1 -1
  180. package/iamSshKey.d.ts +1 -2
  181. package/iamSshKey.js +1 -2
  182. package/iamSshKey.js.map +1 -1
  183. package/iamUser.d.ts +10 -10
  184. package/index.d.ts +15 -3
  185. package/index.js +25 -11
  186. package/index.js.map +1 -1
  187. package/instanceImage.d.ts +1 -1
  188. package/instanceImage.js +1 -1
  189. package/instanceIp.d.ts +1 -1
  190. package/instanceIp.js +1 -1
  191. package/instanceIpReverseDns.d.ts +1 -1
  192. package/instanceIpReverseDns.js +1 -1
  193. package/instancePlacementGroup.d.ts +7 -7
  194. package/instancePlacementGroup.js +1 -1
  195. package/instancePrivateNic.d.ts +1 -1
  196. package/instancePrivateNic.js +1 -1
  197. package/instanceSecurityGroupRules.d.ts +1 -1
  198. package/instanceSecurityGroupRules.js +1 -1
  199. package/instanceServer.d.ts +19 -19
  200. package/instanceServer.js +1 -1
  201. package/instanceSnapshot.d.ts +1 -1
  202. package/instanceSnapshot.js +1 -1
  203. package/instanceUserData.d.ts +2 -2
  204. package/instanceUserData.js +2 -2
  205. package/instanceVolume.d.ts +2 -2
  206. package/instanceVolume.js +2 -2
  207. package/iotHub.d.ts +2 -2
  208. package/ipamIp.d.ts +14 -12
  209. package/ipamIp.js +6 -4
  210. package/ipamIp.js.map +1 -1
  211. package/ipamIpReverseDns.d.ts +4 -2
  212. package/ipamIpReverseDns.js +4 -2
  213. package/ipamIpReverseDns.js.map +1 -1
  214. package/kubernetesCluster.d.ts +19 -22
  215. package/kubernetesCluster.js +19 -22
  216. package/kubernetesCluster.js.map +1 -1
  217. package/kubernetesNodePool.d.ts +3 -3
  218. package/loadbalancer.d.ts +102 -43
  219. package/loadbalancer.js +63 -4
  220. package/loadbalancer.js.map +1 -1
  221. package/loadbalancerAcl.d.ts +10 -8
  222. package/loadbalancerAcl.js +4 -2
  223. package/loadbalancerAcl.js.map +1 -1
  224. package/loadbalancerBackend.d.ts +10 -9
  225. package/loadbalancerBackend.js +4 -3
  226. package/loadbalancerBackend.js.map +1 -1
  227. package/loadbalancerFrontend.d.ts +27 -25
  228. package/loadbalancerFrontend.js +4 -2
  229. package/loadbalancerFrontend.js.map +1 -1
  230. package/loadbalancerIp.d.ts +28 -15
  231. package/loadbalancerIp.js +6 -3
  232. package/loadbalancerIp.js.map +1 -1
  233. package/loadbalancerRoute.d.ts +14 -13
  234. package/loadbalancerRoute.js +4 -3
  235. package/loadbalancerRoute.js.map +1 -1
  236. package/mnqNatsAccount.d.ts +11 -11
  237. package/mnqNatsAccount.js +5 -5
  238. package/mnqNatsCredentials.d.ts +10 -10
  239. package/mnqNatsCredentials.js +4 -4
  240. package/mnqSns.d.ts +15 -15
  241. package/mnqSns.js +7 -7
  242. package/mnqSnsCredentials.d.ts +16 -16
  243. package/mnqSnsCredentials.js +4 -4
  244. package/mnqSnsTopic.d.ts +16 -16
  245. package/mnqSnsTopic.js +4 -4
  246. package/mnqSnsTopicSubscription.d.ts +16 -16
  247. package/mnqSnsTopicSubscription.js +4 -4
  248. package/mnqSqs.d.ts +12 -12
  249. package/mnqSqs.js +4 -4
  250. package/mnqSqsCredentials.d.ts +16 -16
  251. package/mnqSqsCredentials.js +4 -4
  252. package/mnqSqsQueue.d.ts +12 -12
  253. package/mnqSqsQueue.js +3 -3
  254. package/objectBucketAcl.d.ts +3 -3
  255. package/objectBucketLockConfiguration.d.ts +3 -3
  256. package/objectBucketPolicy.d.ts +3 -3
  257. package/objectBucketWebsiteConfiguration.d.ts +3 -3
  258. package/objectItem.d.ts +3 -3
  259. package/package.json +2 -2
  260. package/package.json.dev +1 -1
  261. package/redisCluster.d.ts +68 -68
  262. package/redisCluster.js +4 -4
  263. package/registryNamespace.d.ts +3 -3
  264. package/registryNamespace.js +1 -1
  265. package/sdbDatabase.d.ts +3 -3
  266. package/temDomain.d.ts +4 -4
  267. package/temDomain.js +1 -1
  268. package/temDomainValidation.d.ts +2 -1
  269. package/temDomainValidation.js +2 -1
  270. package/temDomainValidation.js.map +1 -1
  271. package/types/input.d.ts +119 -73
  272. package/types/output.d.ts +275 -173
  273. package/vpc.d.ts +43 -13
  274. package/vpc.js +22 -2
  275. package/vpc.js.map +1 -1
  276. package/vpcGatewayNetwork.d.ts +39 -38
  277. package/vpcGatewayNetwork.js +9 -8
  278. package/vpcGatewayNetwork.js.map +1 -1
  279. package/vpcPrivateNetwork.d.ts +28 -28
  280. package/vpcPrivateNetwork.js +2 -2
  281. package/vpcPublicGateway.d.ts +44 -30
  282. package/vpcPublicGateway.js +7 -3
  283. package/vpcPublicGateway.js.map +1 -1
  284. package/vpcPublicGatewayDhcp.d.ts +26 -26
  285. package/vpcPublicGatewayDhcp.js +2 -2
  286. package/vpcPublicGatewayDhcpReservation.d.ts +19 -19
  287. package/vpcPublicGatewayDhcpReservation.js +5 -5
  288. package/vpcPublicGatewayIp.d.ts +18 -18
  289. package/vpcPublicGatewayIp.js +3 -3
  290. package/vpcPublicGatewayIpReverseDns.d.ts +6 -6
  291. package/vpcPublicGatewayIpReverseDns.js +3 -3
  292. package/vpcPublicGatewayPatRule.d.ts +27 -27
  293. package/vpcPublicGatewayPatRule.js +3 -3
  294. package/appleSliconValleyServer.js.map +0 -1
package/loadbalancer.d.ts CHANGED
@@ -2,8 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * Creates and manages Scaleway Load-Balancers.
6
- * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api).
5
+ * Creates and manages Scaleway Load Balancers.
6
+ *
7
+ * For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/concepts/#load-balancers) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-list-load-balancers).
7
8
  *
8
9
  * ## Example Usage
9
10
  *
@@ -50,10 +51,68 @@ import * as outputs from "./types/output";
50
51
  * });
51
52
  * ```
52
53
  *
54
+ * ### Multiple configurations
55
+ *
56
+ * ```typescript
57
+ * import * as pulumi from "@pulumi/pulumi";
58
+ * import * as scaleway from "@pulumiverse/scaleway";
59
+ *
60
+ * //## IP for Public Gateway
61
+ * const mainVpcPublicGatewayIp = new scaleway.VpcPublicGatewayIp("mainVpcPublicGatewayIp", {});
62
+ * //## Scaleway Private Network
63
+ * const mainVpcPrivateNetwork = new scaleway.VpcPrivateNetwork("mainVpcPrivateNetwork", {});
64
+ * //## VPC Public Gateway Network
65
+ * const mainVpcPublicGateway = new scaleway.VpcPublicGateway("mainVpcPublicGateway", {
66
+ * type: "VPC-GW-S",
67
+ * ipId: mainVpcPublicGatewayIp.id,
68
+ * });
69
+ * //## VPC Public Gateway Network DHCP config
70
+ * const mainVpcPublicGatewayDhcp = new scaleway.VpcPublicGatewayDhcp("mainVpcPublicGatewayDhcp", {subnet: "10.0.0.0/24"});
71
+ * //## VPC Gateway Network
72
+ * const mainVpcGatewayNetwork = new scaleway.VpcGatewayNetwork("mainVpcGatewayNetwork", {
73
+ * gatewayId: mainVpcPublicGateway.id,
74
+ * privateNetworkId: mainVpcPrivateNetwork.id,
75
+ * dhcpId: mainVpcPublicGatewayDhcp.id,
76
+ * cleanupDhcp: true,
77
+ * enableMasquerade: true,
78
+ * });
79
+ * //## Scaleway Instance
80
+ * const mainInstanceServer = new scaleway.InstanceServer("mainInstanceServer", {
81
+ * type: "DEV1-S",
82
+ * image: "debian_bullseye",
83
+ * enableIpv6: false,
84
+ * privateNetworks: [{
85
+ * pnId: mainVpcPrivateNetwork.id,
86
+ * }],
87
+ * });
88
+ * //## IP for LB IP
89
+ * const mainLoadbalancerIp = new scaleway.LoadbalancerIp("mainLoadbalancerIp", {});
90
+ * //## Scaleway Private Network
91
+ * const mainIndex_vpcPrivateNetworkVpcPrivateNetwork = new scaleway.VpcPrivateNetwork("mainIndex/vpcPrivateNetworkVpcPrivateNetwork", {});
92
+ * //## Scaleway Load Balancer
93
+ * const mainLoadbalancer = new scaleway.Loadbalancer("mainLoadbalancer", {
94
+ * ipId: mainLoadbalancerIp.id,
95
+ * type: "LB-S",
96
+ * privateNetworks: [{
97
+ * privateNetworkId: mainVpcPrivateNetwork.id,
98
+ * dhcpConfig: true,
99
+ * }],
100
+ * }, {
101
+ * dependsOn: [mainVpcPublicGateway],
102
+ * });
103
+ * ```
104
+ *
105
+ * ## Migration
106
+ *
107
+ * In order to migrate to other Load Balancer types, you can check upwards or downwards migration via our CLI `scw lb lb-types list`.
108
+ * This change will not recreate your Load Balancer.
109
+ *
110
+ * Please check our [documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-migrate-a-load-balancer) for further details
111
+ *
53
112
  * ## IP ID
54
113
  *
55
114
  * Since v1.15.0, `ipId` is a required field. This means that now a separate `scaleway.LoadbalancerIp` is required.
56
- * When importing, the IP needs to be imported as well as the LB.
115
+ * When importing, the IP needs to be imported as well as the Load Balancer.
57
116
  * When upgrading to v1.15.0, you will need to create a new `scaleway.LoadbalancerIp` resource and import it.
58
117
  *
59
118
  * For instance, if you had the following:
@@ -85,7 +144,7 @@ import * as outputs from "./types/output";
85
144
  *
86
145
  * ## Import
87
146
  *
88
- * Load-Balancer can be imported using the `{zone}/{id}`, e.g.
147
+ * Load Balancers can be imported using `{zone}/{id}`, e.g.
89
148
  *
90
149
  * bash
91
150
  *
@@ -112,25 +171,25 @@ export declare class Loadbalancer extends pulumi.CustomResource {
112
171
  */
113
172
  static isInstance(obj: any): obj is Loadbalancer;
114
173
  /**
115
- * Defines whether to automatically assign a flexible public IP to the load-balancer.
174
+ * Defines whether to automatically assign a flexible public IPv4 to the Load Balancer.
116
175
  */
117
176
  readonly assignFlexibleIp: pulumi.Output<boolean | undefined>;
118
177
  /**
119
- * Defines whether to automatically assign a flexible public IPv6 to the load-balancer.
178
+ * Defines whether to automatically assign a flexible public IPv6 to the Load Balancer.
120
179
  */
121
180
  readonly assignFlexibleIpv6: pulumi.Output<boolean | undefined>;
122
181
  /**
123
- * The description of the load-balancer.
182
+ * The description of the Load Balancer.
124
183
  */
125
184
  readonly description: pulumi.Output<string | undefined>;
126
185
  /**
127
- * The load-balancer public IPv4 Address.
186
+ * The Load Balancer public IPv4 address.
128
187
  */
129
188
  readonly ipAddress: pulumi.Output<string>;
130
189
  /**
131
- * The ID of the associated LB IP. See below.
190
+ * The ID of the associated Load Balancer IP. See below.
132
191
  *
133
- * > **Important:** Updates to `ipId` will recreate the load-balancer.
192
+ * > **Important:** Updates to `ipId` will recreate the Load Balancer.
134
193
  *
135
194
  * @deprecated Please use ip_ids
136
195
  */
@@ -140,15 +199,15 @@ export declare class Loadbalancer extends pulumi.CustomResource {
140
199
  */
141
200
  readonly ipIds: pulumi.Output<string[]>;
142
201
  /**
143
- * The load-balancer public IPv6 Address.
202
+ * The Load Balancer public IPv6 address.
144
203
  */
145
204
  readonly ipv6Address: pulumi.Output<string>;
146
205
  /**
147
- * The name of the load-balancer.
206
+ * The name of the Load Balancer.
148
207
  */
149
208
  readonly name: pulumi.Output<string>;
150
209
  /**
151
- * The organization ID the load-balancer is associated with.
210
+ * The ID of the Organization ID the Load Balancer is associated with.
152
211
  */
153
212
  readonly organizationId: pulumi.Output<string>;
154
213
  /**
@@ -156,7 +215,7 @@ export declare class Loadbalancer extends pulumi.CustomResource {
156
215
  */
157
216
  readonly privateNetworks: pulumi.Output<outputs.LoadbalancerPrivateNetwork[] | undefined>;
158
217
  /**
159
- * `projectId`) The ID of the project the load-balancer is associated with.
218
+ * `projectId`) The ID of the Project the Load Balancer is associated with.
160
219
  */
161
220
  readonly projectId: pulumi.Output<string>;
162
221
  /**
@@ -164,7 +223,7 @@ export declare class Loadbalancer extends pulumi.CustomResource {
164
223
  */
165
224
  readonly region: pulumi.Output<string>;
166
225
  /**
167
- * The releaseIp allow release the ip address associated with the load-balancers.
226
+ * The `releaseIp` allow the release of the IP address associated with the Load Balancer.
168
227
  *
169
228
  * @deprecated The resource ip will be destroyed by it's own resource. Please set this to `false`
170
229
  */
@@ -174,15 +233,15 @@ export declare class Loadbalancer extends pulumi.CustomResource {
174
233
  */
175
234
  readonly sslCompatibilityLevel: pulumi.Output<string | undefined>;
176
235
  /**
177
- * The tags associated with the load-balancers.
236
+ * The tags associated with the Load Balancer.
178
237
  */
179
238
  readonly tags: pulumi.Output<string[] | undefined>;
180
239
  /**
181
- * The type of the load-balancer. Please check the migration section to upgrade the type.
240
+ * The type of the Load Balancer. Please check the migration section to upgrade the type.
182
241
  */
183
242
  readonly type: pulumi.Output<string>;
184
243
  /**
185
- * `zone`) The zone of the load-balancer.
244
+ * `zone`) The zone of the Load Balancer.
186
245
  */
187
246
  readonly zone: pulumi.Output<string>;
188
247
  /**
@@ -199,25 +258,25 @@ export declare class Loadbalancer extends pulumi.CustomResource {
199
258
  */
200
259
  export interface LoadbalancerState {
201
260
  /**
202
- * Defines whether to automatically assign a flexible public IP to the load-balancer.
261
+ * Defines whether to automatically assign a flexible public IPv4 to the Load Balancer.
203
262
  */
204
263
  assignFlexibleIp?: pulumi.Input<boolean>;
205
264
  /**
206
- * Defines whether to automatically assign a flexible public IPv6 to the load-balancer.
265
+ * Defines whether to automatically assign a flexible public IPv6 to the Load Balancer.
207
266
  */
208
267
  assignFlexibleIpv6?: pulumi.Input<boolean>;
209
268
  /**
210
- * The description of the load-balancer.
269
+ * The description of the Load Balancer.
211
270
  */
212
271
  description?: pulumi.Input<string>;
213
272
  /**
214
- * The load-balancer public IPv4 Address.
273
+ * The Load Balancer public IPv4 address.
215
274
  */
216
275
  ipAddress?: pulumi.Input<string>;
217
276
  /**
218
- * The ID of the associated LB IP. See below.
277
+ * The ID of the associated Load Balancer IP. See below.
219
278
  *
220
- * > **Important:** Updates to `ipId` will recreate the load-balancer.
279
+ * > **Important:** Updates to `ipId` will recreate the Load Balancer.
221
280
  *
222
281
  * @deprecated Please use ip_ids
223
282
  */
@@ -227,15 +286,15 @@ export interface LoadbalancerState {
227
286
  */
228
287
  ipIds?: pulumi.Input<pulumi.Input<string>[]>;
229
288
  /**
230
- * The load-balancer public IPv6 Address.
289
+ * The Load Balancer public IPv6 address.
231
290
  */
232
291
  ipv6Address?: pulumi.Input<string>;
233
292
  /**
234
- * The name of the load-balancer.
293
+ * The name of the Load Balancer.
235
294
  */
236
295
  name?: pulumi.Input<string>;
237
296
  /**
238
- * The organization ID the load-balancer is associated with.
297
+ * The ID of the Organization ID the Load Balancer is associated with.
239
298
  */
240
299
  organizationId?: pulumi.Input<string>;
241
300
  /**
@@ -243,7 +302,7 @@ export interface LoadbalancerState {
243
302
  */
244
303
  privateNetworks?: pulumi.Input<pulumi.Input<inputs.LoadbalancerPrivateNetwork>[]>;
245
304
  /**
246
- * `projectId`) The ID of the project the load-balancer is associated with.
305
+ * `projectId`) The ID of the Project the Load Balancer is associated with.
247
306
  */
248
307
  projectId?: pulumi.Input<string>;
249
308
  /**
@@ -251,7 +310,7 @@ export interface LoadbalancerState {
251
310
  */
252
311
  region?: pulumi.Input<string>;
253
312
  /**
254
- * The releaseIp allow release the ip address associated with the load-balancers.
313
+ * The `releaseIp` allow the release of the IP address associated with the Load Balancer.
255
314
  *
256
315
  * @deprecated The resource ip will be destroyed by it's own resource. Please set this to `false`
257
316
  */
@@ -261,15 +320,15 @@ export interface LoadbalancerState {
261
320
  */
262
321
  sslCompatibilityLevel?: pulumi.Input<string>;
263
322
  /**
264
- * The tags associated with the load-balancers.
323
+ * The tags associated with the Load Balancer.
265
324
  */
266
325
  tags?: pulumi.Input<pulumi.Input<string>[]>;
267
326
  /**
268
- * The type of the load-balancer. Please check the migration section to upgrade the type.
327
+ * The type of the Load Balancer. Please check the migration section to upgrade the type.
269
328
  */
270
329
  type?: pulumi.Input<string>;
271
330
  /**
272
- * `zone`) The zone of the load-balancer.
331
+ * `zone`) The zone of the Load Balancer.
273
332
  */
274
333
  zone?: pulumi.Input<string>;
275
334
  }
@@ -278,21 +337,21 @@ export interface LoadbalancerState {
278
337
  */
279
338
  export interface LoadbalancerArgs {
280
339
  /**
281
- * Defines whether to automatically assign a flexible public IP to the load-balancer.
340
+ * Defines whether to automatically assign a flexible public IPv4 to the Load Balancer.
282
341
  */
283
342
  assignFlexibleIp?: pulumi.Input<boolean>;
284
343
  /**
285
- * Defines whether to automatically assign a flexible public IPv6 to the load-balancer.
344
+ * Defines whether to automatically assign a flexible public IPv6 to the Load Balancer.
286
345
  */
287
346
  assignFlexibleIpv6?: pulumi.Input<boolean>;
288
347
  /**
289
- * The description of the load-balancer.
348
+ * The description of the Load Balancer.
290
349
  */
291
350
  description?: pulumi.Input<string>;
292
351
  /**
293
- * The ID of the associated LB IP. See below.
352
+ * The ID of the associated Load Balancer IP. See below.
294
353
  *
295
- * > **Important:** Updates to `ipId` will recreate the load-balancer.
354
+ * > **Important:** Updates to `ipId` will recreate the Load Balancer.
296
355
  *
297
356
  * @deprecated Please use ip_ids
298
357
  */
@@ -302,7 +361,7 @@ export interface LoadbalancerArgs {
302
361
  */
303
362
  ipIds?: pulumi.Input<pulumi.Input<string>[]>;
304
363
  /**
305
- * The name of the load-balancer.
364
+ * The name of the Load Balancer.
306
365
  */
307
366
  name?: pulumi.Input<string>;
308
367
  /**
@@ -310,11 +369,11 @@ export interface LoadbalancerArgs {
310
369
  */
311
370
  privateNetworks?: pulumi.Input<pulumi.Input<inputs.LoadbalancerPrivateNetwork>[]>;
312
371
  /**
313
- * `projectId`) The ID of the project the load-balancer is associated with.
372
+ * `projectId`) The ID of the Project the Load Balancer is associated with.
314
373
  */
315
374
  projectId?: pulumi.Input<string>;
316
375
  /**
317
- * The releaseIp allow release the ip address associated with the load-balancers.
376
+ * The `releaseIp` allow the release of the IP address associated with the Load Balancer.
318
377
  *
319
378
  * @deprecated The resource ip will be destroyed by it's own resource. Please set this to `false`
320
379
  */
@@ -324,15 +383,15 @@ export interface LoadbalancerArgs {
324
383
  */
325
384
  sslCompatibilityLevel?: pulumi.Input<string>;
326
385
  /**
327
- * The tags associated with the load-balancers.
386
+ * The tags associated with the Load Balancer.
328
387
  */
329
388
  tags?: pulumi.Input<pulumi.Input<string>[]>;
330
389
  /**
331
- * The type of the load-balancer. Please check the migration section to upgrade the type.
390
+ * The type of the Load Balancer. Please check the migration section to upgrade the type.
332
391
  */
333
392
  type: pulumi.Input<string>;
334
393
  /**
335
- * `zone`) The zone of the load-balancer.
394
+ * `zone`) The zone of the Load Balancer.
336
395
  */
337
396
  zone?: pulumi.Input<string>;
338
397
  }
package/loadbalancer.js CHANGED
@@ -6,8 +6,9 @@ exports.Loadbalancer = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Creates and manages Scaleway Load-Balancers.
10
- * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api).
9
+ * Creates and manages Scaleway Load Balancers.
10
+ *
11
+ * For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/concepts/#load-balancers) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-list-load-balancers).
11
12
  *
12
13
  * ## Example Usage
13
14
  *
@@ -54,10 +55,68 @@ const utilities = require("./utilities");
54
55
  * });
55
56
  * ```
56
57
  *
58
+ * ### Multiple configurations
59
+ *
60
+ * ```typescript
61
+ * import * as pulumi from "@pulumi/pulumi";
62
+ * import * as scaleway from "@pulumiverse/scaleway";
63
+ *
64
+ * //## IP for Public Gateway
65
+ * const mainVpcPublicGatewayIp = new scaleway.VpcPublicGatewayIp("mainVpcPublicGatewayIp", {});
66
+ * //## Scaleway Private Network
67
+ * const mainVpcPrivateNetwork = new scaleway.VpcPrivateNetwork("mainVpcPrivateNetwork", {});
68
+ * //## VPC Public Gateway Network
69
+ * const mainVpcPublicGateway = new scaleway.VpcPublicGateway("mainVpcPublicGateway", {
70
+ * type: "VPC-GW-S",
71
+ * ipId: mainVpcPublicGatewayIp.id,
72
+ * });
73
+ * //## VPC Public Gateway Network DHCP config
74
+ * const mainVpcPublicGatewayDhcp = new scaleway.VpcPublicGatewayDhcp("mainVpcPublicGatewayDhcp", {subnet: "10.0.0.0/24"});
75
+ * //## VPC Gateway Network
76
+ * const mainVpcGatewayNetwork = new scaleway.VpcGatewayNetwork("mainVpcGatewayNetwork", {
77
+ * gatewayId: mainVpcPublicGateway.id,
78
+ * privateNetworkId: mainVpcPrivateNetwork.id,
79
+ * dhcpId: mainVpcPublicGatewayDhcp.id,
80
+ * cleanupDhcp: true,
81
+ * enableMasquerade: true,
82
+ * });
83
+ * //## Scaleway Instance
84
+ * const mainInstanceServer = new scaleway.InstanceServer("mainInstanceServer", {
85
+ * type: "DEV1-S",
86
+ * image: "debian_bullseye",
87
+ * enableIpv6: false,
88
+ * privateNetworks: [{
89
+ * pnId: mainVpcPrivateNetwork.id,
90
+ * }],
91
+ * });
92
+ * //## IP for LB IP
93
+ * const mainLoadbalancerIp = new scaleway.LoadbalancerIp("mainLoadbalancerIp", {});
94
+ * //## Scaleway Private Network
95
+ * const mainIndex_vpcPrivateNetworkVpcPrivateNetwork = new scaleway.VpcPrivateNetwork("mainIndex/vpcPrivateNetworkVpcPrivateNetwork", {});
96
+ * //## Scaleway Load Balancer
97
+ * const mainLoadbalancer = new scaleway.Loadbalancer("mainLoadbalancer", {
98
+ * ipId: mainLoadbalancerIp.id,
99
+ * type: "LB-S",
100
+ * privateNetworks: [{
101
+ * privateNetworkId: mainVpcPrivateNetwork.id,
102
+ * dhcpConfig: true,
103
+ * }],
104
+ * }, {
105
+ * dependsOn: [mainVpcPublicGateway],
106
+ * });
107
+ * ```
108
+ *
109
+ * ## Migration
110
+ *
111
+ * In order to migrate to other Load Balancer types, you can check upwards or downwards migration via our CLI `scw lb lb-types list`.
112
+ * This change will not recreate your Load Balancer.
113
+ *
114
+ * Please check our [documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-load-balancer-migrate-a-load-balancer) for further details
115
+ *
57
116
  * ## IP ID
58
117
  *
59
118
  * Since v1.15.0, `ipId` is a required field. This means that now a separate `scaleway.LoadbalancerIp` is required.
60
- * When importing, the IP needs to be imported as well as the LB.
119
+ * When importing, the IP needs to be imported as well as the Load Balancer.
61
120
  * When upgrading to v1.15.0, you will need to create a new `scaleway.LoadbalancerIp` resource and import it.
62
121
  *
63
122
  * For instance, if you had the following:
@@ -89,7 +148,7 @@ const utilities = require("./utilities");
89
148
  *
90
149
  * ## Import
91
150
  *
92
- * Load-Balancer can be imported using the `{zone}/{id}`, e.g.
151
+ * Load Balancers can be imported using `{zone}/{id}`, e.g.
93
152
  *
94
153
  * bash
95
154
  *
@@ -1 +1 @@
1
- {"version":3,"file":"loadbalancer.js","sourceRoot":"","sources":["../loadbalancer.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"loadbalancer.js","sourceRoot":"","sources":["../loadbalancer.ts"],"names":[],"mappings":"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"}
@@ -2,7 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * Creates and manages Scaleway Load-Balancer ACLs. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls).
5
+ * Creates and manages Scaleway Load Balancer ACLs.
6
+ *
7
+ * For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
6
8
  *
7
9
  * ## Example Usage
8
10
  *
@@ -31,7 +33,7 @@ import * as outputs from "./types/output";
31
33
  *
32
34
  * ## Import
33
35
  *
34
- * Load-Balancer ACL can be imported using the `{zone}/{id}`, e.g.
36
+ * Load Balancer ACLs can be imported using `{zone}/{id}`, e.g.
35
37
  *
36
38
  * bash
37
39
  *
@@ -68,11 +70,11 @@ export declare class LoadbalancerAcl extends pulumi.CustomResource {
68
70
  */
69
71
  readonly description: pulumi.Output<string | undefined>;
70
72
  /**
71
- * The load-balancer Frontend ID to attach the ACL to.
73
+ * The ID of the Load Balancer frontend to attach the ACL to.
72
74
  */
73
75
  readonly frontendId: pulumi.Output<string>;
74
76
  /**
75
- * The Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
77
+ * The priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
76
78
  */
77
79
  readonly index: pulumi.Output<number>;
78
80
  /**
@@ -113,11 +115,11 @@ export interface LoadbalancerAclState {
113
115
  */
114
116
  description?: pulumi.Input<string>;
115
117
  /**
116
- * The load-balancer Frontend ID to attach the ACL to.
118
+ * The ID of the Load Balancer frontend to attach the ACL to.
117
119
  */
118
120
  frontendId?: pulumi.Input<string>;
119
121
  /**
120
- * The Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
122
+ * The priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
121
123
  */
122
124
  index?: pulumi.Input<number>;
123
125
  /**
@@ -146,11 +148,11 @@ export interface LoadbalancerAclArgs {
146
148
  */
147
149
  description?: pulumi.Input<string>;
148
150
  /**
149
- * The load-balancer Frontend ID to attach the ACL to.
151
+ * The ID of the Load Balancer frontend to attach the ACL to.
150
152
  */
151
153
  frontendId: pulumi.Input<string>;
152
154
  /**
153
- * The Priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
155
+ * The priority of this ACL (ACLs are applied in ascending order, 0 is the first ACL executed).
154
156
  */
155
157
  index: pulumi.Input<number>;
156
158
  /**
@@ -6,7 +6,9 @@ exports.LoadbalancerAcl = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Creates and manages Scaleway Load-Balancer ACLs. For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls).
9
+ * Creates and manages Scaleway Load Balancer ACLs.
10
+ *
11
+ * For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
10
12
  *
11
13
  * ## Example Usage
12
14
  *
@@ -35,7 +37,7 @@ const utilities = require("./utilities");
35
37
  *
36
38
  * ## Import
37
39
  *
38
- * Load-Balancer ACL can be imported using the `{zone}/{id}`, e.g.
40
+ * Load Balancer ACLs can be imported using `{zone}/{id}`, e.g.
39
41
  *
40
42
  * bash
41
43
  *
@@ -1 +1 @@
1
- {"version":3,"file":"loadbalancerAcl.js","sourceRoot":"","sources":["../loadbalancerAcl.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"loadbalancerAcl.js","sourceRoot":"","sources":["../loadbalancerAcl.ts"],"names":[],"mappings":"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"}
@@ -2,8 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
- * Creates and manages Scaleway Load-Balancer Backends.
6
- * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
5
+ * Creates and manages Scaleway Load Balancer backends.
6
+ *
7
+ * or more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-backends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
7
8
  *
8
9
  * ## Example Usage
9
10
  *
@@ -38,7 +39,7 @@ import * as outputs from "./types/output";
38
39
  *
39
40
  * ## Import
40
41
  *
41
- * Load-Balancer backend can be imported using the `{zone}/{id}`, e.g.
42
+ * Load Balancer backends can be imported using `{zone}/{id}`, e.g.
42
43
  *
43
44
  * bash
44
45
  *
@@ -91,7 +92,7 @@ export declare class LoadbalancerBackend extends pulumi.CustomResource {
91
92
  */
92
93
  readonly healthCheckMaxRetries: pulumi.Output<number | undefined>;
93
94
  /**
94
- * Port the HC requests will be send to. Default to `forward_port`
95
+ * Port the HC requests will be send to. Default to `forwardPort`
95
96
  */
96
97
  readonly healthCheckPort: pulumi.Output<number>;
97
98
  /**
@@ -166,7 +167,7 @@ export declare class LoadbalancerBackend extends pulumi.CustomResource {
166
167
  */
167
168
  readonly timeoutConnect: pulumi.Output<string | undefined>;
168
169
  /**
169
- * Maximum time (in seconds) for a request to be left pending in queue when `max_connections` is reached
170
+ * Maximum time (in seconds) for a request to be left pending in queue when `maxConnections` is reached
170
171
  */
171
172
  readonly timeoutQueue: pulumi.Output<string | undefined>;
172
173
  /**
@@ -219,7 +220,7 @@ export interface LoadbalancerBackendState {
219
220
  */
220
221
  healthCheckMaxRetries?: pulumi.Input<number>;
221
222
  /**
222
- * Port the HC requests will be send to. Default to `forward_port`
223
+ * Port the HC requests will be send to. Default to `forwardPort`
223
224
  */
224
225
  healthCheckPort?: pulumi.Input<number>;
225
226
  /**
@@ -294,7 +295,7 @@ export interface LoadbalancerBackendState {
294
295
  */
295
296
  timeoutConnect?: pulumi.Input<string>;
296
297
  /**
297
- * Maximum time (in seconds) for a request to be left pending in queue when `max_connections` is reached
298
+ * Maximum time (in seconds) for a request to be left pending in queue when `maxConnections` is reached
298
299
  */
299
300
  timeoutQueue?: pulumi.Input<string>;
300
301
  /**
@@ -339,7 +340,7 @@ export interface LoadbalancerBackendArgs {
339
340
  */
340
341
  healthCheckMaxRetries?: pulumi.Input<number>;
341
342
  /**
342
- * Port the HC requests will be send to. Default to `forward_port`
343
+ * Port the HC requests will be send to. Default to `forwardPort`
343
344
  */
344
345
  healthCheckPort?: pulumi.Input<number>;
345
346
  /**
@@ -414,7 +415,7 @@ export interface LoadbalancerBackendArgs {
414
415
  */
415
416
  timeoutConnect?: pulumi.Input<string>;
416
417
  /**
417
- * Maximum time (in seconds) for a request to be left pending in queue when `max_connections` is reached
418
+ * Maximum time (in seconds) for a request to be left pending in queue when `maxConnections` is reached
418
419
  */
419
420
  timeoutQueue?: pulumi.Input<string>;
420
421
  /**
@@ -6,8 +6,9 @@ exports.LoadbalancerBackend = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
- * Creates and manages Scaleway Load-Balancer Backends.
10
- * For more information, see [the documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
9
+ * Creates and manages Scaleway Load Balancer backends.
10
+ *
11
+ * or more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-backends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
11
12
  *
12
13
  * ## Example Usage
13
14
  *
@@ -42,7 +43,7 @@ const utilities = require("./utilities");
42
43
  *
43
44
  * ## Import
44
45
  *
45
- * Load-Balancer backend can be imported using the `{zone}/{id}`, e.g.
46
+ * Load Balancer backends can be imported using `{zone}/{id}`, e.g.
46
47
  *
47
48
  * bash
48
49
  *