cdktf-cdktf-provider-upcloud 14.13.1__py3-none-any.whl → 14.14.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.14.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 +7 -7
  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 +55 -308
  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 +226 -226
  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.13.1.dist-info → cdktf_cdktf_provider_upcloud-14.14.0.dist-info}/METADATA +4 -4
  60. cdktf_cdktf_provider_upcloud-14.14.0.dist-info/RECORD +64 -0
  61. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.13.1.jsii.tgz +0 -0
  62. cdktf_cdktf_provider_upcloud-14.13.1.dist-info/RECORD +0 -64
  63. {cdktf_cdktf_provider_upcloud-14.13.1.dist-info → cdktf_cdktf_provider_upcloud-14.14.0.dist-info}/LICENSE +0 -0
  64. {cdktf_cdktf_provider_upcloud-14.13.1.dist-info → cdktf_cdktf_provider_upcloud-14.14.0.dist-info}/WHEEL +0 -0
  65. {cdktf_cdktf_provider_upcloud-14.13.1.dist-info → cdktf_cdktf_provider_upcloud-14.14.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.13.1/docs/resources/loadbalancer).
4
+ Refer to the Terraform Registry for docs: [`upcloud_loadbalancer`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -44,7 +44,7 @@ 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.13.1/docs/resources/loadbalancer upcloud_loadbalancer}.'''
47
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer upcloud_loadbalancer}.'''
48
48
 
49
49
  def __init__(
50
50
  self,
@@ -60,7 +60,6 @@ class Loadbalancer(
60
60
  maintenance_time: typing.Optional[builtins.str] = None,
61
61
  network: typing.Optional[builtins.str] = None,
62
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
63
  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
64
  count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
66
65
  depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
@@ -69,20 +68,19 @@ class Loadbalancer(
69
68
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
70
69
  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
70
  ) -> None:
72
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer upcloud_loadbalancer} Resource.
71
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer upcloud_loadbalancer} Resource.
73
72
 
74
73
  :param scope: The scope in which to define this construct.
75
74
  :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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/loadbalancer#nodes Loadbalancer#nodes}
75
+ :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.14.0/docs/resources/loadbalancer#name Loadbalancer#name}
76
+ :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.14.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
77
+ :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.14.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
78
+ :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.14.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
79
+ :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.14.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
80
+ :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.14.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
81
+ :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.14.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
82
+ :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.14.0/docs/resources/loadbalancer#network Loadbalancer#network}
83
+ :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
86
84
  :param connection:
87
85
  :param count:
88
86
  :param depends_on:
@@ -105,7 +103,6 @@ class Loadbalancer(
105
103
  maintenance_time=maintenance_time,
106
104
  network=network,
107
105
  networks=networks,
108
- nodes=nodes,
109
106
  connection=connection,
110
107
  count=count,
111
108
  depends_on=depends_on,
@@ -130,7 +127,7 @@ class Loadbalancer(
130
127
 
131
128
  :param scope: The scope in which to define this construct.
132
129
  :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.13.1/docs/resources/loadbalancer#import import section} in the documentation of this resource for the id to use
130
+ :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.14.0/docs/resources/loadbalancer#import import section} in the documentation of this resource for the id to use
134
131
  :param provider: ? Optional instance of the provider where the Loadbalancer to import is found.
135
132
  '''
136
133
  if __debug__:
@@ -154,19 +151,6 @@ class Loadbalancer(
154
151
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
155
152
  return typing.cast(None, jsii.invoke(self, "putNetworks", [value]))
156
153
 
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
-
170
154
  @jsii.member(jsii_name="resetConfiguredStatus")
171
155
  def reset_configured_status(self) -> None:
172
156
  return typing.cast(None, jsii.invoke(self, "resetConfiguredStatus", []))
@@ -191,10 +175,6 @@ class Loadbalancer(
191
175
  def reset_networks(self) -> None:
192
176
  return typing.cast(None, jsii.invoke(self, "resetNetworks", []))
193
177
 
194
- @jsii.member(jsii_name="resetNodes")
195
- def reset_nodes(self) -> None:
196
- return typing.cast(None, jsii.invoke(self, "resetNodes", []))
197
-
198
178
  @jsii.member(jsii_name="synthesizeAttributes")
199
179
  def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
200
180
  return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
@@ -287,13 +267,6 @@ class Loadbalancer(
287
267
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]]:
288
268
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]], jsii.get(self, "networksInput"))
289
269
 
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
-
297
270
  @builtins.property
298
271
  @jsii.member(jsii_name="planInput")
299
272
  def plan_input(self) -> typing.Optional[builtins.str]:
@@ -421,7 +394,6 @@ class Loadbalancer(
421
394
  "maintenance_time": "maintenanceTime",
422
395
  "network": "network",
423
396
  "networks": "networks",
424
- "nodes": "nodes",
425
397
  },
426
398
  )
427
399
  class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
@@ -444,7 +416,6 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
444
416
  maintenance_time: typing.Optional[builtins.str] = None,
445
417
  network: typing.Optional[builtins.str] = None,
446
418
  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,
448
419
  ) -> None:
449
420
  '''
450
421
  :param connection:
@@ -454,16 +425,15 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
454
425
  :param lifecycle:
455
426
  :param provider:
456
427
  :param provisioners:
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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/docs/resources/loadbalancer#nodes Loadbalancer#nodes}
428
+ :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.14.0/docs/resources/loadbalancer#name Loadbalancer#name}
429
+ :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.14.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
430
+ :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.14.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
431
+ :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.14.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
432
+ :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.14.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
433
+ :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.14.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
434
+ :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.14.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
435
+ :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.14.0/docs/resources/loadbalancer#network Loadbalancer#network}
436
+ :param networks: networks block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
467
437
  '''
468
438
  if isinstance(lifecycle, dict):
469
439
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -485,7 +455,6 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
485
455
  check_type(argname="argument maintenance_time", value=maintenance_time, expected_type=type_hints["maintenance_time"])
486
456
  check_type(argname="argument network", value=network, expected_type=type_hints["network"])
487
457
  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"])
489
458
  self._values: typing.Dict[builtins.str, typing.Any] = {
490
459
  "name": name,
491
460
  "plan": plan,
@@ -517,8 +486,6 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
517
486
  self._values["network"] = network
518
487
  if networks is not None:
519
488
  self._values["networks"] = networks
520
- if nodes is not None:
521
- self._values["nodes"] = nodes
522
489
 
523
490
  @builtins.property
524
491
  def connection(
@@ -588,7 +555,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
588
555
  def name(self) -> builtins.str:
589
556
  '''The name of the service. Must be unique within customer account.
590
557
 
591
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#name Loadbalancer#name}
558
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#name Loadbalancer#name}
592
559
  '''
593
560
  result = self._values.get("name")
594
561
  assert result is not None, "Required property 'name' is missing"
@@ -598,7 +565,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
598
565
  def plan(self) -> builtins.str:
599
566
  '''Plan which the service will have. You can list available load balancer plans with ``upctl loadbalancer plans``.
600
567
 
601
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#plan Loadbalancer#plan}
568
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#plan Loadbalancer#plan}
602
569
  '''
603
570
  result = self._values.get("plan")
604
571
  assert result is not None, "Required property 'plan' is missing"
@@ -608,7 +575,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
608
575
  def zone(self) -> builtins.str:
609
576
  '''Zone in which the service will be hosted, e.g. ``fi-hel1``. You can list available zones with ``upctl zone list``.
610
577
 
611
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#zone Loadbalancer#zone}
578
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#zone Loadbalancer#zone}
612
579
  '''
613
580
  result = self._values.get("zone")
614
581
  assert result is not None, "Required property 'zone' is missing"
@@ -618,7 +585,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
618
585
  def configured_status(self) -> typing.Optional[builtins.str]:
619
586
  '''The service configured status indicates the service's current intended status. Managed by the customer.
620
587
 
621
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
588
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#configured_status Loadbalancer#configured_status}
622
589
  '''
623
590
  result = self._values.get("configured_status")
624
591
  return typing.cast(typing.Optional[builtins.str], result)
@@ -627,7 +594,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
627
594
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
628
595
  '''User defined key-value pairs to classify the load balancer.
629
596
 
630
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#labels Loadbalancer#labels}
597
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#labels Loadbalancer#labels}
631
598
  '''
632
599
  result = self._values.get("labels")
633
600
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -638,7 +605,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
638
605
 
639
606
  If not provided, we will randomly select a weekend day. Valid values ``monday|tuesday|wednesday|thursday|friday|saturday|sunday``.
640
607
 
641
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
608
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#maintenance_dow Loadbalancer#maintenance_dow}
642
609
  '''
643
610
  result = self._values.get("maintenance_dow")
644
611
  return typing.cast(typing.Optional[builtins.str], result)
@@ -649,7 +616,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
649
616
 
650
617
  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``.
651
618
 
652
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
619
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#maintenance_time Loadbalancer#maintenance_time}
653
620
  '''
654
621
  result = self._values.get("maintenance_time")
655
622
  return typing.cast(typing.Optional[builtins.str], result)
@@ -658,7 +625,7 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
658
625
  def network(self) -> typing.Optional[builtins.str]:
659
626
  '''Private network UUID where traffic will be routed. Must reside in load balancer zone.
660
627
 
661
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#network Loadbalancer#network}
628
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#network Loadbalancer#network}
662
629
  '''
663
630
  result = self._values.get("network")
664
631
  return typing.cast(typing.Optional[builtins.str], result)
@@ -669,22 +636,11 @@ class LoadbalancerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
669
636
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]]:
670
637
  '''networks block.
671
638
 
672
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#networks Loadbalancer#networks}
639
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#networks Loadbalancer#networks}
673
640
  '''
674
641
  result = self._values.get("networks")
675
642
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["LoadbalancerNetworks"]]], result)
676
643
 
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.1/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
-
688
644
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
689
645
  return isinstance(rhs, self.__class__) and rhs._values == self._values
690
646
 
@@ -717,10 +673,10 @@ class LoadbalancerNetworks:
717
673
  network: typing.Optional[builtins.str] = None,
718
674
  ) -> None:
719
675
  '''
720
- :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/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.1/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.1/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.1/docs/resources/loadbalancer#network Loadbalancer#network}
676
+ :param family: Network family. Currently only ``IPv4`` is supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#family Loadbalancer#family}
677
+ :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.14.0/docs/resources/loadbalancer#name Loadbalancer#name}
678
+ :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.14.0/docs/resources/loadbalancer#type Loadbalancer#type}
679
+ :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.14.0/docs/resources/loadbalancer#network Loadbalancer#network}
724
680
  '''
725
681
  if __debug__:
726
682
  type_hints = typing.get_type_hints(_typecheckingstub__f7bc3b31db01be8fcdb6dd15ccf511434856f0866752f9ec14fbf89082bb48ed)
@@ -740,7 +696,7 @@ class LoadbalancerNetworks:
740
696
  def family(self) -> builtins.str:
741
697
  '''Network family. Currently only ``IPv4`` is supported.
742
698
 
743
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#family Loadbalancer#family}
699
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#family Loadbalancer#family}
744
700
  '''
745
701
  result = self._values.get("family")
746
702
  assert result is not None, "Required property 'family' is missing"
@@ -750,7 +706,7 @@ class LoadbalancerNetworks:
750
706
  def name(self) -> builtins.str:
751
707
  '''The name of the network. Must be unique within the service.
752
708
 
753
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#name Loadbalancer#name}
709
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#name Loadbalancer#name}
754
710
  '''
755
711
  result = self._values.get("name")
756
712
  assert result is not None, "Required property 'name' is missing"
@@ -762,7 +718,7 @@ class LoadbalancerNetworks:
762
718
 
763
719
  Only one public network can be attached and at least one private network must be attached.
764
720
 
765
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#type Loadbalancer#type}
721
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#type Loadbalancer#type}
766
722
  '''
767
723
  result = self._values.get("type")
768
724
  assert result is not None, "Required property 'type' is missing"
@@ -774,7 +730,7 @@ class LoadbalancerNetworks:
774
730
 
775
731
  Required for private networks and must reside in loadbalancer zone. For public network the field should be omitted.
776
732
 
777
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.1/docs/resources/loadbalancer#network Loadbalancer#network}
733
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.14.0/docs/resources/loadbalancer#network Loadbalancer#network}
778
734
  '''
779
735
  result = self._values.get("network")
780
736
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1010,34 +966,11 @@ class LoadbalancerNetworksOutputReference(
1010
966
  @jsii.data_type(
1011
967
  jsii_type="@cdktf/provider-upcloud.loadbalancer.LoadbalancerNodes",
1012
968
  jsii_struct_bases=[],
1013
- name_mapping={"networks": "networks"},
969
+ name_mapping={},
1014
970
  )
1015
971
  class LoadbalancerNodes:
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.1/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"])
972
+ def __init__(self) -> None:
1027
973
  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.1/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)
1041
974
 
1042
975
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1043
976
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -1123,55 +1056,15 @@ class LoadbalancerNodesList(
1123
1056
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1124
1057
  jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1125
1058
 
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
-
1143
1059
 
1144
1060
  @jsii.data_type(
1145
1061
  jsii_type="@cdktf/provider-upcloud.loadbalancer.LoadbalancerNodesNetworks",
1146
1062
  jsii_struct_bases=[],
1147
- name_mapping={"ip_addresses": "ipAddresses"},
1063
+ name_mapping={},
1148
1064
  )
1149
1065
  class LoadbalancerNodesNetworks:
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.1/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"])
1066
+ def __init__(self) -> None:
1161
1067
  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.1/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)
1175
1068
 
1176
1069
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
1177
1070
  return isinstance(rhs, self.__class__) and rhs._values == self._values
@@ -1281,23 +1174,6 @@ class LoadbalancerNodesNetworksIpAddressesList(
1281
1174
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1282
1175
  jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1283
1176
 
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
-
1301
1177
 
1302
1178
  class LoadbalancerNodesNetworksIpAddressesOutputReference(
1303
1179
  _cdktf_9a9027ec.ComplexObject,
@@ -1337,15 +1213,13 @@ class LoadbalancerNodesNetworksIpAddressesOutputReference(
1337
1213
 
1338
1214
  @builtins.property
1339
1215
  @jsii.member(jsii_name="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"))
1216
+ def internal_value(self) -> typing.Optional[LoadbalancerNodesNetworksIpAddresses]:
1217
+ return typing.cast(typing.Optional[LoadbalancerNodesNetworksIpAddresses], jsii.get(self, "internalValue"))
1344
1218
 
1345
1219
  @internal_value.setter
1346
1220
  def internal_value(
1347
1221
  self,
1348
- value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworksIpAddresses]],
1222
+ value: typing.Optional[LoadbalancerNodesNetworksIpAddresses],
1349
1223
  ) -> None:
1350
1224
  if __debug__:
1351
1225
  type_hints = typing.get_type_hints(_typecheckingstub__369e414e56e4992aa831b9260c031be844155095f9eb802a2be991bc6c3d175c)
@@ -1425,23 +1299,6 @@ class LoadbalancerNodesNetworksList(
1425
1299
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1426
1300
  jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
1427
1301
 
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
-
1445
1302
 
1446
1303
  class LoadbalancerNodesNetworksOutputReference(
1447
1304
  _cdktf_9a9027ec.ComplexObject,
@@ -1469,23 +1326,6 @@ class LoadbalancerNodesNetworksOutputReference(
1469
1326
  check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
1470
1327
  jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
1471
1328
 
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
-
1489
1329
  @builtins.property
1490
1330
  @jsii.member(jsii_name="ipAddresses")
1491
1331
  def ip_addresses(self) -> LoadbalancerNodesNetworksIpAddressesList:
@@ -1501,25 +1341,13 @@ class LoadbalancerNodesNetworksOutputReference(
1501
1341
  def type(self) -> builtins.str:
1502
1342
  return typing.cast(builtins.str, jsii.get(self, "type"))
1503
1343
 
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
-
1511
1344
  @builtins.property
1512
1345
  @jsii.member(jsii_name="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"))
1346
+ def internal_value(self) -> typing.Optional[LoadbalancerNodesNetworks]:
1347
+ return typing.cast(typing.Optional[LoadbalancerNodesNetworks], jsii.get(self, "internalValue"))
1517
1348
 
1518
1349
  @internal_value.setter
1519
- def internal_value(
1520
- self,
1521
- value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworks]],
1522
- ) -> None:
1350
+ def internal_value(self, value: typing.Optional[LoadbalancerNodesNetworks]) -> None:
1523
1351
  if __debug__:
1524
1352
  type_hints = typing.get_type_hints(_typecheckingstub__262e7a253318311924384096b26384e3d8f779be2e721072596a0ddd8169d73a)
1525
1353
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
@@ -1552,23 +1380,6 @@ class LoadbalancerNodesOutputReference(
1552
1380
  check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
1553
1381
  jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
1554
1382
 
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
-
1572
1383
  @builtins.property
1573
1384
  @jsii.member(jsii_name="networks")
1574
1385
  def networks(self) -> LoadbalancerNodesNetworksList:
@@ -1579,25 +1390,13 @@ class LoadbalancerNodesOutputReference(
1579
1390
  def operational_state(self) -> builtins.str:
1580
1391
  return typing.cast(builtins.str, jsii.get(self, "operationalState"))
1581
1392
 
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
-
1589
1393
  @builtins.property
1590
1394
  @jsii.member(jsii_name="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"))
1395
+ def internal_value(self) -> typing.Optional[LoadbalancerNodes]:
1396
+ return typing.cast(typing.Optional[LoadbalancerNodes], jsii.get(self, "internalValue"))
1595
1397
 
1596
1398
  @internal_value.setter
1597
- def internal_value(
1598
- self,
1599
- value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodes]],
1600
- ) -> None:
1399
+ def internal_value(self, value: typing.Optional[LoadbalancerNodes]) -> None:
1601
1400
  if __debug__:
1602
1401
  type_hints = typing.get_type_hints(_typecheckingstub__33696fc1251fc7c589953a7ea2c9d2e98af35ecfd2acf5a20cc06c18b2aba3a8)
1603
1402
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
@@ -1636,7 +1435,6 @@ def _typecheckingstub__e082db6bc1d4641fe4f5a8395ca7b260d01349823ad7c840d9b912e17
1636
1435
  maintenance_time: typing.Optional[builtins.str] = None,
1637
1436
  network: typing.Optional[builtins.str] = None,
1638
1437
  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,
1640
1438
  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,
1641
1439
  count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
1642
1440
  depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
@@ -1663,12 +1461,6 @@ def _typecheckingstub__7ca67cf47cacc4ff22593553aebd9e6a0d0ede15d0f9f321237571ad1
1663
1461
  """Type checking stubs"""
1664
1462
  pass
1665
1463
 
1666
- def _typecheckingstub__2f1521f11ebf46ff8eeee7981f1e3e0d6ac91320edbac5e00d27613d9f4f52c4(
1667
- value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[LoadbalancerNodes, typing.Dict[builtins.str, typing.Any]]]],
1668
- ) -> None:
1669
- """Type checking stubs"""
1670
- pass
1671
-
1672
1464
  def _typecheckingstub__cac297cc6127c6857ead70f55b94c946baef2db017d351dab8e481611478b8ff(
1673
1465
  value: builtins.str,
1674
1466
  ) -> None:
@@ -1735,7 +1527,6 @@ def _typecheckingstub__6ad78abeb447854e5bbf7e2b28bbd5ad83ea1471fcd2bfe5ce445ca29
1735
1527
  maintenance_time: typing.Optional[builtins.str] = None,
1736
1528
  network: typing.Optional[builtins.str] = None,
1737
1529
  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,
1739
1530
  ) -> None:
1740
1531
  """Type checking stubs"""
1741
1532
  pass
@@ -1827,13 +1618,6 @@ def _typecheckingstub__f9dd12a48c92d6732d0cf306fc61633e91a41c2810d46a04ec5d2f606
1827
1618
  """Type checking stubs"""
1828
1619
  pass
1829
1620
 
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
-
1837
1621
  def _typecheckingstub__2cf1e8db35e643247f6c267497bcf23c48a27385cb161e9d15f16e35b8a8352d(
1838
1622
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1839
1623
  terraform_attribute: builtins.str,
@@ -1866,19 +1650,6 @@ def _typecheckingstub__24f19e1881c65a17428db440be54a55772971377da46408935d597fa5
1866
1650
  """Type checking stubs"""
1867
1651
  pass
1868
1652
 
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
-
1882
1653
  def _typecheckingstub__dd2e515c3ae4492d26fc090c17d8ca867433e797045e282b23f4a4e67fc92050(
1883
1654
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1884
1655
  terraform_attribute: builtins.str,
@@ -1911,12 +1682,6 @@ def _typecheckingstub__64e7a2feb909b392174ce61ce5b34f84cb93b8938418eff4b85c40ec5
1911
1682
  """Type checking stubs"""
1912
1683
  pass
1913
1684
 
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
-
1920
1685
  def _typecheckingstub__050f0a3d343aefc85ace4cd64ee3eb2d6f8c2ef344383ac24e313f9f0dc7f0f6(
1921
1686
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1922
1687
  terraform_attribute: builtins.str,
@@ -1927,7 +1692,7 @@ def _typecheckingstub__050f0a3d343aefc85ace4cd64ee3eb2d6f8c2ef344383ac24e313f9f0
1927
1692
  pass
1928
1693
 
1929
1694
  def _typecheckingstub__369e414e56e4992aa831b9260c031be844155095f9eb802a2be991bc6c3d175c(
1930
- value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworksIpAddresses]],
1695
+ value: typing.Optional[LoadbalancerNodesNetworksIpAddresses],
1931
1696
  ) -> None:
1932
1697
  """Type checking stubs"""
1933
1698
  pass
@@ -1964,12 +1729,6 @@ def _typecheckingstub__f6caf5fd1f9223d699a198757c5ab2f21e865303d7b15c4e11786faf7
1964
1729
  """Type checking stubs"""
1965
1730
  pass
1966
1731
 
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
-
1973
1732
  def _typecheckingstub__274438494cd307f7763989f9bf1f03ce3def7bbc8adbb525804d3582256b2648(
1974
1733
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1975
1734
  terraform_attribute: builtins.str,
@@ -1979,14 +1738,8 @@ def _typecheckingstub__274438494cd307f7763989f9bf1f03ce3def7bbc8adbb525804d35822
1979
1738
  """Type checking stubs"""
1980
1739
  pass
1981
1740
 
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
-
1988
1741
  def _typecheckingstub__262e7a253318311924384096b26384e3d8f779be2e721072596a0ddd8169d73a(
1989
- value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodesNetworks]],
1742
+ value: typing.Optional[LoadbalancerNodesNetworks],
1990
1743
  ) -> None:
1991
1744
  """Type checking stubs"""
1992
1745
  pass
@@ -2000,14 +1753,8 @@ def _typecheckingstub__8122e4ee00f7d62813dfe3e84435e3a633d77172e51359c71eb5d8659
2000
1753
  """Type checking stubs"""
2001
1754
  pass
2002
1755
 
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
-
2009
1756
  def _typecheckingstub__33696fc1251fc7c589953a7ea2c9d2e98af35ecfd2acf5a20cc06c18b2aba3a8(
2010
- value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, LoadbalancerNodes]],
1757
+ value: typing.Optional[LoadbalancerNodes],
2011
1758
  ) -> None:
2012
1759
  """Type checking stubs"""
2013
1760
  pass