pulumi-gcp 7.24.0a1715926460__py3-none-any.whl → 7.24.0a1716588893__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 (327) hide show
  1. pulumi_gcp/__init__.py +16 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  6. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  8. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  9. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  10. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  12. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  14. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  15. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  16. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  17. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  18. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  19. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  20. pulumi_gcp/bigquery/_inputs.py +16 -0
  21. pulumi_gcp/bigquery/connection.py +126 -0
  22. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  23. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  24. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  25. pulumi_gcp/bigquery/dataset_access.py +56 -0
  26. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  27. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  28. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  29. pulumi_gcp/bigquery/iam_binding.py +12 -12
  30. pulumi_gcp/bigquery/iam_member.py +12 -12
  31. pulumi_gcp/bigquery/iam_policy.py +12 -12
  32. pulumi_gcp/bigquery/outputs.py +16 -0
  33. pulumi_gcp/bigquery/routine.py +2 -2
  34. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  35. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  36. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  37. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  38. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  39. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  40. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  41. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  42. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  43. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  44. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  45. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  46. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  47. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  48. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  49. pulumi_gcp/billing/account_iam_binding.py +12 -12
  50. pulumi_gcp/billing/account_iam_member.py +12 -12
  51. pulumi_gcp/billing/account_iam_policy.py +12 -12
  52. pulumi_gcp/billing/project_info.py +4 -4
  53. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  54. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  55. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  56. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  57. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  58. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  59. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  60. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  61. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  62. pulumi_gcp/cloudasset/__init__.py +1 -0
  63. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  64. pulumi_gcp/cloudasset/outputs.py +184 -0
  65. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  66. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  67. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  68. pulumi_gcp/cloudfunctions/function.py +21 -0
  69. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  70. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  71. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  72. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  73. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  74. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  75. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  76. pulumi_gcp/cloudrun/iam_member.py +12 -12
  77. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  78. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  79. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  80. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  81. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  82. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  83. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  84. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  85. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  86. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  87. pulumi_gcp/compute/__init__.py +1 -0
  88. pulumi_gcp/compute/_inputs.py +681 -0
  89. pulumi_gcp/compute/backend_service.py +315 -0
  90. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  91. pulumi_gcp/compute/disk_iam_member.py +12 -12
  92. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  93. pulumi_gcp/compute/forwarding_rule.py +6 -6
  94. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  95. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  96. pulumi_gcp/compute/get_router_nat.py +11 -1
  97. pulumi_gcp/compute/get_snapshot.py +2 -0
  98. pulumi_gcp/compute/image_iam_binding.py +12 -12
  99. pulumi_gcp/compute/image_iam_member.py +12 -12
  100. pulumi_gcp/compute/image_iam_policy.py +12 -12
  101. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  102. pulumi_gcp/compute/instance_iam_member.py +12 -12
  103. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  104. pulumi_gcp/compute/interconnect.py +1683 -0
  105. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  106. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  107. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  108. pulumi_gcp/compute/outputs.py +701 -0
  109. pulumi_gcp/compute/region_backend_service.py +315 -0
  110. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  111. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  112. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  113. pulumi_gcp/compute/router_nat.py +68 -0
  114. pulumi_gcp/compute/router_peer.py +88 -0
  115. pulumi_gcp/compute/security_policy.py +49 -0
  116. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  117. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  118. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  119. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  120. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  121. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  122. pulumi_gcp/compute/target_instance.py +4 -4
  123. pulumi_gcp/compute/target_pool.py +21 -21
  124. pulumi_gcp/container/_inputs.py +14 -2
  125. pulumi_gcp/container/outputs.py +16 -4
  126. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  127. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  128. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  129. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  130. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  131. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  132. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  133. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  134. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  135. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  136. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  137. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  138. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  139. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  140. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  141. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  142. pulumi_gcp/dataloss/_inputs.py +420 -13
  143. pulumi_gcp/dataloss/outputs.py +439 -13
  144. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  145. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  146. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  147. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  148. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  149. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  150. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  151. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  152. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  153. pulumi_gcp/dataplex/task.py +16 -16
  154. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  155. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  156. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  157. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  158. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  159. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  160. pulumi_gcp/dataproc/_inputs.py +190 -46
  161. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  162. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  163. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  164. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  165. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  166. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  167. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  168. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  169. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  170. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  171. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  172. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  173. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  174. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  175. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  176. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  177. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  178. pulumi_gcp/dataproc/outputs.py +182 -46
  179. pulumi_gcp/datastream/_inputs.py +1789 -820
  180. pulumi_gcp/datastream/connection_profile.py +163 -3
  181. pulumi_gcp/datastream/outputs.py +864 -5
  182. pulumi_gcp/datastream/stream.py +174 -0
  183. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  184. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  185. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  186. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  187. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  188. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  189. pulumi_gcp/firestore/field.py +4 -4
  190. pulumi_gcp/folder/iam_audit_config.py +23 -23
  191. pulumi_gcp/folder/iam_member.py +16 -16
  192. pulumi_gcp/folder/iam_policy.py +16 -16
  193. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  194. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  195. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  196. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  197. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  198. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  199. pulumi_gcp/gkehub/membership_binding.py +6 -6
  200. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  201. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  202. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  203. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  204. pulumi_gcp/gkehub/namespace.py +4 -4
  205. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  206. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  207. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  208. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  209. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  210. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  211. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  212. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  213. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  214. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  215. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  216. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  217. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  218. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  219. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  220. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  221. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  222. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  223. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  224. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  225. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  226. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  227. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  228. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  229. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  230. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  231. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  232. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  233. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  234. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  235. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  236. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  237. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  238. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  239. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  240. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  241. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  242. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  243. pulumi_gcp/iap/web_iam_binding.py +12 -12
  244. pulumi_gcp/iap/web_iam_member.py +12 -12
  245. pulumi_gcp/iap/web_iam_policy.py +12 -12
  246. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  247. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  248. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  249. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  250. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  251. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  252. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  253. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  254. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  255. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  256. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  257. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  258. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  259. pulumi_gcp/netapp/storage_pool.py +7 -7
  260. pulumi_gcp/netapp/volume.py +4 -4
  261. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  262. pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
  263. pulumi_gcp/networkservices/__init__.py +1 -0
  264. pulumi_gcp/networkservices/_inputs.py +254 -0
  265. pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
  266. pulumi_gcp/networkservices/outputs.py +265 -0
  267. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  268. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  269. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  270. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  271. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  272. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  273. pulumi_gcp/organizations/_inputs.py +10 -0
  274. pulumi_gcp/organizations/iam_member.py +16 -16
  275. pulumi_gcp/organizations/iam_policy.py +16 -16
  276. pulumi_gcp/organizations/outputs.py +10 -0
  277. pulumi_gcp/orgpolicy/policy.py +2 -2
  278. pulumi_gcp/projects/iam_audit_config.py +23 -23
  279. pulumi_gcp/projects/iam_binding.py +23 -23
  280. pulumi_gcp/projects/iam_member.py +23 -23
  281. pulumi_gcp/projects/iam_policy.py +16 -16
  282. pulumi_gcp/projects/service.py +2 -43
  283. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  284. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  285. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  286. pulumi_gcp/pubsub/subscription.py +4 -4
  287. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  288. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  289. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  290. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  291. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  292. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  293. pulumi_gcp/pulumi-plugin.json +1 -1
  294. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  295. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  296. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  297. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  298. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  299. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  300. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  301. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  302. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  303. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  304. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  305. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  306. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  307. pulumi_gcp/spanner/database_iam_member.py +12 -12
  308. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  309. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  310. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  311. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  312. pulumi_gcp/storage/_inputs.py +12 -10
  313. pulumi_gcp/storage/bucket.py +44 -0
  314. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  315. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  316. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  317. pulumi_gcp/storage/outputs.py +12 -10
  318. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  319. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  320. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  321. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  322. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  323. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  324. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
  325. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +327 -324
  326. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
  327. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -89,6 +89,51 @@ class RegionBackendServiceArgs:
