pulumi-gcp 8.7.0a1730196225__py3-none-any.whl → 8.8.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 (347) hide show
  1. pulumi_gcp/__init__.py +8 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
  6. pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
  8. pulumi_gcp/apigateway/api_iam_binding.py +2 -2
  9. pulumi_gcp/apigateway/api_iam_member.py +2 -2
  10. pulumi_gcp/apigateway/api_iam_policy.py +2 -2
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
  12. pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
  14. pulumi_gcp/apigee/environment_iam_binding.py +4 -4
  15. pulumi_gcp/apigee/environment_iam_member.py +4 -4
  16. pulumi_gcp/apigee/environment_iam_policy.py +4 -4
  17. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  18. pulumi_gcp/apphub/_inputs.py +6 -3
  19. pulumi_gcp/apphub/application.py +30 -4
  20. pulumi_gcp/apphub/outputs.py +8 -4
  21. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
  22. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
  23. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
  24. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  25. pulumi_gcp/assuredworkloads/outputs.py +37 -0
  26. pulumi_gcp/assuredworkloads/workload.py +56 -3
  27. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
  28. pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
  29. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
  30. pulumi_gcp/biglake/table.py +12 -12
  31. pulumi_gcp/bigquery/_inputs.py +60 -0
  32. pulumi_gcp/bigquery/connection.py +2 -2
  33. pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
  34. pulumi_gcp/bigquery/connection_iam_member.py +2 -2
  35. pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
  36. pulumi_gcp/bigquery/dataset.py +99 -2
  37. pulumi_gcp/bigquery/dataset_access.py +2 -2
  38. pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
  39. pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
  40. pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
  41. pulumi_gcp/bigquery/get_dataset.py +12 -1
  42. pulumi_gcp/bigquery/iam_binding.py +2 -2
  43. pulumi_gcp/bigquery/iam_member.py +2 -2
  44. pulumi_gcp/bigquery/iam_policy.py +2 -2
  45. pulumi_gcp/bigquery/outputs.py +87 -0
  46. pulumi_gcp/bigquery/routine.py +6 -6
  47. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
  48. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
  49. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
  50. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
  51. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
  52. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
  53. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
  54. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
  55. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
  56. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
  57. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
  58. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
  59. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
  60. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
  61. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
  62. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
  63. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
  64. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
  65. pulumi_gcp/cloudbuild/trigger.py +18 -18
  66. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
  67. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
  68. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
  69. pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
  70. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
  71. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
  72. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
  73. pulumi_gcp/cloudfunctionsv2/function.py +22 -22
  74. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
  75. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
  76. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
  77. pulumi_gcp/cloudrun/iam_binding.py +2 -2
  78. pulumi_gcp/cloudrun/iam_member.py +2 -2
  79. pulumi_gcp/cloudrun/iam_policy.py +2 -2
  80. pulumi_gcp/cloudrun/service.py +24 -24
  81. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
  82. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
  83. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
  84. pulumi_gcp/cloudrunv2/service.py +2 -2
  85. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
  86. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
  87. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
  88. pulumi_gcp/cloudscheduler/job.py +4 -4
  89. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
  90. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
  91. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
  92. pulumi_gcp/compute/__init__.py +1 -0
  93. pulumi_gcp/compute/_inputs.py +182 -50
  94. pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
  95. pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
  96. pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
  97. pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
  98. pulumi_gcp/compute/backend_service_iam_member.py +2 -2
  99. pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
  100. pulumi_gcp/compute/disk_iam_binding.py +2 -2
  101. pulumi_gcp/compute/disk_iam_member.py +2 -2
  102. pulumi_gcp/compute/disk_iam_policy.py +2 -2
  103. pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
  104. pulumi_gcp/compute/image.py +76 -22
  105. pulumi_gcp/compute/image_iam_binding.py +2 -2
  106. pulumi_gcp/compute/image_iam_member.py +2 -2
  107. pulumi_gcp/compute/image_iam_policy.py +2 -2
  108. pulumi_gcp/compute/instance_iam_binding.py +2 -2
  109. pulumi_gcp/compute/instance_iam_member.py +2 -2
  110. pulumi_gcp/compute/instance_iam_policy.py +2 -2
  111. pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
  112. pulumi_gcp/compute/machine_image_iam_member.py +2 -2
  113. pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
  114. pulumi_gcp/compute/outputs.py +197 -30
  115. pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
  116. pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
  117. pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
  118. pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
  119. pulumi_gcp/compute/region_disk_iam_member.py +2 -2
  120. pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
  121. pulumi_gcp/compute/region_security_policy_rule.py +74 -0
  122. pulumi_gcp/compute/security_policy_rule.py +111 -13
  123. pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
  124. pulumi_gcp/compute/snapshot_iam_member.py +2 -2
  125. pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
  126. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
  127. pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
  128. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
  129. pulumi_gcp/compute/url_map.py +10 -10
  130. pulumi_gcp/container/aws_node_pool.py +12 -12
  131. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
  132. pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
  133. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
  134. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
  135. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
  136. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
  137. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
  138. pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
  139. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
  140. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
  141. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
  142. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
  143. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
  144. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
  145. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
  146. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
  147. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
  148. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
  149. pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
  150. pulumi_gcp/dataplex/asset_iam_member.py +2 -2
  151. pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
  152. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
  153. pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
  154. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
  155. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
  156. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
  157. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
  158. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
  159. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
  160. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
  161. pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
  162. pulumi_gcp/dataplex/lake_iam_member.py +2 -2
  163. pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
  164. pulumi_gcp/dataplex/task.py +4 -4
  165. pulumi_gcp/dataplex/task_iam_binding.py +2 -2
  166. pulumi_gcp/dataplex/task_iam_member.py +2 -2
  167. pulumi_gcp/dataplex/task_iam_policy.py +2 -2
  168. pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
  169. pulumi_gcp/dataplex/zone_iam_member.py +2 -2
  170. pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
  171. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
  172. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
  173. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
  174. pulumi_gcp/dataproc/batch.py +24 -24
  175. pulumi_gcp/dataproc/cluster.py +2 -2
  176. pulumi_gcp/dataproc/job.py +4 -4
  177. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
  178. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
  179. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
  180. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
  181. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
  182. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
  183. pulumi_gcp/diagflow/cx_flow.py +4 -4
  184. pulumi_gcp/diagflow/cx_page.py +10 -10
  185. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
  186. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
  187. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
  188. pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
  189. pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
  190. pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
  191. pulumi_gcp/endpoints/service_iam_binding.py +4 -4
  192. pulumi_gcp/endpoints/service_iam_member.py +4 -4
  193. pulumi_gcp/endpoints/service_iam_policy.py +4 -4
  194. pulumi_gcp/firebase/extensions_instance.py +24 -24
  195. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
  196. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
  197. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
  198. pulumi_gcp/gkebackup/restore_plan.py +18 -18
  199. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
  200. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
  201. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
  202. pulumi_gcp/gkehub/_inputs.py +21 -21
  203. pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
  204. pulumi_gcp/gkehub/feature_iam_member.py +2 -2
  205. pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
  206. pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
  207. pulumi_gcp/gkehub/membership_iam_member.py +2 -2
  208. pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
  209. pulumi_gcp/gkehub/outputs.py +13 -13
  210. pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
  211. pulumi_gcp/gkehub/scope_iam_member.py +2 -2
  212. pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
  213. pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
  214. pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
  215. pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
  216. pulumi_gcp/iap/__init__.py +1 -0
  217. pulumi_gcp/iap/_inputs.py +1002 -0
  218. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
  219. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
  220. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
  221. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
  222. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
  223. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
  224. pulumi_gcp/iap/outputs.py +827 -0
  225. pulumi_gcp/iap/settings.py +546 -0
  226. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
  227. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
  228. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
  229. pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
  230. pulumi_gcp/iap/tunnel_iam_member.py +2 -2
  231. pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
  232. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
  233. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
  234. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
  235. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
  236. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
  237. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
  238. pulumi_gcp/iap/web_iam_binding.py +2 -2
  239. pulumi_gcp/iap/web_iam_member.py +2 -2
  240. pulumi_gcp/iap/web_iam_policy.py +2 -2
  241. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
  242. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
  243. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
  244. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
  245. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
  246. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
  247. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
  248. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
  249. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
  250. pulumi_gcp/identityplatform/config.py +2 -2
  251. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
  252. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
  253. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
  254. pulumi_gcp/logging/log_view_iam_binding.py +4 -4
  255. pulumi_gcp/logging/log_view_iam_member.py +4 -4
  256. pulumi_gcp/logging/log_view_iam_policy.py +4 -4
  257. pulumi_gcp/memorystore/_inputs.py +117 -4
  258. pulumi_gcp/memorystore/instance.py +105 -0
  259. pulumi_gcp/memorystore/outputs.py +80 -4
  260. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
  261. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
  262. pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
  263. pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
  264. pulumi_gcp/networkservices/edge_cache_service.py +2 -2
  265. pulumi_gcp/networkservices/http_route.py +4 -4
  266. pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
  267. pulumi_gcp/notebooks/instance_iam_member.py +2 -2
  268. pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
  269. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
  270. pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
  271. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
  272. pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
  273. pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
  274. pulumi_gcp/pubsub/schema_iam_member.py +2 -2
  275. pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
  276. pulumi_gcp/pubsub/subscription.py +18 -66
  277. pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
  278. pulumi_gcp/pubsub/topic_iam_member.py +2 -2
  279. pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
  280. pulumi_gcp/pulumi-plugin.json +1 -1
  281. pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
  282. pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
  283. pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
  284. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
  285. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
  286. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
  287. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
  288. pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
  289. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
  290. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
  291. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
  292. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
  293. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
  294. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
  295. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
  296. pulumi_gcp/serviceaccount/__init__.py +1 -0
  297. pulumi_gcp/serviceaccount/get_account.py +15 -1
  298. pulumi_gcp/serviceaccount/get_s.py +132 -0
  299. pulumi_gcp/serviceaccount/outputs.py +89 -0
  300. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  301. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  302. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  303. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  304. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  305. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  306. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
  307. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
  308. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
  309. pulumi_gcp/spanner/_inputs.py +208 -12
  310. pulumi_gcp/spanner/outputs.py +287 -9
  311. pulumi_gcp/sql/_inputs.py +6 -3
  312. pulumi_gcp/sql/outputs.py +4 -2
  313. pulumi_gcp/storage/_inputs.py +3 -6
  314. pulumi_gcp/storage/bucket.py +7 -7
  315. pulumi_gcp/storage/bucket_iam_binding.py +2 -2
  316. pulumi_gcp/storage/bucket_iam_member.py +2 -2
  317. pulumi_gcp/storage/bucket_iam_policy.py +2 -2
  318. pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
  319. pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
  320. pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
  321. pulumi_gcp/storage/outputs.py +4 -6
  322. pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
  323. pulumi_gcp/tags/tag_key_iam_member.py +4 -4
  324. pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
  325. pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
  326. pulumi_gcp/tags/tag_value_iam_member.py +4 -4
  327. pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
  328. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
  329. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
  330. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
  331. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
  332. pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
  333. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
  334. pulumi_gcp/vmwareengine/_inputs.py +472 -6
  335. pulumi_gcp/vmwareengine/outputs.py +668 -22
  336. pulumi_gcp/vmwareengine/private_cloud.py +44 -0
  337. pulumi_gcp/workstations/workstation_config.py +6 -6
  338. pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
  339. pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
  340. pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
  341. pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
  342. pulumi_gcp/workstations/workstation_iam_member.py +2 -2
  343. pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
  344. {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
  345. {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +347 -344
  346. {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +0 -0
  347. {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -280,7 +280,7 @@ class NamespaceIamMember(pulumi.CustomResource):
280
280
  member="user:jane@example.com")
281
281
  ```
282
282
 
283
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
283
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
284
284
 
285
285
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
286
286
  ---
@@ -371,7 +371,7 @@ class NamespaceIamMember(pulumi.CustomResource):
371
371
  $ pulumi import gcp:servicedirectory/namespaceIamMember:NamespaceIamMember editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}
372
372
  ```
373
373
 
374
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
374
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
375
375
 
376
376
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
377
377
 
@@ -453,7 +453,7 @@ class NamespaceIamMember(pulumi.CustomResource):
453
453
  member="user:jane@example.com")
454
454
  ```
455
455
 
456
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
456
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
457
457
 
458
458
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
459
459
  ---
@@ -544,7 +544,7 @@ class NamespaceIamMember(pulumi.CustomResource):
544
544
  $ pulumi import gcp:servicedirectory/namespaceIamMember:NamespaceIamMember editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}
545
545
  ```
546
546
 
547
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
547
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
548
548
 
549
549
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
550
550
 
@@ -177,7 +177,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
177
177
  member="user:jane@example.com")
178
178
  ```
179
179
 
180
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
180
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
181
181
 
182
182
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
183
183
  ---
@@ -268,7 +268,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
268
268
  $ pulumi import gcp:servicedirectory/namespaceIamPolicy:NamespaceIamPolicy editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}
269
269
  ```
270
270
 
271
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
271
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
272
272
 
273
273
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
274
274
 
@@ -338,7 +338,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
338
338
  member="user:jane@example.com")
