cdktf-cdktf-provider-upcloud 14.11.3__py3-none-any.whl → 14.13.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.

Potentially problematic release.


This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.

Files changed (65) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.13.0.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +80 -46
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
  13. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  14. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  15. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
  16. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  18. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
  19. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  20. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
  21. cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
  22. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  23. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  24. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
  25. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +58 -58
  26. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +317 -107
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
  28. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
  30. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +4664 -2065
  33. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
  34. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
  35. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
  36. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
  37. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  38. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +195 -195
  39. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +441 -441
  40. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +309 -309
  41. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +123 -123
  42. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  43. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  47. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  48. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  49. cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
  50. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
  51. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  52. cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  53. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  54. cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
  55. cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
  56. cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
  57. cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
  58. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  59. {cdktf_cdktf_provider_upcloud-14.11.3.dist-info → cdktf_cdktf_provider_upcloud-14.13.0.dist-info}/METADATA +6 -6
  60. cdktf_cdktf_provider_upcloud-14.13.0.dist-info/RECORD +64 -0
  61. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.11.3.jsii.tgz +0 -0
  62. cdktf_cdktf_provider_upcloud-14.11.3.dist-info/RECORD +0 -64
  63. {cdktf_cdktf_provider_upcloud-14.11.3.dist-info → cdktf_cdktf_provider_upcloud-14.13.0.dist-info}/LICENSE +0 -0
  64. {cdktf_cdktf_provider_upcloud-14.11.3.dist-info → cdktf_cdktf_provider_upcloud-14.13.0.dist-info}/WHEEL +0 -0
  65. {cdktf_cdktf_provider_upcloud-14.11.3.dist-info → cdktf_cdktf_provider_upcloud-14.13.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  r'''
2
2
  # `upcloud_loadbalancer`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_loadbalancer`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer).
4
+ Refer to the Terraform Registry for docs: [`upcloud_loadbalancer`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,23 +44,23 @@ class Loadbalancer(
44
44
  metaclass=jsii.JSIIMeta,
45
45
  jsii_type="@cdktf/provider-upcloud.loadbalancer.Loadbalancer",
46
46
  ):
47
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer upcloud_loadbalancer}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer upcloud_loadbalancer}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
51
51
  scope: _constructs_77d1e7e8.Construct,
52
- id_: builtins.str,
52
+ id: builtins.str,
53
53
  *,
54
54
  name: builtins.str,
55
55
  plan: builtins.str,
56
56
  zone: builtins.str,
57
57
  configured_status: typing.Optional[builtins.str] = None,
58
- id: typing.Optional[builtins.str] = None,
59
58
  labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
60
59
  maintenance_dow: typing.Optional[builtins.str] = None,
61
60
  maintenance_time: typing.Optional[builtins.str] = None,
62
61
  network: typing.Optional[builtins.str] = None,
63
62
  networks: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["LoadbalancerNetworks", typing.Dict[builtins.str, typing.Any]]]]] = None,
63
+ nodes: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["LoadbalancerNodes", typing.Dict[builtins.str, typing.Any]]]]] = None,
64
64
  connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
65
65
  count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
66
66
  depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
@@ -69,20 +69,20 @@ class Loadbalancer(
69
69
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
70
70
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
71
71
  ) -> None:
72
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer upcloud_loadbalancer} Resource.
72
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer upcloud_loadbalancer} Resource.
73
73
 
74
74
  :param scope: The scope in which to define this construct.
75
- :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
76
- :param name: The name of the service must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#name Loadbalancer#name}
77
- :param plan: Plan which the service will have. You can list available load balancer plans with ``upctl loadbalancer plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#plan Loadbalancer#plan}
78
- :param zone: Zone in which the service will be hosted, e.g. ``fi-hel1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#zone Loadbalancer#zone}
79
- :param configured_status: The service configured status indicates the service's current intended status. Managed by the customer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
80
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#id Loadbalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
81
- :param labels: User defined key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#labels Loadbalancer#labels}
82
- :param maintenance_dow: The day of the week on which maintenance will be performed. If not provided, we will randomly select a weekend day. Valid values ``monday|tuesday|wednesday|thursday|friday|saturday|sunday``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
83
- :param maintenance_time: The time at which the maintenance will begin in UTC. A 2-hour timeframe has been allocated for maintenance. During this period, the multi-node production plans will not experience any downtime, while the one-node plans will have a downtime of 1-2 minutes. If not provided, we will randomly select an off-peak time. Needs to be a valid time format in UTC HH:MM:SSZ, for example ``20:01:01Z``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
84
- :param network: Private network UUID where traffic will be routed. Must reside in load balancer zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#network Loadbalancer#network}
85
- :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#networks Loadbalancer#networks}
75
+ :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
76
+ :param name: The name of the service. Must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#name Loadbalancer#name}
77
+ :param plan: Plan which the service will have. You can list available load balancer plans with ``upctl loadbalancer plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
78
+ :param zone: Zone in which the service will be hosted, e.g. ``fi-hel1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
79
+ :param configured_status: The service configured status indicates the service's current intended status. Managed by the customer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
80
+ :param labels: User defined key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
81
+ :param maintenance_dow: The day of the week on which maintenance will be performed. If not provided, we will randomly select a weekend day. Valid values ``monday|tuesday|wednesday|thursday|friday|saturday|sunday``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
82
+ :param maintenance_time: The time at which the maintenance will begin in UTC. A 2-hour timeframe has been allocated for maintenance. During this period, the multi-node production plans will not experience any downtime, while the one-node plans will have a downtime of 1-2 minutes. If not provided, we will randomly select an off-peak time. Needs to be a valid time format in UTC HH:MM:SSZ, for example ``20:01:01Z``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
83
+ :param network: Private network UUID where traffic will be routed. Must reside in load balancer zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#network Loadbalancer#network}
84
+ :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
85
+ :param nodes: nodes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#nodes Loadbalancer#nodes}
86
86
  :param connection:
87
87
  :param count:
88
88
  :param depends_on:
@@ -94,18 +94,18 @@ class Loadbalancer(
94
94
  if __debug__:
95
95
  type_hints = typing.get_type_hints(_typecheckingstub__e082db6bc1d4641fe4f5a8395ca7b260d01349823ad7c840d9b912e178bbf3cd)
96
96
  check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
97
- check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
97
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
98
98
  config = LoadbalancerConfig(
99
99
  name=name,
100
100
  plan=plan,
101
101
  zone=zone,
102
102
  configured_status=configured_status,
103
- id=id,
104
103
  labels=labels,
105
104
  maintenance_dow=maintenance_dow,
106
105
  maintenance_time=maintenance_time,
107
106
  network=network,
108
107
  networks=networks,
108
+ nodes=nodes,
109
109
  connection=connection,
110
110
  count=count,
111
111
  depends_on=depends_on,
@@ -115,7 +115,7 @@ class Loadbalancer(
115
115
  provisioners=provisioners,
116
116
  )
117
117
 
118
- jsii.create(self.__class__, self, [scope, id_, config])
118
+ jsii.create(self.__class__, self, [scope, id, config])
119
119
 
120
120
  @jsii.member(jsii_name="generateConfigForImport")
121
121
  @builtins.classmethod
@@ -130,7 +130,7 @@ class Loadbalancer(
130
130
 
131
131
  :param scope: The scope in which to define this construct.
132
132
  :param import_to_id: The construct id used in the generated config for the Loadbalancer to import.
133
- :param import_from_id: The id of the existing Loadbalancer that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#import import section} in the documentation of this resource for the id to use
133
+ :param import_from_id: The id of the existing Loadbalancer that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#import import section} in the documentation of this resource for the id to use
134
134
  :param provider: ? Optional instance of the provider where the Loadbalancer to import is found.
135
135
  '''
136
136
  if __debug__:
@@ -154,14 +154,23 @@ class Loadbalancer(
154
154
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
155
155
  return typing.cast(None, jsii.invoke(self, "putNetworks", [value]))
156
156
 
157
+ @jsii.member(jsii_name="putNodes")
158
+ def put_nodes(
159
+ self,
160
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["LoadbalancerNodes", typing.Dict[builtins.str, typing.Any]]]],
161
+ ) -> None:
162
+ '''
163
+ :param value: -
164
+ '''
165
+ if __debug__:
166
+ type_hints = typing.get_type_hints(_typecheckingstub__2f1521f11ebf46ff8eeee7981f1e3e0d6ac91320edbac5e00d27613d9f4f52c4)
167
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
168
+ return typing.cast(None, jsii.invoke(self, "putNodes", [value]))
169
+
157
170
  @jsii.member(jsii_name="resetConfiguredStatus")
