pulumi-gcp 8.6.0a1728586829__py3-none-any.whl → 8.6.0a1729037011__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 (355) hide show
  1. pulumi_gcp/__init__.py +8 -0
  2. pulumi_gcp/_utilities.py +1 -1
  3. pulumi_gcp/accessapproval/get_folder_service_account.py +9 -4
  4. pulumi_gcp/accessapproval/get_organization_service_account.py +9 -4
  5. pulumi_gcp/accessapproval/get_project_service_account.py +9 -4
  6. pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +9 -4
  7. pulumi_gcp/alloydb/get_locations.py +8 -4
  8. pulumi_gcp/alloydb/get_supported_database_flags.py +10 -4
  9. pulumi_gcp/apigateway/get_api_config_iam_policy.py +13 -4
  10. pulumi_gcp/apigateway/get_api_iam_policy.py +11 -4
  11. pulumi_gcp/apigateway/get_gateway_iam_policy.py +13 -4
  12. pulumi_gcp/apigee/get_environment_iam_policy.py +11 -4
  13. pulumi_gcp/appengine/get_default_service_account.py +12 -4
  14. pulumi_gcp/apphub/get_application.py +20 -4
  15. pulumi_gcp/apphub/get_discovered_service.py +14 -4
  16. pulumi_gcp/apphub/get_discovered_workload.py +14 -4
  17. pulumi_gcp/artifactregistry/get_docker_image.py +21 -4
  18. pulumi_gcp/artifactregistry/get_locations.py +8 -4
  19. pulumi_gcp/artifactregistry/get_repository.py +27 -4
  20. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +13 -4
  21. pulumi_gcp/backupdisasterrecovery/get_management_server.py +13 -4
  22. pulumi_gcp/beyondcorp/get_app_connection.py +19 -4
  23. pulumi_gcp/beyondcorp/get_app_connector.py +17 -4
  24. pulumi_gcp/beyondcorp/get_app_gateway.py +20 -4
  25. pulumi_gcp/bigquery/get_connection_iam_policy.py +13 -4
  26. pulumi_gcp/bigquery/get_dataset.py +30 -4
  27. pulumi_gcp/bigquery/get_dataset_iam_policy.py +11 -4
  28. pulumi_gcp/bigquery/get_default_service_account.py +9 -4
  29. pulumi_gcp/bigquery/get_table_iam_policy.py +13 -4
  30. pulumi_gcp/bigquery/get_tables.py +10 -4
  31. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +13 -4
  32. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +15 -4
  33. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +13 -4
  34. pulumi_gcp/bigtable/_inputs.py +58 -0
  35. pulumi_gcp/bigtable/get_instance_iam_policy.py +11 -4
  36. pulumi_gcp/bigtable/get_table_iam_policy.py +13 -4
  37. pulumi_gcp/bigtable/instance_iam_binding.py +13 -34
  38. pulumi_gcp/bigtable/instance_iam_member.py +13 -34
  39. pulumi_gcp/bigtable/instance_iam_policy.py +0 -47
  40. pulumi_gcp/bigtable/outputs.py +36 -0
  41. pulumi_gcp/billing/get_account_iam_policy.py +9 -4
  42. pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +11 -4
  43. pulumi_gcp/certificateauthority/get_authority.py +34 -4
  44. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +13 -4
  45. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +13 -4
  46. pulumi_gcp/certificatemanager/get_certificate_map.py +16 -4
  47. pulumi_gcp/certificatemanager/get_certificates.py +10 -4
  48. pulumi_gcp/cloudasset/get_resources_search_all.py +12 -4
  49. pulumi_gcp/cloudasset/get_search_all_resources.py +12 -4
  50. pulumi_gcp/cloudbuild/get_trigger.py +33 -4
  51. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +13 -4
  52. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +13 -4
  53. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +13 -4
  54. pulumi_gcp/clouddeploy/get_target_iam_policy.py +13 -4
  55. pulumi_gcp/cloudfunctions/get_function.py +43 -4
  56. pulumi_gcp/cloudfunctions/get_function_iam_policy.py +13 -4
  57. pulumi_gcp/cloudfunctionsv2/get_function.py +23 -4
  58. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +13 -4
  59. pulumi_gcp/cloudidentity/get_group_lookup.py +8 -4
  60. pulumi_gcp/cloudidentity/get_group_memberships.py +8 -4
  61. pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +8 -4
  62. pulumi_gcp/cloudidentity/get_groups.py +8 -4
  63. pulumi_gcp/cloudquota/get_s_quota_info.py +25 -4
  64. pulumi_gcp/cloudquota/get_s_quota_infos.py +10 -4
  65. pulumi_gcp/cloudrun/get_locations.py +8 -4
  66. pulumi_gcp/cloudrun/get_service.py +16 -4
  67. pulumi_gcp/cloudrun/get_service_iam_policy.py +13 -4
  68. pulumi_gcp/cloudrunv2/get_job.py +39 -4
  69. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +13 -4
  70. pulumi_gcp/cloudrunv2/get_service.py +45 -4
  71. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +13 -4
  72. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +13 -4
  73. pulumi_gcp/composer/get_environment.py +16 -4
  74. pulumi_gcp/composer/get_image_versions.py +10 -4
  75. pulumi_gcp/composer/get_user_workloads_config_map.py +14 -4
  76. pulumi_gcp/composer/get_user_workloads_secret.py +14 -4
  77. pulumi_gcp/compute/_inputs.py +3 -3
  78. pulumi_gcp/compute/get_address.py +21 -4
  79. pulumi_gcp/compute/get_addresses.py +12 -4
  80. pulumi_gcp/compute/get_backend_bucket.py +18 -4
  81. pulumi_gcp/compute/get_backend_bucket_iam_policy.py +11 -4
  82. pulumi_gcp/compute/get_backend_service.py +40 -4
  83. pulumi_gcp/compute/get_backend_service_iam_policy.py +11 -4
  84. pulumi_gcp/compute/get_certificate.py +17 -4
  85. pulumi_gcp/compute/get_default_service_account.py +12 -4
  86. pulumi_gcp/compute/get_disk.py +45 -4
  87. pulumi_gcp/compute/get_disk_iam_policy.py +13 -4
  88. pulumi_gcp/compute/get_forwarding_rule.py +43 -4
  89. pulumi_gcp/compute/get_forwarding_rules.py +10 -4
  90. pulumi_gcp/compute/get_global_address.py +19 -4
  91. pulumi_gcp/compute/get_global_forwarding_rule.py +31 -4
  92. pulumi_gcp/compute/get_hc_vpn_gateway.py +17 -4
  93. pulumi_gcp/compute/get_health_check.py +25 -4
  94. pulumi_gcp/compute/get_image.py +30 -4
  95. pulumi_gcp/compute/get_image_iam_policy.py +11 -4
  96. pulumi_gcp/compute/get_instance.py +49 -4
  97. pulumi_gcp/compute/get_instance_group.py +18 -4
  98. pulumi_gcp/compute/get_instance_group_manager.py +38 -4
  99. pulumi_gcp/compute/get_instance_iam_policy.py +13 -4
  100. pulumi_gcp/compute/get_instance_serial_port.py +14 -4
  101. pulumi_gcp/compute/get_instance_template.py +45 -4
  102. pulumi_gcp/compute/get_lbip_ranges.py +7 -4
  103. pulumi_gcp/compute/get_machine_image_iam_policy.py +11 -4
  104. pulumi_gcp/compute/get_machine_types.py +12 -4
  105. pulumi_gcp/compute/get_netblock_ip_ranges.py +10 -4
  106. pulumi_gcp/compute/get_network.py +14 -4
  107. pulumi_gcp/compute/get_network_endpoint_group.py +19 -4
  108. pulumi_gcp/compute/get_network_peering.py +17 -4
  109. pulumi_gcp/compute/get_networks.py +9 -4
  110. pulumi_gcp/compute/get_node_types.py +10 -4
  111. pulumi_gcp/compute/get_region_backend_service_iam_policy.py +13 -4
  112. pulumi_gcp/compute/get_region_disk.py +35 -4
  113. pulumi_gcp/compute/get_region_disk_iam_policy.py +13 -4
  114. pulumi_gcp/compute/get_region_instance_group.py +15 -4
  115. pulumi_gcp/compute/get_region_instance_group_manager.py +39 -4
  116. pulumi_gcp/compute/get_region_instance_template.py +44 -4
  117. pulumi_gcp/compute/get_region_network_endpoint_group.py +22 -4
  118. pulumi_gcp/compute/get_region_ssl_certificate.py +19 -4
  119. pulumi_gcp/compute/get_regions.py +10 -4
  120. pulumi_gcp/compute/get_reservation.py +19 -4
  121. pulumi_gcp/compute/get_resource_policy.py +17 -4
  122. pulumi_gcp/compute/get_router.py +18 -4
  123. pulumi_gcp/compute/get_router_nat.py +33 -4
  124. pulumi_gcp/compute/get_router_status.py +14 -4
  125. pulumi_gcp/compute/get_security_policy.py +18 -4
  126. pulumi_gcp/compute/get_snapshot.py +30 -4
  127. pulumi_gcp/compute/get_snapshot_iam_policy.py +11 -4
  128. pulumi_gcp/compute/get_ssl_policy.py +17 -4
  129. pulumi_gcp/compute/get_subnetwork.py +20 -4
  130. pulumi_gcp/compute/get_subnetwork_iam_policy.py +13 -4
  131. pulumi_gcp/compute/get_subnetworks.py +12 -4
  132. pulumi_gcp/compute/get_vpn_gateway.py +14 -4
  133. pulumi_gcp/compute/get_zones.py +12 -4
  134. pulumi_gcp/compute/outputs.py +2 -2
  135. pulumi_gcp/compute/router_status.py +14 -4
  136. pulumi_gcp/container/_inputs.py +12 -0
  137. pulumi_gcp/container/get_attached_install_manifest.py +14 -4
  138. pulumi_gcp/container/get_attached_versions.py +10 -4
  139. pulumi_gcp/container/get_aws_versions.py +11 -4
  140. pulumi_gcp/container/get_azure_versions.py +11 -4
  141. pulumi_gcp/container/get_cluster.py +87 -4
  142. pulumi_gcp/container/get_engine_versions.py +18 -4
  143. pulumi_gcp/container/get_registry_image.py +16 -4
  144. pulumi_gcp/container/get_registry_repository.py +10 -4
  145. pulumi_gcp/container/outputs.py +8 -0
  146. pulumi_gcp/containeranalysis/get_note_iam_policy.py +11 -4
  147. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +13 -4
  148. pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +9 -4
  149. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +13 -4
  150. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +13 -4
  151. pulumi_gcp/dataform/get_repository_iam_policy.py +13 -4
  152. pulumi_gcp/datafusion/get_instance_iam_policy.py +13 -4
  153. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +13 -4
  154. pulumi_gcp/dataplex/get_asset_iam_policy.py +17 -4
  155. pulumi_gcp/dataplex/get_datascan_iam_policy.py +13 -4
  156. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +13 -4
  157. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +13 -4
  158. pulumi_gcp/dataplex/get_lake_iam_policy.py +13 -4
  159. pulumi_gcp/dataplex/get_task_iam_policy.py +15 -4
  160. pulumi_gcp/dataplex/get_zone_iam_policy.py +15 -4
  161. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +13 -4
  162. pulumi_gcp/dataproc/get_cluster_iam_policy.py +13 -4
  163. pulumi_gcp/dataproc/get_job_iam_policy.py +13 -4
  164. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +13 -4
  165. pulumi_gcp/dataproc/get_metastore_service.py +34 -4
  166. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +13 -4
  167. pulumi_gcp/datastream/get_static_ips.py +10 -4
  168. pulumi_gcp/discoveryengine/_inputs.py +32 -5
  169. pulumi_gcp/discoveryengine/chat_engine.py +64 -0
  170. pulumi_gcp/discoveryengine/outputs.py +22 -3
  171. pulumi_gcp/dns/get_keys.py +11 -4
  172. pulumi_gcp/dns/get_managed_zone.py +14 -4
  173. pulumi_gcp/dns/get_managed_zone_iam_policy.py +11 -4
  174. pulumi_gcp/dns/get_managed_zones.py +8 -4
  175. pulumi_gcp/dns/get_record_set.py +15 -4
  176. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +11 -4
  177. pulumi_gcp/endpoints/get_service_iam_policy.py +9 -4
  178. pulumi_gcp/filestore/get_instance.py +25 -4
  179. pulumi_gcp/firebase/get_android_app.py +17 -4
  180. pulumi_gcp/firebase/get_android_app_config.py +11 -4
  181. pulumi_gcp/firebase/get_apple_app.py +16 -4
  182. pulumi_gcp/firebase/get_apple_app_config.py +11 -4
  183. pulumi_gcp/firebase/get_hosting_channel.py +16 -4
  184. pulumi_gcp/firebase/get_web_app.py +14 -4
  185. pulumi_gcp/firebase/get_web_app_config.py +16 -4
  186. pulumi_gcp/folder/get_iam_policy.py +9 -4
  187. pulumi_gcp/folder/get_organization_policy.py +15 -4
  188. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +13 -4
  189. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +13 -4
  190. pulumi_gcp/gkehub/get_feature_iam_policy.py +13 -4
  191. pulumi_gcp/gkehub/get_membership_binding.py +23 -4
  192. pulumi_gcp/gkehub/get_membership_iam_policy.py +13 -4
  193. pulumi_gcp/gkehub/get_scope_iam_policy.py +11 -4
  194. pulumi_gcp/healthcare/get_consent_store_iam_policy.py +11 -4
  195. pulumi_gcp/healthcare/get_dataset_iam_policy.py +9 -4
  196. pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +9 -4
  197. pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +9 -4
  198. pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +9 -4
  199. pulumi_gcp/iam/get_rule.py +10 -4
  200. pulumi_gcp/iam/get_testable_permissions.py +12 -4
  201. pulumi_gcp/iam/get_workload_identity_pool.py +14 -4
  202. pulumi_gcp/iam/get_workload_identity_pool_provider.py +22 -4
  203. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +13 -4
  204. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +15 -4
  205. pulumi_gcp/iap/get_client.py +11 -4
  206. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +13 -4
  207. pulumi_gcp/iap/get_tunnel_iam_policy.py +9 -4
  208. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +13 -4
  209. pulumi_gcp/iap/get_web_backend_service_iam_policy.py +11 -4
  210. pulumi_gcp/iap/get_web_iam_policy.py +9 -4
  211. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +13 -4
  212. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +11 -4
  213. pulumi_gcp/iap/get_web_type_compute_iam_policy.py +9 -4
  214. pulumi_gcp/kms/get_crypto_key_iam_policy.py +9 -4
  215. pulumi_gcp/kms/get_crypto_key_latest_version.py +15 -4
  216. pulumi_gcp/kms/get_crypto_key_versions.py +11 -4
  217. pulumi_gcp/kms/get_crypto_keys.py +10 -4
  218. pulumi_gcp/kms/get_ekm_connection_iam_policy.py +13 -4
  219. pulumi_gcp/kms/get_key_ring_iam_policy.py +9 -4
  220. pulumi_gcp/kms/get_key_rings.py +12 -4
  221. pulumi_gcp/kms/get_kms_crypto_key.py +21 -4
  222. pulumi_gcp/kms/get_kms_crypto_key_version.py +14 -4
  223. pulumi_gcp/kms/get_kms_key_ring.py +11 -4
  224. pulumi_gcp/kms/get_kms_secret.py +12 -4
  225. pulumi_gcp/kms/get_kms_secret_asymmetric.py +12 -4
  226. pulumi_gcp/kms/get_kms_secret_ciphertext.py +10 -4
  227. pulumi_gcp/kms/key_handle.py +8 -8
  228. pulumi_gcp/logging/get_folder_settings.py +13 -4
  229. pulumi_gcp/logging/get_log_view_iam_policy.py +15 -4
  230. pulumi_gcp/logging/get_organization_settings.py +13 -4
  231. pulumi_gcp/logging/get_project_cmek_settings.py +12 -4
  232. pulumi_gcp/logging/get_project_settings.py +13 -4
  233. pulumi_gcp/logging/get_sink.py +14 -4
  234. pulumi_gcp/monitoring/get_app_engine_service.py +14 -4
  235. pulumi_gcp/monitoring/get_cluster_istio_service.py +20 -4
  236. pulumi_gcp/monitoring/get_istio_canonical_service.py +18 -4
  237. pulumi_gcp/monitoring/get_mesh_istio_service.py +18 -4
  238. pulumi_gcp/monitoring/get_notification_channel.py +21 -4
  239. pulumi_gcp/monitoring/get_secret_version.py +16 -4
  240. pulumi_gcp/monitoring/get_uptime_check_i_ps.py +6 -4
  241. pulumi_gcp/netapp/backup_vault.py +2 -2
  242. pulumi_gcp/networkconnectivity/_inputs.py +70 -0
  243. pulumi_gcp/networkconnectivity/internal_range.py +117 -7
  244. pulumi_gcp/networkconnectivity/outputs.py +42 -0
  245. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +13 -4
  246. pulumi_gcp/networkservices/gateway.py +54 -0
  247. pulumi_gcp/notebooks/get_instance_iam_policy.py +13 -4
  248. pulumi_gcp/notebooks/get_runtime_iam_policy.py +13 -4
  249. pulumi_gcp/organizations/get_active_folder.py +12 -4
  250. pulumi_gcp/organizations/get_billing_account.py +15 -4
  251. pulumi_gcp/organizations/get_client_config.py +10 -4
  252. pulumi_gcp/organizations/get_client_open_id_user_info.py +6 -4
  253. pulumi_gcp/organizations/get_folder.py +17 -4
  254. pulumi_gcp/organizations/get_folders.py +8 -4
  255. pulumi_gcp/organizations/get_iam_policy.py +10 -4
  256. pulumi_gcp/organizations/get_organization.py +14 -4
  257. pulumi_gcp/organizations/get_project.py +18 -4
  258. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +22 -4
  259. pulumi_gcp/projects/get_iam_policy.py +9 -4
  260. pulumi_gcp/projects/get_organization_policy.py +15 -4
  261. pulumi_gcp/projects/get_project.py +8 -4
  262. pulumi_gcp/projects/get_project_service.py +12 -4
  263. pulumi_gcp/pubsub/get_schema_iam_policy.py +11 -4
  264. pulumi_gcp/pubsub/get_subscription.py +25 -4
  265. pulumi_gcp/pubsub/get_subscription_iam_policy.py +11 -4
  266. pulumi_gcp/pubsub/get_topic.py +17 -4
  267. pulumi_gcp/pubsub/get_topic_iam_policy.py +11 -4
  268. pulumi_gcp/pulumi-plugin.json +1 -1
  269. pulumi_gcp/redis/get_instance.py +44 -4
  270. pulumi_gcp/runtimeconfig/get_config.py +10 -4
  271. pulumi_gcp/runtimeconfig/get_config_iam_policy.py +11 -4
  272. pulumi_gcp/runtimeconfig/get_variable.py +14 -4
  273. pulumi_gcp/secretmanager/get_regional_secret.py +25 -4
  274. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +13 -4
  275. pulumi_gcp/secretmanager/get_regional_secret_version.py +19 -4
  276. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +15 -4
  277. pulumi_gcp/secretmanager/get_regional_secrets.py +12 -4
  278. pulumi_gcp/secretmanager/get_secret.py +23 -4
  279. pulumi_gcp/secretmanager/get_secret_iam_policy.py +11 -4
  280. pulumi_gcp/secretmanager/get_secret_version.py +16 -4
  281. pulumi_gcp/secretmanager/get_secret_version_access.py +13 -4
  282. pulumi_gcp/secretmanager/get_secrets.py +10 -4
  283. pulumi_gcp/secretmanager/outputs.py +2 -10
  284. pulumi_gcp/securesourcemanager/__init__.py +1 -0
  285. pulumi_gcp/securesourcemanager/branch_rule.py +975 -0
  286. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +13 -4
  287. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +13 -4
  288. pulumi_gcp/securitycenter/get_source_iam_policy.py +11 -4
  289. pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
  290. pulumi_gcp/serviceaccount/get_account.py +14 -4
  291. pulumi_gcp/serviceaccount/get_account_access_token.py +14 -4
  292. pulumi_gcp/serviceaccount/get_account_id_token.py +14 -4
  293. pulumi_gcp/serviceaccount/get_account_jwt.py +14 -4
  294. pulumi_gcp/serviceaccount/get_account_key.py +13 -4
  295. pulumi_gcp/serviceaccount/get_iam_policy.py +9 -4
  296. pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +9 -4
  297. pulumi_gcp/servicedirectory/get_service_iam_policy.py +9 -4
  298. pulumi_gcp/servicenetworking/get_peered_dns_domain.py +15 -4
  299. pulumi_gcp/siteverification/get_token.py +12 -4
  300. pulumi_gcp/sourcerepo/get_repository.py +13 -4
  301. pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
  302. pulumi_gcp/spanner/backup_schedule.py +4 -2
  303. pulumi_gcp/spanner/get_database_iam_policy.py +13 -4
  304. pulumi_gcp/spanner/get_instance.py +22 -4
  305. pulumi_gcp/spanner/get_instance_iam_policy.py +11 -4
  306. pulumi_gcp/sql/get_backup_run.py +16 -4
  307. pulumi_gcp/sql/get_ca_certs.py +11 -4
  308. pulumi_gcp/sql/get_database.py +15 -4
  309. pulumi_gcp/sql/get_database_instance.py +32 -4
  310. pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +10 -4
  311. pulumi_gcp/sql/get_database_instances.py +18 -4
  312. pulumi_gcp/sql/get_databases.py +10 -4
  313. pulumi_gcp/sql/get_tiers.py +8 -4
  314. pulumi_gcp/storage/get_bucket.py +34 -4
  315. pulumi_gcp/storage/get_bucket_iam_policy.py +9 -4
  316. pulumi_gcp/storage/get_bucket_object.py +30 -4
  317. pulumi_gcp/storage/get_bucket_object_content.py +31 -4
  318. pulumi_gcp/storage/get_bucket_objects.py +12 -4
  319. pulumi_gcp/storage/get_buckets.py +10 -4
  320. pulumi_gcp/storage/get_managed_folder_iam_policy.py +11 -4
  321. pulumi_gcp/storage/get_object_signed_url.py +22 -4
  322. pulumi_gcp/storage/get_project_service_account.py +11 -4
  323. pulumi_gcp/storage/get_transfer_project_service_account.py +10 -4
  324. pulumi_gcp/storage/get_transfer_project_servie_account.py +10 -4
  325. pulumi_gcp/tags/get_tag_key.py +14 -4
  326. pulumi_gcp/tags/get_tag_key_iam_policy.py +9 -4
  327. pulumi_gcp/tags/get_tag_keys.py +8 -4
  328. pulumi_gcp/tags/get_tag_value.py +14 -4
  329. pulumi_gcp/tags/get_tag_value_iam_policy.py +9 -4
  330. pulumi_gcp/tags/get_tag_values.py +8 -4
  331. pulumi_gcp/tpu/get_tensorflow_versions.py +10 -4
  332. pulumi_gcp/tpu/get_v2_accelerator_types.py +10 -4
  333. pulumi_gcp/tpu/get_v2_runtime_versions.py +10 -4
  334. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +13 -4
  335. pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +11 -4
  336. pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +13 -4
  337. pulumi_gcp/vertex/get_ai_index.py +24 -4
  338. pulumi_gcp/vmwareengine/get_cluster.py +13 -4
  339. pulumi_gcp/vmwareengine/get_external_access_rule.py +21 -4
  340. pulumi_gcp/vmwareengine/get_external_address.py +16 -4
  341. pulumi_gcp/vmwareengine/get_network.py +16 -4
  342. pulumi_gcp/vmwareengine/get_network_peering.py +23 -4
  343. pulumi_gcp/vmwareengine/get_network_policy.py +20 -4
  344. pulumi_gcp/vmwareengine/get_nsx_credentials.py +9 -4
  345. pulumi_gcp/vmwareengine/get_private_cloud.py +22 -4
  346. pulumi_gcp/vmwareengine/get_subnet.py +20 -4
  347. pulumi_gcp/vmwareengine/get_vcenter_credentials.py +9 -4
  348. pulumi_gcp/vpcaccess/get_connector.py +22 -4
  349. pulumi_gcp/workbench/get_instance_iam_policy.py +13 -4
  350. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +15 -4
  351. pulumi_gcp/workstations/get_workstation_iam_policy.py +17 -4
  352. {pulumi_gcp-8.6.0a1728586829.dist-info → pulumi_gcp-8.6.0a1729037011.dist-info}/METADATA +2 -2
  353. {pulumi_gcp-8.6.0a1728586829.dist-info → pulumi_gcp-8.6.0a1729037011.dist-info}/RECORD +355 -354
  354. {pulumi_gcp-8.6.0a1728586829.dist-info → pulumi_gcp-8.6.0a1729037011.dist-info}/WHEEL +0 -0
  355. {pulumi_gcp-8.6.0a1728586829.dist-info → pulumi_gcp-8.6.0a1729037011.dist-info}/top_level.txt +0 -0