339
339
  ```
340
340
 
341
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
341
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
342
342
 
343
343
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
344
344
  ---
@@ -429,7 +429,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
429
429
  $ pulumi import gcp:servicedirectory/namespaceIamPolicy:NamespaceIamPolicy editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}
430
430
  ```
431
431
 
432
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
432
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
433
433
 
434
434
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
435
435
 
@@ -280,7 +280,7 @@ class ServiceIamBinding(pulumi.CustomResource):
280
280
  member="user:jane@example.com")
281
281
  ```
282
282
 
283
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
283
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
284
284
 
285
285
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
286
286
  ---
@@ -371,7 +371,7 @@ class ServiceIamBinding(pulumi.CustomResource):
371
371
  $ pulumi import gcp:servicedirectory/serviceIamBinding:ServiceIamBinding editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}/services/{{service_id}}
372
372
  ```
373
373
 
374
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
374
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
375
375
 
376
376
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
377
377
 
@@ -453,7 +453,7 @@ class ServiceIamBinding(pulumi.CustomResource):
453
453
  member="user:jane@example.com")
454
454
  ```
455
455
 
456
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
456
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
457
457
 
458
458
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
459
459
  ---
@@ -544,7 +544,7 @@ class ServiceIamBinding(pulumi.CustomResource):
544
544
  $ pulumi import gcp:servicedirectory/serviceIamBinding:ServiceIamBinding editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}/services/{{service_id}}
545
545
  ```