89
89
  Possible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.
90
90
  :param pulumi.Input[str] locality_lb_policy: The load balancing algorithm used within the scope of the locality.
91
91
  The possible values are:
92
+ * `ROUND_ROBIN`: This is a simple policy in which each healthy backend
93
+ is selected in round robin order.
94
+ * `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
95
+ hosts and picks the host which has fewer active requests.
96
+ * `RING_HASH`: The ring/modulo hash load balancer implements consistent
97
+ hashing to backends. The algorithm has the property that the
98
+ addition/removal of a host from a set of N hosts only affects
99
+ 1/N of the requests.
100
+ * `RANDOM`: The load balancer selects a random healthy host.
101
+ * `ORIGINAL_DESTINATION`: Backend host is selected based on the client
102
+ connection metadata, i.e., connections are opened
103
+ to the same address as the destination address of
104
+ the incoming connection before the connection
105
+ was redirected to the load balancer.
106
+ * `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
107
+ Maglev is not as stable as ring hash but has faster table lookup
108
+ build times and host selection times. For more information about
109
+ Maglev, refer to https://ai.google/research/pubs/pub44824
110
+ * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
111
+ reported weights. If set, the Backend Service must
112
+ configure a non legacy HTTP-based Health Check, and
113
+ health check replies are expected to contain
114
+ non-standard HTTP response header field
115
+ X-Load-Balancing-Endpoint-Weight to specify the
116
+ per-instance weights. If set, Load Balancing is weight
117
+ based on the per-instance weights reported in the last
118
+ processed health check replies, as long as every
119
+ instance either reported a valid weight or had
120
+ UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
121
+ equal-weight.
122
+
123
+ This field is applicable to either:
124
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
125
+ and loadBalancingScheme set to INTERNAL_MANAGED.
126
+ * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
127
+ * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
128
+ Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
129
+ Network Load Balancing. The default is MAGLEV.
130
+
131
+ If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
132
+ or RING_HASH, session affinity settings will not take effect.
133
+ Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
134
+ by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
135
+ field set to true.
136
+ Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`, `WEIGHTED_MAGLEV`.
92
137
  :param pulumi.Input['RegionBackendServiceLogConfigArgs'] log_config: This field denotes the logging options for the load balancer traffic served by this backend service.
93
138
  If logging is enabled, logs will be exported to Stackdriver.
94
139
  Structure is documented below.
@@ -377,6 +422,51 @@ class RegionBackendServiceArgs:
377
422
  """
378
423
  The load balancing algorithm used within the scope of the locality.
379
424
  The possible values are:
425
+ * `ROUND_ROBIN`: This is a simple policy in which each healthy backend
426
+ is selected in round robin order.
427
+ * `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
428
+ hosts and picks the host which has fewer active requests.
429
+ * `RING_HASH`: The ring/modulo hash load balancer implements consistent
430
+ hashing to backends. The algorithm has the property that the
431
+ addition/removal of a host from a set of N hosts only affects
432
+ 1/N of the requests.
433
+ * `RANDOM`: The load balancer selects a random healthy host.
434
+ * `ORIGINAL_DESTINATION`: Backend host is selected based on the client
435
+ connection metadata, i.e., connections are opened
436
+ to the same address as the destination address of
437
+ the incoming connection before the connection
438
+ was redirected to the load balancer.
439
+ * `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
440
+ Maglev is not as stable as ring hash but has faster table lookup
441
+ build times and host selection times. For more information about
442
+ Maglev, refer to https://ai.google/research/pubs/pub44824
443
+ * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
444
+ reported weights. If set, the Backend Service must
445
+ configure a non legacy HTTP-based Health Check, and
446
+ health check replies are expected to contain
447
+ non-standard HTTP response header field
448
+ X-Load-Balancing-Endpoint-Weight to specify the
449
+ per-instance weights. If set, Load Balancing is weight
450
+ based on the per-instance weights reported in the last
451
+ processed health check replies, as long as every
452
+ instance either reported a valid weight or had
453
+ UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
454
+ equal-weight.
455
+
456
+ This field is applicable to either:
457
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
458
+ and loadBalancingScheme set to INTERNAL_MANAGED.
459
+ * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
460
+ * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
461
+ Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
462
+ Network Load Balancing. The default is MAGLEV.
463
+
464
+ If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
465
+ or RING_HASH, session affinity settings will not take effect.
466
+ Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
467
+ by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
468
+ field set to true.
469
+ Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`, `WEIGHTED_MAGLEV`.
380
470
  """
381
471
  return pulumi.get(self, "locality_lb_policy")
382
472
 
@@ -643,6 +733,51 @@ class _RegionBackendServiceState:
643
733
  Possible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.
644
734
  :param pulumi.Input[str] locality_lb_policy: The load balancing algorithm used within the scope of the locality.
645
735
  The possible values are:
736
+ * `ROUND_ROBIN`: This is a simple policy in which each healthy backend
737
+ is selected in round robin order.
738
+ * `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
739
+ hosts and picks the host which has fewer active requests.
740
+ * `RING_HASH`: The ring/modulo hash load balancer implements consistent
741
+ hashing to backends. The algorithm has the property that the
742
+ addition/removal of a host from a set of N hosts only affects
743
+ 1/N of the requests.
744
+ * `RANDOM`: The load balancer selects a random healthy host.
745
+ * `ORIGINAL_DESTINATION`: Backend host is selected based on the client
746
+ connection metadata, i.e., connections are opened
747
+ to the same address as the destination address of
748
+ the incoming connection before the connection
749
+ was redirected to the load balancer.
750
+ * `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
751
+ Maglev is not as stable as ring hash but has faster table lookup
752
+ build times and host selection times. For more information about
753
+ Maglev, refer to https://ai.google/research/pubs/pub44824
754
+ * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
755
+ reported weights. If set, the Backend Service must
756
+ configure a non legacy HTTP-based Health Check, and
757
+ health check replies are expected to contain
758
+ non-standard HTTP response header field
759
+ X-Load-Balancing-Endpoint-Weight to specify the
760
+ per-instance weights. If set, Load Balancing is weight
761
+ based on the per-instance weights reported in the last
762
+ processed health check replies, as long as every
763
+ instance either reported a valid weight or had
764
+ UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
765
+ equal-weight.
766
+
767
+ This field is applicable to either:
768
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
769
+ and loadBalancingScheme set to INTERNAL_MANAGED.
770
+ * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
771
+ * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
772
+ Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
773
+ Network Load Balancing. The default is MAGLEV.
774
+
775
+ If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
776
+ or RING_HASH, session affinity settings will not take effect.
777
+ Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
778
+ by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
779
+ field set to true.
780
+ Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`, `WEIGHTED_MAGLEV`.
646
781
  :param pulumi.Input['RegionBackendServiceLogConfigArgs'] log_config: This field denotes the logging options for the load balancer traffic served by this backend service.
647
782
  If logging is enabled, logs will be exported to Stackdriver.
648
783
  Structure is documented below.
@@ -977,6 +1112,51 @@ class _RegionBackendServiceState:
977
1112
  """
