cdktf-cdktf-provider-upcloud 14.2.2__py3-none-any.whl → 14.2.3__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 (61) 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.2.3.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +7 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +10 -10
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +19 -19
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
  21. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
  22. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
  23. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
  24. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +47 -47
  25. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
  26. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
  28. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +39 -39
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
  33. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
  34. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
  35. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
  36. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
  37. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +189 -189
  38. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +333 -333
  39. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +345 -345
  40. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +117 -117
  41. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
  42. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +19 -19
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
  47. cdktf_cdktf_provider_upcloud/network/__init__.py +40 -40
  48. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
  49. cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
  50. cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
  51. cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
  52. cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
  53. cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
  54. cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
  55. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/METADATA +4 -4
  56. cdktf_cdktf_provider_upcloud-14.2.3.dist-info/RECORD +60 -0
  57. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.2.jsii.tgz +0 -0
  58. cdktf_cdktf_provider_upcloud-14.2.2.dist-info/RECORD +0 -60
  59. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/LICENSE +0 -0
  60. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/WHEEL +0 -0
  61. {cdktf_cdktf_provider_upcloud-14.2.2.dist-info → cdktf_cdktf_provider_upcloud-14.2.3.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `upcloud_network`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network).
4
+ Refer to the Terraform Registry for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class Network(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="@cdktf/provider-upcloud.network.Network",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network upcloud_network}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network upcloud_network}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -49,15 +49,15 @@ class Network(
49
49
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
50
50
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
51
51
  ) -> None:
52
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network upcloud_network} Resource.
52
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network upcloud_network} Resource.
53
53
 
54
54
  :param scope: The scope in which to define this construct.
55
55
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
56
- :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#ip_network Network#ip_network}
57
- :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#name Network#name}
58
- :param zone: The zone the network is in, 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.2.2/docs/resources/network#zone Network#zone}
59
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#id Network#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.
60
- :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#router Network#router}
56
+ :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#ip_network Network#ip_network}
57
+ :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#name Network#name}
58
+ :param zone: The zone the network is in, 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.2.3/docs/resources/network#zone Network#zone}
59
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#id Network#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.
60
+ :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#router Network#router}
61
61
  :param connection:
62
62
  :param count:
63
63
  :param depends_on:
@@ -100,7 +100,7 @@ class Network(
100
100
 
101
101
  :param scope: The scope in which to define this construct.
102
102
  :param import_to_id: The construct id used in the generated config for the Network to import.
103
- :param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#import import section} in the documentation of this resource for the id to use
103
+ :param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#import import section} in the documentation of this resource for the id to use
104
104
  :param provider: ? Optional instance of the provider where the Network to import is found.
105
105
  '''
106
106
  if __debug__:
@@ -124,13 +124,13 @@ class Network(
124
124
  gateway: typing.Optional[builtins.str] = None,
125
125
  ) -> None:
126
126
  '''
127
- :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#address Network#address}
128
- :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp Network#dhcp}
129
- :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#family Network#family}
130
- :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
131
- :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_dns Network#dhcp_dns}
132
- :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_routes Network#dhcp_routes}
133
- :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#gateway Network#gateway}
127
+ :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#address Network#address}
128
+ :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp Network#dhcp}
129
+ :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#family Network#family}
130
+ :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
131
+ :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_dns Network#dhcp_dns}
132
+ :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_routes Network#dhcp_routes}
133
+ :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#gateway Network#gateway}
134
134
  '''
135
135
  value = NetworkIpNetwork(
136
136
  address=address,
@@ -292,11 +292,11 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
292
292
  :param lifecycle:
293
293
  :param provider:
294
294
  :param provisioners:
295
- :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#ip_network Network#ip_network}
296
- :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#name Network#name}
297
- :param zone: The zone the network is in, 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.2.2/docs/resources/network#zone Network#zone}
298
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#id Network#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.
299
- :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#router Network#router}
295
+ :param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#ip_network Network#ip_network}
296
+ :param name: A valid name for the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#name Network#name}
297
+ :param zone: The zone the network is in, 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.2.3/docs/resources/network#zone Network#zone}
298
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#id Network#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.
299
+ :param router: The UUID of a router. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#router Network#router}
300
300
  '''
301
301
  if isinstance(lifecycle, dict):
302
302
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -408,7 +408,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
408
408
  def ip_network(self) -> "NetworkIpNetwork":
409
409
  '''ip_network block.
410
410
 
411
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#ip_network Network#ip_network}
411
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#ip_network Network#ip_network}
412
412
  '''
413
413
  result = self._values.get("ip_network")
414
414
  assert result is not None, "Required property 'ip_network' is missing"
@@ -418,7 +418,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
418
418
  def name(self) -> builtins.str:
419
419
  '''A valid name for the network.
420
420
 
421
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#name Network#name}
421
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#name Network#name}
422
422
  '''
423
423
  result = self._values.get("name")
424
424
  assert result is not None, "Required property 'name' is missing"
@@ -428,7 +428,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
428
428
  def zone(self) -> builtins.str:
429
429
  '''The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
430
430
 
431
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#zone Network#zone}
431
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#zone Network#zone}
432
432
  '''
433
433
  result = self._values.get("zone")
434
434
  assert result is not None, "Required property 'zone' is missing"
@@ -436,7 +436,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
436
436
 
437
437
  @builtins.property
438
438
  def id(self) -> typing.Optional[builtins.str]:
439
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#id Network#id}.
439
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#id Network#id}.
440
440
 
441
441
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
442
442
  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.
@@ -448,7 +448,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
448
448
  def router(self) -> typing.Optional[builtins.str]:
449
449
  '''The UUID of a router.
450
450
 
451
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#router Network#router}
451
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#router Network#router}
452
452
  '''
453
453
  result = self._values.get("router")
454
454
  return typing.cast(typing.Optional[builtins.str], result)
@@ -491,13 +491,13 @@ class NetworkIpNetwork:
491
491
  gateway: typing.Optional[builtins.str] = None,
492
492
  ) -> None:
493
493
  '''
494
- :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#address Network#address}
495
- :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp Network#dhcp}
496
- :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#family Network#family}
497
- :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
498
- :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_dns Network#dhcp_dns}
499
- :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_routes Network#dhcp_routes}
500
- :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#gateway Network#gateway}
494
+ :param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#address Network#address}
495
+ :param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp Network#dhcp}
496
+ :param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#family Network#family}
497
+ :param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
498
+ :param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_dns Network#dhcp_dns}
499
+ :param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_routes Network#dhcp_routes}
500
+ :param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#gateway Network#gateway}
501
501
  '''
502
502
  if __debug__:
503
503
  type_hints = typing.get_type_hints(_typecheckingstub__a0ad6fbb444600379383ae462fe5ae2d8f24c848db9a320e7d111545c9b44b65)
@@ -526,7 +526,7 @@ class NetworkIpNetwork:
526
526
  def address(self) -> builtins.str:
527
527
  '''The CIDR range of the subnet.
528
528
 
529
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#address Network#address}
529
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#address Network#address}
530
530
  '''
531
531
  result = self._values.get("address")
532
532
  assert result is not None, "Required property 'address' is missing"
