cdktf-cdktf-provider-upcloud 15.1.4__py3-none-any.whl → 15.2.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 +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.2.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +9 -9
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +22 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +808 -75
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +39 -39
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +228 -228
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +210 -210
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +594 -594
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +366 -366
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +132 -132
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
- cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +135 -135
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
- cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +139 -139
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
- cdktf_cdktf_provider_upcloud/storage_backup/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-15.1.4.dist-info → cdktf_cdktf_provider_upcloud-15.2.0.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_upcloud-15.2.0.dist-info/RECORD +68 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@15.1.4.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-15.1.4.dist-info/RECORD +0 -68
- {cdktf_cdktf_provider_upcloud-15.1.4.dist-info → cdktf_cdktf_provider_upcloud-15.2.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-15.1.4.dist-info → cdktf_cdktf_provider_upcloud-15.2.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-15.1.4.dist-info → cdktf_cdktf_provider_upcloud-15.2.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_firewall_rules`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_firewall_rules`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_firewall_rules`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class FirewallRules(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.firewallRules.FirewallRules",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules upcloud_firewall_rules}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -61,12 +61,12 @@ class FirewallRules(
|
|
|
61
61
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
62
62
|
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,
|
|
63
63
|
) -> None:
|
|
64
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
64
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules upcloud_firewall_rules} Resource.
|
|
65
65
|
|
|
66
66
|
:param scope: The scope in which to define this construct.
|
|
67
67
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
68
|
-
:param server_id: The UUID of the server to be protected with the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
69
|
-
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
68
|
+
:param server_id: The UUID of the server to be protected with the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#server_id FirewallRules#server_id}
|
|
69
|
+
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#firewall_rule FirewallRules#firewall_rule}
|
|
70
70
|
:param connection:
|
|
71
71
|
:param count:
|
|
72
72
|
:param depends_on:
|
|
@@ -106,7 +106,7 @@ class FirewallRules(
|
|
|
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 FirewallRules to import.
|
|
109
|
-
:param import_from_id: The id of the existing FirewallRules 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 FirewallRules that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#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 FirewallRules to import is found.
|
|
111
111
|
'''
|
|
112
112
|
if __debug__:
|
|
@@ -219,8 +219,8 @@ class FirewallRulesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
219
219
|
:param lifecycle:
|
|
220
220
|
:param provider:
|
|
221
221
|
:param provisioners:
|
|
222
|
-
:param server_id: The UUID of the server to be protected with the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
223
|
-
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
222
|
+
:param server_id: The UUID of the server to be protected with the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#server_id FirewallRules#server_id}
|
|
223
|
+
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#firewall_rule FirewallRules#firewall_rule}
|
|
224
224
|
'''
|
|
225
225
|
if isinstance(lifecycle, dict):
|
|
226
226
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -323,7 +323,7 @@ class FirewallRulesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
323
323
|
def server_id(self) -> builtins.str:
|
|
324
324
|
'''The UUID of the server to be protected with the firewall rules.
|
|
325
325
|
|
|
326
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
326
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#server_id FirewallRules#server_id}
|
|
327
327
|
'''
|
|
328
328
|
result = self._values.get("server_id")
|
|
329
329
|
assert result is not None, "Required property 'server_id' is missing"
|
|
@@ -335,7 +335,7 @@ class FirewallRulesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
335
335
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["FirewallRulesFirewallRule"]]]:
|
|
336
336
|
'''firewall_rule block.
|
|
337
337
|
|
|
338
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
338
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#firewall_rule FirewallRules#firewall_rule}
|
|
339
339
|
'''
|
|
340
340
|
result = self._values.get("firewall_rule")
|
|
341
341
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["FirewallRulesFirewallRule"]]], result)
|
|
@@ -392,20 +392,20 @@ class FirewallRulesFirewallRule:
|
|
|
392
392
|
source_port_start: typing.Optional[builtins.str] = None,
|
|
393
393
|
) -> None:
|
|
394
394
|
'''
|
|
395
|
-
:param action: Action to take if the rule conditions are met. Valid values ``accept | drop``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
396
|
-
:param direction: The direction of network traffic this rule will be applied to. Valid values are ``in`` and ``out``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
397
|
-
:param comment: A comment for the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
398
|
-
:param destination_address_end: The destination address range ends from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
399
|
-
:param destination_address_start: The destination address range starts from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
400
|
-
:param destination_port_end: The destination port range ends from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
401
|
-
:param destination_port_start: The destination port range starts from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
402
|
-
:param family: The address family of new firewall rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
403
|
-
:param icmp_type: The ICMP type of the rule. Only valid if protocol is ICMP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
404
|
-
:param protocol: The protocol of the rule. Possible values are `` (empty), ``tcp``, ``udp``, ``icmp``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
405
|
-
:param source_address_end: The source address range ends from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
406
|
-
:param source_address_start: The source address range starts from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
407
|
-
:param source_port_end: The source port range ends from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
408
|
-
:param source_port_start: The source port range starts from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
395
|
+
:param action: Action to take if the rule conditions are met. Valid values ``accept | drop``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#action FirewallRules#action}
|
|
396
|
+
:param direction: The direction of network traffic this rule will be applied to. Valid values are ``in`` and ``out``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#direction FirewallRules#direction}
|
|
397
|
+
:param comment: A comment for the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#comment FirewallRules#comment}
|
|
398
|
+
:param destination_address_end: The destination address range ends from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#destination_address_end FirewallRules#destination_address_end}
|
|
399
|
+
:param destination_address_start: The destination address range starts from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#destination_address_start FirewallRules#destination_address_start}
|
|
400
|
+
:param destination_port_end: The destination port range ends from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#destination_port_end FirewallRules#destination_port_end}
|
|
401
|
+
:param destination_port_start: The destination port range starts from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#destination_port_start FirewallRules#destination_port_start}
|
|
402
|
+
:param family: The address family of new firewall rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#family FirewallRules#family}
|
|
403
|
+
:param icmp_type: The ICMP type of the rule. Only valid if protocol is ICMP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#icmp_type FirewallRules#icmp_type}
|
|
404
|
+
:param protocol: The protocol of the rule. Possible values are `` (empty), ``tcp``, ``udp``, ``icmp``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#protocol FirewallRules#protocol}
|
|
405
|
+
:param source_address_end: The source address range ends from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_address_end FirewallRules#source_address_end}
|
|
406
|
+
:param source_address_start: The source address range starts from this address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_address_start FirewallRules#source_address_start}
|
|
407
|
+
:param source_port_end: The source port range ends from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_port_end FirewallRules#source_port_end}
|
|
408
|
+
:param source_port_start: The source port range starts from this port number. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_port_start FirewallRules#source_port_start}
|
|
409
409
|
'''
|
|
410
410
|
if __debug__:
|
|
411
411
|
type_hints = typing.get_type_hints(_typecheckingstub__9b77e978fb66d25b46f06da19493b15c4f42527dec58b7335729cf86141901af)
|
|
@@ -456,7 +456,7 @@ class FirewallRulesFirewallRule:
|
|
|
456
456
|
def action(self) -> builtins.str:
|
|
457
457
|
'''Action to take if the rule conditions are met. Valid values ``accept | drop``.
|
|
458
458
|
|
|
459
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
459
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#action FirewallRules#action}
|
|
460
460
|
'''
|
|
461
461
|
result = self._values.get("action")
|
|
462
462
|
assert result is not None, "Required property 'action' is missing"
|
|
@@ -466,7 +466,7 @@ class FirewallRulesFirewallRule:
|
|
|
466
466
|
def direction(self) -> builtins.str:
|
|
467
467
|
'''The direction of network traffic this rule will be applied to. Valid values are ``in`` and ``out``.
|
|
468
468
|
|
|
469
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
469
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#direction FirewallRules#direction}
|
|
470
470
|
'''
|
|
471
471
|
result = self._values.get("direction")
|
|
472
472
|
assert result is not None, "Required property 'direction' is missing"
|
|
@@ -476,7 +476,7 @@ class FirewallRulesFirewallRule:
|
|
|
476
476
|
def comment(self) -> typing.Optional[builtins.str]:
|
|
477
477
|
'''A comment for the rule.
|
|
478
478
|
|
|
479
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
479
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#comment FirewallRules#comment}
|
|
480
480
|
'''
|
|
481
481
|
result = self._values.get("comment")
|
|
482
482
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -485,7 +485,7 @@ class FirewallRulesFirewallRule:
|
|
|
485
485
|
def destination_address_end(self) -> typing.Optional[builtins.str]:
|
|
486
486
|
'''The destination address range ends from this address.
|
|
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.24.0/docs/resources/firewall_rules#destination_address_end FirewallRules#destination_address_end}
|
|
489
489
|
'''
|
|
490
490
|
result = self._values.get("destination_address_end")
|
|
491
491
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -494,7 +494,7 @@ class FirewallRulesFirewallRule:
|
|
|
494
494
|
def destination_address_start(self) -> typing.Optional[builtins.str]:
|
|
495
495
|
'''The destination address range starts from this address.
|
|
496
496
|
|
|
497
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
497
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#destination_address_start FirewallRules#destination_address_start}
|
|
498
498
|
'''
|
|
499
499
|
result = self._values.get("destination_address_start")
|
|
500
500
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -503,7 +503,7 @@ class FirewallRulesFirewallRule:
|
|
|
503
503
|
def destination_port_end(self) -> typing.Optional[builtins.str]:
|
|
504
504
|
'''The destination port range ends from this port number.
|
|
505
505
|
|
|
506
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
506
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#destination_port_end FirewallRules#destination_port_end}
|
|
507
507
|
'''
|
|
508
508
|
result = self._values.get("destination_port_end")
|
|
509
509
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -512,7 +512,7 @@ class FirewallRulesFirewallRule:
|
|
|
512
512
|
def destination_port_start(self) -> typing.Optional[builtins.str]:
|
|
513
513
|
'''The destination port range starts from this port number.
|
|
514
514
|
|
|
515
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
515
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#destination_port_start FirewallRules#destination_port_start}
|
|
516
516
|
'''
|
|
517
517
|
result = self._values.get("destination_port_start")
|
|
518
518
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -521,7 +521,7 @@ class FirewallRulesFirewallRule:
|
|
|
521
521
|
def family(self) -> typing.Optional[builtins.str]:
|
|
522
522
|
'''The address family of new firewall rule.
|
|
523
523
|
|
|
524
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
524
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#family FirewallRules#family}
|
|
525
525
|
'''
|
|
526
526
|
result = self._values.get("family")
|
|
527
527
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -530,7 +530,7 @@ class FirewallRulesFirewallRule:
|
|
|
530
530
|
def icmp_type(self) -> typing.Optional[builtins.str]:
|
|
531
531
|
'''The ICMP type of the rule. Only valid if protocol is ICMP.
|
|
532
532
|
|
|
533
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#icmp_type FirewallRules#icmp_type}
|
|
534
534
|
'''
|
|
535
535
|
result = self._values.get("icmp_type")
|
|
536
536
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -539,7 +539,7 @@ class FirewallRulesFirewallRule:
|
|
|
539
539
|
def protocol(self) -> typing.Optional[builtins.str]:
|
|
540
540
|
'''The protocol of the rule. Possible values are `` (empty), ``tcp``, ``udp``, ``icmp``.
|
|
541
541
|
|
|
542
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
542
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#protocol FirewallRules#protocol}
|
|
543
543
|
'''
|
|
544
544
|
result = self._values.get("protocol")
|
|
545
545
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -548,7 +548,7 @@ class FirewallRulesFirewallRule:
|
|
|
548
548
|
def source_address_end(self) -> typing.Optional[builtins.str]:
|
|
549
549
|
'''The source address range ends from this address.
|
|
550
550
|
|
|
551
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
551
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_address_end FirewallRules#source_address_end}
|
|
552
552
|
'''
|
|
553
553
|
result = self._values.get("source_address_end")
|
|
554
554
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -557,7 +557,7 @@ class FirewallRulesFirewallRule:
|
|
|
557
557
|
def source_address_start(self) -> typing.Optional[builtins.str]:
|
|
558
558
|
'''The source address range starts from this address.
|
|
559
559
|
|
|
560
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
560
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_address_start FirewallRules#source_address_start}
|
|
561
561
|
'''
|
|
562
562
|
result = self._values.get("source_address_start")
|
|
563
563
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -566,7 +566,7 @@ class FirewallRulesFirewallRule:
|
|
|
566
566
|
def source_port_end(self) -> typing.Optional[builtins.str]:
|
|
567
567
|
'''The source port range ends from this port number.
|
|
568
568
|
|
|
569
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
569
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_port_end FirewallRules#source_port_end}
|
|
570
570
|
'''
|
|
571
571
|
result = self._values.get("source_port_end")
|
|
572
572
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -575,7 +575,7 @@ class FirewallRulesFirewallRule:
|
|
|
575
575
|
def source_port_start(self) -> typing.Optional[builtins.str]:
|
|
576
576
|
'''The source port range starts from this port number.
|
|
577
577
|
|
|
578
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
578
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/firewall_rules#source_port_start FirewallRules#source_port_start}
|
|
579
579
|
'''
|
|
580
580
|
result = self._values.get("source_port_start")
|
|
581
581
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -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.24.0/docs/resources/floating_ip_address).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class FloatingIpAddress(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.floatingIpAddress.FloatingIpAddress",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address upcloud_floating_ip_address}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -63,14 +63,14 @@ class FloatingIpAddress(
|
|
|
63
63
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
64
64
|
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,
|
|
65
65
|
) -> None:
|
|
66
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address upcloud_floating_ip_address} Resource.
|
|
67
67
|
|
|
68
68
|
:param scope: The scope in which to define this construct.
|
|
69
69
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
70
|
-
: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.
|
|
71
|
-
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
72
|
-
: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.
|
|
73
|
-
: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.
|
|
70
|
+
: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.24.0/docs/resources/floating_ip_address#access FloatingIpAddress#access}
|
|
71
|
+
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address#family FloatingIpAddress#family}
|
|
72
|
+
: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.24.0/docs/resources/floating_ip_address#mac_address FloatingIpAddress#mac_address}
|
|
73
|
+
: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.24.0/docs/resources/floating_ip_address#zone FloatingIpAddress#zone}
|
|
74
74
|
:param connection:
|
|
75
75
|
:param count:
|
|
76
76
|
:param depends_on:
|
|
@@ -112,7 +112,7 @@ class FloatingIpAddress(
|
|
|
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 FloatingIpAddress to import.
|
|
115
|
-
: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.
|
|
115
|
+
: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.24.0/docs/resources/floating_ip_address#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 FloatingIpAddress to import is found.
|
|
117
117
|
'''
|
|
118
118
|
if __debug__:
|
|
@@ -272,10 +272,10 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
272
272
|
:param lifecycle:
|
|
273
273
|
:param provider:
|
|
274
274
|
:param provisioners:
|
|
275
|
-
: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.
|
|
276
|
-
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
277
|
-
: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.
|
|
278
|
-
: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.
|
|
275
|
+
: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.24.0/docs/resources/floating_ip_address#access FloatingIpAddress#access}
|
|
276
|
+
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address#family FloatingIpAddress#family}
|
|
277
|
+
: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.24.0/docs/resources/floating_ip_address#mac_address FloatingIpAddress#mac_address}
|
|
278
|
+
: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.24.0/docs/resources/floating_ip_address#zone FloatingIpAddress#zone}
|
|
279
279
|
'''
|
|
280
280
|
if isinstance(lifecycle, dict):
|
|
281
281
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -384,7 +384,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
384
384
|
def access(self) -> typing.Optional[builtins.str]:
|
|
385
385
|
'''Network access for the floating IP address. Supported value: ``public``.
|
|
386
386
|
|
|
387
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
387
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address#access FloatingIpAddress#access}
|
|
388
388
|
'''
|
|
389
389
|
result = self._values.get("access")
|
|
390
390
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -393,7 +393,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
393
393
|
def family(self) -> typing.Optional[builtins.str]:
|
|
394
394
|
'''The address family of the floating IP address.
|
|
395
395
|
|
|
396
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
396
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address#family FloatingIpAddress#family}
|
|
397
397
|
'''
|
|
398
398
|
result = self._values.get("family")
|
|
399
399
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -402,7 +402,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
402
402
|
def mac_address(self) -> typing.Optional[builtins.str]:
|
|
403
403
|
'''MAC address of a server interface to assign address to.
|
|
404
404
|
|
|
405
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
405
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address#mac_address FloatingIpAddress#mac_address}
|
|
406
406
|
'''
|
|
407
407
|
result = self._values.get("mac_address")
|
|
408
408
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -411,7 +411,7 @@ class FloatingIpAddressConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
411
411
|
def zone(self) -> typing.Optional[builtins.str]:
|
|
412
412
|
'''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``.
|
|
413
413
|
|
|
414
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
414
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/floating_ip_address#zone FloatingIpAddress#zone}
|
|
415
415
|
'''
|
|
416
416
|
result = self._values.get("zone")
|
|
417
417
|
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.24.0/docs/resources/gateway).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class Gateway(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.gateway.Gateway",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway upcloud_gateway}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -68,19 +68,19 @@ class Gateway(
|
|
|
68
68
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
69
69
|
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,
|
|
70
70
|
) -> None:
|
|
71
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway upcloud_gateway} Resource.
|
|
72
72
|
|
|
73
73
|
:param scope: The scope in which to define this construct.
|
|
74
74
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
75
|
-
: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.
|
|
76
|
-
:param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
77
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
78
|
-
: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.
|
|
79
|
-
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
80
|
-
: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.
|
|
81
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
82
|
-
:param labels: User defined key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
83
|
-
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
75
|
+
: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.24.0/docs/resources/gateway#features Gateway#features}
|
|
76
|
+
:param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#name Gateway#name}
|
|
77
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#router Gateway#router}
|
|
78
|
+
: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.24.0/docs/resources/gateway#zone Gateway#zone}
|
|
79
|
+
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#address Gateway#address}
|
|
80
|
+
: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.24.0/docs/resources/gateway#configured_status Gateway#configured_status}
|
|
81
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#id Gateway#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
82
|
+
:param labels: User defined key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#labels Gateway#labels}
|
|
83
|
+
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#plan Gateway#plan}
|
|
84
84
|
:param connection:
|
|
85
85
|
:param count:
|
|
86
86
|
:param depends_on:
|
|
@@ -127,7 +127,7 @@ class Gateway(
|
|
|
127
127
|
|
|
128
128
|
:param scope: The scope in which to define this construct.
|
|
129
129
|
:param import_to_id: The construct id used in the generated config for the Gateway to import.
|
|
130
|
-
: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.
|
|
130
|
+
: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.24.0/docs/resources/gateway#import import section} in the documentation of this resource for the id to use
|
|
131
131
|
:param provider: ? Optional instance of the provider where the Gateway to import is found.
|
|
132
132
|
'''
|
|
133
133
|
if __debug__:
|
|
@@ -141,7 +141,7 @@ class Gateway(
|
|
|
141
141
|
@jsii.member(jsii_name="putAddress")
|
|
142
142
|
def put_address(self, *, name: typing.Optional[builtins.str] = None) -> None:
|
|
143
143
|
'''
|
|
144
|
-
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
144
|
+
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#name Gateway#name}
|
|
145
145
|
'''
|
|
146
146
|
value = GatewayAddress(name=name)
|
|
147
147
|
|
|
@@ -150,7 +150,7 @@ class Gateway(
|
|
|
150
150
|
@jsii.member(jsii_name="putRouter")
|
|
151
151
|
def put_router(self, *, id: builtins.str) -> None:
|
|
152
152
|
'''
|
|
153
|
-
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
153
|
+
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#id Gateway#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
154
154
|
'''
|
|
155
155
|
value = GatewayRouter(id=id)
|
|
156
156
|
|
|
@@ -354,7 +354,7 @@ class Gateway(
|
|
|
354
354
|
class GatewayAddress:
|
|
355
355
|
def __init__(self, *, name: typing.Optional[builtins.str] = None) -> None:
|
|
356
356
|
'''
|
|
357
|
-
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
357
|
+
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#name Gateway#name}
|
|
358
358
|
'''
|
|
359
359
|
if __debug__:
|
|
360
360
|
type_hints = typing.get_type_hints(_typecheckingstub__771f5bc182e7c8b4585492ead620a0562968d48a1a3c37c3e8d87c925e630939)
|
|
@@ -367,7 +367,7 @@ class GatewayAddress:
|
|
|
367
367
|
def name(self) -> typing.Optional[builtins.str]:
|
|
368
368
|
'''Name of the IP address.
|
|
369
369
|
|
|
370
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
370
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#name Gateway#name}
|
|
371
371
|
'''
|
|
372
372
|
result = self._values.get("name")
|
|
373
373
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -637,15 +637,15 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
637
637
|
:param lifecycle:
|
|
638
638
|
:param provider:
|
|
639
639
|
:param provisioners:
|
|
640
|
-
: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.
|
|
641
|
-
:param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
642
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
643
|
-
: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.
|
|
644
|
-
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
645
|
-
: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.
|
|
646
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
647
|
-
:param labels: User defined key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
648
|
-
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
640
|
+
: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.24.0/docs/resources/gateway#features Gateway#features}
|
|
641
|
+
:param name: Gateway name. Needs to be unique within the account. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#name Gateway#name}
|
|
642
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#router Gateway#router}
|
|
643
|
+
: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.24.0/docs/resources/gateway#zone Gateway#zone}
|
|
644
|
+
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#address Gateway#address}
|
|
645
|
+
: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.24.0/docs/resources/gateway#configured_status Gateway#configured_status}
|
|
646
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#id Gateway#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
647
|
+
:param labels: User defined key-value pairs to classify the network gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#labels Gateway#labels}
|
|
648
|
+
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#plan Gateway#plan}
|
|
649
649
|
'''
|
|
650
650
|
if isinstance(lifecycle, dict):
|
|
651
651
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -770,7 +770,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
770
770
|
def features(self) -> typing.List[builtins.str]:
|
|
771
771
|
'''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.
|
|
772
772
|
|
|
773
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
773
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#features Gateway#features}
|
|
774
774
|
'''
|
|
775
775
|
result = self._values.get("features")
|
|
776
776
|
assert result is not None, "Required property 'features' is missing"
|
|
@@ -780,7 +780,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
780
780
|
def name(self) -> builtins.str:
|
|
781
781
|
'''Gateway name. Needs to be unique within the account.
|
|
782
782
|
|
|
783
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
783
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#name Gateway#name}
|
|
784
784
|
'''
|
|
785
785
|
result = self._values.get("name")
|
|
786
786
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -790,7 +790,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
790
790
|
def router(self) -> "GatewayRouter":
|
|
791
791
|
'''router block.
|
|
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.24.0/docs/resources/gateway#router Gateway#router}
|
|
794
794
|
'''
|
|
795
795
|
result = self._values.get("router")
|
|
796
796
|
assert result is not None, "Required property 'router' is missing"
|
|
@@ -800,7 +800,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
800
800
|
def zone(self) -> builtins.str:
|
|
801
801
|
'''Zone in which the gateway will be hosted, e.g. ``de-fra1``.
|
|
802
802
|
|
|
803
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
803
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#zone Gateway#zone}
|
|
804
804
|
'''
|
|
805
805
|
result = self._values.get("zone")
|
|
806
806
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -810,7 +810,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
810
810
|
def address(self) -> typing.Optional[GatewayAddress]:
|
|
811
811
|
'''address block.
|
|
812
812
|
|
|
813
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
813
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#address Gateway#address}
|
|
814
814
|
'''
|
|
815
815
|
result = self._values.get("address")
|
|
816
816
|
return typing.cast(typing.Optional[GatewayAddress], result)
|
|
@@ -819,14 +819,14 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
819
819
|
def configured_status(self) -> typing.Optional[builtins.str]:
|
|
820
820
|
'''The service configured status indicates the service's current intended status. Managed by the customer.
|
|
821
821
|
|
|
822
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
822
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#configured_status Gateway#configured_status}
|
|
823
823
|
'''
|
|
824
824
|
result = self._values.get("configured_status")
|
|
825
825
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
826
826
|
|
|
827
827
|
@builtins.property
|
|
828
828
|
def id(self) -> typing.Optional[builtins.str]:
|
|
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.24.0/docs/resources/gateway#id Gateway#id}.
|
|
830
830
|
|
|
831
831
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
832
832
|
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.
|
|
@@ -838,7 +838,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
838
838
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
839
839
|
'''User defined key-value pairs to classify the network gateway.
|
|
840
840
|
|
|
841
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
841
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#labels Gateway#labels}
|
|
842
842
|
'''
|
|
843
843
|
result = self._values.get("labels")
|
|
844
844
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -847,7 +847,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
847
847
|
def plan(self) -> typing.Optional[builtins.str]:
|
|
848
848
|
'''Gateway pricing plan.
|
|
849
849
|
|
|
850
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
850
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#plan Gateway#plan}
|
|
851
851
|
'''
|
|
852
852
|
result = self._values.get("plan")
|
|
853
853
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -872,7 +872,7 @@ class GatewayConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
872
872
|
class GatewayRouter:
|
|
873
873
|
def __init__(self, *, id: builtins.str) -> None:
|
|
874
874
|
'''
|
|
875
|
-
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
875
|
+
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#id Gateway#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
876
876
|
'''
|
|
877
877
|
if __debug__:
|
|
878
878
|
type_hints = typing.get_type_hints(_typecheckingstub__ec6d5ccf3e805f30e341a3cd9f4f396b1b94f09fded4ca2733934ac1d447f38b)
|
|
@@ -885,7 +885,7 @@ class GatewayRouter:
|
|
|
885
885
|
def id(self) -> builtins.str:
|
|
886
886
|
'''ID of the router attached to the gateway.
|
|
887
887
|
|
|
888
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
888
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.24.0/docs/resources/gateway#id Gateway#id}
|
|
889
889
|
|
|
890
890
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
891
891
|
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.
|