pulumi-gcp 8.32.0__py3-none-any.whl → 8.32.0a1747459264__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.
Files changed (256) hide show
  1. pulumi_gcp/__init__.py +0 -88
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +0 -13
  4. pulumi_gcp/apigateway/api_config_iam_member.py +0 -13
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +0 -13
  6. pulumi_gcp/apigateway/api_iam_binding.py +0 -13
  7. pulumi_gcp/apigateway/api_iam_member.py +0 -13
  8. pulumi_gcp/apigateway/api_iam_policy.py +0 -13
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +0 -13
  10. pulumi_gcp/apigateway/gateway_iam_member.py +0 -13
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +0 -13
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +0 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +0 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +0 -2
  15. pulumi_gcp/apigee/environment_iam_binding.py +0 -27
  16. pulumi_gcp/apigee/environment_iam_member.py +0 -27
  17. pulumi_gcp/apigee/environment_iam_policy.py +0 -27
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +0 -6
  19. pulumi_gcp/beyondcorp/__init__.py +0 -1
  20. pulumi_gcp/beyondcorp/application.py +4 -8
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +0 -26
  22. pulumi_gcp/beyondcorp/application_iam_member.py +0 -26
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -26
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -4
  25. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +0 -2
  26. pulumi_gcp/beyondcorp/outputs.py +0 -45
  27. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +0 -13
  28. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +0 -13
  29. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +0 -13
  30. pulumi_gcp/bigquery/__init__.py +0 -1
  31. pulumi_gcp/bigquery/connection_iam_binding.py +11 -4
  32. pulumi_gcp/bigquery/connection_iam_member.py +11 -4
  33. pulumi_gcp/bigquery/connection_iam_policy.py +11 -4
  34. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  35. pulumi_gcp/bigquery/get_connection_iam_policy.py +4 -2
  36. pulumi_gcp/bigquery/get_table_iam_policy.py +0 -4
  37. pulumi_gcp/bigquery/iam_binding.py +0 -26
  38. pulumi_gcp/bigquery/iam_member.py +0 -26
  39. pulumi_gcp/bigquery/iam_policy.py +0 -26
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  41. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  44. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  45. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  46. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  49. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +0 -13
  50. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +0 -13
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +0 -13
  52. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +0 -2
  53. pulumi_gcp/bigtable/logical_view.py +0 -49
  54. pulumi_gcp/cloudbuild/trigger.py +2 -2
  55. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +0 -6
  56. pulumi_gcp/clouddeploy/get_target_iam_policy.py +0 -6
  57. pulumi_gcp/colab/schedule.py +2 -2
  58. pulumi_gcp/compute/_inputs.py +0 -126
  59. pulumi_gcp/compute/backend_service.py +51 -259
  60. pulumi_gcp/compute/get_backend_service.py +1 -23
  61. pulumi_gcp/compute/get_global_forwarding_rule.py +1 -23
  62. pulumi_gcp/compute/get_instance_template.py +1 -12
  63. pulumi_gcp/compute/get_network_endpoint_group.py +1 -12
  64. pulumi_gcp/compute/global_forwarding_rule.py +0 -199
  65. pulumi_gcp/compute/instance_template.py +0 -28
  66. pulumi_gcp/compute/network_endpoint_group.py +0 -28
  67. pulumi_gcp/compute/outputs.py +0 -110
  68. pulumi_gcp/compute/region_backend_service.py +51 -58
  69. pulumi_gcp/container/cluster.py +0 -47
  70. pulumi_gcp/container/get_cluster.py +1 -12
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +0 -34
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +0 -34
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +0 -34
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +0 -8
  75. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +0 -8
  76. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +0 -8
  77. pulumi_gcp/datacatalog/tag_template_iam_binding.py +0 -34
  78. pulumi_gcp/datacatalog/tag_template_iam_member.py +0 -34
  79. pulumi_gcp/datacatalog/tag_template_iam_policy.py +0 -34
  80. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +0 -34
  81. pulumi_gcp/datacatalog/taxonomy_iam_member.py +0 -34
  82. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +0 -34
  83. pulumi_gcp/dataplex/__init__.py +0 -5
  84. pulumi_gcp/dataplex/_inputs.py +0 -98
  85. pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -13
  86. pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -13
  87. pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -13
  88. pulumi_gcp/dataplex/asset_iam_binding.py +0 -53
  89. pulumi_gcp/dataplex/asset_iam_member.py +0 -53
  90. pulumi_gcp/dataplex/asset_iam_policy.py +0 -53
  91. pulumi_gcp/dataplex/datascan_iam_binding.py +0 -13
  92. pulumi_gcp/dataplex/datascan_iam_member.py +0 -13
  93. pulumi_gcp/dataplex/datascan_iam_policy.py +0 -13
  94. pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -13
  95. pulumi_gcp/dataplex/entry_group_iam_member.py +0 -13
  96. pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -13
  97. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -13
  98. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -13
  99. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -13
  100. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -2
  101. pulumi_gcp/dataplex/get_asset_iam_policy.py +0 -10
  102. pulumi_gcp/dataplex/get_datascan_iam_policy.py +0 -2
  103. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -2
  104. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -2
  105. pulumi_gcp/dataplex/get_lake_iam_policy.py +0 -6
  106. pulumi_gcp/dataplex/get_task_iam_policy.py +0 -2
  107. pulumi_gcp/dataplex/get_zone_iam_policy.py +0 -8
  108. pulumi_gcp/dataplex/lake_iam_binding.py +0 -27
  109. pulumi_gcp/dataplex/lake_iam_member.py +0 -27
  110. pulumi_gcp/dataplex/lake_iam_policy.py +0 -27
  111. pulumi_gcp/dataplex/outputs.py +0 -56
  112. pulumi_gcp/dataplex/task_iam_binding.py +0 -13
  113. pulumi_gcp/dataplex/task_iam_member.py +0 -13
  114. pulumi_gcp/dataplex/task_iam_policy.py +0 -13
  115. pulumi_gcp/dataplex/zone_iam_binding.py +0 -40
  116. pulumi_gcp/dataplex/zone_iam_member.py +0 -40
  117. pulumi_gcp/dataplex/zone_iam_policy.py +0 -40
  118. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +25 -4
  119. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +25 -4
  120. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +25 -4
  121. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +8 -2
  122. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +0 -8
  123. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +0 -2
  124. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +0 -2
  125. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +0 -10
  126. pulumi_gcp/dataproc/metastore_database_iam_binding.py +0 -40
  127. pulumi_gcp/dataproc/metastore_database_iam_member.py +0 -40
  128. pulumi_gcp/dataproc/metastore_database_iam_policy.py +0 -40
  129. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +0 -13
  130. pulumi_gcp/dataproc/metastore_federation_iam_member.py +0 -13
  131. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +0 -13
  132. pulumi_gcp/dataproc/metastore_service_iam_binding.py +0 -13
  133. pulumi_gcp/dataproc/metastore_service_iam_member.py +0 -13
  134. pulumi_gcp/dataproc/metastore_service_iam_policy.py +0 -13
  135. pulumi_gcp/dataproc/metastore_table_iam_binding.py +0 -53
  136. pulumi_gcp/dataproc/metastore_table_iam_member.py +0 -53
  137. pulumi_gcp/dataproc/metastore_table_iam_policy.py +0 -53
  138. pulumi_gcp/diagflow/_inputs.py +0 -56
  139. pulumi_gcp/diagflow/cx_agent.py +0 -60
  140. pulumi_gcp/diagflow/cx_flow.py +0 -2
  141. pulumi_gcp/diagflow/entity_type.py +2 -2
  142. pulumi_gcp/diagflow/outputs.py +0 -35
  143. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  144. pulumi_gcp/endpoints/consumers_iam_binding.py +0 -26
  145. pulumi_gcp/endpoints/consumers_iam_member.py +0 -26
  146. pulumi_gcp/endpoints/consumers_iam_policy.py +0 -26
  147. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +0 -8
  148. pulumi_gcp/endpoints/get_service_iam_policy.py +0 -6
  149. pulumi_gcp/endpoints/service_iam_binding.py +0 -13
  150. pulumi_gcp/endpoints/service_iam_member.py +0 -13
  151. pulumi_gcp/endpoints/service_iam_policy.py +0 -13
  152. pulumi_gcp/firebase/__init__.py +0 -3
  153. pulumi_gcp/firebase/_inputs.py +0 -1527
  154. pulumi_gcp/firebase/app_hosting_backend.py +0 -104
  155. pulumi_gcp/firebase/extensions_instance.py +4 -4
  156. pulumi_gcp/firebase/outputs.py +0 -1075
  157. pulumi_gcp/firestore/database.py +0 -9
  158. pulumi_gcp/gemini/get_repository_group_iam_policy.py +0 -4
  159. pulumi_gcp/gemini/repository_group_iam_binding.py +0 -26
  160. pulumi_gcp/gemini/repository_group_iam_member.py +0 -26
  161. pulumi_gcp/gemini/repository_group_iam_policy.py +0 -26
  162. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  163. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  164. pulumi_gcp/gkehub/get_membership_iam_policy.py +0 -2
  165. pulumi_gcp/gkehub/get_scope_iam_policy.py +0 -2
  166. pulumi_gcp/gkehub/membership_iam_binding.py +0 -13
  167. pulumi_gcp/gkehub/membership_iam_member.py +0 -13
  168. pulumi_gcp/gkehub/membership_iam_policy.py +0 -13
  169. pulumi_gcp/gkehub/scope_iam_binding.py +0 -13
  170. pulumi_gcp/gkehub/scope_iam_member.py +0 -13
  171. pulumi_gcp/gkehub/scope_iam_policy.py +0 -13
  172. pulumi_gcp/iam/__init__.py +0 -4
  173. pulumi_gcp/iam/_inputs.py +0 -432
  174. pulumi_gcp/iam/get_workload_identity_pool.py +1 -35
  175. pulumi_gcp/iam/oauth_client_credential.py +0 -6
  176. pulumi_gcp/iam/outputs.py +0 -510
  177. pulumi_gcp/iam/workload_identity_pool.py +24 -446
  178. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  179. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  180. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  181. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  182. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  183. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  184. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  185. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  186. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -2
  187. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +0 -6
  188. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +0 -6
  189. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  190. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -13
  191. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -13
  192. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -13
  193. pulumi_gcp/iap/tunnel_instance_iam_binding.py +0 -27
  194. pulumi_gcp/iap/tunnel_instance_iam_member.py +0 -27
  195. pulumi_gcp/iap/tunnel_instance_iam_policy.py +0 -27
  196. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +0 -27
  197. pulumi_gcp/iap/web_region_backend_service_iam_member.py +0 -27
  198. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +0 -27
  199. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  200. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  201. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  202. pulumi_gcp/lustre/__init__.py +0 -1
  203. pulumi_gcp/lustre/instance.py +0 -12
  204. pulumi_gcp/netapp/backup.py +2 -2
  205. pulumi_gcp/networksecurity/intercept_deployment.py +0 -10
  206. pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -8
  207. pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -12
  208. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -16
  209. pulumi_gcp/pulumi-plugin.json +1 -1
  210. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -2
  211. pulumi_gcp/secretmanager/get_secret_iam_policy.py +0 -2
  212. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -13
  213. pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -13
  214. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -13
  215. pulumi_gcp/secretmanager/secret_iam_binding.py +0 -13
  216. pulumi_gcp/secretmanager/secret_iam_member.py +0 -13
  217. pulumi_gcp/secretmanager/secret_iam_policy.py +0 -13
  218. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +4 -2
  219. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +4 -2
  220. pulumi_gcp/securesourcemanager/repository_iam_binding.py +11 -4
  221. pulumi_gcp/securesourcemanager/repository_iam_member.py +11 -4
  222. pulumi_gcp/securesourcemanager/repository_iam_policy.py +11 -4
  223. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  224. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  225. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +0 -13
  226. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +0 -13
  227. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +0 -13
  228. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +0 -2
  229. pulumi_gcp/vmwareengine/external_address.py +4 -4
  230. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +0 -6
  231. pulumi_gcp/workstations/get_workstation_iam_policy.py +0 -10
  232. pulumi_gcp/workstations/workstation_config_iam_binding.py +0 -33
  233. pulumi_gcp/workstations/workstation_config_iam_member.py +0 -33
  234. pulumi_gcp/workstations/workstation_config_iam_policy.py +0 -33
  235. pulumi_gcp/workstations/workstation_iam_binding.py +0 -53
  236. pulumi_gcp/workstations/workstation_iam_member.py +0 -53
  237. pulumi_gcp/workstations/workstation_iam_policy.py +0 -53
  238. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/METADATA +1 -1
  239. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/RECORD +241 -256
  240. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/WHEEL +1 -1
  241. pulumi_gcp/beyondcorp/get_security_gateway.py +0 -222
  242. pulumi_gcp/bigquery/row_access_policy.py +0 -787
  243. pulumi_gcp/dataplex/get_glossary_iam_policy.py +0 -185
  244. pulumi_gcp/dataplex/glossary.py +0 -772
  245. pulumi_gcp/dataplex/glossary_iam_binding.py +0 -837
  246. pulumi_gcp/dataplex/glossary_iam_member.py +0 -837
  247. pulumi_gcp/dataplex/glossary_iam_policy.py +0 -676
  248. pulumi_gcp/firebase/app_hosting_default_domain.py +0 -721
  249. pulumi_gcp/firebase/app_hosting_domain.py +0 -796
  250. pulumi_gcp/firebase/app_hosting_traffic.py +0 -914
  251. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +0 -156
  252. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +0 -539
  253. pulumi_gcp/iam/workload_identity_pool_iam_member.py +0 -539
  254. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +0 -358
  255. pulumi_gcp/lustre/get_instance.py +0 -280
  256. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/top_level.txt +0 -0