546
546
 
547
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
547
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
548
548
 
549
549
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
550
550
 
@@ -280,7 +280,7 @@ class ServiceIamMember(pulumi.CustomResource):
280
280
  member="user:jane@example.com")
281
281
  ```
282
282
 
283
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
283
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
284
284
 
285
285
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
286
286
  ---
@@ -371,7 +371,7 @@ class ServiceIamMember(pulumi.CustomResource):
371
371
  $ pulumi import gcp:servicedirectory/serviceIamMember:ServiceIamMember editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}/services/{{service_id}}
372
372
  ```
373
373
 
374
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
374
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
375
375
 
376
376
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
377
377
 
@@ -453,7 +453,7 @@ class ServiceIamMember(pulumi.CustomResource):
453
453
  member="user:jane@example.com")
454
454
  ```
455
455
 
456
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
456
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
457
457
 
458
458
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
459
459
  ---
@@ -544,7 +544,7 @@ class ServiceIamMember(pulumi.CustomResource):
544
544
  $ pulumi import gcp:servicedirectory/serviceIamMember:ServiceIamMember editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}/services/{{service_id}}
545
545
  ```
546
546
 
547
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
547
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
548
548
 
549
549
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
550
550
 
@@ -177,7 +177,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
177
177
  member="user:jane@example.com")
