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
@@ -170,7 +170,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
170
170
 
171
171
  > **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
172
172
 
173
- ## google\\_compute\\_snapshot\\_iam\\_policy
173
+ ## compute.SnapshotIamPolicy
174
174
 
175
175
  ```python
176
176
  import pulumi
@@ -186,7 +186,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
186
186
  policy_data=admin.policy_data)
187
187
  ```
188
188
 
189
- ## google\\_compute\\_snapshot\\_iam\\_binding
189
+ ## compute.SnapshotIamBinding
190
190
 
191
191
  ```python
192
192
  import pulumi
@@ -199,7 +199,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
199
199
  members=["user:jane@example.com"])
200
200
  ```
201
201
 
202
- ## google\\_compute\\_snapshot\\_iam\\_member
202
+ ## compute.SnapshotIamMember
203
203
 
204
204
  ```python
205
205
  import pulumi
@@ -212,7 +212,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
212
212
  member="user:jane@example.com")
213
213
  ```
214
214
 
215
- ## google\\_compute\\_snapshot\\_iam\\_policy
215
+ ## compute.SnapshotIamPolicy
216
216
 
217
217
  ```python
218
218
  import pulumi
@@ -228,7 +228,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
228
228
  policy_data=admin.policy_data)
229
229
  ```
230
230
 
231
- ## google\\_compute\\_snapshot\\_iam\\_binding
231
+ ## compute.SnapshotIamBinding
232
232
 
233
233
  ```python
234
234
  import pulumi
@@ -241,7 +241,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
241
241
  members=["user:jane@example.com"])
242
242
  ```
243
243
 
244
- ## google\\_compute\\_snapshot\\_iam\\_member
244
+ ## compute.SnapshotIamMember
245
245
 
246
246
  ```python
247
247
  import pulumi
@@ -319,7 +319,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
319
319
 
320
320
  > **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
321
321
 
322
- ## google\\_compute\\_snapshot\\_iam\\_policy
322
+ ## compute.SnapshotIamPolicy
323
323
 
324
324
  ```python
325
325
  import pulumi
@@ -335,7 +335,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
335
335
  policy_data=admin.policy_data)
336
336
  ```
337
337
 
338
- ## google\\_compute\\_snapshot\\_iam\\_binding
338
+ ## compute.SnapshotIamBinding
339
339
 
340
340
  ```python
341
341
  import pulumi
@@ -348,7 +348,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
348
348
  members=["user:jane@example.com"])
349
349
  ```
350
350
 
351
- ## google\\_compute\\_snapshot\\_iam\\_member
351
+ ## compute.SnapshotIamMember
352
352
 
353
353
  ```python
354
354
  import pulumi
@@ -361,7 +361,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
361
361
  member="user:jane@example.com")
362
362
  ```
363
363
 
364
- ## google\\_compute\\_snapshot\\_iam\\_policy
364
+ ## compute.SnapshotIamPolicy
365
365
 
366
366
  ```python
367
367
  import pulumi
@@ -377,7 +377,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
377
377
  policy_data=admin.policy_data)
378
378
  ```
379
379
 
380
- ## google\\_compute\\_snapshot\\_iam\\_binding
380
+ ## compute.SnapshotIamBinding
381
381
 
382
382
  ```python
383
383
  import pulumi
@@ -390,7 +390,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
390
390
  members=["user:jane@example.com"])
391
391
  ```
392
392
 
393
- ## google\\_compute\\_snapshot\\_iam\\_member
393
+ ## compute.SnapshotIamMember
394
394
 
395
395
  ```python
396
396
  import pulumi
@@ -331,7 +331,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
331
331
 
332
332
  > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
333
333
 
334
- ## google\\_compute\\_subnetwork\\_iam\\_policy
334
+ ## compute.SubnetworkIAMPolicy
335
335
 
