cdktf-cdktf-provider-upcloud 14.1.1__py3-none-any.whl → 14.2.2__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 +10 -3
  2. cdktf_cdktf_provider_upcloud/_jsii/__init__.py +5 -2
  3. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.2.2.jsii.tgz +0 -0
  4. cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +10 -7
  5. cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +10 -7
  6. cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +10 -7
  7. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +25 -22
  8. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +16 -13
  9. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +33 -30
  10. cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +25 -22
  11. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +13 -10
  12. cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +10 -7
  13. cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +16 -13
  14. cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -25
  15. cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +10 -7
  16. cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +13 -10
  17. cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +13 -10
  18. cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +44 -41
  19. cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +22 -19
  20. cdktf_cdktf_provider_upcloud/gateway/__init__.py +254 -29
  21. cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +1279 -0
  22. cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +1337 -0
  23. cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +34 -31
  24. cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +50 -47
  25. cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +45 -42
  26. cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +67 -64
  27. cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +19 -16
  28. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +31 -28
  29. cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +19 -16
  30. cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +42 -39
  31. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +196 -193
  32. cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +19 -16
  33. cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +22 -19
  34. cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +34 -31
  35. cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +31 -28
  36. cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +22 -19
  37. cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +192 -189
  38. cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +336 -333
  39. cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +348 -345
  40. cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +120 -117
  41. cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +53 -50
  42. cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +33 -30
  43. cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +22 -19
  44. cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -13
  45. cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +19 -16
  46. cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +19 -16
  47. cdktf_cdktf_provider_upcloud/network/__init__.py +43 -40
  48. cdktf_cdktf_provider_upcloud/object_storage/__init__.py +33 -30
  49. cdktf_cdktf_provider_upcloud/provider/__init__.py +28 -25
  50. cdktf_cdktf_provider_upcloud/router/__init__.py +22 -19
  51. cdktf_cdktf_provider_upcloud/server/__init__.py +521 -149
  52. cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -22
  53. cdktf_cdktf_provider_upcloud/storage/__init__.py +61 -58
  54. cdktf_cdktf_provider_upcloud/tag/__init__.py +19 -16
  55. {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.2.dist-info}/METADATA +5 -5
  56. cdktf_cdktf_provider_upcloud-14.2.2.dist-info/RECORD +60 -0
  57. cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.1.1.jsii.tgz +0 -0
  58. cdktf_cdktf_provider_upcloud-14.1.1.dist-info/RECORD +0 -58
  59. {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.2.dist-info}/LICENSE +0 -0
  60. {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.2.dist-info}/WHEEL +0 -0
  61. {cdktf_cdktf_provider_upcloud-14.1.1.dist-info → cdktf_cdktf_provider_upcloud-14.2.2.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,11 @@
1
1
  '''
2
2
  # `upcloud_server`
3
3
 
4
- Refer to the Terraform Registry for docs: [`upcloud_server`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server).
4
+ Refer to the Terraform Registry for docs: [`upcloud_server`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server).
5
5
  '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
6
9
  import abc
7
10
  import builtins
8
11
  import datetime
@@ -26,7 +29,7 @@ class Server(
26
29
  metaclass=jsii.JSIIMeta,
27
30
  jsii_type="@cdktf/provider-upcloud.server.Server",
28
31
  ):
29
- '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server upcloud_server}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server upcloud_server}.'''
30
33
 
31
34
  def __init__(
32
35
  self,
@@ -64,33 +67,33 @@ class Server(
64
67
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
65
68
  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,
66
69
  ) -> None:
67
- '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server upcloud_server} Resource.
70
+ '''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server upcloud_server} Resource.
68
71
 
69
72
  :param scope: The scope in which to define this construct.
70
73
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
71
- :param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#hostname Server#hostname}
72
- :param network_interface: network_interface block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#network_interface Server#network_interface}
73
- :param zone: The zone in which the server will be hosted, 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.1.1/docs/resources/server#zone Server#zone}
74
- :param boot_order: The boot device order, ``cdrom``|``disk``|``network`` or comma separated combination of those values. Defaults to ``disk``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#boot_order Server#boot_order}
75
- :param cpu: The number of CPU for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#cpu Server#cpu}
76
- :param firewall: Are firewall rules active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#firewall Server#firewall}
77
- :param host: Use this to start the VM on a specific host. Refers to value from host -attribute. Only available for private cloud hosts Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#host Server#host}
78
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#id Server#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.
79
- :param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#labels Server#labels}
80
- :param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#login Server#login}
81
- :param mem: The size of memory for the server (in megabytes). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#mem Server#mem}
82
- :param metadata: Is the metadata service active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#metadata Server#metadata}
83
- :param nic_model: The model of the server's network interfaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#nic_model Server#nic_model}
84
- :param plan: The pricing plan used for the server. You can list available server plans with ``upctl server plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#plan Server#plan}
85
- :param server_group: The UUID of a server group to attach this server to. Note that the server can also be attached to a server group via the ``members`` property of ``upcloud_server_group``. Only one of the these should be defined at a time. This value is only updated if it has been set to non-zero value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#server_group Server#server_group}
86
- :param simple_backup: simple_backup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#simple_backup Server#simple_backup}
87
- :param storage_devices: storage_devices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage_devices Server#storage_devices}
88
- :param tags: The server related tags. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#tags Server#tags}
89
- :param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#template Server#template}
90
- :param timezone: A timezone identifier, e.g. ``Europe/Helsinki``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#timezone Server#timezone}
91
- :param title: A short, informational description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#title Server#title}
92
- :param user_data: Defines URL for a server setup script, or the script body itself. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#user_data Server#user_data}
93
- :param video_model: The model of the server's video interface. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#video_model Server#video_model}
74
+ :param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#hostname Server#hostname}
75
+ :param network_interface: network_interface block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#network_interface Server#network_interface}
76
+ :param zone: The zone in which the server will be hosted, 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/server#zone Server#zone}
77
+ :param boot_order: The boot device order, ``cdrom``|``disk``|``network`` or comma separated combination of those values. Defaults to ``disk``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#boot_order Server#boot_order}
78
+ :param cpu: The number of CPU for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#cpu Server#cpu}
79
+ :param firewall: Are firewall rules active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#firewall Server#firewall}
80
+ :param host: Use this to start the VM on a specific host. Refers to value from host -attribute. Only available for private cloud hosts Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#host Server#host}
81
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#id Server#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.
82
+ :param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#labels Server#labels}
83
+ :param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#login Server#login}
84
+ :param mem: The size of memory for the server (in megabytes). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#mem Server#mem}
85
+ :param metadata: Is the metadata service active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#metadata Server#metadata}
86
+ :param nic_model: The model of the server's network interfaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#nic_model Server#nic_model}
87
+ :param plan: The pricing plan used for the server. You can list available server plans with ``upctl server plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#plan Server#plan}
88
+ :param server_group: The UUID of a server group to attach this server to. Note that the server can also be attached to a server group via the ``members`` property of ``upcloud_server_group``. Only one of the these should be defined at a time. This value is only updated if it has been set to non-zero value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#server_group Server#server_group}
89
+ :param simple_backup: simple_backup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#simple_backup Server#simple_backup}
90
+ :param storage_devices: storage_devices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage_devices Server#storage_devices}
91
+ :param tags: The server related tags. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#tags Server#tags}
92
+ :param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#template Server#template}
93
+ :param timezone: A timezone identifier, e.g. ``Europe/Helsinki``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#timezone Server#timezone}
94
+ :param title: A short, informational description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#title Server#title}
95
+ :param user_data: Defines URL for a server setup script, or the script body itself. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#user_data Server#user_data}
96
+ :param video_model: The model of the server's video interface. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#video_model Server#video_model}
94
97
  :param connection:
95
98
  :param count:
96
99
  :param depends_on:
@@ -151,7 +154,7 @@ class Server(
151
154
 
152
155
  :param scope: The scope in which to define this construct.
153
156
  :param import_to_id: The construct id used in the generated config for the Server to import.
154
- :param import_from_id: The id of the existing Server that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#import import section} in the documentation of this resource for the id to use
157
+ :param import_from_id: The id of the existing Server that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#import import section} in the documentation of this resource for the id to use
155
158
  :param provider: ? Optional instance of the provider where the Server to import is found.
156
159
  '''
157
160
  if __debug__:
@@ -172,10 +175,10 @@ class Server(
172
175
  user: typing.Optional[builtins.str] = None,
173
176
  ) -> None:
174
177
  '''
175
- :param create_password: Indicates a password should be create to allow access. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#create_password Server#create_password}
176
- :param keys: A list of ssh keys to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#keys Server#keys}
177
- :param password_delivery: The delivery method for the server's root password (one of ``none``, ``email`` or ``sms``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#password_delivery Server#password_delivery}
178
- :param user: Username to be create to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#user Server#user}
178
+ :param create_password: Indicates a password should be create to allow access. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#create_password Server#create_password}
179
+ :param keys: A list of ssh keys to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#keys Server#keys}
180
+ :param password_delivery: The delivery method for the server's root password (one of ``none``, ``email`` or ``sms``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#password_delivery Server#password_delivery}
181
+ :param user: Username to be create to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#user Server#user}
179
182
  '''
180
183
  value = ServerLogin(
181
184
  create_password=create_password,
@@ -202,8 +205,8 @@ class Server(
202
205
  @jsii.member(jsii_name="putSimpleBackup")
203
206
  def put_simple_backup(self, *, plan: builtins.str, time: builtins.str) -> None:
204
207
  '''
205
- :param plan: Simple backup plan. Accepted values: daily, dailies, weeklies, monthlies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#plan Server#plan}
206
- :param time: Time of the day at which backup will be taken. Should be provided in a hhmm format (e.g. 2230). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#time Server#time}
208
+ :param plan: Simple backup plan. Accepted values: daily, dailies, weeklies, monthlies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#plan Server#plan}
209
+ :param time: Time of the day at which backup will be taken. Should be provided in a hhmm format (e.g. 2230). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#time Server#time}
207
210
  '''
208
211
  value = ServerSimpleBackup(plan=plan, time=time)
209
212
 
@@ -237,15 +240,15 @@ class Server(
237
240
  title: typing.Optional[builtins.str] = None,
238
241
  ) -> None:
239
242
  '''
240
- :param storage: A valid storage UUID or template name. You can list available public templates with ``upctl storage list --public --template`` and available private templates with ``upctl storage list --template``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage Server#storage}
241
- :param address: The device address the storage will be attached to (``scsi``|``virtio``|``ide``). Leave ``address_position`` field empty to auto-select next available address from that bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address Server#address}
242
- :param address_position: The device position in the given bus (defined via field ``address``). For example ``0:0``, or ``0``. Leave empty to auto-select next available address in the given bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address_position Server#address_position}
243
- :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#backup_rule Server#backup_rule}
244
- :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.1.1/docs/resources/server#delete_autoresize_backup Server#delete_autoresize_backup}
245
- :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#encrypt Server#encrypt}
246
- :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of template 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.1.1/docs/resources/server#filesystem_autoresize Server#filesystem_autoresize}
247
- :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#size Server#size}
248
- :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#title Server#title}
243
+ :param storage: A valid storage UUID or template name. You can list available public templates with ``upctl storage list --public --template`` and available private templates with ``upctl storage list --template``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage Server#storage}
244
+ :param address: The device address the storage will be attached to (``scsi``|``virtio``|``ide``). Leave ``address_position`` field empty to auto-select next available address from that bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address Server#address}
245
+ :param address_position: The device position in the given bus (defined via field ``address``). For example ``0:0``, or ``0``. Leave empty to auto-select next available address in the given bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address_position Server#address_position}
246
+ :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#backup_rule Server#backup_rule}
247
+ :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.2.2/docs/resources/server#delete_autoresize_backup Server#delete_autoresize_backup}
248
+ :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#encrypt Server#encrypt}
249
+ :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of template 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.2.2/docs/resources/server#filesystem_autoresize Server#filesystem_autoresize}
250
+ :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#size Server#size}
251
+ :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#title Server#title}
249
252
  '''
250
253
  value = ServerTemplate(
251
254
  storage=storage,
@@ -806,29 +809,29 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
806
809
  :param lifecycle:
807
810
  :param provider:
808
811
  :param provisioners:
809
- :param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#hostname Server#hostname}
810
- :param network_interface: network_interface block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#network_interface Server#network_interface}
811
- :param zone: The zone in which the server will be hosted, 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.1.1/docs/resources/server#zone Server#zone}
812
- :param boot_order: The boot device order, ``cdrom``|``disk``|``network`` or comma separated combination of those values. Defaults to ``disk``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#boot_order Server#boot_order}
813
- :param cpu: The number of CPU for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#cpu Server#cpu}
814
- :param firewall: Are firewall rules active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#firewall Server#firewall}
815
- :param host: Use this to start the VM on a specific host. Refers to value from host -attribute. Only available for private cloud hosts Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#host Server#host}
816
- :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#id Server#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.
817
- :param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#labels Server#labels}
818
- :param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#login Server#login}
819
- :param mem: The size of memory for the server (in megabytes). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#mem Server#mem}
820
- :param metadata: Is the metadata service active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#metadata Server#metadata}
821
- :param nic_model: The model of the server's network interfaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#nic_model Server#nic_model}
822
- :param plan: The pricing plan used for the server. You can list available server plans with ``upctl server plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#plan Server#plan}
823
- :param server_group: The UUID of a server group to attach this server to. Note that the server can also be attached to a server group via the ``members`` property of ``upcloud_server_group``. Only one of the these should be defined at a time. This value is only updated if it has been set to non-zero value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#server_group Server#server_group}
824
- :param simple_backup: simple_backup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#simple_backup Server#simple_backup}
825
- :param storage_devices: storage_devices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage_devices Server#storage_devices}
826
- :param tags: The server related tags. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#tags Server#tags}
827
- :param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#template Server#template}
828
- :param timezone: A timezone identifier, e.g. ``Europe/Helsinki``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#timezone Server#timezone}
829
- :param title: A short, informational description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#title Server#title}
830
- :param user_data: Defines URL for a server setup script, or the script body itself. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#user_data Server#user_data}
831
- :param video_model: The model of the server's video interface. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#video_model Server#video_model}
812
+ :param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#hostname Server#hostname}
813
+ :param network_interface: network_interface block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#network_interface Server#network_interface}
814
+ :param zone: The zone in which the server will be hosted, 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/server#zone Server#zone}
815
+ :param boot_order: The boot device order, ``cdrom``|``disk``|``network`` or comma separated combination of those values. Defaults to ``disk``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#boot_order Server#boot_order}
816
+ :param cpu: The number of CPU for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#cpu Server#cpu}
817
+ :param firewall: Are firewall rules active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#firewall Server#firewall}
818
+ :param host: Use this to start the VM on a specific host. Refers to value from host -attribute. Only available for private cloud hosts Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#host Server#host}
819
+ :param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#id Server#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.
820
+ :param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#labels Server#labels}
821
+ :param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#login Server#login}
822
+ :param mem: The size of memory for the server (in megabytes). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#mem Server#mem}
823
+ :param metadata: Is the metadata service active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#metadata Server#metadata}
824
+ :param nic_model: The model of the server's network interfaces. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#nic_model Server#nic_model}
825
+ :param plan: The pricing plan used for the server. You can list available server plans with ``upctl server plans``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#plan Server#plan}
826
+ :param server_group: The UUID of a server group to attach this server to. Note that the server can also be attached to a server group via the ``members`` property of ``upcloud_server_group``. Only one of the these should be defined at a time. This value is only updated if it has been set to non-zero value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#server_group Server#server_group}
827
+ :param simple_backup: simple_backup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#simple_backup Server#simple_backup}
828
+ :param storage_devices: storage_devices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage_devices Server#storage_devices}
829
+ :param tags: The server related tags. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#tags Server#tags}
830
+ :param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#template Server#template}
831
+ :param timezone: A timezone identifier, e.g. ``Europe/Helsinki``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#timezone Server#timezone}
832
+ :param title: A short, informational description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#title Server#title}
833
+ :param user_data: Defines URL for a server setup script, or the script body itself. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#user_data Server#user_data}
834
+ :param video_model: The model of the server's video interface. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#video_model Server#video_model}
832
835
  '''
833
836
  if isinstance(lifecycle, dict):
834
837
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -998,7 +1001,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
998
1001
  def hostname(self) -> builtins.str:
999
1002
  '''A valid domain name.
1000
1003
 
1001
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#hostname Server#hostname}
1004
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#hostname Server#hostname}
1002
1005
  '''
1003
1006
  result = self._values.get("hostname")
1004
1007
  assert result is not None, "Required property 'hostname' is missing"
@@ -1010,7 +1013,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1010
1013
  ) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerNetworkInterface"]]:
1011
1014
  '''network_interface block.
1012
1015
 
1013
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#network_interface Server#network_interface}
1016
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#network_interface Server#network_interface}
1014
1017
  '''
1015
1018
  result = self._values.get("network_interface")
1016
1019
  assert result is not None, "Required property 'network_interface' is missing"
@@ -1020,7 +1023,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1020
1023
  def zone(self) -> builtins.str:
1021
1024
  '''The zone in which the server will be hosted, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
1022
1025
 
1023
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#zone Server#zone}
1026
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#zone Server#zone}
1024
1027
  '''
1025
1028
  result = self._values.get("zone")
1026
1029
  assert result is not None, "Required property 'zone' is missing"
@@ -1030,7 +1033,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1030
1033
  def boot_order(self) -> typing.Optional[builtins.str]:
1031
1034
  '''The boot device order, ``cdrom``|``disk``|``network`` or comma separated combination of those values. Defaults to ``disk``.
1032
1035
 
1033
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#boot_order Server#boot_order}
1036
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#boot_order Server#boot_order}
1034
1037
  '''
1035
1038
  result = self._values.get("boot_order")
1036
1039
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1039,7 +1042,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1039
1042
  def cpu(self) -> typing.Optional[jsii.Number]:
1040
1043
  '''The number of CPU for the server.
1041
1044
 
1042
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#cpu Server#cpu}
1045
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#cpu Server#cpu}
1043
1046
  '''
1044
1047
  result = self._values.get("cpu")
1045
1048
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1050,7 +1053,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1050
1053
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1051
1054
  '''Are firewall rules active for the server.
1052
1055
 
1053
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#firewall Server#firewall}
1056
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#firewall Server#firewall}
1054
1057
  '''
1055
1058
  result = self._values.get("firewall")
1056
1059
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1061,14 +1064,14 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1061
1064
 
1062
1065
  Refers to value from host -attribute. Only available for private cloud hosts
1063
1066
 
1064
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#host Server#host}
1067
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#host Server#host}
1065
1068
  '''
1066
1069
  result = self._values.get("host")
1067
1070
  return typing.cast(typing.Optional[jsii.Number], result)
1068
1071
 
1069
1072
  @builtins.property
1070
1073
  def id(self) -> typing.Optional[builtins.str]:
1071
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#id Server#id}.
1074
+ '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#id Server#id}.
1072
1075
 
1073
1076
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
1074
1077
  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.
@@ -1080,7 +1083,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1080
1083
  def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1081
1084
  '''Key-value pairs to classify the server.
1082
1085
 
1083
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#labels Server#labels}
1086
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#labels Server#labels}
1084
1087
  '''
1085
1088
  result = self._values.get("labels")
1086
1089
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
@@ -1089,7 +1092,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1089
1092
  def login(self) -> typing.Optional["ServerLogin"]:
1090
1093
  '''login block.
1091
1094
 
1092
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#login Server#login}
1095
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#login Server#login}
1093
1096
  '''
1094
1097
  result = self._values.get("login")
1095
1098
  return typing.cast(typing.Optional["ServerLogin"], result)
@@ -1098,7 +1101,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1098
1101
  def mem(self) -> typing.Optional[jsii.Number]:
1099
1102
  '''The size of memory for the server (in megabytes).
1100
1103
 
1101
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#mem Server#mem}
1104
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#mem Server#mem}
1102
1105
  '''
1103
1106
  result = self._values.get("mem")
1104
1107
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -1109,7 +1112,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1109
1112
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1110
1113
  '''Is the metadata service active for the server.
1111
1114
 
1112
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#metadata Server#metadata}
1115
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#metadata Server#metadata}
1113
1116
  '''
1114
1117
  result = self._values.get("metadata")
1115
1118
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1118,7 +1121,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1118
1121
  def nic_model(self) -> typing.Optional[builtins.str]:
1119
1122
  '''The model of the server's network interfaces.
1120
1123
 
1121
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#nic_model Server#nic_model}
1124
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#nic_model Server#nic_model}
1122
1125
  '''
1123
1126
  result = self._values.get("nic_model")
1124
1127
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1127,7 +1130,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1127
1130
  def plan(self) -> typing.Optional[builtins.str]:
1128
1131
  '''The pricing plan used for the server. You can list available server plans with ``upctl server plans``.
1129
1132
 
1130
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#plan Server#plan}
1133
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#plan Server#plan}
1131
1134
  '''
1132
1135
  result = self._values.get("plan")
1133
1136
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1138,7 +1141,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1138
1141
 
1139
1142
  Note that the server can also be attached to a server group via the ``members`` property of ``upcloud_server_group``. Only one of the these should be defined at a time. This value is only updated if it has been set to non-zero value.
1140
1143
 
1141
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#server_group Server#server_group}
1144
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#server_group Server#server_group}
1142
1145
  '''
1143
1146
  result = self._values.get("server_group")
1144
1147
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1147,7 +1150,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1147
1150
  def simple_backup(self) -> typing.Optional["ServerSimpleBackup"]:
1148
1151
  '''simple_backup block.
1149
1152
 
1150
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#simple_backup Server#simple_backup}
1153
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#simple_backup Server#simple_backup}
1151
1154
  '''
1152
1155
  result = self._values.get("simple_backup")
1153
1156
  return typing.cast(typing.Optional["ServerSimpleBackup"], result)
@@ -1158,7 +1161,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1158
1161
  ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerStorageDevices"]]]:
1159
1162
  '''storage_devices block.
1160
1163
 
1161
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage_devices Server#storage_devices}
1164
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage_devices Server#storage_devices}
1162
1165
  '''
1163
1166
  result = self._values.get("storage_devices")
1164
1167
  return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerStorageDevices"]]], result)
@@ -1167,7 +1170,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1167
1170
  def tags(self) -> typing.Optional[typing.List[builtins.str]]:
1168
1171
  '''The server related tags.
1169
1172
 
1170
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#tags Server#tags}
1173
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#tags Server#tags}
1171
1174
  '''
1172
1175
  result = self._values.get("tags")
1173
1176
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1176,7 +1179,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1176
1179
  def template(self) -> typing.Optional["ServerTemplate"]:
1177
1180
  '''template block.
1178
1181
 
1179
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#template Server#template}
1182
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#template Server#template}
1180
1183
  '''
1181
1184
  result = self._values.get("template")
1182
1185
  return typing.cast(typing.Optional["ServerTemplate"], result)
@@ -1185,7 +1188,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1185
1188
  def timezone(self) -> typing.Optional[builtins.str]:
1186
1189
  '''A timezone identifier, e.g. ``Europe/Helsinki``.
1187
1190
 
1188
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#timezone Server#timezone}
1191
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#timezone Server#timezone}
1189
1192
  '''
1190
1193
  result = self._values.get("timezone")
1191
1194
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1194,7 +1197,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1194
1197
  def title(self) -> typing.Optional[builtins.str]:
1195
1198
  '''A short, informational description.
1196
1199
 
1197
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#title Server#title}
1200
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#title Server#title}
1198
1201
  '''
1199
1202
  result = self._values.get("title")
1200
1203
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1203,7 +1206,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1203
1206
  def user_data(self) -> typing.Optional[builtins.str]:
1204
1207
  '''Defines URL for a server setup script, or the script body itself.
1205
1208
 
1206
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#user_data Server#user_data}
1209
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#user_data Server#user_data}
1207
1210
  '''
1208
1211
  result = self._values.get("user_data")
1209
1212
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1212,7 +1215,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
1212
1215
  def video_model(self) -> typing.Optional[builtins.str]:
1213
1216
  '''The model of the server's video interface.
1214
1217
 
1215
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#video_model Server#video_model}
1218
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#video_model Server#video_model}
1216
1219
  '''
1217
1220
  result = self._values.get("video_model")
1218
1221
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1249,10 +1252,10 @@ class ServerLogin:
1249
1252
  user: typing.Optional[builtins.str] = None,
1250
1253
  ) -> None:
1251
1254
  '''
1252
- :param create_password: Indicates a password should be create to allow access. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#create_password Server#create_password}
1253
- :param keys: A list of ssh keys to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#keys Server#keys}
1254
- :param password_delivery: The delivery method for the server's root password (one of ``none``, ``email`` or ``sms``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#password_delivery Server#password_delivery}
1255
- :param user: Username to be create to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#user Server#user}
1255
+ :param create_password: Indicates a password should be create to allow access. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#create_password Server#create_password}
1256
+ :param keys: A list of ssh keys to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#keys Server#keys}
1257
+ :param password_delivery: The delivery method for the server's root password (one of ``none``, ``email`` or ``sms``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#password_delivery Server#password_delivery}
1258
+ :param user: Username to be create to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#user Server#user}
1256
1259
  '''
1257
1260
  if __debug__:
1258
1261
  type_hints = typing.get_type_hints(_typecheckingstub__ba39a2ee1d911b76fb74554613ea114a5a572a0bf44aae12941ef4644ef7377a)
@@ -1276,7 +1279,7 @@ class ServerLogin:
1276
1279
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1277
1280
  '''Indicates a password should be create to allow access.
1278
1281
 
1279
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#create_password Server#create_password}
1282
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#create_password Server#create_password}
1280
1283
  '''
1281
1284
  result = self._values.get("create_password")
1282
1285
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1285,7 +1288,7 @@ class ServerLogin:
1285
1288
  def keys(self) -> typing.Optional[typing.List[builtins.str]]:
1286
1289
  '''A list of ssh keys to access the server.
1287
1290
 
1288
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#keys Server#keys}
1291
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#keys Server#keys}
1289
1292
  '''
1290
1293
  result = self._values.get("keys")
1291
1294
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
@@ -1294,7 +1297,7 @@ class ServerLogin:
1294
1297
  def password_delivery(self) -> typing.Optional[builtins.str]:
1295
1298
  '''The delivery method for the server's root password (one of ``none``, ``email`` or ``sms``).
1296
1299
 
1297
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#password_delivery Server#password_delivery}
1300
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#password_delivery Server#password_delivery}
1298
1301
  '''
1299
1302
  result = self._values.get("password_delivery")
1300
1303
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1303,7 +1306,7 @@ class ServerLogin:
1303
1306
  def user(self) -> typing.Optional[builtins.str]:
1304
1307
  '''Username to be create to access the server.
1305
1308
 
1306
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#user Server#user}
1309
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#user Server#user}
1307
1310
  '''
1308
1311
  result = self._values.get("user")
1309
1312
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1449,6 +1452,7 @@ class ServerLoginOutputReference(
1449
1452
  jsii_struct_bases=[],
1450
1453
  name_mapping={
1451
1454
  "type": "type",
1455
+ "additional_ip_address": "additionalIpAddress",
1452
1456
  "bootable": "bootable",
1453
1457
  "ip_address": "ipAddress",
1454
1458
  "ip_address_family": "ipAddressFamily",
@@ -1461,6 +1465,7 @@ class ServerNetworkInterface:
1461
1465
  self,
1462
1466
  *,
1463
1467
  type: builtins.str,
1468
+ additional_ip_address: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["ServerNetworkInterfaceAdditionalIpAddress", typing.Dict[builtins.str, typing.Any]]]]] = None,
1464
1469
  bootable: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
1465
1470
  ip_address: typing.Optional[builtins.str] = None,
1466
1471
  ip_address_family: typing.Optional[builtins.str] = None,
@@ -1468,16 +1473,18 @@ class ServerNetworkInterface:
1468
1473
  source_ip_filtering: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
1469
1474
  ) -> None:
1470
1475
  '''
1471
- :param type: Network interface type. For private network interfaces, a network must be specified with an existing network id. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#type Server#type}
1472
- :param bootable: ``true`` if this interface should be used for network booting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#bootable Server#bootable}
1473
- :param ip_address: The assigned IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#ip_address Server#ip_address}
1474
- :param ip_address_family: The IP address type of this interface (one of ``IPv4`` or ``IPv6``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#ip_address_family Server#ip_address_family}
1475
- :param network: The unique ID of a network to attach this network to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#network Server#network}
1476
- :param source_ip_filtering: ``true`` if source IP should be filtered. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#source_ip_filtering Server#source_ip_filtering}
1476
+ :param type: Network interface type. For private network interfaces, a network must be specified with an existing network id. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#type Server#type}
1477
+ :param additional_ip_address: additional_ip_address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#additional_ip_address Server#additional_ip_address}
1478
+ :param bootable: ``true`` if this interface should be used for network booting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#bootable Server#bootable}
1479
+ :param ip_address: The assigned primary IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address Server#ip_address}
1480
+ :param ip_address_family: The type of the primary IP address of this interface (one of ``IPv4`` or ``IPv6``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address_family Server#ip_address_family}
1481
+ :param network: The unique ID of a network to attach this network to. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#network Server#network}
1482
+ :param source_ip_filtering: ``true`` if source IP should be filtered. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#source_ip_filtering Server#source_ip_filtering}
1477
1483
  '''
1478
1484
  if __debug__:
1479
1485
  type_hints = typing.get_type_hints(_typecheckingstub__fd495e0f43b555636347e658837821c13810606782b5f840f155acbfbcf8b7ea)
1480
1486
  check_type(argname="argument type", value=type, expected_type=type_hints["type"])
1487
+ check_type(argname="argument additional_ip_address", value=additional_ip_address, expected_type=type_hints["additional_ip_address"])
1481
1488
  check_type(argname="argument bootable", value=bootable, expected_type=type_hints["bootable"])
1482
1489
  check_type(argname="argument ip_address", value=ip_address, expected_type=type_hints["ip_address"])
1483
1490
  check_type(argname="argument ip_address_family", value=ip_address_family, expected_type=type_hints["ip_address_family"])
@@ -1486,6 +1493,8 @@ class ServerNetworkInterface:
1486
1493
  self._values: typing.Dict[builtins.str, typing.Any] = {
1487
1494
  "type": type,
1488
1495
  }
1496
+ if additional_ip_address is not None:
1497
+ self._values["additional_ip_address"] = additional_ip_address
1489
1498
  if bootable is not None:
1490
1499
  self._values["bootable"] = bootable
1491
1500
  if ip_address is not None:
@@ -1501,37 +1510,48 @@ class ServerNetworkInterface:
1501
1510
  def type(self) -> builtins.str:
1502
1511
  '''Network interface type. For private network interfaces, a network must be specified with an existing network id.
1503
1512
 
1504
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#type Server#type}
1513
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#type Server#type}
1505
1514
  '''
1506
1515
  result = self._values.get("type")
1507
1516
  assert result is not None, "Required property 'type' is missing"
1508
1517
  return typing.cast(builtins.str, result)
1509
1518
 
1519
+ @builtins.property
1520
+ def additional_ip_address(
1521
+ self,
1522
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerNetworkInterfaceAdditionalIpAddress"]]]:
1523
+ '''additional_ip_address block.
1524
+
1525
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#additional_ip_address Server#additional_ip_address}
1526
+ '''
1527
+ result = self._values.get("additional_ip_address")
1528
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerNetworkInterfaceAdditionalIpAddress"]]], result)
1529
+
1510
1530
  @builtins.property
1511
1531
  def bootable(
1512
1532
  self,
1513
1533
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1514
1534
  '''``true`` if this interface should be used for network booting.
1515
1535
 
1516
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#bootable Server#bootable}
1536
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#bootable Server#bootable}
1517
1537
  '''
1518
1538
  result = self._values.get("bootable")
1519
1539
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
1520
1540
 
1521
1541
  @builtins.property
1522
1542
  def ip_address(self) -> typing.Optional[builtins.str]:
1523
- '''The assigned IP address.
1543
+ '''The assigned primary IP address.
1524
1544
 
1525
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#ip_address Server#ip_address}
1545
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address Server#ip_address}
1526
1546
  '''
1527
1547
  result = self._values.get("ip_address")
1528
1548
  return typing.cast(typing.Optional[builtins.str], result)
1529
1549
 
1530
1550
  @builtins.property
1531
1551
  def ip_address_family(self) -> typing.Optional[builtins.str]:
1532
- '''The IP address type of this interface (one of ``IPv4`` or ``IPv6``).
1552
+ '''The type of the primary IP address of this interface (one of ``IPv4`` or ``IPv6``).
1533
1553
 
1534
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#ip_address_family Server#ip_address_family}
1554
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address_family Server#ip_address_family}
1535
1555
  '''
1536
1556
  result = self._values.get("ip_address_family")
1537
1557
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1540,7 +1560,7 @@ class ServerNetworkInterface:
1540
1560
  def network(self) -> typing.Optional[builtins.str]:
1541
1561
  '''The unique ID of a network to attach this network to.
1542
1562
 
1543
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#network Server#network}
1563
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#network Server#network}
1544
1564
  '''
1545
1565
  result = self._values.get("network")
1546
1566
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1551,7 +1571,7 @@ class ServerNetworkInterface:
1551
1571
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
1552
1572
  '''``true`` if source IP should be filtered.
1553
1573
 
1554
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#source_ip_filtering Server#source_ip_filtering}
1574
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#source_ip_filtering Server#source_ip_filtering}
1555
1575
  '''
1556
1576
  result = self._values.get("source_ip_filtering")
1557
1577
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -1568,6 +1588,246 @@ class ServerNetworkInterface:
1568
1588
  )
1569
1589
 
1570
1590
 
1591
+ @jsii.data_type(
1592
+ jsii_type="@cdktf/provider-upcloud.server.ServerNetworkInterfaceAdditionalIpAddress",
1593
+ jsii_struct_bases=[],
1594
+ name_mapping={"ip_address": "ipAddress", "ip_address_family": "ipAddressFamily"},
1595
+ )
1596
+ class ServerNetworkInterfaceAdditionalIpAddress:
1597
+ def __init__(
1598
+ self,
1599
+ *,
1600
+ ip_address: typing.Optional[builtins.str] = None,
1601
+ ip_address_family: typing.Optional[builtins.str] = None,
1602
+ ) -> None:
1603
+ '''
1604
+ :param ip_address: The assigned additional IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address Server#ip_address}
1605
+ :param ip_address_family: The type of this additional IP address of this interface (one of ``IPv4`` or ``IPv6``). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address_family Server#ip_address_family}
1606
+ '''
1607
+ if __debug__:
1608
+ type_hints = typing.get_type_hints(_typecheckingstub__0b6048ebfe8d4aeae43994c82a3e7294ab414eb1a49571fd3fff63238f2a288c)
1609
+ check_type(argname="argument ip_address", value=ip_address, expected_type=type_hints["ip_address"])
1610
+ check_type(argname="argument ip_address_family", value=ip_address_family, expected_type=type_hints["ip_address_family"])
1611
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1612
+ if ip_address is not None:
1613
+ self._values["ip_address"] = ip_address
1614
+ if ip_address_family is not None:
1615
+ self._values["ip_address_family"] = ip_address_family
1616
+
1617
+ @builtins.property
1618
+ def ip_address(self) -> typing.Optional[builtins.str]:
1619
+ '''The assigned additional IP address.
1620
+
1621
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address Server#ip_address}
1622
+ '''
1623
+ result = self._values.get("ip_address")
1624
+ return typing.cast(typing.Optional[builtins.str], result)
1625
+
1626
+ @builtins.property
1627
+ def ip_address_family(self) -> typing.Optional[builtins.str]:
1628
+ '''The type of this additional IP address of this interface (one of ``IPv4`` or ``IPv6``).
1629
+
1630
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#ip_address_family Server#ip_address_family}
1631
+ '''
1632
+ result = self._values.get("ip_address_family")
1633
+ return typing.cast(typing.Optional[builtins.str], result)
1634
+
1635
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1636
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1637
+
1638
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1639
+ return not (rhs == self)
1640
+
1641
+ def __repr__(self) -> str:
1642
+ return "ServerNetworkInterfaceAdditionalIpAddress(%s)" % ", ".join(
1643
+ k + "=" + repr(v) for k, v in self._values.items()
1644
+ )
1645
+
1646
+
1647
+ class ServerNetworkInterfaceAdditionalIpAddressList(
1648
+ _cdktf_9a9027ec.ComplexList,
1649
+ metaclass=jsii.JSIIMeta,
1650
+ jsii_type="@cdktf/provider-upcloud.server.ServerNetworkInterfaceAdditionalIpAddressList",
1651
+ ):
1652
+ def __init__(
1653
+ self,
1654
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1655
+ terraform_attribute: builtins.str,
1656
+ wraps_set: builtins.bool,
1657
+ ) -> None:
1658
+ '''
1659
+ :param terraform_resource: The parent resource.
1660
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
1661
+ :param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1662
+ '''
1663
+ if __debug__:
1664
+ type_hints = typing.get_type_hints(_typecheckingstub__c89b4cdfc5939236d1e9fc94c384f611793f43a4c91f76c668bcf6e8920983da)
1665
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
1666
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
1667
+ check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
1668
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
1669
+
1670
+ @jsii.member(jsii_name="get")
1671
+ def get(
1672
+ self,
1673
+ index: jsii.Number,
1674
+ ) -> "ServerNetworkInterfaceAdditionalIpAddressOutputReference":
1675
+ '''
1676
+ :param index: the index of the item to return.
1677
+ '''
1678
+ if __debug__:
1679
+ type_hints = typing.get_type_hints(_typecheckingstub__fe600652bfba5fc59a4726212c2fa122256244a2cec86e2b2e06070db8c1d984)
1680
+ check_type(argname="argument index", value=index, expected_type=type_hints["index"])
1681
+ return typing.cast("ServerNetworkInterfaceAdditionalIpAddressOutputReference", jsii.invoke(self, "get", [index]))
1682
+
1683
+ @builtins.property
1684
+ @jsii.member(jsii_name="terraformAttribute")
1685
+ def _terraform_attribute(self) -> builtins.str:
1686
+ '''The attribute on the parent resource this class is referencing.'''
1687
+ return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
1688
+
1689
+ @_terraform_attribute.setter
1690
+ def _terraform_attribute(self, value: builtins.str) -> None:
1691
+ if __debug__:
1692
+ type_hints = typing.get_type_hints(_typecheckingstub__e6809907a581b5b3f9e20b9babc436747ce0b3ea6a13648ac92d3c70b10d2dfc)
1693
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1694
+ jsii.set(self, "terraformAttribute", value)
1695
+
1696
+ @builtins.property
1697
+ @jsii.member(jsii_name="terraformResource")
1698
+ def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
1699
+ '''The parent resource.'''
1700
+ return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
1701
+
1702
+ @_terraform_resource.setter
1703
+ def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
1704
+ if __debug__:
1705
+ type_hints = typing.get_type_hints(_typecheckingstub__36f7c9cde4988785a40830d569a548a483243af9c6bd0873ff940529f6b4b585)
1706
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1707
+ jsii.set(self, "terraformResource", value)
1708
+
1709
+ @builtins.property
1710
+ @jsii.member(jsii_name="wrapsSet")
1711
+ def _wraps_set(self) -> builtins.bool:
1712
+ '''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
1713
+ return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
1714
+
1715
+ @_wraps_set.setter
1716
+ def _wraps_set(self, value: builtins.bool) -> None:
1717
+ if __debug__:
1718
+ type_hints = typing.get_type_hints(_typecheckingstub__644944fcfc32d93265d478713d73010561f8478c3e1ffa1f2c553bd86640c038)
1719
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1720
+ jsii.set(self, "wrapsSet", value)
1721
+
1722
+ @builtins.property
1723
+ @jsii.member(jsii_name="internalValue")
1724
+ def internal_value(
1725
+ self,
1726
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ServerNetworkInterfaceAdditionalIpAddress]]]:
1727
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ServerNetworkInterfaceAdditionalIpAddress]]], jsii.get(self, "internalValue"))
1728
+
1729
+ @internal_value.setter
1730
+ def internal_value(
1731
+ self,
1732
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ServerNetworkInterfaceAdditionalIpAddress]]],
1733
+ ) -> None:
1734
+ if __debug__:
1735
+ type_hints = typing.get_type_hints(_typecheckingstub__45575bc52539ed3b5b2359cb867fcb8d243b1038ceb2f8bcfb25d1c549b97311)
1736
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1737
+ jsii.set(self, "internalValue", value)
1738
+
1739
+
1740
+ class ServerNetworkInterfaceAdditionalIpAddressOutputReference(
1741
+ _cdktf_9a9027ec.ComplexObject,
1742
+ metaclass=jsii.JSIIMeta,
1743
+ jsii_type="@cdktf/provider-upcloud.server.ServerNetworkInterfaceAdditionalIpAddressOutputReference",
1744
+ ):
1745
+ def __init__(
1746
+ self,
1747
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
1748
+ terraform_attribute: builtins.str,
1749
+ complex_object_index: jsii.Number,
1750
+ complex_object_is_from_set: builtins.bool,
1751
+ ) -> None:
1752
+ '''
1753
+ :param terraform_resource: The parent resource.
1754
+ :param terraform_attribute: The attribute on the parent resource this class is referencing.
1755
+ :param complex_object_index: the index of this item in the list.
1756
+ :param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
1757
+ '''
1758
+ if __debug__:
1759
+ type_hints = typing.get_type_hints(_typecheckingstub__4810e97a66fec22fb3dd09271c828afd76cb05fc43770f256ae7b23ed9da0815)
1760
+ check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
1761
+ check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
1762
+ check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
1763
+ check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
1764
+ jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
1765
+
1766
+ @jsii.member(jsii_name="resetIpAddress")
1767
+ def reset_ip_address(self) -> None:
1768
+ return typing.cast(None, jsii.invoke(self, "resetIpAddress", []))
1769
+
1770
+ @jsii.member(jsii_name="resetIpAddressFamily")
1771
+ def reset_ip_address_family(self) -> None:
1772
+ return typing.cast(None, jsii.invoke(self, "resetIpAddressFamily", []))
1773
+
1774
+ @builtins.property
1775
+ @jsii.member(jsii_name="ipAddressFloating")
1776
+ def ip_address_floating(self) -> _cdktf_9a9027ec.IResolvable:
1777
+ return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "ipAddressFloating"))
1778
+
1779
+ @builtins.property
1780
+ @jsii.member(jsii_name="ipAddressFamilyInput")
1781
+ def ip_address_family_input(self) -> typing.Optional[builtins.str]:
1782
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressFamilyInput"))
1783
+
1784
+ @builtins.property
1785
+ @jsii.member(jsii_name="ipAddressInput")
1786
+ def ip_address_input(self) -> typing.Optional[builtins.str]:
1787
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressInput"))
1788
+
1789
+ @builtins.property
1790
+ @jsii.member(jsii_name="ipAddress")
1791
+ def ip_address(self) -> builtins.str:
1792
+ return typing.cast(builtins.str, jsii.get(self, "ipAddress"))
1793
+
1794
+ @ip_address.setter
1795
+ def ip_address(self, value: builtins.str) -> None:
1796
+ if __debug__:
1797
+ type_hints = typing.get_type_hints(_typecheckingstub__d0fc5e2f66e9fb36b7182fe1e3ac63b505553c4d12c85e38dc9931ca117fc764)
1798
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1799
+ jsii.set(self, "ipAddress", value)
1800
+
1801
+ @builtins.property
1802
+ @jsii.member(jsii_name="ipAddressFamily")
1803
+ def ip_address_family(self) -> builtins.str:
1804
+ return typing.cast(builtins.str, jsii.get(self, "ipAddressFamily"))
1805
+
1806
+ @ip_address_family.setter
1807
+ def ip_address_family(self, value: builtins.str) -> None:
1808
+ if __debug__:
1809
+ type_hints = typing.get_type_hints(_typecheckingstub__4526d2405b2bec0bc8fbc830fb0bcc3fca2f040b51eda99c592f63ea38a4a8f0)
1810
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1811
+ jsii.set(self, "ipAddressFamily", value)
1812
+
1813
+ @builtins.property
1814
+ @jsii.member(jsii_name="internalValue")
1815
+ def internal_value(
1816
+ self,
1817
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ServerNetworkInterfaceAdditionalIpAddress]]:
1818
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ServerNetworkInterfaceAdditionalIpAddress]], jsii.get(self, "internalValue"))
1819
+
1820
+ @internal_value.setter
1821
+ def internal_value(
1822
+ self,
1823
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ServerNetworkInterfaceAdditionalIpAddress]],
1824
+ ) -> None:
1825
+ if __debug__:
1826
+ type_hints = typing.get_type_hints(_typecheckingstub__2ec9c6ee49d971ad506ddb057f8f31a2aa27ea1e520ca44123a2e905e640c982)
1827
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1828
+ jsii.set(self, "internalValue", value)
1829
+
1830
+
1571
1831
  class ServerNetworkInterfaceList(
1572
1832
  _cdktf_9a9027ec.ComplexList,
1573
1833
  metaclass=jsii.JSIIMeta,
@@ -1684,6 +1944,23 @@ class ServerNetworkInterfaceOutputReference(
1684
1944
  check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
1685
1945
  jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
1686
1946
 
1947
+ @jsii.member(jsii_name="putAdditionalIpAddress")
1948
+ def put_additional_ip_address(
1949
+ self,
1950
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ServerNetworkInterfaceAdditionalIpAddress, typing.Dict[builtins.str, typing.Any]]]],
1951
+ ) -> None:
1952
+ '''
1953
+ :param value: -
1954
+ '''
1955
+ if __debug__:
1956
+ type_hints = typing.get_type_hints(_typecheckingstub__368dac4f3634a09c66a3ae7e88a47843ad59c6921904b64e48b246bca21f0781)
1957
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1958
+ return typing.cast(None, jsii.invoke(self, "putAdditionalIpAddress", [value]))
1959
+
1960
+ @jsii.member(jsii_name="resetAdditionalIpAddress")
1961
+ def reset_additional_ip_address(self) -> None:
1962
+ return typing.cast(None, jsii.invoke(self, "resetAdditionalIpAddress", []))
1963
+
1687
1964
  @jsii.member(jsii_name="resetBootable")