@@ -536,7 +536,7 @@ class NetworkIpNetwork:
536
536
  def dhcp(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
537
537
  '''Is DHCP enabled?
538
538
 
539
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp Network#dhcp}
539
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp Network#dhcp}
540
540
  '''
541
541
  result = self._values.get("dhcp")
542
542
  assert result is not None, "Required property 'dhcp' is missing"
@@ -546,7 +546,7 @@ class NetworkIpNetwork:
546
546
  def family(self) -> builtins.str:
547
547
  '''IP address family.
548
548
 
549
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#family Network#family}
549
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#family Network#family}
550
550
  '''
551
551
  result = self._values.get("family")
552
552
  assert result is not None, "Required property 'family' is missing"
@@ -558,7 +558,7 @@ class NetworkIpNetwork:
558
558
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
559
559
  '''Is the gateway the DHCP default route?
560
560
 
561
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
561
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
562
562
  '''
563
563
  result = self._values.get("dhcp_default_route")
564
564
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -567,7 +567,7 @@ class NetworkIpNetwork:
567
567
  def dhcp_dns(self) -> typing.Optional[typing.List[builtins.str]]:
568
568
  '''The DNS servers given by DHCP.
569
569
 
570
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_dns Network#dhcp_dns}
570
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_dns Network#dhcp_dns}
571
571
  '''
572
572
  result = self._values.get("dhcp_dns")
573
573
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -576,7 +576,7 @@ class NetworkIpNetwork:
576
576
  def dhcp_routes(self) -> typing.Optional[typing.List[builtins.str]]:
577
577
  '''The additional DHCP classless static routes given by DHCP.
578
578
 
579
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#dhcp_routes Network#dhcp_routes}
579
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#dhcp_routes Network#dhcp_routes}
580
580
  '''
581
581
  result = self._values.get("dhcp_routes")
582
582
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -585,7 +585,7 @@ class NetworkIpNetwork:
585
585
  def gateway(self) -> typing.Optional[builtins.str]:
586
586
  '''Gateway address given by DHCP.
587
587
 
588
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/network#gateway Network#gateway}
588
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs/resources/network#gateway Network#gateway}
589
589
  '''
590
590
  result = self._values.get("gateway")
591
591
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1,7 +1,7 @@
1
1
  '''
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.2.2/docs/resources/object_storage).
4
+ Refer to the Terraform Registry for docs: [`upcloud_object_storage`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage upcloud_object_storage}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage upcloud_object_storage} Resource.
55
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/docs/resources/object_storage#description ObjectStorage#description}
66
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/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.
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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/docs/resources/object_storage#description ObjectStorage#description}
66
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#import import section} in the documentation of this resource for the id to use
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.2.3/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__:
@@ -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.2.2/docs/resources/object_storage#name ObjectStorage#name}
321
+ :param name: The name of the bucket. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#name ObjectStorage#name}
334
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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"
@@ -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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/docs/resources/object_storage#description ObjectStorage#description}
559
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/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.
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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/docs/resources/object_storage#description ObjectStorage#description}
559
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#access_key ObjectStorage#access_key}
682
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#name ObjectStorage#name}
692
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#secret_key ObjectStorage#secret_key}
708
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#size ObjectStorage#size}
718
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#zone ObjectStorage#zone}
728
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#bucket ObjectStorage#bucket}
740
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#description ObjectStorage#description}
749
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs/resources/object_storage#id ObjectStorage#id}.
756
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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
  '''
2
2
  # `provider`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs).
4
+ Refer to the Terraform Registry for docs: [`upcloud`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs upcloud}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs upcloud} Resource.
47
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/docs#username UpcloudProvider#username}
51
+ :param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.2/docs#import import section} in the documentation of this resource for the id to use
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.2.3/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__:
@@ -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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/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.2.2/docs#username UpcloudProvider#username}
286
+ :param alias: Alias name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.3/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.2.2/docs#alias UpcloudProvider#alias}
323
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs#password UpcloudProvider#password}
332
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs#request_timeout_sec UpcloudProvider#request_timeout_sec}
343
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs#retry_max UpcloudProvider#retry_max}
352
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs#retry_wait_max_sec UpcloudProvider#retry_wait_max_sec}
361
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs#retry_wait_min_sec UpcloudProvider#retry_wait_min_sec}
370
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/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.2.2/docs#username UpcloudProvider#username}
379
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.3/docs#username UpcloudProvider#username}
380
380
  '''
381
381
  result = self._values.get("username")
382
382
  return typing.cast(typing.Optional[builtins.str], result)