pulumiverse-scaleway 1.35.0a1759824076__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.0a1759824076.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.0a1759824076.dist-info/RECORD +0 -499
- {pulumiverse_scaleway-1.35.0a1759824076.dist-info → pulumiverse_scaleway-1.35.0a1760445454.dist-info}/WHEEL +0 -0
- {pulumiverse_scaleway-1.35.0a1759824076.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
|
@@ -66,7 +65,7 @@ class RecordGeoIp(dict):
|
|
66
65
|
"""
|
67
66
|
pulumi.set(__self__, "matches", matches)
|
68
67
|
|
69
|
-
@property
|
68
|
+
@_builtins.property
|
70
69
|
@pulumi.getter
|
71
70
|
def matches(self) -> Sequence['outputs.RecordGeoIpMatch']:
|
72
71
|
"""
|
@@ -78,13 +77,13 @@ class RecordGeoIp(dict):
|
|
78
77
|
@pulumi.output_type
|
79
78
|
class RecordGeoIpMatch(dict):
|
80
79
|
def __init__(__self__, *,
|
81
|
-
data:
|
82
|
-
continents: Optional[Sequence[
|
83
|
-
countries: Optional[Sequence[
|
80
|
+
data: _builtins.str,
|
81
|
+
continents: Optional[Sequence[_builtins.str]] = None,
|
82
|
+
countries: Optional[Sequence[_builtins.str]] = None):
|
84
83
|
"""
|
85
|
-
:param
|
86
|
-
:param Sequence[
|
87
|
-
:param Sequence[
|
84
|
+
:param _builtins.str data: The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
85
|
+
:param Sequence[_builtins.str] continents: List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents
|
86
|
+
:param Sequence[_builtins.str] countries: List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries
|
88
87
|
"""
|
89
88
|
pulumi.set(__self__, "data", data)
|
90
89
|
if continents is not None:
|
@@ -92,25 +91,25 @@ class RecordGeoIpMatch(dict):
|
|
92
91
|
if countries is not None:
|
93
92
|
pulumi.set(__self__, "countries", countries)
|
94
93
|
|
95
|
-
@property
|
94
|
+
@_builtins.property
|
96
95
|
@pulumi.getter
|
97
|
-
def data(self) ->
|
96
|
+
def data(self) -> _builtins.str:
|
98
97
|
"""
|
99
98
|
The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
100
99
|
"""
|
101
100
|
return pulumi.get(self, "data")
|
102
101
|
|
103
|
-
@property
|
102
|
+
@_builtins.property
|
104
103
|
@pulumi.getter
|
105
|
-
def continents(self) -> Optional[Sequence[
|
104
|
+
def continents(self) -> Optional[Sequence[_builtins.str]]:
|
106
105
|
"""
|
107
106
|
List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents
|
108
107
|
"""
|
109
108
|
return pulumi.get(self, "continents")
|
110
109
|
|
111
|
-
@property
|
110
|
+
@_builtins.property
|
112
111
|
@pulumi.getter
|
113
|
-
def countries(self) -> Optional[Sequence[
|
112
|
+
def countries(self) -> Optional[Sequence[_builtins.str]]:
|
114
113
|
"""
|
115
114
|
List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries
|
116
115
|
"""
|
@@ -139,17 +138,17 @@ class RecordHttpService(dict):
|
|
139
138
|
return super().get(key, default)
|
140
139
|
|
141
140
|
def __init__(__self__, *,
|
142
|
-
ips: Sequence[
|
143
|
-
must_contain:
|
144
|
-
strategy:
|
145
|
-
url:
|
146
|
-
user_agent: Optional[
|
147
|
-
"""
|
148
|
-
:param Sequence[
|
149
|
-
:param
|
150
|
-
:param
|
151
|
-
:param
|
152
|
-
:param
|
141
|
+
ips: Sequence[_builtins.str],
|
142
|
+
must_contain: _builtins.str,
|
143
|
+
strategy: _builtins.str,
|
144
|
+
url: _builtins.str,
|
145
|
+
user_agent: Optional[_builtins.str] = None):
|
146
|
+
"""
|
147
|
+
:param Sequence[_builtins.str] ips: IPs to check
|
148
|
+
:param _builtins.str must_contain: Text to search
|
149
|
+
:param _builtins.str strategy: Strategy to return an IP from the IPs list
|
150
|
+
:param _builtins.str url: URL to match the must_contain text to validate an IP
|
151
|
+
:param _builtins.str user_agent: User-agent used when checking the URL
|
153
152
|
"""
|
154
153
|
pulumi.set(__self__, "ips", ips)
|
155
154
|
pulumi.set(__self__, "must_contain", must_contain)
|
@@ -158,41 +157,41 @@ class RecordHttpService(dict):
|
|
158
157
|
if user_agent is not None:
|
159
158
|
pulumi.set(__self__, "user_agent", user_agent)
|
160
159
|
|
161
|
-
@property
|
160
|
+
@_builtins.property
|
162
161
|
@pulumi.getter
|
163
|
-
def ips(self) -> Sequence[
|
162
|
+
def ips(self) -> Sequence[_builtins.str]:
|
164
163
|
"""
|
165
164
|
IPs to check
|
166
165
|
"""
|
167
166
|
return pulumi.get(self, "ips")
|
168
167
|
|
169
|
-
@property
|
168
|
+
@_builtins.property
|
170
169
|
@pulumi.getter(name="mustContain")
|
171
|
-
def must_contain(self) ->
|
170
|
+
def must_contain(self) -> _builtins.str:
|
172
171
|
"""
|
173
172
|
Text to search
|
174
173
|
"""
|
175
174
|
return pulumi.get(self, "must_contain")
|
176
175
|
|
177
|
-
@property
|
176
|
+
@_builtins.property
|
178
177
|
@pulumi.getter
|
179
|
-
def strategy(self) ->
|
178
|
+
def strategy(self) -> _builtins.str:
|
180
179
|
"""
|
181
180
|
Strategy to return an IP from the IPs list
|
182
181
|
"""
|
183
182
|
return pulumi.get(self, "strategy")
|
184
183
|
|
185
|
-
@property
|
184
|
+
@_builtins.property
|
186
185
|
@pulumi.getter
|
187
|
-
def url(self) ->
|
186
|
+
def url(self) -> _builtins.str:
|
188
187
|
"""
|
189
188
|
URL to match the must_contain text to validate an IP
|
190
189
|
"""
|
191
190
|
return pulumi.get(self, "url")
|
192
191
|
|
193
|
-
@property
|
192
|
+
@_builtins.property
|
194
193
|
@pulumi.getter(name="userAgent")
|
195
|
-
def user_agent(self) -> Optional[
|
194
|
+
def user_agent(self) -> Optional[_builtins.str]:
|
196
195
|
"""
|
197
196
|
User-agent used when checking the URL
|
198
197
|
"""
|
@@ -202,26 +201,26 @@ class RecordHttpService(dict):
|
|
202
201
|
@pulumi.output_type
|
203
202
|
class RecordView(dict):
|
204
203
|
def __init__(__self__, *,
|
205
|
-
data:
|
206
|
-
subnet:
|
204
|
+
data: _builtins.str,
|
205
|
+
subnet: _builtins.str):
|
207
206
|
"""
|
208
|
-
:param
|
209
|
-
:param
|
207
|
+
:param _builtins.str data: The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
208
|
+
:param _builtins.str subnet: The subnet of the view
|
210
209
|
"""
|
211
210
|
pulumi.set(__self__, "data", data)
|
212
211
|
pulumi.set(__self__, "subnet", subnet)
|
213
212
|
|
214
|
-
@property
|
213
|
+
@_builtins.property
|
215
214
|
@pulumi.getter
|
216
|
-
def data(self) ->
|
215
|
+
def data(self) -> _builtins.str:
|
217
216
|
"""
|
218
217
|
The content of the record (an IPv4 for an `A` record, a string for a `TXT` record, etc.).
|
219
218
|
"""
|
220
219
|
return pulumi.get(self, "data")
|
221
220
|
|
222
|
-
@property
|
221
|
+
@_builtins.property
|
223
222
|
@pulumi.getter
|
224
|
-
def subnet(self) ->
|
223
|
+
def subnet(self) -> _builtins.str:
|
225
224
|
"""
|
226
225
|
The subnet of the view
|
227
226
|
"""
|
@@ -231,26 +230,26 @@ class RecordView(dict):
|
|
231
230
|
@pulumi.output_type
|
232
231
|
class RecordWeighted(dict):
|
233
232
|
def __init__(__self__, *,
|
234
|
-
ip:
|
235
|
-
weight:
|
233
|
+
ip: _builtins.str,
|
234
|
+
weight: _builtins.int):
|
236
235
|
"""
|
237
|
-
:param
|
238
|
-
:param
|
236
|
+
:param _builtins.str ip: The weighted IP
|
237
|
+
:param _builtins.int weight: The weight of the IP
|
239
238
|
"""
|
240
239
|
pulumi.set(__self__, "ip", ip)
|
241
240
|
pulumi.set(__self__, "weight", weight)
|
242
241
|
|
243
|
-
@property
|
242
|
+
@_builtins.property
|
244
243
|
@pulumi.getter
|
245
|
-
def ip(self) ->
|
244
|
+
def ip(self) -> _builtins.str:
|
246
245
|
"""
|
247
246
|
The weighted IP
|
248
247
|
"""
|
249
248
|
return pulumi.get(self, "ip")
|
250
249
|
|
251
|
-
@property
|
250
|
+
@_builtins.property
|
252
251
|
@pulumi.getter
|
253
|
-
def weight(self) ->
|
252
|
+
def weight(self) -> _builtins.int:
|
254
253
|
"""
|
255
254
|
The weight of the IP
|
256
255
|
"""
|
@@ -301,51 +300,51 @@ class RegistrationAdministrativeContact(dict):
|
|
301
300
|
return super().get(key, default)
|
302
301
|
|
303
302
|
def __init__(__self__, *,
|
304
|
-
address_line1:
|
305
|
-
city:
|
306
|
-
company_identification_code:
|
307
|
-
country:
|
308
|
-
email:
|
309
|
-
firstname:
|
310
|
-
lastname:
|
311
|
-
legal_form:
|
312
|
-
phone_number:
|
313
|
-
vat_identification_code:
|
314
|
-
zip:
|
315
|
-
address_line2: Optional[
|
316
|
-
company_name: Optional[
|
317
|
-
email_alt: Optional[
|
303
|
+
address_line1: _builtins.str,
|
304
|
+
city: _builtins.str,
|
305
|
+
company_identification_code: _builtins.str,
|
306
|
+
country: _builtins.str,
|
307
|
+
email: _builtins.str,
|
308
|
+
firstname: _builtins.str,
|
309
|
+
lastname: _builtins.str,
|
310
|
+
legal_form: _builtins.str,
|
311
|
+
phone_number: _builtins.str,
|
312
|
+
vat_identification_code: _builtins.str,
|
313
|
+
zip: _builtins.str,
|
314
|
+
address_line2: Optional[_builtins.str] = None,
|
315
|
+
company_name: Optional[_builtins.str] = None,
|
316
|
+
email_alt: Optional[_builtins.str] = None,
|
318
317
|
extension_eu: Optional['outputs.RegistrationAdministrativeContactExtensionEu'] = None,
|
319
318
|
extension_fr: Optional['outputs.RegistrationAdministrativeContactExtensionFr'] = None,
|
320
|
-
extension_nls: Optional[Sequence[
|
321
|
-
fax_number: Optional[
|
322
|
-
lang: Optional[
|
323
|
-
resale: Optional[
|
324
|
-
state: Optional[
|
325
|
-
whois_opt_in: Optional[
|
326
|
-
"""
|
327
|
-
:param
|
328
|
-
:param
|
329
|
-
:param
|
330
|
-
:param
|
331
|
-
:param
|
332
|
-
:param
|
333
|
-
:param
|
334
|
-
:param
|
335
|
-
:param
|
336
|
-
:param
|
337
|
-
:param
|
338
|
-
:param
|
339
|
-
:param
|
340
|
-
:param
|
319
|
+
extension_nls: Optional[Sequence[_builtins.str]] = None,
|
320
|
+
fax_number: Optional[_builtins.str] = None,
|
321
|
+
lang: Optional[_builtins.str] = None,
|
322
|
+
resale: Optional[_builtins.bool] = None,
|
323
|
+
state: Optional[_builtins.str] = None,
|
324
|
+
whois_opt_in: Optional[_builtins.bool] = None):
|
325
|
+
"""
|
326
|
+
:param _builtins.str address_line1: Primary address line for the contact.
|
327
|
+
:param _builtins.str city: City of the contact's address.
|
328
|
+
:param _builtins.str company_identification_code: Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
329
|
+
:param _builtins.str country: Country code of the contact's address (ISO format).
|
330
|
+
:param _builtins.str email: Primary email address of the contact.
|
331
|
+
:param _builtins.str firstname: First name of the contact.
|
332
|
+
:param _builtins.str lastname: Last name of the contact.
|
333
|
+
:param _builtins.str legal_form: Legal form of the contact (e.g., 'individual' or 'organization').
|
334
|
+
:param _builtins.str phone_number: Primary phone number of the contact.
|
335
|
+
:param _builtins.str vat_identification_code: VAT identification code of the contact, if applicable.
|
336
|
+
:param _builtins.str zip: Postal code of the contact's address.
|
337
|
+
:param _builtins.str address_line2: Secondary address line for the contact (optional).
|
338
|
+
:param _builtins.str company_name: Name of the company associated with the contact (if applicable).
|
339
|
+
:param _builtins.str email_alt: Alternative email address for the contact.
|
341
340
|
:param 'RegistrationAdministrativeContactExtensionEuArgs' extension_eu: Details specific to European domain extensions.
|
342
341
|
:param 'RegistrationAdministrativeContactExtensionFrArgs' extension_fr: Details specific to French domain extensions.
|
343
|
-
:param Sequence[
|
344
|
-
:param
|
345
|
-
:param
|
346
|
-
:param
|
347
|
-
:param
|
348
|
-
:param
|
342
|
+
:param Sequence[_builtins.str] extension_nls: Extension details specific to Dutch domain registrations.
|
343
|
+
:param _builtins.str fax_number: Fax number for the contact (if available).
|
344
|
+
:param _builtins.str lang: Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
345
|
+
:param _builtins.bool resale: Indicates if the contact is used for resale purposes.
|
346
|
+
:param _builtins.str state: State or region of the contact.
|
347
|
+
:param _builtins.bool whois_opt_in: Indicates whether the contact has opted into WHOIS publishing.
|
349
348
|
"""
|
350
349
|
pulumi.set(__self__, "address_line1", address_line1)
|
351
350
|
pulumi.set(__self__, "city", city)
|
@@ -381,119 +380,119 @@ class RegistrationAdministrativeContact(dict):
|
|
381
380
|
if whois_opt_in is not None:
|
382
381
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
383
382
|
|
384
|
-
@property
|
383
|
+
@_builtins.property
|
385
384
|
@pulumi.getter(name="addressLine1")
|
386
|
-
def address_line1(self) ->
|
385
|
+
def address_line1(self) -> _builtins.str:
|
387
386
|
"""
|
388
387
|
Primary address line for the contact.
|
389
388
|
"""
|
390
389
|
return pulumi.get(self, "address_line1")
|
391
390
|
|
392
|
-
@property
|
391
|
+
@_builtins.property
|
393
392
|
@pulumi.getter
|
394
|
-
def city(self) ->
|
393
|
+
def city(self) -> _builtins.str:
|
395
394
|
"""
|
396
395
|
City of the contact's address.
|
397
396
|
"""
|
398
397
|
return pulumi.get(self, "city")
|
399
398
|
|
400
|
-
@property
|
399
|
+
@_builtins.property
|
401
400
|
@pulumi.getter(name="companyIdentificationCode")
|
402
|
-
def company_identification_code(self) ->
|
401
|
+
def company_identification_code(self) -> _builtins.str:
|
403
402
|
"""
|
404
403
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
405
404
|
"""
|
406
405
|
return pulumi.get(self, "company_identification_code")
|
407
406
|
|
408
|
-
@property
|
407
|
+
@_builtins.property
|
409
408
|
@pulumi.getter
|
410
|
-
def country(self) ->
|
409
|
+
def country(self) -> _builtins.str:
|
411
410
|
"""
|
412
411
|
Country code of the contact's address (ISO format).
|
413
412
|
"""
|
414
413
|
return pulumi.get(self, "country")
|
415
414
|
|
416
|
-
@property
|
415
|
+
@_builtins.property
|
417
416
|
@pulumi.getter
|
418
|
-
def email(self) ->
|
417
|
+
def email(self) -> _builtins.str:
|
419
418
|
"""
|
420
419
|
Primary email address of the contact.
|
421
420
|
"""
|
422
421
|
return pulumi.get(self, "email")
|
423
422
|
|
424
|
-
@property
|
423
|
+
@_builtins.property
|
425
424
|
@pulumi.getter
|
426
|
-
def firstname(self) ->
|
425
|
+
def firstname(self) -> _builtins.str:
|
427
426
|
"""
|
428
427
|
First name of the contact.
|
429
428
|
"""
|
430
429
|
return pulumi.get(self, "firstname")
|
431
430
|
|
432
|
-
@property
|
431
|
+
@_builtins.property
|
433
432
|
@pulumi.getter
|
434
|
-
def lastname(self) ->
|
433
|
+
def lastname(self) -> _builtins.str:
|
435
434
|
"""
|
436
435
|
Last name of the contact.
|
437
436
|
"""
|
438
437
|
return pulumi.get(self, "lastname")
|
439
438
|
|
440
|
-
@property
|
439
|
+
@_builtins.property
|
441
440
|
@pulumi.getter(name="legalForm")
|
442
|
-
def legal_form(self) ->
|
441
|
+
def legal_form(self) -> _builtins.str:
|
443
442
|
"""
|
444
443
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
445
444
|
"""
|
446
445
|
return pulumi.get(self, "legal_form")
|
447
446
|
|
448
|
-
@property
|
447
|
+
@_builtins.property
|
449
448
|
@pulumi.getter(name="phoneNumber")
|
450
|
-
def phone_number(self) ->
|
449
|
+
def phone_number(self) -> _builtins.str:
|
451
450
|
"""
|
452
451
|
Primary phone number of the contact.
|
453
452
|
"""
|
454
453
|
return pulumi.get(self, "phone_number")
|
455
454
|
|
456
|
-
@property
|
455
|
+
@_builtins.property
|
457
456
|
@pulumi.getter(name="vatIdentificationCode")
|
458
|
-
def vat_identification_code(self) ->
|
457
|
+
def vat_identification_code(self) -> _builtins.str:
|
459
458
|
"""
|
460
459
|
VAT identification code of the contact, if applicable.
|
461
460
|
"""
|
462
461
|
return pulumi.get(self, "vat_identification_code")
|
463
462
|
|
464
|
-
@property
|
463
|
+
@_builtins.property
|
465
464
|
@pulumi.getter
|
466
|
-
def zip(self) ->
|
465
|
+
def zip(self) -> _builtins.str:
|
467
466
|
"""
|
468
467
|
Postal code of the contact's address.
|
469
468
|
"""
|
470
469
|
return pulumi.get(self, "zip")
|
471
470
|
|
472
|
-
@property
|
471
|
+
@_builtins.property
|
473
472
|
@pulumi.getter(name="addressLine2")
|
474
|
-
def address_line2(self) -> Optional[
|
473
|
+
def address_line2(self) -> Optional[_builtins.str]:
|
475
474
|
"""
|
476
475
|
Secondary address line for the contact (optional).
|
477
476
|
"""
|
478
477
|
return pulumi.get(self, "address_line2")
|
479
478
|
|
480
|
-
@property
|
479
|
+
@_builtins.property
|
481
480
|
@pulumi.getter(name="companyName")
|
482
|
-
def company_name(self) -> Optional[
|
481
|
+
def company_name(self) -> Optional[_builtins.str]:
|
483
482
|
"""
|
484
483
|
Name of the company associated with the contact (if applicable).
|
485
484
|
"""
|
486
485
|
return pulumi.get(self, "company_name")
|
487
486
|
|
488
|
-
@property
|
487
|
+
@_builtins.property
|
489
488
|
@pulumi.getter(name="emailAlt")
|
490
|
-
def email_alt(self) -> Optional[
|
489
|
+
def email_alt(self) -> Optional[_builtins.str]:
|
491
490
|
"""
|
492
491
|
Alternative email address for the contact.
|
493
492
|
"""
|
494
493
|
return pulumi.get(self, "email_alt")
|
495
494
|
|
496
|
-
@property
|
495
|
+
@_builtins.property
|
497
496
|
@pulumi.getter(name="extensionEu")
|
498
497
|
def extension_eu(self) -> Optional['outputs.RegistrationAdministrativeContactExtensionEu']:
|
499
498
|
"""
|
@@ -501,7 +500,7 @@ class RegistrationAdministrativeContact(dict):
|
|
501
500
|
"""
|
502
501
|
return pulumi.get(self, "extension_eu")
|
503
502
|
|
504
|
-
@property
|
503
|
+
@_builtins.property
|
505
504
|
@pulumi.getter(name="extensionFr")
|
506
505
|
def extension_fr(self) -> Optional['outputs.RegistrationAdministrativeContactExtensionFr']:
|
507
506
|
"""
|
@@ -509,49 +508,49 @@ class RegistrationAdministrativeContact(dict):
|
|
509
508
|
"""
|
510
509
|
return pulumi.get(self, "extension_fr")
|
511
510
|
|
512
|
-
@property
|
511
|
+
@_builtins.property
|
513
512
|
@pulumi.getter(name="extensionNls")
|
514
|
-
def extension_nls(self) -> Optional[Sequence[
|
513
|
+
def extension_nls(self) -> Optional[Sequence[_builtins.str]]:
|
515
514
|
"""
|
516
515
|
Extension details specific to Dutch domain registrations.
|
517
516
|
"""
|
518
517
|
return pulumi.get(self, "extension_nls")
|
519
518
|
|
520
|
-
@property
|
519
|
+
@_builtins.property
|
521
520
|
@pulumi.getter(name="faxNumber")
|
522
|
-
def fax_number(self) -> Optional[
|
521
|
+
def fax_number(self) -> Optional[_builtins.str]:
|
523
522
|
"""
|
524
523
|
Fax number for the contact (if available).
|
525
524
|
"""
|
526
525
|
return pulumi.get(self, "fax_number")
|
527
526
|
|
528
|
-
@property
|
527
|
+
@_builtins.property
|
529
528
|
@pulumi.getter
|
530
|
-
def lang(self) -> Optional[
|
529
|
+
def lang(self) -> Optional[_builtins.str]:
|
531
530
|
"""
|
532
531
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
533
532
|
"""
|
534
533
|
return pulumi.get(self, "lang")
|
535
534
|
|
536
|
-
@property
|
535
|
+
@_builtins.property
|
537
536
|
@pulumi.getter
|
538
|
-
def resale(self) -> Optional[
|
537
|
+
def resale(self) -> Optional[_builtins.bool]:
|
539
538
|
"""
|
540
539
|
Indicates if the contact is used for resale purposes.
|
541
540
|
"""
|
542
541
|
return pulumi.get(self, "resale")
|
543
542
|
|
544
|
-
@property
|
543
|
+
@_builtins.property
|
545
544
|
@pulumi.getter
|
546
|
-
def state(self) -> Optional[
|
545
|
+
def state(self) -> Optional[_builtins.str]:
|
547
546
|
"""
|
548
547
|
State or region of the contact.
|
549
548
|
"""
|
550
549
|
return pulumi.get(self, "state")
|
551
550
|
|
552
|
-
@property
|
551
|
+
@_builtins.property
|
553
552
|
@pulumi.getter(name="whoisOptIn")
|
554
|
-
def whois_opt_in(self) -> Optional[
|
553
|
+
def whois_opt_in(self) -> Optional[_builtins.bool]:
|
555
554
|
"""
|
556
555
|
Indicates whether the contact has opted into WHOIS publishing.
|
557
556
|
"""
|
@@ -578,16 +577,16 @@ class RegistrationAdministrativeContactExtensionEu(dict):
|
|
578
577
|
return super().get(key, default)
|
579
578
|
|
580
579
|
def __init__(__self__, *,
|
581
|
-
european_citizenship: Optional[
|
580
|
+
european_citizenship: Optional[_builtins.str] = None):
|
582
581
|
"""
|
583
|
-
:param
|
582
|
+
:param _builtins.str european_citizenship: Indicates the European citizenship of the contact.
|
584
583
|
"""
|
585
584
|
if european_citizenship is not None:
|
586
585
|
pulumi.set(__self__, "european_citizenship", european_citizenship)
|
587
586
|
|
588
|
-
@property
|
587
|
+
@_builtins.property
|
589
588
|
@pulumi.getter(name="europeanCitizenship")
|
590
|
-
def european_citizenship(self) -> Optional[
|
589
|
+
def european_citizenship(self) -> Optional[_builtins.str]:
|
591
590
|
"""
|
592
591
|
Indicates the European citizenship of the contact.
|
593
592
|
"""
|
@@ -626,14 +625,14 @@ class RegistrationAdministrativeContactExtensionFr(dict):
|
|
626
625
|
code_auth_afnic_info: Optional['outputs.RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfo'] = None,
|
627
626
|
duns_info: Optional['outputs.RegistrationAdministrativeContactExtensionFrDunsInfo'] = None,
|
628
627
|
individual_info: Optional['outputs.RegistrationAdministrativeContactExtensionFrIndividualInfo'] = None,
|
629
|
-
mode: Optional[
|
628
|
+
mode: Optional[_builtins.str] = None,
|
630
629
|
trademark_info: Optional['outputs.RegistrationAdministrativeContactExtensionFrTrademarkInfo'] = None):
|
631
630
|
"""
|
632
631
|
:param 'RegistrationAdministrativeContactExtensionFrAssociationInfoArgs' association_info: Association-specific information for the domain (French extension).
|
633
632
|
:param 'RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfoArgs' code_auth_afnic_info: AFNIC authorization information for the contact (French extension).
|
634
633
|
:param 'RegistrationAdministrativeContactExtensionFrDunsInfoArgs' duns_info: DUNS information for the domain owner (specific to French domains).
|
635
634
|
:param 'RegistrationAdministrativeContactExtensionFrIndividualInfoArgs' individual_info: Information about the individual registration for French domains.
|
636
|
-
:param
|
635
|
+
:param _builtins.str mode: Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
637
636
|
:param 'RegistrationAdministrativeContactExtensionFrTrademarkInfoArgs' trademark_info: Trademark-related information for the domain (French extension).
|
638
637
|
"""
|
639
638
|
if association_info is not None:
|
@@ -649,7 +648,7 @@ class RegistrationAdministrativeContactExtensionFr(dict):
|
|
649
648
|
if trademark_info is not None:
|
650
649
|
pulumi.set(__self__, "trademark_info", trademark_info)
|
651
650
|
|
652
|
-
@property
|
651
|
+
@_builtins.property
|
653
652
|
@pulumi.getter(name="associationInfo")
|
654
653
|
def association_info(self) -> Optional['outputs.RegistrationAdministrativeContactExtensionFrAssociationInfo']:
|
655
654
|
"""
|
@@ -657,7 +656,7 @@ class RegistrationAdministrativeContactExtensionFr(dict):
|
|
657
656
|
"""
|
658
657
|
return pulumi.get(self, "association_info")
|
659
658
|
|
660
|
-
@property
|
659
|
+
@_builtins.property
|
661
660
|
@pulumi.getter(name="codeAuthAfnicInfo")
|
662
661
|
def code_auth_afnic_info(self) -> Optional['outputs.RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfo']:
|
663
662
|
"""
|
@@ -665,7 +664,7 @@ class RegistrationAdministrativeContactExtensionFr(dict):
|
|
665
664
|
"""
|
666
665
|
return pulumi.get(self, "code_auth_afnic_info")
|
667
666
|
|
668
|
-
@property
|
667
|
+
@_builtins.property
|
669
668
|
@pulumi.getter(name="dunsInfo")
|
670
669
|
def duns_info(self) -> Optional['outputs.RegistrationAdministrativeContactExtensionFrDunsInfo']:
|
671
670
|
"""
|
@@ -673,7 +672,7 @@ class RegistrationAdministrativeContactExtensionFr(dict):
|
|
673
672
|
"""
|
674
673
|
return pulumi.get(self, "duns_info")
|
675
674
|
|
676
|
-
@property
|
675
|
+
@_builtins.property
|
677
676
|
@pulumi.getter(name="individualInfo")
|
678
677
|
def individual_info(self) -> Optional['outputs.RegistrationAdministrativeContactExtensionFrIndividualInfo']:
|
679
678
|
"""
|
@@ -681,15 +680,15 @@ class RegistrationAdministrativeContactExtensionFr(dict):
|
|
681
680
|
"""
|
682
681
|
return pulumi.get(self, "individual_info")
|
683
682
|
|
684
|
-
@property
|
683
|
+
@_builtins.property
|
685
684
|
@pulumi.getter
|
686
|
-
def mode(self) -> Optional[
|
685
|
+
def mode(self) -> Optional[_builtins.str]:
|
687
686
|
"""
|
688
687
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
689
688
|
"""
|
690
689
|
return pulumi.get(self, "mode")
|
691
690
|
|
692
|
-
@property
|
691
|
+
@_builtins.property
|
693
692
|
@pulumi.getter(name="trademarkInfo")
|
694
693
|
def trademark_info(self) -> Optional['outputs.RegistrationAdministrativeContactExtensionFrTrademarkInfo']:
|
695
694
|
"""
|
@@ -720,28 +719,28 @@ class RegistrationAdministrativeContactExtensionFrAssociationInfo(dict):
|
|
720
719
|
return super().get(key, default)
|
721
720
|
|
722
721
|
def __init__(__self__, *,
|
723
|
-
publication_jo: Optional[
|
724
|
-
publication_jo_page: Optional[
|
722
|
+
publication_jo: Optional[_builtins.str] = None,
|
723
|
+
publication_jo_page: Optional[_builtins.int] = None):
|
725
724
|
"""
|
726
|
-
:param
|
727
|
-
:param
|
725
|
+
:param _builtins.str publication_jo: Publication date in the Official Journal (RFC3339 format) for association information.
|
726
|
+
:param _builtins.int publication_jo_page: Page number of the publication in the Official Journal for association information.
|
728
727
|
"""
|
729
728
|
if publication_jo is not None:
|
730
729
|
pulumi.set(__self__, "publication_jo", publication_jo)
|
731
730
|
if publication_jo_page is not None:
|
732
731
|
pulumi.set(__self__, "publication_jo_page", publication_jo_page)
|
733
732
|
|
734
|
-
@property
|
733
|
+
@_builtins.property
|
735
734
|
@pulumi.getter(name="publicationJo")
|
736
|
-
def publication_jo(self) -> Optional[
|
735
|
+
def publication_jo(self) -> Optional[_builtins.str]:
|
737
736
|
"""
|
738
737
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
739
738
|
"""
|
740
739
|
return pulumi.get(self, "publication_jo")
|
741
740
|
|
742
|
-
@property
|
741
|
+
@_builtins.property
|
743
742
|
@pulumi.getter(name="publicationJoPage")
|
744
|
-
def publication_jo_page(self) -> Optional[
|
743
|
+
def publication_jo_page(self) -> Optional[_builtins.int]:
|
745
744
|
"""
|
746
745
|
Page number of the publication in the Official Journal for association information.
|
747
746
|
"""
|
@@ -768,16 +767,16 @@ class RegistrationAdministrativeContactExtensionFrCodeAuthAfnicInfo(dict):
|
|
768
767
|
return super().get(key, default)
|
769
768
|
|
770
769
|
def __init__(__self__, *,
|
771
|
-
code_auth_afnic: Optional[
|
770
|
+
code_auth_afnic: Optional[_builtins.str] = None):
|
772
771
|
"""
|
773
|
-
:param
|
772
|
+
:param _builtins.str code_auth_afnic: AFNIC authorization code for the contact (specific to French domains).
|
774
773
|
"""
|
775
774
|
if code_auth_afnic is not None:
|
776
775
|
pulumi.set(__self__, "code_auth_afnic", code_auth_afnic)
|
777
776
|
|
778
|
-
@property
|
777
|
+
@_builtins.property
|
779
778
|
@pulumi.getter(name="codeAuthAfnic")
|
780
|
-
def code_auth_afnic(self) -> Optional[
|
779
|
+
def code_auth_afnic(self) -> Optional[_builtins.str]:
|
781
780
|
"""
|
782
781
|
AFNIC authorization code for the contact (specific to French domains).
|
783
782
|
"""
|
@@ -806,28 +805,28 @@ class RegistrationAdministrativeContactExtensionFrDunsInfo(dict):
|
|
806
805
|
return super().get(key, default)
|
807
806
|
|
808
807
|
def __init__(__self__, *,
|
809
|
-
duns_id: Optional[
|
810
|
-
local_id: Optional[
|
808
|
+
duns_id: Optional[_builtins.str] = None,
|
809
|
+
local_id: Optional[_builtins.str] = None):
|
811
810
|
"""
|
812
|
-
:param
|
813
|
-
:param
|
811
|
+
:param _builtins.str duns_id: DUNS ID associated with the domain owner (for French domains).
|
812
|
+
:param _builtins.str local_id: Local identifier of the domain owner (for French domains).
|
814
813
|
"""
|
815
814
|
if duns_id is not None:
|
816
815
|
pulumi.set(__self__, "duns_id", duns_id)
|
817
816
|
if local_id is not None:
|
818
817
|
pulumi.set(__self__, "local_id", local_id)
|
819
818
|
|
820
|
-
@property
|
819
|
+
@_builtins.property
|
821
820
|
@pulumi.getter(name="dunsId")
|
822
|
-
def duns_id(self) -> Optional[
|
821
|
+
def duns_id(self) -> Optional[_builtins.str]:
|
823
822
|
"""
|
824
823
|
DUNS ID associated with the domain owner (for French domains).
|
825
824
|
"""
|
826
825
|
return pulumi.get(self, "duns_id")
|
827
826
|
|
828
|
-
@property
|
827
|
+
@_builtins.property
|
829
828
|
@pulumi.getter(name="localId")
|
830
|
-
def local_id(self) -> Optional[
|
829
|
+
def local_id(self) -> Optional[_builtins.str]:
|
831
830
|
"""
|
832
831
|
Local identifier of the domain owner (for French domains).
|
833
832
|
"""
|
@@ -854,16 +853,16 @@ class RegistrationAdministrativeContactExtensionFrIndividualInfo(dict):
|
|
854
853
|
return super().get(key, default)
|
855
854
|
|
856
855
|
def __init__(__self__, *,
|
857
|
-
whois_opt_in: Optional[
|
856
|
+
whois_opt_in: Optional[_builtins.bool] = None):
|
858
857
|
"""
|
859
|
-
:param
|
858
|
+
:param _builtins.bool whois_opt_in: Whether the individual contact has opted into WHOIS publishing.
|
860
859
|
"""
|
861
860
|
if whois_opt_in is not None:
|
862
861
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
863
862
|
|
864
|
-
@property
|
863
|
+
@_builtins.property
|
865
864
|
@pulumi.getter(name="whoisOptIn")
|
866
|
-
def whois_opt_in(self) -> Optional[
|
865
|
+
def whois_opt_in(self) -> Optional[_builtins.bool]:
|
867
866
|
"""
|
868
867
|
Whether the individual contact has opted into WHOIS publishing.
|
869
868
|
"""
|
@@ -890,16 +889,16 @@ class RegistrationAdministrativeContactExtensionFrTrademarkInfo(dict):
|
|
890
889
|
return super().get(key, default)
|
891
890
|
|
892
891
|
def __init__(__self__, *,
|
893
|
-
trademark_inpi: Optional[
|
892
|
+
trademark_inpi: Optional[_builtins.str] = None):
|
894
893
|
"""
|
895
|
-
:param
|
894
|
+
:param _builtins.str trademark_inpi: Trademark information from INPI (French extension).
|
896
895
|
"""
|
897
896
|
if trademark_inpi is not None:
|
898
897
|
pulumi.set(__self__, "trademark_inpi", trademark_inpi)
|
899
898
|
|
900
|
-
@property
|
899
|
+
@_builtins.property
|
901
900
|
@pulumi.getter(name="trademarkInpi")
|
902
|
-
def trademark_inpi(self) -> Optional[
|
901
|
+
def trademark_inpi(self) -> Optional[_builtins.str]:
|
903
902
|
"""
|
904
903
|
Trademark information from INPI (French extension).
|
905
904
|
"""
|
@@ -928,14 +927,14 @@ class RegistrationDsRecord(dict):
|
|
928
927
|
return super().get(key, default)
|
929
928
|
|
930
929
|
def __init__(__self__, *,
|
931
|
-
algorithm: Optional[
|
930
|
+
algorithm: Optional[_builtins.str] = None,
|
932
931
|
digests: Optional[Sequence['outputs.RegistrationDsRecordDigest']] = None,
|
933
|
-
key_id: Optional[
|
932
|
+
key_id: Optional[_builtins.int] = None,
|
934
933
|
public_keys: Optional[Sequence['outputs.RegistrationDsRecordPublicKey']] = None):
|
935
934
|
"""
|
936
|
-
:param
|
935
|
+
:param _builtins.str algorithm: The algorithm used for dnssec (e.g., rsasha256, ecdsap256sha256).
|
937
936
|
:param Sequence['RegistrationDsRecordDigestArgs'] digests: Details about the digest.
|
938
|
-
:param
|
937
|
+
:param _builtins.int key_id: The identifier for the dnssec key.
|
939
938
|
:param Sequence['RegistrationDsRecordPublicKeyArgs'] public_keys: Public key associated with the dnssec record.
|
940
939
|
"""
|
941
940
|
if algorithm is not None:
|
@@ -947,15 +946,15 @@ class RegistrationDsRecord(dict):
|
|
947
946
|
if public_keys is not None:
|
948
947
|
pulumi.set(__self__, "public_keys", public_keys)
|
949
948
|
|
950
|
-
@property
|
949
|
+
@_builtins.property
|
951
950
|
@pulumi.getter
|
952
|
-
def algorithm(self) -> Optional[
|
951
|
+
def algorithm(self) -> Optional[_builtins.str]:
|
953
952
|
"""
|
954
953
|
The algorithm used for dnssec (e.g., rsasha256, ecdsap256sha256).
|
955
954
|
"""
|
956
955
|
return pulumi.get(self, "algorithm")
|
957
956
|
|
958
|
-
@property
|
957
|
+
@_builtins.property
|
959
958
|
@pulumi.getter
|
960
959
|
def digests(self) -> Optional[Sequence['outputs.RegistrationDsRecordDigest']]:
|
961
960
|
"""
|
@@ -963,15 +962,15 @@ class RegistrationDsRecord(dict):
|
|
963
962
|
"""
|
964
963
|
return pulumi.get(self, "digests")
|
965
964
|
|
966
|
-
@property
|
965
|
+
@_builtins.property
|
967
966
|
@pulumi.getter(name="keyId")
|
968
|
-
def key_id(self) -> Optional[
|
967
|
+
def key_id(self) -> Optional[_builtins.int]:
|
969
968
|
"""
|
970
969
|
The identifier for the dnssec key.
|
971
970
|
"""
|
972
971
|
return pulumi.get(self, "key_id")
|
973
972
|
|
974
|
-
@property
|
973
|
+
@_builtins.property
|
975
974
|
@pulumi.getter(name="publicKeys")
|
976
975
|
def public_keys(self) -> Optional[Sequence['outputs.RegistrationDsRecordPublicKey']]:
|
977
976
|
"""
|
@@ -1000,13 +999,13 @@ class RegistrationDsRecordDigest(dict):
|
|
1000
999
|
return super().get(key, default)
|
1001
1000
|
|
1002
1001
|
def __init__(__self__, *,
|
1003
|
-
digest: Optional[
|
1002
|
+
digest: Optional[_builtins.str] = None,
|
1004
1003
|
public_keys: Optional[Sequence['outputs.RegistrationDsRecordDigestPublicKey']] = None,
|
1005
|
-
type: Optional[
|
1004
|
+
type: Optional[_builtins.str] = None):
|
1006
1005
|
"""
|
1007
|
-
:param
|
1006
|
+
:param _builtins.str digest: The digest value.
|
1008
1007
|
:param Sequence['RegistrationDsRecordDigestPublicKeyArgs'] public_keys: The public key associated with the digest.
|
1009
|
-
:param
|
1008
|
+
:param _builtins.str type: The digest type for the DS record (e.g., sha_1, sha_256, gost_r_34_11_94, sha_384).
|
1010
1009
|
"""
|
1011
1010
|
if digest is not None:
|
1012
1011
|
pulumi.set(__self__, "digest", digest)
|
@@ -1015,15 +1014,15 @@ class RegistrationDsRecordDigest(dict):
|
|
1015
1014
|
if type is not None:
|
1016
1015
|
pulumi.set(__self__, "type", type)
|
1017
1016
|
|
1018
|
-
@property
|
1017
|
+
@_builtins.property
|
1019
1018
|
@pulumi.getter
|
1020
|
-
def digest(self) -> Optional[
|
1019
|
+
def digest(self) -> Optional[_builtins.str]:
|
1021
1020
|
"""
|
1022
1021
|
The digest value.
|
1023
1022
|
"""
|
1024
1023
|
return pulumi.get(self, "digest")
|
1025
1024
|
|
1026
|
-
@property
|
1025
|
+
@_builtins.property
|
1027
1026
|
@pulumi.getter(name="publicKeys")
|
1028
1027
|
def public_keys(self) -> Optional[Sequence['outputs.RegistrationDsRecordDigestPublicKey']]:
|
1029
1028
|
"""
|
@@ -1031,9 +1030,9 @@ class RegistrationDsRecordDigest(dict):
|
|
1031
1030
|
"""
|
1032
1031
|
return pulumi.get(self, "public_keys")
|
1033
1032
|
|
1034
|
-
@property
|
1033
|
+
@_builtins.property
|
1035
1034
|
@pulumi.getter
|
1036
|
-
def type(self) -> Optional[
|
1035
|
+
def type(self) -> Optional[_builtins.str]:
|
1037
1036
|
"""
|
1038
1037
|
The digest type for the DS record (e.g., sha_1, sha_256, gost_r_34_11_94, sha_384).
|
1039
1038
|
"""
|
@@ -1043,15 +1042,15 @@ class RegistrationDsRecordDigest(dict):
|
|
1043
1042
|
@pulumi.output_type
|
1044
1043
|
class RegistrationDsRecordDigestPublicKey(dict):
|
1045
1044
|
def __init__(__self__, *,
|
1046
|
-
key:
|
1045
|
+
key: _builtins.str):
|
1047
1046
|
"""
|
1048
|
-
:param
|
1047
|
+
:param _builtins.str key: The public key value.
|
1049
1048
|
"""
|
1050
1049
|
pulumi.set(__self__, "key", key)
|
1051
1050
|
|
1052
|
-
@property
|
1051
|
+
@_builtins.property
|
1053
1052
|
@pulumi.getter
|
1054
|
-
def key(self) ->
|
1053
|
+
def key(self) -> _builtins.str:
|
1055
1054
|
"""
|
1056
1055
|
The public key value.
|
1057
1056
|
"""
|
@@ -1061,15 +1060,15 @@ class RegistrationDsRecordDigestPublicKey(dict):
|
|
1061
1060
|
@pulumi.output_type
|
1062
1061
|
class RegistrationDsRecordPublicKey(dict):
|
1063
1062
|
def __init__(__self__, *,
|
1064
|
-
key:
|
1063
|
+
key: _builtins.str):
|
1065
1064
|
"""
|
1066
|
-
:param
|
1065
|
+
:param _builtins.str key: The public key value.
|
1067
1066
|
"""
|
1068
1067
|
pulumi.set(__self__, "key", key)
|
1069
1068
|
|
1070
|
-
@property
|
1069
|
+
@_builtins.property
|
1071
1070
|
@pulumi.getter
|
1072
|
-
def key(self) ->
|
1071
|
+
def key(self) -> _builtins.str:
|
1073
1072
|
"""
|
1074
1073
|
The public key value.
|
1075
1074
|
"""
|
@@ -1120,51 +1119,51 @@ class RegistrationOwnerContact(dict):
|
|
1120
1119
|
return super().get(key, default)
|
1121
1120
|
|
1122
1121
|
def __init__(__self__, *,
|
1123
|
-
address_line1:
|
1124
|
-
city:
|
1125
|
-
company_identification_code:
|
1126
|
-
country:
|
1127
|
-
email:
|
1128
|
-
firstname:
|
1129
|
-
lastname:
|
1130
|
-
legal_form:
|
1131
|
-
phone_number:
|
1132
|
-
vat_identification_code:
|
1133
|
-
zip:
|
1134
|
-
address_line2: Optional[
|
1135
|
-
company_name: Optional[
|
1136
|
-
email_alt: Optional[
|
1122
|
+
address_line1: _builtins.str,
|
1123
|
+
city: _builtins.str,
|
1124
|
+
company_identification_code: _builtins.str,
|
1125
|
+
country: _builtins.str,
|
1126
|
+
email: _builtins.str,
|
1127
|
+
firstname: _builtins.str,
|
1128
|
+
lastname: _builtins.str,
|
1129
|
+
legal_form: _builtins.str,
|
1130
|
+
phone_number: _builtins.str,
|
1131
|
+
vat_identification_code: _builtins.str,
|
1132
|
+
zip: _builtins.str,
|
1133
|
+
address_line2: Optional[_builtins.str] = None,
|
1134
|
+
company_name: Optional[_builtins.str] = None,
|
1135
|
+
email_alt: Optional[_builtins.str] = None,
|
1137
1136
|
extension_eu: Optional['outputs.RegistrationOwnerContactExtensionEu'] = None,
|
1138
1137
|
extension_fr: Optional['outputs.RegistrationOwnerContactExtensionFr'] = None,
|
1139
|
-
extension_nls: Optional[Sequence[
|
1140
|
-
fax_number: Optional[
|
1141
|
-
lang: Optional[
|
1142
|
-
resale: Optional[
|
1143
|
-
state: Optional[
|
1144
|
-
whois_opt_in: Optional[
|
1145
|
-
"""
|
1146
|
-
:param
|
1147
|
-
:param
|
1148
|
-
:param
|
1149
|
-
:param
|
1150
|
-
:param
|
1151
|
-
:param
|
1152
|
-
:param
|
1153
|
-
:param
|
1154
|
-
:param
|
1155
|
-
:param
|
1156
|
-
:param
|
1157
|
-
:param
|
1158
|
-
:param
|
1159
|
-
:param
|
1138
|
+
extension_nls: Optional[Sequence[_builtins.str]] = None,
|
1139
|
+
fax_number: Optional[_builtins.str] = None,
|
1140
|
+
lang: Optional[_builtins.str] = None,
|
1141
|
+
resale: Optional[_builtins.bool] = None,
|
1142
|
+
state: Optional[_builtins.str] = None,
|
1143
|
+
whois_opt_in: Optional[_builtins.bool] = None):
|
1144
|
+
"""
|
1145
|
+
:param _builtins.str address_line1: Primary address line for the contact.
|
1146
|
+
:param _builtins.str city: City of the contact's address.
|
1147
|
+
:param _builtins.str company_identification_code: Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
1148
|
+
:param _builtins.str country: Country code of the contact's address (ISO format).
|
1149
|
+
:param _builtins.str email: Primary email address of the contact.
|
1150
|
+
:param _builtins.str firstname: First name of the contact.
|
1151
|
+
:param _builtins.str lastname: Last name of the contact.
|
1152
|
+
:param _builtins.str legal_form: Legal form of the contact (e.g., 'individual' or 'organization').
|
1153
|
+
:param _builtins.str phone_number: Primary phone number of the contact.
|
1154
|
+
:param _builtins.str vat_identification_code: VAT identification code of the contact, if applicable.
|
1155
|
+
:param _builtins.str zip: Postal code of the contact's address.
|
1156
|
+
:param _builtins.str address_line2: Secondary address line for the contact (optional).
|
1157
|
+
:param _builtins.str company_name: Name of the company associated with the contact (if applicable).
|
1158
|
+
:param _builtins.str email_alt: Alternative email address for the contact.
|
1160
1159
|
:param 'RegistrationOwnerContactExtensionEuArgs' extension_eu: Details specific to European domain extensions.
|
1161
1160
|
:param 'RegistrationOwnerContactExtensionFrArgs' extension_fr: Details specific to French domain extensions.
|
1162
|
-
:param Sequence[
|
1163
|
-
:param
|
1164
|
-
:param
|
1165
|
-
:param
|
1166
|
-
:param
|
1167
|
-
:param
|
1161
|
+
:param Sequence[_builtins.str] extension_nls: Extension details specific to Dutch domain registrations.
|
1162
|
+
:param _builtins.str fax_number: Fax number for the contact (if available).
|
1163
|
+
:param _builtins.str lang: Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
1164
|
+
:param _builtins.bool resale: Indicates if the contact is used for resale purposes.
|
1165
|
+
:param _builtins.str state: State or region of the contact.
|
1166
|
+
:param _builtins.bool whois_opt_in: Indicates whether the contact has opted into WHOIS publishing.
|
1168
1167
|
"""
|
1169
1168
|
pulumi.set(__self__, "address_line1", address_line1)
|
1170
1169
|
pulumi.set(__self__, "city", city)
|
@@ -1200,119 +1199,119 @@ class RegistrationOwnerContact(dict):
|
|
1200
1199
|
if whois_opt_in is not None:
|
1201
1200
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
1202
1201
|
|
1203
|
-
@property
|
1202
|
+
@_builtins.property
|
1204
1203
|
@pulumi.getter(name="addressLine1")
|
1205
|
-
def address_line1(self) ->
|
1204
|
+
def address_line1(self) -> _builtins.str:
|
1206
1205
|
"""
|
1207
1206
|
Primary address line for the contact.
|
1208
1207
|
"""
|
1209
1208
|
return pulumi.get(self, "address_line1")
|
1210
1209
|
|
1211
|
-
@property
|
1210
|
+
@_builtins.property
|
1212
1211
|
@pulumi.getter
|
1213
|
-
def city(self) ->
|
1212
|
+
def city(self) -> _builtins.str:
|
1214
1213
|
"""
|
1215
1214
|
City of the contact's address.
|
1216
1215
|
"""
|
1217
1216
|
return pulumi.get(self, "city")
|
1218
1217
|
|
1219
|
-
@property
|
1218
|
+
@_builtins.property
|
1220
1219
|
@pulumi.getter(name="companyIdentificationCode")
|
1221
|
-
def company_identification_code(self) ->
|
1220
|
+
def company_identification_code(self) -> _builtins.str:
|
1222
1221
|
"""
|
1223
1222
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
1224
1223
|
"""
|
1225
1224
|
return pulumi.get(self, "company_identification_code")
|
1226
1225
|
|
1227
|
-
@property
|
1226
|
+
@_builtins.property
|
1228
1227
|
@pulumi.getter
|
1229
|
-
def country(self) ->
|
1228
|
+
def country(self) -> _builtins.str:
|
1230
1229
|
"""
|
1231
1230
|
Country code of the contact's address (ISO format).
|
1232
1231
|
"""
|
1233
1232
|
return pulumi.get(self, "country")
|
1234
1233
|
|
1235
|
-
@property
|
1234
|
+
@_builtins.property
|
1236
1235
|
@pulumi.getter
|
1237
|
-
def email(self) ->
|
1236
|
+
def email(self) -> _builtins.str:
|
1238
1237
|
"""
|
1239
1238
|
Primary email address of the contact.
|
1240
1239
|
"""
|
1241
1240
|
return pulumi.get(self, "email")
|
1242
1241
|
|
1243
|
-
@property
|
1242
|
+
@_builtins.property
|
1244
1243
|
@pulumi.getter
|
1245
|
-
def firstname(self) ->
|
1244
|
+
def firstname(self) -> _builtins.str:
|
1246
1245
|
"""
|
1247
1246
|
First name of the contact.
|
1248
1247
|
"""
|
1249
1248
|
return pulumi.get(self, "firstname")
|
1250
1249
|
|
1251
|
-
@property
|
1250
|
+
@_builtins.property
|
1252
1251
|
@pulumi.getter
|
1253
|
-
def lastname(self) ->
|
1252
|
+
def lastname(self) -> _builtins.str:
|
1254
1253
|
"""
|
1255
1254
|
Last name of the contact.
|
1256
1255
|
"""
|
1257
1256
|
return pulumi.get(self, "lastname")
|
1258
1257
|
|
1259
|
-
@property
|
1258
|
+
@_builtins.property
|
1260
1259
|
@pulumi.getter(name="legalForm")
|
1261
|
-
def legal_form(self) ->
|
1260
|
+
def legal_form(self) -> _builtins.str:
|
1262
1261
|
"""
|
1263
1262
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
1264
1263
|
"""
|
1265
1264
|
return pulumi.get(self, "legal_form")
|
1266
1265
|
|
1267
|
-
@property
|
1266
|
+
@_builtins.property
|
1268
1267
|
@pulumi.getter(name="phoneNumber")
|
1269
|
-
def phone_number(self) ->
|
1268
|
+
def phone_number(self) -> _builtins.str:
|
1270
1269
|
"""
|
1271
1270
|
Primary phone number of the contact.
|
1272
1271
|
"""
|
1273
1272
|
return pulumi.get(self, "phone_number")
|
1274
1273
|
|
1275
|
-
@property
|
1274
|
+
@_builtins.property
|
1276
1275
|
@pulumi.getter(name="vatIdentificationCode")
|
1277
|
-
def vat_identification_code(self) ->
|
1276
|
+
def vat_identification_code(self) -> _builtins.str:
|
1278
1277
|
"""
|
1279
1278
|
VAT identification code of the contact, if applicable.
|
1280
1279
|
"""
|
1281
1280
|
return pulumi.get(self, "vat_identification_code")
|
1282
1281
|
|
1283
|
-
@property
|
1282
|
+
@_builtins.property
|
1284
1283
|
@pulumi.getter
|
1285
|
-
def zip(self) ->
|
1284
|
+
def zip(self) -> _builtins.str:
|
1286
1285
|
"""
|
1287
1286
|
Postal code of the contact's address.
|
1288
1287
|
"""
|
1289
1288
|
return pulumi.get(self, "zip")
|
1290
1289
|
|
1291
|
-
@property
|
1290
|
+
@_builtins.property
|
1292
1291
|
@pulumi.getter(name="addressLine2")
|
1293
|
-
def address_line2(self) -> Optional[
|
1292
|
+
def address_line2(self) -> Optional[_builtins.str]:
|
1294
1293
|
"""
|
1295
1294
|
Secondary address line for the contact (optional).
|
1296
1295
|
"""
|
1297
1296
|
return pulumi.get(self, "address_line2")
|
1298
1297
|
|
1299
|
-
@property
|
1298
|
+
@_builtins.property
|
1300
1299
|
@pulumi.getter(name="companyName")
|
1301
|
-
def company_name(self) -> Optional[
|
1300
|
+
def company_name(self) -> Optional[_builtins.str]:
|
1302
1301
|
"""
|
1303
1302
|
Name of the company associated with the contact (if applicable).
|
1304
1303
|
"""
|
1305
1304
|
return pulumi.get(self, "company_name")
|
1306
1305
|
|
1307
|
-
@property
|
1306
|
+
@_builtins.property
|
1308
1307
|
@pulumi.getter(name="emailAlt")
|
1309
|
-
def email_alt(self) -> Optional[
|
1308
|
+
def email_alt(self) -> Optional[_builtins.str]:
|
1310
1309
|
"""
|
1311
1310
|
Alternative email address for the contact.
|
1312
1311
|
"""
|
1313
1312
|
return pulumi.get(self, "email_alt")
|
1314
1313
|
|
1315
|
-
@property
|
1314
|
+
@_builtins.property
|
1316
1315
|
@pulumi.getter(name="extensionEu")
|
1317
1316
|
def extension_eu(self) -> Optional['outputs.RegistrationOwnerContactExtensionEu']:
|
1318
1317
|
"""
|
@@ -1320,7 +1319,7 @@ class RegistrationOwnerContact(dict):
|
|
1320
1319
|
"""
|
1321
1320
|
return pulumi.get(self, "extension_eu")
|
1322
1321
|
|
1323
|
-
@property
|
1322
|
+
@_builtins.property
|
1324
1323
|
@pulumi.getter(name="extensionFr")
|
1325
1324
|
def extension_fr(self) -> Optional['outputs.RegistrationOwnerContactExtensionFr']:
|
1326
1325
|
"""
|
@@ -1328,49 +1327,49 @@ class RegistrationOwnerContact(dict):
|
|
1328
1327
|
"""
|
1329
1328
|
return pulumi.get(self, "extension_fr")
|
1330
1329
|
|
1331
|
-
@property
|
1330
|
+
@_builtins.property
|
1332
1331
|
@pulumi.getter(name="extensionNls")
|
1333
|
-
def extension_nls(self) -> Optional[Sequence[
|
1332
|
+
def extension_nls(self) -> Optional[Sequence[_builtins.str]]:
|
1334
1333
|
"""
|
1335
1334
|
Extension details specific to Dutch domain registrations.
|
1336
1335
|
"""
|
1337
1336
|
return pulumi.get(self, "extension_nls")
|
1338
1337
|
|
1339
|
-
@property
|
1338
|
+
@_builtins.property
|
1340
1339
|
@pulumi.getter(name="faxNumber")
|
1341
|
-
def fax_number(self) -> Optional[
|
1340
|
+
def fax_number(self) -> Optional[_builtins.str]:
|
1342
1341
|
"""
|
1343
1342
|
Fax number for the contact (if available).
|
1344
1343
|
"""
|
1345
1344
|
return pulumi.get(self, "fax_number")
|
1346
1345
|
|
1347
|
-
@property
|
1346
|
+
@_builtins.property
|
1348
1347
|
@pulumi.getter
|
1349
|
-
def lang(self) -> Optional[
|
1348
|
+
def lang(self) -> Optional[_builtins.str]:
|
1350
1349
|
"""
|
1351
1350
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
1352
1351
|
"""
|
1353
1352
|
return pulumi.get(self, "lang")
|
1354
1353
|
|
1355
|
-
@property
|
1354
|
+
@_builtins.property
|
1356
1355
|
@pulumi.getter
|
1357
|
-
def resale(self) -> Optional[
|
1356
|
+
def resale(self) -> Optional[_builtins.bool]:
|
1358
1357
|
"""
|
1359
1358
|
Indicates if the contact is used for resale purposes.
|
1360
1359
|
"""
|
1361
1360
|
return pulumi.get(self, "resale")
|
1362
1361
|
|
1363
|
-
@property
|
1362
|
+
@_builtins.property
|
1364
1363
|
@pulumi.getter
|
1365
|
-
def state(self) -> Optional[
|
1364
|
+
def state(self) -> Optional[_builtins.str]:
|
1366
1365
|
"""
|
1367
1366
|
State or region of the contact.
|
1368
1367
|
"""
|
1369
1368
|
return pulumi.get(self, "state")
|
1370
1369
|
|
1371
|
-
@property
|
1370
|
+
@_builtins.property
|
1372
1371
|
@pulumi.getter(name="whoisOptIn")
|
1373
|
-
def whois_opt_in(self) -> Optional[
|
1372
|
+
def whois_opt_in(self) -> Optional[_builtins.bool]:
|
1374
1373
|
"""
|
1375
1374
|
Indicates whether the contact has opted into WHOIS publishing.
|
1376
1375
|
"""
|
@@ -1397,16 +1396,16 @@ class RegistrationOwnerContactExtensionEu(dict):
|
|
1397
1396
|
return super().get(key, default)
|
1398
1397
|
|
1399
1398
|
def __init__(__self__, *,
|
1400
|
-
european_citizenship: Optional[
|
1399
|
+
european_citizenship: Optional[_builtins.str] = None):
|
1401
1400
|
"""
|
1402
|
-
:param
|
1401
|
+
:param _builtins.str european_citizenship: Indicates the European citizenship of the contact.
|
1403
1402
|
"""
|
1404
1403
|
if european_citizenship is not None:
|
1405
1404
|
pulumi.set(__self__, "european_citizenship", european_citizenship)
|
1406
1405
|
|
1407
|
-
@property
|
1406
|
+
@_builtins.property
|
1408
1407
|
@pulumi.getter(name="europeanCitizenship")
|
1409
|
-
def european_citizenship(self) -> Optional[
|
1408
|
+
def european_citizenship(self) -> Optional[_builtins.str]:
|
1410
1409
|
"""
|
1411
1410
|
Indicates the European citizenship of the contact.
|
1412
1411
|
"""
|
@@ -1445,14 +1444,14 @@ class RegistrationOwnerContactExtensionFr(dict):
|
|
1445
1444
|
code_auth_afnic_info: Optional['outputs.RegistrationOwnerContactExtensionFrCodeAuthAfnicInfo'] = None,
|
1446
1445
|
duns_info: Optional['outputs.RegistrationOwnerContactExtensionFrDunsInfo'] = None,
|
1447
1446
|
individual_info: Optional['outputs.RegistrationOwnerContactExtensionFrIndividualInfo'] = None,
|
1448
|
-
mode: Optional[
|
1447
|
+
mode: Optional[_builtins.str] = None,
|
1449
1448
|
trademark_info: Optional['outputs.RegistrationOwnerContactExtensionFrTrademarkInfo'] = None):
|
1450
1449
|
"""
|
1451
1450
|
:param 'RegistrationOwnerContactExtensionFrAssociationInfoArgs' association_info: Association-specific information for the domain (French extension).
|
1452
1451
|
:param 'RegistrationOwnerContactExtensionFrCodeAuthAfnicInfoArgs' code_auth_afnic_info: AFNIC authorization information for the contact (French extension).
|
1453
1452
|
:param 'RegistrationOwnerContactExtensionFrDunsInfoArgs' duns_info: DUNS information for the domain owner (specific to French domains).
|
1454
1453
|
:param 'RegistrationOwnerContactExtensionFrIndividualInfoArgs' individual_info: Information about the individual registration for French domains.
|
1455
|
-
:param
|
1454
|
+
:param _builtins.str mode: Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
1456
1455
|
:param 'RegistrationOwnerContactExtensionFrTrademarkInfoArgs' trademark_info: Trademark-related information for the domain (French extension).
|
1457
1456
|
"""
|
1458
1457
|
if association_info is not None:
|
@@ -1468,7 +1467,7 @@ class RegistrationOwnerContactExtensionFr(dict):
|
|
1468
1467
|
if trademark_info is not None:
|
1469
1468
|
pulumi.set(__self__, "trademark_info", trademark_info)
|
1470
1469
|
|
1471
|
-
@property
|
1470
|
+
@_builtins.property
|
1472
1471
|
@pulumi.getter(name="associationInfo")
|
1473
1472
|
def association_info(self) -> Optional['outputs.RegistrationOwnerContactExtensionFrAssociationInfo']:
|
1474
1473
|
"""
|
@@ -1476,7 +1475,7 @@ class RegistrationOwnerContactExtensionFr(dict):
|
|
1476
1475
|
"""
|
1477
1476
|
return pulumi.get(self, "association_info")
|
1478
1477
|
|
1479
|
-
@property
|
1478
|
+
@_builtins.property
|
1480
1479
|
@pulumi.getter(name="codeAuthAfnicInfo")
|
1481
1480
|
def code_auth_afnic_info(self) -> Optional['outputs.RegistrationOwnerContactExtensionFrCodeAuthAfnicInfo']:
|
1482
1481
|
"""
|
@@ -1484,7 +1483,7 @@ class RegistrationOwnerContactExtensionFr(dict):
|
|
1484
1483
|
"""
|
1485
1484
|
return pulumi.get(self, "code_auth_afnic_info")
|
1486
1485
|
|
1487
|
-
@property
|
1486
|
+
@_builtins.property
|
1488
1487
|
@pulumi.getter(name="dunsInfo")
|
1489
1488
|
def duns_info(self) -> Optional['outputs.RegistrationOwnerContactExtensionFrDunsInfo']:
|
1490
1489
|
"""
|
@@ -1492,7 +1491,7 @@ class RegistrationOwnerContactExtensionFr(dict):
|
|
1492
1491
|
"""
|
1493
1492
|
return pulumi.get(self, "duns_info")
|
1494
1493
|
|
1495
|
-
@property
|
1494
|
+
@_builtins.property
|
1496
1495
|
@pulumi.getter(name="individualInfo")
|
1497
1496
|
def individual_info(self) -> Optional['outputs.RegistrationOwnerContactExtensionFrIndividualInfo']:
|
1498
1497
|
"""
|
@@ -1500,15 +1499,15 @@ class RegistrationOwnerContactExtensionFr(dict):
|
|
1500
1499
|
"""
|
1501
1500
|
return pulumi.get(self, "individual_info")
|
1502
1501
|
|
1503
|
-
@property
|
1502
|
+
@_builtins.property
|
1504
1503
|
@pulumi.getter
|
1505
|
-
def mode(self) -> Optional[
|
1504
|
+
def mode(self) -> Optional[_builtins.str]:
|
1506
1505
|
"""
|
1507
1506
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
1508
1507
|
"""
|
1509
1508
|
return pulumi.get(self, "mode")
|
1510
1509
|
|
1511
|
-
@property
|
1510
|
+
@_builtins.property
|
1512
1511
|
@pulumi.getter(name="trademarkInfo")
|
1513
1512
|
def trademark_info(self) -> Optional['outputs.RegistrationOwnerContactExtensionFrTrademarkInfo']:
|
1514
1513
|
"""
|
@@ -1539,28 +1538,28 @@ class RegistrationOwnerContactExtensionFrAssociationInfo(dict):
|
|
1539
1538
|
return super().get(key, default)
|
1540
1539
|
|
1541
1540
|
def __init__(__self__, *,
|
1542
|
-
publication_jo: Optional[
|
1543
|
-
publication_jo_page: Optional[
|
1541
|
+
publication_jo: Optional[_builtins.str] = None,
|
1542
|
+
publication_jo_page: Optional[_builtins.int] = None):
|
1544
1543
|
"""
|
1545
|
-
:param
|
1546
|
-
:param
|
1544
|
+
:param _builtins.str publication_jo: Publication date in the Official Journal (RFC3339 format) for association information.
|
1545
|
+
:param _builtins.int publication_jo_page: Page number of the publication in the Official Journal for association information.
|
1547
1546
|
"""
|
1548
1547
|
if publication_jo is not None:
|
1549
1548
|
pulumi.set(__self__, "publication_jo", publication_jo)
|
1550
1549
|
if publication_jo_page is not None:
|
1551
1550
|
pulumi.set(__self__, "publication_jo_page", publication_jo_page)
|
1552
1551
|
|
1553
|
-
@property
|
1552
|
+
@_builtins.property
|
1554
1553
|
@pulumi.getter(name="publicationJo")
|
1555
|
-
def publication_jo(self) -> Optional[
|
1554
|
+
def publication_jo(self) -> Optional[_builtins.str]:
|
1556
1555
|
"""
|
1557
1556
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
1558
1557
|
"""
|
1559
1558
|
return pulumi.get(self, "publication_jo")
|
1560
1559
|
|
1561
|
-
@property
|
1560
|
+
@_builtins.property
|
1562
1561
|
@pulumi.getter(name="publicationJoPage")
|
1563
|
-
def publication_jo_page(self) -> Optional[
|
1562
|
+
def publication_jo_page(self) -> Optional[_builtins.int]:
|
1564
1563
|
"""
|
1565
1564
|
Page number of the publication in the Official Journal for association information.
|
1566
1565
|
"""
|
@@ -1587,16 +1586,16 @@ class RegistrationOwnerContactExtensionFrCodeAuthAfnicInfo(dict):
|
|
1587
1586
|
return super().get(key, default)
|
1588
1587
|
|
1589
1588
|
def __init__(__self__, *,
|
1590
|
-
code_auth_afnic: Optional[
|
1589
|
+
code_auth_afnic: Optional[_builtins.str] = None):
|
1591
1590
|
"""
|
1592
|
-
:param
|
1591
|
+
:param _builtins.str code_auth_afnic: AFNIC authorization code for the contact (specific to French domains).
|
1593
1592
|
"""
|
1594
1593
|
if code_auth_afnic is not None:
|
1595
1594
|
pulumi.set(__self__, "code_auth_afnic", code_auth_afnic)
|
1596
1595
|
|
1597
|
-
@property
|
1596
|
+
@_builtins.property
|
1598
1597
|
@pulumi.getter(name="codeAuthAfnic")
|
1599
|
-
def code_auth_afnic(self) -> Optional[
|
1598
|
+
def code_auth_afnic(self) -> Optional[_builtins.str]:
|
1600
1599
|
"""
|
1601
1600
|
AFNIC authorization code for the contact (specific to French domains).
|
1602
1601
|
"""
|
@@ -1625,28 +1624,28 @@ class RegistrationOwnerContactExtensionFrDunsInfo(dict):
|
|
1625
1624
|
return super().get(key, default)
|
1626
1625
|
|
1627
1626
|
def __init__(__self__, *,
|
1628
|
-
duns_id: Optional[
|
1629
|
-
local_id: Optional[
|
1627
|
+
duns_id: Optional[_builtins.str] = None,
|
1628
|
+
local_id: Optional[_builtins.str] = None):
|
1630
1629
|
"""
|
1631
|
-
:param
|
1632
|
-
:param
|
1630
|
+
:param _builtins.str duns_id: DUNS ID associated with the domain owner (for French domains).
|
1631
|
+
:param _builtins.str local_id: Local identifier of the domain owner (for French domains).
|
1633
1632
|
"""
|
1634
1633
|
if duns_id is not None:
|
1635
1634
|
pulumi.set(__self__, "duns_id", duns_id)
|
1636
1635
|
if local_id is not None:
|
1637
1636
|
pulumi.set(__self__, "local_id", local_id)
|
1638
1637
|
|
1639
|
-
@property
|
1638
|
+
@_builtins.property
|
1640
1639
|
@pulumi.getter(name="dunsId")
|
1641
|
-
def duns_id(self) -> Optional[
|
1640
|
+
def duns_id(self) -> Optional[_builtins.str]:
|
1642
1641
|
"""
|
1643
1642
|
DUNS ID associated with the domain owner (for French domains).
|
1644
1643
|
"""
|
1645
1644
|
return pulumi.get(self, "duns_id")
|
1646
1645
|
|
1647
|
-
@property
|
1646
|
+
@_builtins.property
|
1648
1647
|
@pulumi.getter(name="localId")
|
1649
|
-
def local_id(self) -> Optional[
|
1648
|
+
def local_id(self) -> Optional[_builtins.str]:
|
1650
1649
|
"""
|
1651
1650
|
Local identifier of the domain owner (for French domains).
|
1652
1651
|
"""
|
@@ -1673,16 +1672,16 @@ class RegistrationOwnerContactExtensionFrIndividualInfo(dict):
|
|
1673
1672
|
return super().get(key, default)
|
1674
1673
|
|
1675
1674
|
def __init__(__self__, *,
|
1676
|
-
whois_opt_in: Optional[
|
1675
|
+
whois_opt_in: Optional[_builtins.bool] = None):
|
1677
1676
|
"""
|
1678
|
-
:param
|
1677
|
+
:param _builtins.bool whois_opt_in: Whether the individual contact has opted into WHOIS publishing.
|
1679
1678
|
"""
|
1680
1679
|
if whois_opt_in is not None:
|
1681
1680
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
1682
1681
|
|
1683
|
-
@property
|
1682
|
+
@_builtins.property
|
1684
1683
|
@pulumi.getter(name="whoisOptIn")
|
1685
|
-
def whois_opt_in(self) -> Optional[
|
1684
|
+
def whois_opt_in(self) -> Optional[_builtins.bool]:
|
1686
1685
|
"""
|
1687
1686
|
Whether the individual contact has opted into WHOIS publishing.
|
1688
1687
|
"""
|
@@ -1709,16 +1708,16 @@ class RegistrationOwnerContactExtensionFrTrademarkInfo(dict):
|
|
1709
1708
|
return super().get(key, default)
|
1710
1709
|
|
1711
1710
|
def __init__(__self__, *,
|
1712
|
-
trademark_inpi: Optional[
|
1711
|
+
trademark_inpi: Optional[_builtins.str] = None):
|
1713
1712
|
"""
|
1714
|
-
:param
|
1713
|
+
:param _builtins.str trademark_inpi: Trademark information from INPI (French extension).
|
1715
1714
|
"""
|
1716
1715
|
if trademark_inpi is not None:
|
1717
1716
|
pulumi.set(__self__, "trademark_inpi", trademark_inpi)
|
1718
1717
|
|
1719
|
-
@property
|
1718
|
+
@_builtins.property
|
1720
1719
|
@pulumi.getter(name="trademarkInpi")
|
1721
|
-
def trademark_inpi(self) -> Optional[
|
1720
|
+
def trademark_inpi(self) -> Optional[_builtins.str]:
|
1722
1721
|
"""
|
1723
1722
|
Trademark information from INPI (French extension).
|
1724
1723
|
"""
|
@@ -1769,51 +1768,51 @@ class RegistrationTechnicalContact(dict):
|
|
1769
1768
|
return super().get(key, default)
|
1770
1769
|
|
1771
1770
|
def __init__(__self__, *,
|
1772
|
-
address_line1:
|
1773
|
-
city:
|
1774
|
-
company_identification_code:
|
1775
|
-
country:
|
1776
|
-
email:
|
1777
|
-
firstname:
|
1778
|
-
lastname:
|
1779
|
-
legal_form:
|
1780
|
-
phone_number:
|
1781
|
-
vat_identification_code:
|
1782
|
-
zip:
|
1783
|
-
address_line2: Optional[
|
1784
|
-
company_name: Optional[
|
1785
|
-
email_alt: Optional[
|
1771
|
+
address_line1: _builtins.str,
|
1772
|
+
city: _builtins.str,
|
1773
|
+
company_identification_code: _builtins.str,
|
1774
|
+
country: _builtins.str,
|
1775
|
+
email: _builtins.str,
|
1776
|
+
firstname: _builtins.str,
|
1777
|
+
lastname: _builtins.str,
|
1778
|
+
legal_form: _builtins.str,
|
1779
|
+
phone_number: _builtins.str,
|
1780
|
+
vat_identification_code: _builtins.str,
|
1781
|
+
zip: _builtins.str,
|
1782
|
+
address_line2: Optional[_builtins.str] = None,
|
1783
|
+
company_name: Optional[_builtins.str] = None,
|
1784
|
+
email_alt: Optional[_builtins.str] = None,
|
1786
1785
|
extension_eu: Optional['outputs.RegistrationTechnicalContactExtensionEu'] = None,
|
1787
1786
|
extension_fr: Optional['outputs.RegistrationTechnicalContactExtensionFr'] = None,
|
1788
|
-
extension_nls: Optional[Sequence[
|
1789
|
-
fax_number: Optional[
|
1790
|
-
lang: Optional[
|
1791
|
-
resale: Optional[
|
1792
|
-
state: Optional[
|
1793
|
-
whois_opt_in: Optional[
|
1794
|
-
"""
|
1795
|
-
:param
|
1796
|
-
:param
|
1797
|
-
:param
|
1798
|
-
:param
|
1799
|
-
:param
|
1800
|
-
:param
|
1801
|
-
:param
|
1802
|
-
:param
|
1803
|
-
:param
|
1804
|
-
:param
|
1805
|
-
:param
|
1806
|
-
:param
|
1807
|
-
:param
|
1808
|
-
:param
|
1787
|
+
extension_nls: Optional[Sequence[_builtins.str]] = None,
|
1788
|
+
fax_number: Optional[_builtins.str] = None,
|
1789
|
+
lang: Optional[_builtins.str] = None,
|
1790
|
+
resale: Optional[_builtins.bool] = None,
|
1791
|
+
state: Optional[_builtins.str] = None,
|
1792
|
+
whois_opt_in: Optional[_builtins.bool] = None):
|
1793
|
+
"""
|
1794
|
+
:param _builtins.str address_line1: Primary address line for the contact.
|
1795
|
+
:param _builtins.str city: City of the contact's address.
|
1796
|
+
:param _builtins.str company_identification_code: Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
1797
|
+
:param _builtins.str country: Country code of the contact's address (ISO format).
|
1798
|
+
:param _builtins.str email: Primary email address of the contact.
|
1799
|
+
:param _builtins.str firstname: First name of the contact.
|
1800
|
+
:param _builtins.str lastname: Last name of the contact.
|
1801
|
+
:param _builtins.str legal_form: Legal form of the contact (e.g., 'individual' or 'organization').
|
1802
|
+
:param _builtins.str phone_number: Primary phone number of the contact.
|
1803
|
+
:param _builtins.str vat_identification_code: VAT identification code of the contact, if applicable.
|
1804
|
+
:param _builtins.str zip: Postal code of the contact's address.
|
1805
|
+
:param _builtins.str address_line2: Secondary address line for the contact (optional).
|
1806
|
+
:param _builtins.str company_name: Name of the company associated with the contact (if applicable).
|
1807
|
+
:param _builtins.str email_alt: Alternative email address for the contact.
|
1809
1808
|
:param 'RegistrationTechnicalContactExtensionEuArgs' extension_eu: Details specific to European domain extensions.
|
1810
1809
|
:param 'RegistrationTechnicalContactExtensionFrArgs' extension_fr: Details specific to French domain extensions.
|
1811
|
-
:param Sequence[
|
1812
|
-
:param
|
1813
|
-
:param
|
1814
|
-
:param
|
1815
|
-
:param
|
1816
|
-
:param
|
1810
|
+
:param Sequence[_builtins.str] extension_nls: Extension details specific to Dutch domain registrations.
|
1811
|
+
:param _builtins.str fax_number: Fax number for the contact (if available).
|
1812
|
+
:param _builtins.str lang: Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
1813
|
+
:param _builtins.bool resale: Indicates if the contact is used for resale purposes.
|
1814
|
+
:param _builtins.str state: State or region of the contact.
|
1815
|
+
:param _builtins.bool whois_opt_in: Indicates whether the contact has opted into WHOIS publishing.
|
1817
1816
|
"""
|
1818
1817
|
pulumi.set(__self__, "address_line1", address_line1)
|
1819
1818
|
pulumi.set(__self__, "city", city)
|
@@ -1849,119 +1848,119 @@ class RegistrationTechnicalContact(dict):
|
|
1849
1848
|
if whois_opt_in is not None:
|
1850
1849
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
1851
1850
|
|
1852
|
-
@property
|
1851
|
+
@_builtins.property
|
1853
1852
|
@pulumi.getter(name="addressLine1")
|
1854
|
-
def address_line1(self) ->
|
1853
|
+
def address_line1(self) -> _builtins.str:
|
1855
1854
|
"""
|
1856
1855
|
Primary address line for the contact.
|
1857
1856
|
"""
|
1858
1857
|
return pulumi.get(self, "address_line1")
|
1859
1858
|
|
1860
|
-
@property
|
1859
|
+
@_builtins.property
|
1861
1860
|
@pulumi.getter
|
1862
|
-
def city(self) ->
|
1861
|
+
def city(self) -> _builtins.str:
|
1863
1862
|
"""
|
1864
1863
|
City of the contact's address.
|
1865
1864
|
"""
|
1866
1865
|
return pulumi.get(self, "city")
|
1867
1866
|
|
1868
|
-
@property
|
1867
|
+
@_builtins.property
|
1869
1868
|
@pulumi.getter(name="companyIdentificationCode")
|
1870
|
-
def company_identification_code(self) ->
|
1869
|
+
def company_identification_code(self) -> _builtins.str:
|
1871
1870
|
"""
|
1872
1871
|
Company identification code (e.g., SIREN/SIRET in France) for the contact.
|
1873
1872
|
"""
|
1874
1873
|
return pulumi.get(self, "company_identification_code")
|
1875
1874
|
|
1876
|
-
@property
|
1875
|
+
@_builtins.property
|
1877
1876
|
@pulumi.getter
|
1878
|
-
def country(self) ->
|
1877
|
+
def country(self) -> _builtins.str:
|
1879
1878
|
"""
|
1880
1879
|
Country code of the contact's address (ISO format).
|
1881
1880
|
"""
|
1882
1881
|
return pulumi.get(self, "country")
|
1883
1882
|
|
1884
|
-
@property
|
1883
|
+
@_builtins.property
|
1885
1884
|
@pulumi.getter
|
1886
|
-
def email(self) ->
|
1885
|
+
def email(self) -> _builtins.str:
|
1887
1886
|
"""
|
1888
1887
|
Primary email address of the contact.
|
1889
1888
|
"""
|
1890
1889
|
return pulumi.get(self, "email")
|
1891
1890
|
|
1892
|
-
@property
|
1891
|
+
@_builtins.property
|
1893
1892
|
@pulumi.getter
|
1894
|
-
def firstname(self) ->
|
1893
|
+
def firstname(self) -> _builtins.str:
|
1895
1894
|
"""
|
1896
1895
|
First name of the contact.
|
1897
1896
|
"""
|
1898
1897
|
return pulumi.get(self, "firstname")
|
1899
1898
|
|
1900
|
-
@property
|
1899
|
+
@_builtins.property
|
1901
1900
|
@pulumi.getter
|
1902
|
-
def lastname(self) ->
|
1901
|
+
def lastname(self) -> _builtins.str:
|
1903
1902
|
"""
|
1904
1903
|
Last name of the contact.
|
1905
1904
|
"""
|
1906
1905
|
return pulumi.get(self, "lastname")
|
1907
1906
|
|
1908
|
-
@property
|
1907
|
+
@_builtins.property
|
1909
1908
|
@pulumi.getter(name="legalForm")
|
1910
|
-
def legal_form(self) ->
|
1909
|
+
def legal_form(self) -> _builtins.str:
|
1911
1910
|
"""
|
1912
1911
|
Legal form of the contact (e.g., 'individual' or 'organization').
|
1913
1912
|
"""
|
1914
1913
|
return pulumi.get(self, "legal_form")
|
1915
1914
|
|
1916
|
-
@property
|
1915
|
+
@_builtins.property
|
1917
1916
|
@pulumi.getter(name="phoneNumber")
|
1918
|
-
def phone_number(self) ->
|
1917
|
+
def phone_number(self) -> _builtins.str:
|
1919
1918
|
"""
|
1920
1919
|
Primary phone number of the contact.
|
1921
1920
|
"""
|
1922
1921
|
return pulumi.get(self, "phone_number")
|
1923
1922
|
|
1924
|
-
@property
|
1923
|
+
@_builtins.property
|
1925
1924
|
@pulumi.getter(name="vatIdentificationCode")
|
1926
|
-
def vat_identification_code(self) ->
|
1925
|
+
def vat_identification_code(self) -> _builtins.str:
|
1927
1926
|
"""
|
1928
1927
|
VAT identification code of the contact, if applicable.
|
1929
1928
|
"""
|
1930
1929
|
return pulumi.get(self, "vat_identification_code")
|
1931
1930
|
|
1932
|
-
@property
|
1931
|
+
@_builtins.property
|
1933
1932
|
@pulumi.getter
|
1934
|
-
def zip(self) ->
|
1933
|
+
def zip(self) -> _builtins.str:
|
1935
1934
|
"""
|
1936
1935
|
Postal code of the contact's address.
|
1937
1936
|
"""
|
1938
1937
|
return pulumi.get(self, "zip")
|
1939
1938
|
|
1940
|
-
@property
|
1939
|
+
@_builtins.property
|
1941
1940
|
@pulumi.getter(name="addressLine2")
|
1942
|
-
def address_line2(self) -> Optional[
|
1941
|
+
def address_line2(self) -> Optional[_builtins.str]:
|
1943
1942
|
"""
|
1944
1943
|
Secondary address line for the contact (optional).
|
1945
1944
|
"""
|
1946
1945
|
return pulumi.get(self, "address_line2")
|
1947
1946
|
|
1948
|
-
@property
|
1947
|
+
@_builtins.property
|
1949
1948
|
@pulumi.getter(name="companyName")
|
1950
|
-
def company_name(self) -> Optional[
|
1949
|
+
def company_name(self) -> Optional[_builtins.str]:
|
1951
1950
|
"""
|
1952
1951
|
Name of the company associated with the contact (if applicable).
|
1953
1952
|
"""
|
1954
1953
|
return pulumi.get(self, "company_name")
|
1955
1954
|
|
1956
|
-
@property
|
1955
|
+
@_builtins.property
|
1957
1956
|
@pulumi.getter(name="emailAlt")
|
1958
|
-
def email_alt(self) -> Optional[
|
1957
|
+
def email_alt(self) -> Optional[_builtins.str]:
|
1959
1958
|
"""
|
1960
1959
|
Alternative email address for the contact.
|
1961
1960
|
"""
|
1962
1961
|
return pulumi.get(self, "email_alt")
|
1963
1962
|
|
1964
|
-
@property
|
1963
|
+
@_builtins.property
|
1965
1964
|
@pulumi.getter(name="extensionEu")
|
1966
1965
|
def extension_eu(self) -> Optional['outputs.RegistrationTechnicalContactExtensionEu']:
|
1967
1966
|
"""
|
@@ -1969,7 +1968,7 @@ class RegistrationTechnicalContact(dict):
|
|
1969
1968
|
"""
|
1970
1969
|
return pulumi.get(self, "extension_eu")
|
1971
1970
|
|
1972
|
-
@property
|
1971
|
+
@_builtins.property
|
1973
1972
|
@pulumi.getter(name="extensionFr")
|
1974
1973
|
def extension_fr(self) -> Optional['outputs.RegistrationTechnicalContactExtensionFr']:
|
1975
1974
|
"""
|
@@ -1977,49 +1976,49 @@ class RegistrationTechnicalContact(dict):
|
|
1977
1976
|
"""
|
1978
1977
|
return pulumi.get(self, "extension_fr")
|
1979
1978
|
|
1980
|
-
@property
|
1979
|
+
@_builtins.property
|
1981
1980
|
@pulumi.getter(name="extensionNls")
|
1982
|
-
def extension_nls(self) -> Optional[Sequence[
|
1981
|
+
def extension_nls(self) -> Optional[Sequence[_builtins.str]]:
|
1983
1982
|
"""
|
1984
1983
|
Extension details specific to Dutch domain registrations.
|
1985
1984
|
"""
|
1986
1985
|
return pulumi.get(self, "extension_nls")
|
1987
1986
|
|
1988
|
-
@property
|
1987
|
+
@_builtins.property
|
1989
1988
|
@pulumi.getter(name="faxNumber")
|
1990
|
-
def fax_number(self) -> Optional[
|
1989
|
+
def fax_number(self) -> Optional[_builtins.str]:
|
1991
1990
|
"""
|
1992
1991
|
Fax number for the contact (if available).
|
1993
1992
|
"""
|
1994
1993
|
return pulumi.get(self, "fax_number")
|
1995
1994
|
|
1996
|
-
@property
|
1995
|
+
@_builtins.property
|
1997
1996
|
@pulumi.getter
|
1998
|
-
def lang(self) -> Optional[
|
1997
|
+
def lang(self) -> Optional[_builtins.str]:
|
1999
1998
|
"""
|
2000
1999
|
Preferred language of the contact (e.g., 'en_US', 'fr_FR').
|
2001
2000
|
"""
|
2002
2001
|
return pulumi.get(self, "lang")
|
2003
2002
|
|
2004
|
-
@property
|
2003
|
+
@_builtins.property
|
2005
2004
|
@pulumi.getter
|
2006
|
-
def resale(self) -> Optional[
|
2005
|
+
def resale(self) -> Optional[_builtins.bool]:
|
2007
2006
|
"""
|
2008
2007
|
Indicates if the contact is used for resale purposes.
|
2009
2008
|
"""
|
2010
2009
|
return pulumi.get(self, "resale")
|
2011
2010
|
|
2012
|
-
@property
|
2011
|
+
@_builtins.property
|
2013
2012
|
@pulumi.getter
|
2014
|
-
def state(self) -> Optional[
|
2013
|
+
def state(self) -> Optional[_builtins.str]:
|
2015
2014
|
"""
|
2016
2015
|
State or region of the contact.
|
2017
2016
|
"""
|
2018
2017
|
return pulumi.get(self, "state")
|
2019
2018
|
|
2020
|
-
@property
|
2019
|
+
@_builtins.property
|
2021
2020
|
@pulumi.getter(name="whoisOptIn")
|
2022
|
-
def whois_opt_in(self) -> Optional[
|
2021
|
+
def whois_opt_in(self) -> Optional[_builtins.bool]:
|
2023
2022
|
"""
|
2024
2023
|
Indicates whether the contact has opted into WHOIS publishing.
|
2025
2024
|
"""
|
@@ -2046,16 +2045,16 @@ class RegistrationTechnicalContactExtensionEu(dict):
|
|
2046
2045
|
return super().get(key, default)
|
2047
2046
|
|
2048
2047
|
def __init__(__self__, *,
|
2049
|
-
european_citizenship: Optional[
|
2048
|
+
european_citizenship: Optional[_builtins.str] = None):
|
2050
2049
|
"""
|
2051
|
-
:param
|
2050
|
+
:param _builtins.str european_citizenship: Indicates the European citizenship of the contact.
|
2052
2051
|
"""
|
2053
2052
|
if european_citizenship is not None:
|
2054
2053
|
pulumi.set(__self__, "european_citizenship", european_citizenship)
|
2055
2054
|
|
2056
|
-
@property
|
2055
|
+
@_builtins.property
|
2057
2056
|
@pulumi.getter(name="europeanCitizenship")
|
2058
|
-
def european_citizenship(self) -> Optional[
|
2057
|
+
def european_citizenship(self) -> Optional[_builtins.str]:
|
2059
2058
|
"""
|
2060
2059
|
Indicates the European citizenship of the contact.
|
2061
2060
|
"""
|
@@ -2094,14 +2093,14 @@ class RegistrationTechnicalContactExtensionFr(dict):
|
|
2094
2093
|
code_auth_afnic_info: Optional['outputs.RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfo'] = None,
|
2095
2094
|
duns_info: Optional['outputs.RegistrationTechnicalContactExtensionFrDunsInfo'] = None,
|
2096
2095
|
individual_info: Optional['outputs.RegistrationTechnicalContactExtensionFrIndividualInfo'] = None,
|
2097
|
-
mode: Optional[
|
2096
|
+
mode: Optional[_builtins.str] = None,
|
2098
2097
|
trademark_info: Optional['outputs.RegistrationTechnicalContactExtensionFrTrademarkInfo'] = None):
|
2099
2098
|
"""
|
2100
2099
|
:param 'RegistrationTechnicalContactExtensionFrAssociationInfoArgs' association_info: Association-specific information for the domain (French extension).
|
2101
2100
|
:param 'RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfoArgs' code_auth_afnic_info: AFNIC authorization information for the contact (French extension).
|
2102
2101
|
:param 'RegistrationTechnicalContactExtensionFrDunsInfoArgs' duns_info: DUNS information for the domain owner (specific to French domains).
|
2103
2102
|
:param 'RegistrationTechnicalContactExtensionFrIndividualInfoArgs' individual_info: Information about the individual registration for French domains.
|
2104
|
-
:param
|
2103
|
+
:param _builtins.str mode: Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
2105
2104
|
:param 'RegistrationTechnicalContactExtensionFrTrademarkInfoArgs' trademark_info: Trademark-related information for the domain (French extension).
|
2106
2105
|
"""
|
2107
2106
|
if association_info is not None:
|
@@ -2117,7 +2116,7 @@ class RegistrationTechnicalContactExtensionFr(dict):
|
|
2117
2116
|
if trademark_info is not None:
|
2118
2117
|
pulumi.set(__self__, "trademark_info", trademark_info)
|
2119
2118
|
|
2120
|
-
@property
|
2119
|
+
@_builtins.property
|
2121
2120
|
@pulumi.getter(name="associationInfo")
|
2122
2121
|
def association_info(self) -> Optional['outputs.RegistrationTechnicalContactExtensionFrAssociationInfo']:
|
2123
2122
|
"""
|
@@ -2125,7 +2124,7 @@ class RegistrationTechnicalContactExtensionFr(dict):
|
|
2125
2124
|
"""
|
2126
2125
|
return pulumi.get(self, "association_info")
|
2127
2126
|
|
2128
|
-
@property
|
2127
|
+
@_builtins.property
|
2129
2128
|
@pulumi.getter(name="codeAuthAfnicInfo")
|
2130
2129
|
def code_auth_afnic_info(self) -> Optional['outputs.RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfo']:
|
2131
2130
|
"""
|
@@ -2133,7 +2132,7 @@ class RegistrationTechnicalContactExtensionFr(dict):
|
|
2133
2132
|
"""
|
2134
2133
|
return pulumi.get(self, "code_auth_afnic_info")
|
2135
2134
|
|
2136
|
-
@property
|
2135
|
+
@_builtins.property
|
2137
2136
|
@pulumi.getter(name="dunsInfo")
|
2138
2137
|
def duns_info(self) -> Optional['outputs.RegistrationTechnicalContactExtensionFrDunsInfo']:
|
2139
2138
|
"""
|
@@ -2141,7 +2140,7 @@ class RegistrationTechnicalContactExtensionFr(dict):
|
|
2141
2140
|
"""
|
2142
2141
|
return pulumi.get(self, "duns_info")
|
2143
2142
|
|
2144
|
-
@property
|
2143
|
+
@_builtins.property
|
2145
2144
|
@pulumi.getter(name="individualInfo")
|
2146
2145
|
def individual_info(self) -> Optional['outputs.RegistrationTechnicalContactExtensionFrIndividualInfo']:
|
2147
2146
|
"""
|
@@ -2149,15 +2148,15 @@ class RegistrationTechnicalContactExtensionFr(dict):
|
|
2149
2148
|
"""
|
2150
2149
|
return pulumi.get(self, "individual_info")
|
2151
2150
|
|
2152
|
-
@property
|
2151
|
+
@_builtins.property
|
2153
2152
|
@pulumi.getter
|
2154
|
-
def mode(self) -> Optional[
|
2153
|
+
def mode(self) -> Optional[_builtins.str]:
|
2155
2154
|
"""
|
2156
2155
|
Mode of the French extension (e.g., 'individual', 'duns', 'association', etc.).
|
2157
2156
|
"""
|
2158
2157
|
return pulumi.get(self, "mode")
|
2159
2158
|
|
2160
|
-
@property
|
2159
|
+
@_builtins.property
|
2161
2160
|
@pulumi.getter(name="trademarkInfo")
|
2162
2161
|
def trademark_info(self) -> Optional['outputs.RegistrationTechnicalContactExtensionFrTrademarkInfo']:
|
2163
2162
|
"""
|
@@ -2188,28 +2187,28 @@ class RegistrationTechnicalContactExtensionFrAssociationInfo(dict):
|
|
2188
2187
|
return super().get(key, default)
|
2189
2188
|
|
2190
2189
|
def __init__(__self__, *,
|
2191
|
-
publication_jo: Optional[
|
2192
|
-
publication_jo_page: Optional[
|
2190
|
+
publication_jo: Optional[_builtins.str] = None,
|
2191
|
+
publication_jo_page: Optional[_builtins.int] = None):
|
2193
2192
|
"""
|
2194
|
-
:param
|
2195
|
-
:param
|
2193
|
+
:param _builtins.str publication_jo: Publication date in the Official Journal (RFC3339 format) for association information.
|
2194
|
+
:param _builtins.int publication_jo_page: Page number of the publication in the Official Journal for association information.
|
2196
2195
|
"""
|
2197
2196
|
if publication_jo is not None:
|
2198
2197
|
pulumi.set(__self__, "publication_jo", publication_jo)
|
2199
2198
|
if publication_jo_page is not None:
|
2200
2199
|
pulumi.set(__self__, "publication_jo_page", publication_jo_page)
|
2201
2200
|
|
2202
|
-
@property
|
2201
|
+
@_builtins.property
|
2203
2202
|
@pulumi.getter(name="publicationJo")
|
2204
|
-
def publication_jo(self) -> Optional[
|
2203
|
+
def publication_jo(self) -> Optional[_builtins.str]:
|
2205
2204
|
"""
|
2206
2205
|
Publication date in the Official Journal (RFC3339 format) for association information.
|
2207
2206
|
"""
|
2208
2207
|
return pulumi.get(self, "publication_jo")
|
2209
2208
|
|
2210
|
-
@property
|
2209
|
+
@_builtins.property
|
2211
2210
|
@pulumi.getter(name="publicationJoPage")
|
2212
|
-
def publication_jo_page(self) -> Optional[
|
2211
|
+
def publication_jo_page(self) -> Optional[_builtins.int]:
|
2213
2212
|
"""
|
2214
2213
|
Page number of the publication in the Official Journal for association information.
|
2215
2214
|
"""
|
@@ -2236,16 +2235,16 @@ class RegistrationTechnicalContactExtensionFrCodeAuthAfnicInfo(dict):
|
|
2236
2235
|
return super().get(key, default)
|
2237
2236
|
|
2238
2237
|
def __init__(__self__, *,
|
2239
|
-
code_auth_afnic: Optional[
|
2238
|
+
code_auth_afnic: Optional[_builtins.str] = None):
|
2240
2239
|
"""
|
2241
|
-
:param
|
2240
|
+
:param _builtins.str code_auth_afnic: AFNIC authorization code for the contact (specific to French domains).
|
2242
2241
|
"""
|
2243
2242
|
if code_auth_afnic is not None:
|
2244
2243
|
pulumi.set(__self__, "code_auth_afnic", code_auth_afnic)
|
2245
2244
|
|
2246
|
-
@property
|
2245
|
+
@_builtins.property
|
2247
2246
|
@pulumi.getter(name="codeAuthAfnic")
|
2248
|
-
def code_auth_afnic(self) -> Optional[
|
2247
|
+
def code_auth_afnic(self) -> Optional[_builtins.str]:
|
2249
2248
|
"""
|
2250
2249
|
AFNIC authorization code for the contact (specific to French domains).
|
2251
2250
|
"""
|
@@ -2274,28 +2273,28 @@ class RegistrationTechnicalContactExtensionFrDunsInfo(dict):
|
|
2274
2273
|
return super().get(key, default)
|
2275
2274
|
|
2276
2275
|
def __init__(__self__, *,
|
2277
|
-
duns_id: Optional[
|
2278
|
-
local_id: Optional[
|
2276
|
+
duns_id: Optional[_builtins.str] = None,
|
2277
|
+
local_id: Optional[_builtins.str] = None):
|
2279
2278
|
"""
|
2280
|
-
:param
|
2281
|
-
:param
|
2279
|
+
:param _builtins.str duns_id: DUNS ID associated with the domain owner (for French domains).
|
2280
|
+
:param _builtins.str local_id: Local identifier of the domain owner (for French domains).
|
2282
2281
|
"""
|
2283
2282
|
if duns_id is not None:
|
2284
2283
|
pulumi.set(__self__, "duns_id", duns_id)
|
2285
2284
|
if local_id is not None:
|
2286
2285
|
pulumi.set(__self__, "local_id", local_id)
|
2287
2286
|
|
2288
|
-
@property
|
2287
|
+
@_builtins.property
|
2289
2288
|
@pulumi.getter(name="dunsId")
|
2290
|
-
def duns_id(self) -> Optional[
|
2289
|
+
def duns_id(self) -> Optional[_builtins.str]:
|
2291
2290
|
"""
|
2292
2291
|
DUNS ID associated with the domain owner (for French domains).
|
2293
2292
|
"""
|
2294
2293
|
return pulumi.get(self, "duns_id")
|
2295
2294
|
|
2296
|
-
@property
|
2295
|
+
@_builtins.property
|
2297
2296
|
@pulumi.getter(name="localId")
|
2298
|
-
def local_id(self) -> Optional[
|
2297
|
+
def local_id(self) -> Optional[_builtins.str]:
|
2299
2298
|
"""
|
2300
2299
|
Local identifier of the domain owner (for French domains).
|
2301
2300
|
"""
|
@@ -2322,16 +2321,16 @@ class RegistrationTechnicalContactExtensionFrIndividualInfo(dict):
|
|
2322
2321
|
return super().get(key, default)
|
2323
2322
|
|
2324
2323
|
def __init__(__self__, *,
|
2325
|
-
whois_opt_in: Optional[
|
2324
|
+
whois_opt_in: Optional[_builtins.bool] = None):
|
2326
2325
|
"""
|
2327
|
-
:param
|
2326
|
+
:param _builtins.bool whois_opt_in: Whether the individual contact has opted into WHOIS publishing.
|
2328
2327
|
"""
|
2329
2328
|
if whois_opt_in is not None:
|
2330
2329
|
pulumi.set(__self__, "whois_opt_in", whois_opt_in)
|
2331
2330
|
|
2332
|
-
@property
|
2331
|
+
@_builtins.property
|
2333
2332
|
@pulumi.getter(name="whoisOptIn")
|
2334
|
-
def whois_opt_in(self) -> Optional[
|
2333
|
+
def whois_opt_in(self) -> Optional[_builtins.bool]:
|
2335
2334
|
"""
|
2336
2335
|
Whether the individual contact has opted into WHOIS publishing.
|
2337
2336
|
"""
|
@@ -2358,16 +2357,16 @@ class RegistrationTechnicalContactExtensionFrTrademarkInfo(dict):
|
|
2358
2357
|
return super().get(key, default)
|
2359
2358
|
|
2360
2359
|
def __init__(__self__, *,
|
2361
|
-
trademark_inpi: Optional[
|
2360
|
+
trademark_inpi: Optional[_builtins.str] = None):
|
2362
2361
|
"""
|
2363
|
-
:param
|
2362
|
+
:param _builtins.str trademark_inpi: Trademark information from INPI (French extension).
|
2364
2363
|
"""
|
2365
2364
|
if trademark_inpi is not None:
|
2366
2365
|
pulumi.set(__self__, "trademark_inpi", trademark_inpi)
|
2367
2366
|
|
2368
|
-
@property
|
2367
|
+
@_builtins.property
|
2369
2368
|
@pulumi.getter(name="trademarkInpi")
|
2370
|
-
def trademark_inpi(self) -> Optional[
|
2369
|
+
def trademark_inpi(self) -> Optional[_builtins.str]:
|
2371
2370
|
"""
|
2372
2371
|
Trademark information from INPI (French extension).
|
2373
2372
|
"""
|
@@ -2383,7 +2382,7 @@ class GetRecordGeoIpResult(dict):
|
|
2383
2382
|
"""
|
2384
2383
|
pulumi.set(__self__, "matches", matches)
|
2385
2384
|
|
2386
|
-
@property
|
2385
|
+
@_builtins.property
|
2387
2386
|
@pulumi.getter
|
2388
2387
|
def matches(self) -> Sequence['outputs.GetRecordGeoIpMatchResult']:
|
2389
2388
|
"""
|
@@ -2395,37 +2394,37 @@ class GetRecordGeoIpResult(dict):
|
|
2395
2394
|
@pulumi.output_type
|
2396
2395
|
class GetRecordGeoIpMatchResult(dict):
|
2397
2396
|
def __init__(__self__, *,
|
2398
|
-
continents: Sequence[
|
2399
|
-
countries: Sequence[
|
2400
|
-
data:
|
2397
|
+
continents: Sequence[_builtins.str],
|
2398
|
+
countries: Sequence[_builtins.str],
|
2399
|
+
data: _builtins.str):
|
2401
2400
|
"""
|
2402
|
-
:param Sequence[
|
2403
|
-
:param Sequence[
|
2404
|
-
:param
|
2401
|
+
:param Sequence[_builtins.str] continents: List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents
|
2402
|
+
:param Sequence[_builtins.str] countries: List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries
|
2403
|
+
:param _builtins.str data: The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
2405
2404
|
"""
|
2406
2405
|
pulumi.set(__self__, "continents", continents)
|
2407
2406
|
pulumi.set(__self__, "countries", countries)
|
2408
2407
|
pulumi.set(__self__, "data", data)
|
2409
2408
|
|
2410
|
-
@property
|
2409
|
+
@_builtins.property
|
2411
2410
|
@pulumi.getter
|
2412
|
-
def continents(self) -> Sequence[
|
2411
|
+
def continents(self) -> Sequence[_builtins.str]:
|
2413
2412
|
"""
|
2414
2413
|
List of continents (eg: EU for Europe, NA for North America, AS for Asia...). List of all continents code: https://api.scaleway.com/domain-private/v2beta1/continents
|
2415
2414
|
"""
|
2416
2415
|
return pulumi.get(self, "continents")
|
2417
2416
|
|
2418
|
-
@property
|
2417
|
+
@_builtins.property
|
2419
2418
|
@pulumi.getter
|
2420
|
-
def countries(self) -> Sequence[
|
2419
|
+
def countries(self) -> Sequence[_builtins.str]:
|
2421
2420
|
"""
|
2422
2421
|
List of countries (eg: FR for France, US for the United States, GB for Great Britain...). List of all countries code: https://api.scaleway.com/domain-private/v2beta1/countries
|
2423
2422
|
"""
|
2424
2423
|
return pulumi.get(self, "countries")
|
2425
2424
|
|
2426
|
-
@property
|
2425
|
+
@_builtins.property
|
2427
2426
|
@pulumi.getter
|
2428
|
-
def data(self) ->
|
2427
|
+
def data(self) -> _builtins.str:
|
2429
2428
|
"""
|
2430
2429
|
The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
2431
2430
|
"""
|
@@ -2435,17 +2434,17 @@ class GetRecordGeoIpMatchResult(dict):
|
|
2435
2434
|
@pulumi.output_type
|
2436
2435
|
class GetRecordHttpServiceResult(dict):
|
2437
2436
|
def __init__(__self__, *,
|
2438
|
-
ips: Sequence[
|
2439
|
-
must_contain:
|
2440
|
-
strategy:
|
2441
|
-
url:
|
2442
|
-
user_agent:
|
2443
|
-
"""
|
2444
|
-
:param Sequence[
|
2445
|
-
:param
|
2446
|
-
:param
|
2447
|
-
:param
|
2448
|
-
:param
|
2437
|
+
ips: Sequence[_builtins.str],
|
2438
|
+
must_contain: _builtins.str,
|
2439
|
+
strategy: _builtins.str,
|
2440
|
+
url: _builtins.str,
|
2441
|
+
user_agent: _builtins.str):
|
2442
|
+
"""
|
2443
|
+
:param Sequence[_builtins.str] ips: IPs to check
|
2444
|
+
:param _builtins.str must_contain: Text to search
|
2445
|
+
:param _builtins.str strategy: Strategy to return an IP from the IPs list
|
2446
|
+
:param _builtins.str url: URL to match the must_contain text to validate an IP
|
2447
|
+
:param _builtins.str user_agent: User-agent used when checking the URL
|
2449
2448
|
"""
|
2450
2449
|
pulumi.set(__self__, "ips", ips)
|
2451
2450
|
pulumi.set(__self__, "must_contain", must_contain)
|
@@ -2453,41 +2452,41 @@ class GetRecordHttpServiceResult(dict):
|
|
2453
2452
|
pulumi.set(__self__, "url", url)
|
2454
2453
|
pulumi.set(__self__, "user_agent", user_agent)
|
2455
2454
|
|
2456
|
-
@property
|
2455
|
+
@_builtins.property
|
2457
2456
|
@pulumi.getter
|
2458
|
-
def ips(self) -> Sequence[
|
2457
|
+
def ips(self) -> Sequence[_builtins.str]:
|
2459
2458
|
"""
|
2460
2459
|
IPs to check
|
2461
2460
|
"""
|
2462
2461
|
return pulumi.get(self, "ips")
|
2463
2462
|
|
2464
|
-
@property
|
2463
|
+
@_builtins.property
|
2465
2464
|
@pulumi.getter(name="mustContain")
|
2466
|
-
def must_contain(self) ->
|
2465
|
+
def must_contain(self) -> _builtins.str:
|
2467
2466
|
"""
|
2468
2467
|
Text to search
|
2469
2468
|
"""
|
2470
2469
|
return pulumi.get(self, "must_contain")
|
2471
2470
|
|
2472
|
-
@property
|
2471
|
+
@_builtins.property
|
2473
2472
|
@pulumi.getter
|
2474
|
-
def strategy(self) ->
|
2473
|
+
def strategy(self) -> _builtins.str:
|
2475
2474
|
"""
|
2476
2475
|
Strategy to return an IP from the IPs list
|
2477
2476
|
"""
|
2478
2477
|
return pulumi.get(self, "strategy")
|
2479
2478
|
|
2480
|
-
@property
|
2479
|
+
@_builtins.property
|
2481
2480
|
@pulumi.getter
|
2482
|
-
def url(self) ->
|
2481
|
+
def url(self) -> _builtins.str:
|
2483
2482
|
"""
|
2484
2483
|
URL to match the must_contain text to validate an IP
|
2485
2484
|
"""
|
2486
2485
|
return pulumi.get(self, "url")
|
2487
2486
|
|
2488
|
-
@property
|
2487
|
+
@_builtins.property
|
2489
2488
|
@pulumi.getter(name="userAgent")
|
2490
|
-
def user_agent(self) ->
|
2489
|
+
def user_agent(self) -> _builtins.str:
|
2491
2490
|
"""
|
2492
2491
|
User-agent used when checking the URL
|
2493
2492
|
"""
|
@@ -2497,26 +2496,26 @@ class GetRecordHttpServiceResult(dict):
|
|
2497
2496
|
@pulumi.output_type
|
2498
2497
|
class GetRecordViewResult(dict):
|
2499
2498
|
def __init__(__self__, *,
|
2500
|
-
data:
|
2501
|
-
subnet:
|
2499
|
+
data: _builtins.str,
|
2500
|
+
subnet: _builtins.str):
|
2502
2501
|
"""
|
2503
|
-
:param
|
2504
|
-
:param
|
2502
|
+
:param _builtins.str data: The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
2503
|
+
:param _builtins.str subnet: The subnet of the view
|
2505
2504
|
"""
|
2506
2505
|
pulumi.set(__self__, "data", data)
|
2507
2506
|
pulumi.set(__self__, "subnet", subnet)
|
2508
2507
|
|
2509
|
-
@property
|
2508
|
+
@_builtins.property
|
2510
2509
|
@pulumi.getter
|
2511
|
-
def data(self) ->
|
2510
|
+
def data(self) -> _builtins.str:
|
2512
2511
|
"""
|
2513
2512
|
The content of the record (e.g., an IPv4 address for an `A` record or a string for a `TXT` record). Cannot be used with `record_id`.
|
2514
2513
|
"""
|
2515
2514
|
return pulumi.get(self, "data")
|
2516
2515
|
|
2517
|
-
@property
|
2516
|
+
@_builtins.property
|
2518
2517
|
@pulumi.getter
|
2519
|
-
def subnet(self) ->
|
2518
|
+
def subnet(self) -> _builtins.str:
|
2520
2519
|
"""
|
2521
2520
|
The subnet of the view
|
2522
2521
|
"""
|
@@ -2526,26 +2525,26 @@ class GetRecordViewResult(dict):
|
|
2526
2525
|
@pulumi.output_type
|
2527
2526
|
class GetRecordWeightedResult(dict):
|
2528
2527
|
def __init__(__self__, *,
|
2529
|
-
ip:
|
2530
|
-
weight:
|
2528
|
+
ip: _builtins.str,
|
2529
|
+
weight: _builtins.int):
|
2531
2530
|
"""
|
2532
|
-
:param
|
2533
|
-
:param
|
2531
|
+
:param _builtins.str ip: The weighted IP
|
2532
|
+
:param _builtins.int weight: The weight of the IP
|
2534
2533
|
"""
|
2535
2534
|
pulumi.set(__self__, "ip", ip)
|
2536
2535
|
pulumi.set(__self__, "weight", weight)
|
2537
2536
|
|
2538
|
-
@property
|
2537
|
+
@_builtins.property
|
2539
2538
|
@pulumi.getter
|
2540
|
-
def ip(self) ->
|
2539
|
+
def ip(self) -> _builtins.str:
|
2541
2540
|
"""
|
2542
2541
|
The weighted IP
|
2543
2542
|
"""
|
2544
2543
|
return pulumi.get(self, "ip")
|
2545
2544
|
|
2546
|
-
@property
|
2545
|
+
@_builtins.property
|
2547
2546
|
@pulumi.getter
|
2548
|
-
def weight(self) ->
|
2547
|
+
def weight(self) -> _builtins.int:
|
2549
2548
|
"""
|
2550
2549
|
The weight of the IP
|
2551
2550
|
"""
|