cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.10.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 +5 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.10.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +53 -53
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +271 -176
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +73 -73
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +34 -77
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +315 -269
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +2670 -655
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +511 -417
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +219 -173
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +32 -73
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +39 -39
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/server/__init__.py +220 -220
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/storage/__init__.py +648 -187
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +463 -0
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.10.0.dist-info/RECORD +62 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_gateway_connection_tunnel`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_gateway_connection_tunnel`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_gateway_connection_tunnel`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class GatewayConnectionTunnel(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.gatewayConnectionTunnel.GatewayConnectionTunnel",
|
|
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.10.0/docs/resources/gateway_connection_tunnel upcloud_gateway_connection_tunnel}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -51,17 +51,17 @@ class GatewayConnectionTunnel(
|
|
|
51
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
52
52
|
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,
|
|
53
53
|
) -> None:
|
|
54
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel upcloud_gateway_connection_tunnel} Resource.
|
|
55
55
|
|
|
56
56
|
:param scope: The scope in which to define this construct.
|
|
57
57
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
58
|
-
:param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
-
:param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
60
|
-
:param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
61
|
-
:param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
62
|
-
:param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
64
|
-
:param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
+
:param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
|
|
59
|
+
:param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
|
|
60
|
+
:param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
|
|
61
|
+
:param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
|
|
62
|
+
:param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
|
|
63
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#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.
|
|
64
|
+
:param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
|
|
65
65
|
:param connection:
|
|
66
66
|
:param count:
|
|
67
67
|
:param depends_on:
|
|
@@ -106,7 +106,7 @@ class GatewayConnectionTunnel(
|
|
|
106
106
|
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
|
108
108
|
:param import_to_id: The construct id used in the generated config for the GatewayConnectionTunnel to import.
|
|
109
|
-
:param import_from_id: The id of the existing GatewayConnectionTunnel that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
109
|
+
:param import_from_id: The id of the existing GatewayConnectionTunnel that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#import import section} in the documentation of this resource for the id to use
|
|
110
110
|
:param provider: ? Optional instance of the provider where the GatewayConnectionTunnel to import is found.
|
|
111
111
|
'''
|
|
112
112
|
if __debug__:
|
|
@@ -120,7 +120,7 @@ class GatewayConnectionTunnel(
|
|
|
120
120
|
@jsii.member(jsii_name="putIpsecAuthPsk")
|
|
121
121
|
def put_ipsec_auth_psk(self, *, psk: builtins.str) -> None:
|
|
122
122
|
'''
|
|
123
|
-
:param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
123
|
+
:param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
|
|
124
124
|
'''
|
|
125
125
|
value = GatewayConnectionTunnelIpsecAuthPsk(psk=psk)
|
|
126
126
|
|
|
@@ -143,17 +143,17 @@ class GatewayConnectionTunnel(
|
|
|
143
143
|
rekey_time: typing.Optional[jsii.Number] = None,
|
|
144
144
|
) -> None:
|
|
145
145
|
'''
|
|
146
|
-
:param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
147
|
-
:param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
148
|
-
:param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
149
|
-
:param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
150
|
-
:param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
151
|
-
:param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
152
|
-
:param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
153
|
-
:param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
154
|
-
:param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
155
|
-
:param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
156
|
-
:param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
146
|
+
:param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
|
|
147
|
+
:param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
|
|
148
|
+
:param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
|
|
149
|
+
:param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
|
|
150
|
+
:param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
|
|
151
|
+
:param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
|
|
152
|
+
:param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
|
|
153
|
+
:param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
|
|
154
|
+
:param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
|
|
155
|
+
:param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
|
|
156
|
+
:param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
|
|
157
157
|
'''
|
|
158
158
|
value = GatewayConnectionTunnelIpsecProperties(
|
|
159
159
|
child_rekey_time=child_rekey_time,
|
|
@@ -263,7 +263,7 @@ class GatewayConnectionTunnel(
|
|
|
263
263
|
if __debug__:
|
|
264
264
|
type_hints = typing.get_type_hints(_typecheckingstub__126516e9f2491501373dc78a2ced217cc6983515585858bddaa97a43be47c46e)
|
|
265
265
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
266
|
-
jsii.set(self, "connectionId", value)
|
|
266
|
+
jsii.set(self, "connectionId", value) # pyright: ignore[reportArgumentType]
|
|
267
267
|
|
|
268
268
|
@builtins.property
|
|
269
269
|
@jsii.member(jsii_name="id")
|
|
@@ -275,7 +275,7 @@ class GatewayConnectionTunnel(
|
|
|
275
275
|
if __debug__:
|
|
276
276
|
type_hints = typing.get_type_hints(_typecheckingstub__f700caa4649526605c5789b4b1af9dbc420a82c8c23deedc54920d5e9b5549cd)
|
|
277
277
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
278
|
-
jsii.set(self, "id", value)
|
|
278
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
279
279
|
|
|
280
280
|
@builtins.property
|
|
281
281
|
@jsii.member(jsii_name="localAddressName")
|
|
@@ -287,7 +287,7 @@ class GatewayConnectionTunnel(
|
|
|
287
287
|
if __debug__:
|
|
288
288
|
type_hints = typing.get_type_hints(_typecheckingstub__0a349ea0021d2c6d6de75a59ca14d51e1948a94c4ed9d0daa4dfed83a20b53d5)
|
|
289
289
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
290
|
-
jsii.set(self, "localAddressName", value)
|
|
290
|
+
jsii.set(self, "localAddressName", value) # pyright: ignore[reportArgumentType]
|
|
291
291
|
|
|
292
292
|
@builtins.property
|
|
293
293
|
@jsii.member(jsii_name="name")
|
|
@@ -299,7 +299,7 @@ class GatewayConnectionTunnel(
|
|
|
299
299
|
if __debug__:
|
|
300
300
|
type_hints = typing.get_type_hints(_typecheckingstub__22991b014c3d2e71d2ea4eecdc4d72c95098523fea98fea667712a8f2f3f7dcb)
|
|
301
301
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
302
|
-
jsii.set(self, "name", value)
|
|
302
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
303
303
|
|
|
304
304
|
@builtins.property
|
|
305
305
|
@jsii.member(jsii_name="remoteAddress")
|
|
@@ -311,7 +311,7 @@ class GatewayConnectionTunnel(
|
|
|
311
311
|
if __debug__:
|
|
312
312
|
type_hints = typing.get_type_hints(_typecheckingstub__20fc183698bb25fe3dd18b8951c12e22d0f3fcff5c932fb833788131f196f2b6)
|
|
313
313
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
314
|
-
jsii.set(self, "remoteAddress", value)
|
|
314
|
+
jsii.set(self, "remoteAddress", value) # pyright: ignore[reportArgumentType]
|
|
315
315
|
|
|
316
316
|
|
|
317
317
|
@jsii.data_type(
|
|
@@ -361,13 +361,13 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
361
361
|
:param lifecycle:
|
|
362
362
|
:param provider:
|
|
363
363
|
:param provisioners:
|
|
364
|
-
:param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
365
|
-
:param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
366
|
-
:param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
367
|
-
:param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
368
|
-
:param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
369
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
370
|
-
:param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
364
|
+
:param connection_id: ID of the upcloud_gateway_connection resource to which the tunnel belongs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
|
|
365
|
+
:param ipsec_auth_psk: ipsec_auth_psk block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
|
|
366
|
+
:param local_address_name: Public (UpCloud) endpoint address of this tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
|
|
367
|
+
:param name: The name of the tunnel, should be unique within the connection. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
|
|
368
|
+
:param remote_address: Remote public IP address of the tunnel. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
|
|
369
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#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.
|
|
370
|
+
:param ipsec_properties: ipsec_properties block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
|
|
371
371
|
'''
|
|
372
372
|
if isinstance(lifecycle, dict):
|
|
373
373
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -485,7 +485,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
485
485
|
def connection_id(self) -> builtins.str:
|
|
486
486
|
'''ID of the upcloud_gateway_connection resource to which the tunnel belongs.
|
|
487
487
|
|
|
488
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
488
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#connection_id GatewayConnectionTunnel#connection_id}
|
|
489
489
|
'''
|
|
490
490
|
result = self._values.get("connection_id")
|
|
491
491
|
assert result is not None, "Required property 'connection_id' is missing"
|
|
@@ -495,7 +495,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
495
495
|
def ipsec_auth_psk(self) -> "GatewayConnectionTunnelIpsecAuthPsk":
|
|
496
496
|
'''ipsec_auth_psk block.
|
|
497
497
|
|
|
498
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
498
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ipsec_auth_psk GatewayConnectionTunnel#ipsec_auth_psk}
|
|
499
499
|
'''
|
|
500
500
|
result = self._values.get("ipsec_auth_psk")
|
|
501
501
|
assert result is not None, "Required property 'ipsec_auth_psk' is missing"
|
|
@@ -505,7 +505,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
505
505
|
def local_address_name(self) -> builtins.str:
|
|
506
506
|
'''Public (UpCloud) endpoint address of this tunnel.
|
|
507
507
|
|
|
508
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
508
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#local_address_name GatewayConnectionTunnel#local_address_name}
|
|
509
509
|
'''
|
|
510
510
|
result = self._values.get("local_address_name")
|
|
511
511
|
assert result is not None, "Required property 'local_address_name' is missing"
|
|
@@ -515,7 +515,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
515
515
|
def name(self) -> builtins.str:
|
|
516
516
|
'''The name of the tunnel, should be unique within the connection.
|
|
517
517
|
|
|
518
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
518
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#name GatewayConnectionTunnel#name}
|
|
519
519
|
'''
|
|
520
520
|
result = self._values.get("name")
|
|
521
521
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -525,7 +525,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
525
525
|
def remote_address(self) -> builtins.str:
|
|
526
526
|
'''Remote public IP address of the tunnel.
|
|
527
527
|
|
|
528
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
528
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#remote_address GatewayConnectionTunnel#remote_address}
|
|
529
529
|
'''
|
|
530
530
|
result = self._values.get("remote_address")
|
|
531
531
|
assert result is not None, "Required property 'remote_address' is missing"
|
|
@@ -533,7 +533,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
533
533
|
|
|
534
534
|
@builtins.property
|
|
535
535
|
def id(self) -> typing.Optional[builtins.str]:
|
|
536
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
536
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#id GatewayConnectionTunnel#id}.
|
|
537
537
|
|
|
538
538
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
539
539
|
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.
|
|
@@ -547,7 +547,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
547
547
|
) -> typing.Optional["GatewayConnectionTunnelIpsecProperties"]:
|
|
548
548
|
'''ipsec_properties block.
|
|
549
549
|
|
|
550
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
550
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ipsec_properties GatewayConnectionTunnel#ipsec_properties}
|
|
551
551
|
'''
|
|
552
552
|
result = self._values.get("ipsec_properties")
|
|
553
553
|
return typing.cast(typing.Optional["GatewayConnectionTunnelIpsecProperties"], result)
|
|
@@ -572,7 +572,7 @@ class GatewayConnectionTunnelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
572
572
|
class GatewayConnectionTunnelIpsecAuthPsk:
|
|
573
573
|
def __init__(self, *, psk: builtins.str) -> None:
|
|
574
574
|
'''
|
|
575
|
-
:param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
575
|
+
:param psk: The pre-shared key. This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
|
|
576
576
|
'''
|
|
577
577
|
if __debug__:
|
|
578
578
|
type_hints = typing.get_type_hints(_typecheckingstub__87c835e7d7c5605931c1ca38462874908e77d68cd5b951debc157a3d43ca979a)
|
|
@@ -587,7 +587,7 @@ class GatewayConnectionTunnelIpsecAuthPsk:
|
|
|
587
587
|
|
|
588
588
|
This value is only used during resource creation and is not returned in the state. It is not possible to update this value. If you need to update it, delete the connection and create a new one.
|
|
589
589
|
|
|
590
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
590
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#psk GatewayConnectionTunnel#psk}
|
|
591
591
|
'''
|
|
592
592
|
result = self._values.get("psk")
|
|
593
593
|
assert result is not None, "Required property 'psk' is missing"
|
|
@@ -640,7 +640,7 @@ class GatewayConnectionTunnelIpsecAuthPskOutputReference(
|
|
|
640
640
|
if __debug__:
|
|
641
641
|
type_hints = typing.get_type_hints(_typecheckingstub__4c54073d7ff76d5ff3a7bb48388097398cf24b757cf5ceecdd25321fb42e85b3)
|
|
642
642
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
643
|
-
jsii.set(self, "psk", value)
|
|
643
|
+
jsii.set(self, "psk", value) # pyright: ignore[reportArgumentType]
|
|
644
644
|
|
|
645
645
|
@builtins.property
|
|
646
646
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -655,7 +655,7 @@ class GatewayConnectionTunnelIpsecAuthPskOutputReference(
|
|
|
655
655
|
if __debug__:
|
|
656
656
|
type_hints = typing.get_type_hints(_typecheckingstub__9e2d2460505ab3151036fc5067cfb416cf9ea5829b3ff70c70b0eba1e32b0f6f)
|
|
657
657
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
658
|
-
jsii.set(self, "internalValue", value)
|
|
658
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
659
659
|
|
|
660
660
|
|
|
661
661
|
@jsii.data_type(
|
|
@@ -692,17 +692,17 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
692
692
|
rekey_time: typing.Optional[jsii.Number] = None,
|
|
693
693
|
) -> None:
|
|
694
694
|
'''
|
|
695
|
-
:param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
696
|
-
:param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
697
|
-
:param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
698
|
-
:param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
699
|
-
:param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
700
|
-
:param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
701
|
-
:param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
702
|
-
:param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
703
|
-
:param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
704
|
-
:param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
705
|
-
:param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
695
|
+
:param child_rekey_time: IKE child SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
|
|
696
|
+
:param dpd_delay: Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
|
|
697
|
+
:param dpd_timeout: Timeout period for DPD reply before considering the peer to be dead, in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
|
|
698
|
+
:param ike_lifetime: Maximum IKE SA lifetime in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
|
|
699
|
+
:param phase1_algorithms: List of Phase 1: Proposal algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
|
|
700
|
+
:param phase1_dh_group_numbers: List of Phase 1 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
|
|
701
|
+
:param phase1_integrity_algorithms: List of Phase 1 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
|
|
702
|
+
:param phase2_algorithms: List of Phase 2: Security Association algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
|
|
703
|
+
:param phase2_dh_group_numbers: List of Phase 2 Diffie-Hellman group numbers. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
|
|
704
|
+
:param phase2_integrity_algorithms: List of Phase 2 integrity algorithms. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
|
|
705
|
+
:param rekey_time: IKE SA rekey time in seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
|
|
706
706
|
'''
|
|
707
707
|
if __debug__:
|
|
708
708
|
type_hints = typing.get_type_hints(_typecheckingstub__a50b18894047098027d5d6be1b8a41d8e32b22c4297ebea79c281f4c838921f4)
|
|
@@ -745,7 +745,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
745
745
|
def child_rekey_time(self) -> typing.Optional[jsii.Number]:
|
|
746
746
|
'''IKE child SA rekey time in seconds.
|
|
747
747
|
|
|
748
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
748
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#child_rekey_time GatewayConnectionTunnel#child_rekey_time}
|
|
749
749
|
'''
|
|
750
750
|
result = self._values.get("child_rekey_time")
|
|
751
751
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -754,7 +754,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
754
754
|
def dpd_delay(self) -> typing.Optional[jsii.Number]:
|
|
755
755
|
'''Delay before sending Dead Peer Detection packets if no traffic is detected, in seconds.
|
|
756
756
|
|
|
757
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
757
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#dpd_delay GatewayConnectionTunnel#dpd_delay}
|
|
758
758
|
'''
|
|
759
759
|
result = self._values.get("dpd_delay")
|
|
760
760
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -763,7 +763,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
763
763
|
def dpd_timeout(self) -> typing.Optional[jsii.Number]:
|
|
764
764
|
'''Timeout period for DPD reply before considering the peer to be dead, in seconds.
|
|
765
765
|
|
|
766
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
766
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#dpd_timeout GatewayConnectionTunnel#dpd_timeout}
|
|
767
767
|
'''
|
|
768
768
|
result = self._values.get("dpd_timeout")
|
|
769
769
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -772,7 +772,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
772
772
|
def ike_lifetime(self) -> typing.Optional[jsii.Number]:
|
|
773
773
|
'''Maximum IKE SA lifetime in seconds.
|
|
774
774
|
|
|
775
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
775
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#ike_lifetime GatewayConnectionTunnel#ike_lifetime}
|
|
776
776
|
'''
|
|
777
777
|
result = self._values.get("ike_lifetime")
|
|
778
778
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -781,7 +781,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
781
781
|
def phase1_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
782
782
|
'''List of Phase 1: Proposal algorithms.
|
|
783
783
|
|
|
784
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
784
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_algorithms GatewayConnectionTunnel#phase1_algorithms}
|
|
785
785
|
'''
|
|
786
786
|
result = self._values.get("phase1_algorithms")
|
|
787
787
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -790,7 +790,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
790
790
|
def phase1_dh_group_numbers(self) -> typing.Optional[typing.List[jsii.Number]]:
|
|
791
791
|
'''List of Phase 1 Diffie-Hellman group numbers.
|
|
792
792
|
|
|
793
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
793
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase1_dh_group_numbers GatewayConnectionTunnel#phase1_dh_group_numbers}
|
|
794
794
|
'''
|
|
795
795
|
result = self._values.get("phase1_dh_group_numbers")
|
|
796
796
|
return typing.cast(typing.Optional[typing.List[jsii.Number]], result)
|
|
@@ -799,7 +799,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
799
799
|
def phase1_integrity_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
800
800
|
'''List of Phase 1 integrity algorithms.
|
|
801
801
|
|
|
802
|
-
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.10.0/docs/resources/gateway_connection_tunnel#phase1_integrity_algorithms GatewayConnectionTunnel#phase1_integrity_algorithms}
|
|
803
803
|
'''
|
|
804
804
|
result = self._values.get("phase1_integrity_algorithms")
|
|
805
805
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -808,7 +808,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
808
808
|
def phase2_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
809
809
|
'''List of Phase 2: Security Association algorithms.
|
|
810
810
|
|
|
811
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
811
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_algorithms GatewayConnectionTunnel#phase2_algorithms}
|
|
812
812
|
'''
|
|
813
813
|
result = self._values.get("phase2_algorithms")
|
|
814
814
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -817,7 +817,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
817
817
|
def phase2_dh_group_numbers(self) -> typing.Optional[typing.List[jsii.Number]]:
|
|
818
818
|
'''List of Phase 2 Diffie-Hellman group numbers.
|
|
819
819
|
|
|
820
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
820
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_dh_group_numbers GatewayConnectionTunnel#phase2_dh_group_numbers}
|
|
821
821
|
'''
|
|
822
822
|
result = self._values.get("phase2_dh_group_numbers")
|
|
823
823
|
return typing.cast(typing.Optional[typing.List[jsii.Number]], result)
|
|
@@ -826,7 +826,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
826
826
|
def phase2_integrity_algorithms(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
827
827
|
'''List of Phase 2 integrity algorithms.
|
|
828
828
|
|
|
829
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
829
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#phase2_integrity_algorithms GatewayConnectionTunnel#phase2_integrity_algorithms}
|
|
830
830
|
'''
|
|
831
831
|
result = self._values.get("phase2_integrity_algorithms")
|
|
832
832
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -835,7 +835,7 @@ class GatewayConnectionTunnelIpsecProperties:
|
|
|
835
835
|
def rekey_time(self) -> typing.Optional[jsii.Number]:
|
|
836
836
|
'''IKE SA rekey time in seconds.
|
|
837
837
|
|
|
838
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
838
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/gateway_connection_tunnel#rekey_time GatewayConnectionTunnel#rekey_time}
|
|
839
839
|
'''
|
|
840
840
|
result = self._values.get("rekey_time")
|
|
841
841
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -989,7 +989,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
989
989
|
if __debug__:
|
|
990
990
|
type_hints = typing.get_type_hints(_typecheckingstub__e694f6486c74cbeab4edc4f6423d56ac98188fab9411d41541eeb8ab5f2b2c2b)
|
|
991
991
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
992
|
-
jsii.set(self, "childRekeyTime", value)
|
|
992
|
+
jsii.set(self, "childRekeyTime", value) # pyright: ignore[reportArgumentType]
|
|
993
993
|
|
|
994
994
|
@builtins.property
|
|
995
995
|
@jsii.member(jsii_name="dpdDelay")
|
|
@@ -1001,7 +1001,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1001
1001
|
if __debug__:
|
|
1002
1002
|
type_hints = typing.get_type_hints(_typecheckingstub__e9809278546031a43fb807e38f15896eacfe09e2c1583ee1d39a97cf723d5620)
|
|
1003
1003
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1004
|
-
jsii.set(self, "dpdDelay", value)
|
|
1004
|
+
jsii.set(self, "dpdDelay", value) # pyright: ignore[reportArgumentType]
|
|
1005
1005
|
|
|
1006
1006
|
@builtins.property
|
|
1007
1007
|
@jsii.member(jsii_name="dpdTimeout")
|
|
@@ -1013,7 +1013,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1013
1013
|
if __debug__:
|
|
1014
1014
|
type_hints = typing.get_type_hints(_typecheckingstub__1837f3667d2a8fe66b2d42eb54e6d6d67dec37cb6fcebaa2a823a00ee6774075)
|
|
1015
1015
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1016
|
-
jsii.set(self, "dpdTimeout", value)
|
|
1016
|
+
jsii.set(self, "dpdTimeout", value) # pyright: ignore[reportArgumentType]
|
|
1017
1017
|
|
|
1018
1018
|
@builtins.property
|
|
1019
1019
|
@jsii.member(jsii_name="ikeLifetime")
|
|
@@ -1025,7 +1025,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1025
1025
|
if __debug__:
|
|
1026
1026
|
type_hints = typing.get_type_hints(_typecheckingstub__41e21702f384dacba68c3d7d2d95c69d6c893645f0354660bed5c9def6625bf0)
|
|
1027
1027
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1028
|
-
jsii.set(self, "ikeLifetime", value)
|
|
1028
|
+
jsii.set(self, "ikeLifetime", value) # pyright: ignore[reportArgumentType]
|
|
1029
1029
|
|
|
1030
1030
|
@builtins.property
|
|
1031
1031
|
@jsii.member(jsii_name="phase1Algorithms")
|
|
@@ -1037,7 +1037,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1037
1037
|
if __debug__:
|
|
1038
1038
|
type_hints = typing.get_type_hints(_typecheckingstub__a43467d84bfc37a6a4e595c41f4d6c9c30894c3ac6e1a4e674997a0ee8df2afb)
|
|
1039
1039
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1040
|
-
jsii.set(self, "phase1Algorithms", value)
|
|
1040
|
+
jsii.set(self, "phase1Algorithms", value) # pyright: ignore[reportArgumentType]
|
|
1041
1041
|
|
|
1042
1042
|
@builtins.property
|
|
1043
1043
|
@jsii.member(jsii_name="phase1DhGroupNumbers")
|
|
@@ -1049,7 +1049,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1049
1049
|
if __debug__:
|
|
1050
1050
|
type_hints = typing.get_type_hints(_typecheckingstub__ca6d6dd74a2a391d08ad0799a154941150db5c432038fe91aca9cc24e167e656)
|
|
1051
1051
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1052
|
-
jsii.set(self, "phase1DhGroupNumbers", value)
|
|
1052
|
+
jsii.set(self, "phase1DhGroupNumbers", value) # pyright: ignore[reportArgumentType]
|
|
1053
1053
|
|
|
1054
1054
|
@builtins.property
|
|
1055
1055
|
@jsii.member(jsii_name="phase1IntegrityAlgorithms")
|
|
@@ -1061,7 +1061,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1061
1061
|
if __debug__:
|
|
1062
1062
|
type_hints = typing.get_type_hints(_typecheckingstub__6bb396276f6888905c069f5204b8854f84ae09ae7175f40b5f63b2d43d87eb0a)
|
|
1063
1063
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1064
|
-
jsii.set(self, "phase1IntegrityAlgorithms", value)
|
|
1064
|
+
jsii.set(self, "phase1IntegrityAlgorithms", value) # pyright: ignore[reportArgumentType]
|
|
1065
1065
|
|
|
1066
1066
|
@builtins.property
|
|
1067
1067
|
@jsii.member(jsii_name="phase2Algorithms")
|
|
@@ -1073,7 +1073,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1073
1073
|
if __debug__:
|
|
1074
1074
|
type_hints = typing.get_type_hints(_typecheckingstub__0a120198d98550b7ccf0a29f6db6aa1a65f8591468a18b4fafa9a375ce7b4010)
|
|
1075
1075
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1076
|
-
jsii.set(self, "phase2Algorithms", value)
|
|
1076
|
+
jsii.set(self, "phase2Algorithms", value) # pyright: ignore[reportArgumentType]
|
|
1077
1077
|
|
|
1078
1078
|
@builtins.property
|
|
1079
1079
|
@jsii.member(jsii_name="phase2DhGroupNumbers")
|
|
@@ -1085,7 +1085,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1085
1085
|
if __debug__:
|
|
1086
1086
|
type_hints = typing.get_type_hints(_typecheckingstub__30138e6759809e39e8182db3c4fcd90a02cbdaa2ace0041f7e602af46b521794)
|
|
1087
1087
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1088
|
-
jsii.set(self, "phase2DhGroupNumbers", value)
|
|
1088
|
+
jsii.set(self, "phase2DhGroupNumbers", value) # pyright: ignore[reportArgumentType]
|
|
1089
1089
|
|
|
1090
1090
|
@builtins.property
|
|
1091
1091
|
@jsii.member(jsii_name="phase2IntegrityAlgorithms")
|
|
@@ -1097,7 +1097,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1097
1097
|
if __debug__:
|
|
1098
1098
|
type_hints = typing.get_type_hints(_typecheckingstub__05dc13f6a5572e354b037783a155ecf1b682d7d79671c4046d8ec5277c86120f)
|
|
1099
1099
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1100
|
-
jsii.set(self, "phase2IntegrityAlgorithms", value)
|
|
1100
|
+
jsii.set(self, "phase2IntegrityAlgorithms", value) # pyright: ignore[reportArgumentType]
|
|
1101
1101
|
|
|
1102
1102
|
@builtins.property
|
|
1103
1103
|
@jsii.member(jsii_name="rekeyTime")
|
|
@@ -1109,7 +1109,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1109
1109
|
if __debug__:
|
|
1110
1110
|
type_hints = typing.get_type_hints(_typecheckingstub__6e31a7bfb67f1a32f8676774d45f8c8b631c74fee0b7d0931cdeb61318f84332)
|
|
1111
1111
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1112
|
-
jsii.set(self, "rekeyTime", value)
|
|
1112
|
+
jsii.set(self, "rekeyTime", value) # pyright: ignore[reportArgumentType]
|
|
1113
1113
|
|
|
1114
1114
|
@builtins.property
|
|
1115
1115
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1124,7 +1124,7 @@ class GatewayConnectionTunnelIpsecPropertiesOutputReference(
|
|
|
1124
1124
|
if __debug__:
|
|
1125
1125
|
type_hints = typing.get_type_hints(_typecheckingstub__f9e1d36a513f06f91166fd6a6e6052ccb8fefc74d4ca1aa3c237c66c2e7f09a2)
|
|
1126
1126
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1127
|
-
jsii.set(self, "internalValue", value)
|
|
1127
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1128
1128
|
|
|
1129
1129
|
|
|
1130
1130
|
__all__ = [
|