cdktf-cdktf-provider-upcloud 14.13.0__py3-none-any.whl → 14.13.2__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.13.2.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
- 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_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 +41 -41
- 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 +31 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +58 -58
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +46 -46
- 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 +226 -226
- 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 +195 -195
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +441 -441
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +309 -309
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +123 -123
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- 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 +25 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.13.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.2.dist-info}/METADATA +4 -4
- cdktf_cdktf_provider_upcloud-14.13.2.dist-info/RECORD +64 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.13.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.13.0.dist-info/RECORD +0 -64
- {cdktf_cdktf_provider_upcloud-14.13.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.2.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.13.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.2.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.13.0.dist-info → cdktf_cdktf_provider_upcloud-14.13.2.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.13.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_firewall_rules`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules upcloud_firewall_rules}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -62,13 +62,13 @@ class FirewallRules(
|
|
|
62
62
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
63
63
|
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,
|
|
64
64
|
) -> None:
|
|
65
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
65
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules upcloud_firewall_rules} Resource.
|
|
66
66
|
|
|
67
67
|
:param scope: The scope in which to define this construct.
|
|
68
68
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
69
|
-
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
70
|
-
:param server_id: The unique id of the server to be protected the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
71
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
69
|
+
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#firewall_rule FirewallRules#firewall_rule}
|
|
70
|
+
:param server_id: The unique id of the server to be protected the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#server_id FirewallRules#server_id}
|
|
71
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#id FirewallRules#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.
|
|
72
72
|
:param connection:
|
|
73
73
|
:param count:
|
|
74
74
|
:param depends_on:
|
|
@@ -109,7 +109,7 @@ class FirewallRules(
|
|
|
109
109
|
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
|
111
111
|
:param import_to_id: The construct id used in the generated config for the FirewallRules to import.
|
|
112
|
-
: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.13.
|
|
112
|
+
: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.13.2/docs/resources/firewall_rules#import import section} in the documentation of this resource for the id to use
|
|
113
113
|
:param provider: ? Optional instance of the provider where the FirewallRules to import is found.
|
|
114
114
|
'''
|
|
115
115
|
if __debug__:
|
|
@@ -236,9 +236,9 @@ class FirewallRulesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
236
236
|
:param lifecycle:
|
|
237
237
|
:param provider:
|
|
238
238
|
:param provisioners:
|
|
239
|
-
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
240
|
-
:param server_id: The unique id of the server to be protected the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
241
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
239
|
+
:param firewall_rule: firewall_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#firewall_rule FirewallRules#firewall_rule}
|
|
240
|
+
:param server_id: The unique id of the server to be protected the firewall rules. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#server_id FirewallRules#server_id}
|
|
241
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#id FirewallRules#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.
|
|
242
242
|
'''
|
|
243
243
|
if isinstance(lifecycle, dict):
|
|
244
244
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -345,7 +345,7 @@ class FirewallRulesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
345
345
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["FirewallRulesFirewallRule"]]:
|
|
346
346
|
'''firewall_rule block.
|
|
347
347
|
|
|
348
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
348
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#firewall_rule FirewallRules#firewall_rule}
|
|
349
349
|
'''
|
|
350
350
|
result = self._values.get("firewall_rule")
|
|
351
351
|
assert result is not None, "Required property 'firewall_rule' is missing"
|
|
@@ -355,7 +355,7 @@ class FirewallRulesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
355
355
|
def server_id(self) -> builtins.str:
|
|
356
356
|
'''The unique id of the server to be protected the firewall rules.
|
|
357
357
|
|
|
358
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
358
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#server_id FirewallRules#server_id}
|
|
359
359
|
'''
|
|
360
360
|
result = self._values.get("server_id")
|
|
361
361
|
assert result is not None, "Required property 'server_id' is missing"
|
|
@@ -363,7 +363,7 @@ class FirewallRulesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
363
363
|
|
|
364
364
|
@builtins.property
|
|
365
365
|
def id(self) -> typing.Optional[builtins.str]:
|
|
366
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
366
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#id FirewallRules#id}.
|
|
367
367
|
|
|
368
368
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
369
369
|
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.
|
|
@@ -423,20 +423,20 @@ class FirewallRulesFirewallRule:
|
|
|
423
423
|
source_port_start: typing.Optional[builtins.str] = None,
|
|
424
424
|
) -> None:
|
|
425
425
|
'''
|
|
426
|
-
:param action: Action to take if the rule conditions are met. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
427
|
-
:param direction: The direction of network traffic this rule will be applied to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
428
|
-
:param comment: Freeform comment string for the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
429
|
-
: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.13.
|
|
430
|
-
: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.13.
|
|
431
|
-
: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.13.
|
|
432
|
-
: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.13.
|
|
433
|
-
:param family: The address family of new firewall rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
434
|
-
:param icmp_type: The ICMP type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
435
|
-
:param protocol: The protocol this rule will be applied to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
436
|
-
: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.13.
|
|
437
|
-
: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.13.
|
|
438
|
-
: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.13.
|
|
439
|
-
: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.13.
|
|
426
|
+
:param action: Action to take if the rule conditions are met. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#action FirewallRules#action}
|
|
427
|
+
:param direction: The direction of network traffic this rule will be applied to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#direction FirewallRules#direction}
|
|
428
|
+
:param comment: Freeform comment string for the rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#comment FirewallRules#comment}
|
|
429
|
+
: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.13.2/docs/resources/firewall_rules#destination_address_end FirewallRules#destination_address_end}
|
|
430
|
+
: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.13.2/docs/resources/firewall_rules#destination_address_start FirewallRules#destination_address_start}
|
|
431
|
+
: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.13.2/docs/resources/firewall_rules#destination_port_end FirewallRules#destination_port_end}
|
|
432
|
+
: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.13.2/docs/resources/firewall_rules#destination_port_start FirewallRules#destination_port_start}
|
|
433
|
+
:param family: The address family of new firewall rule. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#family FirewallRules#family}
|
|
434
|
+
:param icmp_type: The ICMP type. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#icmp_type FirewallRules#icmp_type}
|
|
435
|
+
:param protocol: The protocol this rule will be applied to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#protocol FirewallRules#protocol}
|
|
436
|
+
: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.13.2/docs/resources/firewall_rules#source_address_end FirewallRules#source_address_end}
|
|
437
|
+
: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.13.2/docs/resources/firewall_rules#source_address_start FirewallRules#source_address_start}
|
|
438
|
+
: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.13.2/docs/resources/firewall_rules#source_port_end FirewallRules#source_port_end}
|
|
439
|
+
: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.13.2/docs/resources/firewall_rules#source_port_start FirewallRules#source_port_start}
|
|
440
440
|
'''
|
|
441
441
|
if __debug__:
|
|
442
442
|
type_hints = typing.get_type_hints(_typecheckingstub__9b77e978fb66d25b46f06da19493b15c4f42527dec58b7335729cf86141901af)
|
|
@@ -487,7 +487,7 @@ class FirewallRulesFirewallRule:
|
|
|
487
487
|
def action(self) -> builtins.str:
|
|
488
488
|
'''Action to take if the rule conditions are met.
|
|
489
489
|
|
|
490
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
490
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#action FirewallRules#action}
|
|
491
491
|
'''
|
|
492
492
|
result = self._values.get("action")
|
|
493
493
|
assert result is not None, "Required property 'action' is missing"
|
|
@@ -497,7 +497,7 @@ class FirewallRulesFirewallRule:
|
|
|
497
497
|
def direction(self) -> builtins.str:
|
|
498
498
|
'''The direction of network traffic this rule will be applied to.
|
|
499
499
|
|
|
500
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
500
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#direction FirewallRules#direction}
|
|
501
501
|
'''
|
|
502
502
|
result = self._values.get("direction")
|
|
503
503
|
assert result is not None, "Required property 'direction' is missing"
|
|
@@ -507,7 +507,7 @@ class FirewallRulesFirewallRule:
|
|
|
507
507
|
def comment(self) -> typing.Optional[builtins.str]:
|
|
508
508
|
'''Freeform comment string for the rule.
|
|
509
509
|
|
|
510
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
510
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#comment FirewallRules#comment}
|
|
511
511
|
'''
|
|
512
512
|
result = self._values.get("comment")
|
|
513
513
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -516,7 +516,7 @@ class FirewallRulesFirewallRule:
|
|
|
516
516
|
def destination_address_end(self) -> typing.Optional[builtins.str]:
|
|
517
517
|
'''The destination address range ends from this address.
|
|
518
518
|
|
|
519
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
519
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#destination_address_end FirewallRules#destination_address_end}
|
|
520
520
|
'''
|
|
521
521
|
result = self._values.get("destination_address_end")
|
|
522
522
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -525,7 +525,7 @@ class FirewallRulesFirewallRule:
|
|
|
525
525
|
def destination_address_start(self) -> typing.Optional[builtins.str]:
|
|
526
526
|
'''The destination address range starts from this address.
|
|
527
527
|
|
|
528
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
528
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#destination_address_start FirewallRules#destination_address_start}
|
|
529
529
|
'''
|
|
530
530
|
result = self._values.get("destination_address_start")
|
|
531
531
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -534,7 +534,7 @@ class FirewallRulesFirewallRule:
|
|
|
534
534
|
def destination_port_end(self) -> typing.Optional[builtins.str]:
|
|
535
535
|
'''The destination port range ends from this port number.
|
|
536
536
|
|
|
537
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
537
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#destination_port_end FirewallRules#destination_port_end}
|
|
538
538
|
'''
|
|
539
539
|
result = self._values.get("destination_port_end")
|
|
540
540
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -543,7 +543,7 @@ class FirewallRulesFirewallRule:
|
|
|
543
543
|
def destination_port_start(self) -> typing.Optional[builtins.str]:
|
|
544
544
|
'''The destination port range starts from this port number.
|
|
545
545
|
|
|
546
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
546
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#destination_port_start FirewallRules#destination_port_start}
|
|
547
547
|
'''
|
|
548
548
|
result = self._values.get("destination_port_start")
|
|
549
549
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -552,7 +552,7 @@ class FirewallRulesFirewallRule:
|
|
|
552
552
|
def family(self) -> typing.Optional[builtins.str]:
|
|
553
553
|
'''The address family of new firewall rule.
|
|
554
554
|
|
|
555
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
555
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#family FirewallRules#family}
|
|
556
556
|
'''
|
|
557
557
|
result = self._values.get("family")
|
|
558
558
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -561,7 +561,7 @@ class FirewallRulesFirewallRule:
|
|
|
561
561
|
def icmp_type(self) -> typing.Optional[builtins.str]:
|
|
562
562
|
'''The ICMP type.
|
|
563
563
|
|
|
564
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
564
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#icmp_type FirewallRules#icmp_type}
|
|
565
565
|
'''
|
|
566
566
|
result = self._values.get("icmp_type")
|
|
567
567
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -570,7 +570,7 @@ class FirewallRulesFirewallRule:
|
|
|
570
570
|
def protocol(self) -> typing.Optional[builtins.str]:
|
|
571
571
|
'''The protocol this rule will be applied to.
|
|
572
572
|
|
|
573
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
573
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#protocol FirewallRules#protocol}
|
|
574
574
|
'''
|
|
575
575
|
result = self._values.get("protocol")
|
|
576
576
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -579,7 +579,7 @@ class FirewallRulesFirewallRule:
|
|
|
579
579
|
def source_address_end(self) -> typing.Optional[builtins.str]:
|
|
580
580
|
'''The source address range ends from this address.
|
|
581
581
|
|
|
582
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
582
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#source_address_end FirewallRules#source_address_end}
|
|
583
583
|
'''
|
|
584
584
|
result = self._values.get("source_address_end")
|
|
585
585
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -588,7 +588,7 @@ class FirewallRulesFirewallRule:
|
|
|
588
588
|
def source_address_start(self) -> typing.Optional[builtins.str]:
|
|
589
589
|
'''The source address range starts from this address.
|
|
590
590
|
|
|
591
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
591
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#source_address_start FirewallRules#source_address_start}
|
|
592
592
|
'''
|
|
593
593
|
result = self._values.get("source_address_start")
|
|
594
594
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -597,7 +597,7 @@ class FirewallRulesFirewallRule:
|
|
|
597
597
|
def source_port_end(self) -> typing.Optional[builtins.str]:
|
|
598
598
|
'''The source port range ends from this port number.
|
|
599
599
|
|
|
600
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
600
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#source_port_end FirewallRules#source_port_end}
|
|
601
601
|
'''
|
|
602
602
|
result = self._values.get("source_port_end")
|
|
603
603
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -606,7 +606,7 @@ class FirewallRulesFirewallRule:
|
|
|
606
606
|
def source_port_start(self) -> typing.Optional[builtins.str]:
|
|
607
607
|
'''The source port range starts from this port number.
|
|
608
608
|
|
|
609
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
609
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/docs/resources/firewall_rules#source_port_start FirewallRules#source_port_start}
|
|
610
610
|
'''
|
|
611
611
|
result = self._values.get("source_port_start")
|
|
612
612
|
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.13.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_floating_ip_address`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
66
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
71
|
-
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
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.13.
|
|
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.13.2/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.13.2/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.13.2/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.13.2/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.13.
|
|
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.13.2/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.13.
|
|
276
|
-
:param family: The address family of the floating IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
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.13.
|
|
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.13.2/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.13.2/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.13.2/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.13.2/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.13.
|
|
387
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
396
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
405
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
414
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_gateway`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
71
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
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.13.
|
|
77
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
79
|
-
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
81
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
83
|
-
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.2/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.13.2/docs/resources/gateway#name Gateway#name}
|
|
77
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.2/docs/resources/gateway#zone Gateway#zone}
|
|
79
|
+
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.2/docs/resources/gateway#configured_status Gateway#configured_status}
|
|
81
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.2/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.13.2/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.13.
|
|
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.13.2/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.13.
|
|
144
|
+
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
153
|
+
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
357
|
+
:param name: Name of the IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
370
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
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.13.
|
|
642
|
-
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
644
|
-
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
646
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.
|
|
648
|
-
:param plan: Gateway pricing plan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.
|
|
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.13.2/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.13.2/docs/resources/gateway#name Gateway#name}
|
|
642
|
+
:param router: router block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.2/docs/resources/gateway#zone Gateway#zone}
|
|
644
|
+
:param address: address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.2/docs/resources/gateway#configured_status Gateway#configured_status}
|
|
646
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.2/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.13.2/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.13.
|
|
773
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
783
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
793
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
803
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
813
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
822
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
829
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
841
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
850
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
875
|
+
:param id: ID of the router attached to the gateway. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.13.
|
|
888
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.13.2/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.
|