cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.9.1__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 (62) 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.9.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
  21. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
  22. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
  23. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
  24. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
  25. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
  26. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
  28. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
  33. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
  34. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
  35. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
  36. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
  37. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +314 -268
  38. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +464 -464
  39. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +510 -416
  40. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +218 -172
  41. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
  42. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
  47. cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
  48. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
  49. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
  50. cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
  51. cdktf_cdktf_provider_upcloud/router/__init__.py +33 -33
  52. cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
  53. cdktf_cdktf_provider_upcloud/server_group/__init__.py +24 -24
  54. cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
  55. cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
  56. {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
  57. cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
  58. {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
  59. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
  60. cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
  61. {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
  62. {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.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.9.0/docs/resources/loadbalancer).
4
+ Refer to the Terraform Registry for docs: [`upcloud_loadbalancer`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class Loadbalancer(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.loadbalancer.Loadbalancer",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer upcloud_loadbalancer}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer upcloud_loadbalancer}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -54,20 +54,20 @@ class Loadbalancer(
54
54
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
55
55
  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,
56
56
  ) -> None:
57
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer upcloud_loadbalancer} Resource.
57
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer upcloud_loadbalancer} Resource.
58
58
 
59
59
  :param scope: The scope in which to define this construct.
60
60
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
61
- :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.9.0/docs/resources/loadbalancer#name Loadbalancer#name}
62
- :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.9.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
63
- :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.9.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
64
- :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.9.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
65
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/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.
66
- :param labels: Key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
67
- :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.9.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
68
- :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.9.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
69
- :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.9.0/docs/resources/loadbalancer#network Loadbalancer#network}
70
- :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
61
+ :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.9.1/docs/resources/loadbalancer#name Loadbalancer#name}
62
+ :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.9.1/docs/resources/loadbalancer#plan Loadbalancer#plan}
63
+ :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.9.1/docs/resources/loadbalancer#zone Loadbalancer#zone}
64
+ :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.9.1/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
65
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.
66
+ :param labels: Key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#labels Loadbalancer#labels}
67
+ :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.9.1/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
68
+ :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.9.1/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
69
+ :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.9.1/docs/resources/loadbalancer#network Loadbalancer#network}
70
+ :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#networks Loadbalancer#networks}
71
71
  :param connection:
72
72
  :param count:
73
73
  :param depends_on:
@@ -115,7 +115,7 @@ class Loadbalancer(
115
115
 
116
116
  :param scope: The scope in which to define this construct.
117
117
  :param import_to_id: The construct id used in the generated config for the Loadbalancer to import.
118
- :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.9.0/docs/resources/loadbalancer#import import section} in the documentation of this resource for the id to use
118
+ :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.9.1/docs/resources/loadbalancer#import import section} in the documentation of this resource for the id to use
119
119
  :param provider: ? Optional instance of the provider where the Loadbalancer to import is found.
120
120
  '''
121
121
  if __debug__:
@@ -279,7 +279,7 @@ class Loadbalancer(
279
279
  if __debug__:
280
280
  type_hints = typing.get_type_hints(_typecheckingstub__cac297cc6127c6857ead70f55b94c946baef2db017d351dab8e481611478b8ff)
281
281
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
282
- jsii.set(self, "configuredStatus", value)
282
+ jsii.set(self, "configuredStatus", value) # pyright: ignore[reportArgumentType]
283
283
 
284
284
  @builtins.property
285
285
  @jsii.member(jsii_name="id")
@@ -291,7 +291,7 @@ class Loadbalancer(
291
291
  if __debug__:
292
292
  type_hints = typing.get_type_hints(_typecheckingstub__55598aaad2eceda0a14be3fb7b853d4df20f76cbb967fcd4a3be653d5fd7530a)
293
293
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
294
- jsii.set(self, "id", value)
294
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
295
295
 
296
296
  @builtins.property
297
297
  @jsii.member(jsii_name="labels")
@@ -303,7 +303,7 @@ class Loadbalancer(
303
303
  if __debug__:
304
304
  type_hints = typing.get_type_hints(_typecheckingstub__bbbff3ae1f2c1edf762145bd6bf1563504ea39b7abbeb2e11e743f32c787aca0)
305
305
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
306
- jsii.set(self, "labels", value)
306
+ jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
307
307
 
308
308
  @builtins.property
309
309
  @jsii.member(jsii_name="maintenanceDow")
@@ -315,7 +315,7 @@ class Loadbalancer(
315
315
  if __debug__:
316
316
  type_hints = typing.get_type_hints(_typecheckingstub__c1c172f4d3ecc0a3e00cc223550a20f38dc1fca823bfab5e22d9d46d5451fa1d)
317
317
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
318
- jsii.set(self, "maintenanceDow", value)
318
+ jsii.set(self, "maintenanceDow", value) # pyright: ignore[reportArgumentType]
319
319
 
320
320
  @builtins.property
321
321
  @jsii.member(jsii_name="maintenanceTime")
@@ -327,7 +327,7 @@ class Loadbalancer(
327
327
  if __debug__:
328
328
  type_hints = typing.get_type_hints(_typecheckingstub__8b4e3d2b55c8c105d3febe7dd34482dc24ca57eaa871619acb5e5ac9f7858a85)
329
329
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
330
- jsii.set(self, "maintenanceTime", value)
330
+ jsii.set(self, "maintenanceTime", value) # pyright: ignore[reportArgumentType]
331
331
 
332
332
  @builtins.property
333
333
  @jsii.member(jsii_name="name")
@@ -339,7 +339,7 @@ class Loadbalancer(
339
339
  if __debug__:
340
340
  type_hints = typing.get_type_hints(_typecheckingstub__36deb33fad5f5d16508c93e2fa76d019c0b115fe9ae9041544dfeaafd965f8c6)
341
341
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
342
- jsii.set(self, "name", value)
342
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
343
343
 
344
344
  @builtins.property
345
345
  @jsii.member(jsii_name="network")
@@ -351,7 +351,7 @@ class Loadbalancer(
351
351
  if __debug__:
352
352
  type_hints = typing.get_type_hints(_typecheckingstub__0f8bbaadf718f00aca50e75307b962be48e7b7bba69c0c326bae40373d2d94d1)
353
353
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
354
- jsii.set(self, "network", value)
354
+ jsii.set(self, "network", value) # pyright: ignore[reportArgumentType]
355
355
 
356
356
  @builtins.property
357
357
  @jsii.member(jsii_name="plan")
@@ -363,7 +363,7 @@ class Loadbalancer(
363
363
  if __debug__:
364
364
  type_hints = typing.get_type_hints(_typecheckingstub__bd2b0d5fa5ffdff4f7bcbeffff81fcc2645b283f7a838d75bc0d6a54b1191b70)
365
365
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
366
- jsii.set(self, "plan", value)
366
+ jsii.set(self, "plan", value) # pyright: ignore[reportArgumentType]
367
367
 
368
368
  @builtins.property
369
369
  @jsii.member(jsii_name="zone")
@@ -375,7 +375,7 @@ class Loadbalancer(
375
375
  if __debug__:
376
376
  type_hints = typing.get_type_hints(_typecheckingstub__ae3ac3fe11bc3b1efa594ea7185bab1d0dae41ef9fc7d626591e61185104be88)
377
377
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
378
- jsii.set(self, "zone", value)
378
+ jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
379
379
 
380
380
 
381
381
  @jsii.data_type(
@@ -431,16 +431,16 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
431
431
  :param lifecycle:
432
432
  :param provider:
433
433
  :param provisioners:
434
- :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.9.0/docs/resources/loadbalancer#name Loadbalancer#name}
435
- :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.9.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
436
- :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.9.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
437
- :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.9.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
438
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/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.
439
- :param labels: Key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
440
- :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.9.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
441
- :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.9.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
442
- :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.9.0/docs/resources/loadbalancer#network Loadbalancer#network}
443
- :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
434
+ :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.9.1/docs/resources/loadbalancer#name Loadbalancer#name}
435
+ :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.9.1/docs/resources/loadbalancer#plan Loadbalancer#plan}
436
+ :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.9.1/docs/resources/loadbalancer#zone Loadbalancer#zone}
437
+ :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.9.1/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
438
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.
439
+ :param labels: Key-value pairs to classify the load balancer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#labels Loadbalancer#labels}
440
+ :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.9.1/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
441
+ :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.9.1/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
442
+ :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.9.1/docs/resources/loadbalancer#network Loadbalancer#network}
443
+ :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#networks Loadbalancer#networks}
444
444
  '''
445
445
  if isinstance(lifecycle, dict):
446
446
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -565,7 +565,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
565
565
  def name(self) -> builtins.str:
566
566
  '''The name of the service must be unique within customer account.
567
567
 
568
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#name Loadbalancer#name}
568
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#name Loadbalancer#name}
569
569
  '''
570
570
  result = self._values.get("name")
571
571
  assert result is not None, "Required property 'name' is missing"
@@ -575,7 +575,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
575
575
  def plan(self) -> builtins.str:
576
576
  '''Plan which the service will have. You can list available load balancer plans with ``upctl loadbalancer plans``.
577
577
 
578
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
578
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#plan Loadbalancer#plan}
579
579
  '''
580
580
  result = self._values.get("plan")
581
581
  assert result is not None, "Required property 'plan' is missing"
@@ -585,7 +585,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
585
585
  def zone(self) -> builtins.str:
586
586
  '''Zone in which the service will be hosted, e.g. ``fi-hel1``. You can list available zones with ``upctl zone list``.
587
587
 
588
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
588
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#zone Loadbalancer#zone}
589
589
  '''
590
590
  result = self._values.get("zone")
591
591
  assert result is not None, "Required property 'zone' is missing"
@@ -595,14 +595,14 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
595
595
  def configured_status(self) -> typing.Optional[builtins.str]:
596
596
  '''The service configured status indicates the service's current intended status. Managed by the customer.
597
597
 
598
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
598
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
599
599
  '''
600
600
  result = self._values.get("configured_status")
601
601
  return typing.cast(typing.Optional[builtins.str], result)
602
602
 
603
603
  @builtins.property
604
604
  def id(self) -> typing.Optional[builtins.str]:
605
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#id Loadbalancer#id}.
605
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#id Loadbalancer#id}.
606
606
 
607
607
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
608
608
  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.
@@ -614,7 +614,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
614
614
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
615
615
  '''Key-value pairs to classify the load balancer.
616
616
 
617
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
617
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#labels Loadbalancer#labels}
618
618
  '''
619
619
  result = self._values.get("labels")
620
620
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -625,7 +625,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
625
625
 
626
626
  If not provided, we will randomly select a weekend day. Valid values ``monday|tuesday|wednesday|thursday|friday|saturday|sunday``.
627
627
 
628
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
628
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
629
629
  '''
630
630
  result = self._values.get("maintenance_dow")
631
631
  return typing.cast(typing.Optional[builtins.str], result)
@@ -636,7 +636,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
636
636
 
637
637
  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``.
638
638
 
639
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
639
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
640
640
  '''
641
641
  result = self._values.get("maintenance_time")
642
642
  return typing.cast(typing.Optional[builtins.str], result)
@@ -645,7 +645,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
645
645
  def network(self) -> typing.Optional[builtins.str]:
646
646
  '''Private network UUID where traffic will be routed. Must reside in load balancer zone.
647
647
 
648
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#network Loadbalancer#network}
648
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#network Loadbalancer#network}
649
649
  '''
650
650
  result = self._values.get("network")
651
651
  return typing.cast(typing.Optional[builtins.str], result)
@@ -656,7 +656,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
656
656
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]]:
657
657
  '''networks block.
658
658
 
659
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
659
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#networks Loadbalancer#networks}
660
660
  '''
661
661
  result = self._values.get("networks")
662
662
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]], result)
@@ -693,10 +693,10 @@ class LoadbalancerNetworks:
693
693
  network: typing.Optional[builtins.str] = None,
