pulumi-gcp 8.42.0a1758178363__py3-none-any.whl → 9.0.0a1758219982__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.
- pulumi_gcp/__init__.py +83 -48
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/alloydb/backup.py +8 -4
- pulumi_gcp/alloydb/cluster.py +56 -10
- pulumi_gcp/alloydb/get_cluster.py +12 -1
- pulumi_gcp/alloydb/instance.py +10 -4
- pulumi_gcp/alloydb/user.py +8 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/apigee/_inputs.py +151 -108
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
- pulumi_gcp/apigee/outputs.py +92 -88
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/_inputs.py +0 -12
- pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/outputs.py +8 -16
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/beyondcorp/__init__.py +0 -5
- pulumi_gcp/beyondcorp/_inputs.py +0 -312
- pulumi_gcp/beyondcorp/outputs.py +0 -200
- pulumi_gcp/bigquery/_inputs.py +114 -4
- pulumi_gcp/bigquery/app_profile.py +3 -5
- pulumi_gcp/bigquery/outputs.py +75 -5
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +1 -1
- pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
- pulumi_gcp/bigtable/table_iam_binding.py +43 -43
- pulumi_gcp/bigtable/table_iam_member.py +43 -43
- pulumi_gcp/bigtable/table_iam_policy.py +43 -43
- pulumi_gcp/billing/_inputs.py +0 -6
- pulumi_gcp/billing/outputs.py +0 -4
- pulumi_gcp/certificatemanager/__init__.py +1 -0
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
- pulumi_gcp/certificatemanager/outputs.py +41 -0
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +309 -45
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
- pulumi_gcp/cloudbuild/get_trigger.py +12 -1
- pulumi_gcp/cloudbuild/outputs.py +380 -30
- pulumi_gcp/cloudbuild/trigger.py +160 -2
- pulumi_gcp/cloudbuild/worker_pool.py +2 -6
- pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
- pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +80 -26
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +109 -30
- pulumi_gcp/cloudrunv2/service.py +72 -12
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/cloudtasks/queue.py +98 -2
- pulumi_gcp/colab/_inputs.py +1 -114
- pulumi_gcp/colab/outputs.py +1 -106
- pulumi_gcp/compute/_inputs.py +884 -24
- pulumi_gcp/compute/backend_bucket.py +68 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service.py +54 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_backend_bucket.py +12 -1
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/network_peering_routes_config.py +0 -100
- pulumi_gcp/compute/organization_security_policy.py +83 -51
- pulumi_gcp/compute/outputs.py +799 -16
- pulumi_gcp/compute/packet_mirroring.py +6 -0
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/subnetwork.py +0 -98
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/config/__init__.pyi +2 -2
- pulumi_gcp/config/vars.py +4 -4
- pulumi_gcp/container/_inputs.py +466 -18
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +448 -15
- pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
- pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/diagflow/_inputs.py +152 -0
- pulumi_gcp/diagflow/cx_agent.py +425 -0
- pulumi_gcp/diagflow/outputs.py +143 -0
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -12
- pulumi_gcp/firebase/app_hosting_backend.py +4 -8
- pulumi_gcp/firebase/app_hosting_build.py +4 -8
- pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/data_connect_service.py +4 -8
- pulumi_gcp/firebase/database_instance.py +20 -8
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/_inputs.py +0 -60
- pulumi_gcp/gkehub/get_membership.py +1 -12
- pulumi_gcp/gkehub/membership.py +0 -70
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/gkehub/outputs.py +0 -36
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +8 -0
- pulumi_gcp/iap/_inputs.py +260 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
- pulumi_gcp/iap/outputs.py +152 -0
- pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_forwarding_rule_service_iam_binding.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_forwarding_rule_service_iam_member.py} +233 -315
- pulumi_gcp/{beyondcorp/application_iam_policy.py → iap/web_forwarding_rule_service_iam_policy.py} +212 -294
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +1091 -0
- pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
- pulumi_gcp/kms/autokey_config.py +0 -2
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/kms/key_handle.py +0 -2
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/get_instance.py +1 -12
- pulumi_gcp/memorystore/instance.py +14 -84
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/notebooks/__init__.py +0 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
- pulumi_gcp/projects/service.py +2 -11
- pulumi_gcp/provider.py +20 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +0 -70
- pulumi_gcp/redis/get_cluster.py +1 -12
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +12 -0
- pulumi_gcp/saasruntime/_inputs.py +513 -0
- pulumi_gcp/saasruntime/outputs.py +431 -0
- pulumi_gcp/saasruntime/saa_s.py +819 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/_inputs.py +20 -19
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/outputs.py +15 -14
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/serviceaccount/get_account_key.py +1 -21
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +94 -0
- pulumi_gcp/sql/get_database_instance.py +23 -1
- pulumi_gcp/sql/outputs.py +276 -3
- pulumi_gcp/sql/user.py +61 -0
- pulumi_gcp/storage/_inputs.py +253 -7
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +198 -8
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/__init__.py +0 -2
- pulumi_gcp/tpu/_inputs.py +0 -93
- pulumi_gcp/tpu/outputs.py +0 -72
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/_inputs.py +8 -9
- pulumi_gcp/vertex/ai_endpoint.py +2 -4
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_index.py +24 -23
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/vertex/outputs.py +7 -8
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +266 -255
- pulumi_gcp/beyondcorp/application.py +0 -746
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
- pulumi_gcp/notebooks/location.py +0 -285
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
- pulumi_gcp/tpu/node.py +0 -1062
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -45,6 +45,8 @@ __all__ = [
|
|
45
45
|
'BackendBucketIamBindingConditionArgsDict',
|
46
46
|
'BackendBucketIamMemberConditionArgs',
|
47
47
|
'BackendBucketIamMemberConditionArgsDict',
|
48
|
+
'BackendBucketParamsArgs',
|
49
|
+
'BackendBucketParamsArgsDict',
|
48
50
|
'BackendServiceBackendArgs',
|
49
51
|
'BackendServiceBackendArgsDict',
|
50
52
|
'BackendServiceBackendCustomMetricArgs',
|
@@ -99,6 +101,8 @@ __all__ = [
|
|
99
101
|
'BackendServiceOutlierDetectionBaseEjectionTimeArgsDict',
|
100
102
|
'BackendServiceOutlierDetectionIntervalArgs',
|
101
103
|
'BackendServiceOutlierDetectionIntervalArgsDict',
|
104
|
+
'BackendServiceParamsArgs',
|
105
|
+
'BackendServiceParamsArgsDict',
|
102
106
|
'BackendServiceSecuritySettingsArgs',
|
103
107
|
'BackendServiceSecuritySettingsArgsDict',
|
104
108
|
'BackendServiceSecuritySettingsAwsV4AuthenticationArgs',
|
@@ -691,6 +695,8 @@ __all__ = [
|
|
691
695
|
'PreviewFeatureRolloutOperationArgsDict',
|
692
696
|
'PreviewFeatureRolloutOperationRolloutInputArgs',
|
693
697
|
'PreviewFeatureRolloutOperationRolloutInputArgsDict',
|
698
|
+
'PublicDelegatedPrefixPublicDelegatedSubPrefixArgs',
|
699
|
+
'PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict',
|
694
700
|
'RegionAutoscalerAutoscalingPolicyArgs',
|
695
701
|
'RegionAutoscalerAutoscalingPolicyArgsDict',
|
696
702
|
'RegionAutoscalerAutoscalingPolicyCpuUtilizationArgs',
|
@@ -759,6 +765,8 @@ __all__ = [
|
|
759
765
|
'RegionBackendServiceOutlierDetectionBaseEjectionTimeArgsDict',
|
760
766
|
'RegionBackendServiceOutlierDetectionIntervalArgs',
|
761
767
|
'RegionBackendServiceOutlierDetectionIntervalArgsDict',
|
768
|
+
'RegionBackendServiceParamsArgs',
|
769
|
+
'RegionBackendServiceParamsArgsDict',
|
762
770
|
'RegionBackendServiceStrongSessionAffinityCookieArgs',
|
763
771
|
'RegionBackendServiceStrongSessionAffinityCookieArgsDict',
|
764
772
|
'RegionBackendServiceStrongSessionAffinityCookieTtlArgs',
|
@@ -1041,6 +1049,12 @@ __all__ = [
|
|
1041
1049
|
'RegionUrlMapDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgsDict',
|
1042
1050
|
'RegionUrlMapDefaultUrlRedirectArgs',
|
1043
1051
|
'RegionUrlMapDefaultUrlRedirectArgsDict',
|
1052
|
+
'RegionUrlMapHeaderActionArgs',
|
1053
|
+
'RegionUrlMapHeaderActionArgsDict',
|
1054
|
+
'RegionUrlMapHeaderActionRequestHeadersToAddArgs',
|
1055
|
+
'RegionUrlMapHeaderActionRequestHeadersToAddArgsDict',
|
1056
|
+
'RegionUrlMapHeaderActionResponseHeadersToAddArgs',
|
1057
|
+
'RegionUrlMapHeaderActionResponseHeadersToAddArgsDict',
|
1044
1058
|
'RegionUrlMapHostRuleArgs',
|
1045
1059
|
'RegionUrlMapHostRuleArgsDict',
|
1046
1060
|
'RegionUrlMapPathMatcherArgs',
|
@@ -1079,6 +1093,12 @@ __all__ = [
|
|
1079
1093
|
'RegionUrlMapPathMatcherDefaultRouteActionWeightedBackendServiceHeaderActionResponseHeadersToAddArgsDict',
|
1080
1094
|
'RegionUrlMapPathMatcherDefaultUrlRedirectArgs',
|
1081
1095
|
'RegionUrlMapPathMatcherDefaultUrlRedirectArgsDict',
|
1096
|
+
'RegionUrlMapPathMatcherHeaderActionArgs',
|
1097
|
+
'RegionUrlMapPathMatcherHeaderActionArgsDict',
|
1098
|
+
'RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs',
|
1099
|
+
'RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict',
|
1100
|
+
'RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs',
|
1101
|
+
'RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict',
|
1082
1102
|
'RegionUrlMapPathMatcherPathRuleArgs',
|
1083
1103
|
'RegionUrlMapPathMatcherPathRuleArgsDict',
|
1084
1104
|
'RegionUrlMapPathMatcherPathRuleRouteActionArgs',
|
@@ -3188,6 +3208,44 @@ class BackendBucketIamMemberConditionArgs:
|
|
3188
3208
|
pulumi.set(self, "description", value)
|
3189
3209
|
|
3190
3210
|
|
3211
|
+
if not MYPY:
|
3212
|
+
class BackendBucketParamsArgsDict(TypedDict):
|
3213
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
3214
|
+
"""
|
3215
|
+
Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
3216
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
3217
|
+
and values are in the format tagValues/456.
|
3218
|
+
"""
|
3219
|
+
elif False:
|
3220
|
+
BackendBucketParamsArgsDict: TypeAlias = Mapping[str, Any]
|
3221
|
+
|
3222
|
+
@pulumi.input_type
|
3223
|
+
class BackendBucketParamsArgs:
|
3224
|
+
def __init__(__self__, *,
|
3225
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
3226
|
+
"""
|
3227
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
3228
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
3229
|
+
and values are in the format tagValues/456.
|
3230
|
+
"""
|
3231
|
+
if resource_manager_tags is not None:
|
3232
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
3233
|
+
|
3234
|
+
@_builtins.property
|
3235
|
+
@pulumi.getter(name="resourceManagerTags")
|
3236
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
3237
|
+
"""
|
3238
|
+
Resource manager tags to be bound to the backend bucket. Tag keys and values have the
|
3239
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
3240
|
+
and values are in the format tagValues/456.
|
3241
|
+
"""
|
3242
|
+
return pulumi.get(self, "resource_manager_tags")
|
3243
|
+
|
3244
|
+
@resource_manager_tags.setter
|
3245
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
3246
|
+
pulumi.set(self, "resource_manager_tags", value)
|
3247
|
+
|
3248
|
+
|
3191
3249
|
if not MYPY:
|
3192
3250
|
class BackendServiceBackendArgsDict(TypedDict):
|
3193
3251
|
group: pulumi.Input[_builtins.str]
|
@@ -6078,6 +6136,44 @@ class BackendServiceOutlierDetectionIntervalArgs:
|
|
6078
6136
|
pulumi.set(self, "nanos", value)
|
6079
6137
|
|
6080
6138
|
|
6139
|
+
if not MYPY:
|
6140
|
+
class BackendServiceParamsArgsDict(TypedDict):
|
6141
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
6142
|
+
"""
|
6143
|
+
Resource manager tags to be bound to the backend service. Tag keys and values have the
|
6144
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
6145
|
+
and values are in the format tagValues/456.
|
6146
|
+
"""
|
6147
|
+
elif False:
|
6148
|
+
BackendServiceParamsArgsDict: TypeAlias = Mapping[str, Any]
|
6149
|
+
|
6150
|
+
@pulumi.input_type
|
6151
|
+
class BackendServiceParamsArgs:
|
6152
|
+
def __init__(__self__, *,
|
6153
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
6154
|
+
"""
|
6155
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: Resource manager tags to be bound to the backend service. Tag keys and values have the
|
6156
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
6157
|
+
and values are in the format tagValues/456.
|
6158
|
+
"""
|
6159
|
+
if resource_manager_tags is not None:
|
6160
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
6161
|
+
|
6162
|
+
@_builtins.property
|
6163
|
+
@pulumi.getter(name="resourceManagerTags")
|
6164
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
6165
|
+
"""
|
6166
|
+
Resource manager tags to be bound to the backend service. Tag keys and values have the
|
6167
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
6168
|
+
and values are in the format tagValues/456.
|
6169
|
+
"""
|
6170
|
+
return pulumi.get(self, "resource_manager_tags")
|
6171
|
+
|
6172
|
+
@resource_manager_tags.setter
|
6173
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
6174
|
+
pulumi.set(self, "resource_manager_tags", value)
|
6175
|
+
|
6176
|
+
|
6081
6177
|
if not MYPY:
|
6082
6178
|
class BackendServiceSecuritySettingsArgsDict(TypedDict):
|
6083
6179
|
aws_v4_authentication: NotRequired[pulumi.Input['BackendServiceSecuritySettingsAwsV4AuthenticationArgsDict']]
|
@@ -25443,10 +25539,7 @@ if not MYPY:
|
|
25443
25539
|
"""
|
25444
25540
|
provisioned_iops: NotRequired[pulumi.Input[_builtins.int]]
|
25445
25541
|
"""
|
25446
|
-
Indicates how many IOPS to provision for the disk. This
|
25447
|
-
sets the number of I/O operations per second that the disk can handle.
|
25448
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
25449
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
25542
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
25450
25543
|
"""
|
25451
25544
|
provisioned_throughput: NotRequired[pulumi.Input[_builtins.int]]
|
25452
25545
|
"""
|
@@ -25565,10 +25658,7 @@ class InstanceTemplateDiskArgs:
|
|
25565
25658
|
:param pulumi.Input[_builtins.str] mode: The mode in which to attach this disk, either READ_WRITE
|
25566
25659
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
25567
25660
|
read-write mode.
|
25568
|
-
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
25569
|
-
sets the number of I/O operations per second that the disk can handle.
|
25570
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
25571
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
25661
|
+
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
25572
25662
|
:param pulumi.Input[_builtins.int] provisioned_throughput: Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
|
25573
25663
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
|
25574
25664
|
:param pulumi.Input[_builtins.str] resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
@@ -25812,10 +25902,7 @@ class InstanceTemplateDiskArgs:
|
|
25812
25902
|
@pulumi.getter(name="provisionedIops")
|
25813
25903
|
def provisioned_iops(self) -> Optional[pulumi.Input[_builtins.int]]:
|
25814
25904
|
"""
|
25815
|
-
Indicates how many IOPS to provision for the disk. This
|
25816
|
-
sets the number of I/O operations per second that the disk can handle.
|
25817
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
25818
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
25905
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
25819
25906
|
"""
|
25820
25907
|
return pulumi.get(self, "provisioned_iops")
|
25821
25908
|
|
@@ -35051,6 +35138,222 @@ class PreviewFeatureRolloutOperationRolloutInputArgs:
|
|
35051
35138
|
pulumi.set(self, "predefined_rollout_plan", value)
|
35052
35139
|
|
35053
35140
|
|
35141
|
+
if not MYPY:
|
35142
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict(TypedDict):
|
35143
|
+
allocatable_prefix_length: NotRequired[pulumi.Input[_builtins.int]]
|
35144
|
+
"""
|
35145
|
+
The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
|
35146
|
+
"""
|
35147
|
+
delegatee_project: NotRequired[pulumi.Input[_builtins.str]]
|
35148
|
+
"""
|
35149
|
+
Name of the project scoping this PublicDelegatedSubPrefix.
|
35150
|
+
"""
|
35151
|
+
description: NotRequired[pulumi.Input[_builtins.str]]
|
35152
|
+
"""
|
35153
|
+
An optional description of this resource.
|
35154
|
+
"""
|
35155
|
+
ip_cidr_range: NotRequired[pulumi.Input[_builtins.str]]
|
35156
|
+
"""
|
35157
|
+
The IP address range, in CIDR format, represented by this public delegated prefix.
|
35158
|
+
"""
|
35159
|
+
is_address: NotRequired[pulumi.Input[_builtins.bool]]
|
35160
|
+
"""
|
35161
|
+
Whether the sub prefix is delegated for address creation.
|
35162
|
+
"""
|
35163
|
+
mode: NotRequired[pulumi.Input[_builtins.str]]
|
35164
|
+
"""
|
35165
|
+
Specifies the mode of this IPv6 PDP. MODE must be one of: DELEGATION,
|
35166
|
+
EXTERNAL_IPV6_FORWARDING_RULE_CREATION and EXTERNAL_IPV6_SUBNETWORK_CREATION.
|
35167
|
+
Possible values are: `DELEGATION`, `EXTERNAL_IPV6_FORWARDING_RULE_CREATION`, `EXTERNAL_IPV6_SUBNETWORK_CREATION`.
|
35168
|
+
"""
|
35169
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
35170
|
+
"""
|
35171
|
+
Name of the resource. The name must be 1-63 characters long, and
|
35172
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters
|
35173
|
+
long and match the regular expression `a-z?`
|
35174
|
+
which means the first character must be a lowercase letter, and all
|
35175
|
+
following characters must be a dash, lowercase letter, or digit,
|
35176
|
+
except the last character, which cannot be a dash.
|
35177
|
+
"""
|
35178
|
+
region: NotRequired[pulumi.Input[_builtins.str]]
|
35179
|
+
"""
|
35180
|
+
A region where the prefix will reside.
|
35181
|
+
"""
|
35182
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
35183
|
+
"""
|
35184
|
+
The status of the sub public delegated prefix.
|
35185
|
+
Possible values are: `INITIALIZING`, `READY_TO_ANNOUNCE`, `ANNOUNCED`, `DELETING`.
|
35186
|
+
"""
|
35187
|
+
elif False:
|
35188
|
+
PublicDelegatedPrefixPublicDelegatedSubPrefixArgsDict: TypeAlias = Mapping[str, Any]
|
35189
|
+
|
35190
|
+
@pulumi.input_type
|
35191
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefixArgs:
|
35192
|
+
def __init__(__self__, *,
|
35193
|
+
allocatable_prefix_length: Optional[pulumi.Input[_builtins.int]] = None,
|
35194
|
+
delegatee_project: Optional[pulumi.Input[_builtins.str]] = None,
|
35195
|
+
description: Optional[pulumi.Input[_builtins.str]] = None,
|
35196
|
+
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
35197
|
+
is_address: Optional[pulumi.Input[_builtins.bool]] = None,
|
35198
|
+
mode: Optional[pulumi.Input[_builtins.str]] = None,
|
35199
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
35200
|
+
region: Optional[pulumi.Input[_builtins.str]] = None,
|
35201
|
+
status: Optional[pulumi.Input[_builtins.str]] = None):
|
35202
|
+
"""
|
35203
|
+
:param pulumi.Input[_builtins.int] allocatable_prefix_length: The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
|
35204
|
+
:param pulumi.Input[_builtins.str] delegatee_project: Name of the project scoping this PublicDelegatedSubPrefix.
|
35205
|
+
:param pulumi.Input[_builtins.str] description: An optional description of this resource.
|
35206
|
+
:param pulumi.Input[_builtins.str] ip_cidr_range: The IP address range, in CIDR format, represented by this public delegated prefix.
|
35207
|
+
:param pulumi.Input[_builtins.bool] is_address: Whether the sub prefix is delegated for address creation.
|
35208
|
+
:param pulumi.Input[_builtins.str] mode: Specifies the mode of this IPv6 PDP. MODE must be one of: DELEGATION,
|
35209
|
+
EXTERNAL_IPV6_FORWARDING_RULE_CREATION and EXTERNAL_IPV6_SUBNETWORK_CREATION.
|
35210
|
+
Possible values are: `DELEGATION`, `EXTERNAL_IPV6_FORWARDING_RULE_CREATION`, `EXTERNAL_IPV6_SUBNETWORK_CREATION`.
|
35211
|
+
:param pulumi.Input[_builtins.str] name: Name of the resource. The name must be 1-63 characters long, and
|
35212
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters
|
35213
|
+
long and match the regular expression `a-z?`
|
35214
|
+
which means the first character must be a lowercase letter, and all
|
35215
|
+
following characters must be a dash, lowercase letter, or digit,
|
35216
|
+
except the last character, which cannot be a dash.
|
35217
|
+
:param pulumi.Input[_builtins.str] region: A region where the prefix will reside.
|
35218
|
+
:param pulumi.Input[_builtins.str] status: The status of the sub public delegated prefix.
|
35219
|
+
Possible values are: `INITIALIZING`, `READY_TO_ANNOUNCE`, `ANNOUNCED`, `DELETING`.
|
35220
|
+
"""
|
35221
|
+
if allocatable_prefix_length is not None:
|
35222
|
+
pulumi.set(__self__, "allocatable_prefix_length", allocatable_prefix_length)
|
35223
|
+
if delegatee_project is not None:
|
35224
|
+
pulumi.set(__self__, "delegatee_project", delegatee_project)
|
35225
|
+
if description is not None:
|
35226
|
+
pulumi.set(__self__, "description", description)
|
35227
|
+
if ip_cidr_range is not None:
|
35228
|
+
pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
|
35229
|
+
if is_address is not None:
|
35230
|
+
pulumi.set(__self__, "is_address", is_address)
|
35231
|
+
if mode is not None:
|
35232
|
+
pulumi.set(__self__, "mode", mode)
|
35233
|
+
if name is not None:
|
35234
|
+
pulumi.set(__self__, "name", name)
|
35235
|
+
if region is not None:
|
35236
|
+
pulumi.set(__self__, "region", region)
|
35237
|
+
if status is not None:
|
35238
|
+
pulumi.set(__self__, "status", status)
|
35239
|
+
|
35240
|
+
@_builtins.property
|
35241
|
+
@pulumi.getter(name="allocatablePrefixLength")
|
35242
|
+
def allocatable_prefix_length(self) -> Optional[pulumi.Input[_builtins.int]]:
|
35243
|
+
"""
|
35244
|
+
The allocatable prefix length supported by this public delegated prefix. This field is optional and cannot be set for prefixes in DELEGATION mode. It cannot be set for IPv4 prefixes either, and it always defaults to 32.
|
35245
|
+
"""
|
35246
|
+
return pulumi.get(self, "allocatable_prefix_length")
|
35247
|
+
|
35248
|
+
@allocatable_prefix_length.setter
|
35249
|
+
def allocatable_prefix_length(self, value: Optional[pulumi.Input[_builtins.int]]):
|
35250
|
+
pulumi.set(self, "allocatable_prefix_length", value)
|
35251
|
+
|
35252
|
+
@_builtins.property
|
35253
|
+
@pulumi.getter(name="delegateeProject")
|
35254
|
+
def delegatee_project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35255
|
+
"""
|
35256
|
+
Name of the project scoping this PublicDelegatedSubPrefix.
|
35257
|
+
"""
|
35258
|
+
return pulumi.get(self, "delegatee_project")
|
35259
|
+
|
35260
|
+
@delegatee_project.setter
|
35261
|
+
def delegatee_project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35262
|
+
pulumi.set(self, "delegatee_project", value)
|
35263
|
+
|
35264
|
+
@_builtins.property
|
35265
|
+
@pulumi.getter
|
35266
|
+
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35267
|
+
"""
|
35268
|
+
An optional description of this resource.
|
35269
|
+
"""
|
35270
|
+
return pulumi.get(self, "description")
|
35271
|
+
|
35272
|
+
@description.setter
|
35273
|
+
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35274
|
+
pulumi.set(self, "description", value)
|
35275
|
+
|
35276
|
+
@_builtins.property
|
35277
|
+
@pulumi.getter(name="ipCidrRange")
|
35278
|
+
def ip_cidr_range(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35279
|
+
"""
|
35280
|
+
The IP address range, in CIDR format, represented by this public delegated prefix.
|
35281
|
+
"""
|
35282
|
+
return pulumi.get(self, "ip_cidr_range")
|
35283
|
+
|
35284
|
+
@ip_cidr_range.setter
|
35285
|
+
def ip_cidr_range(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35286
|
+
pulumi.set(self, "ip_cidr_range", value)
|
35287
|
+
|
35288
|
+
@_builtins.property
|
35289
|
+
@pulumi.getter(name="isAddress")
|
35290
|
+
def is_address(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
35291
|
+
"""
|
35292
|
+
Whether the sub prefix is delegated for address creation.
|
35293
|
+
"""
|
35294
|
+
return pulumi.get(self, "is_address")
|
35295
|
+
|
35296
|
+
@is_address.setter
|
35297
|
+
def is_address(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
35298
|
+
pulumi.set(self, "is_address", value)
|
35299
|
+
|
35300
|
+
@_builtins.property
|
35301
|
+
@pulumi.getter
|
35302
|
+
def mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35303
|
+
"""
|
35304
|
+
Specifies the mode of this IPv6 PDP. MODE must be one of: DELEGATION,
|
35305
|
+
EXTERNAL_IPV6_FORWARDING_RULE_CREATION and EXTERNAL_IPV6_SUBNETWORK_CREATION.
|
35306
|
+
Possible values are: `DELEGATION`, `EXTERNAL_IPV6_FORWARDING_RULE_CREATION`, `EXTERNAL_IPV6_SUBNETWORK_CREATION`.
|
35307
|
+
"""
|
35308
|
+
return pulumi.get(self, "mode")
|
35309
|
+
|
35310
|
+
@mode.setter
|
35311
|
+
def mode(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35312
|
+
pulumi.set(self, "mode", value)
|
35313
|
+
|
35314
|
+
@_builtins.property
|
35315
|
+
@pulumi.getter
|
35316
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35317
|
+
"""
|
35318
|
+
Name of the resource. The name must be 1-63 characters long, and
|
35319
|
+
comply with RFC1035. Specifically, the name must be 1-63 characters
|
35320
|
+
long and match the regular expression `a-z?`
|
35321
|
+
which means the first character must be a lowercase letter, and all
|
35322
|
+
following characters must be a dash, lowercase letter, or digit,
|
35323
|
+
except the last character, which cannot be a dash.
|
35324
|
+
"""
|
35325
|
+
return pulumi.get(self, "name")
|
35326
|
+
|
35327
|
+
@name.setter
|
35328
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35329
|
+
pulumi.set(self, "name", value)
|
35330
|
+
|
35331
|
+
@_builtins.property
|
35332
|
+
@pulumi.getter
|
35333
|
+
def region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35334
|
+
"""
|
35335
|
+
A region where the prefix will reside.
|
35336
|
+
"""
|
35337
|
+
return pulumi.get(self, "region")
|
35338
|
+
|
35339
|
+
@region.setter
|
35340
|
+
def region(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35341
|
+
pulumi.set(self, "region", value)
|
35342
|
+
|
35343
|
+
@_builtins.property
|
35344
|
+
@pulumi.getter
|
35345
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
35346
|
+
"""
|
35347
|
+
The status of the sub public delegated prefix.
|
35348
|
+
Possible values are: `INITIALIZING`, `READY_TO_ANNOUNCE`, `ANNOUNCED`, `DELETING`.
|
35349
|
+
"""
|
35350
|
+
return pulumi.get(self, "status")
|
35351
|
+
|
35352
|
+
@status.setter
|
35353
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
35354
|
+
pulumi.set(self, "status", value)
|
35355
|
+
|
35356
|
+
|
35054
35357
|
if not MYPY:
|
35055
35358
|
class RegionAutoscalerAutoscalingPolicyArgsDict(TypedDict):
|
35056
35359
|
max_replicas: pulumi.Input[_builtins.int]
|
@@ -38952,6 +39255,44 @@ class RegionBackendServiceOutlierDetectionIntervalArgs:
|
|
38952
39255
|
pulumi.set(self, "nanos", value)
|
38953
39256
|
|
38954
39257
|
|
39258
|
+
if not MYPY:
|
39259
|
+
class RegionBackendServiceParamsArgsDict(TypedDict):
|
39260
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]
|
39261
|
+
"""
|
39262
|
+
Resource manager tags to be bound to the region backend service. Tag keys and values have the
|
39263
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
39264
|
+
and values are in the format tagValues/456.
|
39265
|
+
"""
|
39266
|
+
elif False:
|
39267
|
+
RegionBackendServiceParamsArgsDict: TypeAlias = Mapping[str, Any]
|
39268
|
+
|
39269
|
+
@pulumi.input_type
|
39270
|
+
class RegionBackendServiceParamsArgs:
|
39271
|
+
def __init__(__self__, *,
|
39272
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
39273
|
+
"""
|
39274
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: Resource manager tags to be bound to the region backend service. Tag keys and values have the
|
39275
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
39276
|
+
and values are in the format tagValues/456.
|
39277
|
+
"""
|
39278
|
+
if resource_manager_tags is not None:
|
39279
|
+
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
39280
|
+
|
39281
|
+
@_builtins.property
|
39282
|
+
@pulumi.getter(name="resourceManagerTags")
|
39283
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
39284
|
+
"""
|
39285
|
+
Resource manager tags to be bound to the region backend service. Tag keys and values have the
|
39286
|
+
same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id},
|
39287
|
+
and values are in the format tagValues/456.
|
39288
|
+
"""
|
39289
|
+
return pulumi.get(self, "resource_manager_tags")
|
39290
|
+
|
39291
|
+
@resource_manager_tags.setter
|
39292
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
39293
|
+
pulumi.set(self, "resource_manager_tags", value)
|
39294
|
+
|
39295
|
+
|
38955
39296
|
if not MYPY:
|
38956
39297
|
class RegionBackendServiceStrongSessionAffinityCookieArgsDict(TypedDict):
|
38957
39298
|
name: NotRequired[pulumi.Input[_builtins.str]]
|
@@ -42451,10 +42792,7 @@ if not MYPY:
|
|
42451
42792
|
"""
|
42452
42793
|
provisioned_iops: NotRequired[pulumi.Input[_builtins.int]]
|
42453
42794
|
"""
|
42454
|
-
Indicates how many IOPS to provision for the disk. This
|
42455
|
-
sets the number of I/O operations per second that the disk can handle.
|
42456
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
42457
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
42795
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
42458
42796
|
"""
|
42459
42797
|
provisioned_throughput: NotRequired[pulumi.Input[_builtins.int]]
|
42460
42798
|
"""
|
@@ -42573,10 +42911,7 @@ class RegionInstanceTemplateDiskArgs:
|
|
42573
42911
|
:param pulumi.Input[_builtins.str] mode: The mode in which to attach this disk, either READ_WRITE
|
42574
42912
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
42575
42913
|
read-write mode.
|
42576
|
-
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
42577
|
-
sets the number of I/O operations per second that the disk can handle.
|
42578
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
42579
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
42914
|
+
:param pulumi.Input[_builtins.int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
42580
42915
|
:param pulumi.Input[_builtins.int] provisioned_throughput: Indicates how much throughput to provision for the disk, in MB/s. This sets the amount of data that can be read or written from the disk per second. Values must greater than or equal to 1. For more details, see the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks).
|
42581
42916
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] resource_manager_tags: A set of key/value resource manager tag pairs to bind to this disk. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456.
|
42582
42917
|
:param pulumi.Input[_builtins.str] resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
@@ -42820,10 +43155,7 @@ class RegionInstanceTemplateDiskArgs:
|
|
42820
43155
|
@pulumi.getter(name="provisionedIops")
|
42821
43156
|
def provisioned_iops(self) -> Optional[pulumi.Input[_builtins.int]]:
|
42822
43157
|
"""
|
42823
|
-
Indicates how many IOPS to provision for the disk. This
|
42824
|
-
sets the number of I/O operations per second that the disk can handle.
|
42825
|
-
Values must be between 10,000 and 120,000. For more details, see the
|
42826
|
-
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
43158
|
+
Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. For more details, see the [Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk) or the [Hyperdisk documentation](https://cloud.google.com/compute/docs/disks/hyperdisks) depending on the selected disk_type.
|
42827
43159
|
"""
|
42828
43160
|
return pulumi.get(self, "provisioned_iops")
|
42829
43161
|
|
@@ -52892,6 +53224,254 @@ class RegionUrlMapDefaultUrlRedirectArgs:
|
|
52892
53224
|
pulumi.set(self, "redirect_response_code", value)
|
52893
53225
|
|
52894
53226
|
|
53227
|
+
if not MYPY:
|
53228
|
+
class RegionUrlMapHeaderActionArgsDict(TypedDict):
|
53229
|
+
request_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgsDict']]]]
|
53230
|
+
"""
|
53231
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
53232
|
+
Structure is documented below.
|
53233
|
+
"""
|
53234
|
+
request_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
53235
|
+
"""
|
53236
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
53237
|
+
"""
|
53238
|
+
response_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgsDict']]]]
|
53239
|
+
"""
|
53240
|
+
Headers to add the response before sending the response back to the client.
|
53241
|
+
Structure is documented below.
|
53242
|
+
"""
|
53243
|
+
response_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
53244
|
+
"""
|
53245
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
53246
|
+
"""
|
53247
|
+
elif False:
|
53248
|
+
RegionUrlMapHeaderActionArgsDict: TypeAlias = Mapping[str, Any]
|
53249
|
+
|
53250
|
+
@pulumi.input_type
|
53251
|
+
class RegionUrlMapHeaderActionArgs:
|
53252
|
+
def __init__(__self__, *,
|
53253
|
+
request_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]]] = None,
|
53254
|
+
request_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
53255
|
+
response_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]]] = None,
|
53256
|
+
response_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
53257
|
+
"""
|
53258
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]] request_headers_to_adds: Headers to add to a matching request before forwarding the request to the backendService.
|
53259
|
+
Structure is documented below.
|
53260
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] request_headers_to_removes: A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
53261
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]] response_headers_to_adds: Headers to add the response before sending the response back to the client.
|
53262
|
+
Structure is documented below.
|
53263
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] response_headers_to_removes: A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
53264
|
+
"""
|
53265
|
+
if request_headers_to_adds is not None:
|
53266
|
+
pulumi.set(__self__, "request_headers_to_adds", request_headers_to_adds)
|
53267
|
+
if request_headers_to_removes is not None:
|
53268
|
+
pulumi.set(__self__, "request_headers_to_removes", request_headers_to_removes)
|
53269
|
+
if response_headers_to_adds is not None:
|
53270
|
+
pulumi.set(__self__, "response_headers_to_adds", response_headers_to_adds)
|
53271
|
+
if response_headers_to_removes is not None:
|
53272
|
+
pulumi.set(__self__, "response_headers_to_removes", response_headers_to_removes)
|
53273
|
+
|
53274
|
+
@_builtins.property
|
53275
|
+
@pulumi.getter(name="requestHeadersToAdds")
|
53276
|
+
def request_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]]]:
|
53277
|
+
"""
|
53278
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
53279
|
+
Structure is documented below.
|
53280
|
+
"""
|
53281
|
+
return pulumi.get(self, "request_headers_to_adds")
|
53282
|
+
|
53283
|
+
@request_headers_to_adds.setter
|
53284
|
+
def request_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionRequestHeadersToAddArgs']]]]):
|
53285
|
+
pulumi.set(self, "request_headers_to_adds", value)
|
53286
|
+
|
53287
|
+
@_builtins.property
|
53288
|
+
@pulumi.getter(name="requestHeadersToRemoves")
|
53289
|
+
def request_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
53290
|
+
"""
|
53291
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
53292
|
+
"""
|
53293
|
+
return pulumi.get(self, "request_headers_to_removes")
|
53294
|
+
|
53295
|
+
@request_headers_to_removes.setter
|
53296
|
+
def request_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
53297
|
+
pulumi.set(self, "request_headers_to_removes", value)
|
53298
|
+
|
53299
|
+
@_builtins.property
|
53300
|
+
@pulumi.getter(name="responseHeadersToAdds")
|
53301
|
+
def response_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]]]:
|
53302
|
+
"""
|
53303
|
+
Headers to add the response before sending the response back to the client.
|
53304
|
+
Structure is documented below.
|
53305
|
+
"""
|
53306
|
+
return pulumi.get(self, "response_headers_to_adds")
|
53307
|
+
|
53308
|
+
@response_headers_to_adds.setter
|
53309
|
+
def response_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHeaderActionResponseHeadersToAddArgs']]]]):
|
53310
|
+
pulumi.set(self, "response_headers_to_adds", value)
|
53311
|
+
|
53312
|
+
@_builtins.property
|
53313
|
+
@pulumi.getter(name="responseHeadersToRemoves")
|
53314
|
+
def response_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
53315
|
+
"""
|
53316
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
53317
|
+
"""
|
53318
|
+
return pulumi.get(self, "response_headers_to_removes")
|
53319
|
+
|
53320
|
+
@response_headers_to_removes.setter
|
53321
|
+
def response_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
53322
|
+
pulumi.set(self, "response_headers_to_removes", value)
|
53323
|
+
|
53324
|
+
|
53325
|
+
if not MYPY:
|
53326
|
+
class RegionUrlMapHeaderActionRequestHeadersToAddArgsDict(TypedDict):
|
53327
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
53328
|
+
"""
|
53329
|
+
The name of the header.
|
53330
|
+
"""
|
53331
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
53332
|
+
"""
|
53333
|
+
The value of the header to add.
|
53334
|
+
"""
|
53335
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
53336
|
+
"""
|
53337
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53338
|
+
The default value is false.
|
53339
|
+
"""
|
53340
|
+
elif False:
|
53341
|
+
RegionUrlMapHeaderActionRequestHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
53342
|
+
|
53343
|
+
@pulumi.input_type
|
53344
|
+
class RegionUrlMapHeaderActionRequestHeadersToAddArgs:
|
53345
|
+
def __init__(__self__, *,
|
53346
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
53347
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
53348
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
53349
|
+
"""
|
53350
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
53351
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
53352
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53353
|
+
The default value is false.
|
53354
|
+
"""
|
53355
|
+
if header_name is not None:
|
53356
|
+
pulumi.set(__self__, "header_name", header_name)
|
53357
|
+
if header_value is not None:
|
53358
|
+
pulumi.set(__self__, "header_value", header_value)
|
53359
|
+
if replace is not None:
|
53360
|
+
pulumi.set(__self__, "replace", replace)
|
53361
|
+
|
53362
|
+
@_builtins.property
|
53363
|
+
@pulumi.getter(name="headerName")
|
53364
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53365
|
+
"""
|
53366
|
+
The name of the header.
|
53367
|
+
"""
|
53368
|
+
return pulumi.get(self, "header_name")
|
53369
|
+
|
53370
|
+
@header_name.setter
|
53371
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53372
|
+
pulumi.set(self, "header_name", value)
|
53373
|
+
|
53374
|
+
@_builtins.property
|
53375
|
+
@pulumi.getter(name="headerValue")
|
53376
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53377
|
+
"""
|
53378
|
+
The value of the header to add.
|
53379
|
+
"""
|
53380
|
+
return pulumi.get(self, "header_value")
|
53381
|
+
|
53382
|
+
@header_value.setter
|
53383
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53384
|
+
pulumi.set(self, "header_value", value)
|
53385
|
+
|
53386
|
+
@_builtins.property
|
53387
|
+
@pulumi.getter
|
53388
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
53389
|
+
"""
|
53390
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53391
|
+
The default value is false.
|
53392
|
+
"""
|
53393
|
+
return pulumi.get(self, "replace")
|
53394
|
+
|
53395
|
+
@replace.setter
|
53396
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
53397
|
+
pulumi.set(self, "replace", value)
|
53398
|
+
|
53399
|
+
|
53400
|
+
if not MYPY:
|
53401
|
+
class RegionUrlMapHeaderActionResponseHeadersToAddArgsDict(TypedDict):
|
53402
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
53403
|
+
"""
|
53404
|
+
The name of the header.
|
53405
|
+
"""
|
53406
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
53407
|
+
"""
|
53408
|
+
The value of the header to add.
|
53409
|
+
"""
|
53410
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
53411
|
+
"""
|
53412
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53413
|
+
The default value is false.
|
53414
|
+
"""
|
53415
|
+
elif False:
|
53416
|
+
RegionUrlMapHeaderActionResponseHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
53417
|
+
|
53418
|
+
@pulumi.input_type
|
53419
|
+
class RegionUrlMapHeaderActionResponseHeadersToAddArgs:
|
53420
|
+
def __init__(__self__, *,
|
53421
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
53422
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
53423
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
53424
|
+
"""
|
53425
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
53426
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
53427
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53428
|
+
The default value is false.
|
53429
|
+
"""
|
53430
|
+
if header_name is not None:
|
53431
|
+
pulumi.set(__self__, "header_name", header_name)
|
53432
|
+
if header_value is not None:
|
53433
|
+
pulumi.set(__self__, "header_value", header_value)
|
53434
|
+
if replace is not None:
|
53435
|
+
pulumi.set(__self__, "replace", replace)
|
53436
|
+
|
53437
|
+
@_builtins.property
|
53438
|
+
@pulumi.getter(name="headerName")
|
53439
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53440
|
+
"""
|
53441
|
+
The name of the header.
|
53442
|
+
"""
|
53443
|
+
return pulumi.get(self, "header_name")
|
53444
|
+
|
53445
|
+
@header_name.setter
|
53446
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53447
|
+
pulumi.set(self, "header_name", value)
|
53448
|
+
|
53449
|
+
@_builtins.property
|
53450
|
+
@pulumi.getter(name="headerValue")
|
53451
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
53452
|
+
"""
|
53453
|
+
The value of the header to add.
|
53454
|
+
"""
|
53455
|
+
return pulumi.get(self, "header_value")
|
53456
|
+
|
53457
|
+
@header_value.setter
|
53458
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53459
|
+
pulumi.set(self, "header_value", value)
|
53460
|
+
|
53461
|
+
@_builtins.property
|
53462
|
+
@pulumi.getter
|
53463
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
53464
|
+
"""
|
53465
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
53466
|
+
The default value is false.
|
53467
|
+
"""
|
53468
|
+
return pulumi.get(self, "replace")
|
53469
|
+
|
53470
|
+
@replace.setter
|
53471
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
53472
|
+
pulumi.set(self, "replace", value)
|
53473
|
+
|
53474
|
+
|
52895
53475
|
if not MYPY:
|
52896
53476
|
class RegionUrlMapHostRuleArgsDict(TypedDict):
|
52897
53477
|
hosts: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
@@ -53009,6 +53589,14 @@ if not MYPY:
|
|
53009
53589
|
"""
|
53010
53590
|
An optional description of this resource.
|
53011
53591
|
"""
|
53592
|
+
header_action: NotRequired[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgsDict']]
|
53593
|
+
"""
|
53594
|
+
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
53595
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
53596
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
53597
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53598
|
+
Structure is documented below.
|
53599
|
+
"""
|
53012
53600
|
path_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgsDict']]]]
|
53013
53601
|
"""
|
53014
53602
|
The list of path rules. Use this list instead of routeRules when routing based
|
@@ -53040,6 +53628,7 @@ class RegionUrlMapPathMatcherArgs:
|
|
53040
53628
|
default_service: Optional[pulumi.Input[_builtins.str]] = None,
|
53041
53629
|
default_url_redirect: Optional[pulumi.Input['RegionUrlMapPathMatcherDefaultUrlRedirectArgs']] = None,
|
53042
53630
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
53631
|
+
header_action: Optional[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs']] = None,
|
53043
53632
|
path_rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgs']]]] = None,
|
53044
53633
|
route_rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherRouteRuleArgs']]]] = None):
|
53045
53634
|
"""
|
@@ -53058,6 +53647,11 @@ class RegionUrlMapPathMatcherArgs:
|
|
53058
53647
|
defaultRouteAction must not be set.
|
53059
53648
|
Structure is documented below.
|
53060
53649
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource.
|
53650
|
+
:param pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs'] header_action: Specifies changes to request and response headers that need to take effect for the selected backendService.
|
53651
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
53652
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
53653
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53654
|
+
Structure is documented below.
|
53061
53655
|
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgs']]] path_rules: The list of path rules. Use this list instead of routeRules when routing based
|
53062
53656
|
on simple path matching is all that's required. The order by which path rules
|
53063
53657
|
are specified does not matter. Matches are always done on the longest-path-first
|
@@ -53082,6 +53676,8 @@ class RegionUrlMapPathMatcherArgs:
|
|
53082
53676
|
pulumi.set(__self__, "default_url_redirect", default_url_redirect)
|
53083
53677
|
if description is not None:
|
53084
53678
|
pulumi.set(__self__, "description", description)
|
53679
|
+
if header_action is not None:
|
53680
|
+
pulumi.set(__self__, "header_action", header_action)
|
53085
53681
|
if path_rules is not None:
|
53086
53682
|
pulumi.set(__self__, "path_rules", path_rules)
|
53087
53683
|
if route_rules is not None:
|
@@ -53157,6 +53753,22 @@ class RegionUrlMapPathMatcherArgs:
|
|
53157
53753
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
53158
53754
|
pulumi.set(self, "description", value)
|
53159
53755
|
|
53756
|
+
@_builtins.property
|
53757
|
+
@pulumi.getter(name="headerAction")
|
53758
|
+
def header_action(self) -> Optional[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs']]:
|
53759
|
+
"""
|
53760
|
+
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
53761
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
53762
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
53763
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53764
|
+
Structure is documented below.
|
53765
|
+
"""
|
53766
|
+
return pulumi.get(self, "header_action")
|
53767
|
+
|
53768
|
+
@header_action.setter
|
53769
|
+
def header_action(self, value: Optional[pulumi.Input['RegionUrlMapPathMatcherHeaderActionArgs']]):
|
53770
|
+
pulumi.set(self, "header_action", value)
|
53771
|
+
|
53160
53772
|
@_builtins.property
|
53161
53773
|
@pulumi.getter(name="pathRules")
|
53162
53774
|
def path_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherPathRuleArgs']]]]:
|
@@ -54838,6 +55450,254 @@ class RegionUrlMapPathMatcherDefaultUrlRedirectArgs:
|
|
54838
55450
|
pulumi.set(self, "redirect_response_code", value)
|
54839
55451
|
|
54840
55452
|
|
55453
|
+
if not MYPY:
|
55454
|
+
class RegionUrlMapPathMatcherHeaderActionArgsDict(TypedDict):
|
55455
|
+
request_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict']]]]
|
55456
|
+
"""
|
55457
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
55458
|
+
Structure is documented below.
|
55459
|
+
"""
|
55460
|
+
request_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
55461
|
+
"""
|
55462
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
55463
|
+
"""
|
55464
|
+
response_headers_to_adds: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict']]]]
|
55465
|
+
"""
|
55466
|
+
Headers to add the response before sending the response back to the client.
|
55467
|
+
Structure is documented below.
|
55468
|
+
"""
|
55469
|
+
response_headers_to_removes: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
55470
|
+
"""
|
55471
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
55472
|
+
"""
|
55473
|
+
elif False:
|
55474
|
+
RegionUrlMapPathMatcherHeaderActionArgsDict: TypeAlias = Mapping[str, Any]
|
55475
|
+
|
55476
|
+
@pulumi.input_type
|
55477
|
+
class RegionUrlMapPathMatcherHeaderActionArgs:
|
55478
|
+
def __init__(__self__, *,
|
55479
|
+
request_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]]] = None,
|
55480
|
+
request_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
55481
|
+
response_headers_to_adds: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]]] = None,
|
55482
|
+
response_headers_to_removes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
55483
|
+
"""
|
55484
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]] request_headers_to_adds: Headers to add to a matching request before forwarding the request to the backendService.
|
55485
|
+
Structure is documented below.
|
55486
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] request_headers_to_removes: A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
55487
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]] response_headers_to_adds: Headers to add the response before sending the response back to the client.
|
55488
|
+
Structure is documented below.
|
55489
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] response_headers_to_removes: A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
55490
|
+
"""
|
55491
|
+
if request_headers_to_adds is not None:
|
55492
|
+
pulumi.set(__self__, "request_headers_to_adds", request_headers_to_adds)
|
55493
|
+
if request_headers_to_removes is not None:
|
55494
|
+
pulumi.set(__self__, "request_headers_to_removes", request_headers_to_removes)
|
55495
|
+
if response_headers_to_adds is not None:
|
55496
|
+
pulumi.set(__self__, "response_headers_to_adds", response_headers_to_adds)
|
55497
|
+
if response_headers_to_removes is not None:
|
55498
|
+
pulumi.set(__self__, "response_headers_to_removes", response_headers_to_removes)
|
55499
|
+
|
55500
|
+
@_builtins.property
|
55501
|
+
@pulumi.getter(name="requestHeadersToAdds")
|
55502
|
+
def request_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]]]:
|
55503
|
+
"""
|
55504
|
+
Headers to add to a matching request before forwarding the request to the backendService.
|
55505
|
+
Structure is documented below.
|
55506
|
+
"""
|
55507
|
+
return pulumi.get(self, "request_headers_to_adds")
|
55508
|
+
|
55509
|
+
@request_headers_to_adds.setter
|
55510
|
+
def request_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs']]]]):
|
55511
|
+
pulumi.set(self, "request_headers_to_adds", value)
|
55512
|
+
|
55513
|
+
@_builtins.property
|
55514
|
+
@pulumi.getter(name="requestHeadersToRemoves")
|
55515
|
+
def request_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
55516
|
+
"""
|
55517
|
+
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
|
55518
|
+
"""
|
55519
|
+
return pulumi.get(self, "request_headers_to_removes")
|
55520
|
+
|
55521
|
+
@request_headers_to_removes.setter
|
55522
|
+
def request_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
55523
|
+
pulumi.set(self, "request_headers_to_removes", value)
|
55524
|
+
|
55525
|
+
@_builtins.property
|
55526
|
+
@pulumi.getter(name="responseHeadersToAdds")
|
55527
|
+
def response_headers_to_adds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]]]:
|
55528
|
+
"""
|
55529
|
+
Headers to add the response before sending the response back to the client.
|
55530
|
+
Structure is documented below.
|
55531
|
+
"""
|
55532
|
+
return pulumi.get(self, "response_headers_to_adds")
|
55533
|
+
|
55534
|
+
@response_headers_to_adds.setter
|
55535
|
+
def response_headers_to_adds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs']]]]):
|
55536
|
+
pulumi.set(self, "response_headers_to_adds", value)
|
55537
|
+
|
55538
|
+
@_builtins.property
|
55539
|
+
@pulumi.getter(name="responseHeadersToRemoves")
|
55540
|
+
def response_headers_to_removes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
55541
|
+
"""
|
55542
|
+
A list of header names for headers that need to be removed from the response before sending the response back to the client.
|
55543
|
+
"""
|
55544
|
+
return pulumi.get(self, "response_headers_to_removes")
|
55545
|
+
|
55546
|
+
@response_headers_to_removes.setter
|
55547
|
+
def response_headers_to_removes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
55548
|
+
pulumi.set(self, "response_headers_to_removes", value)
|
55549
|
+
|
55550
|
+
|
55551
|
+
if not MYPY:
|
55552
|
+
class RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict(TypedDict):
|
55553
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
55554
|
+
"""
|
55555
|
+
The name of the header.
|
55556
|
+
"""
|
55557
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
55558
|
+
"""
|
55559
|
+
The value of the header to add.
|
55560
|
+
"""
|
55561
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
55562
|
+
"""
|
55563
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55564
|
+
The default value is false.
|
55565
|
+
"""
|
55566
|
+
elif False:
|
55567
|
+
RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
55568
|
+
|
55569
|
+
@pulumi.input_type
|
55570
|
+
class RegionUrlMapPathMatcherHeaderActionRequestHeadersToAddArgs:
|
55571
|
+
def __init__(__self__, *,
|
55572
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
55573
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
55574
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
55575
|
+
"""
|
55576
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
55577
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
55578
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55579
|
+
The default value is false.
|
55580
|
+
"""
|
55581
|
+
if header_name is not None:
|
55582
|
+
pulumi.set(__self__, "header_name", header_name)
|
55583
|
+
if header_value is not None:
|
55584
|
+
pulumi.set(__self__, "header_value", header_value)
|
55585
|
+
if replace is not None:
|
55586
|
+
pulumi.set(__self__, "replace", replace)
|
55587
|
+
|
55588
|
+
@_builtins.property
|
55589
|
+
@pulumi.getter(name="headerName")
|
55590
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55591
|
+
"""
|
55592
|
+
The name of the header.
|
55593
|
+
"""
|
55594
|
+
return pulumi.get(self, "header_name")
|
55595
|
+
|
55596
|
+
@header_name.setter
|
55597
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55598
|
+
pulumi.set(self, "header_name", value)
|
55599
|
+
|
55600
|
+
@_builtins.property
|
55601
|
+
@pulumi.getter(name="headerValue")
|
55602
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55603
|
+
"""
|
55604
|
+
The value of the header to add.
|
55605
|
+
"""
|
55606
|
+
return pulumi.get(self, "header_value")
|
55607
|
+
|
55608
|
+
@header_value.setter
|
55609
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55610
|
+
pulumi.set(self, "header_value", value)
|
55611
|
+
|
55612
|
+
@_builtins.property
|
55613
|
+
@pulumi.getter
|
55614
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
55615
|
+
"""
|
55616
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55617
|
+
The default value is false.
|
55618
|
+
"""
|
55619
|
+
return pulumi.get(self, "replace")
|
55620
|
+
|
55621
|
+
@replace.setter
|
55622
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
55623
|
+
pulumi.set(self, "replace", value)
|
55624
|
+
|
55625
|
+
|
55626
|
+
if not MYPY:
|
55627
|
+
class RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict(TypedDict):
|
55628
|
+
header_name: NotRequired[pulumi.Input[_builtins.str]]
|
55629
|
+
"""
|
55630
|
+
The name of the header.
|
55631
|
+
"""
|
55632
|
+
header_value: NotRequired[pulumi.Input[_builtins.str]]
|
55633
|
+
"""
|
55634
|
+
The value of the header to add.
|
55635
|
+
"""
|
55636
|
+
replace: NotRequired[pulumi.Input[_builtins.bool]]
|
55637
|
+
"""
|
55638
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55639
|
+
The default value is false.
|
55640
|
+
"""
|
55641
|
+
elif False:
|
55642
|
+
RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgsDict: TypeAlias = Mapping[str, Any]
|
55643
|
+
|
55644
|
+
@pulumi.input_type
|
55645
|
+
class RegionUrlMapPathMatcherHeaderActionResponseHeadersToAddArgs:
|
55646
|
+
def __init__(__self__, *,
|
55647
|
+
header_name: Optional[pulumi.Input[_builtins.str]] = None,
|
55648
|
+
header_value: Optional[pulumi.Input[_builtins.str]] = None,
|
55649
|
+
replace: Optional[pulumi.Input[_builtins.bool]] = None):
|
55650
|
+
"""
|
55651
|
+
:param pulumi.Input[_builtins.str] header_name: The name of the header.
|
55652
|
+
:param pulumi.Input[_builtins.str] header_value: The value of the header to add.
|
55653
|
+
:param pulumi.Input[_builtins.bool] replace: If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55654
|
+
The default value is false.
|
55655
|
+
"""
|
55656
|
+
if header_name is not None:
|
55657
|
+
pulumi.set(__self__, "header_name", header_name)
|
55658
|
+
if header_value is not None:
|
55659
|
+
pulumi.set(__self__, "header_value", header_value)
|
55660
|
+
if replace is not None:
|
55661
|
+
pulumi.set(__self__, "replace", replace)
|
55662
|
+
|
55663
|
+
@_builtins.property
|
55664
|
+
@pulumi.getter(name="headerName")
|
55665
|
+
def header_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55666
|
+
"""
|
55667
|
+
The name of the header.
|
55668
|
+
"""
|
55669
|
+
return pulumi.get(self, "header_name")
|
55670
|
+
|
55671
|
+
@header_name.setter
|
55672
|
+
def header_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55673
|
+
pulumi.set(self, "header_name", value)
|
55674
|
+
|
55675
|
+
@_builtins.property
|
55676
|
+
@pulumi.getter(name="headerValue")
|
55677
|
+
def header_value(self) -> Optional[pulumi.Input[_builtins.str]]:
|
55678
|
+
"""
|
55679
|
+
The value of the header to add.
|
55680
|
+
"""
|
55681
|
+
return pulumi.get(self, "header_value")
|
55682
|
+
|
55683
|
+
@header_value.setter
|
55684
|
+
def header_value(self, value: Optional[pulumi.Input[_builtins.str]]):
|
55685
|
+
pulumi.set(self, "header_value", value)
|
55686
|
+
|
55687
|
+
@_builtins.property
|
55688
|
+
@pulumi.getter
|
55689
|
+
def replace(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
55690
|
+
"""
|
55691
|
+
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header.
|
55692
|
+
The default value is false.
|
55693
|
+
"""
|
55694
|
+
return pulumi.get(self, "replace")
|
55695
|
+
|
55696
|
+
@replace.setter
|
55697
|
+
def replace(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
55698
|
+
pulumi.set(self, "replace", value)
|
55699
|
+
|
55700
|
+
|
54841
55701
|
if not MYPY:
|
54842
55702
|
class RegionUrlMapPathMatcherPathRuleArgsDict(TypedDict):
|
54843
55703
|
paths: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|