336
336
  ```python
337
337
  import pulumi
@@ -369,7 +369,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
369
369
  subnetwork=network_with_private_secondary_ip_ranges["name"],
370
370
  policy_data=admin.policy_data)
371
371
  ```
372
- ## google\\_compute\\_subnetwork\\_iam\\_binding
372
+ ## compute.SubnetworkIAMBinding
373
373
 
374
374
  ```python
375
375
  import pulumi
@@ -401,7 +401,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
401
401
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
402
402
  ))
403
403
  ```
404
- ## google\\_compute\\_subnetwork\\_iam\\_member
404
+ ## compute.SubnetworkIAMMember
405
405
 
406
406
  ```python
407
407
  import pulumi
@@ -434,7 +434,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
434
434
  ))
435
435
  ```
436
436
 
437
- ## google\\_compute\\_subnetwork\\_iam\\_policy
437
+ ## compute.SubnetworkIAMPolicy
438
438
 
439
439
  ```python
440
440
  import pulumi
@@ -472,7 +472,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
472
472
  subnetwork=network_with_private_secondary_ip_ranges["name"],
473
473
  policy_data=admin.policy_data)
474
474
  ```
475
- ## google\\_compute\\_subnetwork\\_iam\\_binding
475
+ ## compute.SubnetworkIAMBinding
476
476
 
477
477
  ```python
478
478
  import pulumi
@@ -504,7 +504,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
504
504
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
505
505
  ))
506
506
  ```
507
- ## google\\_compute\\_subnetwork\\_iam\\_member
507
+ ## compute.SubnetworkIAMMember
508
508
 
509
509
  ```python
510
510
  import pulumi
@@ -624,7 +624,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
624
624
 
625
625
  > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
626
626
 
627
- ## google\\_compute\\_subnetwork\\_iam\\_policy
627
+ ## compute.SubnetworkIAMPolicy
628
628
 
629
629
  ```python
630
630
  import pulumi
@@ -662,7 +662,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
662
662
  subnetwork=network_with_private_secondary_ip_ranges["name"],
663
663
  policy_data=admin.policy_data)
664
664
  ```
665
- ## google\\_compute\\_subnetwork\\_iam\\_binding
665
+ ## compute.SubnetworkIAMBinding
666
666
 
667
667
  ```python
668
668
  import pulumi
@@ -694,7 +694,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
694
694
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
695
695
  ))
696
696
  ```
697
- ## google\\_compute\\_subnetwork\\_iam\\_member
697
+ ## compute.SubnetworkIAMMember
698
698
 
699
699
  ```python
700
700
  import pulumi
@@ -727,7 +727,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
727
727
  ))
728
728
  ```
729
729
 
730
- ## google\\_compute\\_subnetwork\\_iam\\_policy
730
+ ## compute.SubnetworkIAMPolicy
731
731
 
732
732
  ```python
733
733
  import pulumi
@@ -765,7 +765,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
765
765
  subnetwork=network_with_private_secondary_ip_ranges["name"],
766
766
  policy_data=admin.policy_data)
767
767
  ```
768
- ## google\\_compute\\_subnetwork\\_iam\\_binding
768
+ ## compute.SubnetworkIAMBinding
769
769
 
770
770
  ```python
771
771
  import pulumi
@@ -797,7 +797,7 @@ class SubnetworkIAMBinding(pulumi.CustomResource):
797
797
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
798
798
  ))
799
799
  ```
800
- ## google\\_compute\\_subnetwork\\_iam\\_member
800
+ ## compute.SubnetworkIAMMember
801
801
 
802
802
  ```python
803
803
  import pulumi
@@ -331,7 +331,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
331
331
 
332
332
  > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
333
333
 
334
- ## google\\_compute\\_subnetwork\\_iam\\_policy
334
+ ## compute.SubnetworkIAMPolicy
335
335
 