978
1113
  The load balancing algorithm used within the scope of the locality.
979
1114
  The possible values are:
1115
+ * `ROUND_ROBIN`: This is a simple policy in which each healthy backend
1116
+ is selected in round robin order.
1117
+ * `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
1118
+ hosts and picks the host which has fewer active requests.
1119
+ * `RING_HASH`: The ring/modulo hash load balancer implements consistent
1120
+ hashing to backends. The algorithm has the property that the
1121
+ addition/removal of a host from a set of N hosts only affects
1122
+ 1/N of the requests.
1123
+ * `RANDOM`: The load balancer selects a random healthy host.
1124
+ * `ORIGINAL_DESTINATION`: Backend host is selected based on the client
1125
+ connection metadata, i.e., connections are opened
1126
+ to the same address as the destination address of
1127
+ the incoming connection before the connection
1128
+ was redirected to the load balancer.
1129
+ * `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
1130
+ Maglev is not as stable as ring hash but has faster table lookup
1131
+ build times and host selection times. For more information about
1132
+ Maglev, refer to https://ai.google/research/pubs/pub44824
1133
+ * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
1134
+ reported weights. If set, the Backend Service must
1135
+ configure a non legacy HTTP-based Health Check, and
1136
+ health check replies are expected to contain
1137
+ non-standard HTTP response header field
1138
+ X-Load-Balancing-Endpoint-Weight to specify the
1139
+ per-instance weights. If set, Load Balancing is weight
1140
+ based on the per-instance weights reported in the last
1141
+ processed health check replies, as long as every
1142
+ instance either reported a valid weight or had
1143
+ UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
1144
+ equal-weight.
1145
+
1146
+ This field is applicable to either:
1147
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
1148
+ and loadBalancingScheme set to INTERNAL_MANAGED.
1149
+ * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
1150
+ * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
1151
+ Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
1152
+ Network Load Balancing. The default is MAGLEV.
1153
+
1154
+ If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
1155
+ or RING_HASH, session affinity settings will not take effect.
1156
+ Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
1157
+ by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
1158
+ field set to true.
1159
+ Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`, `WEIGHTED_MAGLEV`.
980
1160
  """
981
1161
  return pulumi.get(self, "locality_lb_policy")
982
1162
 
@@ -1538,6 +1718,51 @@ class RegionBackendService(pulumi.CustomResource):
1538
1718
  Possible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.
1539
1719
  :param pulumi.Input[str] locality_lb_policy: The load balancing algorithm used within the scope of the locality.
1540
1720
  The possible values are:
1721
+ * `ROUND_ROBIN`: This is a simple policy in which each healthy backend
1722
+ is selected in round robin order.
1723
+ * `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
1724
+ hosts and picks the host which has fewer active requests.
1725
+ * `RING_HASH`: The ring/modulo hash load balancer implements consistent
1726
+ hashing to backends. The algorithm has the property that the
1727
+ addition/removal of a host from a set of N hosts only affects
1728
+ 1/N of the requests.
1729
+ * `RANDOM`: The load balancer selects a random healthy host.
1730
+ * `ORIGINAL_DESTINATION`: Backend host is selected based on the client
1731
+ connection metadata, i.e., connections are opened
1732
+ to the same address as the destination address of
1733
+ the incoming connection before the connection
1734
+ was redirected to the load balancer.
1735
+ * `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
1736
+ Maglev is not as stable as ring hash but has faster table lookup
1737
+ build times and host selection times. For more information about
1738
+ Maglev, refer to https://ai.google/research/pubs/pub44824
1739
+ * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
1740
+ reported weights. If set, the Backend Service must
1741
+ configure a non legacy HTTP-based Health Check, and
1742
+ health check replies are expected to contain
1743
+ non-standard HTTP response header field
1744
+ X-Load-Balancing-Endpoint-Weight to specify the
1745
+ per-instance weights. If set, Load Balancing is weight
1746
+ based on the per-instance weights reported in the last
1747
+ processed health check replies, as long as every
1748
+ instance either reported a valid weight or had
1749
+ UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
1750
+ equal-weight.
1751
+
1752
+ This field is applicable to either:
1753
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
1754
+ and loadBalancingScheme set to INTERNAL_MANAGED.
1755
+ * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
1756
+ * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
1757
+ Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
1758
+ Network Load Balancing. The default is MAGLEV.
1759
+
1760
+ If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
1761
+ or RING_HASH, session affinity settings will not take effect.
1762
+ Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
1763
+ by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
1764
+ field set to true.
1765
+ Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`, `WEIGHTED_MAGLEV`.
1541
1766
  :param pulumi.Input[pulumi.InputType['RegionBackendServiceLogConfigArgs']] log_config: This field denotes the logging options for the load balancer traffic served by this backend service.