1688
1965
  def reset_bootable(self) -> None:
1689
1966
  return typing.cast(None, jsii.invoke(self, "resetBootable", []))
@@ -1704,6 +1981,11 @@ class ServerNetworkInterfaceOutputReference(
1704
1981
  def reset_source_ip_filtering(self) -> None:
1705
1982
  return typing.cast(None, jsii.invoke(self, "resetSourceIpFiltering", []))
1706
1983
 
1984
+ @builtins.property
1985
+ @jsii.member(jsii_name="additionalIpAddress")
1986
+ def additional_ip_address(self) -> ServerNetworkInterfaceAdditionalIpAddressList:
1987
+ return typing.cast(ServerNetworkInterfaceAdditionalIpAddressList, jsii.get(self, "additionalIpAddress"))
1988
+
1707
1989
  @builtins.property
1708
1990
  @jsii.member(jsii_name="ipAddressFloating")
1709
1991
  def ip_address_floating(self) -> _cdktf_9a9027ec.IResolvable:
@@ -1714,6 +1996,13 @@ class ServerNetworkInterfaceOutputReference(
1714
1996
  def mac_address(self) -> builtins.str:
1715
1997
  return typing.cast(builtins.str, jsii.get(self, "macAddress"))
1716
1998
 
1999
+ @builtins.property
2000
+ @jsii.member(jsii_name="additionalIpAddressInput")
2001
+ def additional_ip_address_input(
2002
+ self,
2003
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ServerNetworkInterfaceAdditionalIpAddress]]]:
2004
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ServerNetworkInterfaceAdditionalIpAddress]]], jsii.get(self, "additionalIpAddressInput"))
2005
+
1717
2006
  @builtins.property
