pulumiverse-scaleway 1.29.0a1747948949__py3-none-any.whl → 1.30.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumiverse_scaleway/__init__.py +11 -2
- pulumiverse_scaleway/_inputs.py +2338 -2123
- pulumiverse_scaleway/_utilities.py +1 -1
- pulumiverse_scaleway/account/__init__.py +4 -1
- pulumiverse_scaleway/account/get_availability_zones.py +9 -8
- pulumiverse_scaleway/account/get_project.py +21 -20
- pulumiverse_scaleway/account/get_projects.py +242 -0
- pulumiverse_scaleway/account/get_ssh_key.py +24 -23
- pulumiverse_scaleway/account/outputs.py +96 -0
- pulumiverse_scaleway/account/project.py +59 -57
- pulumiverse_scaleway/account/ssh_key.py +87 -85
- pulumiverse_scaleway/account_project.py +59 -57
- pulumiverse_scaleway/account_ssh_key.py +87 -85
- pulumiverse_scaleway/apple_silicon_server.py +204 -155
- pulumiverse_scaleway/applesilicon/__init__.py +2 -1
- pulumiverse_scaleway/applesilicon/_inputs.py +89 -34
- pulumiverse_scaleway/applesilicon/outputs.py +54 -21
- pulumiverse_scaleway/applesilicon/server.py +204 -155
- pulumiverse_scaleway/baremetal_server.py +282 -261
- pulumiverse_scaleway/billing/__init__.py +2 -1
- pulumiverse_scaleway/billing/get_consumptions.py +10 -9
- pulumiverse_scaleway/billing/get_invoices.py +19 -18
- pulumiverse_scaleway/billing/outputs.py +73 -72
- pulumiverse_scaleway/block/__init__.py +4 -1
- pulumiverse_scaleway/block/_inputs.py +74 -0
- pulumiverse_scaleway/block/get_snapshot.py +42 -29
- pulumiverse_scaleway/block/get_volume.py +28 -27
- pulumiverse_scaleway/block/outputs.py +80 -0
- pulumiverse_scaleway/block/snapshot.py +132 -82
- pulumiverse_scaleway/block/volume.py +115 -113
- pulumiverse_scaleway/block_snapshot.py +132 -82
- pulumiverse_scaleway/block_volume.py +115 -113
- pulumiverse_scaleway/cockpit.py +38 -36
- pulumiverse_scaleway/cockpit_alert_manager.py +52 -50
- pulumiverse_scaleway/cockpit_grafana_user.py +59 -57
- pulumiverse_scaleway/cockpit_source.py +115 -113
- pulumiverse_scaleway/cockpit_token.py +66 -64
- pulumiverse_scaleway/config/__init__.py +2 -1
- pulumiverse_scaleway/config/__init__.pyi +2 -1
- pulumiverse_scaleway/config/vars.py +2 -1
- pulumiverse_scaleway/container.py +575 -345
- pulumiverse_scaleway/container_cron.py +80 -78
- pulumiverse_scaleway/container_domain.py +52 -50
- pulumiverse_scaleway/container_namespace.py +211 -140
- pulumiverse_scaleway/container_token.py +80 -78
- pulumiverse_scaleway/container_trigger.py +59 -57
- pulumiverse_scaleway/containers/__init__.py +2 -1
- pulumiverse_scaleway/containers/_inputs.py +72 -71
- pulumiverse_scaleway/containers/container.py +575 -345
- pulumiverse_scaleway/containers/cron.py +80 -78
- pulumiverse_scaleway/containers/domain.py +52 -50
- pulumiverse_scaleway/containers/get_container.py +87 -42
- pulumiverse_scaleway/containers/get_namespace.py +43 -31
- pulumiverse_scaleway/containers/namespace.py +211 -140
- pulumiverse_scaleway/containers/outputs.py +62 -61
- pulumiverse_scaleway/containers/token.py +80 -78
- pulumiverse_scaleway/containers/trigger.py +59 -57
- pulumiverse_scaleway/database.py +66 -64
- pulumiverse_scaleway/database_acl.py +31 -29
- pulumiverse_scaleway/database_backup.py +101 -99
- pulumiverse_scaleway/database_instance.py +317 -296
- pulumiverse_scaleway/database_privilege.py +73 -71
- pulumiverse_scaleway/database_read_replica.py +45 -43
- pulumiverse_scaleway/database_user.py +73 -71
- pulumiverse_scaleway/databases/__init__.py +2 -1
- pulumiverse_scaleway/databases/_inputs.py +191 -190
- pulumiverse_scaleway/databases/acl.py +31 -29
- pulumiverse_scaleway/databases/database.py +66 -64
- pulumiverse_scaleway/databases/database_backup.py +101 -99
- pulumiverse_scaleway/databases/get_acl.py +13 -12
- pulumiverse_scaleway/databases/get_database.py +19 -18
- pulumiverse_scaleway/databases/get_database_backup.py +34 -33
- pulumiverse_scaleway/databases/get_instance.py +43 -42
- pulumiverse_scaleway/databases/get_privilege.py +24 -23
- pulumiverse_scaleway/databases/instance.py +317 -296
- pulumiverse_scaleway/databases/outputs.py +188 -187
- pulumiverse_scaleway/databases/privilege.py +73 -71
- pulumiverse_scaleway/databases/read_replica.py +45 -43
- pulumiverse_scaleway/databases/serverless_database.py +80 -78
- pulumiverse_scaleway/databases/snapshot.py +101 -99
- pulumiverse_scaleway/databases/user.py +73 -71
- pulumiverse_scaleway/domain/__init__.py +2 -1
- pulumiverse_scaleway/domain/_inputs.py +531 -530
- pulumiverse_scaleway/domain/get_record.py +38 -37
- pulumiverse_scaleway/domain/get_zone.py +26 -19
- pulumiverse_scaleway/domain/outputs.py +358 -357
- pulumiverse_scaleway/domain/record.py +129 -127
- pulumiverse_scaleway/domain/registration.py +94 -92
- pulumiverse_scaleway/domain/zone.py +87 -85
- pulumiverse_scaleway/domain_record.py +129 -127
- pulumiverse_scaleway/domain_zone.py +87 -85
- pulumiverse_scaleway/edge_services_backend_stage.py +45 -43
- pulumiverse_scaleway/edge_services_cache_stage.py +115 -113
- pulumiverse_scaleway/edge_services_dns_stage.py +108 -106
- pulumiverse_scaleway/edge_services_head_stage.py +31 -29
- pulumiverse_scaleway/edge_services_pipeline.py +66 -64
- pulumiverse_scaleway/edge_services_plan.py +31 -29
- pulumiverse_scaleway/edge_services_route_stage.py +59 -57
- pulumiverse_scaleway/edge_services_tls_stage.py +122 -120
- pulumiverse_scaleway/edge_services_waf_stage.py +87 -85
- pulumiverse_scaleway/elasticmetal/__init__.py +3 -2
- pulumiverse_scaleway/elasticmetal/_inputs.py +123 -122
- pulumiverse_scaleway/elasticmetal/get_ip.py +56 -39
- pulumiverse_scaleway/elasticmetal/get_ips.py +24 -23
- pulumiverse_scaleway/elasticmetal/get_offer.py +29 -28
- pulumiverse_scaleway/elasticmetal/get_option.py +19 -18
- pulumiverse_scaleway/elasticmetal/get_os.py +23 -22
- pulumiverse_scaleway/elasticmetal/get_partition_schema.py +216 -0
- pulumiverse_scaleway/elasticmetal/get_server.py +39 -38
- pulumiverse_scaleway/elasticmetal/ip.py +139 -137
- pulumiverse_scaleway/elasticmetal/ip_mac_address.py +87 -85
- pulumiverse_scaleway/elasticmetal/outputs.py +233 -232
- pulumiverse_scaleway/elasticmetal/server.py +282 -261
- pulumiverse_scaleway/file_filesystem.py +552 -0
- pulumiverse_scaleway/flexible_ip.py +139 -137
- pulumiverse_scaleway/flexible_ip_mac_address.py +87 -85
- pulumiverse_scaleway/function.py +394 -284
- pulumiverse_scaleway/function_cron.py +80 -78
- pulumiverse_scaleway/function_domain.py +52 -50
- pulumiverse_scaleway/function_namespace.py +197 -126
- pulumiverse_scaleway/function_token.py +80 -78
- pulumiverse_scaleway/function_trigger.py +59 -57
- pulumiverse_scaleway/functions/__init__.py +2 -1
- pulumiverse_scaleway/functions/_inputs.py +42 -41
- pulumiverse_scaleway/functions/cron.py +80 -78
- pulumiverse_scaleway/functions/domain.py +52 -50
- pulumiverse_scaleway/functions/function.py +394 -284
- pulumiverse_scaleway/functions/get_function.py +69 -46
- pulumiverse_scaleway/functions/get_namespace.py +42 -30
- pulumiverse_scaleway/functions/namespace.py +197 -126
- pulumiverse_scaleway/functions/outputs.py +26 -25
- pulumiverse_scaleway/functions/token.py +80 -78
- pulumiverse_scaleway/functions/trigger.py +59 -57
- pulumiverse_scaleway/get_account_project.py +21 -20
- pulumiverse_scaleway/get_account_ssh_key.py +24 -23
- pulumiverse_scaleway/get_availability_zones.py +9 -8
- pulumiverse_scaleway/get_baremetal_offer.py +29 -28
- pulumiverse_scaleway/get_baremetal_option.py +19 -18
- pulumiverse_scaleway/get_baremetal_os.py +23 -22
- pulumiverse_scaleway/get_baremetal_server.py +39 -38
- pulumiverse_scaleway/get_billing_consumptions.py +10 -9
- pulumiverse_scaleway/get_billing_invoices.py +19 -18
- pulumiverse_scaleway/get_block_snapshot.py +42 -29
- pulumiverse_scaleway/get_block_volume.py +28 -27
- pulumiverse_scaleway/get_cockpit.py +10 -9
- pulumiverse_scaleway/get_cockpit_source.py +33 -32
- pulumiverse_scaleway/get_config.py +13 -12
- pulumiverse_scaleway/get_container.py +87 -42
- pulumiverse_scaleway/get_container_namespace.py +43 -31
- pulumiverse_scaleway/get_database.py +19 -18
- pulumiverse_scaleway/get_database_acl.py +13 -12
- pulumiverse_scaleway/get_database_backup.py +34 -33
- pulumiverse_scaleway/get_database_instance.py +43 -42
- pulumiverse_scaleway/get_database_privilege.py +24 -23
- pulumiverse_scaleway/get_domain_record.py +38 -37
- pulumiverse_scaleway/get_domain_zone.py +26 -19
- pulumiverse_scaleway/get_flexible_ip.py +56 -39
- pulumiverse_scaleway/get_flexible_ips.py +24 -23
- pulumiverse_scaleway/get_function.py +69 -46
- pulumiverse_scaleway/get_function_namespace.py +42 -30
- pulumiverse_scaleway/get_iam_api_key.py +17 -16
- pulumiverse_scaleway/get_iam_application.py +23 -22
- pulumiverse_scaleway/get_iam_group.py +25 -24
- pulumiverse_scaleway/get_iam_ssh_key.py +24 -23
- pulumiverse_scaleway/get_iam_user.py +23 -22
- pulumiverse_scaleway/get_instance_image.py +42 -41
- pulumiverse_scaleway/get_instance_ip.py +20 -19
- pulumiverse_scaleway/get_instance_placement_group.py +28 -27
- pulumiverse_scaleway/get_instance_private_nic.py +31 -30
- pulumiverse_scaleway/get_instance_security_group.py +31 -30
- pulumiverse_scaleway/get_instance_server.py +59 -47
- pulumiverse_scaleway/get_instance_servers.py +24 -23
- pulumiverse_scaleway/get_instance_snapshot.py +29 -28
- pulumiverse_scaleway/get_instance_volume.py +30 -29
- pulumiverse_scaleway/get_iot_device.py +31 -30
- pulumiverse_scaleway/get_iot_hub.py +39 -38
- pulumiverse_scaleway/get_ipam_ip.py +51 -50
- pulumiverse_scaleway/get_ipam_ips.py +44 -43
- pulumiverse_scaleway/get_k8s_version.py +16 -15
- pulumiverse_scaleway/get_kubernetes_cluster.py +39 -38
- pulumiverse_scaleway/get_kubernetes_node_pool.py +47 -46
- pulumiverse_scaleway/get_lb_acls.py +22 -21
- pulumiverse_scaleway/get_lb_backend.py +43 -42
- pulumiverse_scaleway/get_lb_backends.py +22 -21
- pulumiverse_scaleway/get_lb_frontend.py +26 -25
- pulumiverse_scaleway/get_lb_frontends.py +22 -21
- pulumiverse_scaleway/get_lb_ips.py +29 -28
- pulumiverse_scaleway/get_lb_route.py +16 -15
- pulumiverse_scaleway/get_lb_routes.py +17 -16
- pulumiverse_scaleway/get_lbs.py +24 -23
- pulumiverse_scaleway/get_loadbalancer.py +36 -35
- pulumiverse_scaleway/get_loadbalancer_certificate.py +24 -23
- pulumiverse_scaleway/get_loadbalancer_ip.py +29 -28
- pulumiverse_scaleway/get_marketplace_image.py +23 -22
- pulumiverse_scaleway/get_mnq_sns.py +14 -13
- pulumiverse_scaleway/get_mnq_sqs.py +14 -13
- pulumiverse_scaleway/get_mongo_db_instance.py +47 -35
- pulumiverse_scaleway/get_object_bucket.py +22 -21
- pulumiverse_scaleway/get_object_bucket_policy.py +17 -16
- pulumiverse_scaleway/get_redis_cluster.py +34 -33
- pulumiverse_scaleway/get_registry_image.py +37 -36
- pulumiverse_scaleway/get_registry_image_tag.py +33 -32
- pulumiverse_scaleway/get_registry_namespace.py +27 -26
- pulumiverse_scaleway/get_secret.py +41 -40
- pulumiverse_scaleway/get_secret_version.py +34 -33
- pulumiverse_scaleway/get_tem_domain.py +43 -42
- pulumiverse_scaleway/get_vpc.py +35 -34
- pulumiverse_scaleway/get_vpc_gateway_network.py +28 -27
- pulumiverse_scaleway/get_vpc_private_network.py +32 -31
- pulumiverse_scaleway/get_vpc_public_gateway.py +36 -35
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +24 -23
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +33 -32
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +14 -13
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +21 -20
- pulumiverse_scaleway/get_vpc_routes.py +38 -37
- pulumiverse_scaleway/get_vpcs.py +24 -23
- pulumiverse_scaleway/get_web_host_offer.py +25 -24
- pulumiverse_scaleway/get_webhosting.py +36 -35
- pulumiverse_scaleway/hosting/__init__.py +2 -1
- pulumiverse_scaleway/hosting/_inputs.py +61 -60
- pulumiverse_scaleway/hosting/get_hosting.py +36 -35
- pulumiverse_scaleway/hosting/get_offer.py +25 -24
- pulumiverse_scaleway/hosting/hosting.py +164 -162
- pulumiverse_scaleway/hosting/outputs.py +139 -138
- pulumiverse_scaleway/iam/__init__.py +2 -1
- pulumiverse_scaleway/iam/_inputs.py +22 -21
- pulumiverse_scaleway/iam/api_key.py +115 -113
- pulumiverse_scaleway/iam/application.py +80 -78
- pulumiverse_scaleway/iam/get_api_key.py +17 -16
- pulumiverse_scaleway/iam/get_application.py +23 -22
- pulumiverse_scaleway/iam/get_group.py +25 -24
- pulumiverse_scaleway/iam/get_ssh_key.py +24 -23
- pulumiverse_scaleway/iam/get_user.py +23 -22
- pulumiverse_scaleway/iam/group.py +115 -113
- pulumiverse_scaleway/iam/group_membership.py +45 -43
- pulumiverse_scaleway/iam/outputs.py +14 -13
- pulumiverse_scaleway/iam/policy.py +136 -134
- pulumiverse_scaleway/iam/ssh_key.py +87 -85
- pulumiverse_scaleway/iam/user.py +573 -108
- pulumiverse_scaleway/iam_api_key.py +115 -113
- pulumiverse_scaleway/iam_application.py +80 -78
- pulumiverse_scaleway/iam_group.py +115 -113
- pulumiverse_scaleway/iam_group_membership.py +45 -43
- pulumiverse_scaleway/iam_policy.py +136 -134
- pulumiverse_scaleway/iam_ssh_key.py +87 -85
- pulumiverse_scaleway/iam_user.py +573 -108
- pulumiverse_scaleway/inference/__init__.py +2 -1
- pulumiverse_scaleway/inference/_inputs.py +116 -61
- pulumiverse_scaleway/inference/deployment.py +225 -176
- pulumiverse_scaleway/inference/get_model.py +27 -26
- pulumiverse_scaleway/inference/model.py +129 -127
- pulumiverse_scaleway/inference/outputs.py +82 -49
- pulumiverse_scaleway/inference_deployment.py +225 -176
- pulumiverse_scaleway/instance/__init__.py +2 -1
- pulumiverse_scaleway/instance/_inputs.py +296 -295
- pulumiverse_scaleway/instance/get_image.py +42 -41
- pulumiverse_scaleway/instance/get_ip.py +20 -19
- pulumiverse_scaleway/instance/get_placement_group.py +28 -27
- pulumiverse_scaleway/instance/get_private_nic.py +31 -30
- pulumiverse_scaleway/instance/get_security_group.py +31 -30
- pulumiverse_scaleway/instance/get_server.py +59 -47
- pulumiverse_scaleway/instance/get_servers.py +24 -23
- pulumiverse_scaleway/instance/get_snapshot.py +29 -28
- pulumiverse_scaleway/instance/get_volume.py +30 -29
- pulumiverse_scaleway/instance/image.py +150 -148
- pulumiverse_scaleway/instance/ip.py +94 -92
- pulumiverse_scaleway/instance/ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/instance/outputs.py +349 -348
- pulumiverse_scaleway/instance/placement_group.py +101 -99
- pulumiverse_scaleway/instance/private_nic.py +114 -93
- pulumiverse_scaleway/instance/security_group.py +150 -148
- pulumiverse_scaleway/instance/security_group_rules.py +17 -15
- pulumiverse_scaleway/instance/server.py +413 -331
- pulumiverse_scaleway/instance/snapshot.py +132 -109
- pulumiverse_scaleway/instance/user_data.py +59 -57
- pulumiverse_scaleway/instance/volume.py +153 -130
- pulumiverse_scaleway/instance_image.py +150 -148
- pulumiverse_scaleway/instance_ip.py +94 -92
- pulumiverse_scaleway/instance_ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/instance_placement_group.py +101 -99
- pulumiverse_scaleway/instance_private_nic.py +114 -93
- pulumiverse_scaleway/instance_security_group.py +150 -148
- pulumiverse_scaleway/instance_security_group_rules.py +17 -15
- pulumiverse_scaleway/instance_server.py +413 -331
- pulumiverse_scaleway/instance_snapshot.py +132 -109
- pulumiverse_scaleway/instance_user_data.py +59 -57
- pulumiverse_scaleway/instance_volume.py +153 -130
- pulumiverse_scaleway/iot/__init__.py +2 -1
- pulumiverse_scaleway/iot/_inputs.py +98 -97
- pulumiverse_scaleway/iot/device.py +122 -120
- pulumiverse_scaleway/iot/get_device.py +31 -30
- pulumiverse_scaleway/iot/get_hub.py +39 -38
- pulumiverse_scaleway/iot/hub.py +206 -204
- pulumiverse_scaleway/iot/network.py +94 -92
- pulumiverse_scaleway/iot/outputs.py +78 -77
- pulumiverse_scaleway/iot/route.py +66 -64
- pulumiverse_scaleway/iot_device.py +122 -120
- pulumiverse_scaleway/iot_hub.py +206 -204
- pulumiverse_scaleway/iot_network.py +94 -92
- pulumiverse_scaleway/iot_route.py +66 -64
- pulumiverse_scaleway/ipam/__init__.py +2 -1
- pulumiverse_scaleway/ipam/_inputs.py +87 -86
- pulumiverse_scaleway/ipam/get_ip.py +51 -50
- pulumiverse_scaleway/ipam/get_ips.py +44 -43
- pulumiverse_scaleway/ipam/ip.py +94 -92
- pulumiverse_scaleway/ipam/ip_reverse_dns.py +59 -57
- pulumiverse_scaleway/ipam/outputs.py +90 -89
- pulumiverse_scaleway/ipam_ip.py +94 -92
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +59 -57
- pulumiverse_scaleway/job/__init__.py +2 -1
- pulumiverse_scaleway/job/_inputs.py +38 -37
- pulumiverse_scaleway/job/definition.py +143 -141
- pulumiverse_scaleway/job/outputs.py +24 -23
- pulumiverse_scaleway/job_definition.py +143 -141
- pulumiverse_scaleway/kubernetes/__init__.py +2 -1
- pulumiverse_scaleway/kubernetes/_inputs.py +190 -189
- pulumiverse_scaleway/kubernetes/acl.py +45 -43
- pulumiverse_scaleway/kubernetes/cluster.py +234 -232
- pulumiverse_scaleway/kubernetes/get_cluster.py +39 -38
- pulumiverse_scaleway/kubernetes/get_pool.py +47 -46
- pulumiverse_scaleway/kubernetes/get_version.py +16 -15
- pulumiverse_scaleway/kubernetes/outputs.py +217 -216
- pulumiverse_scaleway/kubernetes/pool.py +290 -288
- pulumiverse_scaleway/kubernetes_cluster.py +234 -232
- pulumiverse_scaleway/kubernetes_node_pool.py +290 -288
- pulumiverse_scaleway/loadbalancer.py +199 -197
- pulumiverse_scaleway/loadbalancer_acl.py +73 -71
- pulumiverse_scaleway/loadbalancer_backend.py +381 -379
- pulumiverse_scaleway/loadbalancer_certificate.py +73 -71
- pulumiverse_scaleway/loadbalancer_frontend.py +136 -134
- pulumiverse_scaleway/loadbalancer_ip.py +101 -99
- pulumiverse_scaleway/loadbalancer_route.py +101 -99
- pulumiverse_scaleway/loadbalancers/__init__.py +2 -1
- pulumiverse_scaleway/loadbalancers/_inputs.py +214 -213
- pulumiverse_scaleway/loadbalancers/acl.py +73 -71
- pulumiverse_scaleway/loadbalancers/backend.py +381 -379
- pulumiverse_scaleway/loadbalancers/certificate.py +73 -71
- pulumiverse_scaleway/loadbalancers/frontend.py +136 -134
- pulumiverse_scaleway/loadbalancers/get_acls.py +22 -21
- pulumiverse_scaleway/loadbalancers/get_backend.py +43 -42
- pulumiverse_scaleway/loadbalancers/get_backends.py +22 -21
- pulumiverse_scaleway/loadbalancers/get_certificate.py +24 -23
- pulumiverse_scaleway/loadbalancers/get_frontend.py +26 -25
- pulumiverse_scaleway/loadbalancers/get_frontends.py +22 -21
- pulumiverse_scaleway/loadbalancers/get_ip.py +29 -28
- pulumiverse_scaleway/loadbalancers/get_ips.py +29 -28
- pulumiverse_scaleway/loadbalancers/get_load_balancer.py +36 -35
- pulumiverse_scaleway/loadbalancers/get_load_balancers.py +24 -23
- pulumiverse_scaleway/loadbalancers/get_route.py +16 -15
- pulumiverse_scaleway/loadbalancers/get_routes.py +17 -16
- pulumiverse_scaleway/loadbalancers/ip.py +101 -99
- pulumiverse_scaleway/loadbalancers/load_balancer.py +199 -197
- pulumiverse_scaleway/loadbalancers/outputs.py +525 -524
- pulumiverse_scaleway/loadbalancers/route.py +101 -99
- pulumiverse_scaleway/mnq/__init__.py +2 -1
- pulumiverse_scaleway/mnq/_inputs.py +32 -31
- pulumiverse_scaleway/mnq/get_sns.py +14 -13
- pulumiverse_scaleway/mnq/get_sqs.py +14 -13
- pulumiverse_scaleway/mnq/nats_account.py +52 -50
- pulumiverse_scaleway/mnq/nats_credentials.py +52 -50
- pulumiverse_scaleway/mnq/outputs.py +20 -19
- pulumiverse_scaleway/mnq/sns.py +38 -36
- pulumiverse_scaleway/mnq/sns_credentials.py +59 -57
- pulumiverse_scaleway/mnq/sns_topic.py +143 -141
- pulumiverse_scaleway/mnq/sns_topic_subscription.py +150 -148
- pulumiverse_scaleway/mnq/sqs.py +38 -36
- pulumiverse_scaleway/mnq/sqs_credentials.py +59 -57
- pulumiverse_scaleway/mnq/sqs_queue.py +192 -190
- pulumiverse_scaleway/mnq_nats_account.py +52 -50
- pulumiverse_scaleway/mnq_nats_credentials.py +52 -50
- pulumiverse_scaleway/mnq_sns.py +38 -36
- pulumiverse_scaleway/mnq_sns_credentials.py +59 -57
- pulumiverse_scaleway/mnq_sns_topic.py +143 -141
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +150 -148
- pulumiverse_scaleway/mnq_sqs.py +38 -36
- pulumiverse_scaleway/mnq_sqs_credentials.py +59 -57
- pulumiverse_scaleway/mnq_sqs_queue.py +192 -190
- pulumiverse_scaleway/mongo_db_instance.py +306 -204
- pulumiverse_scaleway/mongo_db_snapshot.py +101 -99
- pulumiverse_scaleway/mongodb/__init__.py +2 -1
- pulumiverse_scaleway/mongodb/_inputs.py +97 -42
- pulumiverse_scaleway/mongodb/get_instance.py +47 -35
- pulumiverse_scaleway/mongodb/instance.py +306 -204
- pulumiverse_scaleway/mongodb/outputs.py +114 -51
- pulumiverse_scaleway/mongodb/snapshot.py +101 -99
- pulumiverse_scaleway/network/__init__.py +2 -1
- pulumiverse_scaleway/network/_inputs.py +140 -139
- pulumiverse_scaleway/network/acl.py +59 -57
- pulumiverse_scaleway/network/gateway_network.py +163 -142
- pulumiverse_scaleway/network/get_gateway_network.py +28 -27
- pulumiverse_scaleway/network/get_private_network.py +32 -31
- pulumiverse_scaleway/network/get_public_gateway.py +36 -35
- pulumiverse_scaleway/network/get_public_gateway_dhcp.py +24 -23
- pulumiverse_scaleway/network/get_public_gateway_dhcp_reservation.py +33 -32
- pulumiverse_scaleway/network/get_public_gateway_ip.py +14 -13
- pulumiverse_scaleway/network/get_public_gateway_pat_rule.py +21 -20
- pulumiverse_scaleway/network/get_routes.py +38 -37
- pulumiverse_scaleway/network/get_vpc.py +35 -34
- pulumiverse_scaleway/network/get_vpcs.py +24 -23
- pulumiverse_scaleway/network/outputs.py +206 -205
- pulumiverse_scaleway/network/private_network.py +122 -120
- pulumiverse_scaleway/network/public_gateway.py +213 -211
- pulumiverse_scaleway/network/public_gateway_dhcp.py +234 -232
- pulumiverse_scaleway/network/public_gateway_dhcp_reservation.py +87 -85
- pulumiverse_scaleway/network/public_gateway_ip.py +87 -85
- pulumiverse_scaleway/network/public_gateway_ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/network/public_gateway_pat_rule.py +108 -106
- pulumiverse_scaleway/network/route.py +115 -113
- pulumiverse_scaleway/network/vpc.py +101 -99
- pulumiverse_scaleway/object/__init__.py +2 -1
- pulumiverse_scaleway/object/_inputs.py +127 -126
- pulumiverse_scaleway/object/bucket.py +115 -113
- pulumiverse_scaleway/object/bucket_acl.py +73 -71
- pulumiverse_scaleway/object/bucket_lock_configuration.py +45 -43
- pulumiverse_scaleway/object/bucket_policy.py +59 -57
- pulumiverse_scaleway/object/bucket_website_configuration.py +85 -65
- pulumiverse_scaleway/object/get_bucket.py +22 -21
- pulumiverse_scaleway/object/get_bucket_policy.py +17 -16
- pulumiverse_scaleway/object/item.py +232 -183
- pulumiverse_scaleway/object/outputs.py +114 -113
- pulumiverse_scaleway/object_bucket.py +115 -113
- pulumiverse_scaleway/object_bucket_acl.py +73 -71
- pulumiverse_scaleway/object_bucket_lock_configuration.py +45 -43
- pulumiverse_scaleway/object_bucket_policy.py +59 -57
- pulumiverse_scaleway/object_bucket_website_configuration.py +85 -65
- pulumiverse_scaleway/object_item.py +232 -183
- pulumiverse_scaleway/observability/__init__.py +2 -2
- pulumiverse_scaleway/observability/_inputs.py +89 -88
- pulumiverse_scaleway/observability/alert_manager.py +52 -50
- pulumiverse_scaleway/observability/cockpit.py +38 -36
- pulumiverse_scaleway/observability/get_instance.py +10 -9
- pulumiverse_scaleway/observability/get_source.py +33 -32
- pulumiverse_scaleway/observability/grafana_user.py +59 -57
- pulumiverse_scaleway/observability/outputs.py +77 -76
- pulumiverse_scaleway/observability/source.py +115 -113
- pulumiverse_scaleway/observability/token.py +66 -64
- pulumiverse_scaleway/outputs.py +2895 -2708
- pulumiverse_scaleway/provider.py +87 -65
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/rdb_snapshot.py +101 -99
- pulumiverse_scaleway/redis/__init__.py +2 -1
- pulumiverse_scaleway/redis/_inputs.py +63 -62
- pulumiverse_scaleway/redis/cluster.py +198 -177
- pulumiverse_scaleway/redis/get_cluster.py +34 -33
- pulumiverse_scaleway/redis/outputs.py +74 -73
- pulumiverse_scaleway/redis_cluster.py +198 -177
- pulumiverse_scaleway/registry/__init__.py +2 -1
- pulumiverse_scaleway/registry/get_image.py +37 -36
- pulumiverse_scaleway/registry/get_image_tag.py +33 -32
- pulumiverse_scaleway/registry/get_namespace.py +27 -26
- pulumiverse_scaleway/registry/namespace.py +87 -85
- pulumiverse_scaleway/registry_namespace.py +87 -85
- pulumiverse_scaleway/sdb_database.py +80 -78
- pulumiverse_scaleway/secret.py +143 -141
- pulumiverse_scaleway/secret_version.py +87 -85
- pulumiverse_scaleway/secrets/__init__.py +2 -1
- pulumiverse_scaleway/secrets/_inputs.py +53 -52
- pulumiverse_scaleway/secrets/get_secret.py +41 -40
- pulumiverse_scaleway/secrets/get_version.py +34 -33
- pulumiverse_scaleway/secrets/outputs.py +64 -63
- pulumiverse_scaleway/secrets/secret.py +143 -141
- pulumiverse_scaleway/secrets/version.py +87 -85
- pulumiverse_scaleway/tem/__init__.py +2 -1
- pulumiverse_scaleway/tem/_inputs.py +28 -27
- pulumiverse_scaleway/tem/blocked_list.py +87 -85
- pulumiverse_scaleway/tem/domain.py +199 -197
- pulumiverse_scaleway/tem/domain_validation.py +52 -50
- pulumiverse_scaleway/tem/get_domain.py +43 -42
- pulumiverse_scaleway/tem/get_offer_subscription.py +22 -21
- pulumiverse_scaleway/tem/outputs.py +34 -33
- pulumiverse_scaleway/tem/webhook.py +108 -106
- pulumiverse_scaleway/tem_domain.py +199 -197
- pulumiverse_scaleway/tem_domain_validation.py +52 -50
- pulumiverse_scaleway/tem_webhook.py +108 -106
- pulumiverse_scaleway/vpc.py +101 -99
- pulumiverse_scaleway/vpc_gateway_network.py +163 -142
- pulumiverse_scaleway/vpc_private_network.py +122 -120
- pulumiverse_scaleway/vpc_public_gateway.py +213 -211
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +234 -232
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +87 -85
- pulumiverse_scaleway/vpc_public_gateway_ip.py +87 -85
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +45 -43
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +108 -106
- pulumiverse_scaleway/vpc_route.py +115 -113
- pulumiverse_scaleway/webhosting.py +164 -162
- {pulumiverse_scaleway-1.29.0a1747948949.dist-info → pulumiverse_scaleway-1.30.0.dist-info}/METADATA +2 -2
- pulumiverse_scaleway-1.30.0.dist-info/RECORD +493 -0
- {pulumiverse_scaleway-1.29.0a1747948949.dist-info → pulumiverse_scaleway-1.30.0.dist-info}/WHEEL +1 -1
- pulumiverse_scaleway-1.29.0a1747948949.dist-info/RECORD +0 -487
- {pulumiverse_scaleway-1.29.0a1747948949.dist-info → pulumiverse_scaleway-1.30.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
from .. import _utilities
|
6
7
|
import typing
|
7
8
|
# Export this package's modules as members:
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -54,7 +55,7 @@ class GetConsumptionsResult:
|
|
54
55
|
|
55
56
|
@property
|
56
57
|
@pulumi.getter
|
57
|
-
def id(self) -> str:
|
58
|
+
def id(self) -> builtins.str:
|
58
59
|
"""
|
59
60
|
The provider-assigned unique ID for this managed resource.
|
60
61
|
"""
|
@@ -62,12 +63,12 @@ class GetConsumptionsResult:
|
|
62
63
|
|
63
64
|
@property
|
64
65
|
@pulumi.getter(name="organizationId")
|
65
|
-
def organization_id(self) -> str:
|
66
|
+
def organization_id(self) -> builtins.str:
|
66
67
|
return pulumi.get(self, "organization_id")
|
67
68
|
|
68
69
|
@property
|
69
70
|
@pulumi.getter(name="projectId")
|
70
|
-
def project_id(self) -> str:
|
71
|
+
def project_id(self) -> builtins.str:
|
71
72
|
"""
|
72
73
|
The project ID of the consumption.
|
73
74
|
"""
|
@@ -75,7 +76,7 @@ class GetConsumptionsResult:
|
|
75
76
|
|
76
77
|
@property
|
77
78
|
@pulumi.getter(name="updatedAt")
|
78
|
-
def updated_at(self) -> str:
|
79
|
+
def updated_at(self) -> builtins.str:
|
79
80
|
"""
|
80
81
|
The last consumption update date.
|
81
82
|
"""
|
@@ -95,13 +96,13 @@ class AwaitableGetConsumptionsResult(GetConsumptionsResult):
|
|
95
96
|
updated_at=self.updated_at)
|
96
97
|
|
97
98
|
|
98
|
-
def get_consumptions(project_id: Optional[str] = None,
|
99
|
+
def get_consumptions(project_id: Optional[builtins.str] = None,
|
99
100
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetConsumptionsResult:
|
100
101
|
"""
|
101
102
|
Gets information about your Consumptions.
|
102
103
|
|
103
104
|
|
104
|
-
:param str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
105
|
+
:param builtins.str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
105
106
|
"""
|
106
107
|
__args__ = dict()
|
107
108
|
__args__['projectId'] = project_id
|
@@ -114,13 +115,13 @@ def get_consumptions(project_id: Optional[str] = None,
|
|
114
115
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
115
116
|
project_id=pulumi.get(__ret__, 'project_id'),
|
116
117
|
updated_at=pulumi.get(__ret__, 'updated_at'))
|
117
|
-
def get_consumptions_output(project_id: Optional[pulumi.Input[Optional[str]]] = None,
|
118
|
+
def get_consumptions_output(project_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
118
119
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetConsumptionsResult]:
|
119
120
|
"""
|
120
121
|
Gets information about your Consumptions.
|
121
122
|
|
122
123
|
|
123
|
-
:param str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
124
|
+
:param builtins.str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
124
125
|
"""
|
125
126
|
__args__ = dict()
|
126
127
|
__args__['projectId'] = project_id
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -49,7 +50,7 @@ class GetInvoicesResult:
|
|
49
50
|
|
50
51
|
@property
|
51
52
|
@pulumi.getter
|
52
|
-
def id(self) -> str:
|
53
|
+
def id(self) -> builtins.str:
|
53
54
|
"""
|
54
55
|
The provider-assigned unique ID for this managed resource.
|
55
56
|
"""
|
@@ -57,7 +58,7 @@ class GetInvoicesResult:
|
|
57
58
|
|
58
59
|
@property
|
59
60
|
@pulumi.getter(name="invoiceType")
|
60
|
-
def invoice_type(self) -> Optional[str]:
|
61
|
+
def invoice_type(self) -> Optional[builtins.str]:
|
61
62
|
"""
|
62
63
|
The type of invoice.
|
63
64
|
"""
|
@@ -73,17 +74,17 @@ class GetInvoicesResult:
|
|
73
74
|
|
74
75
|
@property
|
75
76
|
@pulumi.getter(name="organizationId")
|
76
|
-
def organization_id(self) -> str:
|
77
|
+
def organization_id(self) -> builtins.str:
|
77
78
|
return pulumi.get(self, "organization_id")
|
78
79
|
|
79
80
|
@property
|
80
81
|
@pulumi.getter(name="startedAfter")
|
81
|
-
def started_after(self) -> Optional[str]:
|
82
|
+
def started_after(self) -> Optional[builtins.str]:
|
82
83
|
return pulumi.get(self, "started_after")
|
83
84
|
|
84
85
|
@property
|
85
86
|
@pulumi.getter(name="startedBefore")
|
86
|
-
def started_before(self) -> Optional[str]:
|
87
|
+
def started_before(self) -> Optional[builtins.str]:
|
87
88
|
return pulumi.get(self, "started_before")
|
88
89
|
|
89
90
|
|
@@ -101,17 +102,17 @@ class AwaitableGetInvoicesResult(GetInvoicesResult):
|
|
101
102
|
started_before=self.started_before)
|
102
103
|
|
103
104
|
|
104
|
-
def get_invoices(invoice_type: Optional[str] = None,
|
105
|
-
started_after: Optional[str] = None,
|
106
|
-
started_before: Optional[str] = None,
|
105
|
+
def get_invoices(invoice_type: Optional[builtins.str] = None,
|
106
|
+
started_after: Optional[builtins.str] = None,
|
107
|
+
started_before: Optional[builtins.str] = None,
|
107
108
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInvoicesResult:
|
108
109
|
"""
|
109
110
|
Gets information about your Scaleway invoices.
|
110
111
|
|
111
112
|
|
112
|
-
:param str invoice_type: Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
113
|
-
:param str started_after: Invoices with a start date that are greater or equal to `started_after` are listed (RFC 3339 format).
|
114
|
-
:param str started_before: Invoices with a start date that precedes `started_before` are listed (RFC 3339 format).
|
113
|
+
:param builtins.str invoice_type: Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
114
|
+
:param builtins.str started_after: Invoices with a start date that are greater or equal to `started_after` are listed (RFC 3339 format).
|
115
|
+
:param builtins.str started_before: Invoices with a start date that precedes `started_before` are listed (RFC 3339 format).
|
115
116
|
"""
|
116
117
|
__args__ = dict()
|
117
118
|
__args__['invoiceType'] = invoice_type
|
@@ -127,17 +128,17 @@ def get_invoices(invoice_type: Optional[str] = None,
|
|
127
128
|
organization_id=pulumi.get(__ret__, 'organization_id'),
|
128
129
|
started_after=pulumi.get(__ret__, 'started_after'),
|
129
130
|
started_before=pulumi.get(__ret__, 'started_before'))
|
130
|
-
def get_invoices_output(invoice_type: Optional[pulumi.Input[Optional[str]]] = None,
|
131
|
-
started_after: Optional[pulumi.Input[Optional[str]]] = None,
|
132
|
-
started_before: Optional[pulumi.Input[Optional[str]]] = None,
|
131
|
+
def get_invoices_output(invoice_type: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
132
|
+
started_after: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
|
+
started_before: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
133
134
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInvoicesResult]:
|
134
135
|
"""
|
135
136
|
Gets information about your Scaleway invoices.
|
136
137
|
|
137
138
|
|
138
|
-
:param str invoice_type: Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
139
|
-
:param str started_after: Invoices with a start date that are greater or equal to `started_after` are listed (RFC 3339 format).
|
140
|
-
:param str started_before: Invoices with a start date that precedes `started_before` are listed (RFC 3339 format).
|
139
|
+
:param builtins.str invoice_type: Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
140
|
+
:param builtins.str started_after: Invoices with a start date that are greater or equal to `started_after` are listed (RFC 3339 format).
|
141
|
+
:param builtins.str started_before: Invoices with a start date that precedes `started_before` are listed (RFC 3339 format).
|
141
142
|
"""
|
142
143
|
__args__ = dict()
|
143
144
|
__args__['invoiceType'] = invoice_type
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -22,21 +23,21 @@ __all__ = [
|
|
22
23
|
@pulumi.output_type
|
23
24
|
class GetConsumptionsConsumptionResult(dict):
|
24
25
|
def __init__(__self__, *,
|
25
|
-
billed_quantity: str,
|
26
|
-
category_name: str,
|
27
|
-
product_name: str,
|
28
|
-
project_id: str,
|
29
|
-
sku: str,
|
30
|
-
unit: str,
|
31
|
-
value: str):
|
32
|
-
"""
|
33
|
-
:param str billed_quantity: The consumed quantity.
|
34
|
-
:param str category_name: The name of the consumption category.
|
35
|
-
:param str product_name: The product name.
|
36
|
-
:param str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
37
|
-
:param str sku: The unique identifier of the product.
|
38
|
-
:param str unit: The unit of consumed quantity.
|
39
|
-
:param str value: The monetary value of the consumption.
|
26
|
+
billed_quantity: builtins.str,
|
27
|
+
category_name: builtins.str,
|
28
|
+
product_name: builtins.str,
|
29
|
+
project_id: builtins.str,
|
30
|
+
sku: builtins.str,
|
31
|
+
unit: builtins.str,
|
32
|
+
value: builtins.str):
|
33
|
+
"""
|
34
|
+
:param builtins.str billed_quantity: The consumed quantity.
|
35
|
+
:param builtins.str category_name: The name of the consumption category.
|
36
|
+
:param builtins.str product_name: The product name.
|
37
|
+
:param builtins.str project_id: `project_id`) The ID of the project the consumption list is associated with.
|
38
|
+
:param builtins.str sku: The unique identifier of the product.
|
39
|
+
:param builtins.str unit: The unit of consumed quantity.
|
40
|
+
:param builtins.str value: The monetary value of the consumption.
|
40
41
|
"""
|
41
42
|
pulumi.set(__self__, "billed_quantity", billed_quantity)
|
42
43
|
pulumi.set(__self__, "category_name", category_name)
|
@@ -48,7 +49,7 @@ class GetConsumptionsConsumptionResult(dict):
|
|
48
49
|
|
49
50
|
@property
|
50
51
|
@pulumi.getter(name="billedQuantity")
|
51
|
-
def billed_quantity(self) -> str:
|
52
|
+
def billed_quantity(self) -> builtins.str:
|
52
53
|
"""
|
53
54
|
The consumed quantity.
|
54
55
|
"""
|
@@ -56,7 +57,7 @@ class GetConsumptionsConsumptionResult(dict):
|
|
56
57
|
|
57
58
|
@property
|
58
59
|
@pulumi.getter(name="categoryName")
|
59
|
-
def category_name(self) -> str:
|
60
|
+
def category_name(self) -> builtins.str:
|
60
61
|
"""
|
61
62
|
The name of the consumption category.
|
62
63
|
"""
|
@@ -64,7 +65,7 @@ class GetConsumptionsConsumptionResult(dict):
|
|
64
65
|
|
65
66
|
@property
|
66
67
|
@pulumi.getter(name="productName")
|
67
|
-
def product_name(self) -> str:
|
68
|
+
def product_name(self) -> builtins.str:
|
68
69
|
"""
|
69
70
|
The product name.
|
70
71
|
"""
|
@@ -72,7 +73,7 @@ class GetConsumptionsConsumptionResult(dict):
|
|
72
73
|
|
73
74
|
@property
|
74
75
|
@pulumi.getter(name="projectId")
|
75
|
-
def project_id(self) -> str:
|
76
|
+
def project_id(self) -> builtins.str:
|
76
77
|
"""
|
77
78
|
`project_id`) The ID of the project the consumption list is associated with.
|
78
79
|
"""
|
@@ -80,7 +81,7 @@ class GetConsumptionsConsumptionResult(dict):
|
|
80
81
|
|
81
82
|
@property
|
82
83
|
@pulumi.getter
|
83
|
-
def sku(self) -> str:
|
84
|
+
def sku(self) -> builtins.str:
|
84
85
|
"""
|
85
86
|
The unique identifier of the product.
|
86
87
|
"""
|
@@ -88,7 +89,7 @@ class GetConsumptionsConsumptionResult(dict):
|
|
88
89
|
|
89
90
|
@property
|
90
91
|
@pulumi.getter
|
91
|
-
def unit(self) -> str:
|
92
|
+
def unit(self) -> builtins.str:
|
92
93
|
"""
|
93
94
|
The unit of consumed quantity.
|
94
95
|
"""
|
@@ -96,7 +97,7 @@ class GetConsumptionsConsumptionResult(dict):
|
|
96
97
|
|
97
98
|
@property
|
98
99
|
@pulumi.getter
|
99
|
-
def value(self) -> str:
|
100
|
+
def value(self) -> builtins.str:
|
100
101
|
"""
|
101
102
|
The monetary value of the consumption.
|
102
103
|
"""
|
@@ -106,39 +107,39 @@ class GetConsumptionsConsumptionResult(dict):
|
|
106
107
|
@pulumi.output_type
|
107
108
|
class GetInvoicesInvoiceResult(dict):
|
108
109
|
def __init__(__self__, *,
|
109
|
-
billing_period: str,
|
110
|
-
due_date: str,
|
111
|
-
id: str,
|
112
|
-
invoice_type: str,
|
113
|
-
issued_date: str,
|
114
|
-
number: int,
|
115
|
-
organization_name: str,
|
116
|
-
seller_name: str,
|
117
|
-
start_date: str,
|
118
|
-
state: str,
|
119
|
-
stop_date: str,
|
120
|
-
total_discount: str,
|
121
|
-
total_tax: str,
|
122
|
-
total_taxed: str,
|
123
|
-
total_undiscount: str,
|
124
|
-
total_untaxed: str):
|
125
|
-
"""
|
126
|
-
:param str billing_period: The billing period of the invoice in the YYYY-MM format.
|
127
|
-
:param str due_date: The payment time limit, set according to the Organization's payment conditions (RFC 3339 format).
|
128
|
-
:param str id: The associated invoice ID.
|
129
|
-
:param str invoice_type: Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
130
|
-
:param str issued_date: The date when the invoice was sent to the customer (RFC 3339 format).
|
131
|
-
:param int number: The invoice number.
|
132
|
-
:param str organization_name: The organization name.
|
133
|
-
:param str seller_name: The name of the seller (Scaleway).
|
134
|
-
:param str start_date: The start date of the billing period (RFC 3339 format).
|
135
|
-
:param str state: The state of the invoice.
|
136
|
-
:param str stop_date: The end date of the billing period (RFC 3339 format).
|
137
|
-
:param str total_discount: The total discount amount of the invoice.
|
138
|
-
:param str total_tax: The total tax amount of the invoice.
|
139
|
-
:param str total_taxed: The total amount, taxed.
|
140
|
-
:param str total_undiscount: The total amount of the invoice before applying the discount.
|
141
|
-
:param str total_untaxed: The total amount, untaxed.
|
110
|
+
billing_period: builtins.str,
|
111
|
+
due_date: builtins.str,
|
112
|
+
id: builtins.str,
|
113
|
+
invoice_type: builtins.str,
|
114
|
+
issued_date: builtins.str,
|
115
|
+
number: builtins.int,
|
116
|
+
organization_name: builtins.str,
|
117
|
+
seller_name: builtins.str,
|
118
|
+
start_date: builtins.str,
|
119
|
+
state: builtins.str,
|
120
|
+
stop_date: builtins.str,
|
121
|
+
total_discount: builtins.str,
|
122
|
+
total_tax: builtins.str,
|
123
|
+
total_taxed: builtins.str,
|
124
|
+
total_undiscount: builtins.str,
|
125
|
+
total_untaxed: builtins.str):
|
126
|
+
"""
|
127
|
+
:param builtins.str billing_period: The billing period of the invoice in the YYYY-MM format.
|
128
|
+
:param builtins.str due_date: The payment time limit, set according to the Organization's payment conditions (RFC 3339 format).
|
129
|
+
:param builtins.str id: The associated invoice ID.
|
130
|
+
:param builtins.str invoice_type: Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
131
|
+
:param builtins.str issued_date: The date when the invoice was sent to the customer (RFC 3339 format).
|
132
|
+
:param builtins.int number: The invoice number.
|
133
|
+
:param builtins.str organization_name: The organization name.
|
134
|
+
:param builtins.str seller_name: The name of the seller (Scaleway).
|
135
|
+
:param builtins.str start_date: The start date of the billing period (RFC 3339 format).
|
136
|
+
:param builtins.str state: The state of the invoice.
|
137
|
+
:param builtins.str stop_date: The end date of the billing period (RFC 3339 format).
|
138
|
+
:param builtins.str total_discount: The total discount amount of the invoice.
|
139
|
+
:param builtins.str total_tax: The total tax amount of the invoice.
|
140
|
+
:param builtins.str total_taxed: The total amount, taxed.
|
141
|
+
:param builtins.str total_undiscount: The total amount of the invoice before applying the discount.
|
142
|
+
:param builtins.str total_untaxed: The total amount, untaxed.
|
142
143
|
"""
|
143
144
|
pulumi.set(__self__, "billing_period", billing_period)
|
144
145
|
pulumi.set(__self__, "due_date", due_date)
|
@@ -159,7 +160,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
159
160
|
|
160
161
|
@property
|
161
162
|
@pulumi.getter(name="billingPeriod")
|
162
|
-
def billing_period(self) -> str:
|
163
|
+
def billing_period(self) -> builtins.str:
|
163
164
|
"""
|
164
165
|
The billing period of the invoice in the YYYY-MM format.
|
165
166
|
"""
|
@@ -167,7 +168,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
167
168
|
|
168
169
|
@property
|
169
170
|
@pulumi.getter(name="dueDate")
|
170
|
-
def due_date(self) -> str:
|
171
|
+
def due_date(self) -> builtins.str:
|
171
172
|
"""
|
172
173
|
The payment time limit, set according to the Organization's payment conditions (RFC 3339 format).
|
173
174
|
"""
|
@@ -175,7 +176,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
175
176
|
|
176
177
|
@property
|
177
178
|
@pulumi.getter
|
178
|
-
def id(self) -> str:
|
179
|
+
def id(self) -> builtins.str:
|
179
180
|
"""
|
180
181
|
The associated invoice ID.
|
181
182
|
"""
|
@@ -183,7 +184,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
183
184
|
|
184
185
|
@property
|
185
186
|
@pulumi.getter(name="invoiceType")
|
186
|
-
def invoice_type(self) -> str:
|
187
|
+
def invoice_type(self) -> builtins.str:
|
187
188
|
"""
|
188
189
|
Invoices with the given type are listed. Valid values are `periodic` and `purchase`.
|
189
190
|
"""
|
@@ -191,7 +192,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
191
192
|
|
192
193
|
@property
|
193
194
|
@pulumi.getter(name="issuedDate")
|
194
|
-
def issued_date(self) -> str:
|
195
|
+
def issued_date(self) -> builtins.str:
|
195
196
|
"""
|
196
197
|
The date when the invoice was sent to the customer (RFC 3339 format).
|
197
198
|
"""
|
@@ -199,7 +200,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
199
200
|
|
200
201
|
@property
|
201
202
|
@pulumi.getter
|
202
|
-
def number(self) -> int:
|
203
|
+
def number(self) -> builtins.int:
|
203
204
|
"""
|
204
205
|
The invoice number.
|
205
206
|
"""
|
@@ -207,7 +208,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
207
208
|
|
208
209
|
@property
|
209
210
|
@pulumi.getter(name="organizationName")
|
210
|
-
def organization_name(self) -> str:
|
211
|
+
def organization_name(self) -> builtins.str:
|
211
212
|
"""
|
212
213
|
The organization name.
|
213
214
|
"""
|
@@ -215,7 +216,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
215
216
|
|
216
217
|
@property
|
217
218
|
@pulumi.getter(name="sellerName")
|
218
|
-
def seller_name(self) -> str:
|
219
|
+
def seller_name(self) -> builtins.str:
|
219
220
|
"""
|
220
221
|
The name of the seller (Scaleway).
|
221
222
|
"""
|
@@ -223,7 +224,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
223
224
|
|
224
225
|
@property
|
225
226
|
@pulumi.getter(name="startDate")
|
226
|
-
def start_date(self) -> str:
|
227
|
+
def start_date(self) -> builtins.str:
|
227
228
|
"""
|
228
229
|
The start date of the billing period (RFC 3339 format).
|
229
230
|
"""
|
@@ -231,7 +232,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
231
232
|
|
232
233
|
@property
|
233
234
|
@pulumi.getter
|
234
|
-
def state(self) -> str:
|
235
|
+
def state(self) -> builtins.str:
|
235
236
|
"""
|
236
237
|
The state of the invoice.
|
237
238
|
"""
|
@@ -239,7 +240,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
239
240
|
|
240
241
|
@property
|
241
242
|
@pulumi.getter(name="stopDate")
|
242
|
-
def stop_date(self) -> str:
|
243
|
+
def stop_date(self) -> builtins.str:
|
243
244
|
"""
|
244
245
|
The end date of the billing period (RFC 3339 format).
|
245
246
|
"""
|
@@ -247,7 +248,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
247
248
|
|
248
249
|
@property
|
249
250
|
@pulumi.getter(name="totalDiscount")
|
250
|
-
def total_discount(self) -> str:
|
251
|
+
def total_discount(self) -> builtins.str:
|
251
252
|
"""
|
252
253
|
The total discount amount of the invoice.
|
253
254
|
"""
|
@@ -255,7 +256,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
255
256
|
|
256
257
|
@property
|
257
258
|
@pulumi.getter(name="totalTax")
|
258
|
-
def total_tax(self) -> str:
|
259
|
+
def total_tax(self) -> builtins.str:
|
259
260
|
"""
|
260
261
|
The total tax amount of the invoice.
|
261
262
|
"""
|
@@ -263,7 +264,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
263
264
|
|
264
265
|
@property
|
265
266
|
@pulumi.getter(name="totalTaxed")
|
266
|
-
def total_taxed(self) -> str:
|
267
|
+
def total_taxed(self) -> builtins.str:
|
267
268
|
"""
|
268
269
|
The total amount, taxed.
|
269
270
|
"""
|
@@ -271,7 +272,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
271
272
|
|
272
273
|
@property
|
273
274
|
@pulumi.getter(name="totalUndiscount")
|
274
|
-
def total_undiscount(self) -> str:
|
275
|
+
def total_undiscount(self) -> builtins.str:
|
275
276
|
"""
|
276
277
|
The total amount of the invoice before applying the discount.
|
277
278
|
"""
|
@@ -279,7 +280,7 @@ class GetInvoicesInvoiceResult(dict):
|
|
279
280
|
|
280
281
|
@property
|
281
282
|
@pulumi.getter(name="totalUntaxed")
|
282
|
-
def total_untaxed(self) -> str:
|
283
|
+
def total_untaxed(self) -> builtins.str:
|
283
284
|
"""
|
284
285
|
The total amount, untaxed.
|
285
286
|
"""
|
@@ -1,7 +1,8 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
from .. import _utilities
|
6
7
|
import typing
|
7
8
|
# Export this package's modules as members:
|
@@ -9,3 +10,5 @@ from .get_snapshot import *
|
|
9
10
|
from .get_volume import *
|
10
11
|
from .snapshot import *
|
11
12
|
from .volume import *
|
13
|
+
from ._inputs import *
|
14
|
+
from . import outputs
|
@@ -0,0 +1,74 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'SnapshotImportArgs',
|
20
|
+
'SnapshotImportArgsDict',
|
21
|
+
]
|
22
|
+
|
23
|
+
MYPY = False
|
24
|
+
|
25
|
+
if not MYPY:
|
26
|
+
class SnapshotImportArgsDict(TypedDict):
|
27
|
+
bucket: pulumi.Input[builtins.str]
|
28
|
+
"""
|
29
|
+
Bucket containing qcow
|
30
|
+
"""
|
31
|
+
key: pulumi.Input[builtins.str]
|
32
|
+
"""
|
33
|
+
Key of the qcow file in the specified bucket
|
34
|
+
"""
|
35
|
+
elif False:
|
36
|
+
SnapshotImportArgsDict: TypeAlias = Mapping[str, Any]
|
37
|
+
|
38
|
+
@pulumi.input_type
|
39
|
+
class SnapshotImportArgs:
|
40
|
+
def __init__(__self__, *,
|
41
|
+
bucket: pulumi.Input[builtins.str],
|
42
|
+
key: pulumi.Input[builtins.str]):
|
43
|
+
"""
|
44
|
+
:param pulumi.Input[builtins.str] bucket: Bucket containing qcow
|
45
|
+
:param pulumi.Input[builtins.str] key: Key of the qcow file in the specified bucket
|
46
|
+
"""
|
47
|
+
pulumi.set(__self__, "bucket", bucket)
|
48
|
+
pulumi.set(__self__, "key", key)
|
49
|
+
|
50
|
+
@property
|
51
|
+
@pulumi.getter
|
52
|
+
def bucket(self) -> pulumi.Input[builtins.str]:
|
53
|
+
"""
|
54
|
+
Bucket containing qcow
|
55
|
+
"""
|
56
|
+
return pulumi.get(self, "bucket")
|
57
|
+
|
58
|
+
@bucket.setter
|
59
|
+
def bucket(self, value: pulumi.Input[builtins.str]):
|
60
|
+
pulumi.set(self, "bucket", value)
|
61
|
+
|
62
|
+
@property
|
63
|
+
@pulumi.getter
|
64
|
+
def key(self) -> pulumi.Input[builtins.str]:
|
65
|
+
"""
|
66
|
+
Key of the qcow file in the specified bucket
|
67
|
+
"""
|
68
|
+
return pulumi.get(self, "key")
|
69
|
+
|
70
|
+
@key.setter
|
71
|
+
def key(self, value: pulumi.Input[builtins.str]):
|
72
|
+
pulumi.set(self, "key", value)
|
73
|
+
|
74
|
+
|