cdktf-cdktf-provider-upcloud 14.9.0__py3-none-any.whl → 14.10.0__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 +5 -3
- cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.10.0.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 +53 -53
- 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 +41 -41
- cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +271 -176
- cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +73 -73
- cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +84 -84
- cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +36 -36
- cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +27 -70
- 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 +27 -70
- cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +34 -77
- 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 +315 -269
- cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +2670 -655
- cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +511 -417
- cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +219 -173
- cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +70 -70
- cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +49 -49
- cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +32 -73
- 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 +50 -50
- cdktf_cdktf_provider_upcloud/network_peering/__init__.py +39 -39
- 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 +34 -34
- cdktf_cdktf_provider_upcloud/server/__init__.py +220 -220
- cdktf_cdktf_provider_upcloud/server_group/__init__.py +25 -25
- cdktf_cdktf_provider_upcloud/storage/__init__.py +648 -187
- cdktf_cdktf_provider_upcloud/storage_template/__init__.py +463 -0
- cdktf_cdktf_provider_upcloud/tag/__init__.py +20 -20
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/METADATA +9 -9
- cdktf_cdktf_provider_upcloud-14.10.0.dist-info/RECORD +62 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.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.10.0.dist-info}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.9.0.dist-info → cdktf_cdktf_provider_upcloud-14.10.0.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_managed_object_storage_user_policy`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_managed_object_storage_user_policy`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_managed_object_storage_user_policy`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class ManagedObjectStorageUserPolicy(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.managedObjectStorageUserPolicy.ManagedObjectStorageUserPolicy",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy upcloud_managed_object_storage_user_policy}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -48,14 +48,14 @@ class ManagedObjectStorageUserPolicy(
|
|
|
48
48
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
49
49
|
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,
|
|
50
50
|
) -> None:
|
|
51
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
51
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy upcloud_managed_object_storage_user_policy} Resource.
|
|
52
52
|
|
|
53
53
|
:param scope: The scope in which to define this construct.
|
|
54
54
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
55
|
-
:param name: Policy name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
-
:param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
55
|
+
:param name: Policy name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#name ManagedObjectStorageUserPolicy#name}
|
|
56
|
+
:param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#service_uuid ManagedObjectStorageUserPolicy#service_uuid}
|
|
57
|
+
:param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#username ManagedObjectStorageUserPolicy#username}
|
|
58
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#id ManagedObjectStorageUserPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
59
59
|
:param connection:
|
|
60
60
|
:param count:
|
|
61
61
|
:param depends_on:
|
|
@@ -97,7 +97,7 @@ class ManagedObjectStorageUserPolicy(
|
|
|
97
97
|
|
|
98
98
|
:param scope: The scope in which to define this construct.
|
|
99
99
|
:param import_to_id: The construct id used in the generated config for the ManagedObjectStorageUserPolicy to import.
|
|
100
|
-
:param import_from_id: The id of the existing ManagedObjectStorageUserPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
100
|
+
:param import_from_id: The id of the existing ManagedObjectStorageUserPolicy that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#import import section} in the documentation of this resource for the id to use
|
|
101
101
|
:param provider: ? Optional instance of the provider where the ManagedObjectStorageUserPolicy to import is found.
|
|
102
102
|
'''
|
|
103
103
|
if __debug__:
|
|
@@ -155,7 +155,7 @@ class ManagedObjectStorageUserPolicy(
|
|
|
155
155
|
if __debug__:
|
|
156
156
|
type_hints = typing.get_type_hints(_typecheckingstub__4f0e461b9635a2dad276808a31c4e7d2da4bad834e36a480d7f4d8624bc819bc)
|
|
157
157
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
158
|
-
jsii.set(self, "id", value)
|
|
158
|
+
jsii.set(self, "id", value) # pyright: ignore[reportArgumentType]
|
|
159
159
|
|
|
160
160
|
@builtins.property
|
|
161
161
|
@jsii.member(jsii_name="name")
|
|
@@ -167,7 +167,7 @@ class ManagedObjectStorageUserPolicy(
|
|
|
167
167
|
if __debug__:
|
|
168
168
|
type_hints = typing.get_type_hints(_typecheckingstub__6f24bb2630e83c3b5892a31d74a1879eb01dafeb0d602692170117da9a4b23b2)
|
|
169
169
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
170
|
-
jsii.set(self, "name", value)
|
|
170
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
171
171
|
|
|
172
172
|
@builtins.property
|
|
173
173
|
@jsii.member(jsii_name="serviceUuid")
|
|
@@ -179,7 +179,7 @@ class ManagedObjectStorageUserPolicy(
|
|
|
179
179
|
if __debug__:
|
|
180
180
|
type_hints = typing.get_type_hints(_typecheckingstub__061b11cbcd6330bd81f76b5a45b6cd125c4d1cf5d3d13417b908a66f4293e76d)
|
|
181
181
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
182
|
-
jsii.set(self, "serviceUuid", value)
|
|
182
|
+
jsii.set(self, "serviceUuid", value) # pyright: ignore[reportArgumentType]
|
|
183
183
|
|
|
184
184
|
@builtins.property
|
|
185
185
|
@jsii.member(jsii_name="username")
|
|
@@ -191,7 +191,7 @@ class ManagedObjectStorageUserPolicy(
|
|
|
191
191
|
if __debug__:
|
|
192
192
|
type_hints = typing.get_type_hints(_typecheckingstub__09d5425d5f0d9aa638fdd606e70493ba65ca48401b60cab0396808a56bcf826e)
|
|
193
193
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
194
|
-
jsii.set(self, "username", value)
|
|
194
|
+
jsii.set(self, "username", value) # pyright: ignore[reportArgumentType]
|
|
195
195
|
|
|
196
196
|
|
|
197
197
|
@jsii.data_type(
|
|
@@ -235,10 +235,10 @@ class ManagedObjectStorageUserPolicyConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
|
235
235
|
:param lifecycle:
|
|
236
236
|
:param provider:
|
|
237
237
|
:param provisioners:
|
|
238
|
-
:param name: Policy name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
239
|
-
:param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
240
|
-
:param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
241
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
238
|
+
:param name: Policy name. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#name ManagedObjectStorageUserPolicy#name}
|
|
239
|
+
:param service_uuid: Managed Object Storage service UUID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#service_uuid ManagedObjectStorageUserPolicy#service_uuid}
|
|
240
|
+
:param username: Username. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#username ManagedObjectStorageUserPolicy#username}
|
|
241
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#id ManagedObjectStorageUserPolicy#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.
|
|
242
242
|
'''
|
|
243
243
|
if isinstance(lifecycle, dict):
|
|
244
244
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -345,7 +345,7 @@ class ManagedObjectStorageUserPolicyConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
|
345
345
|
def name(self) -> builtins.str:
|
|
346
346
|
'''Policy name.
|
|
347
347
|
|
|
348
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
348
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#name ManagedObjectStorageUserPolicy#name}
|
|
349
349
|
'''
|
|
350
350
|
result = self._values.get("name")
|
|
351
351
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -355,7 +355,7 @@ class ManagedObjectStorageUserPolicyConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
|
355
355
|
def service_uuid(self) -> builtins.str:
|
|
356
356
|
'''Managed Object Storage service UUID.
|
|
357
357
|
|
|
358
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
358
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#service_uuid ManagedObjectStorageUserPolicy#service_uuid}
|
|
359
359
|
'''
|
|
360
360
|
result = self._values.get("service_uuid")
|
|
361
361
|
assert result is not None, "Required property 'service_uuid' is missing"
|
|
@@ -365,7 +365,7 @@ class ManagedObjectStorageUserPolicyConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
|
365
365
|
def username(self) -> builtins.str:
|
|
366
366
|
'''Username.
|
|
367
367
|
|
|
368
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
368
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#username ManagedObjectStorageUserPolicy#username}
|
|
369
369
|
'''
|
|
370
370
|
result = self._values.get("username")
|
|
371
371
|
assert result is not None, "Required property 'username' is missing"
|
|
@@ -373,7 +373,7 @@ class ManagedObjectStorageUserPolicyConfig(_cdktf_9a9027ec.TerraformMetaArgument
|
|
|
373
373
|
|
|
374
374
|
@builtins.property
|
|
375
375
|
def id(self) -> typing.Optional[builtins.str]:
|
|
376
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
376
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/managed_object_storage_user_policy#id ManagedObjectStorageUserPolicy#id}.
|
|
377
377
|
|
|
378
378
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
379
379
|
If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `upcloud_network`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`upcloud_network`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class Network(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.network.Network",
|
|
31
31
|
):
|
|
32
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
32
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network upcloud_network}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -49,15 +49,15 @@ class Network(
|
|
|
49
49
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
50
50
|
provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
51
51
|
) -> None:
|
|
52
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network upcloud_network} Resource.
|
|
53
53
|
|
|
54
54
|
:param scope: The scope in which to define this construct.
|
|
55
55
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
56
|
-
:param name: Name of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
57
|
-
:param zone: The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
58
|
-
:param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
59
|
-
:param labels:
|
|
60
|
-
:param router: UUID of a router to attach to this network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
56
|
+
:param name: Name of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#name Network#name}
|
|
57
|
+
:param zone: The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#zone Network#zone}
|
|
58
|
+
:param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#ip_network Network#ip_network}
|
|
59
|
+
:param labels: User defined key-value pairs to classify the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#labels Network#labels}
|
|
60
|
+
:param router: UUID of a router to attach to this network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#router Network#router}
|
|
61
61
|
:param connection:
|
|
62
62
|
:param count:
|
|
63
63
|
:param depends_on:
|
|
@@ -100,7 +100,7 @@ class Network(
|
|
|
100
100
|
|
|
101
101
|
:param scope: The scope in which to define this construct.
|
|
102
102
|
:param import_to_id: The construct id used in the generated config for the Network to import.
|
|
103
|
-
:param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
103
|
+
:param import_from_id: The id of the existing Network that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#import import section} in the documentation of this resource for the id to use
|
|
104
104
|
:param provider: ? Optional instance of the provider where the Network to import is found.
|
|
105
105
|
'''
|
|
106
106
|
if __debug__:
|
|
@@ -203,7 +203,7 @@ class Network(
|
|
|
203
203
|
if __debug__:
|
|
204
204
|
type_hints = typing.get_type_hints(_typecheckingstub__81e78eda5431ea989e2edd953d34dd2a12002ef6076d910d4178f59a5ee22c7a)
|
|
205
205
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
206
|
-
jsii.set(self, "labels", value)
|
|
206
|
+
jsii.set(self, "labels", value) # pyright: ignore[reportArgumentType]
|
|
207
207
|
|
|
208
208
|
@builtins.property
|
|
209
209
|
@jsii.member(jsii_name="name")
|
|
@@ -215,7 +215,7 @@ class Network(
|
|
|
215
215
|
if __debug__:
|
|
216
216
|
type_hints = typing.get_type_hints(_typecheckingstub__84e72289cbf1ce6c5ab78af9551fa465bd832bd8c3f79bf52354f50f5ddd8a59)
|
|
217
217
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
218
|
-
jsii.set(self, "name", value)
|
|
218
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
219
219
|
|
|
220
220
|
@builtins.property
|
|
221
221
|
@jsii.member(jsii_name="router")
|
|
@@ -227,7 +227,7 @@ class Network(
|
|
|
227
227
|
if __debug__:
|
|
228
228
|
type_hints = typing.get_type_hints(_typecheckingstub__b363c388f29555759f9bfc023a62f02e9e31db101945f26ca309a666598e36c3)
|
|
229
229
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
230
|
-
jsii.set(self, "router", value)
|
|
230
|
+
jsii.set(self, "router", value) # pyright: ignore[reportArgumentType]
|
|
231
231
|
|
|
232
232
|
@builtins.property
|
|
233
233
|
@jsii.member(jsii_name="zone")
|
|
@@ -239,7 +239,7 @@ class Network(
|
|
|
239
239
|
if __debug__:
|
|
240
240
|
type_hints = typing.get_type_hints(_typecheckingstub__0369c3114cc8a8bbb10817e6ef2033fabad50e3ea7e55de529898b0bcc6e7197)
|
|
241
241
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
242
|
-
jsii.set(self, "zone", value)
|
|
242
|
+
jsii.set(self, "zone", value) # pyright: ignore[reportArgumentType]
|
|
243
243
|
|
|
244
244
|
|
|
245
245
|
@jsii.data_type(
|
|
@@ -285,11 +285,11 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
285
285
|
:param lifecycle:
|
|
286
286
|
:param provider:
|
|
287
287
|
:param provisioners:
|
|
288
|
-
:param name: Name of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
289
|
-
:param zone: The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
290
|
-
:param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
291
|
-
:param labels:
|
|
292
|
-
:param router: UUID of a router to attach to this network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
288
|
+
:param name: Name of the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#name Network#name}
|
|
289
|
+
:param zone: The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#zone Network#zone}
|
|
290
|
+
:param ip_network: ip_network block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#ip_network Network#ip_network}
|
|
291
|
+
:param labels: User defined key-value pairs to classify the network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#labels Network#labels}
|
|
292
|
+
:param router: UUID of a router to attach to this network. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#router Network#router}
|
|
293
293
|
'''
|
|
294
294
|
if isinstance(lifecycle, dict):
|
|
295
295
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -400,7 +400,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
400
400
|
def name(self) -> builtins.str:
|
|
401
401
|
'''Name of the network.
|
|
402
402
|
|
|
403
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
403
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#name Network#name}
|
|
404
404
|
'''
|
|
405
405
|
result = self._values.get("name")
|
|
406
406
|
assert result is not None, "Required property 'name' is missing"
|
|
@@ -410,7 +410,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
410
410
|
def zone(self) -> builtins.str:
|
|
411
411
|
'''The zone the network is in, e.g. ``de-fra1``. You can list available zones with ``upctl zone list``.
|
|
412
412
|
|
|
413
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
413
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#zone Network#zone}
|
|
414
414
|
'''
|
|
415
415
|
result = self._values.get("zone")
|
|
416
416
|
assert result is not None, "Required property 'zone' is missing"
|
|
@@ -422,16 +422,16 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
422
422
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NetworkIpNetwork"]]]:
|
|
423
423
|
'''ip_network block.
|
|
424
424
|
|
|
425
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
425
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#ip_network Network#ip_network}
|
|
426
426
|
'''
|
|
427
427
|
result = self._values.get("ip_network")
|
|
428
428
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["NetworkIpNetwork"]]], result)
|
|
429
429
|
|
|
430
430
|
@builtins.property
|
|
431
431
|
def labels(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
|
|
432
|
-
'''
|
|
432
|
+
'''User defined key-value pairs to classify the network.
|
|
433
433
|
|
|
434
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
434
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#labels Network#labels}
|
|
435
435
|
'''
|
|
436
436
|
result = self._values.get("labels")
|
|
437
437
|
return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
|
|
@@ -440,7 +440,7 @@ class NetworkConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
440
440
|
def router(self) -> typing.Optional[builtins.str]:
|
|
441
441
|
'''UUID of a router to attach to this network.
|
|
442
442
|
|
|
443
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
443
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#router Network#router}
|
|
444
444
|
'''
|
|
445
445
|
result = self._values.get("router")
|
|
446
446
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -483,13 +483,13 @@ class NetworkIpNetwork:
|
|
|
483
483
|
gateway: typing.Optional[builtins.str] = None,
|
|
484
484
|
) -> None:
|
|
485
485
|
'''
|
|
486
|
-
:param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
487
|
-
:param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
488
|
-
:param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
489
|
-
:param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
490
|
-
:param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
491
|
-
:param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
492
|
-
:param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
486
|
+
:param address: The CIDR range of the subnet. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#address Network#address}
|
|
487
|
+
:param dhcp: Is DHCP enabled? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp Network#dhcp}
|
|
488
|
+
:param family: IP address family. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#family Network#family}
|
|
489
|
+
:param dhcp_default_route: Is the gateway the DHCP default route? Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
|
|
490
|
+
:param dhcp_dns: The DNS servers given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
|
|
491
|
+
:param dhcp_routes: The additional DHCP classless static routes given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
|
|
492
|
+
:param gateway: Gateway address given by DHCP. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#gateway Network#gateway}
|
|
493
493
|
'''
|
|
494
494
|
if __debug__:
|
|
495
495
|
type_hints = typing.get_type_hints(_typecheckingstub__a0ad6fbb444600379383ae462fe5ae2d8f24c848db9a320e7d111545c9b44b65)
|
|
@@ -518,7 +518,7 @@ class NetworkIpNetwork:
|
|
|
518
518
|
def address(self) -> builtins.str:
|
|
519
519
|
'''The CIDR range of the subnet.
|
|
520
520
|
|
|
521
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
521
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#address Network#address}
|
|
522
522
|
'''
|
|
523
523
|
result = self._values.get("address")
|
|
524
524
|
assert result is not None, "Required property 'address' is missing"
|
|
@@ -528,7 +528,7 @@ class NetworkIpNetwork:
|
|
|
528
528
|
def dhcp(self) -> typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]:
|
|
529
529
|
'''Is DHCP enabled?
|
|
530
530
|
|
|
531
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
531
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp Network#dhcp}
|
|
532
532
|
'''
|
|
533
533
|
result = self._values.get("dhcp")
|
|
534
534
|
assert result is not None, "Required property 'dhcp' is missing"
|
|
@@ -538,7 +538,7 @@ class NetworkIpNetwork:
|
|
|
538
538
|
def family(self) -> builtins.str:
|
|
539
539
|
'''IP address family.
|
|
540
540
|
|
|
541
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
541
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#family Network#family}
|
|
542
542
|
'''
|
|
543
543
|
result = self._values.get("family")
|
|
544
544
|
assert result is not None, "Required property 'family' is missing"
|
|
@@ -550,7 +550,7 @@ class NetworkIpNetwork:
|
|
|
550
550
|
) -> typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]]:
|
|
551
551
|
'''Is the gateway the DHCP default route?
|
|
552
552
|
|
|
553
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
553
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp_default_route Network#dhcp_default_route}
|
|
554
554
|
'''
|
|
555
555
|
result = self._values.get("dhcp_default_route")
|
|
556
556
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _cdktf_9a9027ec.IResolvable]], result)
|
|
@@ -559,7 +559,7 @@ class NetworkIpNetwork:
|
|
|
559
559
|
def dhcp_dns(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
560
560
|
'''The DNS servers given by DHCP.
|
|
561
561
|
|
|
562
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
562
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp_dns Network#dhcp_dns}
|
|
563
563
|
'''
|
|
564
564
|
result = self._values.get("dhcp_dns")
|
|
565
565
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -568,7 +568,7 @@ class NetworkIpNetwork:
|
|
|
568
568
|
def dhcp_routes(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
569
569
|
'''The additional DHCP classless static routes given by DHCP.
|
|
570
570
|
|
|
571
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
571
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#dhcp_routes Network#dhcp_routes}
|
|
572
572
|
'''
|
|
573
573
|
result = self._values.get("dhcp_routes")
|
|
574
574
|
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
@@ -577,7 +577,7 @@ class NetworkIpNetwork:
|
|
|
577
577
|
def gateway(self) -> typing.Optional[builtins.str]:
|
|
578
578
|
'''Gateway address given by DHCP.
|
|
579
579
|
|
|
580
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
580
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.10.0/docs/resources/network#gateway Network#gateway}
|
|
581
581
|
'''
|
|
582
582
|
result = self._values.get("gateway")
|
|
583
583
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
@@ -638,7 +638,7 @@ class NetworkIpNetworkList(
|
|
|
638
638
|
if __debug__:
|
|
639
639
|
type_hints = typing.get_type_hints(_typecheckingstub__1c85bf15d1657bb96cf2ef12a9b6207e6c9ab4a2e345a8bbd127e71fa75ea49d)
|
|
640
640
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
641
|
-
jsii.set(self, "terraformAttribute", value)
|
|
641
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
642
642
|
|
|
643
643
|
@builtins.property
|
|
644
644
|
@jsii.member(jsii_name="terraformResource")
|
|
@@ -651,7 +651,7 @@ class NetworkIpNetworkList(
|
|
|
651
651
|
if __debug__:
|
|
652
652
|
type_hints = typing.get_type_hints(_typecheckingstub__b28c3bdd0ec7fa14db2b4d6060016bddf190bd71a49e3ed5973f3e98448cfe9c)
|
|
653
653
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
654
|
-
jsii.set(self, "terraformResource", value)
|
|
654
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
655
655
|
|
|
656
656
|
@builtins.property
|
|
657
657
|
@jsii.member(jsii_name="wrapsSet")
|
|
@@ -664,7 +664,7 @@ class NetworkIpNetworkList(
|
|
|
664
664
|
if __debug__:
|
|
665
665
|
type_hints = typing.get_type_hints(_typecheckingstub__5e3e4fd3fa56c5c742e15eab7d901779a9ea715f6723d07b8df3724bf88bfb8a)
|
|
666
666
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
667
|
-
jsii.set(self, "wrapsSet", value)
|
|
667
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
668
668
|
|
|
669
669
|
@builtins.property
|
|
670
670
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -681,7 +681,7 @@ class NetworkIpNetworkList(
|
|
|
681
681
|
if __debug__:
|
|
682
682
|
type_hints = typing.get_type_hints(_typecheckingstub__41ee6f00009a56057ce68aadd9a41df0ff2176a1af2ca17891a9f2a37b263110)
|
|
683
683
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
684
|
-
jsii.set(self, "internalValue", value)
|
|
684
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
685
685
|
|
|
686
686
|
|
|
687
687
|
class NetworkIpNetworkOutputReference(
|
|
@@ -775,7 +775,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
775
775
|
if __debug__:
|
|
776
776
|
type_hints = typing.get_type_hints(_typecheckingstub__b6a98e691a6c6b6b9491ee9a7712a3ff9d685e12c525cd35df38782bc9813b05)
|
|
777
777
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
778
|
-
jsii.set(self, "address", value)
|
|
778
|
+
jsii.set(self, "address", value) # pyright: ignore[reportArgumentType]
|
|
779
779
|
|
|
780
780
|
@builtins.property
|
|
781
781
|
@jsii.member(jsii_name="dhcp")
|
|
@@ -790,7 +790,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
790
790
|
if __debug__:
|
|
791
791
|
type_hints = typing.get_type_hints(_typecheckingstub__d20fab6189c7b85db51a5861ac41f6b489e7f8e5ad81355e6c02c79e3ae41773)
|
|
792
792
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
793
|
-
jsii.set(self, "dhcp", value)
|
|
793
|
+
jsii.set(self, "dhcp", value) # pyright: ignore[reportArgumentType]
|
|
794
794
|
|
|
795
795
|
@builtins.property
|
|
796
796
|
@jsii.member(jsii_name="dhcpDefaultRoute")
|
|
@@ -807,7 +807,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
807
807
|
if __debug__:
|
|
808
808
|
type_hints = typing.get_type_hints(_typecheckingstub__9ea3923c81643e6285fdb0c4093fc0271db1e6c342eb83665095efea93f4c7ec)
|
|
809
809
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
810
|
-
jsii.set(self, "dhcpDefaultRoute", value)
|
|
810
|
+
jsii.set(self, "dhcpDefaultRoute", value) # pyright: ignore[reportArgumentType]
|
|
811
811
|
|
|
812
812
|
@builtins.property
|
|
813
813
|
@jsii.member(jsii_name="dhcpDns")
|
|
@@ -819,7 +819,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
819
819
|
if __debug__:
|
|
820
820
|
type_hints = typing.get_type_hints(_typecheckingstub__5373e8bde56ab2a4dfd28be72c7740984795e19631e0ba63051fff9b7b96e398)
|
|
821
821
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
822
|
-
jsii.set(self, "dhcpDns", value)
|
|
822
|
+
jsii.set(self, "dhcpDns", value) # pyright: ignore[reportArgumentType]
|
|
823
823
|
|
|
824
824
|
@builtins.property
|
|
825
825
|
@jsii.member(jsii_name="dhcpRoutes")
|
|
@@ -831,7 +831,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
831
831
|
if __debug__:
|
|
832
832
|
type_hints = typing.get_type_hints(_typecheckingstub__33e9e800fdd19e524f0ce968b65f0d8ad3d15d6df60b7566ed7052a92691284c)
|
|
833
833
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
834
|
-
jsii.set(self, "dhcpRoutes", value)
|
|
834
|
+
jsii.set(self, "dhcpRoutes", value) # pyright: ignore[reportArgumentType]
|
|
835
835
|
|
|
836
836
|
@builtins.property
|
|
837
837
|
@jsii.member(jsii_name="family")
|
|
@@ -843,7 +843,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
843
843
|
if __debug__:
|
|
844
844
|
type_hints = typing.get_type_hints(_typecheckingstub__da754048e039b79b7b49e49141c87becd4b7be60d9070dce0fae07b59e62905a)
|
|
845
845
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
846
|
-
jsii.set(self, "family", value)
|
|
846
|
+
jsii.set(self, "family", value) # pyright: ignore[reportArgumentType]
|
|
847
847
|
|
|
848
848
|
@builtins.property
|
|
849
849
|
@jsii.member(jsii_name="gateway")
|
|
@@ -855,7 +855,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
855
855
|
if __debug__:
|
|
856
856
|
type_hints = typing.get_type_hints(_typecheckingstub__85fbb1fa23b5ade0741c3445f03ff27b197d489175a64995ecf629777431ffbe)
|
|
857
857
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
858
|
-
jsii.set(self, "gateway", value)
|
|
858
|
+
jsii.set(self, "gateway", value) # pyright: ignore[reportArgumentType]
|
|
859
859
|
|
|
860
860
|
@builtins.property
|
|
861
861
|
@jsii.member(jsii_name="internalValue")
|
|
@@ -872,7 +872,7 @@ class NetworkIpNetworkOutputReference(
|
|
|
872
872
|
if __debug__:
|
|
873
873
|
type_hints = typing.get_type_hints(_typecheckingstub__6f3d5daace718b26b0329feea7bc156a63f953ccc7782c7c71ccd92c60d09747)
|
|
874
874
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
875
|
-
jsii.set(self, "internalValue", value)
|
|
875
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
876
876
|
|
|
877
877
|
|
|
878
878
|
__all__ = [
|