1542
1767
  If logging is enabled, logs will be exported to Stackdriver.
1543
1768
  Structure is documented below.
@@ -2051,6 +2276,51 @@ class RegionBackendService(pulumi.CustomResource):
2051
2276
  Possible values are: `EXTERNAL`, `EXTERNAL_MANAGED`, `INTERNAL`, `INTERNAL_MANAGED`.
2052
2277
  :param pulumi.Input[str] locality_lb_policy: The load balancing algorithm used within the scope of the locality.
2053
2278
  The possible values are:
2279
+ * `ROUND_ROBIN`: This is a simple policy in which each healthy backend
2280
+ is selected in round robin order.
2281
+ * `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
2282
+ hosts and picks the host which has fewer active requests.
2283
+ * `RING_HASH`: The ring/modulo hash load balancer implements consistent
2284
+ hashing to backends. The algorithm has the property that the
2285
+ addition/removal of a host from a set of N hosts only affects
2286
+ 1/N of the requests.
2287
+ * `RANDOM`: The load balancer selects a random healthy host.
2288
+ * `ORIGINAL_DESTINATION`: Backend host is selected based on the client
2289
+ connection metadata, i.e., connections are opened
2290
+ to the same address as the destination address of
2291
+ the incoming connection before the connection
2292
+ was redirected to the load balancer.
2293
+ * `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
2294
+ Maglev is not as stable as ring hash but has faster table lookup
2295
+ build times and host selection times. For more information about
2296
+ Maglev, refer to https://ai.google/research/pubs/pub44824
2297
+ * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
2298
+ reported weights. If set, the Backend Service must
2299
+ configure a non legacy HTTP-based Health Check, and
2300
+ health check replies are expected to contain
2301
+ non-standard HTTP response header field
2302
+ X-Load-Balancing-Endpoint-Weight to specify the
2303
+ per-instance weights. If set, Load Balancing is weight
2304
+ based on the per-instance weights reported in the last
2305
+ processed health check replies, as long as every
2306
+ instance either reported a valid weight or had
2307
+ UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
2308
+ equal-weight.
2309
+
2310
+ This field is applicable to either:
2311
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
2312
+ and loadBalancingScheme set to INTERNAL_MANAGED.
2313
+ * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
2314
+ * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
2315
+ Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
2316
+ Network Load Balancing. The default is MAGLEV.
2317
+
2318
+ If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
2319
+ or RING_HASH, session affinity settings will not take effect.
2320
+ Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
2321
+ by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
2322
+ field set to true.
2323
+ Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`, `WEIGHTED_MAGLEV`.
2054
2324
  :param pulumi.Input[pulumi.InputType['RegionBackendServiceLogConfigArgs']] log_config: This field denotes the logging options for the load balancer traffic served by this backend service.
2055
2325
  If logging is enabled, logs will be exported to Stackdriver.
2056
2326
  Structure is documented below.
@@ -2296,6 +2566,51 @@ class RegionBackendService(pulumi.CustomResource):
2296
2566
  """
2297
2567
  The load balancing algorithm used within the scope of the locality.
2298
2568
  The possible values are:
2569
+ * `ROUND_ROBIN`: This is a simple policy in which each healthy backend
2570
+ is selected in round robin order.
2571
+ * `LEAST_REQUEST`: An O(1) algorithm which selects two random healthy
2572
+ hosts and picks the host which has fewer active requests.
2573
+ * `RING_HASH`: The ring/modulo hash load balancer implements consistent
2574
+ hashing to backends. The algorithm has the property that the
2575
+ addition/removal of a host from a set of N hosts only affects
2576
+ 1/N of the requests.
2577
+ * `RANDOM`: The load balancer selects a random healthy host.
2578
+ * `ORIGINAL_DESTINATION`: Backend host is selected based on the client
2579
+ connection metadata, i.e., connections are opened
2580
+ to the same address as the destination address of
2581
+ the incoming connection before the connection
2582
+ was redirected to the load balancer.
2583
+ * `MAGLEV`: used as a drop in replacement for the ring hash load balancer.
2584
+ Maglev is not as stable as ring hash but has faster table lookup
2585
+ build times and host selection times. For more information about
2586
+ Maglev, refer to https://ai.google/research/pubs/pub44824
2587
+ * `WEIGHTED_MAGLEV`: Per-instance weighted Load Balancing via health check
2588
+ reported weights. If set, the Backend Service must
2589
+ configure a non legacy HTTP-based Health Check, and
2590
+ health check replies are expected to contain
2591
+ non-standard HTTP response header field
2592
+ X-Load-Balancing-Endpoint-Weight to specify the
2593
+ per-instance weights. If set, Load Balancing is weight
2594
+ based on the per-instance weights reported in the last
2595
+ processed health check replies, as long as every
2596
+ instance either reported a valid weight or had
2597
+ UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
2598
+ equal-weight.
2599
+
2600
+ This field is applicable to either:
2601
+ * A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
2602
+ and loadBalancingScheme set to INTERNAL_MANAGED.
2603
+ * A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
2604
+ * A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
2605
+ Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
2606
+ Network Load Balancing. The default is MAGLEV.
2607
+
2608
+ If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
2609
+ or RING_HASH, session affinity settings will not take effect.
2610
+ Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
2611
+ by a URL map that is bound to target gRPC proxy that has validate_for_proxyless
2612
+ field set to true.
2613
+ Possible values are: `ROUND_ROBIN`, `LEAST_REQUEST`, `RING_HASH`, `RANDOM`, `ORIGINAL_DESTINATION`, `MAGLEV`, `WEIGHTED_MAGLEV`.
2299
2614
  """
2300
2615
  return pulumi.get(self, "locality_lb_policy")
2301
2616
 
@@ -298,7 +298,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
298
298
 
299
299
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
300
300
 
301
- ## google\\_compute\\_disk\\_iam\\_policy
301
+ ## compute.DiskIamPolicy
302
302
 
303
303
  ```python
