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_gateway_connection`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_gateway_connection`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection).
4
+ Refer to the Terraform Registry for docs: [`upcloud_gateway_connection`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class GatewayConnection(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.gatewayConnection.GatewayConnection",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection upcloud_gateway_connection}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection upcloud_gateway_connection}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -50,16 +50,16 @@ class GatewayConnection(
50
50
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
51
51
  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,
52
52
  ) -> None:
53
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection upcloud_gateway_connection} Resource.
53
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection upcloud_gateway_connection} Resource.
54
54
 
55
55
  :param scope: The scope in which to define this construct.
56
56
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
57
- :param gateway: The ID of the upcloud_gateway resource to which the connection belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
58
- :param name: The name of the connection, should be unique within the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#name GatewayConnection#name}
59
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#id GatewayConnection#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.
60
- :param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
61
- :param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
62
- :param type: The type of the connection; currently the only supported type is 'ipsec'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#type GatewayConnection#type}
57
+ :param gateway: The ID of the upcloud_gateway resource to which the connection belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
58
+ :param name: The name of the connection, should be unique within the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#name GatewayConnection#name}
59
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#id GatewayConnection#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.
60
+ :param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
61
+ :param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
62
+ :param type: The type of the connection; currently the only supported type is 'ipsec'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#type GatewayConnection#type}
63
63
  :param connection:
64
64
  :param count:
65
65
  :param depends_on:
@@ -103,7 +103,7 @@ class GatewayConnection(
103
103
 
104
104
  :param scope: The scope in which to define this construct.
105
105
  :param import_to_id: The construct id used in the generated config for the GatewayConnection to import.
106
- :param import_from_id: The id of the existing GatewayConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#import import section} in the documentation of this resource for the id to use
106
+ :param import_from_id: The id of the existing GatewayConnection that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#import import section} in the documentation of this resource for the id to use
107
107
  :param provider: ? Optional instance of the provider where the GatewayConnection to import is found.
108
108
  '''
109
109
  if __debug__:
@@ -233,7 +233,7 @@ class GatewayConnection(
233
233
  if __debug__:
234
234
  type_hints = typing.get_type_hints(_typecheckingstub__0f9140ee004c117c7e71343d4507b700229e580353c21561ced985984092387b)
235
235
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
236
- jsii.set(self, "gateway", value)
236
+ jsii.set(self, "gateway", value) # pyright: ignore[reportArgumentType]
237
237
 
238
238
  @builtins.property
239
239
  @jsii.member(jsii_name="id")
@@ -245,7 +245,7 @@ class GatewayConnection(
245
245
  if __debug__:
246
246
  type_hints = typing.get_type_hints(_typecheckingstub__e0d90c825744dcd41b22130f96b134b117a8e04812152a12975f300521d03cea)
247
247
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
248
- jsii.set(self, "id", value)
248
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
249
249
 
250
250
  @builtins.property
251
251
  @jsii.member(jsii_name="name")
@@ -257,7 +257,7 @@ class GatewayConnection(
257
257
  if __debug__:
258
258
  type_hints = typing.get_type_hints(_typecheckingstub__61de169eaf4b0414d793ba4c83646149c920e46c363fd9d7861bc470059a8fbe)
259
259
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
260
- jsii.set(self, "name", value)
260
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
261
261
 
262
262
  @builtins.property
263
263
  @jsii.member(jsii_name="type")
@@ -269,7 +269,7 @@ class GatewayConnection(
269
269
  if __debug__:
270
270
  type_hints = typing.get_type_hints(_typecheckingstub__85492b7ac6ec9409cfbda5239265c599f55088e4e2e0f085f371cbe3d610087d)
271
271
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
272
- jsii.set(self, "type", value)
272
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
273
273
 
274
274
 
275
275
  @jsii.data_type(
@@ -317,12 +317,12 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
317
317
  :param lifecycle:
318
318
  :param provider:
319
319
  :param provisioners:
320
- :param gateway: The ID of the upcloud_gateway resource to which the connection belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
321
- :param name: The name of the connection, should be unique within the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#name GatewayConnection#name}
322
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#id GatewayConnection#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.
323
- :param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
324
- :param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
325
- :param type: The type of the connection; currently the only supported type is 'ipsec'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#type GatewayConnection#type}
320
+ :param gateway: The ID of the upcloud_gateway resource to which the connection belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
321
+ :param name: The name of the connection, should be unique within the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#name GatewayConnection#name}
322
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#id GatewayConnection#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.
323
+ :param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
324
+ :param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
325
+ :param type: The type of the connection; currently the only supported type is 'ipsec'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#type GatewayConnection#type}
326
326
  '''
327
327
  if isinstance(lifecycle, dict):
328
328
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -436,7 +436,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
436
436
  def gateway(self) -> builtins.str:
437
437
  '''The ID of the upcloud_gateway resource to which the connection belongs.
438
438
 
439
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
439
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
440
440
  '''
441
441
  result = self._values.get("gateway")
442
442
  assert result is not None, "Required property 'gateway' is missing"
@@ -446,7 +446,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
446
446
  def name(self) -> builtins.str:
447
447
  '''The name of the connection, should be unique within the gateway.
448
448
 
449
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#name GatewayConnection#name}
449
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#name GatewayConnection#name}
450
450
  '''
451
451
  result = self._values.get("name")
452
452
  assert result is not None, "Required property 'name' is missing"
@@ -454,7 +454,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
454
454
 
455
455
  @builtins.property
456
456
  def id(self) -> typing.Optional[builtins.str]:
457
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#id GatewayConnection#id}.
457
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#id GatewayConnection#id}.
458
458
 
459
459
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
460
460
  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.
@@ -468,7 +468,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
468
468
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionLocalRoute"]]]:
469
469
  '''local_route block.
470
470
 
471
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
471
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
472
472
  '''
473
473
  result = self._values.get("local_route")
474
474
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionLocalRoute"]]], result)
@@ -479,7 +479,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
479
479
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionRemoteRoute"]]]:
480
480
  '''remote_route block.
481
481
 
482
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
482
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
483
483
  '''
484
484
  result = self._values.get("remote_route")
485
485
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionRemoteRoute"]]], result)
@@ -488,7 +488,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
488
488
  def type(self) -> typing.Optional[builtins.str]:
489
489
  '''The type of the connection; currently the only supported type is 'ipsec'.
490
490
 
491
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#type GatewayConnection#type}
491
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#type GatewayConnection#type}
492
492
  '''
493
493
  result = self._values.get("type")
494
494
  return typing.cast(typing.Optional[builtins.str], result)
@@ -519,9 +519,9 @@ class GatewayConnectionLocalRoute:
519
519
  type: typing.Optional[builtins.str] = None,
520
520
  ) -> None:
521
521
  '''
522
- :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#name GatewayConnection#name}
523
- :param static_network: Destination prefix of the route; needs to be a valid IPv4 prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
524
- :param type: Type of route; currently the only supported type is 'static'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#type GatewayConnection#type}
522
+ :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#name GatewayConnection#name}
523
+ :param static_network: Destination prefix of the route; needs to be a valid IPv4 prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
524
+ :param type: Type of route; currently the only supported type is 'static'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#type GatewayConnection#type}
525
525
  '''
526
526
  if __debug__:
527
527
  type_hints = typing.get_type_hints(_typecheckingstub__e9bdbc304645ef903521fb56e820f8a47e2974b0281c6e16487c6d0125d32895)
@@ -539,7 +539,7 @@ class GatewayConnectionLocalRoute:
539
539
  def name(self) -> builtins.str:
540
540
  '''Name of the route.
541
541
 
542
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#name GatewayConnection#name}
542
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#name GatewayConnection#name}
543
543
  '''
544
544
  result = self._values.get("name")
545
545
  assert result is not None, "Required property 'name' is missing"
@@ -549,7 +549,7 @@ class GatewayConnectionLocalRoute:
549
549
  def static_network(self) -> builtins.str:
550
550
  '''Destination prefix of the route; needs to be a valid IPv4 prefix.
551
551
 
552
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
552
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
553
553
  '''
554
554
  result = self._values.get("static_network")
555
555
  assert result is not None, "Required property 'static_network' is missing"
@@ -559,7 +559,7 @@ class GatewayConnectionLocalRoute:
559
559
  def type(self) -> typing.Optional[builtins.str]:
560
560
  '''Type of route; currently the only supported type is 'static'.
561
561
 
562
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#type GatewayConnection#type}
562
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#type GatewayConnection#type}
563
563
  '''
564
564
  result = self._values.get("type")
565
565
  return typing.cast(typing.Optional[builtins.str], result)
