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
@@ -25,6 +25,7 @@ class RegionUrlMapArgs:
|
|
25
25
|
default_service: Optional[pulumi.Input[_builtins.str]] = None,
|
26
26
|
default_url_redirect: Optional[pulumi.Input['RegionUrlMapDefaultUrlRedirectArgs']] = None,
|
27
27
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
28
|
+
header_action: Optional[pulumi.Input['RegionUrlMapHeaderActionArgs']] = None,
|
28
29
|
host_rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHostRuleArgs']]]] = None,
|
29
30
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
30
31
|
path_matchers: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapPathMatcherArgs']]]] = None,
|
@@ -51,6 +52,11 @@ class RegionUrlMapArgs:
|
|
51
52
|
Structure is documented below.
|
52
53
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
53
54
|
you create the resource.
|
55
|
+
:param pulumi.Input['RegionUrlMapHeaderActionArgs'] header_action: Specifies changes to request and response headers that need to take effect for the selected backendService.
|
56
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
57
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
58
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
59
|
+
Structure is documented below.
|
54
60
|
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHostRuleArgs']]] host_rules: The list of HostRules to use against the URL.
|
55
61
|
Structure is documented below.
|
56
62
|
:param pulumi.Input[_builtins.str] name: Name of the resource. Provided by the client when the resource is
|
@@ -78,6 +84,8 @@ class RegionUrlMapArgs:
|
|
78
84
|
pulumi.set(__self__, "default_url_redirect", default_url_redirect)
|
79
85
|
if description is not None:
|
80
86
|
pulumi.set(__self__, "description", description)
|
87
|
+
if header_action is not None:
|
88
|
+
pulumi.set(__self__, "header_action", header_action)
|
81
89
|
if host_rules is not None:
|
82
90
|
pulumi.set(__self__, "host_rules", host_rules)
|
83
91
|
if name is not None:
|
@@ -153,6 +161,22 @@ class RegionUrlMapArgs:
|
|
153
161
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
154
162
|
pulumi.set(self, "description", value)
|
155
163
|
|
164
|
+
@_builtins.property
|
165
|
+
@pulumi.getter(name="headerAction")
|
166
|
+
def header_action(self) -> Optional[pulumi.Input['RegionUrlMapHeaderActionArgs']]:
|
167
|
+
"""
|
168
|
+
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
169
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
170
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
171
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
172
|
+
Structure is documented below.
|
173
|
+
"""
|
174
|
+
return pulumi.get(self, "header_action")
|
175
|
+
|
176
|
+
@header_action.setter
|
177
|
+
def header_action(self, value: Optional[pulumi.Input['RegionUrlMapHeaderActionArgs']]):
|
178
|
+
pulumi.set(self, "header_action", value)
|
179
|
+
|
156
180
|
@_builtins.property
|
157
181
|
@pulumi.getter(name="hostRules")
|
158
182
|
def host_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHostRuleArgs']]]]:
|
@@ -247,6 +271,7 @@ class _RegionUrlMapState:
|
|
247
271
|
default_url_redirect: Optional[pulumi.Input['RegionUrlMapDefaultUrlRedirectArgs']] = None,
|
248
272
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
249
273
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
274
|
+
header_action: Optional[pulumi.Input['RegionUrlMapHeaderActionArgs']] = None,
|
250
275
|
host_rules: Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHostRuleArgs']]]] = None,
|
251
276
|
map_id: Optional[pulumi.Input[_builtins.int]] = None,
|
252
277
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -278,6 +303,11 @@ class _RegionUrlMapState:
|
|
278
303
|
you create the resource.
|
279
304
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during
|
280
305
|
updates of this resource.
|
306
|
+
:param pulumi.Input['RegionUrlMapHeaderActionArgs'] header_action: Specifies changes to request and response headers that need to take effect for the selected backendService.
|
307
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
308
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
309
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
310
|
+
Structure is documented below.
|
281
311
|
:param pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHostRuleArgs']]] host_rules: The list of HostRules to use against the URL.
|
282
312
|
Structure is documented below.
|
283
313
|
:param pulumi.Input[_builtins.int] map_id: The unique identifier for the resource.
|
@@ -311,6 +341,8 @@ class _RegionUrlMapState:
|
|
311
341
|
pulumi.set(__self__, "description", description)
|
312
342
|
if fingerprint is not None:
|
313
343
|
pulumi.set(__self__, "fingerprint", fingerprint)
|
344
|
+
if header_action is not None:
|
345
|
+
pulumi.set(__self__, "header_action", header_action)
|
314
346
|
if host_rules is not None:
|
315
347
|
pulumi.set(__self__, "host_rules", host_rules)
|
316
348
|
if map_id is not None:
|
@@ -415,6 +447,22 @@ class _RegionUrlMapState:
|
|
415
447
|
def fingerprint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
416
448
|
pulumi.set(self, "fingerprint", value)
|
417
449
|
|
450
|
+
@_builtins.property
|
451
|
+
@pulumi.getter(name="headerAction")
|
452
|
+
def header_action(self) -> Optional[pulumi.Input['RegionUrlMapHeaderActionArgs']]:
|
453
|
+
"""
|
454
|
+
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
455
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
456
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
457
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
458
|
+
Structure is documented below.
|
459
|
+
"""
|
460
|
+
return pulumi.get(self, "header_action")
|
461
|
+
|
462
|
+
@header_action.setter
|
463
|
+
def header_action(self, value: Optional[pulumi.Input['RegionUrlMapHeaderActionArgs']]):
|
464
|
+
pulumi.set(self, "header_action", value)
|
465
|
+
|
418
466
|
@_builtins.property
|
419
467
|
@pulumi.getter(name="hostRules")
|
420
468
|
def host_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionUrlMapHostRuleArgs']]]]:
|
@@ -534,6 +582,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
534
582
|
default_service: Optional[pulumi.Input[_builtins.str]] = None,
|
535
583
|
default_url_redirect: Optional[pulumi.Input[Union['RegionUrlMapDefaultUrlRedirectArgs', 'RegionUrlMapDefaultUrlRedirectArgsDict']]] = None,
|
536
584
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
585
|
+
header_action: Optional[pulumi.Input[Union['RegionUrlMapHeaderActionArgs', 'RegionUrlMapHeaderActionArgsDict']]] = None,
|
537
586
|
host_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionUrlMapHostRuleArgs', 'RegionUrlMapHostRuleArgsDict']]]]] = None,
|
538
587
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
539
588
|
path_matchers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionUrlMapPathMatcherArgs', 'RegionUrlMapPathMatcherArgsDict']]]]] = None,
|
@@ -1559,6 +1608,11 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
1559
1608
|
Structure is documented below.
|
1560
1609
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
1561
1610
|
you create the resource.
|
1611
|
+
:param pulumi.Input[Union['RegionUrlMapHeaderActionArgs', 'RegionUrlMapHeaderActionArgsDict']] header_action: Specifies changes to request and response headers that need to take effect for the selected backendService.
|
1612
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
1613
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
1614
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
1615
|
+
Structure is documented below.
|
1562
1616
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionUrlMapHostRuleArgs', 'RegionUrlMapHostRuleArgsDict']]]] host_rules: The list of HostRules to use against the URL.
|
1563
1617
|
Structure is documented below.
|
1564
1618
|
:param pulumi.Input[_builtins.str] name: Name of the resource. Provided by the client when the resource is
|
@@ -2601,6 +2655,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
2601
2655
|
default_service: Optional[pulumi.Input[_builtins.str]] = None,
|
2602
2656
|
default_url_redirect: Optional[pulumi.Input[Union['RegionUrlMapDefaultUrlRedirectArgs', 'RegionUrlMapDefaultUrlRedirectArgsDict']]] = None,
|
2603
2657
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
2658
|
+
header_action: Optional[pulumi.Input[Union['RegionUrlMapHeaderActionArgs', 'RegionUrlMapHeaderActionArgsDict']]] = None,
|
2604
2659
|
host_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionUrlMapHostRuleArgs', 'RegionUrlMapHostRuleArgsDict']]]]] = None,
|
2605
2660
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
2606
2661
|
path_matchers: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionUrlMapPathMatcherArgs', 'RegionUrlMapPathMatcherArgsDict']]]]] = None,
|
@@ -2620,6 +2675,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
2620
2675
|
__props__.__dict__["default_service"] = default_service
|
2621
2676
|
__props__.__dict__["default_url_redirect"] = default_url_redirect
|
2622
2677
|
__props__.__dict__["description"] = description
|
2678
|
+
__props__.__dict__["header_action"] = header_action
|
2623
2679
|
__props__.__dict__["host_rules"] = host_rules
|
2624
2680
|
__props__.__dict__["name"] = name
|
2625
2681
|
__props__.__dict__["path_matchers"] = path_matchers
|
@@ -2646,6 +2702,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
2646
2702
|
default_url_redirect: Optional[pulumi.Input[Union['RegionUrlMapDefaultUrlRedirectArgs', 'RegionUrlMapDefaultUrlRedirectArgsDict']]] = None,
|
2647
2703
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
2648
2704
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
2705
|
+
header_action: Optional[pulumi.Input[Union['RegionUrlMapHeaderActionArgs', 'RegionUrlMapHeaderActionArgsDict']]] = None,
|
2649
2706
|
host_rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionUrlMapHostRuleArgs', 'RegionUrlMapHostRuleArgsDict']]]]] = None,
|
2650
2707
|
map_id: Optional[pulumi.Input[_builtins.int]] = None,
|
2651
2708
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2682,6 +2739,11 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
2682
2739
|
you create the resource.
|
2683
2740
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during
|
2684
2741
|
updates of this resource.
|
2742
|
+
:param pulumi.Input[Union['RegionUrlMapHeaderActionArgs', 'RegionUrlMapHeaderActionArgsDict']] header_action: Specifies changes to request and response headers that need to take effect for the selected backendService.
|
2743
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
2744
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
2745
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
2746
|
+
Structure is documented below.
|
2685
2747
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionUrlMapHostRuleArgs', 'RegionUrlMapHostRuleArgsDict']]]] host_rules: The list of HostRules to use against the URL.
|
2686
2748
|
Structure is documented below.
|
2687
2749
|
:param pulumi.Input[_builtins.int] map_id: The unique identifier for the resource.
|
@@ -2713,6 +2775,7 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
2713
2775
|
__props__.__dict__["default_url_redirect"] = default_url_redirect
|
2714
2776
|
__props__.__dict__["description"] = description
|
2715
2777
|
__props__.__dict__["fingerprint"] = fingerprint
|
2778
|
+
__props__.__dict__["header_action"] = header_action
|
2716
2779
|
__props__.__dict__["host_rules"] = host_rules
|
2717
2780
|
__props__.__dict__["map_id"] = map_id
|
2718
2781
|
__props__.__dict__["name"] = name
|
@@ -2786,6 +2849,18 @@ class RegionUrlMap(pulumi.CustomResource):
|
|
2786
2849
|
"""
|
2787
2850
|
return pulumi.get(self, "fingerprint")
|
2788
2851
|
|
2852
|
+
@_builtins.property
|
2853
|
+
@pulumi.getter(name="headerAction")
|
2854
|
+
def header_action(self) -> pulumi.Output[Optional['outputs.RegionUrlMapHeaderAction']]:
|
2855
|
+
"""
|
2856
|
+
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
2857
|
+
headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap.
|
2858
|
+
headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
2859
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
2860
|
+
Structure is documented below.
|
2861
|
+
"""
|
2862
|
+
return pulumi.get(self, "header_action")
|
2863
|
+
|
2789
2864
|
@_builtins.property
|
2790
2865
|
@pulumi.getter(name="hostRules")
|
2791
2866
|
def host_rules(self) -> pulumi.Output[Optional[Sequence['outputs.RegionUrlMapHostRule']]]:
|
pulumi_gcp/compute/subnetwork.py
CHANGED
@@ -24,7 +24,6 @@ class SubnetworkArgs:
|
|
24
24
|
network: pulumi.Input[_builtins.str],
|
25
25
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
26
26
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
28
27
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
29
28
|
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
30
29
|
ip_collection: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -53,13 +52,6 @@ class SubnetworkArgs:
|
|
53
52
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
54
53
|
you create the resource. This field can be set only at resource
|
55
54
|
creation time.
|
56
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
57
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
58
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
59
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
60
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
61
|
-
|
62
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
63
55
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
64
56
|
:param pulumi.Input[_builtins.str] ip_cidr_range: The range of internal addresses that are owned by this subnetwork.
|
65
57
|
Provide this property when you create the subnetwork. For example,
|
@@ -135,11 +127,6 @@ class SubnetworkArgs:
|
|
135
127
|
pulumi.set(__self__, "allow_subnet_cidr_routes_overlap", allow_subnet_cidr_routes_overlap)
|
136
128
|
if description is not None:
|
137
129
|
pulumi.set(__self__, "description", description)
|
138
|
-
if enable_flow_logs is not None:
|
139
|
-
warnings.warn("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""", DeprecationWarning)
|
140
|
-
pulumi.log.warn("""enable_flow_logs is deprecated: This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
141
|
-
if enable_flow_logs is not None:
|
142
|
-
pulumi.set(__self__, "enable_flow_logs", enable_flow_logs)
|
143
130
|
if external_ipv6_prefix is not None:
|
144
131
|
pulumi.set(__self__, "external_ipv6_prefix", external_ipv6_prefix)
|
145
132
|
if ip_cidr_range is not None:
|
@@ -217,25 +204,6 @@ class SubnetworkArgs:
|
|
217
204
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
218
205
|
pulumi.set(self, "description", value)
|
219
206
|
|
220
|
-
@_builtins.property
|
221
|
-
@pulumi.getter(name="enableFlowLogs")
|
222
|
-
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
223
|
-
def enable_flow_logs(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
224
|
-
"""
|
225
|
-
(Optional, Deprecated)
|
226
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
227
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
228
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
229
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
230
|
-
|
231
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
232
|
-
"""
|
233
|
-
return pulumi.get(self, "enable_flow_logs")
|
234
|
-
|
235
|
-
@enable_flow_logs.setter
|
236
|
-
def enable_flow_logs(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
237
|
-
pulumi.set(self, "enable_flow_logs", value)
|
238
|
-
|
239
207
|
@_builtins.property
|
240
208
|
@pulumi.getter(name="externalIpv6Prefix")
|
241
209
|
def external_ipv6_prefix(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -499,7 +467,6 @@ class _SubnetworkState:
|
|
499
467
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
500
468
|
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
501
469
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
502
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
503
470
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
504
471
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
505
472
|
gateway_address: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -536,13 +503,6 @@ class _SubnetworkState:
|
|
536
503
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
537
504
|
you create the resource. This field can be set only at resource
|
538
505
|
creation time.
|
539
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
540
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
541
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
542
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
543
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
544
|
-
|
545
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
546
506
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
547
507
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during updates of this resource.
|
548
508
|
:param pulumi.Input[_builtins.str] gateway_address: The gateway address for default routes to reach destination addresses
|
@@ -637,11 +597,6 @@ class _SubnetworkState:
|
|
637
597
|
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
638
598
|
if description is not None:
|
639
599
|
pulumi.set(__self__, "description", description)
|
640
|
-
if enable_flow_logs is not None:
|
641
|
-
warnings.warn("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""", DeprecationWarning)
|
642
|
-
pulumi.log.warn("""enable_flow_logs is deprecated: This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
643
|
-
if enable_flow_logs is not None:
|
644
|
-
pulumi.set(__self__, "enable_flow_logs", enable_flow_logs)
|
645
600
|
if external_ipv6_prefix is not None:
|
646
601
|
pulumi.set(__self__, "external_ipv6_prefix", external_ipv6_prefix)
|
647
602
|
if fingerprint is not None:
|
@@ -739,25 +694,6 @@ class _SubnetworkState:
|
|
739
694
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
740
695
|
pulumi.set(self, "description", value)
|
741
696
|
|
742
|
-
@_builtins.property
|
743
|
-
@pulumi.getter(name="enableFlowLogs")
|
744
|
-
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
745
|
-
def enable_flow_logs(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
746
|
-
"""
|
747
|
-
(Optional, Deprecated)
|
748
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
749
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
750
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
751
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
752
|
-
|
753
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
754
|
-
"""
|
755
|
-
return pulumi.get(self, "enable_flow_logs")
|
756
|
-
|
757
|
-
@enable_flow_logs.setter
|
758
|
-
def enable_flow_logs(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
759
|
-
pulumi.set(self, "enable_flow_logs", value)
|
760
|
-
|
761
697
|
@_builtins.property
|
762
698
|
@pulumi.getter(name="externalIpv6Prefix")
|
763
699
|
def external_ipv6_prefix(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1141,7 +1077,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1141
1077
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1142
1078
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
1143
1079
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1144
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
1145
1080
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
1146
1081
|
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
1147
1082
|
ip_collection: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1412,13 +1347,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1412
1347
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
1413
1348
|
you create the resource. This field can be set only at resource
|
1414
1349
|
creation time.
|
1415
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
1416
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
1417
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
1418
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
1419
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
1420
|
-
|
1421
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
1422
1350
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
1423
1351
|
:param pulumi.Input[_builtins.str] ip_cidr_range: The range of internal addresses that are owned by this subnetwork.
|
1424
1352
|
Provide this property when you create the subnetwork. For example,
|
@@ -1756,7 +1684,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1756
1684
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1757
1685
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
1758
1686
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1759
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
1760
1687
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
1761
1688
|
ip_cidr_range: Optional[pulumi.Input[_builtins.str]] = None,
|
1762
1689
|
ip_collection: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1786,7 +1713,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1786
1713
|
|
1787
1714
|
__props__.__dict__["allow_subnet_cidr_routes_overlap"] = allow_subnet_cidr_routes_overlap
|
1788
1715
|
__props__.__dict__["description"] = description
|
1789
|
-
__props__.__dict__["enable_flow_logs"] = enable_flow_logs
|
1790
1716
|
__props__.__dict__["external_ipv6_prefix"] = external_ipv6_prefix
|
1791
1717
|
__props__.__dict__["ip_cidr_range"] = ip_cidr_range
|
1792
1718
|
__props__.__dict__["ip_collection"] = ip_collection
|
@@ -1829,7 +1755,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1829
1755
|
allow_subnet_cidr_routes_overlap: Optional[pulumi.Input[_builtins.bool]] = None,
|
1830
1756
|
creation_timestamp: Optional[pulumi.Input[_builtins.str]] = None,
|
1831
1757
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
1832
|
-
enable_flow_logs: Optional[pulumi.Input[_builtins.bool]] = None,
|
1833
1758
|
external_ipv6_prefix: Optional[pulumi.Input[_builtins.str]] = None,
|
1834
1759
|
fingerprint: Optional[pulumi.Input[_builtins.str]] = None,
|
1835
1760
|
gateway_address: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -1871,13 +1796,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1871
1796
|
:param pulumi.Input[_builtins.str] description: An optional description of this resource. Provide this property when
|
1872
1797
|
you create the resource. This field can be set only at resource
|
1873
1798
|
creation time.
|
1874
|
-
:param pulumi.Input[_builtins.bool] enable_flow_logs: (Optional, Deprecated)
|
1875
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
1876
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
1877
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
1878
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
1879
|
-
|
1880
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
1881
1799
|
:param pulumi.Input[_builtins.str] external_ipv6_prefix: The range of external IPv6 addresses that are owned by this subnetwork.
|
1882
1800
|
:param pulumi.Input[_builtins.str] fingerprint: Fingerprint of this resource. This field is used internally during updates of this resource.
|
1883
1801
|
:param pulumi.Input[_builtins.str] gateway_address: The gateway address for default routes to reach destination addresses
|
@@ -1973,7 +1891,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
1973
1891
|
__props__.__dict__["allow_subnet_cidr_routes_overlap"] = allow_subnet_cidr_routes_overlap
|
1974
1892
|
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1975
1893
|
__props__.__dict__["description"] = description
|
1976
|
-
__props__.__dict__["enable_flow_logs"] = enable_flow_logs
|
1977
1894
|
__props__.__dict__["external_ipv6_prefix"] = external_ipv6_prefix
|
1978
1895
|
__props__.__dict__["fingerprint"] = fingerprint
|
1979
1896
|
__props__.__dict__["gateway_address"] = gateway_address
|
@@ -2031,21 +1948,6 @@ class Subnetwork(pulumi.CustomResource):
|
|
2031
1948
|
"""
|
2032
1949
|
return pulumi.get(self, "description")
|
2033
1950
|
|
2034
|
-
@_builtins.property
|
2035
|
-
@pulumi.getter(name="enableFlowLogs")
|
2036
|
-
@_utilities.deprecated("""This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.""")
|
2037
|
-
def enable_flow_logs(self) -> pulumi.Output[_builtins.bool]:
|
2038
|
-
"""
|
2039
|
-
(Optional, Deprecated)
|
2040
|
-
Whether to enable flow logging for this subnetwork. If this field is not explicitly set,
|
2041
|
-
it will not appear in get listings. If not set the default behavior is determined by the
|
2042
|
-
org policy, if there is no org policy specified, then it will default to disabled.
|
2043
|
-
This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
2044
|
-
|
2045
|
-
> **Warning:** This field is being removed in favor of log_config. If log_config is present, flow logs are enabled.
|
2046
|
-
"""
|
2047
|
-
return pulumi.get(self, "enable_flow_logs")
|
2048
|
-
|
2049
1951
|
@_builtins.property
|
2050
1952
|
@pulumi.getter(name="externalIpv6Prefix")
|
2051
1953
|
def external_ipv6_prefix(self) -> pulumi.Output[_builtins.str]:
|
pulumi_gcp/compute/wire_group.py
CHANGED
@@ -389,6 +389,14 @@ class WireGroup(pulumi.CustomResource):
|
|
389
389
|
wire_properties: Optional[pulumi.Input[Union['WireGroupWirePropertiesArgs', 'WireGroupWirePropertiesArgsDict']]] = None,
|
390
390
|
__props__=None):
|
391
391
|
"""
|
392
|
+
The WireGroup resource represents a group of redundant wires between interconnects in two different metros. Each WireGroup belongs to a CrossSiteNetwork. A wire group defines endpoints and the wires which exist between them.
|
393
|
+
|
394
|
+
To get more information about WireGroup, see:
|
395
|
+
|
396
|
+
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/wireGroups)
|
397
|
+
* How-to Guides
|
398
|
+
* [Create a WireGroup](https://cloud.google.com/network-connectivity/docs/interconnect/how-to/cross-site/modify-network#add-wire-group)
|
399
|
+
|
392
400
|
## Example Usage
|
393
401
|
|
394
402
|
### Compute Wire Group Basic
|
@@ -466,6 +474,14 @@ class WireGroup(pulumi.CustomResource):
|
|
466
474
|
args: WireGroupArgs,
|
467
475
|
opts: Optional[pulumi.ResourceOptions] = None):
|
468
476
|
"""
|
477
|
+
The WireGroup resource represents a group of redundant wires between interconnects in two different metros. Each WireGroup belongs to a CrossSiteNetwork. A wire group defines endpoints and the wires which exist between them.
|
478
|
+
|
479
|
+
To get more information about WireGroup, see:
|
480
|
+
|
481
|
+
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/wireGroups)
|
482
|
+
* How-to Guides
|
483
|
+
* [Create a WireGroup](https://cloud.google.com/network-connectivity/docs/interconnect/how-to/cross-site/modify-network#add-wire-group)
|
484
|
+
|
469
485
|
## Example Usage
|
470
486
|
|
471
487
|
### Compute Wire Group Basic
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -333,6 +333,8 @@ runtimeConfigCustomEndpoint: Optional[str]
|
|
333
333
|
|
334
334
|
runtimeconfigCustomEndpoint: Optional[str]
|
335
335
|
|
336
|
+
saasRuntimeCustomEndpoint: Optional[str]
|
337
|
+
|
336
338
|
scopes: Optional[str]
|
337
339
|
|
338
340
|
secretManagerCustomEndpoint: Optional[str]
|
@@ -383,8 +385,6 @@ tagsCustomEndpoint: Optional[str]
|
|
383
385
|
|
384
386
|
tagsLocationCustomEndpoint: Optional[str]
|
385
387
|
|
386
|
-
tpuCustomEndpoint: Optional[str]
|
387
|
-
|
388
388
|
tpuV2CustomEndpoint: Optional[str]
|
389
389
|
|
390
390
|
transcoderCustomEndpoint: Optional[str]
|
pulumi_gcp/config/vars.py
CHANGED
@@ -657,6 +657,10 @@ class _ExportableConfig(types.ModuleType):
|
|
657
657
|
def runtimeconfig_custom_endpoint(self) -> Optional[str]:
|
658
658
|
return __config__.get('runtimeconfigCustomEndpoint')
|
659
659
|
|
660
|
+
@_builtins.property
|
661
|
+
def saas_runtime_custom_endpoint(self) -> Optional[str]:
|
662
|
+
return __config__.get('saasRuntimeCustomEndpoint')
|
663
|
+
|
660
664
|
@_builtins.property
|
661
665
|
def scopes(self) -> Optional[str]:
|
662
666
|
return __config__.get('scopes')
|
@@ -757,10 +761,6 @@ class _ExportableConfig(types.ModuleType):
|
|
757
761
|
def tags_location_custom_endpoint(self) -> Optional[str]:
|
758
762
|
return __config__.get('tagsLocationCustomEndpoint')
|
759
763
|
|
760
|
-
@_builtins.property
|
761
|
-
def tpu_custom_endpoint(self) -> Optional[str]:
|
762
|
-
return __config__.get('tpuCustomEndpoint')
|
763
|
-
|
764
764
|
@_builtins.property
|
765
765
|
def tpu_v2_custom_endpoint(self) -> Optional[str]:
|
766
766
|
return __config__.get('tpuV2CustomEndpoint')
|