304
304
  import pulumi
@@ -315,7 +315,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
315
315
  policy_data=admin.policy_data)
316
316
  ```
317
317
 
318
- ## google\\_compute\\_disk\\_iam\\_binding
318
+ ## compute.DiskIamBinding
319
319
 
320
320
  ```python
321
321
  import pulumi
@@ -329,7 +329,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
329
329
  members=["user:jane@example.com"])
330
330
  ```
331
331
 
332
- ## google\\_compute\\_disk\\_iam\\_member
332
+ ## compute.DiskIamMember
333
333
 
334
334
  ```python
335
335
  import pulumi
@@ -343,7 +343,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
343
343
  member="user:jane@example.com")
344
344
  ```
345
345
 
346
- ## google\\_compute\\_disk\\_iam\\_policy
346
+ ## compute.DiskIamPolicy
347
347
 
348
348
  ```python
349
349
  import pulumi
@@ -360,7 +360,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
360
360
  policy_data=admin.policy_data)
361
361
  ```
362
362
 
363
- ## google\\_compute\\_disk\\_iam\\_binding
363
+ ## compute.DiskIamBinding
364
364
 
365
365
  ```python
366
366
  import pulumi
@@ -374,7 +374,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
374
374
  members=["user:jane@example.com"])
375
375
  ```
376
376
 
377
- ## google\\_compute\\_disk\\_iam\\_member
377
+ ## compute.DiskIamMember
378
378
 
379
379
  ```python
