pulumiverse-scaleway 1.35.0a1759392423__py3-none-any.whl → 1.35.0a1760445454__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 +1 -1
- pulumiverse_scaleway/_inputs.py +2711 -2712
- pulumiverse_scaleway/account/__init__.py +1 -1
- pulumiverse_scaleway/account/get_availability_zones.py +11 -12
- pulumiverse_scaleway/account/get_project.py +27 -28
- pulumiverse_scaleway/account/get_projects.py +18 -19
- pulumiverse_scaleway/account/get_ssh_key.py +33 -34
- pulumiverse_scaleway/account/outputs.py +25 -26
- pulumiverse_scaleway/account/project.py +70 -71
- pulumiverse_scaleway/account/ssh_key.py +105 -106
- pulumiverse_scaleway/account_project.py +70 -71
- pulumiverse_scaleway/account_ssh_key.py +105 -106
- pulumiverse_scaleway/apple_silicon_server.py +216 -217
- pulumiverse_scaleway/applesilicon/__init__.py +1 -1
- pulumiverse_scaleway/applesilicon/_inputs.py +50 -51
- pulumiverse_scaleway/applesilicon/outputs.py +34 -35
- pulumiverse_scaleway/applesilicon/server.py +216 -217
- pulumiverse_scaleway/autoscaling/__init__.py +1 -1
- pulumiverse_scaleway/autoscaling/_inputs.py +130 -131
- pulumiverse_scaleway/autoscaling/instance_group.py +127 -128
- pulumiverse_scaleway/autoscaling/instance_policy.py +140 -141
- pulumiverse_scaleway/autoscaling/instance_template.py +235 -236
- pulumiverse_scaleway/autoscaling/outputs.py +88 -89
- pulumiverse_scaleway/baremetal_server.py +350 -351
- pulumiverse_scaleway/billing/__init__.py +1 -1
- pulumiverse_scaleway/billing/get_consumptions.py +14 -15
- pulumiverse_scaleway/billing/get_invoices.py +24 -25
- pulumiverse_scaleway/billing/outputs.py +95 -96
- pulumiverse_scaleway/block/__init__.py +1 -1
- pulumiverse_scaleway/block/_inputs.py +25 -26
- pulumiverse_scaleway/block/get_snapshot.py +37 -38
- pulumiverse_scaleway/block/get_volume.py +37 -38
- pulumiverse_scaleway/block/outputs.py +33 -34
- pulumiverse_scaleway/block/snapshot.py +92 -93
- pulumiverse_scaleway/block/volume.py +137 -138
- pulumiverse_scaleway/block_snapshot.py +92 -93
- pulumiverse_scaleway/block_volume.py +137 -138
- pulumiverse_scaleway/cockpit.py +48 -49
- pulumiverse_scaleway/cockpit_alert_manager.py +64 -65
- pulumiverse_scaleway/cockpit_grafana_user.py +70 -71
- pulumiverse_scaleway/cockpit_source.py +140 -141
- pulumiverse_scaleway/cockpit_token.py +82 -83
- pulumiverse_scaleway/config/__init__.py +1 -1
- pulumiverse_scaleway/config/__init__.pyi +1 -2
- pulumiverse_scaleway/config/vars.py +9 -10
- pulumiverse_scaleway/container.py +476 -477
- pulumiverse_scaleway/container_cron.py +95 -96
- pulumiverse_scaleway/container_domain.py +61 -62
- pulumiverse_scaleway/container_namespace.py +181 -182
- pulumiverse_scaleway/container_token.py +95 -96
- pulumiverse_scaleway/container_trigger.py +75 -76
- pulumiverse_scaleway/containers/__init__.py +1 -1
- pulumiverse_scaleway/containers/_inputs.py +86 -87
- pulumiverse_scaleway/containers/container.py +476 -477
- pulumiverse_scaleway/containers/cron.py +95 -96
- pulumiverse_scaleway/containers/domain.py +61 -62
- pulumiverse_scaleway/containers/get_container.py +79 -80
- pulumiverse_scaleway/containers/get_namespace.py +45 -46
- pulumiverse_scaleway/containers/namespace.py +181 -182
- pulumiverse_scaleway/containers/outputs.py +83 -84
- pulumiverse_scaleway/containers/token.py +95 -96
- pulumiverse_scaleway/containers/trigger.py +75 -76
- pulumiverse_scaleway/database.py +79 -80
- pulumiverse_scaleway/database_acl.py +38 -39
- pulumiverse_scaleway/database_backup.py +122 -123
- pulumiverse_scaleway/database_instance.py +374 -375
- pulumiverse_scaleway/database_privilege.py +86 -87
- pulumiverse_scaleway/database_read_replica.py +58 -59
- pulumiverse_scaleway/database_user.py +86 -87
- pulumiverse_scaleway/databases/__init__.py +1 -1
- pulumiverse_scaleway/databases/_inputs.py +227 -228
- pulumiverse_scaleway/databases/acl.py +38 -39
- pulumiverse_scaleway/databases/database.py +79 -80
- pulumiverse_scaleway/databases/database_backup.py +122 -123
- pulumiverse_scaleway/databases/get_acl.py +16 -17
- pulumiverse_scaleway/databases/get_database.py +25 -26
- pulumiverse_scaleway/databases/get_database_backup.py +45 -46
- pulumiverse_scaleway/databases/get_instance.py +72 -73
- pulumiverse_scaleway/databases/get_privilege.py +29 -30
- pulumiverse_scaleway/databases/instance.py +374 -375
- pulumiverse_scaleway/databases/outputs.py +247 -248
- pulumiverse_scaleway/databases/privilege.py +86 -87
- pulumiverse_scaleway/databases/read_replica.py +58 -59
- pulumiverse_scaleway/databases/serverless_database.py +95 -96
- pulumiverse_scaleway/databases/snapshot.py +123 -124
- pulumiverse_scaleway/databases/user.py +86 -87
- pulumiverse_scaleway/domain/__init__.py +1 -1
- pulumiverse_scaleway/domain/_inputs.py +660 -661
- pulumiverse_scaleway/domain/get_record.py +51 -52
- pulumiverse_scaleway/domain/get_zone.py +33 -34
- pulumiverse_scaleway/domain/outputs.py +500 -501
- pulumiverse_scaleway/domain/record.py +150 -151
- pulumiverse_scaleway/domain/registration.py +121 -122
- pulumiverse_scaleway/domain/zone.py +106 -107
- pulumiverse_scaleway/domain_record.py +150 -151
- pulumiverse_scaleway/domain_zone.py +106 -107
- pulumiverse_scaleway/edge_services_backend_stage.py +59 -60
- pulumiverse_scaleway/edge_services_cache_stage.py +158 -159
- pulumiverse_scaleway/edge_services_dns_stage.py +130 -131
- pulumiverse_scaleway/edge_services_head_stage.py +35 -36
- pulumiverse_scaleway/edge_services_pipeline.py +79 -80
- pulumiverse_scaleway/edge_services_plan.py +35 -36
- pulumiverse_scaleway/edge_services_route_stage.py +73 -74
- pulumiverse_scaleway/edge_services_tls_stage.py +150 -151
- pulumiverse_scaleway/edge_services_waf_stage.py +104 -105
- pulumiverse_scaleway/elasticmetal/__init__.py +1 -1
- pulumiverse_scaleway/elasticmetal/_inputs.py +146 -147
- pulumiverse_scaleway/elasticmetal/get_ip.py +41 -42
- pulumiverse_scaleway/elasticmetal/get_ips.py +30 -31
- pulumiverse_scaleway/elasticmetal/get_offer.py +40 -41
- pulumiverse_scaleway/elasticmetal/get_option.py +23 -24
- pulumiverse_scaleway/elasticmetal/get_os.py +27 -28
- pulumiverse_scaleway/elasticmetal/get_partition_schema.py +35 -36
- pulumiverse_scaleway/elasticmetal/get_server.py +69 -70
- pulumiverse_scaleway/elasticmetal/ip.py +165 -166
- pulumiverse_scaleway/elasticmetal/ip_mac_address.py +105 -106
- pulumiverse_scaleway/elasticmetal/outputs.py +312 -312
- pulumiverse_scaleway/elasticmetal/server.py +350 -351
- pulumiverse_scaleway/file_filesystem.py +131 -132
- pulumiverse_scaleway/flexible_ip.py +165 -166
- pulumiverse_scaleway/flexible_ip_mac_address.py +105 -106
- pulumiverse_scaleway/function.py +381 -382
- pulumiverse_scaleway/function_cron.py +95 -96
- pulumiverse_scaleway/function_domain.py +61 -62
- pulumiverse_scaleway/function_namespace.py +164 -165
- pulumiverse_scaleway/function_token.py +95 -96
- pulumiverse_scaleway/function_trigger.py +75 -76
- pulumiverse_scaleway/functions/__init__.py +1 -1
- pulumiverse_scaleway/functions/_inputs.py +49 -50
- pulumiverse_scaleway/functions/cron.py +95 -96
- pulumiverse_scaleway/functions/domain.py +61 -62
- pulumiverse_scaleway/functions/function.py +381 -382
- pulumiverse_scaleway/functions/get_function.py +73 -74
- pulumiverse_scaleway/functions/get_namespace.py +43 -44
- pulumiverse_scaleway/functions/namespace.py +164 -165
- pulumiverse_scaleway/functions/outputs.py +33 -34
- pulumiverse_scaleway/functions/token.py +95 -96
- pulumiverse_scaleway/functions/trigger.py +75 -76
- pulumiverse_scaleway/get_account_project.py +27 -28
- pulumiverse_scaleway/get_account_ssh_key.py +33 -34
- pulumiverse_scaleway/get_availability_zones.py +11 -12
- pulumiverse_scaleway/get_baremetal_offer.py +40 -41
- pulumiverse_scaleway/get_baremetal_option.py +23 -24
- pulumiverse_scaleway/get_baremetal_os.py +27 -28
- pulumiverse_scaleway/get_baremetal_server.py +69 -70
- pulumiverse_scaleway/get_billing_consumptions.py +14 -15
- pulumiverse_scaleway/get_billing_invoices.py +24 -25
- pulumiverse_scaleway/get_block_snapshot.py +37 -38
- pulumiverse_scaleway/get_block_volume.py +37 -38
- pulumiverse_scaleway/get_cockpit.py +15 -16
- pulumiverse_scaleway/get_cockpit_source.py +49 -50
- pulumiverse_scaleway/get_config.py +23 -24
- pulumiverse_scaleway/get_container.py +79 -80
- pulumiverse_scaleway/get_container_namespace.py +45 -46
- pulumiverse_scaleway/get_database.py +25 -26
- pulumiverse_scaleway/get_database_acl.py +16 -17
- pulumiverse_scaleway/get_database_backup.py +45 -46
- pulumiverse_scaleway/get_database_instance.py +72 -73
- pulumiverse_scaleway/get_database_privilege.py +29 -30
- pulumiverse_scaleway/get_domain_record.py +51 -52
- pulumiverse_scaleway/get_domain_zone.py +33 -34
- pulumiverse_scaleway/get_flexible_ip.py +41 -42
- pulumiverse_scaleway/get_flexible_ips.py +30 -31
- pulumiverse_scaleway/get_function.py +73 -74
- pulumiverse_scaleway/get_function_namespace.py +43 -44
- pulumiverse_scaleway/get_iam_api_key.py +27 -28
- pulumiverse_scaleway/get_iam_application.py +31 -32
- pulumiverse_scaleway/get_iam_group.py +35 -36
- pulumiverse_scaleway/get_iam_ssh_key.py +33 -34
- pulumiverse_scaleway/get_iam_user.py +27 -28
- pulumiverse_scaleway/get_instance_image.py +57 -58
- pulumiverse_scaleway/get_instance_ip.py +29 -30
- pulumiverse_scaleway/get_instance_placement_group.py +37 -38
- pulumiverse_scaleway/get_instance_private_nic.py +40 -41
- pulumiverse_scaleway/get_instance_security_group.py +45 -46
- pulumiverse_scaleway/get_instance_server.py +81 -82
- pulumiverse_scaleway/get_instance_servers.py +30 -31
- pulumiverse_scaleway/get_instance_snapshot.py +40 -41
- pulumiverse_scaleway/get_instance_volume.py +41 -42
- pulumiverse_scaleway/get_iot_device.py +45 -46
- pulumiverse_scaleway/get_iot_hub.py +59 -60
- pulumiverse_scaleway/get_ipam_ip.py +64 -65
- pulumiverse_scaleway/get_ipam_ips.py +55 -56
- pulumiverse_scaleway/get_k8s_version.py +21 -22
- pulumiverse_scaleway/get_kubernetes_cluster.py +63 -64
- pulumiverse_scaleway/get_kubernetes_node_pool.py +75 -76
- pulumiverse_scaleway/get_lb_acls.py +28 -29
- pulumiverse_scaleway/get_lb_backend.py +74 -75
- pulumiverse_scaleway/get_lb_backends.py +28 -29
- pulumiverse_scaleway/get_lb_frontend.py +44 -45
- pulumiverse_scaleway/get_lb_frontends.py +28 -29
- pulumiverse_scaleway/get_lb_ips.py +36 -37
- pulumiverse_scaleway/get_lb_route.py +25 -26
- pulumiverse_scaleway/get_lb_routes.py +22 -23
- pulumiverse_scaleway/get_lbs.py +30 -31
- pulumiverse_scaleway/get_loadbalancer.py +55 -56
- pulumiverse_scaleway/get_loadbalancer_certificate.py +35 -36
- pulumiverse_scaleway/get_loadbalancer_ip.py +39 -40
- pulumiverse_scaleway/get_marketplace_image.py +27 -28
- pulumiverse_scaleway/get_mnq_sns.py +17 -18
- pulumiverse_scaleway/get_mnq_sqs.py +17 -18
- pulumiverse_scaleway/get_mongo_db_instance.py +62 -63
- pulumiverse_scaleway/get_object_bucket.py +34 -35
- pulumiverse_scaleway/get_object_bucket_policy.py +21 -22
- pulumiverse_scaleway/get_redis_cluster.py +53 -54
- pulumiverse_scaleway/get_registry_image.py +47 -48
- pulumiverse_scaleway/get_registry_image_tag.py +43 -44
- pulumiverse_scaleway/get_registry_namespace.py +35 -36
- pulumiverse_scaleway/get_secret.py +57 -58
- pulumiverse_scaleway/get_secret_version.py +45 -46
- pulumiverse_scaleway/get_tem_domain.py +102 -70
- pulumiverse_scaleway/get_vpc.py +47 -48
- pulumiverse_scaleway/get_vpc_gateway_network.py +43 -44
- pulumiverse_scaleway/get_vpc_private_network.py +47 -48
- pulumiverse_scaleway/get_vpc_public_gateway.py +55 -56
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp.py +43 -44
- pulumiverse_scaleway/get_vpc_public_gateway_dhcp_reservation.py +43 -44
- pulumiverse_scaleway/get_vpc_public_gateway_ip.py +23 -24
- pulumiverse_scaleway/get_vpc_public_pat_rule.py +31 -32
- pulumiverse_scaleway/get_vpc_routes.py +46 -47
- pulumiverse_scaleway/get_vpcs.py +30 -31
- pulumiverse_scaleway/get_web_host_offer.py +33 -34
- pulumiverse_scaleway/get_webhosting.py +57 -58
- pulumiverse_scaleway/hosting/__init__.py +1 -1
- pulumiverse_scaleway/hosting/_inputs.py +80 -81
- pulumiverse_scaleway/hosting/get_hosting.py +57 -58
- pulumiverse_scaleway/hosting/get_offer.py +33 -34
- pulumiverse_scaleway/hosting/hosting.py +209 -210
- pulumiverse_scaleway/hosting/outputs.py +211 -212
- pulumiverse_scaleway/iam/__init__.py +1 -1
- pulumiverse_scaleway/iam/_inputs.py +25 -26
- pulumiverse_scaleway/iam/api_key.py +140 -141
- pulumiverse_scaleway/iam/application.py +96 -97
- pulumiverse_scaleway/iam/get_api_key.py +27 -28
- pulumiverse_scaleway/iam/get_application.py +31 -32
- pulumiverse_scaleway/iam/get_group.py +35 -36
- pulumiverse_scaleway/iam/get_ssh_key.py +33 -34
- pulumiverse_scaleway/iam/get_user.py +27 -28
- pulumiverse_scaleway/iam/group.py +138 -139
- pulumiverse_scaleway/iam/group_membership.py +52 -53
- pulumiverse_scaleway/iam/outputs.py +17 -18
- pulumiverse_scaleway/iam/policy.py +167 -168
- pulumiverse_scaleway/iam/ssh_key.py +105 -106
- pulumiverse_scaleway/iam/user.py +269 -270
- pulumiverse_scaleway/iam_api_key.py +140 -141
- pulumiverse_scaleway/iam_application.py +96 -97
- pulumiverse_scaleway/iam_group.py +138 -139
- pulumiverse_scaleway/iam_group_membership.py +52 -53
- pulumiverse_scaleway/iam_policy.py +167 -168
- pulumiverse_scaleway/iam_ssh_key.py +105 -106
- pulumiverse_scaleway/iam_user.py +269 -270
- pulumiverse_scaleway/inference/__init__.py +1 -1
- pulumiverse_scaleway/inference/_inputs.py +86 -87
- pulumiverse_scaleway/inference/deployment.py +225 -226
- pulumiverse_scaleway/inference/get_model.py +42 -43
- pulumiverse_scaleway/inference/model.py +160 -161
- pulumiverse_scaleway/inference/outputs.py +75 -76
- pulumiverse_scaleway/inference_deployment.py +225 -226
- pulumiverse_scaleway/instance/__init__.py +2 -1
- pulumiverse_scaleway/instance/_inputs.py +381 -382
- pulumiverse_scaleway/instance/get_image.py +57 -58
- pulumiverse_scaleway/instance/get_ip.py +29 -30
- pulumiverse_scaleway/instance/get_placement_group.py +37 -38
- pulumiverse_scaleway/instance/get_private_nic.py +40 -41
- pulumiverse_scaleway/instance/get_security_group.py +45 -46
- pulumiverse_scaleway/instance/get_server.py +81 -82
- pulumiverse_scaleway/instance/get_server_type.py +271 -0
- pulumiverse_scaleway/instance/get_servers.py +30 -31
- pulumiverse_scaleway/instance/get_snapshot.py +40 -41
- pulumiverse_scaleway/instance/get_volume.py +41 -42
- pulumiverse_scaleway/instance/image.py +184 -185
- pulumiverse_scaleway/instance/ip.py +114 -115
- pulumiverse_scaleway/instance/ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/instance/outputs.py +660 -515
- pulumiverse_scaleway/instance/placement_group.py +121 -122
- pulumiverse_scaleway/instance/private_nic.py +115 -116
- pulumiverse_scaleway/instance/security_group.py +186 -187
- pulumiverse_scaleway/instance/security_group_rules.py +24 -25
- pulumiverse_scaleway/instance/server.py +433 -434
- pulumiverse_scaleway/instance/snapshot.py +133 -162
- pulumiverse_scaleway/instance/user_data.py +69 -70
- pulumiverse_scaleway/instance/volume.py +155 -177
- pulumiverse_scaleway/instance_image.py +184 -185
- pulumiverse_scaleway/instance_ip.py +114 -115
- pulumiverse_scaleway/instance_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/instance_placement_group.py +121 -122
- pulumiverse_scaleway/instance_private_nic.py +115 -116
- pulumiverse_scaleway/instance_security_group.py +186 -187
- pulumiverse_scaleway/instance_security_group_rules.py +24 -25
- pulumiverse_scaleway/instance_server.py +433 -434
- pulumiverse_scaleway/instance_snapshot.py +133 -162
- pulumiverse_scaleway/instance_user_data.py +69 -70
- pulumiverse_scaleway/instance_volume.py +155 -177
- pulumiverse_scaleway/iot/__init__.py +1 -1
- pulumiverse_scaleway/iot/_inputs.py +118 -119
- pulumiverse_scaleway/iot/device.py +154 -155
- pulumiverse_scaleway/iot/get_device.py +45 -46
- pulumiverse_scaleway/iot/get_hub.py +59 -60
- pulumiverse_scaleway/iot/hub.py +252 -253
- pulumiverse_scaleway/iot/network.py +113 -114
- pulumiverse_scaleway/iot/outputs.py +106 -107
- pulumiverse_scaleway/iot/route.py +87 -88
- pulumiverse_scaleway/iot_device.py +154 -155
- pulumiverse_scaleway/iot_hub.py +252 -253
- pulumiverse_scaleway/iot_network.py +113 -114
- pulumiverse_scaleway/iot_route.py +87 -88
- pulumiverse_scaleway/ipam/__init__.py +1 -1
- pulumiverse_scaleway/ipam/_inputs.py +103 -104
- pulumiverse_scaleway/ipam/get_ip.py +64 -65
- pulumiverse_scaleway/ipam/get_ips.py +55 -56
- pulumiverse_scaleway/ipam/ip.py +123 -124
- pulumiverse_scaleway/ipam/ip_reverse_dns.py +69 -70
- pulumiverse_scaleway/ipam/outputs.py +119 -120
- pulumiverse_scaleway/ipam_ip.py +123 -124
- pulumiverse_scaleway/ipam_ip_reverse_dns.py +69 -70
- pulumiverse_scaleway/job/__init__.py +1 -1
- pulumiverse_scaleway/job/_inputs.py +44 -45
- pulumiverse_scaleway/job/definition.py +177 -178
- pulumiverse_scaleway/job/outputs.py +30 -31
- pulumiverse_scaleway/job_definition.py +177 -178
- pulumiverse_scaleway/key_manager_key.py +203 -204
- pulumiverse_scaleway/kubernetes/__init__.py +1 -1
- pulumiverse_scaleway/kubernetes/_inputs.py +227 -228
- pulumiverse_scaleway/kubernetes/acl.py +55 -56
- pulumiverse_scaleway/kubernetes/cluster.py +296 -297
- pulumiverse_scaleway/kubernetes/get_cluster.py +63 -64
- pulumiverse_scaleway/kubernetes/get_pool.py +75 -76
- pulumiverse_scaleway/kubernetes/get_version.py +21 -22
- pulumiverse_scaleway/kubernetes/outputs.py +288 -289
- pulumiverse_scaleway/kubernetes/pool.py +374 -375
- pulumiverse_scaleway/kubernetes_cluster.py +296 -297
- pulumiverse_scaleway/kubernetes_node_pool.py +374 -375
- pulumiverse_scaleway/loadbalancer.py +246 -247
- pulumiverse_scaleway/loadbalancer_acl.py +93 -94
- pulumiverse_scaleway/loadbalancer_backend.py +493 -487
- pulumiverse_scaleway/loadbalancer_certificate.py +95 -96
- pulumiverse_scaleway/loadbalancer_frontend.py +201 -202
- pulumiverse_scaleway/loadbalancer_ip.py +122 -123
- pulumiverse_scaleway/loadbalancer_route.py +121 -122
- pulumiverse_scaleway/loadbalancers/__init__.py +1 -1
- pulumiverse_scaleway/loadbalancers/_inputs.py +273 -274
- pulumiverse_scaleway/loadbalancers/acl.py +93 -94
- pulumiverse_scaleway/loadbalancers/backend.py +493 -487
- pulumiverse_scaleway/loadbalancers/certificate.py +95 -96
- pulumiverse_scaleway/loadbalancers/frontend.py +201 -202
- pulumiverse_scaleway/loadbalancers/get_acls.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_backend.py +74 -75
- pulumiverse_scaleway/loadbalancers/get_backends.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_certificate.py +35 -36
- pulumiverse_scaleway/loadbalancers/get_frontend.py +44 -45
- pulumiverse_scaleway/loadbalancers/get_frontends.py +28 -29
- pulumiverse_scaleway/loadbalancers/get_ip.py +39 -40
- pulumiverse_scaleway/loadbalancers/get_ips.py +36 -37
- pulumiverse_scaleway/loadbalancers/get_load_balancer.py +55 -56
- pulumiverse_scaleway/loadbalancers/get_load_balancers.py +30 -31
- pulumiverse_scaleway/loadbalancers/get_route.py +25 -26
- pulumiverse_scaleway/loadbalancers/get_routes.py +22 -23
- pulumiverse_scaleway/loadbalancers/ip.py +122 -123
- pulumiverse_scaleway/loadbalancers/load_balancer.py +246 -247
- pulumiverse_scaleway/loadbalancers/outputs.py +748 -745
- pulumiverse_scaleway/loadbalancers/route.py +121 -122
- pulumiverse_scaleway/mnq/__init__.py +1 -1
- pulumiverse_scaleway/mnq/_inputs.py +49 -50
- pulumiverse_scaleway/mnq/get_sns.py +17 -18
- pulumiverse_scaleway/mnq/get_sqs.py +17 -18
- pulumiverse_scaleway/mnq/nats_account.py +61 -62
- pulumiverse_scaleway/mnq/nats_credentials.py +61 -62
- pulumiverse_scaleway/mnq/outputs.py +33 -34
- pulumiverse_scaleway/mnq/sns.py +44 -45
- pulumiverse_scaleway/mnq/sns_credentials.py +73 -74
- pulumiverse_scaleway/mnq/sns_topic.py +172 -173
- pulumiverse_scaleway/mnq/sns_topic_subscription.py +180 -181
- pulumiverse_scaleway/mnq/sqs.py +44 -45
- pulumiverse_scaleway/mnq/sqs_credentials.py +73 -74
- pulumiverse_scaleway/mnq/sqs_queue.py +243 -244
- pulumiverse_scaleway/mnq_nats_account.py +61 -62
- pulumiverse_scaleway/mnq_nats_credentials.py +61 -62
- pulumiverse_scaleway/mnq_sns.py +44 -45
- pulumiverse_scaleway/mnq_sns_credentials.py +73 -74
- pulumiverse_scaleway/mnq_sns_topic.py +172 -173
- pulumiverse_scaleway/mnq_sns_topic_subscription.py +180 -181
- pulumiverse_scaleway/mnq_sqs.py +44 -45
- pulumiverse_scaleway/mnq_sqs_credentials.py +73 -74
- pulumiverse_scaleway/mnq_sqs_queue.py +243 -244
- pulumiverse_scaleway/mongo_db_instance.py +309 -310
- pulumiverse_scaleway/mongo_db_snapshot.py +123 -124
- pulumiverse_scaleway/mongodb/__init__.py +1 -1
- pulumiverse_scaleway/mongodb/_inputs.py +80 -81
- pulumiverse_scaleway/mongodb/get_instance.py +62 -63
- pulumiverse_scaleway/mongodb/instance.py +309 -310
- pulumiverse_scaleway/mongodb/outputs.py +95 -96
- pulumiverse_scaleway/mongodb/snapshot.py +123 -124
- pulumiverse_scaleway/mongodb/user.py +72 -73
- pulumiverse_scaleway/network/__init__.py +1 -1
- pulumiverse_scaleway/network/_inputs.py +166 -167
- pulumiverse_scaleway/network/acl.py +72 -73
- pulumiverse_scaleway/network/gateway_network.py +179 -180
- pulumiverse_scaleway/network/get_gateway_network.py +43 -44
- pulumiverse_scaleway/network/get_private_network.py +47 -48
- pulumiverse_scaleway/network/get_public_gateway.py +55 -56
- pulumiverse_scaleway/network/get_public_gateway_dhcp.py +43 -44
- pulumiverse_scaleway/network/get_public_gateway_dhcp_reservation.py +43 -44
- pulumiverse_scaleway/network/get_public_gateway_ip.py +23 -24
- pulumiverse_scaleway/network/get_public_gateway_pat_rule.py +31 -32
- pulumiverse_scaleway/network/get_routes.py +46 -47
- pulumiverse_scaleway/network/get_vpc.py +47 -48
- pulumiverse_scaleway/network/get_vpcs.py +30 -31
- pulumiverse_scaleway/network/outputs.py +288 -287
- pulumiverse_scaleway/network/private_network.py +170 -171
- pulumiverse_scaleway/network/public_gateway.py +259 -260
- pulumiverse_scaleway/network/public_gateway_dhcp.py +283 -284
- pulumiverse_scaleway/network/public_gateway_dhcp_reservation.py +105 -106
- pulumiverse_scaleway/network/public_gateway_ip.py +105 -106
- pulumiverse_scaleway/network/public_gateway_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/network/public_gateway_pat_rule.py +130 -131
- pulumiverse_scaleway/network/route.py +138 -139
- pulumiverse_scaleway/network/vpc.py +139 -140
- pulumiverse_scaleway/object/__init__.py +1 -1
- pulumiverse_scaleway/object/_inputs.py +164 -165
- pulumiverse_scaleway/object/bucket.py +147 -148
- pulumiverse_scaleway/object/bucket_acl.py +89 -90
- pulumiverse_scaleway/object/bucket_lock_configuration.py +55 -56
- pulumiverse_scaleway/object/bucket_policy.py +69 -70
- pulumiverse_scaleway/object/bucket_website_configuration.py +76 -77
- pulumiverse_scaleway/object/get_bucket.py +34 -35
- pulumiverse_scaleway/object/get_bucket_policy.py +21 -22
- pulumiverse_scaleway/object/item.py +239 -240
- pulumiverse_scaleway/object/outputs.py +171 -172
- pulumiverse_scaleway/object_bucket.py +147 -148
- pulumiverse_scaleway/object_bucket_acl.py +89 -90
- pulumiverse_scaleway/object_bucket_lock_configuration.py +55 -56
- pulumiverse_scaleway/object_bucket_policy.py +69 -70
- pulumiverse_scaleway/object_bucket_website_configuration.py +76 -77
- pulumiverse_scaleway/object_item.py +239 -240
- pulumiverse_scaleway/observability/__init__.py +1 -1
- pulumiverse_scaleway/observability/_inputs.py +105 -106
- pulumiverse_scaleway/observability/alert_manager.py +64 -65
- pulumiverse_scaleway/observability/cockpit.py +48 -49
- pulumiverse_scaleway/observability/get_instance.py +15 -16
- pulumiverse_scaleway/observability/get_source.py +49 -50
- pulumiverse_scaleway/observability/get_sources.py +46 -47
- pulumiverse_scaleway/observability/grafana_user.py +70 -71
- pulumiverse_scaleway/observability/outputs.py +149 -150
- pulumiverse_scaleway/observability/source.py +140 -141
- pulumiverse_scaleway/observability/token.py +82 -83
- pulumiverse_scaleway/outputs.py +3886 -3879
- pulumiverse_scaleway/provider.py +82 -83
- pulumiverse_scaleway/pulumi-plugin.json +1 -1
- pulumiverse_scaleway/rdb_snapshot.py +123 -124
- pulumiverse_scaleway/redis/__init__.py +1 -1
- pulumiverse_scaleway/redis/_inputs.py +86 -87
- pulumiverse_scaleway/redis/cluster.py +227 -228
- pulumiverse_scaleway/redis/get_cluster.py +53 -54
- pulumiverse_scaleway/redis/outputs.py +115 -116
- pulumiverse_scaleway/redis_cluster.py +227 -228
- pulumiverse_scaleway/registry/__init__.py +1 -1
- pulumiverse_scaleway/registry/get_image.py +47 -48
- pulumiverse_scaleway/registry/get_image_tag.py +43 -44
- pulumiverse_scaleway/registry/get_namespace.py +35 -36
- pulumiverse_scaleway/registry/namespace.py +104 -105
- pulumiverse_scaleway/registry_namespace.py +104 -105
- pulumiverse_scaleway/sdb_database.py +95 -96
- pulumiverse_scaleway/secret.py +178 -179
- pulumiverse_scaleway/secret_version.py +105 -106
- pulumiverse_scaleway/secrets/__init__.py +1 -1
- pulumiverse_scaleway/secrets/_inputs.py +62 -63
- pulumiverse_scaleway/secrets/get_secret.py +57 -58
- pulumiverse_scaleway/secrets/get_version.py +45 -46
- pulumiverse_scaleway/secrets/outputs.py +83 -84
- pulumiverse_scaleway/secrets/secret.py +178 -179
- pulumiverse_scaleway/secrets/version.py +105 -106
- pulumiverse_scaleway/tem/__init__.py +1 -1
- pulumiverse_scaleway/tem/_inputs.py +32 -33
- pulumiverse_scaleway/tem/blocked_list.py +103 -104
- pulumiverse_scaleway/tem/domain.py +340 -257
- pulumiverse_scaleway/tem/domain_validation.py +61 -62
- pulumiverse_scaleway/tem/get_domain.py +102 -70
- pulumiverse_scaleway/tem/get_offer_subscription.py +33 -34
- pulumiverse_scaleway/tem/outputs.py +43 -44
- pulumiverse_scaleway/tem/webhook.py +130 -131
- pulumiverse_scaleway/tem_domain.py +340 -257
- pulumiverse_scaleway/tem_domain_validation.py +61 -62
- pulumiverse_scaleway/tem_webhook.py +130 -131
- pulumiverse_scaleway/vpc.py +139 -140
- pulumiverse_scaleway/vpc_gateway_network.py +179 -180
- pulumiverse_scaleway/vpc_private_network.py +170 -171
- pulumiverse_scaleway/vpc_public_gateway.py +259 -260
- pulumiverse_scaleway/vpc_public_gateway_dhcp.py +283 -284
- pulumiverse_scaleway/vpc_public_gateway_dhcp_reservation.py +105 -106
- pulumiverse_scaleway/vpc_public_gateway_ip.py +105 -106
- pulumiverse_scaleway/vpc_public_gateway_ip_reverse_dns.py +52 -53
- pulumiverse_scaleway/vpc_public_gateway_pat_rule.py +130 -131
- pulumiverse_scaleway/vpc_route.py +138 -139
- pulumiverse_scaleway/webhosting.py +209 -210
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/METADATA +1 -1
- pulumiverse_scaleway-1.35.0a1760445454.dist-info/RECORD +500 -0
- pulumiverse_scaleway-1.35.0a1759392423.dist-info/RECORD +0 -499
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.35.0a1759392423.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
|
|
2
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
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -20,20 +19,20 @@ __all__ = ['VpcPublicGatewayPatRuleArgs', 'VpcPublicGatewayPatRule']
|
|
20
19
|
@pulumi.input_type
|
21
20
|
class VpcPublicGatewayPatRuleArgs:
|
22
21
|
def __init__(__self__, *,
|
23
|
-
gateway_id: pulumi.Input[
|
24
|
-
private_ip: pulumi.Input[
|
25
|
-
private_port: pulumi.Input[
|
26
|
-
public_port: pulumi.Input[
|
27
|
-
protocol: Optional[pulumi.Input[
|
28
|
-
zone: Optional[pulumi.Input[
|
22
|
+
gateway_id: pulumi.Input[_builtins.str],
|
23
|
+
private_ip: pulumi.Input[_builtins.str],
|
24
|
+
private_port: pulumi.Input[_builtins.int],
|
25
|
+
public_port: pulumi.Input[_builtins.int],
|
26
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
+
zone: Optional[pulumi.Input[_builtins.str]] = None):
|
29
28
|
"""
|
30
29
|
The set of arguments for constructing a VpcPublicGatewayPatRule resource.
|
31
|
-
:param pulumi.Input[
|
32
|
-
:param pulumi.Input[
|
33
|
-
:param pulumi.Input[
|
34
|
-
:param pulumi.Input[
|
35
|
-
:param pulumi.Input[
|
36
|
-
:param pulumi.Input[
|
30
|
+
:param pulumi.Input[_builtins.str] gateway_id: The ID of the Public Gateway.
|
31
|
+
:param pulumi.Input[_builtins.str] private_ip: The private IP address to forward data to.
|
32
|
+
:param pulumi.Input[_builtins.int] private_port: The private port to translate to.
|
33
|
+
:param pulumi.Input[_builtins.int] public_port: The public port to listen on.
|
34
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
|
35
|
+
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the Public Gateway DHCP configuration should be created.
|
37
36
|
"""
|
38
37
|
pulumi.set(__self__, "gateway_id", gateway_id)
|
39
38
|
pulumi.set(__self__, "private_ip", private_ip)
|
@@ -44,102 +43,102 @@ class VpcPublicGatewayPatRuleArgs:
|
|
44
43
|
if zone is not None:
|
45
44
|
pulumi.set(__self__, "zone", zone)
|
46
45
|
|
47
|
-
@property
|
46
|
+
@_builtins.property
|
48
47
|
@pulumi.getter(name="gatewayId")
|
49
|
-
def gateway_id(self) -> pulumi.Input[
|
48
|
+
def gateway_id(self) -> pulumi.Input[_builtins.str]:
|
50
49
|
"""
|
51
50
|
The ID of the Public Gateway.
|
52
51
|
"""
|
53
52
|
return pulumi.get(self, "gateway_id")
|
54
53
|
|
55
54
|
@gateway_id.setter
|
56
|
-
def gateway_id(self, value: pulumi.Input[
|
55
|
+
def gateway_id(self, value: pulumi.Input[_builtins.str]):
|
57
56
|
pulumi.set(self, "gateway_id", value)
|
58
57
|
|
59
|
-
@property
|
58
|
+
@_builtins.property
|
60
59
|
@pulumi.getter(name="privateIp")
|
61
|
-
def private_ip(self) -> pulumi.Input[
|
60
|
+
def private_ip(self) -> pulumi.Input[_builtins.str]:
|
62
61
|
"""
|
63
62
|
The private IP address to forward data to.
|
64
63
|
"""
|
65
64
|
return pulumi.get(self, "private_ip")
|
66
65
|
|
67
66
|
@private_ip.setter
|
68
|
-
def private_ip(self, value: pulumi.Input[
|
67
|
+
def private_ip(self, value: pulumi.Input[_builtins.str]):
|
69
68
|
pulumi.set(self, "private_ip", value)
|
70
69
|
|
71
|
-
@property
|
70
|
+
@_builtins.property
|
72
71
|
@pulumi.getter(name="privatePort")
|
73
|
-
def private_port(self) -> pulumi.Input[
|
72
|
+
def private_port(self) -> pulumi.Input[_builtins.int]:
|
74
73
|
"""
|
75
74
|
The private port to translate to.
|
76
75
|
"""
|
77
76
|
return pulumi.get(self, "private_port")
|
78
77
|
|
79
78
|
@private_port.setter
|
80
|
-
def private_port(self, value: pulumi.Input[
|
79
|
+
def private_port(self, value: pulumi.Input[_builtins.int]):
|
81
80
|
pulumi.set(self, "private_port", value)
|
82
81
|
|
83
|
-
@property
|
82
|
+
@_builtins.property
|
84
83
|
@pulumi.getter(name="publicPort")
|
85
|
-
def public_port(self) -> pulumi.Input[
|
84
|
+
def public_port(self) -> pulumi.Input[_builtins.int]:
|
86
85
|
"""
|
87
86
|
The public port to listen on.
|
88
87
|
"""
|
89
88
|
return pulumi.get(self, "public_port")
|
90
89
|
|
91
90
|
@public_port.setter
|
92
|
-
def public_port(self, value: pulumi.Input[
|
91
|
+
def public_port(self, value: pulumi.Input[_builtins.int]):
|
93
92
|
pulumi.set(self, "public_port", value)
|
94
93
|
|
95
|
-
@property
|
94
|
+
@_builtins.property
|
96
95
|
@pulumi.getter
|
97
|
-
def protocol(self) -> Optional[pulumi.Input[
|
96
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
98
97
|
"""
|
99
98
|
The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
|
100
99
|
"""
|
101
100
|
return pulumi.get(self, "protocol")
|
102
101
|
|
103
102
|
@protocol.setter
|
104
|
-
def protocol(self, value: Optional[pulumi.Input[
|
103
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
105
104
|
pulumi.set(self, "protocol", value)
|
106
105
|
|
107
|
-
@property
|
106
|
+
@_builtins.property
|
108
107
|
@pulumi.getter
|
109
|
-
def zone(self) -> Optional[pulumi.Input[
|
108
|
+
def zone(self) -> Optional[pulumi.Input[_builtins.str]]:
|
110
109
|
"""
|
111
110
|
`zone`) The zone in which the Public Gateway DHCP configuration should be created.
|
112
111
|
"""
|
113
112
|
return pulumi.get(self, "zone")
|
114
113
|
|
115
114
|
@zone.setter
|
116
|
-
def zone(self, value: Optional[pulumi.Input[
|
115
|
+
def zone(self, value: Optional[pulumi.Input[_builtins.str]]):
|
117
116
|
pulumi.set(self, "zone", value)
|
118
117
|
|
119
118
|
|
120
119
|
@pulumi.input_type
|
121
120
|
class _VpcPublicGatewayPatRuleState:
|
122
121
|
def __init__(__self__, *,
|
123
|
-
created_at: Optional[pulumi.Input[
|
124
|
-
gateway_id: Optional[pulumi.Input[
|
125
|
-
organization_id: Optional[pulumi.Input[
|
126
|
-
private_ip: Optional[pulumi.Input[
|
127
|
-
private_port: Optional[pulumi.Input[
|
128
|
-
protocol: Optional[pulumi.Input[
|
129
|
-
public_port: Optional[pulumi.Input[
|
130
|
-
updated_at: Optional[pulumi.Input[
|
131
|
-
zone: Optional[pulumi.Input[
|
122
|
+
created_at: Optional[pulumi.Input[_builtins.str]] = None,
|
123
|
+
gateway_id: Optional[pulumi.Input[_builtins.str]] = None,
|
124
|
+
organization_id: Optional[pulumi.Input[_builtins.str]] = None,
|
125
|
+
private_ip: Optional[pulumi.Input[_builtins.str]] = None,
|
126
|
+
private_port: Optional[pulumi.Input[_builtins.int]] = None,
|
127
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
128
|
+
public_port: Optional[pulumi.Input[_builtins.int]] = None,
|
129
|
+
updated_at: Optional[pulumi.Input[_builtins.str]] = None,
|
130
|
+
zone: Optional[pulumi.Input[_builtins.str]] = None):
|
132
131
|
"""
|
133
132
|
Input properties used for looking up and filtering VpcPublicGatewayPatRule resources.
|
134
|
-
:param pulumi.Input[
|
135
|
-
:param pulumi.Input[
|
136
|
-
:param pulumi.Input[
|
137
|
-
:param pulumi.Input[
|
138
|
-
:param pulumi.Input[
|
139
|
-
:param pulumi.Input[
|
140
|
-
:param pulumi.Input[
|
141
|
-
:param pulumi.Input[
|
142
|
-
:param pulumi.Input[
|
133
|
+
:param pulumi.Input[_builtins.str] created_at: The date and time of the creation of the PAT rule configuration.
|
134
|
+
:param pulumi.Input[_builtins.str] gateway_id: The ID of the Public Gateway.
|
135
|
+
:param pulumi.Input[_builtins.str] organization_id: The Organization ID the PAT rule configuration is associated with.
|
136
|
+
:param pulumi.Input[_builtins.str] private_ip: The private IP address to forward data to.
|
137
|
+
:param pulumi.Input[_builtins.int] private_port: The private port to translate to.
|
138
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
|
139
|
+
:param pulumi.Input[_builtins.int] public_port: The public port to listen on.
|
140
|
+
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the PAT rule configuration.
|
141
|
+
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the Public Gateway DHCP configuration should be created.
|
143
142
|
"""
|
144
143
|
if created_at is not None:
|
145
144
|
pulumi.set(__self__, "created_at", created_at)
|
@@ -160,112 +159,112 @@ class _VpcPublicGatewayPatRuleState:
|
|
160
159
|
if zone is not None:
|
161
160
|
pulumi.set(__self__, "zone", zone)
|
162
161
|
|
163
|
-
@property
|
162
|
+
@_builtins.property
|
164
163
|
@pulumi.getter(name="createdAt")
|
165
|
-
def created_at(self) -> Optional[pulumi.Input[
|
164
|
+
def created_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
166
165
|
"""
|
167
166
|
The date and time of the creation of the PAT rule configuration.
|
168
167
|
"""
|
169
168
|
return pulumi.get(self, "created_at")
|
170
169
|
|
171
170
|
@created_at.setter
|
172
|
-
def created_at(self, value: Optional[pulumi.Input[
|
171
|
+
def created_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
173
172
|
pulumi.set(self, "created_at", value)
|
174
173
|
|
175
|
-
@property
|
174
|
+
@_builtins.property
|
176
175
|
@pulumi.getter(name="gatewayId")
|
177
|
-
def gateway_id(self) -> Optional[pulumi.Input[
|
176
|
+
def gateway_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
178
177
|
"""
|
179
178
|
The ID of the Public Gateway.
|
180
179
|
"""
|
181
180
|
return pulumi.get(self, "gateway_id")
|
182
181
|
|
183
182
|
@gateway_id.setter
|
184
|
-
def gateway_id(self, value: Optional[pulumi.Input[
|
183
|
+
def gateway_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
185
184
|
pulumi.set(self, "gateway_id", value)
|
186
185
|
|
187
|
-
@property
|
186
|
+
@_builtins.property
|
188
187
|
@pulumi.getter(name="organizationId")
|
189
|
-
def organization_id(self) -> Optional[pulumi.Input[
|
188
|
+
def organization_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
190
189
|
"""
|
191
190
|
The Organization ID the PAT rule configuration is associated with.
|
192
191
|
"""
|
193
192
|
return pulumi.get(self, "organization_id")
|
194
193
|
|
195
194
|
@organization_id.setter
|
196
|
-
def organization_id(self, value: Optional[pulumi.Input[
|
195
|
+
def organization_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
197
196
|
pulumi.set(self, "organization_id", value)
|
198
197
|
|
199
|
-
@property
|
198
|
+
@_builtins.property
|
200
199
|
@pulumi.getter(name="privateIp")
|
201
|
-
def private_ip(self) -> Optional[pulumi.Input[
|
200
|
+
def private_ip(self) -> Optional[pulumi.Input[_builtins.str]]:
|
202
201
|
"""
|
203
202
|
The private IP address to forward data to.
|
204
203
|
"""
|
205
204
|
return pulumi.get(self, "private_ip")
|
206
205
|
|
207
206
|
@private_ip.setter
|
208
|
-
def private_ip(self, value: Optional[pulumi.Input[
|
207
|
+
def private_ip(self, value: Optional[pulumi.Input[_builtins.str]]):
|
209
208
|
pulumi.set(self, "private_ip", value)
|
210
209
|
|
211
|
-
@property
|
210
|
+
@_builtins.property
|
212
211
|
@pulumi.getter(name="privatePort")
|
213
|
-
def private_port(self) -> Optional[pulumi.Input[
|
212
|
+
def private_port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
214
213
|
"""
|
215
214
|
The private port to translate to.
|
216
215
|
"""
|
217
216
|
return pulumi.get(self, "private_port")
|
218
217
|
|
219
218
|
@private_port.setter
|
220
|
-
def private_port(self, value: Optional[pulumi.Input[
|
219
|
+
def private_port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
221
220
|
pulumi.set(self, "private_port", value)
|
222
221
|
|
223
|
-
@property
|
222
|
+
@_builtins.property
|
224
223
|
@pulumi.getter
|
225
|
-
def protocol(self) -> Optional[pulumi.Input[
|
224
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
226
225
|
"""
|
227
226
|
The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
|
228
227
|
"""
|
229
228
|
return pulumi.get(self, "protocol")
|
230
229
|
|
231
230
|
@protocol.setter
|
232
|
-
def protocol(self, value: Optional[pulumi.Input[
|
231
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
233
232
|
pulumi.set(self, "protocol", value)
|
234
233
|
|
235
|
-
@property
|
234
|
+
@_builtins.property
|
236
235
|
@pulumi.getter(name="publicPort")
|
237
|
-
def public_port(self) -> Optional[pulumi.Input[
|
236
|
+
def public_port(self) -> Optional[pulumi.Input[_builtins.int]]:
|
238
237
|
"""
|
239
238
|
The public port to listen on.
|
240
239
|
"""
|
241
240
|
return pulumi.get(self, "public_port")
|
242
241
|
|
243
242
|
@public_port.setter
|
244
|
-
def public_port(self, value: Optional[pulumi.Input[
|
243
|
+
def public_port(self, value: Optional[pulumi.Input[_builtins.int]]):
|
245
244
|
pulumi.set(self, "public_port", value)
|
246
245
|
|
247
|
-
@property
|
246
|
+
@_builtins.property
|
248
247
|
@pulumi.getter(name="updatedAt")
|
249
|
-
def updated_at(self) -> Optional[pulumi.Input[
|
248
|
+
def updated_at(self) -> Optional[pulumi.Input[_builtins.str]]:
|
250
249
|
"""
|
251
250
|
The date and time of the last update of the PAT rule configuration.
|
252
251
|
"""
|
253
252
|
return pulumi.get(self, "updated_at")
|
254
253
|
|
255
254
|
@updated_at.setter
|
256
|
-
def updated_at(self, value: Optional[pulumi.Input[
|
255
|
+
def updated_at(self, value: Optional[pulumi.Input[_builtins.str]]):
|
257
256
|
pulumi.set(self, "updated_at", value)
|
258
257
|
|
259
|
-
@property
|
258
|
+
@_builtins.property
|
260
259
|
@pulumi.getter
|
261
|
-
def zone(self) -> Optional[pulumi.Input[
|
260
|
+
def zone(self) -> Optional[pulumi.Input[_builtins.str]]:
|
262
261
|
"""
|
263
262
|
`zone`) The zone in which the Public Gateway DHCP configuration should be created.
|
264
263
|
"""
|
265
264
|
return pulumi.get(self, "zone")
|
266
265
|
|
267
266
|
@zone.setter
|
268
|
-
def zone(self, value: Optional[pulumi.Input[
|
267
|
+
def zone(self, value: Optional[pulumi.Input[_builtins.str]]):
|
269
268
|
pulumi.set(self, "zone", value)
|
270
269
|
|
271
270
|
|
@@ -280,12 +279,12 @@ class VpcPublicGatewayPatRule(pulumi.CustomResource):
|
|
280
279
|
def __init__(__self__,
|
281
280
|
resource_name: str,
|
282
281
|
opts: Optional[pulumi.ResourceOptions] = None,
|
283
|
-
gateway_id: Optional[pulumi.Input[
|
284
|
-
private_ip: Optional[pulumi.Input[
|
285
|
-
private_port: Optional[pulumi.Input[
|
286
|
-
protocol: Optional[pulumi.Input[
|
287
|
-
public_port: Optional[pulumi.Input[
|
288
|
-
zone: Optional[pulumi.Input[
|
282
|
+
gateway_id: Optional[pulumi.Input[_builtins.str]] = None,
|
283
|
+
private_ip: Optional[pulumi.Input[_builtins.str]] = None,
|
284
|
+
private_port: Optional[pulumi.Input[_builtins.int]] = None,
|
285
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
286
|
+
public_port: Optional[pulumi.Input[_builtins.int]] = None,
|
287
|
+
zone: Optional[pulumi.Input[_builtins.str]] = None,
|
289
288
|
__props__=None):
|
290
289
|
"""
|
291
290
|
Creates and manages Scaleway Public Gateway PAT (Port Address Translation).
|
@@ -351,12 +350,12 @@ class VpcPublicGatewayPatRule(pulumi.CustomResource):
|
|
351
350
|
|
352
351
|
:param str resource_name: The name of the resource.
|
353
352
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
354
|
-
:param pulumi.Input[
|
355
|
-
:param pulumi.Input[
|
356
|
-
:param pulumi.Input[
|
357
|
-
:param pulumi.Input[
|
358
|
-
:param pulumi.Input[
|
359
|
-
:param pulumi.Input[
|
353
|
+
:param pulumi.Input[_builtins.str] gateway_id: The ID of the Public Gateway.
|
354
|
+
:param pulumi.Input[_builtins.str] private_ip: The private IP address to forward data to.
|
355
|
+
:param pulumi.Input[_builtins.int] private_port: The private port to translate to.
|
356
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
|
357
|
+
:param pulumi.Input[_builtins.int] public_port: The public port to listen on.
|
358
|
+
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the Public Gateway DHCP configuration should be created.
|
360
359
|
"""
|
361
360
|
...
|
362
361
|
@overload
|
@@ -441,12 +440,12 @@ class VpcPublicGatewayPatRule(pulumi.CustomResource):
|
|
441
440
|
def _internal_init(__self__,
|
442
441
|
resource_name: str,
|
443
442
|
opts: Optional[pulumi.ResourceOptions] = None,
|
444
|
-
gateway_id: Optional[pulumi.Input[
|
445
|
-
private_ip: Optional[pulumi.Input[
|
446
|
-
private_port: Optional[pulumi.Input[
|
447
|
-
protocol: Optional[pulumi.Input[
|
448
|
-
public_port: Optional[pulumi.Input[
|
449
|
-
zone: Optional[pulumi.Input[
|
443
|
+
gateway_id: Optional[pulumi.Input[_builtins.str]] = None,
|
444
|
+
private_ip: Optional[pulumi.Input[_builtins.str]] = None,
|
445
|
+
private_port: Optional[pulumi.Input[_builtins.int]] = None,
|
446
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
447
|
+
public_port: Optional[pulumi.Input[_builtins.int]] = None,
|
448
|
+
zone: Optional[pulumi.Input[_builtins.str]] = None,
|
450
449
|
__props__=None):
|
451
450
|
pulumi.log.warn("""VpcPublicGatewayPatRule is deprecated: scaleway.index/vpcpublicgatewaypatrule.VpcPublicGatewayPatRule has been deprecated in favor of scaleway.network/publicgatewaypatrule.PublicGatewayPatRule""")
|
452
451
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -484,15 +483,15 @@ class VpcPublicGatewayPatRule(pulumi.CustomResource):
|
|
484
483
|
def get(resource_name: str,
|
485
484
|
id: pulumi.Input[str],
|
486
485
|
opts: Optional[pulumi.ResourceOptions] = None,
|
487
|
-
created_at: Optional[pulumi.Input[
|
488
|
-
gateway_id: Optional[pulumi.Input[
|
489
|
-
organization_id: Optional[pulumi.Input[
|
490
|
-
private_ip: Optional[pulumi.Input[
|
491
|
-
private_port: Optional[pulumi.Input[
|
492
|
-
protocol: Optional[pulumi.Input[
|
493
|
-
public_port: Optional[pulumi.Input[
|
494
|
-
updated_at: Optional[pulumi.Input[
|
495
|
-
zone: Optional[pulumi.Input[
|
486
|
+
created_at: Optional[pulumi.Input[_builtins.str]] = None,
|
487
|
+
gateway_id: Optional[pulumi.Input[_builtins.str]] = None,
|
488
|
+
organization_id: Optional[pulumi.Input[_builtins.str]] = None,
|
489
|
+
private_ip: Optional[pulumi.Input[_builtins.str]] = None,
|
490
|
+
private_port: Optional[pulumi.Input[_builtins.int]] = None,
|
491
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
492
|
+
public_port: Optional[pulumi.Input[_builtins.int]] = None,
|
493
|
+
updated_at: Optional[pulumi.Input[_builtins.str]] = None,
|
494
|
+
zone: Optional[pulumi.Input[_builtins.str]] = None) -> 'VpcPublicGatewayPatRule':
|
496
495
|
"""
|
497
496
|
Get an existing VpcPublicGatewayPatRule resource's state with the given name, id, and optional extra
|
498
497
|
properties used to qualify the lookup.
|
@@ -500,15 +499,15 @@ class VpcPublicGatewayPatRule(pulumi.CustomResource):
|
|
500
499
|
:param str resource_name: The unique name of the resulting resource.
|
501
500
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
502
501
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
503
|
-
:param pulumi.Input[
|
504
|
-
:param pulumi.Input[
|
505
|
-
:param pulumi.Input[
|
506
|
-
:param pulumi.Input[
|
507
|
-
:param pulumi.Input[
|
508
|
-
:param pulumi.Input[
|
509
|
-
:param pulumi.Input[
|
510
|
-
:param pulumi.Input[
|
511
|
-
:param pulumi.Input[
|
502
|
+
:param pulumi.Input[_builtins.str] created_at: The date and time of the creation of the PAT rule configuration.
|
503
|
+
:param pulumi.Input[_builtins.str] gateway_id: The ID of the Public Gateway.
|
504
|
+
:param pulumi.Input[_builtins.str] organization_id: The Organization ID the PAT rule configuration is associated with.
|
505
|
+
:param pulumi.Input[_builtins.str] private_ip: The private IP address to forward data to.
|
506
|
+
:param pulumi.Input[_builtins.int] private_port: The private port to translate to.
|
507
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
|
508
|
+
:param pulumi.Input[_builtins.int] public_port: The public port to listen on.
|
509
|
+
:param pulumi.Input[_builtins.str] updated_at: The date and time of the last update of the PAT rule configuration.
|
510
|
+
:param pulumi.Input[_builtins.str] zone: `zone`) The zone in which the Public Gateway DHCP configuration should be created.
|
512
511
|
"""
|
513
512
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
514
513
|
|
@@ -525,73 +524,73 @@ class VpcPublicGatewayPatRule(pulumi.CustomResource):
|
|
525
524
|
__props__.__dict__["zone"] = zone
|
526
525
|
return VpcPublicGatewayPatRule(resource_name, opts=opts, __props__=__props__)
|
527
526
|
|
528
|
-
@property
|
527
|
+
@_builtins.property
|
529
528
|
@pulumi.getter(name="createdAt")
|
530
|
-
def created_at(self) -> pulumi.Output[
|
529
|
+
def created_at(self) -> pulumi.Output[_builtins.str]:
|
531
530
|
"""
|
532
531
|
The date and time of the creation of the PAT rule configuration.
|
533
532
|
"""
|
534
533
|
return pulumi.get(self, "created_at")
|
535
534
|
|
536
|
-
@property
|
535
|
+
@_builtins.property
|
537
536
|
@pulumi.getter(name="gatewayId")
|
538
|
-
def gateway_id(self) -> pulumi.Output[
|
537
|
+
def gateway_id(self) -> pulumi.Output[_builtins.str]:
|
539
538
|
"""
|
540
539
|
The ID of the Public Gateway.
|
541
540
|
"""
|
542
541
|
return pulumi.get(self, "gateway_id")
|
543
542
|
|
544
|
-
@property
|
543
|
+
@_builtins.property
|
545
544
|
@pulumi.getter(name="organizationId")
|
546
|
-
def organization_id(self) -> pulumi.Output[
|
545
|
+
def organization_id(self) -> pulumi.Output[_builtins.str]:
|
547
546
|
"""
|
548
547
|
The Organization ID the PAT rule configuration is associated with.
|
549
548
|
"""
|
550
549
|
return pulumi.get(self, "organization_id")
|
551
550
|
|
552
|
-
@property
|
551
|
+
@_builtins.property
|
553
552
|
@pulumi.getter(name="privateIp")
|
554
|
-
def private_ip(self) -> pulumi.Output[
|
553
|
+
def private_ip(self) -> pulumi.Output[_builtins.str]:
|
555
554
|
"""
|
556
555
|
The private IP address to forward data to.
|
557
556
|
"""
|
558
557
|
return pulumi.get(self, "private_ip")
|
559
558
|
|
560
|
-
@property
|
559
|
+
@_builtins.property
|
561
560
|
@pulumi.getter(name="privatePort")
|
562
|
-
def private_port(self) -> pulumi.Output[
|
561
|
+
def private_port(self) -> pulumi.Output[_builtins.int]:
|
563
562
|
"""
|
564
563
|
The private port to translate to.
|
565
564
|
"""
|
566
565
|
return pulumi.get(self, "private_port")
|
567
566
|
|
568
|
-
@property
|
567
|
+
@_builtins.property
|
569
568
|
@pulumi.getter
|
570
|
-
def protocol(self) -> pulumi.Output[Optional[
|
569
|
+
def protocol(self) -> pulumi.Output[Optional[_builtins.str]]:
|
571
570
|
"""
|
572
571
|
The protocol the rule should apply to. Possible values are `both`, `tcp` and `udp`.
|
573
572
|
"""
|
574
573
|
return pulumi.get(self, "protocol")
|
575
574
|
|
576
|
-
@property
|
575
|
+
@_builtins.property
|
577
576
|
@pulumi.getter(name="publicPort")
|
578
|
-
def public_port(self) -> pulumi.Output[
|
577
|
+
def public_port(self) -> pulumi.Output[_builtins.int]:
|
579
578
|
"""
|
580
579
|
The public port to listen on.
|
581
580
|
"""
|
582
581
|
return pulumi.get(self, "public_port")
|
583
582
|
|
584
|
-
@property
|
583
|
+
@_builtins.property
|
585
584
|
@pulumi.getter(name="updatedAt")
|
586
|
-
def updated_at(self) -> pulumi.Output[
|
585
|
+
def updated_at(self) -> pulumi.Output[_builtins.str]:
|
587
586
|
"""
|
588
587
|
The date and time of the last update of the PAT rule configuration.
|
589
588
|
"""
|
590
589
|
return pulumi.get(self, "updated_at")
|
591
590
|
|
592
|
-
@property
|
591
|
+
@_builtins.property
|
593
592
|
@pulumi.getter
|
594
|
-
def zone(self) -> pulumi.Output[
|
593
|
+
def zone(self) -> pulumi.Output[Optional[_builtins.str]]:
|
595
594
|
"""
|
596
595
|
`zone`) The zone in which the Public Gateway DHCP configuration should be created.
|
597
596
|
"""
|