@@ -35,8 +35,6 @@ class BackendServiceArgs:
35
35
  description: Optional[pulumi.Input[builtins.str]] = None,
36
36
  edge_security_policy: Optional[pulumi.Input[builtins.str]] = None,
37
37
  enable_cdn: Optional[pulumi.Input[builtins.bool]] = None,
38
- external_managed_migration_state: Optional[pulumi.Input[builtins.str]] = None,
39
- external_managed_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
40
38
  health_checks: Optional[pulumi.Input[builtins.str]] = None,
41
39
  iap: Optional[pulumi.Input['BackendServiceIapArgs']] = None,
42
40
  ip_address_selection_policy: Optional[pulumi.Input[builtins.str]] = None,
@@ -93,24 +91,6 @@ class BackendServiceArgs:
93
91
  :param pulumi.Input[builtins.str] description: An optional description of this resource.
94
92
  :param pulumi.Input[builtins.str] edge_security_policy: The resource URL for the edge security policy associated with this backend service.
95
93
  :param pulumi.Input[builtins.bool] enable_cdn: If true, enable Cloud CDN for this BackendService.
96
- :param pulumi.Input[builtins.str] external_managed_migration_state: Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and
97
- TEST_ALL_TRAFFIC.
98
- To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
99
- PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
100
- changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
101
- traffic by percentage using externalManagedMigrationTestingPercentage.
102
- Rolling back a migration requires the states to be set in reverse order. So changing the
103
- scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
104
- the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
105
- back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
106
- Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
107
- :param pulumi.Input[builtins.float] external_managed_migration_testing_percentage: Determines the fraction of requests that should be processed by the Global external
108
- Application Load Balancer.
109
- The value of this field must be in the range [0, 100].
110
- Session affinity options will slightly affect this routing behavior, for more details,
111
- see: Session Affinity.
112
- This value can only be set if the loadBalancingScheme in the backend service is set to
113
- EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
114
94
  :param pulumi.Input[builtins.str] health_checks: The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource
115
95
  for health checking this BackendService. Currently at most one health
116
96
  check can be specified.
@@ -175,7 +155,7 @@ class BackendServiceArgs:
175
155
  to use for computing the weights are specified via the
176
156
  backends[].customMetrics fields.
177
157
  locality_lb_policy is applicable to either:
178
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
158
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
179
159
  and loadBalancingScheme set to INTERNAL_MANAGED.
180
160
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
181
161
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -217,14 +197,14 @@ class BackendServiceArgs:
217
197
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
218
198
  If it is not provided, the provider project is used.
219
199
  :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
220
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
221
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
222
- for more information. Must be set to GRPC when the backend service is referenced
223
- by a URL map that is bound to target gRPC proxy.
224
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
200
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
201
+ types and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,
202
+ the backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing
203
+ with TCP/UDP/L3_DEFAULT Forwarding Rule protocol.
204
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.
225
205
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
226
206
  :param pulumi.Input['BackendServiceSecuritySettingsArgs'] security_settings: The security settings that apply to this backend service. This field is applicable to either
227
- a regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
207
+ a regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and
228
208
  load_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the
229
209
  load_balancing_scheme set to INTERNAL_SELF_MANAGED.
230
210
  Structure is documented below.
@@ -268,10 +248,6 @@ class BackendServiceArgs:
268
248
  pulumi.set(__self__, "edge_security_policy", edge_security_policy)
