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
@@ -27,13 +27,16 @@ class GetNetworkEndpointGroupResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getNetworkEndpointGroup.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, default_port=None, description=None, id=None, name=None, network=None, network_endpoint_type=None, project=None, self_link=None, size=None, subnetwork=None, zone=None):
|
30
|
+
def __init__(__self__, default_port=None, description=None, generated_id=None, id=None, name=None, network=None, network_endpoint_type=None, project=None, self_link=None, size=None, subnetwork=None, zone=None):
|
31
31
|
if default_port and not isinstance(default_port, int):
|
32
32
|
raise TypeError("Expected argument 'default_port' to be a int")
|
33
33
|
pulumi.set(__self__, "default_port", default_port)
|
34
34
|
if description and not isinstance(description, str):
|
35
35
|
raise TypeError("Expected argument 'description' to be a str")
|
36
36
|
pulumi.set(__self__, "description", description)
|
37
|
+
if generated_id and not isinstance(generated_id, int):
|
38
|
+
raise TypeError("Expected argument 'generated_id' to be a int")
|
39
|
+
pulumi.set(__self__, "generated_id", generated_id)
|
37
40
|
if id and not isinstance(id, str):
|
38
41
|
raise TypeError("Expected argument 'id' to be a str")
|
39
42
|
pulumi.set(__self__, "id", id)
|
@@ -78,6 +81,11 @@ class GetNetworkEndpointGroupResult:
|
|
78
81
|
"""
|
79
82
|
return pulumi.get(self, "description")
|
80
83
|
|
84
|
+
@property
|
85
|
+
@pulumi.getter(name="generatedId")
|
86
|
+
def generated_id(self) -> builtins.int:
|
87
|
+
return pulumi.get(self, "generated_id")
|
88
|
+
|
81
89
|
@property
|
82
90
|
@pulumi.getter
|
83
91
|
def id(self) -> builtins.str:
|
@@ -147,6 +155,7 @@ class AwaitableGetNetworkEndpointGroupResult(GetNetworkEndpointGroupResult):
|
|
147
155
|
return GetNetworkEndpointGroupResult(
|
148
156
|
default_port=self.default_port,
|
149
157
|
description=self.description,
|
158
|
+
generated_id=self.generated_id,
|
150
159
|
id=self.id,
|
151
160
|
name=self.name,
|
152
161
|
network=self.network,
|
@@ -198,6 +207,7 @@ def get_network_endpoint_group(name: Optional[builtins.str] = None,
|
|
198
207
|
return AwaitableGetNetworkEndpointGroupResult(
|
199
208
|
default_port=pulumi.get(__ret__, 'default_port'),
|
200
209
|
description=pulumi.get(__ret__, 'description'),
|
210
|
+
generated_id=pulumi.get(__ret__, 'generated_id'),
|
201
211
|
id=pulumi.get(__ret__, 'id'),
|
202
212
|
name=pulumi.get(__ret__, 'name'),
|
203
213
|
network=pulumi.get(__ret__, 'network'),
|
@@ -246,6 +256,7 @@ def get_network_endpoint_group_output(name: Optional[pulumi.Input[Optional[built
|
|
246
256
|
return __ret__.apply(lambda __response__: GetNetworkEndpointGroupResult(
|
247
257
|
default_port=pulumi.get(__response__, 'default_port'),
|
248
258
|
description=pulumi.get(__response__, 'description'),
|
259
|
+
generated_id=pulumi.get(__response__, 'generated_id'),
|
249
260
|
id=pulumi.get(__response__, 'id'),
|
250
261
|
name=pulumi.get(__response__, 'name'),
|
251
262
|
network=pulumi.get(__response__, 'network'),
|
@@ -25,6 +25,8 @@ class GlobalForwardingRuleArgs:
|
|
25
25
|
target: pulumi.Input[builtins.str],
|
26
26
|
allow_psc_global_access: Optional[pulumi.Input[builtins.bool]] = None,
|
27
27
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
28
|
+
external_managed_backend_bucket_migration_state: Optional[pulumi.Input[builtins.str]] = None,
|
29
|
+
external_managed_backend_bucket_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
28
30
|
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
29
31
|
ip_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
30
32
|
ip_version: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -58,6 +60,23 @@ class GlobalForwardingRuleArgs:
|
|
58
60
|
:param pulumi.Input[builtins.bool] allow_psc_global_access: This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.
|
59
61
|
:param pulumi.Input[builtins.str] description: An optional description of this resource. Provide this property when
|
60
62
|
you create the resource.
|
63
|
+
:param pulumi.Input[builtins.str] external_managed_backend_bucket_migration_state: Specifies the canary migration state for the backend buckets attached to this forwarding rule.
|
64
|
+
Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
65
|
+
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
|
66
|
+
PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
|
67
|
+
changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
|
68
|
+
traffic to backend buckets attached to this forwarding rule by percentage using
|
69
|
+
externalManagedBackendBucketMigrationTestingPercentage.
|
70
|
+
Rolling back a migration requires the states to be set in reverse order. So changing the
|
71
|
+
scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
|
72
|
+
the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
|
73
|
+
back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
|
74
|
+
Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
|
75
|
+
:param pulumi.Input[builtins.float] external_managed_backend_bucket_migration_testing_percentage: Determines the fraction of requests to backend buckets that should be processed by the Global
|
76
|
+
external Application Load Balancer.
|
77
|
+
The value of this field must be in the range [0, 100].
|
78
|
+
This value can only be set if the loadBalancingScheme in the forwarding rule is set to
|
79
|
+
EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
|
61
80
|
:param pulumi.Input[builtins.str] ip_address: IP address for which this forwarding rule accepts traffic. When a client
|
62
81
|
sends traffic to this IP address, the forwarding rule directs the traffic
|
63
82
|
to the referenced `target`.
|
@@ -189,6 +208,10 @@ class GlobalForwardingRuleArgs:
|
|
189
208
|
pulumi.set(__self__, "allow_psc_global_access", allow_psc_global_access)
|
190
209
|
if description is not None:
|
191
210
|
pulumi.set(__self__, "description", description)
|
211
|
+
if external_managed_backend_bucket_migration_state is not None:
|
212
|
+
pulumi.set(__self__, "external_managed_backend_bucket_migration_state", external_managed_backend_bucket_migration_state)
|
213
|
+
if external_managed_backend_bucket_migration_testing_percentage is not None:
|
214
|
+
pulumi.set(__self__, "external_managed_backend_bucket_migration_testing_percentage", external_managed_backend_bucket_migration_testing_percentage)
|
192
215
|
if ip_address is not None:
|
193
216
|
pulumi.set(__self__, "ip_address", ip_address)
|
194
217
|
if ip_protocol is not None:
|
@@ -269,6 +292,45 @@ class GlobalForwardingRuleArgs:
|
|
269
292
|
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
270
293
|
pulumi.set(self, "description", value)
|
271
294
|
|
295
|
+
@property
|
296
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationState")
|
297
|
+
def external_managed_backend_bucket_migration_state(self) -> Optional[pulumi.Input[builtins.str]]:
|
298
|
+
"""
|
299
|
+
Specifies the canary migration state for the backend buckets attached to this forwarding rule.
|
300
|
+
Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
301
|
+
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
|
302
|
+
PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
|
303
|
+
changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
|
304
|
+
traffic to backend buckets attached to this forwarding rule by percentage using
|
305
|
+
externalManagedBackendBucketMigrationTestingPercentage.
|
306
|
+
Rolling back a migration requires the states to be set in reverse order. So changing the
|
307
|
+
scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
|
308
|
+
the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
|
309
|
+
back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
|
310
|
+
Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
|
311
|
+
"""
|
312
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_state")
|
313
|
+
|
314
|
+
@external_managed_backend_bucket_migration_state.setter
|
315
|
+
def external_managed_backend_bucket_migration_state(self, value: Optional[pulumi.Input[builtins.str]]):
|
316
|
+
pulumi.set(self, "external_managed_backend_bucket_migration_state", value)
|
317
|
+
|
318
|
+
@property
|
319
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationTestingPercentage")
|
320
|
+
def external_managed_backend_bucket_migration_testing_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
321
|
+
"""
|
322
|
+
Determines the fraction of requests to backend buckets that should be processed by the Global
|
323
|
+
external Application Load Balancer.
|
324
|
+
The value of this field must be in the range [0, 100].
|
325
|
+
This value can only be set if the loadBalancingScheme in the forwarding rule is set to
|
326
|
+
EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
|
327
|
+
"""
|
328
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_testing_percentage")
|
329
|
+
|
330
|
+
@external_managed_backend_bucket_migration_testing_percentage.setter
|
331
|
+
def external_managed_backend_bucket_migration_testing_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
|
332
|
+
pulumi.set(self, "external_managed_backend_bucket_migration_testing_percentage", value)
|
333
|
+
|
272
334
|
@property
|
273
335
|
@pulumi.getter(name="ipAddress")
|
274
336
|
def ip_address(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -567,6 +629,8 @@ class _GlobalForwardingRuleState:
|
|
567
629
|
base_forwarding_rule: Optional[pulumi.Input[builtins.str]] = None,
|
568
630
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
569
631
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
632
|
+
external_managed_backend_bucket_migration_state: Optional[pulumi.Input[builtins.str]] = None,
|
633
|
+
external_managed_backend_bucket_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
570
634
|
forwarding_rule_id: Optional[pulumi.Input[builtins.int]] = None,
|
571
635
|
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
572
636
|
ip_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -596,6 +660,23 @@ class _GlobalForwardingRuleState:
|
|
596
660
|
:param pulumi.Input[builtins.str] description: An optional description of this resource. Provide this property when
|
597
661
|
you create the resource.
|
598
662
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
663
|
+
:param pulumi.Input[builtins.str] external_managed_backend_bucket_migration_state: Specifies the canary migration state for the backend buckets attached to this forwarding rule.
|
664
|
+
Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
665
|
+
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
|
666
|
+
PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
|
667
|
+
changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
|
668
|
+
traffic to backend buckets attached to this forwarding rule by percentage using
|
669
|
+
externalManagedBackendBucketMigrationTestingPercentage.
|
670
|
+
Rolling back a migration requires the states to be set in reverse order. So changing the
|
671
|
+
scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
|
672
|
+
the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
|
673
|
+
back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
|
674
|
+
Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
|
675
|
+
:param pulumi.Input[builtins.float] external_managed_backend_bucket_migration_testing_percentage: Determines the fraction of requests to backend buckets that should be processed by the Global
|
676
|
+
external Application Load Balancer.
|
677
|
+
The value of this field must be in the range [0, 100].
|
678
|
+
This value can only be set if the loadBalancingScheme in the forwarding rule is set to
|
679
|
+
EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
|
599
680
|
:param pulumi.Input[builtins.int] forwarding_rule_id: The unique identifier number for the resource. This identifier is defined by the server.
|
600
681
|
:param pulumi.Input[builtins.str] ip_address: IP address for which this forwarding rule accepts traffic. When a client
|
601
682
|
sends traffic to this IP address, the forwarding rule directs the traffic
|
@@ -751,6 +832,10 @@ class _GlobalForwardingRuleState:
|
|
751
832
|
pulumi.set(__self__, "description", description)
|
752
833
|
if effective_labels is not None:
|
753
834
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
835
|
+
if external_managed_backend_bucket_migration_state is not None:
|
836
|
+
pulumi.set(__self__, "external_managed_backend_bucket_migration_state", external_managed_backend_bucket_migration_state)
|
837
|
+
if external_managed_backend_bucket_migration_testing_percentage is not None:
|
838
|
+
pulumi.set(__self__, "external_managed_backend_bucket_migration_testing_percentage", external_managed_backend_bucket_migration_testing_percentage)
|
754
839
|
if forwarding_rule_id is not None:
|
755
840
|
pulumi.set(__self__, "forwarding_rule_id", forwarding_rule_id)
|
756
841
|
if ip_address is not None:
|
@@ -845,6 +930,45 @@ class _GlobalForwardingRuleState:
|
|
845
930
|
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
846
931
|
pulumi.set(self, "effective_labels", value)
|
847
932
|
|
933
|
+
@property
|
934
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationState")
|
935
|
+
def external_managed_backend_bucket_migration_state(self) -> Optional[pulumi.Input[builtins.str]]:
|
936
|
+
"""
|
937
|
+
Specifies the canary migration state for the backend buckets attached to this forwarding rule.
|
938
|
+
Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
939
|
+
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
|
940
|
+
PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
|
941
|
+
changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
|
942
|
+
traffic to backend buckets attached to this forwarding rule by percentage using
|
943
|
+
externalManagedBackendBucketMigrationTestingPercentage.
|
944
|
+
Rolling back a migration requires the states to be set in reverse order. So changing the
|
945
|
+
scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
|
946
|
+
the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
|
947
|
+
back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
|
948
|
+
Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
|
949
|
+
"""
|
950
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_state")
|
951
|
+
|
952
|
+
@external_managed_backend_bucket_migration_state.setter
|
953
|
+
def external_managed_backend_bucket_migration_state(self, value: Optional[pulumi.Input[builtins.str]]):
|
954
|
+
pulumi.set(self, "external_managed_backend_bucket_migration_state", value)
|
955
|
+
|
956
|
+
@property
|
957
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationTestingPercentage")
|
958
|
+
def external_managed_backend_bucket_migration_testing_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
|
959
|
+
"""
|
960
|
+
Determines the fraction of requests to backend buckets that should be processed by the Global
|
961
|
+
external Application Load Balancer.
|
962
|
+
The value of this field must be in the range [0, 100].
|
963
|
+
This value can only be set if the loadBalancingScheme in the forwarding rule is set to
|
964
|
+
EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
|
965
|
+
"""
|
966
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_testing_percentage")
|
967
|
+
|
968
|
+
@external_managed_backend_bucket_migration_testing_percentage.setter
|
969
|
+
def external_managed_backend_bucket_migration_testing_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
|
970
|
+
pulumi.set(self, "external_managed_backend_bucket_migration_testing_percentage", value)
|
971
|
+
|
848
972
|
@property
|
849
973
|
@pulumi.getter(name="forwardingRuleId")
|
850
974
|
def forwarding_rule_id(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -1242,6 +1366,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1242
1366
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1243
1367
|
allow_psc_global_access: Optional[pulumi.Input[builtins.bool]] = None,
|
1244
1368
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
1369
|
+
external_managed_backend_bucket_migration_state: Optional[pulumi.Input[builtins.str]] = None,
|
1370
|
+
external_managed_backend_bucket_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
1245
1371
|
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
1246
1372
|
ip_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
1247
1373
|
ip_version: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -1638,6 +1764,23 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1638
1764
|
:param pulumi.Input[builtins.bool] allow_psc_global_access: This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.
|
1639
1765
|
:param pulumi.Input[builtins.str] description: An optional description of this resource. Provide this property when
|
1640
1766
|
you create the resource.
|
1767
|
+
:param pulumi.Input[builtins.str] external_managed_backend_bucket_migration_state: Specifies the canary migration state for the backend buckets attached to this forwarding rule.
|
1768
|
+
Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
1769
|
+
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
|
1770
|
+
PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
|
1771
|
+
changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
|
1772
|
+
traffic to backend buckets attached to this forwarding rule by percentage using
|
1773
|
+
externalManagedBackendBucketMigrationTestingPercentage.
|
1774
|
+
Rolling back a migration requires the states to be set in reverse order. So changing the
|
1775
|
+
scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
|
1776
|
+
the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
|
1777
|
+
back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
|
1778
|
+
Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
|
1779
|
+
:param pulumi.Input[builtins.float] external_managed_backend_bucket_migration_testing_percentage: Determines the fraction of requests to backend buckets that should be processed by the Global
|
1780
|
+
external Application Load Balancer.
|
1781
|
+
The value of this field must be in the range [0, 100].
|
1782
|
+
This value can only be set if the loadBalancingScheme in the forwarding rule is set to
|
1783
|
+
EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
|
1641
1784
|
:param pulumi.Input[builtins.str] ip_address: IP address for which this forwarding rule accepts traffic. When a client
|
1642
1785
|
sends traffic to this IP address, the forwarding rule directs the traffic
|
1643
1786
|
to the referenced `target`.
|
@@ -2174,6 +2317,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2174
2317
|
opts: Optional[pulumi.ResourceOptions] = None,
|
2175
2318
|
allow_psc_global_access: Optional[pulumi.Input[builtins.bool]] = None,
|
2176
2319
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
2320
|
+
external_managed_backend_bucket_migration_state: Optional[pulumi.Input[builtins.str]] = None,
|
2321
|
+
external_managed_backend_bucket_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
2177
2322
|
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
2178
2323
|
ip_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
2179
2324
|
ip_version: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -2201,6 +2346,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2201
2346
|
|
2202
2347
|
__props__.__dict__["allow_psc_global_access"] = allow_psc_global_access
|
2203
2348
|
__props__.__dict__["description"] = description
|
2349
|
+
__props__.__dict__["external_managed_backend_bucket_migration_state"] = external_managed_backend_bucket_migration_state
|
2350
|
+
__props__.__dict__["external_managed_backend_bucket_migration_testing_percentage"] = external_managed_backend_bucket_migration_testing_percentage
|
2204
2351
|
__props__.__dict__["ip_address"] = ip_address
|
2205
2352
|
__props__.__dict__["ip_protocol"] = ip_protocol
|
2206
2353
|
__props__.__dict__["ip_version"] = ip_version
|
@@ -2243,6 +2390,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2243
2390
|
base_forwarding_rule: Optional[pulumi.Input[builtins.str]] = None,
|
2244
2391
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
2245
2392
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
2393
|
+
external_managed_backend_bucket_migration_state: Optional[pulumi.Input[builtins.str]] = None,
|
2394
|
+
external_managed_backend_bucket_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
|
2246
2395
|
forwarding_rule_id: Optional[pulumi.Input[builtins.int]] = None,
|
2247
2396
|
ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
2248
2397
|
ip_protocol: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -2277,6 +2426,23 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2277
2426
|
:param pulumi.Input[builtins.str] description: An optional description of this resource. Provide this property when
|
2278
2427
|
you create the resource.
|
2279
2428
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
2429
|
+
:param pulumi.Input[builtins.str] external_managed_backend_bucket_migration_state: Specifies the canary migration state for the backend buckets attached to this forwarding rule.
|
2430
|
+
Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
2431
|
+
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
|
2432
|
+
PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
|
2433
|
+
changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
|
2434
|
+
traffic to backend buckets attached to this forwarding rule by percentage using
|
2435
|
+
externalManagedBackendBucketMigrationTestingPercentage.
|
2436
|
+
Rolling back a migration requires the states to be set in reverse order. So changing the
|
2437
|
+
scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
|
2438
|
+
the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
|
2439
|
+
back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
|
2440
|
+
Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
|
2441
|
+
:param pulumi.Input[builtins.float] external_managed_backend_bucket_migration_testing_percentage: Determines the fraction of requests to backend buckets that should be processed by the Global
|
2442
|
+
external Application Load Balancer.
|
2443
|
+
The value of this field must be in the range [0, 100].
|
2444
|
+
This value can only be set if the loadBalancingScheme in the forwarding rule is set to
|
2445
|
+
EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
|
2280
2446
|
:param pulumi.Input[builtins.int] forwarding_rule_id: The unique identifier number for the resource. This identifier is defined by the server.
|
2281
2447
|
:param pulumi.Input[builtins.str] ip_address: IP address for which this forwarding rule accepts traffic. When a client
|
2282
2448
|
sends traffic to this IP address, the forwarding rule directs the traffic
|
@@ -2432,6 +2598,8 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2432
2598
|
__props__.__dict__["base_forwarding_rule"] = base_forwarding_rule
|
2433
2599
|
__props__.__dict__["description"] = description
|
2434
2600
|
__props__.__dict__["effective_labels"] = effective_labels
|
2601
|
+
__props__.__dict__["external_managed_backend_bucket_migration_state"] = external_managed_backend_bucket_migration_state
|
2602
|
+
__props__.__dict__["external_managed_backend_bucket_migration_testing_percentage"] = external_managed_backend_bucket_migration_testing_percentage
|
2435
2603
|
__props__.__dict__["forwarding_rule_id"] = forwarding_rule_id
|
2436
2604
|
__props__.__dict__["ip_address"] = ip_address
|
2437
2605
|
__props__.__dict__["ip_protocol"] = ip_protocol
|
@@ -2489,6 +2657,37 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2489
2657
|
"""
|
2490
2658
|
return pulumi.get(self, "effective_labels")
|
2491
2659
|
|
2660
|
+
@property
|
2661
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationState")
|
2662
|
+
def external_managed_backend_bucket_migration_state(self) -> pulumi.Output[Optional[builtins.str]]:
|
2663
|
+
"""
|
2664
|
+
Specifies the canary migration state for the backend buckets attached to this forwarding rule.
|
2665
|
+
Possible values are PREPARE, TEST_BY_PERCENTAGE, and TEST_ALL_TRAFFIC.
|
2666
|
+
To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
|
2667
|
+
PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
|
2668
|
+
changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
|
2669
|
+
traffic to backend buckets attached to this forwarding rule by percentage using
|
2670
|
+
externalManagedBackendBucketMigrationTestingPercentage.
|
2671
|
+
Rolling back a migration requires the states to be set in reverse order. So changing the
|
2672
|
+
scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
|
2673
|
+
the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
|
2674
|
+
back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
|
2675
|
+
Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
|
2676
|
+
"""
|
2677
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_state")
|
2678
|
+
|
2679
|
+
@property
|
2680
|
+
@pulumi.getter(name="externalManagedBackendBucketMigrationTestingPercentage")
|
2681
|
+
def external_managed_backend_bucket_migration_testing_percentage(self) -> pulumi.Output[Optional[builtins.float]]:
|
2682
|
+
"""
|
2683
|
+
Determines the fraction of requests to backend buckets that should be processed by the Global
|
2684
|
+
external Application Load Balancer.
|
2685
|
+
The value of this field must be in the range [0, 100].
|
2686
|
+
This value can only be set if the loadBalancingScheme in the forwarding rule is set to
|
2687
|
+
EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
|
2688
|
+
"""
|
2689
|
+
return pulumi.get(self, "external_managed_backend_bucket_migration_testing_percentage")
|
2690
|
+
|
2492
2691
|
@property
|
2493
2692
|
@pulumi.getter(name="forwardingRuleId")
|
2494
2693
|
def forwarding_rule_id(self) -> pulumi.Output[builtins.int]:
|
@@ -25,6 +25,7 @@ class HealthCheckArgs:
|
|
25
25
|
check_interval_sec: Optional[pulumi.Input[builtins.int]] = None,
|
26
26
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
27
27
|
grpc_health_check: Optional[pulumi.Input['HealthCheckGrpcHealthCheckArgs']] = None,
|
28
|
+
grpc_tls_health_check: Optional[pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs']] = None,
|
28
29
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
29
30
|
http2_health_check: Optional[pulumi.Input['HealthCheckHttp2HealthCheckArgs']] = None,
|
30
31
|
http_health_check: Optional[pulumi.Input['HealthCheckHttpHealthCheckArgs']] = None,
|
@@ -45,6 +46,8 @@ class HealthCheckArgs:
|
|
45
46
|
you create the resource.
|
46
47
|
:param pulumi.Input['HealthCheckGrpcHealthCheckArgs'] grpc_health_check: A nested object resource.
|
47
48
|
Structure is documented below.
|
49
|
+
:param pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs'] grpc_tls_health_check: A nested object resource.
|
50
|
+
Structure is documented below.
|
48
51
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
49
52
|
consecutive successes. The default value is 2.
|
50
53
|
:param pulumi.Input['HealthCheckHttp2HealthCheckArgs'] http2_health_check: A nested object resource.
|
@@ -95,6 +98,8 @@ class HealthCheckArgs:
|
|
95
98
|
pulumi.set(__self__, "description", description)
|
96
99
|
if grpc_health_check is not None:
|
97
100
|
pulumi.set(__self__, "grpc_health_check", grpc_health_check)
|
101
|
+
if grpc_tls_health_check is not None:
|
102
|
+
pulumi.set(__self__, "grpc_tls_health_check", grpc_tls_health_check)
|
98
103
|
if healthy_threshold is not None:
|
99
104
|
pulumi.set(__self__, "healthy_threshold", healthy_threshold)
|
100
105
|
if http2_health_check is not None:
|
@@ -159,6 +164,19 @@ class HealthCheckArgs:
|
|
159
164
|
def grpc_health_check(self, value: Optional[pulumi.Input['HealthCheckGrpcHealthCheckArgs']]):
|
160
165
|
pulumi.set(self, "grpc_health_check", value)
|
161
166
|
|
167
|
+
@property
|
168
|
+
@pulumi.getter(name="grpcTlsHealthCheck")
|
169
|
+
def grpc_tls_health_check(self) -> Optional[pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs']]:
|
170
|
+
"""
|
171
|
+
A nested object resource.
|
172
|
+
Structure is documented below.
|
173
|
+
"""
|
174
|
+
return pulumi.get(self, "grpc_tls_health_check")
|
175
|
+
|
176
|
+
@grpc_tls_health_check.setter
|
177
|
+
def grpc_tls_health_check(self, value: Optional[pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs']]):
|
178
|
+
pulumi.set(self, "grpc_tls_health_check", value)
|
179
|
+
|
162
180
|
@property
|
163
181
|
@pulumi.getter(name="healthyThreshold")
|
164
182
|
def healthy_threshold(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -342,6 +360,7 @@ class _HealthCheckState:
|
|
342
360
|
creation_timestamp: Optional[pulumi.Input[builtins.str]] = None,
|
343
361
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
344
362
|
grpc_health_check: Optional[pulumi.Input['HealthCheckGrpcHealthCheckArgs']] = None,
|
363
|
+
grpc_tls_health_check: Optional[pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs']] = None,
|
345
364
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
346
365
|
http2_health_check: Optional[pulumi.Input['HealthCheckHttp2HealthCheckArgs']] = None,
|
347
366
|
http_health_check: Optional[pulumi.Input['HealthCheckHttpHealthCheckArgs']] = None,
|
@@ -365,6 +384,8 @@ class _HealthCheckState:
|
|
365
384
|
you create the resource.
|
366
385
|
:param pulumi.Input['HealthCheckGrpcHealthCheckArgs'] grpc_health_check: A nested object resource.
|
367
386
|
Structure is documented below.
|
387
|
+
:param pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs'] grpc_tls_health_check: A nested object resource.
|
388
|
+
Structure is documented below.
|
368
389
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
369
390
|
consecutive successes. The default value is 2.
|
370
391
|
:param pulumi.Input['HealthCheckHttp2HealthCheckArgs'] http2_health_check: A nested object resource.
|
@@ -419,6 +440,8 @@ class _HealthCheckState:
|
|
419
440
|
pulumi.set(__self__, "description", description)
|
420
441
|
if grpc_health_check is not None:
|
421
442
|
pulumi.set(__self__, "grpc_health_check", grpc_health_check)
|
443
|
+
if grpc_tls_health_check is not None:
|
444
|
+
pulumi.set(__self__, "grpc_tls_health_check", grpc_tls_health_check)
|
422
445
|
if healthy_threshold is not None:
|
423
446
|
pulumi.set(__self__, "healthy_threshold", healthy_threshold)
|
424
447
|
if http2_health_check is not None:
|
@@ -499,6 +522,19 @@ class _HealthCheckState:
|
|
499
522
|
def grpc_health_check(self, value: Optional[pulumi.Input['HealthCheckGrpcHealthCheckArgs']]):
|
500
523
|
pulumi.set(self, "grpc_health_check", value)
|
501
524
|
|
525
|
+
@property
|
526
|
+
@pulumi.getter(name="grpcTlsHealthCheck")
|
527
|
+
def grpc_tls_health_check(self) -> Optional[pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs']]:
|
528
|
+
"""
|
529
|
+
A nested object resource.
|
530
|
+
Structure is documented below.
|
531
|
+
"""
|
532
|
+
return pulumi.get(self, "grpc_tls_health_check")
|
533
|
+
|
534
|
+
@grpc_tls_health_check.setter
|
535
|
+
def grpc_tls_health_check(self, value: Optional[pulumi.Input['HealthCheckGrpcTlsHealthCheckArgs']]):
|
536
|
+
pulumi.set(self, "grpc_tls_health_check", value)
|
537
|
+
|
502
538
|
@property
|
503
539
|
@pulumi.getter(name="healthyThreshold")
|
504
540
|
def healthy_threshold(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -708,6 +744,7 @@ class HealthCheck(pulumi.CustomResource):
|
|
708
744
|
check_interval_sec: Optional[pulumi.Input[builtins.int]] = None,
|
709
745
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
710
746
|
grpc_health_check: Optional[pulumi.Input[Union['HealthCheckGrpcHealthCheckArgs', 'HealthCheckGrpcHealthCheckArgsDict']]] = None,
|
747
|
+
grpc_tls_health_check: Optional[pulumi.Input[Union['HealthCheckGrpcTlsHealthCheckArgs', 'HealthCheckGrpcTlsHealthCheckArgsDict']]] = None,
|
711
748
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
712
749
|
http2_health_check: Optional[pulumi.Input[Union['HealthCheckHttp2HealthCheckArgs', 'HealthCheckHttp2HealthCheckArgsDict']]] = None,
|
713
750
|
http_health_check: Optional[pulumi.Input[Union['HealthCheckHttpHealthCheckArgs', 'HealthCheckHttpHealthCheckArgsDict']]] = None,
|
@@ -954,6 +991,39 @@ class HealthCheck(pulumi.CustomResource):
|
|
954
991
|
"grpc_service_name": "testservice",
|
955
992
|
})
|
956
993
|
```
|
994
|
+
### Health Check Grpc With Tls
|
995
|
+
|
996
|
+
```python
|
997
|
+
import pulumi
|
998
|
+
import pulumi_gcp as gcp
|
999
|
+
|
1000
|
+
grpc_with_tls_health_check = gcp.compute.HealthCheck("grpc-with-tls-health-check",
|
1001
|
+
name="grpc-with-tls-health-check",
|
1002
|
+
timeout_sec=1,
|
1003
|
+
check_interval_sec=1,
|
1004
|
+
grpc_tls_health_check={
|
1005
|
+
"port": 443,
|
1006
|
+
})
|
1007
|
+
```
|
1008
|
+
### Health Check Grpc With Tls Full
|
1009
|
+
|
1010
|
+
```python
|
1011
|
+
import pulumi
|
1012
|
+
import pulumi_gcp as gcp
|
1013
|
+
|
1014
|
+
grpc_with_tls_health_check = gcp.compute.HealthCheck("grpc-with-tls-health-check",
|
1015
|
+
name="grpc-with-tls-health-check",
|
1016
|
+
description="Health check via grpc with TLS",
|
1017
|
+
timeout_sec=1,
|
1018
|
+
check_interval_sec=1,
|
1019
|
+
healthy_threshold=4,
|
1020
|
+
unhealthy_threshold=5,
|
1021
|
+
grpc_tls_health_check={
|
1022
|
+
"port_specification": "USE_FIXED_PORT",
|
1023
|
+
"port": 443,
|
1024
|
+
"grpc_service_name": "testservice",
|
1025
|
+
})
|
1026
|
+
```
|
957
1027
|
### Health Check With Logging
|
958
1028
|
|
959
1029
|
```python
|
@@ -1061,6 +1131,8 @@ class HealthCheck(pulumi.CustomResource):
|
|
1061
1131
|
you create the resource.
|
1062
1132
|
:param pulumi.Input[Union['HealthCheckGrpcHealthCheckArgs', 'HealthCheckGrpcHealthCheckArgsDict']] grpc_health_check: A nested object resource.
|
1063
1133
|
Structure is documented below.
|
1134
|
+
:param pulumi.Input[Union['HealthCheckGrpcTlsHealthCheckArgs', 'HealthCheckGrpcTlsHealthCheckArgsDict']] grpc_tls_health_check: A nested object resource.
|
1135
|
+
Structure is documented below.
|
1064
1136
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
1065
1137
|
consecutive successes. The default value is 2.
|
1066
1138
|
:param pulumi.Input[Union['HealthCheckHttp2HealthCheckArgs', 'HealthCheckHttp2HealthCheckArgsDict']] http2_health_check: A nested object resource.
|
@@ -1344,6 +1416,39 @@ class HealthCheck(pulumi.CustomResource):
|
|
1344
1416
|
"grpc_service_name": "testservice",
|
1345
1417
|
})
|
1346
1418
|
```
|
1419
|
+
### Health Check Grpc With Tls
|
1420
|
+
|
1421
|
+
```python
|
1422
|
+
import pulumi
|
1423
|
+
import pulumi_gcp as gcp
|
1424
|
+
|
1425
|
+
grpc_with_tls_health_check = gcp.compute.HealthCheck("grpc-with-tls-health-check",
|
1426
|
+
name="grpc-with-tls-health-check",
|
1427
|
+
timeout_sec=1,
|
1428
|
+
check_interval_sec=1,
|
1429
|
+
grpc_tls_health_check={
|
1430
|
+
"port": 443,
|
1431
|
+
})
|
1432
|
+
```
|
1433
|
+
### Health Check Grpc With Tls Full
|
1434
|
+
|
1435
|
+
```python
|
1436
|
+
import pulumi
|
1437
|
+
import pulumi_gcp as gcp
|
1438
|
+
|
1439
|
+
grpc_with_tls_health_check = gcp.compute.HealthCheck("grpc-with-tls-health-check",
|
1440
|
+
name="grpc-with-tls-health-check",
|
1441
|
+
description="Health check via grpc with TLS",
|
1442
|
+
timeout_sec=1,
|
1443
|
+
check_interval_sec=1,
|
1444
|
+
healthy_threshold=4,
|
1445
|
+
unhealthy_threshold=5,
|
1446
|
+
grpc_tls_health_check={
|
1447
|
+
"port_specification": "USE_FIXED_PORT",
|
1448
|
+
"port": 443,
|
1449
|
+
"grpc_service_name": "testservice",
|
1450
|
+
})
|
1451
|
+
```
|
1347
1452
|
### Health Check With Logging
|
1348
1453
|
|
1349
1454
|
```python
|
@@ -1461,6 +1566,7 @@ class HealthCheck(pulumi.CustomResource):
|
|
1461
1566
|
check_interval_sec: Optional[pulumi.Input[builtins.int]] = None,
|
1462
1567
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
1463
1568
|
grpc_health_check: Optional[pulumi.Input[Union['HealthCheckGrpcHealthCheckArgs', 'HealthCheckGrpcHealthCheckArgsDict']]] = None,
|
1569
|
+
grpc_tls_health_check: Optional[pulumi.Input[Union['HealthCheckGrpcTlsHealthCheckArgs', 'HealthCheckGrpcTlsHealthCheckArgsDict']]] = None,
|
1464
1570
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
1465
1571
|
http2_health_check: Optional[pulumi.Input[Union['HealthCheckHttp2HealthCheckArgs', 'HealthCheckHttp2HealthCheckArgsDict']]] = None,
|
1466
1572
|
http_health_check: Optional[pulumi.Input[Union['HealthCheckHttpHealthCheckArgs', 'HealthCheckHttpHealthCheckArgsDict']]] = None,
|
@@ -1485,6 +1591,7 @@ class HealthCheck(pulumi.CustomResource):
|
|
1485
1591
|
__props__.__dict__["check_interval_sec"] = check_interval_sec
|
1486
1592
|
__props__.__dict__["description"] = description
|
1487
1593
|
__props__.__dict__["grpc_health_check"] = grpc_health_check
|
1594
|
+
__props__.__dict__["grpc_tls_health_check"] = grpc_tls_health_check
|
1488
1595
|
__props__.__dict__["healthy_threshold"] = healthy_threshold
|
1489
1596
|
__props__.__dict__["http2_health_check"] = http2_health_check
|
1490
1597
|
__props__.__dict__["http_health_check"] = http_health_check
|
@@ -1514,6 +1621,7 @@ class HealthCheck(pulumi.CustomResource):
|
|
1514
1621
|
creation_timestamp: Optional[pulumi.Input[builtins.str]] = None,
|
1515
1622
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
1516
1623
|
grpc_health_check: Optional[pulumi.Input[Union['HealthCheckGrpcHealthCheckArgs', 'HealthCheckGrpcHealthCheckArgsDict']]] = None,
|
1624
|
+
grpc_tls_health_check: Optional[pulumi.Input[Union['HealthCheckGrpcTlsHealthCheckArgs', 'HealthCheckGrpcTlsHealthCheckArgsDict']]] = None,
|
1517
1625
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
1518
1626
|
http2_health_check: Optional[pulumi.Input[Union['HealthCheckHttp2HealthCheckArgs', 'HealthCheckHttp2HealthCheckArgsDict']]] = None,
|
1519
1627
|
http_health_check: Optional[pulumi.Input[Union['HealthCheckHttpHealthCheckArgs', 'HealthCheckHttpHealthCheckArgsDict']]] = None,
|
@@ -1542,6 +1650,8 @@ class HealthCheck(pulumi.CustomResource):
|
|
1542
1650
|
you create the resource.
|
1543
1651
|
:param pulumi.Input[Union['HealthCheckGrpcHealthCheckArgs', 'HealthCheckGrpcHealthCheckArgsDict']] grpc_health_check: A nested object resource.
|
1544
1652
|
Structure is documented below.
|
1653
|
+
:param pulumi.Input[Union['HealthCheckGrpcTlsHealthCheckArgs', 'HealthCheckGrpcTlsHealthCheckArgsDict']] grpc_tls_health_check: A nested object resource.
|
1654
|
+
Structure is documented below.
|
1545
1655
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
1546
1656
|
consecutive successes. The default value is 2.
|
1547
1657
|
:param pulumi.Input[Union['HealthCheckHttp2HealthCheckArgs', 'HealthCheckHttp2HealthCheckArgsDict']] http2_health_check: A nested object resource.
|
@@ -1596,6 +1706,7 @@ class HealthCheck(pulumi.CustomResource):
|
|
1596
1706
|
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1597
1707
|
__props__.__dict__["description"] = description
|
1598
1708
|
__props__.__dict__["grpc_health_check"] = grpc_health_check
|
1709
|
+
__props__.__dict__["grpc_tls_health_check"] = grpc_tls_health_check
|
1599
1710
|
__props__.__dict__["healthy_threshold"] = healthy_threshold
|
1600
1711
|
__props__.__dict__["http2_health_check"] = http2_health_check
|
1601
1712
|
__props__.__dict__["http_health_check"] = http_health_check
|
@@ -1647,6 +1758,15 @@ class HealthCheck(pulumi.CustomResource):
|
|
1647
1758
|
"""
|
1648
1759
|
return pulumi.get(self, "grpc_health_check")
|
1649
1760
|
|
1761
|
+
@property
|
1762
|
+
@pulumi.getter(name="grpcTlsHealthCheck")
|
1763
|
+
def grpc_tls_health_check(self) -> pulumi.Output[Optional['outputs.HealthCheckGrpcTlsHealthCheck']]:
|
1764
|
+
"""
|
1765
|
+
A nested object resource.
|
1766
|
+
Structure is documented below.
|
1767
|
+
"""
|
1768
|
+
return pulumi.get(self, "grpc_tls_health_check")
|
1769
|
+
|
1650
1770
|
@property
|
1651
1771
|
@pulumi.getter(name="healthyThreshold")
|
1652
1772
|
def healthy_threshold(self) -> pulumi.Output[Optional[builtins.int]]:
|