cdktf-cdktf-provider-upcloud 14.4.0__py3-none-any.whl → 14.6.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.
- cdktf_cdktf_provider_upcloud/__init__.py +4 -4
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.6.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +14 -14
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +11 -11
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +14 -14
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +26 -26
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +42 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +11 -11
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +42 -42
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +30 -73
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +40 -35
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +67 -62
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +35 -35
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +66 -66
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +65 -65
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +29 -29
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +194 -194
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +29 -29
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +190 -190
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +331 -331
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +346 -346
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +118 -118
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +51 -51
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +14 -14
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +17 -17
- cdktf_cdktf_provider_upcloud/network/__init__.py +80 -31
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/provider/__init__.py +26 -26
- cdktf_cdktf_provider_upcloud/router/__init__.py +60 -54
- cdktf_cdktf_provider_upcloud/server/__init__.py +154 -154
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/storage/__init__.py +59 -59
- cdktf_cdktf_provider_upcloud/tag/__init__.py +17 -17
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.6.0.dist-info/RECORD +61 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.4.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.4.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.4.0.dist-info → cdktf_cdktf_provider_upcloud-14.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
'''
|
|
1
|
+
r'''
|
|
2
2
|
# `upcloud_gateway`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_gateway`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_gateway`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
56
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
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.
|
|
62
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
64
|
-
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
66
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
67
|
-
:param labels: Key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
68
|
-
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.
|
|
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.6.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.
|
|
129
|
+
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
138
|
+
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
342
|
+
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
355
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
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.
|
|
627
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
629
|
-
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
631
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
632
|
-
:param labels: Key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
633
|
-
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.
|
|
758
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
768
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
778
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
788
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
798
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
807
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
814
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
826
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
835
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
860
|
+
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
873
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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
|
+
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.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_gateway_connection`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
53
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.
|
|
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.
|
|
59
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
60
|
-
:param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
61
|
-
:param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
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.6.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.6.0/docs/resources/gateway_connection#name GatewayConnection#name}
|
|
59
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.6.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.6.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.6.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.
|
|
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.6.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__:
|
|
@@ -184,6 +184,11 @@ class GatewayConnection(
|
|
|
184
184
|
def tunnels(self) -> typing.List[builtins.str]:
|
|
185
185
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "tunnels"))
|
|
186
186
|
|
|
187
|
+
@builtins.property
|
|
188
|
+
@jsii.member(jsii_name="uuid")
|
|
189
|
+
def uuid(self) -> builtins.str:
|
|
190
|
+
return typing.cast(builtins.str, jsii.get(self, "uuid"))
|
|
191
|
+
|
|
187
192
|
@builtins.property
|
|
188
193
|
@jsii.member(jsii_name="gatewayInput")
|
|
189
194
|
def gateway_input(self) -> typing.Optional[builtins.str]:
|
|
@@ -312,12 +317,12 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
312
317
|
:param lifecycle:
|
|
313
318
|
:param provider:
|
|
314
319
|
: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.
|
|
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.
|
|
317
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
318
|
-
:param local_route: local_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
319
|
-
:param remote_route: remote_route block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
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.6.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.6.0/docs/resources/gateway_connection#name GatewayConnection#name}
|
|
322
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.6.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.6.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.6.0/docs/resources/gateway_connection#type GatewayConnection#type}
|
|
321
326
|
'''
|
|
322
327
|
if isinstance(lifecycle, dict):
|
|
323
328
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -431,7 +436,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
431
436
|
def gateway(self) -> builtins.str:
|
|
432
437
|
'''The ID of the upcloud_gateway resource to which the connection belongs.
|
|
433
438
|
|
|
434
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
439
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#gateway GatewayConnection#gateway}
|
|
435
440
|
'''
|
|
436
441
|
result = self._values.get("gateway")
|
|
437
442
|
assert result is not None, "Required property 'gateway' is missing"
|
|
@@ -441,7 +446,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
441
446
|
def name(self) -> builtins.str:
|
|
442
447
|
'''The name of the connection, should be unique within the gateway.
|
|
443
448
|
|
|
444
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
449
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#name GatewayConnection#name}
|
|
445
450
|
'''
|
|
446
451
|
result = self._values.get("name")
|
|
447
452
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -449,7 +454,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
449
454
|
|
|
450
455
|
@builtins.property
|
|
451
456
|
def id(self) -> typing.Optional[builtins.str]:
|
|
452
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
457
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#id GatewayConnection#id}.
|
|
453
458
|
|
|
454
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.
|
|
455
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.
|
|
@@ -463,7 +468,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
463
468
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionLocalRoute"]]]:
|
|
464
469
|
'''local_route block.
|
|
465
470
|
|
|
466
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
471
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#local_route GatewayConnection#local_route}
|
|
467
472
|
'''
|
|
468
473
|
result = self._values.get("local_route")
|
|
469
474
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionLocalRoute"]]], result)
|
|
@@ -474,7 +479,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
474
479
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionRemoteRoute"]]]:
|
|
475
480
|
'''remote_route block.
|
|
476
481
|
|
|
477
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
482
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#remote_route GatewayConnection#remote_route}
|
|
478
483
|
'''
|
|
479
484
|
result = self._values.get("remote_route")
|
|
480
485
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["GatewayConnectionRemoteRoute"]]], result)
|
|
@@ -483,7 +488,7 @@ class GatewayConnectionConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
483
488
|
def type(self) -> typing.Optional[builtins.str]:
|
|
484
489
|
'''The type of the connection; currently the only supported type is 'ipsec'.
|
|
485
490
|
|
|
486
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
491
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#type GatewayConnection#type}
|
|
487
492
|
'''
|
|
488
493
|
result = self._values.get("type")
|
|
489
494
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -514,9 +519,9 @@ class GatewayConnectionLocalRoute:
|
|
|
514
519
|
type: typing.Optional[builtins.str] = None,
|
|
515
520
|
) -> None:
|
|
516
521
|
'''
|
|
517
|
-
:param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
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.
|
|
522
|
+
:param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.6.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.6.0/docs/resources/gateway_connection#type GatewayConnection#type}
|
|
520
525
|
'''
|
|
521
526
|
if __debug__:
|
|
522
527
|
type_hints = typing.get_type_hints(_typecheckingstub__e9bdbc304645ef903521fb56e820f8a47e2974b0281c6e16487c6d0125d32895)
|
|
@@ -534,7 +539,7 @@ class GatewayConnectionLocalRoute:
|
|
|
534
539
|
def name(self) -> builtins.str:
|
|
535
540
|
'''Name of the route.
|
|
536
541
|
|
|
537
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
542
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#name GatewayConnection#name}
|
|
538
543
|
'''
|
|
539
544
|
result = self._values.get("name")
|
|
540
545
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -544,7 +549,7 @@ class GatewayConnectionLocalRoute:
|
|
|
544
549
|
def static_network(self) -> builtins.str:
|
|
545
550
|
'''Destination prefix of the route; needs to be a valid IPv4 prefix.
|
|
546
551
|
|
|
547
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
552
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
|
|
548
553
|
'''
|
|
549
554
|
result = self._values.get("static_network")
|
|
550
555
|
assert result is not None, "Required property 'static_network' is missing"
|
|
@@ -554,7 +559,7 @@ class GatewayConnectionLocalRoute:
|
|
|
554
559
|
def type(self) -> typing.Optional[builtins.str]:
|
|
555
560
|
'''Type of route; currently the only supported type is 'static'.
|
|
556
561
|
|
|
557
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
562
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#type GatewayConnection#type}
|
|
558
563
|
'''
|
|
559
564
|
result = self._values.get("type")
|
|
560
565
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -774,9 +779,9 @@ class GatewayConnectionRemoteRoute:
|
|
|
774
779
|
type: typing.Optional[builtins.str] = None,
|
|
775
780
|
) -> None:
|
|
776
781
|
'''
|
|
777
|
-
:param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
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.
|
|
782
|
+
:param name: Name of the route. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.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.6.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.6.0/docs/resources/gateway_connection#type GatewayConnection#type}
|
|
780
785
|
'''
|
|
781
786
|
if __debug__:
|
|
782
787
|
type_hints = typing.get_type_hints(_typecheckingstub__bb241e4f5e51f66fa76e319bae9793b11f7a4bca837d9a67cbe02422b2b6e95f)
|
|
@@ -794,7 +799,7 @@ class GatewayConnectionRemoteRoute:
|
|
|
794
799
|
def name(self) -> builtins.str:
|
|
795
800
|
'''Name of the route.
|
|
796
801
|
|
|
797
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
802
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#name GatewayConnection#name}
|
|
798
803
|
'''
|
|
799
804
|
result = self._values.get("name")
|
|
800
805
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -804,7 +809,7 @@ class GatewayConnectionRemoteRoute:
|
|
|
804
809
|
def static_network(self) -> builtins.str:
|
|
805
810
|
'''Destination prefix of the route; needs to be a valid IPv4 prefix.
|
|
806
811
|
|
|
807
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
812
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#static_network GatewayConnection#static_network}
|
|
808
813
|
'''
|
|
809
814
|
result = self._values.get("static_network")
|
|
810
815
|
assert result is not None, "Required property 'static_network' is missing"
|
|
@@ -814,7 +819,7 @@ class GatewayConnectionRemoteRoute:
|
|
|
814
819
|
def type(self) -> typing.Optional[builtins.str]:
|
|
815
820
|
'''Type of route; currently the only supported type is 'static'.
|
|
816
821
|
|
|
817
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
822
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.6.0/docs/resources/gateway_connection#type GatewayConnection#type}
|
|
818
823
|
'''
|
|
819
824
|
result = self._values.get("type")
|
|
820
825
|
return typing.cast(typing.Optional[builtins.str], result)
|