pulumi-gcp 8.31.0a1747205151__py3-none-any.whl → 8.32.0__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 +96 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/alloydb/_inputs.py +164 -0
- pulumi_gcp/alloydb/outputs.py +211 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/_inputs.py +20 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/apigee/outputs.py +12 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/routine.py +56 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/bigtable/table.py +7 -7
- pulumi_gcp/certificateauthority/_inputs.py +20 -19
- pulumi_gcp/certificateauthority/authority.py +70 -0
- pulumi_gcp/certificateauthority/outputs.py +12 -11
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/cloudfunctionsv2/function.py +4 -4
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +438 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/cross_site_network.py +374 -0
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_health_check.py +12 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/health_check.py +120 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +463 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/compute/region_health_check.py +120 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service.py +1 -12
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service.py +0 -61
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +6245 -2553
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +306 -0
- pulumi_gcp/diagflow/cx_page.py +290 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +4924 -2135
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +58 -2
- pulumi_gcp/netapp/backup_vault.py +185 -0
- pulumi_gcp/netapp/storage_pool.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +47 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +13 -13
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/networkservices/_inputs.py +43 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +61 -0
- pulumi_gcp/networkservices/outputs.py +43 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +1 -12
- pulumi_gcp/redis/instance.py +0 -61
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/spanner/database.py +56 -0
- pulumi_gcp/spanner/get_database.py +12 -1
- pulumi_gcp/storage/bucket.py +4 -4
- pulumi_gcp/storage/get_bucket_object_content.py +29 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +289 -273
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,374 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
|
18
|
+
__all__ = ['CrossSiteNetworkArgs', 'CrossSiteNetwork']
|
19
|
+
|
20
|
+
@pulumi.input_type
|
21
|
+
class CrossSiteNetworkArgs:
|
22
|
+
def __init__(__self__, *,
|
23
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
24
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
25
|
+
project: Optional[pulumi.Input[builtins.str]] = None):
|
26
|
+
"""
|
27
|
+
The set of arguments for constructing a CrossSiteNetwork resource.
|
28
|
+
:param pulumi.Input[builtins.str] description: An optional description of this resource.
|
29
|
+
:param pulumi.Input[builtins.str] name: Name of the resource. Provided by the client when the resource is created. The name must be
|
30
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
31
|
+
long and match the regular expression `a-z?` which means the first
|
32
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
33
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
34
|
+
|
35
|
+
|
36
|
+
- - -
|
37
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
38
|
+
If it is not provided, the provider project is used.
|
39
|
+
"""
|
40
|
+
if description is not None:
|
41
|
+
pulumi.set(__self__, "description", description)
|
42
|
+
if name is not None:
|
43
|
+
pulumi.set(__self__, "name", name)
|
44
|
+
if project is not None:
|
45
|
+
pulumi.set(__self__, "project", project)
|
46
|
+
|
47
|
+
@property
|
48
|
+
@pulumi.getter
|
49
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
50
|
+
"""
|
51
|
+
An optional description of this resource.
|
52
|
+
"""
|
53
|
+
return pulumi.get(self, "description")
|
54
|
+
|
55
|
+
@description.setter
|
56
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
57
|
+
pulumi.set(self, "description", value)
|
58
|
+
|
59
|
+
@property
|
60
|
+
@pulumi.getter
|
61
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
62
|
+
"""
|
63
|
+
Name of the resource. Provided by the client when the resource is created. The name must be
|
64
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
65
|
+
long and match the regular expression `a-z?` which means the first
|
66
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
67
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
68
|
+
|
69
|
+
|
70
|
+
- - -
|
71
|
+
"""
|
72
|
+
return pulumi.get(self, "name")
|
73
|
+
|
74
|
+
@name.setter
|
75
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
76
|
+
pulumi.set(self, "name", value)
|
77
|
+
|
78
|
+
@property
|
79
|
+
@pulumi.getter
|
80
|
+
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
81
|
+
"""
|
82
|
+
The ID of the project in which the resource belongs.
|
83
|
+
If it is not provided, the provider project is used.
|
84
|
+
"""
|
85
|
+
return pulumi.get(self, "project")
|
86
|
+
|
87
|
+
@project.setter
|
88
|
+
def project(self, value: Optional[pulumi.Input[builtins.str]]):
|
89
|
+
pulumi.set(self, "project", value)
|
90
|
+
|
91
|
+
|
92
|
+
@pulumi.input_type
|
93
|
+
class _CrossSiteNetworkState:
|
94
|
+
def __init__(__self__, *,
|
95
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
96
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
97
|
+
project: Optional[pulumi.Input[builtins.str]] = None):
|
98
|
+
"""
|
99
|
+
Input properties used for looking up and filtering CrossSiteNetwork resources.
|
100
|
+
:param pulumi.Input[builtins.str] description: An optional description of this resource.
|
101
|
+
:param pulumi.Input[builtins.str] name: Name of the resource. Provided by the client when the resource is created. The name must be
|
102
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
103
|
+
long and match the regular expression `a-z?` which means the first
|
104
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
105
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
106
|
+
|
107
|
+
|
108
|
+
- - -
|
109
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
110
|
+
If it is not provided, the provider project is used.
|
111
|
+
"""
|
112
|
+
if description is not None:
|
113
|
+
pulumi.set(__self__, "description", description)
|
114
|
+
if name is not None:
|
115
|
+
pulumi.set(__self__, "name", name)
|
116
|
+
if project is not None:
|
117
|
+
pulumi.set(__self__, "project", project)
|
118
|
+
|
119
|
+
@property
|
120
|
+
@pulumi.getter
|
121
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
122
|
+
"""
|
123
|
+
An optional description of this resource.
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "description")
|
126
|
+
|
127
|
+
@description.setter
|
128
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
129
|
+
pulumi.set(self, "description", value)
|
130
|
+
|
131
|
+
@property
|
132
|
+
@pulumi.getter
|
133
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
134
|
+
"""
|
135
|
+
Name of the resource. Provided by the client when the resource is created. The name must be
|
136
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
137
|
+
long and match the regular expression `a-z?` which means the first
|
138
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
139
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
140
|
+
|
141
|
+
|
142
|
+
- - -
|
143
|
+
"""
|
144
|
+
return pulumi.get(self, "name")
|
145
|
+
|
146
|
+
@name.setter
|
147
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
148
|
+
pulumi.set(self, "name", value)
|
149
|
+
|
150
|
+
@property
|
151
|
+
@pulumi.getter
|
152
|
+
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
153
|
+
"""
|
154
|
+
The ID of the project in which the resource belongs.
|
155
|
+
If it is not provided, the provider project is used.
|
156
|
+
"""
|
157
|
+
return pulumi.get(self, "project")
|
158
|
+
|
159
|
+
@project.setter
|
160
|
+
def project(self, value: Optional[pulumi.Input[builtins.str]]):
|
161
|
+
pulumi.set(self, "project", value)
|
162
|
+
|
163
|
+
|
164
|
+
@pulumi.type_token("gcp:compute/crossSiteNetwork:CrossSiteNetwork")
|
165
|
+
class CrossSiteNetwork(pulumi.CustomResource):
|
166
|
+
@overload
|
167
|
+
def __init__(__self__,
|
168
|
+
resource_name: str,
|
169
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
170
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
171
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
172
|
+
project: Optional[pulumi.Input[builtins.str]] = None,
|
173
|
+
__props__=None):
|
174
|
+
"""
|
175
|
+
## Example Usage
|
176
|
+
|
177
|
+
### Compute Cross Site Network Basic
|
178
|
+
|
179
|
+
```python
|
180
|
+
import pulumi
|
181
|
+
import pulumi_gcp as gcp
|
182
|
+
|
183
|
+
project = gcp.organizations.get_project()
|
184
|
+
example_cross_site_network = gcp.compute.CrossSiteNetwork("example-cross-site-network",
|
185
|
+
name="test-cross-site-network",
|
186
|
+
description="Example cross site network")
|
187
|
+
```
|
188
|
+
|
189
|
+
## Import
|
190
|
+
|
191
|
+
CrossSiteNetwork can be imported using any of these accepted formats:
|
192
|
+
|
193
|
+
* `projects/{{project}}/global/crossSiteNetworks/{{name}}`
|
194
|
+
|
195
|
+
* `{{project}}/{{name}}`
|
196
|
+
|
197
|
+
* `{{name}}`
|
198
|
+
|
199
|
+
When using the `pulumi import` command, CrossSiteNetwork can be imported using one of the formats above. For example:
|
200
|
+
|
201
|
+
```sh
|
202
|
+
$ pulumi import gcp:compute/crossSiteNetwork:CrossSiteNetwork default projects/{{project}}/global/crossSiteNetworks/{{name}}
|
203
|
+
```
|
204
|
+
|
205
|
+
```sh
|
206
|
+
$ pulumi import gcp:compute/crossSiteNetwork:CrossSiteNetwork default {{project}}/{{name}}
|
207
|
+
```
|
208
|
+
|
209
|
+
```sh
|
210
|
+
$ pulumi import gcp:compute/crossSiteNetwork:CrossSiteNetwork default {{name}}
|
211
|
+
```
|
212
|
+
|
213
|
+
:param str resource_name: The name of the resource.
|
214
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
215
|
+
:param pulumi.Input[builtins.str] description: An optional description of this resource.
|
216
|
+
:param pulumi.Input[builtins.str] name: Name of the resource. Provided by the client when the resource is created. The name must be
|
217
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
218
|
+
long and match the regular expression `a-z?` which means the first
|
219
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
220
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
221
|
+
|
222
|
+
|
223
|
+
- - -
|
224
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
225
|
+
If it is not provided, the provider project is used.
|
226
|
+
"""
|
227
|
+
...
|
228
|
+
@overload
|
229
|
+
def __init__(__self__,
|
230
|
+
resource_name: str,
|
231
|
+
args: Optional[CrossSiteNetworkArgs] = None,
|
232
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
233
|
+
"""
|
234
|
+
## Example Usage
|
235
|
+
|
236
|
+
### Compute Cross Site Network Basic
|
237
|
+
|
238
|
+
```python
|
239
|
+
import pulumi
|
240
|
+
import pulumi_gcp as gcp
|
241
|
+
|
242
|
+
project = gcp.organizations.get_project()
|
243
|
+
example_cross_site_network = gcp.compute.CrossSiteNetwork("example-cross-site-network",
|
244
|
+
name="test-cross-site-network",
|
245
|
+
description="Example cross site network")
|
246
|
+
```
|
247
|
+
|
248
|
+
## Import
|
249
|
+
|
250
|
+
CrossSiteNetwork can be imported using any of these accepted formats:
|
251
|
+
|
252
|
+
* `projects/{{project}}/global/crossSiteNetworks/{{name}}`
|
253
|
+
|
254
|
+
* `{{project}}/{{name}}`
|
255
|
+
|
256
|
+
* `{{name}}`
|
257
|
+
|
258
|
+
When using the `pulumi import` command, CrossSiteNetwork can be imported using one of the formats above. For example:
|
259
|
+
|
260
|
+
```sh
|
261
|
+
$ pulumi import gcp:compute/crossSiteNetwork:CrossSiteNetwork default projects/{{project}}/global/crossSiteNetworks/{{name}}
|
262
|
+
```
|
263
|
+
|
264
|
+
```sh
|
265
|
+
$ pulumi import gcp:compute/crossSiteNetwork:CrossSiteNetwork default {{project}}/{{name}}
|
266
|
+
```
|
267
|
+
|
268
|
+
```sh
|
269
|
+
$ pulumi import gcp:compute/crossSiteNetwork:CrossSiteNetwork default {{name}}
|
270
|
+
```
|
271
|
+
|
272
|
+
:param str resource_name: The name of the resource.
|
273
|
+
:param CrossSiteNetworkArgs args: The arguments to use to populate this resource's properties.
|
274
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
275
|
+
"""
|
276
|
+
...
|
277
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
278
|
+
resource_args, opts = _utilities.get_resource_args_opts(CrossSiteNetworkArgs, pulumi.ResourceOptions, *args, **kwargs)
|
279
|
+
if resource_args is not None:
|
280
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
281
|
+
else:
|
282
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
283
|
+
|
284
|
+
def _internal_init(__self__,
|
285
|
+
resource_name: str,
|
286
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
287
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
288
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
289
|
+
project: Optional[pulumi.Input[builtins.str]] = None,
|
290
|
+
__props__=None):
|
291
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
292
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
293
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
294
|
+
if opts.id is None:
|
295
|
+
if __props__ is not None:
|
296
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
297
|
+
__props__ = CrossSiteNetworkArgs.__new__(CrossSiteNetworkArgs)
|
298
|
+
|
299
|
+
__props__.__dict__["description"] = description
|
300
|
+
__props__.__dict__["name"] = name
|
301
|
+
__props__.__dict__["project"] = project
|
302
|
+
super(CrossSiteNetwork, __self__).__init__(
|
303
|
+
'gcp:compute/crossSiteNetwork:CrossSiteNetwork',
|
304
|
+
resource_name,
|
305
|
+
__props__,
|
306
|
+
opts)
|
307
|
+
|
308
|
+
@staticmethod
|
309
|
+
def get(resource_name: str,
|
310
|
+
id: pulumi.Input[str],
|
311
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
312
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
313
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
314
|
+
project: Optional[pulumi.Input[builtins.str]] = None) -> 'CrossSiteNetwork':
|
315
|
+
"""
|
316
|
+
Get an existing CrossSiteNetwork resource's state with the given name, id, and optional extra
|
317
|
+
properties used to qualify the lookup.
|
318
|
+
|
319
|
+
:param str resource_name: The unique name of the resulting resource.
|
320
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
321
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
322
|
+
:param pulumi.Input[builtins.str] description: An optional description of this resource.
|
323
|
+
:param pulumi.Input[builtins.str] name: Name of the resource. Provided by the client when the resource is created. The name must be
|
324
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
325
|
+
long and match the regular expression `a-z?` which means the first
|
326
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
327
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
328
|
+
|
329
|
+
|
330
|
+
- - -
|
331
|
+
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
332
|
+
If it is not provided, the provider project is used.
|
333
|
+
"""
|
334
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
335
|
+
|
336
|
+
__props__ = _CrossSiteNetworkState.__new__(_CrossSiteNetworkState)
|
337
|
+
|
338
|
+
__props__.__dict__["description"] = description
|
339
|
+
__props__.__dict__["name"] = name
|
340
|
+
__props__.__dict__["project"] = project
|
341
|
+
return CrossSiteNetwork(resource_name, opts=opts, __props__=__props__)
|
342
|
+
|
343
|
+
@property
|
344
|
+
@pulumi.getter
|
345
|
+
def description(self) -> pulumi.Output[Optional[builtins.str]]:
|
346
|
+
"""
|
347
|
+
An optional description of this resource.
|
348
|
+
"""
|
349
|
+
return pulumi.get(self, "description")
|
350
|
+
|
351
|
+
@property
|
352
|
+
@pulumi.getter
|
353
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
354
|
+
"""
|
355
|
+
Name of the resource. Provided by the client when the resource is created. The name must be
|
356
|
+
1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters
|
357
|
+
long and match the regular expression `a-z?` which means the first
|
358
|
+
character must be a lowercase letter, and all following characters must be a dash,
|
359
|
+
lowercase letter, or digit, except the last character, which cannot be a dash.
|
360
|
+
|
361
|
+
|
362
|
+
- - -
|
363
|
+
"""
|
364
|
+
return pulumi.get(self, "name")
|
365
|
+
|
366
|
+
@property
|
367
|
+
@pulumi.getter
|
368
|
+
def project(self) -> pulumi.Output[builtins.str]:
|
369
|
+
"""
|
370
|
+
The ID of the project in which the resource belongs.
|
371
|
+
If it is not provided, the provider project is used.
|
372
|
+
"""
|
373
|
+
return pulumi.get(self, "project")
|
374
|
+
|
@@ -28,7 +28,7 @@ class GetBackendServiceResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getBackendService.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_metrics=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, ip_address_selection_policy=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, max_stream_durations=None, name=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, strong_session_affinity_cookies=None, timeout_sec=None, tls_settings=None):
|
31
|
+
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_metrics=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, external_managed_migration_state=None, external_managed_migration_testing_percentage=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, ip_address_selection_policy=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, max_stream_durations=None, name=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, strong_session_affinity_cookies=None, timeout_sec=None, tls_settings=None):
|
32
32
|
if affinity_cookie_ttl_sec and not isinstance(affinity_cookie_ttl_sec, int):
|
33
33
|
raise TypeError("Expected argument 'affinity_cookie_ttl_sec' to be a int")
|
34
34
|
pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
|
@@ -71,6 +71,12 @@ class GetBackendServiceResult:
|
|
71
71
|
if enable_cdn and not isinstance(enable_cdn, bool):
|
72
72
|
raise TypeError("Expected argument 'enable_cdn' to be a bool")
|
73
73
|
pulumi.set(__self__, "enable_cdn", enable_cdn)
|
74
|
+
if external_managed_migration_state and not isinstance(external_managed_migration_state, str):
|
75
|
+
raise TypeError("Expected argument 'external_managed_migration_state' to be a str")
|
76
|
+
pulumi.set(__self__, "external_managed_migration_state", external_managed_migration_state)
|
77
|
+
if external_managed_migration_testing_percentage and not isinstance(external_managed_migration_testing_percentage, float):
|
78
|
+
raise TypeError("Expected argument 'external_managed_migration_testing_percentage' to be a float")
|
79
|
+
pulumi.set(__self__, "external_managed_migration_testing_percentage", external_managed_migration_testing_percentage)
|
74
80
|
if fingerprint and not isinstance(fingerprint, str):
|
75
81
|
raise TypeError("Expected argument 'fingerprint' to be a str")
|
76
82
|
pulumi.set(__self__, "fingerprint", fingerprint)
|
@@ -226,6 +232,16 @@ class GetBackendServiceResult:
|
|
226
232
|
"""
|
227
233
|
return pulumi.get(self, "enable_cdn")
|
228
234
|
|
235
|
+
@property
|
236
|
+
@pulumi.getter(name="externalManagedMigrationState")
|
237
|
+
def external_managed_migration_state(self) -> builtins.str:
|
238
|
+
return pulumi.get(self, "external_managed_migration_state")
|
239
|
+
|
240
|
+
@property
|
241
|
+
@pulumi.getter(name="externalManagedMigrationTestingPercentage")
|
242
|
+
def external_managed_migration_testing_percentage(self) -> builtins.float:
|
243
|
+
return pulumi.get(self, "external_managed_migration_testing_percentage")
|
244
|
+
|
229
245
|
@property
|
230
246
|
@pulumi.getter
|
231
247
|
def fingerprint(self) -> builtins.str:
|
@@ -394,6 +410,8 @@ class AwaitableGetBackendServiceResult(GetBackendServiceResult):
|
|
394
410
|
description=self.description,
|
395
411
|
edge_security_policy=self.edge_security_policy,
|
396
412
|
enable_cdn=self.enable_cdn,
|
413
|
+
external_managed_migration_state=self.external_managed_migration_state,
|
414
|
+
external_managed_migration_testing_percentage=self.external_managed_migration_testing_percentage,
|
397
415
|
fingerprint=self.fingerprint,
|
398
416
|
generated_id=self.generated_id,
|
399
417
|
health_checks=self.health_checks,
|
@@ -467,6 +485,8 @@ def get_backend_service(name: Optional[builtins.str] = None,
|
|
467
485
|
description=pulumi.get(__ret__, 'description'),
|
468
486
|
edge_security_policy=pulumi.get(__ret__, 'edge_security_policy'),
|
469
487
|
enable_cdn=pulumi.get(__ret__, 'enable_cdn'),
|
488
|
+
external_managed_migration_state=pulumi.get(__ret__, 'external_managed_migration_state'),
|
489
|
+
external_managed_migration_testing_percentage=pulumi.get(__ret__, 'external_managed_migration_testing_percentage'),
|
470
490
|
fingerprint=pulumi.get(__ret__, 'fingerprint'),
|
471
491
|
generated_id=pulumi.get(__ret__, 'generated_id'),
|
472
492
|
health_checks=pulumi.get(__ret__, 'health_checks'),
|
@@ -537,6 +557,8 @@ def get_backend_service_output(name: Optional[pulumi.Input[builtins.str]] = None
|
|
537
557
|
description=pulumi.get(__response__, 'description'),
|
538
558
|
edge_security_policy=pulumi.get(__response__, 'edge_security_policy'),
|
539
559
|
enable_cdn=pulumi.get(__response__, 'enable_cdn'),
|
560
|
+
external_managed_migration_state=pulumi.get(__response__, 'external_managed_migration_state'),
|
561
|
+
external_managed_migration_testing_percentage=pulumi.get(__response__, 'external_managed_migration_testing_percentage'),
|
540
562
|
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
541
563
|
generated_id=pulumi.get(__response__, 'generated_id'),
|
542
564
|
health_checks=pulumi.get(__response__, 'health_checks'),
|
@@ -28,7 +28,7 @@ class GetGlobalForwardingRuleResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getGlobalForwardingRule.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, allow_psc_global_access=None, base_forwarding_rule=None, description=None, effective_labels=None, forwarding_rule_id=None, id=None, ip_address=None, ip_protocol=None, ip_version=None, label_fingerprint=None, labels=None, load_balancing_scheme=None, metadata_filters=None, name=None, network=None, network_tier=None, no_automate_dns_zone=None, port_range=None, project=None, psc_connection_id=None, psc_connection_status=None, pulumi_labels=None, self_link=None, service_directory_registrations=None, source_ip_ranges=None, subnetwork=None, target=None):
|
31
|
+
def __init__(__self__, allow_psc_global_access=None, base_forwarding_rule=None, description=None, effective_labels=None, external_managed_backend_bucket_migration_state=None, external_managed_backend_bucket_migration_testing_percentage=None, forwarding_rule_id=None, id=None, ip_address=None, ip_protocol=None, ip_version=None, label_fingerprint=None, labels=None, load_balancing_scheme=None, metadata_filters=None, name=None, network=None, network_tier=None, no_automate_dns_zone=None, port_range=None, project=None, psc_connection_id=None, psc_connection_status=None, pulumi_labels=None, self_link=None, service_directory_registrations=None, source_ip_ranges=None, subnetwork=None, target=None):
|
32
32
|
if allow_psc_global_access and not isinstance(allow_psc_global_access, bool):
|
33
33
|
raise TypeError("Expected argument 'allow_psc_global_access' to be a bool")
|
34
34
|
pulumi.set(__self__, "allow_psc_global_access", allow_psc_global_access)
|
@@ -41,6 +41,12 @@ class GetGlobalForwardingRuleResult:
|
|
41
41
|
if effective_labels and not isinstance(effective_labels, dict):
|
42
42
|
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
43
43
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
44
|
+
if external_managed_backend_bucket_migration_state and not isinstance(external_managed_backend_bucket_migration_state, str):
|
45
|
+
raise TypeError("Expected argument 'external_managed_backend_bucket_migration_state' to be a str")
|
46
|
+
pulumi.set(__self__, "external_managed_backend_bucket_migration_state", external_managed_backend_bucket_migration_state)
|
47
|
+
if external_managed_backend_bucket_migration_testing_percentage and not isinstance(external_managed_backend_bucket_migration_testing_percentage, float):
|
48
|
+
raise TypeError("Expected argument 'external_managed_backend_bucket_migration_testing_percentage' to be a float")
|
49
|
+
pulumi.set(__self__, "external_managed_backend_bucket_migration_testing_percentage", external_managed_backend_bucket_migration_testing_percentage)
|
44
50
|
if forwarding_rule_id and not isinstance(forwarding_rule_id, int):
|
45
51
|
raise TypeError("Expected argument 'forwarding_rule_id' to be a int")
|
46
52
|
pulumi.set(__self__, "forwarding_rule_id", forwarding_rule_id)
|
@@ -131,6 +137,16 @@ class GetGlobalForwardingRuleResult:
|
|
131
137
|
def effective_labels(self) -> Mapping[str, builtins.str]:
|
132
138
|
return pulumi.get(self, "effective_labels")
|
133
139
|
|
140
|
+
@property
|
141
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationState")
|
142
|
+
def external_managed_backend_bucket_migration_state(self) -> builtins.str:
|
143
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_state")
|
144
|
+
|
145
|
+
@property
|
146
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationTestingPercentage")
|
147
|
+
def external_managed_backend_bucket_migration_testing_percentage(self) -> builtins.float:
|
148
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_testing_percentage")
|
149
|
+
|
134
150
|
@property
|
135
151
|
@pulumi.getter(name="forwardingRuleId")
|
136
152
|
def forwarding_rule_id(self) -> builtins.int:
|
@@ -260,6 +276,8 @@ class AwaitableGetGlobalForwardingRuleResult(GetGlobalForwardingRuleResult):
|
|
260
276
|
base_forwarding_rule=self.base_forwarding_rule,
|
261
277
|
description=self.description,
|
262
278
|
effective_labels=self.effective_labels,
|
279
|
+
external_managed_backend_bucket_migration_state=self.external_managed_backend_bucket_migration_state,
|
280
|
+
external_managed_backend_bucket_migration_testing_percentage=self.external_managed_backend_bucket_migration_testing_percentage,
|
263
281
|
forwarding_rule_id=self.forwarding_rule_id,
|
264
282
|
id=self.id,
|
265
283
|
ip_address=self.ip_address,
|
@@ -318,6 +336,8 @@ def get_global_forwarding_rule(name: Optional[builtins.str] = None,
|
|
318
336
|
base_forwarding_rule=pulumi.get(__ret__, 'base_forwarding_rule'),
|
319
337
|
description=pulumi.get(__ret__, 'description'),
|
320
338
|
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
339
|
+
external_managed_backend_bucket_migration_state=pulumi.get(__ret__, 'external_managed_backend_bucket_migration_state'),
|
340
|
+
external_managed_backend_bucket_migration_testing_percentage=pulumi.get(__ret__, 'external_managed_backend_bucket_migration_testing_percentage'),
|
321
341
|
forwarding_rule_id=pulumi.get(__ret__, 'forwarding_rule_id'),
|
322
342
|
id=pulumi.get(__ret__, 'id'),
|
323
343
|
ip_address=pulumi.get(__ret__, 'ip_address'),
|
@@ -373,6 +393,8 @@ def get_global_forwarding_rule_output(name: Optional[pulumi.Input[builtins.str]]
|
|
373
393
|
base_forwarding_rule=pulumi.get(__response__, 'base_forwarding_rule'),
|
374
394
|
description=pulumi.get(__response__, 'description'),
|
375
395
|
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
396
|
+
external_managed_backend_bucket_migration_state=pulumi.get(__response__, 'external_managed_backend_bucket_migration_state'),
|
397
|
+
external_managed_backend_bucket_migration_testing_percentage=pulumi.get(__response__, 'external_managed_backend_bucket_migration_testing_percentage'),
|
376
398
|
forwarding_rule_id=pulumi.get(__response__, 'forwarding_rule_id'),
|
377
399
|
id=pulumi.get(__response__, 'id'),
|
378
400
|
ip_address=pulumi.get(__response__, 'ip_address'),
|
@@ -28,7 +28,7 @@ class GetHealthCheckResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getHealthCheck.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, check_interval_sec=None, creation_timestamp=None, description=None, grpc_health_checks=None, healthy_threshold=None, http2_health_checks=None, http_health_checks=None, https_health_checks=None, id=None, log_configs=None, name=None, project=None, self_link=None, source_regions=None, ssl_health_checks=None, tcp_health_checks=None, timeout_sec=None, type=None, unhealthy_threshold=None):
|
31
|
+
def __init__(__self__, check_interval_sec=None, creation_timestamp=None, description=None, grpc_health_checks=None, grpc_tls_health_checks=None, healthy_threshold=None, http2_health_checks=None, http_health_checks=None, https_health_checks=None, id=None, log_configs=None, name=None, project=None, self_link=None, source_regions=None, ssl_health_checks=None, tcp_health_checks=None, timeout_sec=None, type=None, unhealthy_threshold=None):
|
32
32
|
if check_interval_sec and not isinstance(check_interval_sec, int):
|
33
33
|
raise TypeError("Expected argument 'check_interval_sec' to be a int")
|
34
34
|
pulumi.set(__self__, "check_interval_sec", check_interval_sec)
|
@@ -41,6 +41,9 @@ class GetHealthCheckResult:
|
|
41
41
|
if grpc_health_checks and not isinstance(grpc_health_checks, list):
|
42
42
|
raise TypeError("Expected argument 'grpc_health_checks' to be a list")
|
43
43
|
pulumi.set(__self__, "grpc_health_checks", grpc_health_checks)
|
44
|
+
if grpc_tls_health_checks and not isinstance(grpc_tls_health_checks, list):
|
45
|
+
raise TypeError("Expected argument 'grpc_tls_health_checks' to be a list")
|
46
|
+
pulumi.set(__self__, "grpc_tls_health_checks", grpc_tls_health_checks)
|
44
47
|
if healthy_threshold and not isinstance(healthy_threshold, int):
|
45
48
|
raise TypeError("Expected argument 'healthy_threshold' to be a int")
|
46
49
|
pulumi.set(__self__, "healthy_threshold", healthy_threshold)
|
@@ -107,6 +110,11 @@ class GetHealthCheckResult:
|
|
107
110
|
def grpc_health_checks(self) -> Sequence['outputs.GetHealthCheckGrpcHealthCheckResult']:
|
108
111
|
return pulumi.get(self, "grpc_health_checks")
|
109
112
|
|
113
|
+
@property
|
114
|
+
@pulumi.getter(name="grpcTlsHealthChecks")
|
115
|
+
def grpc_tls_health_checks(self) -> Sequence['outputs.GetHealthCheckGrpcTlsHealthCheckResult']:
|
116
|
+
return pulumi.get(self, "grpc_tls_health_checks")
|
117
|
+
|
110
118
|
@property
|
111
119
|
@pulumi.getter(name="healthyThreshold")
|
112
120
|
def healthy_threshold(self) -> builtins.int:
|
@@ -196,6 +204,7 @@ class AwaitableGetHealthCheckResult(GetHealthCheckResult):
|
|
196
204
|
creation_timestamp=self.creation_timestamp,
|
197
205
|
description=self.description,
|
198
206
|
grpc_health_checks=self.grpc_health_checks,
|
207
|
+
grpc_tls_health_checks=self.grpc_tls_health_checks,
|
199
208
|
healthy_threshold=self.healthy_threshold,
|
200
209
|
http2_health_checks=self.http2_health_checks,
|
201
210
|
http_health_checks=self.http_health_checks,
|
@@ -246,6 +255,7 @@ def get_health_check(name: Optional[builtins.str] = None,
|
|
246
255
|
creation_timestamp=pulumi.get(__ret__, 'creation_timestamp'),
|
247
256
|
description=pulumi.get(__ret__, 'description'),
|
248
257
|
grpc_health_checks=pulumi.get(__ret__, 'grpc_health_checks'),
|
258
|
+
grpc_tls_health_checks=pulumi.get(__ret__, 'grpc_tls_health_checks'),
|
249
259
|
healthy_threshold=pulumi.get(__ret__, 'healthy_threshold'),
|
250
260
|
http2_health_checks=pulumi.get(__ret__, 'http2_health_checks'),
|
251
261
|
http_health_checks=pulumi.get(__ret__, 'http_health_checks'),
|
@@ -293,6 +303,7 @@ def get_health_check_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
293
303
|
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
294
304
|
description=pulumi.get(__response__, 'description'),
|
295
305
|
grpc_health_checks=pulumi.get(__response__, 'grpc_health_checks'),
|
306
|
+
grpc_tls_health_checks=pulumi.get(__response__, 'grpc_tls_health_checks'),
|
296
307
|
healthy_threshold=pulumi.get(__response__, 'healthy_threshold'),
|
297
308
|
http2_health_checks=pulumi.get(__response__, 'http2_health_checks'),
|
298
309
|
http_health_checks=pulumi.get(__response__, 'http_health_checks'),
|
@@ -28,7 +28,7 @@ class GetInstanceTemplateResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getInstanceTemplate.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, creation_timestamp=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, key_revocation_action_type=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, self_link_unique=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
|
31
|
+
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, creation_timestamp=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, key_revocation_action_type=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, numeric_id=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, self_link_unique=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
|
32
32
|
if advanced_machine_features and not isinstance(advanced_machine_features, list):
|
33
33
|
raise TypeError("Expected argument 'advanced_machine_features' to be a list")
|
34
34
|
pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
|
@@ -101,6 +101,9 @@ class GetInstanceTemplateResult:
|
|
101
101
|
if network_performance_configs and not isinstance(network_performance_configs, list):
|
102
102
|
raise TypeError("Expected argument 'network_performance_configs' to be a list")
|
103
103
|
pulumi.set(__self__, "network_performance_configs", network_performance_configs)
|
104
|
+
if numeric_id and not isinstance(numeric_id, str):
|
105
|
+
raise TypeError("Expected argument 'numeric_id' to be a str")
|
106
|
+
pulumi.set(__self__, "numeric_id", numeric_id)
|
104
107
|
if partner_metadata and not isinstance(partner_metadata, dict):
|
105
108
|
raise TypeError("Expected argument 'partner_metadata' to be a dict")
|
106
109
|
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
@@ -338,6 +341,11 @@ class GetInstanceTemplateResult:
|
|
338
341
|
"""
|
339
342
|
return pulumi.get(self, "network_performance_configs")
|
340
343
|
|
344
|
+
@property
|
345
|
+
@pulumi.getter(name="numericId")
|
346
|
+
def numeric_id(self) -> builtins.str:
|
347
|
+
return pulumi.get(self, "numeric_id")
|
348
|
+
|
341
349
|
@property
|
342
350
|
@pulumi.getter(name="partnerMetadata")
|
343
351
|
def partner_metadata(self) -> Mapping[str, builtins.str]:
|
@@ -478,6 +486,7 @@ class AwaitableGetInstanceTemplateResult(GetInstanceTemplateResult):
|
|
478
486
|
name_prefix=self.name_prefix,
|
479
487
|
network_interfaces=self.network_interfaces,
|
480
488
|
network_performance_configs=self.network_performance_configs,
|
489
|
+
numeric_id=self.numeric_id,
|
481
490
|
partner_metadata=self.partner_metadata,
|
482
491
|
project=self.project,
|
483
492
|
pulumi_labels=self.pulumi_labels,
|
@@ -553,6 +562,7 @@ def get_instance_template(filter: Optional[builtins.str] = None,
|
|
553
562
|
name_prefix=pulumi.get(__ret__, 'name_prefix'),
|
554
563
|
network_interfaces=pulumi.get(__ret__, 'network_interfaces'),
|
555
564
|
network_performance_configs=pulumi.get(__ret__, 'network_performance_configs'),
|
565
|
+
numeric_id=pulumi.get(__ret__, 'numeric_id'),
|
556
566
|
partner_metadata=pulumi.get(__ret__, 'partner_metadata'),
|
557
567
|
project=pulumi.get(__ret__, 'project'),
|
558
568
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
@@ -625,6 +635,7 @@ def get_instance_template_output(filter: Optional[pulumi.Input[Optional[builtins
|
|
625
635
|
name_prefix=pulumi.get(__response__, 'name_prefix'),
|
626
636
|
network_interfaces=pulumi.get(__response__, 'network_interfaces'),
|
627
637
|
network_performance_configs=pulumi.get(__response__, 'network_performance_configs'),
|
638
|
+
numeric_id=pulumi.get(__response__, 'numeric_id'),
|
628
639
|
partner_metadata=pulumi.get(__response__, 'partner_metadata'),
|
629
640
|
project=pulumi.get(__response__, 'project'),
|
630
641
|
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|