269
249
  if enable_cdn is not None:
270
250
  pulumi.set(__self__, "enable_cdn", enable_cdn)
271
- if external_managed_migration_state is not None:
272
- pulumi.set(__self__, "external_managed_migration_state", external_managed_migration_state)
273
- if external_managed_migration_testing_percentage is not None:
274
- pulumi.set(__self__, "external_managed_migration_testing_percentage", external_managed_migration_testing_percentage)
275
251
  if health_checks is not None:
276
252
  pulumi.set(__self__, "health_checks", health_checks)
277
253
  if iap is not None:
@@ -490,46 +466,6 @@ class BackendServiceArgs:
490
466
  def enable_cdn(self, value: Optional[pulumi.Input[builtins.bool]]):
491
467
  pulumi.set(self, "enable_cdn", value)
492
468
 
493
- @property
494
- @pulumi.getter(name="externalManagedMigrationState")
495
- def external_managed_migration_state(self) -> Optional[pulumi.Input[builtins.str]]:
496
- """
497
- Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and
498
- TEST_ALL_TRAFFIC.
499
- To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
500
- PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
501
- changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
502
- traffic by percentage using externalManagedMigrationTestingPercentage.
503
- Rolling back a migration requires the states to be set in reverse order. So changing the
504
- scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
505
- the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
506
- back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
507
- Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
508
- """
509
- return pulumi.get(self, "external_managed_migration_state")
510
-
511
- @external_managed_migration_state.setter
512
- def external_managed_migration_state(self, value: Optional[pulumi.Input[builtins.str]]):
513
- pulumi.set(self, "external_managed_migration_state", value)
514
-
515
- @property
516
- @pulumi.getter(name="externalManagedMigrationTestingPercentage")
517
- def external_managed_migration_testing_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
518
- """
519
- Determines the fraction of requests that should be processed by the Global external
520
- Application Load Balancer.
521
- The value of this field must be in the range [0, 100].
522
- Session affinity options will slightly affect this routing behavior, for more details,
523
- see: Session Affinity.
524
- This value can only be set if the loadBalancingScheme in the backend service is set to
525
- EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
526
- """
527
- return pulumi.get(self, "external_managed_migration_testing_percentage")
528
-
529
- @external_managed_migration_testing_percentage.setter
530
- def external_managed_migration_testing_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
531
- pulumi.set(self, "external_managed_migration_testing_percentage", value)
532
-
533
469
  @property
534
470
  @pulumi.getter(name="healthChecks")
