pulumi-gcp 8.32.0a1747377897__py3-none-any.whl → 8.32.0a1747834582__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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- 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/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/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/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/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/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -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/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- 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_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_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 +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- 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 +2 -2
- 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/pulumi-plugin.json +1 -1
- 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/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.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/top_level.txt +0 -0
@@ -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 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'),
|
@@ -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]:
|