cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.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 +52 -52
- 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 +40 -40
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
- 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 +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
- 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 +314 -268
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +464 -464
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +510 -416
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +218 -172
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
- 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 +49 -49
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
- 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 +33 -33
- cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.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.9.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
|
@@ -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.9.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
55
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
64
|
-
:param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
66
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/object_storage#description ObjectStorage#description}
|
|
66
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
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.9.1/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.9.
|
|
321
|
+
:param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
334
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
557
|
-
:param bucket: bucket block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
559
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/object_storage#description ObjectStorage#description}
|
|
559
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
682
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
692
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
708
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
718
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
728
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
740
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
749
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.
|
|
756
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `provider`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class UpcloudProvider(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.provider.UpcloudProvider",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs upcloud}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -44,17 +44,17 @@ class UpcloudProvider(
|
|
|
44
44
|
retry_wait_min_sec: typing.Optional[jsii.Number] = None,
|
|
45
45
|
username: typing.Optional[builtins.str] = None,
|
|
46
46
|
) -> None:
|
|
47
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
47
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs upcloud} Resource.
|
|
48
48
|
|
|
49
49
|
:param scope: The scope in which to define this construct.
|
|
50
50
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
51
|
-
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
52
|
-
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
53
|
-
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
54
|
-
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
55
|
-
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
56
|
-
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
57
|
-
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
51
|
+
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#alias UpcloudProvider#alias}
|
|
52
|
+
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#password UpcloudProvider#password}
|
|
53
|
+
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
|
|
54
|
+
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_max UpcloudProvider#retry_max}
|
|
55
|
+
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
|
|
56
|
+
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
|
|
57
|
+
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#username UpcloudProvider#username}
|
|
58
58
|
'''
|
|
59
59
|
if __debug__:
|
|
60
60
|
type_hints = typing.get_type_hints(_typecheckingstub__786d7492fb6ccdc4fc75b22452f182f0009c6f7041f055f198f8ab4750003c16)
|
|
@@ -85,7 +85,7 @@ class UpcloudProvider(
|
|
|
85
85
|
|
|
86
86
|
:param scope: The scope in which to define this construct.
|
|
87
87
|
:param import_to_id: The construct id used in the generated config for the UpcloudProvider to import.
|
|
88
|
-
:param import_from_id: The id of the existing UpcloudProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
88
|
+
:param import_from_id: The id of the existing UpcloudProvider that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#import import section} in the documentation of this resource for the id to use
|
|
89
89
|
:param provider: ? Optional instance of the provider where the UpcloudProvider to import is found.
|
|
90
90
|
'''
|
|
91
91
|
if __debug__:
|
|
@@ -182,7 +182,7 @@ class UpcloudProvider(
|
|
|
182
182
|
if __debug__:
|
|
183
183
|
type_hints = typing.get_type_hints(_typecheckingstub__e945ae0cadd024f4b089068aefbe16b016f51e1f64cc6f1e8850982caaae4a34)
|
|
184
184
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
185
|
-
jsii.set(self, "alias", value)
|
|
185
|
+
jsii.set(self, "alias", value) # pyright: ignore[reportArgumentType]
|
|
186
186
|
|
|
187
187
|
@builtins.property
|
|
188
188
|
@jsii.member(jsii_name="password")
|
|
@@ -194,7 +194,7 @@ class UpcloudProvider(
|
|
|
194
194
|
if __debug__:
|
|
195
195
|
type_hints = typing.get_type_hints(_typecheckingstub__7468e4559193a961ddd25362db32f9c861bcc46838550615e263ebc1a73453cc)
|
|
196
196
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
197
|
-
jsii.set(self, "password", value)
|
|
197
|
+
jsii.set(self, "password", value) # pyright: ignore[reportArgumentType]
|
|
198
198
|
|
|
199
199
|
@builtins.property
|
|
200
200
|
@jsii.member(jsii_name="requestTimeoutSec")
|
|
@@ -206,7 +206,7 @@ class UpcloudProvider(
|
|
|
206
206
|
if __debug__:
|
|
207
207
|
type_hints = typing.get_type_hints(_typecheckingstub__287057d3016cfed3607f43e0805d362c5d2f2ee791a47dbdd378f3bbe989604b)
|
|
208
208
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
209
|
-
jsii.set(self, "requestTimeoutSec", value)
|
|
209
|
+
jsii.set(self, "requestTimeoutSec", value) # pyright: ignore[reportArgumentType]
|
|
210
210
|
|
|
211
211
|
@builtins.property
|
|
212
212
|
@jsii.member(jsii_name="retryMax")
|
|
@@ -218,7 +218,7 @@ class UpcloudProvider(
|
|
|
218
218
|
if __debug__:
|
|
219
219
|
type_hints = typing.get_type_hints(_typecheckingstub__5e4a81c76bc2199b17a918d1471a4c63e1c00ecb3f395413787eba9b56b6498b)
|
|
220
220
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
221
|
-
jsii.set(self, "retryMax", value)
|
|
221
|
+
jsii.set(self, "retryMax", value) # pyright: ignore[reportArgumentType]
|
|
222
222
|
|
|
223
223
|
@builtins.property
|
|
224
224
|
@jsii.member(jsii_name="retryWaitMaxSec")
|
|
@@ -230,7 +230,7 @@ class UpcloudProvider(
|
|
|
230
230
|
if __debug__:
|
|
231
231
|
type_hints = typing.get_type_hints(_typecheckingstub__b81aaca05e740634c669da4f51e9846126f057b96daa7a573168193975e920ed)
|
|
232
232
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
233
|
-
jsii.set(self, "retryWaitMaxSec", value)
|
|
233
|
+
jsii.set(self, "retryWaitMaxSec", value) # pyright: ignore[reportArgumentType]
|
|
234
234
|
|
|
235
235
|
@builtins.property
|
|
236
236
|
@jsii.member(jsii_name="retryWaitMinSec")
|
|
@@ -242,7 +242,7 @@ class UpcloudProvider(
|
|
|
242
242
|
if __debug__:
|
|
243
243
|
type_hints = typing.get_type_hints(_typecheckingstub__49c748eec266d9d5bc8e7a25a10e42de6548f3fcf8b2fadc433e055280bc7303)
|
|
244
244
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
245
|
-
jsii.set(self, "retryWaitMinSec", value)
|
|
245
|
+
jsii.set(self, "retryWaitMinSec", value) # pyright: ignore[reportArgumentType]
|
|
246
246
|
|
|
247
247
|
@builtins.property
|
|
248
248
|
@jsii.member(jsii_name="username")
|
|
@@ -254,7 +254,7 @@ class UpcloudProvider(
|
|
|
254
254
|
if __debug__:
|
|
255
255
|
type_hints = typing.get_type_hints(_typecheckingstub__73bdbfe36f31accc3b6a6dcba3205f0ac50aaaa3f363bff894bdc84e137fc234)
|
|
256
256
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
257
|
-
jsii.set(self, "username", value)
|
|
257
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
258
258
|
|
|
259
259
|
|
|
260
260
|
@jsii.data_type(
|
|
@@ -283,13 +283,13 @@ class UpcloudProviderConfig:
|
|
|
283
283
|
username: typing.Optional[builtins.str] = None,
|
|
284
284
|
) -> None:
|
|
285
285
|
'''
|
|
286
|
-
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
287
|
-
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
288
|
-
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
289
|
-
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
290
|
-
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
291
|
-
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
292
|
-
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
286
|
+
:param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#alias UpcloudProvider#alias}
|
|
287
|
+
:param password: Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#password UpcloudProvider#password}
|
|
288
|
+
:param request_timeout_sec: The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
|
|
289
|
+
:param retry_max: Maximum number of retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_max UpcloudProvider#retry_max}
|
|
290
|
+
:param retry_wait_max_sec: Maximum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
|
|
291
|
+
:param retry_wait_min_sec: Minimum time to wait between retries. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
|
|
292
|
+
:param username: UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#username UpcloudProvider#username}
|
|
293
293
|
'''
|
|
294
294
|
if __debug__:
|
|
295
295
|
type_hints = typing.get_type_hints(_typecheckingstub__e59a8dbe0e889be0d58fa19f6443e5c6def71ffe937d944a0b10dbe3c74b4005)
|
|
@@ -320,7 +320,7 @@ class UpcloudProviderConfig:
|
|
|
320
320
|
def alias(self) -> typing.Optional[builtins.str]:
|
|
321
321
|
'''Alias name.
|
|
322
322
|
|
|
323
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
323
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#alias UpcloudProvider#alias}
|
|
324
324
|
'''
|
|
325
325
|
result = self._values.get("alias")
|
|
326
326
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -329,7 +329,7 @@ class UpcloudProviderConfig:
|
|
|
329
329
|
def password(self) -> typing.Optional[builtins.str]:
|
|
330
330
|
'''Password for UpCloud API user. Can also be configured using the ``UPCLOUD_PASSWORD`` environment variable.
|
|
331
331
|
|
|
332
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
332
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#password UpcloudProvider#password}
|
|
333
333
|
'''
|
|
334
334
|
result = self._values.get("password")
|
|
335
335
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -340,7 +340,7 @@ class UpcloudProviderConfig:
|
|
|
340
340
|
|
|
341
341
|
Defaults to 120 seconds
|
|
342
342
|
|
|
343
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
343
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
|
|
344
344
|
'''
|
|
345
345
|
result = self._values.get("request_timeout_sec")
|
|
346
346
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -349,7 +349,7 @@ class UpcloudProviderConfig:
|
|
|
349
349
|
def retry_max(self) -> typing.Optional[jsii.Number]:
|
|
350
350
|
'''Maximum number of retries.
|
|
351
351
|
|
|
352
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
352
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_max UpcloudProvider#retry_max}
|
|
353
353
|
'''
|
|
354
354
|
result = self._values.get("retry_max")
|
|
355
355
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -358,7 +358,7 @@ class UpcloudProviderConfig:
|
|
|
358
358
|
def retry_wait_max_sec(self) -> typing.Optional[jsii.Number]:
|
|
359
359
|
'''Maximum time to wait between retries.
|
|
360
360
|
|
|
361
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
361
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
|
|
362
362
|
'''
|
|
363
363
|
result = self._values.get("retry_wait_max_sec")
|
|
364
364
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -367,7 +367,7 @@ class UpcloudProviderConfig:
|
|
|
367
367
|
def retry_wait_min_sec(self) -> typing.Optional[jsii.Number]:
|
|
368
368
|
'''Minimum time to wait between retries.
|
|
369
369
|
|
|
370
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
370
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
|
|
371
371
|
'''
|
|
372
372
|
result = self._values.get("retry_wait_min_sec")
|
|
373
373
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -376,7 +376,7 @@ class UpcloudProviderConfig:
|
|
|
376
376
|
def username(self) -> typing.Optional[builtins.str]:
|
|
377
377
|
'''UpCloud username with API access. Can also be configured using the ``UPCLOUD_USERNAME`` environment variable.
|
|
378
378
|
|
|
379
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
379
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs#username UpcloudProvider#username}
|
|
380
380
|
'''
|
|
381
381
|
result = self._values.get("username")
|
|
382
382
|
return typing.cast(typing.Optional[builtins.str], result)
|