158
171
  def reset_configured_status(self) -> None:
159
172
  return typing.cast(None, jsii.invoke(self, "resetConfiguredStatus", []))
160
173
 
161
- @jsii.member(jsii_name="resetId")
162
- def reset_id(self) -> None:
163
- return typing.cast(None, jsii.invoke(self, "resetId", []))
164
-
165
174
  @jsii.member(jsii_name="resetLabels")
166
175
  def reset_labels(self) -> None:
167
176
  return typing.cast(None, jsii.invoke(self, "resetLabels", []))
@@ -182,6 +191,10 @@ class Loadbalancer(
182
191
  def reset_networks(self) -> None:
183
192
  return typing.cast(None, jsii.invoke(self, "resetNetworks", []))
184
193
 
194
+ @jsii.member(jsii_name="resetNodes")
195
+ def reset_nodes(self) -> None:
196
+ return typing.cast(None, jsii.invoke(self, "resetNodes", []))
197
+
185
198
  @jsii.member(jsii_name="synthesizeAttributes")
186
199
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
187
200
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
@@ -210,6 +223,11 @@ class Loadbalancer(
210
223
  def frontends(self) -> typing.List[builtins.str]:
211
224
  return typing.cast(typing.List[builtins.str], jsii.get(self, "frontends"))
212
225
 
226
+ @builtins.property
227
+ @jsii.member(jsii_name="id")
228
+ def id(self) -> builtins.str:
229
+ return typing.cast(builtins.str, jsii.get(self, "id"))
230
+
213
231
  @builtins.property
214
232
  @jsii.member(jsii_name="networks")
215
233
  def networks(self) -> "LoadbalancerNetworksList":
@@ -235,11 +253,6 @@ class Loadbalancer(
235
253
  def configured_status_input(self) -> typing.Optional[builtins.str]:
236
254
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "configuredStatusInput"))
237
255
 
238
- @builtins.property
239
- @jsii.member(jsii_name="idInput")
240
- def id_input(self) -> typing.Optional[builtins.str]:
241
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
242
-
243
256
  @builtins.property
244
257
  @jsii.member(jsii_name="labelsInput")
245
258
  def labels_input(
@@ -274,6 +287,13 @@ class Loadbalancer(
274
287
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]]:
275
288
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]], jsii.get(self, "networksInput"))
276
289
 