336
336
  ```python
337
337
  import pulumi
@@ -369,7 +369,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
369
369
  subnetwork=network_with_private_secondary_ip_ranges["name"],
370
370
  policy_data=admin.policy_data)
371
371
  ```
372
- ## google\\_compute\\_subnetwork\\_iam\\_binding
372
+ ## compute.SubnetworkIAMBinding
373
373
 
374
374
  ```python
375
375
  import pulumi
@@ -401,7 +401,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
401
401
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
402
402
  ))
403
403
  ```
404
- ## google\\_compute\\_subnetwork\\_iam\\_member
404
+ ## compute.SubnetworkIAMMember
405
405
 
406
406
  ```python
407
407
  import pulumi
@@ -434,7 +434,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
434
434
  ))
435
435
  ```
436
436
 
437
- ## google\\_compute\\_subnetwork\\_iam\\_policy
437
+ ## compute.SubnetworkIAMPolicy
438
438
 
439
439
  ```python
440
440
  import pulumi
@@ -472,7 +472,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
472
472
  subnetwork=network_with_private_secondary_ip_ranges["name"],
473
473
  policy_data=admin.policy_data)
474
474
  ```
475
- ## google\\_compute\\_subnetwork\\_iam\\_binding
475
+ ## compute.SubnetworkIAMBinding
476
476
 
477
477
  ```python
478
478
  import pulumi
@@ -504,7 +504,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
504
504
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
505
505
  ))
506
506
  ```
507
- ## google\\_compute\\_subnetwork\\_iam\\_member
507
+ ## compute.SubnetworkIAMMember
508
508
 
509
509
  ```python
510
510
  import pulumi
@@ -624,7 +624,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
624
624
 
625
625
  > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
626
626
 
627
- ## google\\_compute\\_subnetwork\\_iam\\_policy
627
+ ## compute.SubnetworkIAMPolicy
628
628
 
629
629
  ```python
630
630
  import pulumi
@@ -662,7 +662,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
662
662
  subnetwork=network_with_private_secondary_ip_ranges["name"],
663
663
  policy_data=admin.policy_data)
664
664
  ```
665
- ## google\\_compute\\_subnetwork\\_iam\\_binding
665
+ ## compute.SubnetworkIAMBinding
666
666
 
667
667
  ```python
668
668
  import pulumi
@@ -694,7 +694,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
694
694
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
695
695
  ))
696
696
  ```
697
- ## google\\_compute\\_subnetwork\\_iam\\_member
697
+ ## compute.SubnetworkIAMMember
698
698
 
699
699
  ```python
700
700
  import pulumi
@@ -727,7 +727,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
727
727
  ))
728
728
  ```
729
729
 
730
- ## google\\_compute\\_subnetwork\\_iam\\_policy
730
+ ## compute.SubnetworkIAMPolicy
731
731
 
732
732
  ```python
733
733
  import pulumi
@@ -765,7 +765,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
765
765
  subnetwork=network_with_private_secondary_ip_ranges["name"],
766
766
  policy_data=admin.policy_data)
767
767
  ```
768
- ## google\\_compute\\_subnetwork\\_iam\\_binding
768
+ ## compute.SubnetworkIAMBinding
769
769
 
770
770
  ```python
771
771
  import pulumi
@@ -797,7 +797,7 @@ class SubnetworkIAMMember(pulumi.CustomResource):
797
797
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
798
798
  ))
799
799
  ```
800
- ## google\\_compute\\_subnetwork\\_iam\\_member
800
+ ## compute.SubnetworkIAMMember
801
801
 
802
802
  ```python
803
803
  import pulumi
@@ -216,7 +216,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
216
216
 
217
217
  > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
218
218
 
219
- ## google\\_compute\\_subnetwork\\_iam\\_policy
219
+ ## compute.SubnetworkIAMPolicy
220
220
 
221
221
  ```python
222
222
  import pulumi
@@ -254,7 +254,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
254
254
  subnetwork=network_with_private_secondary_ip_ranges["name"],
255
255
  policy_data=admin.policy_data)
256
256
  ```