178
178
  ```
179
179
 
180
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
180
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
181
181
 
182
182
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
183
183
  ---
@@ -268,7 +268,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
268
268
  $ pulumi import gcp:servicedirectory/serviceIamPolicy:ServiceIamPolicy editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}/services/{{service_id}}
269
269
  ```
270
270
 
271
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
271
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
272
272
 
273
273
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
274
274
 
@@ -338,7 +338,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
338
338
  member="user:jane@example.com")
339
339
  ```
340
340
 
341
- ## > **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
341
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
342
342
 
343
343
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
344
344
  ---
@@ -429,7 +429,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
429
429
  $ pulumi import gcp:servicedirectory/serviceIamPolicy:ServiceIamPolicy editor projects/{{project}}/locations/{{location}}/namespaces/{{namespace_id}}/services/{{service_id}}
430
430
  ```
431
431
 
432
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
432
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
433
433
 
434
434
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
435
435
 
@@ -410,7 +410,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
410
410
  $ pulumi import gcp:sourcerepo/repositoryIamBinding:RepositoryIamBinding editor projects/{{project}}/repos/{{repository}}
411
411
  ```
412
412
 
413
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
413
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
414
414
 
415
415
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
416
416
 
@@ -588,7 +588,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
588
588
  $ pulumi import gcp:sourcerepo/repositoryIamBinding:RepositoryIamBinding editor projects/{{project}}/repos/{{repository}}
589
589
  ```
