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
@@ -366,6 +366,12 @@ class AuthorizationPolicy(pulumi.CustomResource):
|
|
366
366
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AuthorizationPolicyRuleArgs', 'AuthorizationPolicyRuleArgsDict']]]]] = None,
|
367
367
|
__props__=None):
|
368
368
|
"""
|
369
|
+
AuthorizationPolicy is a resource that specifies how a server should authorize incoming connections. This resource in itself does not change the configuration unless it's attached to a target https proxy or endpoint config selector resource.
|
370
|
+
|
371
|
+
To get more information about AuthorizationPolicy, see:
|
372
|
+
|
373
|
+
* [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/projects.locations.authorizationPolicies)
|
374
|
+
|
369
375
|
## Example Usage
|
370
376
|
|
371
377
|
### Network Security Authorization Policy Basic
|
@@ -466,6 +472,12 @@ class AuthorizationPolicy(pulumi.CustomResource):
|
|
466
472
|
args: AuthorizationPolicyArgs,
|
467
473
|
opts: Optional[pulumi.ResourceOptions] = None):
|
468
474
|
"""
|
475
|
+
AuthorizationPolicy is a resource that specifies how a server should authorize incoming connections. This resource in itself does not change the configuration unless it's attached to a target https proxy or endpoint config selector resource.
|
476
|
+
|
477
|
+
To get more information about AuthorizationPolicy, see:
|
478
|
+
|
479
|
+
* [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/projects.locations.authorizationPolicies)
|
480
|
+
|
469
481
|
## Example Usage
|
470
482
|
|
471
483
|
### Network Security Authorization Policy Basic
|
@@ -75,7 +75,7 @@ class GatewayArgs:
|
|
75
75
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
76
76
|
If it is not provided, the provider project is used.
|
77
77
|
:param pulumi.Input[_builtins.str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
|
78
|
-
Possible values are: `NEXT_HOP_ROUTING_MODE`.
|
78
|
+
Possible values are: `NEXT_HOP_ROUTING_MODE`, `EXPLICIT_ROUTING_MODE`.
|
79
79
|
:param pulumi.Input[_builtins.str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
|
80
80
|
The configuration for multiple Gateway instances with the same scope will be merged as presented as a single coniguration to the proxy/load balancer.
|
81
81
|
Max length 64 characters. Scope should start with a letter and can only have letters, numbers, hyphens.
|
@@ -313,7 +313,7 @@ class GatewayArgs:
|
|
313
313
|
def routing_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
314
314
|
"""
|
315
315
|
The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
|
316
|
-
Possible values are: `NEXT_HOP_ROUTING_MODE`.
|
316
|
+
Possible values are: `NEXT_HOP_ROUTING_MODE`, `EXPLICIT_ROUTING_MODE`.
|
317
317
|
"""
|
318
318
|
return pulumi.get(self, "routing_mode")
|
319
319
|
|
@@ -428,7 +428,7 @@ class _GatewayState:
|
|
428
428
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
429
429
|
and default labels configured on the provider.
|
430
430
|
:param pulumi.Input[_builtins.str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
|
431
|
-
Possible values are: `NEXT_HOP_ROUTING_MODE`.
|
431
|
+
Possible values are: `NEXT_HOP_ROUTING_MODE`, `EXPLICIT_ROUTING_MODE`.
|
432
432
|
:param pulumi.Input[_builtins.str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
|
433
433
|
The configuration for multiple Gateway instances with the same scope will be merged as presented as a single coniguration to the proxy/load balancer.
|
434
434
|
Max length 64 characters. Scope should start with a letter and can only have letters, numbers, hyphens.
|
@@ -706,7 +706,7 @@ class _GatewayState:
|
|
706
706
|
def routing_mode(self) -> Optional[pulumi.Input[_builtins.str]]:
|
707
707
|
"""
|
708
708
|
The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
|
709
|
-
Possible values are: `NEXT_HOP_ROUTING_MODE`.
|
709
|
+
Possible values are: `NEXT_HOP_ROUTING_MODE`, `EXPLICIT_ROUTING_MODE`.
|
710
710
|
"""
|
711
711
|
return pulumi.get(self, "routing_mode")
|
712
712
|
|
@@ -1045,7 +1045,7 @@ class Gateway(pulumi.CustomResource):
|
|
1045
1045
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1046
1046
|
If it is not provided, the provider project is used.
|
1047
1047
|
:param pulumi.Input[_builtins.str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
|
1048
|
-
Possible values are: `NEXT_HOP_ROUTING_MODE`.
|
1048
|
+
Possible values are: `NEXT_HOP_ROUTING_MODE`, `EXPLICIT_ROUTING_MODE`.
|
1049
1049
|
:param pulumi.Input[_builtins.str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
|
1050
1050
|
The configuration for multiple Gateway instances with the same scope will be merged as presented as a single coniguration to the proxy/load balancer.
|
1051
1051
|
Max length 64 characters. Scope should start with a letter and can only have letters, numbers, hyphens.
|
@@ -1403,7 +1403,7 @@ class Gateway(pulumi.CustomResource):
|
|
1403
1403
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
1404
1404
|
and default labels configured on the provider.
|
1405
1405
|
:param pulumi.Input[_builtins.str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
|
1406
|
-
Possible values are: `NEXT_HOP_ROUTING_MODE`.
|
1406
|
+
Possible values are: `NEXT_HOP_ROUTING_MODE`, `EXPLICIT_ROUTING_MODE`.
|
1407
1407
|
:param pulumi.Input[_builtins.str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
|
1408
1408
|
The configuration for multiple Gateway instances with the same scope will be merged as presented as a single coniguration to the proxy/load balancer.
|
1409
1409
|
Max length 64 characters. Scope should start with a letter and can only have letters, numbers, hyphens.
|
@@ -1599,7 +1599,7 @@ class Gateway(pulumi.CustomResource):
|
|
1599
1599
|
def routing_mode(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1600
1600
|
"""
|
1601
1601
|
The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
|
1602
|
-
Possible values are: `NEXT_HOP_ROUTING_MODE`.
|
1602
|
+
Possible values are: `NEXT_HOP_ROUTING_MODE`, `EXPLICIT_ROUTING_MODE`.
|
1603
1603
|
"""
|
1604
1604
|
return pulumi.get(self, "routing_mode")
|
1605
1605
|
|
@@ -23,10 +23,10 @@ class LbTrafficExtensionArgs:
|
|
23
23
|
def __init__(__self__, *,
|
24
24
|
extension_chains: pulumi.Input[Sequence[pulumi.Input['LbTrafficExtensionExtensionChainArgs']]],
|
25
25
|
forwarding_rules: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
26
|
+
load_balancing_scheme: pulumi.Input[_builtins.str],
|
26
27
|
location: pulumi.Input[_builtins.str],
|
27
28
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
28
29
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
29
|
-
load_balancing_scheme: Optional[pulumi.Input[_builtins.str]] = None,
|
30
30
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
31
31
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
32
32
|
"""
|
@@ -39,28 +39,27 @@ class LbTrafficExtensionArgs:
|
|
39
39
|
Structure is documented below.
|
40
40
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] forwarding_rules: A list of references to the forwarding rules to which this service extension is attached to.
|
41
41
|
At least one forwarding rule is required. There can be only one LBTrafficExtension resource per forwarding rule.
|
42
|
+
:param pulumi.Input[_builtins.str] load_balancing_scheme: All backend services and forwarding rules referenced by this extension must share the same load balancing scheme.
|
43
|
+
For more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
44
|
+
[Supported application load balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs).
|
45
|
+
Possible values are: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.
|
42
46
|
:param pulumi.Input[_builtins.str] location: The location of the traffic extension
|
43
47
|
:param pulumi.Input[_builtins.str] description: A human-readable description of the resource.
|
44
48
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Set of labels associated with the LbTrafficExtension resource.
|
45
49
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
46
50
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
47
|
-
:param pulumi.Input[_builtins.str] load_balancing_scheme: All backend services and forwarding rules referenced by this extension must share the same load balancing scheme.
|
48
|
-
For more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
49
|
-
[Supported application load balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs).
|
50
|
-
Possible values are: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.
|
51
51
|
:param pulumi.Input[_builtins.str] name: Name of the LbTrafficExtension resource in the following format: projects/{project}/locations/{location}/lbTrafficExtensions/{lbTrafficExtension}.
|
52
52
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
53
53
|
If it is not provided, the provider project is used.
|
54
54
|
"""
|
55
55
|
pulumi.set(__self__, "extension_chains", extension_chains)
|
56
56
|
pulumi.set(__self__, "forwarding_rules", forwarding_rules)
|
57
|
+
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
57
58
|
pulumi.set(__self__, "location", location)
|
58
59
|
if description is not None:
|
59
60
|
pulumi.set(__self__, "description", description)
|
60
61
|
if labels is not None:
|
61
62
|
pulumi.set(__self__, "labels", labels)
|
62
|
-
if load_balancing_scheme is not None:
|
63
|
-
pulumi.set(__self__, "load_balancing_scheme", load_balancing_scheme)
|
64
63
|
if name is not None:
|
65
64
|
pulumi.set(__self__, "name", name)
|
66
65
|
if project is not None:
|
@@ -96,6 +95,21 @@ class LbTrafficExtensionArgs:
|
|
96
95
|
def forwarding_rules(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
97
96
|
pulumi.set(self, "forwarding_rules", value)
|
98
97
|
|
98
|
+
@_builtins.property
|
99
|
+
@pulumi.getter(name="loadBalancingScheme")
|
100
|
+
def load_balancing_scheme(self) -> pulumi.Input[_builtins.str]:
|
101
|
+
"""
|
102
|
+
All backend services and forwarding rules referenced by this extension must share the same load balancing scheme.
|
103
|
+
For more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
104
|
+
[Supported application load balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs).
|
105
|
+
Possible values are: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.
|
106
|
+
"""
|
107
|
+
return pulumi.get(self, "load_balancing_scheme")
|
108
|
+
|
109
|
+
@load_balancing_scheme.setter
|
110
|
+
def load_balancing_scheme(self, value: pulumi.Input[_builtins.str]):
|
111
|
+
pulumi.set(self, "load_balancing_scheme", value)
|
112
|
+
|
99
113
|
@_builtins.property
|
100
114
|
@pulumi.getter
|
101
115
|
def location(self) -> pulumi.Input[_builtins.str]:
|
@@ -134,21 +148,6 @@ class LbTrafficExtensionArgs:
|
|
134
148
|
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
135
149
|
pulumi.set(self, "labels", value)
|
136
150
|
|
137
|
-
@_builtins.property
|
138
|
-
@pulumi.getter(name="loadBalancingScheme")
|
139
|
-
def load_balancing_scheme(self) -> Optional[pulumi.Input[_builtins.str]]:
|
140
|
-
"""
|
141
|
-
All backend services and forwarding rules referenced by this extension must share the same load balancing scheme.
|
142
|
-
For more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
143
|
-
[Supported application load balancers](https://cloud.google.com/service-extensions/docs/callouts-overview#supported-lbs).
|
144
|
-
Possible values are: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`.
|
145
|
-
"""
|
146
|
-
return pulumi.get(self, "load_balancing_scheme")
|
147
|
-
|
148
|
-
@load_balancing_scheme.setter
|
149
|
-
def load_balancing_scheme(self, value: Optional[pulumi.Input[_builtins.str]]):
|
150
|
-
pulumi.set(self, "load_balancing_scheme", value)
|
151
|
-
|
152
151
|
@_builtins.property
|
153
152
|
@pulumi.getter
|
154
153
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -523,6 +522,8 @@ class LbTrafficExtension(pulumi.CustomResource):
|
|
523
522
|
raise TypeError("Missing required property 'forwarding_rules'")
|
524
523
|
__props__.__dict__["forwarding_rules"] = forwarding_rules
|
525
524
|
__props__.__dict__["labels"] = labels
|
525
|
+
if load_balancing_scheme is None and not opts.urn:
|
526
|
+
raise TypeError("Missing required property 'load_balancing_scheme'")
|
526
527
|
__props__.__dict__["load_balancing_scheme"] = load_balancing_scheme
|
527
528
|
if location is None and not opts.urn:
|
528
529
|
raise TypeError("Missing required property 'location'")
|
@@ -650,7 +651,7 @@ class LbTrafficExtension(pulumi.CustomResource):
|
|
650
651
|
|
651
652
|
@_builtins.property
|
652
653
|
@pulumi.getter(name="loadBalancingScheme")
|
653
|
-
def load_balancing_scheme(self) -> pulumi.Output[
|
654
|
+
def load_balancing_scheme(self) -> pulumi.Output[_builtins.str]:
|
654
655
|
"""
|
655
656
|
All backend services and forwarding rules referenced by this extension must share the same load balancing scheme.
|
656
657
|
For more information, refer to [Choosing a load balancer](https://cloud.google.com/load-balancing/docs/backend-service) and
|
@@ -395,6 +395,12 @@ class ServiceLbPolicies(pulumi.CustomResource):
|
|
395
395
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
396
396
|
__props__=None):
|
397
397
|
"""
|
398
|
+
ServiceLbPolicy holds global load balancing and traffic distribution configuration that can be applied to a BackendService.
|
399
|
+
|
400
|
+
To get more information about ServiceLbPolicies, see:
|
401
|
+
|
402
|
+
* [API documentation](https://cloud.google.com/service-mesh/docs/reference/network-services/rest/v1/projects.locations.serviceLbPolicies)
|
403
|
+
|
398
404
|
## Example Usage
|
399
405
|
|
400
406
|
### Network Services Service Lb Policies Basic
|
@@ -483,6 +489,12 @@ class ServiceLbPolicies(pulumi.CustomResource):
|
|
483
489
|
args: ServiceLbPoliciesArgs,
|
484
490
|
opts: Optional[pulumi.ResourceOptions] = None):
|
485
491
|
"""
|
492
|
+
ServiceLbPolicy holds global load balancing and traffic distribution configuration that can be applied to a BackendService.
|
493
|
+
|
494
|
+
To get more information about ServiceLbPolicies, see:
|
495
|
+
|
496
|
+
* [API documentation](https://cloud.google.com/service-mesh/docs/reference/network-services/rest/v1/projects.locations.serviceLbPolicies)
|
497
|
+
|
486
498
|
## Example Usage
|
487
499
|
|
488
500
|
### Network Services Service Lb Policies Basic
|
pulumi_gcp/notebooks/__init__.py
CHANGED
@@ -13,7 +13,6 @@ from .instance import *
|
|
13
13
|
from .instance_iam_binding import *
|
14
14
|
from .instance_iam_member import *
|
15
15
|
from .instance_iam_policy import *
|
16
|
-
from .location import *
|
17
16
|
from .runtime import *
|
18
17
|
from .runtime_iam_binding import *
|
19
18
|
from .runtime_iam_member import *
|
@@ -1224,7 +1224,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
1224
1224
|
|
1225
1225
|
@_builtins.property
|
1226
1226
|
@pulumi.getter(name="odbNetwork")
|
1227
|
-
def odb_network(self) -> pulumi.Output[
|
1227
|
+
def odb_network(self) -> pulumi.Output[_builtins.str]:
|
1228
1228
|
"""
|
1229
1229
|
The name of the OdbNetwork associated with the Autonomous Database.
|
1230
1230
|
Format:
|
@@ -1236,7 +1236,7 @@ class AutonomousDatabase(pulumi.CustomResource):
|
|
1236
1236
|
|
1237
1237
|
@_builtins.property
|
1238
1238
|
@pulumi.getter(name="odbSubnet")
|
1239
|
-
def odb_subnet(self) -> pulumi.Output[
|
1239
|
+
def odb_subnet(self) -> pulumi.Output[_builtins.str]:
|
1240
1240
|
"""
|
1241
1241
|
The name of the OdbSubnet associated with the Autonomous Database for
|
1242
1242
|
IP allocation. Format:
|
@@ -1202,7 +1202,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1202
1202
|
|
1203
1203
|
@_builtins.property
|
1204
1204
|
@pulumi.getter(name="backupOdbSubnet")
|
1205
|
-
def backup_odb_subnet(self) -> pulumi.Output[
|
1205
|
+
def backup_odb_subnet(self) -> pulumi.Output[_builtins.str]:
|
1206
1206
|
"""
|
1207
1207
|
The name of the backup OdbSubnet associated with the VM Cluster.
|
1208
1208
|
Format:
|
@@ -1323,7 +1323,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1323
1323
|
|
1324
1324
|
@_builtins.property
|
1325
1325
|
@pulumi.getter(name="odbNetwork")
|
1326
|
-
def odb_network(self) -> pulumi.Output[
|
1326
|
+
def odb_network(self) -> pulumi.Output[_builtins.str]:
|
1327
1327
|
"""
|
1328
1328
|
The name of the OdbNetwork associated with the VM Cluster.
|
1329
1329
|
Format:
|
@@ -1335,7 +1335,7 @@ class CloudVmCluster(pulumi.CustomResource):
|
|
1335
1335
|
|
1336
1336
|
@_builtins.property
|
1337
1337
|
@pulumi.getter(name="odbSubnet")
|
1338
|
-
def odb_subnet(self) -> pulumi.Output[
|
1338
|
+
def odb_subnet(self) -> pulumi.Output[_builtins.str]:
|
1339
1339
|
"""
|
1340
1340
|
The name of the OdbSubnet associated with the VM Cluster for
|
1341
1341
|
IP allocation. Format:
|
pulumi_gcp/projects/service.py
CHANGED
@@ -30,7 +30,6 @@ class ServiceArgs:
|
|
30
30
|
:param pulumi.Input[_builtins.bool] check_if_service_has_usage_on_destroy: Beta
|
31
31
|
If `true`, the usage of the service to be disabled will be checked and an error
|
32
32
|
will be returned if the service to be disabled has usage in last 30 days.
|
33
|
-
Defaults to `false`.
|
34
33
|
:param pulumi.Input[_builtins.bool] disable_dependent_services: If `true`, services that are enabled
|
35
34
|
and which depend on this service should also be disabled when this service is
|
36
35
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
@@ -67,7 +66,6 @@ class ServiceArgs:
|
|
67
66
|
Beta
|
68
67
|
If `true`, the usage of the service to be disabled will be checked and an error
|
69
68
|
will be returned if the service to be disabled has usage in last 30 days.
|
70
|
-
Defaults to `false`.
|
71
69
|
"""
|
72
70
|
return pulumi.get(self, "check_if_service_has_usage_on_destroy")
|
73
71
|
|
@@ -126,7 +124,6 @@ class _ServiceState:
|
|
126
124
|
:param pulumi.Input[_builtins.bool] check_if_service_has_usage_on_destroy: Beta
|
127
125
|
If `true`, the usage of the service to be disabled will be checked and an error
|
128
126
|
will be returned if the service to be disabled has usage in last 30 days.
|
129
|
-
Defaults to `false`.
|
130
127
|
:param pulumi.Input[_builtins.bool] disable_dependent_services: If `true`, services that are enabled
|
131
128
|
and which depend on this service should also be disabled when this service is
|
132
129
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
@@ -153,7 +150,6 @@ class _ServiceState:
|
|
153
150
|
Beta
|
154
151
|
If `true`, the usage of the service to be disabled will be checked and an error
|
155
152
|
will be returned if the service to be disabled has usage in last 30 days.
|
156
|
-
Defaults to `false`.
|
157
153
|
"""
|
158
154
|
return pulumi.get(self, "check_if_service_has_usage_on_destroy")
|
159
155
|
|
@@ -232,8 +228,7 @@ class Service(pulumi.CustomResource):
|
|
232
228
|
|
233
229
|
project = gcp.projects.Service("project",
|
234
230
|
project="your-project-id",
|
235
|
-
service="iam.googleapis.com"
|
236
|
-
disable_on_destroy=False)
|
231
|
+
service="iam.googleapis.com")
|
237
232
|
```
|
238
233
|
|
239
234
|
## Import
|
@@ -263,7 +258,6 @@ class Service(pulumi.CustomResource):
|
|
263
258
|
:param pulumi.Input[_builtins.bool] check_if_service_has_usage_on_destroy: Beta
|
264
259
|
If `true`, the usage of the service to be disabled will be checked and an error
|
265
260
|
will be returned if the service to be disabled has usage in last 30 days.
|
266
|
-
Defaults to `false`.
|
267
261
|
:param pulumi.Input[_builtins.bool] disable_dependent_services: If `true`, services that are enabled
|
268
262
|
and which depend on this service should also be disabled when this service is
|
269
263
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
@@ -287,8 +281,7 @@ class Service(pulumi.CustomResource):
|
|
287
281
|
|
288
282
|
project = gcp.projects.Service("project",
|
289
283
|
project="your-project-id",
|
290
|
-
service="iam.googleapis.com"
|
291
|
-
disable_on_destroy=False)
|
284
|
+
service="iam.googleapis.com")
|
292
285
|
```
|
293
286
|
|
294
287
|
## Import
|
@@ -374,7 +367,6 @@ class Service(pulumi.CustomResource):
|
|
374
367
|
:param pulumi.Input[_builtins.bool] check_if_service_has_usage_on_destroy: Beta
|
375
368
|
If `true`, the usage of the service to be disabled will be checked and an error
|
376
369
|
will be returned if the service to be disabled has usage in last 30 days.
|
377
|
-
Defaults to `false`.
|
378
370
|
:param pulumi.Input[_builtins.bool] disable_dependent_services: If `true`, services that are enabled
|
379
371
|
and which depend on this service should also be disabled when this service is
|
380
372
|
destroyed. If `false` or unset, an error will be generated if any enabled
|
@@ -401,7 +393,6 @@ class Service(pulumi.CustomResource):
|
|
401
393
|
Beta
|
402
394
|
If `true`, the usage of the service to be disabled will be checked and an error
|
403
395
|
will be returned if the service to be disabled has usage in last 30 days.
|
404
|
-
Defaults to `false`.
|
405
396
|
"""
|
406
397
|
return pulumi.get(self, "check_if_service_has_usage_on_destroy")
|
407
398
|
|
pulumi_gcp/provider.py
CHANGED
@@ -178,6 +178,7 @@ class ProviderArgs:
|
|
178
178
|
resource_manager_v3_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
179
179
|
runtime_config_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
180
180
|
runtimeconfig_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
181
|
+
saas_runtime_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
181
182
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
182
183
|
secret_manager_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
183
184
|
secret_manager_regional_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -202,7 +203,6 @@ class ProviderArgs:
|
|
202
203
|
storage_transfer_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
203
204
|
tags_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
204
205
|
tags_location_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
205
|
-
tpu_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
206
206
|
tpu_v2_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
207
207
|
transcoder_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
208
208
|
universe_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -537,6 +537,8 @@ class ProviderArgs:
|
|
537
537
|
pulumi.set(__self__, "runtime_config_custom_endpoint", runtime_config_custom_endpoint)
|
538
538
|
if runtimeconfig_custom_endpoint is not None:
|
539
539
|
pulumi.set(__self__, "runtimeconfig_custom_endpoint", runtimeconfig_custom_endpoint)
|
540
|
+
if saas_runtime_custom_endpoint is not None:
|
541
|
+
pulumi.set(__self__, "saas_runtime_custom_endpoint", saas_runtime_custom_endpoint)
|
540
542
|
if scopes is not None:
|
541
543
|
pulumi.set(__self__, "scopes", scopes)
|
542
544
|
if secret_manager_custom_endpoint is not None:
|
@@ -585,8 +587,6 @@ class ProviderArgs:
|
|
585
587
|
pulumi.set(__self__, "tags_custom_endpoint", tags_custom_endpoint)
|
586
588
|
if tags_location_custom_endpoint is not None:
|
587
589
|
pulumi.set(__self__, "tags_location_custom_endpoint", tags_location_custom_endpoint)
|
588
|
-
if tpu_custom_endpoint is not None:
|
589
|
-
pulumi.set(__self__, "tpu_custom_endpoint", tpu_custom_endpoint)
|
590
590
|
if tpu_v2_custom_endpoint is not None:
|
591
591
|
pulumi.set(__self__, "tpu_v2_custom_endpoint", tpu_v2_custom_endpoint)
|
592
592
|
if transcoder_custom_endpoint is not None:
|
@@ -2034,6 +2034,15 @@ class ProviderArgs:
|
|
2034
2034
|
def runtimeconfig_custom_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2035
2035
|
pulumi.set(self, "runtimeconfig_custom_endpoint", value)
|
2036
2036
|
|
2037
|
+
@_builtins.property
|
2038
|
+
@pulumi.getter(name="saasRuntimeCustomEndpoint")
|
2039
|
+
def saas_runtime_custom_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2040
|
+
return pulumi.get(self, "saas_runtime_custom_endpoint")
|
2041
|
+
|
2042
|
+
@saas_runtime_custom_endpoint.setter
|
2043
|
+
def saas_runtime_custom_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2044
|
+
pulumi.set(self, "saas_runtime_custom_endpoint", value)
|
2045
|
+
|
2037
2046
|
@_builtins.property
|
2038
2047
|
@pulumi.getter
|
2039
2048
|
def scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
@@ -2250,15 +2259,6 @@ class ProviderArgs:
|
|
2250
2259
|
def tags_location_custom_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2251
2260
|
pulumi.set(self, "tags_location_custom_endpoint", value)
|
2252
2261
|
|
2253
|
-
@_builtins.property
|
2254
|
-
@pulumi.getter(name="tpuCustomEndpoint")
|
2255
|
-
def tpu_custom_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2256
|
-
return pulumi.get(self, "tpu_custom_endpoint")
|
2257
|
-
|
2258
|
-
@tpu_custom_endpoint.setter
|
2259
|
-
def tpu_custom_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2260
|
-
pulumi.set(self, "tpu_custom_endpoint", value)
|
2261
|
-
|
2262
2262
|
@_builtins.property
|
2263
2263
|
@pulumi.getter(name="tpuV2CustomEndpoint")
|
2264
2264
|
def tpu_v2_custom_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -2523,6 +2523,7 @@ class Provider(pulumi.ProviderResource):
|
|
2523
2523
|
resource_manager_v3_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2524
2524
|
runtime_config_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2525
2525
|
runtimeconfig_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2526
|
+
saas_runtime_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2526
2527
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
2527
2528
|
secret_manager_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2528
2529
|
secret_manager_regional_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2547,7 +2548,6 @@ class Provider(pulumi.ProviderResource):
|
|
2547
2548
|
storage_transfer_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2548
2549
|
tags_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2549
2550
|
tags_location_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2550
|
-
tpu_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2551
2551
|
tpu_v2_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2552
2552
|
transcoder_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2553
2553
|
universe_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2754,6 +2754,7 @@ class Provider(pulumi.ProviderResource):
|
|
2754
2754
|
resource_manager_v3_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2755
2755
|
runtime_config_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2756
2756
|
runtimeconfig_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2757
|
+
saas_runtime_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2757
2758
|
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
2758
2759
|
secret_manager_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2759
2760
|
secret_manager_regional_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2778,7 +2779,6 @@ class Provider(pulumi.ProviderResource):
|
|
2778
2779
|
storage_transfer_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2779
2780
|
tags_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2780
2781
|
tags_location_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2781
|
-
tpu_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2782
2782
|
tpu_v2_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2783
2783
|
transcoder_custom_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
2784
2784
|
universe_domain: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2961,6 +2961,7 @@ class Provider(pulumi.ProviderResource):
|
|
2961
2961
|
__props__.__dict__["resource_manager_v3_custom_endpoint"] = resource_manager_v3_custom_endpoint
|
2962
2962
|
__props__.__dict__["runtime_config_custom_endpoint"] = runtime_config_custom_endpoint
|
2963
2963
|
__props__.__dict__["runtimeconfig_custom_endpoint"] = runtimeconfig_custom_endpoint
|
2964
|
+
__props__.__dict__["saas_runtime_custom_endpoint"] = saas_runtime_custom_endpoint
|
2964
2965
|
__props__.__dict__["scopes"] = pulumi.Output.from_input(scopes).apply(pulumi.runtime.to_json) if scopes is not None else None
|
2965
2966
|
__props__.__dict__["secret_manager_custom_endpoint"] = secret_manager_custom_endpoint
|
2966
2967
|
__props__.__dict__["secret_manager_regional_custom_endpoint"] = secret_manager_regional_custom_endpoint
|
@@ -2985,7 +2986,6 @@ class Provider(pulumi.ProviderResource):
|
|
2985
2986
|
__props__.__dict__["storage_transfer_custom_endpoint"] = storage_transfer_custom_endpoint
|
2986
2987
|
__props__.__dict__["tags_custom_endpoint"] = tags_custom_endpoint
|
2987
2988
|
__props__.__dict__["tags_location_custom_endpoint"] = tags_location_custom_endpoint
|
2988
|
-
__props__.__dict__["tpu_custom_endpoint"] = tpu_custom_endpoint
|
2989
2989
|
__props__.__dict__["tpu_v2_custom_endpoint"] = tpu_v2_custom_endpoint
|
2990
2990
|
__props__.__dict__["transcoder_custom_endpoint"] = transcoder_custom_endpoint
|
2991
2991
|
__props__.__dict__["universe_domain"] = universe_domain
|
@@ -3767,6 +3767,11 @@ class Provider(pulumi.ProviderResource):
|
|
3767
3767
|
def runtimeconfig_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
3768
3768
|
return pulumi.get(self, "runtimeconfig_custom_endpoint")
|
3769
3769
|
|
3770
|
+
@_builtins.property
|
3771
|
+
@pulumi.getter(name="saasRuntimeCustomEndpoint")
|
3772
|
+
def saas_runtime_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
3773
|
+
return pulumi.get(self, "saas_runtime_custom_endpoint")
|
3774
|
+
|
3770
3775
|
@_builtins.property
|
3771
3776
|
@pulumi.getter(name="secretManagerCustomEndpoint")
|
3772
3777
|
def secret_manager_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
@@ -3882,11 +3887,6 @@ class Provider(pulumi.ProviderResource):
|
|
3882
3887
|
def tags_location_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
3883
3888
|
return pulumi.get(self, "tags_location_custom_endpoint")
|
3884
3889
|
|
3885
|
-
@_builtins.property
|
3886
|
-
@pulumi.getter(name="tpuCustomEndpoint")
|
3887
|
-
def tpu_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
3888
|
-
return pulumi.get(self, "tpu_custom_endpoint")
|
3889
|
-
|
3890
3890
|
@_builtins.property
|
3891
3891
|
@pulumi.getter(name="tpuV2CustomEndpoint")
|
3892
3892
|
def tpu_v2_custom_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
pulumi_gcp/pulumi-plugin.json
CHANGED