cdktf-cdktf-provider-upcloud 14.8.1__py3-none-any.whl → 14.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.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 +52 -52
- 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 +40 -40
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
- 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 +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
- 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 +359 -264
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +509 -460
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +555 -412
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +263 -168
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
- 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 +49 -49
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
- 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 +242 -29
- cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +34 -77
- cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.8.1.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.8.1.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_floating_ip_address`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_floating_ip_address`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_floating_ip_address`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class FloatingIpAddress(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.floatingIpAddress.FloatingIpAddress",
|
|
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.9.1/docs/resources/floating_ip_address upcloud_floating_ip_address}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -48,14 +48,14 @@ class FloatingIpAddress(
|
|
|
48
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
49
49
|
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,
|
|
50
50
|
) -> None:
|
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address upcloud_floating_ip_address} Resource.
|
|
52
52
|
|
|
53
53
|
:param scope: The scope in which to define this construct.
|
|
54
54
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
55
|
-
:param access: Network access for the floating IP address. Supported value: ``public``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param mac_address: MAC address of a server interface to assign address to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
:param zone: Zone of the address, e.g. ``de-fra1``. Required when assigning a detached floating IP address. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
+
:param access: Network access for the floating IP address. Supported value: ``public``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#access FloatingIpAddress#access}
|
|
56
|
+
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#family FloatingIpAddress#family}
|
|
57
|
+
:param mac_address: MAC address of a server interface to assign address to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#mac_address FloatingIpAddress#mac_address}
|
|
58
|
+
:param zone: Zone of the address, e.g. ``de-fra1``. Required when assigning a detached floating IP address. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#zone FloatingIpAddress#zone}
|
|
59
59
|
:param connection:
|
|
60
60
|
:param count:
|
|
61
61
|
:param depends_on:
|
|
@@ -97,7 +97,7 @@ class FloatingIpAddress(
|
|
|
97
97
|
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
|
99
99
|
:param import_to_id: The construct id used in the generated config for the FloatingIpAddress to import.
|
|
100
|
-
:param import_from_id: The id of the existing FloatingIpAddress that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
100
|
+
:param import_from_id: The id of the existing FloatingIpAddress that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#import import section} in the documentation of this resource for the id to use
|
|
101
101
|
:param provider: ? Optional instance of the provider where the FloatingIpAddress to import is found.
|
|
102
102
|
'''
|
|
103
103
|
if __debug__:
|
|
@@ -177,7 +177,7 @@ class FloatingIpAddress(
|
|
|
177
177
|
if __debug__:
|
|
178
178
|
type_hints = typing.get_type_hints(_typecheckingstub__4a0fed1fe78dcf61391ee316f018355c051988560df1e6e8dbb17315a7743c1a)
|
|
179
179
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
180
|
-
jsii.set(self, "access", value)
|
|
180
|
+
jsii.set(self, "access", value) # pyright: ignore[reportArgumentType]
|
|
181
181
|
|
|
182
182
|
@builtins.property
|
|
183
183
|
@jsii.member(jsii_name="family")
|
|
@@ -189,7 +189,7 @@ class FloatingIpAddress(
|
|
|
189
189
|
if __debug__:
|
|
190
190
|
type_hints = typing.get_type_hints(_typecheckingstub__ac4d2dcfe2d1d01d7514c7cd7f22d5b4a1cb39d7fcf66b3670b4a5c7d438056d)
|
|
191
191
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
192
|
-
jsii.set(self, "family", value)
|
|
192
|
+
jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
|
|
193
193
|
|
|
194
194
|
@builtins.property
|
|
195
195
|
@jsii.member(jsii_name="macAddress")
|
|
@@ -201,7 +201,7 @@ class FloatingIpAddress(
|
|
|
201
201
|
if __debug__:
|
|
202
202
|
type_hints = typing.get_type_hints(_typecheckingstub__3a3d0104fe4b695d7b1611f86c494909bc09134ac2baddb967a1813ed3ced4f7)
|
|
203
203
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
204
|
-
jsii.set(self, "macAddress", value)
|
|
204
|
+
jsii.set(self, "macAddress", value) # pyright: ignore[reportArgumentType]
|
|
205
205
|
|
|
206
206
|
@builtins.property
|
|
207
207
|
@jsii.member(jsii_name="zone")
|
|
@@ -213,7 +213,7 @@ class FloatingIpAddress(
|
|
|
213
213
|
if __debug__:
|
|
214
214
|
type_hints = typing.get_type_hints(_typecheckingstub__9fde6c724c2f94096e73a2a357f4481f0bd702fb413194265669772572245090)
|
|
215
215
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
216
|
-
jsii.set(self, "zone", value)
|
|
216
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
217
217
|
|
|
218
218
|
|
|
219
219
|
@jsii.data_type(
|
|
@@ -257,10 +257,10 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
257
257
|
:param lifecycle:
|
|
258
258
|
:param provider:
|
|
259
259
|
:param provisioners:
|
|
260
|
-
:param access: Network access for the floating IP address. Supported value: ``public``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
261
|
-
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
262
|
-
:param mac_address: MAC address of a server interface to assign address to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
263
|
-
:param zone: Zone of the address, e.g. ``de-fra1``. Required when assigning a detached floating IP address. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
260
|
+
:param access: Network access for the floating IP address. Supported value: ``public``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#access FloatingIpAddress#access}
|
|
261
|
+
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#family FloatingIpAddress#family}
|
|
262
|
+
:param mac_address: MAC address of a server interface to assign address to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#mac_address FloatingIpAddress#mac_address}
|
|
263
|
+
:param zone: Zone of the address, e.g. ``de-fra1``. Required when assigning a detached floating IP address. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#zone FloatingIpAddress#zone}
|
|
264
264
|
'''
|
|
265
265
|
if isinstance(lifecycle, dict):
|
|
266
266
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -369,7 +369,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
369
369
|
def access(self) -> typing.Optional[builtins.str]:
|
|
370
370
|
'''Network access for the floating IP address. Supported value: ``public``.
|
|
371
371
|
|
|
372
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
372
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#access FloatingIpAddress#access}
|
|
373
373
|
'''
|
|
374
374
|
result = self._values.get("access")
|
|
375
375
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -378,7 +378,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
378
378
|
def family(self) -> typing.Optional[builtins.str]:
|
|
379
379
|
'''The address family of the floating IP address.
|
|
380
380
|
|
|
381
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
381
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#family FloatingIpAddress#family}
|
|
382
382
|
'''
|
|
383
383
|
result = self._values.get("family")
|
|
384
384
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -387,7 +387,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
387
387
|
def mac_address(self) -> typing.Optional[builtins.str]:
|
|
388
388
|
'''MAC address of a server interface to assign address to.
|
|
389
389
|
|
|
390
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
390
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#mac_address FloatingIpAddress#mac_address}
|
|
391
391
|
'''
|
|
392
392
|
result = self._values.get("mac_address")
|
|
393
393
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -396,7 +396,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
396
396
|
def zone(self) -> typing.Optional[builtins.str]:
|
|
397
397
|
'''Zone of the address, e.g. ``de-fra1``. Required when assigning a detached floating IP address. You can list available zones with ``upctl zone list``.
|
|
398
398
|
|
|
399
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
399
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/floating_ip_address#zone FloatingIpAddress#zone}
|
|
400
400
|
'''
|
|
401
401
|
result = self._values.get("zone")
|
|
402
402
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/gateway#name Gateway#name}
|
|
62
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/docs/resources/gateway#zone Gateway#zone}
|
|
64
|
+
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/docs/resources/gateway#configured_status Gateway#configured_status}
|
|
66
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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
|
|
|
@@ -256,7 +256,7 @@ class Gateway(
|
|
|
256
256
|
if __debug__:
|
|
257
257
|
type_hints = typing.get_type_hints(_typecheckingstub__3d3ceb8da63fedf803a33c0cf4042706436095bd185585fd4f2d4066c2d42301)
|
|
258
258
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
259
|
-
jsii.set(self, "configuredStatus", value)
|
|
259
|
+
jsii.set(self, "configuredStatus", value) # pyright: ignore[reportArgumentType]
|
|
260
260
|
|
|
261
261
|
@builtins.property
|
|
262
262
|
@jsii.member(jsii_name="features")
|
|
@@ -268,7 +268,7 @@ class Gateway(
|
|
|
268
268
|
if __debug__:
|
|
269
269
|
type_hints = typing.get_type_hints(_typecheckingstub__94599dd299b053c9fa4e3585542fed3e0f4de6c6b2f699988f736c808ca5676f)
|
|
270
270
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
271
|
-
jsii.set(self, "features", value)
|
|
271
|
+
jsii.set(self, "features", value) # pyright: ignore[reportArgumentType]
|
|
272
272
|
|
|
273
273
|
@builtins.property
|
|
274
274
|
@jsii.member(jsii_name="id")
|
|
@@ -280,7 +280,7 @@ class Gateway(
|
|
|
280
280
|
if __debug__:
|
|
281
281
|
type_hints = typing.get_type_hints(_typecheckingstub__fabe7cabf8280b56c20218b44521e645d89fea5bdd72f3d3dfba3489da1a0f04)
|
|
282
282
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
283
|
-
jsii.set(self, "id", value)
|
|
283
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
284
284
|
|
|
285
285
|
@builtins.property
|
|
286
286
|
@jsii.member(jsii_name="labels")
|
|
@@ -292,7 +292,7 @@ class Gateway(
|
|
|
292
292
|
if __debug__:
|
|
293
293
|
type_hints = typing.get_type_hints(_typecheckingstub__28caa4359433feaa3e11ba0a3a5ad925b8f03afe2a5a2997cb8b61c0f9bd4275)
|
|
294
294
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
295
|
-
jsii.set(self, "labels", value)
|
|
295
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
296
296
|
|
|
297
297
|
@builtins.property
|
|
298
298
|
@jsii.member(jsii_name="name")
|
|
@@ -304,7 +304,7 @@ class Gateway(
|
|
|
304
304
|
if __debug__:
|
|
305
305
|
type_hints = typing.get_type_hints(_typecheckingstub__d2c5d28159ca3dac2ea92e9af2bb081a4326b986cc12ca65061f2a279603b82d)
|
|
306
306
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
307
|
-
jsii.set(self, "name", value)
|
|
307
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
308
308
|
|
|
309
309
|
@builtins.property
|
|
310
310
|
@jsii.member(jsii_name="plan")
|
|
@@ -316,7 +316,7 @@ class Gateway(
|
|
|
316
316
|
if __debug__:
|
|
317
317
|
type_hints = typing.get_type_hints(_typecheckingstub__0b307de78f154fe1e545a75dde145014f3ed8f0b7beb3bd3d29a86cc3c0e8bfd)
|
|
318
318
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
319
|
-
jsii.set(self, "plan", value)
|
|
319
|
+
jsii.set(self, "plan", value) # pyright: ignore[reportArgumentType]
|
|
320
320
|
|
|
321
321
|
@builtins.property
|
|
322
322
|
@jsii.member(jsii_name="zone")
|
|
@@ -328,7 +328,7 @@ class Gateway(
|
|
|
328
328
|
if __debug__:
|
|
329
329
|
type_hints = typing.get_type_hints(_typecheckingstub__bb73e8f0fe354e887808b5bf127fd5ac0c6707e04487d3c8585afb386405ed4b)
|
|
330
330
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
331
|
-
jsii.set(self, "zone", value)
|
|
331
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
332
332
|
|
|
333
333
|
|
|
334
334
|
@jsii.data_type(
|
|
@@ -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.9.1/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.9.1/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)
|
|
@@ -413,7 +413,7 @@ class GatewayAddressOutputReference(
|
|
|
413
413
|
if __debug__:
|
|
414
414
|
type_hints = typing.get_type_hints(_typecheckingstub__ab397d75aad46c35582789ea34fa8c898a72a9b2c3bd4525a1a8e9d3c9baaeb1)
|
|
415
415
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
416
|
-
jsii.set(self, "name", value)
|
|
416
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
417
417
|
|
|
418
418
|
@builtins.property
|
|
419
419
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -425,7 +425,7 @@ class GatewayAddressOutputReference(
|
|
|
425
425
|
if __debug__:
|
|
426
426
|
type_hints = typing.get_type_hints(_typecheckingstub__9fe26c4b704801525f4075b39ca3419c91aabb081864ed410607de7a61bafaab)
|
|
427
427
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
428
|
-
jsii.set(self, "internalValue", value)
|
|
428
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
429
429
|
|
|
430
430
|
|
|
431
431
|
@jsii.data_type(
|
|
@@ -493,7 +493,7 @@ class GatewayAddressesList(
|
|
|
493
493
|
if __debug__:
|
|
494
494
|
type_hints = typing.get_type_hints(_typecheckingstub__881da4aae65110169cf40cf3d72c6fd7ca25a054ac3e9fb815ff935a1aca2aac)
|
|
495
495
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
496
|
-
jsii.set(self, "terraformAttribute", value)
|
|
496
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
497
497
|
|
|
498
498
|
@builtins.property
|
|
499
499
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -506,7 +506,7 @@ class GatewayAddressesList(
|
|
|
506
506
|
if __debug__:
|
|
507
507
|
type_hints = typing.get_type_hints(_typecheckingstub__ec228c313da4859bb0407ecc1d54539463f7cbe0224c7db6465b63a548b6266a)
|
|
508
508
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
509
|
-
jsii.set(self, "terraformResource", value)
|
|
509
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
510
510
|
|
|
511
511
|
@builtins.property
|
|
512
512
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -519,7 +519,7 @@ class GatewayAddressesList(
|
|
|
519
519
|
if __debug__:
|
|
520
520
|
type_hints = typing.get_type_hints(_typecheckingstub__0bbca24c8b00350a58081307be54995d6b4d12ccab55177b40aeef8e9bea87f4)
|
|
521
521
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
522
|
-
jsii.set(self, "wrapsSet", value)
|
|
522
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
523
523
|
|
|
524
524
|
|
|
525
525
|
class GatewayAddressesOutputReference(
|
|
@@ -568,7 +568,7 @@ class GatewayAddressesOutputReference(
|
|
|
568
568
|
if __debug__:
|
|
569
569
|
type_hints = typing.get_type_hints(_typecheckingstub__9ea2977f9234ac6d2bd8346d7a53966d6453d37348278d58da54f7c683d9b386)
|
|
570
570
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
571
|
-
jsii.set(self, "internalValue", value)
|
|
571
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
572
572
|
|
|
573
573
|
|
|
574
574
|
@jsii.data_type(
|
|
@@ -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.9.1/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.9.1/docs/resources/gateway#name Gateway#name}
|
|
627
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/docs/resources/gateway#zone Gateway#zone}
|
|
629
|
+
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/docs/resources/gateway#configured_status Gateway#configured_status}
|
|
631
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.
|
|
@@ -926,7 +926,7 @@ class GatewayRouterOutputReference(
|
|
|
926
926
|
if __debug__:
|
|
927
927
|
type_hints = typing.get_type_hints(_typecheckingstub__ab5ca3b00171a73e17cc382cbf956dd56828d5e5c1e4b79a39bb69f998be7b21)
|
|
928
928
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
929
|
-
jsii.set(self, "id", value)
|
|
929
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
930
930
|
|
|
931
931
|
@builtins.property
|
|
932
932
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -938,7 +938,7 @@ class GatewayRouterOutputReference(
|
|
|
938
938
|
if __debug__:
|
|
939
939
|
type_hints = typing.get_type_hints(_typecheckingstub__5af2000bc2111ed75c0613b13003d2b17d86ab5ae8b1253df886868176e2553f)
|
|
940
940
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
941
|
-
jsii.set(self, "internalValue", value)
|
|
941
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
942
942
|
|
|
943
943
|
|
|
944
944
|
__all__ = [
|