cdktf-cdktf-provider-upcloud 14.3.0__py3-none-any.whl → 14.4.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 (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.4.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_managed_database_mysql_sessions/__init__.py +22 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
  21. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  22. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  23. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +78 -31
  24. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +403 -47
  25. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
  26. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
  28. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  33. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  34. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  35. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  36. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  37. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +189 -189
  38. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +330 -330
  39. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +345 -345
  40. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +117 -117
  41. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  42. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +19 -19
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  47. cdktf_cdktf_provider_upcloud/network/__init__.py +30 -30
  48. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
  49. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  50. cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  51. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  52. cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
  53. cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
  54. cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
  55. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  56. {cdktf_cdktf_provider_upcloud-14.3.0.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/METADATA +4 -4
  57. cdktf_cdktf_provider_upcloud-14.4.0.dist-info/RECORD +61 -0
  58. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.3.0.jsii.tgz +0 -0
  59. cdktf_cdktf_provider_upcloud-14.3.0.dist-info/RECORD +0 -61
  60. {cdktf_cdktf_provider_upcloud-14.3.0.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/LICENSE +0 -0
  61. {cdktf_cdktf_provider_upcloud-14.3.0.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/WHEEL +0 -0
  62. {cdktf_cdktf_provider_upcloud-14.3.0.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_gateway`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_gateway`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway).
4
+ Refer to the Terraform Registry for docs: [`upcloud_gateway`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class Gateway(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.gateway.Gateway",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway upcloud_gateway}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway upcloud_gateway}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -53,19 +53,19 @@ class Gateway(
53
53
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
54
54
  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,
55
55
  ) -> None:
56
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway upcloud_gateway} Resource.
56
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway upcloud_gateway} Resource.
57
57
 
58
58
  :param scope: The scope in which to define this construct.
59
59
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
60
- :param features: Features enabled for the gateway. Note that VPN feature is currently in beta, for more details see https://upcloud.com/resources/docs/networking#nat-and-vpn-gateways. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#features Gateway#features}
61
- :param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#name Gateway#name}
62
- :param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#router Gateway#router}
63
- :param zone: Zone in which the gateway will be hosted, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#zone Gateway#zone}
64
- :param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#address Gateway#address}
65
- :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.3.0/docs/resources/gateway#configured_status Gateway#configured_status}
66
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#id Gateway#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.
67
- :param labels: Key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#labels Gateway#labels}
68
- :param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#plan Gateway#plan}
60
+ :param features: Features enabled for the gateway. Note that VPN feature is currently in beta, for more details see https://upcloud.com/resources/docs/networking#nat-and-vpn-gateways. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#features Gateway#features}
61
+ :param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#name Gateway#name}
62
+ :param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#router Gateway#router}
63
+ :param zone: Zone in which the gateway will be hosted, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#zone Gateway#zone}
64
+ :param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#address Gateway#address}
65
+ :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.4.0/docs/resources/gateway#configured_status Gateway#configured_status}
66
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#id Gateway#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.
67
+ :param labels: Key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#labels Gateway#labels}
68
+ :param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#plan Gateway#plan}
69
69
  :param connection:
70
70
  :param count:
71
71
  :param depends_on:
@@ -112,7 +112,7 @@ class Gateway(
112
112
 
113
113
  :param scope: The scope in which to define this construct.
114
114
  :param import_to_id: The construct id used in the generated config for the Gateway to import.
115
- :param import_from_id: The id of the existing Gateway that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#import import section} in the documentation of this resource for the id to use
115
+ :param import_from_id: The id of the existing Gateway that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#import import section} in the documentation of this resource for the id to use
116
116
  :param provider: ? Optional instance of the provider where the Gateway to import is found.
117
117
  '''
118
118
  if __debug__:
@@ -126,7 +126,7 @@ class Gateway(
126
126
  @jsii.member(jsii_name="putAddress")
127
127
  def put_address(self, *, name: typing.Optional[builtins.str] = None) -> None:
128
128
  '''
129
- :param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#name Gateway#name}
129
+ :param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#name Gateway#name}
130
130
  '''
131
131
  value = GatewayAddress(name=name)
132
132
 
@@ -135,7 +135,7 @@ class Gateway(
135
135
  @jsii.member(jsii_name="putRouter")
136
136
  def put_router(self, *, id: builtins.str) -> None:
137
137
  '''
138
- :param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#id Gateway#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.
138
+ :param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#id Gateway#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.
139
139
  '''
140
140
  value = GatewayRouter(id=id)
141
141
 
@@ -339,7 +339,7 @@ class Gateway(
339
339
  class GatewayAddress:
340
340
  def __init__(self, *, name: typing.Optional[builtins.str] = None) -> None:
341
341
  '''
342
- :param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#name Gateway#name}
342
+ :param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#name Gateway#name}
343
343
  '''
344
344
  if __debug__:
345
345
  type_hints = typing.get_type_hints(_typecheckingstub__771f5bc182e7c8b4585492ead620a0562968d48a1a3c37c3e8d87c925e630939)
@@ -352,7 +352,7 @@ class GatewayAddress:
352
352
  def name(self) -> typing.Optional[builtins.str]:
353
353
  '''Name of the IP address.
354
354
 
355
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#name Gateway#name}
355
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#name Gateway#name}
356
356
  '''
357
357
  result = self._values.get("name")
358
358
  return typing.cast(typing.Optional[builtins.str], result)
@@ -622,15 +622,15 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
622
622
  :param lifecycle:
623
623
  :param provider:
624
624
  :param provisioners:
625
- :param features: Features enabled for the gateway. Note that VPN feature is currently in beta, for more details see https://upcloud.com/resources/docs/networking#nat-and-vpn-gateways. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#features Gateway#features}
626
- :param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#name Gateway#name}
627
- :param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#router Gateway#router}
628
- :param zone: Zone in which the gateway will be hosted, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#zone Gateway#zone}
629
- :param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#address Gateway#address}
630
- :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.3.0/docs/resources/gateway#configured_status Gateway#configured_status}
631
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#id Gateway#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.
632
- :param labels: Key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#labels Gateway#labels}
633
- :param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#plan Gateway#plan}
625
+ :param features: Features enabled for the gateway. Note that VPN feature is currently in beta, for more details see https://upcloud.com/resources/docs/networking#nat-and-vpn-gateways. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#features Gateway#features}
626
+ :param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#name Gateway#name}
627
+ :param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#router Gateway#router}
628
+ :param zone: Zone in which the gateway will be hosted, e.g. ``de-fra1``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#zone Gateway#zone}
629
+ :param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#address Gateway#address}
630
+ :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.4.0/docs/resources/gateway#configured_status Gateway#configured_status}
631
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#id Gateway#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.
632
+ :param labels: Key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#labels Gateway#labels}
633
+ :param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#plan Gateway#plan}
634
634
  '''
635
635
  if isinstance(lifecycle, dict):
636
636
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -755,7 +755,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
755
755
  def features(self) -> typing.List[builtins.str]:
756
756
  '''Features enabled for the gateway. Note that VPN feature is currently in beta, for more details see https://upcloud.com/resources/docs/networking#nat-and-vpn-gateways.
757
757
 
758
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#features Gateway#features}
758
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#features Gateway#features}
759
759
  '''
760
760
  result = self._values.get("features")
761
761
  assert result is not None, "Required property 'features' is missing"
@@ -765,7 +765,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
765
765
  def name(self) -> builtins.str:
766
766
  '''Gateway name. Needs to be unique within the account.
767
767
 
768
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#name Gateway#name}
768
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#name Gateway#name}
769
769
  '''
770
770
  result = self._values.get("name")
771
771
  assert result is not None, "Required property 'name' is missing"
@@ -775,7 +775,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
775
775
  def router(self) -> "GatewayRouter":
776
776
  '''router block.
777
777
 
778
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#router Gateway#router}
778
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#router Gateway#router}
779
779
  '''
780
780
  result = self._values.get("router")
781
781
  assert result is not None, "Required property 'router' is missing"
@@ -785,7 +785,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
785
785
  def zone(self) -> builtins.str:
786
786
  '''Zone in which the gateway will be hosted, e.g. ``de-fra1``.
787
787
 
788
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#zone Gateway#zone}
788
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#zone Gateway#zone}
789
789
  '''
790
790
  result = self._values.get("zone")
791
791
  assert result is not None, "Required property 'zone' is missing"
@@ -795,7 +795,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
795
795
  def address(self) -> typing.Optional[GatewayAddress]:
796
796
  '''address block.
797
797
 
798
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#address Gateway#address}
798
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#address Gateway#address}
799
799
  '''
800
800
  result = self._values.get("address")
801
801
  return typing.cast(typing.Optional[GatewayAddress], result)
@@ -804,14 +804,14 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
804
804
  def configured_status(self) -> typing.Optional[builtins.str]:
805
805
  '''The service configured status indicates the service's current intended status. Managed by the customer.
806
806
 
807
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#configured_status Gateway#configured_status}
807
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#configured_status Gateway#configured_status}
808
808
  '''
809
809
  result = self._values.get("configured_status")
810
810
  return typing.cast(typing.Optional[builtins.str], result)
811
811
 
812
812
  @builtins.property
813
813
  def id(self) -> typing.Optional[builtins.str]:
814
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#id Gateway#id}.
814
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#id Gateway#id}.
815
815
 
816
816
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
817
817
  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.
@@ -823,7 +823,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
823
823
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
824
824
  '''Key-value pairs to classify the network gateway.
825
825
 
826
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#labels Gateway#labels}
826
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#labels Gateway#labels}
827
827
  '''
828
828
  result = self._values.get("labels")
829
829
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -832,7 +832,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
832
832
  def plan(self) -> typing.Optional[builtins.str]:
833
833
  '''Gateway pricing plan.
834
834
 
835
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#plan Gateway#plan}
835
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#plan Gateway#plan}
836
836
  '''
837
837
  result = self._values.get("plan")
838
838
  return typing.cast(typing.Optional[builtins.str], result)
@@ -857,7 +857,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
857
857
  class GatewayRouter:
858
858
  def __init__(self, *, id: builtins.str) -> None:
859
859
  '''
860
- :param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#id Gateway#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.
860
+ :param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#id Gateway#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.
861
861
  '''
862
862
  if __debug__:
863
863
  type_hints = typing.get_type_hints(_typecheckingstub__ec6d5ccf3e805f30e341a3cd9f4f396b1b94f09fded4ca2733934ac1d447f38b)
@@ -870,7 +870,7 @@ class GatewayRouter:
870
870
  def id(self) -> builtins.str:
871
871
  '''ID of the router attached to the gateway.
872
872
 
873
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway#id Gateway#id}
873
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway#id Gateway#id}
874
874
 
875
875
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
876
876
  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.
@@ -1,7 +1,7 @@
1
1
  '''
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.3.0/docs/resources/gateway_connection).
4
+ Refer to the Terraform Registry for docs: [`upcloud_gateway_connection`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/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.3.0/docs/resources/gateway_connection upcloud_gateway_connection}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/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.3.0/docs/resources/gateway_connection upcloud_gateway_connection} Resource.
53
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/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.3.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.3.0/docs/resources/gateway_connection#name GatewayConnection#name}
59
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.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.3.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.3.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.3.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.4.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.4.0/docs/resources/gateway_connection#name GatewayConnection#name}
59
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.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.4.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.4.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.4.0/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.3.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.4.0/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__:
@@ -312,12 +312,12 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
312
312
  :param lifecycle:
313
313
  :param provider:
314
314
  :param provisioners:
315
- :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.3.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
316
- :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.3.0/docs/resources/gateway_connection#name GatewayConnection#name}
317
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.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.
318
- :param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
319
- :param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
320
- :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.3.0/docs/resources/gateway_connection#type GatewayConnection#type}
315
+ :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.4.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
316
+ :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.4.0/docs/resources/gateway_connection#name GatewayConnection#name}
317
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.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.
318
+ :param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
319
+ :param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
320
+ :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.4.0/docs/resources/gateway_connection#type GatewayConnection#type}
321
321
  '''
322
322
  if isinstance(lifecycle, dict):
323
323
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -431,7 +431,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
431
431
  def gateway(self) -> builtins.str:
432
432
  '''The ID of the upcloud_gateway resource to which the connection belongs.
433
433
 
434
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
434
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
435
435
  '''
436
436
  result = self._values.get("gateway")
437
437
  assert result is not None, "Required property 'gateway' is missing"
@@ -441,7 +441,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
441
441
  def name(self) -> builtins.str:
442
442
  '''The name of the connection, should be unique within the gateway.
443
443
 
444
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#name GatewayConnection#name}
444
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#name GatewayConnection#name}
445
445
  '''
446
446
  result = self._values.get("name")
447
447
  assert result is not None, "Required property 'name' is missing"
@@ -449,7 +449,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
449
449
 
450
450
  @builtins.property
451
451
  def id(self) -> typing.Optional[builtins.str]:
452
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#id GatewayConnection#id}.
452
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#id GatewayConnection#id}.
453
453
 
454
454
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
455
455
  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.
@@ -463,7 +463,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
463
463
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionLocalRoute"]]]:
464
464
  '''local_route block.
465
465
 
466
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
466
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
467
467
  '''
468
468
  result = self._values.get("local_route")
469
469
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionLocalRoute"]]], result)
@@ -474,7 +474,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
474
474
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionRemoteRoute"]]]:
475
475
  '''remote_route block.
476
476
 
477
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
477
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
478
478
  '''
479
479
  result = self._values.get("remote_route")
480
480
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionRemoteRoute"]]], result)
@@ -483,7 +483,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
483
483
  def type(self) -> typing.Optional[builtins.str]:
484
484
  '''The type of the connection; currently the only supported type is 'ipsec'.
485
485
 
486
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#type GatewayConnection#type}
486
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#type GatewayConnection#type}
487
487
  '''
488
488
  result = self._values.get("type")
489
489
  return typing.cast(typing.Optional[builtins.str], result)
@@ -514,9 +514,9 @@ class GatewayConnectionLocalRoute:
514
514
  type: typing.Optional[builtins.str] = None,
515
515
  ) -> None:
516
516
  '''
517
- :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#name GatewayConnection#name}
518
- :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.3.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
519
- :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.3.0/docs/resources/gateway_connection#type GatewayConnection#type}
517
+ :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#name GatewayConnection#name}
518
+ :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.4.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
519
+ :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.4.0/docs/resources/gateway_connection#type GatewayConnection#type}
520
520
  '''
521
521
  if __debug__:
522
522
  type_hints = typing.get_type_hints(_typecheckingstub__e9bdbc304645ef903521fb56e820f8a47e2974b0281c6e16487c6d0125d32895)
@@ -534,7 +534,7 @@ class GatewayConnectionLocalRoute:
534
534
  def name(self) -> builtins.str:
535
535
  '''Name of the route.
536
536
 
537
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#name GatewayConnection#name}
537
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#name GatewayConnection#name}
538
538
  '''
539
539
  result = self._values.get("name")
540
540
  assert result is not None, "Required property 'name' is missing"
@@ -544,7 +544,7 @@ class GatewayConnectionLocalRoute:
544
544
  def static_network(self) -> builtins.str:
545
545
  '''Destination prefix of the route; needs to be a valid IPv4 prefix.
546
546
 
547
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
547
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
548
548
  '''
549
549
  result = self._values.get("static_network")
550
550
  assert result is not None, "Required property 'static_network' is missing"
@@ -554,7 +554,7 @@ class GatewayConnectionLocalRoute:
554
554
  def type(self) -> typing.Optional[builtins.str]:
555
555
  '''Type of route; currently the only supported type is 'static'.
556
556
 
557
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#type GatewayConnection#type}
557
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#type GatewayConnection#type}
558
558
  '''
559
559
  result = self._values.get("type")
560
560
  return typing.cast(typing.Optional[builtins.str], result)
@@ -774,9 +774,9 @@ class GatewayConnectionRemoteRoute:
774
774
  type: typing.Optional[builtins.str] = None,
775
775
  ) -> None:
776
776
  '''
777
- :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#name GatewayConnection#name}
778
- :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.3.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
779
- :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.3.0/docs/resources/gateway_connection#type GatewayConnection#type}
777
+ :param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#name GatewayConnection#name}
778
+ :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.4.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
779
+ :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.4.0/docs/resources/gateway_connection#type GatewayConnection#type}
780
780
  '''
781
781
  if __debug__:
782
782
  type_hints = typing.get_type_hints(_typecheckingstub__bb241e4f5e51f66fa76e319bae9793b11f7a4bca837d9a67cbe02422b2b6e95f)
@@ -794,7 +794,7 @@ class GatewayConnectionRemoteRoute:
794
794
  def name(self) -> builtins.str:
795
795
  '''Name of the route.
796
796
 
797
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#name GatewayConnection#name}
797
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#name GatewayConnection#name}
798
798
  '''
799
799
  result = self._values.get("name")
800
800
  assert result is not None, "Required property 'name' is missing"
@@ -804,7 +804,7 @@ class GatewayConnectionRemoteRoute:
804
804
  def static_network(self) -> builtins.str:
805
805
  '''Destination prefix of the route; needs to be a valid IPv4 prefix.
806
806
 
807
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
807
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
808
808
  '''
809
809
  result = self._values.get("static_network")
810
810
  assert result is not None, "Required property 'static_network' is missing"
@@ -814,7 +814,7 @@ class GatewayConnectionRemoteRoute:
814
814
  def type(self) -> typing.Optional[builtins.str]:
815
815
  '''Type of route; currently the only supported type is 'static'.
816
816
 
817
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.3.0/docs/resources/gateway_connection#type GatewayConnection#type}
817
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/resources/gateway_connection#type GatewayConnection#type}
818
818
  '''
819
819
  result = self._values.get("type")
820
820
  return typing.cast(typing.Optional[builtins.str], result)