290
+ @builtins.property
291
+ @jsii.member(jsii_name="nodesInput")
292
+ def nodes_input(
293
+ self,
294
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodes"]]]:
295
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodes"]]], jsii.get(self, "nodesInput"))
296
+
277
297
  @builtins.property
278
298
  @jsii.member(jsii_name="planInput")
279
299
  def plan_input(self) -> typing.Optional[builtins.str]:
@@ -296,18 +316,6 @@ class Loadbalancer(
296
316
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
297
317
  jsii.set(self, "configuredStatus", value) # pyright: ignore[reportArgumentType]
298
318
 
299
- @builtins.property
300
- @jsii.member(jsii_name="id")
301
- def id(self) -> builtins.str:
302
- return typing.cast(builtins.str, jsii.get(self, "id"))
303
-
304
- @id.setter
305
- def id(self, value: builtins.str) -> None:
306
- if __debug__:
307
- type_hints = typing.get_type_hints(_typecheckingstub__55598aaad2eceda0a14be3fb7b853d4df20f76cbb967fcd4a3be653d5fd7530a)
308
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
309
- jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
310
-
311
319
  @builtins.property
312
320
  @jsii.member(jsii_name="labels")
313
321
  def labels(self) -> typing.Mapping[builtins.str, builtins.str]:
@@ -408,12 +416,12 @@ class Loadbalancer(
408
416
  "plan": "plan",
409
417
  "zone": "zone",
410
418
  "configured_status": "configuredStatus",
411
- "id": "id",
412
419
  "labels": "labels",
413
420
  "maintenance_dow": "maintenanceDow",
414
421
  "maintenance_time": "maintenanceTime",
415
422
  "network": "network",
416
423
  "networks": "networks",
424
+ "nodes": "nodes",
417
425
  },
418
426
  )
419
427
  class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
@@ -431,12 +439,12 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
431
439
  plan: builtins.str,
432
440
  zone: builtins.str,
433
441
  configured_status: typing.Optional[builtins.str] = None,
434
- id: typing.Optional[builtins.str] = None,
435
442
  labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
436
443
  maintenance_dow: typing.Optional[builtins.str] = None,
437
444
  maintenance_time: typing.Optional[builtins.str] = None,
438
445
  network: typing.Optional[builtins.str] = None,
439
446
  networks: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["LoadbalancerNetworks", typing.Dict[builtins.str, typing.Any]]]]] = None,
447
+ nodes: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["LoadbalancerNodes", typing.Dict[builtins.str, typing.Any]]]]] = None,
440
448
  ) -> None:
441
449
  '''
442
450
  :param connection:
@@ -446,16 +454,16 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
446
454
  :param lifecycle:
447
455
  :param provider:
448
456
  :param provisioners:
449
- :param name: The name of the service must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#name Loadbalancer#name}
450
- :param plan: Plan which the service will have. You can list available load balancer plans with ``upctl loadbalancer plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#plan Loadbalancer#plan}
451
- :param zone: Zone in which the service will be hosted, e.g. ``fi-hel1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#zone Loadbalancer#zone}
452
- :param configured_status: The service configured status indicates the service's current intended status. Managed by the customer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
453
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#id Loadbalancer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
454
- :param labels: User defined key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#labels Loadbalancer#labels}
455
- :param maintenance_dow: The day of the week on which maintenance will be performed. If not provided, we will randomly select a weekend day. Valid values ``monday|tuesday|wednesday|thursday|friday|saturday|sunday``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
456
- :param maintenance_time: The time at which the maintenance will begin in UTC. A 2-hour timeframe has been allocated for maintenance. During this period, the multi-node production plans will not experience any downtime, while the one-node plans will have a downtime of 1-2 minutes. If not provided, we will randomly select an off-peak time. Needs to be a valid time format in UTC HH:MM:SSZ, for example ``20:01:01Z``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
457
- :param network: Private network UUID where traffic will be routed. Must reside in load balancer zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#network Loadbalancer#network}
458
- :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#networks Loadbalancer#networks}
457
+ :param name: The name of the service. Must be unique within customer account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#name Loadbalancer#name}
458
+ :param plan: Plan which the service will have. You can list available load balancer plans with ``upctl loadbalancer plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
459
+ :param zone: Zone in which the service will be hosted, e.g. ``fi-hel1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
460
+ :param configured_status: The service configured status indicates the service's current intended status. Managed by the customer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
461
+ :param labels: User defined key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
462
+ :param maintenance_dow: The day of the week on which maintenance will be performed. If not provided, we will randomly select a weekend day. Valid values ``monday|tuesday|wednesday|thursday|friday|saturday|sunday``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
463
+ :param maintenance_time: The time at which the maintenance will begin in UTC. A 2-hour timeframe has been allocated for maintenance. During this period, the multi-node production plans will not experience any downtime, while the one-node plans will have a downtime of 1-2 minutes. If not provided, we will randomly select an off-peak time. Needs to be a valid time format in UTC HH:MM:SSZ, for example ``20:01:01Z``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
464
+ :param network: Private network UUID where traffic will be routed. Must reside in load balancer zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#network Loadbalancer#network}
465
+ :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
466
+ :param nodes: nodes block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#nodes Loadbalancer#nodes}
459
467
  '''
460
468
  if isinstance(lifecycle, dict):
461
469
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -472,12 +480,12 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
472
480
  check_type(argname="argument plan", value=plan, expected_type=type_hints["plan"])
473
481
  check_type(argname="argument zone", value=zone, expected_type=type_hints["zone"])
474
482
  check_type(argname="argument configured_status", value=configured_status, expected_type=type_hints["configured_status"])
475
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
476
483
  check_type(argname="argument labels", value=labels, expected_type=type_hints["labels"])
477
484
  check_type(argname="argument maintenance_dow", value=maintenance_dow, expected_type=type_hints["maintenance_dow"])
478
485
  check_type(argname="argument maintenance_time", value=maintenance_time, expected_type=type_hints["maintenance_time"])
479
486
  check_type(argname="argument network", value=network, expected_type=type_hints["network"])
480
487
  check_type(argname="argument networks", value=networks, expected_type=type_hints["networks"])
