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
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -19,18 +20,18 @@ __all__ = ['MongoDbSnapshotArgs', 'MongoDbSnapshot']
|
|
19
20
|
@pulumi.input_type
|
20
21
|
class MongoDbSnapshotArgs:
|
21
22
|
def __init__(__self__, *,
|
22
|
-
expires_at: pulumi.Input[str],
|
23
|
-
instance_id: pulumi.Input[str],
|
24
|
-
name: Optional[pulumi.Input[str]] = None,
|
25
|
-
region: Optional[pulumi.Input[str]] = None):
|
23
|
+
expires_at: pulumi.Input[builtins.str],
|
24
|
+
instance_id: pulumi.Input[builtins.str],
|
25
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
26
|
+
region: Optional[pulumi.Input[builtins.str]] = None):
|
26
27
|
"""
|
27
28
|
The set of arguments for constructing a MongoDbSnapshot resource.
|
28
|
-
:param pulumi.Input[str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
29
|
+
:param pulumi.Input[builtins.str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
29
30
|
|
30
31
|
> **Important:** Once set, `expires_at` cannot be removed.
|
31
|
-
:param pulumi.Input[str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
32
|
-
:param pulumi.Input[str] name: The name of the MongoDB® snapshot.
|
33
|
-
:param pulumi.Input[str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
32
|
+
:param pulumi.Input[builtins.str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
33
|
+
:param pulumi.Input[builtins.str] name: The name of the MongoDB® snapshot.
|
34
|
+
:param pulumi.Input[builtins.str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
34
35
|
"""
|
35
36
|
pulumi.set(__self__, "expires_at", expires_at)
|
36
37
|
pulumi.set(__self__, "instance_id", instance_id)
|
@@ -41,7 +42,7 @@ class MongoDbSnapshotArgs:
|
|
41
42
|
|
42
43
|
@property
|
43
44
|
@pulumi.getter(name="expiresAt")
|
44
|
-
def expires_at(self) -> pulumi.Input[str]:
|
45
|
+
def expires_at(self) -> pulumi.Input[builtins.str]:
|
45
46
|
"""
|
46
47
|
The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
47
48
|
|
@@ -50,73 +51,73 @@ class MongoDbSnapshotArgs:
|
|
50
51
|
return pulumi.get(self, "expires_at")
|
51
52
|
|
52
53
|
@expires_at.setter
|
53
|
-
def expires_at(self, value: pulumi.Input[str]):
|
54
|
+
def expires_at(self, value: pulumi.Input[builtins.str]):
|
54
55
|
pulumi.set(self, "expires_at", value)
|
55
56
|
|
56
57
|
@property
|
57
58
|
@pulumi.getter(name="instanceId")
|
58
|
-
def instance_id(self) -> pulumi.Input[str]:
|
59
|
+
def instance_id(self) -> pulumi.Input[builtins.str]:
|
59
60
|
"""
|
60
61
|
The ID of the MongoDB® instance from which the snapshot was created.
|
61
62
|
"""
|
62
63
|
return pulumi.get(self, "instance_id")
|
63
64
|
|
64
65
|
@instance_id.setter
|
65
|
-
def instance_id(self, value: pulumi.Input[str]):
|
66
|
+
def instance_id(self, value: pulumi.Input[builtins.str]):
|
66
67
|
pulumi.set(self, "instance_id", value)
|
67
68
|
|
68
69
|
@property
|
69
70
|
@pulumi.getter
|
70
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
71
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
71
72
|
"""
|
72
73
|
The name of the MongoDB® snapshot.
|
73
74
|
"""
|
74
75
|
return pulumi.get(self, "name")
|
75
76
|
|
76
77
|
@name.setter
|
77
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
78
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
78
79
|
pulumi.set(self, "name", value)
|
79
80
|
|
80
81
|
@property
|
81
82
|
@pulumi.getter
|
82
|
-
def region(self) -> Optional[pulumi.Input[str]]:
|
83
|
+
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
83
84
|
"""
|
84
85
|
`region`) The region in which the MongoDB® snapshot should be created.
|
85
86
|
"""
|
86
87
|
return pulumi.get(self, "region")
|
87
88
|
|
88
89
|
@region.setter
|
89
|
-
def region(self, value: Optional[pulumi.Input[str]]):
|
90
|
+
def region(self, value: Optional[pulumi.Input[builtins.str]]):
|
90
91
|
pulumi.set(self, "region", value)
|
91
92
|
|
92
93
|
|
93
94
|
@pulumi.input_type
|
94
95
|
class _MongoDbSnapshotState:
|
95
96
|
def __init__(__self__, *,
|
96
|
-
created_at: Optional[pulumi.Input[str]] = None,
|
97
|
-
expires_at: Optional[pulumi.Input[str]] = None,
|
98
|
-
instance_id: Optional[pulumi.Input[str]] = None,
|
99
|
-
instance_name: Optional[pulumi.Input[str]] = None,
|
100
|
-
name: Optional[pulumi.Input[str]] = None,
|
101
|
-
node_type: Optional[pulumi.Input[str]] = None,
|
102
|
-
region: Optional[pulumi.Input[str]] = None,
|
103
|
-
size: Optional[pulumi.Input[int]] = None,
|
104
|
-
updated_at: Optional[pulumi.Input[str]] = None,
|
105
|
-
volume_type: Optional[pulumi.Input[str]] = None):
|
97
|
+
created_at: Optional[pulumi.Input[builtins.str]] = None,
|
98
|
+
expires_at: Optional[pulumi.Input[builtins.str]] = None,
|
99
|
+
instance_id: Optional[pulumi.Input[builtins.str]] = None,
|
100
|
+
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
101
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
102
|
+
node_type: Optional[pulumi.Input[builtins.str]] = None,
|
103
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
104
|
+
size: Optional[pulumi.Input[builtins.int]] = None,
|
105
|
+
updated_at: Optional[pulumi.Input[builtins.str]] = None,
|
106
|
+
volume_type: Optional[pulumi.Input[builtins.str]] = None):
|
106
107
|
"""
|
107
108
|
Input properties used for looking up and filtering MongoDbSnapshot resources.
|
108
|
-
:param pulumi.Input[str] created_at: The date and time when the MongoDB® snapshot was created.
|
109
|
-
:param pulumi.Input[str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
109
|
+
:param pulumi.Input[builtins.str] created_at: The date and time when the MongoDB® snapshot was created.
|
110
|
+
:param pulumi.Input[builtins.str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
110
111
|
|
111
112
|
> **Important:** Once set, `expires_at` cannot be removed.
|
112
|
-
:param pulumi.Input[str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
113
|
-
:param pulumi.Input[str] instance_name: The name of the MongoDB® instance from which the snapshot was created.
|
114
|
-
:param pulumi.Input[str] name: The name of the MongoDB® snapshot.
|
115
|
-
:param pulumi.Input[str] node_type: The type of node associated with the MongoDB® snapshot.
|
116
|
-
:param pulumi.Input[str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
117
|
-
:param pulumi.Input[int] size: The size of the MongoDB® snapshot in bytes.
|
118
|
-
:param pulumi.Input[str] updated_at: The date and time of the last update of the MongoDB® snapshot.
|
119
|
-
:param pulumi.Input[str] volume_type: The type of volume used for the MongoDB® snapshot.
|
113
|
+
:param pulumi.Input[builtins.str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
114
|
+
:param pulumi.Input[builtins.str] instance_name: The name of the MongoDB® instance from which the snapshot was created.
|
115
|
+
:param pulumi.Input[builtins.str] name: The name of the MongoDB® snapshot.
|
116
|
+
:param pulumi.Input[builtins.str] node_type: The type of node associated with the MongoDB® snapshot.
|
117
|
+
:param pulumi.Input[builtins.str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
118
|
+
:param pulumi.Input[builtins.int] size: The size of the MongoDB® snapshot in bytes.
|
119
|
+
:param pulumi.Input[builtins.str] updated_at: The date and time of the last update of the MongoDB® snapshot.
|
120
|
+
:param pulumi.Input[builtins.str] volume_type: The type of volume used for the MongoDB® snapshot.
|
120
121
|
"""
|
121
122
|
if created_at is not None:
|
122
123
|
pulumi.set(__self__, "created_at", created_at)
|
@@ -141,19 +142,19 @@ class _MongoDbSnapshotState:
|
|
141
142
|
|
142
143
|
@property
|
143
144
|
@pulumi.getter(name="createdAt")
|
144
|
-
def created_at(self) -> Optional[pulumi.Input[str]]:
|
145
|
+
def created_at(self) -> Optional[pulumi.Input[builtins.str]]:
|
145
146
|
"""
|
146
147
|
The date and time when the MongoDB® snapshot was created.
|
147
148
|
"""
|
148
149
|
return pulumi.get(self, "created_at")
|
149
150
|
|
150
151
|
@created_at.setter
|
151
|
-
def created_at(self, value: Optional[pulumi.Input[str]]):
|
152
|
+
def created_at(self, value: Optional[pulumi.Input[builtins.str]]):
|
152
153
|
pulumi.set(self, "created_at", value)
|
153
154
|
|
154
155
|
@property
|
155
156
|
@pulumi.getter(name="expiresAt")
|
156
|
-
def expires_at(self) -> Optional[pulumi.Input[str]]:
|
157
|
+
def expires_at(self) -> Optional[pulumi.Input[builtins.str]]:
|
157
158
|
"""
|
158
159
|
The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
159
160
|
|
@@ -162,109 +163,110 @@ class _MongoDbSnapshotState:
|
|
162
163
|
return pulumi.get(self, "expires_at")
|
163
164
|
|
164
165
|
@expires_at.setter
|
165
|
-
def expires_at(self, value: Optional[pulumi.Input[str]]):
|
166
|
+
def expires_at(self, value: Optional[pulumi.Input[builtins.str]]):
|
166
167
|
pulumi.set(self, "expires_at", value)
|
167
168
|
|
168
169
|
@property
|
169
170
|
@pulumi.getter(name="instanceId")
|
170
|
-
def instance_id(self) -> Optional[pulumi.Input[str]]:
|
171
|
+
def instance_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
171
172
|
"""
|
172
173
|
The ID of the MongoDB® instance from which the snapshot was created.
|
173
174
|
"""
|
174
175
|
return pulumi.get(self, "instance_id")
|
175
176
|
|
176
177
|
@instance_id.setter
|
177
|
-
def instance_id(self, value: Optional[pulumi.Input[str]]):
|
178
|
+
def instance_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
178
179
|
pulumi.set(self, "instance_id", value)
|
179
180
|
|
180
181
|
@property
|
181
182
|
@pulumi.getter(name="instanceName")
|
182
|
-
def instance_name(self) -> Optional[pulumi.Input[str]]:
|
183
|
+
def instance_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
183
184
|
"""
|
184
185
|
The name of the MongoDB® instance from which the snapshot was created.
|
185
186
|
"""
|
186
187
|
return pulumi.get(self, "instance_name")
|
187
188
|
|
188
189
|
@instance_name.setter
|
189
|
-
def instance_name(self, value: Optional[pulumi.Input[str]]):
|
190
|
+
def instance_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
190
191
|
pulumi.set(self, "instance_name", value)
|
191
192
|
|
192
193
|
@property
|
193
194
|
@pulumi.getter
|
194
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
195
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
195
196
|
"""
|
196
197
|
The name of the MongoDB® snapshot.
|
197
198
|
"""
|
198
199
|
return pulumi.get(self, "name")
|
199
200
|
|
200
201
|
@name.setter
|
201
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
202
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
202
203
|
pulumi.set(self, "name", value)
|
203
204
|
|
204
205
|
@property
|
205
206
|
@pulumi.getter(name="nodeType")
|
206
|
-
def node_type(self) -> Optional[pulumi.Input[str]]:
|
207
|
+
def node_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
207
208
|
"""
|
208
209
|
The type of node associated with the MongoDB® snapshot.
|
209
210
|
"""
|
210
211
|
return pulumi.get(self, "node_type")
|
211
212
|
|
212
213
|
@node_type.setter
|
213
|
-
def node_type(self, value: Optional[pulumi.Input[str]]):
|
214
|
+
def node_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
214
215
|
pulumi.set(self, "node_type", value)
|
215
216
|
|
216
217
|
@property
|
217
218
|
@pulumi.getter
|
218
|
-
def region(self) -> Optional[pulumi.Input[str]]:
|
219
|
+
def region(self) -> Optional[pulumi.Input[builtins.str]]:
|
219
220
|
"""
|
220
221
|
`region`) The region in which the MongoDB® snapshot should be created.
|
221
222
|
"""
|
222
223
|
return pulumi.get(self, "region")
|
223
224
|
|
224
225
|
@region.setter
|
225
|
-
def region(self, value: Optional[pulumi.Input[str]]):
|
226
|
+
def region(self, value: Optional[pulumi.Input[builtins.str]]):
|
226
227
|
pulumi.set(self, "region", value)
|
227
228
|
|
228
229
|
@property
|
229
230
|
@pulumi.getter
|
230
|
-
def size(self) -> Optional[pulumi.Input[int]]:
|
231
|
+
def size(self) -> Optional[pulumi.Input[builtins.int]]:
|
231
232
|
"""
|
232
233
|
The size of the MongoDB® snapshot in bytes.
|
233
234
|
"""
|
234
235
|
return pulumi.get(self, "size")
|
235
236
|
|
236
237
|
@size.setter
|
237
|
-
def size(self, value: Optional[pulumi.Input[int]]):
|
238
|
+
def size(self, value: Optional[pulumi.Input[builtins.int]]):
|
238
239
|
pulumi.set(self, "size", value)
|
239
240
|
|
240
241
|
@property
|
241
242
|
@pulumi.getter(name="updatedAt")
|
242
|
-
def updated_at(self) -> Optional[pulumi.Input[str]]:
|
243
|
+
def updated_at(self) -> Optional[pulumi.Input[builtins.str]]:
|
243
244
|
"""
|
244
245
|
The date and time of the last update of the MongoDB® snapshot.
|
245
246
|
"""
|
246
247
|
return pulumi.get(self, "updated_at")
|
247
248
|
|
248
249
|
@updated_at.setter
|
249
|
-
def updated_at(self, value: Optional[pulumi.Input[str]]):
|
250
|
+
def updated_at(self, value: Optional[pulumi.Input[builtins.str]]):
|
250
251
|
pulumi.set(self, "updated_at", value)
|
251
252
|
|
252
253
|
@property
|
253
254
|
@pulumi.getter(name="volumeType")
|
254
|
-
def volume_type(self) -> Optional[pulumi.Input[str]]:
|
255
|
+
def volume_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
255
256
|
"""
|
256
257
|
The type of volume used for the MongoDB® snapshot.
|
257
258
|
"""
|
258
259
|
return pulumi.get(self, "volume_type")
|
259
260
|
|
260
261
|
@volume_type.setter
|
261
|
-
def volume_type(self, value: Optional[pulumi.Input[str]]):
|
262
|
+
def volume_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
262
263
|
pulumi.set(self, "volume_type", value)
|
263
264
|
|
264
265
|
|
265
266
|
warnings.warn("""scaleway.index/mongodbsnapshot.MongoDbSnapshot has been deprecated in favor of scaleway.mongodb/snapshot.Snapshot""", DeprecationWarning)
|
266
267
|
|
267
268
|
|
269
|
+
@pulumi.type_token("scaleway:index/mongoDbSnapshot:MongoDbSnapshot")
|
268
270
|
class MongoDbSnapshot(pulumi.CustomResource):
|
269
271
|
warnings.warn("""scaleway.index/mongodbsnapshot.MongoDbSnapshot has been deprecated in favor of scaleway.mongodb/snapshot.Snapshot""", DeprecationWarning)
|
270
272
|
|
@@ -272,10 +274,10 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
272
274
|
def __init__(__self__,
|
273
275
|
resource_name: str,
|
274
276
|
opts: Optional[pulumi.ResourceOptions] = None,
|
275
|
-
expires_at: Optional[pulumi.Input[str]] = None,
|
276
|
-
instance_id: Optional[pulumi.Input[str]] = None,
|
277
|
-
name: Optional[pulumi.Input[str]] = None,
|
278
|
-
region: Optional[pulumi.Input[str]] = None,
|
277
|
+
expires_at: Optional[pulumi.Input[builtins.str]] = None,
|
278
|
+
instance_id: Optional[pulumi.Input[builtins.str]] = None,
|
279
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
280
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
279
281
|
__props__=None):
|
280
282
|
"""
|
281
283
|
Creates and manages Scaleway MongoDB® snapshots.
|
@@ -305,12 +307,12 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
305
307
|
|
306
308
|
:param str resource_name: The name of the resource.
|
307
309
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
308
|
-
:param pulumi.Input[str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
310
|
+
:param pulumi.Input[builtins.str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
309
311
|
|
310
312
|
> **Important:** Once set, `expires_at` cannot be removed.
|
311
|
-
:param pulumi.Input[str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
312
|
-
:param pulumi.Input[str] name: The name of the MongoDB® snapshot.
|
313
|
-
:param pulumi.Input[str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
313
|
+
:param pulumi.Input[builtins.str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
314
|
+
:param pulumi.Input[builtins.str] name: The name of the MongoDB® snapshot.
|
315
|
+
:param pulumi.Input[builtins.str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
314
316
|
"""
|
315
317
|
...
|
316
318
|
@overload
|
@@ -359,10 +361,10 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
359
361
|
def _internal_init(__self__,
|
360
362
|
resource_name: str,
|
361
363
|
opts: Optional[pulumi.ResourceOptions] = None,
|
362
|
-
expires_at: Optional[pulumi.Input[str]] = None,
|
363
|
-
instance_id: Optional[pulumi.Input[str]] = None,
|
364
|
-
name: Optional[pulumi.Input[str]] = None,
|
365
|
-
region: Optional[pulumi.Input[str]] = None,
|
364
|
+
expires_at: Optional[pulumi.Input[builtins.str]] = None,
|
365
|
+
instance_id: Optional[pulumi.Input[builtins.str]] = None,
|
366
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
367
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
366
368
|
__props__=None):
|
367
369
|
pulumi.log.warn("""MongoDbSnapshot is deprecated: scaleway.index/mongodbsnapshot.MongoDbSnapshot has been deprecated in favor of scaleway.mongodb/snapshot.Snapshot""")
|
368
370
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -397,16 +399,16 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
397
399
|
def get(resource_name: str,
|
398
400
|
id: pulumi.Input[str],
|
399
401
|
opts: Optional[pulumi.ResourceOptions] = None,
|
400
|
-
created_at: Optional[pulumi.Input[str]] = None,
|
401
|
-
expires_at: Optional[pulumi.Input[str]] = None,
|
402
|
-
instance_id: Optional[pulumi.Input[str]] = None,
|
403
|
-
instance_name: Optional[pulumi.Input[str]] = None,
|
404
|
-
name: Optional[pulumi.Input[str]] = None,
|
405
|
-
node_type: Optional[pulumi.Input[str]] = None,
|
406
|
-
region: Optional[pulumi.Input[str]] = None,
|
407
|
-
size: Optional[pulumi.Input[int]] = None,
|
408
|
-
updated_at: Optional[pulumi.Input[str]] = None,
|
409
|
-
volume_type: Optional[pulumi.Input[str]] = None) -> 'MongoDbSnapshot':
|
402
|
+
created_at: Optional[pulumi.Input[builtins.str]] = None,
|
403
|
+
expires_at: Optional[pulumi.Input[builtins.str]] = None,
|
404
|
+
instance_id: Optional[pulumi.Input[builtins.str]] = None,
|
405
|
+
instance_name: Optional[pulumi.Input[builtins.str]] = None,
|
406
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
407
|
+
node_type: Optional[pulumi.Input[builtins.str]] = None,
|
408
|
+
region: Optional[pulumi.Input[builtins.str]] = None,
|
409
|
+
size: Optional[pulumi.Input[builtins.int]] = None,
|
410
|
+
updated_at: Optional[pulumi.Input[builtins.str]] = None,
|
411
|
+
volume_type: Optional[pulumi.Input[builtins.str]] = None) -> 'MongoDbSnapshot':
|
410
412
|
"""
|
411
413
|
Get an existing MongoDbSnapshot resource's state with the given name, id, and optional extra
|
412
414
|
properties used to qualify the lookup.
|
@@ -414,18 +416,18 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
414
416
|
:param str resource_name: The unique name of the resulting resource.
|
415
417
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
416
418
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
417
|
-
:param pulumi.Input[str] created_at: The date and time when the MongoDB® snapshot was created.
|
418
|
-
:param pulumi.Input[str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
419
|
+
:param pulumi.Input[builtins.str] created_at: The date and time when the MongoDB® snapshot was created.
|
420
|
+
:param pulumi.Input[builtins.str] expires_at: The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
419
421
|
|
420
422
|
> **Important:** Once set, `expires_at` cannot be removed.
|
421
|
-
:param pulumi.Input[str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
422
|
-
:param pulumi.Input[str] instance_name: The name of the MongoDB® instance from which the snapshot was created.
|
423
|
-
:param pulumi.Input[str] name: The name of the MongoDB® snapshot.
|
424
|
-
:param pulumi.Input[str] node_type: The type of node associated with the MongoDB® snapshot.
|
425
|
-
:param pulumi.Input[str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
426
|
-
:param pulumi.Input[int] size: The size of the MongoDB® snapshot in bytes.
|
427
|
-
:param pulumi.Input[str] updated_at: The date and time of the last update of the MongoDB® snapshot.
|
428
|
-
:param pulumi.Input[str] volume_type: The type of volume used for the MongoDB® snapshot.
|
423
|
+
:param pulumi.Input[builtins.str] instance_id: The ID of the MongoDB® instance from which the snapshot was created.
|
424
|
+
:param pulumi.Input[builtins.str] instance_name: The name of the MongoDB® instance from which the snapshot was created.
|
425
|
+
:param pulumi.Input[builtins.str] name: The name of the MongoDB® snapshot.
|
426
|
+
:param pulumi.Input[builtins.str] node_type: The type of node associated with the MongoDB® snapshot.
|
427
|
+
:param pulumi.Input[builtins.str] region: `region`) The region in which the MongoDB® snapshot should be created.
|
428
|
+
:param pulumi.Input[builtins.int] size: The size of the MongoDB® snapshot in bytes.
|
429
|
+
:param pulumi.Input[builtins.str] updated_at: The date and time of the last update of the MongoDB® snapshot.
|
430
|
+
:param pulumi.Input[builtins.str] volume_type: The type of volume used for the MongoDB® snapshot.
|
429
431
|
"""
|
430
432
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
431
433
|
|
@@ -445,7 +447,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
445
447
|
|
446
448
|
@property
|
447
449
|
@pulumi.getter(name="createdAt")
|
448
|
-
def created_at(self) -> pulumi.Output[str]:
|
450
|
+
def created_at(self) -> pulumi.Output[builtins.str]:
|
449
451
|
"""
|
450
452
|
The date and time when the MongoDB® snapshot was created.
|
451
453
|
"""
|
@@ -453,7 +455,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
453
455
|
|
454
456
|
@property
|
455
457
|
@pulumi.getter(name="expiresAt")
|
456
|
-
def expires_at(self) -> pulumi.Output[str]:
|
458
|
+
def expires_at(self) -> pulumi.Output[builtins.str]:
|
457
459
|
"""
|
458
460
|
The expiration date of the MongoDB® snapshot in ISO 8601 format (e.g. `2024-12-31T23:59:59Z`).
|
459
461
|
|
@@ -463,7 +465,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
463
465
|
|
464
466
|
@property
|
465
467
|
@pulumi.getter(name="instanceId")
|
466
|
-
def instance_id(self) -> pulumi.Output[str]:
|
468
|
+
def instance_id(self) -> pulumi.Output[builtins.str]:
|
467
469
|
"""
|
468
470
|
The ID of the MongoDB® instance from which the snapshot was created.
|
469
471
|
"""
|
@@ -471,7 +473,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
471
473
|
|
472
474
|
@property
|
473
475
|
@pulumi.getter(name="instanceName")
|
474
|
-
def instance_name(self) -> pulumi.Output[str]:
|
476
|
+
def instance_name(self) -> pulumi.Output[builtins.str]:
|
475
477
|
"""
|
476
478
|
The name of the MongoDB® instance from which the snapshot was created.
|
477
479
|
"""
|
@@ -479,7 +481,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
479
481
|
|
480
482
|
@property
|
481
483
|
@pulumi.getter
|
482
|
-
def name(self) -> pulumi.Output[str]:
|
484
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
483
485
|
"""
|
484
486
|
The name of the MongoDB® snapshot.
|
485
487
|
"""
|
@@ -487,7 +489,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
487
489
|
|
488
490
|
@property
|
489
491
|
@pulumi.getter(name="nodeType")
|
490
|
-
def node_type(self) -> pulumi.Output[str]:
|
492
|
+
def node_type(self) -> pulumi.Output[builtins.str]:
|
491
493
|
"""
|
492
494
|
The type of node associated with the MongoDB® snapshot.
|
493
495
|
"""
|
@@ -495,7 +497,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
495
497
|
|
496
498
|
@property
|
497
499
|
@pulumi.getter
|
498
|
-
def region(self) -> pulumi.Output[str]:
|
500
|
+
def region(self) -> pulumi.Output[builtins.str]:
|
499
501
|
"""
|
500
502
|
`region`) The region in which the MongoDB® snapshot should be created.
|
501
503
|
"""
|
@@ -503,7 +505,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
503
505
|
|
504
506
|
@property
|
505
507
|
@pulumi.getter
|
506
|
-
def size(self) -> pulumi.Output[int]:
|
508
|
+
def size(self) -> pulumi.Output[builtins.int]:
|
507
509
|
"""
|
508
510
|
The size of the MongoDB® snapshot in bytes.
|
509
511
|
"""
|
@@ -511,7 +513,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
511
513
|
|
512
514
|
@property
|
513
515
|
@pulumi.getter(name="updatedAt")
|
514
|
-
def updated_at(self) -> pulumi.Output[str]:
|
516
|
+
def updated_at(self) -> pulumi.Output[builtins.str]:
|
515
517
|
"""
|
516
518
|
The date and time of the last update of the MongoDB® snapshot.
|
517
519
|
"""
|
@@ -519,7 +521,7 @@ class MongoDbSnapshot(pulumi.CustomResource):
|
|
519
521
|
|
520
522
|
@property
|
521
523
|
@pulumi.getter(name="volumeType")
|
522
|
-
def volume_type(self) -> pulumi.Output[str]:
|
524
|
+
def volume_type(self) -> pulumi.Output[builtins.str]:
|
523
525
|
"""
|
524
526
|
The type of volume used for the MongoDB® snapshot.
|
525
527
|
"""
|
@@ -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:
|