1718
2007
  @jsii.member(jsii_name="bootableInput")
1719
2008
  def bootable_input(
@@ -1854,8 +2143,8 @@ class ServerNetworkInterfaceOutputReference(
1854
2143
  class ServerSimpleBackup:
1855
2144
  def __init__(self, *, plan: builtins.str, time: builtins.str) -> None:
1856
2145
  '''
1857
- :param plan: Simple backup plan. Accepted values: daily, dailies, weeklies, monthlies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#plan Server#plan}
1858
- :param time: Time of the day at which backup will be taken. Should be provided in a hhmm format (e.g. 2230). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#time Server#time}
2146
+ :param plan: Simple backup plan. Accepted values: daily, dailies, weeklies, monthlies. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#plan Server#plan}
2147
+ :param time: Time of the day at which backup will be taken. Should be provided in a hhmm format (e.g. 2230). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#time Server#time}
1859
2148
  '''
1860
2149
  if __debug__:
1861
2150
  type_hints = typing.get_type_hints(_typecheckingstub__e0bd20cac4bdde3b91171ae0bf44e53e9583617261eaf0793a175a7d8da3cee3)
@@ -1870,7 +2159,7 @@ class ServerSimpleBackup:
1870
2159
  def plan(self) -> builtins.str:
1871
2160
  '''Simple backup plan. Accepted values: daily, dailies, weeklies, monthlies.
1872
2161
 
1873
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#plan Server#plan}
2162
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#plan Server#plan}
1874
2163
  '''
1875
2164
  result = self._values.get("plan")
1876
2165
  assert result is not None, "Required property 'plan' is missing"
@@ -1880,7 +2169,7 @@ class ServerSimpleBackup:
1880
2169
  def time(self) -> builtins.str:
1881
2170
  '''Time of the day at which backup will be taken. Should be provided in a hhmm format (e.g. 2230).
1882
2171
 
1883
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#time Server#time}
2172
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#time Server#time}
1884
2173
  '''
1885
2174
  result = self._values.get("time")
1886
2175
  assert result is not None, "Required property 'time' is missing"
@@ -1985,10 +2274,10 @@ class ServerStorageDevices:
1985
2274
  type: typing.Optional[builtins.str] = None,
1986
2275
  ) -> None:
1987
2276
  '''
1988
- :param storage: A valid storage UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage Server#storage}
1989
- :param address: The device address the storage will be attached to (``scsi``|``virtio``|``ide``). Leave ``address_position`` field empty to auto-select next available address from that bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address Server#address}
1990
- :param address_position: The device position in the given bus (defined via field ``address``). Valid values for address ``virtio`` are ``0-15`` (``0``, for example). Valid values for ``scsi`` or ``ide`` are ``0-1:0-1`` (``0:0``, for example). Leave empty to auto-select next available address in the given bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address_position Server#address_position}
1991
- :param type: The device type the storage will be attached as. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#type Server#type}
2277
+ :param storage: A valid storage UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage Server#storage}
2278
+ :param address: The device address the storage will be attached to (``scsi``|``virtio``|``ide``). Leave ``address_position`` field empty to auto-select next available address from that bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address Server#address}
2279
+ :param address_position: The device position in the given bus (defined via field ``address``). Valid values for address ``virtio`` are ``0-15`` (``0``, for example). Valid values for ``scsi`` or ``ide`` are ``0-1:0-1`` (``0:0``, for example). Leave empty to auto-select next available address in the given bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address_position Server#address_position}
2280
+ :param type: The device type the storage will be attached as. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#type Server#type}
1992
2281
  '''
1993
2282
  if __debug__:
1994
2283
  type_hints = typing.get_type_hints(_typecheckingstub__deefc3ca26ddd4529dd49d665d0a7e4d178ed9e318d7a6ed318fe000f57713ea)
@@ -2010,7 +2299,7 @@ class ServerStorageDevices:
2010
2299
  def storage(self) -> builtins.str:
2011
2300
  '''A valid storage UUID.
2012
2301
 
2013
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage Server#storage}
2302
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage Server#storage}
2014
2303
  '''
2015
2304
  result = self._values.get("storage")
2016
2305
  assert result is not None, "Required property 'storage' is missing"
@@ -2022,7 +2311,7 @@ class ServerStorageDevices:
2022
2311
 
2023
2312
  Leave ``address_position`` field empty to auto-select next available address from that bus.
2024
2313
 
2025
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address Server#address}
2314
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address Server#address}
2026
2315
  '''
2027
2316
  result = self._values.get("address")
2028
2317
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2033,7 +2322,7 @@ class ServerStorageDevices:
2033
2322
 
2034
2323
  Valid values for address ``virtio`` are ``0-15`` (``0``, for example). Valid values for ``scsi`` or ``ide`` are ``0-1:0-1`` (``0:0``, for example). Leave empty to auto-select next available address in the given bus.
2035
2324
 
2036
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address_position Server#address_position}
2325
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address_position Server#address_position}
2037
2326
  '''
2038
2327
  result = self._values.get("address_position")
2039
2328
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2042,7 +2331,7 @@ class ServerStorageDevices:
2042
2331
  def type(self) -> typing.Optional[builtins.str]:
2043
2332
  '''The device type the storage will be attached as.
2044
2333
 
2045
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#type Server#type}
2334
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#type Server#type}
2046
2335
  '''
2047
2336
  result = self._values.get("type")
2048
2337
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2303,15 +2592,15 @@ class ServerTemplate:
2303
2592
  title: typing.Optional[builtins.str] = None,
2304
2593
  ) -> None:
