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.
- pulumiverse_scaleway/__init__.py +9 -0
- pulumiverse_scaleway/_inputs.py +323 -9
- pulumiverse_scaleway/_utilities.py +8 -4
- pulumiverse_scaleway/account_ssh_key.py +2 -2
- pulumiverse_scaleway/apple_silicon_server.py +124 -0
- pulumiverse_scaleway/block_snapshot.py +2 -2
- pulumiverse_scaleway/block_volume.py +58 -11
- pulumiverse_scaleway/cockpit_source.py +7 -7
- pulumiverse_scaleway/container.py +236 -23
- pulumiverse_scaleway/container_domain.py +2 -2
- pulumiverse_scaleway/database_instance.py +74 -21
- pulumiverse_scaleway/get_account_project.py +2 -2
- pulumiverse_scaleway/get_account_ssh_key.py +2 -2
- pulumiverse_scaleway/get_block_snapshot.py +2 -2
- pulumiverse_scaleway/get_block_volume.py +14 -3
- pulumiverse_scaleway/get_container.py +30 -4
- pulumiverse_scaleway/get_database_instance.py +12 -1
- pulumiverse_scaleway/get_instance_server.py +1 -15
- pulumiverse_scaleway/get_instance_volume.py +12 -1
- pulumiverse_scaleway/get_ipam_ip.py +2 -2
- pulumiverse_scaleway/get_ipam_ips.py +2 -2
- pulumiverse_scaleway/get_lb_acls.py +2 -2
- pulumiverse_scaleway/get_lb_backend.py +2 -2
- pulumiverse_scaleway/get_lb_backends.py +2 -2
- pulumiverse_scaleway/get_lb_frontend.py +2 -2
- pulumiverse_scaleway/get_lb_frontends.py +2 -2
- pulumiverse_scaleway/get_lb_ips.py +2 -2
- pulumiverse_scaleway/get_lb_route.py +2 -2
- pulumiverse_scaleway/get_lb_routes.py +2 -2
- pulumiverse_scaleway/get_lbs.py +2 -2
- pulumiverse_scaleway/get_loadbalancer.py +2 -2
- pulumiverse_scaleway/get_loadbalancer_certificate.py +2 -2
- pulumiverse_scaleway/get_loadbalancer_ip.py +2 -2
- pulumiverse_scaleway/get_object_bucket.py +2 -2
- pulumiverse_scaleway/get_object_bucket_policy.py +2 -2
- pulumiverse_scaleway/iam_policy.py +2 -2
- pulumiverse_scaleway/instance_ip.py +7 -21
- pulumiverse_scaleway/instance_server.py +4 -74
- pulumiverse_scaleway/instance_volume.py +47 -0
- pulumiverse_scaleway/iot_route.py +21 -21
- pulumiverse_scaleway/ipam_ip.py +2 -2
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +2 -2
- pulumiverse_scaleway/loadbalancer.py +2 -2
- pulumiverse_scaleway/loadbalancer_acl.py +2 -2
- pulumiverse_scaleway/loadbalancer_backend.py +2 -2
- pulumiverse_scaleway/loadbalancer_frontend.py +2 -2
- pulumiverse_scaleway/loadbalancer_ip.py +2 -2
- pulumiverse_scaleway/loadbalancer_route.py +2 -2
- pulumiverse_scaleway/mnq_nats_account.py +2 -2
- pulumiverse_scaleway/mnq_nats_credentials.py +2 -2
- pulumiverse_scaleway/mnq_sns.py +2 -2
- pulumiverse_scaleway/mnq_sns_credentials.py +2 -2
- pulumiverse_scaleway/mnq_sns_topic.py +2 -2
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +2 -2
- pulumiverse_scaleway/mnq_sqs.py +2 -2
- pulumiverse_scaleway/mnq_sqs_credentials.py +2 -2
- pulumiverse_scaleway/mnq_sqs_queue.py +2 -2
- pulumiverse_scaleway/mongo_db_instance.py +2 -2
- pulumiverse_scaleway/mongo_db_snapshot.py +2 -2
- pulumiverse_scaleway/object_bucket.py +11 -11
- pulumiverse_scaleway/object_bucket_acl.py +2 -2
- pulumiverse_scaleway/object_bucket_lock_configuration.py +4 -4
- pulumiverse_scaleway/object_bucket_policy.py +6 -6
- pulumiverse_scaleway/object_bucket_website_configuration.py +4 -4
- pulumiverse_scaleway/object_item.py +11 -11
- pulumiverse_scaleway/outputs.py +351 -6
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/rdb_snapshot.py +608 -0
- pulumiverse_scaleway/sdb_database.py +2 -2
- pulumiverse_scaleway/secret_version.py +2 -2
- pulumiverse_scaleway/vpc.py +2 -2
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +14 -0
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +2 -2
- pulumiverse_scaleway/vpc_route.py +2 -2
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/METADATA +1 -1
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/RECORD +78 -77
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.23.0a1739624899.dist-info → pulumiverse_scaleway-1.23.0a1739864644.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,6 @@ class InstanceServerArgs:
|
|
38
38
|
public_ips: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]]] = None,
|
39
39
|
replace_on_type_change: Optional[pulumi.Input[bool]] = None,
|
40
40
|
root_volume: Optional[pulumi.Input['InstanceServerRootVolumeArgs']] = None,
|
41
|
-
routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
|
42
41
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
43
42
|
state: Optional[pulumi.Input[str]] = None,
|
44
43
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -85,9 +84,6 @@ class InstanceServerArgs:
|
|
85
84
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]] public_ips: The list of public IPs of the server.
|
86
85
|
:param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
|
87
86
|
:param pulumi.Input['InstanceServerRootVolumeArgs'] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
|
88
|
-
:param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
89
|
-
|
90
|
-
> **Important:** Enabling routed ip will restart the server
|
91
87
|
:param pulumi.Input[str] security_group_id: The security group the server is attached to
|
92
88
|
:param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
|
93
89
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
|
@@ -138,11 +134,6 @@ class InstanceServerArgs:
|
|
138
134
|
pulumi.set(__self__, "replace_on_type_change", replace_on_type_change)
|
139
135
|
if root_volume is not None:
|
140
136
|
pulumi.set(__self__, "root_volume", root_volume)
|
141
|
-
if routed_ip_enabled is not None:
|
142
|
-
warnings.warn("""Routed IP is the default configuration, it should always be true""", DeprecationWarning)
|
143
|
-
pulumi.log.warn("""routed_ip_enabled is deprecated: Routed IP is the default configuration, it should always be true""")
|
144
|
-
if routed_ip_enabled is not None:
|
145
|
-
pulumi.set(__self__, "routed_ip_enabled", routed_ip_enabled)
|
146
137
|
if security_group_id is not None:
|
147
138
|
pulumi.set(__self__, "security_group_id", security_group_id)
|
148
139
|
if state is not None:
|
@@ -382,21 +373,6 @@ class InstanceServerArgs:
|
|
382
373
|
def root_volume(self, value: Optional[pulumi.Input['InstanceServerRootVolumeArgs']]):
|
383
374
|
pulumi.set(self, "root_volume", value)
|
384
375
|
|
385
|
-
@property
|
386
|
-
@pulumi.getter(name="routedIpEnabled")
|
387
|
-
@_utilities.deprecated("""Routed IP is the default configuration, it should always be true""")
|
388
|
-
def routed_ip_enabled(self) -> Optional[pulumi.Input[bool]]:
|
389
|
-
"""
|
390
|
-
If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
391
|
-
|
392
|
-
> **Important:** Enabling routed ip will restart the server
|
393
|
-
"""
|
394
|
-
return pulumi.get(self, "routed_ip_enabled")
|
395
|
-
|
396
|
-
@routed_ip_enabled.setter
|
397
|
-
def routed_ip_enabled(self, value: Optional[pulumi.Input[bool]]):
|
398
|
-
pulumi.set(self, "routed_ip_enabled", value)
|
399
|
-
|
400
376
|
@property
|
401
377
|
@pulumi.getter(name="securityGroupId")
|
402
378
|
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -489,7 +465,6 @@ class _InstanceServerState:
|
|
489
465
|
public_ips: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]]] = None,
|
490
466
|
replace_on_type_change: Optional[pulumi.Input[bool]] = None,
|
491
467
|
root_volume: Optional[pulumi.Input['InstanceServerRootVolumeArgs']] = None,
|
492
|
-
routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
|
493
468
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
494
469
|
state: Optional[pulumi.Input[str]] = None,
|
495
470
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -532,7 +507,7 @@ class _InstanceServerState:
|
|
532
507
|
|
533
508
|
|
534
509
|
> **Important:** When updating `placement_group_id` the `state` must be set to `stopped`, otherwise it will fail.
|
535
|
-
:param pulumi.Input[bool] placement_group_policy_respected:
|
510
|
+
:param pulumi.Input[bool] placement_group_policy_respected: (Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
|
536
511
|
:param pulumi.Input[str] private_ip: The Scaleway internal IP address of the server (Deprecated use ipam_ip datasource instead).
|
537
512
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceServerPrivateNetworkArgs']]] private_networks: The private network associated with the server.
|
538
513
|
Use the `pn_id` key to attach a [private_network](https://www.scaleway.com/en/developers/api/instance/#path-private-nics-list-all-private-nics) on your instance.
|
@@ -541,9 +516,6 @@ class _InstanceServerState:
|
|
541
516
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceServerPublicIpArgs']]] public_ips: The list of public IPs of the server.
|
542
517
|
:param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
|
543
518
|
:param pulumi.Input['InstanceServerRootVolumeArgs'] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
|
544
|
-
:param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
545
|
-
|
546
|
-
> **Important:** Enabling routed ip will restart the server
|
547
519
|
:param pulumi.Input[str] security_group_id: The security group the server is attached to
|
548
520
|
:param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
|
549
521
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
|
@@ -628,11 +600,6 @@ class _InstanceServerState:
|
|
628
600
|
pulumi.set(__self__, "replace_on_type_change", replace_on_type_change)
|
629
601
|
if root_volume is not None:
|
630
602
|
pulumi.set(__self__, "root_volume", root_volume)
|
631
|
-
if routed_ip_enabled is not None:
|
632
|
-
warnings.warn("""Routed IP is the default configuration, it should always be true""", DeprecationWarning)
|
633
|
-
pulumi.log.warn("""routed_ip_enabled is deprecated: Routed IP is the default configuration, it should always be true""")
|
634
|
-
if routed_ip_enabled is not None:
|
635
|
-
pulumi.set(__self__, "routed_ip_enabled", routed_ip_enabled)
|
636
603
|
if security_group_id is not None:
|
637
604
|
pulumi.set(__self__, "security_group_id", security_group_id)
|
638
605
|
if state is not None:
|
@@ -854,7 +821,7 @@ class _InstanceServerState:
|
|
854
821
|
@pulumi.getter(name="placementGroupPolicyRespected")
|
855
822
|
def placement_group_policy_respected(self) -> Optional[pulumi.Input[bool]]:
|
856
823
|
"""
|
857
|
-
|
824
|
+
(Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
|
858
825
|
"""
|
859
826
|
return pulumi.get(self, "placement_group_policy_respected")
|
860
827
|
|
@@ -949,21 +916,6 @@ class _InstanceServerState:
|
|
949
916
|
def root_volume(self, value: Optional[pulumi.Input['InstanceServerRootVolumeArgs']]):
|
950
917
|
pulumi.set(self, "root_volume", value)
|
951
918
|
|
952
|
-
@property
|
953
|
-
@pulumi.getter(name="routedIpEnabled")
|
954
|
-
@_utilities.deprecated("""Routed IP is the default configuration, it should always be true""")
|
955
|
-
def routed_ip_enabled(self) -> Optional[pulumi.Input[bool]]:
|
956
|
-
"""
|
957
|
-
If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
958
|
-
|
959
|
-
> **Important:** Enabling routed ip will restart the server
|
960
|
-
"""
|
961
|
-
return pulumi.get(self, "routed_ip_enabled")
|
962
|
-
|
963
|
-
@routed_ip_enabled.setter
|
964
|
-
def routed_ip_enabled(self, value: Optional[pulumi.Input[bool]]):
|
965
|
-
pulumi.set(self, "routed_ip_enabled", value)
|
966
|
-
|
967
919
|
@property
|
968
920
|
@pulumi.getter(name="securityGroupId")
|
969
921
|
def security_group_id(self) -> Optional[pulumi.Input[str]]:
|
@@ -1068,7 +1020,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1068
1020
|
public_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]]] = None,
|
1069
1021
|
replace_on_type_change: Optional[pulumi.Input[bool]] = None,
|
1070
1022
|
root_volume: Optional[pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']]] = None,
|
1071
|
-
routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
|
1072
1023
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
1073
1024
|
state: Optional[pulumi.Input[str]] = None,
|
1074
1025
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -1292,9 +1243,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1292
1243
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]] public_ips: The list of public IPs of the server.
|
1293
1244
|
:param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
|
1294
1245
|
:param pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
|
1295
|
-
:param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
1296
|
-
|
1297
|
-
> **Important:** Enabling routed ip will restart the server
|
1298
1246
|
:param pulumi.Input[str] security_group_id: The security group the server is attached to
|
1299
1247
|
:param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
|
1300
1248
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
|
@@ -1530,7 +1478,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1530
1478
|
public_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]]] = None,
|
1531
1479
|
replace_on_type_change: Optional[pulumi.Input[bool]] = None,
|
1532
1480
|
root_volume: Optional[pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']]] = None,
|
1533
|
-
routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
|
1534
1481
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
1535
1482
|
state: Optional[pulumi.Input[str]] = None,
|
1536
1483
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -1562,7 +1509,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1562
1509
|
__props__.__dict__["public_ips"] = public_ips
|
1563
1510
|
__props__.__dict__["replace_on_type_change"] = replace_on_type_change
|
1564
1511
|
__props__.__dict__["root_volume"] = root_volume
|
1565
|
-
__props__.__dict__["routed_ip_enabled"] = routed_ip_enabled
|
1566
1512
|
__props__.__dict__["security_group_id"] = security_group_id
|
1567
1513
|
__props__.__dict__["state"] = state
|
1568
1514
|
__props__.__dict__["tags"] = tags
|
@@ -1611,7 +1557,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1611
1557
|
public_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]]] = None,
|
1612
1558
|
replace_on_type_change: Optional[pulumi.Input[bool]] = None,
|
1613
1559
|
root_volume: Optional[pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']]] = None,
|
1614
|
-
routed_ip_enabled: Optional[pulumi.Input[bool]] = None,
|
1615
1560
|
security_group_id: Optional[pulumi.Input[str]] = None,
|
1616
1561
|
state: Optional[pulumi.Input[str]] = None,
|
1617
1562
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -1659,7 +1604,7 @@ class InstanceServer(pulumi.CustomResource):
|
|
1659
1604
|
|
1660
1605
|
|
1661
1606
|
> **Important:** When updating `placement_group_id` the `state` must be set to `stopped`, otherwise it will fail.
|
1662
|
-
:param pulumi.Input[bool] placement_group_policy_respected:
|
1607
|
+
:param pulumi.Input[bool] placement_group_policy_respected: (Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
|
1663
1608
|
:param pulumi.Input[str] private_ip: The Scaleway internal IP address of the server (Deprecated use ipam_ip datasource instead).
|
1664
1609
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPrivateNetworkArgs', 'InstanceServerPrivateNetworkArgsDict']]]] private_networks: The private network associated with the server.
|
1665
1610
|
Use the `pn_id` key to attach a [private_network](https://www.scaleway.com/en/developers/api/instance/#path-private-nics-list-all-private-nics) on your instance.
|
@@ -1668,9 +1613,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1668
1613
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceServerPublicIpArgs', 'InstanceServerPublicIpArgsDict']]]] public_ips: The list of public IPs of the server.
|
1669
1614
|
:param pulumi.Input[bool] replace_on_type_change: If true, the server will be replaced if `type` is changed. Otherwise, the server will migrate.
|
1670
1615
|
:param pulumi.Input[Union['InstanceServerRootVolumeArgs', 'InstanceServerRootVolumeArgsDict']] root_volume: Root [volume](https://www.scaleway.com/en/developers/api/instance/#path-volume-types-list-volume-types) attached to the server on creation.
|
1671
|
-
:param pulumi.Input[bool] routed_ip_enabled: If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
1672
|
-
|
1673
|
-
> **Important:** Enabling routed ip will restart the server
|
1674
1616
|
:param pulumi.Input[str] security_group_id: The security group the server is attached to
|
1675
1617
|
:param pulumi.Input[str] state: The state of the server. Possible values are: `started`, `stopped` or `standby`.
|
1676
1618
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The tags associated with the server.
|
@@ -1715,7 +1657,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1715
1657
|
__props__.__dict__["public_ips"] = public_ips
|
1716
1658
|
__props__.__dict__["replace_on_type_change"] = replace_on_type_change
|
1717
1659
|
__props__.__dict__["root_volume"] = root_volume
|
1718
|
-
__props__.__dict__["routed_ip_enabled"] = routed_ip_enabled
|
1719
1660
|
__props__.__dict__["security_group_id"] = security_group_id
|
1720
1661
|
__props__.__dict__["state"] = state
|
1721
1662
|
__props__.__dict__["tags"] = tags
|
@@ -1872,7 +1813,7 @@ class InstanceServer(pulumi.CustomResource):
|
|
1872
1813
|
@pulumi.getter(name="placementGroupPolicyRespected")
|
1873
1814
|
def placement_group_policy_respected(self) -> pulumi.Output[bool]:
|
1874
1815
|
"""
|
1875
|
-
|
1816
|
+
(Deprecated) Always false, use instance_placement_group ressource to known when the placement group policy is respected.
|
1876
1817
|
"""
|
1877
1818
|
return pulumi.get(self, "placement_group_policy_respected")
|
1878
1819
|
|
@@ -1935,17 +1876,6 @@ class InstanceServer(pulumi.CustomResource):
|
|
1935
1876
|
"""
|
1936
1877
|
return pulumi.get(self, "root_volume")
|
1937
1878
|
|
1938
|
-
@property
|
1939
|
-
@pulumi.getter(name="routedIpEnabled")
|
1940
|
-
@_utilities.deprecated("""Routed IP is the default configuration, it should always be true""")
|
1941
|
-
def routed_ip_enabled(self) -> pulumi.Output[bool]:
|
1942
|
-
"""
|
1943
|
-
If true, the server will support routed ips only. Changing it to true will migrate the server and its IP to routed type.
|
1944
|
-
|
1945
|
-
> **Important:** Enabling routed ip will restart the server
|
1946
|
-
"""
|
1947
|
-
return pulumi.get(self, "routed_ip_enabled")
|
1948
|
-
|
1949
1879
|
@property
|
1950
1880
|
@pulumi.getter(name="securityGroupId")
|
1951
1881
|
def security_group_id(self) -> pulumi.Output[str]:
|
@@ -21,6 +21,7 @@ class InstanceVolumeArgs:
|
|
21
21
|
def __init__(__self__, *,
|
22
22
|
type: pulumi.Input[str],
|
23
23
|
from_snapshot_id: Optional[pulumi.Input[str]] = None,
|
24
|
+
migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
|
24
25
|
name: Optional[pulumi.Input[str]] = None,
|
25
26
|
project_id: Optional[pulumi.Input[str]] = None,
|
26
27
|
size_in_gb: Optional[pulumi.Input[int]] = None,
|
@@ -30,6 +31,7 @@ class InstanceVolumeArgs:
|
|
30
31
|
The set of arguments for constructing a InstanceVolume resource.
|
31
32
|
:param pulumi.Input[str] type: The type of the volume. The possible values are: `b_ssd` (Block SSD), `l_ssd` (Local SSD), `scratch` (Local Scratch SSD).
|
32
33
|
:param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
|
34
|
+
:param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
|
33
35
|
:param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
|
34
36
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
|
35
37
|
:param pulumi.Input[int] size_in_gb: The size of the volume. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
|
@@ -39,6 +41,8 @@ class InstanceVolumeArgs:
|
|
39
41
|
pulumi.set(__self__, "type", type)
|
40
42
|
if from_snapshot_id is not None:
|
41
43
|
pulumi.set(__self__, "from_snapshot_id", from_snapshot_id)
|
44
|
+
if migrate_to_sbs is not None:
|
45
|
+
pulumi.set(__self__, "migrate_to_sbs", migrate_to_sbs)
|
42
46
|
if name is not None:
|
43
47
|
pulumi.set(__self__, "name", name)
|
44
48
|
if project_id is not None:
|
@@ -74,6 +78,18 @@ class InstanceVolumeArgs:
|
|
74
78
|
def from_snapshot_id(self, value: Optional[pulumi.Input[str]]):
|
75
79
|
pulumi.set(self, "from_snapshot_id", value)
|
76
80
|
|
81
|
+
@property
|
82
|
+
@pulumi.getter(name="migrateToSbs")
|
83
|
+
def migrate_to_sbs(self) -> Optional[pulumi.Input[bool]]:
|
84
|
+
"""
|
85
|
+
If true, consider that this volume may have been migrated and no longer exists.
|
86
|
+
"""
|
87
|
+
return pulumi.get(self, "migrate_to_sbs")
|
88
|
+
|
89
|
+
@migrate_to_sbs.setter
|
90
|
+
def migrate_to_sbs(self, value: Optional[pulumi.Input[bool]]):
|
91
|
+
pulumi.set(self, "migrate_to_sbs", value)
|
92
|
+
|
77
93
|
@property
|
78
94
|
@pulumi.getter
|
79
95
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -139,6 +155,7 @@ class InstanceVolumeArgs:
|
|
139
155
|
class _InstanceVolumeState:
|
140
156
|
def __init__(__self__, *,
|
141
157
|
from_snapshot_id: Optional[pulumi.Input[str]] = None,
|
158
|
+
migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
|
142
159
|
name: Optional[pulumi.Input[str]] = None,
|
143
160
|
organization_id: Optional[pulumi.Input[str]] = None,
|
144
161
|
project_id: Optional[pulumi.Input[str]] = None,
|
@@ -150,6 +167,7 @@ class _InstanceVolumeState:
|
|
150
167
|
"""
|
151
168
|
Input properties used for looking up and filtering InstanceVolume resources.
|
152
169
|
:param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
|
170
|
+
:param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
|
153
171
|
:param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
|
154
172
|
:param pulumi.Input[str] organization_id: The organization ID the volume is associated with.
|
155
173
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
|
@@ -161,6 +179,8 @@ class _InstanceVolumeState:
|
|
161
179
|
"""
|
162
180
|
if from_snapshot_id is not None:
|
163
181
|
pulumi.set(__self__, "from_snapshot_id", from_snapshot_id)
|
182
|
+
if migrate_to_sbs is not None:
|
183
|
+
pulumi.set(__self__, "migrate_to_sbs", migrate_to_sbs)
|
164
184
|
if name is not None:
|
165
185
|
pulumi.set(__self__, "name", name)
|
166
186
|
if organization_id is not None:
|
@@ -190,6 +210,18 @@ class _InstanceVolumeState:
|
|
190
210
|
def from_snapshot_id(self, value: Optional[pulumi.Input[str]]):
|
191
211
|
pulumi.set(self, "from_snapshot_id", value)
|
192
212
|
|
213
|
+
@property
|
214
|
+
@pulumi.getter(name="migrateToSbs")
|
215
|
+
def migrate_to_sbs(self) -> Optional[pulumi.Input[bool]]:
|
216
|
+
"""
|
217
|
+
If true, consider that this volume may have been migrated and no longer exists.
|
218
|
+
"""
|
219
|
+
return pulumi.get(self, "migrate_to_sbs")
|
220
|
+
|
221
|
+
@migrate_to_sbs.setter
|
222
|
+
def migrate_to_sbs(self, value: Optional[pulumi.Input[bool]]):
|
223
|
+
pulumi.set(self, "migrate_to_sbs", value)
|
224
|
+
|
193
225
|
@property
|
194
226
|
@pulumi.getter
|
195
227
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -293,6 +325,7 @@ class InstanceVolume(pulumi.CustomResource):
|
|
293
325
|
resource_name: str,
|
294
326
|
opts: Optional[pulumi.ResourceOptions] = None,
|
295
327
|
from_snapshot_id: Optional[pulumi.Input[str]] = None,
|
328
|
+
migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
|
296
329
|
name: Optional[pulumi.Input[str]] = None,
|
297
330
|
project_id: Optional[pulumi.Input[str]] = None,
|
298
331
|
size_in_gb: Optional[pulumi.Input[int]] = None,
|
@@ -329,6 +362,7 @@ class InstanceVolume(pulumi.CustomResource):
|
|
329
362
|
:param str resource_name: The name of the resource.
|
330
363
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
331
364
|
:param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
|
365
|
+
:param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
|
332
366
|
:param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
|
333
367
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
|
334
368
|
:param pulumi.Input[int] size_in_gb: The size of the volume. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
|
@@ -384,6 +418,7 @@ class InstanceVolume(pulumi.CustomResource):
|
|
384
418
|
resource_name: str,
|
385
419
|
opts: Optional[pulumi.ResourceOptions] = None,
|
386
420
|
from_snapshot_id: Optional[pulumi.Input[str]] = None,
|
421
|
+
migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
|
387
422
|
name: Optional[pulumi.Input[str]] = None,
|
388
423
|
project_id: Optional[pulumi.Input[str]] = None,
|
389
424
|
size_in_gb: Optional[pulumi.Input[int]] = None,
|
@@ -400,6 +435,7 @@ class InstanceVolume(pulumi.CustomResource):
|
|
400
435
|
__props__ = InstanceVolumeArgs.__new__(InstanceVolumeArgs)
|
401
436
|
|
402
437
|
__props__.__dict__["from_snapshot_id"] = from_snapshot_id
|
438
|
+
__props__.__dict__["migrate_to_sbs"] = migrate_to_sbs
|
403
439
|
__props__.__dict__["name"] = name
|
404
440
|
__props__.__dict__["project_id"] = project_id
|
405
441
|
__props__.__dict__["size_in_gb"] = size_in_gb
|
@@ -421,6 +457,7 @@ class InstanceVolume(pulumi.CustomResource):
|
|
421
457
|
id: pulumi.Input[str],
|
422
458
|
opts: Optional[pulumi.ResourceOptions] = None,
|
423
459
|
from_snapshot_id: Optional[pulumi.Input[str]] = None,
|
460
|
+
migrate_to_sbs: Optional[pulumi.Input[bool]] = None,
|
424
461
|
name: Optional[pulumi.Input[str]] = None,
|
425
462
|
organization_id: Optional[pulumi.Input[str]] = None,
|
426
463
|
project_id: Optional[pulumi.Input[str]] = None,
|
@@ -437,6 +474,7 @@ class InstanceVolume(pulumi.CustomResource):
|
|
437
474
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
438
475
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
439
476
|
:param pulumi.Input[str] from_snapshot_id: If set, the new volume will be created from this snapshot. Only one of `size_in_gb` and `from_snapshot_id` should be specified.
|
477
|
+
:param pulumi.Input[bool] migrate_to_sbs: If true, consider that this volume may have been migrated and no longer exists.
|
440
478
|
:param pulumi.Input[str] name: The name of the volume. If not provided it will be randomly generated.
|
441
479
|
:param pulumi.Input[str] organization_id: The organization ID the volume is associated with.
|
442
480
|
:param pulumi.Input[str] project_id: `project_id`) The ID of the project the volume is associated with.
|
@@ -451,6 +489,7 @@ class InstanceVolume(pulumi.CustomResource):
|
|
451
489
|
__props__ = _InstanceVolumeState.__new__(_InstanceVolumeState)
|
452
490
|
|
453
491
|
__props__.__dict__["from_snapshot_id"] = from_snapshot_id
|
492
|
+
__props__.__dict__["migrate_to_sbs"] = migrate_to_sbs
|
454
493
|
__props__.__dict__["name"] = name
|
455
494
|
__props__.__dict__["organization_id"] = organization_id
|
456
495
|
__props__.__dict__["project_id"] = project_id
|
@@ -469,6 +508,14 @@ class InstanceVolume(pulumi.CustomResource):
|
|
469
508
|
"""
|
470
509
|
return pulumi.get(self, "from_snapshot_id")
|
471
510
|
|
511
|
+
@property
|
512
|
+
@pulumi.getter(name="migrateToSbs")
|
513
|
+
def migrate_to_sbs(self) -> pulumi.Output[Optional[bool]]:
|
514
|
+
"""
|
515
|
+
If true, consider that this volume may have been migrated and no longer exists.
|
516
|
+
"""
|
517
|
+
return pulumi.get(self, "migrate_to_sbs")
|
518
|
+
|
472
519
|
@property
|
473
520
|
@pulumi.getter
|
474
521
|
def name(self) -> pulumi.Output[str]:
|
@@ -32,11 +32,11 @@ class IotRouteArgs:
|
|
32
32
|
The set of arguments for constructing a IotRoute resource.
|
33
33
|
:param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
|
34
34
|
:param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
|
35
|
-
:param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/
|
35
|
+
:param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
36
36
|
:param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
|
37
37
|
:param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
|
38
|
-
:param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/
|
39
|
-
:param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/
|
38
|
+
:param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
39
|
+
:param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
40
40
|
"""
|
41
41
|
pulumi.set(__self__, "hub_id", hub_id)
|
42
42
|
pulumi.set(__self__, "topic", topic)
|
@@ -79,7 +79,7 @@ class IotRouteArgs:
|
|
79
79
|
@pulumi.getter
|
80
80
|
def database(self) -> Optional[pulumi.Input['IotRouteDatabaseArgs']]:
|
81
81
|
"""
|
82
|
-
Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/
|
82
|
+
Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
83
83
|
"""
|
84
84
|
return pulumi.get(self, "database")
|
85
85
|
|
@@ -115,7 +115,7 @@ class IotRouteArgs:
|
|
115
115
|
@pulumi.getter
|
116
116
|
def rest(self) -> Optional[pulumi.Input['IotRouteRestArgs']]:
|
117
117
|
"""
|
118
|
-
Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/
|
118
|
+
Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
119
119
|
"""
|
120
120
|
return pulumi.get(self, "rest")
|
121
121
|
|
@@ -127,7 +127,7 @@ class IotRouteArgs:
|
|
127
127
|
@pulumi.getter
|
128
128
|
def s3(self) -> Optional[pulumi.Input['IotRouteS3Args']]:
|
129
129
|
"""
|
130
|
-
Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/
|
130
|
+
Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
131
131
|
"""
|
132
132
|
return pulumi.get(self, "s3")
|
133
133
|
|
@@ -150,12 +150,12 @@ class _IotRouteState:
|
|
150
150
|
"""
|
151
151
|
Input properties used for looking up and filtering IotRoute resources.
|
152
152
|
:param pulumi.Input[str] created_at: The date and time the Route was created.
|
153
|
-
:param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/
|
153
|
+
:param pulumi.Input['IotRouteDatabaseArgs'] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
154
154
|
:param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
|
155
155
|
:param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
|
156
156
|
:param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
|
157
|
-
:param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/
|
158
|
-
:param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/
|
157
|
+
:param pulumi.Input['IotRouteRestArgs'] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
158
|
+
:param pulumi.Input['IotRouteS3Args'] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
159
159
|
:param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
|
160
160
|
"""
|
161
161
|
if created_at is not None:
|
@@ -191,7 +191,7 @@ class _IotRouteState:
|
|
191
191
|
@pulumi.getter
|
192
192
|
def database(self) -> Optional[pulumi.Input['IotRouteDatabaseArgs']]:
|
193
193
|
"""
|
194
|
-
Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/
|
194
|
+
Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
195
195
|
"""
|
196
196
|
return pulumi.get(self, "database")
|
197
197
|
|
@@ -239,7 +239,7 @@ class _IotRouteState:
|
|
239
239
|
@pulumi.getter
|
240
240
|
def rest(self) -> Optional[pulumi.Input['IotRouteRestArgs']]:
|
241
241
|
"""
|
242
|
-
Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/
|
242
|
+
Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
243
243
|
"""
|
244
244
|
return pulumi.get(self, "rest")
|
245
245
|
|
@@ -251,7 +251,7 @@ class _IotRouteState:
|
|
251
251
|
@pulumi.getter
|
252
252
|
def s3(self) -> Optional[pulumi.Input['IotRouteS3Args']]:
|
253
253
|
"""
|
254
|
-
Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/
|
254
|
+
Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
255
255
|
"""
|
256
256
|
return pulumi.get(self, "s3")
|
257
257
|
|
@@ -388,12 +388,12 @@ class IotRoute(pulumi.CustomResource):
|
|
388
388
|
|
389
389
|
:param str resource_name: The name of the resource.
|
390
390
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
391
|
-
:param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/
|
391
|
+
:param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
392
392
|
:param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
|
393
393
|
:param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
|
394
394
|
:param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
|
395
|
-
:param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/
|
396
|
-
:param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/
|
395
|
+
:param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
396
|
+
:param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
397
397
|
:param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
|
398
398
|
"""
|
399
399
|
...
|
@@ -572,12 +572,12 @@ class IotRoute(pulumi.CustomResource):
|
|
572
572
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
573
573
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
574
574
|
:param pulumi.Input[str] created_at: The date and time the Route was created.
|
575
|
-
:param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/
|
575
|
+
:param pulumi.Input[Union['IotRouteDatabaseArgs', 'IotRouteDatabaseArgsDict']] database: Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
576
576
|
:param pulumi.Input[str] hub_id: The hub ID to which the Route will be attached to.
|
577
577
|
:param pulumi.Input[str] name: The name of the IoT Route you want to create (e.g. `my-route`).
|
578
578
|
:param pulumi.Input[str] region: (Defaults to provider `region`) The region in which the Route is attached to.
|
579
|
-
:param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/
|
580
|
-
:param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/
|
579
|
+
:param pulumi.Input[Union['IotRouteRestArgs', 'IotRouteRestArgsDict']] rest: Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
580
|
+
:param pulumi.Input[Union['IotRouteS3Args', 'IotRouteS3ArgsDict']] s3: Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
581
581
|
:param pulumi.Input[str] topic: The topic the Route subscribes to, wildcards allowed (e.g. `thelab/+/temperature/#`).
|
582
582
|
"""
|
583
583
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -606,7 +606,7 @@ class IotRoute(pulumi.CustomResource):
|
|
606
606
|
@pulumi.getter
|
607
607
|
def database(self) -> pulumi.Output[Optional['outputs.IotRouteDatabase']]:
|
608
608
|
"""
|
609
|
-
Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/
|
609
|
+
Configuration block for the database routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
610
610
|
"""
|
611
611
|
return pulumi.get(self, "database")
|
612
612
|
|
@@ -638,7 +638,7 @@ class IotRoute(pulumi.CustomResource):
|
|
638
638
|
@pulumi.getter
|
639
639
|
def rest(self) -> pulumi.Output[Optional['outputs.IotRouteRest']]:
|
640
640
|
"""
|
641
|
-
Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/
|
641
|
+
Configuration block for the rest routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
642
642
|
"""
|
643
643
|
return pulumi.get(self, "rest")
|
644
644
|
|
@@ -646,7 +646,7 @@ class IotRoute(pulumi.CustomResource):
|
|
646
646
|
@pulumi.getter
|
647
647
|
def s3(self) -> pulumi.Output[Optional['outputs.IotRouteS3']]:
|
648
648
|
"""
|
649
|
-
Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/
|
649
|
+
Configuration block for the S3 routes. See [product documentation](https://www.scaleway.com/en/docs/iot-hub/how-to/create-route/) for a better understanding of the parameters.
|
650
650
|
"""
|
651
651
|
return pulumi.get(self, "s3")
|
652
652
|
|
pulumiverse_scaleway/ipam_ip.py
CHANGED
@@ -353,7 +353,7 @@ class IpamIp(pulumi.CustomResource):
|
|
353
353
|
"""
|
354
354
|
Books and manages IPAM IPs.
|
355
355
|
|
356
|
-
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/
|
356
|
+
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
|
357
357
|
|
358
358
|
## Example Usage
|
359
359
|
|
@@ -463,7 +463,7 @@ class IpamIp(pulumi.CustomResource):
|
|
463
463
|
"""
|
464
464
|
Books and manages IPAM IPs.
|
465
465
|
|
466
|
-
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/
|
466
|
+
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
|
467
467
|
|
468
468
|
## Example Usage
|
469
469
|
|
@@ -170,7 +170,7 @@ class IpamIpReverseDns(pulumi.CustomResource):
|
|
170
170
|
"""
|
171
171
|
Manage the reverse DNS of IP addresses managed by Scaleway's IP Address Management (IPAM) service.
|
172
172
|
|
173
|
-
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/
|
173
|
+
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
|
174
174
|
|
175
175
|
## Import
|
176
176
|
|
@@ -198,7 +198,7 @@ class IpamIpReverseDns(pulumi.CustomResource):
|
|
198
198
|
"""
|
199
199
|
Manage the reverse DNS of IP addresses managed by Scaleway's IP Address Management (IPAM) service.
|
200
200
|
|
201
|
-
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/
|
201
|
+
For more information about IPAM, see the main [documentation](https://www.scaleway.com/en/docs/vpc/concepts/#ipam).
|
202
202
|
|
203
203
|
## Import
|
204
204
|
|
@@ -567,7 +567,7 @@ class Loadbalancer(pulumi.CustomResource):
|
|
567
567
|
"""
|
568
568
|
Creates and manages Scaleway Load Balancers.
|
569
569
|
|
570
|
-
For more information, see the [main documentation](https://www.scaleway.com/en/docs/
|
570
|
+
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).
|
571
571
|
|
572
572
|
## Example Usage
|
573
573
|
|
@@ -689,7 +689,7 @@ class Loadbalancer(pulumi.CustomResource):
|
|
689
689
|
"""
|
690
690
|
Creates and manages Scaleway Load Balancers.
|
691
691
|
|
692
|
-
For more information, see the [main documentation](https://www.scaleway.com/en/docs/
|
692
|
+
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).
|
693
693
|
|
694
694
|
## Example Usage
|
695
695
|
|
@@ -270,7 +270,7 @@ class LoadbalancerAcl(pulumi.CustomResource):
|
|
270
270
|
"""
|
271
271
|
Creates and manages Scaleway Load Balancer ACLs.
|
272
272
|
|
273
|
-
For more information, see the [main documentation](https://www.scaleway.com/en/docs/
|
273
|
+
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).
|
274
274
|
|
275
275
|
## Example Usage
|
276
276
|
|
@@ -325,7 +325,7 @@ class LoadbalancerAcl(pulumi.CustomResource):
|
|
325
325
|
"""
|
326
326
|
Creates and manages Scaleway Load Balancer ACLs.
|
327
327
|
|
328
|
-
For more information, see the [main documentation](https://www.scaleway.com/en/docs/
|
328
|
+
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).
|
329
329
|
|
330
330
|
## Example Usage
|
331
331
|
|
@@ -1022,7 +1022,7 @@ class LoadbalancerBackend(pulumi.CustomResource):
|
|
1022
1022
|
"""
|
1023
1023
|
Creates and manages Scaleway Load Balancer backends.
|
1024
1024
|
|
1025
|
-
or more information, see the [main documentation](https://www.scaleway.com/en/docs/
|
1025
|
+
or 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).
|
1026
1026
|
|
1027
1027
|
## Example Usage
|
1028
1028
|
|
@@ -1106,7 +1106,7 @@ class LoadbalancerBackend(pulumi.CustomResource):
|
|
1106
1106
|
"""
|
1107
1107
|
Creates and manages Scaleway Load Balancer backends.
|
1108
1108
|
|
1109
|
-
or more information, see the [main documentation](https://www.scaleway.com/en/docs/
|
1109
|
+
or 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).
|
1110
1110
|
|
1111
1111
|
## Example Usage
|
1112
1112
|
|