380
380
  import pulumi
@@ -467,7 +467,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
467
467
 
468
468
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
469
469
 
470
- ## google\\_compute\\_disk\\_iam\\_policy
470
+ ## compute.DiskIamPolicy
471
471
 
472
472
  ```python
473
473
  import pulumi
@@ -484,7 +484,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
484
484
  policy_data=admin.policy_data)
485
485
  ```
486
486
 
487
- ## google\\_compute\\_disk\\_iam\\_binding
487
+ ## compute.DiskIamBinding
488
488
 
489
489
  ```python
490
490
  import pulumi
@@ -498,7 +498,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
498
498
  members=["user:jane@example.com"])
499
499
  ```
500
500
 
501
- ## google\\_compute\\_disk\\_iam\\_member
501
+ ## compute.DiskIamMember
502
502
 
503
503
  ```python
504
504
  import pulumi
@@ -512,7 +512,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
512
512
  member="user:jane@example.com")
513
513
  ```
514
514
 
515
- ## google\\_compute\\_disk\\_iam\\_policy
515
+ ## compute.DiskIamPolicy
516
516
 
517
517
  ```python
518
518
  import pulumi
@@ -529,7 +529,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
529
529
  policy_data=admin.policy_data)
530
530
  ```
531
531
 
532
- ## google\\_compute\\_disk\\_iam\\_binding
532
+ ## compute.DiskIamBinding
533
533
 