2305
2594
  '''
2306
- :param storage: A valid storage UUID or template name. You can list available public templates with ``upctl storage list --public --template`` and available private templates with ``upctl storage list --template``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage Server#storage}
2307
- :param address: The device address the storage will be attached to (``scsi``|``virtio``|``ide``). Leave ``address_position`` field empty to auto-select next available address from that bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address Server#address}
2308
- :param address_position: The device position in the given bus (defined via field ``address``). For example ``0:0``, or ``0``. Leave empty to auto-select next available address in the given bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address_position Server#address_position}
2309
- :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#backup_rule Server#backup_rule}
2310
- :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.1.1/docs/resources/server#delete_autoresize_backup Server#delete_autoresize_backup}
2311
- :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#encrypt Server#encrypt}
2312
- :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of template 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.1.1/docs/resources/server#filesystem_autoresize Server#filesystem_autoresize}
2313
- :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#size Server#size}
2314
- :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#title Server#title}
2595
+ :param storage: A valid storage UUID or template name. You can list available public templates with ``upctl storage list --public --template`` and available private templates with ``upctl storage list --template``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage Server#storage}
2596
+ :param address: The device address the storage will be attached to (``scsi``|``virtio``|``ide``). Leave ``address_position`` field empty to auto-select next available address from that bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address Server#address}
2597
+ :param address_position: The device position in the given bus (defined via field ``address``). For example ``0:0``, or ``0``. Leave empty to auto-select next available address in the given bus. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address_position Server#address_position}
2598
+ :param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#backup_rule Server#backup_rule}
2599
+ :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.2.2/docs/resources/server#delete_autoresize_backup Server#delete_autoresize_backup}
2600
+ :param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#encrypt Server#encrypt}
2601
+ :param filesystem_autoresize: If set to true, provider will attempt to resize partition and filesystem when the size of template 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.2.2/docs/resources/server#filesystem_autoresize Server#filesystem_autoresize}
2602
+ :param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#size Server#size}
2603
+ :param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#title Server#title}
2315
2604
  '''