257
- ## google\\_compute\\_subnetwork\\_iam\\_binding
257
+ ## compute.SubnetworkIAMBinding
258
258
 
259
259
  ```python
260
260
  import pulumi
@@ -286,7 +286,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
286
286
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
287
287
  ))
288
288
  ```
289
- ## google\\_compute\\_subnetwork\\_iam\\_member
289
+ ## compute.SubnetworkIAMMember
290
290
 
291
291
  ```python
292
292
  import pulumi
@@ -319,7 +319,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
319
319
  ))
320
320
  ```
321
321
 
322
- ## google\\_compute\\_subnetwork\\_iam\\_policy
322
+ ## compute.SubnetworkIAMPolicy
323
323
 
324
324
  ```python
325
325
  import pulumi
@@ -357,7 +357,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
357
357
  subnetwork=network_with_private_secondary_ip_ranges["name"],
358
358
  policy_data=admin.policy_data)
359
359
  ```
360
- ## google\\_compute\\_subnetwork\\_iam\\_binding
360
+ ## compute.SubnetworkIAMBinding
361
361
 
362
362
  ```python
363
363
  import pulumi
@@ -389,7 +389,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
389
389
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
390
390
  ))
391
391
  ```
392
- ## google\\_compute\\_subnetwork\\_iam\\_member
392
+ ## compute.SubnetworkIAMMember
393
393
 
394
394
  ```python
395
395
  import pulumi
@@ -495,7 +495,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
495
495
 
496
496
  > **Note:** This resource supports IAM Conditions but they have some known limitations which can be found [here](https://cloud.google.com/iam/docs/conditions-overview#limitations). Please review this article if you are having issues with IAM Conditions.
497
497
 
498
- ## google\\_compute\\_subnetwork\\_iam\\_policy
498
+ ## compute.SubnetworkIAMPolicy
499
499
 
500
500
  ```python
501
501
  import pulumi
@@ -533,7 +533,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
533
533
  subnetwork=network_with_private_secondary_ip_ranges["name"],
534
534
  policy_data=admin.policy_data)
535
535
  ```
536
- ## google\\_compute\\_subnetwork\\_iam\\_binding
536
+ ## compute.SubnetworkIAMBinding
537
537
 
538
538
  ```python
539
539
  import pulumi
@@ -565,7 +565,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
565
565
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
566
566
  ))
567
567
  ```
568
- ## google\\_compute\\_subnetwork\\_iam\\_member
568
+ ## compute.SubnetworkIAMMember
569
569
 
570
570
  ```python
571
571
  import pulumi
@@ -598,7 +598,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
598
598
  ))
599
599
  ```
600
600
 
601
- ## google\\_compute\\_subnetwork\\_iam\\_policy
601
+ ## compute.SubnetworkIAMPolicy
602
602
 
603
603
  ```python
604
604
  import pulumi
@@ -636,7 +636,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
636
636
  subnetwork=network_with_private_secondary_ip_ranges["name"],
637
637
  policy_data=admin.policy_data)
638
638
  ```
639
- ## google\\_compute\\_subnetwork\\_iam\\_binding
639
+ ## compute.SubnetworkIAMBinding
640
640
 
641
641
  ```python
642
642
  import pulumi
@@ -668,7 +668,7 @@ class SubnetworkIAMPolicy(pulumi.CustomResource):
668
668
  expression="request.time < timestamp(\\"2020-01-01T00:00:00Z\\")",
669
669
  ))
670
670
  ```
671
- ## google\\_compute\\_subnetwork\\_iam\\_member
671
+ ## compute.SubnetworkIAMMember
672
672
 
673
673
  ```python
674
674
  import pulumi
@@ -502,7 +502,7 @@ class TargetInstance(pulumi.CustomResource):
502
502
  ))
503
503
  policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