534
534
  ```python
535
535
  import pulumi
@@ -543,7 +543,7 @@ class RegionDiskIamBinding(pulumi.CustomResource):
543
543
  members=["user:jane@example.com"])
544
544
  ```
545
545
 
546
- ## google\\_compute\\_disk\\_iam\\_member
546
+ ## compute.DiskIamMember
547
547
 
548
548
  ```python
549
549
  import pulumi
@@ -298,7 +298,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
298
298
 
299
299
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
300
300
 
301
- ## google\\_compute\\_disk\\_iam\\_policy
301
+ ## compute.DiskIamPolicy
302
302
 
303
303
  ```python
304
304
  import pulumi
@@ -315,7 +315,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
315
315
  policy_data=admin.policy_data)
316
316
  ```
317
317
 
318
- ## google\\_compute\\_disk\\_iam\\_binding
318
+ ## compute.DiskIamBinding
319
319
 
320
320
  ```python
321
321
  import pulumi
@@ -329,7 +329,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
329
329
  members=["user:jane@example.com"])
330
330
  ```
331
331
 
332
- ## google\\_compute\\_disk\\_iam\\_member
332
+ ## compute.DiskIamMember
333
333
 
334
334
  ```python
335
335
  import pulumi
@@ -343,7 +343,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
343
343
  member="user:jane@example.com")
344
344
  ```
345
345
 
346
- ## google\\_compute\\_disk\\_iam\\_policy
346
+ ## compute.DiskIamPolicy
347
347
 
348
348
  ```python
349
349
  import pulumi
@@ -360,7 +360,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
360
360
  policy_data=admin.policy_data)
361
361
  ```
362
362
 
363
- ## google\\_compute\\_disk\\_iam\\_binding
363
+ ## compute.DiskIamBinding
364
364
 
365
365
  ```python
366
366
  import pulumi
@@ -374,7 +374,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
374
374
  members=["user:jane@example.com"])
375
375
  ```
376
376
 
377
- ## google\\_compute\\_disk\\_iam\\_member
377
+ ## compute.DiskIamMember
378
378
 
379
379
  ```python
380
380
  import pulumi
@@ -467,7 +467,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
467
467
 
468
468
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
469
469
 
470
- ## google\\_compute\\_disk\\_iam\\_policy
470
+ ## compute.DiskIamPolicy
471
471
 
472
472
  ```python
473
473
  import pulumi
@@ -484,7 +484,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
484
484
  policy_data=admin.policy_data)
485
485
  ```
486
486
 
487
- ## google\\_compute\\_disk\\_iam\\_binding
487
+ ## compute.DiskIamBinding
488
488
 
489
489
  ```python
490
490
  import pulumi
@@ -498,7 +498,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
498
498
  members=["user:jane@example.com"])
499
499
  ```
500
500
 
501
- ## google\\_compute\\_disk\\_iam\\_member
501
+ ## compute.DiskIamMember
502
502
 
503
503
  ```python
504
504
  import pulumi
@@ -512,7 +512,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
512
512
  member="user:jane@example.com")
513
513
  ```