2316
2605
  if isinstance(backup_rule, dict):
2317
2606
  backup_rule = ServerTemplateBackupRule(**backup_rule)
@@ -2352,7 +2641,7 @@ class ServerTemplate:
2352
2641
 
2353
2642
  You can list available public templates with ``upctl storage list --public --template`` and available private templates with ``upctl storage list --template``.
2354
2643
 
2355
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#storage Server#storage}
2644
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#storage Server#storage}
2356
2645
  '''
2357
2646
  result = self._values.get("storage")
2358
2647
  assert result is not None, "Required property 'storage' is missing"
@@ -2364,7 +2653,7 @@ class ServerTemplate:
2364
2653
 
2365
2654
  Leave ``address_position`` field empty to auto-select next available address from that bus.
2366
2655
 
2367
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address Server#address}
2656
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address Server#address}
2368
2657
  '''
2369
2658
  result = self._values.get("address")
2370
2659
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2375,7 +2664,7 @@ class ServerTemplate:
2375
2664
 
2376
2665
  For example ``0:0``, or ``0``. Leave empty to auto-select next available address in the given bus.
2377
2666
 
2378
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#address_position Server#address_position}
2667
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#address_position Server#address_position}
2379
2668
  '''
2380
2669
  result = self._values.get("address_position")
2381
2670
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2384,7 +2673,7 @@ class ServerTemplate:
2384
2673
  def backup_rule(self) -> typing.Optional["ServerTemplateBackupRule"]:
2385
2674
  '''backup_rule block.