535
471
  def health_checks(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -653,7 +589,7 @@ class BackendServiceArgs:
653
589
  to use for computing the weights are specified via the
654
590
  backends[].customMetrics fields.
655
591
  locality_lb_policy is applicable to either:
656
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
592
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
657
593
  and loadBalancingScheme set to INTERNAL_MANAGED.
658
594
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
659
595
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -772,11 +708,11 @@ class BackendServiceArgs:
772
708
  def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
773
709
  """
774
710
  The protocol this BackendService uses to communicate with backends.
775
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
776
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
777
- for more information. Must be set to GRPC when the backend service is referenced
778
- by a URL map that is bound to target gRPC proxy.
779
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
711
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
712
+ types and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,
713
+ the backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing
714
+ with TCP/UDP/L3_DEFAULT Forwarding Rule protocol.
715
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.
780
716
  """
781
717
  return pulumi.get(self, "protocol")
782
718
 
@@ -801,7 +737,7 @@ class BackendServiceArgs:
801
737
  def security_settings(self) -> Optional[pulumi.Input['BackendServiceSecuritySettingsArgs']]:
802
738
  """
803
739
  The security settings that apply to this backend service. This field is applicable to either
804
- a regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
740
+ a regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and
805
741
  load_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the
806
742
  load_balancing_scheme set to INTERNAL_SELF_MANAGED.
807
743
  Structure is documented below.
@@ -898,8 +834,6 @@ class _BackendServiceState:
898
834
  description: Optional[pulumi.Input[builtins.str]] = None,
899
835
  edge_security_policy: Optional[pulumi.Input[builtins.str]] = None,
900
836
  enable_cdn: Optional[pulumi.Input[builtins.bool]] = None,
901
- external_managed_migration_state: Optional[pulumi.Input[builtins.str]] = None,
902
- external_managed_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
903
837
  fingerprint: Optional[pulumi.Input[builtins.str]] = None,
904
838
  generated_id: Optional[pulumi.Input[builtins.int]] = None,
905
839
  health_checks: Optional[pulumi.Input[builtins.str]] = None,
@@ -960,24 +894,6 @@ class _BackendServiceState:
960
894
  :param pulumi.Input[builtins.str] description: An optional description of this resource.
961
895
  :param pulumi.Input[builtins.str] edge_security_policy: The resource URL for the edge security policy associated with this backend service.
962
896
  :param pulumi.Input[builtins.bool] enable_cdn: If true, enable Cloud CDN for this BackendService.
963
- :param pulumi.Input[builtins.str] external_managed_migration_state: Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and
964
- TEST_ALL_TRAFFIC.
965
- To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
966
- PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
967
- changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
968
- traffic by percentage using externalManagedMigrationTestingPercentage.
969
- Rolling back a migration requires the states to be set in reverse order. So changing the
970
- scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
971
- the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
972
- back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
973
- Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
974
- :param pulumi.Input[builtins.float] external_managed_migration_testing_percentage: Determines the fraction of requests that should be processed by the Global external
975
- Application Load Balancer.
976
- The value of this field must be in the range [0, 100].
977
- Session affinity options will slightly affect this routing behavior, for more details,
978
- see: Session Affinity.
979
- This value can only be set if the loadBalancingScheme in the backend service is set to
980
- EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
981
897
  :param pulumi.Input[builtins.str] fingerprint: Fingerprint of this resource. A hash of the contents stored in this
982
898
  object. This field is used in optimistic locking.
983
899
  :param pulumi.Input[builtins.int] generated_id: The unique identifier for the resource. This identifier is defined by the server.
@@ -1045,7 +961,7 @@ class _BackendServiceState:
1045
961
  to use for computing the weights are specified via the
1046
962
  backends[].customMetrics fields.
1047
963
  locality_lb_policy is applicable to either:
1048
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
964
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
1049
965
  and loadBalancingScheme set to INTERNAL_MANAGED.
1050
966
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
1051
967
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -1087,14 +1003,14 @@ class _BackendServiceState:
1087
1003
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
1088
1004
  If it is not provided, the provider project is used.
1089
1005
  :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
1090
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
1091
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
1092
- for more information. Must be set to GRPC when the backend service is referenced
1093
- by a URL map that is bound to target gRPC proxy.
1094
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
1006
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
1007
+ types and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,
1008
+ the backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing
1009
+ with TCP/UDP/L3_DEFAULT Forwarding Rule protocol.
1010
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.
1095
1011
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
1096
1012
  :param pulumi.Input['BackendServiceSecuritySettingsArgs'] security_settings: The security settings that apply to this backend service. This field is applicable to either
1097
- a regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
1013
+ a regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and
1098
1014
  load_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the
1099
1015
  load_balancing_scheme set to INTERNAL_SELF_MANAGED.
1100
1016
  Structure is documented below.
@@ -1141,10 +1057,6 @@ class _BackendServiceState:
1141
1057
  pulumi.set(__self__, "edge_security_policy", edge_security_policy)
1142
1058
  if enable_cdn is not None:
1143
1059
  pulumi.set(__self__, "enable_cdn", enable_cdn)
1144
- if external_managed_migration_state is not None:
1145
- pulumi.set(__self__, "external_managed_migration_state", external_managed_migration_state)
1146
- if external_managed_migration_testing_percentage is not None:
1147
- pulumi.set(__self__, "external_managed_migration_testing_percentage", external_managed_migration_testing_percentage)
1148
1060
  if fingerprint is not None:
1149
1061
  pulumi.set(__self__, "fingerprint", fingerprint)
1150
1062
  if generated_id is not None:
@@ -1381,46 +1293,6 @@ class _BackendServiceState:
1381
1293
  def enable_cdn(self, value: Optional[pulumi.Input[builtins.bool]]):
1382
1294
  pulumi.set(self, "enable_cdn", value)
1383
1295
 
1384
- @property
1385
- @pulumi.getter(name="externalManagedMigrationState")
1386
- def external_managed_migration_state(self) -> Optional[pulumi.Input[builtins.str]]:
1387
- """
1388
- Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and
1389
- TEST_ALL_TRAFFIC.
1390
- To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
1391
- PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
1392
- changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
1393
- traffic by percentage using externalManagedMigrationTestingPercentage.
1394
- Rolling back a migration requires the states to be set in reverse order. So changing the
1395
- scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
1396
- the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
1397
- back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
1398
- Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
1399
- """
1400
- return pulumi.get(self, "external_managed_migration_state")
1401
-
1402
- @external_managed_migration_state.setter
1403
- def external_managed_migration_state(self, value: Optional[pulumi.Input[builtins.str]]):
1404
- pulumi.set(self, "external_managed_migration_state", value)
1405
-
1406
- @property
1407
- @pulumi.getter(name="externalManagedMigrationTestingPercentage")
1408
- def external_managed_migration_testing_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
1409
- """
1410
- Determines the fraction of requests that should be processed by the Global external
1411
- Application Load Balancer.
1412
- The value of this field must be in the range [0, 100].
1413
- Session affinity options will slightly affect this routing behavior, for more details,
1414
- see: Session Affinity.
1415
- This value can only be set if the loadBalancingScheme in the backend service is set to
1416
- EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
1417
- """
1418
- return pulumi.get(self, "external_managed_migration_testing_percentage")
1419
-
1420
- @external_managed_migration_testing_percentage.setter
1421
- def external_managed_migration_testing_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
1422
- pulumi.set(self, "external_managed_migration_testing_percentage", value)
1423
-
1424
1296
  @property
1425
1297
  @pulumi.getter
1426
1298
  def fingerprint(self) -> Optional[pulumi.Input[builtins.str]]:
@@ -1569,7 +1441,7 @@ class _BackendServiceState:
1569
1441
  to use for computing the weights are specified via the
1570
1442
  backends[].customMetrics fields.
1571
1443
  locality_lb_policy is applicable to either:
1572
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
1444
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
1573
1445
  and loadBalancingScheme set to INTERNAL_MANAGED.
1574
1446
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
1575
1447
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -1688,11 +1560,11 @@ class _BackendServiceState:
1688
1560
  def protocol(self) -> Optional[pulumi.Input[builtins.str]]:
1689
1561
  """
1690
1562
  The protocol this BackendService uses to communicate with backends.
1691
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
1692
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
1693
- for more information. Must be set to GRPC when the backend service is referenced
1694
- by a URL map that is bound to target gRPC proxy.
1695
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
1563
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
1564
+ types and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,
1565
+ the backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing
1566
+ with TCP/UDP/L3_DEFAULT Forwarding Rule protocol.
1567
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.
1696
1568
  """
1697
1569
  return pulumi.get(self, "protocol")
1698
1570
 
@@ -1717,7 +1589,7 @@ class _BackendServiceState:
1717
1589
  def security_settings(self) -> Optional[pulumi.Input['BackendServiceSecuritySettingsArgs']]:
1718
1590
  """
1719
1591
  The security settings that apply to this backend service. This field is applicable to either
1720
- a regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
1592
+ a regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and
1721
1593
  load_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the
1722
1594
  load_balancing_scheme set to INTERNAL_SELF_MANAGED.
1723
1595
  Structure is documented below.
@@ -1828,8 +1700,6 @@ class BackendService(pulumi.CustomResource):
1828
1700
  description: Optional[pulumi.Input[builtins.str]] = None,
1829
1701
  edge_security_policy: Optional[pulumi.Input[builtins.str]] = None,
1830
1702
  enable_cdn: Optional[pulumi.Input[builtins.bool]] = None,
1831
- external_managed_migration_state: Optional[pulumi.Input[builtins.str]] = None,
1832
- external_managed_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
1833
1703
  health_checks: Optional[pulumi.Input[builtins.str]] = None,
1834
1704
  iap: Optional[pulumi.Input[Union['BackendServiceIapArgs', 'BackendServiceIapArgsDict']]] = None,
1835
1705
  ip_address_selection_policy: Optional[pulumi.Input[builtins.str]] = None,
@@ -2145,8 +2015,7 @@ class BackendService(pulumi.CustomResource):
2145
2015
  default = gcp.compute.BackendService("default",
2146
2016
  name="backend-service",
2147
2017
  health_checks=default_health_check.id,
2148
- load_balancing_scheme="EXTERNAL_MANAGED",
2149
- protocol="H2C")
2018
+ load_balancing_scheme="EXTERNAL_MANAGED")
2150
2019
  ```
2151
2020
  ### Backend Service Ip Address Selection Policy
2152
2021
 
@@ -2297,24 +2166,6 @@ class BackendService(pulumi.CustomResource):
2297
2166
  :param pulumi.Input[builtins.str] description: An optional description of this resource.
2298
2167
  :param pulumi.Input[builtins.str] edge_security_policy: The resource URL for the edge security policy associated with this backend service.
2299
2168
  :param pulumi.Input[builtins.bool] enable_cdn: If true, enable Cloud CDN for this BackendService.
2300
- :param pulumi.Input[builtins.str] external_managed_migration_state: Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and
2301
- TEST_ALL_TRAFFIC.
2302
- To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
2303
- PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
2304
- changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
2305
- traffic by percentage using externalManagedMigrationTestingPercentage.
2306
- Rolling back a migration requires the states to be set in reverse order. So changing the
2307
- scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
2308
- the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
2309
- back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
2310
- Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
2311
- :param pulumi.Input[builtins.float] external_managed_migration_testing_percentage: Determines the fraction of requests that should be processed by the Global external
2312
- Application Load Balancer.
2313
- The value of this field must be in the range [0, 100].
2314
- Session affinity options will slightly affect this routing behavior, for more details,
2315
- see: Session Affinity.
2316
- This value can only be set if the loadBalancingScheme in the backend service is set to
2317
- EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
2318
2169
  :param pulumi.Input[builtins.str] health_checks: The set of URLs to the HttpHealthCheck or HttpsHealthCheck resource
2319
2170
  for health checking this BackendService. Currently at most one health
2320
2171
  check can be specified.
@@ -2379,7 +2230,7 @@ class BackendService(pulumi.CustomResource):
2379
2230
  to use for computing the weights are specified via the
2380
2231
  backends[].customMetrics fields.
2381
2232
  locality_lb_policy is applicable to either:
2382
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
2233
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
2383
2234
  and loadBalancingScheme set to INTERNAL_MANAGED.
2384
2235
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
2385
2236
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -2421,14 +2272,14 @@ class BackendService(pulumi.CustomResource):
2421
2272
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
2422
2273
  If it is not provided, the provider project is used.
2423
2274
  :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
2424
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
2425
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
2426
- for more information. Must be set to GRPC when the backend service is referenced
2427
- by a URL map that is bound to target gRPC proxy.
2428
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
2275
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
2276
+ types and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,
2277
+ the backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing
2278
+ with TCP/UDP/L3_DEFAULT Forwarding Rule protocol.
2279
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.
2429
2280
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
2430
2281
  :param pulumi.Input[Union['BackendServiceSecuritySettingsArgs', 'BackendServiceSecuritySettingsArgsDict']] security_settings: The security settings that apply to this backend service. This field is applicable to either
2431
- a regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
2282
+ a regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and
2432
2283
  load_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the
2433
2284
  load_balancing_scheme set to INTERNAL_SELF_MANAGED.
2434
2285
  Structure is documented below.
@@ -2746,8 +2597,7 @@ class BackendService(pulumi.CustomResource):
2746
2597
  default = gcp.compute.BackendService("default",
2747
2598
  name="backend-service",
2748
2599
  health_checks=default_health_check.id,
2749
- load_balancing_scheme="EXTERNAL_MANAGED",
2750
- protocol="H2C")
2600
+ load_balancing_scheme="EXTERNAL_MANAGED")
2751
2601
  ```
