pulumi-gcp 8.5.0a1728386657__py3-none-any.whl → 8.6.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.5.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
  353. {pulumi_gcp-8.5.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +355 -354
  354. {pulumi_gcp-8.5.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
  355. {pulumi_gcp-8.5.0a1728386657.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
@@ -316,7 +316,7 @@ class BackupVault(pulumi.CustomResource):
316
316
 
317
317
  test_backup_vault = gcp.netapp.BackupVault("test_backup_vault",
318
318
  name="test-backup-vault",
319
- location="us-central1",
319
+ location="us-west1",
320
320
  description="Terraform created vault",
321
321
  labels={
322
322
  "creator": "testuser",
@@ -388,7 +388,7 @@ class BackupVault(pulumi.CustomResource):
388
388
 
389
389
  test_backup_vault = gcp.netapp.BackupVault("test_backup_vault",
390
390
  name="test-backup-vault",
391
- location="us-central1",
391
+ location="us-west1",
392
392
  description="Terraform created vault",
393
393
  labels={
394
394
  "creator": "testuser",
@@ -17,6 +17,8 @@ from .. import _utilities
17
17
  __all__ = [
18
18
  'HubRoutingVpcArgs',
19
19
  'HubRoutingVpcArgsDict',
20
+ 'InternalRangeMigrationArgs',
21
+ 'InternalRangeMigrationArgsDict',
20
22
  'PolicyBasedRouteFilterArgs',
21
23
  'PolicyBasedRouteFilterArgsDict',
22
24
  'PolicyBasedRouteInterconnectAttachmentArgs',
@@ -79,6 +81,74 @@ class HubRoutingVpcArgs:
79
81
  pulumi.set(self, "uri", value)
80
82
 
81
83
 
84
+ if not MYPY:
85
+ class InternalRangeMigrationArgsDict(TypedDict):
86
+ source: pulumi.Input[str]
87
+ """
88
+ Resource path as an URI of the source resource, for example a subnet.
89
+ The project for the source resource should match the project for the
90
+ InternalRange.
91
+ An example /projects/{project}/regions/{region}/subnetworks/{subnet}
92
+ """
93
+ target: pulumi.Input[str]
94
+ """
95
+ Resource path of the target resource. The target project can be
96
+ different, as in the cases when migrating to peer networks. The resource
97
+ may not exist yet.
98
+ For example /projects/{project}/regions/{region}/subnetworks/{subnet}
99
+ """
100
+ elif False:
101
+ InternalRangeMigrationArgsDict: TypeAlias = Mapping[str, Any]
102
+
103
+ @pulumi.input_type
104
+ class InternalRangeMigrationArgs:
105
+ def __init__(__self__, *,
106
+ source: pulumi.Input[str],
107
+ target: pulumi.Input[str]):
108
+ """
109
+ :param pulumi.Input[str] source: Resource path as an URI of the source resource, for example a subnet.
110
+ The project for the source resource should match the project for the
111
+ InternalRange.
112
+ An example /projects/{project}/regions/{region}/subnetworks/{subnet}
113
+ :param pulumi.Input[str] target: Resource path of the target resource. The target project can be
114
+ different, as in the cases when migrating to peer networks. The resource
115
+ may not exist yet.
116
+ For example /projects/{project}/regions/{region}/subnetworks/{subnet}
117
+ """
118
+ pulumi.set(__self__, "source", source)
119
+ pulumi.set(__self__, "target", target)
120
+
121
+ @property
122
+ @pulumi.getter
123
+ def source(self) -> pulumi.Input[str]:
124
+ """
125
+ Resource path as an URI of the source resource, for example a subnet.
126
+ The project for the source resource should match the project for the
127
+ InternalRange.
128
+ An example /projects/{project}/regions/{region}/subnetworks/{subnet}
129
+ """
130
+ return pulumi.get(self, "source")
131
+
132
+ @source.setter
133
+ def source(self, value: pulumi.Input[str]):
134
+ pulumi.set(self, "source", value)
135
+
136
+ @property
137
+ @pulumi.getter
138
+ def target(self) -> pulumi.Input[str]:
139
+ """
140
+ Resource path of the target resource. The target project can be
141
+ different, as in the cases when migrating to peer networks. The resource
142
+ may not exist yet.
143
+ For example /projects/{project}/regions/{region}/subnetworks/{subnet}
144
+ """
145
+ return pulumi.get(self, "target")
146
+
147
+ @target.setter
148
+ def target(self, value: pulumi.Input[str]):
149
+ pulumi.set(self, "target", value)
150
+
151
+
82
152
  if not MYPY:
83
153
  class PolicyBasedRouteFilterArgsDict(TypedDict):
84
154
  protocol_version: pulumi.Input[str]
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
13
13
  else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from .. import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
16
18
 
17
19
  __all__ = ['InternalRangeArgs', 'InternalRange']
18
20
 
@@ -25,6 +27,7 @@ class InternalRangeArgs:
25
27
  description: Optional[pulumi.Input[str]] = None,
26
28
  ip_cidr_range: Optional[pulumi.Input[str]] = None,
27
29
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
30
+ migration: Optional[pulumi.Input['InternalRangeMigrationArgs']] = None,
28
31
  name: Optional[pulumi.Input[str]] = None,
29
32
  overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
30
33
  prefix_length: Optional[pulumi.Input[int]] = None,
@@ -39,13 +42,15 @@ class InternalRangeArgs:
39
42
 
40
43
  - - -
41
44
  :param pulumi.Input[str] usage: The type of usage set for this InternalRange.
42
- Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
45
+ Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
43
46
  :param pulumi.Input[str] description: An optional description of this resource.
44
47
  :param pulumi.Input[str] ip_cidr_range: The IP range that this internal range defines.
45
48
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels.
46
49
 
47
50
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
48
51
  Please refer to the field `effective_labels` for all of the labels present on the resource.
52
+ :param pulumi.Input['InternalRangeMigrationArgs'] migration: Specification for migration with source and target resource names.
53
+ Structure is documented below.
49
54
  :param pulumi.Input[str] name: The name of the policy based route.
50
55
  :param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
51
56
  Each value may be one of: `OVERLAP_ROUTE_RANGE`, `OVERLAP_EXISTING_SUBNET_RANGE`.
@@ -65,6 +70,8 @@ class InternalRangeArgs:
65
70
  pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
66
71
  if labels is not None:
67
72
  pulumi.set(__self__, "labels", labels)
73
+ if migration is not None:
74
+ pulumi.set(__self__, "migration", migration)
68
75
  if name is not None:
69
76
  pulumi.set(__self__, "name", name)
70
77
  if overlaps is not None:
@@ -109,7 +116,7 @@ class InternalRangeArgs:
109
116
  def usage(self) -> pulumi.Input[str]:
110
117
  """
111
118
  The type of usage set for this InternalRange.
112
- Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
119
+ Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
113
120
  """
114
121
  return pulumi.get(self, "usage")
115
122
 
@@ -156,6 +163,19 @@ class InternalRangeArgs:
156
163
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
157
164
  pulumi.set(self, "labels", value)
158
165
 
166
+ @property
167
+ @pulumi.getter
168
+ def migration(self) -> Optional[pulumi.Input['InternalRangeMigrationArgs']]:
169
+ """
170
+ Specification for migration with source and target resource names.
171
+ Structure is documented below.
172
+ """
173
+ return pulumi.get(self, "migration")
174
+
175
+ @migration.setter
176
+ def migration(self, value: Optional[pulumi.Input['InternalRangeMigrationArgs']]):
177
+ pulumi.set(self, "migration", value)
178
+
159
179
  @property
160
180
  @pulumi.getter
161
181
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -228,6 +248,7 @@ class _InternalRangeState:
228
248
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
229
249
  ip_cidr_range: Optional[pulumi.Input[str]] = None,
230
250
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
251
+ migration: Optional[pulumi.Input['InternalRangeMigrationArgs']] = None,
231
252
  name: Optional[pulumi.Input[str]] = None,
232
253
  network: Optional[pulumi.Input[str]] = None,
233
254
  overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -247,6 +268,8 @@ class _InternalRangeState:
247
268
 
248
269
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
249
270
  Please refer to the field `effective_labels` for all of the labels present on the resource.
271
+ :param pulumi.Input['InternalRangeMigrationArgs'] migration: Specification for migration with source and target resource names.
272
+ Structure is documented below.
250
273
  :param pulumi.Input[str] name: The name of the policy based route.
251
274
  :param pulumi.Input[str] network: Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network.
252
275
  :param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
@@ -265,7 +288,7 @@ class _InternalRangeState:
265
288
  :param pulumi.Input[Sequence[pulumi.Input[str]]] target_cidr_ranges: Optional. Can be set to narrow down or pick a different address space while searching for a free range.
266
289
  If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.
267
290
  :param pulumi.Input[str] usage: The type of usage set for this InternalRange.
268
- Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
291
+ Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
269
292
  :param pulumi.Input[Sequence[pulumi.Input[str]]] users: Output only. The list of resources that refer to this internal range.
270
293
  Resources that use the internal range for their range allocation are referred to as users of the range.
271
294
  Other resources mark themselves as users while doing so by creating a reference to this internal range. Having a user, based on this reference, prevents deletion of the internal range referred to. Can be empty.
@@ -278,6 +301,8 @@ class _InternalRangeState:
278
301
  pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
279
302
  if labels is not None:
280
303
  pulumi.set(__self__, "labels", labels)
304
+ if migration is not None:
305
+ pulumi.set(__self__, "migration", migration)
281
306
  if name is not None:
282
307
  pulumi.set(__self__, "name", name)
283
308
  if network is not None:
@@ -350,6 +375,19 @@ class _InternalRangeState:
350
375
  def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
351
376
  pulumi.set(self, "labels", value)
352
377
 
378
+ @property
379
+ @pulumi.getter
380
+ def migration(self) -> Optional[pulumi.Input['InternalRangeMigrationArgs']]:
381
+ """
382
+ Specification for migration with source and target resource names.
383
+ Structure is documented below.
384
+ """
385
+ return pulumi.get(self, "migration")
386
+
387
+ @migration.setter
388
+ def migration(self, value: Optional[pulumi.Input['InternalRangeMigrationArgs']]):
389
+ pulumi.set(self, "migration", value)
390
+
353
391
  @property
354
392
  @pulumi.getter
355
393
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -460,7 +498,7 @@ class _InternalRangeState:
460
498
  def usage(self) -> Optional[pulumi.Input[str]]:
461
499
  """
462
500
  The type of usage set for this InternalRange.
463
- Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
501
+ Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
464
502
  """
465
503
  return pulumi.get(self, "usage")
466
504
 
@@ -491,6 +529,7 @@ class InternalRange(pulumi.CustomResource):
491
529
  description: Optional[pulumi.Input[str]] = None,
492
530
  ip_cidr_range: Optional[pulumi.Input[str]] = None,
493
531
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
532
+ migration: Optional[pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']]] = None,
494
533
  name: Optional[pulumi.Input[str]] = None,
495
534
  network: Optional[pulumi.Input[str]] = None,
496
535
  overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -591,6 +630,33 @@ class InternalRange(pulumi.CustomResource):
591
630
  overlaps=["OVERLAP_EXISTING_SUBNET_RANGE"],
592
631
  opts = pulumi.ResourceOptions(depends_on=[default_subnetwork]))
593
632
  ```
633
+ ### Network Connectivity Internal Ranges Migration
634
+
635
+ ```python
636
+ import pulumi
637
+ import pulumi_gcp as gcp
638
+
639
+ default_network = gcp.compute.Network("default",
640
+ name="internal-ranges",
641
+ auto_create_subnetworks=False)
642
+ source = gcp.compute.Subnetwork("source",
643
+ name="source-subnet",
644
+ ip_cidr_range="10.1.0.0/16",
645
+ region="us-central1",
646
+ network=default_network.name)
647
+ target_project = gcp.organizations.get_project()
648
+ default = gcp.networkconnectivity.InternalRange("default",
649
+ name="migration",
650
+ description="Test internal range",
651
+ network=default_network.self_link,
652
+ usage="FOR_MIGRATION",
653
+ peering="FOR_SELF",
654
+ ip_cidr_range="10.1.0.0/16",
655
+ migration={
656
+ "source": source.self_link,
657
+ "target": f"projects/{target_project.project_id}/regions/us-central1/subnetworks/target-subnet",
658
+ })
659
+ ```
594
660
 
595
661
  ## Import
596
662
 
@@ -624,6 +690,8 @@ class InternalRange(pulumi.CustomResource):
624
690
 
625
691
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
626
692
  Please refer to the field `effective_labels` for all of the labels present on the resource.
693
+ :param pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']] migration: Specification for migration with source and target resource names.
694
+ Structure is documented below.
627
695
  :param pulumi.Input[str] name: The name of the policy based route.
628
696
  :param pulumi.Input[str] network: Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network.
629
697
  :param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
@@ -640,7 +708,7 @@ class InternalRange(pulumi.CustomResource):
640
708
  :param pulumi.Input[Sequence[pulumi.Input[str]]] target_cidr_ranges: Optional. Can be set to narrow down or pick a different address space while searching for a free range.
641
709
  If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.
642
710
  :param pulumi.Input[str] usage: The type of usage set for this InternalRange.
643
- Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
711
+ Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
644
712
  """
645
713
  ...
646
714
  @overload
@@ -739,6 +807,33 @@ class InternalRange(pulumi.CustomResource):
739
807
  overlaps=["OVERLAP_EXISTING_SUBNET_RANGE"],
740
808
  opts = pulumi.ResourceOptions(depends_on=[default_subnetwork]))
741
809
  ```
810
+ ### Network Connectivity Internal Ranges Migration
811
+
812
+ ```python
813
+ import pulumi
814
+ import pulumi_gcp as gcp
815
+
816
+ default_network = gcp.compute.Network("default",
817
+ name="internal-ranges",
818
+ auto_create_subnetworks=False)
819
+ source = gcp.compute.Subnetwork("source",
820
+ name="source-subnet",
821
+ ip_cidr_range="10.1.0.0/16",
822
+ region="us-central1",
823
+ network=default_network.name)
824
+ target_project = gcp.organizations.get_project()
825
+ default = gcp.networkconnectivity.InternalRange("default",
826
+ name="migration",
827
+ description="Test internal range",
828
+ network=default_network.self_link,
829
+ usage="FOR_MIGRATION",
830
+ peering="FOR_SELF",
831
+ ip_cidr_range="10.1.0.0/16",
832
+ migration={
833
+ "source": source.self_link,
834
+ "target": f"projects/{target_project.project_id}/regions/us-central1/subnetworks/target-subnet",
835
+ })
836
+ ```
742
837
 
743
838
  ## Import
744
839
 
@@ -782,6 +877,7 @@ class InternalRange(pulumi.CustomResource):
782
877
  description: Optional[pulumi.Input[str]] = None,
783
878
  ip_cidr_range: Optional[pulumi.Input[str]] = None,
784
879
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
880
+ migration: Optional[pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']]] = None,
785
881
  name: Optional[pulumi.Input[str]] = None,
786
882
  network: Optional[pulumi.Input[str]] = None,
787
883
  overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -802,6 +898,7 @@ class InternalRange(pulumi.CustomResource):
802
898
  __props__.__dict__["description"] = description
803
899
  __props__.__dict__["ip_cidr_range"] = ip_cidr_range
804
900
  __props__.__dict__["labels"] = labels
901
+ __props__.__dict__["migration"] = migration
805
902
  __props__.__dict__["name"] = name
806
903
  if network is None and not opts.urn:
807
904
  raise TypeError("Missing required property 'network'")
@@ -835,6 +932,7 @@ class InternalRange(pulumi.CustomResource):
835
932
  effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
836
933
  ip_cidr_range: Optional[pulumi.Input[str]] = None,
837
934
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
935
+ migration: Optional[pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']]] = None,
838
936
  name: Optional[pulumi.Input[str]] = None,
839
937
  network: Optional[pulumi.Input[str]] = None,
840
938
  overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
@@ -859,6 +957,8 @@ class InternalRange(pulumi.CustomResource):
859
957
 
860
958
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
861
959
  Please refer to the field `effective_labels` for all of the labels present on the resource.
960
+ :param pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']] migration: Specification for migration with source and target resource names.
961
+ Structure is documented below.
862
962
  :param pulumi.Input[str] name: The name of the policy based route.
863
963
  :param pulumi.Input[str] network: Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network.
864
964
  :param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
@@ -877,7 +977,7 @@ class InternalRange(pulumi.CustomResource):
877
977
  :param pulumi.Input[Sequence[pulumi.Input[str]]] target_cidr_ranges: Optional. Can be set to narrow down or pick a different address space while searching for a free range.
878
978
  If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.
879
979
  :param pulumi.Input[str] usage: The type of usage set for this InternalRange.
880
- Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
980
+ Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
881
981
  :param pulumi.Input[Sequence[pulumi.Input[str]]] users: Output only. The list of resources that refer to this internal range.
882
982
  Resources that use the internal range for their range allocation are referred to as users of the range.
883
983
  Other resources mark themselves as users while doing so by creating a reference to this internal range. Having a user, based on this reference, prevents deletion of the internal range referred to. Can be empty.
@@ -890,6 +990,7 @@ class InternalRange(pulumi.CustomResource):
890
990
  __props__.__dict__["effective_labels"] = effective_labels
891
991
  __props__.__dict__["ip_cidr_range"] = ip_cidr_range
892
992
  __props__.__dict__["labels"] = labels
993
+ __props__.__dict__["migration"] = migration
893
994
  __props__.__dict__["name"] = name
894
995
  __props__.__dict__["network"] = network
895
996
  __props__.__dict__["overlaps"] = overlaps
@@ -937,6 +1038,15 @@ class InternalRange(pulumi.CustomResource):
937
1038
  """
938
1039
  return pulumi.get(self, "labels")
939
1040
 
1041
+ @property
1042
+ @pulumi.getter
1043
+ def migration(self) -> pulumi.Output[Optional['outputs.InternalRangeMigration']]:
1044
+ """
1045
+ Specification for migration with source and target resource names.
1046
+ Structure is documented below.
1047
+ """
1048
+ return pulumi.get(self, "migration")
1049
+
940
1050
  @property
941
1051
  @pulumi.getter
942
1052
  def name(self) -> pulumi.Output[str]:
@@ -1015,7 +1125,7 @@ class InternalRange(pulumi.CustomResource):
1015
1125
  def usage(self) -> pulumi.Output[str]:
1016
1126
  """
1017
1127
  The type of usage set for this InternalRange.
1018
- Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
1128
+ Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
1019
1129
  """
1020
1130
  return pulumi.get(self, "usage")
1021
1131
 
@@ -17,6 +17,7 @@ from . import outputs
17
17
 
18
18
  __all__ = [
19
19
  'HubRoutingVpc',
20
+ 'InternalRangeMigration',
20
21
  'PolicyBasedRouteFilter',
21
22
  'PolicyBasedRouteInterconnectAttachment',
22
23
  'PolicyBasedRouteVirtualMachine',
@@ -51,6 +52,47 @@ class HubRoutingVpc(dict):
51
52
  return pulumi.get(self, "uri")
52
53
 
53
54
 
55
+ @pulumi.output_type
56
+ class InternalRangeMigration(dict):
57
+ def __init__(__self__, *,
58
+ source: str,
59
+ target: str):
60
+ """
61
+ :param str source: Resource path as an URI of the source resource, for example a subnet.
62
+ The project for the source resource should match the project for the
63
+ InternalRange.
64
+ An example /projects/{project}/regions/{region}/subnetworks/{subnet}
65
+ :param str target: Resource path of the target resource. The target project can be
66
+ different, as in the cases when migrating to peer networks. The resource
67
+ may not exist yet.
68
+ For example /projects/{project}/regions/{region}/subnetworks/{subnet}
69
+ """
70
+ pulumi.set(__self__, "source", source)
71
+ pulumi.set(__self__, "target", target)
72
+
73
+ @property
74
+ @pulumi.getter
75
+ def source(self) -> str:
76
+ """
77
+ Resource path as an URI of the source resource, for example a subnet.
78
+ The project for the source resource should match the project for the
79
+ InternalRange.
80
+ An example /projects/{project}/regions/{region}/subnetworks/{subnet}
81
+ """
82
+ return pulumi.get(self, "source")
83
+
84
+ @property
85
+ @pulumi.getter
86
+ def target(self) -> str:
87
+ """
88
+ Resource path of the target resource. The target project can be
89
+ different, as in the cases when migrating to peer networks. The resource
90
+ may not exist yet.
91
+ For example /projects/{project}/regions/{region}/subnetworks/{subnet}
92
+ """
93
+ return pulumi.get(self, "target")
94
+
95
+
54
96
  @pulumi.output_type
55
97
  class PolicyBasedRouteFilter(dict):
56
98
  @staticmethod
@@ -131,9 +131,6 @@ def get_address_group_iam_policy(location: Optional[str] = None,
131
131
  name=pulumi.get(__ret__, 'name'),
132
132
  policy_data=pulumi.get(__ret__, 'policy_data'),
133
133
  project=pulumi.get(__ret__, 'project'))
134
-
135
-
136
- @_utilities.lift_output_func(get_address_group_iam_policy)
137
134
  def get_address_group_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
138
135
  name: Optional[pulumi.Input[str]] = None,
139
136
  project: Optional[pulumi.Input[Optional[str]]] = None,
@@ -150,4 +147,16 @@ def get_address_group_iam_policy_output(location: Optional[pulumi.Input[Optional
150
147
  :param str project: The ID of the project in which the resource belongs.
151
148
  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.
152
149
  """
153
- ...
150
+ __args__ = dict()
151
+ __args__['location'] = location
152
+ __args__['name'] = name
153
+ __args__['project'] = project
154
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
155
+ __ret__ = pulumi.runtime.invoke_output('gcp:networksecurity/getAddressGroupIamPolicy:getAddressGroupIamPolicy', __args__, opts=opts, typ=GetAddressGroupIamPolicyResult)
156
+ return __ret__.apply(lambda __response__: GetAddressGroupIamPolicyResult(
157
+ etag=pulumi.get(__response__, 'etag'),
158
+ id=pulumi.get(__response__, 'id'),
159
+ location=pulumi.get(__response__, 'location'),
160
+ name=pulumi.get(__response__, 'name'),
161
+ policy_data=pulumi.get(__response__, 'policy_data'),
162
+ project=pulumi.get(__response__, 'project')))
@@ -31,6 +31,7 @@ class GatewayArgs:
31
31
  name: Optional[pulumi.Input[str]] = None,
32
32
  network: Optional[pulumi.Input[str]] = None,
33
33
  project: Optional[pulumi.Input[str]] = None,
34
+ routing_mode: Optional[pulumi.Input[str]] = None,
34
35
  scope: Optional[pulumi.Input[str]] = None,
35
36
  server_tls_policy: Optional[pulumi.Input[str]] = None,
36
37
  subnetwork: Optional[pulumi.Input[str]] = None):
@@ -66,6 +67,8 @@ class GatewayArgs:
66
67
  Currently, this field is specific to gateways of type 'SECURE_WEB_GATEWAY'.
67
68
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
68
69
  If it is not provided, the provider project is used.
70
+ :param pulumi.Input[str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
71
+ Possible values are: `NEXT_HOP_ROUTING_MODE`.
69
72
  :param pulumi.Input[str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
70
73
  The configuration for multiple Gateway instances with the same scope will be merged as presented as
71
74
  a single coniguration to the proxy/load balancer.
@@ -98,6 +101,8 @@ class GatewayArgs:
98
101
  pulumi.set(__self__, "network", network)
99
102
  if project is not None:
100
103
  pulumi.set(__self__, "project", project)
104
+ if routing_mode is not None:
105
+ pulumi.set(__self__, "routing_mode", routing_mode)
101
106
  if scope is not None:
102
107
  pulumi.set(__self__, "scope", scope)
103
108
  if server_tls_policy is not None:
@@ -267,6 +272,19 @@ class GatewayArgs:
267
272
  def project(self, value: Optional[pulumi.Input[str]]):
268
273
  pulumi.set(self, "project", value)
269
274
 
275
+ @property
276
+ @pulumi.getter(name="routingMode")
277
+ def routing_mode(self) -> Optional[pulumi.Input[str]]:
278
+ """
279
+ The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
280
+ Possible values are: `NEXT_HOP_ROUTING_MODE`.
281
+ """
282
+ return pulumi.get(self, "routing_mode")
283
+
284
+ @routing_mode.setter
285
+ def routing_mode(self, value: Optional[pulumi.Input[str]]):
286
+ pulumi.set(self, "routing_mode", value)
287
+
270
288
  @property
271
289
  @pulumi.getter
272
290
  def scope(self) -> Optional[pulumi.Input[str]]:
@@ -327,6 +345,7 @@ class _GatewayState:
327
345
  ports: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
328
346
  project: Optional[pulumi.Input[str]] = None,
329
347
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
348
+ routing_mode: Optional[pulumi.Input[str]] = None,
330
349
  scope: Optional[pulumi.Input[str]] = None,
331
350
  self_link: Optional[pulumi.Input[str]] = None,
332
351
  server_tls_policy: Optional[pulumi.Input[str]] = None,
@@ -367,6 +386,8 @@ class _GatewayState:
367
386
  If it is not provided, the provider project is used.
368
387
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
369
388
  and default labels configured on the provider.
389
+ :param pulumi.Input[str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
390
+ Possible values are: `NEXT_HOP_ROUTING_MODE`.
370
391
  :param pulumi.Input[str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
371
392
  The configuration for multiple Gateway instances with the same scope will be merged as presented as
372
393
  a single coniguration to the proxy/load balancer.
@@ -409,6 +430,8 @@ class _GatewayState:
409
430
  pulumi.set(__self__, "project", project)
410
431
  if pulumi_labels is not None:
411
432
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
433
+ if routing_mode is not None:
434
+ pulumi.set(__self__, "routing_mode", routing_mode)
412
435
  if scope is not None:
413
436
  pulumi.set(__self__, "scope", scope)
414
437
  if self_link is not None:
@@ -608,6 +631,19 @@ class _GatewayState:
608
631
  def pulumi_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
609
632
  pulumi.set(self, "pulumi_labels", value)
610
633
 
634
+ @property
635
+ @pulumi.getter(name="routingMode")
636
+ def routing_mode(self) -> Optional[pulumi.Input[str]]:
637
+ """
638
+ The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
639
+ Possible values are: `NEXT_HOP_ROUTING_MODE`.
640
+ """
641
+ return pulumi.get(self, "routing_mode")
642
+
643
+ @routing_mode.setter
644
+ def routing_mode(self, value: Optional[pulumi.Input[str]]):
645
+ pulumi.set(self, "routing_mode", value)
646
+
611
647
  @property
612
648
  @pulumi.getter
613
649
  def scope(self) -> Optional[pulumi.Input[str]]:
@@ -704,6 +740,7 @@ class Gateway(pulumi.CustomResource):
704
740
  network: Optional[pulumi.Input[str]] = None,
705
741
  ports: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
706
742
  project: Optional[pulumi.Input[str]] = None,
743
+ routing_mode: Optional[pulumi.Input[str]] = None,
707
744
  scope: Optional[pulumi.Input[str]] = None,
708
745
  server_tls_policy: Optional[pulumi.Input[str]] = None,
709
746
  subnetwork: Optional[pulumi.Input[str]] = None,
@@ -931,6 +968,8 @@ class Gateway(pulumi.CustomResource):
931
968
  limited to 1 port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 and support multiple ports.
932
969
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
933
970
  If it is not provided, the provider project is used.
971
+ :param pulumi.Input[str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
972
+ Possible values are: `NEXT_HOP_ROUTING_MODE`.
934
973
  :param pulumi.Input[str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
935
974
  The configuration for multiple Gateway instances with the same scope will be merged as presented as
936
975
  a single coniguration to the proxy/load balancer.
@@ -1167,6 +1206,7 @@ class Gateway(pulumi.CustomResource):
1167
1206
  network: Optional[pulumi.Input[str]] = None,
1168
1207
  ports: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
1169
1208
  project: Optional[pulumi.Input[str]] = None,
1209
+ routing_mode: Optional[pulumi.Input[str]] = None,
1170
1210
  scope: Optional[pulumi.Input[str]] = None,
1171
1211
  server_tls_policy: Optional[pulumi.Input[str]] = None,
1172
1212
  subnetwork: Optional[pulumi.Input[str]] = None,
@@ -1193,6 +1233,7 @@ class Gateway(pulumi.CustomResource):
1193
1233
  raise TypeError("Missing required property 'ports'")
1194
1234
  __props__.__dict__["ports"] = ports
1195
1235
  __props__.__dict__["project"] = project
1236
+ __props__.__dict__["routing_mode"] = routing_mode
1196
1237
  __props__.__dict__["scope"] = scope
1197
1238
  __props__.__dict__["server_tls_policy"] = server_tls_policy
1198
1239
  __props__.__dict__["subnetwork"] = subnetwork
@@ -1230,6 +1271,7 @@ class Gateway(pulumi.CustomResource):
1230
1271
  ports: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
1231
1272
  project: Optional[pulumi.Input[str]] = None,
1232
1273
  pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1274
+ routing_mode: Optional[pulumi.Input[str]] = None,
1233
1275
  scope: Optional[pulumi.Input[str]] = None,
1234
1276
  self_link: Optional[pulumi.Input[str]] = None,
1235
1277
  server_tls_policy: Optional[pulumi.Input[str]] = None,
@@ -1275,6 +1317,8 @@ class Gateway(pulumi.CustomResource):
1275
1317
  If it is not provided, the provider project is used.
1276
1318
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] pulumi_labels: The combination of labels configured directly on the resource
1277
1319
  and default labels configured on the provider.
1320
+ :param pulumi.Input[str] routing_mode: The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
1321
+ Possible values are: `NEXT_HOP_ROUTING_MODE`.
1278
1322
  :param pulumi.Input[str] scope: Immutable. Scope determines how configuration across multiple Gateway instances are merged.
1279
1323
  The configuration for multiple Gateway instances with the same scope will be merged as presented as
1280
1324
  a single coniguration to the proxy/load balancer.
@@ -1307,6 +1351,7 @@ class Gateway(pulumi.CustomResource):
1307
1351
  __props__.__dict__["ports"] = ports
1308
1352
  __props__.__dict__["project"] = project
1309
1353
  __props__.__dict__["pulumi_labels"] = pulumi_labels
1354
+ __props__.__dict__["routing_mode"] = routing_mode
1310
1355
  __props__.__dict__["scope"] = scope
1311
1356
  __props__.__dict__["self_link"] = self_link
1312
1357
  __props__.__dict__["server_tls_policy"] = server_tls_policy
@@ -1445,6 +1490,15 @@ class Gateway(pulumi.CustomResource):
1445
1490
  """
1446
1491
  return pulumi.get(self, "pulumi_labels")
1447
1492
 
1493
+ @property
1494
+ @pulumi.getter(name="routingMode")
1495
+ def routing_mode(self) -> pulumi.Output[Optional[str]]:
1496
+ """
1497
+ The routing mode of the Gateway. This field is configurable only for gateways of type SECURE_WEB_GATEWAY. This field is required for gateways of type SECURE_WEB_GATEWAY.
1498
+ Possible values are: `NEXT_HOP_ROUTING_MODE`.
1499
+ """
1500
+ return pulumi.get(self, "routing_mode")
1501
+
1448
1502
  @property
1449
1503
  @pulumi.getter
1450
1504
  def scope(self) -> pulumi.Output[Optional[str]]: