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.

Files changed (62) hide show
  1. cdktf_cdktf_provider_upcloud/__init__.py +3 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
  21. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
  22. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
  23. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
  24. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
  25. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
  26. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
  28. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
  33. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
  34. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
  35. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
  36. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
  37. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +314 -268
  38. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +464 -464
  39. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +510 -416
  40. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +218 -172
  41. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
  42. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
  47. cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
  48. cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
  49. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
  50. cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
  51. cdktf_cdktf_provider_upcloud/router/__init__.py +33 -33
  52. cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
  53. cdktf_cdktf_provider_upcloud/server_group/__init__.py +24 -24
  54. cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
  55. cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
  56. {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
  57. cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
  58. {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
  59. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
  60. cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
  61. {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
  62. {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_storage`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage).
4
+ Refer to the Terraform Registry for docs: [`upcloud_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class Storage(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.storage.Storage",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage upcloud_storage}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage upcloud_storage}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -55,21 +55,21 @@ class Storage(
55
55
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
56
56
  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,
57
57
  ) -> None:
58
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage upcloud_storage} Resource.
58
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage upcloud_storage} Resource.
59
59
 
60
60
  :param scope: The scope in which to define this construct.
61
61
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
62
- :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#size Storage#size}
63
- :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#title Storage#title}
64
- :param zone: The zone in which the storage 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.0/docs/resources/storage#zone Storage#zone}
65
- :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#backup_rule Storage#backup_rule}
66
- :param clone: clone block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#clone Storage#clone}
67
- :param delete_autoresize_backup: If set to true, the backup taken before the partition and filesystem resize attempt will be deleted immediately after success. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#delete_autoresize_backup Storage#delete_autoresize_backup}
68
- :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#encrypt Storage#encrypt}
69
- :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of the storage changes. Please note that before the resize attempt is made, backup of the storage will be taken. If the resize attempt fails, the backup will be used to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept (unless delete_autoresize_backup option is set to true). Taking and keeping backups incure costs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#filesystem_autoresize Storage#filesystem_autoresize}
70
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#id Storage#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.
71
- :param import_: import block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#import Storage#import}
72
- :param tier: The storage tier to use. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#tier Storage#tier}
62
+ :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#size Storage#size}
63
+ :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#title Storage#title}
64
+ :param zone: The zone in which the storage 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/storage#zone Storage#zone}
65
+ :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#backup_rule Storage#backup_rule}
66
+ :param clone: clone block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#clone Storage#clone}
67
+ :param delete_autoresize_backup: If set to true, the backup taken before the partition and filesystem resize attempt will be deleted immediately after success. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#delete_autoresize_backup Storage#delete_autoresize_backup}
68
+ :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#encrypt Storage#encrypt}
69
+ :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of the storage changes. Please note that before the resize attempt is made, backup of the storage will be taken. If the resize attempt fails, the backup will be used to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept (unless delete_autoresize_backup option is set to true). Taking and keeping backups incure costs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#filesystem_autoresize Storage#filesystem_autoresize}
70
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#id Storage#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.
71
+ :param import_: import block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#import Storage#import}
72
+ :param tier: The storage tier to use. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#tier Storage#tier}
73
73
  :param connection:
74
74
  :param count:
75
75
  :param depends_on:
@@ -118,7 +118,7 @@ class Storage(
118
118
 
119
119
  :param scope: The scope in which to define this construct.
120
120
  :param import_to_id: The construct id used in the generated config for the Storage to import.
121
- :param import_from_id: The id of the existing Storage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#import import section} in the documentation of this resource for the id to use
121
+ :param import_from_id: The id of the existing Storage that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#import import section} in the documentation of this resource for the id to use
122
122
  :param provider: ? Optional instance of the provider where the Storage to import is found.
123
123
  '''
124
124
  if __debug__:
@@ -138,9 +138,9 @@ class Storage(
138
138
  time: builtins.str,
139
139
  ) -> None:
140
140
  '''
141
- :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#interval Storage#interval}
142
- :param retention: The number of days before a backup is automatically deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#retention Storage#retention}
143
- :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#time Storage#time}
141
+ :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#interval Storage#interval}
142
+ :param retention: The number of days before a backup is automatically deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#retention Storage#retention}
143
+ :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#time Storage#time}
144
144
  '''
145
145
  value = StorageBackupRule(interval=interval, retention=retention, time=time)
146
146
 
@@ -149,7 +149,7 @@ class Storage(
149
149
  @jsii.member(jsii_name="putClone")
150
150
  def put_clone(self, *, id: builtins.str) -> None:
151
151
  '''
152
- :param id: The unique identifier of the storage/template to clone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#id Storage#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.
152
+ :param id: The unique identifier of the storage/template to clone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#id Storage#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.
153
153
  '''
154
154
  value = StorageClone(id=id)
155
155
 
@@ -164,9 +164,9 @@ class Storage(
164
164
  source_hash: typing.Optional[builtins.str] = None,
165
165
  ) -> None:
166
166
  '''
167
- :param source: The mode of the import task. One of ``http_import`` or ``direct_upload``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source Storage#source}
168
- :param source_location: The location of the file to import. For ``http_import`` an accessible URL for ``direct_upload`` a local file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source_location Storage#source_location}
169
- :param source_hash: For ``direct_upload``; an optional hash of the file to upload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source_hash Storage#source_hash}
167
+ :param source: The mode of the import task. One of ``http_import`` or ``direct_upload``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source Storage#source}
168
+ :param source_location: The location of the file to import. For ``http_import`` an accessible URL for ``direct_upload`` a local file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source_location Storage#source_location}
169
+ :param source_hash: For ``direct_upload``; an optional hash of the file to upload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source_hash Storage#source_hash}
170
170
  '''
171
171
  value = StorageImport(
172
172
  source=source, source_location=source_location, source_hash=source_hash
@@ -310,7 +310,7 @@ class Storage(
310
310
  if __debug__:
311
311
  type_hints = typing.get_type_hints(_typecheckingstub__82e9c6a5507cc90cebc8ac472e9dd0232026b4603054a7c2ecb59c00a7a6785a)
312
312
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
313
- jsii.set(self, "deleteAutoresizeBackup", value)
313
+ jsii.set(self, "deleteAutoresizeBackup", value) # pyright: ignore[reportArgumentType]
314
314
 
315
315
  @builtins.property
316
316
  @jsii.member(jsii_name="encrypt")
@@ -325,7 +325,7 @@ class Storage(
325
325
  if __debug__:
326
326
  type_hints = typing.get_type_hints(_typecheckingstub__9423d56b30aea9f7c9f8a42e7560f55ab8f7fefb2677f3c32db186974c6dfda5)
327
327
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
328
- jsii.set(self, "encrypt", value)
328
+ jsii.set(self, "encrypt", value) # pyright: ignore[reportArgumentType]
329
329
 
330
330
  @builtins.property
331
331
  @jsii.member(jsii_name="filesystemAutoresize")
@@ -342,7 +342,7 @@ class Storage(
342
342
  if __debug__:
343
343
  type_hints = typing.get_type_hints(_typecheckingstub__173705963bc967a175d1c32d3e8bff20d51685b6cd3b830c105292ade27e0ee4)
344
344
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
345
- jsii.set(self, "filesystemAutoresize", value)
345
+ jsii.set(self, "filesystemAutoresize", value) # pyright: ignore[reportArgumentType]
346
346
 
347
347
  @builtins.property
348
348
  @jsii.member(jsii_name="id")
@@ -354,7 +354,7 @@ class Storage(
354
354
  if __debug__:
355
355
  type_hints = typing.get_type_hints(_typecheckingstub__d6255ef9e12d2357d11075e2e1f641afadf8a8113b7d44a478ba0081c04e2cbe)
356
356
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
357
- jsii.set(self, "id", value)
357
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
358
358
 
359
359
  @builtins.property
360
360
  @jsii.member(jsii_name="size")
@@ -366,7 +366,7 @@ class Storage(
366
366
  if __debug__:
367
367
  type_hints = typing.get_type_hints(_typecheckingstub__e90e54b6086008cfb4adfd33d71b831c83e9aa464e8928f90f0141f6747c7652)
368
368
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
369
- jsii.set(self, "size", value)
369
+ jsii.set(self, "size", value) # pyright: ignore[reportArgumentType]
370
370
 
371
371
  @builtins.property
372
372
  @jsii.member(jsii_name="tier")
@@ -378,7 +378,7 @@ class Storage(
378
378
  if __debug__:
379
379
  type_hints = typing.get_type_hints(_typecheckingstub__1bc0958a936359d8e89681154815d1e2fafbdb46733b21e242919953e6da083c)
380
380
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
381
- jsii.set(self, "tier", value)
381
+ jsii.set(self, "tier", value) # pyright: ignore[reportArgumentType]
382
382
 
383
383
  @builtins.property
384
384
  @jsii.member(jsii_name="title")
@@ -390,7 +390,7 @@ class Storage(
390
390
  if __debug__:
391
391
  type_hints = typing.get_type_hints(_typecheckingstub__9a0cb7a03c806326027f6913ae7e4bdde28dc451e1f2c45d161e8f748ee05f4f)
392
392
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
393
- jsii.set(self, "title", value)
393
+ jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
394
394
 
395
395
  @builtins.property
396
396
  @jsii.member(jsii_name="zone")
@@ -402,7 +402,7 @@ class Storage(
402
402
  if __debug__:
403
403
  type_hints = typing.get_type_hints(_typecheckingstub__ff4ca5ef13e3110c770fdaa26583bbb37d48f93a54ecb79b35ce9a4d07e9662a)
404
404
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
405
- jsii.set(self, "zone", value)
405
+ jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
406
406
 
407
407
 
408
408
  @jsii.data_type(
@@ -419,9 +419,9 @@ class StorageBackupRule:
419
419
  time: builtins.str,
420
420
  ) -> None:
421
421
  '''
422
- :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#interval Storage#interval}
423
- :param retention: The number of days before a backup is automatically deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#retention Storage#retention}
424
- :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#time Storage#time}
422
+ :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#interval Storage#interval}
423
+ :param retention: The number of days before a backup is automatically deleted. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#retention Storage#retention}
424
+ :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#time Storage#time}
425
425
  '''
426
426
  if __debug__:
427
427
  type_hints = typing.get_type_hints(_typecheckingstub__eee27a48ad2ef9945a89867effeeb18fc1f477a3f16c16ee7e3dc286b6d8319e)
@@ -438,7 +438,7 @@ class StorageBackupRule:
438
438
  def interval(self) -> builtins.str:
439
439
  '''The weekday when the backup is created.
440
440
 
441
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#interval Storage#interval}
441
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#interval Storage#interval}
442
442
  '''
443
443
  result = self._values.get("interval")
444
444
  assert result is not None, "Required property 'interval' is missing"
@@ -448,7 +448,7 @@ class StorageBackupRule:
448
448
  def retention(self) -> jsii.Number:
449
449
  '''The number of days before a backup is automatically deleted.
450
450
 
451
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#retention Storage#retention}
451
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#retention Storage#retention}
452
452
  '''
453
453
  result = self._values.get("retention")
454
454
  assert result is not None, "Required property 'retention' is missing"
@@ -458,7 +458,7 @@ class StorageBackupRule:
458
458
  def time(self) -> builtins.str:
459
459
  '''The time of day when the backup is created.
460
460
 
461
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#time Storage#time}
461
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#time Storage#time}
462
462
  '''
463
463
  result = self._values.get("time")
464
464
  assert result is not None, "Required property 'time' is missing"
@@ -521,7 +521,7 @@ class StorageBackupRuleOutputReference(
521
521
  if __debug__:
522
522
  type_hints = typing.get_type_hints(_typecheckingstub__12c79b42b164203699296f0a1cd95267dee0fe0495ed1e4519ae7c361d9a72c8)
523
523
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
524
- jsii.set(self, "interval", value)
524
+ jsii.set(self, "interval", value) # pyright: ignore[reportArgumentType]
525
525
 
526
526
  @builtins.property
527
527
  @jsii.member(jsii_name="retention")
@@ -533,7 +533,7 @@ class StorageBackupRuleOutputReference(
533
533
  if __debug__:
534
534
  type_hints = typing.get_type_hints(_typecheckingstub__0abbc2d9b44e2dac6884b784fc28bbe08ae39e6a8373595b7a9834d6bcb01917)
535
535
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
536
- jsii.set(self, "retention", value)
536
+ jsii.set(self, "retention", value) # pyright: ignore[reportArgumentType]
537
537
 
538
538
  @builtins.property
539
539
  @jsii.member(jsii_name="time")
@@ -545,7 +545,7 @@ class StorageBackupRuleOutputReference(
545
545
  if __debug__:
546
546
  type_hints = typing.get_type_hints(_typecheckingstub__9c52c078d21af8542570c2817d5b08637de26e42882b63544611277d31048275)
547
547
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
548
- jsii.set(self, "time", value)
548
+ jsii.set(self, "time", value) # pyright: ignore[reportArgumentType]
549
549
 
550
550
  @builtins.property
551
551
  @jsii.member(jsii_name="internalValue")
@@ -557,7 +557,7 @@ class StorageBackupRuleOutputReference(
557
557
  if __debug__:
558
558
  type_hints = typing.get_type_hints(_typecheckingstub__9d4ff67358f7c246d5a3d3ab8a0cf15d38ffc63d05743333016fbd20dd59ab0a)
559
559
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
560
- jsii.set(self, "internalValue", value)
560
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
561
561
 
562
562
 
563
563
  @jsii.data_type(
@@ -568,7 +568,7 @@ class StorageBackupRuleOutputReference(
568
568
  class StorageClone:
569
569
  def __init__(self, *, id: builtins.str) -> None:
570
570
  '''
571
- :param id: The unique identifier of the storage/template to clone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#id Storage#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.
571
+ :param id: The unique identifier of the storage/template to clone. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#id Storage#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.
572
572
  '''
573
573
  if __debug__:
574
574
  type_hints = typing.get_type_hints(_typecheckingstub__efe8b26017a7929b77162de356dd088dc3adf3b5cf8edbcdd06aee07e255d1e2)
@@ -581,7 +581,7 @@ class StorageClone:
581
581
  def id(self) -> builtins.str:
582
582
  '''The unique identifier of the storage/template to clone.
583
583
 
584
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#id Storage#id}
584
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#id Storage#id}
585
585
 
586
586
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
587
587
  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.
@@ -637,7 +637,7 @@ class StorageCloneOutputReference(
637
637
  if __debug__:
638
638
  type_hints = typing.get_type_hints(_typecheckingstub__ca78226c75d14e1601b7fb67b274c90d7c993635ef97e10dac32118b4da56086)
639
639
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
640
- jsii.set(self, "id", value)
640
+ jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
641
641
 
642
642
  @builtins.property
643
643
  @jsii.member(jsii_name="internalValue")
@@ -649,7 +649,7 @@ class StorageCloneOutputReference(
649
649
  if __debug__:
650
650
  type_hints = typing.get_type_hints(_typecheckingstub__685a9b10adebb6f4461de509e7d2cbfa62368d279dc21b410a145ef92ea4d003)
651
651
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
652
- jsii.set(self, "internalValue", value)
652
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
653
653
 
654
654
 
655
655
  @jsii.data_type(
@@ -707,17 +707,17 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
707
707
  :param lifecycle:
708
708
  :param provider:
709
709
  :param provisioners:
710
- :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#size Storage#size}
711
- :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#title Storage#title}
712
- :param zone: The zone in which the storage 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.0/docs/resources/storage#zone Storage#zone}
713
- :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#backup_rule Storage#backup_rule}
714
- :param clone: clone block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#clone Storage#clone}
715
- :param delete_autoresize_backup: If set to true, the backup taken before the partition and filesystem resize attempt will be deleted immediately after success. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#delete_autoresize_backup Storage#delete_autoresize_backup}
716
- :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#encrypt Storage#encrypt}
717
- :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of the storage changes. Please note that before the resize attempt is made, backup of the storage will be taken. If the resize attempt fails, the backup will be used to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept (unless delete_autoresize_backup option is set to true). Taking and keeping backups incure costs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#filesystem_autoresize Storage#filesystem_autoresize}
718
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#id Storage#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.
719
- :param import_: import block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#import Storage#import}
720
- :param tier: The storage tier to use. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#tier Storage#tier}
710
+ :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#size Storage#size}
711
+ :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#title Storage#title}
712
+ :param zone: The zone in which the storage 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/storage#zone Storage#zone}
713
+ :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#backup_rule Storage#backup_rule}
714
+ :param clone: clone block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#clone Storage#clone}
715
+ :param delete_autoresize_backup: If set to true, the backup taken before the partition and filesystem resize attempt will be deleted immediately after success. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#delete_autoresize_backup Storage#delete_autoresize_backup}
716
+ :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#encrypt Storage#encrypt}
717
+ :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of the storage changes. Please note that before the resize attempt is made, backup of the storage will be taken. If the resize attempt fails, the backup will be used to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept (unless delete_autoresize_backup option is set to true). Taking and keeping backups incure costs. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#filesystem_autoresize Storage#filesystem_autoresize}
718
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#id Storage#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.
719
+ :param import_: import block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#import Storage#import}
720
+ :param tier: The storage tier to use. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#tier Storage#tier}
721
721
  '''
722
722
  if isinstance(lifecycle, dict):
723
723
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -851,7 +851,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
851
851
  def size(self) -> jsii.Number:
852
852
  '''The size of the storage in gigabytes.
853
853
 
854
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#size Storage#size}
854
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#size Storage#size}
855
855
  '''
856
856
  result = self._values.get("size")
857
857
  assert result is not None, "Required property 'size' is missing"
@@ -861,7 +861,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
861
861
  def title(self) -> builtins.str:
862
862
  '''A short, informative description.
863
863
 
864
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#title Storage#title}
864
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#title Storage#title}
865
865
  '''
866
866
  result = self._values.get("title")
867
867
  assert result is not None, "Required property 'title' is missing"
@@ -871,7 +871,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
871
871
  def zone(self) -> builtins.str:
872
872
  '''The zone in which the storage will be created, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
873
873
 
874
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#zone Storage#zone}
874
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#zone Storage#zone}
875
875
  '''
876
876
  result = self._values.get("zone")
877
877
  assert result is not None, "Required property 'zone' is missing"
@@ -881,7 +881,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
881
881
  def backup_rule(self) -> typing.Optional[StorageBackupRule]:
882
882
  '''backup_rule block.
883
883
 
884
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#backup_rule Storage#backup_rule}
884
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#backup_rule Storage#backup_rule}
885
885
  '''
886
886
  result = self._values.get("backup_rule")
887
887
  return typing.cast(typing.Optional[StorageBackupRule], result)
@@ -890,7 +890,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
890
890
  def clone(self) -> typing.Optional[StorageClone]:
891
891
  '''clone block.
892
892
 
893
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#clone Storage#clone}
893
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#clone Storage#clone}
894
894
  '''
895
895
  result = self._values.get("clone")
896
896
  return typing.cast(typing.Optional[StorageClone], result)
@@ -901,7 +901,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
901
901
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
902
902
  '''If set to true, the backup taken before the partition and filesystem resize attempt will be deleted immediately after success.
903
903
 
904
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#delete_autoresize_backup Storage#delete_autoresize_backup}
904
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#delete_autoresize_backup Storage#delete_autoresize_backup}
905
905
  '''
906
906
  result = self._values.get("delete_autoresize_backup")
907
907
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -912,7 +912,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
912
912
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
913
913
  '''Sets if the storage is encrypted at rest.
914
914
 
915
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#encrypt Storage#encrypt}
915
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#encrypt Storage#encrypt}
916
916
  '''
917
917
  result = self._values.get("encrypt")
918
918
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -927,14 +927,14 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
927
927
  to restore the storage and then deleted. If the resize attempt succeeds, backup will be kept (unless delete_autoresize_backup option is set to true).
928
928
  Taking and keeping backups incure costs.
929
929
 
930
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#filesystem_autoresize Storage#filesystem_autoresize}
930
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#filesystem_autoresize Storage#filesystem_autoresize}
931
931
  '''
932
932
  result = self._values.get("filesystem_autoresize")
933
933
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
934
934
 
935
935
  @builtins.property
936
936
  def id(self) -> typing.Optional[builtins.str]:
937
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#id Storage#id}.
937
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#id Storage#id}.
938
938
 
939
939
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
940
940
  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.
@@ -946,7 +946,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
946
946
  def import_(self) -> typing.Optional["StorageImport"]:
947
947
  '''import block.
948
948
 
949
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#import Storage#import}
949
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#import Storage#import}
950
950
  '''
951
951
  result = self._values.get("import_")
952
952
  return typing.cast(typing.Optional["StorageImport"], result)
@@ -955,7 +955,7 @@ class StorageConfig(_cdktf_9a9027ec.TerraformMetaArguments):
955
955
  def tier(self) -> typing.Optional[builtins.str]:
956
956
  '''The storage tier to use.
957
957
 
958
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#tier Storage#tier}
958
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#tier Storage#tier}
959
959
  '''
960
960
  result = self._values.get("tier")
961
961
  return typing.cast(typing.Optional[builtins.str], result)
@@ -990,9 +990,9 @@ class StorageImport:
990
990
  source_hash: typing.Optional[builtins.str] = None,
991
991
  ) -> None:
992
992
  '''
993
- :param source: The mode of the import task. One of ``http_import`` or ``direct_upload``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source Storage#source}
994
- :param source_location: The location of the file to import. For ``http_import`` an accessible URL for ``direct_upload`` a local file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source_location Storage#source_location}
995
- :param source_hash: For ``direct_upload``; an optional hash of the file to upload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source_hash Storage#source_hash}
993
+ :param source: The mode of the import task. One of ``http_import`` or ``direct_upload``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source Storage#source}
994
+ :param source_location: The location of the file to import. For ``http_import`` an accessible URL for ``direct_upload`` a local file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source_location Storage#source_location}
995
+ :param source_hash: For ``direct_upload``; an optional hash of the file to upload. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source_hash Storage#source_hash}
996
996
  '''
997
997
  if __debug__:
998
998
  type_hints = typing.get_type_hints(_typecheckingstub__57190dc28106231e6a3ad0101dea1fddce123659be23a411969999c2b12e5aef)
@@ -1010,7 +1010,7 @@ class StorageImport:
1010
1010
  def source(self) -> builtins.str:
1011
1011
  '''The mode of the import task. One of ``http_import`` or ``direct_upload``.
1012
1012
 
1013
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source Storage#source}
1013
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source Storage#source}
1014
1014
  '''
1015
1015
  result = self._values.get("source")
1016
1016
  assert result is not None, "Required property 'source' is missing"
@@ -1020,7 +1020,7 @@ class StorageImport:
1020
1020
  def source_location(self) -> builtins.str:
1021
1021
  '''The location of the file to import. For ``http_import`` an accessible URL for ``direct_upload`` a local file.
1022
1022
 
1023
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source_location Storage#source_location}
1023
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source_location Storage#source_location}
1024
1024
  '''
1025
1025
  result = self._values.get("source_location")
1026
1026
  assert result is not None, "Required property 'source_location' is missing"
@@ -1030,7 +1030,7 @@ class StorageImport:
1030
1030
  def source_hash(self) -> typing.Optional[builtins.str]:
1031
1031
  '''For ``direct_upload``; an optional hash of the file to upload.
1032
1032
 
1033
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.0/docs/resources/storage#source_hash Storage#source_hash}
1033
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/storage#source_hash Storage#source_hash}
1034
1034
  '''
1035
1035
  result = self._values.get("source_hash")
1036
1036
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1106,7 +1106,7 @@ class StorageImportOutputReference(
1106
1106
  if __debug__:
1107
1107
  type_hints = typing.get_type_hints(_typecheckingstub__c730533495c5617971a50651249ee17e8acd4f63ec3ff6bf6479594a052dd501)
1108
1108
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1109
- jsii.set(self, "source", value)
1109
+ jsii.set(self, "source", value) # pyright: ignore[reportArgumentType]
1110
1110
 
1111
1111
  @builtins.property
1112
1112
  @jsii.member(jsii_name="sourceHash")
@@ -1118,7 +1118,7 @@ class StorageImportOutputReference(
1118
1118
  if __debug__:
1119
1119
  type_hints = typing.get_type_hints(_typecheckingstub__fef68c8195e592f876061da81d4ebadf0a22823296c12529d0cd37d993330828)
1120
1120
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1121
- jsii.set(self, "sourceHash", value)
1121
+ jsii.set(self, "sourceHash", value) # pyright: ignore[reportArgumentType]
1122
1122
 
1123
1123
  @builtins.property
1124
1124
  @jsii.member(jsii_name="sourceLocation")
@@ -1130,7 +1130,7 @@ class StorageImportOutputReference(
1130
1130
  if __debug__:
1131
1131
  type_hints = typing.get_type_hints(_typecheckingstub__326f95ec068388f42e02dffa288f85df182af1ca76926619cf096ce613f47397)
1132
1132
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1133
- jsii.set(self, "sourceLocation", value)
1133
+ jsii.set(self, "sourceLocation", value) # pyright: ignore[reportArgumentType]
1134
1134
 
1135
1135
  @builtins.property
1136
1136
  @jsii.member(jsii_name="internalValue")
@@ -1142,7 +1142,7 @@ class StorageImportOutputReference(
1142
1142
  if __debug__:
1143
1143
  type_hints = typing.get_type_hints(_typecheckingstub__d66141771f37780cb2aa71d3bf15bb4926c76a9eea26fb0083afa9c47b8c618d)
1144
1144
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1145
- jsii.set(self, "internalValue", value)
1145
+ jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
1146
1146
 
1147
1147
 
1148
1148
  __all__ = [