2752
2602
  ### Backend Service Ip Address Selection Policy
2753
2603
 
@@ -2890,8 +2740,6 @@ class BackendService(pulumi.CustomResource):
2890
2740
  description: Optional[pulumi.Input[builtins.str]] = None,
2891
2741
  edge_security_policy: Optional[pulumi.Input[builtins.str]] = None,
2892
2742
  enable_cdn: Optional[pulumi.Input[builtins.bool]] = None,
2893
- external_managed_migration_state: Optional[pulumi.Input[builtins.str]] = None,
2894
- external_managed_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
2895
2743
  health_checks: Optional[pulumi.Input[builtins.str]] = None,
2896
2744
  iap: Optional[pulumi.Input[Union['BackendServiceIapArgs', 'BackendServiceIapArgsDict']]] = None,
2897
2745
  ip_address_selection_policy: Optional[pulumi.Input[builtins.str]] = None,
@@ -2934,8 +2782,6 @@ class BackendService(pulumi.CustomResource):
2934
2782
  __props__.__dict__["description"] = description
2935
2783
  __props__.__dict__["edge_security_policy"] = edge_security_policy
2936
2784
  __props__.__dict__["enable_cdn"] = enable_cdn
2937
- __props__.__dict__["external_managed_migration_state"] = external_managed_migration_state
2938
- __props__.__dict__["external_managed_migration_testing_percentage"] = external_managed_migration_testing_percentage
2939
2785
  __props__.__dict__["health_checks"] = health_checks
