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
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -158,6 +158,8 @@ __all__ = [
|
|
158
158
|
'HaVpnGatewayVpnInterfaceArgsDict',
|
159
159
|
'HealthCheckGrpcHealthCheckArgs',
|
160
160
|
'HealthCheckGrpcHealthCheckArgsDict',
|
161
|
+
'HealthCheckGrpcTlsHealthCheckArgs',
|
162
|
+
'HealthCheckGrpcTlsHealthCheckArgsDict',
|
161
163
|
'HealthCheckHttp2HealthCheckArgs',
|
162
164
|
'HealthCheckHttp2HealthCheckArgsDict',
|
163
165
|
'HealthCheckHttpHealthCheckArgs',
|
@@ -642,6 +644,8 @@ __all__ = [
|
|
642
644
|
'RegionDiskSourceSnapshotEncryptionKeyArgsDict',
|
643
645
|
'RegionHealthCheckGrpcHealthCheckArgs',
|
644
646
|
'RegionHealthCheckGrpcHealthCheckArgsDict',
|
647
|
+
'RegionHealthCheckGrpcTlsHealthCheckArgs',
|
648
|
+
'RegionHealthCheckGrpcTlsHealthCheckArgsDict',
|
645
649
|
'RegionHealthCheckHttp2HealthCheckArgs',
|
646
650
|
'RegionHealthCheckHttp2HealthCheckArgsDict',
|
647
651
|
'RegionHealthCheckHttpHealthCheckArgs',
|
@@ -9389,6 +9393,120 @@ class HealthCheckGrpcHealthCheckArgs:
|
|
9389
9393
|
pulumi.set(self, "port_specification", value)
|
9390
9394
|
|
9391
9395
|
|
9396
|
+
if not MYPY:
|
9397
|
+
class HealthCheckGrpcTlsHealthCheckArgsDict(TypedDict):
|
9398
|
+
grpc_service_name: NotRequired[pulumi.Input[builtins.str]]
|
9399
|
+
"""
|
9400
|
+
The gRPC service name for the health check.
|
9401
|
+
The value of grpcServiceName has the following meanings by convention:
|
9402
|
+
- Empty serviceName means the overall status of all services at the backend.
|
9403
|
+
- Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
9404
|
+
The grpcServiceName can only be ASCII.
|
9405
|
+
"""
|
9406
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
9407
|
+
"""
|
9408
|
+
The port number for the health check request.
|
9409
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
9410
|
+
"""
|
9411
|
+
port_specification: NotRequired[pulumi.Input[builtins.str]]
|
9412
|
+
"""
|
9413
|
+
Specifies how port is selected for health checking, can be one of the
|
9414
|
+
following values:
|
9415
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
9416
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
9417
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
9418
|
+
network endpoint is used for health checking. For other backends, the
|
9419
|
+
port or named port specified in the Backend Service is used for health
|
9420
|
+
checking.
|
9421
|
+
If not specified, gRPC with TLS health check follows behavior specified in the `port` field.
|
9422
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
9423
|
+
"""
|
9424
|
+
elif False:
|
9425
|
+
HealthCheckGrpcTlsHealthCheckArgsDict: TypeAlias = Mapping[str, Any]
|
9426
|
+
|
9427
|
+
@pulumi.input_type
|
9428
|
+
class HealthCheckGrpcTlsHealthCheckArgs:
|
9429
|
+
def __init__(__self__, *,
|
9430
|
+
grpc_service_name: Optional[pulumi.Input[builtins.str]] = None,
|
9431
|
+
port: Optional[pulumi.Input[builtins.int]] = None,
|
9432
|
+
port_specification: Optional[pulumi.Input[builtins.str]] = None):
|
9433
|
+
"""
|
9434
|
+
:param pulumi.Input[builtins.str] grpc_service_name: The gRPC service name for the health check.
|
9435
|
+
The value of grpcServiceName has the following meanings by convention:
|
9436
|
+
- Empty serviceName means the overall status of all services at the backend.
|
9437
|
+
- Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
9438
|
+
The grpcServiceName can only be ASCII.
|
9439
|
+
:param pulumi.Input[builtins.int] port: The port number for the health check request.
|
9440
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
9441
|
+
:param pulumi.Input[builtins.str] port_specification: Specifies how port is selected for health checking, can be one of the
|
9442
|
+
following values:
|
9443
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
9444
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
9445
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
9446
|
+
network endpoint is used for health checking. For other backends, the
|
9447
|
+
port or named port specified in the Backend Service is used for health
|
9448
|
+
checking.
|
9449
|
+
If not specified, gRPC with TLS health check follows behavior specified in the `port` field.
|
9450
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
9451
|
+
"""
|
9452
|
+
if grpc_service_name is not None:
|
9453
|
+
pulumi.set(__self__, "grpc_service_name", grpc_service_name)
|
9454
|
+
if port is not None:
|
9455
|
+
pulumi.set(__self__, "port", port)
|
9456
|
+
if port_specification is not None:
|
9457
|
+
pulumi.set(__self__, "port_specification", port_specification)
|
9458
|
+
|
9459
|
+
@property
|
9460
|
+
@pulumi.getter(name="grpcServiceName")
|
9461
|
+
def grpc_service_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
9462
|
+
"""
|
9463
|
+
The gRPC service name for the health check.
|
9464
|
+
The value of grpcServiceName has the following meanings by convention:
|
9465
|
+
- Empty serviceName means the overall status of all services at the backend.
|
9466
|
+
- Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
9467
|
+
The grpcServiceName can only be ASCII.
|
9468
|
+
"""
|
9469
|
+
return pulumi.get(self, "grpc_service_name")
|
9470
|
+
|
9471
|
+
@grpc_service_name.setter
|
9472
|
+
def grpc_service_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
9473
|
+
pulumi.set(self, "grpc_service_name", value)
|
9474
|
+
|
9475
|
+
@property
|
9476
|
+
@pulumi.getter
|
9477
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
9478
|
+
"""
|
9479
|
+
The port number for the health check request.
|
9480
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
9481
|
+
"""
|
9482
|
+
return pulumi.get(self, "port")
|
9483
|
+
|
9484
|
+
@port.setter
|
9485
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
9486
|
+
pulumi.set(self, "port", value)
|
9487
|
+
|
9488
|
+
@property
|
9489
|
+
@pulumi.getter(name="portSpecification")
|
9490
|
+
def port_specification(self) -> Optional[pulumi.Input[builtins.str]]:
|
9491
|
+
"""
|
9492
|
+
Specifies how port is selected for health checking, can be one of the
|
9493
|
+
following values:
|
9494
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
9495
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
9496
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
9497
|
+
network endpoint is used for health checking. For other backends, the
|
9498
|
+
port or named port specified in the Backend Service is used for health
|
9499
|
+
checking.
|
9500
|
+
If not specified, gRPC with TLS health check follows behavior specified in the `port` field.
|
9501
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
9502
|
+
"""
|
9503
|
+
return pulumi.get(self, "port_specification")
|
9504
|
+
|
9505
|
+
@port_specification.setter
|
9506
|
+
def port_specification(self, value: Optional[pulumi.Input[builtins.str]]):
|
9507
|
+
pulumi.set(self, "port_specification", value)
|
9508
|
+
|
9509
|
+
|
9392
9510
|
if not MYPY:
|
9393
9511
|
class HealthCheckHttp2HealthCheckArgsDict(TypedDict):
|
9394
9512
|
host: NotRequired[pulumi.Input[builtins.str]]
|
@@ -11715,6 +11833,10 @@ if not MYPY:
|
|
11715
11833
|
"""
|
11716
11834
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
11717
11835
|
"""
|
11836
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
11837
|
+
"""
|
11838
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
11839
|
+
"""
|
11718
11840
|
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
11719
11841
|
"""
|
11720
11842
|
The self_link of the encryption key that is
|
@@ -11740,6 +11862,7 @@ class InstanceAttachedDiskArgs:
|
|
11740
11862
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
11741
11863
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
11742
11864
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
11865
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
11743
11866
|
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
11744
11867
|
mode: Optional[pulumi.Input[builtins.str]] = None):
|
11745
11868
|
"""
|
@@ -11758,6 +11881,7 @@ class InstanceAttachedDiskArgs:
|
|
11758
11881
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
11759
11882
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
11760
11883
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
11884
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
11761
11885
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self_link of the encryption key that is
|
11762
11886
|
stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`, `disk_encryption_key_rsa` and `disk_encryption_key_raw`
|
11763
11887
|
may be set.
|
@@ -11777,6 +11901,8 @@ class InstanceAttachedDiskArgs:
|
|
11777
11901
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
11778
11902
|
if disk_encryption_service_account is not None:
|
11779
11903
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
11904
|
+
if force_attach is not None:
|
11905
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
11780
11906
|
if kms_key_self_link is not None:
|
11781
11907
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
11782
11908
|
if mode is not None:
|
@@ -11863,6 +11989,18 @@ class InstanceAttachedDiskArgs:
|
|
11863
11989
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
11864
11990
|
pulumi.set(self, "disk_encryption_service_account", value)
|
11865
11991
|
|
11992
|
+
@property
|
11993
|
+
@pulumi.getter(name="forceAttach")
|
11994
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
11995
|
+
"""
|
11996
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
11997
|
+
"""
|
11998
|
+
return pulumi.get(self, "force_attach")
|
11999
|
+
|
12000
|
+
@force_attach.setter
|
12001
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
12002
|
+
pulumi.set(self, "force_attach", value)
|
12003
|
+
|
11866
12004
|
@property
|
11867
12005
|
@pulumi.getter(name="kmsKeySelfLink")
|
11868
12006
|
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -11928,6 +12066,12 @@ if not MYPY:
|
|
11928
12066
|
"""
|
11929
12067
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
11930
12068
|
"""
|
12069
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
12070
|
+
"""
|
12071
|
+
boolean field that determines whether to force attach the regional
|
12072
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
12073
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
12074
|
+
"""
|
11931
12075
|
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
11932
12076
|
"""
|
11933
12077
|
A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
@@ -11972,6 +12116,7 @@ class InstanceBootDiskArgs:
|
|
11972
12116
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
11973
12117
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
11974
12118
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
12119
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
11975
12120
|
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
11976
12121
|
initialize_params: Optional[pulumi.Input['InstanceBootDiskInitializeParamsArgs']] = None,
|
11977
12122
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -11994,6 +12139,9 @@ class InstanceBootDiskArgs:
|
|
11994
12139
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
11995
12140
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
11996
12141
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
12142
|
+
:param pulumi.Input[builtins.bool] force_attach: boolean field that determines whether to force attach the regional
|
12143
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
12144
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
11997
12145
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
11998
12146
|
:param pulumi.Input['InstanceBootDiskInitializeParamsArgs'] initialize_params: Parameters for a new disk that will be created
|
11999
12147
|
alongside the new instance. Either `initialize_params` or `source` must be set.
|
@@ -12021,6 +12169,8 @@ class InstanceBootDiskArgs:
|
|
12021
12169
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
12022
12170
|
if disk_encryption_service_account is not None:
|
12023
12171
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
12172
|
+
if force_attach is not None:
|
12173
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
12024
12174
|
if guest_os_features is not None:
|
12025
12175
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
12026
12176
|
if initialize_params is not None:
|
@@ -12115,6 +12265,20 @@ class InstanceBootDiskArgs:
|
|
12115
12265
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
12116
12266
|
pulumi.set(self, "disk_encryption_service_account", value)
|
12117
12267
|
|
12268
|
+
@property
|
12269
|
+
@pulumi.getter(name="forceAttach")
|
12270
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
12271
|
+
"""
|
12272
|
+
boolean field that determines whether to force attach the regional
|
12273
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
12274
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
12275
|
+
"""
|
12276
|
+
return pulumi.get(self, "force_attach")
|
12277
|
+
|
12278
|
+
@force_attach.setter
|
12279
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
12280
|
+
pulumi.set(self, "force_attach", value)
|
12281
|
+
|
12118
12282
|
@property
|
12119
12283
|
@pulumi.getter(name="guestOsFeatures")
|
12120
12284
|
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
@@ -13042,6 +13206,10 @@ if not MYPY:
|
|
13042
13206
|
"""
|
13043
13207
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13044
13208
|
"""
|
13209
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
13210
|
+
"""
|
13211
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13212
|
+
"""
|
13045
13213
|
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
13046
13214
|
"""
|
13047
13215
|
The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
@@ -13062,6 +13230,7 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13062
13230
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
13063
13231
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
13064
13232
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
13233
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
13065
13234
|
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
13066
13235
|
mode: Optional[pulumi.Input[builtins.str]] = None):
|
13067
13236
|
"""
|
@@ -13071,6 +13240,7 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13071
13240
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
13072
13241
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
13073
13242
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13243
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13074
13244
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
13075
13245
|
:param pulumi.Input[builtins.str] mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
13076
13246
|
"""
|
@@ -13085,6 +13255,8 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13085
13255
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
13086
13256
|
if disk_encryption_service_account is not None:
|
13087
13257
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
13258
|
+
if force_attach is not None:
|
13259
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
13088
13260
|
if kms_key_self_link is not None:
|
13089
13261
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
13090
13262
|
if mode is not None:
|
@@ -13162,6 +13334,18 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13162
13334
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
13163
13335
|
pulumi.set(self, "disk_encryption_service_account", value)
|
13164
13336
|
|
13337
|
+
@property
|
13338
|
+
@pulumi.getter(name="forceAttach")
|
13339
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
13340
|
+
"""
|
13341
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13342
|
+
"""
|
13343
|
+
return pulumi.get(self, "force_attach")
|
13344
|
+
|
13345
|
+
@force_attach.setter
|
13346
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
13347
|
+
pulumi.set(self, "force_attach", value)
|
13348
|
+
|
13165
13349
|
@property
|
13166
13350
|
@pulumi.getter(name="kmsKeySelfLink")
|
13167
13351
|
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -13213,6 +13397,10 @@ if not MYPY:
|
|
13213
13397
|
"""
|
13214
13398
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13215
13399
|
"""
|
13400
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
13401
|
+
"""
|
13402
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13403
|
+
"""
|
13216
13404
|
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
13217
13405
|
"""
|
13218
13406
|
A list of features to enable on the guest operating system. Applicable only for bootable images.
|
@@ -13249,6 +13437,7 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13249
13437
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
13250
13438
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
13251
13439
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
13440
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
13252
13441
|
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
13253
13442
|
initialize_params: Optional[pulumi.Input['InstanceFromMachineImageBootDiskInitializeParamsArgs']] = None,
|
13254
13443
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -13262,6 +13451,7 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13262
13451
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_raw and disk_encryption_key_rsa may be set.
|
13263
13452
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
13264
13453
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13454
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13265
13455
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
13266
13456
|
:param pulumi.Input['InstanceFromMachineImageBootDiskInitializeParamsArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
|
13267
13457
|
:param pulumi.Input[builtins.str] interface: The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
|
@@ -13281,6 +13471,8 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13281
13471
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
13282
13472
|
if disk_encryption_service_account is not None:
|
13283
13473
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
13474
|
+
if force_attach is not None:
|
13475
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
13284
13476
|
if guest_os_features is not None:
|
13285
13477
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
13286
13478
|
if initialize_params is not None:
|
@@ -13366,6 +13558,18 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13366
13558
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
13367
13559
|
pulumi.set(self, "disk_encryption_service_account", value)
|
13368
13560
|
|
13561
|
+
@property
|
13562
|
+
@pulumi.getter(name="forceAttach")
|
13563
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
13564
|
+
"""
|
13565
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13566
|
+
"""
|
13567
|
+
return pulumi.get(self, "force_attach")
|
13568
|
+
|
13569
|
+
@force_attach.setter
|
13570
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
13571
|
+
pulumi.set(self, "force_attach", value)
|
13572
|
+
|
13369
13573
|
@property
|
13370
13574
|
@pulumi.getter(name="guestOsFeatures")
|
13371
13575
|
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
@@ -15985,6 +16189,10 @@ if not MYPY:
|
|
15985
16189
|
"""
|
15986
16190
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
15987
16191
|
"""
|
16192
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
16193
|
+
"""
|
16194
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16195
|
+
"""
|
15988
16196
|
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
15989
16197
|
"""
|
15990
16198
|
The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
@@ -16005,6 +16213,7 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16005
16213
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
16006
16214
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
16007
16215
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
16216
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
16008
16217
|
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
16009
16218
|
mode: Optional[pulumi.Input[builtins.str]] = None):
|
16010
16219
|
"""
|
@@ -16014,6 +16223,7 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16014
16223
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
16015
16224
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
16016
16225
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
16226
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16017
16227
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
16018
16228
|
:param pulumi.Input[builtins.str] mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
16019
16229
|
"""
|
@@ -16028,6 +16238,8 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16028
16238
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
16029
16239
|
if disk_encryption_service_account is not None:
|
16030
16240
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
16241
|
+
if force_attach is not None:
|
16242
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
16031
16243
|
if kms_key_self_link is not None:
|
16032
16244
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
16033
16245
|
if mode is not None:
|
@@ -16105,6 +16317,18 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16105
16317
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
16106
16318
|
pulumi.set(self, "disk_encryption_service_account", value)
|
16107
16319
|
|
16320
|
+
@property
|
16321
|
+
@pulumi.getter(name="forceAttach")
|
16322
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
16323
|
+
"""
|
16324
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16325
|
+
"""
|
16326
|
+
return pulumi.get(self, "force_attach")
|
16327
|
+
|
16328
|
+
@force_attach.setter
|
16329
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
16330
|
+
pulumi.set(self, "force_attach", value)
|
16331
|
+
|
16108
16332
|
@property
|
16109
16333
|
@pulumi.getter(name="kmsKeySelfLink")
|
16110
16334
|
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -16156,6 +16380,10 @@ if not MYPY:
|
|
16156
16380
|
"""
|
16157
16381
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
16158
16382
|
"""
|
16383
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
16384
|
+
"""
|
16385
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16386
|
+
"""
|
16159
16387
|
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
16160
16388
|
"""
|
16161
16389
|
A list of features to enable on the guest operating system. Applicable only for bootable images.
|
@@ -16192,6 +16420,7 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16192
16420
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
16193
16421
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
16194
16422
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
16423
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
16195
16424
|
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
16196
16425
|
initialize_params: Optional[pulumi.Input['InstanceFromTemplateBootDiskInitializeParamsArgs']] = None,
|
16197
16426
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -16205,6 +16434,7 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16205
16434
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_raw and disk_encryption_key_rsa may be set.
|
16206
16435
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
16207
16436
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
16437
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16208
16438
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
16209
16439
|
:param pulumi.Input['InstanceFromTemplateBootDiskInitializeParamsArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
|
16210
16440
|
:param pulumi.Input[builtins.str] interface: The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
|
@@ -16224,6 +16454,8 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16224
16454
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
16225
16455
|
if disk_encryption_service_account is not None:
|
16226
16456
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
16457
|
+
if force_attach is not None:
|
16458
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
16227
16459
|
if guest_os_features is not None:
|
16228
16460
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
16229
16461
|
if initialize_params is not None:
|
@@ -16309,6 +16541,18 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16309
16541
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
16310
16542
|
pulumi.set(self, "disk_encryption_service_account", value)
|
16311
16543
|
|
16544
|
+
@property
|
16545
|
+
@pulumi.getter(name="forceAttach")
|
16546
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
16547
|
+
"""
|
16548
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16549
|
+
"""
|
16550
|
+
return pulumi.get(self, "force_attach")
|
16551
|
+
|
16552
|
+
@force_attach.setter
|
16553
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
16554
|
+
pulumi.set(self, "force_attach", value)
|
16555
|
+
|
16312
16556
|
@property
|
16313
16557
|
@pulumi.getter(name="guestOsFeatures")
|
16314
16558
|
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
@@ -22121,6 +22365,10 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
|
|
22121
22365
|
|
22122
22366
|
if not MYPY:
|
22123
22367
|
class InstanceTemplateDiskArgsDict(TypedDict):
|
22368
|
+
architecture: NotRequired[pulumi.Input[builtins.str]]
|
22369
|
+
"""
|
22370
|
+
The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
22371
|
+
"""
|
22124
22372
|
auto_delete: NotRequired[pulumi.Input[builtins.bool]]
|
22125
22373
|
"""
|
22126
22374
|
Whether or not the disk should be auto-deleted.
|
@@ -22164,6 +22412,10 @@ if not MYPY:
|
|
22164
22412
|
The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
22165
22413
|
`"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`.
|
22166
22414
|
"""
|
22415
|
+
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
22416
|
+
"""
|
22417
|
+
A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
22418
|
+
"""
|
22167
22419
|
interface: NotRequired[pulumi.Input[builtins.str]]
|
22168
22420
|
"""
|
22169
22421
|
Specifies the disk interface to use for attaching this disk,
|
@@ -22250,6 +22502,7 @@ elif False:
|
|
22250
22502
|
@pulumi.input_type
|
22251
22503
|
class InstanceTemplateDiskArgs:
|
22252
22504
|
def __init__(__self__, *,
|
22505
|
+
architecture: Optional[pulumi.Input[builtins.str]] = None,
|
22253
22506
|
auto_delete: Optional[pulumi.Input[builtins.bool]] = None,
|
22254
22507
|
boot: Optional[pulumi.Input[builtins.bool]] = None,
|
22255
22508
|
device_name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -22257,6 +22510,7 @@ class InstanceTemplateDiskArgs:
|
|
22257
22510
|
disk_name: Optional[pulumi.Input[builtins.str]] = None,
|
22258
22511
|
disk_size_gb: Optional[pulumi.Input[builtins.int]] = None,
|
22259
22512
|
disk_type: Optional[pulumi.Input[builtins.str]] = None,
|
22513
|
+
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
22260
22514
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
22261
22515
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
22262
22516
|
mode: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -22271,6 +22525,7 @@ class InstanceTemplateDiskArgs:
|
|
22271
22525
|
source_snapshot_encryption_key: Optional[pulumi.Input['InstanceTemplateDiskSourceSnapshotEncryptionKeyArgs']] = None,
|
22272
22526
|
type: Optional[pulumi.Input[builtins.str]] = None):
|
22273
22527
|
"""
|
22528
|
+
:param pulumi.Input[builtins.str] architecture: The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
22274
22529
|
:param pulumi.Input[builtins.bool] auto_delete: Whether or not the disk should be auto-deleted.
|
22275
22530
|
This defaults to true.
|
22276
22531
|
:param pulumi.Input[builtins.bool] boot: Indicates that this is a boot disk.
|
@@ -22293,6 +22548,7 @@ class InstanceTemplateDiskArgs:
|
|
22293
22548
|
the size must be exactly 375GB.
|
22294
22549
|
:param pulumi.Input[builtins.str] disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
22295
22550
|
`"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`.
|
22551
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
22296
22552
|
:param pulumi.Input[builtins.str] interface: Specifies the disk interface to use for attaching this disk,
|
22297
22553
|
which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
|
22298
22554
|
and the request will fail if you attempt to attach a persistent disk in any other format
|
@@ -22335,6 +22591,8 @@ class InstanceTemplateDiskArgs:
|
|
22335
22591
|
:param pulumi.Input[builtins.str] type: The type of GCE disk, can be either `"SCRATCH"` or
|
22336
22592
|
`"PERSISTENT"`.
|
22337
22593
|
"""
|
22594
|
+
if architecture is not None:
|
22595
|
+
pulumi.set(__self__, "architecture", architecture)
|
22338
22596
|
if auto_delete is not None:
|
22339
22597
|
pulumi.set(__self__, "auto_delete", auto_delete)
|
22340
22598
|
if boot is not None:
|
@@ -22349,6 +22607,8 @@ class InstanceTemplateDiskArgs:
|
|
22349
22607
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
22350
22608
|
if disk_type is not None:
|
22351
22609
|
pulumi.set(__self__, "disk_type", disk_type)
|
22610
|
+
if guest_os_features is not None:
|
22611
|
+
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
22352
22612
|
if interface is not None:
|
22353
22613
|
pulumi.set(__self__, "interface", interface)
|
22354
22614
|
if labels is not None:
|
@@ -22376,6 +22636,18 @@ class InstanceTemplateDiskArgs:
|
|
22376
22636
|
if type is not None:
|
22377
22637
|
pulumi.set(__self__, "type", type)
|
22378
22638
|
|
22639
|
+
@property
|
22640
|
+
@pulumi.getter
|
22641
|
+
def architecture(self) -> Optional[pulumi.Input[builtins.str]]:
|
22642
|
+
"""
|
22643
|
+
The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
22644
|
+
"""
|
22645
|
+
return pulumi.get(self, "architecture")
|
22646
|
+
|
22647
|
+
@architecture.setter
|
22648
|
+
def architecture(self, value: Optional[pulumi.Input[builtins.str]]):
|
22649
|
+
pulumi.set(self, "architecture", value)
|
22650
|
+
|
22379
22651
|
@property
|
22380
22652
|
@pulumi.getter(name="autoDelete")
|
22381
22653
|
def auto_delete(self) -> Optional[pulumi.Input[builtins.bool]]:
|
@@ -22475,6 +22747,18 @@ class InstanceTemplateDiskArgs:
|
|
22475
22747
|
def disk_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
22476
22748
|
pulumi.set(self, "disk_type", value)
|
22477
22749
|
|
22750
|
+
@property
|
22751
|
+
@pulumi.getter(name="guestOsFeatures")
|
22752
|
+
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
22753
|
+
"""
|
22754
|
+
A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
22755
|
+
"""
|
22756
|
+
return pulumi.get(self, "guest_os_features")
|
22757
|
+
|
22758
|
+
@guest_os_features.setter
|
22759
|
+
def guest_os_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
22760
|
+
pulumi.set(self, "guest_os_features", value)
|
22761
|
+
|
22478
22762
|
@property
|
22479
22763
|
@pulumi.getter
|
22480
22764
|
def interface(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -34478,6 +34762,120 @@ class RegionHealthCheckGrpcHealthCheckArgs:
|
|
34478
34762
|
pulumi.set(self, "port_specification", value)
|
34479
34763
|
|
34480
34764
|
|
34765
|
+
if not MYPY:
|
34766
|
+
class RegionHealthCheckGrpcTlsHealthCheckArgsDict(TypedDict):
|
34767
|
+
grpc_service_name: NotRequired[pulumi.Input[builtins.str]]
|
34768
|
+
"""
|
34769
|
+
The gRPC service name for the health check.
|
34770
|
+
The value of grpcServiceName has the following meanings by convention:
|
34771
|
+
* Empty serviceName means the overall status of all services at the backend.
|
34772
|
+
* Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
34773
|
+
The grpcServiceName can only be ASCII.
|
34774
|
+
"""
|
34775
|
+
port: NotRequired[pulumi.Input[builtins.int]]
|
34776
|
+
"""
|
34777
|
+
The port number for the health check request.
|
34778
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
34779
|
+
"""
|
34780
|
+
port_specification: NotRequired[pulumi.Input[builtins.str]]
|
34781
|
+
"""
|
34782
|
+
Specifies how port is selected for health checking, can be one of the
|
34783
|
+
following values:
|
34784
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
34785
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
34786
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
34787
|
+
network endpoint is used for health checking. For other backends, the
|
34788
|
+
port or named port specified in the Backend Service is used for health
|
34789
|
+
checking.
|
34790
|
+
If not specified, gRPC health check follows behavior specified in the `port` field.
|
34791
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
34792
|
+
"""
|
34793
|
+
elif False:
|
34794
|
+
RegionHealthCheckGrpcTlsHealthCheckArgsDict: TypeAlias = Mapping[str, Any]
|
34795
|
+
|
34796
|
+
@pulumi.input_type
|
34797
|
+
class RegionHealthCheckGrpcTlsHealthCheckArgs:
|
34798
|
+
def __init__(__self__, *,
|
34799
|
+
grpc_service_name: Optional[pulumi.Input[builtins.str]] = None,
|
34800
|
+
port: Optional[pulumi.Input[builtins.int]] = None,
|
34801
|
+
port_specification: Optional[pulumi.Input[builtins.str]] = None):
|
34802
|
+
"""
|
34803
|
+
:param pulumi.Input[builtins.str] grpc_service_name: The gRPC service name for the health check.
|
34804
|
+
The value of grpcServiceName has the following meanings by convention:
|
34805
|
+
* Empty serviceName means the overall status of all services at the backend.
|
34806
|
+
* Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
34807
|
+
The grpcServiceName can only be ASCII.
|
34808
|
+
:param pulumi.Input[builtins.int] port: The port number for the health check request.
|
34809
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
34810
|
+
:param pulumi.Input[builtins.str] port_specification: Specifies how port is selected for health checking, can be one of the
|
34811
|
+
following values:
|
34812
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
34813
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
34814
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
34815
|
+
network endpoint is used for health checking. For other backends, the
|
34816
|
+
port or named port specified in the Backend Service is used for health
|
34817
|
+
checking.
|
34818
|
+
If not specified, gRPC health check follows behavior specified in the `port` field.
|
34819
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
34820
|
+
"""
|
34821
|
+
if grpc_service_name is not None:
|
34822
|
+
pulumi.set(__self__, "grpc_service_name", grpc_service_name)
|
34823
|
+
if port is not None:
|
34824
|
+
pulumi.set(__self__, "port", port)
|
34825
|
+
if port_specification is not None:
|
34826
|
+
pulumi.set(__self__, "port_specification", port_specification)
|
34827
|
+
|
34828
|
+
@property
|
34829
|
+
@pulumi.getter(name="grpcServiceName")
|
34830
|
+
def grpc_service_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
34831
|
+
"""
|
34832
|
+
The gRPC service name for the health check.
|
34833
|
+
The value of grpcServiceName has the following meanings by convention:
|
34834
|
+
* Empty serviceName means the overall status of all services at the backend.
|
34835
|
+
* Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
34836
|
+
The grpcServiceName can only be ASCII.
|
34837
|
+
"""
|
34838
|
+
return pulumi.get(self, "grpc_service_name")
|
34839
|
+
|
34840
|
+
@grpc_service_name.setter
|
34841
|
+
def grpc_service_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
34842
|
+
pulumi.set(self, "grpc_service_name", value)
|
34843
|
+
|
34844
|
+
@property
|
34845
|
+
@pulumi.getter
|
34846
|
+
def port(self) -> Optional[pulumi.Input[builtins.int]]:
|
34847
|
+
"""
|
34848
|
+
The port number for the health check request.
|
34849
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
34850
|
+
"""
|
34851
|
+
return pulumi.get(self, "port")
|
34852
|
+
|
34853
|
+
@port.setter
|
34854
|
+
def port(self, value: Optional[pulumi.Input[builtins.int]]):
|
34855
|
+
pulumi.set(self, "port", value)
|
34856
|
+
|
34857
|
+
@property
|
34858
|
+
@pulumi.getter(name="portSpecification")
|
34859
|
+
def port_specification(self) -> Optional[pulumi.Input[builtins.str]]:
|
34860
|
+
"""
|
34861
|
+
Specifies how port is selected for health checking, can be one of the
|
34862
|
+
following values:
|
34863
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
34864
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
34865
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
34866
|
+
network endpoint is used for health checking. For other backends, the
|
34867
|
+
port or named port specified in the Backend Service is used for health
|
34868
|
+
checking.
|
34869
|
+
If not specified, gRPC health check follows behavior specified in the `port` field.
|
34870
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
34871
|
+
"""
|
34872
|
+
return pulumi.get(self, "port_specification")
|
34873
|
+
|
34874
|
+
@port_specification.setter
|
34875
|
+
def port_specification(self, value: Optional[pulumi.Input[builtins.str]]):
|
34876
|
+
pulumi.set(self, "port_specification", value)
|
34877
|
+
|
34878
|
+
|
34481
34879
|
if not MYPY:
|
34482
34880
|
class RegionHealthCheckHttp2HealthCheckArgsDict(TypedDict):
|
34483
34881
|
host: NotRequired[pulumi.Input[builtins.str]]
|
@@ -36931,6 +37329,10 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
|
|
36931
37329
|
|
36932
37330
|
if not MYPY:
|
36933
37331
|
class RegionInstanceTemplateDiskArgsDict(TypedDict):
|
37332
|
+
architecture: NotRequired[pulumi.Input[builtins.str]]
|
37333
|
+
"""
|
37334
|
+
The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
37335
|
+
"""
|
36934
37336
|
auto_delete: NotRequired[pulumi.Input[builtins.bool]]
|
36935
37337
|
"""
|
36936
37338
|
Whether or not the disk should be auto-deleted.
|
@@ -36974,6 +37376,10 @@ if not MYPY:
|
|
36974
37376
|
The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
36975
37377
|
`"pd-balanced"` or `"pd-standard"`.
|
36976
37378
|
"""
|
37379
|
+
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
37380
|
+
"""
|
37381
|
+
A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
37382
|
+
"""
|
36977
37383
|
interface: NotRequired[pulumi.Input[builtins.str]]
|
36978
37384
|
"""
|
36979
37385
|
Specifies the disk interface to use for attaching this disk,
|
@@ -37060,6 +37466,7 @@ elif False:
|
|
37060
37466
|
@pulumi.input_type
|
37061
37467
|
class RegionInstanceTemplateDiskArgs:
|
37062
37468
|
def __init__(__self__, *,
|
37469
|
+
architecture: Optional[pulumi.Input[builtins.str]] = None,
|
37063
37470
|
auto_delete: Optional[pulumi.Input[builtins.bool]] = None,
|
37064
37471
|
boot: Optional[pulumi.Input[builtins.bool]] = None,
|
37065
37472
|
device_name: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -37067,6 +37474,7 @@ class RegionInstanceTemplateDiskArgs:
|
|
37067
37474
|
disk_name: Optional[pulumi.Input[builtins.str]] = None,
|
37068
37475
|
disk_size_gb: Optional[pulumi.Input[builtins.int]] = None,
|
37069
37476
|
disk_type: Optional[pulumi.Input[builtins.str]] = None,
|
37477
|
+
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
37070
37478
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
37071
37479
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
37072
37480
|
mode: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -37081,6 +37489,7 @@ class RegionInstanceTemplateDiskArgs:
|
|
37081
37489
|
source_snapshot_encryption_key: Optional[pulumi.Input['RegionInstanceTemplateDiskSourceSnapshotEncryptionKeyArgs']] = None,
|
37082
37490
|
type: Optional[pulumi.Input[builtins.str]] = None):
|
37083
37491
|
"""
|
37492
|
+
:param pulumi.Input[builtins.str] architecture: The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
37084
37493
|
:param pulumi.Input[builtins.bool] auto_delete: Whether or not the disk should be auto-deleted.
|
37085
37494
|
This defaults to true.
|
37086
37495
|
:param pulumi.Input[builtins.bool] boot: Indicates that this is a boot disk.
|
@@ -37103,6 +37512,7 @@ class RegionInstanceTemplateDiskArgs:
|
|
37103
37512
|
the size must be exactly 375GB.
|
37104
37513
|
:param pulumi.Input[builtins.str] disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
37105
37514
|
`"pd-balanced"` or `"pd-standard"`.
|
37515
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
37106
37516
|
:param pulumi.Input[builtins.str] interface: Specifies the disk interface to use for attaching this disk,
|
37107
37517
|
which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
|
37108
37518
|
and the request will fail if you attempt to attach a persistent disk in any other format
|
@@ -37145,6 +37555,8 @@ class RegionInstanceTemplateDiskArgs:
|
|
37145
37555
|
:param pulumi.Input[builtins.str] type: The type of GCE disk, can be either `"SCRATCH"` or
|
37146
37556
|
`"PERSISTENT"`.
|
37147
37557
|
"""
|
37558
|
+
if architecture is not None:
|
37559
|
+
pulumi.set(__self__, "architecture", architecture)
|
37148
37560
|
if auto_delete is not None:
|
37149
37561
|
pulumi.set(__self__, "auto_delete", auto_delete)
|
37150
37562
|
if boot is not None:
|
@@ -37159,6 +37571,8 @@ class RegionInstanceTemplateDiskArgs:
|
|
37159
37571
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
37160
37572
|
if disk_type is not None:
|
37161
37573
|
pulumi.set(__self__, "disk_type", disk_type)
|
37574
|
+
if guest_os_features is not None:
|
37575
|
+
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
37162
37576
|
if interface is not None:
|
37163
37577
|
pulumi.set(__self__, "interface", interface)
|
37164
37578
|
if labels is not None:
|
@@ -37186,6 +37600,18 @@ class RegionInstanceTemplateDiskArgs:
|
|
37186
37600
|
if type is not None:
|
37187
37601
|
pulumi.set(__self__, "type", type)
|
37188
37602
|
|
37603
|
+
@property
|
37604
|
+
@pulumi.getter
|
37605
|
+
def architecture(self) -> Optional[pulumi.Input[builtins.str]]:
|
37606
|
+
"""
|
37607
|
+
The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
37608
|
+
"""
|
37609
|
+
return pulumi.get(self, "architecture")
|
37610
|
+
|
37611
|
+
@architecture.setter
|
37612
|
+
def architecture(self, value: Optional[pulumi.Input[builtins.str]]):
|
37613
|
+
pulumi.set(self, "architecture", value)
|
37614
|
+
|
37189
37615
|
@property
|
37190
37616
|
@pulumi.getter(name="autoDelete")
|
37191
37617
|
def auto_delete(self) -> Optional[pulumi.Input[builtins.bool]]:
|
@@ -37285,6 +37711,18 @@ class RegionInstanceTemplateDiskArgs:
|
|
37285
37711
|
def disk_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
37286
37712
|
pulumi.set(self, "disk_type", value)
|
37287
37713
|
|
37714
|
+
@property
|
37715
|
+
@pulumi.getter(name="guestOsFeatures")
|
37716
|
+
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
37717
|
+
"""
|
37718
|
+
A list of features to enable on the guest operating system. Applicable only for bootable images. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
37719
|
+
"""
|
37720
|
+
return pulumi.get(self, "guest_os_features")
|
37721
|
+
|
37722
|
+
@guest_os_features.setter
|
37723
|
+
def guest_os_features(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
37724
|
+
pulumi.set(self, "guest_os_features", value)
|
37725
|
+
|
37288
37726
|
@property
|
37289
37727
|
@pulumi.getter
|
37290
37728
|
def interface(self) -> Optional[pulumi.Input[builtins.str]]:
|