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
|
@@ -21,26 +22,28 @@ __all__ = ['GatewayNetworkArgs', 'GatewayNetwork']
|
|
21
22
|
@pulumi.input_type
|
22
23
|
class GatewayNetworkArgs:
|
23
24
|
def __init__(__self__, *,
|
24
|
-
gateway_id: pulumi.Input[str],
|
25
|
-
private_network_id: pulumi.Input[str],
|
26
|
-
cleanup_dhcp: Optional[pulumi.Input[bool]] = None,
|
27
|
-
dhcp_id: Optional[pulumi.Input[str]] = None,
|
28
|
-
enable_dhcp: Optional[pulumi.Input[bool]] = None,
|
29
|
-
enable_masquerade: Optional[pulumi.Input[bool]] = None,
|
25
|
+
gateway_id: pulumi.Input[builtins.str],
|
26
|
+
private_network_id: pulumi.Input[builtins.str],
|
27
|
+
cleanup_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
28
|
+
dhcp_id: Optional[pulumi.Input[builtins.str]] = None,
|
29
|
+
enable_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
30
|
+
enable_masquerade: Optional[pulumi.Input[builtins.bool]] = None,
|
30
31
|
ipam_configs: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayNetworkIpamConfigArgs']]]] = None,
|
31
|
-
|
32
|
-
|
32
|
+
private_ips: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]]] = None,
|
33
|
+
static_address: Optional[pulumi.Input[builtins.str]] = None,
|
34
|
+
zone: Optional[pulumi.Input[builtins.str]] = None):
|
33
35
|
"""
|
34
36
|
The set of arguments for constructing a GatewayNetwork resource.
|
35
|
-
:param pulumi.Input[str] gateway_id: The ID of the Public Gateway.
|
36
|
-
:param pulumi.Input[str] private_network_id: The ID of the Private Network.
|
37
|
-
:param pulumi.Input[bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
38
|
-
:param pulumi.Input[str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
39
|
-
:param pulumi.Input[bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
40
|
-
:param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
37
|
+
:param pulumi.Input[builtins.str] gateway_id: The ID of the Public Gateway.
|
38
|
+
:param pulumi.Input[builtins.str] private_network_id: The ID of the Private Network.
|
39
|
+
:param pulumi.Input[builtins.bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
40
|
+
:param pulumi.Input[builtins.str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
41
|
+
:param pulumi.Input[builtins.bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
42
|
+
:param pulumi.Input[builtins.bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
41
43
|
:param pulumi.Input[Sequence[pulumi.Input['GatewayNetworkIpamConfigArgs']]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
42
|
-
:param pulumi.Input[
|
43
|
-
:param pulumi.Input[str]
|
44
|
+
:param pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]] private_ips: The private IPv4 address associated with the resource.
|
45
|
+
:param pulumi.Input[builtins.str] static_address: Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
46
|
+
:param pulumi.Input[builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
44
47
|
|
45
48
|
> **Important:**
|
46
49
|
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP fields are now deprecated.
|
@@ -67,6 +70,8 @@ class GatewayNetworkArgs:
|
|
67
70
|
pulumi.set(__self__, "enable_masquerade", enable_masquerade)
|
68
71
|
if ipam_configs is not None:
|
69
72
|
pulumi.set(__self__, "ipam_configs", ipam_configs)
|
73
|
+
if private_ips is not None:
|
74
|
+
pulumi.set(__self__, "private_ips", private_ips)
|
70
75
|
if static_address is not None:
|
71
76
|
warnings.warn("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""", DeprecationWarning)
|
72
77
|
pulumi.log.warn("""static_address is deprecated: Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
@@ -77,77 +82,77 @@ class GatewayNetworkArgs:
|
|
77
82
|
|
78
83
|
@property
|
79
84
|
@pulumi.getter(name="gatewayId")
|
80
|
-
def gateway_id(self) -> pulumi.Input[str]:
|
85
|
+
def gateway_id(self) -> pulumi.Input[builtins.str]:
|
81
86
|
"""
|
82
87
|
The ID of the Public Gateway.
|
83
88
|
"""
|
84
89
|
return pulumi.get(self, "gateway_id")
|
85
90
|
|
86
91
|
@gateway_id.setter
|
87
|
-
def gateway_id(self, value: pulumi.Input[str]):
|
92
|
+
def gateway_id(self, value: pulumi.Input[builtins.str]):
|
88
93
|
pulumi.set(self, "gateway_id", value)
|
89
94
|
|
90
95
|
@property
|
91
96
|
@pulumi.getter(name="privateNetworkId")
|
92
|
-
def private_network_id(self) -> pulumi.Input[str]:
|
97
|
+
def private_network_id(self) -> pulumi.Input[builtins.str]:
|
93
98
|
"""
|
94
99
|
The ID of the Private Network.
|
95
100
|
"""
|
96
101
|
return pulumi.get(self, "private_network_id")
|
97
102
|
|
98
103
|
@private_network_id.setter
|
99
|
-
def private_network_id(self, value: pulumi.Input[str]):
|
104
|
+
def private_network_id(self, value: pulumi.Input[builtins.str]):
|
100
105
|
pulumi.set(self, "private_network_id", value)
|
101
106
|
|
102
107
|
@property
|
103
108
|
@pulumi.getter(name="cleanupDhcp")
|
104
109
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
105
|
-
def cleanup_dhcp(self) -> Optional[pulumi.Input[bool]]:
|
110
|
+
def cleanup_dhcp(self) -> Optional[pulumi.Input[builtins.bool]]:
|
106
111
|
"""
|
107
112
|
Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
108
113
|
"""
|
109
114
|
return pulumi.get(self, "cleanup_dhcp")
|
110
115
|
|
111
116
|
@cleanup_dhcp.setter
|
112
|
-
def cleanup_dhcp(self, value: Optional[pulumi.Input[bool]]):
|
117
|
+
def cleanup_dhcp(self, value: Optional[pulumi.Input[builtins.bool]]):
|
113
118
|
pulumi.set(self, "cleanup_dhcp", value)
|
114
119
|
|
115
120
|
@property
|
116
121
|
@pulumi.getter(name="dhcpId")
|
117
122
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
118
|
-
def dhcp_id(self) -> Optional[pulumi.Input[str]]:
|
123
|
+
def dhcp_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
119
124
|
"""
|
120
125
|
Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
121
126
|
"""
|
122
127
|
return pulumi.get(self, "dhcp_id")
|
123
128
|
|
124
129
|
@dhcp_id.setter
|
125
|
-
def dhcp_id(self, value: Optional[pulumi.Input[str]]):
|
130
|
+
def dhcp_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
126
131
|
pulumi.set(self, "dhcp_id", value)
|
127
132
|
|
128
133
|
@property
|
129
134
|
@pulumi.getter(name="enableDhcp")
|
130
135
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
131
|
-
def enable_dhcp(self) -> Optional[pulumi.Input[bool]]:
|
136
|
+
def enable_dhcp(self) -> Optional[pulumi.Input[builtins.bool]]:
|
132
137
|
"""
|
133
138
|
Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
134
139
|
"""
|
135
140
|
return pulumi.get(self, "enable_dhcp")
|
136
141
|
|
137
142
|
@enable_dhcp.setter
|
138
|
-
def enable_dhcp(self, value: Optional[pulumi.Input[bool]]):
|
143
|
+
def enable_dhcp(self, value: Optional[pulumi.Input[builtins.bool]]):
|
139
144
|
pulumi.set(self, "enable_dhcp", value)
|
140
145
|
|
141
146
|
@property
|
142
147
|
@pulumi.getter(name="enableMasquerade")
|
143
|
-
def enable_masquerade(self) -> Optional[pulumi.Input[bool]]:
|
148
|
+
def enable_masquerade(self) -> Optional[pulumi.Input[builtins.bool]]:
|
144
149
|
"""
|
145
150
|
Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
146
151
|
"""
|
147
152
|
return pulumi.get(self, "enable_masquerade")
|
148
153
|
|
149
154
|
@enable_masquerade.setter
|
150
|
-
def enable_masquerade(self, value: Optional[pulumi.Input[bool]]):
|
155
|
+
def enable_masquerade(self, value: Optional[pulumi.Input[builtins.bool]]):
|
151
156
|
pulumi.set(self, "enable_masquerade", value)
|
152
157
|
|
153
158
|
@property
|
@@ -162,22 +167,34 @@ class GatewayNetworkArgs:
|
|
162
167
|
def ipam_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayNetworkIpamConfigArgs']]]]):
|
163
168
|
pulumi.set(self, "ipam_configs", value)
|
164
169
|
|
170
|
+
@property
|
171
|
+
@pulumi.getter(name="privateIps")
|
172
|
+
def private_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]]]:
|
173
|
+
"""
|
174
|
+
The private IPv4 address associated with the resource.
|
175
|
+
"""
|
176
|
+
return pulumi.get(self, "private_ips")
|
177
|
+
|
178
|
+
@private_ips.setter
|
179
|
+
def private_ips(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]]]):
|
180
|
+
pulumi.set(self, "private_ips", value)
|
181
|
+
|
165
182
|
@property
|
166
183
|
@pulumi.getter(name="staticAddress")
|
167
184
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
168
|
-
def static_address(self) -> Optional[pulumi.Input[str]]:
|
185
|
+
def static_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
169
186
|
"""
|
170
187
|
Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
171
188
|
"""
|
172
189
|
return pulumi.get(self, "static_address")
|
173
190
|
|
174
191
|
@static_address.setter
|
175
|
-
def static_address(self, value: Optional[pulumi.Input[str]]):
|
192
|
+
def static_address(self, value: Optional[pulumi.Input[builtins.str]]):
|
176
193
|
pulumi.set(self, "static_address", value)
|
177
194
|
|
178
195
|
@property
|
179
196
|
@pulumi.getter
|
180
|
-
def zone(self) -> Optional[pulumi.Input[str]]:
|
197
|
+
def zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
181
198
|
"""
|
182
199
|
`zone`) The zone in which the gateway network should be created.
|
183
200
|
|
@@ -188,43 +205,43 @@ class GatewayNetworkArgs:
|
|
188
205
|
return pulumi.get(self, "zone")
|
189
206
|
|
190
207
|
@zone.setter
|
191
|
-
def zone(self, value: Optional[pulumi.Input[str]]):
|
208
|
+
def zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
192
209
|
pulumi.set(self, "zone", value)
|
193
210
|
|
194
211
|
|
195
212
|
@pulumi.input_type
|
196
213
|
class _GatewayNetworkState:
|
197
214
|
def __init__(__self__, *,
|
198
|
-
cleanup_dhcp: Optional[pulumi.Input[bool]] = None,
|
199
|
-
created_at: Optional[pulumi.Input[str]] = None,
|
200
|
-
dhcp_id: Optional[pulumi.Input[str]] = None,
|
201
|
-
enable_dhcp: Optional[pulumi.Input[bool]] = None,
|
202
|
-
enable_masquerade: Optional[pulumi.Input[bool]] = None,
|
203
|
-
gateway_id: Optional[pulumi.Input[str]] = None,
|
215
|
+
cleanup_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
216
|
+
created_at: Optional[pulumi.Input[builtins.str]] = None,
|
217
|
+
dhcp_id: Optional[pulumi.Input[builtins.str]] = None,
|
218
|
+
enable_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
219
|
+
enable_masquerade: Optional[pulumi.Input[builtins.bool]] = None,
|
220
|
+
gateway_id: Optional[pulumi.Input[builtins.str]] = None,
|
204
221
|
ipam_configs: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayNetworkIpamConfigArgs']]]] = None,
|
205
|
-
mac_address: Optional[pulumi.Input[str]] = None,
|
222
|
+
mac_address: Optional[pulumi.Input[builtins.str]] = None,
|
206
223
|
private_ips: Optional[pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]]] = None,
|
207
|
-
private_network_id: Optional[pulumi.Input[str]] = None,
|
208
|
-
static_address: Optional[pulumi.Input[str]] = None,
|
209
|
-
status: Optional[pulumi.Input[str]] = None,
|
210
|
-
updated_at: Optional[pulumi.Input[str]] = None,
|
211
|
-
zone: Optional[pulumi.Input[str]] = None):
|
224
|
+
private_network_id: Optional[pulumi.Input[builtins.str]] = None,
|
225
|
+
static_address: Optional[pulumi.Input[builtins.str]] = None,
|
226
|
+
status: Optional[pulumi.Input[builtins.str]] = None,
|
227
|
+
updated_at: Optional[pulumi.Input[builtins.str]] = None,
|
228
|
+
zone: Optional[pulumi.Input[builtins.str]] = None):
|
212
229
|
"""
|
213
230
|
Input properties used for looking up and filtering GatewayNetwork resources.
|
214
|
-
:param pulumi.Input[bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
215
|
-
:param pulumi.Input[str] created_at: The date and time of the creation of the GatewayNetwork.
|
216
|
-
:param pulumi.Input[str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
217
|
-
:param pulumi.Input[bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
218
|
-
:param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
219
|
-
:param pulumi.Input[str] gateway_id: The ID of the Public Gateway.
|
231
|
+
:param pulumi.Input[builtins.bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
232
|
+
:param pulumi.Input[builtins.str] created_at: The date and time of the creation of the GatewayNetwork.
|
233
|
+
:param pulumi.Input[builtins.str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
234
|
+
:param pulumi.Input[builtins.bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
235
|
+
:param pulumi.Input[builtins.bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
236
|
+
:param pulumi.Input[builtins.str] gateway_id: The ID of the Public Gateway.
|
220
237
|
:param pulumi.Input[Sequence[pulumi.Input['GatewayNetworkIpamConfigArgs']]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
221
|
-
:param pulumi.Input[str] mac_address: The MAC address of the GatewayNetwork.
|
238
|
+
:param pulumi.Input[builtins.str] mac_address: The MAC address of the GatewayNetwork.
|
222
239
|
:param pulumi.Input[Sequence[pulumi.Input['GatewayNetworkPrivateIpArgs']]] private_ips: The private IPv4 address associated with the resource.
|
223
|
-
:param pulumi.Input[str] private_network_id: The ID of the Private Network.
|
224
|
-
:param pulumi.Input[str] static_address: Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
225
|
-
:param pulumi.Input[str] status: The status of the Public Gateway's connection to the Private Network.
|
226
|
-
:param pulumi.Input[str] updated_at: The date and time of the last update of the GatewayNetwork.
|
227
|
-
:param pulumi.Input[str] zone: `zone`) The zone in which the gateway network should be created.
|
240
|
+
:param pulumi.Input[builtins.str] private_network_id: The ID of the Private Network.
|
241
|
+
:param pulumi.Input[builtins.str] static_address: Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
242
|
+
:param pulumi.Input[builtins.str] status: The status of the Public Gateway's connection to the Private Network.
|
243
|
+
:param pulumi.Input[builtins.str] updated_at: The date and time of the last update of the GatewayNetwork.
|
244
|
+
:param pulumi.Input[builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
228
245
|
|
229
246
|
> **Important:**
|
230
247
|
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP fields are now deprecated.
|
@@ -274,76 +291,76 @@ class _GatewayNetworkState:
|
|
274
291
|
@property
|
275
292
|
@pulumi.getter(name="cleanupDhcp")
|
276
293
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
277
|
-
def cleanup_dhcp(self) -> Optional[pulumi.Input[bool]]:
|
294
|
+
def cleanup_dhcp(self) -> Optional[pulumi.Input[builtins.bool]]:
|
278
295
|
"""
|
279
296
|
Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
280
297
|
"""
|
281
298
|
return pulumi.get(self, "cleanup_dhcp")
|
282
299
|
|
283
300
|
@cleanup_dhcp.setter
|
284
|
-
def cleanup_dhcp(self, value: Optional[pulumi.Input[bool]]):
|
301
|
+
def cleanup_dhcp(self, value: Optional[pulumi.Input[builtins.bool]]):
|
285
302
|
pulumi.set(self, "cleanup_dhcp", value)
|
286
303
|
|
287
304
|
@property
|
288
305
|
@pulumi.getter(name="createdAt")
|
289
|
-
def created_at(self) -> Optional[pulumi.Input[str]]:
|
306
|
+
def created_at(self) -> Optional[pulumi.Input[builtins.str]]:
|
290
307
|
"""
|
291
308
|
The date and time of the creation of the GatewayNetwork.
|
292
309
|
"""
|
293
310
|
return pulumi.get(self, "created_at")
|
294
311
|
|
295
312
|
@created_at.setter
|
296
|
-
def created_at(self, value: Optional[pulumi.Input[str]]):
|
313
|
+
def created_at(self, value: Optional[pulumi.Input[builtins.str]]):
|
297
314
|
pulumi.set(self, "created_at", value)
|
298
315
|
|
299
316
|
@property
|
300
317
|
@pulumi.getter(name="dhcpId")
|
301
318
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
302
|
-
def dhcp_id(self) -> Optional[pulumi.Input[str]]:
|
319
|
+
def dhcp_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
303
320
|
"""
|
304
321
|
Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
305
322
|
"""
|
306
323
|
return pulumi.get(self, "dhcp_id")
|
307
324
|
|
308
325
|
@dhcp_id.setter
|
309
|
-
def dhcp_id(self, value: Optional[pulumi.Input[str]]):
|
326
|
+
def dhcp_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
310
327
|
pulumi.set(self, "dhcp_id", value)
|
311
328
|
|
312
329
|
@property
|
313
330
|
@pulumi.getter(name="enableDhcp")
|
314
331
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
315
|
-
def enable_dhcp(self) -> Optional[pulumi.Input[bool]]:
|
332
|
+
def enable_dhcp(self) -> Optional[pulumi.Input[builtins.bool]]:
|
316
333
|
"""
|
317
334
|
Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
318
335
|
"""
|
319
336
|
return pulumi.get(self, "enable_dhcp")
|
320
337
|
|
321
338
|
@enable_dhcp.setter
|
322
|
-
def enable_dhcp(self, value: Optional[pulumi.Input[bool]]):
|
339
|
+
def enable_dhcp(self, value: Optional[pulumi.Input[builtins.bool]]):
|
323
340
|
pulumi.set(self, "enable_dhcp", value)
|
324
341
|
|
325
342
|
@property
|
326
343
|
@pulumi.getter(name="enableMasquerade")
|
327
|
-
def enable_masquerade(self) -> Optional[pulumi.Input[bool]]:
|
344
|
+
def enable_masquerade(self) -> Optional[pulumi.Input[builtins.bool]]:
|
328
345
|
"""
|
329
346
|
Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
330
347
|
"""
|
331
348
|
return pulumi.get(self, "enable_masquerade")
|
332
349
|
|
333
350
|
@enable_masquerade.setter
|
334
|
-
def enable_masquerade(self, value: Optional[pulumi.Input[bool]]):
|
351
|
+
def enable_masquerade(self, value: Optional[pulumi.Input[builtins.bool]]):
|
335
352
|
pulumi.set(self, "enable_masquerade", value)
|
336
353
|
|
337
354
|
@property
|
338
355
|
@pulumi.getter(name="gatewayId")
|
339
|
-
def gateway_id(self) -> Optional[pulumi.Input[str]]:
|
356
|
+
def gateway_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
340
357
|
"""
|
341
358
|
The ID of the Public Gateway.
|
342
359
|
"""
|
343
360
|
return pulumi.get(self, "gateway_id")
|
344
361
|
|
345
362
|
@gateway_id.setter
|
346
|
-
def gateway_id(self, value: Optional[pulumi.Input[str]]):
|
363
|
+
def gateway_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
347
364
|
pulumi.set(self, "gateway_id", value)
|
348
365
|
|
349
366
|
@property
|
@@ -360,14 +377,14 @@ class _GatewayNetworkState:
|
|
360
377
|
|
361
378
|
@property
|
362
379
|
@pulumi.getter(name="macAddress")
|
363
|
-
def mac_address(self) -> Optional[pulumi.Input[str]]:
|
380
|
+
def mac_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
364
381
|
"""
|
365
382
|
The MAC address of the GatewayNetwork.
|
366
383
|
"""
|
367
384
|
return pulumi.get(self, "mac_address")
|
368
385
|
|
369
386
|
@mac_address.setter
|
370
|
-
def mac_address(self, value: Optional[pulumi.Input[str]]):
|
387
|
+
def mac_address(self, value: Optional[pulumi.Input[builtins.str]]):
|
371
388
|
pulumi.set(self, "mac_address", value)
|
372
389
|
|
373
390
|
@property
|
@@ -384,56 +401,56 @@ class _GatewayNetworkState:
|
|
384
401
|
|
385
402
|
@property
|
386
403
|
@pulumi.getter(name="privateNetworkId")
|
387
|
-
def private_network_id(self) -> Optional[pulumi.Input[str]]:
|
404
|
+
def private_network_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
388
405
|
"""
|
389
406
|
The ID of the Private Network.
|
390
407
|
"""
|
391
408
|
return pulumi.get(self, "private_network_id")
|
392
409
|
|
393
410
|
@private_network_id.setter
|
394
|
-
def private_network_id(self, value: Optional[pulumi.Input[str]]):
|
411
|
+
def private_network_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
395
412
|
pulumi.set(self, "private_network_id", value)
|
396
413
|
|
397
414
|
@property
|
398
415
|
@pulumi.getter(name="staticAddress")
|
399
416
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
400
|
-
def static_address(self) -> Optional[pulumi.Input[str]]:
|
417
|
+
def static_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
401
418
|
"""
|
402
419
|
Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
403
420
|
"""
|
404
421
|
return pulumi.get(self, "static_address")
|
405
422
|
|
406
423
|
@static_address.setter
|
407
|
-
def static_address(self, value: Optional[pulumi.Input[str]]):
|
424
|
+
def static_address(self, value: Optional[pulumi.Input[builtins.str]]):
|
408
425
|
pulumi.set(self, "static_address", value)
|
409
426
|
|
410
427
|
@property
|
411
428
|
@pulumi.getter
|
412
|
-
def status(self) -> Optional[pulumi.Input[str]]:
|
429
|
+
def status(self) -> Optional[pulumi.Input[builtins.str]]:
|
413
430
|
"""
|
414
431
|
The status of the Public Gateway's connection to the Private Network.
|
415
432
|
"""
|
416
433
|
return pulumi.get(self, "status")
|
417
434
|
|
418
435
|
@status.setter
|
419
|
-
def status(self, value: Optional[pulumi.Input[str]]):
|
436
|
+
def status(self, value: Optional[pulumi.Input[builtins.str]]):
|
420
437
|
pulumi.set(self, "status", value)
|
421
438
|
|
422
439
|
@property
|
423
440
|
@pulumi.getter(name="updatedAt")
|
424
|
-
def updated_at(self) -> Optional[pulumi.Input[str]]:
|
441
|
+
def updated_at(self) -> Optional[pulumi.Input[builtins.str]]:
|
425
442
|
"""
|
426
443
|
The date and time of the last update of the GatewayNetwork.
|
427
444
|
"""
|
428
445
|
return pulumi.get(self, "updated_at")
|
429
446
|
|
430
447
|
@updated_at.setter
|
431
|
-
def updated_at(self, value: Optional[pulumi.Input[str]]):
|
448
|
+
def updated_at(self, value: Optional[pulumi.Input[builtins.str]]):
|
432
449
|
pulumi.set(self, "updated_at", value)
|
433
450
|
|
434
451
|
@property
|
435
452
|
@pulumi.getter
|
436
|
-
def zone(self) -> Optional[pulumi.Input[str]]:
|
453
|
+
def zone(self) -> Optional[pulumi.Input[builtins.str]]:
|
437
454
|
"""
|
438
455
|
`zone`) The zone in which the gateway network should be created.
|
439
456
|
|
@@ -444,24 +461,26 @@ class _GatewayNetworkState:
|
|
444
461
|
return pulumi.get(self, "zone")
|
445
462
|
|
446
463
|
@zone.setter
|
447
|
-
def zone(self, value: Optional[pulumi.Input[str]]):
|
464
|
+
def zone(self, value: Optional[pulumi.Input[builtins.str]]):
|
448
465
|
pulumi.set(self, "zone", value)
|
449
466
|
|
450
467
|
|
468
|
+
@pulumi.type_token("scaleway:network/gatewayNetwork:GatewayNetwork")
|
451
469
|
class GatewayNetwork(pulumi.CustomResource):
|
452
470
|
@overload
|
453
471
|
def __init__(__self__,
|
454
472
|
resource_name: str,
|
455
473
|
opts: Optional[pulumi.ResourceOptions] = None,
|
456
|
-
cleanup_dhcp: Optional[pulumi.Input[bool]] = None,
|
457
|
-
dhcp_id: Optional[pulumi.Input[str]] = None,
|
458
|
-
enable_dhcp: Optional[pulumi.Input[bool]] = None,
|
459
|
-
enable_masquerade: Optional[pulumi.Input[bool]] = None,
|
460
|
-
gateway_id: Optional[pulumi.Input[str]] = None,
|
474
|
+
cleanup_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
475
|
+
dhcp_id: Optional[pulumi.Input[builtins.str]] = None,
|
476
|
+
enable_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
477
|
+
enable_masquerade: Optional[pulumi.Input[builtins.bool]] = None,
|
478
|
+
gateway_id: Optional[pulumi.Input[builtins.str]] = None,
|
461
479
|
ipam_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkIpamConfigArgs', 'GatewayNetworkIpamConfigArgsDict']]]]] = None,
|
462
|
-
|
463
|
-
|
464
|
-
|
480
|
+
private_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkPrivateIpArgs', 'GatewayNetworkPrivateIpArgsDict']]]]] = None,
|
481
|
+
private_network_id: Optional[pulumi.Input[builtins.str]] = None,
|
482
|
+
static_address: Optional[pulumi.Input[builtins.str]] = None,
|
483
|
+
zone: Optional[pulumi.Input[builtins.str]] = None,
|
465
484
|
__props__=None):
|
466
485
|
"""
|
467
486
|
Creates and manages GatewayNetworks (connections between a Public Gateway and a Private Network).
|
@@ -539,15 +558,16 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
539
558
|
|
540
559
|
:param str resource_name: The name of the resource.
|
541
560
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
542
|
-
:param pulumi.Input[bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
543
|
-
:param pulumi.Input[str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
544
|
-
:param pulumi.Input[bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
545
|
-
:param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
546
|
-
:param pulumi.Input[str] gateway_id: The ID of the Public Gateway.
|
561
|
+
:param pulumi.Input[builtins.bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
562
|
+
:param pulumi.Input[builtins.str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
563
|
+
:param pulumi.Input[builtins.bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
564
|
+
:param pulumi.Input[builtins.bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
565
|
+
:param pulumi.Input[builtins.str] gateway_id: The ID of the Public Gateway.
|
547
566
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkIpamConfigArgs', 'GatewayNetworkIpamConfigArgsDict']]]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
548
|
-
:param pulumi.Input[
|
549
|
-
:param pulumi.Input[str]
|
550
|
-
:param pulumi.Input[str]
|
567
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkPrivateIpArgs', 'GatewayNetworkPrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the resource.
|
568
|
+
:param pulumi.Input[builtins.str] private_network_id: The ID of the Private Network.
|
569
|
+
:param pulumi.Input[builtins.str] static_address: Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
570
|
+
:param pulumi.Input[builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
551
571
|
|
552
572
|
> **Important:**
|
553
573
|
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP fields are now deprecated.
|
@@ -648,15 +668,16 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
648
668
|
def _internal_init(__self__,
|
649
669
|
resource_name: str,
|
650
670
|
opts: Optional[pulumi.ResourceOptions] = None,
|
651
|
-
cleanup_dhcp: Optional[pulumi.Input[bool]] = None,
|
652
|
-
dhcp_id: Optional[pulumi.Input[str]] = None,
|
653
|
-
enable_dhcp: Optional[pulumi.Input[bool]] = None,
|
654
|
-
enable_masquerade: Optional[pulumi.Input[bool]] = None,
|
655
|
-
gateway_id: Optional[pulumi.Input[str]] = None,
|
671
|
+
cleanup_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
672
|
+
dhcp_id: Optional[pulumi.Input[builtins.str]] = None,
|
673
|
+
enable_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
674
|
+
enable_masquerade: Optional[pulumi.Input[builtins.bool]] = None,
|
675
|
+
gateway_id: Optional[pulumi.Input[builtins.str]] = None,
|
656
676
|
ipam_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkIpamConfigArgs', 'GatewayNetworkIpamConfigArgsDict']]]]] = None,
|
657
|
-
|
658
|
-
|
659
|
-
|
677
|
+
private_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkPrivateIpArgs', 'GatewayNetworkPrivateIpArgsDict']]]]] = None,
|
678
|
+
private_network_id: Optional[pulumi.Input[builtins.str]] = None,
|
679
|
+
static_address: Optional[pulumi.Input[builtins.str]] = None,
|
680
|
+
zone: Optional[pulumi.Input[builtins.str]] = None,
|
660
681
|
__props__=None):
|
661
682
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
662
683
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -674,6 +695,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
674
695
|
raise TypeError("Missing required property 'gateway_id'")
|
675
696
|
__props__.__dict__["gateway_id"] = gateway_id
|
676
697
|
__props__.__dict__["ipam_configs"] = ipam_configs
|
698
|
+
__props__.__dict__["private_ips"] = private_ips
|
677
699
|
if private_network_id is None and not opts.urn:
|
678
700
|
raise TypeError("Missing required property 'private_network_id'")
|
679
701
|
__props__.__dict__["private_network_id"] = private_network_id
|
@@ -681,7 +703,6 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
681
703
|
__props__.__dict__["zone"] = zone
|
682
704
|
__props__.__dict__["created_at"] = None
|
683
705
|
__props__.__dict__["mac_address"] = None
|
684
|
-
__props__.__dict__["private_ips"] = None
|
685
706
|
__props__.__dict__["status"] = None
|
686
707
|
__props__.__dict__["updated_at"] = None
|
687
708
|
alias_opts = pulumi.ResourceOptions(aliases=[pulumi.Alias(type_="scaleway:index/vpcGatewayNetwork:VpcGatewayNetwork")])
|
@@ -696,20 +717,20 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
696
717
|
def get(resource_name: str,
|
697
718
|
id: pulumi.Input[str],
|
698
719
|
opts: Optional[pulumi.ResourceOptions] = None,
|
699
|
-
cleanup_dhcp: Optional[pulumi.Input[bool]] = None,
|
700
|
-
created_at: Optional[pulumi.Input[str]] = None,
|
701
|
-
dhcp_id: Optional[pulumi.Input[str]] = None,
|
702
|
-
enable_dhcp: Optional[pulumi.Input[bool]] = None,
|
703
|
-
enable_masquerade: Optional[pulumi.Input[bool]] = None,
|
704
|
-
gateway_id: Optional[pulumi.Input[str]] = None,
|
720
|
+
cleanup_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
721
|
+
created_at: Optional[pulumi.Input[builtins.str]] = None,
|
722
|
+
dhcp_id: Optional[pulumi.Input[builtins.str]] = None,
|
723
|
+
enable_dhcp: Optional[pulumi.Input[builtins.bool]] = None,
|
724
|
+
enable_masquerade: Optional[pulumi.Input[builtins.bool]] = None,
|
725
|
+
gateway_id: Optional[pulumi.Input[builtins.str]] = None,
|
705
726
|
ipam_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkIpamConfigArgs', 'GatewayNetworkIpamConfigArgsDict']]]]] = None,
|
706
|
-
mac_address: Optional[pulumi.Input[str]] = None,
|
727
|
+
mac_address: Optional[pulumi.Input[builtins.str]] = None,
|
707
728
|
private_ips: Optional[pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkPrivateIpArgs', 'GatewayNetworkPrivateIpArgsDict']]]]] = None,
|
708
|
-
private_network_id: Optional[pulumi.Input[str]] = None,
|
709
|
-
static_address: Optional[pulumi.Input[str]] = None,
|
710
|
-
status: Optional[pulumi.Input[str]] = None,
|
711
|
-
updated_at: Optional[pulumi.Input[str]] = None,
|
712
|
-
zone: Optional[pulumi.Input[str]] = None) -> 'GatewayNetwork':
|
729
|
+
private_network_id: Optional[pulumi.Input[builtins.str]] = None,
|
730
|
+
static_address: Optional[pulumi.Input[builtins.str]] = None,
|
731
|
+
status: Optional[pulumi.Input[builtins.str]] = None,
|
732
|
+
updated_at: Optional[pulumi.Input[builtins.str]] = None,
|
733
|
+
zone: Optional[pulumi.Input[builtins.str]] = None) -> 'GatewayNetwork':
|
713
734
|
"""
|
714
735
|
Get an existing GatewayNetwork resource's state with the given name, id, and optional extra
|
715
736
|
properties used to qualify the lookup.
|
@@ -717,20 +738,20 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
717
738
|
:param str resource_name: The unique name of the resulting resource.
|
718
739
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
719
740
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
720
|
-
:param pulumi.Input[bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
721
|
-
:param pulumi.Input[str] created_at: The date and time of the creation of the GatewayNetwork.
|
722
|
-
:param pulumi.Input[str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
723
|
-
:param pulumi.Input[bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
724
|
-
:param pulumi.Input[bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
725
|
-
:param pulumi.Input[str] gateway_id: The ID of the Public Gateway.
|
741
|
+
:param pulumi.Input[builtins.bool] cleanup_dhcp: Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
742
|
+
:param pulumi.Input[builtins.str] created_at: The date and time of the creation of the GatewayNetwork.
|
743
|
+
:param pulumi.Input[builtins.str] dhcp_id: Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
744
|
+
:param pulumi.Input[builtins.bool] enable_dhcp: Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
745
|
+
:param pulumi.Input[builtins.bool] enable_masquerade: Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
746
|
+
:param pulumi.Input[builtins.str] gateway_id: The ID of the Public Gateway.
|
726
747
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkIpamConfigArgs', 'GatewayNetworkIpamConfigArgsDict']]]] ipam_configs: Auto-configure the GatewayNetwork using Scaleway's IPAM (IP address management service). Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
727
|
-
:param pulumi.Input[str] mac_address: The MAC address of the GatewayNetwork.
|
748
|
+
:param pulumi.Input[builtins.str] mac_address: The MAC address of the GatewayNetwork.
|
728
749
|
:param pulumi.Input[Sequence[pulumi.Input[Union['GatewayNetworkPrivateIpArgs', 'GatewayNetworkPrivateIpArgsDict']]]] private_ips: The private IPv4 address associated with the resource.
|
729
|
-
:param pulumi.Input[str] private_network_id: The ID of the Private Network.
|
730
|
-
:param pulumi.Input[str] static_address: Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
731
|
-
:param pulumi.Input[str] status: The status of the Public Gateway's connection to the Private Network.
|
732
|
-
:param pulumi.Input[str] updated_at: The date and time of the last update of the GatewayNetwork.
|
733
|
-
:param pulumi.Input[str] zone: `zone`) The zone in which the gateway network should be created.
|
750
|
+
:param pulumi.Input[builtins.str] private_network_id: The ID of the Private Network.
|
751
|
+
:param pulumi.Input[builtins.str] static_address: Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
752
|
+
:param pulumi.Input[builtins.str] status: The status of the Public Gateway's connection to the Private Network.
|
753
|
+
:param pulumi.Input[builtins.str] updated_at: The date and time of the last update of the GatewayNetwork.
|
754
|
+
:param pulumi.Input[builtins.str] zone: `zone`) The zone in which the gateway network should be created.
|
734
755
|
|
735
756
|
> **Important:**
|
736
757
|
In 2023, DHCP functionality was moved from Public Gateways to Private Networks, DHCP fields are now deprecated.
|
@@ -759,7 +780,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
759
780
|
@property
|
760
781
|
@pulumi.getter(name="cleanupDhcp")
|
761
782
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
762
|
-
def cleanup_dhcp(self) -> pulumi.Output[bool]:
|
783
|
+
def cleanup_dhcp(self) -> pulumi.Output[builtins.bool]:
|
763
784
|
"""
|
764
785
|
Please use `ipam_config`. Whether to remove DHCP configuration on this GatewayNetwork upon destroy. Requires DHCP ID.
|
765
786
|
"""
|
@@ -767,7 +788,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
767
788
|
|
768
789
|
@property
|
769
790
|
@pulumi.getter(name="createdAt")
|
770
|
-
def created_at(self) -> pulumi.Output[str]:
|
791
|
+
def created_at(self) -> pulumi.Output[builtins.str]:
|
771
792
|
"""
|
772
793
|
The date and time of the creation of the GatewayNetwork.
|
773
794
|
"""
|
@@ -776,7 +797,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
776
797
|
@property
|
777
798
|
@pulumi.getter(name="dhcpId")
|
778
799
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
779
|
-
def dhcp_id(self) -> pulumi.Output[Optional[str]]:
|
800
|
+
def dhcp_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
780
801
|
"""
|
781
802
|
Please use `ipam_config`. The ID of the Public Gateway DHCP configuration. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
782
803
|
"""
|
@@ -785,7 +806,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
785
806
|
@property
|
786
807
|
@pulumi.getter(name="enableDhcp")
|
787
808
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
788
|
-
def enable_dhcp(self) -> pulumi.Output[Optional[bool]]:
|
809
|
+
def enable_dhcp(self) -> pulumi.Output[Optional[builtins.bool]]:
|
789
810
|
"""
|
790
811
|
Please use `ipam_config`. Whether a DHCP configuration should be enabled on this GatewayNetwork. Requires a DHCP ID.
|
791
812
|
"""
|
@@ -793,7 +814,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
793
814
|
|
794
815
|
@property
|
795
816
|
@pulumi.getter(name="enableMasquerade")
|
796
|
-
def enable_masquerade(self) -> pulumi.Output[Optional[bool]]:
|
817
|
+
def enable_masquerade(self) -> pulumi.Output[Optional[builtins.bool]]:
|
797
818
|
"""
|
798
819
|
Whether masquerade (dynamic NAT) should be enabled on this GatewayNetwork.
|
799
820
|
"""
|
@@ -801,7 +822,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
801
822
|
|
802
823
|
@property
|
803
824
|
@pulumi.getter(name="gatewayId")
|
804
|
-
def gateway_id(self) -> pulumi.Output[str]:
|
825
|
+
def gateway_id(self) -> pulumi.Output[builtins.str]:
|
805
826
|
"""
|
806
827
|
The ID of the Public Gateway.
|
807
828
|
"""
|
@@ -817,7 +838,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
817
838
|
|
818
839
|
@property
|
819
840
|
@pulumi.getter(name="macAddress")
|
820
|
-
def mac_address(self) -> pulumi.Output[str]:
|
841
|
+
def mac_address(self) -> pulumi.Output[builtins.str]:
|
821
842
|
"""
|
822
843
|
The MAC address of the GatewayNetwork.
|
823
844
|
"""
|
@@ -833,7 +854,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
833
854
|
|
834
855
|
@property
|
835
856
|
@pulumi.getter(name="privateNetworkId")
|
836
|
-
def private_network_id(self) -> pulumi.Output[str]:
|
857
|
+
def private_network_id(self) -> pulumi.Output[builtins.str]:
|
837
858
|
"""
|
838
859
|
The ID of the Private Network.
|
839
860
|
"""
|
@@ -842,7 +863,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
842
863
|
@property
|
843
864
|
@pulumi.getter(name="staticAddress")
|
844
865
|
@_utilities.deprecated("""Please use ipam_config. For more information, please refer to the dedicated guide: https://github.com/scaleway/terraform-provider-scaleway/blob/master/docs/guides/migration_guide_vpcgw_v2.md""")
|
845
|
-
def static_address(self) -> pulumi.Output[str]:
|
866
|
+
def static_address(self) -> pulumi.Output[builtins.str]:
|
846
867
|
"""
|
847
868
|
Please use `ipam_config`. Enable DHCP configration on this GatewayNetwork. Only one of `dhcp_id`, `static_address` and `ipam_config` should be specified.
|
848
869
|
"""
|
@@ -850,7 +871,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
850
871
|
|
851
872
|
@property
|
852
873
|
@pulumi.getter
|
853
|
-
def status(self) -> pulumi.Output[str]:
|
874
|
+
def status(self) -> pulumi.Output[builtins.str]:
|
854
875
|
"""
|
855
876
|
The status of the Public Gateway's connection to the Private Network.
|
856
877
|
"""
|
@@ -858,7 +879,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
858
879
|
|
859
880
|
@property
|
860
881
|
@pulumi.getter(name="updatedAt")
|
861
|
-
def updated_at(self) -> pulumi.Output[str]:
|
882
|
+
def updated_at(self) -> pulumi.Output[builtins.str]:
|
862
883
|
"""
|
863
884
|
The date and time of the last update of the GatewayNetwork.
|
864
885
|
"""
|
@@ -866,7 +887,7 @@ class GatewayNetwork(pulumi.CustomResource):
|
|
866
887
|
|
867
888
|
@property
|
868
889
|
@pulumi.getter
|
869
|
-
def zone(self) -> pulumi.Output[str]:
|
890
|
+
def zone(self) -> pulumi.Output[builtins.str]:
|
870
891
|
"""
|
871
892
|
`zone`) The zone in which the gateway network should be created.
|
872
893
|
|