cdktf-cdktf-provider-upcloud 14.1.0__py3-none-any.whl → 14.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +10 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +5 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -25
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +10 -7
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +13 -10
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +44 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +254 -29
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +1279 -0
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +1337 -0
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +50 -47
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +45 -42
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +67 -64
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +31 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +42 -39
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +196 -193
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +34 -31
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +31 -28
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +259 -205
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +5227 -660
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +1240 -338
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +176 -127
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +53 -50
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -13
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +19 -16
- cdktf_cdktf_provider_upcloud/network/__init__.py +43 -40
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +33 -30
- cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -25
- cdktf_cdktf_provider_upcloud/router/__init__.py +22 -19
- cdktf_cdktf_provider_upcloud/server/__init__.py +150 -147
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -22
- cdktf_cdktf_provider_upcloud/storage/__init__.py +61 -58
- cdktf_cdktf_provider_upcloud/tag/__init__.py +19 -16
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.2.1.dist-info/RECORD +60 -0
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.1.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.1.0.dist-info/RECORD +0 -58
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.1.0.dist-info → cdktf_cdktf_provider_upcloud-14.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_storage`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudStorage(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudStorage.DataUpcloudStorage",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage upcloud_storage}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -48,17 +51,17 @@ class DataUpcloudStorage(
|
|
|
48
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
49
52
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
50
53
|
) -> None:
|
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage upcloud_storage} Data Source.
|
|
52
55
|
|
|
53
56
|
:param scope: The scope in which to define this construct.
|
|
54
57
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
55
|
-
:param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
56
|
-
:param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
57
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
58
|
-
:param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
59
|
-
:param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
60
|
-
:param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
61
|
-
:param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
58
|
+
:param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#type DataUpcloudStorage#type}
|
|
59
|
+
:param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
|
|
60
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#id DataUpcloudStorage#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.
|
|
61
|
+
:param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
|
|
62
|
+
:param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#name DataUpcloudStorage#name}
|
|
63
|
+
:param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
|
|
64
|
+
:param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
|
|
62
65
|
:param connection:
|
|
63
66
|
:param count:
|
|
64
67
|
:param depends_on:
|
|
@@ -103,7 +106,7 @@ class DataUpcloudStorage(
|
|
|
103
106
|
|
|
104
107
|
:param scope: The scope in which to define this construct.
|
|
105
108
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudStorage to import.
|
|
106
|
-
:param import_from_id: The id of the existing DataUpcloudStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
109
|
+
:param import_from_id: The id of the existing DataUpcloudStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
|
|
107
110
|
:param provider: ? Optional instance of the provider where the DataUpcloudStorage to import is found.
|
|
108
111
|
'''
|
|
109
112
|
if __debug__:
|
|
@@ -343,13 +346,13 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
343
346
|
:param lifecycle:
|
|
344
347
|
:param provider:
|
|
345
348
|
:param provisioners:
|
|
346
|
-
:param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
347
|
-
:param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
348
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
349
|
-
:param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
350
|
-
:param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
351
|
-
:param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
352
|
-
:param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
349
|
+
:param type: Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#type DataUpcloudStorage#type}
|
|
350
|
+
:param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
|
|
351
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#id DataUpcloudStorage#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.
|
|
352
|
+
:param most_recent: If more than one result is returned, use the most recent storage. This is only useful with private storages. Public storages might give unpredictable results. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
|
|
353
|
+
:param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#name DataUpcloudStorage#name}
|
|
354
|
+
:param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
|
|
355
|
+
:param zone: The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
|
|
353
356
|
'''
|
|
354
357
|
if isinstance(lifecycle, dict):
|
|
355
358
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -467,7 +470,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
467
470
|
def type(self) -> builtins.str:
|
|
468
471
|
'''Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites.
|
|
469
472
|
|
|
470
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
473
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#type DataUpcloudStorage#type}
|
|
471
474
|
'''
|
|
472
475
|
result = self._values.get("type")
|
|
473
476
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -477,14 +480,14 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
477
480
|
def access_type(self) -> typing.Optional[builtins.str]:
|
|
478
481
|
'''Storage access type (public, private).
|
|
479
482
|
|
|
480
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
483
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
|
|
481
484
|
'''
|
|
482
485
|
result = self._values.get("access_type")
|
|
483
486
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
484
487
|
|
|
485
488
|
@builtins.property
|
|
486
489
|
def id(self) -> typing.Optional[builtins.str]:
|
|
487
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
490
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#id DataUpcloudStorage#id}.
|
|
488
491
|
|
|
489
492
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
490
493
|
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.
|
|
@@ -500,7 +503,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
500
503
|
|
|
501
504
|
This is only useful with private storages. Public storages might give unpredictable results.
|
|
502
505
|
|
|
503
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
506
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
|
|
504
507
|
'''
|
|
505
508
|
result = self._values.get("most_recent")
|
|
506
509
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -509,7 +512,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
509
512
|
def name(self) -> typing.Optional[builtins.str]:
|
|
510
513
|
'''Exact name of the storage (same as title).
|
|
511
514
|
|
|
512
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
515
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#name DataUpcloudStorage#name}
|
|
513
516
|
'''
|
|
514
517
|
result = self._values.get("name")
|
|
515
518
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -518,7 +521,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
518
521
|
def name_regex(self) -> typing.Optional[builtins.str]:
|
|
519
522
|
'''Use regular expression to match storage name.
|
|
520
523
|
|
|
521
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
524
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
|
|
522
525
|
'''
|
|
523
526
|
result = self._values.get("name_regex")
|
|
524
527
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -527,7 +530,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
527
530
|
def zone(self) -> typing.Optional[builtins.str]:
|
|
528
531
|
'''The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
529
532
|
|
|
530
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/storage#zone DataUpcloudStorage#zone}
|
|
531
534
|
'''
|
|
532
535
|
result = self._values.get("zone")
|
|
533
536
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_tags`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/tags).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudTags(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudTags.DataUpcloudTags",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/tags upcloud_tags}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -42,11 +45,11 @@ class DataUpcloudTags(
|
|
|
42
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
46
|
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,
|
|
44
47
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/tags upcloud_tags} Data Source.
|
|
46
49
|
|
|
47
50
|
:param scope: The scope in which to define this construct.
|
|
48
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/tags#id DataUpcloudTags#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.
|
|
50
53
|
:param connection:
|
|
51
54
|
:param count:
|
|
52
55
|
:param depends_on:
|
|
@@ -85,7 +88,7 @@ class DataUpcloudTags(
|
|
|
85
88
|
|
|
86
89
|
:param scope: The scope in which to define this construct.
|
|
87
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudTags to import.
|
|
88
|
-
:param import_from_id: The id of the existing DataUpcloudTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudTags that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
|
|
89
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudTags to import is found.
|
|
90
93
|
'''
|
|
91
94
|
if __debug__:
|
|
@@ -171,7 +174,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
171
174
|
:param lifecycle:
|
|
172
175
|
:param provider:
|
|
173
176
|
:param provisioners:
|
|
174
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
177
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/tags#id DataUpcloudTags#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.
|
|
175
178
|
'''
|
|
176
179
|
if isinstance(lifecycle, dict):
|
|
177
180
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -269,7 +272,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
269
272
|
|
|
270
273
|
@builtins.property
|
|
271
274
|
def id(self) -> typing.Optional[builtins.str]:
|
|
272
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
275
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/tags#id DataUpcloudTags#id}.
|
|
273
276
|
|
|
274
277
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
275
278
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_zone`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_zone`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudZone(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudZone.DataUpcloudZone",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone upcloud_zone}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -43,12 +46,12 @@ class DataUpcloudZone(
|
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
44
47
|
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,
|
|
45
48
|
) -> None:
|
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone upcloud_zone} Data Source.
|
|
47
50
|
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
50
|
-
:param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
53
|
+
:param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone#name DataUpcloudZone#name}
|
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone#id DataUpcloudZone#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.
|
|
52
55
|
:param connection:
|
|
53
56
|
:param count:
|
|
54
57
|
:param depends_on:
|
|
@@ -88,7 +91,7 @@ class DataUpcloudZone(
|
|
|
88
91
|
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudZone to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudZone that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
94
|
+
:param import_from_id: The id of the existing DataUpcloudZone that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone#import import section} in the documentation of this resource for the id to use
|
|
92
95
|
:param provider: ? Optional instance of the provider where the DataUpcloudZone to import is found.
|
|
93
96
|
'''
|
|
94
97
|
if __debug__:
|
|
@@ -198,8 +201,8 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
198
201
|
:param lifecycle:
|
|
199
202
|
:param provider:
|
|
200
203
|
:param provisioners:
|
|
201
|
-
:param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
202
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
204
|
+
:param name: Unique lablel for the zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone#name DataUpcloudZone#name}
|
|
205
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone#id DataUpcloudZone#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.
|
|
203
206
|
'''
|
|
204
207
|
if isinstance(lifecycle, dict):
|
|
205
208
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -302,7 +305,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
302
305
|
def name(self) -> builtins.str:
|
|
303
306
|
'''Unique lablel for the zone.
|
|
304
307
|
|
|
305
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
308
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone#name DataUpcloudZone#name}
|
|
306
309
|
'''
|
|
307
310
|
result = self._values.get("name")
|
|
308
311
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -310,7 +313,7 @@ class DataUpcloudZoneConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
310
313
|
|
|
311
314
|
@builtins.property
|
|
312
315
|
def id(self) -> typing.Optional[builtins.str]:
|
|
313
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
316
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zone#id DataUpcloudZone#id}.
|
|
314
317
|
|
|
315
318
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
316
319
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_zones`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_zones`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones).
|
|
5
5
|
'''
|
|
6
|
+
from pkgutil import extend_path
|
|
7
|
+
__path__ = extend_path(__path__, __name__)
|
|
8
|
+
|
|
6
9
|
import abc
|
|
7
10
|
import builtins
|
|
8
11
|
import datetime
|
|
@@ -26,7 +29,7 @@ class DataUpcloudZones(
|
|
|
26
29
|
metaclass=jsii.JSIIMeta,
|
|
27
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudZones.DataUpcloudZones",
|
|
28
31
|
):
|
|
29
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones upcloud_zones}.'''
|
|
30
33
|
|
|
31
34
|
def __init__(
|
|
32
35
|
self,
|
|
@@ -43,12 +46,12 @@ class DataUpcloudZones(
|
|
|
43
46
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
44
47
|
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,
|
|
45
48
|
) -> None:
|
|
46
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
49
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones upcloud_zones} Data Source.
|
|
47
50
|
|
|
48
51
|
:param scope: The scope in which to define this construct.
|
|
49
52
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
50
|
-
:param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
51
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
53
|
+
:param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
|
|
54
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones#id DataUpcloudZones#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.
|
|
52
55
|
:param connection:
|
|
53
56
|
:param count:
|
|
54
57
|
:param depends_on:
|
|
@@ -88,7 +91,7 @@ class DataUpcloudZones(
|
|
|
88
91
|
|
|
89
92
|
:param scope: The scope in which to define this construct.
|
|
90
93
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudZones to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudZones that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
94
|
+
:param import_from_id: The id of the existing DataUpcloudZones that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones#import import section} in the documentation of this resource for the id to use
|
|
92
95
|
:param provider: ? Optional instance of the provider where the DataUpcloudZones to import is found.
|
|
93
96
|
'''
|
|
94
97
|
if __debug__:
|
|
@@ -197,8 +200,8 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
197
200
|
:param lifecycle:
|
|
198
201
|
:param provider:
|
|
199
202
|
:param provisioners:
|
|
200
|
-
:param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
201
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
203
|
+
:param filter_type: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.
|
|
204
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones#id DataUpcloudZones#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.
|
|
202
205
|
'''
|
|
203
206
|
if isinstance(lifecycle, dict):
|
|
204
207
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -299,13 +302,13 @@ class DataUpcloudZonesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
299
302
|
|
|
300
303
|
@builtins.property
|
|
301
304
|
def filter_type(self) -> typing.Optional[builtins.str]:
|
|
302
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
305
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones#filter_type DataUpcloudZones#filter_type}.'''
|
|
303
306
|
result = self._values.get("filter_type")
|
|
304
307
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
305
308
|
|
|
306
309
|
@builtins.property
|
|
307
310
|
def id(self) -> typing.Optional[builtins.str]:
|
|
308
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1
|
|
311
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.1/docs/data-sources/zones#id DataUpcloudZones#id}.
|
|
309
312
|
|
|
310
313
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
311
314
|
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.
|