pulumiverse-scaleway 1.35.0a1761031391__py3-none-any.whl → 1.39.0a1764841480__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.
- pulumiverse_scaleway/__init__.py +38 -0
- pulumiverse_scaleway/_inputs.py +271 -166
- pulumiverse_scaleway/audittrail/__init__.py +10 -0
- pulumiverse_scaleway/audittrail/get_event.py +410 -0
- pulumiverse_scaleway/audittrail/outputs.py +234 -0
- pulumiverse_scaleway/baremetal_server.py +159 -0
- pulumiverse_scaleway/billing/get_consumptions.py +4 -0
- pulumiverse_scaleway/block/snapshot.py +78 -0
- pulumiverse_scaleway/block_snapshot.py +78 -0
- pulumiverse_scaleway/cockpit_grafana_user.py +0 -42
- pulumiverse_scaleway/database_instance.py +105 -55
- pulumiverse_scaleway/database_user.py +6 -6
- pulumiverse_scaleway/databases/_inputs.py +97 -3
- pulumiverse_scaleway/databases/get_instance.py +12 -1
- pulumiverse_scaleway/databases/instance.py +105 -55
- pulumiverse_scaleway/databases/outputs.py +127 -2
- pulumiverse_scaleway/databases/user.py +6 -6
- pulumiverse_scaleway/datawarehouse/__init__.py +13 -0
- pulumiverse_scaleway/datawarehouse/_inputs.py +149 -0
- pulumiverse_scaleway/datawarehouse/database.py +338 -0
- pulumiverse_scaleway/datawarehouse/deployment.py +821 -0
- pulumiverse_scaleway/datawarehouse/outputs.py +113 -0
- pulumiverse_scaleway/datawarehouse/user.py +451 -0
- pulumiverse_scaleway/domain/record.py +4 -4
- pulumiverse_scaleway/domain_record.py +4 -4
- pulumiverse_scaleway/edge_services_cache_stage.py +30 -0
- pulumiverse_scaleway/edge_services_dns_stage.py +28 -0
- pulumiverse_scaleway/elasticmetal/get_offer.py +2 -0
- pulumiverse_scaleway/elasticmetal/get_server.py +12 -1
- pulumiverse_scaleway/elasticmetal/server.py +159 -0
- pulumiverse_scaleway/file_filesystem.py +39 -35
- pulumiverse_scaleway/get_baremetal_offer.py +2 -0
- pulumiverse_scaleway/get_baremetal_server.py +12 -1
- pulumiverse_scaleway/get_billing_consumptions.py +4 -0
- pulumiverse_scaleway/get_database_instance.py +12 -1
- pulumiverse_scaleway/get_instance_ip.py +14 -2
- pulumiverse_scaleway/get_instance_server.py +13 -83
- pulumiverse_scaleway/get_k8s_version.py +12 -1
- pulumiverse_scaleway/get_kubernetes_cluster.py +34 -1
- pulumiverse_scaleway/get_loadbalancer.py +12 -1
- pulumiverse_scaleway/get_loadbalancer_certificate.py +60 -0
- pulumiverse_scaleway/iam/__init__.py +1 -0
- pulumiverse_scaleway/iam/get_policy.py +293 -0
- pulumiverse_scaleway/iam/outputs.py +52 -0
- pulumiverse_scaleway/inference/deployment.py +36 -0
- pulumiverse_scaleway/inference/model.py +7 -7
- pulumiverse_scaleway/inference_deployment.py +36 -0
- pulumiverse_scaleway/instance/_inputs.py +155 -144
- pulumiverse_scaleway/instance/get_ip.py +14 -2
- pulumiverse_scaleway/instance/get_server.py +13 -83
- pulumiverse_scaleway/instance/image.py +94 -40
- pulumiverse_scaleway/instance/outputs.py +164 -167
- pulumiverse_scaleway/instance/server.py +116 -244
- pulumiverse_scaleway/instance/user_data.py +4 -4
- pulumiverse_scaleway/instance/volume.py +14 -0
- pulumiverse_scaleway/instance_image.py +94 -40
- pulumiverse_scaleway/instance_server.py +116 -244
- pulumiverse_scaleway/instance_user_data.py +4 -4
- pulumiverse_scaleway/instance_volume.py +14 -0
- pulumiverse_scaleway/iot/device.py +0 -38
- pulumiverse_scaleway/iot/hub.py +11 -11
- pulumiverse_scaleway/iot/route.py +20 -20
- pulumiverse_scaleway/iot_device.py +0 -38
- pulumiverse_scaleway/iot_hub.py +11 -11
- pulumiverse_scaleway/iot_route.py +20 -20
- pulumiverse_scaleway/ipam/_inputs.py +6 -6
- pulumiverse_scaleway/ipam/ip.py +35 -7
- pulumiverse_scaleway/ipam/ip_reverse_dns.py +70 -0
- pulumiverse_scaleway/ipam/outputs.py +4 -4
- pulumiverse_scaleway/ipam_ip.py +35 -7
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +70 -0
- pulumiverse_scaleway/key_manager_key.py +134 -25
- pulumiverse_scaleway/kubernetes/cluster.py +290 -4
- pulumiverse_scaleway/kubernetes/get_cluster.py +34 -1
- pulumiverse_scaleway/kubernetes/get_version.py +12 -1
- pulumiverse_scaleway/kubernetes/pool.py +7 -7
- pulumiverse_scaleway/kubernetes_cluster.py +290 -4
- pulumiverse_scaleway/kubernetes_node_pool.py +7 -7
- pulumiverse_scaleway/loadbalancer.py +55 -1
- pulumiverse_scaleway/loadbalancers/__init__.py +1 -0
- pulumiverse_scaleway/loadbalancers/_inputs.py +13 -13
- pulumiverse_scaleway/loadbalancers/get_certificate.py +60 -0
- pulumiverse_scaleway/loadbalancers/get_load_balancer.py +12 -1
- pulumiverse_scaleway/loadbalancers/load_balancer.py +55 -1
- pulumiverse_scaleway/loadbalancers/outputs.py +9 -9
- pulumiverse_scaleway/loadbalancers/private_network.py +505 -0
- pulumiverse_scaleway/mongo_db_instance.py +14 -14
- pulumiverse_scaleway/mongodb/instance.py +14 -14
- pulumiverse_scaleway/network/gateway_network.py +7 -7
- pulumiverse_scaleway/object/__init__.py +1 -0
- pulumiverse_scaleway/object/bucket_policy.py +0 -64
- pulumiverse_scaleway/object/get.py +290 -0
- pulumiverse_scaleway/object/item.py +37 -7
- pulumiverse_scaleway/object_bucket_policy.py +0 -64
- pulumiverse_scaleway/object_item.py +37 -7
- pulumiverse_scaleway/observability/__init__.py +1 -0
- pulumiverse_scaleway/observability/get_grafana.py +103 -0
- pulumiverse_scaleway/observability/get_sources.py +6 -6
- pulumiverse_scaleway/observability/grafana_user.py +0 -42
- pulumiverse_scaleway/observability/outputs.py +2 -2
- pulumiverse_scaleway/outputs.py +304 -182
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/tem/domain.py +42 -0
- pulumiverse_scaleway/tem_domain.py +42 -0
- pulumiverse_scaleway/vpc_gateway_network.py +7 -7
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/METADATA +1 -1
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/RECORD +109 -96
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.35.0a1761031391.dist-info → pulumiverse_scaleway-1.39.0a1764841480.dist-info}/top_level.txt +0 -0
|
@@ -182,6 +182,7 @@ def get_baremetal_offer(include_disabled: Optional[_builtins.bool] = None,
|
|
|
182
182
|
Gets information about a baremetal offer. For more information, see the [API documentation](https://developers.scaleway.com/en/products/baremetal/api).
|
|
183
183
|
|
|
184
184
|
|
|
185
|
+
:param _builtins.bool include_disabled: Include disabled offers.
|
|
185
186
|
:param _builtins.str name: The offer name. Only one of `name` and `offer_id` should be specified.
|
|
186
187
|
:param _builtins.str offer_id: The offer id. Only one of `name` and `offer_id` should be specified.
|
|
187
188
|
:param _builtins.str subscription_period: Period of subscription the desired offer. Should be `hourly` or `monthly`.
|
|
@@ -220,6 +221,7 @@ def get_baremetal_offer_output(include_disabled: Optional[pulumi.Input[Optional[
|
|
|
220
221
|
Gets information about a baremetal offer. For more information, see the [API documentation](https://developers.scaleway.com/en/products/baremetal/api).
|
|
221
222
|
|
|
222
223
|
|
|
224
|
+
:param _builtins.bool include_disabled: Include disabled offers.
|
|
223
225
|
:param _builtins.str name: The offer name. Only one of `name` and `offer_id` should be specified.
|
|
224
226
|
:param _builtins.str offer_id: The offer id. Only one of `name` and `offer_id` should be specified.
|
|
225
227
|
:param _builtins.str subscription_period: Period of subscription the desired offer. Should be `hourly` or `monthly`.
|
|
@@ -29,7 +29,10 @@ class GetBaremetalServerResult:
|
|
|
29
29
|
"""
|
|
30
30
|
A collection of values returned by getBaremetalServer.
|
|
31
31
|
"""
|
|
32
|
-
def __init__(__self__, description=None, domain=None, hostname=None, id=None, install_config_afterward=None, ips=None, ipv4s=None, ipv6s=None, name=None, offer=None, offer_id=None, offer_name=None, options=None, organization_id=None, os=None, os_name=None, partitioning=None, password=None, private_ips=None, private_networks=None, project_id=None, protected=None, reinstall_on_config_changes=None, server_id=None, service_password=None, service_user=None, ssh_key_ids=None, tags=None, user=None, zone=None):
|
|
32
|
+
def __init__(__self__, cloud_init=None, description=None, domain=None, hostname=None, id=None, install_config_afterward=None, ips=None, ipv4s=None, ipv6s=None, name=None, offer=None, offer_id=None, offer_name=None, options=None, organization_id=None, os=None, os_name=None, partitioning=None, password=None, private_ips=None, private_networks=None, project_id=None, protected=None, reinstall_on_config_changes=None, server_id=None, service_password=None, service_user=None, ssh_key_ids=None, tags=None, user=None, zone=None):
|
|
33
|
+
if cloud_init and not isinstance(cloud_init, str):
|
|
34
|
+
raise TypeError("Expected argument 'cloud_init' to be a str")
|
|
35
|
+
pulumi.set(__self__, "cloud_init", cloud_init)
|
|
33
36
|
if description and not isinstance(description, str):
|
|
34
37
|
raise TypeError("Expected argument 'description' to be a str")
|
|
35
38
|
pulumi.set(__self__, "description", description)
|
|
@@ -121,6 +124,11 @@ class GetBaremetalServerResult:
|
|
|
121
124
|
raise TypeError("Expected argument 'zone' to be a str")
|
|
122
125
|
pulumi.set(__self__, "zone", zone)
|
|
123
126
|
|
|
127
|
+
@_builtins.property
|
|
128
|
+
@pulumi.getter(name="cloudInit")
|
|
129
|
+
def cloud_init(self) -> _builtins.str:
|
|
130
|
+
return pulumi.get(self, "cloud_init")
|
|
131
|
+
|
|
124
132
|
@_builtins.property
|
|
125
133
|
@pulumi.getter
|
|
126
134
|
def description(self) -> _builtins.str:
|
|
@@ -281,6 +289,7 @@ class AwaitableGetBaremetalServerResult(GetBaremetalServerResult):
|
|
|
281
289
|
if False:
|
|
282
290
|
yield self
|
|
283
291
|
return GetBaremetalServerResult(
|
|
292
|
+
cloud_init=self.cloud_init,
|
|
284
293
|
description=self.description,
|
|
285
294
|
domain=self.domain,
|
|
286
295
|
hostname=self.hostname,
|
|
@@ -350,6 +359,7 @@ def get_baremetal_server(name: Optional[_builtins.str] = None,
|
|
|
350
359
|
__ret__ = pulumi.runtime.invoke('scaleway:index/getBaremetalServer:getBaremetalServer', __args__, opts=opts, typ=GetBaremetalServerResult).value
|
|
351
360
|
|
|
352
361
|
return AwaitableGetBaremetalServerResult(
|
|
362
|
+
cloud_init=pulumi.get(__ret__, 'cloud_init'),
|
|
353
363
|
description=pulumi.get(__ret__, 'description'),
|
|
354
364
|
domain=pulumi.get(__ret__, 'domain'),
|
|
355
365
|
hostname=pulumi.get(__ret__, 'hostname'),
|
|
@@ -416,6 +426,7 @@ def get_baremetal_server_output(name: Optional[pulumi.Input[Optional[_builtins.s
|
|
|
416
426
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
417
427
|
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBaremetalServer:getBaremetalServer', __args__, opts=opts, typ=GetBaremetalServerResult)
|
|
418
428
|
return __ret__.apply(lambda __response__: GetBaremetalServerResult(
|
|
429
|
+
cloud_init=pulumi.get(__response__, 'cloud_init'),
|
|
419
430
|
description=pulumi.get(__response__, 'description'),
|
|
420
431
|
domain=pulumi.get(__response__, 'domain'),
|
|
421
432
|
hostname=pulumi.get(__response__, 'hostname'),
|
|
@@ -102,6 +102,8 @@ def get_billing_consumptions(project_id: Optional[_builtins.str] = None,
|
|
|
102
102
|
"""
|
|
103
103
|
Gets information about your Consumptions.
|
|
104
104
|
|
|
105
|
+
## Example Usage
|
|
106
|
+
|
|
105
107
|
|
|
106
108
|
:param _builtins.str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
|
107
109
|
"""
|
|
@@ -122,6 +124,8 @@ def get_billing_consumptions_output(project_id: Optional[pulumi.Input[Optional[_
|
|
|
122
124
|
"""
|
|
123
125
|
Gets information about your Consumptions.
|
|
124
126
|
|
|
127
|
+
## Example Usage
|
|
128
|
+
|
|
125
129
|
|
|
126
130
|
:param _builtins.str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
|
127
131
|
"""
|
|
@@ -29,7 +29,7 @@ class GetDatabaseInstanceResult:
|
|
|
29
29
|
"""
|
|
30
30
|
A collection of values returned by getDatabaseInstance.
|
|
31
31
|
"""
|
|
32
|
-
def __init__(__self__, backup_same_region=None, backup_schedule_frequency=None, backup_schedule_retention=None, certificate=None, disable_backup=None, encryption_at_rest=None, endpoint_ip=None, endpoint_port=None, engine=None, id=None, init_settings=None, instance_id=None, is_ha_cluster=None, load_balancers=None, logs_policies=None, name=None, node_type=None, organization_id=None, password=None, private_ips=None, private_networks=None, project_id=None, read_replicas=None, region=None, settings=None, snapshot_id=None, tags=None, user_name=None, volume_size_in_gb=None, volume_type=None):
|
|
32
|
+
def __init__(__self__, backup_same_region=None, backup_schedule_frequency=None, backup_schedule_retention=None, certificate=None, disable_backup=None, encryption_at_rest=None, endpoint_ip=None, endpoint_port=None, engine=None, id=None, init_settings=None, instance_id=None, is_ha_cluster=None, load_balancers=None, logs_policies=None, name=None, node_type=None, organization_id=None, password=None, private_ips=None, private_networks=None, project_id=None, read_replicas=None, region=None, settings=None, snapshot_id=None, tags=None, upgradable_versions=None, user_name=None, volume_size_in_gb=None, volume_type=None):
|
|
33
33
|
if backup_same_region and not isinstance(backup_same_region, bool):
|
|
34
34
|
raise TypeError("Expected argument 'backup_same_region' to be a bool")
|
|
35
35
|
pulumi.set(__self__, "backup_same_region", backup_same_region)
|
|
@@ -111,6 +111,9 @@ class GetDatabaseInstanceResult:
|
|
|
111
111
|
if tags and not isinstance(tags, list):
|
|
112
112
|
raise TypeError("Expected argument 'tags' to be a list")
|
|
113
113
|
pulumi.set(__self__, "tags", tags)
|
|
114
|
+
if upgradable_versions and not isinstance(upgradable_versions, list):
|
|
115
|
+
raise TypeError("Expected argument 'upgradable_versions' to be a list")
|
|
116
|
+
pulumi.set(__self__, "upgradable_versions", upgradable_versions)
|
|
114
117
|
if user_name and not isinstance(user_name, str):
|
|
115
118
|
raise TypeError("Expected argument 'user_name' to be a str")
|
|
116
119
|
pulumi.set(__self__, "user_name", user_name)
|
|
@@ -259,6 +262,11 @@ class GetDatabaseInstanceResult:
|
|
|
259
262
|
def tags(self) -> Sequence[_builtins.str]:
|
|
260
263
|
return pulumi.get(self, "tags")
|
|
261
264
|
|
|
265
|
+
@_builtins.property
|
|
266
|
+
@pulumi.getter(name="upgradableVersions")
|
|
267
|
+
def upgradable_versions(self) -> Sequence['outputs.GetDatabaseInstanceUpgradableVersionResult']:
|
|
268
|
+
return pulumi.get(self, "upgradable_versions")
|
|
269
|
+
|
|
262
270
|
@_builtins.property
|
|
263
271
|
@pulumi.getter(name="userName")
|
|
264
272
|
def user_name(self) -> _builtins.str:
|
|
@@ -308,6 +316,7 @@ class AwaitableGetDatabaseInstanceResult(GetDatabaseInstanceResult):
|
|
|
308
316
|
settings=self.settings,
|
|
309
317
|
snapshot_id=self.snapshot_id,
|
|
310
318
|
tags=self.tags,
|
|
319
|
+
upgradable_versions=self.upgradable_versions,
|
|
311
320
|
user_name=self.user_name,
|
|
312
321
|
volume_size_in_gb=self.volume_size_in_gb,
|
|
313
322
|
volume_type=self.volume_type)
|
|
@@ -368,6 +377,7 @@ def get_database_instance(instance_id: Optional[_builtins.str] = None,
|
|
|
368
377
|
settings=pulumi.get(__ret__, 'settings'),
|
|
369
378
|
snapshot_id=pulumi.get(__ret__, 'snapshot_id'),
|
|
370
379
|
tags=pulumi.get(__ret__, 'tags'),
|
|
380
|
+
upgradable_versions=pulumi.get(__ret__, 'upgradable_versions'),
|
|
371
381
|
user_name=pulumi.get(__ret__, 'user_name'),
|
|
372
382
|
volume_size_in_gb=pulumi.get(__ret__, 'volume_size_in_gb'),
|
|
373
383
|
volume_type=pulumi.get(__ret__, 'volume_type'))
|
|
@@ -425,6 +435,7 @@ def get_database_instance_output(instance_id: Optional[pulumi.Input[Optional[_bu
|
|
|
425
435
|
settings=pulumi.get(__response__, 'settings'),
|
|
426
436
|
snapshot_id=pulumi.get(__response__, 'snapshot_id'),
|
|
427
437
|
tags=pulumi.get(__response__, 'tags'),
|
|
438
|
+
upgradable_versions=pulumi.get(__response__, 'upgradable_versions'),
|
|
428
439
|
user_name=pulumi.get(__response__, 'user_name'),
|
|
429
440
|
volume_size_in_gb=pulumi.get(__response__, 'volume_size_in_gb'),
|
|
430
441
|
volume_type=pulumi.get(__response__, 'volume_type')))
|
|
@@ -94,7 +94,7 @@ class GetInstanceIpResult:
|
|
|
94
94
|
|
|
95
95
|
@_builtins.property
|
|
96
96
|
@pulumi.getter(name="projectId")
|
|
97
|
-
def project_id(self) -> _builtins.str:
|
|
97
|
+
def project_id(self) -> Optional[_builtins.str]:
|
|
98
98
|
return pulumi.get(self, "project_id")
|
|
99
99
|
|
|
100
100
|
@_builtins.property
|
|
@@ -125,7 +125,7 @@ class GetInstanceIpResult:
|
|
|
125
125
|
|
|
126
126
|
@_builtins.property
|
|
127
127
|
@pulumi.getter
|
|
128
|
-
def zone(self) -> _builtins.str:
|
|
128
|
+
def zone(self) -> Optional[_builtins.str]:
|
|
129
129
|
return pulumi.get(self, "zone")
|
|
130
130
|
|
|
131
131
|
|
|
@@ -149,6 +149,8 @@ class AwaitableGetInstanceIpResult(GetInstanceIpResult):
|
|
|
149
149
|
|
|
150
150
|
def get_instance_ip(address: Optional[_builtins.str] = None,
|
|
151
151
|
id: Optional[_builtins.str] = None,
|
|
152
|
+
project_id: Optional[_builtins.str] = None,
|
|
153
|
+
zone: Optional[_builtins.str] = None,
|
|
152
154
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstanceIpResult:
|
|
153
155
|
"""
|
|
154
156
|
Gets information about an instance IP.
|
|
@@ -158,11 +160,15 @@ def get_instance_ip(address: Optional[_builtins.str] = None,
|
|
|
158
160
|
Only one of `address` and `id` should be specified.
|
|
159
161
|
:param _builtins.str id: The ID of the IP address to retrieve
|
|
160
162
|
Only one of `address` and `id` should be specified.
|
|
163
|
+
:param _builtins.str project_id: `project_id`) The ID of the project the IP is associated with.
|
|
164
|
+
:param _builtins.str zone: `zone`) The zone in which the IP should be reserved.
|
|
161
165
|
"""
|
|
162
166
|
pulumi.log.warn("""get_instance_ip is deprecated: scaleway.index/getinstanceip.getInstanceIp has been deprecated in favor of scaleway.instance/getip.getIp""")
|
|
163
167
|
__args__ = dict()
|
|
164
168
|
__args__['address'] = address
|
|
165
169
|
__args__['id'] = id
|
|
170
|
+
__args__['projectId'] = project_id
|
|
171
|
+
__args__['zone'] = zone
|
|
166
172
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
167
173
|
__ret__ = pulumi.runtime.invoke('scaleway:index/getInstanceIp:getInstanceIp', __args__, opts=opts, typ=GetInstanceIpResult).value
|
|
168
174
|
|
|
@@ -179,6 +185,8 @@ def get_instance_ip(address: Optional[_builtins.str] = None,
|
|
|
179
185
|
zone=pulumi.get(__ret__, 'zone'))
|
|
180
186
|
def get_instance_ip_output(address: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
181
187
|
id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
188
|
+
project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
189
|
+
zone: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
182
190
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInstanceIpResult]:
|
|
183
191
|
"""
|
|
184
192
|
Gets information about an instance IP.
|
|
@@ -188,11 +196,15 @@ def get_instance_ip_output(address: Optional[pulumi.Input[Optional[_builtins.str
|
|
|
188
196
|
Only one of `address` and `id` should be specified.
|
|
189
197
|
:param _builtins.str id: The ID of the IP address to retrieve
|
|
190
198
|
Only one of `address` and `id` should be specified.
|
|
199
|
+
:param _builtins.str project_id: `project_id`) The ID of the project the IP is associated with.
|
|
200
|
+
:param _builtins.str zone: `zone`) The zone in which the IP should be reserved.
|
|
191
201
|
"""
|
|
192
202
|
pulumi.log.warn("""get_instance_ip is deprecated: scaleway.index/getinstanceip.getInstanceIp has been deprecated in favor of scaleway.instance/getip.getIp""")
|
|
193
203
|
__args__ = dict()
|
|
194
204
|
__args__['address'] = address
|
|
195
205
|
__args__['id'] = id
|
|
206
|
+
__args__['projectId'] = project_id
|
|
207
|
+
__args__['zone'] = zone
|
|
196
208
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
197
209
|
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getInstanceIp:getInstanceIp', __args__, opts=opts, typ=GetInstanceIpResult)
|
|
198
210
|
return __ret__.apply(lambda __response__: GetInstanceIpResult(
|
|
@@ -29,7 +29,7 @@ class GetInstanceServerResult:
|
|
|
29
29
|
"""
|
|
30
30
|
A collection of values returned by getInstanceServer.
|
|
31
31
|
"""
|
|
32
|
-
def __init__(__self__, additional_volume_ids=None, admin_password_encryption_ssh_key_id=None, boot_type=None, bootscript_id=None, cloud_init=None, enable_dynamic_ip=None,
|
|
32
|
+
def __init__(__self__, additional_volume_ids=None, admin_password_encryption_ssh_key_id=None, boot_type=None, bootscript_id=None, cloud_init=None, enable_dynamic_ip=None, filesystems=None, id=None, image=None, ip_id=None, ip_ids=None, name=None, organization_id=None, placement_group_id=None, placement_group_policy_respected=None, private_ips=None, private_networks=None, project_id=None, protected=None, public_ips=None, replace_on_type_change=None, root_volumes=None, security_group_id=None, server_id=None, state=None, tags=None, type=None, user_data=None, zone=None):
|
|
33
33
|
if additional_volume_ids and not isinstance(additional_volume_ids, list):
|
|
34
34
|
raise TypeError("Expected argument 'additional_volume_ids' to be a list")
|
|
35
35
|
pulumi.set(__self__, "additional_volume_ids", additional_volume_ids)
|
|
@@ -48,9 +48,9 @@ class GetInstanceServerResult:
|
|
|
48
48
|
if enable_dynamic_ip and not isinstance(enable_dynamic_ip, bool):
|
|
49
49
|
raise TypeError("Expected argument 'enable_dynamic_ip' to be a bool")
|
|
50
50
|
pulumi.set(__self__, "enable_dynamic_ip", enable_dynamic_ip)
|
|
51
|
-
if
|
|
52
|
-
raise TypeError("Expected argument '
|
|
53
|
-
pulumi.set(__self__, "
|
|
51
|
+
if filesystems and not isinstance(filesystems, list):
|
|
52
|
+
raise TypeError("Expected argument 'filesystems' to be a list")
|
|
53
|
+
pulumi.set(__self__, "filesystems", filesystems)
|
|
54
54
|
if id and not isinstance(id, str):
|
|
55
55
|
raise TypeError("Expected argument 'id' to be a str")
|
|
56
56
|
pulumi.set(__self__, "id", id)
|
|
@@ -63,15 +63,6 @@ class GetInstanceServerResult:
|
|
|
63
63
|
if ip_ids and not isinstance(ip_ids, list):
|
|
64
64
|
raise TypeError("Expected argument 'ip_ids' to be a list")
|
|
65
65
|
pulumi.set(__self__, "ip_ids", ip_ids)
|
|
66
|
-
if ipv6_address and not isinstance(ipv6_address, str):
|
|
67
|
-
raise TypeError("Expected argument 'ipv6_address' to be a str")
|
|
68
|
-
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
69
|
-
if ipv6_gateway and not isinstance(ipv6_gateway, str):
|
|
70
|
-
raise TypeError("Expected argument 'ipv6_gateway' to be a str")
|
|
71
|
-
pulumi.set(__self__, "ipv6_gateway", ipv6_gateway)
|
|
72
|
-
if ipv6_prefix_length and not isinstance(ipv6_prefix_length, int):
|
|
73
|
-
raise TypeError("Expected argument 'ipv6_prefix_length' to be a int")
|
|
74
|
-
pulumi.set(__self__, "ipv6_prefix_length", ipv6_prefix_length)
|
|
75
66
|
if name and not isinstance(name, str):
|
|
76
67
|
raise TypeError("Expected argument 'name' to be a str")
|
|
77
68
|
pulumi.set(__self__, "name", name)
|
|
@@ -84,9 +75,6 @@ class GetInstanceServerResult:
|
|
|
84
75
|
if placement_group_policy_respected and not isinstance(placement_group_policy_respected, bool):
|
|
85
76
|
raise TypeError("Expected argument 'placement_group_policy_respected' to be a bool")
|
|
86
77
|
pulumi.set(__self__, "placement_group_policy_respected", placement_group_policy_respected)
|
|
87
|
-
if private_ip and not isinstance(private_ip, str):
|
|
88
|
-
raise TypeError("Expected argument 'private_ip' to be a str")
|
|
89
|
-
pulumi.set(__self__, "private_ip", private_ip)
|
|
90
78
|
if private_ips and not isinstance(private_ips, list):
|
|
91
79
|
raise TypeError("Expected argument 'private_ips' to be a list")
|
|
92
80
|
pulumi.set(__self__, "private_ips", private_ips)
|
|
@@ -99,9 +87,6 @@ class GetInstanceServerResult:
|
|
|
99
87
|
if protected and not isinstance(protected, bool):
|
|
100
88
|
raise TypeError("Expected argument 'protected' to be a bool")
|
|
101
89
|
pulumi.set(__self__, "protected", protected)
|
|
102
|
-
if public_ip and not isinstance(public_ip, str):
|
|
103
|
-
raise TypeError("Expected argument 'public_ip' to be a str")
|
|
104
|
-
pulumi.set(__self__, "public_ip", public_ip)
|
|
105
90
|
if public_ips and not isinstance(public_ips, list):
|
|
106
91
|
raise TypeError("Expected argument 'public_ips' to be a list")
|
|
107
92
|
pulumi.set(__self__, "public_ips", public_ips)
|
|
@@ -174,12 +159,9 @@ class GetInstanceServerResult:
|
|
|
174
159
|
return pulumi.get(self, "enable_dynamic_ip")
|
|
175
160
|
|
|
176
161
|
@_builtins.property
|
|
177
|
-
@pulumi.getter
|
|
178
|
-
def
|
|
179
|
-
""
|
|
180
|
-
Determines if IPv6 is enabled for the server.
|
|
181
|
-
"""
|
|
182
|
-
return pulumi.get(self, "enable_ipv6")
|
|
162
|
+
@pulumi.getter
|
|
163
|
+
def filesystems(self) -> Sequence['outputs.GetInstanceServerFilesystemResult']:
|
|
164
|
+
return pulumi.get(self, "filesystems")
|
|
183
165
|
|
|
184
166
|
@_builtins.property
|
|
185
167
|
@pulumi.getter
|
|
@@ -207,30 +189,6 @@ class GetInstanceServerResult:
|
|
|
207
189
|
def ip_ids(self) -> Sequence[_builtins.str]:
|
|
208
190
|
return pulumi.get(self, "ip_ids")
|
|
209
191
|
|
|
210
|
-
@_builtins.property
|
|
211
|
-
@pulumi.getter(name="ipv6Address")
|
|
212
|
-
def ipv6_address(self) -> _builtins.str:
|
|
213
|
-
"""
|
|
214
|
-
The default ipv6 address routed to the server. ( Only set when enable_ipv6 is set to true )
|
|
215
|
-
"""
|
|
216
|
-
return pulumi.get(self, "ipv6_address")
|
|
217
|
-
|
|
218
|
-
@_builtins.property
|
|
219
|
-
@pulumi.getter(name="ipv6Gateway")
|
|
220
|
-
def ipv6_gateway(self) -> _builtins.str:
|
|
221
|
-
"""
|
|
222
|
-
The ipv6 gateway address. ( Only set when enable_ipv6 is set to true )
|
|
223
|
-
"""
|
|
224
|
-
return pulumi.get(self, "ipv6_gateway")
|
|
225
|
-
|
|
226
|
-
@_builtins.property
|
|
227
|
-
@pulumi.getter(name="ipv6PrefixLength")
|
|
228
|
-
def ipv6_prefix_length(self) -> _builtins.int:
|
|
229
|
-
"""
|
|
230
|
-
The prefix length of the ipv6 subnet routed to the server. ( Only set when enable_ipv6 is set to true )
|
|
231
|
-
"""
|
|
232
|
-
return pulumi.get(self, "ipv6_prefix_length")
|
|
233
|
-
|
|
234
192
|
@_builtins.property
|
|
235
193
|
@pulumi.getter
|
|
236
194
|
def name(self) -> Optional[_builtins.str]:
|
|
@@ -260,17 +218,12 @@ class GetInstanceServerResult:
|
|
|
260
218
|
"""
|
|
261
219
|
return pulumi.get(self, "placement_group_policy_respected")
|
|
262
220
|
|
|
263
|
-
@_builtins.property
|
|
264
|
-
@pulumi.getter(name="privateIp")
|
|
265
|
-
def private_ip(self) -> _builtins.str:
|
|
266
|
-
"""
|
|
267
|
-
The Scaleway internal IP address of the server.
|
|
268
|
-
"""
|
|
269
|
-
return pulumi.get(self, "private_ip")
|
|
270
|
-
|
|
271
221
|
@_builtins.property
|
|
272
222
|
@pulumi.getter(name="privateIps")
|
|
273
223
|
def private_ips(self) -> Sequence['outputs.GetInstanceServerPrivateIpResult']:
|
|
224
|
+
"""
|
|
225
|
+
The list of private IPs of the server.
|
|
226
|
+
"""
|
|
274
227
|
return pulumi.get(self, "private_ips")
|
|
275
228
|
|
|
276
229
|
@_builtins.property
|
|
@@ -288,14 +241,6 @@ class GetInstanceServerResult:
|
|
|
288
241
|
def protected(self) -> _builtins.bool:
|
|
289
242
|
return pulumi.get(self, "protected")
|
|
290
243
|
|
|
291
|
-
@_builtins.property
|
|
292
|
-
@pulumi.getter(name="publicIp")
|
|
293
|
-
def public_ip(self) -> _builtins.str:
|
|
294
|
-
"""
|
|
295
|
-
The public IP address of the server.
|
|
296
|
-
"""
|
|
297
|
-
return pulumi.get(self, "public_ip")
|
|
298
|
-
|
|
299
244
|
@_builtins.property
|
|
300
245
|
@pulumi.getter(name="publicIps")
|
|
301
246
|
def public_ips(self) -> Sequence['outputs.GetInstanceServerPublicIpResult']:
|
|
@@ -378,24 +323,19 @@ class AwaitableGetInstanceServerResult(GetInstanceServerResult):
|
|
|
378
323
|
bootscript_id=self.bootscript_id,
|
|
379
324
|
cloud_init=self.cloud_init,
|
|
380
325
|
enable_dynamic_ip=self.enable_dynamic_ip,
|
|
381
|
-
|
|
326
|
+
filesystems=self.filesystems,
|
|
382
327
|
id=self.id,
|
|
383
328
|
image=self.image,
|
|
384
329
|
ip_id=self.ip_id,
|
|
385
330
|
ip_ids=self.ip_ids,
|
|
386
|
-
ipv6_address=self.ipv6_address,
|
|
387
|
-
ipv6_gateway=self.ipv6_gateway,
|
|
388
|
-
ipv6_prefix_length=self.ipv6_prefix_length,
|
|
389
331
|
name=self.name,
|
|
390
332
|
organization_id=self.organization_id,
|
|
391
333
|
placement_group_id=self.placement_group_id,
|
|
392
334
|
placement_group_policy_respected=self.placement_group_policy_respected,
|
|
393
|
-
private_ip=self.private_ip,
|
|
394
335
|
private_ips=self.private_ips,
|
|
395
336
|
private_networks=self.private_networks,
|
|
396
337
|
project_id=self.project_id,
|
|
397
338
|
protected=self.protected,
|
|
398
|
-
public_ip=self.public_ip,
|
|
399
339
|
public_ips=self.public_ips,
|
|
400
340
|
replace_on_type_change=self.replace_on_type_change,
|
|
401
341
|
root_volumes=self.root_volumes,
|
|
@@ -438,24 +378,19 @@ def get_instance_server(name: Optional[_builtins.str] = None,
|
|
|
438
378
|
bootscript_id=pulumi.get(__ret__, 'bootscript_id'),
|
|
439
379
|
cloud_init=pulumi.get(__ret__, 'cloud_init'),
|
|
440
380
|
enable_dynamic_ip=pulumi.get(__ret__, 'enable_dynamic_ip'),
|
|
441
|
-
|
|
381
|
+
filesystems=pulumi.get(__ret__, 'filesystems'),
|
|
442
382
|
id=pulumi.get(__ret__, 'id'),
|
|
443
383
|
image=pulumi.get(__ret__, 'image'),
|
|
444
384
|
ip_id=pulumi.get(__ret__, 'ip_id'),
|
|
445
385
|
ip_ids=pulumi.get(__ret__, 'ip_ids'),
|
|
446
|
-
ipv6_address=pulumi.get(__ret__, 'ipv6_address'),
|
|
447
|
-
ipv6_gateway=pulumi.get(__ret__, 'ipv6_gateway'),
|
|
448
|
-
ipv6_prefix_length=pulumi.get(__ret__, 'ipv6_prefix_length'),
|
|
449
386
|
name=pulumi.get(__ret__, 'name'),
|
|
450
387
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
451
388
|
placement_group_id=pulumi.get(__ret__, 'placement_group_id'),
|
|
452
389
|
placement_group_policy_respected=pulumi.get(__ret__, 'placement_group_policy_respected'),
|
|
453
|
-
private_ip=pulumi.get(__ret__, 'private_ip'),
|
|
454
390
|
private_ips=pulumi.get(__ret__, 'private_ips'),
|
|
455
391
|
private_networks=pulumi.get(__ret__, 'private_networks'),
|
|
456
392
|
project_id=pulumi.get(__ret__, 'project_id'),
|
|
457
393
|
protected=pulumi.get(__ret__, 'protected'),
|
|
458
|
-
public_ip=pulumi.get(__ret__, 'public_ip'),
|
|
459
394
|
public_ips=pulumi.get(__ret__, 'public_ips'),
|
|
460
395
|
replace_on_type_change=pulumi.get(__ret__, 'replace_on_type_change'),
|
|
461
396
|
root_volumes=pulumi.get(__ret__, 'root_volumes'),
|
|
@@ -495,24 +430,19 @@ def get_instance_server_output(name: Optional[pulumi.Input[Optional[_builtins.st
|
|
|
495
430
|
bootscript_id=pulumi.get(__response__, 'bootscript_id'),
|
|
496
431
|
cloud_init=pulumi.get(__response__, 'cloud_init'),
|
|
497
432
|
enable_dynamic_ip=pulumi.get(__response__, 'enable_dynamic_ip'),
|
|
498
|
-
|
|
433
|
+
filesystems=pulumi.get(__response__, 'filesystems'),
|
|
499
434
|
id=pulumi.get(__response__, 'id'),
|
|
500
435
|
image=pulumi.get(__response__, 'image'),
|
|
501
436
|
ip_id=pulumi.get(__response__, 'ip_id'),
|
|
502
437
|
ip_ids=pulumi.get(__response__, 'ip_ids'),
|
|
503
|
-
ipv6_address=pulumi.get(__response__, 'ipv6_address'),
|
|
504
|
-
ipv6_gateway=pulumi.get(__response__, 'ipv6_gateway'),
|
|
505
|
-
ipv6_prefix_length=pulumi.get(__response__, 'ipv6_prefix_length'),
|
|
506
438
|
name=pulumi.get(__response__, 'name'),
|
|
507
439
|
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
508
440
|
placement_group_id=pulumi.get(__response__, 'placement_group_id'),
|
|
509
441
|
placement_group_policy_respected=pulumi.get(__response__, 'placement_group_policy_respected'),
|
|
510
|
-
private_ip=pulumi.get(__response__, 'private_ip'),
|
|
511
442
|
private_ips=pulumi.get(__response__, 'private_ips'),
|
|
512
443
|
private_networks=pulumi.get(__response__, 'private_networks'),
|
|
513
444
|
project_id=pulumi.get(__response__, 'project_id'),
|
|
514
445
|
protected=pulumi.get(__response__, 'protected'),
|
|
515
|
-
public_ip=pulumi.get(__response__, 'public_ip'),
|
|
516
446
|
public_ips=pulumi.get(__response__, 'public_ips'),
|
|
517
447
|
replace_on_type_change=pulumi.get(__response__, 'replace_on_type_change'),
|
|
518
448
|
root_volumes=pulumi.get(__response__, 'root_volumes'),
|
|
@@ -28,7 +28,7 @@ class GetK8sVersionResult:
|
|
|
28
28
|
"""
|
|
29
29
|
A collection of values returned by getK8sVersion.
|
|
30
30
|
"""
|
|
31
|
-
def __init__(__self__, available_cnis=None, available_container_runtimes=None, available_feature_gates=None, id=None, name=None, region=None):
|
|
31
|
+
def __init__(__self__, available_cnis=None, available_container_runtimes=None, available_feature_gates=None, id=None, major_minor_only=None, name=None, region=None):
|
|
32
32
|
if available_cnis and not isinstance(available_cnis, list):
|
|
33
33
|
raise TypeError("Expected argument 'available_cnis' to be a list")
|
|
34
34
|
pulumi.set(__self__, "available_cnis", available_cnis)
|
|
@@ -41,6 +41,9 @@ class GetK8sVersionResult:
|
|
|
41
41
|
if id and not isinstance(id, str):
|
|
42
42
|
raise TypeError("Expected argument 'id' to be a str")
|
|
43
43
|
pulumi.set(__self__, "id", id)
|
|
44
|
+
if major_minor_only and not isinstance(major_minor_only, str):
|
|
45
|
+
raise TypeError("Expected argument 'major_minor_only' to be a str")
|
|
46
|
+
pulumi.set(__self__, "major_minor_only", major_minor_only)
|
|
44
47
|
if name and not isinstance(name, str):
|
|
45
48
|
raise TypeError("Expected argument 'name' to be a str")
|
|
46
49
|
pulumi.set(__self__, "name", name)
|
|
@@ -80,6 +83,11 @@ class GetK8sVersionResult:
|
|
|
80
83
|
"""
|
|
81
84
|
return pulumi.get(self, "id")
|
|
82
85
|
|
|
86
|
+
@_builtins.property
|
|
87
|
+
@pulumi.getter(name="majorMinorOnly")
|
|
88
|
+
def major_minor_only(self) -> _builtins.str:
|
|
89
|
+
return pulumi.get(self, "major_minor_only")
|
|
90
|
+
|
|
83
91
|
@_builtins.property
|
|
84
92
|
@pulumi.getter
|
|
85
93
|
def name(self) -> _builtins.str:
|
|
@@ -101,6 +109,7 @@ class AwaitableGetK8sVersionResult(GetK8sVersionResult):
|
|
|
101
109
|
available_container_runtimes=self.available_container_runtimes,
|
|
102
110
|
available_feature_gates=self.available_feature_gates,
|
|
103
111
|
id=self.id,
|
|
112
|
+
major_minor_only=self.major_minor_only,
|
|
104
113
|
name=self.name,
|
|
105
114
|
region=self.region)
|
|
106
115
|
|
|
@@ -150,6 +159,7 @@ def get_k8s_version(name: Optional[_builtins.str] = None,
|
|
|
150
159
|
available_container_runtimes=pulumi.get(__ret__, 'available_container_runtimes'),
|
|
151
160
|
available_feature_gates=pulumi.get(__ret__, 'available_feature_gates'),
|
|
152
161
|
id=pulumi.get(__ret__, 'id'),
|
|
162
|
+
major_minor_only=pulumi.get(__ret__, 'major_minor_only'),
|
|
153
163
|
name=pulumi.get(__ret__, 'name'),
|
|
154
164
|
region=pulumi.get(__ret__, 'region'))
|
|
155
165
|
def get_k8s_version_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -196,5 +206,6 @@ def get_k8s_version_output(name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
|
196
206
|
available_container_runtimes=pulumi.get(__response__, 'available_container_runtimes'),
|
|
197
207
|
available_feature_gates=pulumi.get(__response__, 'available_feature_gates'),
|
|
198
208
|
id=pulumi.get(__response__, 'id'),
|
|
209
|
+
major_minor_only=pulumi.get(__response__, 'major_minor_only'),
|
|
199
210
|
name=pulumi.get(__response__, 'name'),
|
|
200
211
|
region=pulumi.get(__response__, 'region')))
|
|
@@ -29,7 +29,7 @@ class GetKubernetesClusterResult:
|
|
|
29
29
|
"""
|
|
30
30
|
A collection of values returned by getKubernetesCluster.
|
|
31
31
|
"""
|
|
32
|
-
def __init__(__self__, admission_plugins=None, apiserver_cert_sans=None, apiserver_url=None, auto_upgrades=None, autoscaler_configs=None, cluster_id=None, cni=None, created_at=None, description=None, feature_gates=None, id=None, kubeconfigs=None, name=None, open_id_connect_configs=None, organization_id=None, private_network_id=None, project_id=None, region=None, status=None, tags=None, type=None, updated_at=None, upgrade_available=None, version=None, wildcard_dns=None):
|
|
32
|
+
def __init__(__self__, admission_plugins=None, apiserver_cert_sans=None, apiserver_url=None, auto_upgrades=None, autoscaler_configs=None, cluster_id=None, cni=None, created_at=None, description=None, feature_gates=None, id=None, kubeconfigs=None, name=None, open_id_connect_configs=None, organization_id=None, pod_cidr=None, private_network_id=None, project_id=None, region=None, service_cidr=None, service_dns_ip=None, status=None, tags=None, type=None, updated_at=None, upgrade_available=None, version=None, wildcard_dns=None):
|
|
33
33
|
if admission_plugins and not isinstance(admission_plugins, list):
|
|
34
34
|
raise TypeError("Expected argument 'admission_plugins' to be a list")
|
|
35
35
|
pulumi.set(__self__, "admission_plugins", admission_plugins)
|
|
@@ -75,6 +75,9 @@ class GetKubernetesClusterResult:
|
|
|
75
75
|
if organization_id and not isinstance(organization_id, str):
|
|
76
76
|
raise TypeError("Expected argument 'organization_id' to be a str")
|
|
77
77
|
pulumi.set(__self__, "organization_id", organization_id)
|
|
78
|
+
if pod_cidr and not isinstance(pod_cidr, str):
|
|
79
|
+
raise TypeError("Expected argument 'pod_cidr' to be a str")
|
|
80
|
+
pulumi.set(__self__, "pod_cidr", pod_cidr)
|
|
78
81
|
if private_network_id and not isinstance(private_network_id, str):
|
|
79
82
|
raise TypeError("Expected argument 'private_network_id' to be a str")
|
|
80
83
|
pulumi.set(__self__, "private_network_id", private_network_id)
|
|
@@ -84,6 +87,12 @@ class GetKubernetesClusterResult:
|
|
|
84
87
|
if region and not isinstance(region, str):
|
|
85
88
|
raise TypeError("Expected argument 'region' to be a str")
|
|
86
89
|
pulumi.set(__self__, "region", region)
|
|
90
|
+
if service_cidr and not isinstance(service_cidr, str):
|
|
91
|
+
raise TypeError("Expected argument 'service_cidr' to be a str")
|
|
92
|
+
pulumi.set(__self__, "service_cidr", service_cidr)
|
|
93
|
+
if service_dns_ip and not isinstance(service_dns_ip, str):
|
|
94
|
+
raise TypeError("Expected argument 'service_dns_ip' to be a str")
|
|
95
|
+
pulumi.set(__self__, "service_dns_ip", service_dns_ip)
|
|
87
96
|
if status and not isinstance(status, str):
|
|
88
97
|
raise TypeError("Expected argument 'status' to be a str")
|
|
89
98
|
pulumi.set(__self__, "status", status)
|
|
@@ -211,6 +220,11 @@ class GetKubernetesClusterResult:
|
|
|
211
220
|
"""
|
|
212
221
|
return pulumi.get(self, "organization_id")
|
|
213
222
|
|
|
223
|
+
@_builtins.property
|
|
224
|
+
@pulumi.getter(name="podCidr")
|
|
225
|
+
def pod_cidr(self) -> _builtins.str:
|
|
226
|
+
return pulumi.get(self, "pod_cidr")
|
|
227
|
+
|
|
214
228
|
@_builtins.property
|
|
215
229
|
@pulumi.getter(name="privateNetworkId")
|
|
216
230
|
def private_network_id(self) -> _builtins.str:
|
|
@@ -232,6 +246,16 @@ class GetKubernetesClusterResult:
|
|
|
232
246
|
"""
|
|
233
247
|
return pulumi.get(self, "region")
|
|
234
248
|
|
|
249
|
+
@_builtins.property
|
|
250
|
+
@pulumi.getter(name="serviceCidr")
|
|
251
|
+
def service_cidr(self) -> _builtins.str:
|
|
252
|
+
return pulumi.get(self, "service_cidr")
|
|
253
|
+
|
|
254
|
+
@_builtins.property
|
|
255
|
+
@pulumi.getter(name="serviceDnsIp")
|
|
256
|
+
def service_dns_ip(self) -> _builtins.str:
|
|
257
|
+
return pulumi.get(self, "service_dns_ip")
|
|
258
|
+
|
|
235
259
|
@_builtins.property
|
|
236
260
|
@pulumi.getter
|
|
237
261
|
def status(self) -> _builtins.str:
|
|
@@ -310,9 +334,12 @@ class AwaitableGetKubernetesClusterResult(GetKubernetesClusterResult):
|
|
|
310
334
|
name=self.name,
|
|
311
335
|
open_id_connect_configs=self.open_id_connect_configs,
|
|
312
336
|
organization_id=self.organization_id,
|
|
337
|
+
pod_cidr=self.pod_cidr,
|
|
313
338
|
private_network_id=self.private_network_id,
|
|
314
339
|
project_id=self.project_id,
|
|
315
340
|
region=self.region,
|
|
341
|
+
service_cidr=self.service_cidr,
|
|
342
|
+
service_dns_ip=self.service_dns_ip,
|
|
316
343
|
status=self.status,
|
|
317
344
|
tags=self.tags,
|
|
318
345
|
type=self.type,
|
|
@@ -361,9 +388,12 @@ def get_kubernetes_cluster(cluster_id: Optional[_builtins.str] = None,
|
|
|
361
388
|
name=pulumi.get(__ret__, 'name'),
|
|
362
389
|
open_id_connect_configs=pulumi.get(__ret__, 'open_id_connect_configs'),
|
|
363
390
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
391
|
+
pod_cidr=pulumi.get(__ret__, 'pod_cidr'),
|
|
364
392
|
private_network_id=pulumi.get(__ret__, 'private_network_id'),
|
|
365
393
|
project_id=pulumi.get(__ret__, 'project_id'),
|
|
366
394
|
region=pulumi.get(__ret__, 'region'),
|
|
395
|
+
service_cidr=pulumi.get(__ret__, 'service_cidr'),
|
|
396
|
+
service_dns_ip=pulumi.get(__ret__, 'service_dns_ip'),
|
|
367
397
|
status=pulumi.get(__ret__, 'status'),
|
|
368
398
|
tags=pulumi.get(__ret__, 'tags'),
|
|
369
399
|
type=pulumi.get(__ret__, 'type'),
|
|
@@ -409,9 +439,12 @@ def get_kubernetes_cluster_output(cluster_id: Optional[pulumi.Input[Optional[_bu
|
|
|
409
439
|
name=pulumi.get(__response__, 'name'),
|
|
410
440
|
open_id_connect_configs=pulumi.get(__response__, 'open_id_connect_configs'),
|
|
411
441
|
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
442
|
+
pod_cidr=pulumi.get(__response__, 'pod_cidr'),
|
|
412
443
|
private_network_id=pulumi.get(__response__, 'private_network_id'),
|
|
413
444
|
project_id=pulumi.get(__response__, 'project_id'),
|
|
414
445
|
region=pulumi.get(__response__, 'region'),
|
|
446
|
+
service_cidr=pulumi.get(__response__, 'service_cidr'),
|
|
447
|
+
service_dns_ip=pulumi.get(__response__, 'service_dns_ip'),
|
|
415
448
|
status=pulumi.get(__response__, 'status'),
|
|
416
449
|
tags=pulumi.get(__response__, 'tags'),
|
|
417
450
|
type=pulumi.get(__response__, 'type'),
|
|
@@ -29,7 +29,7 @@ class GetLoadbalancerResult:
|
|
|
29
29
|
"""
|
|
30
30
|
A collection of values returned by getLoadbalancer.
|
|
31
31
|
"""
|
|
32
|
-
def __init__(__self__, assign_flexible_ip=None, assign_flexible_ipv6=None, description=None, id=None, ip_address=None, ip_id=None, ip_ids=None, ipv6_address=None, lb_id=None, name=None, organization_id=None, private_ips=None, private_networks=None, project_id=None, region=None, release_ip=None, ssl_compatibility_level=None, tags=None, type=None, zone=None):
|
|
32
|
+
def __init__(__self__, assign_flexible_ip=None, assign_flexible_ipv6=None, description=None, external_private_networks=None, id=None, ip_address=None, ip_id=None, ip_ids=None, ipv6_address=None, lb_id=None, name=None, organization_id=None, private_ips=None, private_networks=None, project_id=None, region=None, release_ip=None, ssl_compatibility_level=None, tags=None, type=None, zone=None):
|
|
33
33
|
if assign_flexible_ip and not isinstance(assign_flexible_ip, bool):
|
|
34
34
|
raise TypeError("Expected argument 'assign_flexible_ip' to be a bool")
|
|
35
35
|
pulumi.set(__self__, "assign_flexible_ip", assign_flexible_ip)
|
|
@@ -39,6 +39,9 @@ class GetLoadbalancerResult:
|
|
|
39
39
|
if description and not isinstance(description, str):
|
|
40
40
|
raise TypeError("Expected argument 'description' to be a str")
|
|
41
41
|
pulumi.set(__self__, "description", description)
|
|
42
|
+
if external_private_networks and not isinstance(external_private_networks, bool):
|
|
43
|
+
raise TypeError("Expected argument 'external_private_networks' to be a bool")
|
|
44
|
+
pulumi.set(__self__, "external_private_networks", external_private_networks)
|
|
42
45
|
if id and not isinstance(id, str):
|
|
43
46
|
raise TypeError("Expected argument 'id' to be a str")
|
|
44
47
|
pulumi.set(__self__, "id", id)
|
|
@@ -106,6 +109,11 @@ class GetLoadbalancerResult:
|
|
|
106
109
|
def description(self) -> _builtins.str:
|
|
107
110
|
return pulumi.get(self, "description")
|
|
108
111
|
|
|
112
|
+
@_builtins.property
|
|
113
|
+
@pulumi.getter(name="externalPrivateNetworks")
|
|
114
|
+
def external_private_networks(self) -> _builtins.bool:
|
|
115
|
+
return pulumi.get(self, "external_private_networks")
|
|
116
|
+
|
|
109
117
|
@_builtins.property
|
|
110
118
|
@pulumi.getter
|
|
111
119
|
def id(self) -> _builtins.str:
|
|
@@ -216,6 +224,7 @@ class AwaitableGetLoadbalancerResult(GetLoadbalancerResult):
|
|
|
216
224
|
assign_flexible_ip=self.assign_flexible_ip,
|
|
217
225
|
assign_flexible_ipv6=self.assign_flexible_ipv6,
|
|
218
226
|
description=self.description,
|
|
227
|
+
external_private_networks=self.external_private_networks,
|
|
219
228
|
id=self.id,
|
|
220
229
|
ip_address=self.ip_address,
|
|
221
230
|
ip_id=self.ip_id,
|
|
@@ -277,6 +286,7 @@ def get_loadbalancer(lb_id: Optional[_builtins.str] = None,
|
|
|
277
286
|
assign_flexible_ip=pulumi.get(__ret__, 'assign_flexible_ip'),
|
|
278
287
|
assign_flexible_ipv6=pulumi.get(__ret__, 'assign_flexible_ipv6'),
|
|
279
288
|
description=pulumi.get(__ret__, 'description'),
|
|
289
|
+
external_private_networks=pulumi.get(__ret__, 'external_private_networks'),
|
|
280
290
|
id=pulumi.get(__ret__, 'id'),
|
|
281
291
|
ip_address=pulumi.get(__ret__, 'ip_address'),
|
|
282
292
|
ip_id=pulumi.get(__ret__, 'ip_id'),
|
|
@@ -335,6 +345,7 @@ def get_loadbalancer_output(lb_id: Optional[pulumi.Input[Optional[_builtins.str]
|
|
|
335
345
|
assign_flexible_ip=pulumi.get(__response__, 'assign_flexible_ip'),
|
|
336
346
|
assign_flexible_ipv6=pulumi.get(__response__, 'assign_flexible_ipv6'),
|
|
337
347
|
description=pulumi.get(__response__, 'description'),
|
|
348
|
+
external_private_networks=pulumi.get(__response__, 'external_private_networks'),
|
|
338
349
|
id=pulumi.get(__response__, 'id'),
|
|
339
350
|
ip_address=pulumi.get(__response__, 'ip_address'),
|
|
340
351
|
ip_id=pulumi.get(__response__, 'ip_id'),
|