488
+ check_type(argname="argument nodes", value=nodes, expected_type=type_hints["nodes"])
481
489
  self._values: typing.Dict[builtins.str, typing.Any] = {
482
490
  "name": name,
483
491
  "plan": plan,
@@ -499,8 +507,6 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
499
507
  self._values["provisioners"] = provisioners
500
508
  if configured_status is not None:
501
509
  self._values["configured_status"] = configured_status
502
- if id is not None:
503
- self._values["id"] = id
504
510
  if labels is not None:
505
511
  self._values["labels"] = labels
506
512
  if maintenance_dow is not None:
@@ -511,6 +517,8 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
511
517
  self._values["network"] = network
512
518
  if networks is not None:
513
519
  self._values["networks"] = networks
520
+ if nodes is not None:
521
+ self._values["nodes"] = nodes
514
522
 
515
523
  @builtins.property
516
524
  def connection(
@@ -578,9 +586,9 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
578
586
 
579
587
  @builtins.property
580
588
  def name(self) -> builtins.str:
581
- '''The name of the service must be unique within customer account.
589
+ '''The name of the service. Must be unique within customer account.
582
590
 
583
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#name Loadbalancer#name}
591
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#name Loadbalancer#name}
584
592
  '''
585
593
  result = self._values.get("name")
586
594
  assert result is not None, "Required property 'name' is missing"
@@ -590,7 +598,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
590
598
  def plan(self) -> builtins.str:
591
599
  '''Plan which the service will have. You can list available load balancer plans with ``upctl loadbalancer plans``.
592
600
 
593
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#plan Loadbalancer#plan}
601
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
594
602
  '''
595
603
  result = self._values.get("plan")
596
604
  assert result is not None, "Required property 'plan' is missing"
@@ -600,7 +608,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
600
608
  def zone(self) -> builtins.str:
601
609
  '''Zone in which the service will be hosted, e.g. ``fi-hel1``. You can list available zones with ``upctl zone list``.
602
610
 
603
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#zone Loadbalancer#zone}
611
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
604
612
  '''
605
613
  result = self._values.get("zone")
606
614
  assert result is not None, "Required property 'zone' is missing"
@@ -610,26 +618,16 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
610
618
  def configured_status(self) -> typing.Optional[builtins.str]:
611
619
  '''The service configured status indicates the service's current intended status. Managed by the customer.
612
620
 
613
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
621
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
614
622
  '''
615
623
  result = self._values.get("configured_status")
616
624
  return typing.cast(typing.Optional[builtins.str], result)
617
625
 
618
- @builtins.property
619
- def id(self) -> typing.Optional[builtins.str]:
620
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#id Loadbalancer#id}.
621
-
622
- Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
623
- If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
624
- '''
625
- result = self._values.get("id")
626
- return typing.cast(typing.Optional[builtins.str], result)
627
-
628
626
  @builtins.property
629
627
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
630
628
  '''User defined key-value pairs to classify the load balancer.
631
629
 
632
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#labels Loadbalancer#labels}
630
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
633
631
  '''
634
632
  result = self._values.get("labels")
635
633
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -640,7 +638,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
640
638
 
641
639
  If not provided, we will randomly select a weekend day. Valid values ``monday|tuesday|wednesday|thursday|friday|saturday|sunday``.
642
640
 
643
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
641
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
644
642
  '''
645
643
  result = self._values.get("maintenance_dow")
646
644
  return typing.cast(typing.Optional[builtins.str], result)
@@ -651,7 +649,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
651
649
 
652
650
  A 2-hour timeframe has been allocated for maintenance. During this period, the multi-node production plans will not experience any downtime, while the one-node plans will have a downtime of 1-2 minutes. If not provided, we will randomly select an off-peak time. Needs to be a valid time format in UTC HH:MM:SSZ, for example ``20:01:01Z``.
653
651
 
654
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
652
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
655
653
  '''
656
654
  result = self._values.get("maintenance_time")
657
655
  return typing.cast(typing.Optional[builtins.str], result)
@@ -660,7 +658,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
660
658
  def network(self) -> typing.Optional[builtins.str]:
661
659
  '''Private network UUID where traffic will be routed. Must reside in load balancer zone.
662
660
 
663
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#network Loadbalancer#network}
661
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#network Loadbalancer#network}
664
662
  '''
665
663
  result = self._values.get("network")
666
664
  return typing.cast(typing.Optional[builtins.str], result)
@@ -671,11 +669,22 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
671
669
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]]:
672
670
  '''networks block.
673
671
 
674
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#networks Loadbalancer#networks}
672
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
675
673
  '''
676
674
  result = self._values.get("networks")
677
675
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]], result)
678
676
 
677
+ @builtins.property
678
+ def nodes(
679
+ self,
680
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodes"]]]:
681
+ '''nodes block.
682
+
683
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#nodes Loadbalancer#nodes}
684
+ '''
685
+ result = self._values.get("nodes")
686
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodes"]]], result)
687
+
679
688
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
680
689
  return isinstance(rhs, self.__class__) and rhs._values == self._values
681
690
 
@@ -708,10 +717,10 @@ class LoadbalancerNetworks:
708
717
  network: typing.Optional[builtins.str] = None,
709
718
  ) -> None:
710
719
  '''
711
- :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#family Loadbalancer#family}
712
- :param name: The name of the network must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#name Loadbalancer#name}
713
- :param type: The type of the network. Only one public network can be attached and at least one private network must be attached. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#type Loadbalancer#type}
714
- :param network: Private network UUID. Required for private networks and must reside in loadbalancer zone. For public network the field should be omitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#network Loadbalancer#network}
720
+ :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#family Loadbalancer#family}
721
+ :param name: The name of the network. Must be unique within the service. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#name Loadbalancer#name}
722
+ :param type: The type of the network. Only one public network can be attached and at least one private network must be attached. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#type Loadbalancer#type}
723
+ :param network: Private network UUID. Required for private networks and must reside in loadbalancer zone. For public network the field should be omitted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#network Loadbalancer#network}
715
724
  '''
716
725
  if __debug__:
717
726
  type_hints = typing.get_type_hints(_typecheckingstub__f7bc3b31db01be8fcdb6dd15ccf511434856f0866752f9ec14fbf89082bb48ed)
@@ -731,7 +740,7 @@ class LoadbalancerNetworks:
731
740
  def family(self) -> builtins.str:
732
741
  '''Network family. Currently only ``IPv4`` is supported.
733
742
 
734
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#family Loadbalancer#family}
743
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#family Loadbalancer#family}
735
744
  '''
736
745
  result = self._values.get("family")
737
746
  assert result is not None, "Required property 'family' is missing"
@@ -739,9 +748,9 @@ class LoadbalancerNetworks:
739
748
 
740
749
  @builtins.property
741
750
  def name(self) -> builtins.str:
742
- '''The name of the network must be unique within the service.
751
+ '''The name of the network. Must be unique within the service.
743
752
 
744
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#name Loadbalancer#name}
753
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#name Loadbalancer#name}
745
754
  '''
746
755
  result = self._values.get("name")
747
756
  assert result is not None, "Required property 'name' is missing"
@@ -753,7 +762,7 @@ class LoadbalancerNetworks:
753
762
 
754
763
  Only one public network can be attached and at least one private network must be attached.
755
764
 
756
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#type Loadbalancer#type}
765
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#type Loadbalancer#type}
757
766
  '''
758
767
  result = self._values.get("type")
759
768
  assert result is not None, "Required property 'type' is missing"
@@ -765,7 +774,7 @@ class LoadbalancerNetworks:
765
774
 
766
775
  Required for private networks and must reside in loadbalancer zone. For public network the field should be omitted.
767
776
 
