pulumiverse-scaleway 1.16.0__py3-none-any.whl → 1.16.0a1730114875__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumiverse-scaleway might be problematic. Click here for more details.
- pulumiverse_scaleway/_inputs.py +48 -2117
- pulumiverse_scaleway/_utilities.py +1 -1
- pulumiverse_scaleway/account_project.py +0 -5
- pulumiverse_scaleway/account_ssh_key.py +0 -5
- pulumiverse_scaleway/apple_silicon_server.py +0 -5
- pulumiverse_scaleway/baremetal_server.py +0 -5
- pulumiverse_scaleway/block_snapshot.py +0 -5
- pulumiverse_scaleway/block_volume.py +0 -5
- pulumiverse_scaleway/cockpit.py +0 -5
- pulumiverse_scaleway/cockpit_alert_manager.py +0 -5
- pulumiverse_scaleway/cockpit_grafana_user.py +0 -5
- pulumiverse_scaleway/cockpit_source.py +0 -5
- pulumiverse_scaleway/cockpit_token.py +0 -5
- pulumiverse_scaleway/config/__init__.pyi +0 -5
- pulumiverse_scaleway/config/vars.py +0 -5
- pulumiverse_scaleway/container.py +0 -5
- pulumiverse_scaleway/container_cron.py +0 -5
- pulumiverse_scaleway/container_domain.py +0 -5
- pulumiverse_scaleway/container_namespace.py +0 -5
- pulumiverse_scaleway/container_token.py +0 -5
- pulumiverse_scaleway/container_trigger.py +0 -5
- pulumiverse_scaleway/database.py +0 -5
- pulumiverse_scaleway/database_acl.py +0 -5
- pulumiverse_scaleway/database_backup.py +0 -5
- pulumiverse_scaleway/database_instance.py +2 -56
- pulumiverse_scaleway/database_privilege.py +0 -5
- pulumiverse_scaleway/database_read_replica.py +0 -5
- pulumiverse_scaleway/database_user.py +0 -5
- pulumiverse_scaleway/documentdb_database.py +0 -5
- pulumiverse_scaleway/documentdb_instance.py +0 -5
- pulumiverse_scaleway/documentdb_private_network_endpoint.py +0 -5
- pulumiverse_scaleway/documentdb_privilege.py +0 -5
- pulumiverse_scaleway/documentdb_read_replica.py +0 -5
- pulumiverse_scaleway/documentdb_user.py +0 -5
- pulumiverse_scaleway/domain_record.py +0 -5
- pulumiverse_scaleway/domain_zone.py +0 -5
- pulumiverse_scaleway/flexible_ip.py +0 -5
- pulumiverse_scaleway/flexible_ip_mac_address.py +0 -5
- pulumiverse_scaleway/function.py +0 -5
- pulumiverse_scaleway/function_cron.py +0 -5
- pulumiverse_scaleway/function_domain.py +0 -5
- pulumiverse_scaleway/function_namespace.py +0 -5
- pulumiverse_scaleway/function_token.py +0 -5
- pulumiverse_scaleway/function_trigger.py +0 -5
- pulumiverse_scaleway/get_account_project.py +4 -19
- pulumiverse_scaleway/get_account_ssh_key.py +4 -22
- pulumiverse_scaleway/get_availability_zones.py +4 -13
- pulumiverse_scaleway/get_baremetal_offer.py +4 -26
- pulumiverse_scaleway/get_baremetal_option.py +4 -17
- pulumiverse_scaleway/get_baremetal_os.py +4 -18
- pulumiverse_scaleway/get_baremetal_server.py +4 -40
- pulumiverse_scaleway/get_billing_consumptions.py +4 -15
- pulumiverse_scaleway/get_billing_invoices.py +4 -18
- pulumiverse_scaleway/get_block_snapshot.py +4 -21
- pulumiverse_scaleway/get_block_volume.py +4 -22
- pulumiverse_scaleway/get_cockpit.py +4 -15
- pulumiverse_scaleway/get_cockpit_plan.py +4 -12
- pulumiverse_scaleway/get_config.py +4 -20
- pulumiverse_scaleway/get_container.py +4 -41
- pulumiverse_scaleway/get_container_namespace.py +4 -25
- pulumiverse_scaleway/get_database.py +4 -19
- pulumiverse_scaleway/get_database_acl.py +4 -15
- pulumiverse_scaleway/get_database_backup.py +4 -26
- pulumiverse_scaleway/get_database_instance.py +5 -52
- pulumiverse_scaleway/get_database_privilege.py +4 -19
- pulumiverse_scaleway/get_documentdb_database.py +4 -20
- pulumiverse_scaleway/get_documentdb_instance.py +4 -27
- pulumiverse_scaleway/get_documentdb_load_balancer_endpoint.py +4 -22
- pulumiverse_scaleway/get_domain_record.py +4 -31
- pulumiverse_scaleway/get_domain_zone.py +4 -21
- pulumiverse_scaleway/get_flexible_ip.py +4 -26
- pulumiverse_scaleway/get_flexible_ips.py +4 -20
- pulumiverse_scaleway/get_function.py +4 -38
- pulumiverse_scaleway/get_function_namespace.py +4 -24
- pulumiverse_scaleway/get_iam_api_key.py +4 -21
- pulumiverse_scaleway/get_iam_application.py +4 -21
- pulumiverse_scaleway/get_iam_group.py +4 -23
- pulumiverse_scaleway/get_iam_ssh_key.py +4 -22
- pulumiverse_scaleway/get_iam_user.py +4 -16
- pulumiverse_scaleway/get_instance_image.py +4 -31
- pulumiverse_scaleway/get_instance_ip.py +4 -21
- pulumiverse_scaleway/get_instance_placement_group.py +4 -23
- pulumiverse_scaleway/get_instance_private_nic.py +4 -22
- pulumiverse_scaleway/get_instance_security_group.py +4 -28
- pulumiverse_scaleway/get_instance_server.py +4 -45
- pulumiverse_scaleway/get_instance_servers.py +4 -20
- pulumiverse_scaleway/get_instance_snapshot.py +4 -25
- pulumiverse_scaleway/get_instance_volume.py +4 -24
- pulumiverse_scaleway/get_iot_device.py +4 -28
- pulumiverse_scaleway/get_iot_hub.py +4 -34
- pulumiverse_scaleway/get_ipam_ip.py +4 -33
- pulumiverse_scaleway/get_ipam_ips.py +4 -30
- pulumiverse_scaleway/get_k8s_version.py +4 -17
- pulumiverse_scaleway/get_kubernetes_cluster.py +4 -38
- pulumiverse_scaleway/get_kubernetes_node_pool.py +4 -41
- pulumiverse_scaleway/get_lb_acls.py +4 -20
- pulumiverse_scaleway/get_lb_backend.py +4 -44
- pulumiverse_scaleway/get_lb_backends.py +4 -20
- pulumiverse_scaleway/get_lb_frontend.py +4 -24
- pulumiverse_scaleway/get_lb_frontends.py +4 -20
- pulumiverse_scaleway/get_lb_ips.py +4 -22
- pulumiverse_scaleway/get_lb_route.py +4 -18
- pulumiverse_scaleway/get_lb_routes.py +4 -18
- pulumiverse_scaleway/get_lbs.py +4 -20
- pulumiverse_scaleway/get_loadbalancer.py +4 -33
- pulumiverse_scaleway/get_loadbalancer_certificate.py +4 -24
- pulumiverse_scaleway/get_loadbalancer_ip.py +4 -23
- pulumiverse_scaleway/get_marketplace_image.py +4 -16
- pulumiverse_scaleway/get_mnq_sqs.py +4 -15
- pulumiverse_scaleway/get_object_bucket.py +4 -25
- pulumiverse_scaleway/get_object_bucket_policy.py +4 -17
- pulumiverse_scaleway/get_redis_cluster.py +4 -32
- pulumiverse_scaleway/get_registry_image.py +4 -26
- pulumiverse_scaleway/get_registry_namespace.py +4 -22
- pulumiverse_scaleway/get_secret.py +4 -28
- pulumiverse_scaleway/get_secret_version.py +4 -25
- pulumiverse_scaleway/get_tem_domain.py +4 -38
- pulumiverse_scaleway/get_vpc.py +4 -26
- pulumiverse_scaleway/get_vpc_gateway_network.py +4 -29
- pulumiverse_scaleway/get_vpc_private_network.py +4 -28
- pulumiverse_scaleway/get_vpc_public_gateway.py +4 -30
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +4 -30
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +4 -25
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +4 -20
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +4 -22
- pulumiverse_scaleway/get_vpc_routes.py +4 -25
- pulumiverse_scaleway/get_vpcs.py +4 -20
- pulumiverse_scaleway/get_web_host_offer.py +4 -19
- pulumiverse_scaleway/get_webhosting.py +4 -33
- pulumiverse_scaleway/iam_api_key.py +0 -31
- pulumiverse_scaleway/iam_application.py +0 -5
- pulumiverse_scaleway/iam_group.py +0 -5
- pulumiverse_scaleway/iam_group_membership.py +0 -5
- pulumiverse_scaleway/iam_policy.py +0 -5
- pulumiverse_scaleway/iam_ssh_key.py +0 -5
- pulumiverse_scaleway/iam_user.py +0 -5
- pulumiverse_scaleway/instance_image.py +0 -5
- pulumiverse_scaleway/instance_ip.py +0 -5
- pulumiverse_scaleway/instance_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/instance_placement_group.py +0 -5
- pulumiverse_scaleway/instance_private_nic.py +0 -5
- pulumiverse_scaleway/instance_security_group.py +0 -5
- pulumiverse_scaleway/instance_security_group_rules.py +0 -5
- pulumiverse_scaleway/instance_server.py +0 -5
- pulumiverse_scaleway/instance_snapshot.py +0 -5
- pulumiverse_scaleway/instance_user_data.py +0 -5
- pulumiverse_scaleway/instance_volume.py +0 -5
- pulumiverse_scaleway/iot_device.py +0 -5
- pulumiverse_scaleway/iot_hub.py +0 -5
- pulumiverse_scaleway/iot_network.py +0 -5
- pulumiverse_scaleway/iot_route.py +0 -5
- pulumiverse_scaleway/ipam_ip.py +0 -5
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/job_definition.py +0 -5
- pulumiverse_scaleway/kubernetes_cluster.py +0 -5
- pulumiverse_scaleway/kubernetes_node_pool.py +0 -5
- pulumiverse_scaleway/loadbalancer.py +0 -5
- pulumiverse_scaleway/loadbalancer_acl.py +0 -5
- pulumiverse_scaleway/loadbalancer_backend.py +0 -5
- pulumiverse_scaleway/loadbalancer_certificate.py +0 -5
- pulumiverse_scaleway/loadbalancer_frontend.py +0 -5
- pulumiverse_scaleway/loadbalancer_ip.py +0 -5
- pulumiverse_scaleway/loadbalancer_route.py +0 -5
- pulumiverse_scaleway/mnq_nats_account.py +0 -5
- pulumiverse_scaleway/mnq_nats_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sns.py +0 -5
- pulumiverse_scaleway/mnq_sns_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sns_topic.py +0 -5
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +0 -5
- pulumiverse_scaleway/mnq_sqs.py +0 -5
- pulumiverse_scaleway/mnq_sqs_credentials.py +0 -5
- pulumiverse_scaleway/mnq_sqs_queue.py +0 -5
- pulumiverse_scaleway/object_bucket.py +0 -5
- pulumiverse_scaleway/object_bucket_acl.py +0 -5
- pulumiverse_scaleway/object_bucket_lock_configuration.py +0 -5
- pulumiverse_scaleway/object_bucket_policy.py +0 -5
- pulumiverse_scaleway/object_bucket_website_configuration.py +0 -5
- pulumiverse_scaleway/object_item.py +0 -5
- pulumiverse_scaleway/outputs.py +0 -5
- pulumiverse_scaleway/provider.py +0 -5
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/redis_cluster.py +0 -5
- pulumiverse_scaleway/registry_namespace.py +0 -5
- pulumiverse_scaleway/sdb_database.py +0 -5
- pulumiverse_scaleway/secret.py +0 -5
- pulumiverse_scaleway/secret_version.py +0 -5
- pulumiverse_scaleway/tem_domain.py +0 -5
- pulumiverse_scaleway/tem_domain_validation.py +0 -5
- pulumiverse_scaleway/vpc.py +0 -5
- pulumiverse_scaleway/vpc_gateway_network.py +0 -5
- pulumiverse_scaleway/vpc_private_network.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_ip.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +0 -5
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +0 -5
- pulumiverse_scaleway/webhosting.py +0 -5
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/METADATA +1 -2
- pulumiverse_scaleway-1.16.0a1730114875.dist-info/RECORD +205 -0
- pulumiverse_scaleway-1.16.0.dist-info/RECORD +0 -205
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.16.0.dist-info → pulumiverse_scaleway-1.16.0a1730114875.dist-info}/top_level.txt +0 -0
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['DocumentdbUserArgs', 'DocumentdbUser']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['DomainZoneArgs', 'DomainZone']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['FlexibleIpArgs', 'FlexibleIp']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['FlexibleIpMacAddressArgs', 'FlexibleIpMacAddress']
|
pulumiverse_scaleway/function.py
CHANGED
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['FunctionArgs', 'Function']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['FunctionCronArgs', 'FunctionCron']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['FunctionDomainArgs', 'FunctionDomain']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['FunctionNamespaceArgs', 'FunctionNamespace']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = ['FunctionTokenArgs', 'FunctionToken']
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
from ._inputs import *
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -133,6 +128,9 @@ def get_account_project(name: Optional[str] = None,
|
|
|
133
128
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
134
129
|
project_id=pulumi.get(__ret__, 'project_id'),
|
|
135
130
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
@_utilities.lift_output_func(get_account_project)
|
|
136
134
|
def get_account_project_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
137
135
|
organization_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
138
136
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -148,17 +146,4 @@ def get_account_project_output(name: Optional[pulumi.Input[Optional[str]]] = Non
|
|
|
148
146
|
:param str project_id: The ID of the Project.
|
|
149
147
|
Only one of the `name` and `project_id` should be specified.
|
|
150
148
|
"""
|
|
151
|
-
|
|
152
|
-
__args__['name'] = name
|
|
153
|
-
__args__['organizationId'] = organization_id
|
|
154
|
-
__args__['projectId'] = project_id
|
|
155
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
156
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getAccountProject:getAccountProject', __args__, opts=opts, typ=GetAccountProjectResult)
|
|
157
|
-
return __ret__.apply(lambda __response__: GetAccountProjectResult(
|
|
158
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
159
|
-
description=pulumi.get(__response__, 'description'),
|
|
160
|
-
id=pulumi.get(__response__, 'id'),
|
|
161
|
-
name=pulumi.get(__response__, 'name'),
|
|
162
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
163
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
164
|
-
updated_at=pulumi.get(__response__, 'updated_at')))
|
|
149
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -168,6 +163,9 @@ def get_account_ssh_key(name: Optional[str] = None,
|
|
|
168
163
|
public_key=pulumi.get(__ret__, 'public_key'),
|
|
169
164
|
ssh_key_id=pulumi.get(__ret__, 'ssh_key_id'),
|
|
170
165
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
@_utilities.lift_output_func(get_account_ssh_key)
|
|
171
169
|
def get_account_ssh_key_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
172
170
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
173
171
|
ssh_key_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -182,20 +180,4 @@ def get_account_ssh_key_output(name: Optional[pulumi.Input[Optional[str]]] = Non
|
|
|
182
180
|
|
|
183
181
|
> **Note** You must specify at least one: `name` and/or `ssh_key_id`.
|
|
184
182
|
"""
|
|
185
|
-
|
|
186
|
-
__args__['name'] = name
|
|
187
|
-
__args__['projectId'] = project_id
|
|
188
|
-
__args__['sshKeyId'] = ssh_key_id
|
|
189
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
190
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getAccountSshKey:getAccountSshKey', __args__, opts=opts, typ=GetAccountSshKeyResult)
|
|
191
|
-
return __ret__.apply(lambda __response__: GetAccountSshKeyResult(
|
|
192
|
-
created_at=pulumi.get(__response__, 'created_at'),
|
|
193
|
-
disabled=pulumi.get(__response__, 'disabled'),
|
|
194
|
-
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
|
195
|
-
id=pulumi.get(__response__, 'id'),
|
|
196
|
-
name=pulumi.get(__response__, 'name'),
|
|
197
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
198
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
199
|
-
public_key=pulumi.get(__response__, 'public_key'),
|
|
200
|
-
ssh_key_id=pulumi.get(__response__, 'ssh_key_id'),
|
|
201
|
-
updated_at=pulumi.get(__response__, 'updated_at')))
|
|
183
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -100,6 +95,9 @@ def get_availability_zones(region: Optional[str] = None,
|
|
|
100
95
|
id=pulumi.get(__ret__, 'id'),
|
|
101
96
|
region=pulumi.get(__ret__, 'region'),
|
|
102
97
|
zones=pulumi.get(__ret__, 'zones'))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
@_utilities.lift_output_func(get_availability_zones)
|
|
103
101
|
def get_availability_zones_output(region: Optional[pulumi.Input[Optional[str]]] = None,
|
|
104
102
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAvailabilityZonesResult]:
|
|
105
103
|
"""
|
|
@@ -121,11 +119,4 @@ def get_availability_zones_output(region: Optional[pulumi.Input[Optional[str]]]
|
|
|
121
119
|
|
|
122
120
|
:param str region: Region is represented as a Geographical area such as France. Defaults: `fr-par`.
|
|
123
121
|
"""
|
|
124
|
-
|
|
125
|
-
__args__['region'] = region
|
|
126
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
127
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getAvailabilityZones:getAvailabilityZones', __args__, opts=opts, typ=GetAvailabilityZonesResult)
|
|
128
|
-
return __ret__.apply(lambda __response__: GetAvailabilityZonesResult(
|
|
129
|
-
id=pulumi.get(__response__, 'id'),
|
|
130
|
-
region=pulumi.get(__response__, 'region'),
|
|
131
|
-
zones=pulumi.get(__response__, 'zones')))
|
|
122
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -207,6 +202,9 @@ def get_baremetal_offer(include_disabled: Optional[bool] = None,
|
|
|
207
202
|
stock=pulumi.get(__ret__, 'stock'),
|
|
208
203
|
subscription_period=pulumi.get(__ret__, 'subscription_period'),
|
|
209
204
|
zone=pulumi.get(__ret__, 'zone'))
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
@_utilities.lift_output_func(get_baremetal_offer)
|
|
210
208
|
def get_baremetal_offer_output(include_disabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
211
209
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
212
210
|
offer_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -222,24 +220,4 @@ def get_baremetal_offer_output(include_disabled: Optional[pulumi.Input[Optional[
|
|
|
222
220
|
:param str subscription_period: Period of subscription the desired offer. Should be `hourly` or `monthly`.
|
|
223
221
|
:param str zone: `zone`) The zone in which the offer should be created.
|
|
224
222
|
"""
|
|
225
|
-
|
|
226
|
-
__args__['includeDisabled'] = include_disabled
|
|
227
|
-
__args__['name'] = name
|
|
228
|
-
__args__['offerId'] = offer_id
|
|
229
|
-
__args__['subscriptionPeriod'] = subscription_period
|
|
230
|
-
__args__['zone'] = zone
|
|
231
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
232
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBaremetalOffer:getBaremetalOffer', __args__, opts=opts, typ=GetBaremetalOfferResult)
|
|
233
|
-
return __ret__.apply(lambda __response__: GetBaremetalOfferResult(
|
|
234
|
-
bandwidth=pulumi.get(__response__, 'bandwidth'),
|
|
235
|
-
commercial_range=pulumi.get(__response__, 'commercial_range'),
|
|
236
|
-
cpu=pulumi.get(__response__, 'cpu'),
|
|
237
|
-
disks=pulumi.get(__response__, 'disks'),
|
|
238
|
-
id=pulumi.get(__response__, 'id'),
|
|
239
|
-
include_disabled=pulumi.get(__response__, 'include_disabled'),
|
|
240
|
-
memories=pulumi.get(__response__, 'memories'),
|
|
241
|
-
name=pulumi.get(__response__, 'name'),
|
|
242
|
-
offer_id=pulumi.get(__response__, 'offer_id'),
|
|
243
|
-
stock=pulumi.get(__response__, 'stock'),
|
|
244
|
-
subscription_period=pulumi.get(__response__, 'subscription_period'),
|
|
245
|
-
zone=pulumi.get(__response__, 'zone')))
|
|
223
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -129,6 +124,9 @@ def get_baremetal_option(name: Optional[str] = None,
|
|
|
129
124
|
name=pulumi.get(__ret__, 'name'),
|
|
130
125
|
option_id=pulumi.get(__ret__, 'option_id'),
|
|
131
126
|
zone=pulumi.get(__ret__, 'zone'))
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
@_utilities.lift_output_func(get_baremetal_option)
|
|
132
130
|
def get_baremetal_option_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
133
131
|
option_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
134
132
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -154,15 +152,4 @@ def get_baremetal_option_output(name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
154
152
|
:param str option_id: The option id. Only one of `name` and `option_id` should be specified.
|
|
155
153
|
:param str zone: `zone`) The zone in which the option exists.
|
|
156
154
|
"""
|
|
157
|
-
|
|
158
|
-
__args__['name'] = name
|
|
159
|
-
__args__['optionId'] = option_id
|
|
160
|
-
__args__['zone'] = zone
|
|
161
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
162
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBaremetalOption:getBaremetalOption', __args__, opts=opts, typ=GetBaremetalOptionResult)
|
|
163
|
-
return __ret__.apply(lambda __response__: GetBaremetalOptionResult(
|
|
164
|
-
id=pulumi.get(__response__, 'id'),
|
|
165
|
-
manageable=pulumi.get(__response__, 'manageable'),
|
|
166
|
-
name=pulumi.get(__response__, 'name'),
|
|
167
|
-
option_id=pulumi.get(__response__, 'option_id'),
|
|
168
|
-
zone=pulumi.get(__response__, 'zone')))
|
|
155
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -129,6 +124,9 @@ def get_baremetal_os(name: Optional[str] = None,
|
|
|
129
124
|
os_id=pulumi.get(__ret__, 'os_id'),
|
|
130
125
|
version=pulumi.get(__ret__, 'version'),
|
|
131
126
|
zone=pulumi.get(__ret__, 'zone'))
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
@_utilities.lift_output_func(get_baremetal_os)
|
|
132
130
|
def get_baremetal_os_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
133
131
|
os_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
134
132
|
version: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -159,16 +157,4 @@ def get_baremetal_os_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
159
157
|
:param str version: The os version.
|
|
160
158
|
:param str zone: `zone`) The zone in which the os exists.
|
|
161
159
|
"""
|
|
162
|
-
|
|
163
|
-
__args__['name'] = name
|
|
164
|
-
__args__['osId'] = os_id
|
|
165
|
-
__args__['version'] = version
|
|
166
|
-
__args__['zone'] = zone
|
|
167
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
168
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBaremetalOs:getBaremetalOs', __args__, opts=opts, typ=GetBaremetalOsResult)
|
|
169
|
-
return __ret__.apply(lambda __response__: GetBaremetalOsResult(
|
|
170
|
-
id=pulumi.get(__response__, 'id'),
|
|
171
|
-
name=pulumi.get(__response__, 'name'),
|
|
172
|
-
os_id=pulumi.get(__response__, 'os_id'),
|
|
173
|
-
version=pulumi.get(__response__, 'version'),
|
|
174
|
-
zone=pulumi.get(__response__, 'zone')))
|
|
160
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -347,6 +342,9 @@ def get_baremetal_server(name: Optional[str] = None,
|
|
|
347
342
|
tags=pulumi.get(__ret__, 'tags'),
|
|
348
343
|
user=pulumi.get(__ret__, 'user'),
|
|
349
344
|
zone=pulumi.get(__ret__, 'zone'))
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
@_utilities.lift_output_func(get_baremetal_server)
|
|
350
348
|
def get_baremetal_server_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
351
349
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
352
350
|
server_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -374,38 +372,4 @@ def get_baremetal_server_output(name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
374
372
|
:param str project_id: The ID of the project the baremetal server is associated with.
|
|
375
373
|
:param str zone: `zone`) The zone in which the server exists.
|
|
376
374
|
"""
|
|
377
|
-
|
|
378
|
-
__args__['name'] = name
|
|
379
|
-
__args__['projectId'] = project_id
|
|
380
|
-
__args__['serverId'] = server_id
|
|
381
|
-
__args__['zone'] = zone
|
|
382
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
383
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBaremetalServer:getBaremetalServer', __args__, opts=opts, typ=GetBaremetalServerResult)
|
|
384
|
-
return __ret__.apply(lambda __response__: GetBaremetalServerResult(
|
|
385
|
-
description=pulumi.get(__response__, 'description'),
|
|
386
|
-
domain=pulumi.get(__response__, 'domain'),
|
|
387
|
-
hostname=pulumi.get(__response__, 'hostname'),
|
|
388
|
-
id=pulumi.get(__response__, 'id'),
|
|
389
|
-
install_config_afterward=pulumi.get(__response__, 'install_config_afterward'),
|
|
390
|
-
ips=pulumi.get(__response__, 'ips'),
|
|
391
|
-
ipv4s=pulumi.get(__response__, 'ipv4s'),
|
|
392
|
-
ipv6s=pulumi.get(__response__, 'ipv6s'),
|
|
393
|
-
name=pulumi.get(__response__, 'name'),
|
|
394
|
-
offer=pulumi.get(__response__, 'offer'),
|
|
395
|
-
offer_id=pulumi.get(__response__, 'offer_id'),
|
|
396
|
-
offer_name=pulumi.get(__response__, 'offer_name'),
|
|
397
|
-
options=pulumi.get(__response__, 'options'),
|
|
398
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
399
|
-
os=pulumi.get(__response__, 'os'),
|
|
400
|
-
os_name=pulumi.get(__response__, 'os_name'),
|
|
401
|
-
password=pulumi.get(__response__, 'password'),
|
|
402
|
-
private_networks=pulumi.get(__response__, 'private_networks'),
|
|
403
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
404
|
-
reinstall_on_config_changes=pulumi.get(__response__, 'reinstall_on_config_changes'),
|
|
405
|
-
server_id=pulumi.get(__response__, 'server_id'),
|
|
406
|
-
service_password=pulumi.get(__response__, 'service_password'),
|
|
407
|
-
service_user=pulumi.get(__response__, 'service_user'),
|
|
408
|
-
ssh_key_ids=pulumi.get(__response__, 'ssh_key_ids'),
|
|
409
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
410
|
-
user=pulumi.get(__response__, 'user'),
|
|
411
|
-
zone=pulumi.get(__response__, 'zone')))
|
|
375
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -114,6 +109,9 @@ def get_billing_consumptions(project_id: Optional[str] = None,
|
|
|
114
109
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
115
110
|
project_id=pulumi.get(__ret__, 'project_id'),
|
|
116
111
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
@_utilities.lift_output_func(get_billing_consumptions)
|
|
117
115
|
def get_billing_consumptions_output(project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
118
116
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBillingConsumptionsResult]:
|
|
119
117
|
"""
|
|
@@ -122,13 +120,4 @@ def get_billing_consumptions_output(project_id: Optional[pulumi.Input[Optional[s
|
|
|
122
120
|
|
|
123
121
|
:param str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
|
124
122
|
"""
|
|
125
|
-
|
|
126
|
-
__args__['projectId'] = project_id
|
|
127
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
128
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBillingConsumptions:getBillingConsumptions', __args__, opts=opts, typ=GetBillingConsumptionsResult)
|
|
129
|
-
return __ret__.apply(lambda __response__: GetBillingConsumptionsResult(
|
|
130
|
-
consumptions=pulumi.get(__response__, 'consumptions'),
|
|
131
|
-
id=pulumi.get(__response__, 'id'),
|
|
132
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
133
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
134
|
-
updated_at=pulumi.get(__response__, 'updated_at')))
|
|
123
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
from . import outputs
|
|
17
12
|
|
|
@@ -127,6 +122,9 @@ def get_billing_invoices(invoice_type: Optional[str] = None,
|
|
|
127
122
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
|
128
123
|
started_after=pulumi.get(__ret__, 'started_after'),
|
|
129
124
|
started_before=pulumi.get(__ret__, 'started_before'))
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
@_utilities.lift_output_func(get_billing_invoices)
|
|
130
128
|
def get_billing_invoices_output(invoice_type: Optional[pulumi.Input[Optional[str]]] = None,
|
|
131
129
|
started_after: Optional[pulumi.Input[Optional[str]]] = None,
|
|
132
130
|
started_before: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -139,16 +137,4 @@ def get_billing_invoices_output(invoice_type: Optional[pulumi.Input[Optional[str
|
|
|
139
137
|
:param str started_after: Invoices with a start date that are greater or equal to `started_after` are listed (RFC 3339 format).
|
|
140
138
|
:param str started_before: Invoices with a start date that precedes `started_before` are listed (RFC 3339 format).
|
|
141
139
|
"""
|
|
142
|
-
|
|
143
|
-
__args__['invoiceType'] = invoice_type
|
|
144
|
-
__args__['startedAfter'] = started_after
|
|
145
|
-
__args__['startedBefore'] = started_before
|
|
146
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
147
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBillingInvoices:getBillingInvoices', __args__, opts=opts, typ=GetBillingInvoicesResult)
|
|
148
|
-
return __ret__.apply(lambda __response__: GetBillingInvoicesResult(
|
|
149
|
-
id=pulumi.get(__response__, 'id'),
|
|
150
|
-
invoice_type=pulumi.get(__response__, 'invoice_type'),
|
|
151
|
-
invoices=pulumi.get(__response__, 'invoices'),
|
|
152
|
-
organization_id=pulumi.get(__response__, 'organization_id'),
|
|
153
|
-
started_after=pulumi.get(__response__, 'started_after'),
|
|
154
|
-
started_before=pulumi.get(__response__, 'started_before')))
|
|
140
|
+
...
|
|
@@ -4,14 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import copy
|
|
6
6
|
import warnings
|
|
7
|
-
import sys
|
|
8
7
|
import pulumi
|
|
9
8
|
import pulumi.runtime
|
|
10
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
-
if sys.version_info >= (3, 11):
|
|
12
|
-
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
-
else:
|
|
14
|
-
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
10
|
from . import _utilities
|
|
16
11
|
|
|
17
12
|
__all__ = [
|
|
@@ -136,6 +131,9 @@ def get_block_snapshot(name: Optional[str] = None,
|
|
|
136
131
|
tags=pulumi.get(__ret__, 'tags'),
|
|
137
132
|
volume_id=pulumi.get(__ret__, 'volume_id'),
|
|
138
133
|
zone=pulumi.get(__ret__, 'zone'))
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
@_utilities.lift_output_func(get_block_snapshot)
|
|
139
137
|
def get_block_snapshot_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
140
138
|
project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
141
139
|
snapshot_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
@@ -152,19 +150,4 @@ def get_block_snapshot_output(name: Optional[pulumi.Input[Optional[str]]] = None
|
|
|
152
150
|
:param str volume_id: The ID of the volume from which the snapshot has been created.
|
|
153
151
|
:param str zone: `zone`) The zone in which the snapshot exists.
|
|
154
152
|
"""
|
|
155
|
-
|
|
156
|
-
__args__['name'] = name
|
|
157
|
-
__args__['projectId'] = project_id
|
|
158
|
-
__args__['snapshotId'] = snapshot_id
|
|
159
|
-
__args__['volumeId'] = volume_id
|
|
160
|
-
__args__['zone'] = zone
|
|
161
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
162
|
-
__ret__ = pulumi.runtime.invoke_output('scaleway:index/getBlockSnapshot:getBlockSnapshot', __args__, opts=opts, typ=GetBlockSnapshotResult)
|
|
163
|
-
return __ret__.apply(lambda __response__: GetBlockSnapshotResult(
|
|
164
|
-
id=pulumi.get(__response__, 'id'),
|
|
165
|
-
name=pulumi.get(__response__, 'name'),
|
|
166
|
-
project_id=pulumi.get(__response__, 'project_id'),
|
|
167
|
-
snapshot_id=pulumi.get(__response__, 'snapshot_id'),
|
|
168
|
-
tags=pulumi.get(__response__, 'tags'),
|
|
169
|
-
volume_id=pulumi.get(__response__, 'volume_id'),
|
|
170
|
-
zone=pulumi.get(__response__, 'zone')))
|
|
153
|
+
...
|