2386
2675
 
2387
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#backup_rule Server#backup_rule}
2676
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#backup_rule Server#backup_rule}
2388
2677
  '''
2389
2678
  result = self._values.get("backup_rule")
2390
2679
  return typing.cast(typing.Optional["ServerTemplateBackupRule"], result)
@@ -2395,7 +2684,7 @@ class ServerTemplate:
2395
2684
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2396
2685
  '''If set to true, the backup taken before the partition and filesystem resize attempt will be deleted immediately after success.
2397
2686
 
2398
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#delete_autoresize_backup Server#delete_autoresize_backup}
2687
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#delete_autoresize_backup Server#delete_autoresize_backup}
2399
2688
  '''
2400
2689
  result = self._values.get("delete_autoresize_backup")
2401
2690
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2406,7 +2695,7 @@ class ServerTemplate:
2406
2695
  ) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
2407
2696
  '''Sets if the storage is encrypted at rest.
2408
2697
 
2409
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#encrypt Server#encrypt}
2698
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#encrypt Server#encrypt}
2410
2699
  '''
2411
2700
  result = self._values.get("encrypt")
2412
2701
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2421,7 +2710,7 @@ class ServerTemplate:
2421
2710
  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).
2422
2711
  Taking and keeping backups incure costs.
2423
2712
 
2424
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#filesystem_autoresize Server#filesystem_autoresize}
2713
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#filesystem_autoresize Server#filesystem_autoresize}
2425
2714
  '''