2940
2786
  __props__.__dict__["iap"] = iap
2941
2787
  __props__.__dict__["ip_address_selection_policy"] = ip_address_selection_policy
@@ -2984,8 +2830,6 @@ class BackendService(pulumi.CustomResource):
2984
2830
  description: Optional[pulumi.Input[builtins.str]] = None,
2985
2831
  edge_security_policy: Optional[pulumi.Input[builtins.str]] = None,
2986
2832
  enable_cdn: Optional[pulumi.Input[builtins.bool]] = None,
2987
- external_managed_migration_state: Optional[pulumi.Input[builtins.str]] = None,
2988
- external_managed_migration_testing_percentage: Optional[pulumi.Input[builtins.float]] = None,
2989
2833
  fingerprint: Optional[pulumi.Input[builtins.str]] = None,
2990
2834
  generated_id: Optional[pulumi.Input[builtins.int]] = None,
2991
2835
  health_checks: Optional[pulumi.Input[builtins.str]] = None,
@@ -3051,24 +2895,6 @@ class BackendService(pulumi.CustomResource):
3051
2895
  :param pulumi.Input[builtins.str] description: An optional description of this resource.
3052
2896
  :param pulumi.Input[builtins.str] edge_security_policy: The resource URL for the edge security policy associated with this backend service.
3053
2897
  :param pulumi.Input[builtins.bool] enable_cdn: If true, enable Cloud CDN for this BackendService.
3054
- :param pulumi.Input[builtins.str] external_managed_migration_state: Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and
3055
- TEST_ALL_TRAFFIC.
3056
- To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
3057
- PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
3058
- changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
3059
- traffic by percentage using externalManagedMigrationTestingPercentage.
3060
- Rolling back a migration requires the states to be set in reverse order. So changing the
3061
- scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
3062
- the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
3063
- back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
3064
- Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
3065
- :param pulumi.Input[builtins.float] external_managed_migration_testing_percentage: Determines the fraction of requests that should be processed by the Global external
3066
- Application Load Balancer.
3067
- The value of this field must be in the range [0, 100].
3068
- Session affinity options will slightly affect this routing behavior, for more details,
3069
- see: Session Affinity.
3070
- This value can only be set if the loadBalancingScheme in the backend service is set to
3071
- EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
3072
2898
  :param pulumi.Input[builtins.str] fingerprint: Fingerprint of this resource. A hash of the contents stored in this
3073
2899
  object. This field is used in optimistic locking.
3074
2900
  :param pulumi.Input[builtins.int] generated_id: The unique identifier for the resource. This identifier is defined by the server.
@@ -3136,7 +2962,7 @@ class BackendService(pulumi.CustomResource):
3136
2962
  to use for computing the weights are specified via the
3137
2963
  backends[].customMetrics fields.
3138
2964
  locality_lb_policy is applicable to either:
3139
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
2965
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
3140
2966
  and loadBalancingScheme set to INTERNAL_MANAGED.
3141
2967
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
3142
2968
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -3178,14 +3004,14 @@ class BackendService(pulumi.CustomResource):
3178
3004
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
3179
3005
  If it is not provided, the provider project is used.
3180
3006
  :param pulumi.Input[builtins.str] protocol: The protocol this BackendService uses to communicate with backends.
3181
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
3182
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
3183
- for more information. Must be set to GRPC when the backend service is referenced
3184
- by a URL map that is bound to target gRPC proxy.
3185
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
3007
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
3008
+ types and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,
3009
+ the backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing
3010
+ with TCP/UDP/L3_DEFAULT Forwarding Rule protocol.
3011
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.
3186
3012
  :param pulumi.Input[builtins.str] security_policy: The security policy associated with this backend service.
3187
3013
  :param pulumi.Input[Union['BackendServiceSecuritySettingsArgs', 'BackendServiceSecuritySettingsArgsDict']] security_settings: The security settings that apply to this backend service. This field is applicable to either
3188
- a regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
3014
+ a regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and
3189
3015
  load_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the
3190
3016
  load_balancing_scheme set to INTERNAL_SELF_MANAGED.
