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
|
@@ -59,25 +58,25 @@ __all__ = [
|
|
59
58
|
@pulumi.output_type
|
60
59
|
class AclAction(dict):
|
61
60
|
def __init__(__self__, *,
|
62
|
-
type:
|
61
|
+
type: _builtins.str,
|
63
62
|
redirects: Optional[Sequence['outputs.AclActionRedirect']] = None):
|
64
63
|
"""
|
65
|
-
:param
|
64
|
+
:param _builtins.str type: The action type. Possible values are: `allow` or `deny` or `redirect`.
|
66
65
|
:param Sequence['AclActionRedirectArgs'] redirects: Redirect parameters when using an ACL with `redirect` action.
|
67
66
|
"""
|
68
67
|
pulumi.set(__self__, "type", type)
|
69
68
|
if redirects is not None:
|
70
69
|
pulumi.set(__self__, "redirects", redirects)
|
71
70
|
|
72
|
-
@property
|
71
|
+
@_builtins.property
|
73
72
|
@pulumi.getter
|
74
|
-
def type(self) ->
|
73
|
+
def type(self) -> _builtins.str:
|
75
74
|
"""
|
76
75
|
The action type. Possible values are: `allow` or `deny` or `redirect`.
|
77
76
|
"""
|
78
77
|
return pulumi.get(self, "type")
|
79
78
|
|
80
|
-
@property
|
79
|
+
@_builtins.property
|
81
80
|
@pulumi.getter
|
82
81
|
def redirects(self) -> Optional[Sequence['outputs.AclActionRedirect']]:
|
83
82
|
"""
|
@@ -89,13 +88,13 @@ class AclAction(dict):
|
|
89
88
|
@pulumi.output_type
|
90
89
|
class AclActionRedirect(dict):
|
91
90
|
def __init__(__self__, *,
|
92
|
-
code: Optional[
|
93
|
-
target: Optional[
|
94
|
-
type: Optional[
|
91
|
+
code: Optional[_builtins.int] = None,
|
92
|
+
target: Optional[_builtins.str] = None,
|
93
|
+
type: Optional[_builtins.str] = None):
|
95
94
|
"""
|
96
|
-
:param
|
97
|
-
:param
|
98
|
-
:param
|
95
|
+
:param _builtins.int code: The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
96
|
+
:param _builtins.str target: An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
97
|
+
:param _builtins.str type: The redirect type. Possible values are: `location` or `scheme`.
|
99
98
|
"""
|
100
99
|
if code is not None:
|
101
100
|
pulumi.set(__self__, "code", code)
|
@@ -104,25 +103,25 @@ class AclActionRedirect(dict):
|
|
104
103
|
if type is not None:
|
105
104
|
pulumi.set(__self__, "type", type)
|
106
105
|
|
107
|
-
@property
|
106
|
+
@_builtins.property
|
108
107
|
@pulumi.getter
|
109
|
-
def code(self) -> Optional[
|
108
|
+
def code(self) -> Optional[_builtins.int]:
|
110
109
|
"""
|
111
110
|
The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
112
111
|
"""
|
113
112
|
return pulumi.get(self, "code")
|
114
113
|
|
115
|
-
@property
|
114
|
+
@_builtins.property
|
116
115
|
@pulumi.getter
|
117
|
-
def target(self) -> Optional[
|
116
|
+
def target(self) -> Optional[_builtins.str]:
|
118
117
|
"""
|
119
118
|
An URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
120
119
|
"""
|
121
120
|
return pulumi.get(self, "target")
|
122
121
|
|
123
|
-
@property
|
122
|
+
@_builtins.property
|
124
123
|
@pulumi.getter
|
125
|
-
def type(self) -> Optional[
|
124
|
+
def type(self) -> Optional[_builtins.str]:
|
126
125
|
"""
|
127
126
|
The redirect type. Possible values are: `location` or `scheme`.
|
128
127
|
"""
|
@@ -157,22 +156,22 @@ class AclMatch(dict):
|
|
157
156
|
return super().get(key, default)
|
158
157
|
|
159
158
|
def __init__(__self__, *,
|
160
|
-
http_filter: Optional[
|
161
|
-
http_filter_option: Optional[
|
162
|
-
http_filter_values: Optional[Sequence[
|
163
|
-
invert: Optional[
|
164
|
-
ip_subnets: Optional[Sequence[
|
165
|
-
ips_edge_services: Optional[
|
166
|
-
"""
|
167
|
-
:param
|
159
|
+
http_filter: Optional[_builtins.str] = None,
|
160
|
+
http_filter_option: Optional[_builtins.str] = None,
|
161
|
+
http_filter_values: Optional[Sequence[_builtins.str]] = None,
|
162
|
+
invert: Optional[_builtins.bool] = None,
|
163
|
+
ip_subnets: Optional[Sequence[_builtins.str]] = None,
|
164
|
+
ips_edge_services: Optional[_builtins.bool] = None):
|
165
|
+
"""
|
166
|
+
:param _builtins.str http_filter: The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
168
167
|
It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
|
169
168
|
Possible values are: `acl_http_filter_none`, `path_begin`, `path_end`, `http_header_match` or `regex`.
|
170
|
-
:param
|
171
|
-
:param Sequence[
|
169
|
+
:param _builtins.str http_filter_option: If you have `http_filter` at `http_header_match`, you can use this field to filter on the HTTP header's value.
|
170
|
+
:param Sequence[_builtins.str] http_filter_values: A list of possible values to match for the given HTTP filter.
|
172
171
|
Keep in mind that in the case of `http_header_match` the HTTP header field name is case insensitive.
|
173
|
-
:param
|
174
|
-
:param Sequence[
|
175
|
-
:param
|
172
|
+
:param _builtins.bool invert: If set to `true`, the condition will be of type "unless".
|
173
|
+
:param Sequence[_builtins.str] ip_subnets: A list of IPs, or CIDR v4/v6 addresses of the session client, to match. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
174
|
+
:param _builtins.bool ips_edge_services: Defines whether Edge Services IPs should be matched. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
176
175
|
"""
|
177
176
|
if http_filter is not None:
|
178
177
|
pulumi.set(__self__, "http_filter", http_filter)
|
@@ -187,9 +186,9 @@ class AclMatch(dict):
|
|
187
186
|
if ips_edge_services is not None:
|
188
187
|
pulumi.set(__self__, "ips_edge_services", ips_edge_services)
|
189
188
|
|
190
|
-
@property
|
189
|
+
@_builtins.property
|
191
190
|
@pulumi.getter(name="httpFilter")
|
192
|
-
def http_filter(self) -> Optional[
|
191
|
+
def http_filter(self) -> Optional[_builtins.str]:
|
193
192
|
"""
|
194
193
|
The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
195
194
|
It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
|
@@ -197,42 +196,42 @@ class AclMatch(dict):
|
|
197
196
|
"""
|
198
197
|
return pulumi.get(self, "http_filter")
|
199
198
|
|
200
|
-
@property
|
199
|
+
@_builtins.property
|
201
200
|
@pulumi.getter(name="httpFilterOption")
|
202
|
-
def http_filter_option(self) -> Optional[
|
201
|
+
def http_filter_option(self) -> Optional[_builtins.str]:
|
203
202
|
"""
|
204
203
|
If you have `http_filter` at `http_header_match`, you can use this field to filter on the HTTP header's value.
|
205
204
|
"""
|
206
205
|
return pulumi.get(self, "http_filter_option")
|
207
206
|
|
208
|
-
@property
|
207
|
+
@_builtins.property
|
209
208
|
@pulumi.getter(name="httpFilterValues")
|
210
|
-
def http_filter_values(self) -> Optional[Sequence[
|
209
|
+
def http_filter_values(self) -> Optional[Sequence[_builtins.str]]:
|
211
210
|
"""
|
212
211
|
A list of possible values to match for the given HTTP filter.
|
213
212
|
Keep in mind that in the case of `http_header_match` the HTTP header field name is case insensitive.
|
214
213
|
"""
|
215
214
|
return pulumi.get(self, "http_filter_values")
|
216
215
|
|
217
|
-
@property
|
216
|
+
@_builtins.property
|
218
217
|
@pulumi.getter
|
219
|
-
def invert(self) -> Optional[
|
218
|
+
def invert(self) -> Optional[_builtins.bool]:
|
220
219
|
"""
|
221
220
|
If set to `true`, the condition will be of type "unless".
|
222
221
|
"""
|
223
222
|
return pulumi.get(self, "invert")
|
224
223
|
|
225
|
-
@property
|
224
|
+
@_builtins.property
|
226
225
|
@pulumi.getter(name="ipSubnets")
|
227
|
-
def ip_subnets(self) -> Optional[Sequence[
|
226
|
+
def ip_subnets(self) -> Optional[Sequence[_builtins.str]]:
|
228
227
|
"""
|
229
228
|
A list of IPs, or CIDR v4/v6 addresses of the session client, to match. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
230
229
|
"""
|
231
230
|
return pulumi.get(self, "ip_subnets")
|
232
231
|
|
233
|
-
@property
|
232
|
+
@_builtins.property
|
234
233
|
@pulumi.getter(name="ipsEdgeServices")
|
235
|
-
def ips_edge_services(self) -> Optional[
|
234
|
+
def ips_edge_services(self) -> Optional[_builtins.bool]:
|
236
235
|
"""
|
237
236
|
Defines whether Edge Services IPs should be matched. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
238
237
|
"""
|
@@ -259,15 +258,15 @@ class BackendHealthCheckHttp(dict):
|
|
259
258
|
return super().get(key, default)
|
260
259
|
|
261
260
|
def __init__(__self__, *,
|
262
|
-
uri:
|
263
|
-
code: Optional[
|
264
|
-
host_header: Optional[
|
265
|
-
method: Optional[
|
261
|
+
uri: _builtins.str,
|
262
|
+
code: Optional[_builtins.int] = None,
|
263
|
+
host_header: Optional[_builtins.str] = None,
|
264
|
+
method: Optional[_builtins.str] = None):
|
266
265
|
"""
|
267
|
-
:param
|
268
|
-
:param
|
269
|
-
:param
|
270
|
-
:param
|
266
|
+
:param _builtins.str uri: The HTTP endpoint URL to call for HC requests
|
267
|
+
:param _builtins.int code: The expected HTTP status code
|
268
|
+
:param _builtins.str host_header: The HTTP host header to use for HC requests
|
269
|
+
:param _builtins.str method: The HTTP method to use for HC requests
|
271
270
|
"""
|
272
271
|
pulumi.set(__self__, "uri", uri)
|
273
272
|
if code is not None:
|
@@ -277,33 +276,33 @@ class BackendHealthCheckHttp(dict):
|
|
277
276
|
if method is not None:
|
278
277
|
pulumi.set(__self__, "method", method)
|
279
278
|
|
280
|
-
@property
|
279
|
+
@_builtins.property
|
281
280
|
@pulumi.getter
|
282
|
-
def uri(self) ->
|
281
|
+
def uri(self) -> _builtins.str:
|
283
282
|
"""
|
284
283
|
The HTTP endpoint URL to call for HC requests
|
285
284
|
"""
|
286
285
|
return pulumi.get(self, "uri")
|
287
286
|
|
288
|
-
@property
|
287
|
+
@_builtins.property
|
289
288
|
@pulumi.getter
|
290
|
-
def code(self) -> Optional[
|
289
|
+
def code(self) -> Optional[_builtins.int]:
|
291
290
|
"""
|
292
291
|
The expected HTTP status code
|
293
292
|
"""
|
294
293
|
return pulumi.get(self, "code")
|
295
294
|
|
296
|
-
@property
|
295
|
+
@_builtins.property
|
297
296
|
@pulumi.getter(name="hostHeader")
|
298
|
-
def host_header(self) -> Optional[
|
297
|
+
def host_header(self) -> Optional[_builtins.str]:
|
299
298
|
"""
|
300
299
|
The HTTP host header to use for HC requests
|
301
300
|
"""
|
302
301
|
return pulumi.get(self, "host_header")
|
303
302
|
|
304
|
-
@property
|
303
|
+
@_builtins.property
|
305
304
|
@pulumi.getter
|
306
|
-
def method(self) -> Optional[
|
305
|
+
def method(self) -> Optional[_builtins.str]:
|
307
306
|
"""
|
308
307
|
The HTTP method to use for HC requests
|
309
308
|
"""
|
@@ -330,17 +329,17 @@ class BackendHealthCheckHttps(dict):
|
|
330
329
|
return super().get(key, default)
|
331
330
|
|
332
331
|
def __init__(__self__, *,
|
333
|
-
uri:
|
334
|
-
code: Optional[
|
335
|
-
host_header: Optional[
|
336
|
-
method: Optional[
|
337
|
-
sni: Optional[
|
338
|
-
"""
|
339
|
-
:param
|
340
|
-
:param
|
341
|
-
:param
|
342
|
-
:param
|
343
|
-
:param
|
332
|
+
uri: _builtins.str,
|
333
|
+
code: Optional[_builtins.int] = None,
|
334
|
+
host_header: Optional[_builtins.str] = None,
|
335
|
+
method: Optional[_builtins.str] = None,
|
336
|
+
sni: Optional[_builtins.str] = None):
|
337
|
+
"""
|
338
|
+
:param _builtins.str uri: The HTTPS endpoint URL to call for HC requests
|
339
|
+
:param _builtins.int code: The expected HTTP status code
|
340
|
+
:param _builtins.str host_header: The HTTP host header to use for HC requests
|
341
|
+
:param _builtins.str method: The HTTP method to use for HC requests
|
342
|
+
:param _builtins.str sni: The SNI to use for HC requests over SSL
|
344
343
|
"""
|
345
344
|
pulumi.set(__self__, "uri", uri)
|
346
345
|
if code is not None:
|
@@ -352,41 +351,41 @@ class BackendHealthCheckHttps(dict):
|
|
352
351
|
if sni is not None:
|
353
352
|
pulumi.set(__self__, "sni", sni)
|
354
353
|
|
355
|
-
@property
|
354
|
+
@_builtins.property
|
356
355
|
@pulumi.getter
|
357
|
-
def uri(self) ->
|
356
|
+
def uri(self) -> _builtins.str:
|
358
357
|
"""
|
359
358
|
The HTTPS endpoint URL to call for HC requests
|
360
359
|
"""
|
361
360
|
return pulumi.get(self, "uri")
|
362
361
|
|
363
|
-
@property
|
362
|
+
@_builtins.property
|
364
363
|
@pulumi.getter
|
365
|
-
def code(self) -> Optional[
|
364
|
+
def code(self) -> Optional[_builtins.int]:
|
366
365
|
"""
|
367
366
|
The expected HTTP status code
|
368
367
|
"""
|
369
368
|
return pulumi.get(self, "code")
|
370
369
|
|
371
|
-
@property
|
370
|
+
@_builtins.property
|
372
371
|
@pulumi.getter(name="hostHeader")
|
373
|
-
def host_header(self) -> Optional[
|
372
|
+
def host_header(self) -> Optional[_builtins.str]:
|
374
373
|
"""
|
375
374
|
The HTTP host header to use for HC requests
|
376
375
|
"""
|
377
376
|
return pulumi.get(self, "host_header")
|
378
377
|
|
379
|
-
@property
|
378
|
+
@_builtins.property
|
380
379
|
@pulumi.getter
|
381
|
-
def method(self) -> Optional[
|
380
|
+
def method(self) -> Optional[_builtins.str]:
|
382
381
|
"""
|
383
382
|
The HTTP method to use for HC requests
|
384
383
|
"""
|
385
384
|
return pulumi.get(self, "method")
|
386
385
|
|
387
|
-
@property
|
386
|
+
@_builtins.property
|
388
387
|
@pulumi.getter
|
389
|
-
def sni(self) -> Optional[
|
388
|
+
def sni(self) -> Optional[_builtins.str]:
|
390
389
|
"""
|
391
390
|
The SNI to use for HC requests over SSL
|
392
391
|
"""
|
@@ -419,15 +418,15 @@ class CertificateCustomCertificate(dict):
|
|
419
418
|
return super().get(key, default)
|
420
419
|
|
421
420
|
def __init__(__self__, *,
|
422
|
-
certificate_chain:
|
421
|
+
certificate_chain: _builtins.str):
|
423
422
|
"""
|
424
|
-
:param
|
423
|
+
:param _builtins.str certificate_chain: The full PEM-formatted certificate chain
|
425
424
|
"""
|
426
425
|
pulumi.set(__self__, "certificate_chain", certificate_chain)
|
427
426
|
|
428
|
-
@property
|
427
|
+
@_builtins.property
|
429
428
|
@pulumi.getter(name="certificateChain")
|
430
|
-
def certificate_chain(self) ->
|
429
|
+
def certificate_chain(self) -> _builtins.str:
|
431
430
|
"""
|
432
431
|
The full PEM-formatted certificate chain
|
433
432
|
"""
|
@@ -456,27 +455,27 @@ class CertificateLetsencrypt(dict):
|
|
456
455
|
return super().get(key, default)
|
457
456
|
|
458
457
|
def __init__(__self__, *,
|
459
|
-
common_name:
|
460
|
-
subject_alternative_names: Optional[Sequence[
|
458
|
+
common_name: _builtins.str,
|
459
|
+
subject_alternative_names: Optional[Sequence[_builtins.str]] = None):
|
461
460
|
"""
|
462
|
-
:param
|
463
|
-
:param Sequence[
|
461
|
+
:param _builtins.str common_name: Main domain of the certificate
|
462
|
+
:param Sequence[_builtins.str] subject_alternative_names: The alternative domain names of the certificate
|
464
463
|
"""
|
465
464
|
pulumi.set(__self__, "common_name", common_name)
|
466
465
|
if subject_alternative_names is not None:
|
467
466
|
pulumi.set(__self__, "subject_alternative_names", subject_alternative_names)
|
468
467
|
|
469
|
-
@property
|
468
|
+
@_builtins.property
|
470
469
|
@pulumi.getter(name="commonName")
|
471
|
-
def common_name(self) ->
|
470
|
+
def common_name(self) -> _builtins.str:
|
472
471
|
"""
|
473
472
|
Main domain of the certificate
|
474
473
|
"""
|
475
474
|
return pulumi.get(self, "common_name")
|
476
475
|
|
477
|
-
@property
|
476
|
+
@_builtins.property
|
478
477
|
@pulumi.getter(name="subjectAlternativeNames")
|
479
|
-
def subject_alternative_names(self) -> Optional[Sequence[
|
478
|
+
def subject_alternative_names(self) -> Optional[Sequence[_builtins.str]]:
|
480
479
|
"""
|
481
480
|
The alternative domain names of the certificate
|
482
481
|
"""
|
@@ -507,17 +506,17 @@ class FrontendAcl(dict):
|
|
507
506
|
def __init__(__self__, *,
|
508
507
|
action: 'outputs.FrontendAclAction',
|
509
508
|
match: 'outputs.FrontendAclMatch',
|
510
|
-
created_at: Optional[
|
511
|
-
description: Optional[
|
512
|
-
name: Optional[
|
513
|
-
updated_at: Optional[
|
509
|
+
created_at: Optional[_builtins.str] = None,
|
510
|
+
description: Optional[_builtins.str] = None,
|
511
|
+
name: Optional[_builtins.str] = None,
|
512
|
+
updated_at: Optional[_builtins.str] = None):
|
514
513
|
"""
|
515
514
|
:param 'FrontendAclActionArgs' action: Action to undertake when an ACL filter matches.
|
516
515
|
:param 'FrontendAclMatchArgs' match: The ACL match rule. At least `ip_subnet` or `ips_edge_services` or `http_filter` and `http_filter_value` are required.
|
517
|
-
:param
|
518
|
-
:param
|
519
|
-
:param
|
520
|
-
:param
|
516
|
+
:param _builtins.str created_at: The date and time the frontend was created.
|
517
|
+
:param _builtins.str description: Description of the ACL
|
518
|
+
:param _builtins.str name: The ACL name. If not provided it will be randomly generated.
|
519
|
+
:param _builtins.str updated_at: The date and time the frontend resource was updated.
|
521
520
|
"""
|
522
521
|
pulumi.set(__self__, "action", action)
|
523
522
|
pulumi.set(__self__, "match", match)
|
@@ -530,7 +529,7 @@ class FrontendAcl(dict):
|
|
530
529
|
if updated_at is not None:
|
531
530
|
pulumi.set(__self__, "updated_at", updated_at)
|
532
531
|
|
533
|
-
@property
|
532
|
+
@_builtins.property
|
534
533
|
@pulumi.getter
|
535
534
|
def action(self) -> 'outputs.FrontendAclAction':
|
536
535
|
"""
|
@@ -538,7 +537,7 @@ class FrontendAcl(dict):
|
|
538
537
|
"""
|
539
538
|
return pulumi.get(self, "action")
|
540
539
|
|
541
|
-
@property
|
540
|
+
@_builtins.property
|
542
541
|
@pulumi.getter
|
543
542
|
def match(self) -> 'outputs.FrontendAclMatch':
|
544
543
|
"""
|
@@ -546,33 +545,33 @@ class FrontendAcl(dict):
|
|
546
545
|
"""
|
547
546
|
return pulumi.get(self, "match")
|
548
547
|
|
549
|
-
@property
|
548
|
+
@_builtins.property
|
550
549
|
@pulumi.getter(name="createdAt")
|
551
|
-
def created_at(self) -> Optional[
|
550
|
+
def created_at(self) -> Optional[_builtins.str]:
|
552
551
|
"""
|
553
552
|
The date and time the frontend was created.
|
554
553
|
"""
|
555
554
|
return pulumi.get(self, "created_at")
|
556
555
|
|
557
|
-
@property
|
556
|
+
@_builtins.property
|
558
557
|
@pulumi.getter
|
559
|
-
def description(self) -> Optional[
|
558
|
+
def description(self) -> Optional[_builtins.str]:
|
560
559
|
"""
|
561
560
|
Description of the ACL
|
562
561
|
"""
|
563
562
|
return pulumi.get(self, "description")
|
564
563
|
|
565
|
-
@property
|
564
|
+
@_builtins.property
|
566
565
|
@pulumi.getter
|
567
|
-
def name(self) -> Optional[
|
566
|
+
def name(self) -> Optional[_builtins.str]:
|
568
567
|
"""
|
569
568
|
The ACL name. If not provided it will be randomly generated.
|
570
569
|
"""
|
571
570
|
return pulumi.get(self, "name")
|
572
571
|
|
573
|
-
@property
|
572
|
+
@_builtins.property
|
574
573
|
@pulumi.getter(name="updatedAt")
|
575
|
-
def updated_at(self) -> Optional[
|
574
|
+
def updated_at(self) -> Optional[_builtins.str]:
|
576
575
|
"""
|
577
576
|
The date and time the frontend resource was updated.
|
578
577
|
"""
|
@@ -582,25 +581,25 @@ class FrontendAcl(dict):
|
|
582
581
|
@pulumi.output_type
|
583
582
|
class FrontendAclAction(dict):
|
584
583
|
def __init__(__self__, *,
|
585
|
-
type:
|
584
|
+
type: _builtins.str,
|
586
585
|
redirects: Optional[Sequence['outputs.FrontendAclActionRedirect']] = None):
|
587
586
|
"""
|
588
|
-
:param
|
587
|
+
:param _builtins.str type: The action type. Possible values are: `allow` or `deny` or `redirect`.
|
589
588
|
:param Sequence['FrontendAclActionRedirectArgs'] redirects: Redirect parameters when using an ACL with `redirect` action.
|
590
589
|
"""
|
591
590
|
pulumi.set(__self__, "type", type)
|
592
591
|
if redirects is not None:
|
593
592
|
pulumi.set(__self__, "redirects", redirects)
|
594
593
|
|
595
|
-
@property
|
594
|
+
@_builtins.property
|
596
595
|
@pulumi.getter
|
597
|
-
def type(self) ->
|
596
|
+
def type(self) -> _builtins.str:
|
598
597
|
"""
|
599
598
|
The action type. Possible values are: `allow` or `deny` or `redirect`.
|
600
599
|
"""
|
601
600
|
return pulumi.get(self, "type")
|
602
601
|
|
603
|
-
@property
|
602
|
+
@_builtins.property
|
604
603
|
@pulumi.getter
|
605
604
|
def redirects(self) -> Optional[Sequence['outputs.FrontendAclActionRedirect']]:
|
606
605
|
"""
|
@@ -612,13 +611,13 @@ class FrontendAclAction(dict):
|
|
612
611
|
@pulumi.output_type
|
613
612
|
class FrontendAclActionRedirect(dict):
|
614
613
|
def __init__(__self__, *,
|
615
|
-
code: Optional[
|
616
|
-
target: Optional[
|
617
|
-
type: Optional[
|
614
|
+
code: Optional[_builtins.int] = None,
|
615
|
+
target: Optional[_builtins.str] = None,
|
616
|
+
type: Optional[_builtins.str] = None):
|
618
617
|
"""
|
619
|
-
:param
|
620
|
-
:param
|
621
|
-
:param
|
618
|
+
:param _builtins.int code: The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
619
|
+
:param _builtins.str target: A URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
620
|
+
:param _builtins.str type: The redirect type. Possible values are: `location` or `scheme`.
|
622
621
|
"""
|
623
622
|
if code is not None:
|
624
623
|
pulumi.set(__self__, "code", code)
|
@@ -627,25 +626,25 @@ class FrontendAclActionRedirect(dict):
|
|
627
626
|
if type is not None:
|
628
627
|
pulumi.set(__self__, "type", type)
|
629
628
|
|
630
|
-
@property
|
629
|
+
@_builtins.property
|
631
630
|
@pulumi.getter
|
632
|
-
def code(self) -> Optional[
|
631
|
+
def code(self) -> Optional[_builtins.int]:
|
633
632
|
"""
|
634
633
|
The HTTP redirect code to use. Valid values are `301`, `302`, `303`, `307` and `308`.
|
635
634
|
"""
|
636
635
|
return pulumi.get(self, "code")
|
637
636
|
|
638
|
-
@property
|
637
|
+
@_builtins.property
|
639
638
|
@pulumi.getter
|
640
|
-
def target(self) -> Optional[
|
639
|
+
def target(self) -> Optional[_builtins.str]:
|
641
640
|
"""
|
642
641
|
A URL can be used in case of a location redirect (e.g. `https://scaleway.com` will redirect to this same URL). A scheme name (e.g. `https`, `http`, `ftp`, `git`) will replace the request's original scheme.
|
643
642
|
"""
|
644
643
|
return pulumi.get(self, "target")
|
645
644
|
|
646
|
-
@property
|
645
|
+
@_builtins.property
|
647
646
|
@pulumi.getter
|
648
|
-
def type(self) -> Optional[
|
647
|
+
def type(self) -> Optional[_builtins.str]:
|
649
648
|
"""
|
650
649
|
The redirect type. Possible values are: `location` or `scheme`.
|
651
650
|
"""
|
@@ -680,22 +679,22 @@ class FrontendAclMatch(dict):
|
|
680
679
|
return super().get(key, default)
|
681
680
|
|
682
681
|
def __init__(__self__, *,
|
683
|
-
http_filter: Optional[
|
684
|
-
http_filter_option: Optional[
|
685
|
-
http_filter_values: Optional[Sequence[
|
686
|
-
invert: Optional[
|
687
|
-
ip_subnets: Optional[Sequence[
|
688
|
-
ips_edge_services: Optional[
|
689
|
-
"""
|
690
|
-
:param
|
682
|
+
http_filter: Optional[_builtins.str] = None,
|
683
|
+
http_filter_option: Optional[_builtins.str] = None,
|
684
|
+
http_filter_values: Optional[Sequence[_builtins.str]] = None,
|
685
|
+
invert: Optional[_builtins.bool] = None,
|
686
|
+
ip_subnets: Optional[Sequence[_builtins.str]] = None,
|
687
|
+
ips_edge_services: Optional[_builtins.bool] = None):
|
688
|
+
"""
|
689
|
+
:param _builtins.str http_filter: The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
691
690
|
It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
|
692
691
|
Possible values are: `acl_http_filter_none`, `path_begin`, `path_end`, `http_header_match` or `regex`.
|
693
|
-
:param
|
694
|
-
:param Sequence[
|
692
|
+
:param _builtins.str http_filter_option: If you have `http_filter` at `http_header_match`, you can use this field to filter on the HTTP header's value.
|
693
|
+
:param Sequence[_builtins.str] http_filter_values: A list of possible values to match for the given HTTP filter.
|
695
694
|
Keep in mind that in the case of `http_header_match` the HTTP header field name is case insensitive.
|
696
|
-
:param
|
697
|
-
:param Sequence[
|
698
|
-
:param
|
695
|
+
:param _builtins.bool invert: If set to `true`, the condition will be of type "unless".
|
696
|
+
:param Sequence[_builtins.str] ip_subnets: A list of IPs, or CIDR v4/v6 addresses of the session client, to match. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
697
|
+
:param _builtins.bool ips_edge_services: Defines whether Edge Services IPs should be matched. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
699
698
|
"""
|
700
699
|
if http_filter is not None:
|
701
700
|
pulumi.set(__self__, "http_filter", http_filter)
|
@@ -710,9 +709,9 @@ class FrontendAclMatch(dict):
|
|
710
709
|
if ips_edge_services is not None:
|
711
710
|
pulumi.set(__self__, "ips_edge_services", ips_edge_services)
|
712
711
|
|
713
|
-
@property
|
712
|
+
@_builtins.property
|
714
713
|
@pulumi.getter(name="httpFilter")
|
715
|
-
def http_filter(self) -> Optional[
|
714
|
+
def http_filter(self) -> Optional[_builtins.str]:
|
716
715
|
"""
|
717
716
|
The HTTP filter to match. This filter is supported only if your backend protocol has an HTTP forward protocol.
|
718
717
|
It extracts the request's URL path, which starts at the first slash and ends before the question mark (without the host part).
|
@@ -720,42 +719,42 @@ class FrontendAclMatch(dict):
|
|
720
719
|
"""
|
721
720
|
return pulumi.get(self, "http_filter")
|
722
721
|
|
723
|
-
@property
|
722
|
+
@_builtins.property
|
724
723
|
@pulumi.getter(name="httpFilterOption")
|
725
|
-
def http_filter_option(self) -> Optional[
|
724
|
+
def http_filter_option(self) -> Optional[_builtins.str]:
|
726
725
|
"""
|
727
726
|
If you have `http_filter` at `http_header_match`, you can use this field to filter on the HTTP header's value.
|
728
727
|
"""
|
729
728
|
return pulumi.get(self, "http_filter_option")
|
730
729
|
|
731
|
-
@property
|
730
|
+
@_builtins.property
|
732
731
|
@pulumi.getter(name="httpFilterValues")
|
733
|
-
def http_filter_values(self) -> Optional[Sequence[
|
732
|
+
def http_filter_values(self) -> Optional[Sequence[_builtins.str]]:
|
734
733
|
"""
|
735
734
|
A list of possible values to match for the given HTTP filter.
|
736
735
|
Keep in mind that in the case of `http_header_match` the HTTP header field name is case insensitive.
|
737
736
|
"""
|
738
737
|
return pulumi.get(self, "http_filter_values")
|
739
738
|
|
740
|
-
@property
|
739
|
+
@_builtins.property
|
741
740
|
@pulumi.getter
|
742
|
-
def invert(self) -> Optional[
|
741
|
+
def invert(self) -> Optional[_builtins.bool]:
|
743
742
|
"""
|
744
743
|
If set to `true`, the condition will be of type "unless".
|
745
744
|
"""
|
746
745
|
return pulumi.get(self, "invert")
|
747
746
|
|
748
|
-
@property
|
747
|
+
@_builtins.property
|
749
748
|
@pulumi.getter(name="ipSubnets")
|
750
|
-
def ip_subnets(self) -> Optional[Sequence[
|
749
|
+
def ip_subnets(self) -> Optional[Sequence[_builtins.str]]:
|
751
750
|
"""
|
752
751
|
A list of IPs, or CIDR v4/v6 addresses of the session client, to match. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
753
752
|
"""
|
754
753
|
return pulumi.get(self, "ip_subnets")
|
755
754
|
|
756
|
-
@property
|
755
|
+
@_builtins.property
|
757
756
|
@pulumi.getter(name="ipsEdgeServices")
|
758
|
-
def ips_edge_services(self) -> Optional[
|
757
|
+
def ips_edge_services(self) -> Optional[_builtins.bool]:
|
759
758
|
"""
|
760
759
|
Defines whether Edge Services IPs should be matched. Only one of `ip_subnet` and `ips_edge_services` should be specified.
|
761
760
|
"""
|
@@ -765,28 +764,28 @@ class FrontendAclMatch(dict):
|
|
765
764
|
@pulumi.output_type
|
766
765
|
class LoadBalancerPrivateIp(dict):
|
767
766
|
def __init__(__self__, *,
|
768
|
-
address: Optional[
|
769
|
-
id: Optional[
|
767
|
+
address: Optional[_builtins.str] = None,
|
768
|
+
id: Optional[_builtins.str] = None):
|
770
769
|
"""
|
771
|
-
:param
|
772
|
-
:param
|
770
|
+
:param _builtins.str address: The private IP address.
|
771
|
+
:param _builtins.str id: The ID of the IP address resource.
|
773
772
|
"""
|
774
773
|
if address is not None:
|
775
774
|
pulumi.set(__self__, "address", address)
|
776
775
|
if id is not None:
|
777
776
|
pulumi.set(__self__, "id", id)
|
778
777
|
|
779
|
-
@property
|
778
|
+
@_builtins.property
|
780
779
|
@pulumi.getter
|
781
|
-
def address(self) -> Optional[
|
780
|
+
def address(self) -> Optional[_builtins.str]:
|
782
781
|
"""
|
783
782
|
The private IP address.
|
784
783
|
"""
|
785
784
|
return pulumi.get(self, "address")
|
786
785
|
|
787
|
-
@property
|
786
|
+
@_builtins.property
|
788
787
|
@pulumi.getter
|
789
|
-
def id(self) -> Optional[
|
788
|
+
def id(self) -> Optional[_builtins.str]:
|
790
789
|
"""
|
791
790
|
The ID of the IP address resource.
|
792
791
|
"""
|
@@ -819,20 +818,20 @@ class LoadBalancerPrivateNetwork(dict):
|
|
819
818
|
return super().get(key, default)
|
820
819
|
|
821
820
|
def __init__(__self__, *,
|
822
|
-
private_network_id:
|
823
|
-
dhcp_config: Optional[
|
824
|
-
ipam_ids: Optional[
|
825
|
-
static_config: Optional[
|
826
|
-
status: Optional[
|
827
|
-
zone: Optional[
|
828
|
-
"""
|
829
|
-
:param
|
821
|
+
private_network_id: _builtins.str,
|
822
|
+
dhcp_config: Optional[_builtins.bool] = None,
|
823
|
+
ipam_ids: Optional[_builtins.str] = None,
|
824
|
+
static_config: Optional[_builtins.str] = None,
|
825
|
+
status: Optional[_builtins.str] = None,
|
826
|
+
zone: Optional[_builtins.str] = None):
|
827
|
+
"""
|
828
|
+
:param _builtins.str private_network_id: The ID of the Private Network to attach to.
|
830
829
|
- > **Important:** Updates to `private_network` will recreate the attachment.
|
831
|
-
:param
|
832
|
-
:param
|
833
|
-
:param
|
834
|
-
:param
|
835
|
-
:param
|
830
|
+
:param _builtins.bool dhcp_config: Set to true if you want to let DHCP assign IP addresses
|
831
|
+
:param _builtins.str ipam_ids: IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
|
832
|
+
:param _builtins.str static_config: Define an IP address in the subnet of your private network that will be assigned to your load balancer instance
|
833
|
+
:param _builtins.str status: The status of the private network connection.
|
834
|
+
:param _builtins.str zone: `zone`) The zone of the Load Balancer.
|
836
835
|
"""
|
837
836
|
pulumi.set(__self__, "private_network_id", private_network_id)
|
838
837
|
if dhcp_config is not None:
|
@@ -846,52 +845,52 @@ class LoadBalancerPrivateNetwork(dict):
|
|
846
845
|
if zone is not None:
|
847
846
|
pulumi.set(__self__, "zone", zone)
|
848
847
|
|
849
|
-
@property
|
848
|
+
@_builtins.property
|
850
849
|
@pulumi.getter(name="privateNetworkId")
|
851
|
-
def private_network_id(self) ->
|
850
|
+
def private_network_id(self) -> _builtins.str:
|
852
851
|
"""
|
853
852
|
The ID of the Private Network to attach to.
|
854
853
|
- > **Important:** Updates to `private_network` will recreate the attachment.
|
855
854
|
"""
|
856
855
|
return pulumi.get(self, "private_network_id")
|
857
856
|
|
858
|
-
@property
|
857
|
+
@_builtins.property
|
859
858
|
@pulumi.getter(name="dhcpConfig")
|
860
859
|
@_utilities.deprecated("""dhcp_config field is deprecated, please use `private_network_id` or `ipam_ids` instead""")
|
861
|
-
def dhcp_config(self) -> Optional[
|
860
|
+
def dhcp_config(self) -> Optional[_builtins.bool]:
|
862
861
|
"""
|
863
862
|
Set to true if you want to let DHCP assign IP addresses
|
864
863
|
"""
|
865
864
|
return pulumi.get(self, "dhcp_config")
|
866
865
|
|
867
|
-
@property
|
866
|
+
@_builtins.property
|
868
867
|
@pulumi.getter(name="ipamIds")
|
869
|
-
def ipam_ids(self) -> Optional[
|
868
|
+
def ipam_ids(self) -> Optional[_builtins.str]:
|
870
869
|
"""
|
871
870
|
IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network.
|
872
871
|
"""
|
873
872
|
return pulumi.get(self, "ipam_ids")
|
874
873
|
|
875
|
-
@property
|
874
|
+
@_builtins.property
|
876
875
|
@pulumi.getter(name="staticConfig")
|
877
876
|
@_utilities.deprecated("""static_config field is deprecated, please use `private_network_id` or `ipam_ids` instead""")
|
878
|
-
def static_config(self) -> Optional[
|
877
|
+
def static_config(self) -> Optional[_builtins.str]:
|
879
878
|
"""
|
880
879
|
Define an IP address in the subnet of your private network that will be assigned to your load balancer instance
|
881
880
|
"""
|
882
881
|
return pulumi.get(self, "static_config")
|
883
882
|
|
884
|
-
@property
|
883
|
+
@_builtins.property
|
885
884
|
@pulumi.getter
|
886
|
-
def status(self) -> Optional[
|
885
|
+
def status(self) -> Optional[_builtins.str]:
|
887
886
|
"""
|
888
887
|
The status of the private network connection.
|
889
888
|
"""
|
890
889
|
return pulumi.get(self, "status")
|
891
890
|
|
892
|
-
@property
|
891
|
+
@_builtins.property
|
893
892
|
@pulumi.getter
|
894
|
-
def zone(self) -> Optional[
|
893
|
+
def zone(self) -> Optional[_builtins.str]:
|
895
894
|
"""
|
896
895
|
`zone`) The zone of the Load Balancer.
|
897
896
|
"""
|
@@ -902,26 +901,26 @@ class LoadBalancerPrivateNetwork(dict):
|
|
902
901
|
class GetAclsAclResult(dict):
|
903
902
|
def __init__(__self__, *,
|
904
903
|
actions: Sequence['outputs.GetAclsAclActionResult'],
|
905
|
-
created_at:
|
906
|
-
description:
|
907
|
-
frontend_id:
|
908
|
-
id:
|
909
|
-
index:
|
904
|
+
created_at: _builtins.str,
|
905
|
+
description: _builtins.str,
|
906
|
+
frontend_id: _builtins.str,
|
907
|
+
id: _builtins.str,
|
908
|
+
index: _builtins.int,
|
910
909
|
matches: Sequence['outputs.GetAclsAclMatchResult'],
|
911
|
-
name:
|
912
|
-
update_at:
|
910
|
+
name: _builtins.str,
|
911
|
+
update_at: _builtins.str):
|
913
912
|
"""
|
914
913
|
:param Sequence['GetAclsAclActionArgs'] actions: The action to be undertaken when an ACL filter matches.
|
915
|
-
:param
|
916
|
-
:param
|
917
|
-
:param
|
914
|
+
:param _builtins.str created_at: The date on which the ACL was created (RFC 3339 format).
|
915
|
+
:param _builtins.str description: The description of the ACL resource.
|
916
|
+
:param _builtins.str frontend_id: The frontend ID this ACL is attached to. ACLs with a matching frontend ID are listed.
|
918
917
|
> **Important:** LB frontend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
919
|
-
:param
|
918
|
+
:param _builtins.str id: The associated ACL ID.
|
920
919
|
> **Important:** LB ACLs' IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
921
|
-
:param
|
920
|
+
:param _builtins.int index: The priority of this ACL in the ordered list.
|
922
921
|
:param Sequence['GetAclsAclMatchArgs'] matches: The ACL match rule.
|
923
|
-
:param
|
924
|
-
:param
|
922
|
+
:param _builtins.str name: The ACL name to filter for. ACLs with a matching name are listed.
|
923
|
+
:param _builtins.str update_at: The date on which the ACL was last updated (RFC 3339 format).
|
925
924
|
"""
|
926
925
|
pulumi.set(__self__, "actions", actions)
|
927
926
|
pulumi.set(__self__, "created_at", created_at)
|
@@ -933,7 +932,7 @@ class GetAclsAclResult(dict):
|
|
933
932
|
pulumi.set(__self__, "name", name)
|
934
933
|
pulumi.set(__self__, "update_at", update_at)
|
935
934
|
|
936
|
-
@property
|
935
|
+
@_builtins.property
|
937
936
|
@pulumi.getter
|
938
937
|
def actions(self) -> Sequence['outputs.GetAclsAclActionResult']:
|
939
938
|
"""
|
@@ -941,49 +940,49 @@ class GetAclsAclResult(dict):
|
|
941
940
|
"""
|
942
941
|
return pulumi.get(self, "actions")
|
943
942
|
|
944
|
-
@property
|
943
|
+
@_builtins.property
|
945
944
|
@pulumi.getter(name="createdAt")
|
946
|
-
def created_at(self) ->
|
945
|
+
def created_at(self) -> _builtins.str:
|
947
946
|
"""
|
948
947
|
The date on which the ACL was created (RFC 3339 format).
|
949
948
|
"""
|
950
949
|
return pulumi.get(self, "created_at")
|
951
950
|
|
952
|
-
@property
|
951
|
+
@_builtins.property
|
953
952
|
@pulumi.getter
|
954
|
-
def description(self) ->
|
953
|
+
def description(self) -> _builtins.str:
|
955
954
|
"""
|
956
955
|
The description of the ACL resource.
|
957
956
|
"""
|
958
957
|
return pulumi.get(self, "description")
|
959
958
|
|
960
|
-
@property
|
959
|
+
@_builtins.property
|
961
960
|
@pulumi.getter(name="frontendId")
|
962
|
-
def frontend_id(self) ->
|
961
|
+
def frontend_id(self) -> _builtins.str:
|
963
962
|
"""
|
964
963
|
The frontend ID this ACL is attached to. ACLs with a matching frontend ID are listed.
|
965
964
|
> **Important:** LB frontend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
966
965
|
"""
|
967
966
|
return pulumi.get(self, "frontend_id")
|
968
967
|
|
969
|
-
@property
|
968
|
+
@_builtins.property
|
970
969
|
@pulumi.getter
|
971
|
-
def id(self) ->
|
970
|
+
def id(self) -> _builtins.str:
|
972
971
|
"""
|
973
972
|
The associated ACL ID.
|
974
973
|
> **Important:** LB ACLs' IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
975
974
|
"""
|
976
975
|
return pulumi.get(self, "id")
|
977
976
|
|
978
|
-
@property
|
977
|
+
@_builtins.property
|
979
978
|
@pulumi.getter
|
980
|
-
def index(self) ->
|
979
|
+
def index(self) -> _builtins.int:
|
981
980
|
"""
|
982
981
|
The priority of this ACL in the ordered list.
|
983
982
|
"""
|
984
983
|
return pulumi.get(self, "index")
|
985
984
|
|
986
|
-
@property
|
985
|
+
@_builtins.property
|
987
986
|
@pulumi.getter
|
988
987
|
def matches(self) -> Sequence['outputs.GetAclsAclMatchResult']:
|
989
988
|
"""
|
@@ -991,17 +990,17 @@ class GetAclsAclResult(dict):
|
|
991
990
|
"""
|
992
991
|
return pulumi.get(self, "matches")
|
993
992
|
|
994
|
-
@property
|
993
|
+
@_builtins.property
|
995
994
|
@pulumi.getter
|
996
|
-
def name(self) ->
|
995
|
+
def name(self) -> _builtins.str:
|
997
996
|
"""
|
998
997
|
The ACL name to filter for. ACLs with a matching name are listed.
|
999
998
|
"""
|
1000
999
|
return pulumi.get(self, "name")
|
1001
1000
|
|
1002
|
-
@property
|
1001
|
+
@_builtins.property
|
1003
1002
|
@pulumi.getter(name="updateAt")
|
1004
|
-
def update_at(self) ->
|
1003
|
+
def update_at(self) -> _builtins.str:
|
1005
1004
|
"""
|
1006
1005
|
The date on which the ACL was last updated (RFC 3339 format).
|
1007
1006
|
"""
|
@@ -1012,15 +1011,15 @@ class GetAclsAclResult(dict):
|
|
1012
1011
|
class GetAclsAclActionResult(dict):
|
1013
1012
|
def __init__(__self__, *,
|
1014
1013
|
redirects: Sequence['outputs.GetAclsAclActionRedirectResult'],
|
1015
|
-
type:
|
1014
|
+
type: _builtins.str):
|
1016
1015
|
"""
|
1017
1016
|
:param Sequence['GetAclsAclActionRedirectArgs'] redirects: Redirect parameters when using an ACL with `redirect` action.
|
1018
|
-
:param
|
1017
|
+
:param _builtins.str type: The redirect type.
|
1019
1018
|
"""
|
1020
1019
|
pulumi.set(__self__, "redirects", redirects)
|
1021
1020
|
pulumi.set(__self__, "type", type)
|
1022
1021
|
|
1023
|
-
@property
|
1022
|
+
@_builtins.property
|
1024
1023
|
@pulumi.getter
|
1025
1024
|
def redirects(self) -> Sequence['outputs.GetAclsAclActionRedirectResult']:
|
1026
1025
|
"""
|
@@ -1028,9 +1027,9 @@ class GetAclsAclActionResult(dict):
|
|
1028
1027
|
"""
|
1029
1028
|
return pulumi.get(self, "redirects")
|
1030
1029
|
|
1031
|
-
@property
|
1030
|
+
@_builtins.property
|
1032
1031
|
@pulumi.getter
|
1033
|
-
def type(self) ->
|
1032
|
+
def type(self) -> _builtins.str:
|
1034
1033
|
"""
|
1035
1034
|
The redirect type.
|
1036
1035
|
"""
|
@@ -1040,37 +1039,37 @@ class GetAclsAclActionResult(dict):
|
|
1040
1039
|
@pulumi.output_type
|
1041
1040
|
class GetAclsAclActionRedirectResult(dict):
|
1042
1041
|
def __init__(__self__, *,
|
1043
|
-
code:
|
1044
|
-
target:
|
1045
|
-
type:
|
1042
|
+
code: _builtins.int,
|
1043
|
+
target: _builtins.str,
|
1044
|
+
type: _builtins.str):
|
1046
1045
|
"""
|
1047
|
-
:param
|
1048
|
-
:param
|
1049
|
-
:param
|
1046
|
+
:param _builtins.int code: The HTTP redirect code to use.
|
1047
|
+
:param _builtins.str target: The URL used in case of a location redirect, or the scheme name that replaces the request's original scheme.
|
1048
|
+
:param _builtins.str type: The redirect type.
|
1050
1049
|
"""
|
1051
1050
|
pulumi.set(__self__, "code", code)
|
1052
1051
|
pulumi.set(__self__, "target", target)
|
1053
1052
|
pulumi.set(__self__, "type", type)
|
1054
1053
|
|
1055
|
-
@property
|
1054
|
+
@_builtins.property
|
1056
1055
|
@pulumi.getter
|
1057
|
-
def code(self) ->
|
1056
|
+
def code(self) -> _builtins.int:
|
1058
1057
|
"""
|
1059
1058
|
The HTTP redirect code to use.
|
1060
1059
|
"""
|
1061
1060
|
return pulumi.get(self, "code")
|
1062
1061
|
|
1063
|
-
@property
|
1062
|
+
@_builtins.property
|
1064
1063
|
@pulumi.getter
|
1065
|
-
def target(self) ->
|
1064
|
+
def target(self) -> _builtins.str:
|
1066
1065
|
"""
|
1067
1066
|
The URL used in case of a location redirect, or the scheme name that replaces the request's original scheme.
|
1068
1067
|
"""
|
1069
1068
|
return pulumi.get(self, "target")
|
1070
1069
|
|
1071
|
-
@property
|
1070
|
+
@_builtins.property
|
1072
1071
|
@pulumi.getter
|
1073
|
-
def type(self) ->
|
1072
|
+
def type(self) -> _builtins.str:
|
1074
1073
|
"""
|
1075
1074
|
The redirect type.
|
1076
1075
|
"""
|
@@ -1080,19 +1079,19 @@ class GetAclsAclActionRedirectResult(dict):
|
|
1080
1079
|
@pulumi.output_type
|
1081
1080
|
class GetAclsAclMatchResult(dict):
|
1082
1081
|
def __init__(__self__, *,
|
1083
|
-
http_filter:
|
1084
|
-
http_filter_option:
|
1085
|
-
http_filter_values: Sequence[
|
1086
|
-
invert:
|
1087
|
-
ip_subnets: Sequence[
|
1088
|
-
ips_edge_services:
|
1089
|
-
"""
|
1090
|
-
:param
|
1091
|
-
:param
|
1092
|
-
:param Sequence[
|
1093
|
-
:param
|
1094
|
-
:param Sequence[
|
1095
|
-
:param
|
1082
|
+
http_filter: _builtins.str,
|
1083
|
+
http_filter_option: _builtins.str,
|
1084
|
+
http_filter_values: Sequence[_builtins.str],
|
1085
|
+
invert: _builtins.bool,
|
1086
|
+
ip_subnets: Sequence[_builtins.str],
|
1087
|
+
ips_edge_services: _builtins.bool):
|
1088
|
+
"""
|
1089
|
+
:param _builtins.str http_filter: The HTTP filter to match.
|
1090
|
+
:param _builtins.str http_filter_option: A list of possible values for the HTTP filter based on the HTTP header.
|
1091
|
+
:param Sequence[_builtins.str] http_filter_values: The possible values to match for a given HTTP filter.
|
1092
|
+
:param _builtins.bool invert: The condition will be of type "unless" if invert is set to `true`
|
1093
|
+
:param Sequence[_builtins.str] ip_subnets: A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
1094
|
+
:param _builtins.bool ips_edge_services: Defines whether Edge Services IPs should be matched.
|
1096
1095
|
"""
|
1097
1096
|
pulumi.set(__self__, "http_filter", http_filter)
|
1098
1097
|
pulumi.set(__self__, "http_filter_option", http_filter_option)
|
@@ -1101,49 +1100,49 @@ class GetAclsAclMatchResult(dict):
|
|
1101
1100
|
pulumi.set(__self__, "ip_subnets", ip_subnets)
|
1102
1101
|
pulumi.set(__self__, "ips_edge_services", ips_edge_services)
|
1103
1102
|
|
1104
|
-
@property
|
1103
|
+
@_builtins.property
|
1105
1104
|
@pulumi.getter(name="httpFilter")
|
1106
|
-
def http_filter(self) ->
|
1105
|
+
def http_filter(self) -> _builtins.str:
|
1107
1106
|
"""
|
1108
1107
|
The HTTP filter to match.
|
1109
1108
|
"""
|
1110
1109
|
return pulumi.get(self, "http_filter")
|
1111
1110
|
|
1112
|
-
@property
|
1111
|
+
@_builtins.property
|
1113
1112
|
@pulumi.getter(name="httpFilterOption")
|
1114
|
-
def http_filter_option(self) ->
|
1113
|
+
def http_filter_option(self) -> _builtins.str:
|
1115
1114
|
"""
|
1116
1115
|
A list of possible values for the HTTP filter based on the HTTP header.
|
1117
1116
|
"""
|
1118
1117
|
return pulumi.get(self, "http_filter_option")
|
1119
1118
|
|
1120
|
-
@property
|
1119
|
+
@_builtins.property
|
1121
1120
|
@pulumi.getter(name="httpFilterValues")
|
1122
|
-
def http_filter_values(self) -> Sequence[
|
1121
|
+
def http_filter_values(self) -> Sequence[_builtins.str]:
|
1123
1122
|
"""
|
1124
1123
|
The possible values to match for a given HTTP filter.
|
1125
1124
|
"""
|
1126
1125
|
return pulumi.get(self, "http_filter_values")
|
1127
1126
|
|
1128
|
-
@property
|
1127
|
+
@_builtins.property
|
1129
1128
|
@pulumi.getter
|
1130
|
-
def invert(self) ->
|
1129
|
+
def invert(self) -> _builtins.bool:
|
1131
1130
|
"""
|
1132
1131
|
The condition will be of type "unless" if invert is set to `true`
|
1133
1132
|
"""
|
1134
1133
|
return pulumi.get(self, "invert")
|
1135
1134
|
|
1136
|
-
@property
|
1135
|
+
@_builtins.property
|
1137
1136
|
@pulumi.getter(name="ipSubnets")
|
1138
|
-
def ip_subnets(self) -> Sequence[
|
1137
|
+
def ip_subnets(self) -> Sequence[_builtins.str]:
|
1139
1138
|
"""
|
1140
1139
|
A list of IPs, or CIDR v4/v6 addresses of the session client, to match.
|
1141
1140
|
"""
|
1142
1141
|
return pulumi.get(self, "ip_subnets")
|
1143
1142
|
|
1144
|
-
@property
|
1143
|
+
@_builtins.property
|
1145
1144
|
@pulumi.getter(name="ipsEdgeServices")
|
1146
|
-
def ips_edge_services(self) ->
|
1145
|
+
def ips_edge_services(self) -> _builtins.bool:
|
1147
1146
|
"""
|
1148
1147
|
Defines whether Edge Services IPs should be matched.
|
1149
1148
|
"""
|
@@ -1153,17 +1152,17 @@ class GetAclsAclMatchResult(dict):
|
|
1153
1152
|
@pulumi.output_type
|
1154
1153
|
class GetBackendHealthCheckHttpResult(dict):
|
1155
1154
|
def __init__(__self__, *,
|
1156
|
-
code:
|
1157
|
-
host_header:
|
1158
|
-
method:
|
1159
|
-
sni:
|
1160
|
-
uri:
|
1161
|
-
"""
|
1162
|
-
:param
|
1163
|
-
:param
|
1164
|
-
:param
|
1165
|
-
:param
|
1166
|
-
:param
|
1155
|
+
code: _builtins.int,
|
1156
|
+
host_header: _builtins.str,
|
1157
|
+
method: _builtins.str,
|
1158
|
+
sni: _builtins.str,
|
1159
|
+
uri: _builtins.str):
|
1160
|
+
"""
|
1161
|
+
:param _builtins.int code: The expected HTTP status code
|
1162
|
+
:param _builtins.str host_header: The HTTP host header to use for HC requests
|
1163
|
+
:param _builtins.str method: The HTTP method to use for HC requests
|
1164
|
+
:param _builtins.str sni: The SNI to use for HC requests over SSL
|
1165
|
+
:param _builtins.str uri: The HTTPS endpoint URL to call for HC requests
|
1167
1166
|
"""
|
1168
1167
|
pulumi.set(__self__, "code", code)
|
1169
1168
|
pulumi.set(__self__, "host_header", host_header)
|
@@ -1171,41 +1170,41 @@ class GetBackendHealthCheckHttpResult(dict):
|
|
1171
1170
|
pulumi.set(__self__, "sni", sni)
|
1172
1171
|
pulumi.set(__self__, "uri", uri)
|
1173
1172
|
|
1174
|
-
@property
|
1173
|
+
@_builtins.property
|
1175
1174
|
@pulumi.getter
|
1176
|
-
def code(self) ->
|
1175
|
+
def code(self) -> _builtins.int:
|
1177
1176
|
"""
|
1178
1177
|
The expected HTTP status code
|
1179
1178
|
"""
|
1180
1179
|
return pulumi.get(self, "code")
|
1181
1180
|
|
1182
|
-
@property
|
1181
|
+
@_builtins.property
|
1183
1182
|
@pulumi.getter(name="hostHeader")
|
1184
|
-
def host_header(self) ->
|
1183
|
+
def host_header(self) -> _builtins.str:
|
1185
1184
|
"""
|
1186
1185
|
The HTTP host header to use for HC requests
|
1187
1186
|
"""
|
1188
1187
|
return pulumi.get(self, "host_header")
|
1189
1188
|
|
1190
|
-
@property
|
1189
|
+
@_builtins.property
|
1191
1190
|
@pulumi.getter
|
1192
|
-
def method(self) ->
|
1191
|
+
def method(self) -> _builtins.str:
|
1193
1192
|
"""
|
1194
1193
|
The HTTP method to use for HC requests
|
1195
1194
|
"""
|
1196
1195
|
return pulumi.get(self, "method")
|
1197
1196
|
|
1198
|
-
@property
|
1197
|
+
@_builtins.property
|
1199
1198
|
@pulumi.getter
|
1200
|
-
def sni(self) ->
|
1199
|
+
def sni(self) -> _builtins.str:
|
1201
1200
|
"""
|
1202
1201
|
The SNI to use for HC requests over SSL
|
1203
1202
|
"""
|
1204
1203
|
return pulumi.get(self, "sni")
|
1205
1204
|
|
1206
|
-
@property
|
1205
|
+
@_builtins.property
|
1207
1206
|
@pulumi.getter
|
1208
|
-
def uri(self) ->
|
1207
|
+
def uri(self) -> _builtins.str:
|
1209
1208
|
"""
|
1210
1209
|
The HTTPS endpoint URL to call for HC requests
|
1211
1210
|
"""
|
@@ -1221,59 +1220,59 @@ class GetBackendHealthCheckTcpResult(dict):
|
|
1221
1220
|
@pulumi.output_type
|
1222
1221
|
class GetBackendsBackendResult(dict):
|
1223
1222
|
def __init__(__self__, *,
|
1224
|
-
created_at:
|
1225
|
-
failover_host:
|
1226
|
-
forward_port:
|
1227
|
-
forward_port_algorithm:
|
1228
|
-
forward_protocol:
|
1229
|
-
health_check_delay:
|
1223
|
+
created_at: _builtins.str,
|
1224
|
+
failover_host: _builtins.str,
|
1225
|
+
forward_port: _builtins.int,
|
1226
|
+
forward_port_algorithm: _builtins.str,
|
1227
|
+
forward_protocol: _builtins.str,
|
1228
|
+
health_check_delay: _builtins.str,
|
1230
1229
|
health_check_http: Sequence['outputs.GetBackendsBackendHealthCheckHttpResult'],
|
1231
1230
|
health_check_https: Sequence['outputs.GetBackendsBackendHealthCheckHttpResult'],
|
1232
|
-
health_check_max_retries:
|
1233
|
-
health_check_port:
|
1231
|
+
health_check_max_retries: _builtins.int,
|
1232
|
+
health_check_port: _builtins.int,
|
1234
1233
|
health_check_tcps: Sequence['outputs.GetBackendsBackendHealthCheckTcpResult'],
|
1235
|
-
health_check_timeout:
|
1236
|
-
id:
|
1237
|
-
ignore_ssl_server_verify:
|
1238
|
-
lb_id:
|
1239
|
-
name:
|
1240
|
-
on_marked_down_action:
|
1241
|
-
proxy_protocol:
|
1242
|
-
server_ips: Sequence[
|
1243
|
-
ssl_bridging:
|
1244
|
-
sticky_sessions:
|
1245
|
-
sticky_sessions_cookie_name:
|
1246
|
-
timeout_connect:
|
1247
|
-
timeout_server:
|
1248
|
-
timeout_tunnel:
|
1249
|
-
update_at:
|
1250
|
-
"""
|
1251
|
-
:param
|
1252
|
-
:param
|
1253
|
-
:param
|
1254
|
-
:param
|
1255
|
-
:param
|
1256
|
-
:param
|
1234
|
+
health_check_timeout: _builtins.str,
|
1235
|
+
id: _builtins.str,
|
1236
|
+
ignore_ssl_server_verify: _builtins.bool,
|
1237
|
+
lb_id: _builtins.str,
|
1238
|
+
name: _builtins.str,
|
1239
|
+
on_marked_down_action: _builtins.str,
|
1240
|
+
proxy_protocol: _builtins.str,
|
1241
|
+
server_ips: Sequence[_builtins.str],
|
1242
|
+
ssl_bridging: _builtins.bool,
|
1243
|
+
sticky_sessions: _builtins.str,
|
1244
|
+
sticky_sessions_cookie_name: _builtins.str,
|
1245
|
+
timeout_connect: _builtins.str,
|
1246
|
+
timeout_server: _builtins.str,
|
1247
|
+
timeout_tunnel: _builtins.str,
|
1248
|
+
update_at: _builtins.str):
|
1249
|
+
"""
|
1250
|
+
:param _builtins.str created_at: The date on which the backend was created (RFC 3339 format).
|
1251
|
+
:param _builtins.str failover_host: Scaleway S3 bucket website to be served if all backend servers are down.
|
1252
|
+
:param _builtins.int forward_port: User sessions will be forwarded to this backend server port.
|
1253
|
+
:param _builtins.str forward_port_algorithm: Load balancing algorithm.
|
1254
|
+
:param _builtins.str forward_protocol: Backend protocol.
|
1255
|
+
:param _builtins.str health_check_delay: Interval between two health check requests.
|
1257
1256
|
:param Sequence['GetBackendsBackendHealthCheckHttpArgs'] health_check_http: This block enables HTTP health checks.
|
1258
1257
|
:param Sequence['GetBackendsBackendHealthCheckHttpArgs'] health_check_https: This block enables HTTPS health checks.
|
1259
|
-
:param
|
1260
|
-
:param
|
1258
|
+
:param _builtins.int health_check_max_retries: Number of allowed failed health check requests before the backend server is marked as down.
|
1259
|
+
:param _builtins.int health_check_port: Port the health check requests will be sent to.
|
1261
1260
|
:param Sequence['GetBackendsBackendHealthCheckTcpArgs'] health_check_tcps: This block enables TCP health checks.
|
1262
|
-
:param
|
1263
|
-
:param
|
1264
|
-
:param
|
1265
|
-
:param
|
1266
|
-
:param
|
1267
|
-
:param
|
1268
|
-
:param
|
1269
|
-
:param Sequence[
|
1270
|
-
:param
|
1271
|
-
:param
|
1272
|
-
:param
|
1273
|
-
:param
|
1274
|
-
:param
|
1275
|
-
:param
|
1276
|
-
:param
|
1261
|
+
:param _builtins.str health_check_timeout: Timeout before a health check request is considered failed.
|
1262
|
+
:param _builtins.str id: The associated backend ID.
|
1263
|
+
:param _builtins.bool ignore_ssl_server_verify: Specifies whether the Load Balancer should check the backend server’s certificate before initiating a connection.
|
1264
|
+
:param _builtins.str lb_id: The Load Balancer ID this backend is attached to. Backends with a matching ID are listed.
|
1265
|
+
:param _builtins.str name: The backend name to filter for. Backends with a matching name are listed.
|
1266
|
+
:param _builtins.str on_marked_down_action: Modify what occurs when a backend server is marked down.
|
1267
|
+
:param _builtins.str proxy_protocol: The type of PROXY protocol.
|
1268
|
+
:param Sequence[_builtins.str] server_ips: List of backend server IP addresses.
|
1269
|
+
:param _builtins.bool ssl_bridging: Enables SSL between Load Balancer and backend servers.
|
1270
|
+
:param _builtins.str sticky_sessions: Enables cookie-based session persistence.
|
1271
|
+
:param _builtins.str sticky_sessions_cookie_name: Cookie name for sticky sessions.
|
1272
|
+
:param _builtins.str timeout_connect: Maximum initial server connection establishment time.
|
1273
|
+
:param _builtins.str timeout_server: Maximum server connection inactivity time.
|
1274
|
+
:param _builtins.str timeout_tunnel: Maximum tunnel inactivity time.
|
1275
|
+
:param _builtins.str update_at: The date on which the backend was last updated (RFC 3339 format).
|
1277
1276
|
"""
|
1278
1277
|
pulumi.set(__self__, "created_at", created_at)
|
1279
1278
|
pulumi.set(__self__, "failover_host", failover_host)
|
@@ -1302,55 +1301,55 @@ class GetBackendsBackendResult(dict):
|
|
1302
1301
|
pulumi.set(__self__, "timeout_tunnel", timeout_tunnel)
|
1303
1302
|
pulumi.set(__self__, "update_at", update_at)
|
1304
1303
|
|
1305
|
-
@property
|
1304
|
+
@_builtins.property
|
1306
1305
|
@pulumi.getter(name="createdAt")
|
1307
|
-
def created_at(self) ->
|
1306
|
+
def created_at(self) -> _builtins.str:
|
1308
1307
|
"""
|
1309
1308
|
The date on which the backend was created (RFC 3339 format).
|
1310
1309
|
"""
|
1311
1310
|
return pulumi.get(self, "created_at")
|
1312
1311
|
|
1313
|
-
@property
|
1312
|
+
@_builtins.property
|
1314
1313
|
@pulumi.getter(name="failoverHost")
|
1315
|
-
def failover_host(self) ->
|
1314
|
+
def failover_host(self) -> _builtins.str:
|
1316
1315
|
"""
|
1317
1316
|
Scaleway S3 bucket website to be served if all backend servers are down.
|
1318
1317
|
"""
|
1319
1318
|
return pulumi.get(self, "failover_host")
|
1320
1319
|
|
1321
|
-
@property
|
1320
|
+
@_builtins.property
|
1322
1321
|
@pulumi.getter(name="forwardPort")
|
1323
|
-
def forward_port(self) ->
|
1322
|
+
def forward_port(self) -> _builtins.int:
|
1324
1323
|
"""
|
1325
1324
|
User sessions will be forwarded to this backend server port.
|
1326
1325
|
"""
|
1327
1326
|
return pulumi.get(self, "forward_port")
|
1328
1327
|
|
1329
|
-
@property
|
1328
|
+
@_builtins.property
|
1330
1329
|
@pulumi.getter(name="forwardPortAlgorithm")
|
1331
|
-
def forward_port_algorithm(self) ->
|
1330
|
+
def forward_port_algorithm(self) -> _builtins.str:
|
1332
1331
|
"""
|
1333
1332
|
Load balancing algorithm.
|
1334
1333
|
"""
|
1335
1334
|
return pulumi.get(self, "forward_port_algorithm")
|
1336
1335
|
|
1337
|
-
@property
|
1336
|
+
@_builtins.property
|
1338
1337
|
@pulumi.getter(name="forwardProtocol")
|
1339
|
-
def forward_protocol(self) ->
|
1338
|
+
def forward_protocol(self) -> _builtins.str:
|
1340
1339
|
"""
|
1341
1340
|
Backend protocol.
|
1342
1341
|
"""
|
1343
1342
|
return pulumi.get(self, "forward_protocol")
|
1344
1343
|
|
1345
|
-
@property
|
1344
|
+
@_builtins.property
|
1346
1345
|
@pulumi.getter(name="healthCheckDelay")
|
1347
|
-
def health_check_delay(self) ->
|
1346
|
+
def health_check_delay(self) -> _builtins.str:
|
1348
1347
|
"""
|
1349
1348
|
Interval between two health check requests.
|
1350
1349
|
"""
|
1351
1350
|
return pulumi.get(self, "health_check_delay")
|
1352
1351
|
|
1353
|
-
@property
|
1352
|
+
@_builtins.property
|
1354
1353
|
@pulumi.getter(name="healthCheckHttp")
|
1355
1354
|
def health_check_http(self) -> Sequence['outputs.GetBackendsBackendHealthCheckHttpResult']:
|
1356
1355
|
"""
|
@@ -1358,7 +1357,7 @@ class GetBackendsBackendResult(dict):
|
|
1358
1357
|
"""
|
1359
1358
|
return pulumi.get(self, "health_check_http")
|
1360
1359
|
|
1361
|
-
@property
|
1360
|
+
@_builtins.property
|
1362
1361
|
@pulumi.getter(name="healthCheckHttps")
|
1363
1362
|
def health_check_https(self) -> Sequence['outputs.GetBackendsBackendHealthCheckHttpResult']:
|
1364
1363
|
"""
|
@@ -1366,23 +1365,23 @@ class GetBackendsBackendResult(dict):
|
|
1366
1365
|
"""
|
1367
1366
|
return pulumi.get(self, "health_check_https")
|
1368
1367
|
|
1369
|
-
@property
|
1368
|
+
@_builtins.property
|
1370
1369
|
@pulumi.getter(name="healthCheckMaxRetries")
|
1371
|
-
def health_check_max_retries(self) ->
|
1370
|
+
def health_check_max_retries(self) -> _builtins.int:
|
1372
1371
|
"""
|
1373
1372
|
Number of allowed failed health check requests before the backend server is marked as down.
|
1374
1373
|
"""
|
1375
1374
|
return pulumi.get(self, "health_check_max_retries")
|
1376
1375
|
|
1377
|
-
@property
|
1376
|
+
@_builtins.property
|
1378
1377
|
@pulumi.getter(name="healthCheckPort")
|
1379
|
-
def health_check_port(self) ->
|
1378
|
+
def health_check_port(self) -> _builtins.int:
|
1380
1379
|
"""
|
1381
1380
|
Port the health check requests will be sent to.
|
1382
1381
|
"""
|
1383
1382
|
return pulumi.get(self, "health_check_port")
|
1384
1383
|
|
1385
|
-
@property
|
1384
|
+
@_builtins.property
|
1386
1385
|
@pulumi.getter(name="healthCheckTcps")
|
1387
1386
|
def health_check_tcps(self) -> Sequence['outputs.GetBackendsBackendHealthCheckTcpResult']:
|
1388
1387
|
"""
|
@@ -1390,121 +1389,121 @@ class GetBackendsBackendResult(dict):
|
|
1390
1389
|
"""
|
1391
1390
|
return pulumi.get(self, "health_check_tcps")
|
1392
1391
|
|
1393
|
-
@property
|
1392
|
+
@_builtins.property
|
1394
1393
|
@pulumi.getter(name="healthCheckTimeout")
|
1395
|
-
def health_check_timeout(self) ->
|
1394
|
+
def health_check_timeout(self) -> _builtins.str:
|
1396
1395
|
"""
|
1397
1396
|
Timeout before a health check request is considered failed.
|
1398
1397
|
"""
|
1399
1398
|
return pulumi.get(self, "health_check_timeout")
|
1400
1399
|
|
1401
|
-
@property
|
1400
|
+
@_builtins.property
|
1402
1401
|
@pulumi.getter
|
1403
|
-
def id(self) ->
|
1402
|
+
def id(self) -> _builtins.str:
|
1404
1403
|
"""
|
1405
1404
|
The associated backend ID.
|
1406
1405
|
"""
|
1407
1406
|
return pulumi.get(self, "id")
|
1408
1407
|
|
1409
|
-
@property
|
1408
|
+
@_builtins.property
|
1410
1409
|
@pulumi.getter(name="ignoreSslServerVerify")
|
1411
|
-
def ignore_ssl_server_verify(self) ->
|
1410
|
+
def ignore_ssl_server_verify(self) -> _builtins.bool:
|
1412
1411
|
"""
|
1413
1412
|
Specifies whether the Load Balancer should check the backend server’s certificate before initiating a connection.
|
1414
1413
|
"""
|
1415
1414
|
return pulumi.get(self, "ignore_ssl_server_verify")
|
1416
1415
|
|
1417
|
-
@property
|
1416
|
+
@_builtins.property
|
1418
1417
|
@pulumi.getter(name="lbId")
|
1419
|
-
def lb_id(self) ->
|
1418
|
+
def lb_id(self) -> _builtins.str:
|
1420
1419
|
"""
|
1421
1420
|
The Load Balancer ID this backend is attached to. Backends with a matching ID are listed.
|
1422
1421
|
"""
|
1423
1422
|
return pulumi.get(self, "lb_id")
|
1424
1423
|
|
1425
|
-
@property
|
1424
|
+
@_builtins.property
|
1426
1425
|
@pulumi.getter
|
1427
|
-
def name(self) ->
|
1426
|
+
def name(self) -> _builtins.str:
|
1428
1427
|
"""
|
1429
1428
|
The backend name to filter for. Backends with a matching name are listed.
|
1430
1429
|
"""
|
1431
1430
|
return pulumi.get(self, "name")
|
1432
1431
|
|
1433
|
-
@property
|
1432
|
+
@_builtins.property
|
1434
1433
|
@pulumi.getter(name="onMarkedDownAction")
|
1435
|
-
def on_marked_down_action(self) ->
|
1434
|
+
def on_marked_down_action(self) -> _builtins.str:
|
1436
1435
|
"""
|
1437
1436
|
Modify what occurs when a backend server is marked down.
|
1438
1437
|
"""
|
1439
1438
|
return pulumi.get(self, "on_marked_down_action")
|
1440
1439
|
|
1441
|
-
@property
|
1440
|
+
@_builtins.property
|
1442
1441
|
@pulumi.getter(name="proxyProtocol")
|
1443
|
-
def proxy_protocol(self) ->
|
1442
|
+
def proxy_protocol(self) -> _builtins.str:
|
1444
1443
|
"""
|
1445
1444
|
The type of PROXY protocol.
|
1446
1445
|
"""
|
1447
1446
|
return pulumi.get(self, "proxy_protocol")
|
1448
1447
|
|
1449
|
-
@property
|
1448
|
+
@_builtins.property
|
1450
1449
|
@pulumi.getter(name="serverIps")
|
1451
|
-
def server_ips(self) -> Sequence[
|
1450
|
+
def server_ips(self) -> Sequence[_builtins.str]:
|
1452
1451
|
"""
|
1453
1452
|
List of backend server IP addresses.
|
1454
1453
|
"""
|
1455
1454
|
return pulumi.get(self, "server_ips")
|
1456
1455
|
|
1457
|
-
@property
|
1456
|
+
@_builtins.property
|
1458
1457
|
@pulumi.getter(name="sslBridging")
|
1459
|
-
def ssl_bridging(self) ->
|
1458
|
+
def ssl_bridging(self) -> _builtins.bool:
|
1460
1459
|
"""
|
1461
1460
|
Enables SSL between Load Balancer and backend servers.
|
1462
1461
|
"""
|
1463
1462
|
return pulumi.get(self, "ssl_bridging")
|
1464
1463
|
|
1465
|
-
@property
|
1464
|
+
@_builtins.property
|
1466
1465
|
@pulumi.getter(name="stickySessions")
|
1467
|
-
def sticky_sessions(self) ->
|
1466
|
+
def sticky_sessions(self) -> _builtins.str:
|
1468
1467
|
"""
|
1469
1468
|
Enables cookie-based session persistence.
|
1470
1469
|
"""
|
1471
1470
|
return pulumi.get(self, "sticky_sessions")
|
1472
1471
|
|
1473
|
-
@property
|
1472
|
+
@_builtins.property
|
1474
1473
|
@pulumi.getter(name="stickySessionsCookieName")
|
1475
|
-
def sticky_sessions_cookie_name(self) ->
|
1474
|
+
def sticky_sessions_cookie_name(self) -> _builtins.str:
|
1476
1475
|
"""
|
1477
1476
|
Cookie name for sticky sessions.
|
1478
1477
|
"""
|
1479
1478
|
return pulumi.get(self, "sticky_sessions_cookie_name")
|
1480
1479
|
|
1481
|
-
@property
|
1480
|
+
@_builtins.property
|
1482
1481
|
@pulumi.getter(name="timeoutConnect")
|
1483
|
-
def timeout_connect(self) ->
|
1482
|
+
def timeout_connect(self) -> _builtins.str:
|
1484
1483
|
"""
|
1485
1484
|
Maximum initial server connection establishment time.
|
1486
1485
|
"""
|
1487
1486
|
return pulumi.get(self, "timeout_connect")
|
1488
1487
|
|
1489
|
-
@property
|
1488
|
+
@_builtins.property
|
1490
1489
|
@pulumi.getter(name="timeoutServer")
|
1491
|
-
def timeout_server(self) ->
|
1490
|
+
def timeout_server(self) -> _builtins.str:
|
1492
1491
|
"""
|
1493
1492
|
Maximum server connection inactivity time.
|
1494
1493
|
"""
|
1495
1494
|
return pulumi.get(self, "timeout_server")
|
1496
1495
|
|
1497
|
-
@property
|
1496
|
+
@_builtins.property
|
1498
1497
|
@pulumi.getter(name="timeoutTunnel")
|
1499
|
-
def timeout_tunnel(self) ->
|
1498
|
+
def timeout_tunnel(self) -> _builtins.str:
|
1500
1499
|
"""
|
1501
1500
|
Maximum tunnel inactivity time.
|
1502
1501
|
"""
|
1503
1502
|
return pulumi.get(self, "timeout_tunnel")
|
1504
1503
|
|
1505
|
-
@property
|
1504
|
+
@_builtins.property
|
1506
1505
|
@pulumi.getter(name="updateAt")
|
1507
|
-
def update_at(self) ->
|
1506
|
+
def update_at(self) -> _builtins.str:
|
1508
1507
|
"""
|
1509
1508
|
The date on which the backend was last updated (RFC 3339 format).
|
1510
1509
|
"""
|
@@ -1514,17 +1513,17 @@ class GetBackendsBackendResult(dict):
|
|
1514
1513
|
@pulumi.output_type
|
1515
1514
|
class GetBackendsBackendHealthCheckHttpResult(dict):
|
1516
1515
|
def __init__(__self__, *,
|
1517
|
-
code:
|
1518
|
-
host_header:
|
1519
|
-
method:
|
1520
|
-
sni:
|
1521
|
-
uri:
|
1522
|
-
"""
|
1523
|
-
:param
|
1524
|
-
:param
|
1525
|
-
:param
|
1526
|
-
:param
|
1527
|
-
:param
|
1516
|
+
code: _builtins.int,
|
1517
|
+
host_header: _builtins.str,
|
1518
|
+
method: _builtins.str,
|
1519
|
+
sni: _builtins.str,
|
1520
|
+
uri: _builtins.str):
|
1521
|
+
"""
|
1522
|
+
:param _builtins.int code: The expected HTTP status code.
|
1523
|
+
:param _builtins.str host_header: The HTTP host header to use for health check requests.
|
1524
|
+
:param _builtins.str method: The HTTP method to use for health check requests.
|
1525
|
+
:param _builtins.str sni: The SNI to use for HC requests over SSL.
|
1526
|
+
:param _builtins.str uri: The path of health check requests.
|
1528
1527
|
"""
|
1529
1528
|
pulumi.set(__self__, "code", code)
|
1530
1529
|
pulumi.set(__self__, "host_header", host_header)
|
@@ -1532,41 +1531,41 @@ class GetBackendsBackendHealthCheckHttpResult(dict):
|
|
1532
1531
|
pulumi.set(__self__, "sni", sni)
|
1533
1532
|
pulumi.set(__self__, "uri", uri)
|
1534
1533
|
|
1535
|
-
@property
|
1534
|
+
@_builtins.property
|
1536
1535
|
@pulumi.getter
|
1537
|
-
def code(self) ->
|
1536
|
+
def code(self) -> _builtins.int:
|
1538
1537
|
"""
|
1539
1538
|
The expected HTTP status code.
|
1540
1539
|
"""
|
1541
1540
|
return pulumi.get(self, "code")
|
1542
1541
|
|
1543
|
-
@property
|
1542
|
+
@_builtins.property
|
1544
1543
|
@pulumi.getter(name="hostHeader")
|
1545
|
-
def host_header(self) ->
|
1544
|
+
def host_header(self) -> _builtins.str:
|
1546
1545
|
"""
|
1547
1546
|
The HTTP host header to use for health check requests.
|
1548
1547
|
"""
|
1549
1548
|
return pulumi.get(self, "host_header")
|
1550
1549
|
|
1551
|
-
@property
|
1550
|
+
@_builtins.property
|
1552
1551
|
@pulumi.getter
|
1553
|
-
def method(self) ->
|
1552
|
+
def method(self) -> _builtins.str:
|
1554
1553
|
"""
|
1555
1554
|
The HTTP method to use for health check requests.
|
1556
1555
|
"""
|
1557
1556
|
return pulumi.get(self, "method")
|
1558
1557
|
|
1559
|
-
@property
|
1558
|
+
@_builtins.property
|
1560
1559
|
@pulumi.getter
|
1561
|
-
def sni(self) ->
|
1560
|
+
def sni(self) -> _builtins.str:
|
1562
1561
|
"""
|
1563
1562
|
The SNI to use for HC requests over SSL.
|
1564
1563
|
"""
|
1565
1564
|
return pulumi.get(self, "sni")
|
1566
1565
|
|
1567
|
-
@property
|
1566
|
+
@_builtins.property
|
1568
1567
|
@pulumi.getter
|
1569
|
-
def uri(self) ->
|
1568
|
+
def uri(self) -> _builtins.str:
|
1570
1569
|
"""
|
1571
1570
|
The path of health check requests.
|
1572
1571
|
"""
|
@@ -1582,15 +1581,15 @@ class GetBackendsBackendHealthCheckTcpResult(dict):
|
|
1582
1581
|
@pulumi.output_type
|
1583
1582
|
class GetCertificateCustomCertificateResult(dict):
|
1584
1583
|
def __init__(__self__, *,
|
1585
|
-
certificate_chain:
|
1584
|
+
certificate_chain: _builtins.str):
|
1586
1585
|
"""
|
1587
|
-
:param
|
1586
|
+
:param _builtins.str certificate_chain: The full PEM-formatted certificate chain
|
1588
1587
|
"""
|
1589
1588
|
pulumi.set(__self__, "certificate_chain", certificate_chain)
|
1590
1589
|
|
1591
|
-
@property
|
1590
|
+
@_builtins.property
|
1592
1591
|
@pulumi.getter(name="certificateChain")
|
1593
|
-
def certificate_chain(self) ->
|
1592
|
+
def certificate_chain(self) -> _builtins.str:
|
1594
1593
|
"""
|
1595
1594
|
The full PEM-formatted certificate chain
|
1596
1595
|
"""
|
@@ -1600,26 +1599,26 @@ class GetCertificateCustomCertificateResult(dict):
|
|
1600
1599
|
@pulumi.output_type
|
1601
1600
|
class GetCertificateLetsencryptResult(dict):
|
1602
1601
|
def __init__(__self__, *,
|
1603
|
-
common_name:
|
1604
|
-
subject_alternative_names: Sequence[
|
1602
|
+
common_name: _builtins.str,
|
1603
|
+
subject_alternative_names: Sequence[_builtins.str]):
|
1605
1604
|
"""
|
1606
|
-
:param
|
1607
|
-
:param Sequence[
|
1605
|
+
:param _builtins.str common_name: The main domain name of the certificate
|
1606
|
+
:param Sequence[_builtins.str] subject_alternative_names: The alternative domain names of the certificate
|
1608
1607
|
"""
|
1609
1608
|
pulumi.set(__self__, "common_name", common_name)
|
1610
1609
|
pulumi.set(__self__, "subject_alternative_names", subject_alternative_names)
|
1611
1610
|
|
1612
|
-
@property
|
1611
|
+
@_builtins.property
|
1613
1612
|
@pulumi.getter(name="commonName")
|
1614
|
-
def common_name(self) ->
|
1613
|
+
def common_name(self) -> _builtins.str:
|
1615
1614
|
"""
|
1616
1615
|
The main domain name of the certificate
|
1617
1616
|
"""
|
1618
1617
|
return pulumi.get(self, "common_name")
|
1619
1618
|
|
1620
|
-
@property
|
1619
|
+
@_builtins.property
|
1621
1620
|
@pulumi.getter(name="subjectAlternativeNames")
|
1622
|
-
def subject_alternative_names(self) -> Sequence[
|
1621
|
+
def subject_alternative_names(self) -> Sequence[_builtins.str]:
|
1623
1622
|
"""
|
1624
1623
|
The alternative domain names of the certificate
|
1625
1624
|
"""
|
@@ -1630,19 +1629,19 @@ class GetCertificateLetsencryptResult(dict):
|
|
1630
1629
|
class GetFrontendAclResult(dict):
|
1631
1630
|
def __init__(__self__, *,
|
1632
1631
|
actions: Sequence['outputs.GetFrontendAclActionResult'],
|
1633
|
-
created_at:
|
1634
|
-
description:
|
1632
|
+
created_at: _builtins.str,
|
1633
|
+
description: _builtins.str,
|
1635
1634
|
matches: Sequence['outputs.GetFrontendAclMatchResult'],
|
1636
|
-
name:
|
1637
|
-
updated_at:
|
1635
|
+
name: _builtins.str,
|
1636
|
+
updated_at: _builtins.str):
|
1638
1637
|
"""
|
1639
1638
|
:param Sequence['GetFrontendAclActionArgs'] actions: Action to undertake when an ACL filter matches
|
1640
|
-
:param
|
1641
|
-
:param
|
1639
|
+
:param _builtins.str created_at: IsDate and time of ACL's creation (RFC 3339 format)
|
1640
|
+
:param _builtins.str description: Description of the ACL
|
1642
1641
|
:param Sequence['GetFrontendAclMatchArgs'] matches: The ACL match rule
|
1643
|
-
:param
|
1642
|
+
:param _builtins.str name: The name of the frontend.
|
1644
1643
|
- When using the `name` you should specify the `lb-id`
|
1645
|
-
:param
|
1644
|
+
:param _builtins.str updated_at: IsDate and time of ACL's update (RFC 3339 format)
|
1646
1645
|
"""
|
1647
1646
|
pulumi.set(__self__, "actions", actions)
|
1648
1647
|
pulumi.set(__self__, "created_at", created_at)
|
@@ -1651,7 +1650,7 @@ class GetFrontendAclResult(dict):
|
|
1651
1650
|
pulumi.set(__self__, "name", name)
|
1652
1651
|
pulumi.set(__self__, "updated_at", updated_at)
|
1653
1652
|
|
1654
|
-
@property
|
1653
|
+
@_builtins.property
|
1655
1654
|
@pulumi.getter
|
1656
1655
|
def actions(self) -> Sequence['outputs.GetFrontendAclActionResult']:
|
1657
1656
|
"""
|
@@ -1659,23 +1658,23 @@ class GetFrontendAclResult(dict):
|
|
1659
1658
|
"""
|
1660
1659
|
return pulumi.get(self, "actions")
|
1661
1660
|
|
1662
|
-
@property
|
1661
|
+
@_builtins.property
|
1663
1662
|
@pulumi.getter(name="createdAt")
|
1664
|
-
def created_at(self) ->
|
1663
|
+
def created_at(self) -> _builtins.str:
|
1665
1664
|
"""
|
1666
1665
|
IsDate and time of ACL's creation (RFC 3339 format)
|
1667
1666
|
"""
|
1668
1667
|
return pulumi.get(self, "created_at")
|
1669
1668
|
|
1670
|
-
@property
|
1669
|
+
@_builtins.property
|
1671
1670
|
@pulumi.getter
|
1672
|
-
def description(self) ->
|
1671
|
+
def description(self) -> _builtins.str:
|
1673
1672
|
"""
|
1674
1673
|
Description of the ACL
|
1675
1674
|
"""
|
1676
1675
|
return pulumi.get(self, "description")
|
1677
1676
|
|
1678
|
-
@property
|
1677
|
+
@_builtins.property
|
1679
1678
|
@pulumi.getter
|
1680
1679
|
def matches(self) -> Sequence['outputs.GetFrontendAclMatchResult']:
|
1681
1680
|
"""
|
@@ -1683,18 +1682,18 @@ class GetFrontendAclResult(dict):
|
|
1683
1682
|
"""
|
1684
1683
|
return pulumi.get(self, "matches")
|
1685
1684
|
|
1686
|
-
@property
|
1685
|
+
@_builtins.property
|
1687
1686
|
@pulumi.getter
|
1688
|
-
def name(self) ->
|
1687
|
+
def name(self) -> _builtins.str:
|
1689
1688
|
"""
|
1690
1689
|
The name of the frontend.
|
1691
1690
|
- When using the `name` you should specify the `lb-id`
|
1692
1691
|
"""
|
1693
1692
|
return pulumi.get(self, "name")
|
1694
1693
|
|
1695
|
-
@property
|
1694
|
+
@_builtins.property
|
1696
1695
|
@pulumi.getter(name="updatedAt")
|
1697
|
-
def updated_at(self) ->
|
1696
|
+
def updated_at(self) -> _builtins.str:
|
1698
1697
|
"""
|
1699
1698
|
IsDate and time of ACL's update (RFC 3339 format)
|
1700
1699
|
"""
|
@@ -1705,15 +1704,15 @@ class GetFrontendAclResult(dict):
|
|
1705
1704
|
class GetFrontendAclActionResult(dict):
|
1706
1705
|
def __init__(__self__, *,
|
1707
1706
|
redirects: Sequence['outputs.GetFrontendAclActionRedirectResult'],
|
1708
|
-
type:
|
1707
|
+
type: _builtins.str):
|
1709
1708
|
"""
|
1710
1709
|
:param Sequence['GetFrontendAclActionRedirectArgs'] redirects: Redirect parameters when using an ACL with `redirect` action
|
1711
|
-
:param
|
1710
|
+
:param _builtins.str type: The action type
|
1712
1711
|
"""
|
1713
1712
|
pulumi.set(__self__, "redirects", redirects)
|
1714
1713
|
pulumi.set(__self__, "type", type)
|
1715
1714
|
|
1716
|
-
@property
|
1715
|
+
@_builtins.property
|
1717
1716
|
@pulumi.getter
|
1718
1717
|
def redirects(self) -> Sequence['outputs.GetFrontendAclActionRedirectResult']:
|
1719
1718
|
"""
|
@@ -1721,9 +1720,9 @@ class GetFrontendAclActionResult(dict):
|
|
1721
1720
|
"""
|
1722
1721
|
return pulumi.get(self, "redirects")
|
1723
1722
|
|
1724
|
-
@property
|
1723
|
+
@_builtins.property
|
1725
1724
|
@pulumi.getter
|
1726
|
-
def type(self) ->
|
1725
|
+
def type(self) -> _builtins.str:
|
1727
1726
|
"""
|
1728
1727
|
The action type
|
1729
1728
|
"""
|
@@ -1733,37 +1732,37 @@ class GetFrontendAclActionResult(dict):
|
|
1733
1732
|
@pulumi.output_type
|
1734
1733
|
class GetFrontendAclActionRedirectResult(dict):
|
1735
1734
|
def __init__(__self__, *,
|
1736
|
-
code:
|
1737
|
-
target:
|
1738
|
-
type:
|
1735
|
+
code: _builtins.int,
|
1736
|
+
target: _builtins.str,
|
1737
|
+
type: _builtins.str):
|
1739
1738
|
"""
|
1740
|
-
:param
|
1741
|
-
:param
|
1742
|
-
:param
|
1739
|
+
:param _builtins.int code: The HTTP redirect code to use
|
1740
|
+
:param _builtins.str target: An URL can be used in case of a location redirect
|
1741
|
+
:param _builtins.str type: The redirect type
|
1743
1742
|
"""
|
1744
1743
|
pulumi.set(__self__, "code", code)
|
1745
1744
|
pulumi.set(__self__, "target", target)
|
1746
1745
|
pulumi.set(__self__, "type", type)
|
1747
1746
|
|
1748
|
-
@property
|
1747
|
+
@_builtins.property
|
1749
1748
|
@pulumi.getter
|
1750
|
-
def code(self) ->
|
1749
|
+
def code(self) -> _builtins.int:
|
1751
1750
|
"""
|
1752
1751
|
The HTTP redirect code to use
|
1753
1752
|
"""
|
1754
1753
|
return pulumi.get(self, "code")
|
1755
1754
|
|
1756
|
-
@property
|
1755
|
+
@_builtins.property
|
1757
1756
|
@pulumi.getter
|
1758
|
-
def target(self) ->
|
1757
|
+
def target(self) -> _builtins.str:
|
1759
1758
|
"""
|
1760
1759
|
An URL can be used in case of a location redirect
|
1761
1760
|
"""
|
1762
1761
|
return pulumi.get(self, "target")
|
1763
1762
|
|
1764
|
-
@property
|
1763
|
+
@_builtins.property
|
1765
1764
|
@pulumi.getter
|
1766
|
-
def type(self) ->
|
1765
|
+
def type(self) -> _builtins.str:
|
1767
1766
|
"""
|
1768
1767
|
The redirect type
|
1769
1768
|
"""
|
@@ -1773,19 +1772,19 @@ class GetFrontendAclActionRedirectResult(dict):
|
|
1773
1772
|
@pulumi.output_type
|
1774
1773
|
class GetFrontendAclMatchResult(dict):
|
1775
1774
|
def __init__(__self__, *,
|
1776
|
-
http_filter:
|
1777
|
-
http_filter_option:
|
1778
|
-
http_filter_values: Sequence[
|
1779
|
-
invert:
|
1780
|
-
ip_subnets: Sequence[
|
1781
|
-
ips_edge_services:
|
1782
|
-
"""
|
1783
|
-
:param
|
1784
|
-
:param
|
1785
|
-
:param Sequence[
|
1786
|
-
:param
|
1787
|
-
:param Sequence[
|
1788
|
-
:param
|
1775
|
+
http_filter: _builtins.str,
|
1776
|
+
http_filter_option: _builtins.str,
|
1777
|
+
http_filter_values: Sequence[_builtins.str],
|
1778
|
+
invert: _builtins.bool,
|
1779
|
+
ip_subnets: Sequence[_builtins.str],
|
1780
|
+
ips_edge_services: _builtins.bool):
|
1781
|
+
"""
|
1782
|
+
:param _builtins.str http_filter: The HTTP filter to match
|
1783
|
+
:param _builtins.str http_filter_option: You can use this field with http_header_match acl type to set the header name to filter
|
1784
|
+
:param Sequence[_builtins.str] http_filter_values: A list of possible values to match for the given HTTP filter
|
1785
|
+
:param _builtins.bool invert: If set to true, the condition will be of type "unless"
|
1786
|
+
:param Sequence[_builtins.str] ip_subnets: A list of IPs or CIDR v4/v6 addresses of the client of the session to match
|
1787
|
+
:param _builtins.bool ips_edge_services: Defines whether Edge Services IPs should be matched
|
1789
1788
|
"""
|
1790
1789
|
pulumi.set(__self__, "http_filter", http_filter)
|
1791
1790
|
pulumi.set(__self__, "http_filter_option", http_filter_option)
|
@@ -1794,49 +1793,49 @@ class GetFrontendAclMatchResult(dict):
|
|
1794
1793
|
pulumi.set(__self__, "ip_subnets", ip_subnets)
|
1795
1794
|
pulumi.set(__self__, "ips_edge_services", ips_edge_services)
|
1796
1795
|
|
1797
|
-
@property
|
1796
|
+
@_builtins.property
|
1798
1797
|
@pulumi.getter(name="httpFilter")
|
1799
|
-
def http_filter(self) ->
|
1798
|
+
def http_filter(self) -> _builtins.str:
|
1800
1799
|
"""
|
1801
1800
|
The HTTP filter to match
|
1802
1801
|
"""
|
1803
1802
|
return pulumi.get(self, "http_filter")
|
1804
1803
|
|
1805
|
-
@property
|
1804
|
+
@_builtins.property
|
1806
1805
|
@pulumi.getter(name="httpFilterOption")
|
1807
|
-
def http_filter_option(self) ->
|
1806
|
+
def http_filter_option(self) -> _builtins.str:
|
1808
1807
|
"""
|
1809
1808
|
You can use this field with http_header_match acl type to set the header name to filter
|
1810
1809
|
"""
|
1811
1810
|
return pulumi.get(self, "http_filter_option")
|
1812
1811
|
|
1813
|
-
@property
|
1812
|
+
@_builtins.property
|
1814
1813
|
@pulumi.getter(name="httpFilterValues")
|
1815
|
-
def http_filter_values(self) -> Sequence[
|
1814
|
+
def http_filter_values(self) -> Sequence[_builtins.str]:
|
1816
1815
|
"""
|
1817
1816
|
A list of possible values to match for the given HTTP filter
|
1818
1817
|
"""
|
1819
1818
|
return pulumi.get(self, "http_filter_values")
|
1820
1819
|
|
1821
|
-
@property
|
1820
|
+
@_builtins.property
|
1822
1821
|
@pulumi.getter
|
1823
|
-
def invert(self) ->
|
1822
|
+
def invert(self) -> _builtins.bool:
|
1824
1823
|
"""
|
1825
1824
|
If set to true, the condition will be of type "unless"
|
1826
1825
|
"""
|
1827
1826
|
return pulumi.get(self, "invert")
|
1828
1827
|
|
1829
|
-
@property
|
1828
|
+
@_builtins.property
|
1830
1829
|
@pulumi.getter(name="ipSubnets")
|
1831
|
-
def ip_subnets(self) -> Sequence[
|
1830
|
+
def ip_subnets(self) -> Sequence[_builtins.str]:
|
1832
1831
|
"""
|
1833
1832
|
A list of IPs or CIDR v4/v6 addresses of the client of the session to match
|
1834
1833
|
"""
|
1835
1834
|
return pulumi.get(self, "ip_subnets")
|
1836
1835
|
|
1837
|
-
@property
|
1836
|
+
@_builtins.property
|
1838
1837
|
@pulumi.getter(name="ipsEdgeServices")
|
1839
|
-
def ips_edge_services(self) ->
|
1838
|
+
def ips_edge_services(self) -> _builtins.bool:
|
1840
1839
|
"""
|
1841
1840
|
Defines whether Edge Services IPs should be matched
|
1842
1841
|
"""
|
@@ -1846,33 +1845,33 @@ class GetFrontendAclMatchResult(dict):
|
|
1846
1845
|
@pulumi.output_type
|
1847
1846
|
class GetFrontendsFrontendResult(dict):
|
1848
1847
|
def __init__(__self__, *,
|
1849
|
-
backend_id:
|
1850
|
-
certificate_ids: Sequence[
|
1851
|
-
connection_rate_limit:
|
1852
|
-
created_at:
|
1853
|
-
enable_access_logs:
|
1854
|
-
enable_http3:
|
1855
|
-
id:
|
1856
|
-
inbound_port:
|
1857
|
-
lb_id:
|
1858
|
-
name:
|
1859
|
-
timeout_client:
|
1860
|
-
update_at:
|
1861
|
-
"""
|
1862
|
-
:param
|
1848
|
+
backend_id: _builtins.str,
|
1849
|
+
certificate_ids: Sequence[_builtins.str],
|
1850
|
+
connection_rate_limit: _builtins.int,
|
1851
|
+
created_at: _builtins.str,
|
1852
|
+
enable_access_logs: _builtins.bool,
|
1853
|
+
enable_http3: _builtins.bool,
|
1854
|
+
id: _builtins.str,
|
1855
|
+
inbound_port: _builtins.int,
|
1856
|
+
lb_id: _builtins.str,
|
1857
|
+
name: _builtins.str,
|
1858
|
+
timeout_client: _builtins.str,
|
1859
|
+
update_at: _builtins.str):
|
1860
|
+
"""
|
1861
|
+
:param _builtins.str backend_id: The Load Balancer backend ID this frontend is attached to.
|
1863
1862
|
> **Important:** Load Balancer backend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
1864
|
-
:param Sequence[
|
1865
|
-
:param
|
1866
|
-
:param
|
1867
|
-
:param
|
1868
|
-
:param
|
1869
|
-
:param
|
1863
|
+
:param Sequence[_builtins.str] certificate_ids: List of certificate IDs that are used by the frontend.
|
1864
|
+
:param _builtins.int connection_rate_limit: The rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
|
1865
|
+
:param _builtins.str created_at: The date on which the frontend was created (RFC 3339 format).
|
1866
|
+
:param _builtins.bool enable_access_logs: Defines whether to enable access logs on the frontend.
|
1867
|
+
:param _builtins.bool enable_http3: Whether HTTP/3 protocol is activated.
|
1868
|
+
:param _builtins.str id: The ID of the associated frontend.
|
1870
1869
|
> **Important:** LB frontend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
1871
|
-
:param
|
1872
|
-
:param
|
1873
|
-
:param
|
1874
|
-
:param
|
1875
|
-
:param
|
1870
|
+
:param _builtins.int inbound_port: TCP port the frontend listens to.
|
1871
|
+
:param _builtins.str lb_id: The Load Balancer ID this frontend is attached to. Frontends with a matching ID are listed.
|
1872
|
+
:param _builtins.str name: The frontend name to filter for. Frontends with a matching name are listed.
|
1873
|
+
:param _builtins.str timeout_client: Maximum inactivity time on the client side.
|
1874
|
+
:param _builtins.str update_at: The date on which the frontend was last updated (RFC 3339 format).
|
1876
1875
|
"""
|
1877
1876
|
pulumi.set(__self__, "backend_id", backend_id)
|
1878
1877
|
pulumi.set(__self__, "certificate_ids", certificate_ids)
|
@@ -1887,99 +1886,99 @@ class GetFrontendsFrontendResult(dict):
|
|
1887
1886
|
pulumi.set(__self__, "timeout_client", timeout_client)
|
1888
1887
|
pulumi.set(__self__, "update_at", update_at)
|
1889
1888
|
|
1890
|
-
@property
|
1889
|
+
@_builtins.property
|
1891
1890
|
@pulumi.getter(name="backendId")
|
1892
|
-
def backend_id(self) ->
|
1891
|
+
def backend_id(self) -> _builtins.str:
|
1893
1892
|
"""
|
1894
1893
|
The Load Balancer backend ID this frontend is attached to.
|
1895
1894
|
> **Important:** Load Balancer backend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
1896
1895
|
"""
|
1897
1896
|
return pulumi.get(self, "backend_id")
|
1898
1897
|
|
1899
|
-
@property
|
1898
|
+
@_builtins.property
|
1900
1899
|
@pulumi.getter(name="certificateIds")
|
1901
|
-
def certificate_ids(self) -> Sequence[
|
1900
|
+
def certificate_ids(self) -> Sequence[_builtins.str]:
|
1902
1901
|
"""
|
1903
1902
|
List of certificate IDs that are used by the frontend.
|
1904
1903
|
"""
|
1905
1904
|
return pulumi.get(self, "certificate_ids")
|
1906
1905
|
|
1907
|
-
@property
|
1906
|
+
@_builtins.property
|
1908
1907
|
@pulumi.getter(name="connectionRateLimit")
|
1909
|
-
def connection_rate_limit(self) ->
|
1908
|
+
def connection_rate_limit(self) -> _builtins.int:
|
1910
1909
|
"""
|
1911
1910
|
The rate limit for new connections established on this frontend. Use 0 value to disable, else value is connections per second.
|
1912
1911
|
"""
|
1913
1912
|
return pulumi.get(self, "connection_rate_limit")
|
1914
1913
|
|
1915
|
-
@property
|
1914
|
+
@_builtins.property
|
1916
1915
|
@pulumi.getter(name="createdAt")
|
1917
|
-
def created_at(self) ->
|
1916
|
+
def created_at(self) -> _builtins.str:
|
1918
1917
|
"""
|
1919
1918
|
The date on which the frontend was created (RFC 3339 format).
|
1920
1919
|
"""
|
1921
1920
|
return pulumi.get(self, "created_at")
|
1922
1921
|
|
1923
|
-
@property
|
1922
|
+
@_builtins.property
|
1924
1923
|
@pulumi.getter(name="enableAccessLogs")
|
1925
|
-
def enable_access_logs(self) ->
|
1924
|
+
def enable_access_logs(self) -> _builtins.bool:
|
1926
1925
|
"""
|
1927
1926
|
Defines whether to enable access logs on the frontend.
|
1928
1927
|
"""
|
1929
1928
|
return pulumi.get(self, "enable_access_logs")
|
1930
1929
|
|
1931
|
-
@property
|
1930
|
+
@_builtins.property
|
1932
1931
|
@pulumi.getter(name="enableHttp3")
|
1933
|
-
def enable_http3(self) ->
|
1932
|
+
def enable_http3(self) -> _builtins.bool:
|
1934
1933
|
"""
|
1935
1934
|
Whether HTTP/3 protocol is activated.
|
1936
1935
|
"""
|
1937
1936
|
return pulumi.get(self, "enable_http3")
|
1938
1937
|
|
1939
|
-
@property
|
1938
|
+
@_builtins.property
|
1940
1939
|
@pulumi.getter
|
1941
|
-
def id(self) ->
|
1940
|
+
def id(self) -> _builtins.str:
|
1942
1941
|
"""
|
1943
1942
|
The ID of the associated frontend.
|
1944
1943
|
> **Important:** LB frontend IDs are zoned, which means they are of the form `{zone}/{id}`, e.g. `fr-par-1/11111111-1111-1111-1111-111111111111`
|
1945
1944
|
"""
|
1946
1945
|
return pulumi.get(self, "id")
|
1947
1946
|
|
1948
|
-
@property
|
1947
|
+
@_builtins.property
|
1949
1948
|
@pulumi.getter(name="inboundPort")
|
1950
|
-
def inbound_port(self) ->
|
1949
|
+
def inbound_port(self) -> _builtins.int:
|
1951
1950
|
"""
|
1952
1951
|
TCP port the frontend listens to.
|
1953
1952
|
"""
|
1954
1953
|
return pulumi.get(self, "inbound_port")
|
1955
1954
|
|
1956
|
-
@property
|
1955
|
+
@_builtins.property
|
1957
1956
|
@pulumi.getter(name="lbId")
|
1958
|
-
def lb_id(self) ->
|
1957
|
+
def lb_id(self) -> _builtins.str:
|
1959
1958
|
"""
|
1960
1959
|
The Load Balancer ID this frontend is attached to. Frontends with a matching ID are listed.
|
1961
1960
|
"""
|
1962
1961
|
return pulumi.get(self, "lb_id")
|
1963
1962
|
|
1964
|
-
@property
|
1963
|
+
@_builtins.property
|
1965
1964
|
@pulumi.getter
|
1966
|
-
def name(self) ->
|
1965
|
+
def name(self) -> _builtins.str:
|
1967
1966
|
"""
|
1968
1967
|
The frontend name to filter for. Frontends with a matching name are listed.
|
1969
1968
|
"""
|
1970
1969
|
return pulumi.get(self, "name")
|
1971
1970
|
|
1972
|
-
@property
|
1971
|
+
@_builtins.property
|
1973
1972
|
@pulumi.getter(name="timeoutClient")
|
1974
|
-
def timeout_client(self) ->
|
1973
|
+
def timeout_client(self) -> _builtins.str:
|
1975
1974
|
"""
|
1976
1975
|
Maximum inactivity time on the client side.
|
1977
1976
|
"""
|
1978
1977
|
return pulumi.get(self, "timeout_client")
|
1979
1978
|
|
1980
|
-
@property
|
1979
|
+
@_builtins.property
|
1981
1980
|
@pulumi.getter(name="updateAt")
|
1982
|
-
def update_at(self) ->
|
1981
|
+
def update_at(self) -> _builtins.str:
|
1983
1982
|
"""
|
1984
1983
|
The date on which the frontend was last updated (RFC 3339 format).
|
1985
1984
|
"""
|
@@ -1989,23 +1988,23 @@ class GetFrontendsFrontendResult(dict):
|
|
1989
1988
|
@pulumi.output_type
|
1990
1989
|
class GetIpsIpResult(dict):
|
1991
1990
|
def __init__(__self__, *,
|
1992
|
-
id:
|
1993
|
-
ip_address:
|
1994
|
-
lb_id:
|
1995
|
-
organization_id:
|
1996
|
-
project_id:
|
1997
|
-
reverse:
|
1998
|
-
tags: Sequence[
|
1999
|
-
zone:
|
2000
|
-
"""
|
2001
|
-
:param
|
2002
|
-
:param
|
2003
|
-
:param
|
2004
|
-
:param
|
2005
|
-
:param
|
2006
|
-
:param
|
2007
|
-
:param Sequence[
|
2008
|
-
:param
|
1991
|
+
id: _builtins.str,
|
1992
|
+
ip_address: _builtins.str,
|
1993
|
+
lb_id: _builtins.str,
|
1994
|
+
organization_id: _builtins.str,
|
1995
|
+
project_id: _builtins.str,
|
1996
|
+
reverse: _builtins.str,
|
1997
|
+
tags: Sequence[_builtins.str],
|
1998
|
+
zone: Optional[_builtins.str] = None):
|
1999
|
+
"""
|
2000
|
+
:param _builtins.str id: The ID of the associated IP.
|
2001
|
+
:param _builtins.str ip_address: The IP address
|
2002
|
+
:param _builtins.str lb_id: The ID of the associated Load BalancerD, if any
|
2003
|
+
:param _builtins.str organization_id: The ID of the Organization the Load Balancer is associated with.
|
2004
|
+
:param _builtins.str project_id: The ID of the Project the Load Balancer is associated with.
|
2005
|
+
:param _builtins.str reverse: The reverse domain associated with this IP.
|
2006
|
+
:param Sequence[_builtins.str] tags: List of tags used as filter. IPs with these exact tags are listed.
|
2007
|
+
:param _builtins.str zone: `zone`) The zone in which the IPs exist.
|
2009
2008
|
"""
|
2010
2009
|
pulumi.set(__self__, "id", id)
|
2011
2010
|
pulumi.set(__self__, "ip_address", ip_address)
|
@@ -2014,67 +2013,68 @@ class GetIpsIpResult(dict):
|
|
2014
2013
|
pulumi.set(__self__, "project_id", project_id)
|
2015
2014
|
pulumi.set(__self__, "reverse", reverse)
|
2016
2015
|
pulumi.set(__self__, "tags", tags)
|
2017
|
-
|
2016
|
+
if zone is not None:
|
2017
|
+
pulumi.set(__self__, "zone", zone)
|
2018
2018
|
|
2019
|
-
@property
|
2019
|
+
@_builtins.property
|
2020
2020
|
@pulumi.getter
|
2021
|
-
def id(self) ->
|
2021
|
+
def id(self) -> _builtins.str:
|
2022
2022
|
"""
|
2023
2023
|
The ID of the associated IP.
|
2024
2024
|
"""
|
2025
2025
|
return pulumi.get(self, "id")
|
2026
2026
|
|
2027
|
-
@property
|
2027
|
+
@_builtins.property
|
2028
2028
|
@pulumi.getter(name="ipAddress")
|
2029
|
-
def ip_address(self) ->
|
2029
|
+
def ip_address(self) -> _builtins.str:
|
2030
2030
|
"""
|
2031
2031
|
The IP address
|
2032
2032
|
"""
|
2033
2033
|
return pulumi.get(self, "ip_address")
|
2034
2034
|
|
2035
|
-
@property
|
2035
|
+
@_builtins.property
|
2036
2036
|
@pulumi.getter(name="lbId")
|
2037
|
-
def lb_id(self) ->
|
2037
|
+
def lb_id(self) -> _builtins.str:
|
2038
2038
|
"""
|
2039
2039
|
The ID of the associated Load BalancerD, if any
|
2040
2040
|
"""
|
2041
2041
|
return pulumi.get(self, "lb_id")
|
2042
2042
|
|
2043
|
-
@property
|
2043
|
+
@_builtins.property
|
2044
2044
|
@pulumi.getter(name="organizationId")
|
2045
|
-
def organization_id(self) ->
|
2045
|
+
def organization_id(self) -> _builtins.str:
|
2046
2046
|
"""
|
2047
2047
|
The ID of the Organization the Load Balancer is associated with.
|
2048
2048
|
"""
|
2049
2049
|
return pulumi.get(self, "organization_id")
|
2050
2050
|
|
2051
|
-
@property
|
2051
|
+
@_builtins.property
|
2052
2052
|
@pulumi.getter(name="projectId")
|
2053
|
-
def project_id(self) ->
|
2053
|
+
def project_id(self) -> _builtins.str:
|
2054
2054
|
"""
|
2055
2055
|
The ID of the Project the Load Balancer is associated with.
|
2056
2056
|
"""
|
2057
2057
|
return pulumi.get(self, "project_id")
|
2058
2058
|
|
2059
|
-
@property
|
2059
|
+
@_builtins.property
|
2060
2060
|
@pulumi.getter
|
2061
|
-
def reverse(self) ->
|
2061
|
+
def reverse(self) -> _builtins.str:
|
2062
2062
|
"""
|
2063
2063
|
The reverse domain associated with this IP.
|
2064
2064
|
"""
|
2065
2065
|
return pulumi.get(self, "reverse")
|
2066
2066
|
|
2067
|
-
@property
|
2067
|
+
@_builtins.property
|
2068
2068
|
@pulumi.getter
|
2069
|
-
def tags(self) -> Sequence[
|
2069
|
+
def tags(self) -> Sequence[_builtins.str]:
|
2070
2070
|
"""
|
2071
2071
|
List of tags used as filter. IPs with these exact tags are listed.
|
2072
2072
|
"""
|
2073
2073
|
return pulumi.get(self, "tags")
|
2074
2074
|
|
2075
|
-
@property
|
2075
|
+
@_builtins.property
|
2076
2076
|
@pulumi.getter
|
2077
|
-
def zone(self) ->
|
2077
|
+
def zone(self) -> Optional[_builtins.str]:
|
2078
2078
|
"""
|
2079
2079
|
`zone`) The zone in which the IPs exist.
|
2080
2080
|
"""
|
@@ -2084,26 +2084,26 @@ class GetIpsIpResult(dict):
|
|
2084
2084
|
@pulumi.output_type
|
2085
2085
|
class GetLoadBalancerPrivateIpResult(dict):
|
2086
2086
|
def __init__(__self__, *,
|
2087
|
-
address:
|
2088
|
-
id:
|
2087
|
+
address: _builtins.str,
|
2088
|
+
id: _builtins.str):
|
2089
2089
|
"""
|
2090
|
-
:param
|
2091
|
-
:param
|
2090
|
+
:param _builtins.str address: The private IP address
|
2091
|
+
:param _builtins.str id: The ID of the Load Balancer.
|
2092
2092
|
"""
|
2093
2093
|
pulumi.set(__self__, "address", address)
|
2094
2094
|
pulumi.set(__self__, "id", id)
|
2095
2095
|
|
2096
|
-
@property
|
2096
|
+
@_builtins.property
|
2097
2097
|
@pulumi.getter
|
2098
|
-
def address(self) ->
|
2098
|
+
def address(self) -> _builtins.str:
|
2099
2099
|
"""
|
2100
2100
|
The private IP address
|
2101
2101
|
"""
|
2102
2102
|
return pulumi.get(self, "address")
|
2103
2103
|
|
2104
|
-
@property
|
2104
|
+
@_builtins.property
|
2105
2105
|
@pulumi.getter
|
2106
|
-
def id(self) ->
|
2106
|
+
def id(self) -> _builtins.str:
|
2107
2107
|
"""
|
2108
2108
|
The ID of the Load Balancer.
|
2109
2109
|
"""
|
@@ -2113,19 +2113,19 @@ class GetLoadBalancerPrivateIpResult(dict):
|
|
2113
2113
|
@pulumi.output_type
|
2114
2114
|
class GetLoadBalancerPrivateNetworkResult(dict):
|
2115
2115
|
def __init__(__self__, *,
|
2116
|
-
dhcp_config:
|
2117
|
-
ipam_ids: Sequence[
|
2118
|
-
private_network_id:
|
2119
|
-
static_configs: Sequence[
|
2120
|
-
status:
|
2121
|
-
zone:
|
2122
|
-
"""
|
2123
|
-
:param
|
2124
|
-
:param Sequence[
|
2125
|
-
:param
|
2126
|
-
:param Sequence[
|
2127
|
-
:param
|
2128
|
-
:param
|
2116
|
+
dhcp_config: _builtins.bool,
|
2117
|
+
ipam_ids: Sequence[_builtins.str],
|
2118
|
+
private_network_id: _builtins.str,
|
2119
|
+
static_configs: Sequence[_builtins.str],
|
2120
|
+
status: _builtins.str,
|
2121
|
+
zone: _builtins.str):
|
2122
|
+
"""
|
2123
|
+
:param _builtins.bool dhcp_config: Set to true if you want to let DHCP assign IP addresses
|
2124
|
+
:param Sequence[_builtins.str] ipam_ids: IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network
|
2125
|
+
:param _builtins.str private_network_id: The Private Network ID
|
2126
|
+
:param Sequence[_builtins.str] static_configs: Define an IP address in the subnet of your private network that will be assigned to your load balancer instance
|
2127
|
+
:param _builtins.str status: The status of private network connection
|
2128
|
+
:param _builtins.str zone: (Defaults to provider `zone`) The zone in which the Load Balancer exists.
|
2129
2129
|
"""
|
2130
2130
|
pulumi.set(__self__, "dhcp_config", dhcp_config)
|
2131
2131
|
pulumi.set(__self__, "ipam_ids", ipam_ids)
|
@@ -2134,49 +2134,49 @@ class GetLoadBalancerPrivateNetworkResult(dict):
|
|
2134
2134
|
pulumi.set(__self__, "status", status)
|
2135
2135
|
pulumi.set(__self__, "zone", zone)
|
2136
2136
|
|
2137
|
-
@property
|
2137
|
+
@_builtins.property
|
2138
2138
|
@pulumi.getter(name="dhcpConfig")
|
2139
|
-
def dhcp_config(self) ->
|
2139
|
+
def dhcp_config(self) -> _builtins.bool:
|
2140
2140
|
"""
|
2141
2141
|
Set to true if you want to let DHCP assign IP addresses
|
2142
2142
|
"""
|
2143
2143
|
return pulumi.get(self, "dhcp_config")
|
2144
2144
|
|
2145
|
-
@property
|
2145
|
+
@_builtins.property
|
2146
2146
|
@pulumi.getter(name="ipamIds")
|
2147
|
-
def ipam_ids(self) -> Sequence[
|
2147
|
+
def ipam_ids(self) -> Sequence[_builtins.str]:
|
2148
2148
|
"""
|
2149
2149
|
IPAM ID of a pre-reserved IP address to assign to the Load Balancer on this Private Network
|
2150
2150
|
"""
|
2151
2151
|
return pulumi.get(self, "ipam_ids")
|
2152
2152
|
|
2153
|
-
@property
|
2153
|
+
@_builtins.property
|
2154
2154
|
@pulumi.getter(name="privateNetworkId")
|
2155
|
-
def private_network_id(self) ->
|
2155
|
+
def private_network_id(self) -> _builtins.str:
|
2156
2156
|
"""
|
2157
2157
|
The Private Network ID
|
2158
2158
|
"""
|
2159
2159
|
return pulumi.get(self, "private_network_id")
|
2160
2160
|
|
2161
|
-
@property
|
2161
|
+
@_builtins.property
|
2162
2162
|
@pulumi.getter(name="staticConfigs")
|
2163
|
-
def static_configs(self) -> Sequence[
|
2163
|
+
def static_configs(self) -> Sequence[_builtins.str]:
|
2164
2164
|
"""
|
2165
2165
|
Define an IP address in the subnet of your private network that will be assigned to your load balancer instance
|
2166
2166
|
"""
|
2167
2167
|
return pulumi.get(self, "static_configs")
|
2168
2168
|
|
2169
|
-
@property
|
2169
|
+
@_builtins.property
|
2170
2170
|
@pulumi.getter
|
2171
|
-
def status(self) ->
|
2171
|
+
def status(self) -> _builtins.str:
|
2172
2172
|
"""
|
2173
2173
|
The status of private network connection
|
2174
2174
|
"""
|
2175
2175
|
return pulumi.get(self, "status")
|
2176
2176
|
|
2177
|
-
@property
|
2177
|
+
@_builtins.property
|
2178
2178
|
@pulumi.getter
|
2179
|
-
def zone(self) ->
|
2179
|
+
def zone(self) -> _builtins.str:
|
2180
2180
|
"""
|
2181
2181
|
(Defaults to provider `zone`) The zone in which the Load Balancer exists.
|
2182
2182
|
"""
|
@@ -2186,45 +2186,45 @@ class GetLoadBalancerPrivateNetworkResult(dict):
|
|
2186
2186
|
@pulumi.output_type
|
2187
2187
|
class GetLoadBalancersLbResult(dict):
|
2188
2188
|
def __init__(__self__, *,
|
2189
|
-
backend_count:
|
2190
|
-
created_at:
|
2191
|
-
description:
|
2192
|
-
frontend_count:
|
2193
|
-
id:
|
2189
|
+
backend_count: _builtins.int,
|
2190
|
+
created_at: _builtins.str,
|
2191
|
+
description: _builtins.str,
|
2192
|
+
frontend_count: _builtins.int,
|
2193
|
+
id: _builtins.str,
|
2194
2194
|
instances: Sequence['outputs.GetLoadBalancersLbInstanceResult'],
|
2195
2195
|
ips: Sequence['outputs.GetLoadBalancersLbIpResult'],
|
2196
|
-
name:
|
2197
|
-
organization_id:
|
2198
|
-
private_network_count:
|
2199
|
-
project_id:
|
2200
|
-
route_count:
|
2201
|
-
ssl_compatibility_level:
|
2202
|
-
status:
|
2203
|
-
subscriber:
|
2204
|
-
tags: Sequence[
|
2205
|
-
type:
|
2206
|
-
updated_at:
|
2207
|
-
zone:
|
2208
|
-
"""
|
2209
|
-
:param
|
2210
|
-
:param
|
2211
|
-
:param
|
2212
|
-
:param
|
2213
|
-
:param
|
2196
|
+
name: _builtins.str,
|
2197
|
+
organization_id: _builtins.str,
|
2198
|
+
private_network_count: _builtins.int,
|
2199
|
+
project_id: _builtins.str,
|
2200
|
+
route_count: _builtins.int,
|
2201
|
+
ssl_compatibility_level: _builtins.str,
|
2202
|
+
status: _builtins.str,
|
2203
|
+
subscriber: _builtins.str,
|
2204
|
+
tags: Sequence[_builtins.str],
|
2205
|
+
type: _builtins.str,
|
2206
|
+
updated_at: _builtins.str,
|
2207
|
+
zone: Optional[_builtins.str] = None):
|
2208
|
+
"""
|
2209
|
+
:param _builtins.int backend_count: Number of backends the Load Balancer has.
|
2210
|
+
:param _builtins.str created_at: Date on which the Load Balancer was created.
|
2211
|
+
:param _builtins.str description: The description of the Load Balancer.
|
2212
|
+
:param _builtins.int frontend_count: Number of frontends the Load Balancer has.
|
2213
|
+
:param _builtins.str id: The ID of the Load Balancer.
|
2214
2214
|
:param Sequence['GetLoadBalancersLbInstanceArgs'] instances: List of underlying Instances.
|
2215
2215
|
:param Sequence['GetLoadBalancersLbIpArgs'] ips: List of IPs attached to the Load Balancer.
|
2216
|
-
:param
|
2217
|
-
:param
|
2218
|
-
:param
|
2219
|
-
:param
|
2220
|
-
:param
|
2221
|
-
:param
|
2222
|
-
:param
|
2223
|
-
:param
|
2224
|
-
:param Sequence[
|
2225
|
-
:param
|
2226
|
-
:param
|
2227
|
-
:param
|
2216
|
+
:param _builtins.str name: The Load Balancer name to filter for. Load Balancers with a matching name are listed.
|
2217
|
+
:param _builtins.str organization_id: The ID of the Organization the Load Balancer is associated with.
|
2218
|
+
:param _builtins.int private_network_count: Number of Private Networks attached to the Load balancer.
|
2219
|
+
:param _builtins.str project_id: The ID of the Project the Load Balancer is associated with.
|
2220
|
+
:param _builtins.int route_count: Number of routes the Load balancer has.
|
2221
|
+
:param _builtins.str ssl_compatibility_level: Determines the minimal SSL version which needs to be supported on the client side.
|
2222
|
+
:param _builtins.str status: The state of the Load Balancer Instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
|
2223
|
+
:param _builtins.str subscriber: The subscriber information.
|
2224
|
+
:param Sequence[_builtins.str] tags: List of tags to filter for. Load Balancers with these exact tags are listed.
|
2225
|
+
:param _builtins.str type: The offer type of the Load Balancer.
|
2226
|
+
:param _builtins.str updated_at: Date on which the Load Balancer was updated.
|
2227
|
+
:param _builtins.str zone: `zone`) The zone in which the Load Balancers exist.
|
2228
2228
|
"""
|
2229
2229
|
pulumi.set(__self__, "backend_count", backend_count)
|
2230
2230
|
pulumi.set(__self__, "created_at", created_at)
|
@@ -2244,49 +2244,50 @@ class GetLoadBalancersLbResult(dict):
|
|
2244
2244
|
pulumi.set(__self__, "tags", tags)
|
2245
2245
|
pulumi.set(__self__, "type", type)
|
2246
2246
|
pulumi.set(__self__, "updated_at", updated_at)
|
2247
|
-
|
2247
|
+
if zone is not None:
|
2248
|
+
pulumi.set(__self__, "zone", zone)
|
2248
2249
|
|
2249
|
-
@property
|
2250
|
+
@_builtins.property
|
2250
2251
|
@pulumi.getter(name="backendCount")
|
2251
|
-
def backend_count(self) ->
|
2252
|
+
def backend_count(self) -> _builtins.int:
|
2252
2253
|
"""
|
2253
2254
|
Number of backends the Load Balancer has.
|
2254
2255
|
"""
|
2255
2256
|
return pulumi.get(self, "backend_count")
|
2256
2257
|
|
2257
|
-
@property
|
2258
|
+
@_builtins.property
|
2258
2259
|
@pulumi.getter(name="createdAt")
|
2259
|
-
def created_at(self) ->
|
2260
|
+
def created_at(self) -> _builtins.str:
|
2260
2261
|
"""
|
2261
2262
|
Date on which the Load Balancer was created.
|
2262
2263
|
"""
|
2263
2264
|
return pulumi.get(self, "created_at")
|
2264
2265
|
|
2265
|
-
@property
|
2266
|
+
@_builtins.property
|
2266
2267
|
@pulumi.getter
|
2267
|
-
def description(self) ->
|
2268
|
+
def description(self) -> _builtins.str:
|
2268
2269
|
"""
|
2269
2270
|
The description of the Load Balancer.
|
2270
2271
|
"""
|
2271
2272
|
return pulumi.get(self, "description")
|
2272
2273
|
|
2273
|
-
@property
|
2274
|
+
@_builtins.property
|
2274
2275
|
@pulumi.getter(name="frontendCount")
|
2275
|
-
def frontend_count(self) ->
|
2276
|
+
def frontend_count(self) -> _builtins.int:
|
2276
2277
|
"""
|
2277
2278
|
Number of frontends the Load Balancer has.
|
2278
2279
|
"""
|
2279
2280
|
return pulumi.get(self, "frontend_count")
|
2280
2281
|
|
2281
|
-
@property
|
2282
|
+
@_builtins.property
|
2282
2283
|
@pulumi.getter
|
2283
|
-
def id(self) ->
|
2284
|
+
def id(self) -> _builtins.str:
|
2284
2285
|
"""
|
2285
2286
|
The ID of the Load Balancer.
|
2286
2287
|
"""
|
2287
2288
|
return pulumi.get(self, "id")
|
2288
2289
|
|
2289
|
-
@property
|
2290
|
+
@_builtins.property
|
2290
2291
|
@pulumi.getter
|
2291
2292
|
def instances(self) -> Sequence['outputs.GetLoadBalancersLbInstanceResult']:
|
2292
2293
|
"""
|
@@ -2294,7 +2295,7 @@ class GetLoadBalancersLbResult(dict):
|
|
2294
2295
|
"""
|
2295
2296
|
return pulumi.get(self, "instances")
|
2296
2297
|
|
2297
|
-
@property
|
2298
|
+
@_builtins.property
|
2298
2299
|
@pulumi.getter
|
2299
2300
|
def ips(self) -> Sequence['outputs.GetLoadBalancersLbIpResult']:
|
2300
2301
|
"""
|
@@ -2302,97 +2303,97 @@ class GetLoadBalancersLbResult(dict):
|
|
2302
2303
|
"""
|
2303
2304
|
return pulumi.get(self, "ips")
|
2304
2305
|
|
2305
|
-
@property
|
2306
|
+
@_builtins.property
|
2306
2307
|
@pulumi.getter
|
2307
|
-
def name(self) ->
|
2308
|
+
def name(self) -> _builtins.str:
|
2308
2309
|
"""
|
2309
2310
|
The Load Balancer name to filter for. Load Balancers with a matching name are listed.
|
2310
2311
|
"""
|
2311
2312
|
return pulumi.get(self, "name")
|
2312
2313
|
|
2313
|
-
@property
|
2314
|
+
@_builtins.property
|
2314
2315
|
@pulumi.getter(name="organizationId")
|
2315
|
-
def organization_id(self) ->
|
2316
|
+
def organization_id(self) -> _builtins.str:
|
2316
2317
|
"""
|
2317
2318
|
The ID of the Organization the Load Balancer is associated with.
|
2318
2319
|
"""
|
2319
2320
|
return pulumi.get(self, "organization_id")
|
2320
2321
|
|
2321
|
-
@property
|
2322
|
+
@_builtins.property
|
2322
2323
|
@pulumi.getter(name="privateNetworkCount")
|
2323
|
-
def private_network_count(self) ->
|
2324
|
+
def private_network_count(self) -> _builtins.int:
|
2324
2325
|
"""
|
2325
2326
|
Number of Private Networks attached to the Load balancer.
|
2326
2327
|
"""
|
2327
2328
|
return pulumi.get(self, "private_network_count")
|
2328
2329
|
|
2329
|
-
@property
|
2330
|
+
@_builtins.property
|
2330
2331
|
@pulumi.getter(name="projectId")
|
2331
|
-
def project_id(self) ->
|
2332
|
+
def project_id(self) -> _builtins.str:
|
2332
2333
|
"""
|
2333
2334
|
The ID of the Project the Load Balancer is associated with.
|
2334
2335
|
"""
|
2335
2336
|
return pulumi.get(self, "project_id")
|
2336
2337
|
|
2337
|
-
@property
|
2338
|
+
@_builtins.property
|
2338
2339
|
@pulumi.getter(name="routeCount")
|
2339
|
-
def route_count(self) ->
|
2340
|
+
def route_count(self) -> _builtins.int:
|
2340
2341
|
"""
|
2341
2342
|
Number of routes the Load balancer has.
|
2342
2343
|
"""
|
2343
2344
|
return pulumi.get(self, "route_count")
|
2344
2345
|
|
2345
|
-
@property
|
2346
|
+
@_builtins.property
|
2346
2347
|
@pulumi.getter(name="sslCompatibilityLevel")
|
2347
|
-
def ssl_compatibility_level(self) ->
|
2348
|
+
def ssl_compatibility_level(self) -> _builtins.str:
|
2348
2349
|
"""
|
2349
2350
|
Determines the minimal SSL version which needs to be supported on the client side.
|
2350
2351
|
"""
|
2351
2352
|
return pulumi.get(self, "ssl_compatibility_level")
|
2352
2353
|
|
2353
|
-
@property
|
2354
|
+
@_builtins.property
|
2354
2355
|
@pulumi.getter
|
2355
|
-
def status(self) ->
|
2356
|
+
def status(self) -> _builtins.str:
|
2356
2357
|
"""
|
2357
2358
|
The state of the Load Balancer Instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
|
2358
2359
|
"""
|
2359
2360
|
return pulumi.get(self, "status")
|
2360
2361
|
|
2361
|
-
@property
|
2362
|
+
@_builtins.property
|
2362
2363
|
@pulumi.getter
|
2363
|
-
def subscriber(self) ->
|
2364
|
+
def subscriber(self) -> _builtins.str:
|
2364
2365
|
"""
|
2365
2366
|
The subscriber information.
|
2366
2367
|
"""
|
2367
2368
|
return pulumi.get(self, "subscriber")
|
2368
2369
|
|
2369
|
-
@property
|
2370
|
+
@_builtins.property
|
2370
2371
|
@pulumi.getter
|
2371
|
-
def tags(self) -> Sequence[
|
2372
|
+
def tags(self) -> Sequence[_builtins.str]:
|
2372
2373
|
"""
|
2373
2374
|
List of tags to filter for. Load Balancers with these exact tags are listed.
|
2374
2375
|
"""
|
2375
2376
|
return pulumi.get(self, "tags")
|
2376
2377
|
|
2377
|
-
@property
|
2378
|
+
@_builtins.property
|
2378
2379
|
@pulumi.getter
|
2379
|
-
def type(self) ->
|
2380
|
+
def type(self) -> _builtins.str:
|
2380
2381
|
"""
|
2381
2382
|
The offer type of the Load Balancer.
|
2382
2383
|
"""
|
2383
2384
|
return pulumi.get(self, "type")
|
2384
2385
|
|
2385
|
-
@property
|
2386
|
+
@_builtins.property
|
2386
2387
|
@pulumi.getter(name="updatedAt")
|
2387
|
-
def updated_at(self) ->
|
2388
|
+
def updated_at(self) -> _builtins.str:
|
2388
2389
|
"""
|
2389
2390
|
Date on which the Load Balancer was updated.
|
2390
2391
|
"""
|
2391
2392
|
return pulumi.get(self, "updated_at")
|
2392
2393
|
|
2393
|
-
@property
|
2394
|
+
@_builtins.property
|
2394
2395
|
@pulumi.getter
|
2395
|
-
def zone(self) ->
|
2396
|
+
def zone(self) -> Optional[_builtins.str]:
|
2396
2397
|
"""
|
2397
2398
|
`zone`) The zone in which the Load Balancers exist.
|
2398
2399
|
"""
|
@@ -2402,70 +2403,71 @@ class GetLoadBalancersLbResult(dict):
|
|
2402
2403
|
@pulumi.output_type
|
2403
2404
|
class GetLoadBalancersLbInstanceResult(dict):
|
2404
2405
|
def __init__(__self__, *,
|
2405
|
-
created_at:
|
2406
|
-
id:
|
2407
|
-
ip_address:
|
2408
|
-
status:
|
2409
|
-
updated_at:
|
2410
|
-
zone:
|
2411
|
-
"""
|
2412
|
-
:param
|
2413
|
-
:param
|
2414
|
-
:param
|
2415
|
-
:param
|
2416
|
-
:param
|
2417
|
-
:param
|
2406
|
+
created_at: _builtins.str,
|
2407
|
+
id: _builtins.str,
|
2408
|
+
ip_address: _builtins.str,
|
2409
|
+
status: _builtins.str,
|
2410
|
+
updated_at: _builtins.str,
|
2411
|
+
zone: Optional[_builtins.str] = None):
|
2412
|
+
"""
|
2413
|
+
:param _builtins.str created_at: Date on which the Load Balancer was created.
|
2414
|
+
:param _builtins.str id: The ID of the Load Balancer.
|
2415
|
+
:param _builtins.str ip_address: IP address of the instance
|
2416
|
+
:param _builtins.str status: The state of the Load Balancer Instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
|
2417
|
+
:param _builtins.str updated_at: Date on which the Load Balancer was updated.
|
2418
|
+
:param _builtins.str zone: `zone`) The zone in which the Load Balancers exist.
|
2418
2419
|
"""
|
2419
2420
|
pulumi.set(__self__, "created_at", created_at)
|
2420
2421
|
pulumi.set(__self__, "id", id)
|
2421
2422
|
pulumi.set(__self__, "ip_address", ip_address)
|
2422
2423
|
pulumi.set(__self__, "status", status)
|
2423
2424
|
pulumi.set(__self__, "updated_at", updated_at)
|
2424
|
-
|
2425
|
+
if zone is not None:
|
2426
|
+
pulumi.set(__self__, "zone", zone)
|
2425
2427
|
|
2426
|
-
@property
|
2428
|
+
@_builtins.property
|
2427
2429
|
@pulumi.getter(name="createdAt")
|
2428
|
-
def created_at(self) ->
|
2430
|
+
def created_at(self) -> _builtins.str:
|
2429
2431
|
"""
|
2430
2432
|
Date on which the Load Balancer was created.
|
2431
2433
|
"""
|
2432
2434
|
return pulumi.get(self, "created_at")
|
2433
2435
|
|
2434
|
-
@property
|
2436
|
+
@_builtins.property
|
2435
2437
|
@pulumi.getter
|
2436
|
-
def id(self) ->
|
2438
|
+
def id(self) -> _builtins.str:
|
2437
2439
|
"""
|
2438
2440
|
The ID of the Load Balancer.
|
2439
2441
|
"""
|
2440
2442
|
return pulumi.get(self, "id")
|
2441
2443
|
|
2442
|
-
@property
|
2444
|
+
@_builtins.property
|
2443
2445
|
@pulumi.getter(name="ipAddress")
|
2444
|
-
def ip_address(self) ->
|
2446
|
+
def ip_address(self) -> _builtins.str:
|
2445
2447
|
"""
|
2446
2448
|
IP address of the instance
|
2447
2449
|
"""
|
2448
2450
|
return pulumi.get(self, "ip_address")
|
2449
2451
|
|
2450
|
-
@property
|
2452
|
+
@_builtins.property
|
2451
2453
|
@pulumi.getter
|
2452
|
-
def status(self) ->
|
2454
|
+
def status(self) -> _builtins.str:
|
2453
2455
|
"""
|
2454
2456
|
The state of the Load Balancer Instance. Possible values are: `unknown`, `ready`, `pending`, `stopped`, `error`, `locked` and `migrating`.
|
2455
2457
|
"""
|
2456
2458
|
return pulumi.get(self, "status")
|
2457
2459
|
|
2458
|
-
@property
|
2460
|
+
@_builtins.property
|
2459
2461
|
@pulumi.getter(name="updatedAt")
|
2460
|
-
def updated_at(self) ->
|
2462
|
+
def updated_at(self) -> _builtins.str:
|
2461
2463
|
"""
|
2462
2464
|
Date on which the Load Balancer was updated.
|
2463
2465
|
"""
|
2464
2466
|
return pulumi.get(self, "updated_at")
|
2465
2467
|
|
2466
|
-
@property
|
2468
|
+
@_builtins.property
|
2467
2469
|
@pulumi.getter
|
2468
|
-
def zone(self) ->
|
2470
|
+
def zone(self) -> Optional[_builtins.str]:
|
2469
2471
|
"""
|
2470
2472
|
`zone`) The zone in which the Load Balancers exist.
|
2471
2473
|
"""
|
@@ -2475,21 +2477,21 @@ class GetLoadBalancersLbInstanceResult(dict):
|
|
2475
2477
|
@pulumi.output_type
|
2476
2478
|
class GetLoadBalancersLbIpResult(dict):
|
2477
2479
|
def __init__(__self__, *,
|
2478
|
-
id:
|
2479
|
-
ip_address:
|
2480
|
-
lb_id:
|
2481
|
-
organization_id:
|
2482
|
-
project_id:
|
2483
|
-
reverse:
|
2484
|
-
zone:
|
2485
|
-
"""
|
2486
|
-
:param
|
2487
|
-
:param
|
2488
|
-
:param
|
2489
|
-
:param
|
2490
|
-
:param
|
2491
|
-
:param
|
2492
|
-
:param
|
2480
|
+
id: _builtins.str,
|
2481
|
+
ip_address: _builtins.str,
|
2482
|
+
lb_id: _builtins.str,
|
2483
|
+
organization_id: _builtins.str,
|
2484
|
+
project_id: _builtins.str,
|
2485
|
+
reverse: _builtins.str,
|
2486
|
+
zone: Optional[_builtins.str] = None):
|
2487
|
+
"""
|
2488
|
+
:param _builtins.str id: The ID of the Load Balancer.
|
2489
|
+
:param _builtins.str ip_address: IP address
|
2490
|
+
:param _builtins.str lb_id: UUID of the load balancer attached to the IP
|
2491
|
+
:param _builtins.str organization_id: The ID of the Organization the Load Balancer is associated with.
|
2492
|
+
:param _builtins.str project_id: The ID of the Project the Load Balancer is associated with.
|
2493
|
+
:param _builtins.str reverse: Reverse DNS attached to the IP
|
2494
|
+
:param _builtins.str zone: `zone`) The zone in which the Load Balancers exist.
|
2493
2495
|
"""
|
2494
2496
|
pulumi.set(__self__, "id", id)
|
2495
2497
|
pulumi.set(__self__, "ip_address", ip_address)
|
@@ -2497,59 +2499,60 @@ class GetLoadBalancersLbIpResult(dict):
|
|
2497
2499
|
pulumi.set(__self__, "organization_id", organization_id)
|
2498
2500
|
pulumi.set(__self__, "project_id", project_id)
|
2499
2501
|
pulumi.set(__self__, "reverse", reverse)
|
2500
|
-
|
2502
|
+
if zone is not None:
|
2503
|
+
pulumi.set(__self__, "zone", zone)
|
2501
2504
|
|
2502
|
-
@property
|
2505
|
+
@_builtins.property
|
2503
2506
|
@pulumi.getter
|
2504
|
-
def id(self) ->
|
2507
|
+
def id(self) -> _builtins.str:
|
2505
2508
|
"""
|
2506
2509
|
The ID of the Load Balancer.
|
2507
2510
|
"""
|
2508
2511
|
return pulumi.get(self, "id")
|
2509
2512
|
|
2510
|
-
@property
|
2513
|
+
@_builtins.property
|
2511
2514
|
@pulumi.getter(name="ipAddress")
|
2512
|
-
def ip_address(self) ->
|
2515
|
+
def ip_address(self) -> _builtins.str:
|
2513
2516
|
"""
|
2514
2517
|
IP address
|
2515
2518
|
"""
|
2516
2519
|
return pulumi.get(self, "ip_address")
|
2517
2520
|
|
2518
|
-
@property
|
2521
|
+
@_builtins.property
|
2519
2522
|
@pulumi.getter(name="lbId")
|
2520
|
-
def lb_id(self) ->
|
2523
|
+
def lb_id(self) -> _builtins.str:
|
2521
2524
|
"""
|
2522
2525
|
UUID of the load balancer attached to the IP
|
2523
2526
|
"""
|
2524
2527
|
return pulumi.get(self, "lb_id")
|
2525
2528
|
|
2526
|
-
@property
|
2529
|
+
@_builtins.property
|
2527
2530
|
@pulumi.getter(name="organizationId")
|
2528
|
-
def organization_id(self) ->
|
2531
|
+
def organization_id(self) -> _builtins.str:
|
2529
2532
|
"""
|
2530
2533
|
The ID of the Organization the Load Balancer is associated with.
|
2531
2534
|
"""
|
2532
2535
|
return pulumi.get(self, "organization_id")
|
2533
2536
|
|
2534
|
-
@property
|
2537
|
+
@_builtins.property
|
2535
2538
|
@pulumi.getter(name="projectId")
|
2536
|
-
def project_id(self) ->
|
2539
|
+
def project_id(self) -> _builtins.str:
|
2537
2540
|
"""
|
2538
2541
|
The ID of the Project the Load Balancer is associated with.
|
2539
2542
|
"""
|
2540
2543
|
return pulumi.get(self, "project_id")
|
2541
2544
|
|
2542
|
-
@property
|
2545
|
+
@_builtins.property
|
2543
2546
|
@pulumi.getter
|
2544
|
-
def reverse(self) ->
|
2547
|
+
def reverse(self) -> _builtins.str:
|
2545
2548
|
"""
|
2546
2549
|
Reverse DNS attached to the IP
|
2547
2550
|
"""
|
2548
2551
|
return pulumi.get(self, "reverse")
|
2549
2552
|
|
2550
|
-
@property
|
2553
|
+
@_builtins.property
|
2551
2554
|
@pulumi.getter
|
2552
|
-
def zone(self) ->
|
2555
|
+
def zone(self) -> Optional[_builtins.str]:
|
2553
2556
|
"""
|
2554
2557
|
`zone`) The zone in which the Load Balancers exist.
|
2555
2558
|
"""
|
@@ -2559,23 +2562,23 @@ class GetLoadBalancersLbIpResult(dict):
|
|
2559
2562
|
@pulumi.output_type
|
2560
2563
|
class GetRoutesRouteResult(dict):
|
2561
2564
|
def __init__(__self__, *,
|
2562
|
-
backend_id:
|
2563
|
-
created_at:
|
2564
|
-
frontend_id:
|
2565
|
-
id:
|
2566
|
-
match_host_header:
|
2567
|
-
match_sni:
|
2568
|
-
match_subdomains:
|
2569
|
-
update_at:
|
2570
|
-
"""
|
2571
|
-
:param
|
2572
|
-
:param
|
2573
|
-
:param
|
2574
|
-
:param
|
2575
|
-
:param
|
2576
|
-
:param
|
2577
|
-
:param
|
2578
|
-
:param
|
2565
|
+
backend_id: _builtins.str,
|
2566
|
+
created_at: _builtins.str,
|
2567
|
+
frontend_id: _builtins.str,
|
2568
|
+
id: _builtins.str,
|
2569
|
+
match_host_header: _builtins.str,
|
2570
|
+
match_sni: _builtins.str,
|
2571
|
+
match_subdomains: _builtins.bool,
|
2572
|
+
update_at: _builtins.str):
|
2573
|
+
"""
|
2574
|
+
:param _builtins.str backend_id: The backend ID to redirect to
|
2575
|
+
:param _builtins.str created_at: The date on which the route was created (RFC 3339 format).
|
2576
|
+
:param _builtins.str frontend_id: The frontend ID (the origin of the redirection), to filter for. Routes with a matching frontend ID are listed.
|
2577
|
+
:param _builtins.str id: The associated route ID.
|
2578
|
+
:param _builtins.str match_host_header: Specifies the host of the server to which the request is being sent.
|
2579
|
+
:param _builtins.str match_sni: Server Name Indication TLS extension field from an incoming connection made via an SSL/TLS transport layer.
|
2580
|
+
:param _builtins.bool match_subdomains: If true, all subdomains will match.
|
2581
|
+
:param _builtins.str update_at: The date on which the route was last updated (RFC 3339 format).
|
2579
2582
|
"""
|
2580
2583
|
pulumi.set(__self__, "backend_id", backend_id)
|
2581
2584
|
pulumi.set(__self__, "created_at", created_at)
|
@@ -2586,65 +2589,65 @@ class GetRoutesRouteResult(dict):
|
|
2586
2589
|
pulumi.set(__self__, "match_subdomains", match_subdomains)
|
2587
2590
|
pulumi.set(__self__, "update_at", update_at)
|
2588
2591
|
|
2589
|
-
@property
|
2592
|
+
@_builtins.property
|
2590
2593
|
@pulumi.getter(name="backendId")
|
2591
|
-
def backend_id(self) ->
|
2594
|
+
def backend_id(self) -> _builtins.str:
|
2592
2595
|
"""
|
2593
2596
|
The backend ID to redirect to
|
2594
2597
|
"""
|
2595
2598
|
return pulumi.get(self, "backend_id")
|
2596
2599
|
|
2597
|
-
@property
|
2600
|
+
@_builtins.property
|
2598
2601
|
@pulumi.getter(name="createdAt")
|
2599
|
-
def created_at(self) ->
|
2602
|
+
def created_at(self) -> _builtins.str:
|
2600
2603
|
"""
|
2601
2604
|
The date on which the route was created (RFC 3339 format).
|
2602
2605
|
"""
|
2603
2606
|
return pulumi.get(self, "created_at")
|
2604
2607
|
|
2605
|
-
@property
|
2608
|
+
@_builtins.property
|
2606
2609
|
@pulumi.getter(name="frontendId")
|
2607
|
-
def frontend_id(self) ->
|
2610
|
+
def frontend_id(self) -> _builtins.str:
|
2608
2611
|
"""
|
2609
2612
|
The frontend ID (the origin of the redirection), to filter for. Routes with a matching frontend ID are listed.
|
2610
2613
|
"""
|
2611
2614
|
return pulumi.get(self, "frontend_id")
|
2612
2615
|
|
2613
|
-
@property
|
2616
|
+
@_builtins.property
|
2614
2617
|
@pulumi.getter
|
2615
|
-
def id(self) ->
|
2618
|
+
def id(self) -> _builtins.str:
|
2616
2619
|
"""
|
2617
2620
|
The associated route ID.
|
2618
2621
|
"""
|
2619
2622
|
return pulumi.get(self, "id")
|
2620
2623
|
|
2621
|
-
@property
|
2624
|
+
@_builtins.property
|
2622
2625
|
@pulumi.getter(name="matchHostHeader")
|
2623
|
-
def match_host_header(self) ->
|
2626
|
+
def match_host_header(self) -> _builtins.str:
|
2624
2627
|
"""
|
2625
2628
|
Specifies the host of the server to which the request is being sent.
|
2626
2629
|
"""
|
2627
2630
|
return pulumi.get(self, "match_host_header")
|
2628
2631
|
|
2629
|
-
@property
|
2632
|
+
@_builtins.property
|
2630
2633
|
@pulumi.getter(name="matchSni")
|
2631
|
-
def match_sni(self) ->
|
2634
|
+
def match_sni(self) -> _builtins.str:
|
2632
2635
|
"""
|
2633
2636
|
Server Name Indication TLS extension field from an incoming connection made via an SSL/TLS transport layer.
|
2634
2637
|
"""
|
2635
2638
|
return pulumi.get(self, "match_sni")
|
2636
2639
|
|
2637
|
-
@property
|
2640
|
+
@_builtins.property
|
2638
2641
|
@pulumi.getter(name="matchSubdomains")
|
2639
|
-
def match_subdomains(self) ->
|
2642
|
+
def match_subdomains(self) -> _builtins.bool:
|
2640
2643
|
"""
|
2641
2644
|
If true, all subdomains will match.
|
2642
2645
|
"""
|
2643
2646
|
return pulumi.get(self, "match_subdomains")
|
2644
2647
|
|
2645
|
-
@property
|
2648
|
+
@_builtins.property
|
2646
2649
|
@pulumi.getter(name="updateAt")
|
2647
|
-
def update_at(self) ->
|
2650
|
+
def update_at(self) -> _builtins.str:
|
2648
2651
|
"""
|
2649
2652
|
The date on which the route was last updated (RFC 3339 format).
|
2650
2653
|
"""
|