2426
2715
  result = self._values.get("filesystem_autoresize")
2427
2716
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
@@ -2430,7 +2719,7 @@ class ServerTemplate:
2430
2719
  def size(self) -> typing.Optional[jsii.Number]:
2431
2720
  '''The size of the storage in gigabytes.
2432
2721
 
2433
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#size Server#size}
2722
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#size Server#size}
2434
2723
  '''
2435
2724
  result = self._values.get("size")
2436
2725
  return typing.cast(typing.Optional[jsii.Number], result)
@@ -2439,7 +2728,7 @@ class ServerTemplate:
2439
2728
  def title(self) -> typing.Optional[builtins.str]:
2440
2729
  '''A short, informative description.
2441
2730
 
2442
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#title Server#title}
2731
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#title Server#title}
2443
2732
  '''
2444
2733
  result = self._values.get("title")
2445
2734
  return typing.cast(typing.Optional[builtins.str], result)
@@ -2470,9 +2759,9 @@ class ServerTemplateBackupRule:
2470
2759
  time: builtins.str,
2471
2760
  ) -> None:
2472
2761
  '''
2473
- :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#interval Server#interval}
2474
- :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.1.1/docs/resources/server#retention Server#retention}
2475
- :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#time Server#time}
2762
+ :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#interval Server#interval}
2763
+ :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.2.2/docs/resources/server#retention Server#retention}
2764
+ :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#time Server#time}
2476
2765
  '''