694
694
  ) -> None:
695
695
  '''
696
- :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#family Loadbalancer#family}
697
- :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.9.0/docs/resources/loadbalancer#name Loadbalancer#name}
698
- :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.9.0/docs/resources/loadbalancer#type Loadbalancer#type}
699
- :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.9.0/docs/resources/loadbalancer#network Loadbalancer#network}
696
+ :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#family Loadbalancer#family}
697
+ :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.9.1/docs/resources/loadbalancer#name Loadbalancer#name}
698
+ :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.9.1/docs/resources/loadbalancer#type Loadbalancer#type}
699
+ :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.9.1/docs/resources/loadbalancer#network Loadbalancer#network}
700
700
  '''
701
701
  if __debug__:
702
702
  type_hints = typing.get_type_hints(_typecheckingstub__f7bc3b31db01be8fcdb6dd15ccf511434856f0866752f9ec14fbf89082bb48ed)
@@ -716,7 +716,7 @@ class LoadbalancerNetworks:
716
716
  def family(self) -> builtins.str:
717
717
  '''Network family. Currently only ``IPv4`` is supported.
718
718
 
719
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#family Loadbalancer#family}
719
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#family Loadbalancer#family}
720
720
  '''
721
721
  result = self._values.get("family")
722
722
  assert result is not None, "Required property 'family' is missing"
