cdktf-cdktf-provider-upcloud 14.2.3__py3-none-any.whl → 14.4.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +5 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.4.0.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_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 +82 -50
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
- 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 +10 -10
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
- 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 +78 -31
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +403 -47
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +189 -189
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +330 -376
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +345 -345
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +117 -117
- 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_policy/__init__.py +19 -19
- 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 +221 -130
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +1069 -0
- 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 +22 -22
- cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
- cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.2.3.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/METADATA +5 -5
- cdktf_cdktf_provider_upcloud-14.4.0.dist-info/RECORD +61 -0
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.3.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.2.3.dist-info/RECORD +0 -60
- {cdktf_cdktf_provider_upcloud-14.2.3.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.2.3.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/WHEEL +0 -0
- {cdktf_cdktf_provider_upcloud-14.2.3.dist-info → cdktf_cdktf_provider_upcloud-14.4.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_managed_object_storage_regions`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_managed_object_storage_regions`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/managed_object_storage_regions).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,14 +29,14 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudManagedObjectStorageRegions.DataUpcloudManagedObjectStorageRegions",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
36
36
|
scope: _constructs_77d1e7e8.Construct,
|
|
37
|
-
|
|
37
|
+
id: builtins.str,
|
|
38
38
|
*,
|
|
39
|
-
|
|
39
|
+
regions: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudManagedObjectStorageRegionsRegions", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
40
40
|
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,
|
|
41
41
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
42
42
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/managed_object_storage_regions upcloud_managed_object_storage_regions} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
|
-
:param
|
|
52
|
-
:param
|
|
51
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
+
:param regions: regions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -61,9 +61,9 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
61
61
|
if __debug__:
|
|
62
62
|
type_hints = typing.get_type_hints(_typecheckingstub__84e8e54da40980251059161e0bc1dba945c8f613ca56184c7ac731f9a9335fab)
|
|
63
63
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
64
|
-
check_type(argname="argument
|
|
64
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
65
65
|
config = DataUpcloudManagedObjectStorageRegionsConfig(
|
|
66
|
-
|
|
66
|
+
regions=regions,
|
|
67
67
|
connection=connection,
|
|
68
68
|
count=count,
|
|
69
69
|
depends_on=depends_on,
|
|
@@ -73,7 +73,7 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
73
73
|
provisioners=provisioners,
|
|
74
74
|
)
|
|
75
75
|
|
|
76
|
-
jsii.create(self.__class__, self, [scope,
|
|
76
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
|
77
77
|
|
|
78
78
|
@jsii.member(jsii_name="generateConfigForImport")
|
|
79
79
|
@builtins.classmethod
|
|
@@ -88,7 +88,7 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudManagedObjectStorageRegions to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudManagedObjectStorageRegions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudManagedObjectStorageRegions that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/managed_object_storage_regions#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudManagedObjectStorageRegions to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -99,9 +99,22 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
99
99
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
100
100
|
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
|
101
101
|
|
|
102
|
-
@jsii.member(jsii_name="
|
|
103
|
-
def
|
|
104
|
-
|
|
102
|
+
@jsii.member(jsii_name="putRegions")
|
|
103
|
+
def put_regions(
|
|
104
|
+
self,
|
|
105
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudManagedObjectStorageRegionsRegions", typing.Dict[builtins.str, typing.Any]]]],
|
|
106
|
+
) -> None:
|
|
107
|
+
'''
|
|
108
|
+
:param value: -
|
|
109
|
+
'''
|
|
110
|
+
if __debug__:
|
|
111
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6c40587db6a55635572479bd247d9146664bf8b96e8a22baa3e310204e3cdac5)
|
|
112
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
113
|
+
return typing.cast(None, jsii.invoke(self, "putRegions", [value]))
|
|
114
|
+
|
|
115
|
+
@jsii.member(jsii_name="resetRegions")
|
|
116
|
+
def reset_regions(self) -> None:
|
|
117
|
+
return typing.cast(None, jsii.invoke(self, "resetRegions", []))
|
|
105
118
|
|
|
106
119
|
@jsii.member(jsii_name="synthesizeAttributes")
|
|
107
120
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -116,27 +129,22 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
116
129
|
def TF_RESOURCE_TYPE(cls) -> builtins.str:
|
|
117
130
|
return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
|
|
118
131
|
|
|
132
|
+
@builtins.property
|
|
133
|
+
@jsii.member(jsii_name="id")
|
|
134
|
+
def id(self) -> builtins.str:
|
|
135
|
+
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
136
|
+
|
|
119
137
|
@builtins.property
|
|
120
138
|
@jsii.member(jsii_name="regions")
|
|
121
139
|
def regions(self) -> "DataUpcloudManagedObjectStorageRegionsRegionsList":
|
|
122
140
|
return typing.cast("DataUpcloudManagedObjectStorageRegionsRegionsList", jsii.get(self, "regions"))
|
|
123
141
|
|
|
124
142
|
@builtins.property
|
|
125
|
-
@jsii.member(jsii_name="
|
|
126
|
-
def
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
@jsii.member(jsii_name="id")
|
|
131
|
-
def id(self) -> builtins.str:
|
|
132
|
-
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
133
|
-
|
|
134
|
-
@id.setter
|
|
135
|
-
def id(self, value: builtins.str) -> None:
|
|
136
|
-
if __debug__:
|
|
137
|
-
type_hints = typing.get_type_hints(_typecheckingstub__ad3cb0995d37980325b921af37fccd8b71f16419167e038e6e87ec6edbaceab1)
|
|
138
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
139
|
-
jsii.set(self, "id", value)
|
|
143
|
+
@jsii.member(jsii_name="regionsInput")
|
|
144
|
+
def regions_input(
|
|
145
|
+
self,
|
|
146
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedObjectStorageRegionsRegions"]]]:
|
|
147
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedObjectStorageRegionsRegions"]]], jsii.get(self, "regionsInput"))
|
|
140
148
|
|
|
141
149
|
|
|
142
150
|
@jsii.data_type(
|
|
@@ -150,7 +158,7 @@ class DataUpcloudManagedObjectStorageRegions(
|
|
|
150
158
|
"lifecycle": "lifecycle",
|
|
151
159
|
"provider": "provider",
|
|
152
160
|
"provisioners": "provisioners",
|
|
153
|
-
"
|
|
161
|
+
"regions": "regions",
|
|
154
162
|
},
|
|
155
163
|
)
|
|
156
164
|
class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
@@ -166,7 +174,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
|
166
174
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
167
175
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
168
176
|
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,
|
|
169
|
-
|
|
177
|
+
regions: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudManagedObjectStorageRegionsRegions", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
170
178
|
) -> None:
|
|
171
179
|
'''
|
|
172
180
|
:param connection:
|
|
@@ -176,7 +184,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
|
176
184
|
:param lifecycle:
|
|
177
185
|
:param provider:
|
|
178
186
|
:param provisioners:
|
|
179
|
-
:param
|
|
187
|
+
:param regions: regions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
|
|
180
188
|
'''
|
|
181
189
|
if isinstance(lifecycle, dict):
|
|
182
190
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -189,7 +197,7 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
|
189
197
|
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
|
190
198
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
191
199
|
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
|
192
|
-
check_type(argname="argument
|
|
200
|
+
check_type(argname="argument regions", value=regions, expected_type=type_hints["regions"])
|
|
193
201
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
194
202
|
if connection is not None:
|
|
195
203
|
self._values["connection"] = connection
|
|
@@ -205,8 +213,8 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
|
205
213
|
self._values["provider"] = provider
|
|
206
214
|
if provisioners is not None:
|
|
207
215
|
self._values["provisioners"] = provisioners
|
|
208
|
-
if
|
|
209
|
-
self._values["
|
|
216
|
+
if regions is not None:
|
|
217
|
+
self._values["regions"] = regions
|
|
210
218
|
|
|
211
219
|
@builtins.property
|
|
212
220
|
def connection(
|
|
@@ -273,14 +281,15 @@ class DataUpcloudManagedObjectStorageRegionsConfig(
|
|
|
273
281
|
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
|
274
282
|
|
|
275
283
|
@builtins.property
|
|
276
|
-
def
|
|
277
|
-
|
|
284
|
+
def regions(
|
|
285
|
+
self,
|
|
286
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedObjectStorageRegionsRegions"]]]:
|
|
287
|
+
'''regions block.
|
|
278
288
|
|
|
279
|
-
|
|
280
|
-
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.
|
|
289
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/managed_object_storage_regions#regions DataUpcloudManagedObjectStorageRegions#regions}
|
|
281
290
|
'''
|
|
282
|
-
result = self._values.get("
|
|
283
|
-
return typing.cast(typing.Optional[
|
|
291
|
+
result = self._values.get("regions")
|
|
292
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudManagedObjectStorageRegionsRegions"]]], result)
|
|
284
293
|
|
|
285
294
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
286
295
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -390,6 +399,23 @@ class DataUpcloudManagedObjectStorageRegionsRegionsList(
|
|
|
390
399
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
391
400
|
jsii.set(self, "wrapsSet", value)
|
|
392
401
|
|
|
402
|
+
@builtins.property
|
|
403
|
+
@jsii.member(jsii_name="internalValue")
|
|
404
|
+
def internal_value(
|
|
405
|
+
self,
|
|
406
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudManagedObjectStorageRegionsRegions]]]:
|
|
407
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudManagedObjectStorageRegionsRegions]]], jsii.get(self, "internalValue"))
|
|
408
|
+
|
|
409
|
+
@internal_value.setter
|
|
410
|
+
def internal_value(
|
|
411
|
+
self,
|
|
412
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudManagedObjectStorageRegionsRegions]]],
|
|
413
|
+
) -> None:
|
|
414
|
+
if __debug__:
|
|
415
|
+
type_hints = typing.get_type_hints(_typecheckingstub__80a9c86e1c787a30af7300558bf3596647e3355172d0300ee0f42b704751c7a2)
|
|
416
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
417
|
+
jsii.set(self, "internalValue", value)
|
|
418
|
+
|
|
393
419
|
|
|
394
420
|
class DataUpcloudManagedObjectStorageRegionsRegionsOutputReference(
|
|
395
421
|
_cdktf_9a9027ec.ComplexObject,
|
|
@@ -436,13 +462,13 @@ class DataUpcloudManagedObjectStorageRegionsRegionsOutputReference(
|
|
|
436
462
|
@jsii.member(jsii_name="internalValue")
|
|
437
463
|
def internal_value(
|
|
438
464
|
self,
|
|
439
|
-
) -> typing.Optional[DataUpcloudManagedObjectStorageRegionsRegions]:
|
|
440
|
-
return typing.cast(typing.Optional[DataUpcloudManagedObjectStorageRegionsRegions], jsii.get(self, "internalValue"))
|
|
465
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudManagedObjectStorageRegionsRegions]]:
|
|
466
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudManagedObjectStorageRegionsRegions]], jsii.get(self, "internalValue"))
|
|
441
467
|
|
|
442
468
|
@internal_value.setter
|
|
443
469
|
def internal_value(
|
|
444
470
|
self,
|
|
445
|
-
value: typing.Optional[DataUpcloudManagedObjectStorageRegionsRegions],
|
|
471
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudManagedObjectStorageRegionsRegions]],
|
|
446
472
|
) -> None:
|
|
447
473
|
if __debug__:
|
|
448
474
|
type_hints = typing.get_type_hints(_typecheckingstub__15702b52521e0fdde7c2e3f1900e26a110c60208c02de3335c867ef6452c4017)
|
|
@@ -462,9 +488,9 @@ publication.publish()
|
|
|
462
488
|
|
|
463
489
|
def _typecheckingstub__84e8e54da40980251059161e0bc1dba945c8f613ca56184c7ac731f9a9335fab(
|
|
464
490
|
scope: _constructs_77d1e7e8.Construct,
|
|
465
|
-
|
|
491
|
+
id: builtins.str,
|
|
466
492
|
*,
|
|
467
|
-
|
|
493
|
+
regions: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudManagedObjectStorageRegionsRegions, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
468
494
|
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,
|
|
469
495
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
470
496
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -485,8 +511,8 @@ def _typecheckingstub__cc555ec803fb46f258c11ad4c8919ef840b40e7723fafd8e13f8d16b5
|
|
|
485
511
|
"""Type checking stubs"""
|
|
486
512
|
pass
|
|
487
513
|
|
|
488
|
-
def
|
|
489
|
-
value: builtins.str,
|
|
514
|
+
def _typecheckingstub__6c40587db6a55635572479bd247d9146664bf8b96e8a22baa3e310204e3cdac5(
|
|
515
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudManagedObjectStorageRegionsRegions, typing.Dict[builtins.str, typing.Any]]]],
|
|
490
516
|
) -> None:
|
|
491
517
|
"""Type checking stubs"""
|
|
492
518
|
pass
|
|
@@ -500,7 +526,7 @@ def _typecheckingstub__60391405885d2ed2703c7fd3e2b01b62064e9519e560e6201b3f3ac83
|
|
|
500
526
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
501
527
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
502
528
|
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,
|
|
503
|
-
|
|
529
|
+
regions: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudManagedObjectStorageRegionsRegions, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
504
530
|
) -> None:
|
|
505
531
|
"""Type checking stubs"""
|
|
506
532
|
pass
|
|
@@ -537,6 +563,12 @@ def _typecheckingstub__f5c02d72127383965aa2d9d600963f6486ba12af84a51c89c98b7da75
|
|
|
537
563
|
"""Type checking stubs"""
|
|
538
564
|
pass
|
|
539
565
|
|
|
566
|
+
def _typecheckingstub__80a9c86e1c787a30af7300558bf3596647e3355172d0300ee0f42b704751c7a2(
|
|
567
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudManagedObjectStorageRegionsRegions]]],
|
|
568
|
+
) -> None:
|
|
569
|
+
"""Type checking stubs"""
|
|
570
|
+
pass
|
|
571
|
+
|
|
540
572
|
def _typecheckingstub__48cd9c2ff6333409dd36f970d31919aeee67b7fbc88effe0c0e4fb1c333bc67f(
|
|
541
573
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
542
574
|
terraform_attribute: builtins.str,
|
|
@@ -547,7 +579,7 @@ def _typecheckingstub__48cd9c2ff6333409dd36f970d31919aeee67b7fbc88effe0c0e4fb1c3
|
|
|
547
579
|
pass
|
|
548
580
|
|
|
549
581
|
def _typecheckingstub__15702b52521e0fdde7c2e3f1900e26a110c60208c02de3335c867ef6452c4017(
|
|
550
|
-
value: typing.Optional[DataUpcloudManagedObjectStorageRegionsRegions],
|
|
582
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudManagedObjectStorageRegionsRegions]],
|
|
551
583
|
) -> None:
|
|
552
584
|
"""Type checking stubs"""
|
|
553
585
|
pass
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'''
|
|
2
2
|
# `data_upcloud_networks`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_networks`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/networks).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudNetworks(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudNetworks.DataUpcloudNetworks",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/networks upcloud_networks}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -47,13 +47,13 @@ class DataUpcloudNetworks(
|
|
|
47
47
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
48
48
|
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,
|
|
49
49
|
) -> None:
|
|
50
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
50
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/networks upcloud_networks} Data Source.
|
|
51
51
|
|
|
52
52
|
:param scope: The scope in which to define this construct.
|
|
53
53
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
-
: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/5.
|
|
55
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
: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/5.
|
|
54
|
+
: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/5.4.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
55
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/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.
|
|
56
|
+
: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/5.4.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
57
57
|
:param connection:
|
|
58
58
|
:param count:
|
|
59
59
|
:param depends_on:
|
|
@@ -94,7 +94,7 @@ class DataUpcloudNetworks(
|
|
|
94
94
|
|
|
95
95
|
:param scope: The scope in which to define this construct.
|
|
96
96
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudNetworks to import.
|
|
97
|
-
:param import_from_id: The id of the existing DataUpcloudNetworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
97
|
+
:param import_from_id: The id of the existing DataUpcloudNetworks that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/networks#import import section} in the documentation of this resource for the id to use
|
|
98
98
|
:param provider: ? Optional instance of the provider where the DataUpcloudNetworks to import is found.
|
|
99
99
|
'''
|
|
100
100
|
if __debug__:
|
|
@@ -226,9 +226,9 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
226
226
|
:param lifecycle:
|
|
227
227
|
:param provider:
|
|
228
228
|
:param provisioners:
|
|
229
|
-
: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/5.
|
|
230
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
231
|
-
: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/5.
|
|
229
|
+
: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/5.4.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
230
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/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.
|
|
231
|
+
: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/5.4.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
232
232
|
'''
|
|
233
233
|
if isinstance(lifecycle, dict):
|
|
234
234
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -334,14 +334,14 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
334
334
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
335
335
|
'''If specified, results will be filtered to match name using a regular expression.
|
|
336
336
|
|
|
337
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
337
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/networks#filter_name DataUpcloudNetworks#filter_name}
|
|
338
338
|
'''
|
|
339
339
|
result = self._values.get("filter_name")
|
|
340
340
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
341
341
|
|
|
342
342
|
@builtins.property
|
|
343
343
|
def id(self) -> typing.Optional[builtins.str]:
|
|
344
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
344
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/networks#id DataUpcloudNetworks#id}.
|
|
345
345
|
|
|
346
346
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
347
347
|
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.
|
|
@@ -353,7 +353,7 @@ class DataUpcloudNetworksConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
353
353
|
def zone(self) -> typing.Optional[builtins.str]:
|
|
354
354
|
'''If specified, this data source will return only networks from this zone.
|
|
355
355
|
|
|
356
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
356
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/networks#zone DataUpcloudNetworks#zone}
|
|
357
357
|
'''
|
|
358
358
|
result = self._values.get("zone")
|
|
359
359
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1,7 +1,7 @@
|
|
|
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.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudStorage(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudStorage.DataUpcloudStorage",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage upcloud_storage}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -51,17 +51,17 @@ class DataUpcloudStorage(
|
|
|
51
51
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
52
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,
|
|
53
53
|
) -> None:
|
|
54
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
54
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage upcloud_storage} Data Source.
|
|
55
55
|
|
|
56
56
|
:param scope: The scope in which to define this construct.
|
|
57
57
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
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.
|
|
59
|
-
:param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
60
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
62
|
-
:param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
-
:param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
|
|
65
65
|
:param connection:
|
|
66
66
|
:param count:
|
|
67
67
|
:param depends_on:
|
|
@@ -106,7 +106,7 @@ class DataUpcloudStorage(
|
|
|
106
106
|
|
|
107
107
|
:param scope: The scope in which to define this construct.
|
|
108
108
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudStorage to import.
|
|
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.
|
|
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.4.0/docs/data-sources/storage#import import section} in the documentation of this resource for the id to use
|
|
110
110
|
:param provider: ? Optional instance of the provider where the DataUpcloudStorage to import is found.
|
|
111
111
|
'''
|
|
112
112
|
if __debug__:
|
|
@@ -346,13 +346,13 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
346
346
|
:param lifecycle:
|
|
347
347
|
:param provider:
|
|
348
348
|
:param provisioners:
|
|
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.
|
|
350
|
-
:param access_type: Storage access type (public, private). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
351
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
353
|
-
:param name: Exact name of the storage (same as title). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
354
|
-
:param name_regex: Use regular expression to match storage name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
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.
|
|
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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
|
|
356
356
|
'''
|
|
357
357
|
if isinstance(lifecycle, dict):
|
|
358
358
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -470,7 +470,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
470
470
|
def type(self) -> builtins.str:
|
|
471
471
|
'''Storage type (normal, backup, cdrom, template). Use 'favorite' as type to filter storages on the list of favorites.
|
|
472
472
|
|
|
473
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
473
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage#type DataUpcloudStorage#type}
|
|
474
474
|
'''
|
|
475
475
|
result = self._values.get("type")
|
|
476
476
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -480,14 +480,14 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
480
480
|
def access_type(self) -> typing.Optional[builtins.str]:
|
|
481
481
|
'''Storage access type (public, private).
|
|
482
482
|
|
|
483
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
483
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage#access_type DataUpcloudStorage#access_type}
|
|
484
484
|
'''
|
|
485
485
|
result = self._values.get("access_type")
|
|
486
486
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
487
487
|
|
|
488
488
|
@builtins.property
|
|
489
489
|
def id(self) -> typing.Optional[builtins.str]:
|
|
490
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
490
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage#id DataUpcloudStorage#id}.
|
|
491
491
|
|
|
492
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.
|
|
493
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.
|
|
@@ -503,7 +503,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
503
503
|
|
|
504
504
|
This is only useful with private storages. Public storages might give unpredictable results.
|
|
505
505
|
|
|
506
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
506
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage#most_recent DataUpcloudStorage#most_recent}
|
|
507
507
|
'''
|
|
508
508
|
result = self._values.get("most_recent")
|
|
509
509
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -512,7 +512,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
512
512
|
def name(self) -> typing.Optional[builtins.str]:
|
|
513
513
|
'''Exact name of the storage (same as title).
|
|
514
514
|
|
|
515
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
515
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage#name DataUpcloudStorage#name}
|
|
516
516
|
'''
|
|
517
517
|
result = self._values.get("name")
|
|
518
518
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -521,7 +521,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
521
521
|
def name_regex(self) -> typing.Optional[builtins.str]:
|
|
522
522
|
'''Use regular expression to match storage name.
|
|
523
523
|
|
|
524
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
524
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage#name_regex DataUpcloudStorage#name_regex}
|
|
525
525
|
'''
|
|
526
526
|
result = self._values.get("name_regex")
|
|
527
527
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -530,7 +530,7 @@ class DataUpcloudStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
530
530
|
def zone(self) -> typing.Optional[builtins.str]:
|
|
531
531
|
'''The zone in which the storage resides, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
532
532
|
|
|
533
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
533
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/storage#zone DataUpcloudStorage#zone}
|
|
534
534
|
'''
|
|
535
535
|
result = self._values.get("zone")
|
|
536
536
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1,7 +1,7 @@
|
|
|
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.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_tags`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/tags).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudTags(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudTags.DataUpcloudTags",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/tags upcloud_tags}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudTags(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/tags upcloud_tags} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/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.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudTags(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudTags to import.
|
|
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.
|
|
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.4.0/docs/data-sources/tags#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudTags to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -174,7 +174,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
174
174
|
:param lifecycle:
|
|
175
175
|
:param provider:
|
|
176
176
|
:param provisioners:
|
|
177
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
177
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/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.
|
|
178
178
|
'''
|
|
179
179
|
if isinstance(lifecycle, dict):
|
|
180
180
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -272,7 +272,7 @@ class DataUpcloudTagsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
272
272
|
|
|
273
273
|
@builtins.property
|
|
274
274
|
def id(self) -> typing.Optional[builtins.str]:
|
|
275
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
275
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.4.0/docs/data-sources/tags#id DataUpcloudTags#id}.
|
|
276
276
|
|
|
277
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.
|
|
278
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.
|