504
504
  region="southamerica-west1",
505
- name="tf-test-policyddos_88717",
505
+ name="tf-test-policyddos_85794",
506
506
  description="ddos protection security policy to set target instance",
507
507
  type="CLOUD_ARMOR_NETWORK",
508
508
  ddos_protection_config=gcp.compute.RegionSecurityPolicyDdosProtectionConfigArgs(
@@ -510,7 +510,7 @@ class TargetInstance(pulumi.CustomResource):
510
510
  ))
511
511
  edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
512
512
  region="southamerica-west1",
513
- name="tf-test-edgesec_85794",
513
+ name="tf-test-edgesec_21197",
514
514
  security_policy=policyddosprotection.self_link)
515
515
  regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
516
516
  name="region-secpolicy",
@@ -691,7 +691,7 @@ class TargetInstance(pulumi.CustomResource):
691
691
  ))
692
692
  policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
693
693
  region="southamerica-west1",
694
- name="tf-test-policyddos_88717",
694
+ name="tf-test-policyddos_85794",
695
695
  description="ddos protection security policy to set target instance",
696
696
  type="CLOUD_ARMOR_NETWORK",
697
697
  ddos_protection_config=gcp.compute.RegionSecurityPolicyDdosProtectionConfigArgs(
@@ -699,7 +699,7 @@ class TargetInstance(pulumi.CustomResource):
699
699
  ))
700
700
  edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
701
701
  region="southamerica-west1",
702
- name="tf-test-edgesec_85794",
702
+ name="tf-test-edgesec_21197",
703
703
  security_policy=policyddosprotection.self_link)
704
704
  regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
705
705
  name="region-secpolicy",
@@ -27,7 +27,7 @@ class TargetPoolArgs:
27
27
  """
28
28
  The set of arguments for constructing a TargetPool resource.
29
29
  :param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
30
- failover\\_ratio.
30
+ failover_ratio.
31
31
  :param pulumi.Input[str] description: Textual description field.
32
32
  :param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
33
33
  backup pool (which must also be set).
@@ -48,8 +48,8 @@ class TargetPoolArgs:
48
48
  region.
49
49
  :param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
50
50
  :param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
51
- affinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and
52
- "CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").
51
+ affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
52
+ "CLIENT_IP_PROTO" also includes the protocol (default "NONE").
53
53
  """
54
54
  if backup_pool is not None:
55
55
  pulumi.set(__self__, "backup_pool", backup_pool)
@@ -77,7 +77,7 @@ class TargetPoolArgs:
77
77
  def backup_pool(self) -> Optional[pulumi.Input[str]]:
78
78
  """
79
79
  URL to the backup target pool. Must also set
80
- failover\\_ratio.
80
+ failover_ratio.
81
81
  """
82
82
  return pulumi.get(self, "backup_pool")
83
83
 
@@ -197,8 +197,8 @@ class TargetPoolArgs:
197
197
  def session_affinity(self) -> Optional[pulumi.Input[str]]:
198
198
  """
199
199
  How to distribute load. Options are "NONE" (no
200
- affinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and
201
- "CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").
200
+ affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
201
+ "CLIENT_IP_PROTO" also includes the protocol (default "NONE").
202
202
  """
203
203
  return pulumi.get(self, "session_affinity")
204
204
 
@@ -224,7 +224,7 @@ class _TargetPoolState:
224
224
  """
225
225
  Input properties used for looking up and filtering TargetPool resources.
226
226
  :param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
227
- failover\\_ratio.
227
+ failover_ratio.
228
228
  :param pulumi.Input[str] description: Textual description field.
229
229
  :param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
230
230
  backup pool (which must also be set).
@@ -246,8 +246,8 @@ class _TargetPoolState:
246
246
  :param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
247
247
  :param pulumi.Input[str] self_link: The URI of the created resource.
248
248
  :param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
249
- affinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and
250
- "CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").
249
+ affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
250
+ "CLIENT_IP_PROTO" also includes the protocol (default "NONE").
251
251
  """
