pulumiverse-scaleway 1.27.1__py3-none-any.whl → 1.28.0__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 (73) hide show
  1. pulumiverse_scaleway/__init__.py +16 -0
  2. pulumiverse_scaleway/_inputs.py +498 -6
  3. pulumiverse_scaleway/baremetal_server.py +48 -258
  4. pulumiverse_scaleway/database_instance.py +42 -21
  5. pulumiverse_scaleway/databases/_inputs.py +54 -0
  6. pulumiverse_scaleway/databases/get_instance.py +12 -1
  7. pulumiverse_scaleway/databases/instance.py +42 -21
  8. pulumiverse_scaleway/databases/outputs.py +62 -0
  9. pulumiverse_scaleway/databases/snapshot.py +2 -2
  10. pulumiverse_scaleway/elasticmetal/_inputs.py +74 -0
  11. pulumiverse_scaleway/elasticmetal/get_server.py +12 -1
  12. pulumiverse_scaleway/elasticmetal/outputs.py +87 -0
  13. pulumiverse_scaleway/elasticmetal/server.py +48 -258
  14. pulumiverse_scaleway/get_baremetal_server.py +12 -1
  15. pulumiverse_scaleway/get_cockpit_plan.py +2 -38
  16. pulumiverse_scaleway/get_database_instance.py +12 -1
  17. pulumiverse_scaleway/get_instance_private_nic.py +13 -1
  18. pulumiverse_scaleway/get_instance_server.py +12 -1
  19. pulumiverse_scaleway/get_lb_route.py +12 -1
  20. pulumiverse_scaleway/get_loadbalancer.py +12 -1
  21. pulumiverse_scaleway/get_redis_cluster.py +12 -1
  22. pulumiverse_scaleway/get_vpc_gateway_network.py +12 -1
  23. pulumiverse_scaleway/inference/__init__.py +2 -0
  24. pulumiverse_scaleway/inference/_inputs.py +128 -0
  25. pulumiverse_scaleway/inference/deployment.py +70 -55
  26. pulumiverse_scaleway/inference/get_model.py +299 -0
  27. pulumiverse_scaleway/inference/model.py +683 -0
  28. pulumiverse_scaleway/inference/outputs.py +184 -0
  29. pulumiverse_scaleway/inference_deployment.py +70 -55
  30. pulumiverse_scaleway/instance/_inputs.py +108 -0
  31. pulumiverse_scaleway/instance/get_private_nic.py +13 -1
  32. pulumiverse_scaleway/instance/get_server.py +12 -1
  33. pulumiverse_scaleway/instance/outputs.py +124 -0
  34. pulumiverse_scaleway/instance/private_nic.py +30 -0
  35. pulumiverse_scaleway/instance/server.py +28 -0
  36. pulumiverse_scaleway/instance_private_nic.py +30 -0
  37. pulumiverse_scaleway/instance_server.py +28 -0
  38. pulumiverse_scaleway/kubernetes/__init__.py +1 -0
  39. pulumiverse_scaleway/kubernetes/_inputs.py +203 -0
  40. pulumiverse_scaleway/kubernetes/acl.py +446 -0
  41. pulumiverse_scaleway/kubernetes/outputs.py +195 -1
  42. pulumiverse_scaleway/loadbalancer.py +28 -0
  43. pulumiverse_scaleway/loadbalancer_route.py +138 -14
  44. pulumiverse_scaleway/loadbalancers/_inputs.py +54 -0
  45. pulumiverse_scaleway/loadbalancers/get_load_balancer.py +12 -1
  46. pulumiverse_scaleway/loadbalancers/get_route.py +12 -1
  47. pulumiverse_scaleway/loadbalancers/load_balancer.py +28 -0
  48. pulumiverse_scaleway/loadbalancers/outputs.py +62 -0
  49. pulumiverse_scaleway/loadbalancers/route.py +138 -14
  50. pulumiverse_scaleway/mnq/sns_credentials.py +7 -7
  51. pulumiverse_scaleway/mnq/sqs_credentials.py +7 -7
  52. pulumiverse_scaleway/mnq_sns_credentials.py +7 -7
  53. pulumiverse_scaleway/mnq_sqs_credentials.py +7 -7
  54. pulumiverse_scaleway/network/_inputs.py +54 -0
  55. pulumiverse_scaleway/network/gateway_network.py +28 -0
  56. pulumiverse_scaleway/network/get_gateway_network.py +12 -1
  57. pulumiverse_scaleway/network/outputs.py +62 -0
  58. pulumiverse_scaleway/network/route.py +90 -2
  59. pulumiverse_scaleway/observability/get_plan.py +2 -38
  60. pulumiverse_scaleway/outputs.py +574 -5
  61. pulumiverse_scaleway/pulumi-plugin.json +1 -1
  62. pulumiverse_scaleway/rdb_snapshot.py +2 -2
  63. pulumiverse_scaleway/redis/_inputs.py +60 -6
  64. pulumiverse_scaleway/redis/cluster.py +28 -0
  65. pulumiverse_scaleway/redis/get_cluster.py +12 -1
  66. pulumiverse_scaleway/redis/outputs.py +66 -4
  67. pulumiverse_scaleway/redis_cluster.py +28 -0
  68. pulumiverse_scaleway/vpc_gateway_network.py +28 -0
  69. pulumiverse_scaleway/vpc_route.py +90 -2
  70. {pulumiverse_scaleway-1.27.1.dist-info → pulumiverse_scaleway-1.28.0.dist-info}/METADATA +1 -1
  71. {pulumiverse_scaleway-1.27.1.dist-info → pulumiverse_scaleway-1.28.0.dist-info}/RECORD +73 -70
  72. {pulumiverse_scaleway-1.27.1.dist-info → pulumiverse_scaleway-1.28.0.dist-info}/WHEEL +1 -1
  73. {pulumiverse_scaleway-1.27.1.dist-info → pulumiverse_scaleway-1.28.0.dist-info}/top_level.txt +0 -0