514
514
 
515
- ## google\\_compute\\_disk\\_iam\\_policy
515
+ ## compute.DiskIamPolicy
516
516
 
517
517
  ```python
518
518
  import pulumi
@@ -529,7 +529,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
529
529
  policy_data=admin.policy_data)
530
530
  ```
531
531
 
532
- ## google\\_compute\\_disk\\_iam\\_binding
532
+ ## compute.DiskIamBinding
533
533
 
534
534
  ```python
535
535
  import pulumi
@@ -543,7 +543,7 @@ class RegionDiskIamMember(pulumi.CustomResource):
543
543
  members=["user:jane@example.com"])
544
544
  ```
545
545
 
546
- ## google\\_compute\\_disk\\_iam\\_member
546
+ ## compute.DiskIamMember
547
547
 
548
548
  ```python
549
549
  import pulumi
@@ -195,7 +195,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
195
195
 
196
196
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
197
197
 
198
- ## google\\_compute\\_disk\\_iam\\_policy
198
+ ## compute.DiskIamPolicy
199
199
 
200
200
  ```python
201
201
  import pulumi
@@ -212,7 +212,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
212
212
  policy_data=admin.policy_data)
213
213
  ```
214
214
 
215
- ## google\\_compute\\_disk\\_iam\\_binding
215
+ ## compute.DiskIamBinding
216
216
 
217
217
  ```python
218
218
  import pulumi
@@ -226,7 +226,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
226
226
  members=["user:jane@example.com"])
227
227
  ```
228
228
 
229
- ## google\\_compute\\_disk\\_iam\\_member
229
+ ## compute.DiskIamMember
230
230
 
231
231
  ```python
232
232
  import pulumi
@@ -240,7 +240,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
240
240
  member="user:jane@example.com")
241
241
  ```
242
242
 
243
- ## google\\_compute\\_disk\\_iam\\_policy
243
+ ## compute.DiskIamPolicy
244
244
 
245
245
  ```python
246
246
  import pulumi
@@ -257,7 +257,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
257
257
  policy_data=admin.policy_data)
258
258
  ```
259
259
 
260
- ## google\\_compute\\_disk\\_iam\\_binding
260
+ ## compute.DiskIamBinding
261
261
 
262
262
  ```python
263
263
  import pulumi
@@ -271,7 +271,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
271
271
  members=["user:jane@example.com"])
272
272
  ```
273
273
 
274
- ## google\\_compute\\_disk\\_iam\\_member
274
+ ## compute.DiskIamMember
275
275
 
276
276
  ```python
277
277
  import pulumi
@@ -352,7 +352,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
352
352
 
353
353
  > **Note:** `compute.DiskIamBinding` resources **can be** used in conjunction with `compute.DiskIamMember` resources **only if** they do not grant privilege to the same role.
354
354
 
355
- ## google\\_compute\\_disk\\_iam\\_policy
355
+ ## compute.DiskIamPolicy
356
356
 
357
357
  ```python
358
358
  import pulumi
@@ -369,7 +369,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
369
369
  policy_data=admin.policy_data)
370
370
  ```
371
371
 
372
- ## google\\_compute\\_disk\\_iam\\_binding
372
+ ## compute.DiskIamBinding
373
373
 
374
374
  ```python
375
375
  import pulumi
@@ -383,7 +383,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
383
383
  members=["user:jane@example.com"])
384
384
  ```
385
385
 
386
- ## google\\_compute\\_disk\\_iam\\_member
386
+ ## compute.DiskIamMember
387
387
 
388
388
  ```python
389
389
  import pulumi
@@ -397,7 +397,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
397
397
  member="user:jane@example.com")
398
398
  ```
399
399
 
400
- ## google\\_compute\\_disk\\_iam\\_policy
400
+ ## compute.DiskIamPolicy
401
401
 
402
402
  ```python
403
403
  import pulumi
@@ -414,7 +414,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
414
414
  policy_data=admin.policy_data)
415
415
  ```
416
416
 
417
- ## google\\_compute\\_disk\\_iam\\_binding
417
+ ## compute.DiskIamBinding
418
418
 
419
419
  ```python
420
420
  import pulumi
@@ -428,7 +428,7 @@ class RegionDiskIamPolicy(pulumi.CustomResource):
428
428
  members=["user:jane@example.com"])
429
429
  ```
430
430
 
431
- ## google\\_compute\\_disk\\_iam\\_member
431
+ ## compute.DiskIamMember
432
432
 
433
433
  ```python
434
434
  import pulumi