252
252
  if backup_pool is not None:
253
253
  pulumi.set(__self__, "backup_pool", backup_pool)
@@ -277,7 +277,7 @@ class _TargetPoolState:
277
277
  def backup_pool(self) -> Optional[pulumi.Input[str]]:
278
278
  """
279
279
  URL to the backup target pool. Must also set
280
- failover\\_ratio.
280
+ failover_ratio.
281
281
  """
282
282
  return pulumi.get(self, "backup_pool")
283
283
 
@@ -409,8 +409,8 @@ class _TargetPoolState:
409
409
  def session_affinity(self) -> Optional[pulumi.Input[str]]:
410
410
  """
411
411
  How to distribute load. Options are "NONE" (no
412
- affinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and
413
- "CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").
412
+ affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
413
+ "CLIENT_IP_PROTO" also includes the protocol (default "NONE").
414
414
  """
415
415
  return pulumi.get(self, "session_affinity")
416
416
 
@@ -495,7 +495,7 @@ class TargetPool(pulumi.CustomResource):
495
495
  :param str resource_name: The name of the resource.
496
496
  :param pulumi.ResourceOptions opts: Options for the resource.
497
497
  :param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
498
- failover\\_ratio.
498
+ failover_ratio.
499
499
  :param pulumi.Input[str] description: Textual description field.
500
500
  :param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
501
501
  backup pool (which must also be set).
@@ -516,8 +516,8 @@ class TargetPool(pulumi.CustomResource):
516
516
  region.
517
517
  :param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
518
518
  :param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
519
- affinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and
520
- "CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").
519
+ affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
520
+ "CLIENT_IP_PROTO" also includes the protocol (default "NONE").
521
521
  """
522
522
  ...
523
523
  @overload
@@ -656,7 +656,7 @@ class TargetPool(pulumi.CustomResource):
656
656
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
657
657
  :param pulumi.ResourceOptions opts: Options for the resource.
658
658
  :param pulumi.Input[str] backup_pool: URL to the backup target pool. Must also set
659
- failover\\_ratio.
659
+ failover_ratio.
660
660
  :param pulumi.Input[str] description: Textual description field.
661
661
  :param pulumi.Input[float] failover_ratio: Ratio (0 to 1) of failed nodes before using the
662
662
  backup pool (which must also be set).
@@ -678,8 +678,8 @@ class TargetPool(pulumi.CustomResource):
678
678
  :param pulumi.Input[str] security_policy: The resource URL for the security policy associated with this target pool.
679
679
  :param pulumi.Input[str] self_link: The URI of the created resource.
680
680
  :param pulumi.Input[str] session_affinity: How to distribute load. Options are "NONE" (no
681
- affinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and
682
- "CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").
681
+ affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
682
+ "CLIENT_IP_PROTO" also includes the protocol (default "NONE").
683
683
  """
684
684
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
685
685
 
@@ -703,7 +703,7 @@ class TargetPool(pulumi.CustomResource):
703
703
  def backup_pool(self) -> pulumi.Output[Optional[str]]:
704
704
  """
705
705
  URL to the backup target pool. Must also set
706
- failover\\_ratio.
706
+ failover_ratio.
707
707
  """
708
708
  return pulumi.get(self, "backup_pool")
709
709
 
@@ -795,8 +795,8 @@ class TargetPool(pulumi.CustomResource):
795
795
  def session_affinity(self) -> pulumi.Output[Optional[str]]:
796
796
  """
797
797
  How to distribute load. Options are "NONE" (no
798
- affinity). "CLIENT\\_IP" (hash of the source/dest addresses / ports), and
799
- "CLIENT\\_IP\\_PROTO" also includes the protocol (default "NONE").
798
+ affinity). "CLIENT_IP" (hash of the source/dest addresses / ports), and
799
+ "CLIENT_IP_PROTO" also includes the protocol (default "NONE").
800
800
  """