@@ -25,6 +25,8 @@ __all__ = [
25
25
  'BaremetalServerIpv6ArgsDict',
26
26
  'BaremetalServerOptionArgs',
27
27
  'BaremetalServerOptionArgsDict',
28
+ 'BaremetalServerPrivateIpArgs',
29
+ 'BaremetalServerPrivateIpArgsDict',
28
30
  'BaremetalServerPrivateNetworkArgs',
29
31
  'BaremetalServerPrivateNetworkArgsDict',
30
32
  'CockpitAlertManagerContactPointArgs',
@@ -51,6 +53,8 @@ __all__ = [
51
53
  'DatabaseInstanceLoadBalancerArgsDict',
52
54
  'DatabaseInstanceLogsPolicyArgs',
53
55
  'DatabaseInstanceLogsPolicyArgsDict',
56
+ 'DatabaseInstancePrivateIpArgs',
57
+ 'DatabaseInstancePrivateIpArgsDict',
54
58
  'DatabaseInstancePrivateNetworkArgs',
55
59
  'DatabaseInstancePrivateNetworkArgsDict',
56
60
  'DatabaseInstanceReadReplicaArgs',
@@ -97,6 +101,8 @@ __all__ = [
97
101
  'InferenceDeploymentPublicEndpointArgsDict',
98
102
  'InstanceImageAdditionalVolumeArgs',
99
103
  'InstanceImageAdditionalVolumeArgsDict',
104
+ 'InstancePrivateNicPrivateIpArgs',
105
+ 'InstancePrivateNicPrivateIpArgsDict',
100
106
  'InstanceSecurityGroupInboundRuleArgs',
101
107
  'InstanceSecurityGroupInboundRuleArgsDict',
102
108
  'InstanceSecurityGroupOutboundRuleArgs',
@@ -105,6 +111,8 @@ __all__ = [
105
111
  'InstanceSecurityGroupRulesInboundRuleArgsDict',
106
112
  'InstanceSecurityGroupRulesOutboundRuleArgs',
107
113
  'InstanceSecurityGroupRulesOutboundRuleArgsDict',
114
+ 'InstanceServerPrivateIpArgs',
115
+ 'InstanceServerPrivateIpArgsDict',
108
116
  'InstanceServerPrivateNetworkArgs',
109
117
  'InstanceServerPrivateNetworkArgsDict',
110
118
  'InstanceServerPublicIpArgs',
@@ -149,6 +157,8 @@ __all__ = [
149
157
  'KubernetesClusterOpenIdConnectConfigArgsDict',
150
158
  'KubernetesNodePoolNodeArgs',
151
159
  'KubernetesNodePoolNodeArgsDict',
160
+ 'KubernetesNodePoolNodePrivateIpArgs',
161
+ 'KubernetesNodePoolNodePrivateIpArgsDict',
152
162
  'KubernetesNodePoolUpgradePolicyArgs',
153
163
  'KubernetesNodePoolUpgradePolicyArgsDict',
154
164
  'LoadbalancerAclActionArgs',
@@ -175,6 +185,8 @@ __all__ = [
175
185
  'LoadbalancerFrontendAclActionRedirectArgsDict',
176
186
  'LoadbalancerFrontendAclMatchArgs',
177
187
  'LoadbalancerFrontendAclMatchArgsDict',
188
+ 'LoadbalancerPrivateIpArgs',
189
+ 'LoadbalancerPrivateIpArgsDict',
178
190
  'LoadbalancerPrivateNetworkArgs',
179
191
  'LoadbalancerPrivateNetworkArgsDict',
180
192
  'MnqSnsCredentialsPermissionsArgs',
@@ -213,6 +225,8 @@ __all__ = [
213
225
  'ObjectBucketWebsiteConfigurationIndexDocumentArgsDict',
214
226
  'RedisClusterAclArgs',
215
227
  'RedisClusterAclArgsDict',
228
+ 'RedisClusterPrivateIpArgs',
229
+ 'RedisClusterPrivateIpArgsDict',
216
230
  'RedisClusterPrivateNetworkArgs',
217
231
  'RedisClusterPrivateNetworkArgsDict',
218
232
  'RedisClusterPublicNetworkArgs',
@@ -225,6 +239,8 @@ __all__ = [
225
239
  'TemDomainReputationArgsDict',
226
240
  'VpcGatewayNetworkIpamConfigArgs',
227
241
  'VpcGatewayNetworkIpamConfigArgsDict',
242
+ 'VpcGatewayNetworkPrivateIpArgs',
243
+ 'VpcGatewayNetworkPrivateIpArgsDict',
228
244
  'VpcPrivateNetworkIpv4SubnetArgs',
229
245
  'VpcPrivateNetworkIpv4SubnetArgsDict',
230
246
  'VpcPrivateNetworkIpv6SubnetArgs',
@@ -723,6 +739,58 @@ class BaremetalServerOptionArgs:
723
739
  pulumi.set(self, "name", value)
724
740
 
725
741
 
742
+ if not MYPY:
743
+ class BaremetalServerPrivateIpArgsDict(TypedDict):
744
+ address: NotRequired[pulumi.Input[str]]
745
+ """
746
+ The address of the IPv6.
747
+ """
748
+ id: NotRequired[pulumi.Input[str]]
749
+ """
750
+ The ID of the IPv6.
751
+ """
752
+ elif False:
753
+ BaremetalServerPrivateIpArgsDict: TypeAlias = Mapping[str, Any]
754
+
755
+ @pulumi.input_type
756
+ class BaremetalServerPrivateIpArgs:
757
+ def __init__(__self__, *,
758
+ address: Optional[pulumi.Input[str]] = None,
759
+ id: Optional[pulumi.Input[str]] = None):
760
+ """
761
+ :param pulumi.Input[str] address: The address of the IPv6.
762
+ :param pulumi.Input[str] id: The ID of the IPv6.
763
+ """
764
+ if address is not None:
765
+ pulumi.set(__self__, "address", address)
766
+ if id is not None:
767
+ pulumi.set(__self__, "id", id)
768
+
769
+ @property
770
+ @pulumi.getter
771
+ def address(self) -> Optional[pulumi.Input[str]]:
772
+ """
773
+ The address of the IPv6.
774
+ """
775
+ return pulumi.get(self, "address")
776
+
777
+ @address.setter
778
+ def address(self, value: Optional[pulumi.Input[str]]):
779
+ pulumi.set(self, "address", value)
780
+
781
+ @property
782
+ @pulumi.getter
783
+ def id(self) -> Optional[pulumi.Input[str]]:
784
+ """
785
+ The ID of the IPv6.
786
+ """
787
+ return pulumi.get(self, "id")
788
+
789
+ @id.setter
790
+ def id(self, value: Optional[pulumi.Input[str]]):
791
+ pulumi.set(self, "id", value)
792
+
793
+
726
794
  if not MYPY:
727
795
  class BaremetalServerPrivateNetworkArgsDict(TypedDict):
728
796
  id: pulumi.Input[str]
@@ -737,6 +805,10 @@ if not MYPY:
737
805
  """
738
806
  List of IPAM IP IDs to assign to the server in the requested private network.
739
807
  """
808
+ mapping_id: NotRequired[pulumi.Input[str]]
809
+ """
810
+ The ID of the Server-to-Private Network mapping.
811
+ """
740
812
  status: NotRequired[pulumi.Input[str]]
741
813
  """
742
814
  The private network status.
@@ -758,6 +830,7 @@ class BaremetalServerPrivateNetworkArgs:
758
830
  id: pulumi.Input[str],
759
831
  created_at: Optional[pulumi.Input[str]] = None,
760
832
  ipam_ip_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
833
+ mapping_id: Optional[pulumi.Input[str]] = None,
761
834
  status: Optional[pulumi.Input[str]] = None,
762
835
  updated_at: Optional[pulumi.Input[str]] = None,
763
836
  vlan: Optional[pulumi.Input[int]] = None):
@@ -765,6 +838,7 @@ class BaremetalServerPrivateNetworkArgs:
765
838
  :param pulumi.Input[str] id: The id of the private network to attach.
766
839
  :param pulumi.Input[str] created_at: The date and time of the creation of the private network.
767
840
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ipam_ip_ids: List of IPAM IP IDs to assign to the server in the requested private network.
841
+ :param pulumi.Input[str] mapping_id: The ID of the Server-to-Private Network mapping.
768
842
  :param pulumi.Input[str] status: The private network status.
769
843
  :param pulumi.Input[str] updated_at: The date and time of the last update of the private network.
770
844
  :param pulumi.Input[int] vlan: The VLAN ID associated to the private network.
@@ -774,6 +848,8 @@ class BaremetalServerPrivateNetworkArgs:
774
848
  pulumi.set(__self__, "created_at", created_at)
775
849
  if ipam_ip_ids is not None:
776
850
  pulumi.set(__self__, "ipam_ip_ids", ipam_ip_ids)
851
+ if mapping_id is not None:
852
+ pulumi.set(__self__, "mapping_id", mapping_id)
777
853
  if status is not None:
778
854
  pulumi.set(__self__, "status", status)
779
855
  if updated_at is not None:
@@ -817,6 +893,18 @@ class BaremetalServerPrivateNetworkArgs:
817
893
  def ipam_ip_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
818
894
  pulumi.set(self, "ipam_ip_ids", value)
819
895
 
896
+ @property
897
+ @pulumi.getter(name="mappingId")
898
+ def mapping_id(self) -> Optional[pulumi.Input[str]]:
899
+ """
900
+ The ID of the Server-to-Private Network mapping.
901
+ """
902
+ return pulumi.get(self, "mapping_id")
903
+
904
+ @mapping_id.setter
905
+ def mapping_id(self, value: Optional[pulumi.Input[str]]):
906
+ pulumi.set(self, "mapping_id", value)
907
+
820
908
  @property
821
909
  @pulumi.getter
822
910
  def status(self) -> Optional[pulumi.Input[str]]:
@@ -1815,6 +1903,58 @@ class DatabaseInstanceLogsPolicyArgs:
1815
1903
  pulumi.set(self, "total_disk_retention", value)
1816
1904
 
1817
1905
 
1906
+ if not MYPY:
1907
+ class DatabaseInstancePrivateIpArgsDict(TypedDict):
1908
+ address: NotRequired[pulumi.Input[str]]
1909
+ """
1910
+ The private IPv4 address.
1911
+ """
1912
+ id: NotRequired[pulumi.Input[str]]
1913
+ """
1914
+ The ID of the IPv4 address resource.
1915
+ """
1916
+ elif False:
1917
+ DatabaseInstancePrivateIpArgsDict: TypeAlias = Mapping[str, Any]
1918
+
1919
+ @pulumi.input_type
1920
+ class DatabaseInstancePrivateIpArgs:
1921
+ def __init__(__self__, *,
1922
+ address: Optional[pulumi.Input[str]] = None,
1923
+ id: Optional[pulumi.Input[str]] = None):
1924
+ """
1925
+ :param pulumi.Input[str] address: The private IPv4 address.
1926
+ :param pulumi.Input[str] id: The ID of the IPv4 address resource.
1927
+ """
1928
+ if address is not None:
1929
+ pulumi.set(__self__, "address", address)
1930
+ if id is not None:
1931
+ pulumi.set(__self__, "id", id)
1932
+
1933
+ @property
1934
+ @pulumi.getter
1935
+ def address(self) -> Optional[pulumi.Input[str]]:
1936
+ """
1937
+ The private IPv4 address.
1938
+ """
1939
+ return pulumi.get(self, "address")
1940
+
1941
+ @address.setter
1942
+ def address(self, value: Optional[pulumi.Input[str]]):
1943
+ pulumi.set(self, "address", value)
1944
+
1945
+ @property
1946
+ @pulumi.getter
1947
+ def id(self) -> Optional[pulumi.Input[str]]:
1948
+ """
1949
+ The ID of the IPv4 address resource.
1950
+ """
1951
+ return pulumi.get(self, "id")
1952
+
1953
+ @id.setter
1954
+ def id(self, value: Optional[pulumi.Input[str]]):
1955
+ pulumi.set(self, "id", value)
1956
+
1957
+
1818
1958
  if not MYPY:
1819
1959
  class DatabaseInstancePrivateNetworkArgsDict(TypedDict):
1820
1960
  pn_id: pulumi.Input[str]
@@ -3947,6 +4087,58 @@ class InstanceImageAdditionalVolumeArgs:
3947
4087
  pulumi.set(self, "zone", value)
3948
4088
 
3949
4089
 
4090
+ if not MYPY:
4091
+ class InstancePrivateNicPrivateIpArgsDict(TypedDict):
4092
+ address: NotRequired[pulumi.Input[str]]
4093
+ """
4094
+ The private IP address.
4095
+ """
4096
+ id: NotRequired[pulumi.Input[str]]
4097
+ """
4098
+ The ID of the IP address resource.
4099
+ """
4100
+ elif False:
4101
+ InstancePrivateNicPrivateIpArgsDict: TypeAlias = Mapping[str, Any]
4102
+
4103
+ @pulumi.input_type
4104
+ class InstancePrivateNicPrivateIpArgs:
4105
+ def __init__(__self__, *,
4106
+ address: Optional[pulumi.Input[str]] = None,
4107
+ id: Optional[pulumi.Input[str]] = None):
4108
+ """
4109
+ :param pulumi.Input[str] address: The private IP address.
4110
+ :param pulumi.Input[str] id: The ID of the IP address resource.
4111
+ """
4112
+ if address is not None:
4113
+ pulumi.set(__self__, "address", address)
4114
+ if id is not None:
4115
+ pulumi.set(__self__, "id", id)
4116
+
4117
+ @property
4118
+ @pulumi.getter
4119
+ def address(self) -> Optional[pulumi.Input[str]]:
4120
+ """
4121
+ The private IP address.
4122
+ """
4123
+ return pulumi.get(self, "address")
4124
+
4125
+ @address.setter
4126
+ def address(self, value: Optional[pulumi.Input[str]]):
4127
+ pulumi.set(self, "address", value)
4128
+
4129
+ @property
4130
+ @pulumi.getter
4131
+ def id(self) -> Optional[pulumi.Input[str]]:
4132
+ """
4133
+ The ID of the IP address resource.
4134
+ """
4135
+ return pulumi.get(self, "id")
4136
+
4137
+ @id.setter
4138
+ def id(self, value: Optional[pulumi.Input[str]]):
4139
+ pulumi.set(self, "id", value)
4140
+
4141
+
3950
4142
  if not MYPY:
3951
4143
  class InstanceSecurityGroupInboundRuleArgsDict(TypedDict):
3952
4144
  action: pulumi.Input[str]
@@ -4487,6 +4679,58 @@ class InstanceSecurityGroupRulesOutboundRuleArgs:
4487
4679
  pulumi.set(self, "protocol", value)
4488
4680
 
4489
4681
 
4682
+ if not MYPY:
4683
+ class InstanceServerPrivateIpArgsDict(TypedDict):
4684
+ address: NotRequired[pulumi.Input[str]]
4685
+ """
4686
+ The private IP address.
4687
+ """
4688
+ id: NotRequired[pulumi.Input[str]]
4689
+ """
4690
+ The ID of the IP address resource.
4691
+ """
4692
+ elif False:
4693
+ InstanceServerPrivateIpArgsDict: TypeAlias = Mapping[str, Any]
4694
+
4695
+ @pulumi.input_type
4696
+ class InstanceServerPrivateIpArgs:
4697
+ def __init__(__self__, *,
4698
+ address: Optional[pulumi.Input[str]] = None,
4699
+ id: Optional[pulumi.Input[str]] = None):
4700
+ """
4701
+ :param pulumi.Input[str] address: The private IP address.
4702
+ :param pulumi.Input[str] id: The ID of the IP address resource.
4703
+ """
4704
+ if address is not None:
4705
+ pulumi.set(__self__, "address", address)
4706
+ if id is not None:
4707
+ pulumi.set(__self__, "id", id)
4708
+
4709
+ @property
4710
+ @pulumi.getter
4711
+ def address(self) -> Optional[pulumi.Input[str]]:
4712
+ """
4713
+ The private IP address.
4714
+ """
4715
+ return pulumi.get(self, "address")
4716
+
4717
+ @address.setter
4718
+ def address(self, value: Optional[pulumi.Input[str]]):
4719
+ pulumi.set(self, "address", value)
4720
+
4721
+ @property
4722
+ @pulumi.getter
4723
+ def id(self) -> Optional[pulumi.Input[str]]:
4724
+ """
4725
+ The ID of the IP address resource.
4726
+ """
4727
+ return pulumi.get(self, "id")
4728
+
4729
+ @id.setter
4730
+ def id(self, value: Optional[pulumi.Input[str]]):
4731
+ pulumi.set(self, "id", value)
4732
+
4733
+
4490
4734
  if not MYPY:
4491
4735
  class InstanceServerPrivateNetworkArgsDict(TypedDict):
4492
4736
  pn_id: pulumi.Input[str]
@@ -6333,12 +6577,20 @@ class KubernetesClusterOpenIdConnectConfigArgs:
6333
6577
 
6334
6578
  if not MYPY:
6335
6579
  class KubernetesNodePoolNodeArgsDict(TypedDict):
6580
+ id: NotRequired[pulumi.Input[str]]
6581
+ """
6582
+ The ID of the IP address resource.
6583
+ """
6336
6584
  name: NotRequired[pulumi.Input[str]]
6337
6585
  """
6338
6586
  The name for the pool.
6339
6587
 
6340
6588
  > **Important:** Updates to this field will recreate a new resource.
6341
6589
  """
6590
+ private_ips: NotRequired[pulumi.Input[Sequence[pulumi.Input['KubernetesNodePoolNodePrivateIpArgsDict']]]]
6591
+ """
6592
+ The list of private IPv4 and IPv6 addresses associated with the node.
6593
+ """
6342
6594
  public_ip: NotRequired[pulumi.Input[str]]
6343
6595
  """
6344
6596
  The public IPv4. (Deprecated, Please use the official Kubernetes provider and the kubernetes_nodes data source)
@@ -6357,20 +6609,28 @@ elif False:
6357
6609
  @pulumi.input_type
6358
6610
  class KubernetesNodePoolNodeArgs:
6359
6611
  def __init__(__self__, *,
6612
+ id: Optional[pulumi.Input[str]] = None,
6360
6613
  name: Optional[pulumi.Input[str]] = None,
6614
+ private_ips: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesNodePoolNodePrivateIpArgs']]]] = None,
6361
6615
  public_ip: Optional[pulumi.Input[str]] = None,
6362
6616
  public_ip_v6: Optional[pulumi.Input[str]] = None,
6363
6617
  status: Optional[pulumi.Input[str]] = None):
6364
6618
  """
6619
+ :param pulumi.Input[str] id: The ID of the IP address resource.
6365
6620
  :param pulumi.Input[str] name: The name for the pool.
6366
6621
 
6367
6622
  > **Important:** Updates to this field will recreate a new resource.
6623
+ :param pulumi.Input[Sequence[pulumi.Input['KubernetesNodePoolNodePrivateIpArgs']]] private_ips: The list of private IPv4 and IPv6 addresses associated with the node.
6368
6624
  :param pulumi.Input[str] public_ip: The public IPv4. (Deprecated, Please use the official Kubernetes provider and the kubernetes_nodes data source)
6369
6625
  :param pulumi.Input[str] public_ip_v6: The public IPv6. (Deprecated, Please use the official Kubernetes provider and the kubernetes_nodes data source)
6370
6626
  :param pulumi.Input[str] status: The status of the node.
6371
6627
  """
6628
+ if id is not None:
6629
+ pulumi.set(__self__, "id", id)
6372
6630
  if name is not None:
6373
6631
  pulumi.set(__self__, "name", name)
6632
+ if private_ips is not None:
6633
+ pulumi.set(__self__, "private_ips", private_ips)
6374
6634
  if public_ip is not None:
6375
6635
  warnings.warn("""Please use the official Kubernetes provider and the kubernetes_nodes data source""", DeprecationWarning)
6376
6636
  pulumi.log.warn("""public_ip is deprecated: Please use the official Kubernetes provider and the kubernetes_nodes data source""")
@@ -6384,6 +6644,18 @@ class KubernetesNodePoolNodeArgs:
6384
6644
  if status is not None:
6385
6645
  pulumi.set(__self__, "status", status)
6386
6646
 
6647
+ @property
6648
+ @pulumi.getter
6649
+ def id(self) -> Optional[pulumi.Input[str]]:
6650
+ """
6651
+ The ID of the IP address resource.
6652
+ """
6653
+ return pulumi.get(self, "id")
6654
+
6655
+ @id.setter
6656
+ def id(self, value: Optional[pulumi.Input[str]]):
6657
+ pulumi.set(self, "id", value)
6658
+
6387
6659
  @property
6388
6660
  @pulumi.getter
6389
6661
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -6398,6 +6670,18 @@ class KubernetesNodePoolNodeArgs:
6398
6670
  def name(self, value: Optional[pulumi.Input[str]]):
6399
6671
  pulumi.set(self, "name", value)
6400
6672
 
6673
+ @property
6674
+ @pulumi.getter(name="privateIps")
6675
+ def private_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesNodePoolNodePrivateIpArgs']]]]:
6676
+ """
6677
+ The list of private IPv4 and IPv6 addresses associated with the node.
6678
+ """
6679
+ return pulumi.get(self, "private_ips")
6680
+
6681
+ @private_ips.setter
6682
+ def private_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesNodePoolNodePrivateIpArgs']]]]):
6683
+ pulumi.set(self, "private_ips", value)
6684
+
6401
6685
  @property
6402
6686
  @pulumi.getter(name="publicIp")
6403
6687
  @_utilities.deprecated("""Please use the official Kubernetes provider and the kubernetes_nodes data source""")
@@ -6437,6 +6721,58 @@ class KubernetesNodePoolNodeArgs:
6437
6721
  pulumi.set(self, "status", value)
6438
6722
 
6439
6723
 
6724
+ if not MYPY:
6725
+ class KubernetesNodePoolNodePrivateIpArgsDict(TypedDict):
6726
+ address: NotRequired[pulumi.Input[str]]
6727
+ """
6728
+ The private IP address.
6729
+ """
6730
+ id: NotRequired[pulumi.Input[str]]
6731
+ """
6732
+ The ID of the IP address resource.
6733
+ """
6734
+ elif False:
6735
+ KubernetesNodePoolNodePrivateIpArgsDict: TypeAlias = Mapping[str, Any]
6736
+
6737
+ @pulumi.input_type
6738
+ class KubernetesNodePoolNodePrivateIpArgs:
6739
+ def __init__(__self__, *,
6740
+ address: Optional[pulumi.Input[str]] = None,
6741
+ id: Optional[pulumi.Input[str]] = None):
6742
+ """
6743
+ :param pulumi.Input[str] address: The private IP address.
6744
+ :param pulumi.Input[str] id: The ID of the IP address resource.
6745
+ """
6746
+ if address is not None:
6747
+ pulumi.set(__self__, "address", address)
6748
+ if id is not None:
6749
+ pulumi.set(__self__, "id", id)
6750
+
6751
+ @property
6752
+ @pulumi.getter
6753
+ def address(self) -> Optional[pulumi.Input[str]]:
6754
+ """
6755
+ The private IP address.
6756
+ """
6757
+ return pulumi.get(self, "address")
6758
+
6759
+ @address.setter
6760
+ def address(self, value: Optional[pulumi.Input[str]]):
6761
+ pulumi.set(self, "address", value)
6762
+
6763
+ @property
6764
+ @pulumi.getter
6765
+ def id(self) -> Optional[pulumi.Input[str]]:
6766
+ """
6767
+ The ID of the IP address resource.
6768
+ """
6769
+ return pulumi.get(self, "id")
6770
+
6771
+ @id.setter
6772
+ def id(self, value: Optional[pulumi.Input[str]]):
6773
+ pulumi.set(self, "id", value)
6774
+
6775
+
6440
6776
  if not MYPY:
6441
6777
  class KubernetesNodePoolUpgradePolicyArgsDict(TypedDict):
6442
6778
  max_surge: NotRequired[pulumi.Input[int]]
@@ -7403,6 +7739,58 @@ class LoadbalancerFrontendAclMatchArgs:
7403
7739
  pulumi.set(self, "ip_subnets", value)
7404
7740
 
7405
7741
 
7742
+ if not MYPY:
7743
+ class LoadbalancerPrivateIpArgsDict(TypedDict):
7744
+ address: NotRequired[pulumi.Input[str]]
7745
+ """
7746
+ The private IP address.
7747
+ """
7748
+ id: NotRequired[pulumi.Input[str]]
7749
+ """
7750
+ The ID of the IP address resource.
7751
+ """
7752
+ elif False:
7753
+ LoadbalancerPrivateIpArgsDict: TypeAlias = Mapping[str, Any]
7754
+
7755
+ @pulumi.input_type
7756
+ class LoadbalancerPrivateIpArgs:
7757
+ def __init__(__self__, *,
7758
+ address: Optional[pulumi.Input[str]] = None,
7759
+ id: Optional[pulumi.Input[str]] = None):
7760
+ """
7761
+ :param pulumi.Input[str] address: The private IP address.
7762
+ :param pulumi.Input[str] id: The ID of the IP address resource.
7763
+ """
7764
+ if address is not None:
7765
+ pulumi.set(__self__, "address", address)
7766
+ if id is not None:
7767
+ pulumi.set(__self__, "id", id)
7768
+
7769
+ @property
7770
+ @pulumi.getter
7771
+ def address(self) -> Optional[pulumi.Input[str]]:
7772
+ """
7773
+ The private IP address.
7774
+ """
7775
+ return pulumi.get(self, "address")
7776
+
7777
+ @address.setter
7778
+ def address(self, value: Optional[pulumi.Input[str]]):
7779
+ pulumi.set(self, "address", value)
7780
+
7781
+ @property
7782
+ @pulumi.getter
7783
+ def id(self) -> Optional[pulumi.Input[str]]:
7784
+ """
7785
+ The ID of the IP address resource.
7786
+ """
7787
+ return pulumi.get(self, "id")
7788
+
7789
+ @id.setter
7790
+ def id(self, value: Optional[pulumi.Input[str]]):
7791
+ pulumi.set(self, "id", value)
7792
+
7793
+
7406
7794
  if not MYPY:
7407
7795
  class LoadbalancerPrivateNetworkArgsDict(TypedDict):
7408
7796
  private_network_id: pulumi.Input[str]
@@ -8671,7 +9059,7 @@ if not MYPY:
8671
9059
  """
8672
9060
  id: NotRequired[pulumi.Input[str]]
8673
9061
  """
8674
- (Required) The UUID of the endpoint.
9062
+ The ID of the IPv4 address resource.
8675
9063
  """
8676
9064
  elif False:
8677
9065
  RedisClusterAclArgsDict: TypeAlias = Mapping[str, Any]
@@ -8688,7 +9076,7 @@ class RedisClusterAclArgs:
8688
9076
  :param pulumi.Input[str] description: A text describing this rule. Default description: `Allow IP`
8689
9077
 
8690
9078
  > The `acl` conflict with `private_network`. Only one should be specified.
8691
- :param pulumi.Input[str] id: (Required) The UUID of the endpoint.
9079
+ :param pulumi.Input[str] id: The ID of the IPv4 address resource.
8692
9080
  """
8693
9081
  pulumi.set(__self__, "ip", ip)
8694
9082
  if description is not None:
@@ -8727,7 +9115,59 @@ class RedisClusterAclArgs:
8727
9115
  @pulumi.getter
8728
9116
  def id(self) -> Optional[pulumi.Input[str]]:
8729
9117
  """
8730
- (Required) The UUID of the endpoint.
9118
+ The ID of the IPv4 address resource.
9119
+ """
9120
+ return pulumi.get(self, "id")
9121
+
9122
+ @id.setter
9123
+ def id(self, value: Optional[pulumi.Input[str]]):
9124
+ pulumi.set(self, "id", value)
9125
+
9126
+
9127
+ if not MYPY:
9128
+ class RedisClusterPrivateIpArgsDict(TypedDict):
9129
+ address: NotRequired[pulumi.Input[str]]
9130
+ """
9131
+ The private IPv4 address.
9132
+ """
9133
+ id: NotRequired[pulumi.Input[str]]
9134
+ """
9135
+ The ID of the IPv4 address resource.
9136
+ """
9137
+ elif False:
9138
+ RedisClusterPrivateIpArgsDict: TypeAlias = Mapping[str, Any]
9139
+
9140
+ @pulumi.input_type
9141
+ class RedisClusterPrivateIpArgs:
9142
+ def __init__(__self__, *,
9143
+ address: Optional[pulumi.Input[str]] = None,
9144
+ id: Optional[pulumi.Input[str]] = None):
9145
+ """
9146
+ :param pulumi.Input[str] address: The private IPv4 address.
9147
+ :param pulumi.Input[str] id: The ID of the IPv4 address resource.
9148
+ """
9149
+ if address is not None:
9150
+ pulumi.set(__self__, "address", address)
9151
+ if id is not None:
9152
+ pulumi.set(__self__, "id", id)
9153
+
9154
+ @property
9155
+ @pulumi.getter
9156
+ def address(self) -> Optional[pulumi.Input[str]]:
9157
+ """
9158
+ The private IPv4 address.
9159
+ """
9160
+ return pulumi.get(self, "address")
9161
+
9162
+ @address.setter
9163
+ def address(self, value: Optional[pulumi.Input[str]]):
9164
+ pulumi.set(self, "address", value)
9165
+
9166
+ @property
9167
+ @pulumi.getter
9168
+ def id(self) -> Optional[pulumi.Input[str]]:
9169
+ """
9170
+ The ID of the IPv4 address resource.
8731
9171
  """
8732
9172
  return pulumi.get(self, "id")
8733
9173
 
@@ -8891,7 +9331,7 @@ if not MYPY:
8891
9331
  class RedisClusterPublicNetworkArgsDict(TypedDict):
8892
9332
  id: NotRequired[pulumi.Input[str]]
8893
9333
  """
8894
- (Required) The UUID of the endpoint.
9334
+ The ID of the IPv4 address resource.
8895
9335
  """
8896
9336
  ips: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
8897
9337
  """
@@ -8911,7 +9351,7 @@ class RedisClusterPublicNetworkArgs:
8911
9351
  ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
8912
9352
  port: Optional[pulumi.Input[int]] = None):
8913
9353
  """
8914
- :param pulumi.Input[str] id: (Required) The UUID of the endpoint.
9354
+ :param pulumi.Input[str] id: The ID of the IPv4 address resource.
8915
9355
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ips: Lis of IPv4 address of the endpoint (IP address).
8916
9356
  :param pulumi.Input[int] port: TCP port of the endpoint.
8917
9357
  """
@@ -8926,7 +9366,7 @@ class RedisClusterPublicNetworkArgs:
8926
9366
  @pulumi.getter
8927
9367
  def id(self) -> Optional[pulumi.Input[str]]:
8928
9368
  """
8929
- (Required) The UUID of the endpoint.
9369
+ The ID of the IPv4 address resource.
8930
9370
  """
8931
9371
  return pulumi.get(self, "id")
8932
9372
 
@@ -9346,6 +9786,58 @@ class VpcGatewayNetworkIpamConfigArgs:
9346
9786
  pulumi.set(self, "push_default_route", value)
9347
9787
 
9348
9788
 
9789
+ if not MYPY:
9790
+ class VpcGatewayNetworkPrivateIpArgsDict(TypedDict):
9791
+ address: NotRequired[pulumi.Input[str]]
9792
+ """
9793
+ The private IPv4 address.
9794
+ """
9795
+ id: NotRequired[pulumi.Input[str]]
9796
+ """
9797
+ The ID of the IPv4 address resource.
9798
+ """
9799
+ elif False:
9800
+ VpcGatewayNetworkPrivateIpArgsDict: TypeAlias = Mapping[str, Any]
9801
+
9802
+ @pulumi.input_type
9803
+ class VpcGatewayNetworkPrivateIpArgs:
9804
+ def __init__(__self__, *,
9805
+ address: Optional[pulumi.Input[str]] = None,
9806
+ id: Optional[pulumi.Input[str]] = None):
9807
+ """
9808
+ :param pulumi.Input[str] address: The private IPv4 address.
9809
+ :param pulumi.Input[str] id: The ID of the IPv4 address resource.
9810
+ """
9811
+ if address is not None:
9812
+ pulumi.set(__self__, "address", address)
9813
+ if id is not None:
9814
+ pulumi.set(__self__, "id", id)
9815
+
9816
+ @property
9817
+ @pulumi.getter
9818
+ def address(self) -> Optional[pulumi.Input[str]]:
9819
+ """
9820
+ The private IPv4 address.
9821
+ """
9822
+ return pulumi.get(self, "address")
9823
+
9824
+ @address.setter
9825
+ def address(self, value: Optional[pulumi.Input[str]]):
9826
+ pulumi.set(self, "address", value)
9827
+
9828
+ @property
9829
+ @pulumi.getter
9830
+ def id(self) -> Optional[pulumi.Input[str]]:
9831
+ """
9832
+ The ID of the IPv4 address resource.
9833
+ """
9834
+ return pulumi.get(self, "id")
9835
+
9836
+ @id.setter
9837
+ def id(self, value: Optional[pulumi.Input[str]]):
9838
+ pulumi.set(self, "id", value)
9839
+
9840
+
9349
9841
  if not MYPY:
9350
9842
  class VpcPrivateNetworkIpv4SubnetArgsDict(TypedDict):
9351
9843
  address: NotRequired[pulumi.Input[str]]