cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.9.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cdktf-cdktf-provider-upcloud might be problematic. Click here for more details.
- cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.1.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +44 -44
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +28 -28
- cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +12 -12
- cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +8 -8
- cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +62 -62
- cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/gateway/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +54 -54
- cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +80 -80
- cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +95 -95
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +72 -72
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +52 -52
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +351 -351
- cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +40 -40
- cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +314 -268
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +464 -464
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +510 -416
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +218 -172
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +48 -48
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +16 -16
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +20 -20
- cdktf_cdktf_provider_upcloud/network/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +38 -38
- cdktf_cdktf_provider_upcloud/object_storage/__init__.py +43 -43
- cdktf_cdktf_provider_upcloud/provider/__init__.py +32 -32
- cdktf_cdktf_provider_upcloud/router/__init__.py +33 -33
- cdktf_cdktf_provider_upcloud/server/__init__.py +219 -219
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +24 -24
- cdktf_cdktf_provider_upcloud/storage/__init__.py +76 -76
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.9.1.dist-info/RECORD +61 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/WHEEL +1 -1
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.9.0.jsii.tgz +0 -0
- cdktf_cdktf_provider_upcloud-14.9.0.dist-info/RECORD +0 -61
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.9.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_server`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_server`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_server`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class Server(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.server.Server",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server upcloud_server}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -67,33 +67,33 @@ class Server(
|
|
|
67
67
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
68
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,
|
|
69
69
|
) -> None:
|
|
70
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
70
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server upcloud_server} Resource.
|
|
71
71
|
|
|
72
72
|
:param scope: The scope in which to define this construct.
|
|
73
73
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
74
|
-
:param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
75
|
-
:param network_interface: network_interface block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
78
|
-
:param cpu: The number of CPU for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
79
|
-
:param firewall: Are firewall rules active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
81
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
82
|
-
:param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
83
|
-
:param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
85
|
-
:param metadata: Is the metadata service active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
89
|
-
:param simple_backup: simple_backup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
90
|
-
:param storage_devices: storage_devices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
91
|
-
:param tags: The server related tags. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
92
|
-
:param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
93
|
-
:param timezone: A timezone identifier, e.g. ``Europe/Helsinki``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
94
|
-
:param title: A short, informational description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
74
|
+
:param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#host Server#host}
|
|
81
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.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.
|
|
82
|
+
:param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#labels Server#labels}
|
|
83
|
+
:param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#tags Server#tags}
|
|
92
|
+
:param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#video_model Server#video_model}
|
|
97
97
|
:param connection:
|
|
98
98
|
:param count:
|
|
99
99
|
:param depends_on:
|
|
@@ -154,7 +154,7 @@ class Server(
|
|
|
154
154
|
|
|
155
155
|
:param scope: The scope in which to define this construct.
|
|
156
156
|
:param import_to_id: The construct id used in the generated config for the Server to import.
|
|
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.9.
|
|
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.9.1/docs/resources/server#import import section} in the documentation of this resource for the id to use
|
|
158
158
|
:param provider: ? Optional instance of the provider where the Server to import is found.
|
|
159
159
|
'''
|
|
160
160
|
if __debug__:
|
|
@@ -175,10 +175,10 @@ class Server(
|
|
|
175
175
|
user: typing.Optional[builtins.str] = None,
|
|
176
176
|
) -> None:
|
|
177
177
|
'''
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
181
|
-
:param user: Username to be create to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#user Server#user}
|
|
182
182
|
'''
|
|
183
183
|
value = ServerLogin(
|
|
184
184
|
create_password=create_password,
|
|
@@ -205,8 +205,8 @@ class Server(
|
|
|
205
205
|
@jsii.member(jsii_name="putSimpleBackup")
|
|
206
206
|
def put_simple_backup(self, *, plan: builtins.str, time: builtins.str) -> None:
|
|
207
207
|
'''
|
|
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.9.
|
|
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.9.
|
|
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.9.1/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.9.1/docs/resources/server#time Server#time}
|
|
210
210
|
'''
|
|
211
211
|
value = ServerSimpleBackup(plan=plan, time=time)
|
|
212
212
|
|
|
@@ -240,15 +240,15 @@ class Server(
|
|
|
240
240
|
title: typing.Optional[builtins.str] = None,
|
|
241
241
|
) -> None:
|
|
242
242
|
'''
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
246
|
-
:param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
248
|
-
:param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
250
|
-
:param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
251
|
-
:param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#title Server#title}
|
|
252
252
|
'''
|
|
253
253
|
value = ServerTemplate(
|
|
254
254
|
storage=storage,
|
|
@@ -517,7 +517,7 @@ class Server(
|
|
|
517
517
|
if __debug__:
|
|
518
518
|
type_hints = typing.get_type_hints(_typecheckingstub__f3c840f2e6e25ab81a562249038283c68d1c9227ca4e4942e8d91d710b04c5bf)
|
|
519
519
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
520
|
-
jsii.set(self, "bootOrder", value)
|
|
520
|
+
jsii.set(self, "bootOrder", value) # pyright: ignore[reportArgumentType]
|
|
521
521
|
|
|
522
522
|
@builtins.property
|
|
523
523
|
@jsii.member(jsii_name="cpu")
|
|
@@ -529,7 +529,7 @@ class Server(
|
|
|
529
529
|
if __debug__:
|
|
530
530
|
type_hints = typing.get_type_hints(_typecheckingstub__c0bf29acd3dd45353eecfc5a63f6040bd66f55ef883a41491d92f1bdbe810a40)
|
|
531
531
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
532
|
-
jsii.set(self, "cpu", value)
|
|
532
|
+
jsii.set(self, "cpu", value) # pyright: ignore[reportArgumentType]
|
|
533
533
|
|
|
534
534
|
@builtins.property
|
|
535
535
|
@jsii.member(jsii_name="firewall")
|
|
@@ -544,7 +544,7 @@ class Server(
|
|
|
544
544
|
if __debug__:
|
|
545
545
|
type_hints = typing.get_type_hints(_typecheckingstub__faf5fe2f1617d856951894b09503ce986b9b9e75f119670e34925d2d45d2e9ed)
|
|
546
546
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
547
|
-
jsii.set(self, "firewall", value)
|
|
547
|
+
jsii.set(self, "firewall", value) # pyright: ignore[reportArgumentType]
|
|
548
548
|
|
|
549
549
|
@builtins.property
|
|
550
550
|
@jsii.member(jsii_name="host")
|
|
@@ -556,7 +556,7 @@ class Server(
|
|
|
556
556
|
if __debug__:
|
|
557
557
|
type_hints = typing.get_type_hints(_typecheckingstub__cb33c3002695f65e8de16860ddf00ce31ac89ba44e937051e0add8e77bb120c2)
|
|
558
558
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
559
|
-
jsii.set(self, "host", value)
|
|
559
|
+
jsii.set(self, "host", value) # pyright: ignore[reportArgumentType]
|
|
560
560
|
|
|
561
561
|
@builtins.property
|
|
562
562
|
@jsii.member(jsii_name="hostname")
|
|
@@ -568,7 +568,7 @@ class Server(
|
|
|
568
568
|
if __debug__:
|
|
569
569
|
type_hints = typing.get_type_hints(_typecheckingstub__f4bd72ca4af6dd9b479c0262e490984bdbd3191d9b6e06c6924b98a95b88a2ce)
|
|
570
570
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
571
|
-
jsii.set(self, "hostname", value)
|
|
571
|
+
jsii.set(self, "hostname", value) # pyright: ignore[reportArgumentType]
|
|
572
572
|
|
|
573
573
|
@builtins.property
|
|
574
574
|
@jsii.member(jsii_name="id")
|
|
@@ -580,7 +580,7 @@ class Server(
|
|
|
580
580
|
if __debug__:
|
|
581
581
|
type_hints = typing.get_type_hints(_typecheckingstub__a84cfa579ab88830b19af88519f30728d1a5668fda89bc3e98d7b7cb076e00cc)
|
|
582
582
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
583
|
-
jsii.set(self, "id", value)
|
|
583
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
584
584
|
|
|
585
585
|
@builtins.property
|
|
586
586
|
@jsii.member(jsii_name="labels")
|
|
@@ -592,7 +592,7 @@ class Server(
|
|
|
592
592
|
if __debug__:
|
|
593
593
|
type_hints = typing.get_type_hints(_typecheckingstub__3a7892fe5de8b838249765679a48d6de643cd5ca2b10527938954d152ae696ef)
|
|
594
594
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
595
|
-
jsii.set(self, "labels", value)
|
|
595
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
596
596
|
|
|
597
597
|
@builtins.property
|
|
598
598
|
@jsii.member(jsii_name="mem")
|
|
@@ -604,7 +604,7 @@ class Server(
|
|
|
604
604
|
if __debug__:
|
|
605
605
|
type_hints = typing.get_type_hints(_typecheckingstub__124e11a99805e080ae09bb64a779c4f3bf94f05876de9f8f9b682c9fe74e79e6)
|
|
606
606
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
607
|
-
jsii.set(self, "mem", value)
|
|
607
|
+
jsii.set(self, "mem", value) # pyright: ignore[reportArgumentType]
|
|
608
608
|
|
|
609
609
|
@builtins.property
|
|
610
610
|
@jsii.member(jsii_name="metadata")
|
|
@@ -619,7 +619,7 @@ class Server(
|
|
|
619
619
|
if __debug__:
|
|
620
620
|
type_hints = typing.get_type_hints(_typecheckingstub__64fa85207ab264b6f079b98afe3eef4ec2bf20d249f7caa10f6ab31566841844)
|
|
621
621
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
622
|
-
jsii.set(self, "metadata", value)
|
|
622
|
+
jsii.set(self, "metadata", value) # pyright: ignore[reportArgumentType]
|
|
623
623
|
|
|
624
624
|
@builtins.property
|
|
625
625
|
@jsii.member(jsii_name="nicModel")
|
|
@@ -631,7 +631,7 @@ class Server(
|
|
|
631
631
|
if __debug__:
|
|
632
632
|
type_hints = typing.get_type_hints(_typecheckingstub__73873c9b847e096c8d36928cf5ffb48b31ddda7a6e2e85ff16060721788d964a)
|
|
633
633
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
634
|
-
jsii.set(self, "nicModel", value)
|
|
634
|
+
jsii.set(self, "nicModel", value) # pyright: ignore[reportArgumentType]
|
|
635
635
|
|
|
636
636
|
@builtins.property
|
|
637
637
|
@jsii.member(jsii_name="plan")
|
|
@@ -643,7 +643,7 @@ class Server(
|
|
|
643
643
|
if __debug__:
|
|
644
644
|
type_hints = typing.get_type_hints(_typecheckingstub__2da76f679e87688e11b6f83fb15ba717554341797b152012a0fb49e67140b935)
|
|
645
645
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
646
|
-
jsii.set(self, "plan", value)
|
|
646
|
+
jsii.set(self, "plan", value) # pyright: ignore[reportArgumentType]
|
|
647
647
|
|
|
648
648
|
@builtins.property
|
|
649
649
|
@jsii.member(jsii_name="serverGroup")
|
|
@@ -655,7 +655,7 @@ class Server(
|
|
|
655
655
|
if __debug__:
|
|
656
656
|
type_hints = typing.get_type_hints(_typecheckingstub__51f9146cea8a8c10f6036dc84f9aeeba44ddaf4014a5b9c76b6db3a83541f508)
|
|
657
657
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
658
|
-
jsii.set(self, "serverGroup", value)
|
|
658
|
+
jsii.set(self, "serverGroup", value) # pyright: ignore[reportArgumentType]
|
|
659
659
|
|
|
660
660
|
@builtins.property
|
|
661
661
|
@jsii.member(jsii_name="tags")
|
|
@@ -667,7 +667,7 @@ class Server(
|
|
|
667
667
|
if __debug__:
|
|
668
668
|
type_hints = typing.get_type_hints(_typecheckingstub__6e7175151be1c034f617e5043b4a582fa7a23b63257729e9f6b6957e2b922bfb)
|
|
669
669
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
670
|
-
jsii.set(self, "tags", value)
|
|
670
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
671
671
|
|
|
672
672
|
@builtins.property
|
|
673
673
|
@jsii.member(jsii_name="timezone")
|
|
@@ -679,7 +679,7 @@ class Server(
|
|
|
679
679
|
if __debug__:
|
|
680
680
|
type_hints = typing.get_type_hints(_typecheckingstub__8b526366a4bae8de79997344422703026d48dfdf7c13035edfebf4e00122087f)
|
|
681
681
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
682
|
-
jsii.set(self, "timezone", value)
|
|
682
|
+
jsii.set(self, "timezone", value) # pyright: ignore[reportArgumentType]
|
|
683
683
|
|
|
684
684
|
@builtins.property
|
|
685
685
|
@jsii.member(jsii_name="title")
|
|
@@ -691,7 +691,7 @@ class Server(
|
|
|
691
691
|
if __debug__:
|
|
692
692
|
type_hints = typing.get_type_hints(_typecheckingstub__ae9bce333377a9eba2c28adc33c40c562a185ced6585b2a01045577d13004430)
|
|
693
693
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
694
|
-
jsii.set(self, "title", value)
|
|
694
|
+
jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
|
|
695
695
|
|
|
696
696
|
@builtins.property
|
|
697
697
|
@jsii.member(jsii_name="userData")
|
|
@@ -703,7 +703,7 @@ class Server(
|
|
|
703
703
|
if __debug__:
|
|
704
704
|
type_hints = typing.get_type_hints(_typecheckingstub__64b2aea0b37c12d0056c07c0c4281a978b335a3259b4e52cc2e9287e80bfa864)
|
|
705
705
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
706
|
-
jsii.set(self, "userData", value)
|
|
706
|
+
jsii.set(self, "userData", value) # pyright: ignore[reportArgumentType]
|
|
707
707
|
|
|
708
708
|
@builtins.property
|
|
709
709
|
@jsii.member(jsii_name="videoModel")
|
|
@@ -715,7 +715,7 @@ class Server(
|
|
|
715
715
|
if __debug__:
|
|
716
716
|
type_hints = typing.get_type_hints(_typecheckingstub__9f359cdaa0371668935e486d8df757ecf8422ace07256bfdf4b1dc470679de35)
|
|
717
717
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
718
|
-
jsii.set(self, "videoModel", value)
|
|
718
|
+
jsii.set(self, "videoModel", value) # pyright: ignore[reportArgumentType]
|
|
719
719
|
|
|
720
720
|
@builtins.property
|
|
721
721
|
@jsii.member(jsii_name="zone")
|
|
@@ -727,7 +727,7 @@ class Server(
|
|
|
727
727
|
if __debug__:
|
|
728
728
|
type_hints = typing.get_type_hints(_typecheckingstub__189f51a8a94e7de544c3857c63fb20bd2ee94539e95189dafb4bab5cb85e9236)
|
|
729
729
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
730
|
-
jsii.set(self, "zone", value)
|
|
730
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
731
731
|
|
|
732
732
|
|
|
733
733
|
@jsii.data_type(
|
|
@@ -809,29 +809,29 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
809
809
|
:param lifecycle:
|
|
810
810
|
:param provider:
|
|
811
811
|
:param provisioners:
|
|
812
|
-
:param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
813
|
-
:param network_interface: network_interface block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
816
|
-
:param cpu: The number of CPU for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
817
|
-
:param firewall: Are firewall rules active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
819
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
820
|
-
:param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
821
|
-
:param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
823
|
-
:param metadata: Is the metadata service active for the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
827
|
-
:param simple_backup: simple_backup block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
828
|
-
:param storage_devices: storage_devices block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
829
|
-
:param tags: The server related tags. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
830
|
-
:param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
831
|
-
:param timezone: A timezone identifier, e.g. ``Europe/Helsinki``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
832
|
-
:param title: A short, informational description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
812
|
+
:param hostname: A valid domain name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#host Server#host}
|
|
819
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.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.
|
|
820
|
+
:param labels: Key-value pairs to classify the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#labels Server#labels}
|
|
821
|
+
:param login: login block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#tags Server#tags}
|
|
830
|
+
:param template: template block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#video_model Server#video_model}
|
|
835
835
|
'''
|
|
836
836
|
if isinstance(lifecycle, dict):
|
|
837
837
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -1001,7 +1001,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1001
1001
|
def hostname(self) -> builtins.str:
|
|
1002
1002
|
'''A valid domain name.
|
|
1003
1003
|
|
|
1004
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1004
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#hostname Server#hostname}
|
|
1005
1005
|
'''
|
|
1006
1006
|
result = self._values.get("hostname")
|
|
1007
1007
|
assert result is not None, "Required property 'hostname' is missing"
|
|
@@ -1013,7 +1013,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1013
1013
|
) -> typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerNetworkInterface"]]:
|
|
1014
1014
|
'''network_interface block.
|
|
1015
1015
|
|
|
1016
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1016
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#network_interface Server#network_interface}
|
|
1017
1017
|
'''
|
|
1018
1018
|
result = self._values.get("network_interface")
|
|
1019
1019
|
assert result is not None, "Required property 'network_interface' is missing"
|
|
@@ -1023,7 +1023,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1023
1023
|
def zone(self) -> builtins.str:
|
|
1024
1024
|
'''The zone in which the server will be hosted, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
1025
1025
|
|
|
1026
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1026
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#zone Server#zone}
|
|
1027
1027
|
'''
|
|
1028
1028
|
result = self._values.get("zone")
|
|
1029
1029
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -1033,7 +1033,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1033
1033
|
def boot_order(self) -> typing.Optional[builtins.str]:
|
|
1034
1034
|
'''The boot device order, ``cdrom``|``disk``|``network`` or comma separated combination of those values. Defaults to ``disk``.
|
|
1035
1035
|
|
|
1036
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1036
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#boot_order Server#boot_order}
|
|
1037
1037
|
'''
|
|
1038
1038
|
result = self._values.get("boot_order")
|
|
1039
1039
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1042,7 +1042,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1042
1042
|
def cpu(self) -> typing.Optional[jsii.Number]:
|
|
1043
1043
|
'''The number of CPU for the server.
|
|
1044
1044
|
|
|
1045
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1045
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#cpu Server#cpu}
|
|
1046
1046
|
'''
|
|
1047
1047
|
result = self._values.get("cpu")
|
|
1048
1048
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1053,7 +1053,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1053
1053
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1054
1054
|
'''Are firewall rules active for the server.
|
|
1055
1055
|
|
|
1056
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1056
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#firewall Server#firewall}
|
|
1057
1057
|
'''
|
|
1058
1058
|
result = self._values.get("firewall")
|
|
1059
1059
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1064,14 +1064,14 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1064
1064
|
|
|
1065
1065
|
Refers to value from host -attribute. Only available for private cloud hosts
|
|
1066
1066
|
|
|
1067
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1067
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#host Server#host}
|
|
1068
1068
|
'''
|
|
1069
1069
|
result = self._values.get("host")
|
|
1070
1070
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
1071
1071
|
|
|
1072
1072
|
@builtins.property
|
|
1073
1073
|
def id(self) -> typing.Optional[builtins.str]:
|
|
1074
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1074
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#id Server#id}.
|
|
1075
1075
|
|
|
1076
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.
|
|
1077
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.
|
|
@@ -1083,7 +1083,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1083
1083
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
1084
1084
|
'''Key-value pairs to classify the server.
|
|
1085
1085
|
|
|
1086
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1086
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#labels Server#labels}
|
|
1087
1087
|
'''
|
|
1088
1088
|
result = self._values.get("labels")
|
|
1089
1089
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -1092,7 +1092,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1092
1092
|
def login(self) -> typing.Optional["ServerLogin"]:
|
|
1093
1093
|
'''login block.
|
|
1094
1094
|
|
|
1095
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1095
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#login Server#login}
|
|
1096
1096
|
'''
|
|
1097
1097
|
result = self._values.get("login")
|
|
1098
1098
|
return typing.cast(typing.Optional["ServerLogin"], result)
|
|
@@ -1101,7 +1101,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1101
1101
|
def mem(self) -> typing.Optional[jsii.Number]:
|
|
1102
1102
|
'''The size of memory for the server (in megabytes).
|
|
1103
1103
|
|
|
1104
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1104
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#mem Server#mem}
|
|
1105
1105
|
'''
|
|
1106
1106
|
result = self._values.get("mem")
|
|
1107
1107
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -1112,7 +1112,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1112
1112
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1113
1113
|
'''Is the metadata service active for the server.
|
|
1114
1114
|
|
|
1115
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1115
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#metadata Server#metadata}
|
|
1116
1116
|
'''
|
|
1117
1117
|
result = self._values.get("metadata")
|
|
1118
1118
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1121,7 +1121,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1121
1121
|
def nic_model(self) -> typing.Optional[builtins.str]:
|
|
1122
1122
|
'''The model of the server's network interfaces.
|
|
1123
1123
|
|
|
1124
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1124
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#nic_model Server#nic_model}
|
|
1125
1125
|
'''
|
|
1126
1126
|
result = self._values.get("nic_model")
|
|
1127
1127
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1130,7 +1130,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1130
1130
|
def plan(self) -> typing.Optional[builtins.str]:
|
|
1131
1131
|
'''The pricing plan used for the server. You can list available server plans with ``upctl server plans``.
|
|
1132
1132
|
|
|
1133
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1133
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#plan Server#plan}
|
|
1134
1134
|
'''
|
|
1135
1135
|
result = self._values.get("plan")
|
|
1136
1136
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1141,7 +1141,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1141
1141
|
|
|
1142
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.
|
|
1143
1143
|
|
|
1144
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1144
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#server_group Server#server_group}
|
|
1145
1145
|
'''
|
|
1146
1146
|
result = self._values.get("server_group")
|
|
1147
1147
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1150,7 +1150,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1150
1150
|
def simple_backup(self) -> typing.Optional["ServerSimpleBackup"]:
|
|
1151
1151
|
'''simple_backup block.
|
|
1152
1152
|
|
|
1153
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1153
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#simple_backup Server#simple_backup}
|
|
1154
1154
|
'''
|
|
1155
1155
|
result = self._values.get("simple_backup")
|
|
1156
1156
|
return typing.cast(typing.Optional["ServerSimpleBackup"], result)
|
|
@@ -1161,7 +1161,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1161
1161
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerStorageDevices"]]]:
|
|
1162
1162
|
'''storage_devices block.
|
|
1163
1163
|
|
|
1164
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1164
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#storage_devices Server#storage_devices}
|
|
1165
1165
|
'''
|
|
1166
1166
|
result = self._values.get("storage_devices")
|
|
1167
1167
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerStorageDevices"]]], result)
|
|
@@ -1170,7 +1170,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1170
1170
|
def tags(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1171
1171
|
'''The server related tags.
|
|
1172
1172
|
|
|
1173
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1173
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#tags Server#tags}
|
|
1174
1174
|
'''
|
|
1175
1175
|
result = self._values.get("tags")
|
|
1176
1176
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -1179,7 +1179,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1179
1179
|
def template(self) -> typing.Optional["ServerTemplate"]:
|
|
1180
1180
|
'''template block.
|
|
1181
1181
|
|
|
1182
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1182
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#template Server#template}
|
|
1183
1183
|
'''
|
|
1184
1184
|
result = self._values.get("template")
|
|
1185
1185
|
return typing.cast(typing.Optional["ServerTemplate"], result)
|
|
@@ -1188,7 +1188,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1188
1188
|
def timezone(self) -> typing.Optional[builtins.str]:
|
|
1189
1189
|
'''A timezone identifier, e.g. ``Europe/Helsinki``.
|
|
1190
1190
|
|
|
1191
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1191
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#timezone Server#timezone}
|
|
1192
1192
|
'''
|
|
1193
1193
|
result = self._values.get("timezone")
|
|
1194
1194
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1197,7 +1197,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1197
1197
|
def title(self) -> typing.Optional[builtins.str]:
|
|
1198
1198
|
'''A short, informational description.
|
|
1199
1199
|
|
|
1200
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1200
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#title Server#title}
|
|
1201
1201
|
'''
|
|
1202
1202
|
result = self._values.get("title")
|
|
1203
1203
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1206,7 +1206,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1206
1206
|
def user_data(self) -> typing.Optional[builtins.str]:
|
|
1207
1207
|
'''Defines URL for a server setup script, or the script body itself.
|
|
1208
1208
|
|
|
1209
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1209
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#user_data Server#user_data}
|
|
1210
1210
|
'''
|
|
1211
1211
|
result = self._values.get("user_data")
|
|
1212
1212
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1215,7 +1215,7 @@ class ServerConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
1215
1215
|
def video_model(self) -> typing.Optional[builtins.str]:
|
|
1216
1216
|
'''The model of the server's video interface.
|
|
1217
1217
|
|
|
1218
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1218
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#video_model Server#video_model}
|
|
1219
1219
|
'''
|
|
1220
1220
|
result = self._values.get("video_model")
|
|
1221
1221
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1252,10 +1252,10 @@ class ServerLogin:
|
|
|
1252
1252
|
user: typing.Optional[builtins.str] = None,
|
|
1253
1253
|
) -> None:
|
|
1254
1254
|
'''
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
1258
|
-
:param user: Username to be create to access the server. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#user Server#user}
|
|
1259
1259
|
'''
|
|
1260
1260
|
if __debug__:
|
|
1261
1261
|
type_hints = typing.get_type_hints(_typecheckingstub__ba39a2ee1d911b76fb74554613ea114a5a572a0bf44aae12941ef4644ef7377a)
|
|
@@ -1279,7 +1279,7 @@ class ServerLogin:
|
|
|
1279
1279
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1280
1280
|
'''Indicates a password should be create to allow access.
|
|
1281
1281
|
|
|
1282
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1282
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#create_password Server#create_password}
|
|
1283
1283
|
'''
|
|
1284
1284
|
result = self._values.get("create_password")
|
|
1285
1285
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1288,7 +1288,7 @@ class ServerLogin:
|
|
|
1288
1288
|
def keys(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
1289
1289
|
'''A list of ssh keys to access the server.
|
|
1290
1290
|
|
|
1291
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1291
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#keys Server#keys}
|
|
1292
1292
|
'''
|
|
1293
1293
|
result = self._values.get("keys")
|
|
1294
1294
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -1297,7 +1297,7 @@ class ServerLogin:
|
|
|
1297
1297
|
def password_delivery(self) -> typing.Optional[builtins.str]:
|
|
1298
1298
|
'''The delivery method for the server's root password (one of ``none``, ``email`` or ``sms``).
|
|
1299
1299
|
|
|
1300
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1300
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#password_delivery Server#password_delivery}
|
|
1301
1301
|
'''
|
|
1302
1302
|
result = self._values.get("password_delivery")
|
|
1303
1303
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1306,7 +1306,7 @@ class ServerLogin:
|
|
|
1306
1306
|
def user(self) -> typing.Optional[builtins.str]:
|
|
1307
1307
|
'''Username to be create to access the server.
|
|
1308
1308
|
|
|
1309
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1309
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#user Server#user}
|
|
1310
1310
|
'''
|
|
1311
1311
|
result = self._values.get("user")
|
|
1312
1312
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1396,7 +1396,7 @@ class ServerLoginOutputReference(
|
|
|
1396
1396
|
if __debug__:
|
|
1397
1397
|
type_hints = typing.get_type_hints(_typecheckingstub__52fef0f21493a08a9b1120b5e06665743a76af6b2c68ad33657352e375d30f83)
|
|
1398
1398
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1399
|
-
jsii.set(self, "createPassword", value)
|
|
1399
|
+
jsii.set(self, "createPassword", value) # pyright: ignore[reportArgumentType]
|
|
1400
1400
|
|
|
1401
1401
|
@builtins.property
|
|
1402
1402
|
@jsii.member(jsii_name="keys")
|
|
@@ -1408,7 +1408,7 @@ class ServerLoginOutputReference(
|
|
|
1408
1408
|
if __debug__:
|
|
1409
1409
|
type_hints = typing.get_type_hints(_typecheckingstub__6b692749540d070af5a9539957a6fb3b45c73bf325a279cde1ce841cb2b3a368)
|
|
1410
1410
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1411
|
-
jsii.set(self, "keys", value)
|
|
1411
|
+
jsii.set(self, "keys", value) # pyright: ignore[reportArgumentType]
|
|
1412
1412
|
|
|
1413
1413
|
@builtins.property
|
|
1414
1414
|
@jsii.member(jsii_name="passwordDelivery")
|
|
@@ -1420,7 +1420,7 @@ class ServerLoginOutputReference(
|
|
|
1420
1420
|
if __debug__:
|
|
1421
1421
|
type_hints = typing.get_type_hints(_typecheckingstub__0cb6ee9476d3d13341856fea701d89ab77f7390a5c83899ab22e0865a2cfaf45)
|
|
1422
1422
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1423
|
-
jsii.set(self, "passwordDelivery", value)
|
|
1423
|
+
jsii.set(self, "passwordDelivery", value) # pyright: ignore[reportArgumentType]
|
|
1424
1424
|
|
|
1425
1425
|
@builtins.property
|
|
1426
1426
|
@jsii.member(jsii_name="user")
|
|
@@ -1432,7 +1432,7 @@ class ServerLoginOutputReference(
|
|
|
1432
1432
|
if __debug__:
|
|
1433
1433
|
type_hints = typing.get_type_hints(_typecheckingstub__f5428294ae30fe53a9c3e6f59c5d7345c00077d52ca2969ca46d13b15b72bcf2)
|
|
1434
1434
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1435
|
-
jsii.set(self, "user", value)
|
|
1435
|
+
jsii.set(self, "user", value) # pyright: ignore[reportArgumentType]
|
|
1436
1436
|
|
|
1437
1437
|
@builtins.property
|
|
1438
1438
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1444,7 +1444,7 @@ class ServerLoginOutputReference(
|
|
|
1444
1444
|
if __debug__:
|
|
1445
1445
|
type_hints = typing.get_type_hints(_typecheckingstub__c5a2e407880016cbd5838a509393761434aa730eb60add2b4b29eadad0776d3b)
|
|
1446
1446
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1447
|
-
jsii.set(self, "internalValue", value)
|
|
1447
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1448
1448
|
|
|
1449
1449
|
|
|
1450
1450
|
@jsii.data_type(
|
|
@@ -1473,13 +1473,13 @@ class ServerNetworkInterface:
|
|
|
1473
1473
|
source_ip_filtering: typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]] = None,
|
|
1474
1474
|
) -> None:
|
|
1475
1475
|
'''
|
|
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.9.
|
|
1477
|
-
:param additional_ip_address: additional_ip_address block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
1479
|
-
:param ip_address: The assigned primary IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#source_ip_filtering Server#source_ip_filtering}
|
|
1483
1483
|
'''
|
|
1484
1484
|
if __debug__:
|
|
1485
1485
|
type_hints = typing.get_type_hints(_typecheckingstub__fd495e0f43b555636347e658837821c13810606782b5f840f155acbfbcf8b7ea)
|
|
@@ -1510,7 +1510,7 @@ class ServerNetworkInterface:
|
|
|
1510
1510
|
def type(self) -> builtins.str:
|
|
1511
1511
|
'''Network interface type. For private network interfaces, a network must be specified with an existing network id.
|
|
1512
1512
|
|
|
1513
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1513
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#type Server#type}
|
|
1514
1514
|
'''
|
|
1515
1515
|
result = self._values.get("type")
|
|
1516
1516
|
assert result is not None, "Required property 'type' is missing"
|
|
@@ -1522,7 +1522,7 @@ class ServerNetworkInterface:
|
|
|
1522
1522
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerNetworkInterfaceAdditionalIpAddress"]]]:
|
|
1523
1523
|
'''additional_ip_address block.
|
|
1524
1524
|
|
|
1525
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1525
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#additional_ip_address Server#additional_ip_address}
|
|
1526
1526
|
'''
|
|
1527
1527
|
result = self._values.get("additional_ip_address")
|
|
1528
1528
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["ServerNetworkInterfaceAdditionalIpAddress"]]], result)
|
|
@@ -1533,7 +1533,7 @@ class ServerNetworkInterface:
|
|
|
1533
1533
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1534
1534
|
'''``true`` if this interface should be used for network booting.
|
|
1535
1535
|
|
|
1536
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1536
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#bootable Server#bootable}
|
|
1537
1537
|
'''
|
|
1538
1538
|
result = self._values.get("bootable")
|
|
1539
1539
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1542,7 +1542,7 @@ class ServerNetworkInterface:
|
|
|
1542
1542
|
def ip_address(self) -> typing.Optional[builtins.str]:
|
|
1543
1543
|
'''The assigned primary IP address.
|
|
1544
1544
|
|
|
1545
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1545
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#ip_address Server#ip_address}
|
|
1546
1546
|
'''
|
|
1547
1547
|
result = self._values.get("ip_address")
|
|
1548
1548
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1551,7 +1551,7 @@ class ServerNetworkInterface:
|
|
|
1551
1551
|
def ip_address_family(self) -> typing.Optional[builtins.str]:
|
|
1552
1552
|
'''The type of the primary IP address of this interface (one of ``IPv4`` or ``IPv6``).
|
|
1553
1553
|
|
|
1554
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1554
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#ip_address_family Server#ip_address_family}
|
|
1555
1555
|
'''
|
|
1556
1556
|
result = self._values.get("ip_address_family")
|
|
1557
1557
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1560,7 +1560,7 @@ class ServerNetworkInterface:
|
|
|
1560
1560
|
def network(self) -> typing.Optional[builtins.str]:
|
|
1561
1561
|
'''The unique ID of a network to attach this network to.
|
|
1562
1562
|
|
|
1563
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1563
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#network Server#network}
|
|
1564
1564
|
'''
|
|
1565
1565
|
result = self._values.get("network")
|
|
1566
1566
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1571,7 +1571,7 @@ class ServerNetworkInterface:
|
|
|
1571
1571
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
1572
1572
|
'''``true`` if source IP should be filtered.
|
|
1573
1573
|
|
|
1574
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1574
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#source_ip_filtering Server#source_ip_filtering}
|
|
1575
1575
|
'''
|
|
1576
1576
|
result = self._values.get("source_ip_filtering")
|
|
1577
1577
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -1601,8 +1601,8 @@ class ServerNetworkInterfaceAdditionalIpAddress:
|
|
|
1601
1601
|
ip_address_family: typing.Optional[builtins.str] = None,
|
|
1602
1602
|
) -> None:
|
|
1603
1603
|
'''
|
|
1604
|
-
:param ip_address: The assigned additional IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
1604
|
+
:param ip_address: The assigned additional IP address. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/docs/resources/server#ip_address_family Server#ip_address_family}
|
|
1606
1606
|
'''
|
|
1607
1607
|
if __debug__:
|
|
1608
1608
|
type_hints = typing.get_type_hints(_typecheckingstub__0b6048ebfe8d4aeae43994c82a3e7294ab414eb1a49571fd3fff63238f2a288c)
|
|
@@ -1618,7 +1618,7 @@ class ServerNetworkInterfaceAdditionalIpAddress:
|
|
|
1618
1618
|
def ip_address(self) -> typing.Optional[builtins.str]:
|
|
1619
1619
|
'''The assigned additional IP address.
|
|
1620
1620
|
|
|
1621
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1621
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#ip_address Server#ip_address}
|
|
1622
1622
|
'''
|
|
1623
1623
|
result = self._values.get("ip_address")
|
|
1624
1624
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1627,7 +1627,7 @@ class ServerNetworkInterfaceAdditionalIpAddress:
|
|
|
1627
1627
|
def ip_address_family(self) -> typing.Optional[builtins.str]:
|
|
1628
1628
|
'''The type of this additional IP address of this interface (one of ``IPv4`` or ``IPv6``).
|
|
1629
1629
|
|
|
1630
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
1630
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#ip_address_family Server#ip_address_family}
|
|
1631
1631
|
'''
|
|
1632
1632
|
result = self._values.get("ip_address_family")
|
|
1633
1633
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -1691,7 +1691,7 @@ class ServerNetworkInterfaceAdditionalIpAddressList(
|
|
|
1691
1691
|
if __debug__:
|
|
1692
1692
|
type_hints = typing.get_type_hints(_typecheckingstub__e6809907a581b5b3f9e20b9babc436747ce0b3ea6a13648ac92d3c70b10d2dfc)
|
|
1693
1693
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1694
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1694
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1695
1695
|
|
|
1696
1696
|
@builtins.property
|
|
1697
1697
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1704,7 +1704,7 @@ class ServerNetworkInterfaceAdditionalIpAddressList(
|
|
|
1704
1704
|
if __debug__:
|
|
1705
1705
|
type_hints = typing.get_type_hints(_typecheckingstub__36f7c9cde4988785a40830d569a548a483243af9c6bd0873ff940529f6b4b585)
|
|
1706
1706
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1707
|
-
jsii.set(self, "terraformResource", value)
|
|
1707
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1708
1708
|
|
|
1709
1709
|
@builtins.property
|
|
1710
1710
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1717,7 +1717,7 @@ class ServerNetworkInterfaceAdditionalIpAddressList(
|
|
|
1717
1717
|
if __debug__:
|
|
1718
1718
|
type_hints = typing.get_type_hints(_typecheckingstub__644944fcfc32d93265d478713d73010561f8478c3e1ffa1f2c553bd86640c038)
|
|
1719
1719
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1720
|
-
jsii.set(self, "wrapsSet", value)
|
|
1720
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1721
1721
|
|
|
1722
1722
|
@builtins.property
|
|
1723
1723
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1734,7 +1734,7 @@ class ServerNetworkInterfaceAdditionalIpAddressList(
|
|
|
1734
1734
|
if __debug__:
|
|
1735
1735
|
type_hints = typing.get_type_hints(_typecheckingstub__45575bc52539ed3b5b2359cb867fcb8d243b1038ceb2f8bcfb25d1c549b97311)
|
|
1736
1736
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1737
|
-
jsii.set(self, "internalValue", value)
|
|
1737
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1738
1738
|
|
|
1739
1739
|
|
|
1740
1740
|
class ServerNetworkInterfaceAdditionalIpAddressOutputReference(
|
|
@@ -1796,7 +1796,7 @@ class ServerNetworkInterfaceAdditionalIpAddressOutputReference(
|
|
|
1796
1796
|
if __debug__:
|
|
1797
1797
|
type_hints = typing.get_type_hints(_typecheckingstub__d0fc5e2f66e9fb36b7182fe1e3ac63b505553c4d12c85e38dc9931ca117fc764)
|
|
1798
1798
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1799
|
-
jsii.set(self, "ipAddress", value)
|
|
1799
|
+
jsii.set(self, "ipAddress", value) # pyright: ignore[reportArgumentType]
|
|
1800
1800
|
|
|
1801
1801
|
@builtins.property
|
|
1802
1802
|
@jsii.member(jsii_name="ipAddressFamily")
|
|
@@ -1808,7 +1808,7 @@ class ServerNetworkInterfaceAdditionalIpAddressOutputReference(
|
|
|
1808
1808
|
if __debug__:
|
|
1809
1809
|
type_hints = typing.get_type_hints(_typecheckingstub__4526d2405b2bec0bc8fbc830fb0bcc3fca2f040b51eda99c592f63ea38a4a8f0)
|
|
1810
1810
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1811
|
-
jsii.set(self, "ipAddressFamily", value)
|
|
1811
|
+
jsii.set(self, "ipAddressFamily", value) # pyright: ignore[reportArgumentType]
|
|
1812
1812
|
|
|
1813
1813
|
@builtins.property
|
|
1814
1814
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1825,7 +1825,7 @@ class ServerNetworkInterfaceAdditionalIpAddressOutputReference(
|
|
|
1825
1825
|
if __debug__:
|
|
1826
1826
|
type_hints = typing.get_type_hints(_typecheckingstub__2ec9c6ee49d971ad506ddb057f8f31a2aa27ea1e520ca44123a2e905e640c982)
|
|
1827
1827
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1828
|
-
jsii.set(self, "internalValue", value)
|
|
1828
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1829
1829
|
|
|
1830
1830
|
|
|
1831
1831
|
class ServerNetworkInterfaceList(
|
|
@@ -1872,7 +1872,7 @@ class ServerNetworkInterfaceList(
|
|
|
1872
1872
|
if __debug__:
|
|
1873
1873
|
type_hints = typing.get_type_hints(_typecheckingstub__964638e95b9eb64f9888fef8669fefd3199a22770bc88f1e9e55385ffcf19266)
|
|
1874
1874
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1875
|
-
jsii.set(self, "terraformAttribute", value)
|
|
1875
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
1876
1876
|
|
|
1877
1877
|
@builtins.property
|
|
1878
1878
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -1885,7 +1885,7 @@ class ServerNetworkInterfaceList(
|
|
|
1885
1885
|
if __debug__:
|
|
1886
1886
|
type_hints = typing.get_type_hints(_typecheckingstub__4f425debfe0fca1e3b8c8cd983ff8f17a5cee4a67bedbf8b9045e682766c159c)
|
|
1887
1887
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1888
|
-
jsii.set(self, "terraformResource", value)
|
|
1888
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
1889
1889
|
|
|
1890
1890
|
@builtins.property
|
|
1891
1891
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -1898,7 +1898,7 @@ class ServerNetworkInterfaceList(
|
|
|
1898
1898
|
if __debug__:
|
|
1899
1899
|
type_hints = typing.get_type_hints(_typecheckingstub__ecc2284e90d7a1c3606d00ad08be4fb4481c645e68a00a279e10ebf0666a6875)
|
|
1900
1900
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1901
|
-
jsii.set(self, "wrapsSet", value)
|
|
1901
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
1902
1902
|
|
|
1903
1903
|
@builtins.property
|
|
1904
1904
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -1915,7 +1915,7 @@ class ServerNetworkInterfaceList(
|
|
|
1915
1915
|
if __debug__:
|
|
1916
1916
|
type_hints = typing.get_type_hints(_typecheckingstub__05c518a721134139fda2b2f95e72e1fc5c01453ef555dec5b958772b12cc8b9c)
|
|
1917
1917
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1918
|
-
jsii.set(self, "internalValue", value)
|
|
1918
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
1919
1919
|
|
|
1920
1920
|
|
|
1921
1921
|
class ServerNetworkInterfaceOutputReference(
|
|
@@ -2050,7 +2050,7 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2050
2050
|
if __debug__:
|
|
2051
2051
|
type_hints = typing.get_type_hints(_typecheckingstub__47ed0e3d16bdd5428b4c7adf673350899ade00d8859059ed0f26439a53c0b519)
|
|
2052
2052
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2053
|
-
jsii.set(self, "bootable", value)
|
|
2053
|
+
jsii.set(self, "bootable", value) # pyright: ignore[reportArgumentType]
|
|
2054
2054
|
|
|
2055
2055
|
@builtins.property
|
|
2056
2056
|
@jsii.member(jsii_name="ipAddress")
|
|
@@ -2062,7 +2062,7 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2062
2062
|
if __debug__:
|
|
2063
2063
|
type_hints = typing.get_type_hints(_typecheckingstub__97b4cbf583d41648739b128bd01df2684cfe29bc55efc08b02280697b7207be3)
|
|
2064
2064
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2065
|
-
jsii.set(self, "ipAddress", value)
|
|
2065
|
+
jsii.set(self, "ipAddress", value) # pyright: ignore[reportArgumentType]
|
|
2066
2066
|
|
|
2067
2067
|
@builtins.property
|
|
2068
2068
|
@jsii.member(jsii_name="ipAddressFamily")
|
|
@@ -2074,7 +2074,7 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2074
2074
|
if __debug__:
|
|
2075
2075
|
type_hints = typing.get_type_hints(_typecheckingstub__27ca96659b5cf24779fba934b13768313666a313e1ec402934147d93b04c671d)
|
|
2076
2076
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2077
|
-
jsii.set(self, "ipAddressFamily", value)
|
|
2077
|
+
jsii.set(self, "ipAddressFamily", value) # pyright: ignore[reportArgumentType]
|
|
2078
2078
|
|
|
2079
2079
|
@builtins.property
|
|
2080
2080
|
@jsii.member(jsii_name="network")
|
|
@@ -2086,7 +2086,7 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2086
2086
|
if __debug__:
|
|
2087
2087
|
type_hints = typing.get_type_hints(_typecheckingstub__4455383f612dd1e5e7b829b5df56c87f6147838c2bd408299074c0fe1fcb3457)
|
|
2088
2088
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2089
|
-
jsii.set(self, "network", value)
|
|
2089
|
+
jsii.set(self, "network", value) # pyright: ignore[reportArgumentType]
|
|
2090
2090
|
|
|
2091
2091
|
@builtins.property
|
|
2092
2092
|
@jsii.member(jsii_name="sourceIpFiltering")
|
|
@@ -2103,7 +2103,7 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2103
2103
|
if __debug__:
|
|
2104
2104
|
type_hints = typing.get_type_hints(_typecheckingstub__67715c977e47025dc675151bb1733aeb13846dd9b753760e7f626bb21f196235)
|
|
2105
2105
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2106
|
-
jsii.set(self, "sourceIpFiltering", value)
|
|
2106
|
+
jsii.set(self, "sourceIpFiltering", value) # pyright: ignore[reportArgumentType]
|
|
2107
2107
|
|
|
2108
2108
|
@builtins.property
|
|
2109
2109
|
@jsii.member(jsii_name="type")
|
|
@@ -2115,7 +2115,7 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2115
2115
|
if __debug__:
|
|
2116
2116
|
type_hints = typing.get_type_hints(_typecheckingstub__21f40dacaedad9009711ae5ffd3910b0ae85807a8cec83e69f5f166a7cf791ec)
|
|
2117
2117
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2118
|
-
jsii.set(self, "type", value)
|
|
2118
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
2119
2119
|
|
|
2120
2120
|
@builtins.property
|
|
2121
2121
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2132,7 +2132,7 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2132
2132
|
if __debug__:
|
|
2133
2133
|
type_hints = typing.get_type_hints(_typecheckingstub__8653f81da3a79a9a2fd0667eb122024a0e78b7183d06eaf233aa6b039ab88013)
|
|
2134
2134
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2135
|
-
jsii.set(self, "internalValue", value)
|
|
2135
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2136
2136
|
|
|
2137
2137
|
|
|
2138
2138
|
@jsii.data_type(
|
|
@@ -2143,8 +2143,8 @@ class ServerNetworkInterfaceOutputReference(
|
|
|
2143
2143
|
class ServerSimpleBackup:
|
|
2144
2144
|
def __init__(self, *, plan: builtins.str, time: builtins.str) -> None:
|
|
2145
2145
|
'''
|
|
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.9.
|
|
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.9.
|
|
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.9.1/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.9.1/docs/resources/server#time Server#time}
|
|
2148
2148
|
'''
|
|
2149
2149
|
if __debug__:
|
|
2150
2150
|
type_hints = typing.get_type_hints(_typecheckingstub__e0bd20cac4bdde3b91171ae0bf44e53e9583617261eaf0793a175a7d8da3cee3)
|
|
@@ -2159,7 +2159,7 @@ class ServerSimpleBackup:
|
|
|
2159
2159
|
def plan(self) -> builtins.str:
|
|
2160
2160
|
'''Simple backup plan. Accepted values: daily, dailies, weeklies, monthlies.
|
|
2161
2161
|
|
|
2162
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2162
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#plan Server#plan}
|
|
2163
2163
|
'''
|
|
2164
2164
|
result = self._values.get("plan")
|
|
2165
2165
|
assert result is not None, "Required property 'plan' is missing"
|
|
@@ -2169,7 +2169,7 @@ class ServerSimpleBackup:
|
|
|
2169
2169
|
def time(self) -> builtins.str:
|
|
2170
2170
|
'''Time of the day at which backup will be taken. Should be provided in a hhmm format (e.g. 2230).
|
|
2171
2171
|
|
|
2172
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2172
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#time Server#time}
|
|
2173
2173
|
'''
|
|
2174
2174
|
result = self._values.get("time")
|
|
2175
2175
|
assert result is not None, "Required property 'time' is missing"
|
|
@@ -2227,7 +2227,7 @@ class ServerSimpleBackupOutputReference(
|
|
|
2227
2227
|
if __debug__:
|
|
2228
2228
|
type_hints = typing.get_type_hints(_typecheckingstub__3fcfd10d4cc42b7a124d6deb709aed8a84109c8a6ccf87e6ea1c1446e290e765)
|
|
2229
2229
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2230
|
-
jsii.set(self, "plan", value)
|
|
2230
|
+
jsii.set(self, "plan", value) # pyright: ignore[reportArgumentType]
|
|
2231
2231
|
|
|
2232
2232
|
@builtins.property
|
|
2233
2233
|
@jsii.member(jsii_name="time")
|
|
@@ -2239,7 +2239,7 @@ class ServerSimpleBackupOutputReference(
|
|
|
2239
2239
|
if __debug__:
|
|
2240
2240
|
type_hints = typing.get_type_hints(_typecheckingstub__d2a12363cbec7f1b1136e6a05c23fd0826a6915ccf0b0b64f9f4fccc66a7b1da)
|
|
2241
2241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2242
|
-
jsii.set(self, "time", value)
|
|
2242
|
+
jsii.set(self, "time", value) # pyright: ignore[reportArgumentType]
|
|
2243
2243
|
|
|
2244
2244
|
@builtins.property
|
|
2245
2245
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2251,7 +2251,7 @@ class ServerSimpleBackupOutputReference(
|
|
|
2251
2251
|
if __debug__:
|
|
2252
2252
|
type_hints = typing.get_type_hints(_typecheckingstub__047ada69f3d10e42273140f60146f8fdf26e9f7c5b02497edf7ff0b3533062bd)
|
|
2253
2253
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2254
|
-
jsii.set(self, "internalValue", value)
|
|
2254
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2255
2255
|
|
|
2256
2256
|
|
|
2257
2257
|
@jsii.data_type(
|
|
@@ -2274,10 +2274,10 @@ class ServerStorageDevices:
|
|
|
2274
2274
|
type: typing.Optional[builtins.str] = None,
|
|
2275
2275
|
) -> None:
|
|
2276
2276
|
'''
|
|
2277
|
-
:param storage: A valid storage UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
2277
|
+
:param storage: A valid storage UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#type Server#type}
|
|
2281
2281
|
'''
|
|
2282
2282
|
if __debug__:
|
|
2283
2283
|
type_hints = typing.get_type_hints(_typecheckingstub__deefc3ca26ddd4529dd49d665d0a7e4d178ed9e318d7a6ed318fe000f57713ea)
|
|
@@ -2299,7 +2299,7 @@ class ServerStorageDevices:
|
|
|
2299
2299
|
def storage(self) -> builtins.str:
|
|
2300
2300
|
'''A valid storage UUID.
|
|
2301
2301
|
|
|
2302
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2302
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#storage Server#storage}
|
|
2303
2303
|
'''
|
|
2304
2304
|
result = self._values.get("storage")
|
|
2305
2305
|
assert result is not None, "Required property 'storage' is missing"
|
|
@@ -2311,7 +2311,7 @@ class ServerStorageDevices:
|
|
|
2311
2311
|
|
|
2312
2312
|
Leave ``address_position`` field empty to auto-select next available address from that bus.
|
|
2313
2313
|
|
|
2314
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2314
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#address Server#address}
|
|
2315
2315
|
'''
|
|
2316
2316
|
result = self._values.get("address")
|
|
2317
2317
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2322,7 +2322,7 @@ class ServerStorageDevices:
|
|
|
2322
2322
|
|
|
2323
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.
|
|
2324
2324
|
|
|
2325
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2325
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#address_position Server#address_position}
|
|
2326
2326
|
'''
|
|
2327
2327
|
result = self._values.get("address_position")
|
|
2328
2328
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2331,7 +2331,7 @@ class ServerStorageDevices:
|
|
|
2331
2331
|
def type(self) -> typing.Optional[builtins.str]:
|
|
2332
2332
|
'''The device type the storage will be attached as.
|
|
2333
2333
|
|
|
2334
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2334
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#type Server#type}
|
|
2335
2335
|
'''
|
|
2336
2336
|
result = self._values.get("type")
|
|
2337
2337
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2392,7 +2392,7 @@ class ServerStorageDevicesList(
|
|
|
2392
2392
|
if __debug__:
|
|
2393
2393
|
type_hints = typing.get_type_hints(_typecheckingstub__5c36a029bc93903864475ea526a1d5d88d1c38739833442c25954cc78734d073)
|
|
2394
2394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2395
|
-
jsii.set(self, "terraformAttribute", value)
|
|
2395
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
2396
2396
|
|
|
2397
2397
|
@builtins.property
|
|
2398
2398
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -2405,7 +2405,7 @@ class ServerStorageDevicesList(
|
|
|
2405
2405
|
if __debug__:
|
|
2406
2406
|
type_hints = typing.get_type_hints(_typecheckingstub__c6106531b80754e3450342cca25dccc97ecca94111c0beac393fdf0cc5992ba2)
|
|
2407
2407
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2408
|
-
jsii.set(self, "terraformResource", value)
|
|
2408
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
2409
2409
|
|
|
2410
2410
|
@builtins.property
|
|
2411
2411
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -2418,7 +2418,7 @@ class ServerStorageDevicesList(
|
|
|
2418
2418
|
if __debug__:
|
|
2419
2419
|
type_hints = typing.get_type_hints(_typecheckingstub__404155dd5b9ae6ef51ecbd295a6258fba082b02c4edde041ed4e3fdd0e39479f)
|
|
2420
2420
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2421
|
-
jsii.set(self, "wrapsSet", value)
|
|
2421
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
2422
2422
|
|
|
2423
2423
|
@builtins.property
|
|
2424
2424
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2435,7 +2435,7 @@ class ServerStorageDevicesList(
|
|
|
2435
2435
|
if __debug__:
|
|
2436
2436
|
type_hints = typing.get_type_hints(_typecheckingstub__2d8da2a7cdb20f04a3d3e26873cb26f1bad3c31fb192cec0590a5630aa8934c6)
|
|
2437
2437
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2438
|
-
jsii.set(self, "internalValue", value)
|
|
2438
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2439
2439
|
|
|
2440
2440
|
|
|
2441
2441
|
class ServerStorageDevicesOutputReference(
|
|
@@ -2506,7 +2506,7 @@ class ServerStorageDevicesOutputReference(
|
|
|
2506
2506
|
if __debug__:
|
|
2507
2507
|
type_hints = typing.get_type_hints(_typecheckingstub__77d5b7c93220faaf6dd9467054774e5725fd8a75225556068d9412f7776111ea)
|
|
2508
2508
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2509
|
-
jsii.set(self, "address", value)
|
|
2509
|
+
jsii.set(self, "address", value) # pyright: ignore[reportArgumentType]
|
|
2510
2510
|
|
|
2511
2511
|
@builtins.property
|
|
2512
2512
|
@jsii.member(jsii_name="addressPosition")
|
|
@@ -2518,7 +2518,7 @@ class ServerStorageDevicesOutputReference(
|
|
|
2518
2518
|
if __debug__:
|
|
2519
2519
|
type_hints = typing.get_type_hints(_typecheckingstub__e9594909c5df17e870cfac7d21659b828b0ba741b08d1e83df1ec3cd1122f262)
|
|
2520
2520
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2521
|
-
jsii.set(self, "addressPosition", value)
|
|
2521
|
+
jsii.set(self, "addressPosition", value) # pyright: ignore[reportArgumentType]
|
|
2522
2522
|
|
|
2523
2523
|
@builtins.property
|
|
2524
2524
|
@jsii.member(jsii_name="storage")
|
|
@@ -2530,7 +2530,7 @@ class ServerStorageDevicesOutputReference(
|
|
|
2530
2530
|
if __debug__:
|
|
2531
2531
|
type_hints = typing.get_type_hints(_typecheckingstub__9014362108e66a3d08ae0f2e9738528cfc887bea97394f5c9b3dbc053ab6d4e5)
|
|
2532
2532
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2533
|
-
jsii.set(self, "storage", value)
|
|
2533
|
+
jsii.set(self, "storage", value) # pyright: ignore[reportArgumentType]
|
|
2534
2534
|
|
|
2535
2535
|
@builtins.property
|
|
2536
2536
|
@jsii.member(jsii_name="type")
|
|
@@ -2542,7 +2542,7 @@ class ServerStorageDevicesOutputReference(
|
|
|
2542
2542
|
if __debug__:
|
|
2543
2543
|
type_hints = typing.get_type_hints(_typecheckingstub__427c05296edc8e6c494743347b21ce68fe3ff0196dbcfb139503e9399ed4639b)
|
|
2544
2544
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2545
|
-
jsii.set(self, "type", value)
|
|
2545
|
+
jsii.set(self, "type", value) # pyright: ignore[reportArgumentType]
|
|
2546
2546
|
|
|
2547
2547
|
@builtins.property
|
|
2548
2548
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2559,7 +2559,7 @@ class ServerStorageDevicesOutputReference(
|
|
|
2559
2559
|
if __debug__:
|
|
2560
2560
|
type_hints = typing.get_type_hints(_typecheckingstub__963c88004521ac2a561739e84d699c5d8a33bbce0a64a04986268a9aeb455593)
|
|
2561
2561
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2562
|
-
jsii.set(self, "internalValue", value)
|
|
2562
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2563
2563
|
|
|
2564
2564
|
|
|
2565
2565
|
@jsii.data_type(
|
|
@@ -2592,15 +2592,15 @@ class ServerTemplate:
|
|
|
2592
2592
|
title: typing.Optional[builtins.str] = None,
|
|
2593
2593
|
) -> None:
|
|
2594
2594
|
'''
|
|
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.9.
|
|
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.9.
|
|
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.9.
|
|
2598
|
-
:param backup_rule: backup_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
2600
|
-
:param encrypt: Sets if the storage is encrypted at rest. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
2602
|
-
:param size: The size of the storage in gigabytes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2603
|
-
:param title: A short, informative description. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/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.9.1/docs/resources/server#title Server#title}
|
|
2604
2604
|
'''
|
|
2605
2605
|
if isinstance(backup_rule, dict):
|
|
2606
2606
|
backup_rule = ServerTemplateBackupRule(**backup_rule)
|
|
@@ -2641,7 +2641,7 @@ class ServerTemplate:
|
|
|
2641
2641
|
|
|
2642
2642
|
You can list available public templates with ``upctl storage list --public --template`` and available private templates with ``upctl storage list --template``.
|
|
2643
2643
|
|
|
2644
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2644
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#storage Server#storage}
|
|
2645
2645
|
'''
|
|
2646
2646
|
result = self._values.get("storage")
|
|
2647
2647
|
assert result is not None, "Required property 'storage' is missing"
|
|
@@ -2653,7 +2653,7 @@ class ServerTemplate:
|
|
|
2653
2653
|
|
|
2654
2654
|
Leave ``address_position`` field empty to auto-select next available address from that bus.
|
|
2655
2655
|
|
|
2656
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2656
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#address Server#address}
|
|
2657
2657
|
'''
|
|
2658
2658
|
result = self._values.get("address")
|
|
2659
2659
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2664,7 +2664,7 @@ class ServerTemplate:
|
|
|
2664
2664
|
|
|
2665
2665
|
For example ``0:0``, or ``0``. Leave empty to auto-select next available address in the given bus.
|
|
2666
2666
|
|
|
2667
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2667
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#address_position Server#address_position}
|
|
2668
2668
|
'''
|
|
2669
2669
|
result = self._values.get("address_position")
|
|
2670
2670
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2673,7 +2673,7 @@ class ServerTemplate:
|
|
|
2673
2673
|
def backup_rule(self) -> typing.Optional["ServerTemplateBackupRule"]:
|
|
2674
2674
|
'''backup_rule block.
|
|
2675
2675
|
|
|
2676
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2676
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#backup_rule Server#backup_rule}
|
|
2677
2677
|
'''
|
|
2678
2678
|
result = self._values.get("backup_rule")
|
|
2679
2679
|
return typing.cast(typing.Optional["ServerTemplateBackupRule"], result)
|
|
@@ -2684,7 +2684,7 @@ class ServerTemplate:
|
|
|
2684
2684
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2685
2685
|
'''If set to true, the backup taken before the partition and filesystem resize attempt will be deleted immediately after success.
|
|
2686
2686
|
|
|
2687
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2687
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#delete_autoresize_backup Server#delete_autoresize_backup}
|
|
2688
2688
|
'''
|
|
2689
2689
|
result = self._values.get("delete_autoresize_backup")
|
|
2690
2690
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2695,7 +2695,7 @@ class ServerTemplate:
|
|
|
2695
2695
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
2696
2696
|
'''Sets if the storage is encrypted at rest.
|
|
2697
2697
|
|
|
2698
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2698
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#encrypt Server#encrypt}
|
|
2699
2699
|
'''
|
|
2700
2700
|
result = self._values.get("encrypt")
|
|
2701
2701
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2710,7 +2710,7 @@ class ServerTemplate:
|
|
|
2710
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).
|
|
2711
2711
|
Taking and keeping backups incure costs.
|
|
2712
2712
|
|
|
2713
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2713
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#filesystem_autoresize Server#filesystem_autoresize}
|
|
2714
2714
|
'''
|
|
2715
2715
|
result = self._values.get("filesystem_autoresize")
|
|
2716
2716
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -2719,7 +2719,7 @@ class ServerTemplate:
|
|
|
2719
2719
|
def size(self) -> typing.Optional[jsii.Number]:
|
|
2720
2720
|
'''The size of the storage in gigabytes.
|
|
2721
2721
|
|
|
2722
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2722
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#size Server#size}
|
|
2723
2723
|
'''
|
|
2724
2724
|
result = self._values.get("size")
|
|
2725
2725
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
@@ -2728,7 +2728,7 @@ class ServerTemplate:
|
|
|
2728
2728
|
def title(self) -> typing.Optional[builtins.str]:
|
|
2729
2729
|
'''A short, informative description.
|
|
2730
2730
|
|
|
2731
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2731
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#title Server#title}
|
|
2732
2732
|
'''
|
|
2733
2733
|
result = self._values.get("title")
|
|
2734
2734
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -2759,9 +2759,9 @@ class ServerTemplateBackupRule:
|
|
|
2759
2759
|
time: builtins.str,
|
|
2760
2760
|
) -> None:
|
|
2761
2761
|
'''
|
|
2762
|
-
:param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
2762
|
+
:param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/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.9.1/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.9.1/docs/resources/server#time Server#time}
|
|
2765
2765
|
'''
|
|
2766
2766
|
if __debug__:
|
|
2767
2767
|
type_hints = typing.get_type_hints(_typecheckingstub__0da849dc75d0030fd1866a13a6da5cd60acc32df054d4b38c21875c14c699895)
|
|
@@ -2778,7 +2778,7 @@ class ServerTemplateBackupRule:
|
|
|
2778
2778
|
def interval(self) -> builtins.str:
|
|
2779
2779
|
'''The weekday when the backup is created.
|
|
2780
2780
|
|
|
2781
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2781
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#interval Server#interval}
|
|
2782
2782
|
'''
|
|
2783
2783
|
result = self._values.get("interval")
|
|
2784
2784
|
assert result is not None, "Required property 'interval' is missing"
|
|
@@ -2788,7 +2788,7 @@ class ServerTemplateBackupRule:
|
|
|
2788
2788
|
def retention(self) -> jsii.Number:
|
|
2789
2789
|
'''The number of days before a backup is automatically deleted.
|
|
2790
2790
|
|
|
2791
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2791
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#retention Server#retention}
|
|
2792
2792
|
'''
|
|
2793
2793
|
result = self._values.get("retention")
|
|
2794
2794
|
assert result is not None, "Required property 'retention' is missing"
|
|
@@ -2798,7 +2798,7 @@ class ServerTemplateBackupRule:
|
|
|
2798
2798
|
def time(self) -> builtins.str:
|
|
2799
2799
|
'''The time of day when the backup is created.
|
|
2800
2800
|
|
|
2801
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
2801
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/server#time Server#time}
|
|
2802
2802
|
'''
|
|
2803
2803
|
result = self._values.get("time")
|
|
2804
2804
|
assert result is not None, "Required property 'time' is missing"
|
|
@@ -2861,7 +2861,7 @@ class ServerTemplateBackupRuleOutputReference(
|
|
|
2861
2861
|
if __debug__:
|
|
2862
2862
|
type_hints = typing.get_type_hints(_typecheckingstub__e8cd2c8f9ea443c20df23e85c3d00b8531501ef9634bd80450d111108f50be9d)
|
|
2863
2863
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2864
|
-
jsii.set(self, "interval", value)
|
|
2864
|
+
jsii.set(self, "interval", value) # pyright: ignore[reportArgumentType]
|
|
2865
2865
|
|
|
2866
2866
|
@builtins.property
|
|
2867
2867
|
@jsii.member(jsii_name="retention")
|
|
@@ -2873,7 +2873,7 @@ class ServerTemplateBackupRuleOutputReference(
|
|
|
2873
2873
|
if __debug__:
|
|
2874
2874
|
type_hints = typing.get_type_hints(_typecheckingstub__8a0b6af220df68085dcd97fccc4054a701b00b30a71638fbb4622b6b58f40373)
|
|
2875
2875
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2876
|
-
jsii.set(self, "retention", value)
|
|
2876
|
+
jsii.set(self, "retention", value) # pyright: ignore[reportArgumentType]
|
|
2877
2877
|
|
|
2878
2878
|
@builtins.property
|
|
2879
2879
|
@jsii.member(jsii_name="time")
|
|
@@ -2885,7 +2885,7 @@ class ServerTemplateBackupRuleOutputReference(
|
|
|
2885
2885
|
if __debug__:
|
|
2886
2886
|
type_hints = typing.get_type_hints(_typecheckingstub__42394eda9846bee43e13e31d1369893420594a1dbd33748f0f779d28b0dcb636)
|
|
2887
2887
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2888
|
-
jsii.set(self, "time", value)
|
|
2888
|
+
jsii.set(self, "time", value) # pyright: ignore[reportArgumentType]
|
|
2889
2889
|
|
|
2890
2890
|
@builtins.property
|
|
2891
2891
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -2897,7 +2897,7 @@ class ServerTemplateBackupRuleOutputReference(
|
|
|
2897
2897
|
if __debug__:
|
|
2898
2898
|
type_hints = typing.get_type_hints(_typecheckingstub__68c5ccec377ad7d0ea9393f2fef6f5c45854a0e7848329cc404b17ecd5b941f9)
|
|
2899
2899
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2900
|
-
jsii.set(self, "internalValue", value)
|
|
2900
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
2901
2901
|
|
|
2902
2902
|
|
|
2903
2903
|
class ServerTemplateOutputReference(
|
|
@@ -2929,9 +2929,9 @@ class ServerTemplateOutputReference(
|
|
|
2929
2929
|
time: builtins.str,
|
|
2930
2930
|
) -> None:
|
|
2931
2931
|
'''
|
|
2932
|
-
:param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.
|
|
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.9.
|
|
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.9.
|
|
2932
|
+
:param interval: The weekday when the backup is created. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.9.1/docs/resources/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.9.1/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.9.1/docs/resources/server#time Server#time}
|
|
2935
2935
|
'''
|
|
2936
2936
|
value = ServerTemplateBackupRule(
|
|
2937
2937
|
interval=interval, retention=retention, time=time
|
|
@@ -3047,7 +3047,7 @@ class ServerTemplateOutputReference(
|
|
|
3047
3047
|
if __debug__:
|
|
3048
3048
|
type_hints = typing.get_type_hints(_typecheckingstub__8ec88e6f0117f5a01bf0be4edaac88182f98191d5898e18968a024f2c7eca1a0)
|
|
3049
3049
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3050
|
-
jsii.set(self, "address", value)
|
|
3050
|
+
jsii.set(self, "address", value) # pyright: ignore[reportArgumentType]
|
|
3051
3051
|
|
|
3052
3052
|
@builtins.property
|
|
3053
3053
|
@jsii.member(jsii_name="addressPosition")
|
|
@@ -3059,7 +3059,7 @@ class ServerTemplateOutputReference(
|
|
|
3059
3059
|
if __debug__:
|
|
3060
3060
|
type_hints = typing.get_type_hints(_typecheckingstub__d7f194b15a6e592fba7d22facc1980c421e81ee6e2c1c3fff097e573cbe6b7be)
|
|
3061
3061
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3062
|
-
jsii.set(self, "addressPosition", value)
|
|
3062
|
+
jsii.set(self, "addressPosition", value) # pyright: ignore[reportArgumentType]
|
|
3063
3063
|
|
|
3064
3064
|
@builtins.property
|
|
3065
3065
|
@jsii.member(jsii_name="deleteAutoresizeBackup")
|
|
@@ -3076,7 +3076,7 @@ class ServerTemplateOutputReference(
|
|
|
3076
3076
|
if __debug__:
|
|
3077
3077
|
type_hints = typing.get_type_hints(_typecheckingstub__c856e0710f9cda94f9f1271c085ee9d4a1499307057c893c123eafc72fc313e7)
|
|
3078
3078
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3079
|
-
jsii.set(self, "deleteAutoresizeBackup", value)
|
|
3079
|
+
jsii.set(self, "deleteAutoresizeBackup", value) # pyright: ignore[reportArgumentType]
|
|
3080
3080
|
|
|
3081
3081
|
@builtins.property
|
|
3082
3082
|
@jsii.member(jsii_name="encrypt")
|
|
@@ -3091,7 +3091,7 @@ class ServerTemplateOutputReference(
|
|
|
3091
3091
|
if __debug__:
|
|
3092
3092
|
type_hints = typing.get_type_hints(_typecheckingstub__c227bc52b67e619c9e3e9ea6946b8fa1ed64ed6384a330f6f6e7587987cbaec9)
|
|
3093
3093
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3094
|
-
jsii.set(self, "encrypt", value)
|
|
3094
|
+
jsii.set(self, "encrypt", value) # pyright: ignore[reportArgumentType]
|
|
3095
3095
|
|
|
3096
3096
|
@builtins.property
|
|
3097
3097
|
@jsii.member(jsii_name="filesystemAutoresize")
|
|
@@ -3108,7 +3108,7 @@ class ServerTemplateOutputReference(
|
|
|
3108
3108
|
if __debug__:
|
|
3109
3109
|
type_hints = typing.get_type_hints(_typecheckingstub__15a41032ac46233b165e6594cff61432ce1029e197ad6bac634749812056291b)
|
|
3110
3110
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3111
|
-
jsii.set(self, "filesystemAutoresize", value)
|
|
3111
|
+
jsii.set(self, "filesystemAutoresize", value) # pyright: ignore[reportArgumentType]
|
|
3112
3112
|
|
|
3113
3113
|
@builtins.property
|
|
3114
3114
|
@jsii.member(jsii_name="size")
|
|
@@ -3120,7 +3120,7 @@ class ServerTemplateOutputReference(
|
|
|
3120
3120
|
if __debug__:
|
|
3121
3121
|
type_hints = typing.get_type_hints(_typecheckingstub__bdfb49737c8824193509f7b4f8be69cc4f8f53b26b54e65c015fca12ea711265)
|
|
3122
3122
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3123
|
-
jsii.set(self, "size", value)
|
|
3123
|
+
jsii.set(self, "size", value) # pyright: ignore[reportArgumentType]
|
|
3124
3124
|
|
|
3125
3125
|
@builtins.property
|
|
3126
3126
|
@jsii.member(jsii_name="storage")
|
|
@@ -3132,7 +3132,7 @@ class ServerTemplateOutputReference(
|
|
|
3132
3132
|
if __debug__:
|
|
3133
3133
|
type_hints = typing.get_type_hints(_typecheckingstub__0f908c7d0cd75d51f9555bfd6ab8e64de276cac6a09657d4f952345bcf403779)
|
|
3134
3134
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3135
|
-
jsii.set(self, "storage", value)
|
|
3135
|
+
jsii.set(self, "storage", value) # pyright: ignore[reportArgumentType]
|
|
3136
3136
|
|
|
3137
3137
|
@builtins.property
|
|
3138
3138
|
@jsii.member(jsii_name="title")
|
|
@@ -3144,7 +3144,7 @@ class ServerTemplateOutputReference(
|
|
|
3144
3144
|
if __debug__:
|
|
3145
3145
|
type_hints = typing.get_type_hints(_typecheckingstub__64f0d7019cf74d0117aacc7a12f88f6a61c491221ba27a95745ec4a01a80eec4)
|
|
3146
3146
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3147
|
-
jsii.set(self, "title", value)
|
|
3147
|
+
jsii.set(self, "title", value) # pyright: ignore[reportArgumentType]
|
|
3148
3148
|
|
|
3149
3149
|
@builtins.property
|
|
3150
3150
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -3156,7 +3156,7 @@ class ServerTemplateOutputReference(
|
|
|
3156
3156
|
if __debug__:
|
|
3157
3157
|
type_hints = typing.get_type_hints(_typecheckingstub__cd8f4ccfba9e26748588ee2d5a223525d90da38d9c2cb1de9bf069079f9853f4)
|
|
3158
3158
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3159
|
-
jsii.set(self, "internalValue", value)
|
|
3159
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
3160
3160
|
|
|
3161
3161
|
|
|
3162
3162
|
__all__ = [
|