pulumi-gcp 7.0.0rc0__py3-none-any.whl → 7.1.0__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (678) hide show
  1. pulumi_gcp/__init__.py +118 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +546 -71
  3. pulumi_gcp/accesscontextmanager/access_level.py +18 -2
  4. pulumi_gcp/accesscontextmanager/access_level_condition.py +57 -3
  5. pulumi_gcp/accesscontextmanager/access_levels.py +18 -2
  6. pulumi_gcp/accesscontextmanager/access_policy.py +18 -2
  7. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +18 -2
  8. pulumi_gcp/accesscontextmanager/egress_policy.py +18 -2
  9. pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +18 -2
  10. pulumi_gcp/accesscontextmanager/ingress_policy.py +18 -2
  11. pulumi_gcp/accesscontextmanager/outputs.py +643 -71
  12. pulumi_gcp/accesscontextmanager/service_perimeter.py +18 -2
  13. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +18 -2
  14. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +18 -2
  15. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +18 -2
  16. pulumi_gcp/accesscontextmanager/service_perimeters.py +18 -2
  17. pulumi_gcp/activedirectory/domain.py +22 -10
  18. pulumi_gcp/activedirectory/domain_trust.py +18 -2
  19. pulumi_gcp/activedirectory/peering.py +4 -8
  20. pulumi_gcp/alloydb/__init__.py +1 -0
  21. pulumi_gcp/alloydb/_inputs.py +93 -0
  22. pulumi_gcp/alloydb/backup.py +22 -10
  23. pulumi_gcp/alloydb/cluster.py +283 -11
  24. pulumi_gcp/alloydb/instance.py +241 -40
  25. pulumi_gcp/alloydb/outputs.py +130 -0
  26. pulumi_gcp/alloydb/user.py +609 -0
  27. pulumi_gcp/apigateway/api.py +22 -10
  28. pulumi_gcp/apigateway/api_config.py +22 -10
  29. pulumi_gcp/apigateway/gateway.py +22 -10
  30. pulumi_gcp/apigee/addons_config.py +18 -2
  31. pulumi_gcp/apigee/endpoint_attachment.py +18 -2
  32. pulumi_gcp/apigee/env_group.py +18 -2
  33. pulumi_gcp/apigee/env_group_attachment.py +18 -2
  34. pulumi_gcp/apigee/env_keystore.py +18 -2
  35. pulumi_gcp/apigee/env_references.py +18 -2
  36. pulumi_gcp/apigee/environment.py +96 -5
  37. pulumi_gcp/apigee/flowhook.py +18 -2
  38. pulumi_gcp/apigee/instance.py +18 -2
  39. pulumi_gcp/apigee/instance_attachment.py +18 -2
  40. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +18 -2
  41. pulumi_gcp/apigee/keystores_aliases_pkcs12.py +18 -2
  42. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +18 -2
  43. pulumi_gcp/apigee/nat_address.py +18 -2
  44. pulumi_gcp/apigee/organization.py +18 -2
  45. pulumi_gcp/apigee/sharedflow.py +18 -2
  46. pulumi_gcp/apigee/sharedflow_deployment.py +18 -2
  47. pulumi_gcp/apigee/sync_authorization.py +18 -2
  48. pulumi_gcp/apigee/target_server.py +18 -2
  49. pulumi_gcp/appengine/application.py +20 -4
  50. pulumi_gcp/appengine/application_url_dispatch_rules.py +18 -2
  51. pulumi_gcp/appengine/domain_mapping.py +18 -2
  52. pulumi_gcp/appengine/engine_split_traffic.py +18 -2
  53. pulumi_gcp/appengine/firewall_rule.py +18 -2
  54. pulumi_gcp/appengine/flexible_app_version.py +18 -2
  55. pulumi_gcp/appengine/service_network_settings.py +18 -2
  56. pulumi_gcp/appengine/standard_app_version.py +18 -2
  57. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  58. pulumi_gcp/artifactregistry/outputs.py +4 -4
  59. pulumi_gcp/artifactregistry/repository.py +24 -12
  60. pulumi_gcp/artifactregistry/vpcsc_config.py +18 -2
  61. pulumi_gcp/assuredworkloads/_inputs.py +178 -4
  62. pulumi_gcp/assuredworkloads/outputs.py +217 -5
  63. pulumi_gcp/assuredworkloads/workload.py +474 -63
  64. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  65. pulumi_gcp/backupdisasterrecovery/get_management_server.py +152 -0
  66. pulumi_gcp/backupdisasterrecovery/management_server.py +18 -2
  67. pulumi_gcp/backupdisasterrecovery/outputs.py +40 -0
  68. pulumi_gcp/beyondcorp/app_connection.py +22 -10
  69. pulumi_gcp/beyondcorp/app_connector.py +22 -10
  70. pulumi_gcp/beyondcorp/app_gateway.py +22 -10
  71. pulumi_gcp/biglake/catalog.py +18 -2
  72. pulumi_gcp/biglake/database.py +18 -2
  73. pulumi_gcp/biglake/table.py +18 -2
  74. pulumi_gcp/bigquery/__init__.py +1 -0
  75. pulumi_gcp/bigquery/_inputs.py +94 -8
  76. pulumi_gcp/bigquery/app_profile.py +18 -2
  77. pulumi_gcp/bigquery/bi_reservation.py +18 -2
  78. pulumi_gcp/bigquery/capacity_commitment.py +25 -9
  79. pulumi_gcp/bigquery/connection.py +56 -2
  80. pulumi_gcp/bigquery/data_transfer_config.py +18 -2
  81. pulumi_gcp/bigquery/dataset.py +22 -10
  82. pulumi_gcp/bigquery/dataset_iam_binding.py +10 -38
  83. pulumi_gcp/bigquery/dataset_iam_member.py +10 -38
  84. pulumi_gcp/bigquery/dataset_iam_policy.py +10 -38
  85. pulumi_gcp/bigquery/get_dataset.py +315 -0
  86. pulumi_gcp/bigquery/job.py +26 -10
  87. pulumi_gcp/bigquery/outputs.py +275 -9
  88. pulumi_gcp/bigquery/reservation.py +18 -2
  89. pulumi_gcp/bigquery/reservation_assignment.py +18 -2
  90. pulumi_gcp/bigquery/routine.py +18 -2
  91. pulumi_gcp/bigquery/table.py +171 -17
  92. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +18 -2
  93. pulumi_gcp/bigqueryanalyticshub/listing.py +18 -2
  94. pulumi_gcp/bigquerydatapolicy/data_policy.py +18 -2
  95. pulumi_gcp/bigtable/instance.py +30 -10
  96. pulumi_gcp/bigtable/instance_iam_binding.py +12 -20
  97. pulumi_gcp/bigtable/instance_iam_member.py +12 -20
  98. pulumi_gcp/bigtable/instance_iam_policy.py +12 -20
  99. pulumi_gcp/bigtable/table.py +18 -6
  100. pulumi_gcp/bigtable/table_iam_binding.py +12 -20
  101. pulumi_gcp/bigtable/table_iam_member.py +12 -20
  102. pulumi_gcp/bigtable/table_iam_policy.py +12 -20
  103. pulumi_gcp/billing/account_iam_binding.py +12 -20
  104. pulumi_gcp/billing/account_iam_member.py +12 -20
  105. pulumi_gcp/billing/account_iam_policy.py +12 -20
  106. pulumi_gcp/billing/budget.py +18 -2
  107. pulumi_gcp/billing/project_info.py +18 -2
  108. pulumi_gcp/billing/sub_account.py +18 -2
  109. pulumi_gcp/binaryauthorization/attestor.py +18 -2
  110. pulumi_gcp/binaryauthorization/policy.py +18 -2
  111. pulumi_gcp/certificateauthority/authority.py +22 -10
  112. pulumi_gcp/certificateauthority/ca_pool.py +22 -10
  113. pulumi_gcp/certificateauthority/certificate.py +22 -10
  114. pulumi_gcp/certificateauthority/certificate_template.py +22 -10
  115. pulumi_gcp/certificatemanager/certificate.py +223 -31
  116. pulumi_gcp/certificatemanager/certificate_issuance_config.py +22 -10
  117. pulumi_gcp/certificatemanager/certificate_map.py +22 -10
  118. pulumi_gcp/certificatemanager/certificate_map_entry.py +22 -10
  119. pulumi_gcp/certificatemanager/dns_authorization.py +22 -10
  120. pulumi_gcp/certificatemanager/trust_config.py +22 -10
  121. pulumi_gcp/cloudasset/folder_feed.py +18 -2
  122. pulumi_gcp/cloudasset/organization_feed.py +18 -2
  123. pulumi_gcp/cloudasset/project_feed.py +18 -2
  124. pulumi_gcp/cloudbuild/bitbucket_server_config.py +18 -2
  125. pulumi_gcp/cloudbuild/trigger.py +18 -2
  126. pulumi_gcp/cloudbuild/worker_pool.py +18 -2
  127. pulumi_gcp/cloudbuildv2/connection.py +18 -2
  128. pulumi_gcp/cloudbuildv2/repository.py +18 -2
  129. pulumi_gcp/clouddeploy/delivery_pipeline.py +22 -10
  130. pulumi_gcp/clouddeploy/target.py +22 -10
  131. pulumi_gcp/cloudfunctions/function.py +26 -14
  132. pulumi_gcp/cloudfunctions/get_function.py +3 -0
  133. pulumi_gcp/cloudfunctionsv2/function.py +22 -10
  134. pulumi_gcp/cloudidentity/__init__.py +1 -0
  135. pulumi_gcp/cloudidentity/_inputs.py +119 -0
  136. pulumi_gcp/cloudidentity/get_group_lookup.py +128 -0
  137. pulumi_gcp/cloudidentity/group.py +50 -2
  138. pulumi_gcp/cloudidentity/group_membership.py +18 -2
  139. pulumi_gcp/cloudidentity/outputs.py +156 -0
  140. pulumi_gcp/cloudids/endpoint.py +18 -2
  141. pulumi_gcp/cloudrun/_inputs.py +12 -0
  142. pulumi_gcp/cloudrun/domain_mapping.py +18 -2
  143. pulumi_gcp/cloudrun/outputs.py +12 -0
  144. pulumi_gcp/cloudrun/service.py +18 -2
  145. pulumi_gcp/cloudrunv2/__init__.py +2 -0
  146. pulumi_gcp/cloudrunv2/get_job.py +394 -0
  147. pulumi_gcp/cloudrunv2/get_service.py +454 -0
  148. pulumi_gcp/cloudrunv2/job.py +40 -27
  149. pulumi_gcp/cloudrunv2/outputs.py +1687 -0
  150. pulumi_gcp/cloudrunv2/service.py +40 -27
  151. pulumi_gcp/cloudscheduler/job.py +18 -2
  152. pulumi_gcp/cloudtasks/queue.py +18 -2
  153. pulumi_gcp/composer/_inputs.py +17 -0
  154. pulumi_gcp/composer/environment.py +68 -5
  155. pulumi_gcp/composer/get_environment.py +13 -3
  156. pulumi_gcp/composer/outputs.py +26 -0
  157. pulumi_gcp/compute/__init__.py +2 -0
  158. pulumi_gcp/compute/_inputs.py +158 -4
  159. pulumi_gcp/compute/address.py +38 -18
  160. pulumi_gcp/compute/attached_disk.py +18 -2
  161. pulumi_gcp/compute/autoscaler.py +18 -2
  162. pulumi_gcp/compute/backend_bucket.py +18 -2
  163. pulumi_gcp/compute/backend_service.py +32 -16
  164. pulumi_gcp/compute/disk.py +22 -10
  165. pulumi_gcp/compute/disk_resource_policy_attachment.py +18 -2
  166. pulumi_gcp/compute/external_vpn_gateway.py +22 -10
  167. pulumi_gcp/compute/firewall.py +18 -2
  168. pulumi_gcp/compute/firewall_policy_association.py +18 -2
  169. pulumi_gcp/compute/firewall_policy_rule.py +18 -2
  170. pulumi_gcp/compute/forwarding_rule.py +377 -276
  171. pulumi_gcp/compute/get_disk.py +3 -0
  172. pulumi_gcp/compute/get_forwarding_rule.py +11 -1
  173. pulumi_gcp/compute/get_image.py +3 -0
  174. pulumi_gcp/compute/get_network.py +14 -1
  175. pulumi_gcp/compute/get_networks.py +130 -0
  176. pulumi_gcp/compute/get_subnetwork.py +14 -1
  177. pulumi_gcp/compute/global_address.py +18 -2
  178. pulumi_gcp/compute/global_forwarding_rule.py +127 -108
  179. pulumi_gcp/compute/global_network_endpoint.py +18 -2
  180. pulumi_gcp/compute/global_network_endpoint_group.py +18 -2
  181. pulumi_gcp/compute/ha_vpn_gateway.py +18 -2
  182. pulumi_gcp/compute/health_check.py +18 -2
  183. pulumi_gcp/compute/http_health_check.py +18 -2
  184. pulumi_gcp/compute/https_health_check.py +18 -2
  185. pulumi_gcp/compute/image.py +22 -10
  186. pulumi_gcp/compute/instance.py +44 -36
  187. pulumi_gcp/compute/instance_group.py +24 -8
  188. pulumi_gcp/compute/instance_group_manager.py +26 -10
  189. pulumi_gcp/compute/instance_group_named_port.py +18 -2
  190. pulumi_gcp/compute/instance_settings.py +387 -0
  191. pulumi_gcp/compute/instance_template.py +29 -21
  192. pulumi_gcp/compute/interconnect_attachment.py +18 -2
  193. pulumi_gcp/compute/machine_image.py +18 -2
  194. pulumi_gcp/compute/managed_ssl_certificate.py +18 -2
  195. pulumi_gcp/compute/manged_ssl_certificate.py +18 -2
  196. pulumi_gcp/compute/network.py +18 -2
  197. pulumi_gcp/compute/network_attachment.py +156 -2
  198. pulumi_gcp/compute/network_edge_security_service.py +18 -2
  199. pulumi_gcp/compute/network_endpoint.py +18 -2
  200. pulumi_gcp/compute/network_endpoint_group.py +32 -16
  201. pulumi_gcp/compute/network_endpoint_list.py +18 -2
  202. pulumi_gcp/compute/network_firewall_policy.py +18 -2
  203. pulumi_gcp/compute/network_firewall_policy_association.py +18 -2
  204. pulumi_gcp/compute/network_firewall_policy_rule.py +18 -2
  205. pulumi_gcp/compute/network_peering.py +20 -4
  206. pulumi_gcp/compute/network_peering_routes_config.py +18 -2
  207. pulumi_gcp/compute/node_group.py +129 -2
  208. pulumi_gcp/compute/node_template.py +18 -2
  209. pulumi_gcp/compute/organization_security_policy.py +18 -2
  210. pulumi_gcp/compute/organization_security_policy_association.py +18 -2
  211. pulumi_gcp/compute/organization_security_policy_rule.py +18 -2
  212. pulumi_gcp/compute/outputs.py +230 -7
  213. pulumi_gcp/compute/packet_mirroring.py +18 -2
  214. pulumi_gcp/compute/per_instance_config.py +18 -2
  215. pulumi_gcp/compute/project_default_network_tier.py +20 -4
  216. pulumi_gcp/compute/project_metadata.py +20 -4
  217. pulumi_gcp/compute/project_metadata_item.py +20 -4
  218. pulumi_gcp/compute/public_advertised_prefix.py +18 -2
  219. pulumi_gcp/compute/public_delegated_prefix.py +18 -2
  220. pulumi_gcp/compute/region_autoscaler.py +18 -2
  221. pulumi_gcp/compute/region_backend_service.py +18 -2
  222. pulumi_gcp/compute/region_commitment.py +18 -2
  223. pulumi_gcp/compute/region_disk.py +22 -10
  224. pulumi_gcp/compute/region_disk_resource_policy_attachment.py +18 -2
  225. pulumi_gcp/compute/region_health_check.py +18 -2
  226. pulumi_gcp/compute/region_instance_group_manager.py +20 -4
  227. pulumi_gcp/compute/region_instance_template.py +29 -21
  228. pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
  229. pulumi_gcp/compute/region_network_firewall_policy.py +18 -2
  230. pulumi_gcp/compute/region_network_firewall_policy_association.py +18 -2
  231. pulumi_gcp/compute/region_network_firewall_policy_rule.py +18 -2
  232. pulumi_gcp/compute/region_per_instance_config.py +18 -2
  233. pulumi_gcp/compute/region_security_policy.py +18 -2
  234. pulumi_gcp/compute/region_security_policy_rule.py +18 -2
  235. pulumi_gcp/compute/region_ssl_certificate.py +18 -2
  236. pulumi_gcp/compute/region_ssl_policy.py +18 -2
  237. pulumi_gcp/compute/region_target_http_proxy.py +18 -2
  238. pulumi_gcp/compute/region_target_https_proxy.py +18 -2
  239. pulumi_gcp/compute/region_target_tcp_proxy.py +18 -2
  240. pulumi_gcp/compute/region_url_map.py +18 -2
  241. pulumi_gcp/compute/reservation.py +18 -2
  242. pulumi_gcp/compute/resource_policy.py +18 -2
  243. pulumi_gcp/compute/route.py +18 -2
  244. pulumi_gcp/compute/router.py +18 -2
  245. pulumi_gcp/compute/router_interface.py +22 -6
  246. pulumi_gcp/compute/router_nat.py +18 -2
  247. pulumi_gcp/compute/router_peer.py +18 -2
  248. pulumi_gcp/compute/security_policy.py +52 -4
  249. pulumi_gcp/compute/security_scan_config.py +18 -2
  250. pulumi_gcp/compute/service_attachment.py +18 -2
  251. pulumi_gcp/compute/shared_vpc_host_project.py +20 -4
  252. pulumi_gcp/compute/shared_vpc_service_project.py +20 -4
  253. pulumi_gcp/compute/snapshot.py +22 -10
  254. pulumi_gcp/compute/ssl_certificate.py +18 -2
  255. pulumi_gcp/compute/ssl_policy.py +18 -2
  256. pulumi_gcp/compute/subnetwork.py +109 -2
  257. pulumi_gcp/compute/target_grpc_proxy.py +18 -2
  258. pulumi_gcp/compute/target_http_proxy.py +18 -2
  259. pulumi_gcp/compute/target_https_proxy.py +181 -16
  260. pulumi_gcp/compute/target_instance.py +18 -2
  261. pulumi_gcp/compute/target_pool.py +18 -2
  262. pulumi_gcp/compute/target_ssl_proxy.py +18 -2
  263. pulumi_gcp/compute/target_tcp_proxy.py +18 -2
  264. pulumi_gcp/compute/url_map.py +18 -2
  265. pulumi_gcp/compute/vpn_gateway.py +18 -2
  266. pulumi_gcp/compute/vpn_tunnel.py +18 -2
  267. pulumi_gcp/config/vars.py +12 -0
  268. pulumi_gcp/container/_inputs.py +299 -54
  269. pulumi_gcp/container/attached_cluster.py +18 -2
  270. pulumi_gcp/container/aws_cluster.py +24 -2
  271. pulumi_gcp/container/aws_node_pool.py +18 -2
  272. pulumi_gcp/container/azure_client.py +18 -2
  273. pulumi_gcp/container/azure_cluster.py +24 -2
  274. pulumi_gcp/container/azure_node_pool.py +18 -2
  275. pulumi_gcp/container/cluster.py +92 -29
  276. pulumi_gcp/container/get_cluster.py +11 -1
  277. pulumi_gcp/container/node_pool.py +22 -6
  278. pulumi_gcp/container/outputs.py +384 -52
  279. pulumi_gcp/containeranalysis/note.py +18 -2
  280. pulumi_gcp/containeranalysis/occurence.py +18 -2
  281. pulumi_gcp/databasemigrationservice/__init__.py +1 -0
  282. pulumi_gcp/databasemigrationservice/_inputs.py +465 -0
  283. pulumi_gcp/databasemigrationservice/connection_profile.py +122 -12
  284. pulumi_gcp/databasemigrationservice/outputs.py +466 -0
  285. pulumi_gcp/databasemigrationservice/private_connection.py +672 -0
  286. pulumi_gcp/datacatalog/entry.py +18 -2
  287. pulumi_gcp/datacatalog/entry_group.py +18 -2
  288. pulumi_gcp/datacatalog/policy_tag.py +18 -2
  289. pulumi_gcp/datacatalog/tag.py +18 -2
  290. pulumi_gcp/datacatalog/tag_template.py +18 -2
  291. pulumi_gcp/datacatalog/taxonomy.py +18 -2
  292. pulumi_gcp/dataflow/job.py +24 -12
  293. pulumi_gcp/dataflow/pipeline.py +18 -2
  294. pulumi_gcp/dataform/_inputs.py +78 -21
  295. pulumi_gcp/dataform/outputs.py +86 -20
  296. pulumi_gcp/dataform/repository.py +140 -9
  297. pulumi_gcp/dataform/repository_release_config.py +18 -2
  298. pulumi_gcp/dataform/repository_workflow_config.py +20 -4
  299. pulumi_gcp/datafusion/instance.py +22 -10
  300. pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -2
  301. pulumi_gcp/dataloss/prevention_inspect_template.py +18 -2
  302. pulumi_gcp/dataloss/prevention_job_trigger.py +18 -2
  303. pulumi_gcp/dataloss/prevention_stored_info_type.py +18 -2
  304. pulumi_gcp/dataplex/asset.py +22 -10
  305. pulumi_gcp/dataplex/datascan.py +22 -10
  306. pulumi_gcp/dataplex/lake.py +22 -10
  307. pulumi_gcp/dataplex/task.py +22 -10
  308. pulumi_gcp/dataplex/zone.py +22 -10
  309. pulumi_gcp/dataproc/_inputs.py +148 -0
  310. pulumi_gcp/dataproc/autoscaling_policy.py +18 -2
  311. pulumi_gcp/dataproc/cluster.py +2 -2
  312. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -20
  313. pulumi_gcp/dataproc/cluster_iam_member.py +12 -20
  314. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -20
  315. pulumi_gcp/dataproc/job.py +20 -8
  316. pulumi_gcp/dataproc/job_iam_binding.py +12 -20
  317. pulumi_gcp/dataproc/job_iam_member.py +12 -20
  318. pulumi_gcp/dataproc/job_iam_policy.py +12 -20
  319. pulumi_gcp/dataproc/metastore_federation.py +22 -10
  320. pulumi_gcp/dataproc/metastore_service.py +22 -10
  321. pulumi_gcp/dataproc/outputs.py +175 -0
  322. pulumi_gcp/dataproc/workflow_template.py +18 -2
  323. pulumi_gcp/datastore/data_store_index.py +18 -2
  324. pulumi_gcp/datastream/connection_profile.py +22 -10
  325. pulumi_gcp/datastream/private_connection.py +22 -10
  326. pulumi_gcp/datastream/stream.py +22 -10
  327. pulumi_gcp/deploymentmanager/deployment.py +18 -2
  328. pulumi_gcp/diagflow/_inputs.py +626 -4
  329. pulumi_gcp/diagflow/agent.py +18 -2
  330. pulumi_gcp/diagflow/cx_agent.py +288 -21
  331. pulumi_gcp/diagflow/cx_entity_type.py +18 -2
  332. pulumi_gcp/diagflow/cx_environment.py +18 -2
  333. pulumi_gcp/diagflow/cx_flow.py +309 -4
  334. pulumi_gcp/diagflow/cx_intent.py +165 -10
  335. pulumi_gcp/diagflow/cx_page.py +109 -4
  336. pulumi_gcp/diagflow/cx_security_settings.py +18 -2
  337. pulumi_gcp/diagflow/cx_test_case.py +18 -2
  338. pulumi_gcp/diagflow/cx_version.py +18 -2
  339. pulumi_gcp/diagflow/cx_webhook.py +18 -2
  340. pulumi_gcp/diagflow/entity_type.py +18 -2
  341. pulumi_gcp/diagflow/fulfillment.py +18 -2
  342. pulumi_gcp/diagflow/intent.py +18 -2
  343. pulumi_gcp/diagflow/outputs.py +722 -5
  344. pulumi_gcp/dns/get_keys.py +16 -2
  345. pulumi_gcp/dns/managed_zone.py +22 -10
  346. pulumi_gcp/dns/policy.py +18 -2
  347. pulumi_gcp/dns/record_set.py +24 -8
  348. pulumi_gcp/dns/response_policy.py +18 -2
  349. pulumi_gcp/dns/response_policy_rule.py +18 -2
  350. pulumi_gcp/edgecontainer/__init__.py +12 -0
  351. pulumi_gcp/edgecontainer/_inputs.py +1171 -0
  352. pulumi_gcp/edgecontainer/cluster.py +1539 -0
  353. pulumi_gcp/edgecontainer/node_pool.py +1062 -0
  354. pulumi_gcp/edgecontainer/outputs.py +1204 -0
  355. pulumi_gcp/edgecontainer/vpn_connection.py +918 -0
  356. pulumi_gcp/edgenetwork/network.py +18 -2
  357. pulumi_gcp/edgenetwork/subnet.py +18 -2
  358. pulumi_gcp/essentialcontacts/contact.py +18 -2
  359. pulumi_gcp/essentialcontacts/document_ai_processor.py +18 -2
  360. pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +18 -2
  361. pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +18 -2
  362. pulumi_gcp/eventarc/channel.py +18 -2
  363. pulumi_gcp/eventarc/google_channel_config.py +18 -2
  364. pulumi_gcp/eventarc/trigger.py +22 -10
  365. pulumi_gcp/filestore/backup.py +22 -10
  366. pulumi_gcp/filestore/instance.py +22 -10
  367. pulumi_gcp/filestore/snapshot.py +22 -10
  368. pulumi_gcp/firebase/__init__.py +1 -0
  369. pulumi_gcp/firebase/_inputs.py +878 -0
  370. pulumi_gcp/firebase/android_app.py +18 -2
  371. pulumi_gcp/firebase/apple_app.py +18 -2
  372. pulumi_gcp/firebase/database_instance.py +18 -2
  373. pulumi_gcp/firebase/extensions_instance.py +18 -2
  374. pulumi_gcp/firebase/hosting_channel.py +22 -10
  375. pulumi_gcp/firebase/hosting_custom_domain.py +1274 -0
  376. pulumi_gcp/firebase/hosting_release.py +18 -2
  377. pulumi_gcp/firebase/hosting_site.py +18 -2
  378. pulumi_gcp/firebase/hosting_version.py +18 -2
  379. pulumi_gcp/firebase/outputs.py +905 -0
  380. pulumi_gcp/firebase/project.py +18 -2
  381. pulumi_gcp/firebase/storage_bucket.py +18 -2
  382. pulumi_gcp/firebase/web_app.py +18 -2
  383. pulumi_gcp/firebaserules/release.py +18 -2
  384. pulumi_gcp/firebaserules/ruleset.py +18 -2
  385. pulumi_gcp/firestore/__init__.py +1 -0
  386. pulumi_gcp/firestore/_inputs.py +35 -2
  387. pulumi_gcp/firestore/backup_schedule.py +547 -0
  388. pulumi_gcp/firestore/database.py +24 -4
  389. pulumi_gcp/firestore/document.py +22 -2
  390. pulumi_gcp/firestore/field.py +27 -13
  391. pulumi_gcp/firestore/index.py +140 -21
  392. pulumi_gcp/firestore/outputs.py +31 -2
  393. pulumi_gcp/folder/access_approval_settings.py +18 -2
  394. pulumi_gcp/folder/iam_audit_config.py +10 -58
  395. pulumi_gcp/folder/iam_member.py +10 -58
  396. pulumi_gcp/folder/iam_policy.py +10 -58
  397. pulumi_gcp/folder/organization_policy.py +22 -6
  398. pulumi_gcp/gkebackup/backup_plan.py +22 -10
  399. pulumi_gcp/gkebackup/restore_plan.py +22 -10
  400. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +18 -2
  401. pulumi_gcp/gkebackup/restore_plan_iam_member.py +18 -2
  402. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +18 -2
  403. pulumi_gcp/gkehub/__init__.py +1 -0
  404. pulumi_gcp/gkehub/_inputs.py +431 -0
  405. pulumi_gcp/gkehub/feature.py +76 -10
  406. pulumi_gcp/gkehub/feature_membership.py +22 -2
  407. pulumi_gcp/gkehub/fleet.py +432 -0
  408. pulumi_gcp/gkehub/get_membership_iam_policy.py +24 -3
  409. pulumi_gcp/gkehub/membership.py +120 -16
  410. pulumi_gcp/gkehub/membership_binding.py +22 -10
  411. pulumi_gcp/gkehub/membership_iam_binding.py +67 -0
  412. pulumi_gcp/gkehub/membership_iam_member.py +67 -0
  413. pulumi_gcp/gkehub/membership_iam_policy.py +67 -0
  414. pulumi_gcp/gkehub/membership_rbac_role_binding.py +18 -2
  415. pulumi_gcp/gkehub/namespace.py +22 -10
  416. pulumi_gcp/gkehub/outputs.py +432 -1
  417. pulumi_gcp/gkehub/scope.py +22 -10
  418. pulumi_gcp/gkehub/scope_rbac_role_binding.py +22 -10
  419. pulumi_gcp/gkeonprem/_inputs.py +17 -31
  420. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +148 -132
  421. pulumi_gcp/gkeonprem/bare_metal_cluster.py +260 -246
  422. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +30 -18
  423. pulumi_gcp/gkeonprem/outputs.py +17 -31
  424. pulumi_gcp/gkeonprem/v_mware_cluster.py +287 -230
  425. pulumi_gcp/gkeonprem/v_mware_node_pool.py +30 -18
  426. pulumi_gcp/healthcare/consent_store.py +22 -10
  427. pulumi_gcp/healthcare/dataset.py +18 -2
  428. pulumi_gcp/healthcare/dataset_iam_binding.py +10 -38
  429. pulumi_gcp/healthcare/dataset_iam_member.py +10 -38
  430. pulumi_gcp/healthcare/dataset_iam_policy.py +10 -38
  431. pulumi_gcp/healthcare/dicom_store.py +22 -10
  432. pulumi_gcp/healthcare/dicom_store_iam_binding.py +10 -30
  433. pulumi_gcp/healthcare/dicom_store_iam_member.py +10 -30
  434. pulumi_gcp/healthcare/dicom_store_iam_policy.py +10 -30
  435. pulumi_gcp/healthcare/fhir_store.py +22 -10
  436. pulumi_gcp/healthcare/fhir_store_iam_binding.py +10 -30
  437. pulumi_gcp/healthcare/fhir_store_iam_member.py +10 -30
  438. pulumi_gcp/healthcare/fhir_store_iam_policy.py +10 -30
  439. pulumi_gcp/healthcare/hl7_store.py +22 -10
  440. pulumi_gcp/healthcare/hl7_store_iam_binding.py +10 -30
  441. pulumi_gcp/healthcare/hl7_store_iam_member.py +10 -30
  442. pulumi_gcp/healthcare/hl7_store_iam_policy.py +10 -30
  443. pulumi_gcp/iam/_inputs.py +20 -0
  444. pulumi_gcp/iam/access_boundary_policy.py +18 -2
  445. pulumi_gcp/iam/deny_policy.py +18 -2
  446. pulumi_gcp/iam/outputs.py +20 -0
  447. pulumi_gcp/iam/workforce_pool.py +18 -2
  448. pulumi_gcp/iam/workforce_pool_provider.py +18 -2
  449. pulumi_gcp/iam/workload_identity_pool.py +18 -2
  450. pulumi_gcp/iam/workload_identity_pool_provider.py +18 -2
  451. pulumi_gcp/iap/brand.py +18 -2
  452. pulumi_gcp/iap/client.py +18 -2
  453. pulumi_gcp/identityplatform/_inputs.py +92 -0
  454. pulumi_gcp/identityplatform/config.py +91 -5
  455. pulumi_gcp/identityplatform/default_supported_idp_config.py +18 -2
  456. pulumi_gcp/identityplatform/inbound_saml_config.py +18 -2
  457. pulumi_gcp/identityplatform/oauth_idp_config.py +18 -2
  458. pulumi_gcp/identityplatform/outputs.py +129 -0
  459. pulumi_gcp/identityplatform/project_default_config.py +18 -2
  460. pulumi_gcp/identityplatform/tenant.py +18 -2
  461. pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +18 -2
  462. pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +18 -2
  463. pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +18 -2
  464. pulumi_gcp/integrationconnectors/__init__.py +10 -0
  465. pulumi_gcp/integrationconnectors/_inputs.py +2518 -0
  466. pulumi_gcp/integrationconnectors/connection.py +1921 -0
  467. pulumi_gcp/integrationconnectors/outputs.py +2780 -0
  468. pulumi_gcp/kms/crypto_key.py +22 -10
  469. pulumi_gcp/kms/crypto_key_iam_binding.py +10 -30
  470. pulumi_gcp/kms/crypto_key_iam_member.py +10 -30
  471. pulumi_gcp/kms/crypto_key_iam_policy.py +10 -30
  472. pulumi_gcp/kms/crypto_key_version.py +18 -2
  473. pulumi_gcp/kms/key_ring.py +18 -2
  474. pulumi_gcp/kms/key_ring_iam_binding.py +10 -30
  475. pulumi_gcp/kms/key_ring_iam_member.py +10 -30
  476. pulumi_gcp/kms/key_ring_iam_policy.py +10 -30
  477. pulumi_gcp/kms/key_ring_import_job.py +18 -2
  478. pulumi_gcp/logging/_inputs.py +160 -0
  479. pulumi_gcp/logging/billing_account_bucket_config.py +61 -26
  480. pulumi_gcp/logging/billing_account_exclusion.py +20 -4
  481. pulumi_gcp/logging/billing_account_sink.py +20 -4
  482. pulumi_gcp/logging/folder_bucket_config.py +75 -4
  483. pulumi_gcp/logging/folder_exclusion.py +20 -4
  484. pulumi_gcp/logging/folder_sink.py +20 -4
  485. pulumi_gcp/logging/linked_dataset.py +18 -2
  486. pulumi_gcp/logging/log_view.py +18 -2
  487. pulumi_gcp/logging/metric.py +18 -2
  488. pulumi_gcp/logging/organization_bucket_config.py +75 -4
  489. pulumi_gcp/logging/organization_exclusion.py +20 -4
  490. pulumi_gcp/logging/organization_sink.py +20 -4
  491. pulumi_gcp/logging/outputs.py +196 -0
  492. pulumi_gcp/logging/project_bucket_config.py +59 -134
  493. pulumi_gcp/logging/project_exclusion.py +20 -4
  494. pulumi_gcp/logging/project_sink.py +95 -18
  495. pulumi_gcp/looker/instance.py +18 -2
  496. pulumi_gcp/memcache/instance.py +22 -10
  497. pulumi_gcp/ml/engine_model.py +22 -10
  498. pulumi_gcp/monitoring/_inputs.py +127 -13
  499. pulumi_gcp/monitoring/alert_policy.py +64 -2
  500. pulumi_gcp/monitoring/custom_service.py +18 -2
  501. pulumi_gcp/monitoring/dashboard.py +18 -2
  502. pulumi_gcp/monitoring/generic_service.py +18 -2
  503. pulumi_gcp/monitoring/group.py +18 -2
  504. pulumi_gcp/monitoring/metric_descriptor.py +18 -2
  505. pulumi_gcp/monitoring/monitored_project.py +18 -2
  506. pulumi_gcp/monitoring/notification_channel.py +18 -2
  507. pulumi_gcp/monitoring/outputs.py +158 -13
  508. pulumi_gcp/monitoring/slo.py +18 -2
  509. pulumi_gcp/monitoring/uptime_check_config.py +92 -9
  510. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  511. pulumi_gcp/networkconnectivity/_inputs.py +185 -0
  512. pulumi_gcp/networkconnectivity/hub.py +22 -10
  513. pulumi_gcp/networkconnectivity/outputs.py +189 -0
  514. pulumi_gcp/networkconnectivity/policy_based_route.py +1003 -0
  515. pulumi_gcp/networkconnectivity/service_connection_policy.py +22 -10
  516. pulumi_gcp/networkconnectivity/spoke.py +22 -10
  517. pulumi_gcp/networkmanagement/connectivity_test.py +22 -10
  518. pulumi_gcp/networksecurity/address_group.py +22 -10
  519. pulumi_gcp/networksecurity/authorization_policy.py +22 -10
  520. pulumi_gcp/networksecurity/client_tls_policy.py +22 -10
  521. pulumi_gcp/networksecurity/gateway_security_policy.py +18 -2
  522. pulumi_gcp/networksecurity/gateway_security_policy_rule.py +18 -2
  523. pulumi_gcp/networksecurity/server_tls_policy.py +92 -10
  524. pulumi_gcp/networksecurity/tls_inspection_policy.py +18 -2
  525. pulumi_gcp/networksecurity/url_list.py +18 -2
  526. pulumi_gcp/networkservices/edge_cache_keyset.py +22 -10
  527. pulumi_gcp/networkservices/edge_cache_origin.py +22 -10
  528. pulumi_gcp/networkservices/edge_cache_service.py +22 -10
  529. pulumi_gcp/networkservices/endpoint_policy.py +22 -10
  530. pulumi_gcp/networkservices/gateway.py +22 -10
  531. pulumi_gcp/networkservices/grpc_route.py +22 -10
  532. pulumi_gcp/networkservices/http_route.py +22 -10
  533. pulumi_gcp/networkservices/mesh.py +22 -10
  534. pulumi_gcp/networkservices/service_binding.py +22 -10
  535. pulumi_gcp/networkservices/tcp_route.py +22 -10
  536. pulumi_gcp/networkservices/tls_route.py +18 -2
  537. pulumi_gcp/notebooks/environment.py +18 -2
  538. pulumi_gcp/notebooks/instance.py +22 -10
  539. pulumi_gcp/notebooks/location.py +18 -2
  540. pulumi_gcp/notebooks/runtime.py +18 -2
  541. pulumi_gcp/organizations/access_approval_settings.py +18 -2
  542. pulumi_gcp/organizations/folder.py +22 -6
  543. pulumi_gcp/organizations/iam_member.py +10 -58
  544. pulumi_gcp/organizations/iam_policy.py +10 -58
  545. pulumi_gcp/organizations/policy.py +22 -4
  546. pulumi_gcp/organizations/project.py +24 -12
  547. pulumi_gcp/orgpolicy/custom_constraint.py +50 -22
  548. pulumi_gcp/orgpolicy/policy.py +18 -2
  549. pulumi_gcp/osconfig/guest_policies.py +18 -2
  550. pulumi_gcp/osconfig/os_policy_assignment.py +18 -2
  551. pulumi_gcp/osconfig/patch_deployment.py +18 -2
  552. pulumi_gcp/oslogin/ssh_public_key.py +18 -2
  553. pulumi_gcp/projects/access_approval_settings.py +18 -2
  554. pulumi_gcp/projects/api_key.py +18 -2
  555. pulumi_gcp/projects/iam_audit_config.py +10 -58
  556. pulumi_gcp/projects/iam_binding.py +10 -58
  557. pulumi_gcp/projects/iam_custom_role.py +18 -2
  558. pulumi_gcp/projects/iam_member.py +10 -58
  559. pulumi_gcp/projects/iam_policy.py +10 -58
  560. pulumi_gcp/projects/organization_policy.py +24 -8
  561. pulumi_gcp/projects/service.py +22 -4
  562. pulumi_gcp/projects/usage_export_bucket.py +20 -4
  563. pulumi_gcp/provider.py +60 -0
  564. pulumi_gcp/pubsub/__init__.py +4 -0
  565. pulumi_gcp/pubsub/_inputs.py +80 -0
  566. pulumi_gcp/pubsub/get_schema_iam_policy.py +147 -0
  567. pulumi_gcp/pubsub/lite_reservation.py +18 -2
  568. pulumi_gcp/pubsub/lite_subscription.py +18 -2
  569. pulumi_gcp/pubsub/lite_topic.py +18 -2
  570. pulumi_gcp/pubsub/outputs.py +56 -0
  571. pulumi_gcp/pubsub/schema.py +18 -2
  572. pulumi_gcp/pubsub/schema_iam_binding.py +601 -0
  573. pulumi_gcp/pubsub/schema_iam_member.py +601 -0
  574. pulumi_gcp/pubsub/schema_iam_policy.py +523 -0
  575. pulumi_gcp/pubsub/subscription.py +22 -10
  576. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -20
  577. pulumi_gcp/pubsub/subscription_iam_member.py +12 -20
  578. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -20
  579. pulumi_gcp/pubsub/topic.py +36 -17
  580. pulumi_gcp/recaptcha/enterprise_key.py +22 -10
  581. pulumi_gcp/redis/cluster.py +42 -18
  582. pulumi_gcp/redis/instance.py +22 -58
  583. pulumi_gcp/resourcemanager/lien.py +18 -2
  584. pulumi_gcp/runtimeconfig/config.py +26 -6
  585. pulumi_gcp/runtimeconfig/variable.py +26 -6
  586. pulumi_gcp/secretmanager/__init__.py +1 -0
  587. pulumi_gcp/secretmanager/get_secrets.py +133 -0
  588. pulumi_gcp/secretmanager/outputs.py +354 -0
  589. pulumi_gcp/secretmanager/secret.py +36 -10
  590. pulumi_gcp/secretmanager/secret_version.py +18 -2
  591. pulumi_gcp/securitycenter/folder_custom_module.py +18 -2
  592. pulumi_gcp/securitycenter/instance_iam_binding.py +18 -2
  593. pulumi_gcp/securitycenter/instance_iam_member.py +18 -2
  594. pulumi_gcp/securitycenter/instance_iam_policy.py +18 -2
  595. pulumi_gcp/securitycenter/mute_config.py +18 -2
  596. pulumi_gcp/securitycenter/notification_config.py +18 -2
  597. pulumi_gcp/securitycenter/organization_custom_module.py +18 -2
  598. pulumi_gcp/securitycenter/project_custom_module.py +18 -2
  599. pulumi_gcp/securitycenter/source.py +18 -2
  600. pulumi_gcp/securitycenter/source_iam_binding.py +18 -2
  601. pulumi_gcp/securitycenter/source_iam_member.py +18 -2
  602. pulumi_gcp/securitycenter/source_iam_policy.py +18 -2
  603. pulumi_gcp/serviceaccount/account.py +20 -4
  604. pulumi_gcp/serviceaccount/iam_binding.py +2 -30
  605. pulumi_gcp/serviceaccount/iam_member.py +2 -30
  606. pulumi_gcp/serviceaccount/iam_policy.py +2 -30
  607. pulumi_gcp/servicedirectory/endpoint.py +18 -2
  608. pulumi_gcp/servicedirectory/namespace.py +22 -10
  609. pulumi_gcp/servicedirectory/service.py +18 -2
  610. pulumi_gcp/servicenetworking/connection.py +22 -6
  611. pulumi_gcp/servicenetworking/peered_dns_domain.py +18 -6
  612. pulumi_gcp/serviceusage/consumer_quota_override.py +18 -2
  613. pulumi_gcp/sourcerepo/repository.py +18 -2
  614. pulumi_gcp/spanner/_inputs.py +142 -0
  615. pulumi_gcp/spanner/database.py +18 -2
  616. pulumi_gcp/spanner/database_iam_binding.py +10 -26
  617. pulumi_gcp/spanner/database_iam_member.py +10 -26
  618. pulumi_gcp/spanner/database_iam_policy.py +10 -26
  619. pulumi_gcp/spanner/get_instance.py +12 -1
  620. pulumi_gcp/spanner/instance.py +99 -10
  621. pulumi_gcp/spanner/instance_iam_binding.py +10 -26
  622. pulumi_gcp/spanner/instance_iam_member.py +10 -26
  623. pulumi_gcp/spanner/instance_iam_policy.py +10 -26
  624. pulumi_gcp/spanner/outputs.py +236 -0
  625. pulumi_gcp/sql/_inputs.py +27 -7
  626. pulumi_gcp/sql/database.py +18 -2
  627. pulumi_gcp/sql/database_instance.py +24 -8
  628. pulumi_gcp/sql/outputs.py +41 -9
  629. pulumi_gcp/sql/source_representation_instance.py +25 -9
  630. pulumi_gcp/sql/user.py +38 -8
  631. pulumi_gcp/storage/_inputs.py +59 -1
  632. pulumi_gcp/storage/bucket.py +69 -6
  633. pulumi_gcp/storage/bucket_access_control.py +18 -2
  634. pulumi_gcp/storage/bucket_object.py +47 -0
  635. pulumi_gcp/storage/default_object_access_control.py +18 -2
  636. pulumi_gcp/storage/get_bucket.py +11 -1
  637. pulumi_gcp/storage/get_bucket_object.py +11 -1
  638. pulumi_gcp/storage/get_bucket_object_content.py +11 -1
  639. pulumi_gcp/storage/hmac_key.py +18 -2
  640. pulumi_gcp/storage/insights_report_config.py +18 -2
  641. pulumi_gcp/storage/notification.py +20 -4
  642. pulumi_gcp/storage/object_access_control.py +18 -2
  643. pulumi_gcp/storage/outputs.py +129 -2
  644. pulumi_gcp/storage/transfer_agent_pool.py +18 -2
  645. pulumi_gcp/storage/transfer_job.py +20 -4
  646. pulumi_gcp/tags/location_tag_binding.py +35 -19
  647. pulumi_gcp/tags/tag_binding.py +18 -2
  648. pulumi_gcp/tags/tag_key.py +18 -2
  649. pulumi_gcp/tags/tag_value.py +18 -2
  650. pulumi_gcp/tpu/_inputs.py +450 -0
  651. pulumi_gcp/tpu/node.py +22 -10
  652. pulumi_gcp/tpu/outputs.py +477 -0
  653. pulumi_gcp/tpu/v2_vm.py +906 -38
  654. pulumi_gcp/vertex/_inputs.py +39 -0
  655. pulumi_gcp/vertex/ai_dataset.py +4 -8
  656. pulumi_gcp/vertex/ai_endpoint.py +22 -10
  657. pulumi_gcp/vertex/ai_feature_store.py +22 -10
  658. pulumi_gcp/vertex/ai_feature_store_entity_type.py +22 -10
  659. pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +22 -10
  660. pulumi_gcp/vertex/ai_index.py +22 -10
  661. pulumi_gcp/vertex/ai_index_endpoint.py +116 -10
  662. pulumi_gcp/vertex/ai_metadata_store.py +18 -2
  663. pulumi_gcp/vertex/ai_tensorboard.py +22 -10
  664. pulumi_gcp/vertex/outputs.py +50 -0
  665. pulumi_gcp/vmwareengine/cluster.py +18 -2
  666. pulumi_gcp/vmwareengine/network.py +18 -2
  667. pulumi_gcp/vmwareengine/private_cloud.py +18 -2
  668. pulumi_gcp/vpcaccess/connector.py +18 -2
  669. pulumi_gcp/workflows/workflow.py +159 -11
  670. pulumi_gcp/workstations/_inputs.py +23 -0
  671. pulumi_gcp/workstations/outputs.py +19 -0
  672. pulumi_gcp/workstations/workstation.py +22 -10
  673. pulumi_gcp/workstations/workstation_cluster.py +142 -10
  674. pulumi_gcp/workstations/workstation_config.py +24 -12
  675. {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/METADATA +1 -1
  676. {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/RECORD +678 -650
  677. {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/WHEEL +0 -0
  678. {pulumi_gcp-7.0.0rc0.dist-info → pulumi_gcp-7.1.0.dist-info}/top_level.txt +0 -0
@@ -22,6 +22,7 @@ __all__ = [
22
22
  'AttachedClusterOidcConfig',
23
23
  'AttachedClusterWorkloadIdentityConfig',
24
24
  'AwsClusterAuthorization',
25
+ 'AwsClusterAuthorizationAdminGroup',
25
26
  'AwsClusterAuthorizationAdminUser',
26
27
  'AwsClusterBinaryAuthorization',
27
28
  'AwsClusterControlPlane',
@@ -53,6 +54,7 @@ __all__ = [
53
54
  'AwsNodePoolUpdateSettings',
54
55
  'AwsNodePoolUpdateSettingsSurgeSettings',
55
56
  'AzureClusterAuthorization',
57
+ 'AzureClusterAuthorizationAdminGroup',
56
58
  'AzureClusterAuthorizationAdminUser',
57
59
  'AzureClusterAzureServicesAuthentication',
58
60
  'AzureClusterControlPlane',
@@ -105,6 +107,7 @@ __all__ = [
105
107
  'ClusterDefaultSnatStatus',
106
108
  'ClusterDnsConfig',
107
109
  'ClusterEnableK8sBetaApis',
110
+ 'ClusterFleet',
108
111
  'ClusterGatewayApiConfig',
109
112
  'ClusterIdentityServiceConfig',
110
113
  'ClusterIpAllocationPolicy',
@@ -267,6 +270,7 @@ __all__ = [
267
270
  'GetClusterDefaultSnatStatusResult',
268
271
  'GetClusterDnsConfigResult',
269
272
  'GetClusterEnableK8sBetaApiResult',
273
+ 'GetClusterFleetResult',
270
274
  'GetClusterGatewayApiConfigResult',
271
275
  'GetClusterIdentityServiceConfigResult',
272
276
  'GetClusterIpAllocationPolicyResult',
@@ -372,7 +376,9 @@ class AttachedClusterAuthorization(dict):
372
376
  @staticmethod
373
377
  def __key_warning(key: str):
374
378
  suggest = None
375
- if key == "adminUsers":
379
+ if key == "adminGroups":
380
+ suggest = "admin_groups"
381
+ elif key == "adminUsers":
376
382
  suggest = "admin_users"
377
383
 
378
384
  if suggest:
@@ -387,17 +393,37 @@ class AttachedClusterAuthorization(dict):
387
393
  return super().get(key, default)
388
394
 
389
395
  def __init__(__self__, *,
396
+ admin_groups: Optional[Sequence[str]] = None,
390
397
  admin_users: Optional[Sequence[str]] = None):
391
398
  """
399
+ :param Sequence[str] admin_groups: Groups that can perform operations as a cluster admin. A managed
400
+ ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole
401
+ to the groups. Up to ten admin groups can be provided.
402
+ For more info on RBAC, see
403
+ https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
392
404
  :param Sequence[str] admin_users: Users that can perform operations as a cluster admin. A managed
393
405
  ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole
394
406
  to the users. Up to ten admin users can be provided.
395
407
  For more info on RBAC, see
396
408
  https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
397
409
  """
410
+ if admin_groups is not None:
411
+ pulumi.set(__self__, "admin_groups", admin_groups)
398
412
  if admin_users is not None:
399
413
  pulumi.set(__self__, "admin_users", admin_users)
400
414
 
415
+ @property
416
+ @pulumi.getter(name="adminGroups")
417
+ def admin_groups(self) -> Optional[Sequence[str]]:
418
+ """
419
+ Groups that can perform operations as a cluster admin. A managed
420
+ ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole
421
+ to the groups. Up to ten admin groups can be provided.
422
+ For more info on RBAC, see
423
+ https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
424
+ """
425
+ return pulumi.get(self, "admin_groups")
426
+
401
427
  @property
402
428
  @pulumi.getter(name="adminUsers")
403
429
  def admin_users(self) -> Optional[Sequence[str]]:
@@ -759,6 +785,8 @@ class AwsClusterAuthorization(dict):
759
785
  suggest = None
760
786
  if key == "adminUsers":
761
787
  suggest = "admin_users"
788
+ elif key == "adminGroups":
789
+ suggest = "admin_groups"
762
790
 
763
791
  if suggest:
764
792
  pulumi.log.warn(f"Key '{key}' not found in AwsClusterAuthorization. Access the value via the '{suggest}' property getter instead.")
@@ -772,11 +800,15 @@ class AwsClusterAuthorization(dict):
772
800
  return super().get(key, default)
773
801
 
774
802
  def __init__(__self__, *,
775
- admin_users: Sequence['outputs.AwsClusterAuthorizationAdminUser']):
803
+ admin_users: Sequence['outputs.AwsClusterAuthorizationAdminUser'],
804
+ admin_groups: Optional[Sequence['outputs.AwsClusterAuthorizationAdminGroup']] = None):
776
805
  """
777
806
  :param Sequence['AwsClusterAuthorizationAdminUserArgs'] admin_users: Users to perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
807
+ :param Sequence['AwsClusterAuthorizationAdminGroupArgs'] admin_groups: Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
778
808
  """
779
809
  pulumi.set(__self__, "admin_users", admin_users)
810
+ if admin_groups is not None:
811
+ pulumi.set(__self__, "admin_groups", admin_groups)
780
812
 
781
813
  @property
782
814
  @pulumi.getter(name="adminUsers")
@@ -786,6 +818,32 @@ class AwsClusterAuthorization(dict):
786
818
  """
787
819
  return pulumi.get(self, "admin_users")
788
820
 
821
+ @property
822
+ @pulumi.getter(name="adminGroups")
823
+ def admin_groups(self) -> Optional[Sequence['outputs.AwsClusterAuthorizationAdminGroup']]:
824
+ """
825
+ Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
826
+ """
827
+ return pulumi.get(self, "admin_groups")
828
+
829
+
830
+ @pulumi.output_type
831
+ class AwsClusterAuthorizationAdminGroup(dict):
832
+ def __init__(__self__, *,
833
+ group: str):
834
+ """
835
+ :param str group: The name of the group, e.g. `my-group@domain.com`.
836
+ """
837
+ pulumi.set(__self__, "group", group)
838
+
839
+ @property
840
+ @pulumi.getter
841
+ def group(self) -> str:
842
+ """
843
+ The name of the group, e.g. `my-group@domain.com`.
844
+ """
845
+ return pulumi.get(self, "group")
846
+
789
847
 
790
848
  @pulumi.output_type
791
849
  class AwsClusterAuthorizationAdminUser(dict):
@@ -1220,7 +1278,7 @@ class AwsClusterControlPlaneMainVolume(dict):
1220
1278
  :param int iops: Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
1221
1279
  :param str kms_key_arn: Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.
1222
1280
  :param int size_gib: Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
1223
- :param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
1281
+ :param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
1224
1282
  :param str volume_type: Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3
1225
1283
  """
1226
1284
  if iops is not None:
@@ -1262,7 +1320,7 @@ class AwsClusterControlPlaneMainVolume(dict):
1262
1320
  @pulumi.getter
1263
1321
  def throughput(self) -> Optional[int]:
1264
1322
  """
1265
- Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
1323
+ Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
1266
1324
  """
1267
1325
  return pulumi.get(self, "throughput")
1268
1326
 
@@ -1356,7 +1414,7 @@ class AwsClusterControlPlaneRootVolume(dict):
1356
1414
  :param int iops: Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
1357
1415
  :param str kms_key_arn: Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.
1358
1416
  :param int size_gib: Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
1359
- :param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
1417
+ :param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
1360
1418
  :param str volume_type: Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3
1361
1419
  """
1362
1420
  if iops is not None:
@@ -1398,7 +1456,7 @@ class AwsClusterControlPlaneRootVolume(dict):
1398
1456
  @pulumi.getter
1399
1457
  def throughput(self) -> Optional[int]:
1400
1458
  """
1401
- Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
1459
+ Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
1402
1460
  """
1403
1461
  return pulumi.get(self, "throughput")
1404
1462
 
@@ -2101,7 +2159,7 @@ class AwsNodePoolConfigRootVolume(dict):
2101
2159
  :param int iops: Optional. The number of I/O operations per second (IOPS) to provision for GP3 volume.
2102
2160
  :param str kms_key_arn: Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.
2103
2161
  :param int size_gib: Optional. The size of the volume, in GiBs. When unspecified, a default value is provided. See the specific reference in the parent resource.
2104
- :param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
2162
+ :param int throughput: Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
2105
2163
  :param str volume_type: Optional. Type of the EBS volume. When unspecified, it defaults to GP2 volume. Possible values: VOLUME_TYPE_UNSPECIFIED, GP2, GP3
2106
2164
  """
2107
2165
  if iops is not None:
@@ -2143,7 +2201,7 @@ class AwsNodePoolConfigRootVolume(dict):
2143
2201
  @pulumi.getter
2144
2202
  def throughput(self) -> Optional[int]:
2145
2203
  """
2146
- Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3.
2204
+ Optional. The throughput to provision for the volume, in MiB/s. Only valid if the volume type is GP3. If volume type is gp3 and throughput is not specified, the throughput will defaults to 125.
2147
2205
  """
2148
2206
  return pulumi.get(self, "throughput")
2149
2207
 
@@ -2434,6 +2492,8 @@ class AzureClusterAuthorization(dict):
2434
2492
  suggest = None
2435
2493
  if key == "adminUsers":
2436
2494
  suggest = "admin_users"
2495
+ elif key == "adminGroups":
2496
+ suggest = "admin_groups"
2437
2497
 
2438
2498
  if suggest:
2439
2499
  pulumi.log.warn(f"Key '{key}' not found in AzureClusterAuthorization. Access the value via the '{suggest}' property getter instead.")
@@ -2447,11 +2507,15 @@ class AzureClusterAuthorization(dict):
2447
2507
  return super().get(key, default)
2448
2508
 
2449
2509
  def __init__(__self__, *,
2450
- admin_users: Sequence['outputs.AzureClusterAuthorizationAdminUser']):
2510
+ admin_users: Sequence['outputs.AzureClusterAuthorizationAdminUser'],
2511
+ admin_groups: Optional[Sequence['outputs.AzureClusterAuthorizationAdminGroup']] = None):
2451
2512
  """
2452
2513
  :param Sequence['AzureClusterAuthorizationAdminUserArgs'] admin_users: Users that can perform operations as a cluster admin. A new ClusterRoleBinding will be created to grant the cluster-admin ClusterRole to the users. Up to ten admin users can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
2514
+ :param Sequence['AzureClusterAuthorizationAdminGroupArgs'] admin_groups: Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
2453
2515
  """
2454
2516
  pulumi.set(__self__, "admin_users", admin_users)
2517
+ if admin_groups is not None:
2518
+ pulumi.set(__self__, "admin_groups", admin_groups)
2455
2519
 
2456
2520
  @property
2457
2521
  @pulumi.getter(name="adminUsers")
@@ -2461,6 +2525,32 @@ class AzureClusterAuthorization(dict):
2461
2525
  """
2462
2526
  return pulumi.get(self, "admin_users")
2463
2527
 
2528
+ @property
2529
+ @pulumi.getter(name="adminGroups")
2530
+ def admin_groups(self) -> Optional[Sequence['outputs.AzureClusterAuthorizationAdminGroup']]:
2531
+ """
2532
+ Groups of users that can perform operations as a cluster admin. A managed ClusterRoleBinding will be created to grant the `cluster-admin` ClusterRole to the groups. Up to ten admin groups can be provided. For more info on RBAC, see https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
2533
+ """
2534
+ return pulumi.get(self, "admin_groups")
2535
+
2536
+
2537
+ @pulumi.output_type
2538
+ class AzureClusterAuthorizationAdminGroup(dict):
2539
+ def __init__(__self__, *,
2540
+ group: str):
2541
+ """
2542
+ :param str group: The name of the group, e.g. `my-group@domain.com`.
2543
+ """
2544
+ pulumi.set(__self__, "group", group)
2545
+
2546
+ @property
2547
+ @pulumi.getter
2548
+ def group(self) -> str:
2549
+ """
2550
+ The name of the group, e.g. `my-group@domain.com`.
2551
+ """
2552
+ return pulumi.get(self, "group")
2553
+
2464
2554
 
2465
2555
  @pulumi.output_type
2466
2556
  class AzureClusterAuthorizationAdminUser(dict):
@@ -5020,6 +5110,58 @@ class ClusterEnableK8sBetaApis(dict):
5020
5110
  return pulumi.get(self, "enabled_apis")
5021
5111
 
5022
5112
 
5113
+ @pulumi.output_type
5114
+ class ClusterFleet(dict):
5115
+ @staticmethod
5116
+ def __key_warning(key: str):
5117
+ suggest = None
5118
+ if key == "preRegistered":
5119
+ suggest = "pre_registered"
5120
+
5121
+ if suggest:
5122
+ pulumi.log.warn(f"Key '{key}' not found in ClusterFleet. Access the value via the '{suggest}' property getter instead.")
5123
+
5124
+ def __getitem__(self, key: str) -> Any:
5125
+ ClusterFleet.__key_warning(key)
5126
+ return super().__getitem__(key)
5127
+
5128
+ def get(self, key: str, default = None) -> Any:
5129
+ ClusterFleet.__key_warning(key)
5130
+ return super().get(key, default)
5131
+
5132
+ def __init__(__self__, *,
5133
+ membership: Optional[str] = None,
5134
+ pre_registered: Optional[bool] = None,
5135
+ project: Optional[str] = None):
5136
+ """
5137
+ :param str project: The name of the Fleet host project where this cluster will be registered.
5138
+ """
5139
+ if membership is not None:
5140
+ pulumi.set(__self__, "membership", membership)
5141
+ if pre_registered is not None:
5142
+ pulumi.set(__self__, "pre_registered", pre_registered)
5143
+ if project is not None:
5144
+ pulumi.set(__self__, "project", project)
5145
+
5146
+ @property
5147
+ @pulumi.getter
5148
+ def membership(self) -> Optional[str]:
5149
+ return pulumi.get(self, "membership")
5150
+
5151
+ @property
5152
+ @pulumi.getter(name="preRegistered")
5153
+ def pre_registered(self) -> Optional[bool]:
5154
+ return pulumi.get(self, "pre_registered")
5155
+
5156
+ @property
5157
+ @pulumi.getter
5158
+ def project(self) -> Optional[str]:
5159
+ """
5160
+ The name of the Fleet host project where this cluster will be registered.
5161
+ """
5162
+ return pulumi.get(self, "project")
5163
+
5164
+
5023
5165
  @pulumi.output_type
5024
5166
  class ClusterGatewayApiConfig(dict):
5025
5167
  def __init__(__self__, *,
@@ -6016,6 +6158,8 @@ class ClusterNodeConfig(dict):
6016
6158
  suggest = "disk_type"
6017
6159
  elif key == "effectiveTaints":
6018
6160
  suggest = "effective_taints"
6161
+ elif key == "enableConfidentialStorage":
6162
+ suggest = "enable_confidential_storage"
6019
6163
  elif key == "ephemeralStorageConfig":
6020
6164
  suggest = "ephemeral_storage_config"
6021
6165
  elif key == "ephemeralStorageLocalSsdConfig":
@@ -6081,6 +6225,7 @@ class ClusterNodeConfig(dict):
6081
6225
  disk_size_gb: Optional[int] = None,
6082
6226
  disk_type: Optional[str] = None,
6083
6227
  effective_taints: Optional[Sequence['outputs.ClusterNodeConfigEffectiveTaint']] = None,
6228
+ enable_confidential_storage: Optional[bool] = None,
6084
6229
  ephemeral_storage_config: Optional['outputs.ClusterNodeConfigEphemeralStorageConfig'] = None,
6085
6230
  ephemeral_storage_local_ssd_config: Optional['outputs.ClusterNodeConfigEphemeralStorageLocalSsdConfig'] = None,
6086
6231
  fast_socket: Optional['outputs.ClusterNodeConfigFastSocket'] = None,
@@ -6120,6 +6265,8 @@ class ClusterNodeConfig(dict):
6120
6265
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
6121
6266
  :param str disk_type: Type of the disk attached to each node
6122
6267
  (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
6268
+ :param bool enable_confidential_storage: )
6269
+ Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
6123
6270
  :param 'ClusterNodeConfigEphemeralStorageConfigArgs' ephemeral_storage_config: ) Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
6124
6271
 
6125
6272
  ```python
@@ -6166,13 +6313,7 @@ class ClusterNodeConfig(dict):
6166
6313
  ```
6167
6314
  :param Mapping[str, str] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
6168
6315
  reserved by Kubernetes Core components and cannot be specified.
6169
- :param 'ClusterNodeConfigLinuxNodeConfigArgs' linux_node_config: Linux node configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
6170
- Note that validations happen all server side. All attributes are optional.
6171
- Structure is documented below.
6172
-
6173
- ```python
6174
- import pulumi
6175
- ```
6316
+ :param 'ClusterNodeConfigLinuxNodeConfigArgs' linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
6176
6317
  :param 'ClusterNodeConfigLocalNvmeSsdBlockConfigArgs' local_nvme_ssd_block_config: Parameters for the local NVMe SSDs. Structure is documented below.
6177
6318
  :param int local_ssd_count: The amount of local SSD disks that will be
6178
6319
  attached to each cluster node. Defaults to 0.
@@ -6238,6 +6379,8 @@ class ClusterNodeConfig(dict):
6238
6379
  pulumi.set(__self__, "disk_type", disk_type)
6239
6380
  if effective_taints is not None:
6240
6381
  pulumi.set(__self__, "effective_taints", effective_taints)
6382
+ if enable_confidential_storage is not None:
6383
+ pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
6241
6384
  if ephemeral_storage_config is not None:
6242
6385
  pulumi.set(__self__, "ephemeral_storage_config", ephemeral_storage_config)
6243
6386
  if ephemeral_storage_local_ssd_config is not None:
@@ -6347,6 +6490,15 @@ class ClusterNodeConfig(dict):
6347
6490
  def effective_taints(self) -> Optional[Sequence['outputs.ClusterNodeConfigEffectiveTaint']]:
6348
6491
  return pulumi.get(self, "effective_taints")
6349
6492
 
6493
+ @property
6494
+ @pulumi.getter(name="enableConfidentialStorage")
6495
+ def enable_confidential_storage(self) -> Optional[bool]:
6496
+ """
6497
+ )
6498
+ Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
6499
+ """
6500
+ return pulumi.get(self, "enable_confidential_storage")
6501
+
6350
6502
  @property
6351
6503
  @pulumi.getter(name="ephemeralStorageConfig")
6352
6504
  def ephemeral_storage_config(self) -> Optional['outputs.ClusterNodeConfigEphemeralStorageConfig']:
@@ -6465,13 +6617,7 @@ class ClusterNodeConfig(dict):
6465
6617
  @pulumi.getter(name="linuxNodeConfig")
6466
6618
  def linux_node_config(self) -> Optional['outputs.ClusterNodeConfigLinuxNodeConfig']:
6467
6619
  """
6468
- Linux node configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
6469
- Note that validations happen all server side. All attributes are optional.
6470
- Structure is documented below.
6471
-
6472
- ```python
6473
- import pulumi
6474
- ```
6620
+ Parameters that can be configured on Linux nodes. Structure is documented below.
6475
6621
  """
6476
6622
  return pulumi.get(self, "linux_node_config")
6477
6623
 
@@ -7194,22 +7340,64 @@ class ClusterNodeConfigKubeletConfig(dict):
7194
7340
 
7195
7341
  @pulumi.output_type
7196
7342
  class ClusterNodeConfigLinuxNodeConfig(dict):
7343
+ @staticmethod
7344
+ def __key_warning(key: str):
7345
+ suggest = None
7346
+ if key == "cgroupMode":
7347
+ suggest = "cgroup_mode"
7348
+
7349
+ if suggest:
7350
+ pulumi.log.warn(f"Key '{key}' not found in ClusterNodeConfigLinuxNodeConfig. Access the value via the '{suggest}' property getter instead.")
7351
+
7352
+ def __getitem__(self, key: str) -> Any:
7353
+ ClusterNodeConfigLinuxNodeConfig.__key_warning(key)
7354
+ return super().__getitem__(key)
7355
+
7356
+ def get(self, key: str, default = None) -> Any:
7357
+ ClusterNodeConfigLinuxNodeConfig.__key_warning(key)
7358
+ return super().get(key, default)
7359
+
7197
7360
  def __init__(__self__, *,
7198
- sysctls: Mapping[str, str]):
7361
+ cgroup_mode: Optional[str] = None,
7362
+ sysctls: Optional[Mapping[str, str]] = None):
7199
7363
  """
7364
+ :param str cgroup_mode: Possible cgroup modes that can be used.
7365
+ Accepted values are:
7200
7366
  :param Mapping[str, str] sysctls: The Linux kernel parameters to be applied to the nodes
7201
7367
  and all pods running on the nodes. Specified as a map from the key, such as
7202
- `net.core.wmem_max`, to a string value.
7368
+ `net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
7369
+ Note that validations happen all server side. All attributes are optional.
7370
+
7371
+ ```python
7372
+ import pulumi
7373
+ ```
7203
7374
  """
7204
- pulumi.set(__self__, "sysctls", sysctls)
7375
+ if cgroup_mode is not None:
7376
+ pulumi.set(__self__, "cgroup_mode", cgroup_mode)
7377
+ if sysctls is not None:
7378
+ pulumi.set(__self__, "sysctls", sysctls)
7379
+
7380
+ @property
7381
+ @pulumi.getter(name="cgroupMode")
7382
+ def cgroup_mode(self) -> Optional[str]:
7383
+ """
7384
+ Possible cgroup modes that can be used.
7385
+ Accepted values are:
7386
+ """
7387
+ return pulumi.get(self, "cgroup_mode")
7205
7388
 
7206
7389
  @property
7207
7390
  @pulumi.getter
7208
- def sysctls(self) -> Mapping[str, str]:
7391
+ def sysctls(self) -> Optional[Mapping[str, str]]:
7209
7392
  """
7210
7393
  The Linux kernel parameters to be applied to the nodes
7211
7394
  and all pods running on the nodes. Specified as a map from the key, such as
7212
- `net.core.wmem_max`, to a string value.
7395
+ `net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
7396
+ Note that validations happen all server side. All attributes are optional.
7397
+
7398
+ ```python
7399
+ import pulumi
7400
+ ```
7213
7401
  """
7214
7402
  return pulumi.get(self, "sysctls")
7215
7403
 
@@ -8331,6 +8519,8 @@ class ClusterNodePoolNodeConfig(dict):
8331
8519
  suggest = "disk_type"
8332
8520
  elif key == "effectiveTaints":
8333
8521
  suggest = "effective_taints"
8522
+ elif key == "enableConfidentialStorage":
8523
+ suggest = "enable_confidential_storage"
8334
8524
  elif key == "ephemeralStorageConfig":
8335
8525
  suggest = "ephemeral_storage_config"
8336
8526
  elif key == "ephemeralStorageLocalSsdConfig":
@@ -8396,6 +8586,7 @@ class ClusterNodePoolNodeConfig(dict):
8396
8586
  disk_size_gb: Optional[int] = None,
8397
8587
  disk_type: Optional[str] = None,
8398
8588
  effective_taints: Optional[Sequence['outputs.ClusterNodePoolNodeConfigEffectiveTaint']] = None,
8589
+ enable_confidential_storage: Optional[bool] = None,
8399
8590
  ephemeral_storage_config: Optional['outputs.ClusterNodePoolNodeConfigEphemeralStorageConfig'] = None,
8400
8591
  ephemeral_storage_local_ssd_config: Optional['outputs.ClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig'] = None,
8401
8592
  fast_socket: Optional['outputs.ClusterNodePoolNodeConfigFastSocket'] = None,
@@ -8435,6 +8626,8 @@ class ClusterNodePoolNodeConfig(dict):
8435
8626
  in GB. The smallest allowed disk size is 10GB. Defaults to 100GB.
8436
8627
  :param str disk_type: Type of the disk attached to each node
8437
8628
  (e.g. 'pd-standard', 'pd-balanced' or 'pd-ssd'). If unspecified, the default disk type is 'pd-standard'
8629
+ :param bool enable_confidential_storage: )
8630
+ Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
8438
8631
  :param 'ClusterNodePoolNodeConfigEphemeralStorageConfigArgs' ephemeral_storage_config: ) Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk. Structure is documented below.
8439
8632
 
8440
8633
  ```python
@@ -8481,13 +8674,7 @@ class ClusterNodePoolNodeConfig(dict):
8481
8674
  ```
8482
8675
  :param Mapping[str, str] labels: The Kubernetes labels (key/value pairs) to be applied to each node. The kubernetes.io/ and k8s.io/ prefixes are
8483
8676
  reserved by Kubernetes Core components and cannot be specified.
8484
- :param 'ClusterNodePoolNodeConfigLinuxNodeConfigArgs' linux_node_config: Linux node configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
8485
- Note that validations happen all server side. All attributes are optional.
8486
- Structure is documented below.
8487
-
8488
- ```python
8489
- import pulumi
8490
- ```
8677
+ :param 'ClusterNodePoolNodeConfigLinuxNodeConfigArgs' linux_node_config: Parameters that can be configured on Linux nodes. Structure is documented below.
8491
8678
  :param 'ClusterNodePoolNodeConfigLocalNvmeSsdBlockConfigArgs' local_nvme_ssd_block_config: Parameters for the local NVMe SSDs. Structure is documented below.
8492
8679
  :param int local_ssd_count: The amount of local SSD disks that will be
8493
8680
  attached to each cluster node. Defaults to 0.
@@ -8553,6 +8740,8 @@ class ClusterNodePoolNodeConfig(dict):
8553
8740
  pulumi.set(__self__, "disk_type", disk_type)
8554
8741
  if effective_taints is not None:
8555
8742
  pulumi.set(__self__, "effective_taints", effective_taints)
8743
+ if enable_confidential_storage is not None:
8744
+ pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
8556
8745
  if ephemeral_storage_config is not None:
8557
8746
  pulumi.set(__self__, "ephemeral_storage_config", ephemeral_storage_config)
8558
8747
  if ephemeral_storage_local_ssd_config is not None:
@@ -8662,6 +8851,15 @@ class ClusterNodePoolNodeConfig(dict):
8662
8851
  def effective_taints(self) -> Optional[Sequence['outputs.ClusterNodePoolNodeConfigEffectiveTaint']]:
8663
8852
  return pulumi.get(self, "effective_taints")
8664
8853
 
8854
+ @property
8855
+ @pulumi.getter(name="enableConfidentialStorage")
8856
+ def enable_confidential_storage(self) -> Optional[bool]:
8857
+ """
8858
+ )
8859
+ Enabling Confidential Storage will create boot disk with confidential mode. It is disabled by default.
8860
+ """
8861
+ return pulumi.get(self, "enable_confidential_storage")
8862
+
8665
8863
  @property
8666
8864
  @pulumi.getter(name="ephemeralStorageConfig")
8667
8865
  def ephemeral_storage_config(self) -> Optional['outputs.ClusterNodePoolNodeConfigEphemeralStorageConfig']:
@@ -8780,13 +8978,7 @@ class ClusterNodePoolNodeConfig(dict):
8780
8978
  @pulumi.getter(name="linuxNodeConfig")
8781
8979
  def linux_node_config(self) -> Optional['outputs.ClusterNodePoolNodeConfigLinuxNodeConfig']:
8782
8980
  """
8783
- Linux node configuration, currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
8784
- Note that validations happen all server side. All attributes are optional.
8785
- Structure is documented below.
8786
-
8787
- ```python
8788
- import pulumi
8789
- ```
8981
+ Parameters that can be configured on Linux nodes. Structure is documented below.
8790
8982
  """
8791
8983
  return pulumi.get(self, "linux_node_config")
8792
8984
 
@@ -9509,22 +9701,64 @@ class ClusterNodePoolNodeConfigKubeletConfig(dict):
9509
9701
 
9510
9702
  @pulumi.output_type
9511
9703
  class ClusterNodePoolNodeConfigLinuxNodeConfig(dict):
9704
+ @staticmethod
9705
+ def __key_warning(key: str):
9706
+ suggest = None
9707
+ if key == "cgroupMode":
9708
+ suggest = "cgroup_mode"
9709
+
9710
+ if suggest:
9711
+ pulumi.log.warn(f"Key '{key}' not found in ClusterNodePoolNodeConfigLinuxNodeConfig. Access the value via the '{suggest}' property getter instead.")
9712
+
9713
+ def __getitem__(self, key: str) -> Any:
9714
+ ClusterNodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
9715
+ return super().__getitem__(key)
9716
+
9717
+ def get(self, key: str, default = None) -> Any:
9718
+ ClusterNodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
9719
+ return super().get(key, default)
9720
+
9512
9721
  def __init__(__self__, *,
9513
- sysctls: Mapping[str, str]):
9722
+ cgroup_mode: Optional[str] = None,
9723
+ sysctls: Optional[Mapping[str, str]] = None):
9514
9724
  """
9725
+ :param str cgroup_mode: Possible cgroup modes that can be used.
9726
+ Accepted values are:
9515
9727
  :param Mapping[str, str] sysctls: The Linux kernel parameters to be applied to the nodes
9516
9728
  and all pods running on the nodes. Specified as a map from the key, such as
9517
- `net.core.wmem_max`, to a string value.
9729
+ `net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
9730
+ Note that validations happen all server side. All attributes are optional.
9731
+
9732
+ ```python
9733
+ import pulumi
9734
+ ```
9518
9735
  """
9519
- pulumi.set(__self__, "sysctls", sysctls)
9736
+ if cgroup_mode is not None:
9737
+ pulumi.set(__self__, "cgroup_mode", cgroup_mode)
9738
+ if sysctls is not None:
9739
+ pulumi.set(__self__, "sysctls", sysctls)
9740
+
9741
+ @property
9742
+ @pulumi.getter(name="cgroupMode")
9743
+ def cgroup_mode(self) -> Optional[str]:
9744
+ """
9745
+ Possible cgroup modes that can be used.
9746
+ Accepted values are:
9747
+ """
9748
+ return pulumi.get(self, "cgroup_mode")
9520
9749
 
9521
9750
  @property
9522
9751
  @pulumi.getter
9523
- def sysctls(self) -> Mapping[str, str]:
9752
+ def sysctls(self) -> Optional[Mapping[str, str]]:
9524
9753
  """
9525
9754
  The Linux kernel parameters to be applied to the nodes
9526
9755
  and all pods running on the nodes. Specified as a map from the key, such as
9527
- `net.core.wmem_max`, to a string value.
9756
+ `net.core.wmem_max`, to a string value. Currently supported attributes can be found [here](https://cloud.google.com/sdk/gcloud/reference/beta/container/node-pools/create#--system-config-from-file).
9757
+ Note that validations happen all server side. All attributes are optional.
9758
+
9759
+ ```python
9760
+ import pulumi
9761
+ ```
9528
9762
  """
9529
9763
  return pulumi.get(self, "sysctls")
9530
9764
 
@@ -10679,7 +10913,7 @@ class ClusterSecurityPostureConfig(dict):
10679
10913
  vulnerability_mode: Optional[str] = None):
10680
10914
  """
10681
10915
  :param str mode: Sets the mode of the Kubernetes security posture API's off-cluster features. Available options include `DISABLED` and `BASIC`.
10682
- :param str vulnerability_mode: Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED` and `VULNERABILITY_BASIC`.
10916
+ :param str vulnerability_mode: Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED`, `VULNERABILITY_BASIC` and `VULNERABILITY_ENTERPRISE`.
10683
10917
  """
10684
10918
  if mode is not None:
10685
10919
  pulumi.set(__self__, "mode", mode)
@@ -10698,7 +10932,7 @@ class ClusterSecurityPostureConfig(dict):
10698
10932
  @pulumi.getter(name="vulnerabilityMode")
10699
10933
  def vulnerability_mode(self) -> Optional[str]:
10700
10934
  """
10701
- Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED` and `VULNERABILITY_BASIC`.
10935
+ Sets the mode of the Kubernetes security posture API's workload vulnerability scanning. Available options include `VULNERABILITY_DISABLED`, `VULNERABILITY_BASIC` and `VULNERABILITY_ENTERPRISE`.
10702
10936
  """
10703
10937
  return pulumi.get(self, "vulnerability_mode")
10704
10938
 
@@ -11240,6 +11474,8 @@ class NodePoolNodeConfig(dict):
11240
11474
  suggest = "disk_type"
11241
11475
  elif key == "effectiveTaints":
11242
11476
  suggest = "effective_taints"
11477
+ elif key == "enableConfidentialStorage":
11478
+ suggest = "enable_confidential_storage"
11243
11479
  elif key == "ephemeralStorageConfig":
11244
11480
  suggest = "ephemeral_storage_config"
11245
11481
  elif key == "ephemeralStorageLocalSsdConfig":
@@ -11305,6 +11541,7 @@ class NodePoolNodeConfig(dict):
11305
11541
  disk_size_gb: Optional[int] = None,
11306
11542
  disk_type: Optional[str] = None,
11307
11543
  effective_taints: Optional[Sequence['outputs.NodePoolNodeConfigEffectiveTaint']] = None,
11544
+ enable_confidential_storage: Optional[bool] = None,
11308
11545
  ephemeral_storage_config: Optional['outputs.NodePoolNodeConfigEphemeralStorageConfig'] = None,
11309
11546
  ephemeral_storage_local_ssd_config: Optional['outputs.NodePoolNodeConfigEphemeralStorageLocalSsdConfig'] = None,
11310
11547
  fast_socket: Optional['outputs.NodePoolNodeConfigFastSocket'] = None,
@@ -11350,6 +11587,8 @@ class NodePoolNodeConfig(dict):
11350
11587
  pulumi.set(__self__, "disk_type", disk_type)
11351
11588
  if effective_taints is not None:
11352
11589
  pulumi.set(__self__, "effective_taints", effective_taints)
11590
+ if enable_confidential_storage is not None:
11591
+ pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
11353
11592
  if ephemeral_storage_config is not None:
11354
11593
  pulumi.set(__self__, "ephemeral_storage_config", ephemeral_storage_config)
11355
11594
  if ephemeral_storage_local_ssd_config is not None:
@@ -11444,6 +11683,11 @@ class NodePoolNodeConfig(dict):
11444
11683
  def effective_taints(self) -> Optional[Sequence['outputs.NodePoolNodeConfigEffectiveTaint']]:
11445
11684
  return pulumi.get(self, "effective_taints")
11446
11685
 
11686
+ @property
11687
+ @pulumi.getter(name="enableConfidentialStorage")
11688
+ def enable_confidential_storage(self) -> Optional[bool]:
11689
+ return pulumi.get(self, "enable_confidential_storage")
11690
+
11447
11691
  @property
11448
11692
  @pulumi.getter(name="ephemeralStorageConfig")
11449
11693
  def ephemeral_storage_config(self) -> Optional['outputs.NodePoolNodeConfigEphemeralStorageConfig']:
@@ -12022,13 +12266,39 @@ class NodePoolNodeConfigKubeletConfig(dict):
12022
12266
 
12023
12267
  @pulumi.output_type
12024
12268
  class NodePoolNodeConfigLinuxNodeConfig(dict):
12269
+ @staticmethod
12270
+ def __key_warning(key: str):
12271
+ suggest = None
12272
+ if key == "cgroupMode":
12273
+ suggest = "cgroup_mode"
12274
+
12275
+ if suggest:
12276
+ pulumi.log.warn(f"Key '{key}' not found in NodePoolNodeConfigLinuxNodeConfig. Access the value via the '{suggest}' property getter instead.")
12277
+
12278
+ def __getitem__(self, key: str) -> Any:
12279
+ NodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
12280
+ return super().__getitem__(key)
12281
+
12282
+ def get(self, key: str, default = None) -> Any:
12283
+ NodePoolNodeConfigLinuxNodeConfig.__key_warning(key)
12284
+ return super().get(key, default)
12285
+
12025
12286
  def __init__(__self__, *,
12026
- sysctls: Mapping[str, str]):
12027
- pulumi.set(__self__, "sysctls", sysctls)
12287
+ cgroup_mode: Optional[str] = None,
12288
+ sysctls: Optional[Mapping[str, str]] = None):
12289
+ if cgroup_mode is not None:
12290
+ pulumi.set(__self__, "cgroup_mode", cgroup_mode)
12291
+ if sysctls is not None:
12292
+ pulumi.set(__self__, "sysctls", sysctls)
12293
+
12294
+ @property
12295
+ @pulumi.getter(name="cgroupMode")
12296
+ def cgroup_mode(self) -> Optional[str]:
12297
+ return pulumi.get(self, "cgroup_mode")
12028
12298
 
12029
12299
  @property
12030
12300
  @pulumi.getter
12031
- def sysctls(self) -> Mapping[str, str]:
12301
+ def sysctls(self) -> Optional[Mapping[str, str]]:
12032
12302
  return pulumi.get(self, "sysctls")
12033
12303
 
12034
12304
 
@@ -13201,6 +13471,40 @@ class GetClusterEnableK8sBetaApiResult(dict):
13201
13471
  return pulumi.get(self, "enabled_apis")
13202
13472
 
13203
13473
 
13474
+ @pulumi.output_type
13475
+ class GetClusterFleetResult(dict):
13476
+ def __init__(__self__, *,
13477
+ membership: str,
13478
+ pre_registered: bool,
13479
+ project: str):
13480
+ """
13481
+ :param str project: The project in which the resource belongs. If it
13482
+ is not provided, the provider project is used.
13483
+ """
13484
+ pulumi.set(__self__, "membership", membership)
13485
+ pulumi.set(__self__, "pre_registered", pre_registered)
13486
+ pulumi.set(__self__, "project", project)
13487
+
13488
+ @property
13489
+ @pulumi.getter
13490
+ def membership(self) -> str:
13491
+ return pulumi.get(self, "membership")
13492
+
13493
+ @property
13494
+ @pulumi.getter(name="preRegistered")
13495
+ def pre_registered(self) -> bool:
13496
+ return pulumi.get(self, "pre_registered")
13497
+
13498
+ @property
13499
+ @pulumi.getter
13500
+ def project(self) -> str:
13501
+ """
13502
+ The project in which the resource belongs. If it
13503
+ is not provided, the provider project is used.
13504
+ """
13505
+ return pulumi.get(self, "project")
13506
+
13507
+
13204
13508
  @pulumi.output_type
13205
13509
  class GetClusterGatewayApiConfigResult(dict):
13206
13510
  def __init__(__self__, *,
@@ -13611,6 +13915,7 @@ class GetClusterNodeConfigResult(dict):
13611
13915
  disk_size_gb: int,
13612
13916
  disk_type: str,
13613
13917
  effective_taints: Sequence['outputs.GetClusterNodeConfigEffectiveTaintResult'],
13918
+ enable_confidential_storage: bool,
13614
13919
  ephemeral_storage_configs: Sequence['outputs.GetClusterNodeConfigEphemeralStorageConfigResult'],
13615
13920
  ephemeral_storage_local_ssd_configs: Sequence['outputs.GetClusterNodeConfigEphemeralStorageLocalSsdConfigResult'],
13616
13921
  fast_sockets: Sequence['outputs.GetClusterNodeConfigFastSocketResult'],
@@ -13647,6 +13952,7 @@ class GetClusterNodeConfigResult(dict):
13647
13952
  pulumi.set(__self__, "disk_size_gb", disk_size_gb)
13648
13953
  pulumi.set(__self__, "disk_type", disk_type)
13649
13954
  pulumi.set(__self__, "effective_taints", effective_taints)
13955
+ pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
13650
13956
  pulumi.set(__self__, "ephemeral_storage_configs", ephemeral_storage_configs)
13651
13957
  pulumi.set(__self__, "ephemeral_storage_local_ssd_configs", ephemeral_storage_local_ssd_configs)
13652
13958
  pulumi.set(__self__, "fast_sockets", fast_sockets)
@@ -13708,6 +14014,11 @@ class GetClusterNodeConfigResult(dict):
13708
14014
  def effective_taints(self) -> Sequence['outputs.GetClusterNodeConfigEffectiveTaintResult']:
13709
14015
  return pulumi.get(self, "effective_taints")
13710
14016
 
14017
+ @property
14018
+ @pulumi.getter(name="enableConfidentialStorage")
14019
+ def enable_confidential_storage(self) -> bool:
14020
+ return pulumi.get(self, "enable_confidential_storage")
14021
+
13711
14022
  @property
13712
14023
  @pulumi.getter(name="ephemeralStorageConfigs")
13713
14024
  def ephemeral_storage_configs(self) -> Sequence['outputs.GetClusterNodeConfigEphemeralStorageConfigResult']:
@@ -14088,9 +14399,16 @@ class GetClusterNodeConfigKubeletConfigResult(dict):
14088
14399
  @pulumi.output_type
14089
14400
  class GetClusterNodeConfigLinuxNodeConfigResult(dict):
14090
14401
  def __init__(__self__, *,
14402
+ cgroup_mode: str,
14091
14403
  sysctls: Mapping[str, str]):
14404
+ pulumi.set(__self__, "cgroup_mode", cgroup_mode)
14092
14405
  pulumi.set(__self__, "sysctls", sysctls)
14093
14406
 
14407
+ @property
14408
+ @pulumi.getter(name="cgroupMode")
14409
+ def cgroup_mode(self) -> str:
14410
+ return pulumi.get(self, "cgroup_mode")
14411
+
14094
14412
  @property
14095
14413
  @pulumi.getter
14096
14414
  def sysctls(self) -> Mapping[str, str]:
@@ -14604,6 +14922,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
14604
14922
  disk_size_gb: int,
14605
14923
  disk_type: str,
14606
14924
  effective_taints: Sequence['outputs.GetClusterNodePoolNodeConfigEffectiveTaintResult'],
14925
+ enable_confidential_storage: bool,
14607
14926
  ephemeral_storage_configs: Sequence['outputs.GetClusterNodePoolNodeConfigEphemeralStorageConfigResult'],
14608
14927
  ephemeral_storage_local_ssd_configs: Sequence['outputs.GetClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfigResult'],
14609
14928
  fast_sockets: Sequence['outputs.GetClusterNodePoolNodeConfigFastSocketResult'],
@@ -14640,6 +14959,7 @@ class GetClusterNodePoolNodeConfigResult(dict):
14640
14959
  pulumi.set(__self__, "disk_size_gb", disk_size_gb)
14641
14960
  pulumi.set(__self__, "disk_type", disk_type)
14642
14961
  pulumi.set(__self__, "effective_taints", effective_taints)
14962
+ pulumi.set(__self__, "enable_confidential_storage", enable_confidential_storage)
14643
14963
  pulumi.set(__self__, "ephemeral_storage_configs", ephemeral_storage_configs)
14644
14964
  pulumi.set(__self__, "ephemeral_storage_local_ssd_configs", ephemeral_storage_local_ssd_configs)
14645
14965
  pulumi.set(__self__, "fast_sockets", fast_sockets)
@@ -14701,6 +15021,11 @@ class GetClusterNodePoolNodeConfigResult(dict):
14701
15021
  def effective_taints(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigEffectiveTaintResult']:
14702
15022
  return pulumi.get(self, "effective_taints")
14703
15023
 
15024
+ @property
15025
+ @pulumi.getter(name="enableConfidentialStorage")
15026
+ def enable_confidential_storage(self) -> bool:
15027
+ return pulumi.get(self, "enable_confidential_storage")
15028
+
14704
15029
  @property
14705
15030
  @pulumi.getter(name="ephemeralStorageConfigs")
14706
15031
  def ephemeral_storage_configs(self) -> Sequence['outputs.GetClusterNodePoolNodeConfigEphemeralStorageConfigResult']:
@@ -15081,9 +15406,16 @@ class GetClusterNodePoolNodeConfigKubeletConfigResult(dict):
15081
15406
  @pulumi.output_type
15082
15407
  class GetClusterNodePoolNodeConfigLinuxNodeConfigResult(dict):
15083
15408
  def __init__(__self__, *,
15409
+ cgroup_mode: str,
15084
15410
  sysctls: Mapping[str, str]):
15411
+ pulumi.set(__self__, "cgroup_mode", cgroup_mode)
15085
15412
  pulumi.set(__self__, "sysctls", sysctls)
15086
15413
 
15414
+ @property
15415
+ @pulumi.getter(name="cgroupMode")
15416
+ def cgroup_mode(self) -> str:
15417
+ return pulumi.get(self, "cgroup_mode")
15418
+
15087
15419
  @property
15088
15420
  @pulumi.getter
15089
15421
  def sysctls(self) -> Mapping[str, str]: