cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.10.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.10.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +53 -53
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +41 -41
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +271 -176
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +73 -73
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +34 -77
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +315 -269
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +2670 -655
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +511 -417
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +219 -173
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +32 -73
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +50 -50
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +39 -39
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +34 -34
- cdktf_cdktf_provider_upcloud/server/__init__.py +220 -220
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/storage/__init__.py +648 -187
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +463 -0
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.10.0.dist-info/RECORD +62 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_network_peering`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_network_peering`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_network_peering`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class NetworkPeering(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.networkPeering.NetworkPeering",
|
|
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.10.0/docs/resources/network_peering upcloud_network_peering}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -49,15 +49,15 @@ class NetworkPeering(
|
|
|
49
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
50
50
|
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,
|
|
51
51
|
) -> None:
|
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering upcloud_network_peering} Resource.
|
|
53
53
|
|
|
54
54
|
:param scope: The scope in which to define this construct.
|
|
55
55
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
56
|
-
:param name: Name of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param configured_status: Configured status of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
:param labels:
|
|
59
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
60
|
-
:param peer_network: peer_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
+
:param name: Name of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#name NetworkPeering#name}
|
|
57
|
+
:param configured_status: Configured status of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#configured_status NetworkPeering#configured_status}
|
|
58
|
+
:param labels: User defined key-value pairs to classify the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#labels NetworkPeering#labels}
|
|
59
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#network NetworkPeering#network}
|
|
60
|
+
:param peer_network: peer_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#peer_network NetworkPeering#peer_network}
|
|
61
61
|
:param connection:
|
|
62
62
|
:param count:
|
|
63
63
|
:param depends_on:
|
|
@@ -100,7 +100,7 @@ class NetworkPeering(
|
|
|
100
100
|
|
|
101
101
|
:param scope: The scope in which to define this construct.
|
|
102
102
|
:param import_to_id: The construct id used in the generated config for the NetworkPeering to import.
|
|
103
|
-
:param import_from_id: The id of the existing NetworkPeering that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
103
|
+
:param import_from_id: The id of the existing NetworkPeering that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#import import section} in the documentation of this resource for the id to use
|
|
104
104
|
:param provider: ? Optional instance of the provider where the NetworkPeering to import is found.
|
|
105
105
|
'''
|
|
106
106
|
if __debug__:
|
|
@@ -222,7 +222,7 @@ class NetworkPeering(
|
|
|
222
222
|
if __debug__:
|
|
223
223
|
type_hints = typing.get_type_hints(_typecheckingstub__d52e99ad2efc93f92c4f10a717511f8e2b015fe050a36f1f5eaaec3fac3a9662)
|
|
224
224
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
225
|
-
jsii.set(self, "configuredStatus", value)
|
|
225
|
+
jsii.set(self, "configuredStatus", value) # pyright: ignore[reportArgumentType]
|
|
226
226
|
|
|
227
227
|
@builtins.property
|
|
228
228
|
@jsii.member(jsii_name="labels")
|
|
@@ -234,7 +234,7 @@ class NetworkPeering(
|
|
|
234
234
|
if __debug__:
|
|
235
235
|
type_hints = typing.get_type_hints(_typecheckingstub__3f7076c3b603d8ad784a4afe6b2b46a4cd34a2dceeaa06786f52eb4602a9ab99)
|
|
236
236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
237
|
-
jsii.set(self, "labels", value)
|
|
237
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
238
238
|
|
|
239
239
|
@builtins.property
|
|
240
240
|
@jsii.member(jsii_name="name")
|
|
@@ -246,7 +246,7 @@ class NetworkPeering(
|
|
|
246
246
|
if __debug__:
|
|
247
247
|
type_hints = typing.get_type_hints(_typecheckingstub__b46257d45a014d98fe43ab4776c1928cb8d686a00f13b004b61391be19e4c6cf)
|
|
248
248
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
249
|
-
jsii.set(self, "name", value)
|
|
249
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
250
250
|
|
|
251
251
|
|
|
252
252
|
@jsii.data_type(
|
|
@@ -292,11 +292,11 @@ class NetworkPeeringConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
292
292
|
:param lifecycle:
|
|
293
293
|
:param provider:
|
|
294
294
|
:param provisioners:
|
|
295
|
-
:param name: Name of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
296
|
-
:param configured_status: Configured status of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
297
|
-
:param labels:
|
|
298
|
-
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
299
|
-
:param peer_network: peer_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
295
|
+
:param name: Name of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#name NetworkPeering#name}
|
|
296
|
+
:param configured_status: Configured status of the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#configured_status NetworkPeering#configured_status}
|
|
297
|
+
:param labels: User defined key-value pairs to classify the network peering. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#labels NetworkPeering#labels}
|
|
298
|
+
:param network: network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#network NetworkPeering#network}
|
|
299
|
+
:param peer_network: peer_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#peer_network NetworkPeering#peer_network}
|
|
300
300
|
'''
|
|
301
301
|
if isinstance(lifecycle, dict):
|
|
302
302
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -408,7 +408,7 @@ class NetworkPeeringConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
408
408
|
def name(self) -> builtins.str:
|
|
409
409
|
'''Name of the network peering.
|
|
410
410
|
|
|
411
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
411
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#name NetworkPeering#name}
|
|
412
412
|
'''
|
|
413
413
|
result = self._values.get("name")
|
|
414
414
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -418,16 +418,16 @@ class NetworkPeeringConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
418
418
|
def configured_status(self) -> typing.Optional[builtins.str]:
|
|
419
419
|
'''Configured status of the network peering.
|
|
420
420
|
|
|
421
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
421
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#configured_status NetworkPeering#configured_status}
|
|
422
422
|
'''
|
|
423
423
|
result = self._values.get("configured_status")
|
|
424
424
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
425
425
|
|
|
426
426
|
@builtins.property
|
|
427
427
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
428
|
-
'''
|
|
428
|
+
'''User defined key-value pairs to classify the network peering.
|
|
429
429
|
|
|
430
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
430
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#labels NetworkPeering#labels}
|
|
431
431
|
'''
|
|
432
432
|
result = self._values.get("labels")
|
|
433
433
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -438,7 +438,7 @@ class NetworkPeeringConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
438
438
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NetworkPeeringNetwork"]]]:
|
|
439
439
|
'''network block.
|
|
440
440
|
|
|
441
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
441
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#network NetworkPeering#network}
|
|
442
442
|
'''
|
|
443
443
|
result = self._values.get("network")
|
|
444
444
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NetworkPeeringNetwork"]]], result)
|
|
@@ -449,7 +449,7 @@ class NetworkPeeringConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
449
449
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NetworkPeeringPeerNetwork"]]]:
|
|
450
450
|
'''peer_network block.
|
|
451
451
|
|
|
452
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
452
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#peer_network NetworkPeering#peer_network}
|
|
453
453
|
'''
|
|
454
454
|
result = self._values.get("peer_network")
|
|
455
455
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NetworkPeeringPeerNetwork"]]], result)
|
|
@@ -474,7 +474,7 @@ class NetworkPeeringConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
474
474
|
class NetworkPeeringNetwork:
|
|
475
475
|
def __init__(self, *, uuid: builtins.str) -> None:
|
|
476
476
|
'''
|
|
477
|
-
:param uuid: The UUID of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
477
|
+
:param uuid: The UUID of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#uuid NetworkPeering#uuid}
|
|
478
478
|
'''
|
|
479
479
|
if __debug__:
|
|
480
480
|
type_hints = typing.get_type_hints(_typecheckingstub__55249435854778696115bf63e5ff3cef0bc5e473ffcdec977686b275ccfa8717)
|
|
@@ -487,7 +487,7 @@ class NetworkPeeringNetwork:
|
|
|
487
487
|
def uuid(self) -> builtins.str:
|
|
488
488
|
'''The UUID of the network.
|
|
489
489
|
|
|
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.10.0/docs/resources/network_peering#uuid NetworkPeering#uuid}
|
|
491
491
|
'''
|
|
492
492
|
result = self._values.get("uuid")
|
|
493
493
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -549,7 +549,7 @@ class NetworkPeeringNetworkList(
|
|
|
549
549
|
if __debug__:
|
|
550
550
|
type_hints = typing.get_type_hints(_typecheckingstub__44d2d28b1384870b0886c37b6a7b316ae4529776e6fa78d02f074f208c3242d3)
|
|
551
551
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
552
|
-
jsii.set(self, "terraformAttribute", value)
|
|
552
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
553
553
|
|
|
554
554
|
@builtins.property
|
|
555
555
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -562,7 +562,7 @@ class NetworkPeeringNetworkList(
|
|
|
562
562
|
if __debug__:
|
|
563
563
|
type_hints = typing.get_type_hints(_typecheckingstub__e574397365f67360a5f9abd52bc5dedbc1f9c429051a21cae0a2c639647e5da5)
|
|
564
564
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
565
|
-
jsii.set(self, "terraformResource", value)
|
|
565
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
566
566
|
|
|
567
567
|
@builtins.property
|
|
568
568
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -575,7 +575,7 @@ class NetworkPeeringNetworkList(
|
|
|
575
575
|
if __debug__:
|
|
576
576
|
type_hints = typing.get_type_hints(_typecheckingstub__787db8ad64145adde60bf6e32e4a9d36622e65fe4080adc6d5b81f674d231982)
|
|
577
577
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
578
|
-
jsii.set(self, "wrapsSet", value)
|
|
578
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
579
579
|
|
|
580
580
|
@builtins.property
|
|
581
581
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -592,7 +592,7 @@ class NetworkPeeringNetworkList(
|
|
|
592
592
|
if __debug__:
|
|
593
593
|
type_hints = typing.get_type_hints(_typecheckingstub__5642fcb72bb8305e61ea8da13720dd602351417b3b2e93936cc60437345bab44)
|
|
594
594
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
595
|
-
jsii.set(self, "internalValue", value)
|
|
595
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
596
596
|
|
|
597
597
|
|
|
598
598
|
class NetworkPeeringNetworkOutputReference(
|
|
@@ -636,7 +636,7 @@ class NetworkPeeringNetworkOutputReference(
|
|
|
636
636
|
if __debug__:
|
|
637
637
|
type_hints = typing.get_type_hints(_typecheckingstub__fc335101ef4b4847942d189fc9d957f267d32167fc15dff8c2c424f9a676405e)
|
|
638
638
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
639
|
-
jsii.set(self, "uuid", value)
|
|
639
|
+
jsii.set(self, "uuid", value) # pyright: ignore[reportArgumentType]
|
|
640
640
|
|
|
641
641
|
@builtins.property
|
|
642
642
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -653,7 +653,7 @@ class NetworkPeeringNetworkOutputReference(
|
|
|
653
653
|
if __debug__:
|
|
654
654
|
type_hints = typing.get_type_hints(_typecheckingstub__02ca276432d2cab25c86dd984f83f4b8213cfbaca1e0dc6be2bcb75fe0a96623)
|
|
655
655
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
656
|
-
jsii.set(self, "internalValue", value)
|
|
656
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
657
657
|
|
|
658
658
|
|
|
659
659
|
@jsii.data_type(
|
|
@@ -664,7 +664,7 @@ class NetworkPeeringNetworkOutputReference(
|
|
|
664
664
|
class NetworkPeeringPeerNetwork:
|
|
665
665
|
def __init__(self, *, uuid: builtins.str) -> None:
|
|
666
666
|
'''
|
|
667
|
-
:param uuid: The UUID of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
667
|
+
:param uuid: The UUID of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#uuid NetworkPeering#uuid}
|
|
668
668
|
'''
|
|
669
669
|
if __debug__:
|
|
670
670
|
type_hints = typing.get_type_hints(_typecheckingstub__3d80346f024cbc2ca254e7975912525ac73b543ed8d8c085429350161c6a5c1e)
|
|
@@ -677,7 +677,7 @@ class NetworkPeeringPeerNetwork:
|
|
|
677
677
|
def uuid(self) -> builtins.str:
|
|
678
678
|
'''The UUID of the network.
|
|
679
679
|
|
|
680
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
680
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network_peering#uuid NetworkPeering#uuid}
|
|
681
681
|
'''
|
|
682
682
|
result = self._values.get("uuid")
|
|
683
683
|
assert result is not None, "Required property 'uuid' is missing"
|
|
@@ -739,7 +739,7 @@ class NetworkPeeringPeerNetworkList(
|
|
|
739
739
|
if __debug__:
|
|
740
740
|
type_hints = typing.get_type_hints(_typecheckingstub__d280b8fd99ac74249214b913f7c5f8635180d95dcc43d01117acf75becb28fb7)
|
|
741
741
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
742
|
-
jsii.set(self, "terraformAttribute", value)
|
|
742
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
743
743
|
|
|
744
744
|
@builtins.property
|
|
745
745
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -752,7 +752,7 @@ class NetworkPeeringPeerNetworkList(
|
|
|
752
752
|
if __debug__:
|
|
753
753
|
type_hints = typing.get_type_hints(_typecheckingstub__b62f8c2831183c8b51fbc33901c17c36e948d265356c4fb5ba04b97a3d05bb11)
|
|
754
754
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
755
|
-
jsii.set(self, "terraformResource", value)
|
|
755
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
756
756
|
|
|
757
757
|
@builtins.property
|
|
758
758
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -765,7 +765,7 @@ class NetworkPeeringPeerNetworkList(
|
|
|
765
765
|
if __debug__:
|
|
766
766
|
type_hints = typing.get_type_hints(_typecheckingstub__2cd0192ae5348b0a78e446a919c1102b31d82f3ecd6f145badfd2b39ba4a9db1)
|
|
767
767
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
768
|
-
jsii.set(self, "wrapsSet", value)
|
|
768
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
769
769
|
|
|
770
770
|
@builtins.property
|
|
771
771
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -782,7 +782,7 @@ class NetworkPeeringPeerNetworkList(
|
|
|
782
782
|
if __debug__:
|
|
783
783
|
type_hints = typing.get_type_hints(_typecheckingstub__77e2f4167de8183af05abc272f18b41ac1f542f980f1c4036fc7f38497ff54bd)
|
|
784
784
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
785
|
-
jsii.set(self, "internalValue", value)
|
|
785
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
786
786
|
|
|
787
787
|
|
|
788
788
|
class NetworkPeeringPeerNetworkOutputReference(
|
|
@@ -826,7 +826,7 @@ class NetworkPeeringPeerNetworkOutputReference(
|
|
|
826
826
|
if __debug__:
|
|
827
827
|
type_hints = typing.get_type_hints(_typecheckingstub__de4aba0fbfe25c02480d1a02641af19e552410a1c7bdace66438257cd49ea872)
|
|
828
828
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
829
|
-
jsii.set(self, "uuid", value)
|
|
829
|
+
jsii.set(self, "uuid", value) # pyright: ignore[reportArgumentType]
|
|
830
830
|
|
|
831
831
|
@builtins.property
|
|
832
832
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -843,7 +843,7 @@ class NetworkPeeringPeerNetworkOutputReference(
|
|
|
843
843
|
if __debug__:
|
|
844
844
|
type_hints = typing.get_type_hints(_typecheckingstub__a289bb16c42d5525a179f4ac6c5efc53a834567dc52583ad4418d104f7501922)
|
|
845
845
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
846
|
-
jsii.set(self, "internalValue", value)
|
|
846
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
847
847
|
|
|
848
848
|
|
|
849
849
|
__all__ = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_object_storage`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class ObjectStorage(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.objectStorage.ObjectStorage",
|
|
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.10.0/docs/resources/object_storage upcloud_object_storage}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -52,18 +52,18 @@ class ObjectStorage(
|
|
|
52
52
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
53
53
|
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,
|
|
54
54
|
) -> None:
|
|
55
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage upcloud_object_storage} Resource.
|
|
56
56
|
|
|
57
57
|
:param scope: The scope in which to define this construct.
|
|
58
58
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
59
|
-
:param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
60
|
-
:param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
61
|
-
:param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
62
|
-
:param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
-
:param zone: The zone in which the object storage instance will be created, 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.
|
|
64
|
-
:param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
65
|
-
:param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
66
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
+
:param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
|
|
60
|
+
:param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#name ObjectStorage#name}
|
|
61
|
+
:param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
|
|
62
|
+
:param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#size ObjectStorage#size}
|
|
63
|
+
:param zone: The zone in which the object storage instance will be created, 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.10.0/docs/resources/object_storage#zone ObjectStorage#zone}
|
|
64
|
+
:param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
|
|
65
|
+
:param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#description ObjectStorage#description}
|
|
66
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#id ObjectStorage#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.
|
|
67
67
|
:param connection:
|
|
68
68
|
:param count:
|
|
69
69
|
:param depends_on:
|
|
@@ -109,7 +109,7 @@ class ObjectStorage(
|
|
|
109
109
|
|
|
110
110
|
:param scope: The scope in which to define this construct.
|
|
111
111
|
:param import_to_id: The construct id used in the generated config for the ObjectStorage to import.
|
|
112
|
-
:param import_from_id: The id of the existing ObjectStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
112
|
+
:param import_from_id: The id of the existing ObjectStorage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#import import section} in the documentation of this resource for the id to use
|
|
113
113
|
:param provider: ? Optional instance of the provider where the ObjectStorage to import is found.
|
|
114
114
|
'''
|
|
115
115
|
if __debug__:
|
|
@@ -235,7 +235,7 @@ class ObjectStorage(
|
|
|
235
235
|
if __debug__:
|
|
236
236
|
type_hints = typing.get_type_hints(_typecheckingstub__c2c48d9634a939fa4715f38d855d3a0f84061e86d1078ea8995a530224dbb946)
|
|
237
237
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
238
|
-
jsii.set(self, "accessKey", value)
|
|
238
|
+
jsii.set(self, "accessKey", value) # pyright: ignore[reportArgumentType]
|
|
239
239
|
|
|
240
240
|
@builtins.property
|
|
241
241
|
@jsii.member(jsii_name="description")
|
|
@@ -247,7 +247,7 @@ class ObjectStorage(
|
|
|
247
247
|
if __debug__:
|
|
248
248
|
type_hints = typing.get_type_hints(_typecheckingstub__f084b9014d0259d5f99fd734b220494f028ea5f5bb178a54f4d2eda9f27175ce)
|
|
249
249
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
250
|
-
jsii.set(self, "description", value)
|
|
250
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
251
251
|
|
|
252
252
|
@builtins.property
|
|
253
253
|
@jsii.member(jsii_name="id")
|
|
@@ -259,7 +259,7 @@ class ObjectStorage(
|
|
|
259
259
|
if __debug__:
|
|
260
260
|
type_hints = typing.get_type_hints(_typecheckingstub__23a1bbcc4b1cfff8c5220bc404c03c1e4a704319ad6489beef2642032e4c9ea9)
|
|
261
261
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
262
|
-
jsii.set(self, "id", value)
|
|
262
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
263
263
|
|
|
264
264
|
@builtins.property
|
|
265
265
|
@jsii.member(jsii_name="name")
|
|
@@ -271,7 +271,7 @@ class ObjectStorage(
|
|
|
271
271
|
if __debug__:
|
|
272
272
|
type_hints = typing.get_type_hints(_typecheckingstub__3e6a877dd2bb113dc638910735d90c13e7036a8dc61f7507dc1df6d30b968d94)
|
|
273
273
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
274
|
-
jsii.set(self, "name", value)
|
|
274
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
275
275
|
|
|
276
276
|
@builtins.property
|
|
277
277
|
@jsii.member(jsii_name="secretKey")
|
|
@@ -283,7 +283,7 @@ class ObjectStorage(
|
|
|
283
283
|
if __debug__:
|
|
284
284
|
type_hints = typing.get_type_hints(_typecheckingstub__c287efcb8a264fcd9d9285b2c45a8fd21fe6c50115519909f4b59c4280bee7ca)
|
|
285
285
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
286
|
-
jsii.set(self, "secretKey", value)
|
|
286
|
+
jsii.set(self, "secretKey", value) # pyright: ignore[reportArgumentType]
|
|
287
287
|
|
|
288
288
|
@builtins.property
|
|
289
289
|
@jsii.member(jsii_name="size")
|
|
@@ -295,7 +295,7 @@ class ObjectStorage(
|
|
|
295
295
|
if __debug__:
|
|
296
296
|
type_hints = typing.get_type_hints(_typecheckingstub__5f987a53bec8f280c64ed71abaf58676a5cd1f5c61536ef171055e26945fba63)
|
|
297
297
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
298
|
-
jsii.set(self, "size", value)
|
|
298
|
+
jsii.set(self, "size", value) # pyright: ignore[reportArgumentType]
|
|
299
299
|
|
|
300
300
|
@builtins.property
|
|
301
301
|
@jsii.member(jsii_name="zone")
|
|
@@ -307,7 +307,7 @@ class ObjectStorage(
|
|
|
307
307
|
if __debug__:
|
|
308
308
|
type_hints = typing.get_type_hints(_typecheckingstub__2f89f1d7a7095397cfdd6d480e0edeaf25f15143cf87f7e6e910a21c4a4bab2d)
|
|
309
309
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
310
|
-
jsii.set(self, "zone", value)
|
|
310
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
@jsii.data_type(
|
|
@@ -318,7 +318,7 @@ class ObjectStorage(
|
|
|
318
318
|
class ObjectStorageBucket:
|
|
319
319
|
def __init__(self, *, name: builtins.str) -> None:
|
|
320
320
|
'''
|
|
321
|
-
:param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
321
|
+
:param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#name ObjectStorage#name}
|
|
322
322
|
'''
|
|
323
323
|
if __debug__:
|
|
324
324
|
type_hints = typing.get_type_hints(_typecheckingstub__76363c1fb14ca2363d352380e624359e962fa25498e592051a720a4f8b2e2470)
|
|
@@ -331,7 +331,7 @@ class ObjectStorageBucket:
|
|
|
331
331
|
def name(self) -> builtins.str:
|
|
332
332
|
'''The name of the bucket.
|
|
333
333
|
|
|
334
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
334
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#name ObjectStorage#name}
|
|
335
335
|
'''
|
|
336
336
|
result = self._values.get("name")
|
|
337
337
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -393,7 +393,7 @@ class ObjectStorageBucketList(
|
|
|
393
393
|
if __debug__:
|
|
394
394
|
type_hints = typing.get_type_hints(_typecheckingstub__0155b7722a4b9746293c13ce552722262bf612a2cd63479488e5c5450c899657)
|
|
395
395
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
396
|
-
jsii.set(self, "terraformAttribute", value)
|
|
396
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
397
397
|
|
|
398
398
|
@builtins.property
|
|
399
399
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -406,7 +406,7 @@ class ObjectStorageBucketList(
|
|
|
406
406
|
if __debug__:
|
|
407
407
|
type_hints = typing.get_type_hints(_typecheckingstub__ccc7fe96692b4fb4e53c47aa4b2e706791987084abef431b9b7122e664684908)
|
|
408
408
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
409
|
-
jsii.set(self, "terraformResource", value)
|
|
409
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
410
410
|
|
|
411
411
|
@builtins.property
|
|
412
412
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -419,7 +419,7 @@ class ObjectStorageBucketList(
|
|
|
419
419
|
if __debug__:
|
|
420
420
|
type_hints = typing.get_type_hints(_typecheckingstub__0a35f6aed3e53576f41cdcfb35d338453a9200cc78c9bc763d351cfdaf45f53a)
|
|
421
421
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
422
|
-
jsii.set(self, "wrapsSet", value)
|
|
422
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
423
423
|
|
|
424
424
|
@builtins.property
|
|
425
425
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -436,7 +436,7 @@ class ObjectStorageBucketList(
|
|
|
436
436
|
if __debug__:
|
|
437
437
|
type_hints = typing.get_type_hints(_typecheckingstub__7aa384e1dab4c64cfd138b4c3b2c36ef8dffec407f485df806de34a146b75a55)
|
|
438
438
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
439
|
-
jsii.set(self, "internalValue", value)
|
|
439
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
440
440
|
|
|
441
441
|
|
|
442
442
|
class ObjectStorageBucketOutputReference(
|
|
@@ -480,7 +480,7 @@ class ObjectStorageBucketOutputReference(
|
|
|
480
480
|
if __debug__:
|
|
481
481
|
type_hints = typing.get_type_hints(_typecheckingstub__a0ce3fb5497c86820a207ee0a83cc3e11860148dc92560325ba89abb16a41b8e)
|
|
482
482
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
483
|
-
jsii.set(self, "name", value)
|
|
483
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
484
484
|
|
|
485
485
|
@builtins.property
|
|
486
486
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -497,7 +497,7 @@ class ObjectStorageBucketOutputReference(
|
|
|
497
497
|
if __debug__:
|
|
498
498
|
type_hints = typing.get_type_hints(_typecheckingstub__0a8cf1822128684748b52554b516054c67523a89d7c7b86bad6739051eb0cf20)
|
|
499
499
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
500
|
-
jsii.set(self, "internalValue", value)
|
|
500
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
501
501
|
|
|
502
502
|
|
|
503
503
|
@jsii.data_type(
|
|
@@ -549,14 +549,14 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
549
549
|
:param lifecycle:
|
|
550
550
|
:param provider:
|
|
551
551
|
:param provisioners:
|
|
552
|
-
:param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
553
|
-
:param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
554
|
-
:param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
555
|
-
:param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
556
|
-
:param zone: The zone in which the object storage instance will be created, 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.
|
|
557
|
-
:param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
558
|
-
:param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
559
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
552
|
+
:param access_key: The access key used to identify user. Can be set to an empty string, which will tell the provider to get the access key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
|
|
553
|
+
:param name: The name of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#name ObjectStorage#name}
|
|
554
|
+
:param secret_key: The secret key used to authenticate user. Can be set to an empty string, which will tell the provider to get the secret key from environment variable. The environment variable should be "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_{name}". {name} is the name given to object storage instance (so not the resource label), it should be all uppercased and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
|
|
555
|
+
:param size: The size of the object storage instance in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#size ObjectStorage#size}
|
|
556
|
+
:param zone: The zone in which the object storage instance will be created, 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.10.0/docs/resources/object_storage#zone ObjectStorage#zone}
|
|
557
|
+
:param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
|
|
558
|
+
:param description: The description of the object storage instance to be created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#description ObjectStorage#description}
|
|
559
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#id ObjectStorage#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.
|
|
560
560
|
'''
|
|
561
561
|
if isinstance(lifecycle, dict):
|
|
562
562
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -679,7 +679,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
679
679
|
and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would
|
|
680
680
|
use environment variable named "UPCLOUD_OBJECT_STORAGE_ACCESS_KEY_MY_FILES".
|
|
681
681
|
|
|
682
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
682
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#access_key ObjectStorage#access_key}
|
|
683
683
|
'''
|
|
684
684
|
result = self._values.get("access_key")
|
|
685
685
|
assert result is not None, "Required property 'access_key' is missing"
|
|
@@ -689,7 +689,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
689
689
|
def name(self) -> builtins.str:
|
|
690
690
|
'''The name of the object storage instance to be created.
|
|
691
691
|
|
|
692
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
692
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#name ObjectStorage#name}
|
|
693
693
|
'''
|
|
694
694
|
result = self._values.get("name")
|
|
695
695
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -705,7 +705,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
705
705
|
and all dashes (-) should be replaced with underscores (_). For example, object storage named "my-files" would
|
|
706
706
|
use environment variable named "UPCLOUD_OBJECT_STORAGE_SECRET_KEY_MY_FILES".
|
|
707
707
|
|
|
708
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
708
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
|
|
709
709
|
'''
|
|
710
710
|
result = self._values.get("secret_key")
|
|
711
711
|
assert result is not None, "Required property 'secret_key' is missing"
|
|
@@ -715,7 +715,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
715
715
|
def size(self) -> jsii.Number:
|
|
716
716
|
'''The size of the object storage instance in gigabytes.
|
|
717
717
|
|
|
718
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
718
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#size ObjectStorage#size}
|
|
719
719
|
'''
|
|
720
720
|
result = self._values.get("size")
|
|
721
721
|
assert result is not None, "Required property 'size' is missing"
|
|
@@ -725,7 +725,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
725
725
|
def zone(self) -> builtins.str:
|
|
726
726
|
'''The zone in which the object storage instance will be created, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
727
727
|
|
|
728
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
728
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#zone ObjectStorage#zone}
|
|
729
729
|
'''
|
|
730
730
|
result = self._values.get("zone")
|
|
731
731
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -737,7 +737,7 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
737
737
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ObjectStorageBucket]]]:
|
|
738
738
|
'''bucket block.
|
|
739
739
|
|
|
740
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
740
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#bucket ObjectStorage#bucket}
|
|
741
741
|
'''
|
|
742
742
|
result = self._values.get("bucket")
|
|
743
743
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ObjectStorageBucket]]], result)
|
|
@@ -746,14 +746,14 @@ class ObjectStorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
746
746
|
def description(self) -> typing.Optional[builtins.str]:
|
|
747
747
|
'''The description of the object storage instance to be created.
|
|
748
748
|
|
|
749
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
749
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#description ObjectStorage#description}
|
|
750
750
|
'''
|
|
751
751
|
result = self._values.get("description")
|
|
752
752
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
753
753
|
|
|
754
754
|
@builtins.property
|
|
755
755
|
def id(self) -> typing.Optional[builtins.str]:
|
|
756
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
756
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/object_storage#id ObjectStorage#id}.
|
|
757
757
|
|
|
758
758
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
759
759
|
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.
|