2477
2766
  if __debug__:
2478
2767
  type_hints = typing.get_type_hints(_typecheckingstub__0da849dc75d0030fd1866a13a6da5cd60acc32df054d4b38c21875c14c699895)
@@ -2489,7 +2778,7 @@ class ServerTemplateBackupRule:
2489
2778
  def interval(self) -> builtins.str:
2490
2779
  '''The weekday when the backup is created.
2491
2780
 
2492
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#interval Server#interval}
2781
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#interval Server#interval}
2493
2782
  '''
2494
2783
  result = self._values.get("interval")
2495
2784
  assert result is not None, "Required property 'interval' is missing"
@@ -2499,7 +2788,7 @@ class ServerTemplateBackupRule:
2499
2788
  def retention(self) -> jsii.Number:
2500
2789
  '''The number of days before a backup is automatically deleted.
2501
2790
 
2502
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#retention Server#retention}
2791
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#retention Server#retention}
2503
2792
  '''
2504
2793
  result = self._values.get("retention")
2505
2794
  assert result is not None, "Required property 'retention' is missing"
@@ -2509,7 +2798,7 @@ class ServerTemplateBackupRule:
2509
2798
  def time(self) -> builtins.str:
2510
2799
  '''The time of day when the backup is created.
2511
2800
 
2512
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#time Server#time}
2801
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#time Server#time}
2513
2802
  '''
2514
2803
  result = self._values.get("time")
2515
2804
  assert result is not None, "Required property 'time' is missing"
@@ -2640,9 +2929,9 @@ class ServerTemplateOutputReference(
2640
2929
  time: builtins.str,
2641
2930
  ) -> None:
2642
2931
  '''
2643
- :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#interval Server#interval}
2644
- :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.1.1/docs/resources/server#retention Server#retention}
2645
- :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.1.1/docs/resources/server#time Server#time}
2932
+ :param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#interval Server#interval}
2933
+ :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.2.2/docs/resources/server#retention Server#retention}
2934
+ :param time: The time of day when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.2.2/docs/resources/server#time Server#time}
2646
2935
  '''
2647
2936
  value = ServerTemplateBackupRule(
2648
2937
  interval=interval, retention=retention, time=time
@@ -2876,6 +3165,9 @@ __all__ = [
2876
3165
  "ServerLogin",
2877
3166
  "ServerLoginOutputReference",
2878
3167
  "ServerNetworkInterface",
3168
+ "ServerNetworkInterfaceAdditionalIpAddress",
3169
+ "ServerNetworkInterfaceAdditionalIpAddressList",
3170
+ "ServerNetworkInterfaceAdditionalIpAddressOutputReference",
2879
3171
  "ServerNetworkInterfaceList",
2880
3172
  "ServerNetworkInterfaceOutputReference",
2881
3173
  "ServerSimpleBackup",
@@ -3144,6 +3436,7 @@ def _typecheckingstub__c5a2e407880016cbd5838a509393761434aa730eb60add2b4b29eadad
3144
3436
  def _typecheckingstub__fd495e0f43b555636347e658837821c13810606782b5f840f155acbfbcf8b7ea(
3145
3437
  *,
3146
3438
  type: builtins.str,
3439
+ additional_ip_address: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ServerNetworkInterfaceAdditionalIpAddress, typing.Dict[builtins.str, typing.Any]]]]] = None,
3147
3440
  bootable: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
3148
3441
  ip_address: typing.Optional[builtins.str] = None,
3149
3442
  ip_address_family: typing.Optional[builtins.str] = None,
@@ -3153,6 +3446,79 @@ def _typecheckingstub__fd495e0f43b555636347e658837821c13810606782b5f840f155acbfb
3153
3446
  """Type checking stubs"""
3154
3447
  pass
3155
3448
 
3449
+ def _typecheckingstub__0b6048ebfe8d4aeae43994c82a3e7294ab414eb1a49571fd3fff63238f2a288c(
3450
+ *,
3451
+ ip_address: typing.Optional[builtins.str] = None,
3452
+ ip_address_family: typing.Optional[builtins.str] = None,
3453
+ ) -> None:
3454
+ """Type checking stubs"""
3455
+ pass
3456
+
3457
+ def _typecheckingstub__c89b4cdfc5939236d1e9fc94c384f611793f43a4c91f76c668bcf6e8920983da(
3458
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
3459
+ terraform_attribute: builtins.str,
3460
+ wraps_set: builtins.bool,
3461
+ ) -> None:
3462
+ """Type checking stubs"""
3463
+ pass
3464
+
3465
+ def _typecheckingstub__fe600652bfba5fc59a4726212c2fa122256244a2cec86e2b2e06070db8c1d984(
3466
+ index: jsii.Number,
3467
+ ) -> None:
3468
+ """Type checking stubs"""
3469
+ pass
3470
+
3471
+ def _typecheckingstub__e6809907a581b5b3f9e20b9babc436747ce0b3ea6a13648ac92d3c70b10d2dfc(
3472
+ value: builtins.str,
3473
+ ) -> None:
3474
+ """Type checking stubs"""
3475
+ pass
3476
+
3477
+ def _typecheckingstub__36f7c9cde4988785a40830d569a548a483243af9c6bd0873ff940529f6b4b585(
3478
+ value: _cdktf_9a9027ec.IInterpolatingParent,
3479
+ ) -> None:
3480
+ """Type checking stubs"""
3481
+ pass
3482
+
3483
+ def _typecheckingstub__644944fcfc32d93265d478713d73010561f8478c3e1ffa1f2c553bd86640c038(
3484
+ value: builtins.bool,
3485
+ ) -> None:
3486
+ """Type checking stubs"""
3487
+ pass
3488
+
3489
+ def _typecheckingstub__45575bc52539ed3b5b2359cb867fcb8d243b1038ceb2f8bcfb25d1c549b97311(
3490
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[ServerNetworkInterfaceAdditionalIpAddress]]],
3491
+ ) -> None:
3492
+ """Type checking stubs"""
3493
+ pass
3494
+
3495
+ def _typecheckingstub__4810e97a66fec22fb3dd09271c828afd76cb05fc43770f256ae7b23ed9da0815(
3496
+ terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
3497
+ terraform_attribute: builtins.str,
3498
+ complex_object_index: jsii.Number,
3499
+ complex_object_is_from_set: builtins.bool,
3500
+ ) -> None:
3501
+ """Type checking stubs"""
3502
+ pass
3503
+
3504
+ def _typecheckingstub__d0fc5e2f66e9fb36b7182fe1e3ac63b505553c4d12c85e38dc9931ca117fc764(
3505
+ value: builtins.str,
3506
+ ) -> None:
3507
+ """Type checking stubs"""
3508
+ pass
3509
+
3510
+ def _typecheckingstub__4526d2405b2bec0bc8fbc830fb0bcc3fca2f040b51eda99c592f63ea38a4a8f0(
3511
+ value: builtins.str,
3512
+ ) -> None:
3513
+ """Type checking stubs"""
3514
+ pass
3515
+
3516
+ def _typecheckingstub__2ec9c6ee49d971ad506ddb057f8f31a2aa27ea1e520ca44123a2e905e640c982(
3517
+ value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, ServerNetworkInterfaceAdditionalIpAddress]],
3518
+ ) -> None:
3519
+ """Type checking stubs"""
3520
+ pass
3521
+
3156
3522
  def _typecheckingstub__fc54b91b5d0d7c97de16d571e1bd39a117d649214c8689ebf9994e4e990fd340(
3157
3523
  terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
3158
3524
  terraform_attribute: builtins.str,
@@ -3200,6 +3566,12 @@ def _typecheckingstub__f351e78b8ed148a38258a4e1044dee8183c1dc0faa0e2ff98d6538a76
3200
3566
  """Type checking stubs"""
3201
3567
  pass
3202
3568
 
3569
+ def _typecheckingstub__368dac4f3634a09c66a3ae7e88a47843ad59c6921904b64e48b246bca21f0781(
3570
+ value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[ServerNetworkInterfaceAdditionalIpAddress, typing.Dict[builtins.str, typing.Any]]]],
3571
+ ) -> None:
3572
+ """Type checking stubs"""
3573
+ pass
3574
+
3203
3575
  def _typecheckingstub__47ed0e3d16bdd5428b4c7adf673350899ade00d8859059ed0f26439a53c0b519(
3204
3576
  value: typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable],
3205
3577
  ) -> None: