cdktf-cdktf-provider-upcloud 5.0.6__tar.gz → 6.0.0__tar.gz
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-5.0.6/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-6.0.0}/PKG-INFO +1 -1
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/pyproject.toml +1 -1
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/setup.py +4 -4
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf-cdktf-provider-upcloud-6.0.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@6.0.0.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +14 -12
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +14 -12
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +14 -12
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +20 -18
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -30
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +14 -12
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +17 -15
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +17 -15
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +48 -46
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +26 -24
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +35 -33
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +23 -21
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +51 -49
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +43 -41
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +56 -54
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +35 -33
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +23 -21
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +43 -41
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +172 -170
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +23 -21
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +26 -24
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +38 -36
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +35 -33
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +26 -24
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +179 -177
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +296 -294
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +104 -102
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +47 -45
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +44 -42
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +37 -35
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +21 -21
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +17 -15
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +131 -129
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +26 -24
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +62 -60
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +23 -21
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +1 -1
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +2 -2
- cdktf-cdktf-provider-upcloud-5.0.6/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@5.0.6.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/LICENSE +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/MANIFEST.in +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/README.md +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/setup.cfg +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/__init__.py +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
- {cdktf-cdktf-provider-upcloud-5.0.6 → cdktf-cdktf-provider-upcloud-6.0.0}/src/cdktf_cdktf_provider_upcloud.egg-info/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cdktf-cdktf-provider-upcloud",
|
|
8
|
-
"version": "
|
|
8
|
+
"version": "6.0.0",
|
|
9
9
|
"description": "Prebuilt upcloud Provider for Terraform CDK (cdktf)",
|
|
10
10
|
"license": "MPL-2.0",
|
|
11
11
|
"url": "https://github.com/cdktf/cdktf-provider-upcloud.git",
|
|
@@ -62,7 +62,7 @@ kwargs = json.loads(
|
|
|
62
62
|
],
|
|
63
63
|
"package_data": {
|
|
64
64
|
"cdktf_cdktf_provider_upcloud._jsii": [
|
|
65
|
-
"provider-upcloud@
|
|
65
|
+
"provider-upcloud@6.0.0.jsii.tgz"
|
|
66
66
|
],
|
|
67
67
|
"cdktf_cdktf_provider_upcloud": [
|
|
68
68
|
"py.typed"
|
|
@@ -70,9 +70,9 @@ kwargs = json.loads(
|
|
|
70
70
|
},
|
|
71
71
|
"python_requires": "~=3.7",
|
|
72
72
|
"install_requires": [
|
|
73
|
-
"cdktf>=0.
|
|
73
|
+
"cdktf>=0.16.0, <0.17.0",
|
|
74
74
|
"constructs>=10.0.0, <11.0.0",
|
|
75
|
-
"jsii>=1.
|
|
75
|
+
"jsii>=1.80.0, <2.0.0",
|
|
76
76
|
"publication>=0.0.3",
|
|
77
77
|
"typeguard~=2.13.3"
|
|
78
78
|
],
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_hosts`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_hosts`](https://
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudHosts(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/hosts upcloud_hosts}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -35,18 +35,18 @@ class DataUpcloudHosts(
|
|
|
35
35
|
*,
|
|
36
36
|
id: typing.Optional[builtins.str] = None,
|
|
37
37
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
38
|
-
count: typing.Optional[jsii.Number] = None,
|
|
38
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
39
39
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
40
40
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
41
41
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
42
42
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
43
|
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
44
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
46
46
|
|
|
47
47
|
:param scope: The scope in which to define this construct.
|
|
48
48
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: Docs at Terraform Registry: {@link https://
|
|
49
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/hosts#id DataUpcloudHosts#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
50
|
:param connection:
|
|
51
51
|
:param count:
|
|
52
52
|
:param depends_on:
|
|
@@ -127,7 +127,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
127
127
|
self,
|
|
128
128
|
*,
|
|
129
129
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
130
|
-
count: typing.Optional[jsii.Number] = None,
|
|
130
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
131
131
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
132
132
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
133
133
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -143,7 +143,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
143
143
|
:param lifecycle:
|
|
144
144
|
:param provider:
|
|
145
145
|
:param provisioners:
|
|
146
|
-
:param id: Docs at Terraform Registry: {@link https://
|
|
146
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/hosts#id DataUpcloudHosts#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.
|
|
147
147
|
'''
|
|
148
148
|
if isinstance(lifecycle, dict):
|
|
149
149
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -186,12 +186,14 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
186
186
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
|
187
187
|
|
|
188
188
|
@builtins.property
|
|
189
|
-
def count(
|
|
189
|
+
def count(
|
|
190
|
+
self,
|
|
191
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
|
190
192
|
'''
|
|
191
193
|
:stability: experimental
|
|
192
194
|
'''
|
|
193
195
|
result = self._values.get("count")
|
|
194
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
196
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
|
195
197
|
|
|
196
198
|
@builtins.property
|
|
197
199
|
def depends_on(
|
|
@@ -239,7 +241,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
239
241
|
|
|
240
242
|
@builtins.property
|
|
241
243
|
def id(self) -> typing.Optional[builtins.str]:
|
|
242
|
-
'''Docs at Terraform Registry: {@link https://
|
|
244
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/hosts#id DataUpcloudHosts#id}.
|
|
243
245
|
|
|
244
246
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
245
247
|
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,7 +425,7 @@ def _typecheckingstub__799d22cd86ca6a5ffd3e901068e17fe5003171b013c9fcb80b1192503
|
|
|
423
425
|
*,
|
|
424
426
|
id: typing.Optional[builtins.str] = None,
|
|
425
427
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
426
|
-
count: typing.Optional[jsii.Number] = None,
|
|
428
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
427
429
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
428
430
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
429
431
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -442,7 +444,7 @@ def _typecheckingstub__4db3d3115192c3231af6ce75fb3a6eb2fad100a1df728d28cc9e064b5
|
|
|
442
444
|
def _typecheckingstub__c71d76f9a9b7cdb41f222a245bf375e13d94f8fbcd6cd95cecd24ce47ee0246b(
|
|
443
445
|
*,
|
|
444
446
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
445
|
-
count: typing.Optional[jsii.Number] = None,
|
|
447
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
446
448
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
447
449
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
448
450
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_ip_addresses`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_ip_addresses`](https://
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudIpAddresses(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -35,18 +35,18 @@ class DataUpcloudIpAddresses(
|
|
|
35
35
|
*,
|
|
36
36
|
id: typing.Optional[builtins.str] = None,
|
|
37
37
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
38
|
-
count: typing.Optional[jsii.Number] = None,
|
|
38
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
39
39
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
40
40
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
41
41
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
42
42
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
43
|
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
44
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
46
46
|
|
|
47
47
|
:param scope: The scope in which to define this construct.
|
|
48
48
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: Docs at Terraform Registry: {@link https://
|
|
49
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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
50
|
:param connection:
|
|
51
51
|
:param count:
|
|
52
52
|
:param depends_on:
|
|
@@ -311,7 +311,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
311
311
|
self,
|
|
312
312
|
*,
|
|
313
313
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
314
|
-
count: typing.Optional[jsii.Number] = None,
|
|
314
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
315
315
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
316
316
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
317
317
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -327,7 +327,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
327
327
|
:param lifecycle:
|
|
328
328
|
:param provider:
|
|
329
329
|
:param provisioners:
|
|
330
|
-
:param id: Docs at Terraform Registry: {@link https://
|
|
330
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
|
|
331
331
|
'''
|
|
332
332
|
if isinstance(lifecycle, dict):
|
|
333
333
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -370,12 +370,14 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
370
370
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
|
371
371
|
|
|
372
372
|
@builtins.property
|
|
373
|
-
def count(
|
|
373
|
+
def count(
|
|
374
|
+
self,
|
|
375
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
|
374
376
|
'''
|
|
375
377
|
:stability: experimental
|
|
376
378
|
'''
|
|
377
379
|
result = self._values.get("count")
|
|
378
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
380
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
|
379
381
|
|
|
380
382
|
@builtins.property
|
|
381
383
|
def depends_on(
|
|
@@ -423,7 +425,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
423
425
|
|
|
424
426
|
@builtins.property
|
|
425
427
|
def id(self) -> typing.Optional[builtins.str]:
|
|
426
|
-
'''Docs at Terraform Registry: {@link https://
|
|
428
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
|
|
427
429
|
|
|
428
430
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
429
431
|
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.
|
|
@@ -459,7 +461,7 @@ def _typecheckingstub__2b1d8df4f9a76a9c0b3ddb9006fcc889260c1a2ed1a82c09065ba480a
|
|
|
459
461
|
*,
|
|
460
462
|
id: typing.Optional[builtins.str] = None,
|
|
461
463
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
462
|
-
count: typing.Optional[jsii.Number] = None,
|
|
464
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
463
465
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
464
466
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
465
467
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -525,7 +527,7 @@ def _typecheckingstub__c7eacdc6916f719ce9a5d133b699a86877fdcf385f12a4ef583dd68a9
|
|
|
525
527
|
def _typecheckingstub__f8eaf73d054779a9489925b302569b9e24194947f28df7eff8d51225d68fb014(
|
|
526
528
|
*,
|
|
527
529
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
528
|
-
count: typing.Optional[jsii.Number] = None,
|
|
530
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
529
531
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
530
532
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
531
533
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_kubernetes_cluster`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_kubernetes_cluster`](https://
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/kubernetes_cluster).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -35,18 +35,18 @@ class DataUpcloudKubernetesCluster(
|
|
|
35
35
|
*,
|
|
36
36
|
id: builtins.str,
|
|
37
37
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
38
|
-
count: typing.Optional[jsii.Number] = None,
|
|
38
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
39
39
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
40
40
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
41
41
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
42
42
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
43
43
|
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
44
|
) -> None:
|
|
45
|
-
'''Create a new {@link https://
|
|
45
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
|
|
46
46
|
|
|
47
47
|
:param scope: The scope in which to define this construct.
|
|
48
48
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
49
|
-
:param id: Cluster ID. Docs at Terraform Registry: {@link https://
|
|
49
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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
50
|
:param connection:
|
|
51
51
|
:param count:
|
|
52
52
|
:param depends_on:
|
|
@@ -148,7 +148,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
148
148
|
self,
|
|
149
149
|
*,
|
|
150
150
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
151
|
-
count: typing.Optional[jsii.Number] = None,
|
|
151
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
152
152
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
153
153
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
154
154
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -164,7 +164,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
164
164
|
:param lifecycle:
|
|
165
165
|
:param provider:
|
|
166
166
|
:param provisioners:
|
|
167
|
-
:param id: Cluster ID. Docs at Terraform Registry: {@link https://
|
|
167
|
+
:param id: Cluster ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
|
|
168
168
|
'''
|
|
169
169
|
if isinstance(lifecycle, dict):
|
|
170
170
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -207,12 +207,14 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
207
207
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
|
208
208
|
|
|
209
209
|
@builtins.property
|
|
210
|
-
def count(
|
|
210
|
+
def count(
|
|
211
|
+
self,
|
|
212
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
|
211
213
|
'''
|
|
212
214
|
:stability: experimental
|
|
213
215
|
'''
|
|
214
216
|
result = self._values.get("count")
|
|
215
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
217
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
|
216
218
|
|
|
217
219
|
@builtins.property
|
|
218
220
|
def depends_on(
|
|
@@ -262,7 +264,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
262
264
|
def id(self) -> builtins.str:
|
|
263
265
|
'''Cluster ID.
|
|
264
266
|
|
|
265
|
-
Docs at Terraform Registry: {@link https://
|
|
267
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
266
268
|
|
|
267
269
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
268
270
|
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.
|
|
@@ -296,7 +298,7 @@ def _typecheckingstub__891df8823c370caf5c3b46732462f48739b76a5ee8ff1204198168966
|
|
|
296
298
|
*,
|
|
297
299
|
id: builtins.str,
|
|
298
300
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
299
|
-
count: typing.Optional[jsii.Number] = None,
|
|
301
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
300
302
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
301
303
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
302
304
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -315,7 +317,7 @@ def _typecheckingstub__f481fa0f0daeb2f037061d58311b15cb6a1038875dafe84369dd543e1
|
|
|
315
317
|
def _typecheckingstub__fcc96befc0205e69fd47fba5fa02a5f4fe5d80bf47ff65770e6e10179c6e4327(
|
|
316
318
|
*,
|
|
317
319
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
318
|
-
count: typing.Optional[jsii.Number] = None,
|
|
320
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
319
321
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
320
322
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
321
323
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_networks`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registory for docs: [`data_upcloud_networks`](https://
|
|
4
|
+
Refer to the Terraform Registory for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks).
|
|
5
5
|
'''
|
|
6
6
|
import abc
|
|
7
7
|
import builtins
|
|
@@ -26,7 +26,7 @@ class DataUpcloudNetworks(
|
|
|
26
26
|
metaclass=jsii.JSIIMeta,
|
|
27
27
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudNetworks.DataUpcloudNetworks",
|
|
28
28
|
):
|
|
29
|
-
'''Represents a {@link https://
|
|
29
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks upcloud_networks}.'''
|
|
30
30
|
|
|
31
31
|
def __init__(
|
|
32
32
|
self,
|
|
@@ -37,20 +37,20 @@ class DataUpcloudNetworks(
|
|
|
37
37
|
id: typing.Optional[builtins.str] = None,
|
|
38
38
|
zone: typing.Optional[builtins.str] = None,
|
|
39
39
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
40
|
-
count: typing.Optional[jsii.Number] = None,
|
|
40
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
41
41
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
42
42
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
43
43
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
44
44
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
45
45
|
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,
|
|
46
46
|
) -> None:
|
|
47
|
-
'''Create a new {@link https://
|
|
47
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks upcloud_networks} Data Source.
|
|
48
48
|
|
|
49
49
|
:param scope: The scope in which to define this construct.
|
|
50
50
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
51
|
-
:param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://
|
|
53
|
-
:param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://
|
|
51
|
+
:param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#id DataUpcloudNetworks#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.
|
|
53
|
+
:param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
54
54
|
:param connection:
|
|
55
55
|
:param count:
|
|
56
56
|
:param depends_on:
|
|
@@ -177,7 +177,7 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
177
177
|
self,
|
|
178
178
|
*,
|
|
179
179
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
180
|
-
count: typing.Optional[jsii.Number] = None,
|
|
180
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
181
181
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
182
182
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
183
183
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -195,9 +195,9 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
195
195
|
:param lifecycle:
|
|
196
196
|
:param provider:
|
|
197
197
|
:param provisioners:
|
|
198
|
-
:param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://
|
|
199
|
-
:param id: Docs at Terraform Registry: {@link https://
|
|
200
|
-
:param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://
|
|
198
|
+
:param filter_name: If specified, results will be filtered to match name using a regular expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
199
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#id DataUpcloudNetworks#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.
|
|
200
|
+
:param zone: If specified, this data source will return only networks from this zone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
201
201
|
'''
|
|
202
202
|
if isinstance(lifecycle, dict):
|
|
203
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -246,12 +246,14 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
246
246
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
|
|
247
247
|
|
|
248
248
|
@builtins.property
|
|
249
|
-
def count(
|
|
249
|
+
def count(
|
|
250
|
+
self,
|
|
251
|
+
) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
|
|
250
252
|
'''
|
|
251
253
|
:stability: experimental
|
|
252
254
|
'''
|
|
253
255
|
result = self._values.get("count")
|
|
254
|
-
return typing.cast(typing.Optional[jsii.Number], result)
|
|
256
|
+
return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
|
|
255
257
|
|
|
256
258
|
@builtins.property
|
|
257
259
|
def depends_on(
|
|
@@ -301,14 +303,14 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
301
303
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
302
304
|
'''If specified, results will be filtered to match name using a regular expression.
|
|
303
305
|
|
|
304
|
-
Docs at Terraform Registry: {@link https://
|
|
306
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
305
307
|
'''
|
|
306
308
|
result = self._values.get("filter_name")
|
|
307
309
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
308
310
|
|
|
309
311
|
@builtins.property
|
|
310
312
|
def id(self) -> typing.Optional[builtins.str]:
|
|
311
|
-
'''Docs at Terraform Registry: {@link https://
|
|
313
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#id DataUpcloudNetworks#id}.
|
|
312
314
|
|
|
313
315
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
314
316
|
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.
|
|
@@ -320,7 +322,7 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
320
322
|
def zone(self) -> typing.Optional[builtins.str]:
|
|
321
323
|
'''If specified, this data source will return only networks from this zone.
|
|
322
324
|
|
|
323
|
-
Docs at Terraform Registry: {@link https://
|
|
325
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/2.9.1/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
324
326
|
'''
|
|
325
327
|
result = self._values.get("zone")
|
|
326
328
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -845,7 +847,7 @@ def _typecheckingstub__a88021d64633831bc1edddf2d15af10f7c904123a6932302e06f473a1
|
|
|
845
847
|
id: typing.Optional[builtins.str] = None,
|
|
846
848
|
zone: typing.Optional[builtins.str] = None,
|
|
847
849
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
848
|
-
count: typing.Optional[jsii.Number] = None,
|
|
850
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
849
851
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
850
852
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
851
853
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
@@ -876,7 +878,7 @@ def _typecheckingstub__9a631ad1f4c6aaecb48f1e8a7298a6ca0b3fb0b7aec906159b8d6384d
|
|
|
876
878
|
def _typecheckingstub__36417b62fcc441fcfea3002fad5d8bc1a432a7eb802f14146b87c8523c26e59c(
|
|
877
879
|
*,
|
|
878
880
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
879
|
-
count: typing.Optional[jsii.Number] = None,
|
|
881
|
+
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
880
882
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
881
883
|
for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
|
|
882
884
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|