801
801
  return pulumi.get(self, "session_affinity")
802
802
 
@@ -5544,7 +5544,7 @@ class ClusterMonitoringConfigArgs:
5544
5544
  managed_prometheus: Optional[pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs']] = None):
5545
5545
  """
5546
5546
  :param pulumi.Input[Sequence[pulumi.Input['ClusterMonitoringConfigAdvancedDatapathObservabilityConfigArgs']]] advanced_datapath_observability_configs: Configuration for Advanced Datapath Monitoring. Structure is documented below.
5547
- :param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT` and `STATEFULSET`. In beta provider, `WORKLOADS` is supported on top of those 10 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.)
5547
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] enable_components: The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
5548
5548
  :param pulumi.Input['ClusterMonitoringConfigManagedPrometheusArgs'] managed_prometheus: Configuration for Managed Service for Prometheus. Structure is documented below.
5549
5549
  """
5550
5550
  if advanced_datapath_observability_configs is not None:
@@ -5570,7 +5570,7 @@ class ClusterMonitoringConfigArgs:
5570
5570
  @pulumi.getter(name="enableComponents")
5571
5571
  def enable_components(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
5572
5572
  """
5573
- The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT` and `STATEFULSET`. In beta provider, `WORKLOADS` is supported on top of those 10 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.)
5573
+ The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT`, `STATEFULSET`, `KUBELET` and `CADVISOR`. In beta provider, `WORKLOADS` is supported on top of those 12 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.) `KUBELET` and `CADVISOR` are only supported in GKE 1.29.3-gke.1093000 and above.
5574
5574
  """
5575
5575
  return pulumi.get(self, "enable_components")
5576
5576
 
@@ -6967,6 +6967,9 @@ class ClusterNodeConfigLinuxNodeConfigArgs:
6967
6967
  """
6968
6968
  :param pulumi.Input[str] cgroup_mode: Possible cgroup modes that can be used.
6969
6969
  Accepted values are:
6970
+ * `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
6971
+ * `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
6972
+ * `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
6970
6973
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sysctls: The Linux kernel parameters to be applied to the nodes
6971
6974
  and all pods running on the nodes. Specified as a map from the key, such as
6972
6975
  `net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
@@ -6983,6 +6986,9 @@ class ClusterNodeConfigLinuxNodeConfigArgs:
6983
6986
  """
6984
6987
  Possible cgroup modes that can be used.
6985
6988
  Accepted values are:
6989
+ * `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
6990
+ * `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
6991
+ * `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
6986
6992
  """
6987
6993
  return pulumi.get(self, "cgroup_mode")
6988
6994
 
@@ -9487,6 +9493,9 @@ class ClusterNodePoolNodeConfigLinuxNodeConfigArgs:
9487
9493
  """
9488
9494
  :param pulumi.Input[str] cgroup_mode: Possible cgroup modes that can be used.
9489
9495
  Accepted values are:
9496
+ * `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
9497
+ * `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
9498
+ * `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
9490
9499
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sysctls: The Linux kernel parameters to be applied to the nodes
9491
9500
  and all pods running on the nodes. Specified as a map from the key, such as
9492
9501
  `net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
@@ -9503,6 +9512,9 @@ class ClusterNodePoolNodeConfigLinuxNodeConfigArgs:
9503
9512
  """
9504
9513
  Possible cgroup modes that can be used.
9505
9514
  Accepted values are:
9515
+ * `CGROUP_MODE_UNSPECIFIED`: CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.
9516
+ * `CGROUP_MODE_V1`: CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.
9517
+ * `CGROUP_MODE_V2`: CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image.
9506
9518
  """
9507
9519
  return pulumi.get(self, "cgroup_mode")
9508
9520