@@ -620,7 +620,7 @@ class GatewayConnectionLocalRouteList(
620
620
  if __debug__:
621
621
  type_hints = typing.get_type_hints(_typecheckingstub__3552bcf181b747d0ad873f31f6b8571de17c383888927a6e9a8dc1c6d6fb94a2)
622
622
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
623
- jsii.set(self, "terraformAttribute", value)
623
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
624
624
 
625
625
  @builtins.property
626
626
  @jsii.member(jsii_name="terraformResource")
@@ -633,7 +633,7 @@ class GatewayConnectionLocalRouteList(
633
633
  if __debug__:
634
634
  type_hints = typing.get_type_hints(_typecheckingstub__5f5539bafed9ccf3288bd6f5cddcd5ee46bd90ac84aec21f41731d4a2d235ea8)
635
635
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
636
- jsii.set(self, "terraformResource", value)
636
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
637
637
 
638
638
  @builtins.property
639
639
  @jsii.member(jsii_name="wrapsSet")
@@ -646,7 +646,7 @@ class GatewayConnectionLocalRouteList(
646
646
  if __debug__:
647
647
  type_hints = typing.get_type_hints(_typecheckingstub__43e82a6d2a3aa3dd13cfa2a06b90dddcc29907f6b77bb4368de617b1088181c7)
648
648
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
649
- jsii.set(self, "wrapsSet", value)
649
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
650
650
 
651
651
  @builtins.property
652
652
  @jsii.member(jsii_name="internalValue")
@@ -663,7 +663,7 @@ class GatewayConnectionLocalRouteList(
663
663
  if __debug__:
664
664
  type_hints = typing.get_type_hints(_typecheckingstub__7754d62d079459d41807ab3ce3309dd1f7a73fd50459ea14c2e0726b42fd8735)
665
665
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
666
- jsii.set(self, "internalValue", value)
666
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
667
667
 
668
668
 
669
669
  class GatewayConnectionLocalRouteOutputReference(
@@ -721,7 +721,7 @@ class GatewayConnectionLocalRouteOutputReference(
721
721
  if __debug__:
722
722
  type_hints = typing.get_type_hints(_typecheckingstub__f6ff81de1a0ab57fd0e0f6ea9805634d3035a304f6a27501795691f087ee5f54)
723
723
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
724
- jsii.set(self, "name", value)
724
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
725
725
 
726
726
  @builtins.property
727
727
  @jsii.member(jsii_name="staticNetwork")
@@ -733,7 +733,7 @@ class GatewayConnectionLocalRouteOutputReference(
733
733
  if __debug__:
734
734
  type_hints = typing.get_type_hints(_typecheckingstub__c3a9b1386be54eb32e1d1e1ce2409d9ee2f44eb57561d605bae3586e9f8230e7)
735
735
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
736
- jsii.set(self, "staticNetwork", value)
736
+ jsii.set(self, "staticNetwork", value) # pyright: ignore[reportArgumentType]
737
737
 
738
738
  @builtins.property
739
739
  @jsii.member(jsii_name="type")
@@ -745,7 +745,7 @@ class GatewayConnectionLocalRouteOutputReference(
745
745
  if __debug__:
746
746
  type_hints = typing.get_type_hints(_typecheckingstub__f911a795999e5ee07420d4ca65d78072293a0d27fdd13371713ce68761661be0)
747
747
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
748
- jsii.set(self, "type", value)
748
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
749
749
 
750
750
  @builtins.property
751
751
  @jsii.member(jsii_name="internalValue")
@@ -762,7 +762,7 @@ class GatewayConnectionLocalRouteOutputReference(
762
762
  if __debug__:
763
763
  type_hints = typing.get_type_hints(_typecheckingstub__1a4589f41963ead92980288e9ecc8416ca22d2ed72c0b54c114e288ba0cb39c5)
764
764
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
765
- jsii.set(self, "internalValue", value)
765
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
766
766
 
767
767
 
768
768
  @jsii.data_type(
@@ -779,9 +779,9 @@ class GatewayConnectionRemoteRoute:
779
779
  type: typing.Optional[builtins.str] = None,
780
780
  ) -> None:
781
781
  '''
782
- :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#name GatewayConnection#name}
783
- :param static_network: Destination prefix of the route; needs to be a valid IPv4 prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
784
- :param type: Type of route; currently the only supported type is 'static'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#type GatewayConnection#type}
782
+ :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#name GatewayConnection#name}
783
+ :param static_network: Destination prefix of the route; needs to be a valid IPv4 prefix. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
784
+ :param type: Type of route; currently the only supported type is 'static'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#type GatewayConnection#type}
785
785
  '''
786
786
  if __debug__:
787
787
  type_hints = typing.get_type_hints(_typecheckingstub__bb241e4f5e51f66fa76e319bae9793b11f7a4bca837d9a67cbe02422b2b6e95f)
@@ -799,7 +799,7 @@ class GatewayConnectionRemoteRoute:
799
799
  def name(self) -> builtins.str:
800
800
  '''Name of the route.
801
801
 
802
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#name GatewayConnection#name}
802
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#name GatewayConnection#name}
803
803
  '''
804
804
  result = self._values.get("name")
805
805
  assert result is not None, "Required property 'name' is missing"
@@ -809,7 +809,7 @@ class GatewayConnectionRemoteRoute:
809
809
  def static_network(self) -> builtins.str:
810
810
  '''Destination prefix of the route; needs to be a valid IPv4 prefix.
811
811
 
812
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
812
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
813
813
  '''
814
814
  result = self._values.get("static_network")
815
815
  assert result is not None, "Required property 'static_network' is missing"
@@ -819,7 +819,7 @@ class GatewayConnectionRemoteRoute:
819
819
  def type(self) -> typing.Optional[builtins.str]:
820
820
  '''Type of route; currently the only supported type is 'static'.
821
821
 
822
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/gateway_connection#type GatewayConnection#type}
822
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/gateway_connection#type GatewayConnection#type}
823
823
  '''
824
824
  result = self._values.get("type")
825
825
  return typing.cast(typing.Optional[builtins.str], result)
@@ -880,7 +880,7 @@ class GatewayConnectionRemoteRouteList(
880
880
  if __debug__:
881
881
  type_hints = typing.get_type_hints(_typecheckingstub__8fc1b8b8745da4fde194db5e07aedddbc5678f272b7f7b1eda950e6f37e2200b)
882
882
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
883
- jsii.set(self, "terraformAttribute", value)
883
+ jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
884
884
 
885
885
  @builtins.property
886
886
  @jsii.member(jsii_name="terraformResource")
@@ -893,7 +893,7 @@ class GatewayConnectionRemoteRouteList(
893
893
  if __debug__:
894
894
  type_hints = typing.get_type_hints(_typecheckingstub__6db47d7e99cab19331859c399d22e3628b156a986bd8b9195a1c6cca24d83664)
895
895
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
896
- jsii.set(self, "terraformResource", value)
896
+ jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
897
897
 
898
898
  @builtins.property
899
899
  @jsii.member(jsii_name="wrapsSet")
@@ -906,7 +906,7 @@ class GatewayConnectionRemoteRouteList(
906
906
  if __debug__:
907
907
  type_hints = typing.get_type_hints(_typecheckingstub__9e0cbe924364b3a87224bfe086381647b99e17b1f721caa8c454dff49c1b4369)
908
908
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
909
- jsii.set(self, "wrapsSet", value)
909
+ jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
910
910
 
911
911
  @builtins.property
912
912
  @jsii.member(jsii_name="internalValue")
@@ -923,7 +923,7 @@ class GatewayConnectionRemoteRouteList(
923
923
  if __debug__:
924
924
  type_hints = typing.get_type_hints(_typecheckingstub__88e67488e1f4efa99bcff5d7a9f5a97522dd298ddfec59923c8e7b2629e0822d)
925
925
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
926
- jsii.set(self, "internalValue", value)
926
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
927
927
 
928
928
 
929
929
  class GatewayConnectionRemoteRouteOutputReference(
@@ -981,7 +981,7 @@ class GatewayConnectionRemoteRouteOutputReference(
981
981
  if __debug__:
982
982
  type_hints = typing.get_type_hints(_typecheckingstub__65b9ff3b7363b590d395f6f55111de0fb6b39867fb4ede337bb09064a1872c71)
983
983
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
984
- jsii.set(self, "name", value)
984
+ jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
985
985
 
986
986
  @builtins.property
987
987
  @jsii.member(jsii_name="staticNetwork")
@@ -993,7 +993,7 @@ class GatewayConnectionRemoteRouteOutputReference(
993
993
  if __debug__:
994
994
  type_hints = typing.get_type_hints(_typecheckingstub__2fe9558f19d1a2c4a2a2696d5ca61764d2f24abeab6624fd87a2e0cfa0a493b0)
995
995
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
996
- jsii.set(self, "staticNetwork", value)
996
+ jsii.set(self, "staticNetwork", value) # pyright: ignore[reportArgumentType]
997
997
 
998
998
  @builtins.property
999
999
  @jsii.member(jsii_name="type")
@@ -1005,7 +1005,7 @@ class GatewayConnectionRemoteRouteOutputReference(
1005
1005
  if __debug__:
1006
1006
  type_hints = typing.get_type_hints(_typecheckingstub__66d9b80e0a1cd818782c586318a675c612453bba44ad10806861e2e7e9d22d09)
1007
1007
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1008
- jsii.set(self, "type", value)
1008
+ jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
1009
1009
 
1010
1010
  @builtins.property
1011
1011
  @jsii.member(jsii_name="internalValue")
@@ -1022,7 +1022,7 @@ class GatewayConnectionRemoteRouteOutputReference(
1022
1022
  if __debug__:
1023
1023
  type_hints = typing.get_type_hints(_typecheckingstub__4f0dfbf1da03d4e0da7cc6b4faaaf6a04c7119a41d7e1e5091f801b3a07d17a9)
1024
1024
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1025
- jsii.set(self, "internalValue", value)
1025
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1026
1026
 
1027
1027
 
1028
1028
  __all__ = [