3191
3017
  Structure is documented below.
@@ -3222,8 +3048,6 @@ class BackendService(pulumi.CustomResource):
3222
3048
  __props__.__dict__["description"] = description
3223
3049
  __props__.__dict__["edge_security_policy"] = edge_security_policy
3224
3050
  __props__.__dict__["enable_cdn"] = enable_cdn
3225
- __props__.__dict__["external_managed_migration_state"] = external_managed_migration_state
3226
- __props__.__dict__["external_managed_migration_testing_percentage"] = external_managed_migration_testing_percentage
3227
3051
  __props__.__dict__["fingerprint"] = fingerprint
3228
3052
  __props__.__dict__["generated_id"] = generated_id
3229
3053
  __props__.__dict__["health_checks"] = health_checks
@@ -3382,38 +3206,6 @@ class BackendService(pulumi.CustomResource):
3382
3206
  """
3383
3207
  return pulumi.get(self, "enable_cdn")
3384
3208
 
3385
- @property
3386
- @pulumi.getter(name="externalManagedMigrationState")
3387
- def external_managed_migration_state(self) -> pulumi.Output[Optional[builtins.str]]:
3388
- """
3389
- Specifies the canary migration state. Possible values are PREPARE, TEST_BY_PERCENTAGE, and
3390
- TEST_ALL_TRAFFIC.
3391
- To begin the migration from EXTERNAL to EXTERNAL_MANAGED, the state must be changed to
3392
- PREPARE. The state must be changed to TEST_ALL_TRAFFIC before the loadBalancingScheme can be
3393
- changed to EXTERNAL_MANAGED. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate
3394
- traffic by percentage using externalManagedMigrationTestingPercentage.
3395
- Rolling back a migration requires the states to be set in reverse order. So changing the
3396
- scheme from EXTERNAL_MANAGED to EXTERNAL requires the state to be set to TEST_ALL_TRAFFIC at
3397
- the same time. Optionally, the TEST_BY_PERCENTAGE state can be used to migrate some traffic
3398
- back to EXTERNAL or PREPARE can be used to migrate all traffic back to EXTERNAL.
3399
- Possible values are: `PREPARE`, `TEST_BY_PERCENTAGE`, `TEST_ALL_TRAFFIC`.
3400
- """
3401
- return pulumi.get(self, "external_managed_migration_state")
3402
-
3403
- @property
3404
- @pulumi.getter(name="externalManagedMigrationTestingPercentage")
3405
- def external_managed_migration_testing_percentage(self) -> pulumi.Output[Optional[builtins.float]]:
3406
- """
3407
- Determines the fraction of requests that should be processed by the Global external
3408
- Application Load Balancer.
3409
- The value of this field must be in the range [0, 100].
3410
- Session affinity options will slightly affect this routing behavior, for more details,
3411
- see: Session Affinity.
3412
- This value can only be set if the loadBalancingScheme in the backend service is set to
3413
- EXTERNAL (when using the Classic ALB) and the migration state is TEST_BY_PERCENTAGE.
3414
- """
3415
- return pulumi.get(self, "external_managed_migration_testing_percentage")
3416
-
3417
3209
  @property
3418
3210
  @pulumi.getter
3419
3211
  def fingerprint(self) -> pulumi.Output[builtins.str]:
@@ -3534,7 +3326,7 @@ class BackendService(pulumi.CustomResource):
3534
3326
  to use for computing the weights are specified via the
3535
3327
  backends[].customMetrics fields.
3536
3328
  locality_lb_policy is applicable to either:
3537
- * A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C,
3329
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
3538
3330
  and loadBalancingScheme set to INTERNAL_MANAGED.
3539
3331
  * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
3540
3332
  * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
@@ -3625,11 +3417,11 @@ class BackendService(pulumi.CustomResource):
3625
3417
  def protocol(self) -> pulumi.Output[builtins.str]:
3626
3418
  """
3627
3419
  The protocol this BackendService uses to communicate with backends.
3628
- The default is HTTP. Possible values are HTTP, HTTPS, HTTP2, H2C, TCP, SSL, UDP
3629
- or GRPC. Refer to the documentation for the load balancers or for Traffic Director
3630
- for more information. Must be set to GRPC when the backend service is referenced
3631
- by a URL map that is bound to target gRPC proxy.
3632
- Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `UDP`, `GRPC`, `UNSPECIFIED`, `H2C`.
3420
+ The default is HTTP. **NOTE**: HTTP2 is only valid for beta HTTP/2 load balancer
3421
+ types and may result in errors if used with the GA API. **NOTE**: With protocol “UNSPECIFIED”,
3422
+ the backend service can be used by Layer 4 Internal Load Balancing or Network Load Balancing
3423
+ with TCP/UDP/L3_DEFAULT Forwarding Rule protocol.
3424
+ Possible values are: `HTTP`, `HTTPS`, `HTTP2`, `TCP`, `SSL`, `GRPC`, `UNSPECIFIED`.
3633
3425
  """
3634
3426
  return pulumi.get(self, "protocol")
3635
3427
 
@@ -3646,7 +3438,7 @@ class BackendService(pulumi.CustomResource):
3646
3438
  def security_settings(self) -> pulumi.Output[Optional['outputs.BackendServiceSecuritySettings']]:
3647
3439
  """
3648
3440
  The security settings that apply to this backend service. This field is applicable to either
3649
- a regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and
3441
+ a regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and
3650
3442
  load_balancing_scheme set to INTERNAL_MANAGED; or a global backend service with the
3651
3443
  load_balancing_scheme set to INTERNAL_SELF_MANAGED.
3652
3444
  Structure is documented below.