@@ -175,9 +175,6 @@ def get_resource_policy(name: Optional[str] = None,
175
175
  region=pulumi.get(__ret__, 'region'),
176
176
  self_link=pulumi.get(__ret__, 'self_link'),
177
177
  snapshot_schedule_policies=pulumi.get(__ret__, 'snapshot_schedule_policies'))
178
-
179
-
180
- @_utilities.lift_output_func(get_resource_policy)
181
178
  def get_resource_policy_output(name: Optional[pulumi.Input[str]] = None,
182
179
  project: Optional[pulumi.Input[Optional[str]]] = None,
183
180
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -198,4 +195,20 @@ def get_resource_policy_output(name: Optional[pulumi.Input[str]] = None,
198
195
  :param str project: Project from which to list the Resource Policy. Defaults to project declared in the provider.
199
196
  :param str region: Region where the Resource Policy resides.
200
197
  """
201
- ...
198
+ __args__ = dict()
199
+ __args__['name'] = name
200
+ __args__['project'] = project
201
+ __args__['region'] = region
202
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
203
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getResourcePolicy:getResourcePolicy', __args__, opts=opts, typ=GetResourcePolicyResult)
204
+ return __ret__.apply(lambda __response__: GetResourcePolicyResult(
205
+ description=pulumi.get(__response__, 'description'),
206
+ disk_consistency_group_policies=pulumi.get(__response__, 'disk_consistency_group_policies'),
207
+ group_placement_policies=pulumi.get(__response__, 'group_placement_policies'),
208
+ id=pulumi.get(__response__, 'id'),
209
+ instance_schedule_policies=pulumi.get(__response__, 'instance_schedule_policies'),
210
+ name=pulumi.get(__response__, 'name'),
211
+ project=pulumi.get(__response__, 'project'),
212
+ region=pulumi.get(__response__, 'region'),
213
+ self_link=pulumi.get(__response__, 'self_link'),
214
+ snapshot_schedule_policies=pulumi.get(__response__, 'snapshot_schedule_policies')))
@@ -176,9 +176,6 @@ def get_router(name: Optional[str] = None,
176
176
  project=pulumi.get(__ret__, 'project'),
177
177
  region=pulumi.get(__ret__, 'region'),
178
178
  self_link=pulumi.get(__ret__, 'self_link'))
179
-
180
-
181
- @_utilities.lift_output_func(get_router)
182
179
  def get_router_output(name: Optional[pulumi.Input[str]] = None,
183
180
  network: Optional[pulumi.Input[str]] = None,
184
181
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -205,4 +202,21 @@ def get_router_output(name: Optional[pulumi.Input[str]] = None,
205
202
  :param str region: The region this router has been created in. If
206
203
  unspecified, this defaults to the region configured in the provider.
207
204
  """
208
- ...
205
+ __args__ = dict()
206
+ __args__['name'] = name
207
+ __args__['network'] = network
208
+ __args__['project'] = project
209
+ __args__['region'] = region
210
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
211
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getRouter:getRouter', __args__, opts=opts, typ=GetRouterResult)
212
+ return __ret__.apply(lambda __response__: GetRouterResult(
213
+ bgps=pulumi.get(__response__, 'bgps'),
214
+ creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
215
+ description=pulumi.get(__response__, 'description'),
216
+ encrypted_interconnect_router=pulumi.get(__response__, 'encrypted_interconnect_router'),
217
+ id=pulumi.get(__response__, 'id'),
218
+ name=pulumi.get(__response__, 'name'),
219
+ network=pulumi.get(__response__, 'network'),
220
+ project=pulumi.get(__response__, 'project'),
221
+ region=pulumi.get(__response__, 'region'),
222
+ self_link=pulumi.get(__response__, 'self_link')))
@@ -332,9 +332,6 @@ def get_router_nat(name: Optional[str] = None,
332
332
  tcp_transitory_idle_timeout_sec=pulumi.get(__ret__, 'tcp_transitory_idle_timeout_sec'),
333
333
  type=pulumi.get(__ret__, 'type'),
334
334
  udp_idle_timeout_sec=pulumi.get(__ret__, 'udp_idle_timeout_sec'))
335
-
336
-
337
- @_utilities.lift_output_func(get_router_nat)
338
335
  def get_router_nat_output(name: Optional[pulumi.Input[str]] = None,
339
336
  project: Optional[pulumi.Input[Optional[str]]] = None,
340
337
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -367,4 +364,36 @@ def get_router_nat_output(name: Optional[pulumi.Input[str]] = None,
367
364
 
368
365
  - - -
369
366
  """
370
- ...
367
+ __args__ = dict()
368
+ __args__['name'] = name
369
+ __args__['project'] = project
370
+ __args__['region'] = region
371
+ __args__['router'] = router
372
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
373
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getRouterNat:getRouterNat', __args__, opts=opts, typ=GetRouterNatResult)
374
+ return __ret__.apply(lambda __response__: GetRouterNatResult(
375
+ auto_network_tier=pulumi.get(__response__, 'auto_network_tier'),
376
+ drain_nat_ips=pulumi.get(__response__, 'drain_nat_ips'),
377
+ enable_dynamic_port_allocation=pulumi.get(__response__, 'enable_dynamic_port_allocation'),
378
+ enable_endpoint_independent_mapping=pulumi.get(__response__, 'enable_endpoint_independent_mapping'),
379
+ endpoint_types=pulumi.get(__response__, 'endpoint_types'),
380
+ icmp_idle_timeout_sec=pulumi.get(__response__, 'icmp_idle_timeout_sec'),
381
+ id=pulumi.get(__response__, 'id'),
382
+ initial_nat_ips=pulumi.get(__response__, 'initial_nat_ips'),
383
+ log_configs=pulumi.get(__response__, 'log_configs'),
384
+ max_ports_per_vm=pulumi.get(__response__, 'max_ports_per_vm'),
385
+ min_ports_per_vm=pulumi.get(__response__, 'min_ports_per_vm'),
386
+ name=pulumi.get(__response__, 'name'),
387
+ nat_ip_allocate_option=pulumi.get(__response__, 'nat_ip_allocate_option'),
388
+ nat_ips=pulumi.get(__response__, 'nat_ips'),
389
+ project=pulumi.get(__response__, 'project'),
390
+ region=pulumi.get(__response__, 'region'),
391
+ router=pulumi.get(__response__, 'router'),
392
+ rules=pulumi.get(__response__, 'rules'),
393
+ source_subnetwork_ip_ranges_to_nat=pulumi.get(__response__, 'source_subnetwork_ip_ranges_to_nat'),
394
+ subnetworks=pulumi.get(__response__, 'subnetworks'),
395
+ tcp_established_idle_timeout_sec=pulumi.get(__response__, 'tcp_established_idle_timeout_sec'),
396
+ tcp_time_wait_timeout_sec=pulumi.get(__response__, 'tcp_time_wait_timeout_sec'),
397
+ tcp_transitory_idle_timeout_sec=pulumi.get(__response__, 'tcp_transitory_idle_timeout_sec'),
398
+ type=pulumi.get(__response__, 'type'),
399
+ udp_idle_timeout_sec=pulumi.get(__response__, 'udp_idle_timeout_sec')))
@@ -157,9 +157,6 @@ def get_router_status(name: Optional[str] = None,
157
157
  network=pulumi.get(__ret__, 'network'),
158
158
  project=pulumi.get(__ret__, 'project'),
159
159
  region=pulumi.get(__ret__, 'region'))
160
-
161
-
162
- @_utilities.lift_output_func(get_router_status)
163
160
  def get_router_status_output(name: Optional[pulumi.Input[str]] = None,
164
161
  project: Optional[pulumi.Input[Optional[str]]] = None,
165
162
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -188,4 +185,17 @@ def get_router_status_output(name: Optional[pulumi.Input[str]] = None,
188
185
  :param str region: The region this router has been created in. If
189
186
  unspecified, this defaults to the region configured in the provider.
190
187
  """
191
- ...
188
+ __args__ = dict()
189
+ __args__['name'] = name
190
+ __args__['project'] = project
191
+ __args__['region'] = region
192
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
193
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getRouterStatus:getRouterStatus', __args__, opts=opts, typ=GetRouterStatusResult)
194
+ return __ret__.apply(lambda __response__: GetRouterStatusResult(
195
+ best_routes=pulumi.get(__response__, 'best_routes'),
196
+ best_routes_for_routers=pulumi.get(__response__, 'best_routes_for_routers'),
197
+ id=pulumi.get(__response__, 'id'),
198
+ name=pulumi.get(__response__, 'name'),
199
+ network=pulumi.get(__response__, 'network'),
200
+ project=pulumi.get(__response__, 'project'),
201
+ region=pulumi.get(__response__, 'region')))
@@ -186,9 +186,6 @@ def get_security_policy(name: Optional[str] = None,
186
186
  rules=pulumi.get(__ret__, 'rules'),
187
187
  self_link=pulumi.get(__ret__, 'self_link'),
188
188
  type=pulumi.get(__ret__, 'type'))
189
-
190
-
191
- @_utilities.lift_output_func(get_security_policy)
192
189
  def get_security_policy_output(name: Optional[pulumi.Input[Optional[str]]] = None,
193
190
  project: Optional[pulumi.Input[Optional[str]]] = None,
194
191
  self_link: Optional[pulumi.Input[Optional[str]]] = None,
@@ -216,4 +213,21 @@ def get_security_policy_output(name: Optional[pulumi.Input[Optional[str]]] = Non
216
213
  :param str project: The project in which the resource belongs. If it is not provided, the provider project is used.
217
214
  :param str self_link: The self_link of the security policy. Provide either this or a `name`
218
215
  """
219
- ...
216
+ __args__ = dict()
217
+ __args__['name'] = name
218
+ __args__['project'] = project
219
+ __args__['selfLink'] = self_link
220
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
221
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getSecurityPolicy:getSecurityPolicy', __args__, opts=opts, typ=GetSecurityPolicyResult)
222
+ return __ret__.apply(lambda __response__: GetSecurityPolicyResult(
223
+ adaptive_protection_configs=pulumi.get(__response__, 'adaptive_protection_configs'),
224
+ advanced_options_configs=pulumi.get(__response__, 'advanced_options_configs'),
225
+ description=pulumi.get(__response__, 'description'),
226
+ fingerprint=pulumi.get(__response__, 'fingerprint'),
227
+ id=pulumi.get(__response__, 'id'),
228
+ name=pulumi.get(__response__, 'name'),
229
+ project=pulumi.get(__response__, 'project'),
230
+ recaptcha_options_configs=pulumi.get(__response__, 'recaptcha_options_configs'),
231
+ rules=pulumi.get(__response__, 'rules'),
232
+ self_link=pulumi.get(__response__, 'self_link'),
233
+ type=pulumi.get(__response__, 'type')))
@@ -307,9 +307,6 @@ def get_snapshot(filter: Optional[str] = None,
307
307
  storage_bytes=pulumi.get(__ret__, 'storage_bytes'),
308
308
  storage_locations=pulumi.get(__ret__, 'storage_locations'),
309
309
  zone=pulumi.get(__ret__, 'zone'))
310
-
311
-
312
- @_utilities.lift_output_func(get_snapshot)
313
310
  def get_snapshot_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
314
311
  most_recent: Optional[pulumi.Input[Optional[bool]]] = None,
315
312
  name: Optional[pulumi.Input[Optional[str]]] = None,
@@ -347,4 +344,33 @@ def get_snapshot_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
347
344
  :param str project: The ID of the project in which the resource belongs.
348
345
  If it is not provided, the provider project is used.
349
346
  """
350
- ...
347
+ __args__ = dict()
348
+ __args__['filter'] = filter
349
+ __args__['mostRecent'] = most_recent
350
+ __args__['name'] = name
351
+ __args__['project'] = project
352
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
353
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getSnapshot:getSnapshot', __args__, opts=opts, typ=GetSnapshotResult)
354
+ return __ret__.apply(lambda __response__: GetSnapshotResult(
355
+ chain_name=pulumi.get(__response__, 'chain_name'),
356
+ creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
357
+ description=pulumi.get(__response__, 'description'),
358
+ disk_size_gb=pulumi.get(__response__, 'disk_size_gb'),
359
+ effective_labels=pulumi.get(__response__, 'effective_labels'),
360
+ filter=pulumi.get(__response__, 'filter'),
361
+ id=pulumi.get(__response__, 'id'),
362
+ label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
363
+ labels=pulumi.get(__response__, 'labels'),
364
+ licenses=pulumi.get(__response__, 'licenses'),
365
+ most_recent=pulumi.get(__response__, 'most_recent'),
366
+ name=pulumi.get(__response__, 'name'),
367
+ project=pulumi.get(__response__, 'project'),
368
+ pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
369
+ self_link=pulumi.get(__response__, 'self_link'),
370
+ snapshot_encryption_keys=pulumi.get(__response__, 'snapshot_encryption_keys'),
371
+ snapshot_id=pulumi.get(__response__, 'snapshot_id'),
372
+ source_disk=pulumi.get(__response__, 'source_disk'),
373
+ source_disk_encryption_keys=pulumi.get(__response__, 'source_disk_encryption_keys'),
374
+ storage_bytes=pulumi.get(__response__, 'storage_bytes'),
375
+ storage_locations=pulumi.get(__response__, 'storage_locations'),
376
+ zone=pulumi.get(__response__, 'zone')))
@@ -125,9 +125,6 @@ def get_snapshot_iam_policy(name: Optional[str] = None,
125
125
  name=pulumi.get(__ret__, 'name'),
126
126
  policy_data=pulumi.get(__ret__, 'policy_data'),
127
127
  project=pulumi.get(__ret__, 'project'))
128
-
129
-
130
- @_utilities.lift_output_func(get_snapshot_iam_policy)
131
128
  def get_snapshot_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
132
129
  project: Optional[pulumi.Input[Optional[str]]] = None,
133
130
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSnapshotIamPolicyResult]:
@@ -149,4 +146,14 @@ def get_snapshot_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
149
146
  :param str project: The ID of the project in which the resource belongs.
150
147
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
151
148
  """
152
- ...
149
+ __args__ = dict()
150
+ __args__['name'] = name
151
+ __args__['project'] = project
152
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
153
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getSnapshotIamPolicy:getSnapshotIamPolicy', __args__, opts=opts, typ=GetSnapshotIamPolicyResult)
154
+ return __ret__.apply(lambda __response__: GetSnapshotIamPolicyResult(
155
+ etag=pulumi.get(__response__, 'etag'),
156
+ id=pulumi.get(__response__, 'id'),
157
+ name=pulumi.get(__response__, 'name'),
158
+ policy_data=pulumi.get(__response__, 'policy_data'),
159
+ project=pulumi.get(__response__, 'project')))
@@ -203,9 +203,6 @@ def get_ssl_policy(name: Optional[str] = None,
203
203
  profile=pulumi.get(__ret__, 'profile'),
204
204
  project=pulumi.get(__ret__, 'project'),
205
205
  self_link=pulumi.get(__ret__, 'self_link'))
206
-
207
-
208
- @_utilities.lift_output_func(get_ssl_policy)
209
206
  def get_ssl_policy_output(name: Optional[pulumi.Input[str]] = None,
210
207
  project: Optional[pulumi.Input[Optional[str]]] = None,
211
208
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSSLPolicyResult]:
@@ -229,4 +226,20 @@ def get_ssl_policy_output(name: Optional[pulumi.Input[str]] = None,
229
226
  :param str project: The ID of the project in which the resource belongs. If it
230
227
  is not provided, the provider project is used.
231
228
  """
232
- ...
229
+ __args__ = dict()
230
+ __args__['name'] = name
231
+ __args__['project'] = project
232
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
233
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getSSLPolicy:getSSLPolicy', __args__, opts=opts, typ=GetSSLPolicyResult)
234
+ return __ret__.apply(lambda __response__: GetSSLPolicyResult(
235
+ creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
236
+ custom_features=pulumi.get(__response__, 'custom_features'),
237
+ description=pulumi.get(__response__, 'description'),
238
+ enabled_features=pulumi.get(__response__, 'enabled_features'),
239
+ fingerprint=pulumi.get(__response__, 'fingerprint'),
240
+ id=pulumi.get(__response__, 'id'),
241
+ min_tls_version=pulumi.get(__response__, 'min_tls_version'),
242
+ name=pulumi.get(__response__, 'name'),
243
+ profile=pulumi.get(__response__, 'profile'),
244
+ project=pulumi.get(__response__, 'project'),
245
+ self_link=pulumi.get(__response__, 'self_link')))
@@ -224,9 +224,6 @@ def get_subnetwork(name: Optional[str] = None,
224
224
  region=pulumi.get(__ret__, 'region'),
225
225
  secondary_ip_ranges=pulumi.get(__ret__, 'secondary_ip_ranges'),
226
226
  self_link=pulumi.get(__ret__, 'self_link'))
227
-
228
-
229
- @_utilities.lift_output_func(get_subnetwork)
230
227
  def get_subnetwork_output(name: Optional[pulumi.Input[Optional[str]]] = None,
231
228
  project: Optional[pulumi.Input[Optional[str]]] = None,
232
229
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -255,4 +252,23 @@ def get_subnetwork_output(name: Optional[pulumi.Input[Optional[str]]] = None,
255
252
  :param str self_link: The self link of the subnetwork. If `self_link` is
256
253
  specified, `name`, `project`, and `region` are ignored.
257
254
  """
258
- ...
255
+ __args__ = dict()
256
+ __args__['name'] = name
257
+ __args__['project'] = project
258
+ __args__['region'] = region
259
+ __args__['selfLink'] = self_link
260
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
261
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getSubnetwork:getSubnetwork', __args__, opts=opts, typ=GetSubnetworkResult)
262
+ return __ret__.apply(lambda __response__: GetSubnetworkResult(
263
+ description=pulumi.get(__response__, 'description'),
264
+ gateway_address=pulumi.get(__response__, 'gateway_address'),
265
+ id=pulumi.get(__response__, 'id'),
266
+ internal_ipv6_prefix=pulumi.get(__response__, 'internal_ipv6_prefix'),
267
+ ip_cidr_range=pulumi.get(__response__, 'ip_cidr_range'),
268
+ name=pulumi.get(__response__, 'name'),
269
+ network=pulumi.get(__response__, 'network'),
270
+ private_ip_google_access=pulumi.get(__response__, 'private_ip_google_access'),
271
+ project=pulumi.get(__response__, 'project'),
272
+ region=pulumi.get(__response__, 'region'),
273
+ secondary_ip_ranges=pulumi.get(__response__, 'secondary_ip_ranges'),
274
+ self_link=pulumi.get(__response__, 'self_link')))
@@ -142,9 +142,6 @@ def get_subnetwork_iam_policy(project: Optional[str] = None,
142
142
  project=pulumi.get(__ret__, 'project'),
143
143
  region=pulumi.get(__ret__, 'region'),
144
144
  subnetwork=pulumi.get(__ret__, 'subnetwork'))
145
-
146
-
147
- @_utilities.lift_output_func(get_subnetwork_iam_policy)
148
145
  def get_subnetwork_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
149
146
  region: Optional[pulumi.Input[Optional[str]]] = None,
150
147
  subnetwork: Optional[pulumi.Input[str]] = None,
@@ -172,4 +169,16 @@ def get_subnetwork_iam_policy_output(project: Optional[pulumi.Input[Optional[str
172
169
  region is specified, it is taken from the provider configuration.
173
170
  :param str subnetwork: Used to find the parent resource to bind the IAM policy to
174
171
  """
175
- ...
172
+ __args__ = dict()
173
+ __args__['project'] = project
174
+ __args__['region'] = region
175
+ __args__['subnetwork'] = subnetwork
176
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
177
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getSubnetworkIamPolicy:getSubnetworkIamPolicy', __args__, opts=opts, typ=GetSubnetworkIamPolicyResult)
178
+ return __ret__.apply(lambda __response__: GetSubnetworkIamPolicyResult(
179
+ etag=pulumi.get(__response__, 'etag'),
180
+ id=pulumi.get(__response__, 'id'),
181
+ policy_data=pulumi.get(__response__, 'policy_data'),
182
+ project=pulumi.get(__response__, 'project'),
183
+ region=pulumi.get(__response__, 'region'),
184
+ subnetwork=pulumi.get(__response__, 'subnetwork')))
@@ -129,9 +129,6 @@ def get_subnetworks(filter: Optional[str] = None,
129
129
  project=pulumi.get(__ret__, 'project'),
130
130
  region=pulumi.get(__ret__, 'region'),
131
131
  subnetworks=pulumi.get(__ret__, 'subnetworks'))
132
-
133
-
134
- @_utilities.lift_output_func(get_subnetworks)
135
132
  def get_subnetworks_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
136
133
  project: Optional[pulumi.Input[Optional[str]]] = None,
137
134
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -159,4 +156,15 @@ def get_subnetworks_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
159
156
  :param str region: The region this subnetwork has been created in. If
160
157
  unspecified, this defaults to the region configured in the provider.
161
158
  """
162
- ...
159
+ __args__ = dict()
160
+ __args__['filter'] = filter
161
+ __args__['project'] = project
162
+ __args__['region'] = region
163
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
164
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getSubnetworks:getSubnetworks', __args__, opts=opts, typ=GetSubnetworksResult)
165
+ return __ret__.apply(lambda __response__: GetSubnetworksResult(
166
+ filter=pulumi.get(__response__, 'filter'),
167
+ id=pulumi.get(__response__, 'id'),
168
+ project=pulumi.get(__response__, 'project'),
169
+ region=pulumi.get(__response__, 'region'),
170
+ subnetworks=pulumi.get(__response__, 'subnetworks')))
@@ -156,9 +156,6 @@ def get_vpn_gateway(name: Optional[str] = None,
156
156
  project=pulumi.get(__ret__, 'project'),
157
157
  region=pulumi.get(__ret__, 'region'),
158
158
  self_link=pulumi.get(__ret__, 'self_link'))
159
-
160
-
161
- @_utilities.lift_output_func(get_vpn_gateway)
162
159
  def get_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
163
160
  project: Optional[pulumi.Input[Optional[str]]] = None,
164
161
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -185,4 +182,17 @@ def get_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
185
182
  :param str region: The region in which the resource belongs. If it
186
183
  is not provided, the project region is used.
187
184
  """
188
- ...
185
+ __args__ = dict()
186
+ __args__['name'] = name
187
+ __args__['project'] = project
188
+ __args__['region'] = region
189
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
190
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getVPNGateway:getVPNGateway', __args__, opts=opts, typ=GetVPNGatewayResult)
191
+ return __ret__.apply(lambda __response__: GetVPNGatewayResult(
192
+ description=pulumi.get(__response__, 'description'),
193
+ id=pulumi.get(__response__, 'id'),
194
+ name=pulumi.get(__response__, 'name'),
195
+ network=pulumi.get(__response__, 'network'),
196
+ project=pulumi.get(__response__, 'project'),
197
+ region=pulumi.get(__response__, 'region'),
198
+ self_link=pulumi.get(__response__, 'self_link')))
@@ -115,9 +115,6 @@ def get_zones(project: Optional[str] = None,
115
115
  project=pulumi.get(__ret__, 'project'),
116
116
  region=pulumi.get(__ret__, 'region'),
117
117
  status=pulumi.get(__ret__, 'status'))
118
-
119
-
120
- @_utilities.lift_output_func(get_zones)
121
118
  def get_zones_output(project: Optional[pulumi.Input[Optional[str]]] = None,
122
119
  region: Optional[pulumi.Input[Optional[str]]] = None,
123
120
  status: Optional[pulumi.Input[Optional[str]]] = None,
@@ -132,4 +129,15 @@ def get_zones_output(project: Optional[pulumi.Input[Optional[str]]] = None,
132
129
  :param str status: Allows to filter list of zones based on their current status. Status can be either `UP` or `DOWN`.
133
130
  Defaults to no filtering (all available zones - both `UP` and `DOWN`).
134
131
  """
135
- ...
132
+ __args__ = dict()
133
+ __args__['project'] = project
134
+ __args__['region'] = region
135
+ __args__['status'] = status
136
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
137
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/getZones:getZones', __args__, opts=opts, typ=GetZonesResult)
138
+ return __ret__.apply(lambda __response__: GetZonesResult(
139
+ id=pulumi.get(__response__, 'id'),
140
+ names=pulumi.get(__response__, 'names'),
141
+ project=pulumi.get(__response__, 'project'),
142
+ region=pulumi.get(__response__, 'region'),
143
+ status=pulumi.get(__response__, 'status')))
@@ -14060,7 +14060,7 @@ class InstanceTemplateNetworkInterface(dict):
14060
14060
  is not accessible from the Internet (this means that ssh provisioners will
14061
14061
  not work unless you can send traffic to the instance's
14062
14062
  network (e.g. via tunnel or because it is running on another cloud instance
14063
- on that network). This block can be repeated multiple times. Structure documented below.
14063
+ on that network). This block can be specified once per `network_interface`. Structure documented below.
14064
14064
  :param Sequence['InstanceTemplateNetworkInterfaceAliasIpRangeArgs'] alias_ip_ranges: An
14065
14065
  array of alias IP ranges for this network interface. Can only be specified for network
14066
14066
  interfaces on subnet-mode networks. Structure documented below.
@@ -14127,7 +14127,7 @@ class InstanceTemplateNetworkInterface(dict):
14127
14127
  is not accessible from the Internet (this means that ssh provisioners will
14128
14128
  not work unless you can send traffic to the instance's
14129
14129
  network (e.g. via tunnel or because it is running on another cloud instance
14130
- on that network). This block can be repeated multiple times. Structure documented below.
14130
+ on that network). This block can be specified once per `network_interface`. Structure documented below.
14131
14131
  """
14132
14132
  return pulumi.get(self, "access_configs")
14133
14133
 
@@ -160,9 +160,6 @@ def router_status(name: Optional[str] = None,
160
160
  network=pulumi.get(__ret__, 'network'),
161
161
  project=pulumi.get(__ret__, 'project'),
162
162
  region=pulumi.get(__ret__, 'region'))
163
-
164
-
165
- @_utilities.lift_output_func(router_status)
166
163
  def router_status_output(name: Optional[pulumi.Input[str]] = None,
167
164
  project: Optional[pulumi.Input[Optional[str]]] = None,
168
165
  region: Optional[pulumi.Input[Optional[str]]] = None,
@@ -192,4 +189,17 @@ def router_status_output(name: Optional[pulumi.Input[str]] = None,
192
189
  unspecified, this defaults to the region configured in the provider.
193
190
  """
194
191
  pulumi.log.warn("""router_status is deprecated: gcp.compute.RouterStatus has been deprecated in favor of gcp.compute.getRouterStatus""")
195
- ...
192
+ __args__ = dict()
193
+ __args__['name'] = name
194
+ __args__['project'] = project
195
+ __args__['region'] = region
196
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
197
+ __ret__ = pulumi.runtime.invoke_output('gcp:compute/routerStatus:RouterStatus', __args__, opts=opts, typ=RouterStatusResult)
198
+ return __ret__.apply(lambda __response__: RouterStatusResult(
199
+ best_routes=pulumi.get(__response__, 'best_routes'),
200
+ best_routes_for_routers=pulumi.get(__response__, 'best_routes_for_routers'),
201
+ id=pulumi.get(__response__, 'id'),
202
+ name=pulumi.get(__response__, 'name'),
203
+ network=pulumi.get(__response__, 'network'),
204
+ project=pulumi.get(__response__, 'project'),
205
+ region=pulumi.get(__response__, 'region')))
@@ -9887,6 +9887,8 @@ if not MYPY:
9887
9887
  The CPU management policy on the node. See
9888
9888
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
9889
9889
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
9890
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
9891
+ is setting the empty string `""`, which will function identically to not setting this field.
9890
9892
  """
9891
9893
  insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
9892
9894
  """
@@ -9917,6 +9919,8 @@ class ClusterNodeConfigKubeletConfigArgs:
9917
9919
  :param pulumi.Input[str] cpu_manager_policy: The CPU management policy on the node. See
9918
9920
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
9919
9921
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
9922
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
9923
+ is setting the empty string `""`, which will function identically to not setting this field.
9920
9924
  :param pulumi.Input[str] insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
9921
9925
  :param pulumi.Input[int] pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
9922
9926
  """
@@ -9966,6 +9970,8 @@ class ClusterNodeConfigKubeletConfigArgs:
9966
9970
  The CPU management policy on the node. See
9967
9971
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
9968
9972
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
9973
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
9974
+ is setting the empty string `""`, which will function identically to not setting this field.
9969
9975
  """
9970
9976
  return pulumi.get(self, "cpu_manager_policy")
9971
9977
 
@@ -13778,6 +13784,8 @@ if not MYPY:
13778
13784
  The CPU management policy on the node. See
13779
13785
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
13780
13786
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
13787
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
13788
+ is setting the empty string `""`, which will function identically to not setting this field.
13781
13789
  """
13782
13790
  insecure_kubelet_readonly_port_enabled: NotRequired[pulumi.Input[str]]
13783
13791
  """
@@ -13808,6 +13816,8 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
13808
13816
  :param pulumi.Input[str] cpu_manager_policy: The CPU management policy on the node. See
13809
13817
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
13810
13818
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
13819
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
13820
+ is setting the empty string `""`, which will function identically to not setting this field.
13811
13821
  :param pulumi.Input[str] insecure_kubelet_readonly_port_enabled: Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to `FALSE`. Possible values: `TRUE`, `FALSE`.
13812
13822
  :param pulumi.Input[int] pod_pids_limit: Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
13813
13823
  """
@@ -13857,6 +13867,8 @@ class ClusterNodePoolNodeConfigKubeletConfigArgs:
13857
13867
  The CPU management policy on the node. See
13858
13868
  [K8S CPU Management Policies](https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/).
13859
13869
  One of `"none"` or `"static"`. If unset (or set to the empty string `""`), the API will treat the field as if set to "none".
13870
+ Prior to the 6.4.0 this field was marked as required. The workaround for the required field
13871
+ is setting the empty string `""`, which will function identically to not setting this field.
13860
13872
  """
13861
13873
  return pulumi.get(self, "cpu_manager_policy")
13862
13874
 
@@ -140,9 +140,6 @@ def get_attached_install_manifest(cluster_id: Optional[str] = None,
140
140
  manifest=pulumi.get(__ret__, 'manifest'),
141
141
  platform_version=pulumi.get(__ret__, 'platform_version'),
142
142
  project=pulumi.get(__ret__, 'project'))
143
-
144
-
145
- @_utilities.lift_output_func(get_attached_install_manifest)
146
143
  def get_attached_install_manifest_output(cluster_id: Optional[pulumi.Input[str]] = None,
147
144
  location: Optional[pulumi.Input[str]] = None,
148
145
  platform_version: Optional[pulumi.Input[str]] = None,
@@ -171,4 +168,17 @@ def get_attached_install_manifest_output(cluster_id: Optional[pulumi.Input[str]]
171
168
  :param str project: ID of the project to list available platform versions for. Should match the project the cluster will be deployed to.
172
169
  Defaults to the project that the provider is authenticated with.
173
170
  """
174
- ...
171
+ __args__ = dict()
172
+ __args__['clusterId'] = cluster_id
173
+ __args__['location'] = location
174
+ __args__['platformVersion'] = platform_version
175
+ __args__['project'] = project
176
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
177
+ __ret__ = pulumi.runtime.invoke_output('gcp:container/getAttachedInstallManifest:getAttachedInstallManifest', __args__, opts=opts, typ=GetAttachedInstallManifestResult)
178
+ return __ret__.apply(lambda __response__: GetAttachedInstallManifestResult(
179
+ cluster_id=pulumi.get(__response__, 'cluster_id'),
180
+ id=pulumi.get(__response__, 'id'),
181
+ location=pulumi.get(__response__, 'location'),
182
+ manifest=pulumi.get(__response__, 'manifest'),
183
+ platform_version=pulumi.get(__response__, 'platform_version'),
184
+ project=pulumi.get(__response__, 'project')))
@@ -112,9 +112,6 @@ def get_attached_versions(location: Optional[str] = None,
112
112
  location=pulumi.get(__ret__, 'location'),
113
113
  project=pulumi.get(__ret__, 'project'),
114
114
  valid_versions=pulumi.get(__ret__, 'valid_versions'))
115
-
116
-
117
- @_utilities.lift_output_func(get_attached_versions)
118
115
  def get_attached_versions_output(location: Optional[pulumi.Input[str]] = None,
119
116
  project: Optional[pulumi.Input[str]] = None,
120
117
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAttachedVersionsResult]:
@@ -137,4 +134,13 @@ def get_attached_versions_output(location: Optional[pulumi.Input[str]] = None,
137
134
  :param str project: ID of the project to list available platform versions for. Should match the project the cluster will be deployed to.
138
135
  Defaults to the project that the provider is authenticated with.
139
136
  """
140
- ...
137
+ __args__ = dict()
138
+ __args__['location'] = location
139
+ __args__['project'] = project
140
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
141
+ __ret__ = pulumi.runtime.invoke_output('gcp:container/getAttachedVersions:getAttachedVersions', __args__, opts=opts, typ=GetAttachedVersionsResult)
142
+ return __ret__.apply(lambda __response__: GetAttachedVersionsResult(
143
+ id=pulumi.get(__response__, 'id'),
144
+ location=pulumi.get(__response__, 'location'),
145
+ project=pulumi.get(__response__, 'project'),
146
+ valid_versions=pulumi.get(__response__, 'valid_versions')))
@@ -125,9 +125,6 @@ def get_aws_versions(location: Optional[str] = None,
125
125
  project=pulumi.get(__ret__, 'project'),
126
126
  supported_regions=pulumi.get(__ret__, 'supported_regions'),
127
127
  valid_versions=pulumi.get(__ret__, 'valid_versions'))
128
-
129
-
130
- @_utilities.lift_output_func(get_aws_versions)
131
128
  def get_aws_versions_output(location: Optional[pulumi.Input[Optional[str]]] = None,
132
129
  project: Optional[pulumi.Input[Optional[str]]] = None,
133
130
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAwsVersionsResult]:
@@ -150,4 +147,14 @@ def get_aws_versions_output(location: Optional[pulumi.Input[Optional[str]]] = No
150
147
  :param str project: ID of the project to list available cluster versions for. Should match the project the cluster will be deployed to.
151
148
  Defaults to the project that the provider is authenticated with.
152
149
  """
153
- ...
150
+ __args__ = dict()
151
+ __args__['location'] = location
152
+ __args__['project'] = project
153
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
154
+ __ret__ = pulumi.runtime.invoke_output('gcp:container/getAwsVersions:getAwsVersions', __args__, opts=opts, typ=GetAwsVersionsResult)
155
+ return __ret__.apply(lambda __response__: GetAwsVersionsResult(
156
+ id=pulumi.get(__response__, 'id'),
157
+ location=pulumi.get(__response__, 'location'),
158
+ project=pulumi.get(__response__, 'project'),
159
+ supported_regions=pulumi.get(__response__, 'supported_regions'),
160
+ valid_versions=pulumi.get(__response__, 'valid_versions')))