cdktf-cdktf-provider-upcloud 14.18.0__tar.gz → 14.20.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.18.0/src/cdktf_cdktf_provider_upcloud.egg-info → cdktf_cdktf_provider_upcloud-14.20.0}/PKG-INFO +5 -5
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/README.md +3 -3
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/setup.py +3 -3
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/__init__.py +3 -3
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/_jsii/__init__.py +2 -2
- cdktf_cdktf_provider_upcloud-14.20.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.20.0.jsii.tgz +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_hosts/__init__.py +308 -9
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_ip_addresses/__init__.py +7 -7
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_kubernetes_cluster/__init__.py +7 -7
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_load_balancer_dns_challenge_domain/__init__.py +4 -4
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_mysql_sessions/__init__.py +22 -22
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_opensearch_indices/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_postgresql_sessions/__init__.py +30 -30
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_redis_sessions/__init__.py +22 -22
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_database_valkey_sessions/__init__.py +22 -22
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_policies/__init__.py +10 -10
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_managed_object_storage_regions/__init__.py +7 -7
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_networks/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_storage/__init__.py +28 -28
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_tags/__init__.py +7 -7
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zone/__init__.py +10 -10
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/data_upcloud_zones/__init__.py +7 -7
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/firewall_rules/__init__.py +41 -41
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/floating_ip_address/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/gateway/__init__.py +37 -37
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/gateway_connection/__init__.py +34 -34
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/gateway_connection_tunnel/__init__.py +61 -61
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_cluster/__init__.py +31 -31
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/kubernetes_node_group/__init__.py +58 -58
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer/__init__.py +39 -39
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend/__init__.py +46 -46
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_backend_tls_config/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_backend_member/__init__.py +25 -25
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_dynamic_certificate_bundle/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend/__init__.py +33 -33
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_rule/__init__.py +269 -227
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_frontend_tls_config/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_manual_certificate_bundle/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_resolver/__init__.py +28 -28
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/loadbalancer_static_backend_member/__init__.py +25 -25
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_database_logical_database/__init__.py +19 -19
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_database_mysql/__init__.py +201 -201
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_database_opensearch/__init__.py +540 -957
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_database_postgresql/__init__.py +315 -315
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_database_redis/__init__.py +132 -132
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_database_user/__init__.py +65 -65
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_database_valkey/__init__.py +234 -129
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage/__init__.py +30 -30
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_bucket/__init__.py +10 -10
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_custom_domain/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_policy/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_access_key/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/managed_object_storage_user_policy/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/network/__init__.py +33 -33
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/network_peering/__init__.py +23 -23
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/object_storage/__init__.py +30 -30
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/provider/__init__.py +72 -25
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/router/__init__.py +19 -19
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/server/__init__.py +136 -136
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/server_group/__init__.py +19 -19
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/storage/__init__.py +51 -51
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/storage_template/__init__.py +13 -13
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/tag/__init__.py +16 -16
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0/src/cdktf_cdktf_provider_upcloud.egg-info}/PKG-INFO +5 -5
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud.egg-info/SOURCES.txt +1 -1
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud.egg-info/requires.txt +1 -1
- cdktf_cdktf_provider_upcloud-14.18.0/src/cdktf_cdktf_provider_upcloud/_jsii/provider-upcloud@14.18.0.jsii.tgz +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/LICENSE +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/MANIFEST.in +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/pyproject.toml +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/setup.cfg +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud/py.typed +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.0}/src/cdktf_cdktf_provider_upcloud.egg-info/dependency_links.txt +0 -0
- {cdktf_cdktf_provider_upcloud-14.18.0 → cdktf_cdktf_provider_upcloud-14.20.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.20.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
|
|
@@ -22,13 +22,13 @@ Description-Content-Type: text/markdown
|
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: cdktf<0.21.0,>=0.20.0
|
|
24
24
|
Requires-Dist: constructs<11.0.0,>=10.3.0
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.107.0
|
|
26
26
|
Requires-Dist: publication>=0.0.3
|
|
27
27
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
28
|
|
|
29
|
-
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.
|
|
29
|
+
# CDKTF prebuilt bindings for UpCloudLtd/upcloud provider version 5.20.0
|
|
30
30
|
|
|
31
|
-
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
31
|
+
This repo builds and publishes the [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.20.0/docs) bindings for [CDK for Terraform](https://cdk.tf).
|
|
32
32
|
|
|
33
33
|
## Available Packages
|
|
34
34
|
|
|
@@ -90,7 +90,7 @@ This project is explicitly not tracking the Terraform upcloud provider version 1
|
|
|
90
90
|
These are the upstream dependencies:
|
|
91
91
|
|
|
92
92
|
* [CDK for Terraform](https://cdk.tf)
|
|
93
|
-
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.
|
|
93
|
+
* [Terraform upcloud provider](https://registry.terraform.io/providers/UpCloudLtd/upcloud/5.20.0)
|
|
94
94
|
* [Terraform Engine](https://terraform.io)
|
|
95
95
|
|
|
96
96
|
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.20.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.20.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.20.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.20.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",
|
|
@@ -84,7 +84,7 @@ kwargs = json.loads(
|
|
|
84
84
|
],
|
|
85
85
|
"package_data": {
|
|
86
86
|
"cdktf_cdktf_provider_upcloud._jsii": [
|
|
87
|
-
"provider-upcloud@14.
|
|
87
|
+
"provider-upcloud@14.20.0.jsii.tgz"
|
|
88
88
|
],
|
|
89
89
|
"cdktf_cdktf_provider_upcloud": [
|
|
90
90
|
"py.typed"
|
|
@@ -94,7 +94,7 @@ kwargs = json.loads(
|
|
|
94
94
|
"install_requires": [
|
|
95
95
|
"cdktf>=0.20.0, <0.21.0",
|
|
96
96
|
"constructs>=10.3.0, <11.0.0",
|
|
97
|
-
"jsii>=1.
|
|
97
|
+
"jsii>=1.107.0, <2.0.0",
|
|
98
98
|
"publication>=0.0.3",
|
|
99
99
|
"typeguard>=2.13.3,<4.3.0"
|
|
100
100
|
],
|
|
@@ -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.20.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.20.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.20.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.
|
|
@@ -33,9 +33,9 @@ import constructs._jsii
|
|
|
33
33
|
|
|
34
34
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
35
|
"@cdktf/provider-upcloud",
|
|
36
|
-
"14.
|
|
36
|
+
"14.20.0",
|
|
37
37
|
__name__[0:-6],
|
|
38
|
-
"provider-upcloud@14.
|
|
38
|
+
"provider-upcloud@14.20.0.jsii.tgz",
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
__all__ = [
|
|
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.20.0/docs/data-sources/hosts).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class DataUpcloudHosts(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHosts",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts upcloud_hosts}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -60,11 +60,11 @@ class DataUpcloudHosts(
|
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
61
61
|
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,
|
|
62
62
|
) -> None:
|
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts upcloud_hosts} Data Source.
|
|
64
64
|
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
|
66
66
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
67
|
-
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
67
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
68
68
|
:param connection:
|
|
69
69
|
:param count:
|
|
70
70
|
:param depends_on:
|
|
@@ -103,7 +103,7 @@ class DataUpcloudHosts(
|
|
|
103
103
|
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudHosts to import.
|
|
106
|
-
: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.
|
|
106
|
+
: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.20.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use
|
|
107
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudHosts to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -197,7 +197,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
197
197
|
:param lifecycle:
|
|
198
198
|
:param provider:
|
|
199
199
|
:param provisioners:
|
|
200
|
-
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
200
|
+
:param hosts: hosts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
201
201
|
'''
|
|
202
202
|
if isinstance(lifecycle, dict):
|
|
203
203
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -299,7 +299,7 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
299
299
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]]:
|
|
300
300
|
'''hosts block.
|
|
301
301
|
|
|
302
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
302
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#hosts DataUpcloudHosts#hosts}
|
|
303
303
|
'''
|
|
304
304
|
result = self._values.get("hosts")
|
|
305
305
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHosts"]]], result)
|
|
@@ -319,11 +319,34 @@ class DataUpcloudHostsConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
319
319
|
@jsii.data_type(
|
|
320
320
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHosts",
|
|
321
321
|
jsii_struct_bases=[],
|
|
322
|
-
name_mapping={},
|
|
322
|
+
name_mapping={"statistics": "statistics"},
|
|
323
323
|
)
|
|
324
324
|
class DataUpcloudHostsHosts:
|
|
325
|
-
def __init__(
|
|
325
|
+
def __init__(
|
|
326
|
+
self,
|
|
327
|
+
*,
|
|
328
|
+
statistics: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHostsStatistics", typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
329
|
+
) -> None:
|
|
330
|
+
'''
|
|
331
|
+
:param statistics: statistics block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
|
|
332
|
+
'''
|
|
333
|
+
if __debug__:
|
|
334
|
+
type_hints = typing.get_type_hints(_typecheckingstub__35ff19b978e1a15cfb5f77b6a4d9da25521117766382dd5efba6f9765d2bdf62)
|
|
335
|
+
check_type(argname="argument statistics", value=statistics, expected_type=type_hints["statistics"])
|
|
326
336
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
337
|
+
if statistics is not None:
|
|
338
|
+
self._values["statistics"] = statistics
|
|
339
|
+
|
|
340
|
+
@builtins.property
|
|
341
|
+
def statistics(
|
|
342
|
+
self,
|
|
343
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]]:
|
|
344
|
+
'''statistics block.
|
|
345
|
+
|
|
346
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/hosts#statistics DataUpcloudHosts#statistics}
|
|
347
|
+
'''
|
|
348
|
+
result = self._values.get("statistics")
|
|
349
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]], result)
|
|
327
350
|
|
|
328
351
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
329
352
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -453,6 +476,23 @@ class DataUpcloudHostsHostsOutputReference(
|
|
|
453
476
|
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
|
454
477
|
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
|
455
478
|
|
|
479
|
+
@jsii.member(jsii_name="putStatistics")
|
|
480
|
+
def put_statistics(
|
|
481
|
+
self,
|
|
482
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union["DataUpcloudHostsHostsStatistics", typing.Dict[builtins.str, typing.Any]]]],
|
|
483
|
+
) -> None:
|
|
484
|
+
'''
|
|
485
|
+
:param value: -
|
|
486
|
+
'''
|
|
487
|
+
if __debug__:
|
|
488
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e73c14ba06774179cc22294d43da5d0796ccd5ee98bc2d7a22fc32b3a93906ad)
|
|
489
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
490
|
+
return typing.cast(None, jsii.invoke(self, "putStatistics", [value]))
|
|
491
|
+
|
|
492
|
+
@jsii.member(jsii_name="resetStatistics")
|
|
493
|
+
def reset_statistics(self) -> None:
|
|
494
|
+
return typing.cast(None, jsii.invoke(self, "resetStatistics", []))
|
|
495
|
+
|
|
456
496
|
@builtins.property
|
|
457
497
|
@jsii.member(jsii_name="description")
|
|
458
498
|
def description(self) -> builtins.str:
|
|
@@ -463,11 +503,28 @@ class DataUpcloudHostsHostsOutputReference(
|
|
|
463
503
|
def host_id(self) -> jsii.Number:
|
|
464
504
|
return typing.cast(jsii.Number, jsii.get(self, "hostId"))
|
|
465
505
|
|
|
506
|
+
@builtins.property
|
|
507
|
+
@jsii.member(jsii_name="statistics")
|
|
508
|
+
def statistics(self) -> "DataUpcloudHostsHostsStatisticsList":
|
|
509
|
+
return typing.cast("DataUpcloudHostsHostsStatisticsList", jsii.get(self, "statistics"))
|
|
510
|
+
|
|
511
|
+
@builtins.property
|
|
512
|
+
@jsii.member(jsii_name="windowsEnabled")
|
|
513
|
+
def windows_enabled(self) -> _cdktf_9a9027ec.IResolvable:
|
|
514
|
+
return typing.cast(_cdktf_9a9027ec.IResolvable, jsii.get(self, "windowsEnabled"))
|
|
515
|
+
|
|
466
516
|
@builtins.property
|
|
467
517
|
@jsii.member(jsii_name="zone")
|
|
468
518
|
def zone(self) -> builtins.str:
|
|
469
519
|
return typing.cast(builtins.str, jsii.get(self, "zone"))
|
|
470
520
|
|
|
521
|
+
@builtins.property
|
|
522
|
+
@jsii.member(jsii_name="statisticsInput")
|
|
523
|
+
def statistics_input(
|
|
524
|
+
self,
|
|
525
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]]:
|
|
526
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List["DataUpcloudHostsHostsStatistics"]]], jsii.get(self, "statisticsInput"))
|
|
527
|
+
|
|
471
528
|
@builtins.property
|
|
472
529
|
@jsii.member(jsii_name="internalValue")
|
|
473
530
|
def internal_value(
|
|
@@ -486,12 +543,188 @@ class DataUpcloudHostsHostsOutputReference(
|
|
|
486
543
|
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
487
544
|
|
|
488
545
|
|
|
546
|
+
@jsii.data_type(
|
|
547
|
+
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHostsStatistics",
|
|
548
|
+
jsii_struct_bases=[],
|
|
549
|
+
name_mapping={},
|
|
550
|
+
)
|
|
551
|
+
class DataUpcloudHostsHostsStatistics:
|
|
552
|
+
def __init__(self) -> None:
|
|
553
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
554
|
+
|
|
555
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
556
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
557
|
+
|
|
558
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
559
|
+
return not (rhs == self)
|
|
560
|
+
|
|
561
|
+
def __repr__(self) -> str:
|
|
562
|
+
return "DataUpcloudHostsHostsStatistics(%s)" % ", ".join(
|
|
563
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
564
|
+
)
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
class DataUpcloudHostsHostsStatisticsList(
|
|
568
|
+
_cdktf_9a9027ec.ComplexList,
|
|
569
|
+
metaclass=jsii.JSIIMeta,
|
|
570
|
+
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHostsStatisticsList",
|
|
571
|
+
):
|
|
572
|
+
def __init__(
|
|
573
|
+
self,
|
|
574
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
575
|
+
terraform_attribute: builtins.str,
|
|
576
|
+
wraps_set: builtins.bool,
|
|
577
|
+
) -> None:
|
|
578
|
+
'''
|
|
579
|
+
:param terraform_resource: The parent resource.
|
|
580
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
|
581
|
+
:param wraps_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
|
582
|
+
'''
|
|
583
|
+
if __debug__:
|
|
584
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7dedfb59249494e822b088a3636fcf2b399edd407b71071e9581a1fe2e93cca1)
|
|
585
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
|
586
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
|
587
|
+
check_type(argname="argument wraps_set", value=wraps_set, expected_type=type_hints["wraps_set"])
|
|
588
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, wraps_set])
|
|
589
|
+
|
|
590
|
+
@jsii.member(jsii_name="get")
|
|
591
|
+
def get(
|
|
592
|
+
self,
|
|
593
|
+
index: jsii.Number,
|
|
594
|
+
) -> "DataUpcloudHostsHostsStatisticsOutputReference":
|
|
595
|
+
'''
|
|
596
|
+
:param index: the index of the item to return.
|
|
597
|
+
'''
|
|
598
|
+
if __debug__:
|
|
599
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0a4ba93e746596990e351201ff95230798fc6d1fd33463250fe311b3d1dd263b)
|
|
600
|
+
check_type(argname="argument index", value=index, expected_type=type_hints["index"])
|
|
601
|
+
return typing.cast("DataUpcloudHostsHostsStatisticsOutputReference", jsii.invoke(self, "get", [index]))
|
|
602
|
+
|
|
603
|
+
@builtins.property
|
|
604
|
+
@jsii.member(jsii_name="terraformAttribute")
|
|
605
|
+
def _terraform_attribute(self) -> builtins.str:
|
|
606
|
+
'''The attribute on the parent resource this class is referencing.'''
|
|
607
|
+
return typing.cast(builtins.str, jsii.get(self, "terraformAttribute"))
|
|
608
|
+
|
|
609
|
+
@_terraform_attribute.setter
|
|
610
|
+
def _terraform_attribute(self, value: builtins.str) -> None:
|
|
611
|
+
if __debug__:
|
|
612
|
+
type_hints = typing.get_type_hints(_typecheckingstub__548840173ef4e623ed49c3d72d141b39f4462eee97b5872f07f920d3e845de85)
|
|
613
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
614
|
+
jsii.set(self, "terraformAttribute", value) # pyright: ignore[reportArgumentType]
|
|
615
|
+
|
|
616
|
+
@builtins.property
|
|
617
|
+
@jsii.member(jsii_name="terraformResource")
|
|
618
|
+
def _terraform_resource(self) -> _cdktf_9a9027ec.IInterpolatingParent:
|
|
619
|
+
'''The parent resource.'''
|
|
620
|
+
return typing.cast(_cdktf_9a9027ec.IInterpolatingParent, jsii.get(self, "terraformResource"))
|
|
621
|
+
|
|
622
|
+
@_terraform_resource.setter
|
|
623
|
+
def _terraform_resource(self, value: _cdktf_9a9027ec.IInterpolatingParent) -> None:
|
|
624
|
+
if __debug__:
|
|
625
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d5ccdcc6fdc25dccd12fea6d5581930b4dc93be047e04574472c9b8ff0f40291)
|
|
626
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
627
|
+
jsii.set(self, "terraformResource", value) # pyright: ignore[reportArgumentType]
|
|
628
|
+
|
|
629
|
+
@builtins.property
|
|
630
|
+
@jsii.member(jsii_name="wrapsSet")
|
|
631
|
+
def _wraps_set(self) -> builtins.bool:
|
|
632
|
+
'''whether the list is wrapping a set (will add tolist() to be able to access an item via an index).'''
|
|
633
|
+
return typing.cast(builtins.bool, jsii.get(self, "wrapsSet"))
|
|
634
|
+
|
|
635
|
+
@_wraps_set.setter
|
|
636
|
+
def _wraps_set(self, value: builtins.bool) -> None:
|
|
637
|
+
if __debug__:
|
|
638
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d26f058718ea0fb62657337b3722656f15117b8959e3f45a4f5adffdac21b47)
|
|
639
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
640
|
+
jsii.set(self, "wrapsSet", value) # pyright: ignore[reportArgumentType]
|
|
641
|
+
|
|
642
|
+
@builtins.property
|
|
643
|
+
@jsii.member(jsii_name="internalValue")
|
|
644
|
+
def internal_value(
|
|
645
|
+
self,
|
|
646
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]]:
|
|
647
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]], jsii.get(self, "internalValue"))
|
|
648
|
+
|
|
649
|
+
@internal_value.setter
|
|
650
|
+
def internal_value(
|
|
651
|
+
self,
|
|
652
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]],
|
|
653
|
+
) -> None:
|
|
654
|
+
if __debug__:
|
|
655
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7ef3758f16017c8bb53e9c327a65420f4fbbab7791c076bc85b3543dff4c44bf)
|
|
656
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
657
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
class DataUpcloudHostsHostsStatisticsOutputReference(
|
|
661
|
+
_cdktf_9a9027ec.ComplexObject,
|
|
662
|
+
metaclass=jsii.JSIIMeta,
|
|
663
|
+
jsii_type="@cdktf/provider-upcloud.dataUpcloudHosts.DataUpcloudHostsHostsStatisticsOutputReference",
|
|
664
|
+
):
|
|
665
|
+
def __init__(
|
|
666
|
+
self,
|
|
667
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
668
|
+
terraform_attribute: builtins.str,
|
|
669
|
+
complex_object_index: jsii.Number,
|
|
670
|
+
complex_object_is_from_set: builtins.bool,
|
|
671
|
+
) -> None:
|
|
672
|
+
'''
|
|
673
|
+
:param terraform_resource: The parent resource.
|
|
674
|
+
:param terraform_attribute: The attribute on the parent resource this class is referencing.
|
|
675
|
+
:param complex_object_index: the index of this item in the list.
|
|
676
|
+
:param complex_object_is_from_set: whether the list is wrapping a set (will add tolist() to be able to access an item via an index).
|
|
677
|
+
'''
|
|
678
|
+
if __debug__:
|
|
679
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f69484748dbed023c317168ab9d6162bf7a9c5c624a7f78a17aed5d4bc77bf06)
|
|
680
|
+
check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
|
|
681
|
+
check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
|
|
682
|
+
check_type(argname="argument complex_object_index", value=complex_object_index, expected_type=type_hints["complex_object_index"])
|
|
683
|
+
check_type(argname="argument complex_object_is_from_set", value=complex_object_is_from_set, expected_type=type_hints["complex_object_is_from_set"])
|
|
684
|
+
jsii.create(self.__class__, self, [terraform_resource, terraform_attribute, complex_object_index, complex_object_is_from_set])
|
|
685
|
+
|
|
686
|
+
@builtins.property
|
|
687
|
+
@jsii.member(jsii_name="name")
|
|
688
|
+
def name(self) -> builtins.str:
|
|
689
|
+
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
690
|
+
|
|
691
|
+
@builtins.property
|
|
692
|
+
@jsii.member(jsii_name="timestamp")
|
|
693
|
+
def timestamp(self) -> builtins.str:
|
|
694
|
+
return typing.cast(builtins.str, jsii.get(self, "timestamp"))
|
|
695
|
+
|
|
696
|
+
@builtins.property
|
|
697
|
+
@jsii.member(jsii_name="value")
|
|
698
|
+
def value(self) -> jsii.Number:
|
|
699
|
+
return typing.cast(jsii.Number, jsii.get(self, "value"))
|
|
700
|
+
|
|
701
|
+
@builtins.property
|
|
702
|
+
@jsii.member(jsii_name="internalValue")
|
|
703
|
+
def internal_value(
|
|
704
|
+
self,
|
|
705
|
+
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]]:
|
|
706
|
+
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]], jsii.get(self, "internalValue"))
|
|
707
|
+
|
|
708
|
+
@internal_value.setter
|
|
709
|
+
def internal_value(
|
|
710
|
+
self,
|
|
711
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]],
|
|
712
|
+
) -> None:
|
|
713
|
+
if __debug__:
|
|
714
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9434148a9057721ade8529ad5e0469ca3b6185bf3975a959f2870d9c96a324ce)
|
|
715
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
716
|
+
jsii.set(self, "internalValue", value) # pyright: ignore[reportArgumentType]
|
|
717
|
+
|
|
718
|
+
|
|
489
719
|
__all__ = [
|
|
490
720
|
"DataUpcloudHosts",
|
|
491
721
|
"DataUpcloudHostsConfig",
|
|
492
722
|
"DataUpcloudHostsHosts",
|
|
493
723
|
"DataUpcloudHostsHostsList",
|
|
494
724
|
"DataUpcloudHostsHostsOutputReference",
|
|
725
|
+
"DataUpcloudHostsHostsStatistics",
|
|
726
|
+
"DataUpcloudHostsHostsStatisticsList",
|
|
727
|
+
"DataUpcloudHostsHostsStatisticsOutputReference",
|
|
495
728
|
]
|
|
496
729
|
|
|
497
730
|
publication.publish()
|
|
@@ -541,6 +774,13 @@ def _typecheckingstub__c71d76f9a9b7cdb41f222a245bf375e13d94f8fbcd6cd95cecd24ce47
|
|
|
541
774
|
"""Type checking stubs"""
|
|
542
775
|
pass
|
|
543
776
|
|
|
777
|
+
def _typecheckingstub__35ff19b978e1a15cfb5f77b6a4d9da25521117766382dd5efba6f9765d2bdf62(
|
|
778
|
+
*,
|
|
779
|
+
statistics: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudHostsHostsStatistics, typing.Dict[builtins.str, typing.Any]]]]] = None,
|
|
780
|
+
) -> None:
|
|
781
|
+
"""Type checking stubs"""
|
|
782
|
+
pass
|
|
783
|
+
|
|
544
784
|
def _typecheckingstub__e98bc9bb41a5a3438457ad792d22a7ce9a6cb9ec50881b12b2ebe07fd0cef852(
|
|
545
785
|
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
546
786
|
terraform_attribute: builtins.str,
|
|
@@ -588,8 +828,67 @@ def _typecheckingstub__05998a6450eeda80f542ab60cf0fad3a1500b26cdf65521d80a60631f
|
|
|
588
828
|
"""Type checking stubs"""
|
|
589
829
|
pass
|
|
590
830
|
|
|
831
|
+
def _typecheckingstub__e73c14ba06774179cc22294d43da5d0796ccd5ee98bc2d7a22fc32b3a93906ad(
|
|
832
|
+
value: typing.Union[_cdktf_9a9027ec.IResolvable, typing.Sequence[typing.Union[DataUpcloudHostsHostsStatistics, typing.Dict[builtins.str, typing.Any]]]],
|
|
833
|
+
) -> None:
|
|
834
|
+
"""Type checking stubs"""
|
|
835
|
+
pass
|
|
836
|
+
|
|
591
837
|
def _typecheckingstub__2d367a9e4d095a50a62e730ceb71e847ae15e82a42ec564c26e2a5073fdf119a(
|
|
592
838
|
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHosts]],
|
|
593
839
|
) -> None:
|
|
594
840
|
"""Type checking stubs"""
|
|
595
841
|
pass
|
|
842
|
+
|
|
843
|
+
def _typecheckingstub__7dedfb59249494e822b088a3636fcf2b399edd407b71071e9581a1fe2e93cca1(
|
|
844
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
845
|
+
terraform_attribute: builtins.str,
|
|
846
|
+
wraps_set: builtins.bool,
|
|
847
|
+
) -> None:
|
|
848
|
+
"""Type checking stubs"""
|
|
849
|
+
pass
|
|
850
|
+
|
|
851
|
+
def _typecheckingstub__0a4ba93e746596990e351201ff95230798fc6d1fd33463250fe311b3d1dd263b(
|
|
852
|
+
index: jsii.Number,
|
|
853
|
+
) -> None:
|
|
854
|
+
"""Type checking stubs"""
|
|
855
|
+
pass
|
|
856
|
+
|
|
857
|
+
def _typecheckingstub__548840173ef4e623ed49c3d72d141b39f4462eee97b5872f07f920d3e845de85(
|
|
858
|
+
value: builtins.str,
|
|
859
|
+
) -> None:
|
|
860
|
+
"""Type checking stubs"""
|
|
861
|
+
pass
|
|
862
|
+
|
|
863
|
+
def _typecheckingstub__d5ccdcc6fdc25dccd12fea6d5581930b4dc93be047e04574472c9b8ff0f40291(
|
|
864
|
+
value: _cdktf_9a9027ec.IInterpolatingParent,
|
|
865
|
+
) -> None:
|
|
866
|
+
"""Type checking stubs"""
|
|
867
|
+
pass
|
|
868
|
+
|
|
869
|
+
def _typecheckingstub__4d26f058718ea0fb62657337b3722656f15117b8959e3f45a4f5adffdac21b47(
|
|
870
|
+
value: builtins.bool,
|
|
871
|
+
) -> None:
|
|
872
|
+
"""Type checking stubs"""
|
|
873
|
+
pass
|
|
874
|
+
|
|
875
|
+
def _typecheckingstub__7ef3758f16017c8bb53e9c327a65420f4fbbab7791c076bc85b3543dff4c44bf(
|
|
876
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudHostsHostsStatistics]]],
|
|
877
|
+
) -> None:
|
|
878
|
+
"""Type checking stubs"""
|
|
879
|
+
pass
|
|
880
|
+
|
|
881
|
+
def _typecheckingstub__f69484748dbed023c317168ab9d6162bf7a9c5c624a7f78a17aed5d4bc77bf06(
|
|
882
|
+
terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
|
|
883
|
+
terraform_attribute: builtins.str,
|
|
884
|
+
complex_object_index: jsii.Number,
|
|
885
|
+
complex_object_is_from_set: builtins.bool,
|
|
886
|
+
) -> None:
|
|
887
|
+
"""Type checking stubs"""
|
|
888
|
+
pass
|
|
889
|
+
|
|
890
|
+
def _typecheckingstub__9434148a9057721ade8529ad5e0469ca3b6185bf3975a959f2870d9c96a324ce(
|
|
891
|
+
value: typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, DataUpcloudHostsHostsStatistics]],
|
|
892
|
+
) -> None:
|
|
893
|
+
"""Type checking stubs"""
|
|
894
|
+
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.20.0/docs/data-sources/ip_addresses).
|
|
5
5
|
'''
|
|
6
6
|
from pkgutil import extend_path
|
|
7
7
|
__path__ = extend_path(__path__, __name__)
|
|
@@ -44,7 +44,7 @@ class DataUpcloudIpAddresses(
|
|
|
44
44
|
metaclass=jsii.JSIIMeta,
|
|
45
45
|
jsii_type="@cdktf/provider-upcloud.dataUpcloudIpAddresses.DataUpcloudIpAddresses",
|
|
46
46
|
):
|
|
47
|
-
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
47
|
+
'''Represents a {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses upcloud_ip_addresses}.'''
|
|
48
48
|
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
@@ -60,11 +60,11 @@ class DataUpcloudIpAddresses(
|
|
|
60
60
|
provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
|
|
61
61
|
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,
|
|
62
62
|
) -> None:
|
|
63
|
-
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
63
|
+
'''Create a new {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses upcloud_ip_addresses} Data Source.
|
|
64
64
|
|
|
65
65
|
:param scope: The scope in which to define this construct.
|
|
66
66
|
:param id: The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
67
|
-
:param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
67
|
+
:param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
|
|
68
68
|
:param connection:
|
|
69
69
|
:param count:
|
|
70
70
|
:param depends_on:
|
|
@@ -103,7 +103,7 @@ class DataUpcloudIpAddresses(
|
|
|
103
103
|
|
|
104
104
|
:param scope: The scope in which to define this construct.
|
|
105
105
|
:param import_to_id: The construct id used in the generated config for the DataUpcloudIpAddresses to import.
|
|
106
|
-
: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.
|
|
106
|
+
: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.20.0/docs/data-sources/ip_addresses#import import section} in the documentation of this resource for the id to use
|
|
107
107
|
:param provider: ? Optional instance of the provider where the DataUpcloudIpAddresses to import is found.
|
|
108
108
|
'''
|
|
109
109
|
if __debug__:
|
|
@@ -400,7 +400,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
400
400
|
:param lifecycle:
|
|
401
401
|
:param provider:
|
|
402
402
|
:param provisioners:
|
|
403
|
-
:param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
403
|
+
:param addresses: addresses block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
|
|
404
404
|
'''
|
|
405
405
|
if isinstance(lifecycle, dict):
|
|
406
406
|
lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
|
|
@@ -502,7 +502,7 @@ class DataUpcloudIpAddressesConfig(_cdktf_9a9027ec.TerraformMetaArguments):
|
|
|
502
502
|
) -> typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]]:
|
|
503
503
|
'''addresses block.
|
|
504
504
|
|
|
505
|
-
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.
|
|
505
|
+
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/upcloudltd/upcloud/5.20.0/docs/data-sources/ip_addresses#addresses DataUpcloudIpAddresses#addresses}
|
|
506
506
|
'''
|
|
507
507
|
result = self._values.get("addresses")
|
|
508
508
|
return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.IResolvable, typing.List[DataUpcloudIpAddressesAddresses]]], result)
|