pulumiverse-scaleway 1.23.0a1739624899__py3-none-any.whl → 1.23.0a1739864644__py3-none-any.whl

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 (78) hide show
  1. pulumiverse_scaleway/__init__.py +9 -0
  2. pulumiverse_scaleway/_inputs.py +323 -9
  3. pulumiverse_scaleway/_utilities.py +8 -4
  4. pulumiverse_scaleway/account_ssh_key.py +2 -2
  5. pulumiverse_scaleway/apple_silicon_server.py +124 -0
  6. pulumiverse_scaleway/block_snapshot.py +2 -2
  7. pulumiverse_scaleway/block_volume.py +58 -11
  8. pulumiverse_scaleway/cockpit_source.py +7 -7
  9. pulumiverse_scaleway/container.py +236 -23
  10. pulumiverse_scaleway/container_domain.py +2 -2
  11. pulumiverse_scaleway/database_instance.py +74 -21
  12. pulumiverse_scaleway/get_account_project.py +2 -2
  13. pulumiverse_scaleway/get_account_ssh_key.py +2 -2
  14. pulumiverse_scaleway/get_block_snapshot.py +2 -2
  15. pulumiverse_scaleway/get_block_volume.py +14 -3
  16. pulumiverse_scaleway/get_container.py +30 -4
  17. pulumiverse_scaleway/get_database_instance.py +12 -1
  18. pulumiverse_scaleway/get_instance_server.py +1 -15
  19. pulumiverse_scaleway/get_instance_volume.py +12 -1
  20. pulumiverse_scaleway/get_ipam_ip.py +2 -2
  21. pulumiverse_scaleway/get_ipam_ips.py +2 -2
  22. pulumiverse_scaleway/get_lb_acls.py +2 -2
  23. pulumiverse_scaleway/get_lb_backend.py +2 -2
  24. pulumiverse_scaleway/get_lb_backends.py +2 -2
  25. pulumiverse_scaleway/get_lb_frontend.py +2 -2
  26. pulumiverse_scaleway/get_lb_frontends.py +2 -2
  27. pulumiverse_scaleway/get_lb_ips.py +2 -2
  28. pulumiverse_scaleway/get_lb_route.py +2 -2
  29. pulumiverse_scaleway/get_lb_routes.py +2 -2
  30. pulumiverse_scaleway/get_lbs.py +2 -2
  31. pulumiverse_scaleway/get_loadbalancer.py +2 -2
  32. pulumiverse_scaleway/get_loadbalancer_certificate.py +2 -2
  33. pulumiverse_scaleway/get_loadbalancer_ip.py +2 -2
  34. pulumiverse_scaleway/get_object_bucket.py +2 -2
  35. pulumiverse_scaleway/get_object_bucket_policy.py +2 -2
  36. pulumiverse_scaleway/iam_policy.py +2 -2
  37. pulumiverse_scaleway/instance_ip.py +7 -21
  38. pulumiverse_scaleway/instance_server.py +4 -74
  39. pulumiverse_scaleway/instance_volume.py +47 -0
  40. pulumiverse_scaleway/iot_route.py +21 -21
  41. pulumiverse_scaleway/ipam_ip.py +2 -2
  42. pulumiverse_scaleway/ipam_ip_reverse_dns.py +2 -2
  43. pulumiverse_scaleway/loadbalancer.py +2 -2
  44. pulumiverse_scaleway/loadbalancer_acl.py +2 -2
  45. pulumiverse_scaleway/loadbalancer_backend.py +2 -2
  46. pulumiverse_scaleway/loadbalancer_frontend.py +2 -2
  47. pulumiverse_scaleway/loadbalancer_ip.py +2 -2
  48. pulumiverse_scaleway/loadbalancer_route.py +2 -2
  49. pulumiverse_scaleway/mnq_nats_account.py +2 -2
  50. pulumiverse_scaleway/mnq_nats_credentials.py +2 -2
  51. pulumiverse_scaleway/mnq_sns.py +2 -2
  52. pulumiverse_scaleway/mnq_sns_credentials.py +2 -2
  53. pulumiverse_scaleway/mnq_sns_topic.py +2 -2
  54. pulumiverse_scaleway/mnq_sns_topic_subscription.py +2 -2
  55. pulumiverse_scaleway/mnq_sqs.py +2 -2
  56. pulumiverse_scaleway/mnq_sqs_credentials.py +2 -2
  57. pulumiverse_scaleway/mnq_sqs_queue.py +2 -2
  58. pulumiverse_scaleway/mongo_db_instance.py +2 -2
  59. pulumiverse_scaleway/mongo_db_snapshot.py +2 -2
  60. pulumiverse_scaleway/object_bucket.py +11 -11
  61. pulumiverse_scaleway/object_bucket_acl.py +2 -2
  62. pulumiverse_scaleway/object_bucket_lock_configuration.py +4 -4
  63. pulumiverse_scaleway/object_bucket_policy.py +6 -6
  64. pulumiverse_scaleway/object_bucket_website_configuration.py +4 -4
  65. pulumiverse_scaleway/object_item.py +11 -11
  66. pulumiverse_scaleway/outputs.py +351 -6
  67. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  68. pulumiverse_scaleway/rdb_snapshot.py +608 -0
  69. pulumiverse_scaleway/sdb_database.py +2 -2
  70. pulumiverse_scaleway/secret_version.py +2 -2
  71. pulumiverse_scaleway/vpc.py +2 -2
  72. pulumiverse_scaleway/vpc_public_gateway_dhcp.py +14 -0
  73. pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +2 -2
  74. pulumiverse_scaleway/vpc_route.py +2 -2
  75. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/METADATA +1 -1
  76. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/RECORD +78 -77
  77. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/WHEEL +0 -0
  78. {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/top_level.txt +0 -0
@@ -26,13 +26,16 @@ class GetInstanceVolumeResult:
26
26
  """
27
27
  A collection of values returned by getInstanceVolume.
28
28
  """
29
- def __init__(__self__, from_snapshot_id=None, id=None, name=None, organization_id=None, project_id=None, server_id=None, size_in_gb=None, tags=None, type=None, volume_id=None, zone=None):
29
+ def __init__(__self__, from_snapshot_id=None, id=None, migrate_to_sbs=None, name=None, organization_id=None, project_id=None, server_id=None, size_in_gb=None, tags=None, type=None, volume_id=None, zone=None):
30
30
  if from_snapshot_id and not isinstance(from_snapshot_id, str):
31
31
  raise TypeError("Expected argument 'from_snapshot_id' to be a str")
32
32
  pulumi.set(__self__, "from_snapshot_id", from_snapshot_id)
33
33
  if id and not isinstance(id, str):
34
34
  raise TypeError("Expected argument 'id' to be a str")
35
35
  pulumi.set(__self__, "id", id)
36
+ if migrate_to_sbs and not isinstance(migrate_to_sbs, bool):
37
+ raise TypeError("Expected argument 'migrate_to_sbs' to be a bool")
38
+ pulumi.set(__self__, "migrate_to_sbs", migrate_to_sbs)
36
39
  if name and not isinstance(name, str):
37
40
  raise TypeError("Expected argument 'name' to be a str")
38
41
  pulumi.set(__self__, "name", name)
@@ -74,6 +77,11 @@ class GetInstanceVolumeResult:
74
77
  """
75
78
  return pulumi.get(self, "id")
76
79
 
80
+ @property
81
+ @pulumi.getter(name="migrateToSbs")
82
+ def migrate_to_sbs(self) -> bool:
83
+ return pulumi.get(self, "migrate_to_sbs")
84
+
77
85
  @property
78
86
  @pulumi.getter
79
87
  def name(self) -> Optional[str]:
@@ -131,6 +139,7 @@ class AwaitableGetInstanceVolumeResult(GetInstanceVolumeResult):
131
139
  return GetInstanceVolumeResult(
132
140
  from_snapshot_id=self.from_snapshot_id,
133
141
  id=self.id,
142
+ migrate_to_sbs=self.migrate_to_sbs,
134
143
  name=self.name,
135
144
  organization_id=self.organization_id,
136
145
  project_id=self.project_id,
@@ -169,6 +178,7 @@ def get_instance_volume(name: Optional[str] = None,
169
178
  return AwaitableGetInstanceVolumeResult(
170
179
  from_snapshot_id=pulumi.get(__ret__, 'from_snapshot_id'),
171
180
  id=pulumi.get(__ret__, 'id'),
181
+ migrate_to_sbs=pulumi.get(__ret__, 'migrate_to_sbs'),
172
182
  name=pulumi.get(__ret__, 'name'),
173
183
  organization_id=pulumi.get(__ret__, 'organization_id'),
174
184
  project_id=pulumi.get(__ret__, 'project_id'),
@@ -204,6 +214,7 @@ def get_instance_volume_output(name: Optional[pulumi.Input[Optional[str]]] = Non
204
214
  return __ret__.apply(lambda __response__: GetInstanceVolumeResult(
205
215
  from_snapshot_id=pulumi.get(__response__, 'from_snapshot_id'),
206
216
  id=pulumi.get(__response__, 'id'),
217
+ migrate_to_sbs=pulumi.get(__response__, 'migrate_to_sbs'),
207
218
  name=pulumi.get(__response__, 'name'),
208
219
  organization_id=pulumi.get(__response__, 'organization_id'),
209
220
  project_id=pulumi.get(__response__, 'project_id'),
@@ -188,7 +188,7 @@ def get_ipam_ip(attached: Optional[bool] = None,
188
188
  """
189
189
  Gets information about IP addresses managed by Scaleway's IP Address Management (IPAM) service. IPAM is used for the DHCP bundled with VPC Private Networks.
190
190
 
191
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
191
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
192
192
 
193
193
  ## Examples
194
194
 
@@ -310,7 +310,7 @@ def get_ipam_ip_output(attached: Optional[pulumi.Input[Optional[bool]]] = None,
310
310
  """
311
311
  Gets information about IP addresses managed by Scaleway's IP Address Management (IPAM) service. IPAM is used for the DHCP bundled with VPC Private Networks.
312
312
 
313
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
313
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
314
314
 
315
315
  ## Examples
316
316
 
@@ -184,7 +184,7 @@ def get_ipam_ips(attached: Optional[bool] = None,
184
184
  """
185
185
  Gets information about multiple IP addresses managed by Scaleway's IP Address Management (IPAM) service.
186
186
 
187
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
187
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
188
188
 
189
189
  ## Examples
190
190
 
@@ -277,7 +277,7 @@ def get_ipam_ips_output(attached: Optional[pulumi.Input[Optional[bool]]] = None,
277
277
  """
278
278
  Gets information about multiple IP addresses managed by Scaleway's IP Address Management (IPAM) service.
279
279
 
280
- For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/network/vpc/concepts/#ipam).
280
+ For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
281
281
 
282
282
  ## Examples
283
283
 
@@ -115,7 +115,7 @@ def get_lb_acls(frontend_id: Optional[str] = None,
115
115
  """
116
116
  Gets information about multiple Load Balancer ACLs.
117
117
 
118
- 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).
118
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
119
119
 
120
120
  ## Example Usage
121
121
 
@@ -160,7 +160,7 @@ def get_lb_acls_output(frontend_id: Optional[pulumi.Input[str]] = None,
160
160
  """
161
161
  Gets information about multiple Load Balancer ACLs.
162
162
 
163
- 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).
163
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/acls/) or [API reference](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-acls-get-an-acl).
164
164
 
165
165
  ## Example Usage
166
166
 
@@ -336,7 +336,7 @@ def get_lb_backend(backend_id: Optional[str] = None,
336
336
  """
337
337
  Get information about Scaleway Load Balancer backends.
338
338
 
339
- For 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).
339
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-backends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
340
340
 
341
341
  ## Example Usage
342
342
 
@@ -414,7 +414,7 @@ def get_lb_backend_output(backend_id: Optional[pulumi.Input[Optional[str]]] = No
414
414
  """
415
415
  Get information about Scaleway Load Balancer backends.
416
416
 
417
- For 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).
417
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-backends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
418
418
 
419
419
  ## Example Usage
420
420
 
@@ -115,7 +115,7 @@ def get_lb_backends(lb_id: Optional[str] = None,
115
115
  """
116
116
  Gets information about multiple Load Balancer Backends.
117
117
 
118
- For 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).
118
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-backends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
119
119
 
120
120
  ## Example Usage
121
121
 
@@ -159,7 +159,7 @@ def get_lb_backends_output(lb_id: Optional[pulumi.Input[str]] = None,
159
159
  """
160
160
  Gets information about multiple Load Balancer Backends.
161
161
 
162
- For 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).
162
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-backends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-backends).
163
163
 
164
164
  ## Example Usage
165
165
 
@@ -156,7 +156,7 @@ def get_lb_frontend(frontend_id: Optional[str] = None,
156
156
  """
157
157
  Get information about Scaleway Load Balancer frontends.
158
158
 
159
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
159
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
160
160
 
161
161
  ## Example Usage
162
162
 
@@ -218,7 +218,7 @@ def get_lb_frontend_output(frontend_id: Optional[pulumi.Input[Optional[str]]] =
218
218
  """
219
219
  Get information about Scaleway Load Balancer frontends.
220
220
 
221
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
221
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
222
222
 
223
223
  ## Example Usage
224
224
 
@@ -115,7 +115,7 @@ def get_lb_frontends(lb_id: Optional[str] = None,
115
115
  """
116
116
  Gets information about multiple Load Balancer frontends.
117
117
 
118
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
118
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
119
119
 
120
120
  ## Example Usage
121
121
 
@@ -159,7 +159,7 @@ def get_lb_frontends_output(lb_id: Optional[pulumi.Input[str]] = None,
159
159
  """
160
160
  Gets information about multiple Load Balancer frontends.
161
161
 
162
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
162
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/reference-content/configuring-frontends/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-frontends).
163
163
 
164
164
  ## Example Usage
165
165
 
@@ -134,7 +134,7 @@ def get_lb_ips(ip_cidr_range: Optional[str] = None,
134
134
  """
135
135
  Gets information about multiple Load Balancer IP addresses.
136
136
 
137
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
137
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
138
138
 
139
139
 
140
140
  :param str ip_cidr_range: The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
@@ -170,7 +170,7 @@ def get_lb_ips_output(ip_cidr_range: Optional[pulumi.Input[Optional[str]]] = Non
170
170
  """
171
171
  Gets information about multiple Load Balancer IP addresses.
172
172
 
173
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
173
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
174
174
 
175
175
 
176
176
  :param str ip_cidr_range: The IP CIDR range to filter for. IPs within a matching CIDR block are listed.
@@ -117,7 +117,7 @@ def get_lb_route(route_id: Optional[str] = None,
117
117
  """
118
118
  Get information about Scaleway Load Balancer routes.
119
119
 
120
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
120
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
121
121
 
122
122
  ## Example Usage
123
123
 
@@ -169,7 +169,7 @@ def get_lb_route_output(route_id: Optional[pulumi.Input[str]] = None,
169
169
  """
170
170
  Get information about Scaleway Load Balancer routes.
171
171
 
172
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
172
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
173
173
 
174
174
  ## Example Usage
175
175
 
@@ -105,7 +105,7 @@ def get_lb_routes(frontend_id: Optional[str] = None,
105
105
  """
106
106
  Gets information about multiple Load Balancer routes.
107
107
 
108
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
108
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
109
109
 
110
110
  ## Example Usage
111
111
 
@@ -145,7 +145,7 @@ def get_lb_routes_output(frontend_id: Optional[pulumi.Input[Optional[str]]] = No
145
145
  """
146
146
  Gets information about multiple Load Balancer routes.
147
147
 
148
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
148
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-routes/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-route).
149
149
 
150
150
  ## Example Usage
151
151
 
@@ -130,7 +130,7 @@ def get_lbs(name: Optional[str] = None,
130
130
  """
131
131
  Gets information about multiple Load Balancers.
132
132
 
133
- 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).
133
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/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).
134
134
 
135
135
 
136
136
  :param str name: The Load Balancer name to filter for. Load Balancers with a matching name are listed.
@@ -162,7 +162,7 @@ def get_lbs_output(name: Optional[pulumi.Input[Optional[str]]] = None,
162
162
  """
163
163
  Gets information about multiple Load Balancers.
164
164
 
165
- 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).
165
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/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).
166
166
 
167
167
 
168
168
  :param str name: The Load Balancer name to filter for. Load Balancers with a matching name are listed.
@@ -233,7 +233,7 @@ def get_loadbalancer(lb_id: Optional[str] = None,
233
233
  """
234
234
  Gets information about a Load Balancer.
235
235
 
236
- 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).
236
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/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).
237
237
 
238
238
  ## Example Usage
239
239
 
@@ -290,7 +290,7 @@ def get_loadbalancer_output(lb_id: Optional[pulumi.Input[Optional[str]]] = None,
290
290
  """
291
291
  Gets information about a Load Balancer.
292
292
 
293
- 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).
293
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/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).
294
294
 
295
295
  ## Example Usage
296
296
 
@@ -158,7 +158,7 @@ def get_loadbalancer_certificate(certificate_id: Optional[str] = None,
158
158
 
159
159
  This data source can prove useful when a module accepts a Load Balancer certificate as an input variable and needs to, for example, determine the security of a certificate for the frontend associated with your domain.
160
160
 
161
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/add-certificate/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
161
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/add-certificate/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
162
162
 
163
163
  ## Examples
164
164
 
@@ -198,7 +198,7 @@ def get_loadbalancer_certificate_output(certificate_id: Optional[pulumi.Input[Op
198
198
 
199
199
  This data source can prove useful when a module accepts a Load Balancer certificate as an input variable and needs to, for example, determine the security of a certificate for the frontend associated with your domain.
200
200
 
201
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/add-certificate/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
201
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/add-certificate/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-certificate).
202
202
 
203
203
  ## Examples
204
204
 
@@ -159,7 +159,7 @@ def get_loadbalancer_ip(ip_address: Optional[str] = None,
159
159
  """
160
160
  Gets information about a Load Balancer IP address.
161
161
 
162
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
162
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
163
163
 
164
164
 
165
165
  :param str ip_address: The IP address.
@@ -197,7 +197,7 @@ def get_loadbalancer_ip_output(ip_address: Optional[pulumi.Input[Optional[str]]]
197
197
  """
198
198
  Gets information about a Load Balancer IP address.
199
199
 
200
- For more information, see the [main documentation](https://www.scaleway.com/en/docs/network/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
200
+ For more information, see the [main documentation](https://www.scaleway.com/en/docs/load-balancer/how-to/create-manage-flex-ips/) or [API documentation](https://www.scaleway.com/en/developers/api/load-balancer/zoned-api/#path-ip-addresses-list-ip-addresses).
201
201
 
202
202
 
203
203
  :param str ip_address: The IP address.
@@ -168,7 +168,7 @@ def get_object_bucket(name: Optional[str] = None,
168
168
  """
169
169
  The `ObjectBucket` data source is used to retrieve information about an Object Storage bucket.
170
170
 
171
- Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/storage/object/how-to/create-a-bucket/) for more information.
171
+ Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/object-storage/how-to/create-a-bucket/) for more information.
172
172
 
173
173
  ## Retrieve an Object Storage bucket
174
174
 
@@ -232,7 +232,7 @@ def get_object_bucket_output(name: Optional[pulumi.Input[Optional[str]]] = None,
232
232
  """
233
233
  The `ObjectBucket` data source is used to retrieve information about an Object Storage bucket.
234
234
 
235
- Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/storage/object/how-to/create-a-bucket/) for more information.
235
+ Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/object-storage/how-to/create-a-bucket/) for more information.
236
236
 
237
237
  ## Retrieve an Object Storage bucket
238
238
 
@@ -95,7 +95,7 @@ def get_object_bucket_policy(bucket: Optional[str] = None,
95
95
  """
96
96
  The `ObjectBucketPolicy` data source is used to retrieve information about the bucket policy of an Object Storage bucket.
97
97
 
98
- Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/bucket-policy/) for more information.
98
+ Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/bucket-policy/) for more information.
99
99
 
100
100
  ## Retrieve the bucket policy of a bucket
101
101
 
@@ -132,7 +132,7 @@ def get_object_bucket_policy_output(bucket: Optional[pulumi.Input[str]] = None,
132
132
  """
133
133
  The `ObjectBucketPolicy` data source is used to retrieve information about the bucket policy of an Object Storage bucket.
134
134
 
135
- Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/storage/object/api-cli/bucket-policy/) for more information.
135
+ Refer to the Object Storage [documentation](https://www.scaleway.com/en/docs/object-storage/api-cli/bucket-policy/) for more information.
136
136
 
137
137
  ## Retrieve the bucket policy of a bucket
138
138
 
@@ -395,7 +395,7 @@ class IamPolicy(pulumi.CustomResource):
395
395
  """
396
396
  Creates and manages Scaleway IAM Policies. For more information refer to the [IAM API documentation](https://www.scaleway.com/en/developers/api/iam/#path-policies-create-a-new-policy).
397
397
 
398
- > You can find a detailed list of all permission sets available at Scaleway in the permission sets [reference page](https://www.scaleway.com/en/docs/identity-and-access-management/iam/reference-content/permission-sets/).
398
+ > You can find a detailed list of all permission sets available at Scaleway in the permission sets [reference page](https://www.scaleway.com/en/docs/iam/reference-content/permission-sets/).
399
399
 
400
400
  ## Example Usage
401
401
 
@@ -491,7 +491,7 @@ class IamPolicy(pulumi.CustomResource):
491
491
  """
492
492
  Creates and manages Scaleway IAM Policies. For more information refer to the [IAM API documentation](https://www.scaleway.com/en/developers/api/iam/#path-policies-create-a-new-policy).
493
493
 
494
- > You can find a detailed list of all permission sets available at Scaleway in the permission sets [reference page](https://www.scaleway.com/en/docs/identity-and-access-management/iam/reference-content/permission-sets/).
494
+ > You can find a detailed list of all permission sets available at Scaleway in the permission sets [reference page](https://www.scaleway.com/en/docs/iam/reference-content/permission-sets/).
495
495
 
496
496
  ## Example Usage
497
497
 
@@ -27,9 +27,7 @@ class InstanceIpArgs:
27
27
  The set of arguments for constructing a InstanceIp resource.
28
28
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the IP is associated with.
29
29
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the IP.
30
- :param pulumi.Input[str] type: The type of the IP (`nat`, `routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
31
-
32
- > **Important:** An IP can migrate from `nat` to `routed_ipv4` but cannot be converted back
30
+ :param pulumi.Input[str] type: The type of the IP (`routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
33
31
  :param pulumi.Input[str] zone: `zone`) The zone in which the IP should be reserved.
34
32
  """
35
33
  if project_id is not None:
@@ -69,9 +67,7 @@ class InstanceIpArgs:
69
67
  @pulumi.getter
70
68
  def type(self) -> Optional[pulumi.Input[str]]:
71
69
  """
72
- The type of the IP (`nat`, `routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
73
-
74
- > **Important:** An IP can migrate from `nat` to `routed_ipv4` but cannot be converted back
70
+ The type of the IP (`routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
75
71
  """
76
72
  return pulumi.get(self, "type")
77
73
 
@@ -113,9 +109,7 @@ class _InstanceIpState:
113
109
  :param pulumi.Input[str] reverse: The reverse dns attached to this IP
114
110
  :param pulumi.Input[str] server_id: The server associated with this IP
115
111
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the IP.
116
- :param pulumi.Input[str] type: The type of the IP (`nat`, `routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
117
-
118
- > **Important:** An IP can migrate from `nat` to `routed_ipv4` but cannot be converted back
112
+ :param pulumi.Input[str] type: The type of the IP (`routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
119
113
  :param pulumi.Input[str] zone: `zone`) The zone in which the IP should be reserved.
120
114
  """
121
115
  if address is not None:
@@ -225,9 +219,7 @@ class _InstanceIpState:
225
219
  @pulumi.getter
226
220
  def type(self) -> Optional[pulumi.Input[str]]:
227
221
  """
228
- The type of the IP (`nat`, `routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
229
-
230
- > **Important:** An IP can migrate from `nat` to `routed_ipv4` but cannot be converted back
222
+ The type of the IP (`routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
231
223
  """
232
224
  return pulumi.get(self, "type")
233
225
 
@@ -284,9 +276,7 @@ class InstanceIp(pulumi.CustomResource):
284
276
  :param pulumi.ResourceOptions opts: Options for the resource.
285
277
  :param pulumi.Input[str] project_id: `project_id`) The ID of the project the IP is associated with.
286
278
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the IP.
287
- :param pulumi.Input[str] type: The type of the IP (`nat`, `routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
288
-
289
- > **Important:** An IP can migrate from `nat` to `routed_ipv4` but cannot be converted back
279
+ :param pulumi.Input[str] type: The type of the IP (`routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
290
280
  :param pulumi.Input[str] zone: `zone`) The zone in which the IP should be reserved.
291
281
  """
292
282
  ...
@@ -387,9 +377,7 @@ class InstanceIp(pulumi.CustomResource):
387
377
  :param pulumi.Input[str] reverse: The reverse dns attached to this IP
388
378
  :param pulumi.Input[str] server_id: The server associated with this IP
389
379
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the IP.
390
- :param pulumi.Input[str] type: The type of the IP (`nat`, `routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
391
-
392
- > **Important:** An IP can migrate from `nat` to `routed_ipv4` but cannot be converted back
380
+ :param pulumi.Input[str] type: The type of the IP (`routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
393
381
  :param pulumi.Input[str] zone: `zone`) The zone in which the IP should be reserved.
394
382
  """
395
383
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -467,9 +455,7 @@ class InstanceIp(pulumi.CustomResource):
467
455
  @pulumi.getter
468
456
  def type(self) -> pulumi.Output[str]:
469
457
  """
470
- The type of the IP (`nat`, `routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
471
-
472
- > **Important:** An IP can migrate from `nat` to `routed_ipv4` but cannot be converted back
458
+ The type of the IP (`routed_ipv4`, `routed_ipv6`), more information in [the documentation](https://www.scaleway.com/en/docs/compute/instances/api-cli/using-routed-ips/)
473
459
  """
474
460
  return pulumi.get(self, "type")
475
461