@@ -726,7 +726,7 @@ class LoadbalancerNetworks:
726
726
  def name(self) -> builtins.str:
727
727
  '''The name of the network must be unique within the service.
728
728
 
729
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#name Loadbalancer#name}
729
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#name Loadbalancer#name}
730
730
  '''
731
731
  result = self._values.get("name")
732
732
  assert result is not None, "Required property 'name' is missing"
@@ -738,7 +738,7 @@ class LoadbalancerNetworks:
738
738
 
739
739
  Only one public network can be attached and at least one private network must be attached.
740
740
 
741
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#type Loadbalancer#type}
741
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#type Loadbalancer#type}
742
742
  '''
743
743
  result = self._values.get("type")
744
744
  assert result is not None, "Required property 'type' is missing"
@@ -750,7 +750,7 @@ class LoadbalancerNetworks:
750
750
 
751
751
  Required for private networks and must reside in loadbalancer zone. For public network the field should be omitted.
752
752
 
753
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/loadbalancer#network Loadbalancer#network}
753
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/loadbalancer#network Loadbalancer#network}
754
754
  '''
755
755
  result = self._values.get("network")
756
756
  return typing.cast(typing.Optional[builtins.str], result)
@@ -811,7 +811,7 @@ class LoadbalancerNetworksList(
811
811
  if __debug__:
812
812
  type_hints = typing.get_type_hints(_typecheckingstub__ae06c341bf2904121aa578cea993140a4b7cb36064848cf4ca8ac65ec5f183cc)
813
813
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
814
- jsii.set(self, "terraformAttribute", value)
814
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
815
815
 
816
816
  @builtins.property
817
817
  @jsii.member(jsii_name="terraformResource")
@@ -824,7 +824,7 @@ class LoadbalancerNetworksList(
824
824
  if __debug__:
825
825
  type_hints = typing.get_type_hints(_typecheckingstub__2f1a9777a971e346428f181b2e941b84d7f0aef60fc2b188a37f9870c2b30944)
826
826
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
827
- jsii.set(self, "terraformResource", value)
827
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
828
828
 
829
829
  @builtins.property
830
830
  @jsii.member(jsii_name="wrapsSet")
@@ -837,7 +837,7 @@ class LoadbalancerNetworksList(
837
837
  if __debug__:
838
838
  type_hints = typing.get_type_hints(_typecheckingstub__de05d153cd78c157b2bd5fd1e716fa2ef2a05195baf8b9b445332ed2840aca24)
839
839
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
840
- jsii.set(self, "wrapsSet", value)
840
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
841
841
 
842
842
  @builtins.property
843
843
  @jsii.member(jsii_name="internalValue")
@@ -854,7 +854,7 @@ class LoadbalancerNetworksList(
854
854
  if __debug__:
855
855
  type_hints = typing.get_type_hints(_typecheckingstub__eed6b258e99225ed0f3a333b97e231b7b4028e60d3ca488b893523a44eaa4116)
856
856
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
857
- jsii.set(self, "internalValue", value)
857
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
858
858
 
859
859
 
860
860
  class LoadbalancerNetworksOutputReference(
@@ -927,7 +927,7 @@ class LoadbalancerNetworksOutputReference(
927
927
  if __debug__:
928
928
  type_hints = typing.get_type_hints(_typecheckingstub__635bd933976b88c2d50455372550651a43ea4553d95295b5746829a1ae9b2240)
929
929
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
930
- jsii.set(self, "family", value)
930
+ jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
931
931
 
932
932
  @builtins.property
933
933
  @jsii.member(jsii_name="name")
@@ -939,7 +939,7 @@ class LoadbalancerNetworksOutputReference(
939
939
  if __debug__:
940
940
  type_hints = typing.get_type_hints(_typecheckingstub__b33512dfe93bead3624d97b01704676e399044f4cd9af3eb687fb022c7a22459)
941
941
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
942
- jsii.set(self, "name", value)
942
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
943
943
 
944
944
  @builtins.property
945
945
  @jsii.member(jsii_name="network")
@@ -951,7 +951,7 @@ class LoadbalancerNetworksOutputReference(
951
951
  if __debug__:
952
952
  type_hints = typing.get_type_hints(_typecheckingstub__7732a1998fa55248248734e92238cd1a7b9d70c6bc6f96bc4280b410a48b8277)
953
953
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
954
- jsii.set(self, "network", value)
954
+ jsii.set(self, "network", value) # pyright: ignore[reportArgumentType]
955
955
 
956
956
  @builtins.property
957
957
  @jsii.member(jsii_name="type")
@@ -963,7 +963,7 @@ class LoadbalancerNetworksOutputReference(
963
963
  if __debug__:
964
964
  type_hints = typing.get_type_hints(_typecheckingstub__b5ea5397a777374ce7d5527fd05d41bd716166846a752e4ec1403dd812b74aa8)
965
965
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
966
- jsii.set(self, "type", value)
966
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
967
967
 
968
968
  @builtins.property
969
969
  @jsii.member(jsii_name="internalValue")
@@ -980,7 +980,7 @@ class LoadbalancerNetworksOutputReference(
980
980
  if __debug__:
981
981
  type_hints = typing.get_type_hints(_typecheckingstub__f9dd12a48c92d6732d0cf306fc61633e91a41c2810d46a04ec5d2f6061ea788c)
982
982
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
983
- jsii.set(self, "internalValue", value)
983
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
984
984
 
985
985
 
986
986
  @jsii.data_type(
@@ -1048,7 +1048,7 @@ class LoadbalancerNodesList(
1048
1048
  if __debug__:
1049
1049
  type_hints = typing.get_type_hints(_typecheckingstub__cfa110504e6609013afd9524c8df8b768056469ef9bb766787616ff007b0e495)
1050
1050
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1051
- jsii.set(self, "terraformAttribute", value)
1051
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
1052
1052
 
1053
1053
  @builtins.property
1054
1054
  @jsii.member(jsii_name="terraformResource")
@@ -1061,7 +1061,7 @@ class LoadbalancerNodesList(
1061
1061
  if __debug__:
1062
1062
  type_hints = typing.get_type_hints(_typecheckingstub__7ca3a85dcf459c8a49b619bc66eddd508dd9bd2f7e571b9f9514acd70cf1a422)
1063
1063
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1064
- jsii.set(self, "terraformResource", value)
1064
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
1065
1065
 
1066
1066
  @builtins.property
1067
1067
  @jsii.member(jsii_name="wrapsSet")
@@ -1074,7 +1074,7 @@ class LoadbalancerNodesList(
1074
1074
  if __debug__:
1075
1075
  type_hints = typing.get_type_hints(_typecheckingstub__24f19e1881c65a17428db440be54a55772971377da46408935d597fa5e281143)
1076
1076
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1077
- jsii.set(self, "wrapsSet", value)
1077
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1078
1078
 
1079
1079
 
1080
1080
  @jsii.data_type(
@@ -1166,7 +1166,7 @@ class LoadbalancerNodesNetworksIpAddressesList(
1166
1166
  if __debug__:
1167
1167
  type_hints = typing.get_type_hints(_typecheckingstub__fea65de7654947492b2a828620eb5ebd1586d75ca342571fb2733d3222bb57de)
1168
1168
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1169
- jsii.set(self, "terraformAttribute", value)
1169
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
1170
1170
 
1171
1171
  @builtins.property
1172
1172
  @jsii.member(jsii_name="terraformResource")
@@ -1179,7 +1179,7 @@ class LoadbalancerNodesNetworksIpAddressesList(
1179
1179
  if __debug__:
1180
1180
  type_hints = typing.get_type_hints(_typecheckingstub__ebdc2eeb370ffbea84cd12f655a5872dd44919ff919781b0429025bbb31570bf)
1181
1181
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1182
- jsii.set(self, "terraformResource", value)
1182
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
1183
1183
 
1184
1184
  @builtins.property
1185
1185
  @jsii.member(jsii_name="wrapsSet")
@@ -1192,7 +1192,7 @@ class LoadbalancerNodesNetworksIpAddressesList(
1192
1192
  if __debug__:
1193
1193
  type_hints = typing.get_type_hints(_typecheckingstub__64e7a2feb909b392174ce61ce5b34f84cb93b8938418eff4b85c40ec55ec04e3)
1194
1194
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1195
- jsii.set(self, "wrapsSet", value)
1195
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1196
1196
 
1197
1197
 
1198
1198
  class LoadbalancerNodesNetworksIpAddressesOutputReference(
@@ -1244,7 +1244,7 @@ class LoadbalancerNodesNetworksIpAddressesOutputReference(
1244
1244
  if __debug__:
1245
1245
  type_hints = typing.get_type_hints(_typecheckingstub__369e414e56e4992aa831b9260c031be844155095f9eb802a2be991bc6c3d175c)
1246
1246
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1247
- jsii.set(self, "internalValue", value)
1247
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1248
1248
 
1249
1249
 
1250
1250
  class LoadbalancerNodesNetworksList(
@@ -1291,7 +1291,7 @@ class LoadbalancerNodesNetworksList(
1291
1291
  if __debug__:
1292
1292
  type_hints = typing.get_type_hints(_typecheckingstub__96afb46c67cecf9f8c1e21ed810ac63029d224074c787bd6ae3af92826c90b8a)
1293
1293
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1294
- jsii.set(self, "terraformAttribute", value)
1294
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
1295
1295
 
1296
1296
  @builtins.property
1297
1297
  @jsii.member(jsii_name="terraformResource")
@@ -1304,7 +1304,7 @@ class LoadbalancerNodesNetworksList(
1304
1304
  if __debug__:
1305
1305
  type_hints = typing.get_type_hints(_typecheckingstub__6332567c2711241f056e5c3a4d525610c10d57650e7c31c448b6c9eeac8000e7)
1306
1306
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1307
- jsii.set(self, "terraformResource", value)
1307
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
1308
1308
 
1309
1309
  @builtins.property
1310
1310
  @jsii.member(jsii_name="wrapsSet")
@@ -1317,7 +1317,7 @@ class LoadbalancerNodesNetworksList(
1317
1317
  if __debug__:
1318
1318
  type_hints = typing.get_type_hints(_typecheckingstub__f6caf5fd1f9223d699a198757c5ab2f21e865303d7b15c4e11786faf78ff324f)
1319
1319
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1320
- jsii.set(self, "wrapsSet", value)
1320
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1321
1321
 
1322
1322
 
1323
1323
  class LoadbalancerNodesNetworksOutputReference(
@@ -1371,7 +1371,7 @@ class LoadbalancerNodesNetworksOutputReference(
1371
1371
  if __debug__:
1372
1372
  type_hints = typing.get_type_hints(_typecheckingstub__262e7a253318311924384096b26384e3d8f779be2e721072596a0ddd8169d73a)
1373
1373
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1374
- jsii.set(self, "internalValue", value)
1374
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1375
1375
 
1376
1376
 
1377
1377
  class LoadbalancerNodesOutputReference(
@@ -1420,7 +1420,7 @@ class LoadbalancerNodesOutputReference(
1420
1420
  if __debug__:
1421
1421
  type_hints = typing.get_type_hints(_typecheckingstub__33696fc1251fc7c589953a7ea2c9d2e98af35ecfd2acf5a20cc06c18b2aba3a8)
1422
1422
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1423
- jsii.set(self, "internalValue", value)
1423
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1424
1424
 
1425
1425
 
1426
1426
  __all__ = [