cdktf-cdktf-provider-upcloud 14.7.0__tar.gz → 14.8.0__tar.gz
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-14.7.0/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf-cdktf-provider-upcloud-14.8.0}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/README.md +3 -3
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/setup.py +2 -2
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf-cdktf-provider-upcloud-14.8.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.8.0.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +83 -46
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +25 -25
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +19 -59
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +65 -65
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +42 -42
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +64 -64
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +28 -28
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +215 -116
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +193 -193
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +31 -31
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +28 -28
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +189 -189
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +431 -330
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +300 -300
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +117 -117
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +50 -50
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +25 -25
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +153 -153
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +22 -22
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +58 -58
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +4 -4
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
- cdktf-cdktf-provider-upcloud-14.7.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.7.0.jsii.tgz +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/LICENSE +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/MANIFEST.in +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/pyproject.toml +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/setup.cfg +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +0 -0
- {cdktf-cdktf-provider-upcloud-14.7.0 → cdktf-cdktf-provider-upcloud-14.8.0}/src/cdktf_cdktf_provider_upcloud.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cdktf-cdktf-provider-upcloud
|
|
3
|
-
Version: 14.
|
|
3
|
+
Version: 14.8.0
|
|
4
4
|
Summary: Prebuilt upcloud Provider for Terraform CDK (cdktf)
|
|
5
5
|
Home-page: https://github.com/cdktf/cdktf-provider-upcloud.git
|
|
6
6
|
Author: HashiCorp
|
|
@@ -21,9 +21,9 @@ Requires-Python: ~=3.8
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
|
|
24
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
24
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.8.0
|
|
25
25
|
|
|
26
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
26
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
27
27
|
|
|
28
28
|
## Available Packages
|
|
29
29
|
|
|
@@ -85,7 +85,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
85
85
|
These are the upstream dependencies:
|
|
86
86
|
|
|
87
87
|
* [CDK for Terraform](https://cdk.tf)
|
|
88
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
88
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.0)
|
|
89
89
|
* [Terraform Engine](https://terraform.io)
|
|
90
90
|
|
|
91
91
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
1
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.8.0
|
|
2
2
|
|
|
3
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
3
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
4
4
|
|
|
5
5
|
## Available Packages
|
|
6
6
|
|
|
@@ -62,7 +62,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
62
62
|
These are the upstream dependencies:
|
|
63
63
|
|
|
64
64
|
* [CDK for Terraform](https://cdk.tf)
|
|
65
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
65
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.0)
|
|
66
66
|
* [Terraform Engine](https://terraform.io)
|
|
67
67
|
|
|
68
68
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cdktf-cdktf-provider-upcloud",
|
|
8
|
-
"version": "14.
|
|
8
|
+
"version": "14.8.0",
|
|
9
9
|
"description": "Prebuilt upcloud Provider for Terraform CDK (cdktf)",
|
|
10
10
|
"license": "MPL-2.0",
|
|
11
11
|
"url": "https://github.com/cdktf/cdktf-provider-upcloud.git",
|
|
@@ -78,7 +78,7 @@ kwargs = json.loads(
|
|
|
78
78
|
],
|
|
79
79
|
"package_data": {
|
|
80
80
|
"cdktf_cdktf_provider_upcloud._jsii": [
|
|
81
|
-
"provider-upcloud@14.
|
|
81
|
+
"provider-upcloud@14.8.0.jsii.tgz"
|
|
82
82
|
],
|
|
83
83
|
"cdktf_cdktf_provider_upcloud": [
|
|
84
84
|
"py.typed"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
2
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.8.0
|
|
3
3
|
|
|
4
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
4
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
5
5
|
|
|
6
6
|
## Available Packages
|
|
7
7
|
|
|
@@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
63
63
|
These are the upstream dependencies:
|
|
64
64
|
|
|
65
65
|
* [CDK for Terraform](https://cdk.tf)
|
|
66
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
66
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.8.0)
|
|
67
67
|
* [Terraform Engine](https://terraform.io)
|
|
68
68
|
|
|
69
69
|
If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_hosts`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_hosts`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,14 +29,14 @@ class DataUpcloudHosts(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
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.8.0/docs/data-sources/hosts upcloud_hosts}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
36
36
|
scope: _constructs_77d1e7e8.Construct,
|
|
37
|
-
|
|
37
|
+
id: builtins.str,
|
|
38
38
|
*,
|
|
39
|
-
|
|
39
|
+
hosts: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHosts", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
40
40
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41
41
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
42
42
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudHosts(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
|
-
:param
|
|
52
|
-
:param
|
|
51
|
+
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -61,9 +61,9 @@ class DataUpcloudHosts(
|
|
|
61
61
|
if __debug__:
|
|
62
62
|
type_hints = typing.get_type_hints(_typecheckingstub__799d22cd86ca6a5ffd3e901068e17fe5003171b013c9fcb80b11925031eee95d)
|
|
63
63
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
64
|
-
check_type(argname="argument
|
|
64
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
65
65
|
config = DataUpcloudHostsConfig(
|
|
66
|
-
|
|
66
|
+
hosts=hosts,
|
|
67
67
|
connection=connection,
|
|
68
68
|
count=count,
|
|
69
69
|
depends_on=depends_on,
|
|
@@ -73,7 +73,7 @@ class DataUpcloudHosts(
|
|
|
73
73
|
provisioners=provisioners,
|
|
74
74
|
)
|
|
75
75
|
|
|
76
|
-
jsii.create(self.__class__, self, [scope,
|
|
76
|
+
jsii.create(self.__class__, self, [scope, id, config])
|
|
77
77
|
|
|
78
78
|
@jsii.member(jsii_name="generateConfigForImport")
|
|
79
79
|
@builtins.classmethod
|
|
@@ -88,7 +88,7 @@ class DataUpcloudHosts(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -99,9 +99,22 @@ class DataUpcloudHosts(
|
|
|
99
99
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
100
100
|
return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
|
|
101
101
|
|
|
102
|
-
@jsii.member(jsii_name="
|
|
103
|
-
def
|
|
104
|
-
|
|
102
|
+
@jsii.member(jsii_name="putHosts")
|
|
103
|
+
def put_hosts(
|
|
104
|
+
self,
|
|
105
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHosts", typing.Dict[builtins.str, typing.Any]]]],
|
|
106
|
+
) -> None:
|
|
107
|
+
'''
|
|
108
|
+
:param value: -
|
|
109
|
+
'''
|
|
110
|
+
if __debug__:
|
|
111
|
+
type_hints = typing.get_type_hints(_typecheckingstub__922a2bcf6b952cbfe0ebf741c2a4cb202efe0f123eaa25f7dc287554f3dd1497)
|
|
112
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
113
|
+
return typing.cast(None, jsii.invoke(self, "putHosts", [value]))
|
|
114
|
+
|
|
115
|
+
@jsii.member(jsii_name="resetHosts")
|
|
116
|
+
def reset_hosts(self) -> None:
|
|
117
|
+
return typing.cast(None, jsii.invoke(self, "resetHosts", []))
|
|
105
118
|
|
|
106
119
|
@jsii.member(jsii_name="synthesizeAttributes")
|
|
107
120
|
def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
@@ -121,22 +134,17 @@ class DataUpcloudHosts(
|
|
|
121
134
|
def hosts(self) -> "DataUpcloudHostsHostsList":
|
|
122
135
|
return typing.cast("DataUpcloudHostsHostsList", jsii.get(self, "hosts"))
|
|
123
136
|
|
|
124
|
-
@builtins.property
|
|
125
|
-
@jsii.member(jsii_name="idInput")
|
|
126
|
-
def id_input(self) -> typing.Optional[builtins.str]:
|
|
127
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
|
|
128
|
-
|
|
129
137
|
@builtins.property
|
|
130
138
|
@jsii.member(jsii_name="id")
|
|
131
139
|
def id(self) -> builtins.str:
|
|
132
140
|
return typing.cast(builtins.str, jsii.get(self, "id"))
|
|
133
141
|
|
|
134
|
-
@
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
jsii.
|
|
142
|
+
@builtins.property
|
|
143
|
+
@jsii.member(jsii_name="hostsInput")
|
|
144
|
+
def hosts_input(
|
|
145
|
+
self,
|
|
146
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
|
|
147
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], jsii.get(self, "hostsInput"))
|
|
140
148
|
|
|
141
149
|
|
|
142
150
|
@jsii.data_type(
|
|
@@ -150,7 +158,7 @@ class DataUpcloudHosts(
|
|
|
150
158
|
"lifecycle": "lifecycle",
|
|
151
159
|
"provider": "provider",
|
|
152
160
|
"provisioners": "provisioners",
|
|
153
|
-
"
|
|
161
|
+
"hosts": "hosts",
|
|
154
162
|
},
|
|
155
163
|
)
|
|
156
164
|
class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
@@ -164,7 +172,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
164
172
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
165
173
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
166
174
|
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,
|
|
167
|
-
|
|
175
|
+
hosts: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHosts", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
168
176
|
) -> None:
|
|
169
177
|
'''
|
|
170
178
|
:param connection:
|
|
@@ -174,7 +182,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
174
182
|
:param lifecycle:
|
|
175
183
|
:param provider:
|
|
176
184
|
:param provisioners:
|
|
177
|
-
:param
|
|
185
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
178
186
|
'''
|
|
179
187
|
if isinstance(lifecycle, dict):
|
|
180
188
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -187,7 +195,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
187
195
|
check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
|
|
188
196
|
check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
|
|
189
197
|
check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
|
|
190
|
-
check_type(argname="argument
|
|
198
|
+
check_type(argname="argument hosts", value=hosts, expected_type=type_hints["hosts"])
|
|
191
199
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
192
200
|
if connection is not None:
|
|
193
201
|
self._values["connection"] = connection
|
|
@@ -203,8 +211,8 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
203
211
|
self._values["provider"] = provider
|
|
204
212
|
if provisioners is not None:
|
|
205
213
|
self._values["provisioners"] = provisioners
|
|
206
|
-
if
|
|
207
|
-
self._values["
|
|
214
|
+
if hosts is not None:
|
|
215
|
+
self._values["hosts"] = hosts
|
|
208
216
|
|
|
209
217
|
@builtins.property
|
|
210
218
|
def connection(
|
|
@@ -271,14 +279,15 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
271
279
|
return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
|
|
272
280
|
|
|
273
281
|
@builtins.property
|
|
274
|
-
def
|
|
275
|
-
|
|
282
|
+
def hosts(
|
|
283
|
+
self,
|
|
284
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
|
|
285
|
+
'''hosts block.
|
|
276
286
|
|
|
277
|
-
|
|
278
|
-
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.
|
|
287
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
279
288
|
'''
|
|
280
|
-
result = self._values.get("
|
|
281
|
-
return typing.cast(typing.Optional[
|
|
289
|
+
result = self._values.get("hosts")
|
|
290
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], result)
|
|
282
291
|
|
|
283
292
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
284
293
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -385,6 +394,23 @@ class DataUpcloudHostsHostsList(
|
|
|
385
394
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
386
395
|
jsii.set(self, "wrapsSet", value)
|
|
387
396
|
|
|
397
|
+
@builtins.property
|
|
398
|
+
@jsii.member(jsii_name="internalValue")
|
|
399
|
+
def internal_value(
|
|
400
|
+
self,
|
|
401
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHosts]]]:
|
|
402
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHosts]]], jsii.get(self, "internalValue"))
|
|
403
|
+
|
|
404
|
+
@internal_value.setter
|
|
405
|
+
def internal_value(
|
|
406
|
+
self,
|
|
407
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHosts]]],
|
|
408
|
+
) -> None:
|
|
409
|
+
if __debug__:
|
|
410
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d70b1b5386269f6cbfbd3c19f3d095ed48ea6b41c8bc15462d58d8c0748c5eda)
|
|
411
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
412
|
+
jsii.set(self, "internalValue", value)
|
|
413
|
+
|
|
388
414
|
|
|
389
415
|
class DataUpcloudHostsHostsOutputReference(
|
|
390
416
|
_cdktf_9a9027ec.ComplexObject,
|
|
@@ -429,11 +455,16 @@ class DataUpcloudHostsHostsOutputReference(
|
|
|
429
455
|
|
|
430
456
|
@builtins.property
|
|
431
457
|
@jsii.member(jsii_name="internalValue")
|
|
432
|
-
def internal_value(
|
|
433
|
-
|
|
458
|
+
def internal_value(
|
|
459
|
+
self,
|
|
460
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHosts]]:
|
|
461
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHosts]], jsii.get(self, "internalValue"))
|
|
434
462
|
|
|
435
463
|
@internal_value.setter
|
|
436
|
-
def internal_value(
|
|
464
|
+
def internal_value(
|
|
465
|
+
self,
|
|
466
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHosts]],
|
|
467
|
+
) -> None:
|
|
437
468
|
if __debug__:
|
|
438
469
|
type_hints = typing.get_type_hints(_typecheckingstub__2d367a9e4d095a50a62e730ceb71e847ae15e82a42ec564c26e2a5073fdf119a)
|
|
439
470
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
@@ -452,9 +483,9 @@ publication.publish()
|
|
|
452
483
|
|
|
453
484
|
def _typecheckingstub__799d22cd86ca6a5ffd3e901068e17fe5003171b013c9fcb80b11925031eee95d(
|
|
454
485
|
scope: _constructs_77d1e7e8.Construct,
|
|
455
|
-
|
|
486
|
+
id: builtins.str,
|
|
456
487
|
*,
|
|
457
|
-
|
|
488
|
+
hosts: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudHostsHosts, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
458
489
|
connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
459
490
|
count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
|
|
460
491
|
depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
|
|
@@ -475,8 +506,8 @@ def _typecheckingstub__9e41a3d099f0ffb0f2b630feb031e7bc139e2b5ad30f1f3179fa293ed
|
|
|
475
506
|
"""Type checking stubs"""
|
|
476
507
|
pass
|
|
477
508
|
|
|
478
|
-
def
|
|
479
|
-
value: builtins.str,
|
|
509
|
+
def _typecheckingstub__922a2bcf6b952cbfe0ebf741c2a4cb202efe0f123eaa25f7dc287554f3dd1497(
|
|
510
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudHostsHosts, typing.Dict[builtins.str, typing.Any]]]],
|
|
480
511
|
) -> None:
|
|
481
512
|
"""Type checking stubs"""
|
|
482
513
|
pass
|
|
@@ -490,7 +521,7 @@ def _typecheckingstub__c71d76f9a9b7cdb41f222a245bf375e13d94f8fbcd6cd95cecd24ce47
|
|
|
490
521
|
lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
491
522
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
492
523
|
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,
|
|
493
|
-
|
|
524
|
+
hosts: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudHostsHosts, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
494
525
|
) -> None:
|
|
495
526
|
"""Type checking stubs"""
|
|
496
527
|
pass
|
|
@@ -527,6 +558,12 @@ def _typecheckingstub__c1df1982c3efea1f378d5a156d455fb352ebbfa7e598640e2291c0f65
|
|
|
527
558
|
"""Type checking stubs"""
|
|
528
559
|
pass
|
|
529
560
|
|
|
561
|
+
def _typecheckingstub__d70b1b5386269f6cbfbd3c19f3d095ed48ea6b41c8bc15462d58d8c0748c5eda(
|
|
562
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHosts]]],
|
|
563
|
+
) -> None:
|
|
564
|
+
"""Type checking stubs"""
|
|
565
|
+
pass
|
|
566
|
+
|
|
530
567
|
def _typecheckingstub__05998a6450eeda80f542ab60cf0fad3a1500b26cdf65521d80a60631f1b11c65(
|
|
531
568
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
532
569
|
terraform_attribute: builtins.str,
|
|
@@ -537,7 +574,7 @@ def _typecheckingstub__05998a6450eeda80f542ab60cf0fad3a1500b26cdf65521d80a60631f
|
|
|
537
574
|
pass
|
|
538
575
|
|
|
539
576
|
def _typecheckingstub__2d367a9e4d095a50a62e730ceb71e847ae15e82a42ec564c26e2a5073fdf119a(
|
|
540
|
-
value: typing.Optional[DataUpcloudHostsHosts],
|
|
577
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHosts]],
|
|
541
578
|
) -> None:
|
|
542
579
|
"""Type checking stubs"""
|
|
543
580
|
pass
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
r'''
|
|
2
2
|
# `data_upcloud_ip_addresses`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_ip_addresses`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudIpAddresses(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
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.8.0/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudIpAddresses(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudIpAddresses(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudIpAddresses that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -358,7 +358,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
358
358
|
:param lifecycle:
|
|
359
359
|
:param provider:
|
|
360
360
|
:param provisioners:
|
|
361
|
-
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
361
|
+
:param id: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#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.
|
|
362
362
|
'''
|
|
363
363
|
if isinstance(lifecycle, dict):
|
|
364
364
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -456,7 +456,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
456
456
|
|
|
457
457
|
@builtins.property
|
|
458
458
|
def id(self) -> typing.Optional[builtins.str]:
|
|
459
|
-
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
459
|
+
'''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/ip_addresses#id DataUpcloudIpAddresses#id}.
|
|
460
460
|
|
|
461
461
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
462
462
|
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
|
# `data_upcloud_kubernetes_cluster`
|
|
3
3
|
|
|
4
|
-
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
4
|
+
Refer to the Terraform Registry for docs: [`data_upcloud_kubernetes_cluster`](https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/kubernetes_cluster).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -29,7 +29,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
29
29
|
metaclass=jsii.JSIIMeta,
|
|
30
30
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudKubernetesCluster.DataUpcloudKubernetesCluster",
|
|
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.8.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster}.'''
|
|
33
33
|
|
|
34
34
|
def __init__(
|
|
35
35
|
self,
|
|
@@ -45,11 +45,11 @@ class DataUpcloudKubernetesCluster(
|
|
|
45
45
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
46
46
|
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,
|
|
47
47
|
) -> None:
|
|
48
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
48
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/kubernetes_cluster upcloud_kubernetes_cluster} Data Source.
|
|
49
49
|
|
|
50
50
|
:param scope: The scope in which to define this construct.
|
|
51
51
|
:param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
52
|
-
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
52
|
+
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
|
|
53
53
|
:param connection:
|
|
54
54
|
:param count:
|
|
55
55
|
:param depends_on:
|
|
@@ -88,7 +88,7 @@ class DataUpcloudKubernetesCluster(
|
|
|
88
88
|
|
|
89
89
|
:param scope: The scope in which to define this construct.
|
|
90
90
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudKubernetesCluster to import.
|
|
91
|
-
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
91
|
+
:param import_from_id: The id of the existing DataUpcloudKubernetesCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/kubernetes_cluster#import import section} in the documentation of this resource for the id to use
|
|
92
92
|
:param provider: ? Optional instance of the provider where the DataUpcloudKubernetesCluster to import is found.
|
|
93
93
|
'''
|
|
94
94
|
if __debug__:
|
|
@@ -195,7 +195,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
195
195
|
:param lifecycle:
|
|
196
196
|
:param provider:
|
|
197
197
|
:param provisioners:
|
|
198
|
-
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
198
|
+
:param id: UUID of the cluster. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#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.
|
|
199
199
|
'''
|
|
200
200
|
if isinstance(lifecycle, dict):
|
|
201
201
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -295,7 +295,7 @@ class DataUpcloudKubernetesClusterConfig(_cdktf_9a9027ec.TerraformMetaArguments)
|
|
|
295
295
|
def id(self) -> builtins.str:
|
|
296
296
|
'''UUID of the cluster.
|
|
297
297
|
|
|
298
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
298
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.8.0/docs/data-sources/kubernetes_cluster#id DataUpcloudKubernetesCluster#id}
|
|
299
299
|
|
|
300
300
|
Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
301
301
|
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.
|