pulumi-gcp 7.24.0a1715926460__py3-none-any.whl → 7.24.0a1716588893__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (327) hide show
  1. pulumi_gcp/__init__.py +16 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  6. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  8. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  9. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  10. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  12. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  14. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  15. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  16. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  17. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  18. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  19. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  20. pulumi_gcp/bigquery/_inputs.py +16 -0
  21. pulumi_gcp/bigquery/connection.py +126 -0
  22. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  23. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  24. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  25. pulumi_gcp/bigquery/dataset_access.py +56 -0
  26. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  27. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  28. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  29. pulumi_gcp/bigquery/iam_binding.py +12 -12
  30. pulumi_gcp/bigquery/iam_member.py +12 -12
  31. pulumi_gcp/bigquery/iam_policy.py +12 -12
  32. pulumi_gcp/bigquery/outputs.py +16 -0
  33. pulumi_gcp/bigquery/routine.py +2 -2
  34. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  35. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  36. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  37. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  38. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  39. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  40. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  41. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  42. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  43. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  44. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  45. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  46. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  47. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  48. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  49. pulumi_gcp/billing/account_iam_binding.py +12 -12
  50. pulumi_gcp/billing/account_iam_member.py +12 -12
  51. pulumi_gcp/billing/account_iam_policy.py +12 -12
  52. pulumi_gcp/billing/project_info.py +4 -4
  53. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  54. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  55. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  56. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  57. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  58. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  59. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  60. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  61. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  62. pulumi_gcp/cloudasset/__init__.py +1 -0
  63. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  64. pulumi_gcp/cloudasset/outputs.py +184 -0
  65. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  66. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  67. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  68. pulumi_gcp/cloudfunctions/function.py +21 -0
  69. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  70. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  71. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  72. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  73. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  74. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  75. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  76. pulumi_gcp/cloudrun/iam_member.py +12 -12
  77. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  78. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  79. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  80. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  81. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  82. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  83. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  84. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  85. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  86. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  87. pulumi_gcp/compute/__init__.py +1 -0
  88. pulumi_gcp/compute/_inputs.py +681 -0
  89. pulumi_gcp/compute/backend_service.py +315 -0
  90. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  91. pulumi_gcp/compute/disk_iam_member.py +12 -12
  92. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  93. pulumi_gcp/compute/forwarding_rule.py +6 -6
  94. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  95. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  96. pulumi_gcp/compute/get_router_nat.py +11 -1
  97. pulumi_gcp/compute/get_snapshot.py +2 -0
  98. pulumi_gcp/compute/image_iam_binding.py +12 -12
  99. pulumi_gcp/compute/image_iam_member.py +12 -12
  100. pulumi_gcp/compute/image_iam_policy.py +12 -12
  101. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  102. pulumi_gcp/compute/instance_iam_member.py +12 -12
  103. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  104. pulumi_gcp/compute/interconnect.py +1683 -0
  105. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  106. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  107. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  108. pulumi_gcp/compute/outputs.py +701 -0
  109. pulumi_gcp/compute/region_backend_service.py +315 -0
  110. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  111. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  112. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  113. pulumi_gcp/compute/router_nat.py +68 -0
  114. pulumi_gcp/compute/router_peer.py +88 -0
  115. pulumi_gcp/compute/security_policy.py +49 -0
  116. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  117. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  118. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  119. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  120. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  121. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  122. pulumi_gcp/compute/target_instance.py +4 -4
  123. pulumi_gcp/compute/target_pool.py +21 -21
  124. pulumi_gcp/container/_inputs.py +14 -2
  125. pulumi_gcp/container/outputs.py +16 -4
  126. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  127. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  128. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  129. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  130. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  131. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  132. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  133. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  134. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  135. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  136. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  137. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  138. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  139. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  140. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  141. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  142. pulumi_gcp/dataloss/_inputs.py +420 -13
  143. pulumi_gcp/dataloss/outputs.py +439 -13
  144. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  145. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  146. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  147. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  148. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  149. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  150. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  151. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  152. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  153. pulumi_gcp/dataplex/task.py +16 -16
  154. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  155. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  156. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  157. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  158. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  159. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  160. pulumi_gcp/dataproc/_inputs.py +190 -46
  161. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  162. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  163. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  164. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  165. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  166. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  167. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  168. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  169. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  170. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  171. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  172. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  173. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  174. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  175. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  176. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  177. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  178. pulumi_gcp/dataproc/outputs.py +182 -46
  179. pulumi_gcp/datastream/_inputs.py +1789 -820
  180. pulumi_gcp/datastream/connection_profile.py +163 -3
  181. pulumi_gcp/datastream/outputs.py +864 -5
  182. pulumi_gcp/datastream/stream.py +174 -0
  183. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  184. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  185. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  186. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  187. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  188. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  189. pulumi_gcp/firestore/field.py +4 -4
  190. pulumi_gcp/folder/iam_audit_config.py +23 -23
  191. pulumi_gcp/folder/iam_member.py +16 -16
  192. pulumi_gcp/folder/iam_policy.py +16 -16
  193. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  194. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  195. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  196. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  197. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  198. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  199. pulumi_gcp/gkehub/membership_binding.py +6 -6
  200. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  201. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  202. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  203. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  204. pulumi_gcp/gkehub/namespace.py +4 -4
  205. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  206. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  207. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  208. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  209. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  210. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  211. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  212. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  213. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  214. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  215. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  216. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  217. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  218. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  219. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  220. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  221. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  222. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  223. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  224. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  225. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  226. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  227. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  228. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  229. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  230. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  231. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  232. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  233. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  234. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  235. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  236. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  237. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  238. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  239. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  240. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  241. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  242. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  243. pulumi_gcp/iap/web_iam_binding.py +12 -12
  244. pulumi_gcp/iap/web_iam_member.py +12 -12
  245. pulumi_gcp/iap/web_iam_policy.py +12 -12
  246. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  247. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  248. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  249. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  250. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  251. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  252. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  253. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  254. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  255. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  256. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  257. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  258. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  259. pulumi_gcp/netapp/storage_pool.py +7 -7
  260. pulumi_gcp/netapp/volume.py +4 -4
  261. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  262. pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
  263. pulumi_gcp/networkservices/__init__.py +1 -0
  264. pulumi_gcp/networkservices/_inputs.py +254 -0
  265. pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
  266. pulumi_gcp/networkservices/outputs.py +265 -0
  267. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  268. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  269. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  270. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  271. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  272. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  273. pulumi_gcp/organizations/_inputs.py +10 -0
  274. pulumi_gcp/organizations/iam_member.py +16 -16
  275. pulumi_gcp/organizations/iam_policy.py +16 -16
  276. pulumi_gcp/organizations/outputs.py +10 -0
  277. pulumi_gcp/orgpolicy/policy.py +2 -2
  278. pulumi_gcp/projects/iam_audit_config.py +23 -23
  279. pulumi_gcp/projects/iam_binding.py +23 -23
  280. pulumi_gcp/projects/iam_member.py +23 -23
  281. pulumi_gcp/projects/iam_policy.py +16 -16
  282. pulumi_gcp/projects/service.py +2 -43
  283. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  284. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  285. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  286. pulumi_gcp/pubsub/subscription.py +4 -4
  287. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  288. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  289. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  290. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  291. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  292. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  293. pulumi_gcp/pulumi-plugin.json +1 -1
  294. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  295. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  296. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  297. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  298. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  299. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  300. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  301. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  302. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  303. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  304. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  305. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  306. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  307. pulumi_gcp/spanner/database_iam_member.py +12 -12
  308. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  309. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  310. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  311. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  312. pulumi_gcp/storage/_inputs.py +12 -10
  313. pulumi_gcp/storage/bucket.py +44 -0
  314. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  315. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  316. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  317. pulumi_gcp/storage/outputs.py +12 -10
  318. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  319. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  320. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  321. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  322. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  323. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  324. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
  325. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +327 -324
  326. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
  327. {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -1040,12 +1040,19 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs:
1040
1040
  min_cpu_platform: Optional[pulumi.Input[str]] = None,
1041
1041
  num_instances: Optional[pulumi.Input[int]] = None):
1042
1042
  """
1043
- :param pulumi.Input[Sequence[pulumi.Input['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs']]] accelerators: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
1043
+ :param pulumi.Input[Sequence[pulumi.Input['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs']]] accelerators: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified
1044
+ multiple times.
1044
1045
  :param pulumi.Input['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigArgs'] disk_config: Disk Config
1045
1046
  :param pulumi.Input[Sequence[pulumi.Input[str]]] instance_names: List of auxiliary node group instance names which have been assigned to the cluster.
1046
- :param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type to create for the master
1047
- :param pulumi.Input[str] min_cpu_platform: The name of a minimum generation of CPU family for the auxiliary node group. If not specified, GCP will default to a predetermined computed value for each zone.
1048
- :param pulumi.Input[int] num_instances: Specifies the number of auxiliary nodes to create. If not specified, GCP will default to a predetermined computed value.
1047
+ :param pulumi.Input[str] machine_type: The name of a Google Compute Engine machine type
1048
+ to create for the node group. If not specified, GCP will default to a predetermined
1049
+ computed value (currently `n1-standard-4`).
1050
+ :param pulumi.Input[str] min_cpu_platform: The name of a minimum generation of CPU family
1051
+ for the node group. If not specified, GCP will default to a predetermined computed value
1052
+ for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
1053
+ for details about which CPU families are available (and defaulted) for each zone.
1054
+ :param pulumi.Input[int] num_instances: Specifies the number of master nodes to create.
1055
+ Please set a number greater than 0. Node Group must have at least 1 instance.
1049
1056
  """
1050
1057
  if accelerators is not None:
1051
1058
  pulumi.set(__self__, "accelerators", accelerators)
@@ -1064,7 +1071,8 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs:
1064
1071
  @pulumi.getter
1065
1072
  def accelerators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs']]]]:
1066
1073
  """
1067
- The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
1074
+ The Compute Engine accelerator (GPU) configuration for these instances. Can be specified
1075
+ multiple times.
1068
1076
  """
1069
1077
  return pulumi.get(self, "accelerators")
1070
1078
 
@@ -1100,7 +1108,9 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs:
1100
1108
  @pulumi.getter(name="machineType")
1101
1109
  def machine_type(self) -> Optional[pulumi.Input[str]]:
1102
1110
  """
1103
- The name of a Google Compute Engine machine type to create for the master
1111
+ The name of a Google Compute Engine machine type
1112
+ to create for the node group. If not specified, GCP will default to a predetermined
1113
+ computed value (currently `n1-standard-4`).
1104
1114
  """
1105
1115
  return pulumi.get(self, "machine_type")
1106
1116
 
@@ -1112,7 +1122,10 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs:
1112
1122
  @pulumi.getter(name="minCpuPlatform")
1113
1123
  def min_cpu_platform(self) -> Optional[pulumi.Input[str]]:
1114
1124
  """
1115
- The name of a minimum generation of CPU family for the auxiliary node group. If not specified, GCP will default to a predetermined computed value for each zone.
1125
+ The name of a minimum generation of CPU family
1126
+ for the node group. If not specified, GCP will default to a predetermined computed value
1127
+ for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
1128
+ for details about which CPU families are available (and defaulted) for each zone.
1116
1129
  """
1117
1130
  return pulumi.get(self, "min_cpu_platform")
1118
1131
 
@@ -1124,7 +1137,8 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs:
1124
1137
  @pulumi.getter(name="numInstances")
1125
1138
  def num_instances(self) -> Optional[pulumi.Input[int]]:
1126
1139
  """
1127
- Specifies the number of auxiliary nodes to create. If not specified, GCP will default to a predetermined computed value.
1140
+ Specifies the number of master nodes to create.
1141
+ Please set a number greater than 0. Node Group must have at least 1 instance.
1128
1142
  """
1129
1143
  return pulumi.get(self, "num_instances")
1130
1144
 
@@ -1139,8 +1153,11 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorA
1139
1153
  accelerator_count: pulumi.Input[int],
1140
1154
  accelerator_type: pulumi.Input[str]):
1141
1155
  """
1142
- :param pulumi.Input[int] accelerator_count: The number of the accelerator cards of this type exposed to this instance. Often restricted to one of 1, 2, 4, or 8.
1143
- :param pulumi.Input[str] accelerator_type: The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
1156
+ :param pulumi.Input[int] accelerator_count: The number of the accelerator cards of this type exposed to this instance. Often restricted to one of `1`, `2`, `4`, or `8`.
1157
+
1158
+
1159
+ - - -
1160
+ :param pulumi.Input[str] accelerator_type: The short name of the accelerator type to expose to this instance. For example, `nvidia-tesla-k80`.
1144
1161
  """
1145
1162
  pulumi.set(__self__, "accelerator_count", accelerator_count)
1146
1163
  pulumi.set(__self__, "accelerator_type", accelerator_type)
@@ -1149,7 +1166,10 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorA
1149
1166
  @pulumi.getter(name="acceleratorCount")
1150
1167
  def accelerator_count(self) -> pulumi.Input[int]:
1151
1168
  """
1152
- The number of the accelerator cards of this type exposed to this instance. Often restricted to one of 1, 2, 4, or 8.
1169
+ The number of the accelerator cards of this type exposed to this instance. Often restricted to one of `1`, `2`, `4`, or `8`.
1170
+
1171
+
1172
+ - - -
1153
1173
  """
1154
1174
  return pulumi.get(self, "accelerator_count")
1155
1175
 
@@ -1161,7 +1181,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorA
1161
1181
  @pulumi.getter(name="acceleratorType")
1162
1182
  def accelerator_type(self) -> pulumi.Input[str]:
1163
1183
  """
1164
- The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
1184
+ The short name of the accelerator type to expose to this instance. For example, `nvidia-tesla-k80`.
1165
1185
  """
1166
1186
  return pulumi.get(self, "accelerator_type")
1167
1187
 
@@ -1175,16 +1195,26 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigAr
1175
1195
  def __init__(__self__, *,
1176
1196
  boot_disk_size_gb: Optional[pulumi.Input[int]] = None,
1177
1197
  boot_disk_type: Optional[pulumi.Input[str]] = None,
1198
+ local_ssd_interface: Optional[pulumi.Input[str]] = None,
1178
1199
  num_local_ssds: Optional[pulumi.Input[int]] = None):
1179
1200
  """
1180
- :param pulumi.Input[int] boot_disk_size_gb: Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
1181
- :param pulumi.Input[str] boot_disk_type: The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
1182
- :param pulumi.Input[int] num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
1201
+ :param pulumi.Input[int] boot_disk_size_gb: Size of the primary disk attached to each node, specified
1202
+ in GB. The primary disk contains the boot volume and system libraries, and the
1203
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
1204
+ computed value if not set (currently 500GB). Note: If SSDs are not
1205
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
1206
+ :param pulumi.Input[str] boot_disk_type: The disk type of the primary disk attached to each node.
1207
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
1208
+ :param pulumi.Input[str] local_ssd_interface: Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
1209
+ :param pulumi.Input[int] num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node.
1210
+ Defaults to 0.
1183
1211
  """
1184
1212
  if boot_disk_size_gb is not None:
1185
1213
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
1186
1214
  if boot_disk_type is not None:
1187
1215
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
1216
+ if local_ssd_interface is not None:
1217
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
1188
1218
  if num_local_ssds is not None:
1189
1219
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
1190
1220
 
@@ -1192,7 +1222,11 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigAr
1192
1222
  @pulumi.getter(name="bootDiskSizeGb")
1193
1223
  def boot_disk_size_gb(self) -> Optional[pulumi.Input[int]]:
1194
1224
  """
1195
- Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
1225
+ Size of the primary disk attached to each node, specified
1226
+ in GB. The primary disk contains the boot volume and system libraries, and the
1227
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
1228
+ computed value if not set (currently 500GB). Note: If SSDs are not
1229
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
1196
1230
  """
1197
1231
  return pulumi.get(self, "boot_disk_size_gb")
1198
1232
 
@@ -1204,7 +1238,8 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigAr
1204
1238
  @pulumi.getter(name="bootDiskType")
1205
1239
  def boot_disk_type(self) -> Optional[pulumi.Input[str]]:
1206
1240
  """
1207
- The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
1241
+ The disk type of the primary disk attached to each node.
1242
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
1208
1243
  """
1209
1244
  return pulumi.get(self, "boot_disk_type")
1210
1245
 
@@ -1212,11 +1247,24 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigAr
1212
1247
  def boot_disk_type(self, value: Optional[pulumi.Input[str]]):
1213
1248
  pulumi.set(self, "boot_disk_type", value)
1214
1249
 
1250
+ @property
1251
+ @pulumi.getter(name="localSsdInterface")
1252
+ def local_ssd_interface(self) -> Optional[pulumi.Input[str]]:
1253
+ """
1254
+ Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
1255
+ """
1256
+ return pulumi.get(self, "local_ssd_interface")
1257
+
1258
+ @local_ssd_interface.setter
1259
+ def local_ssd_interface(self, value: Optional[pulumi.Input[str]]):
1260
+ pulumi.set(self, "local_ssd_interface", value)
1261
+
1215
1262
  @property
1216
1263
  @pulumi.getter(name="numLocalSsds")
1217
1264
  def num_local_ssds(self) -> Optional[pulumi.Input[int]]:
1218
1265
  """
1219
- The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
1266
+ The amount of local SSD disks that will be attached to each master cluster node.
1267
+ Defaults to 0.
1220
1268
  """
1221
1269
  return pulumi.get(self, "num_local_ssds")
1222
1270
 
@@ -2026,16 +2074,29 @@ class ClusterClusterConfigMasterConfigDiskConfigArgs:
2026
2074
  def __init__(__self__, *,
2027
2075
  boot_disk_size_gb: Optional[pulumi.Input[int]] = None,
2028
2076
  boot_disk_type: Optional[pulumi.Input[str]] = None,
2077
+ local_ssd_interface: Optional[pulumi.Input[str]] = None,
2029
2078
  num_local_ssds: Optional[pulumi.Input[int]] = None):
2030
2079
  """
2031
- :param pulumi.Input[int] boot_disk_size_gb: Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
2032
- :param pulumi.Input[str] boot_disk_type: The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
2033
- :param pulumi.Input[int] num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
2080
+ :param pulumi.Input[int] boot_disk_size_gb: Size of the primary disk attached to each node, specified
2081
+ in GB. The primary disk contains the boot volume and system libraries, and the
2082
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
2083
+ computed value if not set (currently 500GB). Note: If SSDs are not
2084
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
2085
+ :param pulumi.Input[str] boot_disk_type: The disk type of the primary disk attached to each node.
2086
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
2087
+ :param pulumi.Input[str] local_ssd_interface: Optional. Interface type of local SSDs (default is "scsi").
2088
+ Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile
2089
+ Memory Express). See
2090
+ [local SSD performance](https://cloud.google.com/compute/docs/disks/local-ssd#performance).
2091
+ :param pulumi.Input[int] num_local_ssds: The amount of local SSD disks that will be
2092
+ attached to each master cluster node. Defaults to 0.
2034
2093
  """
2035
2094
  if boot_disk_size_gb is not None:
2036
2095
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
2037
2096
  if boot_disk_type is not None:
2038
2097
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
2098
+ if local_ssd_interface is not None:
2099
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
2039
2100
  if num_local_ssds is not None:
2040
2101
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
2041
2102
 
@@ -2043,7 +2104,11 @@ class ClusterClusterConfigMasterConfigDiskConfigArgs:
2043
2104
  @pulumi.getter(name="bootDiskSizeGb")
2044
2105
  def boot_disk_size_gb(self) -> Optional[pulumi.Input[int]]:
2045
2106
  """
2046
- Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
2107
+ Size of the primary disk attached to each node, specified
2108
+ in GB. The primary disk contains the boot volume and system libraries, and the
2109
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
2110
+ computed value if not set (currently 500GB). Note: If SSDs are not
2111
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
2047
2112
  """
2048
2113
  return pulumi.get(self, "boot_disk_size_gb")
2049
2114
 
@@ -2055,7 +2120,8 @@ class ClusterClusterConfigMasterConfigDiskConfigArgs:
2055
2120
  @pulumi.getter(name="bootDiskType")
2056
2121
  def boot_disk_type(self) -> Optional[pulumi.Input[str]]:
2057
2122
  """
2058
- The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
2123
+ The disk type of the primary disk attached to each node.
2124
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
2059
2125
  """
2060
2126
  return pulumi.get(self, "boot_disk_type")
2061
2127
 
@@ -2063,11 +2129,27 @@ class ClusterClusterConfigMasterConfigDiskConfigArgs:
2063
2129
  def boot_disk_type(self, value: Optional[pulumi.Input[str]]):
2064
2130
  pulumi.set(self, "boot_disk_type", value)
2065
2131
 
2132
+ @property
2133
+ @pulumi.getter(name="localSsdInterface")
2134
+ def local_ssd_interface(self) -> Optional[pulumi.Input[str]]:
2135
+ """
2136
+ Optional. Interface type of local SSDs (default is "scsi").
2137
+ Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile
2138
+ Memory Express). See
2139
+ [local SSD performance](https://cloud.google.com/compute/docs/disks/local-ssd#performance).
2140
+ """
2141
+ return pulumi.get(self, "local_ssd_interface")
2142
+
2143
+ @local_ssd_interface.setter
2144
+ def local_ssd_interface(self, value: Optional[pulumi.Input[str]]):
2145
+ pulumi.set(self, "local_ssd_interface", value)
2146
+
2066
2147
  @property
2067
2148
  @pulumi.getter(name="numLocalSsds")
2068
2149
  def num_local_ssds(self) -> Optional[pulumi.Input[int]]:
2069
2150
  """
2070
- The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
2151
+ The amount of local SSD disks that will be
2152
+ attached to each master cluster node. Defaults to 0.
2071
2153
  """
2072
2154
  return pulumi.get(self, "num_local_ssds")
2073
2155
 
@@ -2210,6 +2292,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs:
2210
2292
  def __init__(__self__, *,
2211
2293
  boot_disk_size_gb: Optional[pulumi.Input[int]] = None,
2212
2294
  boot_disk_type: Optional[pulumi.Input[str]] = None,
2295
+ local_ssd_interface: Optional[pulumi.Input[str]] = None,
2213
2296
  num_local_ssds: Optional[pulumi.Input[int]] = None):
2214
2297
  """
2215
2298
  :param pulumi.Input[int] boot_disk_size_gb: Size of the primary disk attached to each preemptible worker node, specified
@@ -2218,12 +2301,16 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs:
2218
2301
  attached, it also contains the HDFS data blocks and Hadoop working directories.
2219
2302
  :param pulumi.Input[str] boot_disk_type: The disk type of the primary disk attached to each preemptible worker node.
2220
2303
  One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
2221
- :param pulumi.Input[int] num_local_ssds: The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.
2304
+ :param pulumi.Input[str] local_ssd_interface: Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
2305
+ :param pulumi.Input[int] num_local_ssds: The amount of local SSD disks that will be
2306
+ attached to each preemptible worker node. Defaults to 0.
2222
2307
  """
2223
2308
  if boot_disk_size_gb is not None:
2224
2309
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
2225
2310
  if boot_disk_type is not None:
2226
2311
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
2312
+ if local_ssd_interface is not None:
2313
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
2227
2314
  if num_local_ssds is not None:
2228
2315
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
2229
2316
 
@@ -2255,11 +2342,24 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs:
2255
2342
  def boot_disk_type(self, value: Optional[pulumi.Input[str]]):
2256
2343
  pulumi.set(self, "boot_disk_type", value)
2257
2344
 
2345
+ @property
2346
+ @pulumi.getter(name="localSsdInterface")
2347
+ def local_ssd_interface(self) -> Optional[pulumi.Input[str]]:
2348
+ """
2349
+ Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
2350
+ """
2351
+ return pulumi.get(self, "local_ssd_interface")
2352
+
2353
+ @local_ssd_interface.setter
2354
+ def local_ssd_interface(self, value: Optional[pulumi.Input[str]]):
2355
+ pulumi.set(self, "local_ssd_interface", value)
2356
+
2258
2357
  @property
2259
2358
  @pulumi.getter(name="numLocalSsds")
2260
2359
  def num_local_ssds(self) -> Optional[pulumi.Input[int]]:
2261
2360
  """
2262
- The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.
2361
+ The amount of local SSD disks that will be
2362
+ attached to each preemptible worker node. Defaults to 0.
2263
2363
  """
2264
2364
  return pulumi.get(self, "num_local_ssds")
2265
2365
 
@@ -2313,8 +2413,10 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
2313
2413
  machine_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2314
2414
  rank: Optional[pulumi.Input[int]] = None):
2315
2415
  """
2316
- :param pulumi.Input[Sequence[pulumi.Input[str]]] machine_types: Full machine-type names, e.g. "n1-standard-16".
2317
- :param pulumi.Input[int] rank: Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
2416
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] machine_types: Full machine-type names, e.g. `"n1-standard-16"`.
2417
+ :param pulumi.Input[int] rank: Preference of this instance selection. A lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
2418
+
2419
+ - - -
2318
2420
  """
2319
2421
  if machine_types is not None:
2320
2422
  pulumi.set(__self__, "machine_types", machine_types)
@@ -2325,7 +2427,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
2325
2427
  @pulumi.getter(name="machineTypes")
2326
2428
  def machine_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2327
2429
  """
2328
- Full machine-type names, e.g. "n1-standard-16".
2430
+ Full machine-type names, e.g. `"n1-standard-16"`.
2329
2431
  """
2330
2432
  return pulumi.get(self, "machine_types")
2331
2433
 
@@ -2337,7 +2439,9 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
2337
2439
  @pulumi.getter
2338
2440
  def rank(self) -> Optional[pulumi.Input[int]]:
2339
2441
  """
2340
- Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
2442
+ Preference of this instance selection. A lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
2443
+
2444
+ - - -
2341
2445
  """
2342
2446
  return pulumi.get(self, "rank")
2343
2447
 
@@ -2994,6 +3098,7 @@ class ClusterClusterConfigWorkerConfigDiskConfigArgs:
2994
3098
  def __init__(__self__, *,
2995
3099
  boot_disk_size_gb: Optional[pulumi.Input[int]] = None,
2996
3100
  boot_disk_type: Optional[pulumi.Input[str]] = None,
3101
+ local_ssd_interface: Optional[pulumi.Input[str]] = None,
2997
3102
  num_local_ssds: Optional[pulumi.Input[int]] = None):
2998
3103
  """
2999
3104
  :param pulumi.Input[int] boot_disk_size_gb: Size of the primary disk attached to each worker node, specified
@@ -3002,6 +3107,7 @@ class ClusterClusterConfigWorkerConfigDiskConfigArgs:
3002
3107
  attached, it also contains the HDFS data blocks and Hadoop working directories.
3003
3108
  :param pulumi.Input[str] boot_disk_type: The disk type of the primary disk attached to each node.
3004
3109
  One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
3110
+ :param pulumi.Input[str] local_ssd_interface: Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
3005
3111
  :param pulumi.Input[int] num_local_ssds: The amount of local SSD disks that will be
3006
3112
  attached to each worker cluster node. Defaults to 0.
3007
3113
  """
@@ -3009,6 +3115,8 @@ class ClusterClusterConfigWorkerConfigDiskConfigArgs:
3009
3115
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
3010
3116
  if boot_disk_type is not None:
3011
3117
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
3118
+ if local_ssd_interface is not None:
3119
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
3012
3120
  if num_local_ssds is not None:
3013
3121
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
3014
3122
 
@@ -3040,6 +3148,18 @@ class ClusterClusterConfigWorkerConfigDiskConfigArgs:
3040
3148
  def boot_disk_type(self, value: Optional[pulumi.Input[str]]):
3041
3149
  pulumi.set(self, "boot_disk_type", value)
3042
3150
 
3151
+ @property
3152
+ @pulumi.getter(name="localSsdInterface")
3153
+ def local_ssd_interface(self) -> Optional[pulumi.Input[str]]:
3154
+ """
3155
+ Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
3156
+ """
3157
+ return pulumi.get(self, "local_ssd_interface")
3158
+
3159
+ @local_ssd_interface.setter
3160
+ def local_ssd_interface(self, value: Optional[pulumi.Input[str]]):
3161
+ pulumi.set(self, "local_ssd_interface", value)
3162
+
3043
3163
  @property
3044
3164
  @pulumi.getter(name="numLocalSsds")
3045
3165
  def num_local_ssds(self) -> Optional[pulumi.Input[int]]:
@@ -3403,9 +3523,13 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3403
3523
  roles: pulumi.Input[Sequence[pulumi.Input[str]]],
3404
3524
  node_pool_config: Optional[pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs']] = None):
3405
3525
  """
3406
- :param pulumi.Input[str] node_pool: The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{nodePool}'
3407
- :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: The roles associated with the GKE node pool.
3408
- :param pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs'] node_pool_config: Input only. The configuration for the GKE node pool.
3526
+ :param pulumi.Input[str] node_pool: The target GKE node pool.
3527
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] roles: The roles associated with the GKE node pool.
3528
+ One of `"DEFAULT"`, `"CONTROLLER"`, `"SPARK_DRIVER"` or `"SPARK_EXECUTOR"`.
3529
+ :param pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs'] node_pool_config: The configuration for the GKE node pool.
3530
+ If specified, Dataproc attempts to create a node pool with the specified shape.
3531
+ If one with the same name already exists, it is verified against all specified fields.
3532
+ If a field differs, the virtual cluster creation will fail.
3409
3533
  """
3410
3534
  pulumi.set(__self__, "node_pool", node_pool)
3411
3535
  pulumi.set(__self__, "roles", roles)
@@ -3416,7 +3540,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3416
3540
  @pulumi.getter(name="nodePool")
3417
3541
  def node_pool(self) -> pulumi.Input[str]:
3418
3542
  """
3419
- The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{nodePool}'
3543
+ The target GKE node pool.
3420
3544
  """
3421
3545
  return pulumi.get(self, "node_pool")
3422
3546
 
@@ -3428,7 +3552,8 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3428
3552
  @pulumi.getter
3429
3553
  def roles(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
3430
3554
  """
3431
- The roles associated with the GKE node pool.
3555
+ The roles associated with the GKE node pool.
3556
+ One of `"DEFAULT"`, `"CONTROLLER"`, `"SPARK_DRIVER"` or `"SPARK_EXECUTOR"`.
3432
3557
  """
3433
3558
  return pulumi.get(self, "roles")
3434
3559
 
@@ -3440,7 +3565,10 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3440
3565
  @pulumi.getter(name="nodePoolConfig")
3441
3566
  def node_pool_config(self) -> Optional[pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs']]:
3442
3567
  """
3443
- Input only. The configuration for the GKE node pool.
3568
+ The configuration for the GKE node pool.
3569
+ If specified, Dataproc attempts to create a node pool with the specified shape.
3570
+ If one with the same name already exists, it is verified against all specified fields.
3571
+ If a field differs, the virtual cluster creation will fail.
3444
3572
  """
3445
3573
  return pulumi.get(self, "node_pool_config")
3446
3574
 
@@ -3456,8 +3584,11 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3456
3584
  autoscaling: Optional[pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs']] = None,
3457
3585
  config: Optional[pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfigArgs']] = None):
3458
3586
  """
3459
- :param pulumi.Input[Sequence[pulumi.Input[str]]] locations: The list of Compute Engine zones where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.
3460
- :param pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs'] autoscaling: The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
3587
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] locations: The list of Compute Engine zones where node pool nodes associated
3588
+ with a Dataproc on GKE virtual cluster will be located.
3589
+ - - -
3590
+ :param pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs'] autoscaling: The autoscaler configuration for this node pool.
3591
+ The autoscaler is enabled only when a valid configuration is present.
3461
3592
  :param pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfigArgs'] config: The node pool configuration.
3462
3593
  """
3463
3594
  pulumi.set(__self__, "locations", locations)
@@ -3470,7 +3601,9 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3470
3601
  @pulumi.getter
3471
3602
  def locations(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
3472
3603
  """
3473
- The list of Compute Engine zones where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.
3604
+ The list of Compute Engine zones where node pool nodes associated
3605
+ with a Dataproc on GKE virtual cluster will be located.
3606
+ - - -
3474
3607
  """
3475
3608
  return pulumi.get(self, "locations")
3476
3609
 
@@ -3482,7 +3615,8 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3482
3615
  @pulumi.getter
3483
3616
  def autoscaling(self) -> Optional[pulumi.Input['ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs']]:
3484
3617
  """
3485
- The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
3618
+ The autoscaler configuration for this node pool.
3619
+ The autoscaler is enabled only when a valid configuration is present.
3486
3620
  """
3487
3621
  return pulumi.get(self, "autoscaling")
3488
3622
 
@@ -3551,10 +3685,15 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3551
3685
  preemptible: Optional[pulumi.Input[bool]] = None,
3552
3686
  spot: Optional[pulumi.Input[bool]] = None):
3553
3687
  """
3554
- :param pulumi.Input[int] local_ssd_count: The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.
3688
+ :param pulumi.Input[int] local_ssd_count: The number of local SSD disks to attach to the node,
3689
+ which is limited by the maximum number of disks allowable per zone.
3555
3690
  :param pulumi.Input[str] machine_type: The name of a Compute Engine machine type.
3556
- :param pulumi.Input[str] min_cpu_platform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
3557
- :param pulumi.Input[bool] preemptible: Whether the nodes are created as preemptible VM instances. Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
3691
+ :param pulumi.Input[str] min_cpu_platform: Minimum CPU platform to be used by this instance.
3692
+ The instance may be scheduled on the specified or a newer CPU platform.
3693
+ Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
3694
+ :param pulumi.Input[bool] preemptible: Whether the nodes are created as preemptible VM instances.
3695
+ Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the
3696
+ CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
3558
3697
  :param pulumi.Input[bool] spot: Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
3559
3698
  """
3560
3699
  if local_ssd_count is not None:
@@ -3572,7 +3711,8 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3572
3711
  @pulumi.getter(name="localSsdCount")
3573
3712
  def local_ssd_count(self) -> Optional[pulumi.Input[int]]:
3574
3713
  """
3575
- The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.
3714
+ The number of local SSD disks to attach to the node,
3715
+ which is limited by the maximum number of disks allowable per zone.
3576
3716
  """
3577
3717
  return pulumi.get(self, "local_ssd_count")
3578
3718
 
@@ -3596,7 +3736,9 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3596
3736
  @pulumi.getter(name="minCpuPlatform")
3597
3737
  def min_cpu_platform(self) -> Optional[pulumi.Input[str]]:
3598
3738
  """
3599
- Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
3739
+ Minimum CPU platform to be used by this instance.
3740
+ The instance may be scheduled on the specified or a newer CPU platform.
3741
+ Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
3600
3742
  """
3601
3743
  return pulumi.get(self, "min_cpu_platform")
3602
3744
 
@@ -3608,7 +3750,9 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3608
3750
  @pulumi.getter
3609
3751
  def preemptible(self) -> Optional[pulumi.Input[bool]]:
3610
3752
  """
3611
- Whether the nodes are created as preemptible VM instances. Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
3753
+ Whether the nodes are created as preemptible VM instances.
3754
+ Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the
3755
+ CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
3612
3756
  """
3613
3757
  return pulumi.get(self, "preemptible")
3614
3758
 
@@ -325,7 +325,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
325
325
 
326
326
  > **Note:** `dataproc.AutoscalingPolicyIamBinding` resources **can be** used in conjunction with `dataproc.AutoscalingPolicyIamMember` resources **only if** they do not grant privilege to the same role.
327
327
 
328
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_policy
328
+ ## dataproc.AutoscalingPolicyIamPolicy
329
329
 
330
330
  ```python
331
331
  import pulumi
@@ -342,7 +342,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
342
342
  policy_data=admin.policy_data)
343
343
  ```
344
344
 
345
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_binding
345
+ ## dataproc.AutoscalingPolicyIamBinding
346
346
 
347
347
  ```python
348
348
  import pulumi
@@ -356,7 +356,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
356
356
  members=["user:jane@example.com"])
357
357
  ```
358
358
 
359
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_member
359
+ ## dataproc.AutoscalingPolicyIamMember
360
360
 
361
361
  ```python
362
362
  import pulumi
@@ -370,7 +370,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
370
370
  member="user:jane@example.com")
371
371
  ```
372
372
 
373
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_policy
373
+ ## dataproc.AutoscalingPolicyIamPolicy
374
374
 
375
375
  ```python
376
376
  import pulumi
@@ -387,7 +387,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
387
387
  policy_data=admin.policy_data)
388
388
  ```
389
389
 
390
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_binding
390
+ ## dataproc.AutoscalingPolicyIamBinding
391
391
 
392
392
  ```python
393
393
  import pulumi
@@ -401,7 +401,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
401
401
  members=["user:jane@example.com"])
402
402
  ```
403
403
 
404
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_member
404
+ ## dataproc.AutoscalingPolicyIamMember
405
405
 
406
406
  ```python
407
407
  import pulumi
@@ -500,7 +500,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
500
500
 
501
501
  > **Note:** `dataproc.AutoscalingPolicyIamBinding` resources **can be** used in conjunction with `dataproc.AutoscalingPolicyIamMember` resources **only if** they do not grant privilege to the same role.
502
502
 
503
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_policy
503
+ ## dataproc.AutoscalingPolicyIamPolicy
504
504
 
505
505
  ```python
506
506
  import pulumi
@@ -517,7 +517,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
517
517
  policy_data=admin.policy_data)
518
518
  ```
519
519
 
520
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_binding
520
+ ## dataproc.AutoscalingPolicyIamBinding
521
521
 
522
522
  ```python
523
523
  import pulumi
@@ -531,7 +531,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
531
531
  members=["user:jane@example.com"])
532
532
  ```
533
533
 
534
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_member
534
+ ## dataproc.AutoscalingPolicyIamMember
535
535
 
536
536
  ```python
537
537
  import pulumi
@@ -545,7 +545,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
545
545
  member="user:jane@example.com")
546
546
  ```
547
547
 
548
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_policy
548
+ ## dataproc.AutoscalingPolicyIamPolicy
549
549
 
550
550
  ```python
551
551
  import pulumi
@@ -562,7 +562,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
562
562
  policy_data=admin.policy_data)
563
563
  ```
564
564
 
565
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_binding
565
+ ## dataproc.AutoscalingPolicyIamBinding
566
566
 
567
567
  ```python
568
568
  import pulumi
@@ -576,7 +576,7 @@ class AutoscalingPolicyIamBinding(pulumi.CustomResource):
576
576
  members=["user:jane@example.com"])
577
577
  ```
578
578
 
579
- ## google\\_dataproc\\_autoscaling\\_policy\\_iam\\_member
579
+ ## dataproc.AutoscalingPolicyIamMember
580
580
 
581
581
  ```python
582
582
  import pulumi