590
590
 
591
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
591
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
592
592
 
593
593
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
594
594
 
@@ -410,7 +410,7 @@ class RepositoryIamMember(pulumi.CustomResource):
410
410
  $ pulumi import gcp:sourcerepo/repositoryIamMember:RepositoryIamMember editor projects/{{project}}/repos/{{repository}}
411
411
  ```
412
412
 
413
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
413
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
414
414
 
415
415
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
416
416
 
@@ -588,7 +588,7 @@ class RepositoryIamMember(pulumi.CustomResource):
588
588
  $ pulumi import gcp:sourcerepo/repositoryIamMember:RepositoryIamMember editor projects/{{project}}/repos/{{repository}}
589
589
  ```
590
590
 
591
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
591
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
592
592
 
593
593
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
594
594
 
@@ -307,7 +307,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
307
307
  $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/repos/{{repository}}
308
308
  ```
309
309
 
310
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
310
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
311
311
 
312
312
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
313
313
 
@@ -473,7 +473,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
473
473
  $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/repos/{{repository}}
474
474
  ```
475
475
 
476
- -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
476
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
477
477
 
478
478
  full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
479
479
 
@@ -31,6 +31,14 @@ __all__ = [
31
31
  'DatabaseIAMMemberConditionArgsDict',
32
32
  'InstanceAutoscalingConfigArgs',
33
33
  'InstanceAutoscalingConfigArgsDict',
34
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs',
35
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgsDict',
36
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs',
37
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgsDict',
38
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs',
39
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgsDict',
40
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs',
41
+ 'InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgsDict',
34
42
  'InstanceAutoscalingConfigAutoscalingLimitsArgs',
35
43
  'InstanceAutoscalingConfigAutoscalingLimitsArgsDict',
36
44
  'InstanceAutoscalingConfigAutoscalingTargetsArgs',
@@ -352,6 +360,11 @@ class DatabaseIAMMemberConditionArgs:
352
360
 
353
361
  if not MYPY:
354
362
  class InstanceAutoscalingConfigArgsDict(TypedDict):
363
+ asymmetric_autoscaling_options: NotRequired[pulumi.Input[Sequence[pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgsDict']]]]
364
+ """
365
+ Asymmetric autoscaling options for specific replicas.
366
+ Structure is documented below.
367
+ """
355
368
  autoscaling_limits: NotRequired[pulumi.Input['InstanceAutoscalingConfigAutoscalingLimitsArgsDict']]
356
369
  """
357
370
  Defines scale in controls to reduce the risk of response latency
@@ -374,9 +387,12 @@ elif False:
374
387
  @pulumi.input_type
375
388
  class InstanceAutoscalingConfigArgs:
376
389
  def __init__(__self__, *,
390
+ asymmetric_autoscaling_options: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs']]]] = None,
377
391
  autoscaling_limits: Optional[pulumi.Input['InstanceAutoscalingConfigAutoscalingLimitsArgs']] = None,
378
392
  autoscaling_targets: Optional[pulumi.Input['InstanceAutoscalingConfigAutoscalingTargetsArgs']] = None):
379
393
  """
394
+ :param pulumi.Input[Sequence[pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs']]] asymmetric_autoscaling_options: Asymmetric autoscaling options for specific replicas.
395
+ Structure is documented below.
380
396
  :param pulumi.Input['InstanceAutoscalingConfigAutoscalingLimitsArgs'] autoscaling_limits: Defines scale in controls to reduce the risk of response latency
381
397
  and outages due to abrupt scale-in events. Users can define the minimum and
382
398
  maximum compute capacity allocated to the instance, and the autoscaler will
@@ -388,11 +404,26 @@ class InstanceAutoscalingConfigArgs:
388
404
  and outages due to abrupt scale-in events
389
405
  Structure is documented below.
390
406
  """
407
+ if asymmetric_autoscaling_options is not None:
408
+ pulumi.set(__self__, "asymmetric_autoscaling_options", asymmetric_autoscaling_options)
391
409
  if autoscaling_limits is not None:
392
410
  pulumi.set(__self__, "autoscaling_limits", autoscaling_limits)
393
411
  if autoscaling_targets is not None:
394
412
  pulumi.set(__self__, "autoscaling_targets", autoscaling_targets)
395
413
 
414
+ @property
415
+ @pulumi.getter(name="asymmetricAutoscalingOptions")
416
+ def asymmetric_autoscaling_options(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs']]]]:
417
+ """
418
+ Asymmetric autoscaling options for specific replicas.
419
+ Structure is documented below.
420
+ """
421
+ return pulumi.get(self, "asymmetric_autoscaling_options")
422
+
423
+ @asymmetric_autoscaling_options.setter
424
+ def asymmetric_autoscaling_options(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs']]]]):
425
+ pulumi.set(self, "asymmetric_autoscaling_options", value)
426
+
396
427
  @property
397
428
  @pulumi.getter(name="autoscalingLimits")
398
429
  def autoscaling_limits(self) -> Optional[pulumi.Input['InstanceAutoscalingConfigAutoscalingLimitsArgs']]:
@@ -426,12 +457,182 @@ class InstanceAutoscalingConfigArgs:
426
457
  pulumi.set(self, "autoscaling_targets", value)
427
458
 
428
459
 
460
+ if not MYPY:
461
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgsDict(TypedDict):
462
+ overrides: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgsDict']
463
+ """
464
+ A nested object resource
465
+ Structure is documented below.
466
+ """
467
+ replica_selection: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgsDict']
468
+ """
469
+ A nested object resource
470
+ Structure is documented below.
471
+ """
472
+ elif False:
473
+ InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgsDict: TypeAlias = Mapping[str, Any]
474
+
475
+ @pulumi.input_type
476
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionArgs:
477
+ def __init__(__self__, *,
478
+ overrides: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs'],
479
+ replica_selection: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs']):
480
+ """
481
+ :param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs'] overrides: A nested object resource
482
+ Structure is documented below.
483
+ :param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs'] replica_selection: A nested object resource
484
+ Structure is documented below.
485
+ """
486
+ pulumi.set(__self__, "overrides", overrides)
487
+ pulumi.set(__self__, "replica_selection", replica_selection)
488
+
489
+ @property
490
+ @pulumi.getter
491
+ def overrides(self) -> pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs']:
492
+ """
493
+ A nested object resource
494
+ Structure is documented below.
495
+ """
496
+ return pulumi.get(self, "overrides")
497
+
498
+ @overrides.setter
499
+ def overrides(self, value: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs']):
500
+ pulumi.set(self, "overrides", value)
501
+
502
+ @property
503
+ @pulumi.getter(name="replicaSelection")
504
+ def replica_selection(self) -> pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs']:
505
+ """
506
+ A nested object resource
507
+ Structure is documented below.
508
+ """
509
+ return pulumi.get(self, "replica_selection")
510
+
511
+ @replica_selection.setter
512
+ def replica_selection(self, value: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs']):
513
+ pulumi.set(self, "replica_selection", value)
514
+
515
+
516
+ if not MYPY:
517
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgsDict(TypedDict):
518
+ autoscaling_limits: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgsDict']
519
+ """
520
+ A nested object resource
521
+ Structure is documented below.
522
+ """
523
+ elif False:
524
+ InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgsDict: TypeAlias = Mapping[str, Any]
525
+
526
+ @pulumi.input_type
527
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesArgs:
528
+ def __init__(__self__, *,
529
+ autoscaling_limits: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs']):
530
+ """
531
+ :param pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs'] autoscaling_limits: A nested object resource
532
+ Structure is documented below.
533
+ """
534
+ pulumi.set(__self__, "autoscaling_limits", autoscaling_limits)
535
+
536
+ @property
537
+ @pulumi.getter(name="autoscalingLimits")
538
+ def autoscaling_limits(self) -> pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs']:
539
+ """
540
+ A nested object resource
541
+ Structure is documented below.
542
+ """
543
+ return pulumi.get(self, "autoscaling_limits")
544
+
545
+ @autoscaling_limits.setter
546
+ def autoscaling_limits(self, value: pulumi.Input['InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs']):
547
+ pulumi.set(self, "autoscaling_limits", value)
548
+
549
+
550
+ if not MYPY:
551
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgsDict(TypedDict):
552
+ max_nodes: pulumi.Input[int]
553
+ """
554
+ The maximum number of nodes for this specific replica.
555
+ """
556
+ min_nodes: pulumi.Input[int]
557
+ """
558
+ The minimum number of nodes for this specific replica.
559
+ """
560
+ elif False:
561
+ InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgsDict: TypeAlias = Mapping[str, Any]
562
+
563
+ @pulumi.input_type
564
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionOverridesAutoscalingLimitsArgs:
565
+ def __init__(__self__, *,
566
+ max_nodes: pulumi.Input[int],
567
+ min_nodes: pulumi.Input[int]):
568
+ """
569
+ :param pulumi.Input[int] max_nodes: The maximum number of nodes for this specific replica.
570
+ :param pulumi.Input[int] min_nodes: The minimum number of nodes for this specific replica.
571
+ """
572
+ pulumi.set(__self__, "max_nodes", max_nodes)
573
+ pulumi.set(__self__, "min_nodes", min_nodes)
574
+
575
+ @property
576
+ @pulumi.getter(name="maxNodes")
577
+ def max_nodes(self) -> pulumi.Input[int]:
578
+ """
579
+ The maximum number of nodes for this specific replica.
580
+ """
581
+ return pulumi.get(self, "max_nodes")
582
+
583
+ @max_nodes.setter
584
+ def max_nodes(self, value: pulumi.Input[int]):
585
+ pulumi.set(self, "max_nodes", value)
586
+
587
+ @property
588
+ @pulumi.getter(name="minNodes")
589
+ def min_nodes(self) -> pulumi.Input[int]:
590
+ """
591
+ The minimum number of nodes for this specific replica.
592
+ """
593
+ return pulumi.get(self, "min_nodes")
594
+
595
+ @min_nodes.setter
596
+ def min_nodes(self, value: pulumi.Input[int]):
597
+ pulumi.set(self, "min_nodes", value)
598
+
599
+
600
+ if not MYPY:
601
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgsDict(TypedDict):
602
+ location: pulumi.Input[str]
603
+ """
604
+ The location of the replica to apply asymmetric autoscaling options.
605
+ """
606
+ elif False:
607
+ InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgsDict: TypeAlias = Mapping[str, Any]
608
+
609
+ @pulumi.input_type
610
+ class InstanceAutoscalingConfigAsymmetricAutoscalingOptionReplicaSelectionArgs:
611
+ def __init__(__self__, *,
612
+ location: pulumi.Input[str]):
613
+ """
614
+ :param pulumi.Input[str] location: The location of the replica to apply asymmetric autoscaling options.
615
+ """
616
+ pulumi.set(__self__, "location", location)
617
+
618
+ @property
619
+ @pulumi.getter
620
+ def location(self) -> pulumi.Input[str]:
621
+ """
622
+ The location of the replica to apply asymmetric autoscaling options.
623
+ """
624
+ return pulumi.get(self, "location")
625
+
626
+ @location.setter
627
+ def location(self, value: pulumi.Input[str]):
628
+ pulumi.set(self, "location", value)
629
+
630
+
429
631
  if not MYPY:
430
632
  class InstanceAutoscalingConfigAutoscalingLimitsArgsDict(TypedDict):
431
633
  max_nodes: NotRequired[pulumi.Input[int]]
432
634
  """
433
- Specifies maximum number of nodes allocated to the instance. If set, this number
434
- should be greater than or equal to min_nodes.
635
+ The maximum number of nodes for this specific replica.
435
636
  """
436
637
  max_processing_units: NotRequired[pulumi.Input[int]]
437
638
  """
@@ -441,8 +642,7 @@ if not MYPY:
441
642
  """
442
643
  min_nodes: NotRequired[pulumi.Input[int]]
443
644
  """
444
- Specifies number of nodes allocated to the instance. If set, this number
445
- should be greater than or equal to 1.
645
+ The minimum number of nodes for this specific replica.
446
646
  """
447
647
  min_processing_units: NotRequired[pulumi.Input[int]]
448
648
  """
@@ -460,13 +660,11 @@ class InstanceAutoscalingConfigAutoscalingLimitsArgs:
460
660
  min_nodes: Optional[pulumi.Input[int]] = None,
461
661
  min_processing_units: Optional[pulumi.Input[int]] = None):
462
662
  """
463
- :param pulumi.Input[int] max_nodes: Specifies maximum number of nodes allocated to the instance. If set, this number
464
- should be greater than or equal to min_nodes.
663
+ :param pulumi.Input[int] max_nodes: The maximum number of nodes for this specific replica.
465
664
  :param pulumi.Input[int] max_processing_units: Specifies maximum number of processing units allocated to the instance.
466
665
  If set, this number should be multiples of 1000 and be greater than or equal to
467
666
  min_processing_units.
468
- :param pulumi.Input[int] min_nodes: Specifies number of nodes allocated to the instance. If set, this number
469
- should be greater than or equal to 1.
667
+ :param pulumi.Input[int] min_nodes: The minimum number of nodes for this specific replica.
470
668
  :param pulumi.Input[int] min_processing_units: Specifies minimum number of processing units allocated to the instance.
471
669
  If set, this number should be multiples of 1000.
472
670
  """
@@ -483,8 +681,7 @@ class InstanceAutoscalingConfigAutoscalingLimitsArgs:
483
681
  @pulumi.getter(name="maxNodes")
484
682
  def max_nodes(self) -> Optional[pulumi.Input[int]]:
485
683
  """
486
- Specifies maximum number of nodes allocated to the instance. If set, this number
487
- should be greater than or equal to min_nodes.
684
+ The maximum number of nodes for this specific replica.
488
685
  """
489
686
  return pulumi.get(self, "max_nodes")
490
687
 
@@ -510,8 +707,7 @@ class InstanceAutoscalingConfigAutoscalingLimitsArgs:
510
707
  @pulumi.getter(name="minNodes")
511
708
  def min_nodes(self) -> Optional[pulumi.Input[int]]:
512
709
  """
513
- Specifies number of nodes allocated to the instance. If set, this number
514
- should be greater than or equal to 1.
710
+ The minimum number of nodes for this specific replica.
515
711
  """
516
712
  return pulumi.get(self, "min_nodes")
517
713