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
@@ -64,7 +64,7 @@ class RegionBackendServiceArgs:
|
|
64
64
|
Structure is documented below.
|
65
65
|
:param pulumi.Input['RegionBackendServiceCircuitBreakersArgs'] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
66
66
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
67
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
67
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
68
68
|
Structure is documented below.
|
69
69
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
70
70
|
connections, but still work to finish started).
|
@@ -141,7 +141,7 @@ class RegionBackendServiceArgs:
|
|
141
141
|
to use for computing the weights are specified via the
|
142
142
|
backends[].customMetrics fields.
|
143
143
|
locality_lb_policy is applicable to either:
|
144
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
144
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
145
145
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
146
146
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
147
147
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -170,7 +170,7 @@ class RegionBackendServiceArgs:
|
|
170
170
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
171
171
|
:param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
172
172
|
This field is applicable only when the `load_balancing_scheme` is set
|
173
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
173
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
174
174
|
Structure is documented below.
|
175
175
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
176
176
|
communication to the backend VMs in that group. Required when the
|
@@ -181,10 +181,11 @@ class RegionBackendServiceArgs:
|
|
181
181
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
182
182
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
183
183
|
If it is not provided, the provider project is used.
|
184
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
185
|
-
The default is HTTP.
|
186
|
-
|
187
|
-
|
184
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
185
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
186
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
187
|
+
for more information.
|
188
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
188
189
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
189
190
|
If it is not provided, the provider region is used.
|
190
191
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -307,7 +308,7 @@ class RegionBackendServiceArgs:
|
|
307
308
|
"""
|
308
309
|
Settings controlling the volume of connections to a backend service. This field
|
309
310
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
310
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
311
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
311
312
|
Structure is documented below.
|
312
313
|
"""
|
313
314
|
return pulumi.get(self, "circuit_breakers")
|
@@ -516,7 +517,7 @@ class RegionBackendServiceArgs:
|
|
516
517
|
to use for computing the weights are specified via the
|
517
518
|
backends[].customMetrics fields.
|
518
519
|
locality_lb_policy is applicable to either:
|
519
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
520
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
520
521
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
521
522
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
522
523
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -589,7 +590,7 @@ class RegionBackendServiceArgs:
|
|
589
590
|
"""
|
590
591
|
Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
591
592
|
This field is applicable only when the `load_balancing_scheme` is set
|
592
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
593
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
593
594
|
Structure is documented below.
|
594
595
|
"""
|
595
596
|
return pulumi.get(self, "outlier_detection")
|
@@ -633,10 +634,11 @@ class RegionBackendServiceArgs:
|
|
633
634
|
@pulumi.getter
|
634
635
|
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
635
636
|
"""
|
636
|
-
The protocol this
|
637
|
-
The default is HTTP.
|
638
|
-
|
639
|
-
|
637
|
+
The protocol this BackendService uses to communicate with backends.
|
638
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
639
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
640
|
+
for more information.
|
641
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
640
642
|
"""
|
641
643
|
return pulumi.get(self, "protocol")
|
642
644
|
|
@@ -774,7 +776,7 @@ class _RegionBackendServiceState:
|
|
774
776
|
Structure is documented below.
|
775
777
|
:param pulumi.Input['RegionBackendServiceCircuitBreakersArgs'] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
776
778
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
777
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
779
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
778
780
|
Structure is documented below.
|
779
781
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
780
782
|
connections, but still work to finish started).
|
@@ -855,7 +857,7 @@ class _RegionBackendServiceState:
|
|
855
857
|
to use for computing the weights are specified via the
|
856
858
|
backends[].customMetrics fields.
|
857
859
|
locality_lb_policy is applicable to either:
|
858
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
860
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
859
861
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
860
862
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
861
863
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -884,7 +886,7 @@ class _RegionBackendServiceState:
|
|
884
886
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
885
887
|
:param pulumi.Input['RegionBackendServiceOutlierDetectionArgs'] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
886
888
|
This field is applicable only when the `load_balancing_scheme` is set
|
887
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
889
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
888
890
|
Structure is documented below.
|
889
891
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
890
892
|
communication to the backend VMs in that group. Required when the
|
@@ -895,10 +897,11 @@ class _RegionBackendServiceState:
|
|
895
897
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
896
898
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
897
899
|
If it is not provided, the provider project is used.
|
898
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
899
|
-
The default is HTTP.
|
900
|
-
|
901
|
-
|
900
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
901
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
902
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
903
|
+
for more information.
|
904
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
902
905
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
903
906
|
If it is not provided, the provider region is used.
|
904
907
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -1030,7 +1033,7 @@ class _RegionBackendServiceState:
|
|
1030
1033
|
"""
|
1031
1034
|
Settings controlling the volume of connections to a backend service. This field
|
1032
1035
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
1033
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
1036
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
1034
1037
|
Structure is documented below.
|
1035
1038
|
"""
|
1036
1039
|
return pulumi.get(self, "circuit_breakers")
|
@@ -1276,7 +1279,7 @@ class _RegionBackendServiceState:
|
|
1276
1279
|
to use for computing the weights are specified via the
|
1277
1280
|
backends[].customMetrics fields.
|
1278
1281
|
locality_lb_policy is applicable to either:
|
1279
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
1282
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
1280
1283
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
1281
1284
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
1282
1285
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -1349,7 +1352,7 @@ class _RegionBackendServiceState:
|
|
1349
1352
|
"""
|
1350
1353
|
Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
1351
1354
|
This field is applicable only when the `load_balancing_scheme` is set
|
1352
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
1355
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
1353
1356
|
Structure is documented below.
|
1354
1357
|
"""
|
1355
1358
|
return pulumi.get(self, "outlier_detection")
|
@@ -1393,10 +1396,11 @@ class _RegionBackendServiceState:
|
|
1393
1396
|
@pulumi.getter
|
1394
1397
|
def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
|
1395
1398
|
"""
|
1396
|
-
The protocol this
|
1397
|
-
The default is HTTP.
|
1398
|
-
|
1399
|
-
|
1399
|
+
The protocol this BackendService uses to communicate with backends.
|
1400
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
1401
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
1402
|
+
for more information.
|
1403
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
1400
1404
|
"""
|
1401
1405
|
return pulumi.get(self, "protocol")
|
1402
1406
|
|
@@ -1790,7 +1794,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1790
1794
|
}],
|
1791
1795
|
region="us-central1",
|
1792
1796
|
name="region-service",
|
1793
|
-
protocol="
|
1797
|
+
protocol="H2C",
|
1794
1798
|
timeout_sec=10,
|
1795
1799
|
health_checks=default_region_health_check.id)
|
1796
1800
|
```
|
@@ -1929,7 +1933,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
1929
1933
|
Structure is documented below.
|
1930
1934
|
:param pulumi.Input[Union['RegionBackendServiceCircuitBreakersArgs', 'RegionBackendServiceCircuitBreakersArgsDict']] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
1931
1935
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
1932
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
1936
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
1933
1937
|
Structure is documented below.
|
1934
1938
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
1935
1939
|
connections, but still work to finish started).
|
@@ -2006,7 +2010,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2006
2010
|
to use for computing the weights are specified via the
|
2007
2011
|
backends[].customMetrics fields.
|
2008
2012
|
locality_lb_policy is applicable to either:
|
2009
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
2013
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
2010
2014
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
2011
2015
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
2012
2016
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -2035,7 +2039,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2035
2039
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
2036
2040
|
:param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
2037
2041
|
This field is applicable only when the `load_balancing_scheme` is set
|
2038
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
2042
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2039
2043
|
Structure is documented below.
|
2040
2044
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
2041
2045
|
communication to the backend VMs in that group. Required when the
|
@@ -2046,10 +2050,11 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2046
2050
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
2047
2051
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
2048
2052
|
If it is not provided, the provider project is used.
|
2049
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
2050
|
-
The default is HTTP.
|
2051
|
-
|
2052
|
-
|
2053
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
2054
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
2055
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
2056
|
+
for more information.
|
2057
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
2053
2058
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
2054
2059
|
If it is not provided, the provider region is used.
|
2055
2060
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -2328,7 +2333,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2328
2333
|
}],
|
2329
2334
|
region="us-central1",
|
2330
2335
|
name="region-service",
|
2331
|
-
protocol="
|
2336
|
+
protocol="H2C",
|
2332
2337
|
timeout_sec=10,
|
2333
2338
|
health_checks=default_region_health_check.id)
|
2334
2339
|
```
|
@@ -2601,7 +2606,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2601
2606
|
Structure is documented below.
|
2602
2607
|
:param pulumi.Input[Union['RegionBackendServiceCircuitBreakersArgs', 'RegionBackendServiceCircuitBreakersArgsDict']] circuit_breakers: Settings controlling the volume of connections to a backend service. This field
|
2603
2608
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
2604
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
2609
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2605
2610
|
Structure is documented below.
|
2606
2611
|
:param pulumi.Input[builtins.int] connection_draining_timeout_sec: Time for which instance will be drained (not accept new
|
2607
2612
|
connections, but still work to finish started).
|
@@ -2682,7 +2687,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2682
2687
|
to use for computing the weights are specified via the
|
2683
2688
|
backends[].customMetrics fields.
|
2684
2689
|
locality_lb_policy is applicable to either:
|
2685
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
2690
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
2686
2691
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
2687
2692
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
2688
2693
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -2711,7 +2716,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2711
2716
|
This field can only be specified when the load balancing scheme is set to INTERNAL.
|
2712
2717
|
:param pulumi.Input[Union['RegionBackendServiceOutlierDetectionArgs', 'RegionBackendServiceOutlierDetectionArgsDict']] outlier_detection: Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
2713
2718
|
This field is applicable only when the `load_balancing_scheme` is set
|
2714
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
2719
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2715
2720
|
Structure is documented below.
|
2716
2721
|
:param pulumi.Input[builtins.str] port_name: A named port on a backend instance group representing the port for
|
2717
2722
|
communication to the backend VMs in that group. Required when the
|
@@ -2722,10 +2727,11 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2722
2727
|
Must be omitted when the loadBalancingScheme is INTERNAL (Internal TCP/UDP Load Balancing).
|
2723
2728
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
2724
2729
|
If it is not provided, the provider project is used.
|
2725
|
-
:param pulumi.Input[builtins.str] protocol: The protocol this
|
2726
|
-
The default is HTTP.
|
2727
|
-
|
2728
|
-
|
2730
|
+
:param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
|
2731
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
2732
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
2733
|
+
for more information.
|
2734
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
2729
2735
|
:param pulumi.Input[builtins.str] region: The Region in which the created backend service should reside.
|
2730
2736
|
If it is not provided, the provider region is used.
|
2731
2737
|
:param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
|
@@ -2817,7 +2823,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
2817
2823
|
"""
|
2818
2824
|
Settings controlling the volume of connections to a backend service. This field
|
2819
2825
|
is applicable only when the `load_balancing_scheme` is set to INTERNAL_MANAGED
|
2820
|
-
and the `protocol` is set to HTTP, HTTPS, or
|
2826
|
+
and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
2821
2827
|
Structure is documented below.
|
2822
2828
|
"""
|
2823
2829
|
return pulumi.get(self, "circuit_breakers")
|
@@ -3003,7 +3009,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3003
3009
|
to use for computing the weights are specified via the
|
3004
3010
|
backends[].customMetrics fields.
|
3005
3011
|
locality_lb_policy is applicable to either:
|
3006
|
-
* A regional backend service with the service_protocol set to HTTP, HTTPS, or
|
3012
|
+
* A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
|
3007
3013
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
3008
3014
|
* A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
|
3009
3015
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
@@ -3060,7 +3066,7 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3060
3066
|
"""
|
3061
3067
|
Settings controlling eviction of unhealthy hosts from the load balancing pool.
|
3062
3068
|
This field is applicable only when the `load_balancing_scheme` is set
|
3063
|
-
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, or
|
3069
|
+
to INTERNAL_MANAGED and the `protocol` is set to HTTP, HTTPS, HTTP2 or H2C.
|
3064
3070
|
Structure is documented below.
|
3065
3071
|
"""
|
3066
3072
|
return pulumi.get(self, "outlier_detection")
|
@@ -3092,10 +3098,11 @@ class RegionBackendService(pulumi.CustomResource):
|
|
3092
3098
|
@pulumi.getter
|
3093
3099
|
def protocol(self) -> pulumi.Output[builtins.str]:
|
3094
3100
|
"""
|
3095
|
-
The protocol this
|
3096
|
-
The default is HTTP.
|
3097
|
-
|
3098
|
-
|
3101
|
+
The protocol this BackendService uses to communicate with backends.
|
3102
|
+
The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
|
3103
|
+
or GRPC. Refer to the documentation for the load balancers or for Traffic Director
|
3104
|
+
for more information.
|
3105
|
+
Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
|
3099
3106
|
"""
|
3100
3107
|
return pulumi.get(self, "protocol")
|
3101
3108
|
|
@@ -25,6 +25,7 @@ class RegionHealthCheckArgs:
|
|
25
25
|
check_interval_sec: Optional[pulumi.Input[builtins.int]] = None,
|
26
26
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
27
27
|
grpc_health_check: Optional[pulumi.Input['RegionHealthCheckGrpcHealthCheckArgs']] = None,
|
28
|
+
grpc_tls_health_check: Optional[pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs']] = None,
|
28
29
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
29
30
|
http2_health_check: Optional[pulumi.Input['RegionHealthCheckHttp2HealthCheckArgs']] = None,
|
30
31
|
http_health_check: Optional[pulumi.Input['RegionHealthCheckHttpHealthCheckArgs']] = None,
|
@@ -45,6 +46,8 @@ class RegionHealthCheckArgs:
|
|
45
46
|
you create the resource.
|
46
47
|
:param pulumi.Input['RegionHealthCheckGrpcHealthCheckArgs'] grpc_health_check: A nested object resource.
|
47
48
|
Structure is documented below.
|
49
|
+
:param pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs'] grpc_tls_health_check: A nested object resource.
|
50
|
+
Structure is documented below.
|
48
51
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
49
52
|
consecutive successes. The default value is 2.
|
50
53
|
:param pulumi.Input['RegionHealthCheckHttp2HealthCheckArgs'] http2_health_check: A nested object resource.
|
@@ -85,6 +88,8 @@ class RegionHealthCheckArgs:
|
|
85
88
|
pulumi.set(__self__, "description", description)
|
86
89
|
if grpc_health_check is not None:
|
87
90
|
pulumi.set(__self__, "grpc_health_check", grpc_health_check)
|
91
|
+
if grpc_tls_health_check is not None:
|
92
|
+
pulumi.set(__self__, "grpc_tls_health_check", grpc_tls_health_check)
|
88
93
|
if healthy_threshold is not None:
|
89
94
|
pulumi.set(__self__, "healthy_threshold", healthy_threshold)
|
90
95
|
if http2_health_check is not None:
|
@@ -149,6 +154,19 @@ class RegionHealthCheckArgs:
|
|
149
154
|
def grpc_health_check(self, value: Optional[pulumi.Input['RegionHealthCheckGrpcHealthCheckArgs']]):
|
150
155
|
pulumi.set(self, "grpc_health_check", value)
|
151
156
|
|
157
|
+
@property
|
158
|
+
@pulumi.getter(name="grpcTlsHealthCheck")
|
159
|
+
def grpc_tls_health_check(self) -> Optional[pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs']]:
|
160
|
+
"""
|
161
|
+
A nested object resource.
|
162
|
+
Structure is documented below.
|
163
|
+
"""
|
164
|
+
return pulumi.get(self, "grpc_tls_health_check")
|
165
|
+
|
166
|
+
@grpc_tls_health_check.setter
|
167
|
+
def grpc_tls_health_check(self, value: Optional[pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs']]):
|
168
|
+
pulumi.set(self, "grpc_tls_health_check", value)
|
169
|
+
|
152
170
|
@property
|
153
171
|
@pulumi.getter(name="healthyThreshold")
|
154
172
|
def healthy_threshold(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -322,6 +340,7 @@ class _RegionHealthCheckState:
|
|
322
340
|
creation_timestamp: Optional[pulumi.Input[builtins.str]] = None,
|
323
341
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
324
342
|
grpc_health_check: Optional[pulumi.Input['RegionHealthCheckGrpcHealthCheckArgs']] = None,
|
343
|
+
grpc_tls_health_check: Optional[pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs']] = None,
|
325
344
|
health_check_id: Optional[pulumi.Input[builtins.int]] = None,
|
326
345
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
327
346
|
http2_health_check: Optional[pulumi.Input['RegionHealthCheckHttp2HealthCheckArgs']] = None,
|
@@ -346,6 +365,8 @@ class _RegionHealthCheckState:
|
|
346
365
|
you create the resource.
|
347
366
|
:param pulumi.Input['RegionHealthCheckGrpcHealthCheckArgs'] grpc_health_check: A nested object resource.
|
348
367
|
Structure is documented below.
|
368
|
+
:param pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs'] grpc_tls_health_check: A nested object resource.
|
369
|
+
Structure is documented below.
|
349
370
|
:param pulumi.Input[builtins.int] health_check_id: The unique identifier number for the resource. This identifier is defined by the server.
|
350
371
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
351
372
|
consecutive successes. The default value is 2.
|
@@ -391,6 +412,8 @@ class _RegionHealthCheckState:
|
|
391
412
|
pulumi.set(__self__, "description", description)
|
392
413
|
if grpc_health_check is not None:
|
393
414
|
pulumi.set(__self__, "grpc_health_check", grpc_health_check)
|
415
|
+
if grpc_tls_health_check is not None:
|
416
|
+
pulumi.set(__self__, "grpc_tls_health_check", grpc_tls_health_check)
|
394
417
|
if health_check_id is not None:
|
395
418
|
pulumi.set(__self__, "health_check_id", health_check_id)
|
396
419
|
if healthy_threshold is not None:
|
@@ -473,6 +496,19 @@ class _RegionHealthCheckState:
|
|
473
496
|
def grpc_health_check(self, value: Optional[pulumi.Input['RegionHealthCheckGrpcHealthCheckArgs']]):
|
474
497
|
pulumi.set(self, "grpc_health_check", value)
|
475
498
|
|
499
|
+
@property
|
500
|
+
@pulumi.getter(name="grpcTlsHealthCheck")
|
501
|
+
def grpc_tls_health_check(self) -> Optional[pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs']]:
|
502
|
+
"""
|
503
|
+
A nested object resource.
|
504
|
+
Structure is documented below.
|
505
|
+
"""
|
506
|
+
return pulumi.get(self, "grpc_tls_health_check")
|
507
|
+
|
508
|
+
@grpc_tls_health_check.setter
|
509
|
+
def grpc_tls_health_check(self, value: Optional[pulumi.Input['RegionHealthCheckGrpcTlsHealthCheckArgs']]):
|
510
|
+
pulumi.set(self, "grpc_tls_health_check", value)
|
511
|
+
|
476
512
|
@property
|
477
513
|
@pulumi.getter(name="healthCheckId")
|
478
514
|
def health_check_id(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -684,6 +720,7 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
684
720
|
check_interval_sec: Optional[pulumi.Input[builtins.int]] = None,
|
685
721
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
686
722
|
grpc_health_check: Optional[pulumi.Input[Union['RegionHealthCheckGrpcHealthCheckArgs', 'RegionHealthCheckGrpcHealthCheckArgsDict']]] = None,
|
723
|
+
grpc_tls_health_check: Optional[pulumi.Input[Union['RegionHealthCheckGrpcTlsHealthCheckArgs', 'RegionHealthCheckGrpcTlsHealthCheckArgsDict']]] = None,
|
687
724
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
688
725
|
http2_health_check: Optional[pulumi.Input[Union['RegionHealthCheckHttp2HealthCheckArgs', 'RegionHealthCheckHttp2HealthCheckArgsDict']]] = None,
|
689
726
|
http_health_check: Optional[pulumi.Input[Union['RegionHealthCheckHttpHealthCheckArgs', 'RegionHealthCheckHttpHealthCheckArgsDict']]] = None,
|
@@ -943,6 +980,39 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
943
980
|
"grpc_service_name": "testservice",
|
944
981
|
})
|
945
982
|
```
|
983
|
+
### Region Health Check Grpc With Tls
|
984
|
+
|
985
|
+
```python
|
986
|
+
import pulumi
|
987
|
+
import pulumi_gcp as gcp
|
988
|
+
|
989
|
+
grpc_with_tls_region_health_check = gcp.compute.RegionHealthCheck("grpc-with-tls-region-health-check",
|
990
|
+
name="grpc-with-tls-region-health-check",
|
991
|
+
timeout_sec=1,
|
992
|
+
check_interval_sec=1,
|
993
|
+
grpc_tls_health_check={
|
994
|
+
"port": 443,
|
995
|
+
})
|
996
|
+
```
|
997
|
+
### Region Health Check Grpc With Tls Full
|
998
|
+
|
999
|
+
```python
|
1000
|
+
import pulumi
|
1001
|
+
import pulumi_gcp as gcp
|
1002
|
+
|
1003
|
+
grpc_with_tls_region_health_check = gcp.compute.RegionHealthCheck("grpc-with-tls-region-health-check",
|
1004
|
+
name="grpc-with-tls-region-health-check",
|
1005
|
+
description="regional health check via GRPC with TLS",
|
1006
|
+
timeout_sec=1,
|
1007
|
+
check_interval_sec=1,
|
1008
|
+
healthy_threshold=4,
|
1009
|
+
unhealthy_threshold=5,
|
1010
|
+
grpc_tls_health_check={
|
1011
|
+
"port_specification": "USE_FIXED_PORT",
|
1012
|
+
"port": 443,
|
1013
|
+
"grpc_service_name": "testservice",
|
1014
|
+
})
|
1015
|
+
```
|
946
1016
|
|
947
1017
|
## Import
|
948
1018
|
|
@@ -982,6 +1052,8 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
982
1052
|
you create the resource.
|
983
1053
|
:param pulumi.Input[Union['RegionHealthCheckGrpcHealthCheckArgs', 'RegionHealthCheckGrpcHealthCheckArgsDict']] grpc_health_check: A nested object resource.
|
984
1054
|
Structure is documented below.
|
1055
|
+
:param pulumi.Input[Union['RegionHealthCheckGrpcTlsHealthCheckArgs', 'RegionHealthCheckGrpcTlsHealthCheckArgsDict']] grpc_tls_health_check: A nested object resource.
|
1056
|
+
Structure is documented below.
|
985
1057
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
986
1058
|
consecutive successes. The default value is 2.
|
987
1059
|
:param pulumi.Input[Union['RegionHealthCheckHttp2HealthCheckArgs', 'RegionHealthCheckHttp2HealthCheckArgsDict']] http2_health_check: A nested object resource.
|
@@ -1268,6 +1340,39 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1268
1340
|
"grpc_service_name": "testservice",
|
1269
1341
|
})
|
1270
1342
|
```
|
1343
|
+
### Region Health Check Grpc With Tls
|
1344
|
+
|
1345
|
+
```python
|
1346
|
+
import pulumi
|
1347
|
+
import pulumi_gcp as gcp
|
1348
|
+
|
1349
|
+
grpc_with_tls_region_health_check = gcp.compute.RegionHealthCheck("grpc-with-tls-region-health-check",
|
1350
|
+
name="grpc-with-tls-region-health-check",
|
1351
|
+
timeout_sec=1,
|
1352
|
+
check_interval_sec=1,
|
1353
|
+
grpc_tls_health_check={
|
1354
|
+
"port": 443,
|
1355
|
+
})
|
1356
|
+
```
|
1357
|
+
### Region Health Check Grpc With Tls Full
|
1358
|
+
|
1359
|
+
```python
|
1360
|
+
import pulumi
|
1361
|
+
import pulumi_gcp as gcp
|
1362
|
+
|
1363
|
+
grpc_with_tls_region_health_check = gcp.compute.RegionHealthCheck("grpc-with-tls-region-health-check",
|
1364
|
+
name="grpc-with-tls-region-health-check",
|
1365
|
+
description="regional health check via GRPC with TLS",
|
1366
|
+
timeout_sec=1,
|
1367
|
+
check_interval_sec=1,
|
1368
|
+
healthy_threshold=4,
|
1369
|
+
unhealthy_threshold=5,
|
1370
|
+
grpc_tls_health_check={
|
1371
|
+
"port_specification": "USE_FIXED_PORT",
|
1372
|
+
"port": 443,
|
1373
|
+
"grpc_service_name": "testservice",
|
1374
|
+
})
|
1375
|
+
```
|
1271
1376
|
|
1272
1377
|
## Import
|
1273
1378
|
|
@@ -1317,6 +1422,7 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1317
1422
|
check_interval_sec: Optional[pulumi.Input[builtins.int]] = None,
|
1318
1423
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
1319
1424
|
grpc_health_check: Optional[pulumi.Input[Union['RegionHealthCheckGrpcHealthCheckArgs', 'RegionHealthCheckGrpcHealthCheckArgsDict']]] = None,
|
1425
|
+
grpc_tls_health_check: Optional[pulumi.Input[Union['RegionHealthCheckGrpcTlsHealthCheckArgs', 'RegionHealthCheckGrpcTlsHealthCheckArgsDict']]] = None,
|
1320
1426
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
1321
1427
|
http2_health_check: Optional[pulumi.Input[Union['RegionHealthCheckHttp2HealthCheckArgs', 'RegionHealthCheckHttp2HealthCheckArgsDict']]] = None,
|
1322
1428
|
http_health_check: Optional[pulumi.Input[Union['RegionHealthCheckHttpHealthCheckArgs', 'RegionHealthCheckHttpHealthCheckArgsDict']]] = None,
|
@@ -1341,6 +1447,7 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1341
1447
|
__props__.__dict__["check_interval_sec"] = check_interval_sec
|
1342
1448
|
__props__.__dict__["description"] = description
|
1343
1449
|
__props__.__dict__["grpc_health_check"] = grpc_health_check
|
1450
|
+
__props__.__dict__["grpc_tls_health_check"] = grpc_tls_health_check
|
1344
1451
|
__props__.__dict__["healthy_threshold"] = healthy_threshold
|
1345
1452
|
__props__.__dict__["http2_health_check"] = http2_health_check
|
1346
1453
|
__props__.__dict__["http_health_check"] = http_health_check
|
@@ -1371,6 +1478,7 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1371
1478
|
creation_timestamp: Optional[pulumi.Input[builtins.str]] = None,
|
1372
1479
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
1373
1480
|
grpc_health_check: Optional[pulumi.Input[Union['RegionHealthCheckGrpcHealthCheckArgs', 'RegionHealthCheckGrpcHealthCheckArgsDict']]] = None,
|
1481
|
+
grpc_tls_health_check: Optional[pulumi.Input[Union['RegionHealthCheckGrpcTlsHealthCheckArgs', 'RegionHealthCheckGrpcTlsHealthCheckArgsDict']]] = None,
|
1374
1482
|
health_check_id: Optional[pulumi.Input[builtins.int]] = None,
|
1375
1483
|
healthy_threshold: Optional[pulumi.Input[builtins.int]] = None,
|
1376
1484
|
http2_health_check: Optional[pulumi.Input[Union['RegionHealthCheckHttp2HealthCheckArgs', 'RegionHealthCheckHttp2HealthCheckArgsDict']]] = None,
|
@@ -1400,6 +1508,8 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1400
1508
|
you create the resource.
|
1401
1509
|
:param pulumi.Input[Union['RegionHealthCheckGrpcHealthCheckArgs', 'RegionHealthCheckGrpcHealthCheckArgsDict']] grpc_health_check: A nested object resource.
|
1402
1510
|
Structure is documented below.
|
1511
|
+
:param pulumi.Input[Union['RegionHealthCheckGrpcTlsHealthCheckArgs', 'RegionHealthCheckGrpcTlsHealthCheckArgsDict']] grpc_tls_health_check: A nested object resource.
|
1512
|
+
Structure is documented below.
|
1403
1513
|
:param pulumi.Input[builtins.int] health_check_id: The unique identifier number for the resource. This identifier is defined by the server.
|
1404
1514
|
:param pulumi.Input[builtins.int] healthy_threshold: A so-far unhealthy instance will be marked healthy after this many
|
1405
1515
|
consecutive successes. The default value is 2.
|
@@ -1445,6 +1555,7 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1445
1555
|
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1446
1556
|
__props__.__dict__["description"] = description
|
1447
1557
|
__props__.__dict__["grpc_health_check"] = grpc_health_check
|
1558
|
+
__props__.__dict__["grpc_tls_health_check"] = grpc_tls_health_check
|
1448
1559
|
__props__.__dict__["health_check_id"] = health_check_id
|
1449
1560
|
__props__.__dict__["healthy_threshold"] = healthy_threshold
|
1450
1561
|
__props__.__dict__["http2_health_check"] = http2_health_check
|
@@ -1497,6 +1608,15 @@ class RegionHealthCheck(pulumi.CustomResource):
|
|
1497
1608
|
"""
|
1498
1609
|
return pulumi.get(self, "grpc_health_check")
|
1499
1610
|
|
1611
|
+
@property
|
1612
|
+
@pulumi.getter(name="grpcTlsHealthCheck")
|
1613
|
+
def grpc_tls_health_check(self) -> pulumi.Output[Optional['outputs.RegionHealthCheckGrpcTlsHealthCheck']]:
|
1614
|
+
"""
|
1615
|
+
A nested object resource.
|
1616
|
+
Structure is documented below.
|
1617
|
+
"""
|
1618
|
+
return pulumi.get(self, "grpc_tls_health_check")
|
1619
|
+
|
1500
1620
|
@property
|
1501
1621
|
@pulumi.getter(name="healthCheckId")
|
1502
1622
|
def health_check_id(self) -> pulumi.Output[builtins.int]:
|
pulumi_gcp/container/_inputs.py
CHANGED
@@ -8710,7 +8710,7 @@ if not MYPY:
|
|
8710
8710
|
"""
|
8711
8711
|
windows_node_config: NotRequired[pulumi.Input['ClusterNodeConfigWindowsNodeConfigArgsDict']]
|
8712
8712
|
"""
|
8713
|
-
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
8713
|
+
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
8714
8714
|
"""
|
8715
8715
|
workload_metadata_config: NotRequired[pulumi.Input['ClusterNodeConfigWorkloadMetadataConfigArgsDict']]
|
8716
8716
|
"""
|
@@ -8872,7 +8872,7 @@ class ClusterNodeConfigArgs:
|
|
8872
8872
|
Kubernetes (eg. through `kubectl`), and it's recommended that you do not use
|
8873
8873
|
this field to manage taints. If you do, `lifecycle.ignore_changes` is
|
8874
8874
|
recommended. Structure is documented below.
|
8875
|
-
:param pulumi.Input['ClusterNodeConfigWindowsNodeConfigArgs'] windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
8875
|
+
:param pulumi.Input['ClusterNodeConfigWindowsNodeConfigArgs'] windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
8876
8876
|
:param pulumi.Input['ClusterNodeConfigWorkloadMetadataConfigArgs'] workload_metadata_config: Metadata configuration to expose to workloads on the node pool.
|
8877
8877
|
Structure is documented below.
|
8878
8878
|
"""
|
@@ -9547,7 +9547,7 @@ class ClusterNodeConfigArgs:
|
|
9547
9547
|
@pulumi.getter(name="windowsNodeConfig")
|
9548
9548
|
def windows_node_config(self) -> Optional[pulumi.Input['ClusterNodeConfigWindowsNodeConfigArgs']]:
|
9549
9549
|
"""
|
9550
|
-
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
9550
|
+
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
9551
9551
|
"""
|
9552
9552
|
return pulumi.get(self, "windows_node_config")
|
9553
9553
|
|
@@ -12964,7 +12964,7 @@ if not MYPY:
|
|
12964
12964
|
"""
|
12965
12965
|
windows_node_config: NotRequired[pulumi.Input['ClusterNodePoolNodeConfigWindowsNodeConfigArgsDict']]
|
12966
12966
|
"""
|
12967
|
-
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
12967
|
+
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
12968
12968
|
"""
|
12969
12969
|
workload_metadata_config: NotRequired[pulumi.Input['ClusterNodePoolNodeConfigWorkloadMetadataConfigArgsDict']]
|
12970
12970
|
"""
|
@@ -13126,7 +13126,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
13126
13126
|
Kubernetes (eg. through `kubectl`), and it's recommended that you do not use
|
13127
13127
|
this field to manage taints. If you do, `lifecycle.ignore_changes` is
|
13128
13128
|
recommended. Structure is documented below.
|
13129
|
-
:param pulumi.Input['ClusterNodePoolNodeConfigWindowsNodeConfigArgs'] windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
13129
|
+
:param pulumi.Input['ClusterNodePoolNodeConfigWindowsNodeConfigArgs'] windows_node_config: Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
13130
13130
|
:param pulumi.Input['ClusterNodePoolNodeConfigWorkloadMetadataConfigArgs'] workload_metadata_config: Metadata configuration to expose to workloads on the node pool.
|
13131
13131
|
Structure is documented below.
|
13132
13132
|
"""
|
@@ -13801,7 +13801,7 @@ class ClusterNodePoolNodeConfigArgs:
|
|
13801
13801
|
@pulumi.getter(name="windowsNodeConfig")
|
13802
13802
|
def windows_node_config(self) -> Optional[pulumi.Input['ClusterNodePoolNodeConfigWindowsNodeConfigArgs']]:
|
13803
13803
|
"""
|
13804
|
-
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019,
|
13804
|
+
Windows node configuration, currently supporting OSVersion [attribute](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/NodeConfig#osversion). The value must be one of [OS_VERSION_UNSPECIFIED, OS_VERSION_LTSC2019, OS_VERSION_LTSC2022]. For example:
|
13805
13805
|
"""
|
13806
13806
|
return pulumi.get(self, "windows_node_config")
|
13807
13807
|
|