768
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.11.3/docs/resources/loadbalancer#network Loadbalancer#network}
777
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#network Loadbalancer#network}
769
778
  '''
770
779
  result = self._values.get("network")
771
780
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1001,11 +1010,34 @@ class LoadbalancerNetworksOutputReference(
1001
1010
  @jsii.data_type(
1002
1011
  jsii_type="@cdktf/provider-upcloud.loadbalancer.LoadbalancerNodes",
1003
1012
  jsii_struct_bases=[],
1004
- name_mapping={},
1013
+ name_mapping={"networks": "networks"},
1005
1014
  )
1006
1015
  class LoadbalancerNodes:
1007
- def __init__(self) -> None:
1016
+ def __init__(
1017
+ self,
1018
+ *,
1019
+ networks: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["LoadbalancerNodesNetworks", typing.Dict[builtins.str, typing.Any]]]]] = None,
1020
+ ) -> None:
1021
+ '''
1022
+ :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
1023
+ '''
1024
+ if __debug__:
1025
+ type_hints = typing.get_type_hints(_typecheckingstub__a881200b356de95f693e0deaef66e4a91b6a436323b5ba3b6ef5fefea7e937c1)
1026
+ check_type(argname="argument networks", value=networks, expected_type=type_hints["networks"])
1008
1027
  self._values: typing.Dict[builtins.str, typing.Any] = {}
1028
+ if networks is not None:
1029
+ self._values["networks"] = networks
1030
+
1031
+ @builtins.property
1032
+ def networks(
1033
+ self,
1034
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodesNetworks"]]]:
1035
+ '''networks block.
1036
+
1037
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
1038
+ '''
1039
+ result = self._values.get("networks")
1040
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodesNetworks"]]], result)
1009
1041
 
1010
1042
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1011
1043
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -1091,15 +1123,55 @@ class LoadbalancerNodesList(
1091
1123
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1092
1124
  jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1093
1125
 
1126
+ @builtins.property
1127
+ @jsii.member(jsii_name="internalValue")
1128
+ def internal_value(
1129
+ self,
1130
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodes]]]:
1131
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodes]]], jsii.get(self, "internalValue"))
1132
+
1133
+ @internal_value.setter
1134
+ def internal_value(
1135
+ self,
1136
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodes]]],
1137
+ ) -> None:
1138
+ if __debug__:
1139
+ type_hints = typing.get_type_hints(_typecheckingstub__8c26e22a2108b045bb11107c4cd259f1426d32c849e81c4b0e966b9ad68a334b)
1140
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1141
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1142
+
1094
1143
 
1095
1144
  @jsii.data_type(
1096
1145
  jsii_type="@cdktf/provider-upcloud.loadbalancer.LoadbalancerNodesNetworks",
1097
1146
  jsii_struct_bases=[],
1098
- name_mapping={},
1147
+ name_mapping={"ip_addresses": "ipAddresses"},
1099
1148
  )
1100
1149
  class LoadbalancerNodesNetworks:
1101
- def __init__(self) -> None:
1150
+ def __init__(
1151
+ self,
1152
+ *,
1153
+ ip_addresses: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["LoadbalancerNodesNetworksIpAddresses", typing.Dict[builtins.str, typing.Any]]]]] = None,
1154
+ ) -> None:
1155
+ '''
1156
+ :param ip_addresses: ip_addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#ip_addresses Loadbalancer#ip_addresses}
1157
+ '''
1158
+ if __debug__:
1159
+ type_hints = typing.get_type_hints(_typecheckingstub__ca9046e726eba7ee349d6a0fb27eee1f4ac0e8a41e1d1bd47881a1f137c49019)
1160
+ check_type(argname="argument ip_addresses", value=ip_addresses, expected_type=type_hints["ip_addresses"])
1102
1161
  self._values: typing.Dict[builtins.str, typing.Any] = {}
1162
+ if ip_addresses is not None:
1163
+ self._values["ip_addresses"] = ip_addresses
1164
+
1165
+ @builtins.property
1166
+ def ip_addresses(
1167
+ self,
1168
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodesNetworksIpAddresses"]]]:
1169
+ '''ip_addresses block.
1170
+
1171
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.0/docs/resources/loadbalancer#ip_addresses Loadbalancer#ip_addresses}
1172
+ '''
1173
+ result = self._values.get("ip_addresses")
1174
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNodesNetworksIpAddresses"]]], result)
1103
1175
 
1104
1176
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1105
1177
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -1209,6 +1281,23 @@ class LoadbalancerNodesNetworksIpAddressesList(
1209
1281
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1210
1282
  jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1211
1283
 
1284
+ @builtins.property
1285
+ @jsii.member(jsii_name="internalValue")
1286
+ def internal_value(
1287
+ self,
1288
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworksIpAddresses]]]:
1289
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworksIpAddresses]]], jsii.get(self, "internalValue"))
1290
+
1291
+ @internal_value.setter
1292
+ def internal_value(
1293
+ self,
1294
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworksIpAddresses]]],
1295
+ ) -> None:
1296
+ if __debug__:
1297
+ type_hints = typing.get_type_hints(_typecheckingstub__b60f428d6bf5bb9c7bc7759b633adfbfeebf8dd7ab49b99e2bc1b233e72642bb)
1298
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1299
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1300
+
1212
1301
 
1213
1302
  class LoadbalancerNodesNetworksIpAddressesOutputReference(
1214
1303
  _cdktf_9a9027ec.ComplexObject,
@@ -1248,13 +1337,15 @@ class LoadbalancerNodesNetworksIpAddressesOutputReference(
1248
1337
 
1249
1338
  @builtins.property
1250
1339
  @jsii.member(jsii_name="internalValue")
1251
- def internal_value(self) -> typing.Optional[LoadbalancerNodesNetworksIpAddresses]:
1252
- return typing.cast(typing.Optional[LoadbalancerNodesNetworksIpAddresses], jsii.get(self, "internalValue"))
1340
+ def internal_value(
1341
+ self,
1342
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworksIpAddresses]]:
1343
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworksIpAddresses]], jsii.get(self, "internalValue"))
1253
1344
 
1254
1345
  @internal_value.setter
1255
1346
  def internal_value(
1256
1347
  self,
1257
- value: typing.Optional[LoadbalancerNodesNetworksIpAddresses],
1348
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworksIpAddresses]],
1258
1349
  ) -> None:
1259
1350
  if __debug__:
1260
1351
  type_hints = typing.get_type_hints(_typecheckingstub__369e414e56e4992aa831b9260c031be844155095f9eb802a2be991bc6c3d175c)
@@ -1334,6 +1425,23 @@ class LoadbalancerNodesNetworksList(
1334
1425
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1335
1426
  jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1336
1427
 
1428
+ @builtins.property
1429
+ @jsii.member(jsii_name="internalValue")
1430
+ def internal_value(
1431
+ self,
1432
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworks]]]:
1433
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworks]]], jsii.get(self, "internalValue"))
1434
+
1435
+ @internal_value.setter
1436
+ def internal_value(
1437
+ self,
1438
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworks]]],
1439
+ ) -> None:
1440
+ if __debug__:
1441
+ type_hints = typing.get_type_hints(_typecheckingstub__29af6b74b3f5410e7761febd00cdad14b6820d5eb391f20aef21a4935711c21e)
1442
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1443
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1444
+
1337
1445
 
1338
1446
  class LoadbalancerNodesNetworksOutputReference(
1339
1447
  _cdktf_9a9027ec.ComplexObject,
@@ -1361,6 +1469,23 @@ class LoadbalancerNodesNetworksOutputReference(
1361
1469
  check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
1362
1470
  jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
1363
1471
 
1472
+ @jsii.member(jsii_name="putIpAddresses")
1473
+ def put_ip_addresses(
1474
+ self,
1475
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodesNetworksIpAddresses, typing.Dict[builtins.str, typing.Any]]]],
1476
+ ) -> None:
1477
+ '''
1478
+ :param value: -
1479
+ '''
1480
+ if __debug__:
1481
+ type_hints = typing.get_type_hints(_typecheckingstub__600931cbf31de4334a02cd7c5a4e0fc1f2b9057763c70b97e40832c648ac66e4)
1482
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1483
+ return typing.cast(None, jsii.invoke(self, "putIpAddresses", [value]))
1484
+
1485
+ @jsii.member(jsii_name="resetIpAddresses")
1486
+ def reset_ip_addresses(self) -> None:
1487
+ return typing.cast(None, jsii.invoke(self, "resetIpAddresses", []))
1488
+
1364
1489
  @builtins.property
1365
1490
  @jsii.member(jsii_name="ipAddresses")
1366
1491
  def ip_addresses(self) -> LoadbalancerNodesNetworksIpAddressesList:
@@ -1376,13 +1501,25 @@ class LoadbalancerNodesNetworksOutputReference(
1376
1501
  def type(self) -> builtins.str:
1377
1502
  return typing.cast(builtins.str, jsii.get(self, "type"))
1378
1503
 
1504
+ @builtins.property
1505
+ @jsii.member(jsii_name="ipAddressesInput")
1506
+ def ip_addresses_input(
1507
+ self,
1508
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworksIpAddresses]]]:
1509
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworksIpAddresses]]], jsii.get(self, "ipAddressesInput"))
1510
+
1379
1511
  @builtins.property
1380
1512
  @jsii.member(jsii_name="internalValue")
1381
- def internal_value(self) -> typing.Optional[LoadbalancerNodesNetworks]:
1382
- return typing.cast(typing.Optional[LoadbalancerNodesNetworks], jsii.get(self, "internalValue"))
1513
+ def internal_value(
1514
+ self,
1515
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworks]]:
1516
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworks]], jsii.get(self, "internalValue"))
1383
1517
 
1384
1518
  @internal_value.setter
1385
- def internal_value(self, value: typing.Optional[LoadbalancerNodesNetworks]) -> None:
1519
+ def internal_value(
1520
+ self,
1521
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworks]],
1522
+ ) -> None:
1386
1523
  if __debug__:
1387
1524
  type_hints = typing.get_type_hints(_typecheckingstub__262e7a253318311924384096b26384e3d8f779be2e721072596a0ddd8169d73a)
1388
1525
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
@@ -1415,6 +1552,23 @@ class LoadbalancerNodesOutputReference(
1415
1552
  check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
1416
1553
  jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
1417
1554
 
1555
+ @jsii.member(jsii_name="putNetworks")
1556
+ def put_networks(
1557
+ self,
1558
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodesNetworks, typing.Dict[builtins.str, typing.Any]]]],
1559
+ ) -> None:
1560
+ '''
1561
+ :param value: -
1562
+ '''
1563
+ if __debug__:
1564
+ type_hints = typing.get_type_hints(_typecheckingstub__178e31365d240e9c33f0469f17baaffda0ec4b8e60e45b80722b02b709b8a8a8)
1565
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1566
+ return typing.cast(None, jsii.invoke(self, "putNetworks", [value]))
1567
+
1568
+ @jsii.member(jsii_name="resetNetworks")
1569
+ def reset_networks(self) -> None:
1570
+ return typing.cast(None, jsii.invoke(self, "resetNetworks", []))
1571
+
1418
1572
  @builtins.property
1419
1573
  @jsii.member(jsii_name="networks")
1420
1574
  def networks(self) -> LoadbalancerNodesNetworksList:
@@ -1425,13 +1579,25 @@ class LoadbalancerNodesOutputReference(
1425
1579
  def operational_state(self) -> builtins.str:
1426
1580
  return typing.cast(builtins.str, jsii.get(self, "operationalState"))
1427
1581
 
1582
+ @builtins.property
1583
+ @jsii.member(jsii_name="networksInput")
1584
+ def networks_input(
1585
+ self,
1586
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworks]]]:
1587
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworks]]], jsii.get(self, "networksInput"))
1588
+
1428
1589
  @builtins.property
1429
1590
  @jsii.member(jsii_name="internalValue")
1430
- def internal_value(self) -> typing.Optional[LoadbalancerNodes]:
1431
- return typing.cast(typing.Optional[LoadbalancerNodes], jsii.get(self, "internalValue"))
1591
+ def internal_value(
1592
+ self,
1593
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodes]]:
1594
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodes]], jsii.get(self, "internalValue"))
1432
1595
 
1433
1596
  @internal_value.setter
1434
- def internal_value(self, value: typing.Optional[LoadbalancerNodes]) -> None:
1597
+ def internal_value(
1598
+ self,
1599
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodes]],
1600
+ ) -> None:
1435
1601
  if __debug__:
1436
1602
  type_hints = typing.get_type_hints(_typecheckingstub__33696fc1251fc7c589953a7ea2c9d2e98af35ecfd2acf5a20cc06c18b2aba3a8)
1437
1603
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
@@ -1459,18 +1625,18 @@ publication.publish()
1459
1625
 
1460
1626
  def _typecheckingstub__e082db6bc1d4641fe4f5a8395ca7b260d01349823ad7c840d9b912e178bbf3cd(
1461
1627
  scope: _constructs_77d1e7e8.Construct,
1462
- id_: builtins.str,
1628
+ id: builtins.str,
1463
1629
  *,
1464
1630
  name: builtins.str,
1465
1631
  plan: builtins.str,
1466
1632
  zone: builtins.str,
1467
1633
  configured_status: typing.Optional[builtins.str] = None,
1468
- id: typing.Optional[builtins.str] = None,
1469
1634
  labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1470
1635
  maintenance_dow: typing.Optional[builtins.str] = None,
1471
1636
  maintenance_time: typing.Optional[builtins.str] = None,
1472
1637
  network: typing.Optional[builtins.str] = None,
1473
1638
  networks: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNetworks, typing.Dict[builtins.str, typing.Any]]]]] = None,
1639
+ nodes: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodes, typing.Dict[builtins.str, typing.Any]]]]] = None,
1474
1640
  connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
1475
1641
  count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
1476
1642
  depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
@@ -1497,13 +1663,13 @@ def _typecheckingstub__7ca67cf47cacc4ff22593553aebd9e6a0d0ede15d0f9f321237571ad1
1497
1663
  """Type checking stubs"""
1498
1664
  pass
1499
1665
 
1500
- def _typecheckingstub__cac297cc6127c6857ead70f55b94c946baef2db017d351dab8e481611478b8ff(
1501
- value: builtins.str,
1666
+ def _typecheckingstub__2f1521f11ebf46ff8eeee7981f1e3e0d6ac91320edbac5e00d27613d9f4f52c4(
1667
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodes, typing.Dict[builtins.str, typing.Any]]]],
1502
1668
  ) -> None:
1503
1669
  """Type checking stubs"""
1504
1670
  pass
1505
1671
 
1506
- def _typecheckingstub__55598aaad2eceda0a14be3fb7b853d4df20f76cbb967fcd4a3be653d5fd7530a(
1672
+ def _typecheckingstub__cac297cc6127c6857ead70f55b94c946baef2db017d351dab8e481611478b8ff(
1507
1673
  value: builtins.str,
1508
1674
  ) -> None:
1509
1675
  """Type checking stubs"""
@@ -1564,12 +1730,12 @@ def _typecheckingstub__6ad78abeb447854e5bbf7e2b28bbd5ad83ea1471fcd2bfe5ce445ca29
1564
1730
  plan: builtins.str,
1565
1731
  zone: builtins.str,
1566
1732
  configured_status: typing.Optional[builtins.str] = None,
1567
- id: typing.Optional[builtins.str] = None,
1568
1733
  labels: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
1569
1734
  maintenance_dow: typing.Optional[builtins.str] = None,
1570
1735
  maintenance_time: typing.Optional[builtins.str] = None,
1571
1736
  network: typing.Optional[builtins.str] = None,
1572
1737
  networks: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNetworks, typing.Dict[builtins.str, typing.Any]]]]] = None,
1738
+ nodes: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodes, typing.Dict[builtins.str, typing.Any]]]]] = None,
1573
1739
  ) -> None:
1574
1740
  """Type checking stubs"""
1575
1741
  pass
@@ -1661,6 +1827,13 @@ def _typecheckingstub__f9dd12a48c92d6732d0cf306fc61633e91a41c2810d46a04ec5d2f606
1661
1827
  """Type checking stubs"""
1662
1828
  pass
1663
1829
 
1830
+ def _typecheckingstub__a881200b356de95f693e0deaef66e4a91b6a436323b5ba3b6ef5fefea7e937c1(
1831
+ *,
1832
+ networks: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodesNetworks, typing.Dict[builtins.str, typing.Any]]]]] = None,
1833
+ ) -> None:
1834
+ """Type checking stubs"""
1835
+ pass
1836
+
1664
1837
  def _typecheckingstub__2cf1e8db35e643247f6c267497bcf23c48a27385cb161e9d15f16e35b8a8352d(
1665
1838
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1666
1839
  terraform_attribute: builtins.str,
@@ -1693,6 +1866,19 @@ def _typecheckingstub__24f19e1881c65a17428db440be54a55772971377da46408935d597fa5
1693
1866
  """Type checking stubs"""
1694
1867
  pass
1695
1868
 
1869
+ def _typecheckingstub__8c26e22a2108b045bb11107c4cd259f1426d32c849e81c4b0e966b9ad68a334b(
1870
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodes]]],
1871
+ ) -> None:
1872
+ """Type checking stubs"""
1873
+ pass
1874
+
1875
+ def _typecheckingstub__ca9046e726eba7ee349d6a0fb27eee1f4ac0e8a41e1d1bd47881a1f137c49019(
1876
+ *,
1877
+ ip_addresses: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodesNetworksIpAddresses, typing.Dict[builtins.str, typing.Any]]]]] = None,
1878
+ ) -> None:
1879
+ """Type checking stubs"""
1880
+ pass
1881
+
1696
1882
  def _typecheckingstub__dd2e515c3ae4492d26fc090c17d8ca867433e797045e282b23f4a4e67fc92050(
1697
1883
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1698
1884
  terraform_attribute: builtins.str,
@@ -1725,6 +1911,12 @@ def _typecheckingstub__64e7a2feb909b392174ce61ce5b34f84cb93b8938418eff4b85c40ec5
1725
1911
  """Type checking stubs"""
1726
1912
  pass
1727
1913
 
1914
+ def _typecheckingstub__b60f428d6bf5bb9c7bc7759b633adfbfeebf8dd7ab49b99e2bc1b233e72642bb(
1915
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworksIpAddresses]]],
1916
+ ) -> None:
1917
+ """Type checking stubs"""
1918
+ pass
1919
+
1728
1920
  def _typecheckingstub__050f0a3d343aefc85ace4cd64ee3eb2d6f8c2ef344383ac24e313f9f0dc7f0f6(
1729
1921
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1730
1922
  terraform_attribute: builtins.str,
@@ -1735,7 +1927,7 @@ def _typecheckingstub__050f0a3d343aefc85ace4cd64ee3eb2d6f8c2ef344383ac24e313f9f0
1735
1927
  pass
1736
1928
 
1737
1929
  def _typecheckingstub__369e414e56e4992aa831b9260c031be844155095f9eb802a2be991bc6c3d175c(
1738
- value: typing.Optional[LoadbalancerNodesNetworksIpAddresses],
1930
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworksIpAddresses]],
1739
1931
  ) -> None:
1740
1932
  """Type checking stubs"""
1741
1933
  pass
@@ -1772,6 +1964,12 @@ def _typecheckingstub__f6caf5fd1f9223d699a198757c5ab2f21e865303d7b15c4e11786faf7
1772
1964
  """Type checking stubs"""
1773
1965
  pass
1774
1966
 
1967
+ def _typecheckingstub__29af6b74b3f5410e7761febd00cdad14b6820d5eb391f20aef21a4935711c21e(
1968
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[LoadbalancerNodesNetworks]]],
1969
+ ) -> None:
1970
+ """Type checking stubs"""
1971
+ pass
1972
+
1775
1973
  def _typecheckingstub__274438494cd307f7763989f9bf1f03ce3def7bbc8adbb525804d3582256b2648(
1776
1974
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1777
1975
  terraform_attribute: builtins.str,
@@ -1781,8 +1979,14 @@ def _typecheckingstub__274438494cd307f7763989f9bf1f03ce3def7bbc8adbb525804d35822
1781
1979
  """Type checking stubs"""
1782
1980
  pass
1783
1981
 
1982
+ def _typecheckingstub__600931cbf31de4334a02cd7c5a4e0fc1f2b9057763c70b97e40832c648ac66e4(
1983
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodesNetworksIpAddresses, typing.Dict[builtins.str, typing.Any]]]],
1984
+ ) -> None:
1985
+ """Type checking stubs"""
1986
+ pass
1987
+
1784
1988
  def _typecheckingstub__262e7a253318311924384096b26384e3d8f779be2e721072596a0ddd8169d73a(
1785
- value: typing.Optional[LoadbalancerNodesNetworks],
1989
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworks]],
1786
1990
  ) -> None:
1787
1991
  """Type checking stubs"""
1788
1992
  pass
@@ -1796,8 +2000,14 @@ def _typecheckingstub__8122e4ee00f7d62813dfe3e84435e3a633d77172e51359c71eb5d8659
1796
2000
  """Type checking stubs"""
1797
2001
  pass
1798
2002
 
2003
+ def _typecheckingstub__178e31365d240e9c33f0469f17baaffda0ec4b8e60e45b80722b02b709b8a8a8(
2004
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodesNetworks, typing.Dict[builtins.str, typing.Any]]]],
2005
+ ) -> None:
2006
+ """Type checking stubs"""
2007
+ pass
2008
+
1799
2009
  def _typecheckingstub__33696fc1251fc7c589953a7ea2c9d2e98af35ecfd2acf5a20cc06c18b2aba3a8(
1800
- value: typing.Optional[LoadbalancerNodes],
2010
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodes]],
1801
2011
  ) -> None:
1802
2012
  """Type checking stubs"""
1803
2013
  pass