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
@@ -1093,12 +1093,19 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
1093
1093
  min_cpu_platform: Optional[str] = None,
1094
1094
  num_instances: Optional[int] = None):
1095
1095
  """
1096
- :param Sequence['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs'] accelerators: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
1096
+ :param Sequence['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs'] accelerators: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified
1097
+ multiple times.
1097
1098
  :param 'ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigArgs' disk_config: Disk Config
1098
1099
  :param Sequence[str] instance_names: List of auxiliary node group instance names which have been assigned to the cluster.
1099
- :param str machine_type: The name of a Google Compute Engine machine type to create for the master
1100
- :param 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.
1101
- :param int num_instances: Specifies the number of auxiliary nodes to create. If not specified, GCP will default to a predetermined computed value.
1100
+ :param str machine_type: The name of a Google Compute Engine machine type
1101
+ to create for the node group. If not specified, GCP will default to a predetermined
1102
+ computed value (currently `n1-standard-4`).
1103
+ :param str min_cpu_platform: The name of a minimum generation of CPU family
1104
+ for the node group. If not specified, GCP will default to a predetermined computed value
1105
+ for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
1106
+ for details about which CPU families are available (and defaulted) for each zone.
1107
+ :param int num_instances: Specifies the number of master nodes to create.
1108
+ Please set a number greater than 0. Node Group must have at least 1 instance.
1102
1109
  """
1103
1110
  if accelerators is not None:
1104
1111
  pulumi.set(__self__, "accelerators", accelerators)
@@ -1117,7 +1124,8 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
1117
1124
  @pulumi.getter
1118
1125
  def accelerators(self) -> Optional[Sequence['outputs.ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator']]:
1119
1126
  """
1120
- The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
1127
+ The Compute Engine accelerator (GPU) configuration for these instances. Can be specified
1128
+ multiple times.
1121
1129
  """
1122
1130
  return pulumi.get(self, "accelerators")
1123
1131
 
@@ -1141,7 +1149,9 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
1141
1149
  @pulumi.getter(name="machineType")
1142
1150
  def machine_type(self) -> Optional[str]:
1143
1151
  """
1144
- The name of a Google Compute Engine machine type to create for the master
1152
+ The name of a Google Compute Engine machine type
1153
+ to create for the node group. If not specified, GCP will default to a predetermined
1154
+ computed value (currently `n1-standard-4`).
1145
1155
  """
1146
1156
  return pulumi.get(self, "machine_type")
1147
1157
 
@@ -1149,7 +1159,10 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
1149
1159
  @pulumi.getter(name="minCpuPlatform")
1150
1160
  def min_cpu_platform(self) -> Optional[str]:
1151
1161
  """
1152
- 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.
1162
+ The name of a minimum generation of CPU family
1163
+ for the node group. If not specified, GCP will default to a predetermined computed value
1164
+ for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
1165
+ for details about which CPU families are available (and defaulted) for each zone.
1153
1166
  """
1154
1167
  return pulumi.get(self, "min_cpu_platform")
1155
1168
 
@@ -1157,7 +1170,8 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
1157
1170
  @pulumi.getter(name="numInstances")
1158
1171
  def num_instances(self) -> Optional[int]:
1159
1172
  """
1160
- Specifies the number of auxiliary nodes to create. If not specified, GCP will default to a predetermined computed value.
1173
+ Specifies the number of master nodes to create.
1174
+ Please set a number greater than 0. Node Group must have at least 1 instance.
1161
1175
  """
1162
1176
  return pulumi.get(self, "num_instances")
1163
1177
 
@@ -1187,8 +1201,11 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator(
1187
1201
  accelerator_count: int,
1188
1202
  accelerator_type: str):
1189
1203
  """
1190
- :param 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.
1191
- :param str accelerator_type: The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
1204
+ :param 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`.
1205
+
1206
+
1207
+ - - -
1208
+ :param str accelerator_type: The short name of the accelerator type to expose to this instance. For example, `nvidia-tesla-k80`.
1192
1209
  """
1193
1210
  pulumi.set(__self__, "accelerator_count", accelerator_count)
1194
1211
  pulumi.set(__self__, "accelerator_type", accelerator_type)
@@ -1197,7 +1214,10 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator(
1197
1214
  @pulumi.getter(name="acceleratorCount")
1198
1215
  def accelerator_count(self) -> int:
1199
1216
  """
1200
- The number of the accelerator cards of this type exposed to this instance. Often restricted to one of 1, 2, 4, or 8.
1217
+ The number of the accelerator cards of this type exposed to this instance. Often restricted to one of `1`, `2`, `4`, or `8`.
1218
+
1219
+
1220
+ - - -
1201
1221
  """
1202
1222
  return pulumi.get(self, "accelerator_count")
1203
1223
 
@@ -1205,7 +1225,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator(
1205
1225
  @pulumi.getter(name="acceleratorType")
1206
1226
  def accelerator_type(self) -> str:
1207
1227
  """
1208
- The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
1228
+ The short name of the accelerator type to expose to this instance. For example, `nvidia-tesla-k80`.
1209
1229
  """
1210
1230
  return pulumi.get(self, "accelerator_type")
1211
1231
 
@@ -1219,6 +1239,8 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
1219
1239
  suggest = "boot_disk_size_gb"
1220
1240
  elif key == "bootDiskType":
1221
1241
  suggest = "boot_disk_type"
1242
+ elif key == "localSsdInterface":
1243
+ suggest = "local_ssd_interface"
1222
1244
  elif key == "numLocalSsds":
1223
1245
  suggest = "num_local_ssds"
1224
1246
 
@@ -1236,16 +1258,26 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
1236
1258
  def __init__(__self__, *,
1237
1259
  boot_disk_size_gb: Optional[int] = None,
1238
1260
  boot_disk_type: Optional[str] = None,
1261
+ local_ssd_interface: Optional[str] = None,
1239
1262
  num_local_ssds: Optional[int] = None):
1240
1263
  """
1241
- :param 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.
1242
- :param 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".
1243
- :param int num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
1264
+ :param int boot_disk_size_gb: Size of the primary disk attached to each node, specified
1265
+ in GB. The primary disk contains the boot volume and system libraries, and the
1266
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
1267
+ computed value if not set (currently 500GB). Note: If SSDs are not
1268
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
1269
+ :param str boot_disk_type: The disk type of the primary disk attached to each node.
1270
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
1271
+ :param str local_ssd_interface: Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
1272
+ :param int num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node.
1273
+ Defaults to 0.
1244
1274
  """
1245
1275
  if boot_disk_size_gb is not None:
1246
1276
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
1247
1277
  if boot_disk_type is not None:
1248
1278
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
1279
+ if local_ssd_interface is not None:
1280
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
1249
1281
  if num_local_ssds is not None:
1250
1282
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
1251
1283
 
@@ -1253,7 +1285,11 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
1253
1285
  @pulumi.getter(name="bootDiskSizeGb")
1254
1286
  def boot_disk_size_gb(self) -> Optional[int]:
1255
1287
  """
1256
- 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.
1288
+ Size of the primary disk attached to each node, specified
1289
+ in GB. The primary disk contains the boot volume and system libraries, and the
1290
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
1291
+ computed value if not set (currently 500GB). Note: If SSDs are not
1292
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
1257
1293
  """
1258
1294
  return pulumi.get(self, "boot_disk_size_gb")
1259
1295
 
@@ -1261,15 +1297,25 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
1261
1297
  @pulumi.getter(name="bootDiskType")
1262
1298
  def boot_disk_type(self) -> Optional[str]:
1263
1299
  """
1264
- The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
1300
+ The disk type of the primary disk attached to each node.
1301
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
1265
1302
  """
1266
1303
  return pulumi.get(self, "boot_disk_type")
1267
1304
 
1305
+ @property
1306
+ @pulumi.getter(name="localSsdInterface")
1307
+ def local_ssd_interface(self) -> Optional[str]:
1308
+ """
1309
+ Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
1310
+ """
1311
+ return pulumi.get(self, "local_ssd_interface")
1312
+
1268
1313
  @property
1269
1314
  @pulumi.getter(name="numLocalSsds")
1270
1315
  def num_local_ssds(self) -> Optional[int]:
1271
1316
  """
1272
- The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
1317
+ The amount of local SSD disks that will be attached to each master cluster node.
1318
+ Defaults to 0.
1273
1319
  """
1274
1320
  return pulumi.get(self, "num_local_ssds")
1275
1321
 
@@ -2148,6 +2194,8 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
2148
2194
  suggest = "boot_disk_size_gb"
2149
2195
  elif key == "bootDiskType":
2150
2196
  suggest = "boot_disk_type"
2197
+ elif key == "localSsdInterface":
2198
+ suggest = "local_ssd_interface"
2151
2199
  elif key == "numLocalSsds":
2152
2200
  suggest = "num_local_ssds"
2153
2201
 
@@ -2165,16 +2213,29 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
2165
2213
  def __init__(__self__, *,
2166
2214
  boot_disk_size_gb: Optional[int] = None,
2167
2215
  boot_disk_type: Optional[str] = None,
2216
+ local_ssd_interface: Optional[str] = None,
2168
2217
  num_local_ssds: Optional[int] = None):
2169
2218
  """
2170
- :param 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.
2171
- :param 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".
2172
- :param int num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
2219
+ :param int boot_disk_size_gb: Size of the primary disk attached to each node, specified
2220
+ in GB. The primary disk contains the boot volume and system libraries, and the
2221
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
2222
+ computed value if not set (currently 500GB). Note: If SSDs are not
2223
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
2224
+ :param str boot_disk_type: The disk type of the primary disk attached to each node.
2225
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
2226
+ :param str local_ssd_interface: Optional. Interface type of local SSDs (default is "scsi").
2227
+ Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile
2228
+ Memory Express). See
2229
+ [local SSD performance](https://cloud.google.com/compute/docs/disks/local-ssd#performance).
2230
+ :param int num_local_ssds: The amount of local SSD disks that will be
2231
+ attached to each master cluster node. Defaults to 0.
2173
2232
  """
2174
2233
  if boot_disk_size_gb is not None:
2175
2234
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
2176
2235
  if boot_disk_type is not None:
2177
2236
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
2237
+ if local_ssd_interface is not None:
2238
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
2178
2239
  if num_local_ssds is not None:
2179
2240
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
2180
2241
 
@@ -2182,7 +2243,11 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
2182
2243
  @pulumi.getter(name="bootDiskSizeGb")
2183
2244
  def boot_disk_size_gb(self) -> Optional[int]:
2184
2245
  """
2185
- 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.
2246
+ Size of the primary disk attached to each node, specified
2247
+ in GB. The primary disk contains the boot volume and system libraries, and the
2248
+ smallest allowed disk size is 10GB. GCP will default to a predetermined
2249
+ computed value if not set (currently 500GB). Note: If SSDs are not
2250
+ attached, it also contains the HDFS data blocks and Hadoop working directories.
2186
2251
  """
2187
2252
  return pulumi.get(self, "boot_disk_size_gb")
2188
2253
 
@@ -2190,15 +2255,28 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
2190
2255
  @pulumi.getter(name="bootDiskType")
2191
2256
  def boot_disk_type(self) -> Optional[str]:
2192
2257
  """
2193
- The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
2258
+ The disk type of the primary disk attached to each node.
2259
+ One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
2194
2260
  """
2195
2261
  return pulumi.get(self, "boot_disk_type")
2196
2262
 
2263
+ @property
2264
+ @pulumi.getter(name="localSsdInterface")
2265
+ def local_ssd_interface(self) -> Optional[str]:
2266
+ """
2267
+ Optional. Interface type of local SSDs (default is "scsi").
2268
+ Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile
2269
+ Memory Express). See
2270
+ [local SSD performance](https://cloud.google.com/compute/docs/disks/local-ssd#performance).
2271
+ """
2272
+ return pulumi.get(self, "local_ssd_interface")
2273
+
2197
2274
  @property
2198
2275
  @pulumi.getter(name="numLocalSsds")
2199
2276
  def num_local_ssds(self) -> Optional[int]:
2200
2277
  """
2201
- The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
2278
+ The amount of local SSD disks that will be
2279
+ attached to each master cluster node. Defaults to 0.
2202
2280
  """
2203
2281
  return pulumi.get(self, "num_local_ssds")
2204
2282
 
@@ -2357,6 +2435,8 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
2357
2435
  suggest = "boot_disk_size_gb"
2358
2436
  elif key == "bootDiskType":
2359
2437
  suggest = "boot_disk_type"
2438
+ elif key == "localSsdInterface":
2439
+ suggest = "local_ssd_interface"
2360
2440
  elif key == "numLocalSsds":
2361
2441
  suggest = "num_local_ssds"
2362
2442
 
@@ -2374,6 +2454,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
2374
2454
  def __init__(__self__, *,
2375
2455
  boot_disk_size_gb: Optional[int] = None,
2376
2456
  boot_disk_type: Optional[str] = None,
2457
+ local_ssd_interface: Optional[str] = None,
2377
2458
  num_local_ssds: Optional[int] = None):
2378
2459
  """
2379
2460
  :param int boot_disk_size_gb: Size of the primary disk attached to each preemptible worker node, specified
@@ -2382,12 +2463,16 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
2382
2463
  attached, it also contains the HDFS data blocks and Hadoop working directories.
2383
2464
  :param str boot_disk_type: The disk type of the primary disk attached to each preemptible worker node.
2384
2465
  One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
2385
- :param int num_local_ssds: The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.
2466
+ :param str local_ssd_interface: Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
2467
+ :param int num_local_ssds: The amount of local SSD disks that will be
2468
+ attached to each preemptible worker node. Defaults to 0.
2386
2469
  """
2387
2470
  if boot_disk_size_gb is not None:
2388
2471
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
2389
2472
  if boot_disk_type is not None:
2390
2473
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
2474
+ if local_ssd_interface is not None:
2475
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
2391
2476
  if num_local_ssds is not None:
2392
2477
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
2393
2478
 
@@ -2411,11 +2496,20 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
2411
2496
  """
2412
2497
  return pulumi.get(self, "boot_disk_type")
2413
2498
 
2499
+ @property
2500
+ @pulumi.getter(name="localSsdInterface")
2501
+ def local_ssd_interface(self) -> Optional[str]:
2502
+ """
2503
+ Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
2504
+ """
2505
+ return pulumi.get(self, "local_ssd_interface")
2506
+
2414
2507
  @property
2415
2508
  @pulumi.getter(name="numLocalSsds")
2416
2509
  def num_local_ssds(self) -> Optional[int]:
2417
2510
  """
2418
- The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.
2511
+ The amount of local SSD disks that will be
2512
+ attached to each preemptible worker node. Defaults to 0.
2419
2513
  """
2420
2514
  return pulumi.get(self, "num_local_ssds")
2421
2515
 
@@ -2493,8 +2587,10 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
2493
2587
  machine_types: Optional[Sequence[str]] = None,
2494
2588
  rank: Optional[int] = None):
2495
2589
  """
2496
- :param Sequence[str] machine_types: Full machine-type names, e.g. "n1-standard-16".
2497
- :param 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.
2590
+ :param Sequence[str] machine_types: Full machine-type names, e.g. `"n1-standard-16"`.
2591
+ :param 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.
2592
+
2593
+ - - -
2498
2594
  """
2499
2595
  if machine_types is not None:
2500
2596
  pulumi.set(__self__, "machine_types", machine_types)
@@ -2505,7 +2601,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
2505
2601
  @pulumi.getter(name="machineTypes")
2506
2602
  def machine_types(self) -> Optional[Sequence[str]]:
2507
2603
  """
2508
- Full machine-type names, e.g. "n1-standard-16".
2604
+ Full machine-type names, e.g. `"n1-standard-16"`.
2509
2605
  """
2510
2606
  return pulumi.get(self, "machine_types")
2511
2607
 
@@ -2513,7 +2609,9 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
2513
2609
  @pulumi.getter
2514
2610
  def rank(self) -> Optional[int]:
2515
2611
  """
2516
- 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.
2612
+ 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.
2613
+
2614
+ - - -
2517
2615
  """
2518
2616
  return pulumi.get(self, "rank")
2519
2617
 
@@ -3190,6 +3288,8 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
3190
3288
  suggest = "boot_disk_size_gb"
3191
3289
  elif key == "bootDiskType":
3192
3290
  suggest = "boot_disk_type"
3291
+ elif key == "localSsdInterface":
3292
+ suggest = "local_ssd_interface"
3193
3293
  elif key == "numLocalSsds":
3194
3294
  suggest = "num_local_ssds"
3195
3295
 
@@ -3207,6 +3307,7 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
3207
3307
  def __init__(__self__, *,
3208
3308
  boot_disk_size_gb: Optional[int] = None,
3209
3309
  boot_disk_type: Optional[str] = None,
3310
+ local_ssd_interface: Optional[str] = None,
3210
3311
  num_local_ssds: Optional[int] = None):
3211
3312
  """
3212
3313
  :param int boot_disk_size_gb: Size of the primary disk attached to each worker node, specified
@@ -3215,6 +3316,7 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
3215
3316
  attached, it also contains the HDFS data blocks and Hadoop working directories.
3216
3317
  :param str boot_disk_type: The disk type of the primary disk attached to each node.
3217
3318
  One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
3319
+ :param str local_ssd_interface: Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
3218
3320
  :param int num_local_ssds: The amount of local SSD disks that will be
3219
3321
  attached to each worker cluster node. Defaults to 0.
3220
3322
  """
@@ -3222,6 +3324,8 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
3222
3324
  pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
3223
3325
  if boot_disk_type is not None:
3224
3326
  pulumi.set(__self__, "boot_disk_type", boot_disk_type)
3327
+ if local_ssd_interface is not None:
3328
+ pulumi.set(__self__, "local_ssd_interface", local_ssd_interface)
3225
3329
  if num_local_ssds is not None:
3226
3330
  pulumi.set(__self__, "num_local_ssds", num_local_ssds)
3227
3331
 
@@ -3245,6 +3349,14 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
3245
3349
  """
3246
3350
  return pulumi.get(self, "boot_disk_type")
3247
3351
 
3352
+ @property
3353
+ @pulumi.getter(name="localSsdInterface")
3354
+ def local_ssd_interface(self) -> Optional[str]:
3355
+ """
3356
+ Interface type of local SSDs (default is "scsi"). Valid values: "scsi" (Small Computer System Interface), "nvme" (Non-Volatile Memory Express).
3357
+ """
3358
+ return pulumi.get(self, "local_ssd_interface")
3359
+
3248
3360
  @property
3249
3361
  @pulumi.getter(name="numLocalSsds")
3250
3362
  def num_local_ssds(self) -> Optional[int]:
@@ -3665,9 +3777,13 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3665
3777
  roles: Sequence[str],
3666
3778
  node_pool_config: Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig'] = None):
3667
3779
  """
3668
- :param str node_pool: The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{nodePool}'
3669
- :param Sequence[str] roles: The roles associated with the GKE node pool.
3670
- :param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs' node_pool_config: Input only. The configuration for the GKE node pool.
3780
+ :param str node_pool: The target GKE node pool.
3781
+ :param Sequence[str] roles: The roles associated with the GKE node pool.
3782
+ One of `"DEFAULT"`, `"CONTROLLER"`, `"SPARK_DRIVER"` or `"SPARK_EXECUTOR"`.
3783
+ :param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs' node_pool_config: The configuration for the GKE node pool.
3784
+ If specified, Dataproc attempts to create a node pool with the specified shape.
3785
+ If one with the same name already exists, it is verified against all specified fields.
3786
+ If a field differs, the virtual cluster creation will fail.
3671
3787
  """
3672
3788
  pulumi.set(__self__, "node_pool", node_pool)
3673
3789
  pulumi.set(__self__, "roles", roles)
@@ -3678,7 +3794,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3678
3794
  @pulumi.getter(name="nodePool")
3679
3795
  def node_pool(self) -> str:
3680
3796
  """
3681
- The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{nodePool}'
3797
+ The target GKE node pool.
3682
3798
  """
3683
3799
  return pulumi.get(self, "node_pool")
3684
3800
 
@@ -3686,7 +3802,8 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3686
3802
  @pulumi.getter
3687
3803
  def roles(self) -> Sequence[str]:
3688
3804
  """
3689
- The roles associated with the GKE node pool.
3805
+ The roles associated with the GKE node pool.
3806
+ One of `"DEFAULT"`, `"CONTROLLER"`, `"SPARK_DRIVER"` or `"SPARK_EXECUTOR"`.
3690
3807
  """
3691
3808
  return pulumi.get(self, "roles")
3692
3809
 
@@ -3694,7 +3811,10 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3694
3811
  @pulumi.getter(name="nodePoolConfig")
3695
3812
  def node_pool_config(self) -> Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig']:
3696
3813
  """
3697
- Input only. The configuration for the GKE node pool.
3814
+ The configuration for the GKE node pool.
3815
+ If specified, Dataproc attempts to create a node pool with the specified shape.
3816
+ If one with the same name already exists, it is verified against all specified fields.
3817
+ If a field differs, the virtual cluster creation will fail.
3698
3818
  """
3699
3819
  return pulumi.get(self, "node_pool_config")
3700
3820
 
@@ -3706,8 +3826,11 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3706
3826
  autoscaling: Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscaling'] = None,
3707
3827
  config: Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfig'] = None):
3708
3828
  """
3709
- :param Sequence[str] locations: The list of Compute Engine zones where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.
3710
- :param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs' autoscaling: The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
3829
+ :param Sequence[str] locations: The list of Compute Engine zones where node pool nodes associated
3830
+ with a Dataproc on GKE virtual cluster will be located.
3831
+ - - -
3832
+ :param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs' autoscaling: The autoscaler configuration for this node pool.
3833
+ The autoscaler is enabled only when a valid configuration is present.
3711
3834
  :param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfigArgs' config: The node pool configuration.
3712
3835
  """
3713
3836
  pulumi.set(__self__, "locations", locations)
@@ -3720,7 +3843,9 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3720
3843
  @pulumi.getter
3721
3844
  def locations(self) -> Sequence[str]:
3722
3845
  """
3723
- The list of Compute Engine zones where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.
3846
+ The list of Compute Engine zones where node pool nodes associated
3847
+ with a Dataproc on GKE virtual cluster will be located.
3848
+ - - -
3724
3849
  """
3725
3850
  return pulumi.get(self, "locations")
3726
3851
 
@@ -3728,7 +3853,8 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3728
3853
  @pulumi.getter
3729
3854
  def autoscaling(self) -> Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscaling']:
3730
3855
  """
3731
- The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
3856
+ The autoscaler configuration for this node pool.
3857
+ The autoscaler is enabled only when a valid configuration is present.
3732
3858
  """
3733
3859
  return pulumi.get(self, "autoscaling")
3734
3860
 
@@ -3821,10 +3947,15 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3821
3947
  preemptible: Optional[bool] = None,
3822
3948
  spot: Optional[bool] = None):
3823
3949
  """
3824
- :param int local_ssd_count: The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.
3950
+ :param int local_ssd_count: The number of local SSD disks to attach to the node,
3951
+ which is limited by the maximum number of disks allowable per zone.
3825
3952
  :param str machine_type: The name of a Compute Engine machine type.
3826
- :param 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".
3827
- :param 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).
3953
+ :param str min_cpu_platform: Minimum CPU platform to be used by this instance.
3954
+ The instance may be scheduled on the specified or a newer CPU platform.
3955
+ Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
3956
+ :param bool preemptible: Whether the nodes are created as preemptible VM instances.
3957
+ Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the
3958
+ CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
3828
3959
  :param bool spot: Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
3829
3960
  """
3830
3961
  if local_ssd_count is not None:
@@ -3842,7 +3973,8 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3842
3973
  @pulumi.getter(name="localSsdCount")
3843
3974
  def local_ssd_count(self) -> Optional[int]:
3844
3975
  """
3845
- The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.
3976
+ The number of local SSD disks to attach to the node,
3977
+ which is limited by the maximum number of disks allowable per zone.
3846
3978
  """
3847
3979
  return pulumi.get(self, "local_ssd_count")
3848
3980
 
@@ -3858,7 +3990,9 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3858
3990
  @pulumi.getter(name="minCpuPlatform")
3859
3991
  def min_cpu_platform(self) -> Optional[str]:
3860
3992
  """
3861
- 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".
3993
+ Minimum CPU platform to be used by this instance.
3994
+ The instance may be scheduled on the specified or a newer CPU platform.
3995
+ Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
3862
3996
  """
3863
3997
  return pulumi.get(self, "min_cpu_platform")
3864
3998
 
@@ -3866,7 +4000,9 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
3866
4000
  @pulumi.getter
3867
4001
  def preemptible(self) -> Optional[bool]:
3868
4002
  """
3869
- 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).
4003
+ Whether the nodes are created as preemptible VM instances.
4004
+ Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the
4005
+ CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
3870
4006
  """
3871
4007
  return pulumi.get(self, "preemptible")
3872
4008