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/outputs.py
CHANGED
@@ -88,6 +88,7 @@ __all__ = [
|
|
88
88
|
'GlobalForwardingRuleServiceDirectoryRegistrations',
|
89
89
|
'HaVpnGatewayVpnInterface',
|
90
90
|
'HealthCheckGrpcHealthCheck',
|
91
|
+
'HealthCheckGrpcTlsHealthCheck',
|
91
92
|
'HealthCheckHttp2HealthCheck',
|
92
93
|
'HealthCheckHttpHealthCheck',
|
93
94
|
'HealthCheckHttpsHealthCheck',
|
@@ -330,6 +331,7 @@ __all__ = [
|
|
330
331
|
'RegionDiskIamMemberCondition',
|
331
332
|
'RegionDiskSourceSnapshotEncryptionKey',
|
332
333
|
'RegionHealthCheckGrpcHealthCheck',
|
334
|
+
'RegionHealthCheckGrpcTlsHealthCheck',
|
333
335
|
'RegionHealthCheckHttp2HealthCheck',
|
334
336
|
'RegionHealthCheckHttpHealthCheck',
|
335
337
|
'RegionHealthCheckHttpsHealthCheck',
|
@@ -755,6 +757,7 @@ __all__ = [
|
|
755
757
|
'GetGlobalForwardingRuleServiceDirectoryRegistrationResult',
|
756
758
|
'GetHcVpnGatewayVpnInterfaceResult',
|
757
759
|
'GetHealthCheckGrpcHealthCheckResult',
|
760
|
+
'GetHealthCheckGrpcTlsHealthCheckResult',
|
758
761
|
'GetHealthCheckHttp2HealthCheckResult',
|
759
762
|
'GetHealthCheckHttpHealthCheckResult',
|
760
763
|
'GetHealthCheckHttpsHealthCheckResult',
|
@@ -6839,6 +6842,96 @@ class HealthCheckGrpcHealthCheck(dict):
|
|
6839
6842
|
return pulumi.get(self, "port_specification")
|
6840
6843
|
|
6841
6844
|
|
6845
|
+
@pulumi.output_type
|
6846
|
+
class HealthCheckGrpcTlsHealthCheck(dict):
|
6847
|
+
@staticmethod
|
6848
|
+
def __key_warning(key: str):
|
6849
|
+
suggest = None
|
6850
|
+
if key == "grpcServiceName":
|
6851
|
+
suggest = "grpc_service_name"
|
6852
|
+
elif key == "portSpecification":
|
6853
|
+
suggest = "port_specification"
|
6854
|
+
|
6855
|
+
if suggest:
|
6856
|
+
pulumi.log.warn(f"Key '{key}' not found in HealthCheckGrpcTlsHealthCheck. Access the value via the '{suggest}' property getter instead.")
|
6857
|
+
|
6858
|
+
def __getitem__(self, key: str) -> Any:
|
6859
|
+
HealthCheckGrpcTlsHealthCheck.__key_warning(key)
|
6860
|
+
return super().__getitem__(key)
|
6861
|
+
|
6862
|
+
def get(self, key: str, default = None) -> Any:
|
6863
|
+
HealthCheckGrpcTlsHealthCheck.__key_warning(key)
|
6864
|
+
return super().get(key, default)
|
6865
|
+
|
6866
|
+
def __init__(__self__, *,
|
6867
|
+
grpc_service_name: Optional[builtins.str] = None,
|
6868
|
+
port: Optional[builtins.int] = None,
|
6869
|
+
port_specification: Optional[builtins.str] = None):
|
6870
|
+
"""
|
6871
|
+
:param builtins.str grpc_service_name: The gRPC service name for the health check.
|
6872
|
+
The value of grpcServiceName has the following meanings by convention:
|
6873
|
+
- Empty serviceName means the overall status of all services at the backend.
|
6874
|
+
- Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
6875
|
+
The grpcServiceName can only be ASCII.
|
6876
|
+
:param builtins.int port: The port number for the health check request.
|
6877
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
6878
|
+
:param builtins.str port_specification: Specifies how port is selected for health checking, can be one of the
|
6879
|
+
following values:
|
6880
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
6881
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
6882
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
6883
|
+
network endpoint is used for health checking. For other backends, the
|
6884
|
+
port or named port specified in the Backend Service is used for health
|
6885
|
+
checking.
|
6886
|
+
If not specified, gRPC with TLS health check follows behavior specified in the `port` field.
|
6887
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
6888
|
+
"""
|
6889
|
+
if grpc_service_name is not None:
|
6890
|
+
pulumi.set(__self__, "grpc_service_name", grpc_service_name)
|
6891
|
+
if port is not None:
|
6892
|
+
pulumi.set(__self__, "port", port)
|
6893
|
+
if port_specification is not None:
|
6894
|
+
pulumi.set(__self__, "port_specification", port_specification)
|
6895
|
+
|
6896
|
+
@property
|
6897
|
+
@pulumi.getter(name="grpcServiceName")
|
6898
|
+
def grpc_service_name(self) -> Optional[builtins.str]:
|
6899
|
+
"""
|
6900
|
+
The gRPC service name for the health check.
|
6901
|
+
The value of grpcServiceName has the following meanings by convention:
|
6902
|
+
- Empty serviceName means the overall status of all services at the backend.
|
6903
|
+
- Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
6904
|
+
The grpcServiceName can only be ASCII.
|
6905
|
+
"""
|
6906
|
+
return pulumi.get(self, "grpc_service_name")
|
6907
|
+
|
6908
|
+
@property
|
6909
|
+
@pulumi.getter
|
6910
|
+
def port(self) -> Optional[builtins.int]:
|
6911
|
+
"""
|
6912
|
+
The port number for the health check request.
|
6913
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
6914
|
+
"""
|
6915
|
+
return pulumi.get(self, "port")
|
6916
|
+
|
6917
|
+
@property
|
6918
|
+
@pulumi.getter(name="portSpecification")
|
6919
|
+
def port_specification(self) -> Optional[builtins.str]:
|
6920
|
+
"""
|
6921
|
+
Specifies how port is selected for health checking, can be one of the
|
6922
|
+
following values:
|
6923
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
6924
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
6925
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
6926
|
+
network endpoint is used for health checking. For other backends, the
|
6927
|
+
port or named port specified in the Backend Service is used for health
|
6928
|
+
checking.
|
6929
|
+
If not specified, gRPC with TLS health check follows behavior specified in the `port` field.
|
6930
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
6931
|
+
"""
|
6932
|
+
return pulumi.get(self, "port_specification")
|
6933
|
+
|
6934
|
+
|
6842
6935
|
@pulumi.output_type
|
6843
6936
|
class HealthCheckHttp2HealthCheck(dict):
|
6844
6937
|
@staticmethod
|
@@ -8569,6 +8662,8 @@ class InstanceAttachedDisk(dict):
|
|
8569
8662
|
suggest = "disk_encryption_key_sha256"
|
8570
8663
|
elif key == "diskEncryptionServiceAccount":
|
8571
8664
|
suggest = "disk_encryption_service_account"
|
8665
|
+
elif key == "forceAttach":
|
8666
|
+
suggest = "force_attach"
|
8572
8667
|
elif key == "kmsKeySelfLink":
|
8573
8668
|
suggest = "kms_key_self_link"
|
8574
8669
|
|
@@ -8590,6 +8685,7 @@ class InstanceAttachedDisk(dict):
|
|
8590
8685
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
8591
8686
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
8592
8687
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
8688
|
+
force_attach: Optional[builtins.bool] = None,
|
8593
8689
|
kms_key_self_link: Optional[builtins.str] = None,
|
8594
8690
|
mode: Optional[builtins.str] = None):
|
8595
8691
|
"""
|
@@ -8608,6 +8704,7 @@ class InstanceAttachedDisk(dict):
|
|
8608
8704
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
8609
8705
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
8610
8706
|
:param 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.
|
8707
|
+
:param 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.
|
8611
8708
|
:param builtins.str kms_key_self_link: The self_link of the encryption key that is
|
8612
8709
|
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`
|
8613
8710
|
may be set.
|
@@ -8627,6 +8724,8 @@ class InstanceAttachedDisk(dict):
|
|
8627
8724
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
8628
8725
|
if disk_encryption_service_account is not None:
|
8629
8726
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
8727
|
+
if force_attach is not None:
|
8728
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
8630
8729
|
if kms_key_self_link is not None:
|
8631
8730
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
8632
8731
|
if mode is not None:
|
@@ -8689,6 +8788,14 @@ class InstanceAttachedDisk(dict):
|
|
8689
8788
|
"""
|
8690
8789
|
return pulumi.get(self, "disk_encryption_service_account")
|
8691
8790
|
|
8791
|
+
@property
|
8792
|
+
@pulumi.getter(name="forceAttach")
|
8793
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
8794
|
+
"""
|
8795
|
+
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.
|
8796
|
+
"""
|
8797
|
+
return pulumi.get(self, "force_attach")
|
8798
|
+
|
8692
8799
|
@property
|
8693
8800
|
@pulumi.getter(name="kmsKeySelfLink")
|
8694
8801
|
def kms_key_self_link(self) -> Optional[builtins.str]:
|
@@ -8728,6 +8835,8 @@ class InstanceBootDisk(dict):
|
|
8728
8835
|
suggest = "disk_encryption_key_sha256"
|
8729
8836
|
elif key == "diskEncryptionServiceAccount":
|
8730
8837
|
suggest = "disk_encryption_service_account"
|
8838
|
+
elif key == "forceAttach":
|
8839
|
+
suggest = "force_attach"
|
8731
8840
|
elif key == "guestOsFeatures":
|
8732
8841
|
suggest = "guest_os_features"
|
8733
8842
|
elif key == "initializeParams":
|
@@ -8753,6 +8862,7 @@ class InstanceBootDisk(dict):
|
|
8753
8862
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
8754
8863
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
8755
8864
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
8865
|
+
force_attach: Optional[builtins.bool] = None,
|
8756
8866
|
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
8757
8867
|
initialize_params: Optional['outputs.InstanceBootDiskInitializeParams'] = None,
|
8758
8868
|
interface: Optional[builtins.str] = None,
|
@@ -8775,6 +8885,9 @@ class InstanceBootDisk(dict):
|
|
8775
8885
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
8776
8886
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
8777
8887
|
:param 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.
|
8888
|
+
:param builtins.bool force_attach: boolean field that determines whether to force attach the regional
|
8889
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
8890
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
8778
8891
|
:param Sequence[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.
|
8779
8892
|
:param 'InstanceBootDiskInitializeParamsArgs' initialize_params: Parameters for a new disk that will be created
|
8780
8893
|
alongside the new instance. Either `initialize_params` or `source` must be set.
|
@@ -8802,6 +8915,8 @@ class InstanceBootDisk(dict):
|
|
8802
8915
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
8803
8916
|
if disk_encryption_service_account is not None:
|
8804
8917
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
8918
|
+
if force_attach is not None:
|
8919
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
8805
8920
|
if guest_os_features is not None:
|
8806
8921
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
8807
8922
|
if initialize_params is not None:
|
@@ -8872,6 +8987,16 @@ class InstanceBootDisk(dict):
|
|
8872
8987
|
"""
|
8873
8988
|
return pulumi.get(self, "disk_encryption_service_account")
|
8874
8989
|
|
8990
|
+
@property
|
8991
|
+
@pulumi.getter(name="forceAttach")
|
8992
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
8993
|
+
"""
|
8994
|
+
boolean field that determines whether to force attach the regional
|
8995
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
8996
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
8997
|
+
"""
|
8998
|
+
return pulumi.get(self, "force_attach")
|
8999
|
+
|
8875
9000
|
@property
|
8876
9001
|
@pulumi.getter(name="guestOsFeatures")
|
8877
9002
|
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
@@ -9566,6 +9691,8 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9566
9691
|
suggest = "disk_encryption_key_sha256"
|
9567
9692
|
elif key == "diskEncryptionServiceAccount":
|
9568
9693
|
suggest = "disk_encryption_service_account"
|
9694
|
+
elif key == "forceAttach":
|
9695
|
+
suggest = "force_attach"
|
9569
9696
|
elif key == "kmsKeySelfLink":
|
9570
9697
|
suggest = "kms_key_self_link"
|
9571
9698
|
|
@@ -9587,6 +9714,7 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9587
9714
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
9588
9715
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
9589
9716
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
9717
|
+
force_attach: Optional[builtins.bool] = None,
|
9590
9718
|
kms_key_self_link: Optional[builtins.str] = None,
|
9591
9719
|
mode: Optional[builtins.str] = None):
|
9592
9720
|
"""
|
@@ -9596,6 +9724,7 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9596
9724
|
:param 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.
|
9597
9725
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
9598
9726
|
:param 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
|
9727
|
+
:param 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.
|
9599
9728
|
:param 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.
|
9600
9729
|
:param builtins.str mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
9601
9730
|
"""
|
@@ -9610,6 +9739,8 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9610
9739
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
9611
9740
|
if disk_encryption_service_account is not None:
|
9612
9741
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
9742
|
+
if force_attach is not None:
|
9743
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
9613
9744
|
if kms_key_self_link is not None:
|
9614
9745
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
9615
9746
|
if mode is not None:
|
@@ -9663,6 +9794,14 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9663
9794
|
"""
|
9664
9795
|
return pulumi.get(self, "disk_encryption_service_account")
|
9665
9796
|
|
9797
|
+
@property
|
9798
|
+
@pulumi.getter(name="forceAttach")
|
9799
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
9800
|
+
"""
|
9801
|
+
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.
|
9802
|
+
"""
|
9803
|
+
return pulumi.get(self, "force_attach")
|
9804
|
+
|
9666
9805
|
@property
|
9667
9806
|
@pulumi.getter(name="kmsKeySelfLink")
|
9668
9807
|
def kms_key_self_link(self) -> Optional[builtins.str]:
|
@@ -9697,6 +9836,8 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9697
9836
|
suggest = "disk_encryption_key_sha256"
|
9698
9837
|
elif key == "diskEncryptionServiceAccount":
|
9699
9838
|
suggest = "disk_encryption_service_account"
|
9839
|
+
elif key == "forceAttach":
|
9840
|
+
suggest = "force_attach"
|
9700
9841
|
elif key == "guestOsFeatures":
|
9701
9842
|
suggest = "guest_os_features"
|
9702
9843
|
elif key == "initializeParams":
|
@@ -9722,6 +9863,7 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9722
9863
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
9723
9864
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
9724
9865
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
9866
|
+
force_attach: Optional[builtins.bool] = None,
|
9725
9867
|
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
9726
9868
|
initialize_params: Optional['outputs.InstanceFromMachineImageBootDiskInitializeParams'] = None,
|
9727
9869
|
interface: Optional[builtins.str] = None,
|
@@ -9735,6 +9877,7 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9735
9877
|
:param 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.
|
9736
9878
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
9737
9879
|
:param 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
|
9880
|
+
:param 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.
|
9738
9881
|
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
9739
9882
|
:param 'InstanceFromMachineImageBootDiskInitializeParamsArgs' initialize_params: Parameters with which a disk was created alongside the instance.
|
9740
9883
|
:param 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.)
|
@@ -9754,6 +9897,8 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9754
9897
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
9755
9898
|
if disk_encryption_service_account is not None:
|
9756
9899
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
9900
|
+
if force_attach is not None:
|
9901
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
9757
9902
|
if guest_os_features is not None:
|
9758
9903
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
9759
9904
|
if initialize_params is not None:
|
@@ -9815,6 +9960,14 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9815
9960
|
"""
|
9816
9961
|
return pulumi.get(self, "disk_encryption_service_account")
|
9817
9962
|
|
9963
|
+
@property
|
9964
|
+
@pulumi.getter(name="forceAttach")
|
9965
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
9966
|
+
"""
|
9967
|
+
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.
|
9968
|
+
"""
|
9969
|
+
return pulumi.get(self, "force_attach")
|
9970
|
+
|
9818
9971
|
@property
|
9819
9972
|
@pulumi.getter(name="guestOsFeatures")
|
9820
9973
|
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
@@ -11823,6 +11976,8 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11823
11976
|
suggest = "disk_encryption_key_sha256"
|
11824
11977
|
elif key == "diskEncryptionServiceAccount":
|
11825
11978
|
suggest = "disk_encryption_service_account"
|
11979
|
+
elif key == "forceAttach":
|
11980
|
+
suggest = "force_attach"
|
11826
11981
|
elif key == "kmsKeySelfLink":
|
11827
11982
|
suggest = "kms_key_self_link"
|
11828
11983
|
|
@@ -11844,6 +11999,7 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11844
11999
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
11845
12000
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
11846
12001
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
12002
|
+
force_attach: Optional[builtins.bool] = None,
|
11847
12003
|
kms_key_self_link: Optional[builtins.str] = None,
|
11848
12004
|
mode: Optional[builtins.str] = None):
|
11849
12005
|
"""
|
@@ -11853,6 +12009,7 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11853
12009
|
:param 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.
|
11854
12010
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
11855
12011
|
:param 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
|
12012
|
+
:param 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.
|
11856
12013
|
:param 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.
|
11857
12014
|
:param builtins.str mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
11858
12015
|
"""
|
@@ -11867,6 +12024,8 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11867
12024
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
11868
12025
|
if disk_encryption_service_account is not None:
|
11869
12026
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
12027
|
+
if force_attach is not None:
|
12028
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
11870
12029
|
if kms_key_self_link is not None:
|
11871
12030
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
11872
12031
|
if mode is not None:
|
@@ -11920,6 +12079,14 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11920
12079
|
"""
|
11921
12080
|
return pulumi.get(self, "disk_encryption_service_account")
|
11922
12081
|
|
12082
|
+
@property
|
12083
|
+
@pulumi.getter(name="forceAttach")
|
12084
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
12085
|
+
"""
|
12086
|
+
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.
|
12087
|
+
"""
|
12088
|
+
return pulumi.get(self, "force_attach")
|
12089
|
+
|
11923
12090
|
@property
|
11924
12091
|
@pulumi.getter(name="kmsKeySelfLink")
|
11925
12092
|
def kms_key_self_link(self) -> Optional[builtins.str]:
|
@@ -11954,6 +12121,8 @@ class InstanceFromTemplateBootDisk(dict):
|
|
11954
12121
|
suggest = "disk_encryption_key_sha256"
|
11955
12122
|
elif key == "diskEncryptionServiceAccount":
|
11956
12123
|
suggest = "disk_encryption_service_account"
|
12124
|
+
elif key == "forceAttach":
|
12125
|
+
suggest = "force_attach"
|
11957
12126
|
elif key == "guestOsFeatures":
|
11958
12127
|
suggest = "guest_os_features"
|
11959
12128
|
elif key == "initializeParams":
|
@@ -11979,6 +12148,7 @@ class InstanceFromTemplateBootDisk(dict):
|
|
11979
12148
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
11980
12149
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
11981
12150
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
12151
|
+
force_attach: Optional[builtins.bool] = None,
|
11982
12152
|
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
11983
12153
|
initialize_params: Optional['outputs.InstanceFromTemplateBootDiskInitializeParams'] = None,
|
11984
12154
|
interface: Optional[builtins.str] = None,
|
@@ -11992,6 +12162,7 @@ class InstanceFromTemplateBootDisk(dict):
|
|
11992
12162
|
:param 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.
|
11993
12163
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
11994
12164
|
:param 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
|
12165
|
+
:param 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.
|
11995
12166
|
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
11996
12167
|
:param 'InstanceFromTemplateBootDiskInitializeParamsArgs' initialize_params: Parameters with which a disk was created alongside the instance.
|
11997
12168
|
:param 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.)
|
@@ -12011,6 +12182,8 @@ class InstanceFromTemplateBootDisk(dict):
|
|
12011
12182
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
12012
12183
|
if disk_encryption_service_account is not None:
|
12013
12184
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
12185
|
+
if force_attach is not None:
|
12186
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
12014
12187
|
if guest_os_features is not None:
|
12015
12188
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
12016
12189
|
if initialize_params is not None:
|
@@ -12072,6 +12245,14 @@ class InstanceFromTemplateBootDisk(dict):
|
|
12072
12245
|
"""
|
12073
12246
|
return pulumi.get(self, "disk_encryption_service_account")
|
12074
12247
|
|
12248
|
+
@property
|
12249
|
+
@pulumi.getter(name="forceAttach")
|
12250
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
12251
|
+
"""
|
12252
|
+
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.
|
12253
|
+
"""
|
12254
|
+
return pulumi.get(self, "force_attach")
|
12255
|
+
|
12075
12256
|
@property
|
12076
12257
|
@pulumi.getter(name="guestOsFeatures")
|
12077
12258
|
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
@@ -16571,6 +16752,8 @@ class InstanceTemplateDisk(dict):
|
|
16571
16752
|
suggest = "disk_size_gb"
|
16572
16753
|
elif key == "diskType":
|
16573
16754
|
suggest = "disk_type"
|
16755
|
+
elif key == "guestOsFeatures":
|
16756
|
+
suggest = "guest_os_features"
|
16574
16757
|
elif key == "provisionedIops":
|
16575
16758
|
suggest = "provisioned_iops"
|
16576
16759
|
elif key == "provisionedThroughput":
|
@@ -16600,6 +16783,7 @@ class InstanceTemplateDisk(dict):
|
|
16600
16783
|
return super().get(key, default)
|
16601
16784
|
|
16602
16785
|
def __init__(__self__, *,
|
16786
|
+
architecture: Optional[builtins.str] = None,
|
16603
16787
|
auto_delete: Optional[builtins.bool] = None,
|
16604
16788
|
boot: Optional[builtins.bool] = None,
|
16605
16789
|
device_name: Optional[builtins.str] = None,
|
@@ -16607,6 +16791,7 @@ class InstanceTemplateDisk(dict):
|
|
16607
16791
|
disk_name: Optional[builtins.str] = None,
|
16608
16792
|
disk_size_gb: Optional[builtins.int] = None,
|
16609
16793
|
disk_type: Optional[builtins.str] = None,
|
16794
|
+
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
16610
16795
|
interface: Optional[builtins.str] = None,
|
16611
16796
|
labels: Optional[Mapping[str, builtins.str]] = None,
|
16612
16797
|
mode: Optional[builtins.str] = None,
|
@@ -16621,6 +16806,7 @@ class InstanceTemplateDisk(dict):
|
|
16621
16806
|
source_snapshot_encryption_key: Optional['outputs.InstanceTemplateDiskSourceSnapshotEncryptionKey'] = None,
|
16622
16807
|
type: Optional[builtins.str] = None):
|
16623
16808
|
"""
|
16809
|
+
:param builtins.str architecture: The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
16624
16810
|
:param builtins.bool auto_delete: Whether or not the disk should be auto-deleted.
|
16625
16811
|
This defaults to true.
|
16626
16812
|
:param builtins.bool boot: Indicates that this is a boot disk.
|
@@ -16643,6 +16829,7 @@ class InstanceTemplateDisk(dict):
|
|
16643
16829
|
the size must be exactly 375GB.
|
16644
16830
|
:param builtins.str disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
16645
16831
|
`"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`.
|
16832
|
+
:param Sequence[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.
|
16646
16833
|
:param builtins.str interface: Specifies the disk interface to use for attaching this disk,
|
16647
16834
|
which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
|
16648
16835
|
and the request will fail if you attempt to attach a persistent disk in any other format
|
@@ -16685,6 +16872,8 @@ class InstanceTemplateDisk(dict):
|
|
16685
16872
|
:param builtins.str type: The type of GCE disk, can be either `"SCRATCH"` or
|
16686
16873
|
`"PERSISTENT"`.
|
16687
16874
|
"""
|
16875
|
+
if architecture is not None:
|
16876
|
+
pulumi.set(__self__, "architecture", architecture)
|
16688
16877
|
if auto_delete is not None:
|
16689
16878
|
pulumi.set(__self__, "auto_delete", auto_delete)
|
16690
16879
|
if boot is not None:
|
@@ -16699,6 +16888,8 @@ class InstanceTemplateDisk(dict):
|
|
16699
16888
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
16700
16889
|
if disk_type is not None:
|
16701
16890
|
pulumi.set(__self__, "disk_type", disk_type)
|
16891
|
+
if guest_os_features is not None:
|
16892
|
+
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
16702
16893
|
if interface is not None:
|
16703
16894
|
pulumi.set(__self__, "interface", interface)
|
16704
16895
|
if labels is not None:
|
@@ -16726,6 +16917,14 @@ class InstanceTemplateDisk(dict):
|
|
16726
16917
|
if type is not None:
|
16727
16918
|
pulumi.set(__self__, "type", type)
|
16728
16919
|
|
16920
|
+
@property
|
16921
|
+
@pulumi.getter
|
16922
|
+
def architecture(self) -> Optional[builtins.str]:
|
16923
|
+
"""
|
16924
|
+
The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
16925
|
+
"""
|
16926
|
+
return pulumi.get(self, "architecture")
|
16927
|
+
|
16729
16928
|
@property
|
16730
16929
|
@pulumi.getter(name="autoDelete")
|
16731
16930
|
def auto_delete(self) -> Optional[builtins.bool]:
|
@@ -16797,6 +16996,14 @@ class InstanceTemplateDisk(dict):
|
|
16797
16996
|
"""
|
16798
16997
|
return pulumi.get(self, "disk_type")
|
16799
16998
|
|
16999
|
+
@property
|
17000
|
+
@pulumi.getter(name="guestOsFeatures")
|
17001
|
+
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
17002
|
+
"""
|
17003
|
+
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.
|
17004
|
+
"""
|
17005
|
+
return pulumi.get(self, "guest_os_features")
|
17006
|
+
|
16800
17007
|
@property
|
16801
17008
|
@pulumi.getter
|
16802
17009
|
def interface(self) -> Optional[builtins.str]:
|
@@ -25626,6 +25833,96 @@ class RegionHealthCheckGrpcHealthCheck(dict):
|
|
25626
25833
|
return pulumi.get(self, "port_specification")
|
25627
25834
|
|
25628
25835
|
|
25836
|
+
@pulumi.output_type
|
25837
|
+
class RegionHealthCheckGrpcTlsHealthCheck(dict):
|
25838
|
+
@staticmethod
|
25839
|
+
def __key_warning(key: str):
|
25840
|
+
suggest = None
|
25841
|
+
if key == "grpcServiceName":
|
25842
|
+
suggest = "grpc_service_name"
|
25843
|
+
elif key == "portSpecification":
|
25844
|
+
suggest = "port_specification"
|
25845
|
+
|
25846
|
+
if suggest:
|
25847
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionHealthCheckGrpcTlsHealthCheck. Access the value via the '{suggest}' property getter instead.")
|
25848
|
+
|
25849
|
+
def __getitem__(self, key: str) -> Any:
|
25850
|
+
RegionHealthCheckGrpcTlsHealthCheck.__key_warning(key)
|
25851
|
+
return super().__getitem__(key)
|
25852
|
+
|
25853
|
+
def get(self, key: str, default = None) -> Any:
|
25854
|
+
RegionHealthCheckGrpcTlsHealthCheck.__key_warning(key)
|
25855
|
+
return super().get(key, default)
|
25856
|
+
|
25857
|
+
def __init__(__self__, *,
|
25858
|
+
grpc_service_name: Optional[builtins.str] = None,
|
25859
|
+
port: Optional[builtins.int] = None,
|
25860
|
+
port_specification: Optional[builtins.str] = None):
|
25861
|
+
"""
|
25862
|
+
:param builtins.str grpc_service_name: The gRPC service name for the health check.
|
25863
|
+
The value of grpcServiceName has the following meanings by convention:
|
25864
|
+
* Empty serviceName means the overall status of all services at the backend.
|
25865
|
+
* Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
25866
|
+
The grpcServiceName can only be ASCII.
|
25867
|
+
:param builtins.int port: The port number for the health check request.
|
25868
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
25869
|
+
:param builtins.str port_specification: Specifies how port is selected for health checking, can be one of the
|
25870
|
+
following values:
|
25871
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
25872
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
25873
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
25874
|
+
network endpoint is used for health checking. For other backends, the
|
25875
|
+
port or named port specified in the Backend Service is used for health
|
25876
|
+
checking.
|
25877
|
+
If not specified, gRPC health check follows behavior specified in the `port` field.
|
25878
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
25879
|
+
"""
|
25880
|
+
if grpc_service_name is not None:
|
25881
|
+
pulumi.set(__self__, "grpc_service_name", grpc_service_name)
|
25882
|
+
if port is not None:
|
25883
|
+
pulumi.set(__self__, "port", port)
|
25884
|
+
if port_specification is not None:
|
25885
|
+
pulumi.set(__self__, "port_specification", port_specification)
|
25886
|
+
|
25887
|
+
@property
|
25888
|
+
@pulumi.getter(name="grpcServiceName")
|
25889
|
+
def grpc_service_name(self) -> Optional[builtins.str]:
|
25890
|
+
"""
|
25891
|
+
The gRPC service name for the health check.
|
25892
|
+
The value of grpcServiceName has the following meanings by convention:
|
25893
|
+
* Empty serviceName means the overall status of all services at the backend.
|
25894
|
+
* Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
25895
|
+
The grpcServiceName can only be ASCII.
|
25896
|
+
"""
|
25897
|
+
return pulumi.get(self, "grpc_service_name")
|
25898
|
+
|
25899
|
+
@property
|
25900
|
+
@pulumi.getter
|
25901
|
+
def port(self) -> Optional[builtins.int]:
|
25902
|
+
"""
|
25903
|
+
The port number for the health check request.
|
25904
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
25905
|
+
"""
|
25906
|
+
return pulumi.get(self, "port")
|
25907
|
+
|
25908
|
+
@property
|
25909
|
+
@pulumi.getter(name="portSpecification")
|
25910
|
+
def port_specification(self) -> Optional[builtins.str]:
|
25911
|
+
"""
|
25912
|
+
Specifies how port is selected for health checking, can be one of the
|
25913
|
+
following values:
|
25914
|
+
* `USE_FIXED_PORT`: The port number in `port` is used for health checking.
|
25915
|
+
* `USE_NAMED_PORT`: Not supported for GRPC with TLS health checking.
|
25916
|
+
* `USE_SERVING_PORT`: For NetworkEndpointGroup, the port specified for each
|
25917
|
+
network endpoint is used for health checking. For other backends, the
|
25918
|
+
port or named port specified in the Backend Service is used for health
|
25919
|
+
checking.
|
25920
|
+
If not specified, gRPC health check follows behavior specified in the `port` field.
|
25921
|
+
Possible values are: `USE_FIXED_PORT`, `USE_NAMED_PORT`, `USE_SERVING_PORT`.
|
25922
|
+
"""
|
25923
|
+
return pulumi.get(self, "port_specification")
|
25924
|
+
|
25925
|
+
|
25629
25926
|
@pulumi.output_type
|
25630
25927
|
class RegionHealthCheckHttp2HealthCheck(dict):
|
25631
25928
|
@staticmethod
|
@@ -27593,6 +27890,8 @@ class RegionInstanceTemplateDisk(dict):
|
|
27593
27890
|
suggest = "disk_size_gb"
|
27594
27891
|
elif key == "diskType":
|
27595
27892
|
suggest = "disk_type"
|
27893
|
+
elif key == "guestOsFeatures":
|
27894
|
+
suggest = "guest_os_features"
|
27596
27895
|
elif key == "provisionedIops":
|
27597
27896
|
suggest = "provisioned_iops"
|
27598
27897
|
elif key == "provisionedThroughput":
|
@@ -27622,6 +27921,7 @@ class RegionInstanceTemplateDisk(dict):
|
|
27622
27921
|
return super().get(key, default)
|
27623
27922
|
|
27624
27923
|
def __init__(__self__, *,
|
27924
|
+
architecture: Optional[builtins.str] = None,
|
27625
27925
|
auto_delete: Optional[builtins.bool] = None,
|
27626
27926
|
boot: Optional[builtins.bool] = None,
|
27627
27927
|
device_name: Optional[builtins.str] = None,
|
@@ -27629,6 +27929,7 @@ class RegionInstanceTemplateDisk(dict):
|
|
27629
27929
|
disk_name: Optional[builtins.str] = None,
|
27630
27930
|
disk_size_gb: Optional[builtins.int] = None,
|
27631
27931
|
disk_type: Optional[builtins.str] = None,
|
27932
|
+
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
27632
27933
|
interface: Optional[builtins.str] = None,
|
27633
27934
|
labels: Optional[Mapping[str, builtins.str]] = None,
|
27634
27935
|
mode: Optional[builtins.str] = None,
|
@@ -27643,6 +27944,7 @@ class RegionInstanceTemplateDisk(dict):
|
|
27643
27944
|
source_snapshot_encryption_key: Optional['outputs.RegionInstanceTemplateDiskSourceSnapshotEncryptionKey'] = None,
|
27644
27945
|
type: Optional[builtins.str] = None):
|
27645
27946
|
"""
|
27947
|
+
:param builtins.str architecture: The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
27646
27948
|
:param builtins.bool auto_delete: Whether or not the disk should be auto-deleted.
|
27647
27949
|
This defaults to true.
|
27648
27950
|
:param builtins.bool boot: Indicates that this is a boot disk.
|
@@ -27665,6 +27967,7 @@ class RegionInstanceTemplateDisk(dict):
|
|
27665
27967
|
the size must be exactly 375GB.
|
27666
27968
|
:param builtins.str disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
27667
27969
|
`"pd-balanced"` or `"pd-standard"`.
|
27970
|
+
:param Sequence[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.
|
27668
27971
|
:param builtins.str interface: Specifies the disk interface to use for attaching this disk,
|
27669
27972
|
which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
|
27670
27973
|
and the request will fail if you attempt to attach a persistent disk in any other format
|
@@ -27707,6 +28010,8 @@ class RegionInstanceTemplateDisk(dict):
|
|
27707
28010
|
:param builtins.str type: The type of GCE disk, can be either `"SCRATCH"` or
|
27708
28011
|
`"PERSISTENT"`.
|
27709
28012
|
"""
|
28013
|
+
if architecture is not None:
|
28014
|
+
pulumi.set(__self__, "architecture", architecture)
|
27710
28015
|
if auto_delete is not None:
|
27711
28016
|
pulumi.set(__self__, "auto_delete", auto_delete)
|
27712
28017
|
if boot is not None:
|
@@ -27721,6 +28026,8 @@ class RegionInstanceTemplateDisk(dict):
|
|
27721
28026
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
27722
28027
|
if disk_type is not None:
|
27723
28028
|
pulumi.set(__self__, "disk_type", disk_type)
|
28029
|
+
if guest_os_features is not None:
|
28030
|
+
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
27724
28031
|
if interface is not None:
|
27725
28032
|
pulumi.set(__self__, "interface", interface)
|
27726
28033
|
if labels is not None:
|
@@ -27748,6 +28055,14 @@ class RegionInstanceTemplateDisk(dict):
|
|
27748
28055
|
if type is not None:
|
27749
28056
|
pulumi.set(__self__, "type", type)
|
27750
28057
|
|
28058
|
+
@property
|
28059
|
+
@pulumi.getter
|
28060
|
+
def architecture(self) -> Optional[builtins.str]:
|
28061
|
+
"""
|
28062
|
+
The architecture of the attached disk. Valid values are `ARM64` or `x86_64`.
|
28063
|
+
"""
|
28064
|
+
return pulumi.get(self, "architecture")
|
28065
|
+
|
27751
28066
|
@property
|
27752
28067
|
@pulumi.getter(name="autoDelete")
|
27753
28068
|
def auto_delete(self) -> Optional[builtins.bool]:
|
@@ -27819,6 +28134,14 @@ class RegionInstanceTemplateDisk(dict):
|
|
27819
28134
|
"""
|
27820
28135
|
return pulumi.get(self, "disk_type")
|
27821
28136
|
|
28137
|
+
@property
|
28138
|
+
@pulumi.getter(name="guestOsFeatures")
|
28139
|
+
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
28140
|
+
"""
|
28141
|
+
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.
|
28142
|
+
"""
|
28143
|
+
return pulumi.get(self, "guest_os_features")
|
28144
|
+
|
27822
28145
|
@property
|
27823
28146
|
@pulumi.getter
|
27824
28147
|
def interface(self) -> Optional[builtins.str]:
|
@@ -57234,6 +57557,80 @@ class GetHealthCheckGrpcHealthCheckResult(dict):
|
|
57234
57557
|
return pulumi.get(self, "port_specification")
|
57235
57558
|
|
57236
57559
|
|
57560
|
+
@pulumi.output_type
|
57561
|
+
class GetHealthCheckGrpcTlsHealthCheckResult(dict):
|
57562
|
+
def __init__(__self__, *,
|
57563
|
+
grpc_service_name: builtins.str,
|
57564
|
+
port: builtins.int,
|
57565
|
+
port_specification: builtins.str):
|
57566
|
+
"""
|
57567
|
+
:param builtins.str grpc_service_name: The gRPC service name for the health check.
|
57568
|
+
The value of grpcServiceName has the following meanings by convention:
|
57569
|
+
- Empty serviceName means the overall status of all services at the backend.
|
57570
|
+
- Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
57571
|
+
The grpcServiceName can only be ASCII.
|
57572
|
+
:param builtins.int port: The port number for the health check request.
|
57573
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
57574
|
+
:param builtins.str port_specification: Specifies how port is selected for health checking, can be one of the
|
57575
|
+
following values:
|
57576
|
+
|
57577
|
+
* 'USE_FIXED_PORT': The port number in 'port' is used for health checking.
|
57578
|
+
|
57579
|
+
* 'USE_NAMED_PORT': Not supported for GRPC with TLS health checking.
|
57580
|
+
|
57581
|
+
* 'USE_SERVING_PORT': For NetworkEndpointGroup, the port specified for each
|
57582
|
+
network endpoint is used for health checking. For other backends, the
|
57583
|
+
port or named port specified in the Backend Service is used for health
|
57584
|
+
checking.
|
57585
|
+
|
57586
|
+
If not specified, gRPC with TLS health check follows behavior specified in the 'port' field. Possible values: ["USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT"]
|
57587
|
+
"""
|
57588
|
+
pulumi.set(__self__, "grpc_service_name", grpc_service_name)
|
57589
|
+
pulumi.set(__self__, "port", port)
|
57590
|
+
pulumi.set(__self__, "port_specification", port_specification)
|
57591
|
+
|
57592
|
+
@property
|
57593
|
+
@pulumi.getter(name="grpcServiceName")
|
57594
|
+
def grpc_service_name(self) -> builtins.str:
|
57595
|
+
"""
|
57596
|
+
The gRPC service name for the health check.
|
57597
|
+
The value of grpcServiceName has the following meanings by convention:
|
57598
|
+
- Empty serviceName means the overall status of all services at the backend.
|
57599
|
+
- Non-empty serviceName means the health of that gRPC service, as defined by the owner of the service.
|
57600
|
+
The grpcServiceName can only be ASCII.
|
57601
|
+
"""
|
57602
|
+
return pulumi.get(self, "grpc_service_name")
|
57603
|
+
|
57604
|
+
@property
|
57605
|
+
@pulumi.getter
|
57606
|
+
def port(self) -> builtins.int:
|
57607
|
+
"""
|
57608
|
+
The port number for the health check request.
|
57609
|
+
Must be specified if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
|
57610
|
+
"""
|
57611
|
+
return pulumi.get(self, "port")
|
57612
|
+
|
57613
|
+
@property
|
57614
|
+
@pulumi.getter(name="portSpecification")
|
57615
|
+
def port_specification(self) -> builtins.str:
|
57616
|
+
"""
|
57617
|
+
Specifies how port is selected for health checking, can be one of the
|
57618
|
+
following values:
|
57619
|
+
|
57620
|
+
* 'USE_FIXED_PORT': The port number in 'port' is used for health checking.
|
57621
|
+
|
57622
|
+
* 'USE_NAMED_PORT': Not supported for GRPC with TLS health checking.
|
57623
|
+
|
57624
|
+
* 'USE_SERVING_PORT': For NetworkEndpointGroup, the port specified for each
|
57625
|
+
network endpoint is used for health checking. For other backends, the
|
57626
|
+
port or named port specified in the Backend Service is used for health
|
57627
|
+
checking.
|
57628
|
+
|
57629
|
+
If not specified, gRPC with TLS health check follows behavior specified in the 'port' field. Possible values: ["USE_FIXED_PORT", "USE_NAMED_PORT", "USE_SERVING_PORT"]
|
57630
|
+
"""
|
57631
|
+
return pulumi.get(self, "port_specification")
|
57632
|
+
|
57633
|
+
|
57237
57634
|
@pulumi.output_type
|
57238
57635
|
class GetHealthCheckHttp2HealthCheckResult(dict):
|
57239
57636
|
def __init__(__self__, *,
|
@@ -58078,6 +58475,7 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58078
58475
|
disk_encryption_key_rsa: builtins.str,
|
58079
58476
|
disk_encryption_key_sha256: builtins.str,
|
58080
58477
|
disk_encryption_service_account: builtins.str,
|
58478
|
+
force_attach: builtins.bool,
|
58081
58479
|
kms_key_self_link: builtins.str,
|
58082
58480
|
mode: builtins.str,
|
58083
58481
|
source: builtins.str):
|
@@ -58090,6 +58488,7 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58090
58488
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
58091
58489
|
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
58092
58490
|
:param 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
|
58491
|
+
:param 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.
|
58093
58492
|
:param 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.
|
58094
58493
|
:param builtins.str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
|
58095
58494
|
:param builtins.str source: The self_link of the disk attached to this instance.
|
@@ -58099,6 +58498,7 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58099
58498
|
pulumi.set(__self__, "disk_encryption_key_rsa", disk_encryption_key_rsa)
|
58100
58499
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
58101
58500
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
58501
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
58102
58502
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
58103
58503
|
pulumi.set(__self__, "mode", mode)
|
58104
58504
|
pulumi.set(__self__, "source", source)
|
@@ -58146,6 +58546,14 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58146
58546
|
"""
|
58147
58547
|
return pulumi.get(self, "disk_encryption_service_account")
|
58148
58548
|
|
58549
|
+
@property
|
58550
|
+
@pulumi.getter(name="forceAttach")
|
58551
|
+
def force_attach(self) -> builtins.bool:
|
58552
|
+
"""
|
58553
|
+
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.
|
58554
|
+
"""
|
58555
|
+
return pulumi.get(self, "force_attach")
|
58556
|
+
|
58149
58557
|
@property
|
58150
58558
|
@pulumi.getter(name="kmsKeySelfLink")
|
58151
58559
|
def kms_key_self_link(self) -> builtins.str:
|
@@ -58180,6 +58588,7 @@ class GetInstanceBootDiskResult(dict):
|
|
58180
58588
|
disk_encryption_key_rsa: builtins.str,
|
58181
58589
|
disk_encryption_key_sha256: builtins.str,
|
58182
58590
|
disk_encryption_service_account: builtins.str,
|
58591
|
+
force_attach: builtins.bool,
|
58183
58592
|
guest_os_features: Sequence[builtins.str],
|
58184
58593
|
initialize_params: Sequence['outputs.GetInstanceBootDiskInitializeParamResult'],
|
58185
58594
|
interface: builtins.str,
|
@@ -58196,6 +58605,7 @@ class GetInstanceBootDiskResult(dict):
|
|
58196
58605
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
58197
58606
|
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
58198
58607
|
:param 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
|
58608
|
+
:param 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.
|
58199
58609
|
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
58200
58610
|
:param Sequence['GetInstanceBootDiskInitializeParamArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
|
58201
58611
|
Structure is documented below.
|
@@ -58210,6 +58620,7 @@ class GetInstanceBootDiskResult(dict):
|
|
58210
58620
|
pulumi.set(__self__, "disk_encryption_key_rsa", disk_encryption_key_rsa)
|
58211
58621
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
58212
58622
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
58623
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
58213
58624
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
58214
58625
|
pulumi.set(__self__, "initialize_params", initialize_params)
|
58215
58626
|
pulumi.set(__self__, "interface", interface)
|
@@ -58268,6 +58679,14 @@ class GetInstanceBootDiskResult(dict):
|
|
58268
58679
|
"""
|
58269
58680
|
return pulumi.get(self, "disk_encryption_service_account")
|
58270
58681
|
|
58682
|
+
@property
|
58683
|
+
@pulumi.getter(name="forceAttach")
|
58684
|
+
def force_attach(self) -> builtins.bool:
|
58685
|
+
"""
|
58686
|
+
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.
|
58687
|
+
"""
|
58688
|
+
return pulumi.get(self, "force_attach")
|
58689
|
+
|
58271
58690
|
@property
|
58272
58691
|
@pulumi.getter(name="guestOsFeatures")
|
58273
58692
|
def guest_os_features(self) -> Sequence[builtins.str]:
|
@@ -60383,6 +60802,7 @@ class GetInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
60383
60802
|
@pulumi.output_type
|
60384
60803
|
class GetInstanceTemplateDiskResult(dict):
|
60385
60804
|
def __init__(__self__, *,
|
60805
|
+
architecture: builtins.str,
|
60386
60806
|
auto_delete: builtins.bool,
|
60387
60807
|
boot: builtins.bool,
|
60388
60808
|
device_name: builtins.str,
|
@@ -60390,6 +60810,7 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60390
60810
|
disk_name: builtins.str,
|
60391
60811
|
disk_size_gb: builtins.int,
|
60392
60812
|
disk_type: builtins.str,
|
60813
|
+
guest_os_features: Sequence[builtins.str],
|
60393
60814
|
interface: builtins.str,
|
60394
60815
|
labels: Mapping[str, builtins.str],
|
60395
60816
|
mode: builtins.str,
|
@@ -60404,6 +60825,7 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60404
60825
|
source_snapshot_encryption_keys: Sequence['outputs.GetInstanceTemplateDiskSourceSnapshotEncryptionKeyResult'],
|
60405
60826
|
type: builtins.str):
|
60406
60827
|
"""
|
60828
|
+
:param builtins.str architecture: The architecture of the image. Allowed values are ARM64 or X86_64.
|
60407
60829
|
:param builtins.bool auto_delete: Whether or not the disk should be auto-deleted.
|
60408
60830
|
This defaults to true.
|
60409
60831
|
:param builtins.bool boot: Indicates that this is a boot disk.
|
@@ -60418,6 +60840,7 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60418
60840
|
the size must be exactly 375GB.
|
60419
60841
|
:param builtins.str disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
60420
60842
|
`"pd-balanced"` or `"pd-standard"`.
|
60843
|
+
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
60421
60844
|
:param builtins.str interface: Specifies the disk interface to use for attaching this disk,
|
60422
60845
|
which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
|
60423
60846
|
and the request will fail if you attempt to attach a persistent disk in any other format
|
@@ -60459,6 +60882,7 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60459
60882
|
:param Sequence['GetInstanceTemplateDiskSourceSnapshotEncryptionKeyArgs'] source_snapshot_encryption_keys: The customer-supplied encryption key of the source snapshot.
|
60460
60883
|
:param builtins.str type: The accelerator type resource to expose to this instance. E.g. `nvidia-tesla-k80`.
|
60461
60884
|
"""
|
60885
|
+
pulumi.set(__self__, "architecture", architecture)
|
60462
60886
|
pulumi.set(__self__, "auto_delete", auto_delete)
|
60463
60887
|
pulumi.set(__self__, "boot", boot)
|
60464
60888
|
pulumi.set(__self__, "device_name", device_name)
|
@@ -60466,6 +60890,7 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60466
60890
|
pulumi.set(__self__, "disk_name", disk_name)
|
60467
60891
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
60468
60892
|
pulumi.set(__self__, "disk_type", disk_type)
|
60893
|
+
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
60469
60894
|
pulumi.set(__self__, "interface", interface)
|
60470
60895
|
pulumi.set(__self__, "labels", labels)
|
60471
60896
|
pulumi.set(__self__, "mode", mode)
|
@@ -60480,6 +60905,14 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60480
60905
|
pulumi.set(__self__, "source_snapshot_encryption_keys", source_snapshot_encryption_keys)
|
60481
60906
|
pulumi.set(__self__, "type", type)
|
60482
60907
|
|
60908
|
+
@property
|
60909
|
+
@pulumi.getter
|
60910
|
+
def architecture(self) -> builtins.str:
|
60911
|
+
"""
|
60912
|
+
The architecture of the image. Allowed values are ARM64 or X86_64.
|
60913
|
+
"""
|
60914
|
+
return pulumi.get(self, "architecture")
|
60915
|
+
|
60483
60916
|
@property
|
60484
60917
|
@pulumi.getter(name="autoDelete")
|
60485
60918
|
def auto_delete(self) -> builtins.bool:
|
@@ -60543,6 +60976,14 @@ class GetInstanceTemplateDiskResult(dict):
|
|
60543
60976
|
"""
|
60544
60977
|
return pulumi.get(self, "disk_type")
|
60545
60978
|
|
60979
|
+
@property
|
60980
|
+
@pulumi.getter(name="guestOsFeatures")
|
60981
|
+
def guest_os_features(self) -> Sequence[builtins.str]:
|
60982
|
+
"""
|
60983
|
+
A list of features to enable on the guest operating system. Applicable only for bootable images.
|
60984
|
+
"""
|
60985
|
+
return pulumi.get(self, "guest_os_features")
|
60986
|
+
|
60546
60987
|
@property
|
60547
60988
|
@pulumi.getter
|
60548
60989
|
def interface(self) -> builtins.str:
|
@@ -64447,6 +64888,7 @@ class GetRegionInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
64447
64888
|
@pulumi.output_type
|
64448
64889
|
class GetRegionInstanceTemplateDiskResult(dict):
|
64449
64890
|
def __init__(__self__, *,
|
64891
|
+
architecture: builtins.str,
|
64450
64892
|
auto_delete: builtins.bool,
|
64451
64893
|
boot: builtins.bool,
|
64452
64894
|
device_name: builtins.str,
|
@@ -64454,6 +64896,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64454
64896
|
disk_name: builtins.str,
|
64455
64897
|
disk_size_gb: builtins.int,
|
64456
64898
|
disk_type: builtins.str,
|
64899
|
+
guest_os_features: Sequence[builtins.str],
|
64457
64900
|
interface: builtins.str,
|
64458
64901
|
labels: Mapping[str, builtins.str],
|
64459
64902
|
mode: builtins.str,
|
@@ -64468,6 +64911,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64468
64911
|
source_snapshot_encryption_keys: Sequence['outputs.GetRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyResult'],
|
64469
64912
|
type: builtins.str):
|
64470
64913
|
"""
|
64914
|
+
:param builtins.str architecture: The architecture of the image. Allowed values are ARM64 or X86_64.
|
64471
64915
|
:param builtins.bool auto_delete: Whether or not the disk should be auto-deleted.
|
64472
64916
|
This defaults to true.
|
64473
64917
|
:param builtins.bool boot: Indicates that this is a boot disk.
|
@@ -64482,6 +64926,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64482
64926
|
the size must be exactly 375GB.
|
64483
64927
|
:param builtins.str disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
|
64484
64928
|
`"pd-balanced"` or `"pd-standard"`.
|
64929
|
+
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
64485
64930
|
:param builtins.str interface: Specifies the disk interface to use for attaching this disk,
|
64486
64931
|
which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
|
64487
64932
|
and the request will fail if you attempt to attach a persistent disk in any other format
|
@@ -64523,6 +64968,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64523
64968
|
:param Sequence['GetRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyArgs'] source_snapshot_encryption_keys: The customer-supplied encryption key of the source snapshot.
|
64524
64969
|
:param builtins.str type: The accelerator type resource to expose to this instance. E.g. `nvidia-tesla-k80`.
|
64525
64970
|
"""
|
64971
|
+
pulumi.set(__self__, "architecture", architecture)
|
64526
64972
|
pulumi.set(__self__, "auto_delete", auto_delete)
|
64527
64973
|
pulumi.set(__self__, "boot", boot)
|
64528
64974
|
pulumi.set(__self__, "device_name", device_name)
|
@@ -64530,6 +64976,7 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64530
64976
|
pulumi.set(__self__, "disk_name", disk_name)
|
64531
64977
|
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
64532
64978
|
pulumi.set(__self__, "disk_type", disk_type)
|
64979
|
+
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
64533
64980
|
pulumi.set(__self__, "interface", interface)
|
64534
64981
|
pulumi.set(__self__, "labels", labels)
|
64535
64982
|
pulumi.set(__self__, "mode", mode)
|
@@ -64544,6 +64991,14 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64544
64991
|
pulumi.set(__self__, "source_snapshot_encryption_keys", source_snapshot_encryption_keys)
|
64545
64992
|
pulumi.set(__self__, "type", type)
|
64546
64993
|
|
64994
|
+
@property
|
64995
|
+
@pulumi.getter
|
64996
|
+
def architecture(self) -> builtins.str:
|
64997
|
+
"""
|
64998
|
+
The architecture of the image. Allowed values are ARM64 or X86_64.
|
64999
|
+
"""
|
65000
|
+
return pulumi.get(self, "architecture")
|
65001
|
+
|
64547
65002
|
@property
|
64548
65003
|
@pulumi.getter(name="autoDelete")
|
64549
65004
|
def auto_delete(self) -> builtins.bool:
|
@@ -64607,6 +65062,14 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
64607
65062
|
"""
|
64608
65063
|
return pulumi.get(self, "disk_type")
|
64609
65064
|
|
65065
|
+
@property
|
65066
|
+
@pulumi.getter(name="guestOsFeatures")
|
65067
|
+
def guest_os_features(self) -> Sequence[builtins.str]:
|
65068
|
+
"""
|
65069
|
+
A list of features to enable on the guest operating system. Applicable only for bootable images.
|
65070
|
+
"""
|
65071
|
+
return pulumi.get(self, "guest_os_features")
|
65072
|
+
|
64610
65073
|
@property
|
64611
65074
|
@pulumi.getter
|
64612
65075
|
def interface(self) -> builtins.str:
|