pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (437) hide show
  1. pulumi_gcp/__init__.py +78 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
  6. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
  7. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
  8. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
  9. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
  10. pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
  11. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
  12. pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
  13. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
  14. pulumi_gcp/apigateway/api_iam_binding.py +2 -2
  15. pulumi_gcp/apigateway/api_iam_member.py +2 -2
  16. pulumi_gcp/apigateway/api_iam_policy.py +2 -2
  17. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
  18. pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
  19. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
  20. pulumi_gcp/apigee/__init__.py +2 -0
  21. pulumi_gcp/apigee/_inputs.py +108 -0
  22. pulumi_gcp/apigee/app_group.py +811 -0
  23. pulumi_gcp/apigee/developer.py +757 -0
  24. pulumi_gcp/apigee/environment_iam_binding.py +4 -4
  25. pulumi_gcp/apigee/environment_iam_member.py +4 -4
  26. pulumi_gcp/apigee/environment_iam_policy.py +4 -4
  27. pulumi_gcp/apigee/outputs.py +64 -0
  28. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  29. pulumi_gcp/apphub/_inputs.py +6 -3
  30. pulumi_gcp/apphub/application.py +30 -4
  31. pulumi_gcp/apphub/outputs.py +8 -4
  32. pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
  33. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
  34. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
  35. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
  36. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  37. pulumi_gcp/assuredworkloads/outputs.py +37 -0
  38. pulumi_gcp/assuredworkloads/workload.py +56 -3
  39. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
  40. pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
  41. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
  42. pulumi_gcp/biglake/table.py +12 -12
  43. pulumi_gcp/bigquery/_inputs.py +60 -0
  44. pulumi_gcp/bigquery/connection.py +14 -14
  45. pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
  46. pulumi_gcp/bigquery/connection_iam_member.py +2 -2
  47. pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
  48. pulumi_gcp/bigquery/dataset.py +99 -2
  49. pulumi_gcp/bigquery/dataset_access.py +2 -2
  50. pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
  51. pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
  52. pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
  53. pulumi_gcp/bigquery/get_dataset.py +12 -1
  54. pulumi_gcp/bigquery/iam_binding.py +2 -2
  55. pulumi_gcp/bigquery/iam_member.py +2 -2
  56. pulumi_gcp/bigquery/iam_policy.py +2 -2
  57. pulumi_gcp/bigquery/job.py +6 -6
  58. pulumi_gcp/bigquery/outputs.py +87 -0
  59. pulumi_gcp/bigquery/routine.py +6 -6
  60. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
  61. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
  62. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
  63. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
  64. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
  65. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
  66. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
  67. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
  68. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
  69. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
  70. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
  71. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
  72. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
  73. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
  74. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
  75. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
  76. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
  77. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
  78. pulumi_gcp/cloudbuild/trigger.py +18 -18
  79. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
  80. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
  81. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
  82. pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
  83. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
  84. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
  85. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
  86. pulumi_gcp/cloudfunctionsv2/function.py +22 -22
  87. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
  88. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
  89. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
  90. pulumi_gcp/cloudrun/iam_binding.py +2 -2
  91. pulumi_gcp/cloudrun/iam_member.py +2 -2
  92. pulumi_gcp/cloudrun/iam_policy.py +2 -2
  93. pulumi_gcp/cloudrun/service.py +24 -24
  94. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  95. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
  96. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
  97. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
  98. pulumi_gcp/cloudrunv2/service.py +94 -2
  99. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
  100. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
  101. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
  102. pulumi_gcp/cloudscheduler/job.py +4 -4
  103. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
  104. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
  105. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
  106. pulumi_gcp/compute/__init__.py +1 -0
  107. pulumi_gcp/compute/_inputs.py +396 -166
  108. pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
  109. pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
  110. pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
  111. pulumi_gcp/compute/backend_service.py +76 -0
  112. pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
  113. pulumi_gcp/compute/backend_service_iam_member.py +2 -2
  114. pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
  115. pulumi_gcp/compute/disk_iam_binding.py +2 -2
  116. pulumi_gcp/compute/disk_iam_member.py +2 -2
  117. pulumi_gcp/compute/disk_iam_policy.py +2 -2
  118. pulumi_gcp/compute/get_backend_service.py +12 -1
  119. pulumi_gcp/compute/get_instance.py +29 -1
  120. pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
  121. pulumi_gcp/compute/get_instance_template.py +29 -1
  122. pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
  123. pulumi_gcp/compute/get_region_instance_template.py +29 -1
  124. pulumi_gcp/compute/image.py +76 -22
  125. pulumi_gcp/compute/image_iam_binding.py +2 -2
  126. pulumi_gcp/compute/image_iam_member.py +2 -2
  127. pulumi_gcp/compute/image_iam_policy.py +2 -2
  128. pulumi_gcp/compute/instance.py +89 -0
  129. pulumi_gcp/compute/instance_from_machine_image.py +82 -0
  130. pulumi_gcp/compute/instance_from_template.py +82 -0
  131. pulumi_gcp/compute/instance_iam_binding.py +2 -2
  132. pulumi_gcp/compute/instance_iam_member.py +2 -2
  133. pulumi_gcp/compute/instance_iam_policy.py +2 -2
  134. pulumi_gcp/compute/instance_template.py +75 -0
  135. pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
  136. pulumi_gcp/compute/machine_image_iam_member.py +2 -2
  137. pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
  138. pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
  139. pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
  140. pulumi_gcp/compute/outputs.py +367 -110
  141. pulumi_gcp/compute/region_backend_service.py +94 -0
  142. pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
  143. pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
  144. pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
  145. pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
  146. pulumi_gcp/compute/region_disk_iam_member.py +2 -2
  147. pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
  148. pulumi_gcp/compute/region_instance_template.py +75 -0
  149. pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
  150. pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
  151. pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
  152. pulumi_gcp/compute/region_security_policy_rule.py +74 -0
  153. pulumi_gcp/compute/security_policy_rule.py +111 -13
  154. pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
  155. pulumi_gcp/compute/snapshot_iam_member.py +2 -2
  156. pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
  157. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
  158. pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
  159. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
  160. pulumi_gcp/compute/url_map.py +10 -10
  161. pulumi_gcp/config/__init__.pyi +4 -0
  162. pulumi_gcp/config/vars.py +8 -0
  163. pulumi_gcp/container/attached_cluster.py +9 -6
  164. pulumi_gcp/container/aws_node_pool.py +12 -12
  165. pulumi_gcp/container/outputs.py +2 -2
  166. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
  167. pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
  168. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
  169. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
  170. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
  171. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
  172. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
  173. pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
  174. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
  175. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
  176. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
  177. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
  178. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
  179. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
  180. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
  181. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
  182. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
  183. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
  184. pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
  185. pulumi_gcp/dataplex/asset_iam_member.py +2 -2
  186. pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
  187. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
  188. pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
  189. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
  190. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
  191. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
  192. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
  193. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
  194. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
  195. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
  196. pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
  197. pulumi_gcp/dataplex/lake_iam_member.py +2 -2
  198. pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
  199. pulumi_gcp/dataplex/task.py +4 -4
  200. pulumi_gcp/dataplex/task_iam_binding.py +2 -2
  201. pulumi_gcp/dataplex/task_iam_member.py +2 -2
  202. pulumi_gcp/dataplex/task_iam_policy.py +2 -2
  203. pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
  204. pulumi_gcp/dataplex/zone_iam_member.py +2 -2
  205. pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
  206. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
  207. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
  208. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
  209. pulumi_gcp/dataproc/batch.py +24 -24
  210. pulumi_gcp/dataproc/cluster.py +2 -2
  211. pulumi_gcp/dataproc/job.py +4 -4
  212. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
  213. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
  214. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
  215. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
  216. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
  217. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
  218. pulumi_gcp/datastream/stream.py +2 -2
  219. pulumi_gcp/diagflow/_inputs.py +472 -2
  220. pulumi_gcp/diagflow/cx_agent.py +64 -4
  221. pulumi_gcp/diagflow/cx_flow.py +34 -4
  222. pulumi_gcp/diagflow/cx_page.py +10 -10
  223. pulumi_gcp/diagflow/outputs.py +378 -2
  224. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
  225. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
  226. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
  227. pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
  228. pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
  229. pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
  230. pulumi_gcp/endpoints/service_iam_binding.py +4 -4
  231. pulumi_gcp/endpoints/service_iam_member.py +4 -4
  232. pulumi_gcp/endpoints/service_iam_policy.py +4 -4
  233. pulumi_gcp/firebase/extensions_instance.py +24 -24
  234. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
  235. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
  236. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
  237. pulumi_gcp/gkebackup/restore_plan.py +18 -18
  238. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
  239. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
  240. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
  241. pulumi_gcp/gkehub/_inputs.py +21 -21
  242. pulumi_gcp/gkehub/feature.py +2 -4
  243. pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
  244. pulumi_gcp/gkehub/feature_iam_member.py +2 -2
  245. pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
  246. pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
  247. pulumi_gcp/gkehub/membership_iam_member.py +2 -2
  248. pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
  249. pulumi_gcp/gkehub/outputs.py +13 -13
  250. pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
  251. pulumi_gcp/gkehub/scope_iam_member.py +2 -2
  252. pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
  253. pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
  254. pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
  255. pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
  256. pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
  257. pulumi_gcp/iap/__init__.py +1 -0
  258. pulumi_gcp/iap/_inputs.py +1002 -0
  259. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
  260. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
  261. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
  262. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
  263. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
  264. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
  265. pulumi_gcp/iap/outputs.py +827 -0
  266. pulumi_gcp/iap/settings.py +546 -0
  267. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
  268. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
  269. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
  270. pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
  271. pulumi_gcp/iap/tunnel_iam_member.py +2 -2
  272. pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
  273. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
  274. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
  275. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
  276. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
  277. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
  278. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
  279. pulumi_gcp/iap/web_iam_binding.py +2 -2
  280. pulumi_gcp/iap/web_iam_member.py +2 -2
  281. pulumi_gcp/iap/web_iam_policy.py +2 -2
  282. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
  283. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
  284. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
  285. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
  286. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
  287. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
  288. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
  289. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
  290. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
  291. pulumi_gcp/identityplatform/config.py +2 -2
  292. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
  293. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
  294. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
  295. pulumi_gcp/logging/log_view_iam_binding.py +4 -4
  296. pulumi_gcp/logging/log_view_iam_member.py +4 -4
  297. pulumi_gcp/logging/log_view_iam_policy.py +4 -4
  298. pulumi_gcp/looker/instance.py +104 -2
  299. pulumi_gcp/memorystore/_inputs.py +117 -4
  300. pulumi_gcp/memorystore/instance.py +105 -0
  301. pulumi_gcp/memorystore/outputs.py +80 -4
  302. pulumi_gcp/monitoring/_inputs.py +23 -0
  303. pulumi_gcp/monitoring/get_secret_version.py +22 -3
  304. pulumi_gcp/monitoring/outputs.py +16 -0
  305. pulumi_gcp/networkconnectivity/__init__.py +1 -0
  306. pulumi_gcp/networkconnectivity/_inputs.py +148 -0
  307. pulumi_gcp/networkconnectivity/group.py +764 -0
  308. pulumi_gcp/networkconnectivity/outputs.py +125 -0
  309. pulumi_gcp/networkconnectivity/spoke.py +144 -0
  310. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
  311. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
  312. pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
  313. pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
  314. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  315. pulumi_gcp/networkservices/edge_cache_service.py +2 -2
  316. pulumi_gcp/networkservices/http_route.py +4 -4
  317. pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
  318. pulumi_gcp/notebooks/instance_iam_member.py +2 -2
  319. pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
  320. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
  321. pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
  322. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
  323. pulumi_gcp/oracledatabase/__init__.py +20 -0
  324. pulumi_gcp/oracledatabase/_inputs.py +4745 -0
  325. pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
  326. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
  327. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
  328. pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
  329. pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
  330. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
  331. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
  332. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
  333. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
  334. pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
  335. pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
  336. pulumi_gcp/oracledatabase/outputs.py +9304 -0
  337. pulumi_gcp/organizations/folder.py +7 -7
  338. pulumi_gcp/organizations/project.py +7 -7
  339. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  340. pulumi_gcp/orgpolicy/outputs.py +2 -2
  341. pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
  342. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
  343. pulumi_gcp/provider.py +40 -0
  344. pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
  345. pulumi_gcp/pubsub/schema_iam_member.py +2 -2
  346. pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
  347. pulumi_gcp/pubsub/subscription.py +18 -66
  348. pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
  349. pulumi_gcp/pubsub/topic_iam_member.py +2 -2
  350. pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
  351. pulumi_gcp/pulumi-plugin.json +1 -1
  352. pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
  353. pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
  354. pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
  355. pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
  356. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
  357. pulumi_gcp/secretmanager/get_secret_version.py +22 -3
  358. pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
  359. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  360. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
  361. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
  362. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
  363. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
  364. pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
  365. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
  366. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
  367. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
  368. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
  369. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
  370. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
  371. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
  372. pulumi_gcp/serviceaccount/__init__.py +1 -0
  373. pulumi_gcp/serviceaccount/get_account.py +15 -1
  374. pulumi_gcp/serviceaccount/get_s.py +132 -0
  375. pulumi_gcp/serviceaccount/outputs.py +89 -0
  376. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  377. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  378. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  379. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  380. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  381. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  382. pulumi_gcp/siteverification/get_token.py +0 -16
  383. pulumi_gcp/siteverification/owner.py +0 -16
  384. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
  385. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
  386. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
  387. pulumi_gcp/spanner/_inputs.py +237 -17
  388. pulumi_gcp/spanner/outputs.py +307 -12
  389. pulumi_gcp/sql/_inputs.py +12 -9
  390. pulumi_gcp/sql/outputs.py +8 -6
  391. pulumi_gcp/sql/user.py +28 -21
  392. pulumi_gcp/storage/_inputs.py +33 -0
  393. pulumi_gcp/storage/bucket.py +47 -0
  394. pulumi_gcp/storage/bucket_iam_binding.py +2 -2
  395. pulumi_gcp/storage/bucket_iam_member.py +2 -2
  396. pulumi_gcp/storage/bucket_iam_policy.py +2 -2
  397. pulumi_gcp/storage/get_bucket.py +12 -1
  398. pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
  399. pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
  400. pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
  401. pulumi_gcp/storage/outputs.py +38 -0
  402. pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
  403. pulumi_gcp/tags/tag_key_iam_member.py +4 -4
  404. pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
  405. pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
  406. pulumi_gcp/tags/tag_value_iam_member.py +4 -4
  407. pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
  408. pulumi_gcp/transcoder/__init__.py +11 -0
  409. pulumi_gcp/transcoder/_inputs.py +3991 -0
  410. pulumi_gcp/transcoder/job.py +2134 -0
  411. pulumi_gcp/transcoder/job_template.py +1524 -0
  412. pulumi_gcp/transcoder/outputs.py +2918 -0
  413. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  414. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
  415. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
  416. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
  417. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
  418. pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
  419. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
  420. pulumi_gcp/vmwareengine/_inputs.py +912 -6
  421. pulumi_gcp/vmwareengine/cluster.py +100 -2
  422. pulumi_gcp/vmwareengine/get_cluster.py +12 -1
  423. pulumi_gcp/vmwareengine/outputs.py +1310 -49
  424. pulumi_gcp/vmwareengine/private_cloud.py +44 -0
  425. pulumi_gcp/workstations/_inputs.py +54 -0
  426. pulumi_gcp/workstations/outputs.py +32 -0
  427. pulumi_gcp/workstations/workstation_config.py +211 -6
  428. pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
  429. pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
  430. pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
  431. pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
  432. pulumi_gcp/workstations/workstation_iam_member.py +2 -2
  433. pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
  434. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
  435. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
  436. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
  437. {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,16 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
+ 'ClusterAutoscalingSettingsArgs',
19
+ 'ClusterAutoscalingSettingsArgsDict',
20
+ 'ClusterAutoscalingSettingsAutoscalingPolicyArgs',
21
+ 'ClusterAutoscalingSettingsAutoscalingPolicyArgsDict',
22
+ 'ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs',
23
+ 'ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict',
24
+ 'ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs',
25
+ 'ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict',
26
+ 'ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs',
27
+ 'ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict',
18
28
  'ClusterNodeTypeConfigArgs',
19
29
  'ClusterNodeTypeConfigArgsDict',
20
30
  'ExternalAccessRuleDestinationIpRangeArgs',
@@ -31,6 +41,16 @@ __all__ = [
31
41
  'PrivateCloudHcxArgsDict',
32
42
  'PrivateCloudManagementClusterArgs',
33
43
  'PrivateCloudManagementClusterArgsDict',
44
+ 'PrivateCloudManagementClusterAutoscalingSettingsArgs',
45
+ 'PrivateCloudManagementClusterAutoscalingSettingsArgsDict',
46
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs',
47
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict',
48
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs',
49
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict',
50
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs',
51
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict',
52
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs',
53
+ 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict',
34
54
  'PrivateCloudManagementClusterNodeTypeConfigArgs',
35
55
  'PrivateCloudManagementClusterNodeTypeConfigArgsDict',
36
56
  'PrivateCloudManagementClusterStretchedClusterConfigArgs',
@@ -47,6 +67,436 @@ __all__ = [
47
67
 
48
68
  MYPY = False
49
69
 
70
+ if not MYPY:
71
+ class ClusterAutoscalingSettingsArgsDict(TypedDict):
72
+ autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgsDict']]]
73
+ """
74
+ The map with autoscaling policies applied to the cluster.
75
+ The key is the identifier of the policy.
76
+ It must meet the following requirements:
77
+ * Only contains 1-63 alphanumeric characters and hyphens
78
+ * Begins with an alphabetical character
79
+ * Ends with a non-hyphen character
80
+ * Not formatted as a UUID
81
+ * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
82
+ Currently the map must contain only one element
83
+ that describes the autoscaling policy for compute nodes.
84
+ Structure is documented below.
85
+ """
86
+ cool_down_period: NotRequired[pulumi.Input[str]]
87
+ """
88
+ The minimum duration between consecutive autoscale operations.
89
+ It starts once addition or removal of nodes is fully completed.
90
+ Minimum cool down period is 30m.
91
+ Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
92
+ Mandatory for successful addition of autoscaling settings in cluster.
93
+ """
94
+ max_cluster_node_count: NotRequired[pulumi.Input[int]]
95
+ """
96
+ Maximum number of nodes of any type in a cluster.
97
+ Mandatory for successful addition of autoscaling settings in cluster.
98
+ """
99
+ min_cluster_node_count: NotRequired[pulumi.Input[int]]
100
+ """
101
+ Minimum number of nodes of any type in a cluster.
102
+ Mandatory for successful addition of autoscaling settings in cluster.
103
+ """
104
+ elif False:
105
+ ClusterAutoscalingSettingsArgsDict: TypeAlias = Mapping[str, Any]
106
+
107
+ @pulumi.input_type
108
+ class ClusterAutoscalingSettingsArgs:
109
+ def __init__(__self__, *,
110
+ autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]],
111
+ cool_down_period: Optional[pulumi.Input[str]] = None,
112
+ max_cluster_node_count: Optional[pulumi.Input[int]] = None,
113
+ min_cluster_node_count: Optional[pulumi.Input[int]] = None):
114
+ """
115
+ :param pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]] autoscaling_policies: The map with autoscaling policies applied to the cluster.
116
+ The key is the identifier of the policy.
117
+ It must meet the following requirements:
118
+ * Only contains 1-63 alphanumeric characters and hyphens
119
+ * Begins with an alphabetical character
120
+ * Ends with a non-hyphen character
121
+ * Not formatted as a UUID
122
+ * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
123
+ Currently the map must contain only one element
124
+ that describes the autoscaling policy for compute nodes.
125
+ Structure is documented below.
126
+ :param pulumi.Input[str] cool_down_period: The minimum duration between consecutive autoscale operations.
127
+ It starts once addition or removal of nodes is fully completed.
128
+ Minimum cool down period is 30m.
129
+ Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
130
+ Mandatory for successful addition of autoscaling settings in cluster.
131
+ :param pulumi.Input[int] max_cluster_node_count: Maximum number of nodes of any type in a cluster.
132
+ Mandatory for successful addition of autoscaling settings in cluster.
133
+ :param pulumi.Input[int] min_cluster_node_count: Minimum number of nodes of any type in a cluster.
134
+ Mandatory for successful addition of autoscaling settings in cluster.
135
+ """
136
+ pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
137
+ if cool_down_period is not None:
138
+ pulumi.set(__self__, "cool_down_period", cool_down_period)
139
+ if max_cluster_node_count is not None:
140
+ pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
141
+ if min_cluster_node_count is not None:
142
+ pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
143
+
144
+ @property
145
+ @pulumi.getter(name="autoscalingPolicies")
146
+ def autoscaling_policies(self) -> pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]]:
147
+ """
148
+ The map with autoscaling policies applied to the cluster.
149
+ The key is the identifier of the policy.
150
+ It must meet the following requirements:
151
+ * Only contains 1-63 alphanumeric characters and hyphens
152
+ * Begins with an alphabetical character
153
+ * Ends with a non-hyphen character
154
+ * Not formatted as a UUID
155
+ * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
156
+ Currently the map must contain only one element
157
+ that describes the autoscaling policy for compute nodes.
158
+ Structure is documented below.
159
+ """
160
+ return pulumi.get(self, "autoscaling_policies")
161
+
162
+ @autoscaling_policies.setter
163
+ def autoscaling_policies(self, value: pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]]):
164
+ pulumi.set(self, "autoscaling_policies", value)
165
+
166
+ @property
167
+ @pulumi.getter(name="coolDownPeriod")
168
+ def cool_down_period(self) -> Optional[pulumi.Input[str]]:
169
+ """
170
+ The minimum duration between consecutive autoscale operations.
171
+ It starts once addition or removal of nodes is fully completed.
172
+ Minimum cool down period is 30m.
173
+ Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
174
+ Mandatory for successful addition of autoscaling settings in cluster.
175
+ """
176
+ return pulumi.get(self, "cool_down_period")
177
+
178
+ @cool_down_period.setter
179
+ def cool_down_period(self, value: Optional[pulumi.Input[str]]):
180
+ pulumi.set(self, "cool_down_period", value)
181
+
182
+ @property
183
+ @pulumi.getter(name="maxClusterNodeCount")
184
+ def max_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
185
+ """
186
+ Maximum number of nodes of any type in a cluster.
187
+ Mandatory for successful addition of autoscaling settings in cluster.
188
+ """
189
+ return pulumi.get(self, "max_cluster_node_count")
190
+
191
+ @max_cluster_node_count.setter
192
+ def max_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
193
+ pulumi.set(self, "max_cluster_node_count", value)
194
+
195
+ @property
196
+ @pulumi.getter(name="minClusterNodeCount")
197
+ def min_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
198
+ """
199
+ Minimum number of nodes of any type in a cluster.
200
+ Mandatory for successful addition of autoscaling settings in cluster.
201
+ """
202
+ return pulumi.get(self, "min_cluster_node_count")
203
+
204
+ @min_cluster_node_count.setter
205
+ def min_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
206
+ pulumi.set(self, "min_cluster_node_count", value)
207
+
208
+
209
+ if not MYPY:
210
+ class ClusterAutoscalingSettingsAutoscalingPolicyArgsDict(TypedDict):
211
+ autoscale_policy_id: pulumi.Input[str]
212
+ """
213
+ The identifier for this object. Format specified above.
214
+ """
215
+ node_type_id: pulumi.Input[str]
216
+ """
217
+ The canonical identifier of the node type to add or remove.
218
+ """
219
+ scale_out_size: pulumi.Input[int]
220
+ """
221
+ Number of nodes to add to a cluster during a scale-out operation.
222
+ Must be divisible by 2 for stretched clusters.
223
+ """
224
+ consumed_memory_thresholds: NotRequired[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict']]
225
+ """
226
+ Utilization thresholds pertaining to amount of consumed memory.
227
+ Structure is documented below.
228
+ """
229
+ cpu_thresholds: NotRequired[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict']]
230
+ """
231
+ Utilization thresholds pertaining to CPU utilization.
232
+ Structure is documented below.
233
+ """
234
+ storage_thresholds: NotRequired[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict']]
235
+ """
236
+ Utilization thresholds pertaining to amount of consumed storage.
237
+ Structure is documented below.
238
+ """
239
+ elif False:
240
+ ClusterAutoscalingSettingsAutoscalingPolicyArgsDict: TypeAlias = Mapping[str, Any]
241
+
242
+ @pulumi.input_type
243
+ class ClusterAutoscalingSettingsAutoscalingPolicyArgs:
244
+ def __init__(__self__, *,
245
+ autoscale_policy_id: pulumi.Input[str],
246
+ node_type_id: pulumi.Input[str],
247
+ scale_out_size: pulumi.Input[int],
248
+ consumed_memory_thresholds: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']] = None,
249
+ cpu_thresholds: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']] = None,
250
+ storage_thresholds: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']] = None):
251
+ """
252
+ :param pulumi.Input[str] autoscale_policy_id: The identifier for this object. Format specified above.
253
+ :param pulumi.Input[str] node_type_id: The canonical identifier of the node type to add or remove.
254
+ :param pulumi.Input[int] scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
255
+ Must be divisible by 2 for stretched clusters.
256
+ :param pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs'] consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
257
+ Structure is documented below.
258
+ :param pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs'] cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
259
+ Structure is documented below.
260
+ :param pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs'] storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
261
+ Structure is documented below.
262
+ """
263
+ pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
264
+ pulumi.set(__self__, "node_type_id", node_type_id)
265
+ pulumi.set(__self__, "scale_out_size", scale_out_size)
266
+ if consumed_memory_thresholds is not None:
267
+ pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
268
+ if cpu_thresholds is not None:
269
+ pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
270
+ if storage_thresholds is not None:
271
+ pulumi.set(__self__, "storage_thresholds", storage_thresholds)
272
+
273
+ @property
274
+ @pulumi.getter(name="autoscalePolicyId")
275
+ def autoscale_policy_id(self) -> pulumi.Input[str]:
276
+ """
277
+ The identifier for this object. Format specified above.
278
+ """
279
+ return pulumi.get(self, "autoscale_policy_id")
280
+
281
+ @autoscale_policy_id.setter
282
+ def autoscale_policy_id(self, value: pulumi.Input[str]):
283
+ pulumi.set(self, "autoscale_policy_id", value)
284
+
285
+ @property
286
+ @pulumi.getter(name="nodeTypeId")
287
+ def node_type_id(self) -> pulumi.Input[str]:
288
+ """
289
+ The canonical identifier of the node type to add or remove.
290
+ """
291
+ return pulumi.get(self, "node_type_id")
292
+
293
+ @node_type_id.setter
294
+ def node_type_id(self, value: pulumi.Input[str]):
295
+ pulumi.set(self, "node_type_id", value)
296
+
297
+ @property
298
+ @pulumi.getter(name="scaleOutSize")
299
+ def scale_out_size(self) -> pulumi.Input[int]:
300
+ """
301
+ Number of nodes to add to a cluster during a scale-out operation.
302
+ Must be divisible by 2 for stretched clusters.
303
+ """
304
+ return pulumi.get(self, "scale_out_size")
305
+
306
+ @scale_out_size.setter
307
+ def scale_out_size(self, value: pulumi.Input[int]):
308
+ pulumi.set(self, "scale_out_size", value)
309
+
310
+ @property
311
+ @pulumi.getter(name="consumedMemoryThresholds")
312
+ def consumed_memory_thresholds(self) -> Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]:
313
+ """
314
+ Utilization thresholds pertaining to amount of consumed memory.
315
+ Structure is documented below.
316
+ """
317
+ return pulumi.get(self, "consumed_memory_thresholds")
318
+
319
+ @consumed_memory_thresholds.setter
320
+ def consumed_memory_thresholds(self, value: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]):
321
+ pulumi.set(self, "consumed_memory_thresholds", value)
322
+
323
+ @property
324
+ @pulumi.getter(name="cpuThresholds")
325
+ def cpu_thresholds(self) -> Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]:
326
+ """
327
+ Utilization thresholds pertaining to CPU utilization.
328
+ Structure is documented below.
329
+ """
330
+ return pulumi.get(self, "cpu_thresholds")
331
+
332
+ @cpu_thresholds.setter
333
+ def cpu_thresholds(self, value: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]):
334
+ pulumi.set(self, "cpu_thresholds", value)
335
+
336
+ @property
337
+ @pulumi.getter(name="storageThresholds")
338
+ def storage_thresholds(self) -> Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]:
339
+ """
340
+ Utilization thresholds pertaining to amount of consumed storage.
341
+ Structure is documented below.
342
+ """
343
+ return pulumi.get(self, "storage_thresholds")
344
+
345
+ @storage_thresholds.setter
346
+ def storage_thresholds(self, value: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]):
347
+ pulumi.set(self, "storage_thresholds", value)
348
+
349
+
350
+ if not MYPY:
351
+ class ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict(TypedDict):
352
+ scale_in: pulumi.Input[int]
353
+ """
354
+ The utilization triggering the scale-in operation in percent.
355
+ """
356
+ scale_out: pulumi.Input[int]
357
+ """
358
+ The utilization triggering the scale-out operation in percent.
359
+ """
360
+ elif False:
361
+ ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict: TypeAlias = Mapping[str, Any]
362
+
363
+ @pulumi.input_type
364
+ class ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs:
365
+ def __init__(__self__, *,
366
+ scale_in: pulumi.Input[int],
367
+ scale_out: pulumi.Input[int]):
368
+ """
369
+ :param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
370
+ :param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
371
+ """
372
+ pulumi.set(__self__, "scale_in", scale_in)
373
+ pulumi.set(__self__, "scale_out", scale_out)
374
+
375
+ @property
376
+ @pulumi.getter(name="scaleIn")
377
+ def scale_in(self) -> pulumi.Input[int]:
378
+ """
379
+ The utilization triggering the scale-in operation in percent.
380
+ """
381
+ return pulumi.get(self, "scale_in")
382
+
383
+ @scale_in.setter
384
+ def scale_in(self, value: pulumi.Input[int]):
385
+ pulumi.set(self, "scale_in", value)
386
+
387
+ @property
388
+ @pulumi.getter(name="scaleOut")
389
+ def scale_out(self) -> pulumi.Input[int]:
390
+ """
391
+ The utilization triggering the scale-out operation in percent.
392
+ """
393
+ return pulumi.get(self, "scale_out")
394
+
395
+ @scale_out.setter
396
+ def scale_out(self, value: pulumi.Input[int]):
397
+ pulumi.set(self, "scale_out", value)
398
+
399
+
400
+ if not MYPY:
401
+ class ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict(TypedDict):
402
+ scale_in: pulumi.Input[int]
403
+ """
404
+ The utilization triggering the scale-in operation in percent.
405
+ """
406
+ scale_out: pulumi.Input[int]
407
+ """
408
+ The utilization triggering the scale-out operation in percent.
409
+ """
410
+ elif False:
411
+ ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict: TypeAlias = Mapping[str, Any]
412
+
413
+ @pulumi.input_type
414
+ class ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs:
415
+ def __init__(__self__, *,
416
+ scale_in: pulumi.Input[int],
417
+ scale_out: pulumi.Input[int]):
418
+ """
419
+ :param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
420
+ :param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
421
+ """
422
+ pulumi.set(__self__, "scale_in", scale_in)
423
+ pulumi.set(__self__, "scale_out", scale_out)
424
+
425
+ @property
426
+ @pulumi.getter(name="scaleIn")
427
+ def scale_in(self) -> pulumi.Input[int]:
428
+ """
429
+ The utilization triggering the scale-in operation in percent.
430
+ """
431
+ return pulumi.get(self, "scale_in")
432
+
433
+ @scale_in.setter
434
+ def scale_in(self, value: pulumi.Input[int]):
435
+ pulumi.set(self, "scale_in", value)
436
+
437
+ @property
438
+ @pulumi.getter(name="scaleOut")
439
+ def scale_out(self) -> pulumi.Input[int]:
440
+ """
441
+ The utilization triggering the scale-out operation in percent.
442
+ """
443
+ return pulumi.get(self, "scale_out")
444
+
445
+ @scale_out.setter
446
+ def scale_out(self, value: pulumi.Input[int]):
447
+ pulumi.set(self, "scale_out", value)
448
+
449
+
450
+ if not MYPY:
451
+ class ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict(TypedDict):
452
+ scale_in: pulumi.Input[int]
453
+ """
454
+ The utilization triggering the scale-in operation in percent.
455
+ """
456
+ scale_out: pulumi.Input[int]
457
+ """
458
+ The utilization triggering the scale-out operation in percent.
459
+ """
460
+ elif False:
461
+ ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict: TypeAlias = Mapping[str, Any]
462
+
463
+ @pulumi.input_type
464
+ class ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs:
465
+ def __init__(__self__, *,
466
+ scale_in: pulumi.Input[int],
467
+ scale_out: pulumi.Input[int]):
468
+ """
469
+ :param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
470
+ :param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
471
+ """
472
+ pulumi.set(__self__, "scale_in", scale_in)
473
+ pulumi.set(__self__, "scale_out", scale_out)
474
+
475
+ @property
476
+ @pulumi.getter(name="scaleIn")
477
+ def scale_in(self) -> pulumi.Input[int]:
478
+ """
479
+ The utilization triggering the scale-in operation in percent.
480
+ """
481
+ return pulumi.get(self, "scale_in")
482
+
483
+ @scale_in.setter
484
+ def scale_in(self, value: pulumi.Input[int]):
485
+ pulumi.set(self, "scale_in", value)
486
+
487
+ @property
488
+ @pulumi.getter(name="scaleOut")
489
+ def scale_out(self) -> pulumi.Input[int]:
490
+ """
491
+ The utilization triggering the scale-out operation in percent.
492
+ """
493
+ return pulumi.get(self, "scale_out")
494
+
495
+ @scale_out.setter
496
+ def scale_out(self, value: pulumi.Input[int]):
497
+ pulumi.set(self, "scale_out", value)
498
+
499
+
50
500
  if not MYPY:
51
501
  class ClusterNodeTypeConfigArgsDict(TypedDict):
52
502
  node_count: pulumi.Input[int]
@@ -513,6 +963,12 @@ if not MYPY:
513
963
  * Not formatted as a UUID
514
964
  * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
515
965
  """
966
+ autoscaling_settings: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgsDict']]
967
+ """
968
+ Configuration of the autoscaling applied to this cluster
969
+ Private cloud must have a minimum of 3 nodes to add autoscale settings
970
+ Structure is documented below.
971
+ """
516
972
  node_type_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgsDict']]]]
517
973
  """
518
974
  The map of cluster node types in this cluster,
@@ -531,6 +987,7 @@ elif False:
531
987
  class PrivateCloudManagementClusterArgs:
532
988
  def __init__(__self__, *,
533
989
  cluster_id: pulumi.Input[str],
990
+ autoscaling_settings: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs']] = None,
534
991
  node_type_configs: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]]] = None,
535
992
  stretched_cluster_config: Optional[pulumi.Input['PrivateCloudManagementClusterStretchedClusterConfigArgs']] = None):
536
993
  """
@@ -540,6 +997,9 @@ class PrivateCloudManagementClusterArgs:
540
997
  * Ends with a non-hyphen character
541
998
  * Not formatted as a UUID
542
999
  * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
1000
+ :param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs'] autoscaling_settings: Configuration of the autoscaling applied to this cluster
1001
+ Private cloud must have a minimum of 3 nodes to add autoscale settings
1002
+ Structure is documented below.
543
1003
  :param pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]] node_type_configs: The map of cluster node types in this cluster,
544
1004
  where the key is canonical identifier of the node type (corresponds to the NodeType).
545
1005
  Structure is documented below.
@@ -547,6 +1007,8 @@ class PrivateCloudManagementClusterArgs:
547
1007
  Structure is documented below.
548
1008
  """
549
1009
  pulumi.set(__self__, "cluster_id", cluster_id)
1010
+ if autoscaling_settings is not None:
1011
+ pulumi.set(__self__, "autoscaling_settings", autoscaling_settings)
550
1012
  if node_type_configs is not None:
551
1013
  pulumi.set(__self__, "node_type_configs", node_type_configs)
552
1014
  if stretched_cluster_config is not None:
@@ -569,6 +1031,20 @@ class PrivateCloudManagementClusterArgs:
569
1031
  def cluster_id(self, value: pulumi.Input[str]):
570
1032
  pulumi.set(self, "cluster_id", value)
571
1033
 
1034
+ @property
1035
+ @pulumi.getter(name="autoscalingSettings")
1036
+ def autoscaling_settings(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs']]:
1037
+ """
1038
+ Configuration of the autoscaling applied to this cluster
1039
+ Private cloud must have a minimum of 3 nodes to add autoscale settings
1040
+ Structure is documented below.
1041
+ """
1042
+ return pulumi.get(self, "autoscaling_settings")
1043
+
1044
+ @autoscaling_settings.setter
1045
+ def autoscaling_settings(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs']]):
1046
+ pulumi.set(self, "autoscaling_settings", value)
1047
+
572
1048
  @property
573
1049
  @pulumi.getter(name="nodeTypeConfigs")
574
1050
  def node_type_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]]]:
@@ -597,6 +1073,442 @@ class PrivateCloudManagementClusterArgs:
597
1073
  pulumi.set(self, "stretched_cluster_config", value)
598
1074
 
599
1075
 
1076
+ if not MYPY:
1077
+ class PrivateCloudManagementClusterAutoscalingSettingsArgsDict(TypedDict):
1078
+ autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict']]]
1079
+ """
1080
+ The map with autoscaling policies applied to the cluster.
1081
+ The key is the identifier of the policy.
1082
+ It must meet the following requirements:
1083
+ * Only contains 1-63 alphanumeric characters and hyphens
1084
+ * Begins with an alphabetical character
1085
+ * Ends with a non-hyphen character
1086
+ * Not formatted as a UUID
1087
+ * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
1088
+ Currently the map must contain only one element
1089
+ that describes the autoscaling policy for compute nodes.
1090
+ Structure is documented below.
1091
+ """
1092
+ cool_down_period: NotRequired[pulumi.Input[str]]
1093
+ """
1094
+ The minimum duration between consecutive autoscale operations.
1095
+ It starts once addition or removal of nodes is fully completed.
1096
+ Minimum cool down period is 30m.
1097
+ Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
1098
+ Mandatory for successful addition of autoscaling settings in cluster.
1099
+ """
1100
+ max_cluster_node_count: NotRequired[pulumi.Input[int]]
1101
+ """
1102
+ Maximum number of nodes of any type in a cluster.
1103
+ Mandatory for successful addition of autoscaling settings in cluster.
1104
+ """
1105
+ min_cluster_node_count: NotRequired[pulumi.Input[int]]
1106
+ """
1107
+ Minimum number of nodes of any type in a cluster.
1108
+ Mandatory for successful addition of autoscaling settings in cluster.
1109
+ """
1110
+ elif False:
1111
+ PrivateCloudManagementClusterAutoscalingSettingsArgsDict: TypeAlias = Mapping[str, Any]
1112
+
1113
+ @pulumi.input_type
1114
+ class PrivateCloudManagementClusterAutoscalingSettingsArgs:
1115
+ def __init__(__self__, *,
1116
+ autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]],
1117
+ cool_down_period: Optional[pulumi.Input[str]] = None,
1118
+ max_cluster_node_count: Optional[pulumi.Input[int]] = None,
1119
+ min_cluster_node_count: Optional[pulumi.Input[int]] = None):
1120
+ """
1121
+ :param pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]] autoscaling_policies: The map with autoscaling policies applied to the cluster.
1122
+ The key is the identifier of the policy.
1123
+ It must meet the following requirements:
1124
+ * Only contains 1-63 alphanumeric characters and hyphens
1125
+ * Begins with an alphabetical character
1126
+ * Ends with a non-hyphen character
1127
+ * Not formatted as a UUID
1128
+ * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
1129
+ Currently the map must contain only one element
1130
+ that describes the autoscaling policy for compute nodes.
1131
+ Structure is documented below.
1132
+ :param pulumi.Input[str] cool_down_period: The minimum duration between consecutive autoscale operations.
1133
+ It starts once addition or removal of nodes is fully completed.
1134
+ Minimum cool down period is 30m.
1135
+ Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
1136
+ Mandatory for successful addition of autoscaling settings in cluster.
1137
+ :param pulumi.Input[int] max_cluster_node_count: Maximum number of nodes of any type in a cluster.
1138
+ Mandatory for successful addition of autoscaling settings in cluster.
1139
+ :param pulumi.Input[int] min_cluster_node_count: Minimum number of nodes of any type in a cluster.
1140
+ Mandatory for successful addition of autoscaling settings in cluster.
1141
+ """
1142
+ pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
1143
+ if cool_down_period is not None:
1144
+ pulumi.set(__self__, "cool_down_period", cool_down_period)
1145
+ if max_cluster_node_count is not None:
1146
+ pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
1147
+ if min_cluster_node_count is not None:
1148
+ pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
1149
+
1150
+ @property
1151
+ @pulumi.getter(name="autoscalingPolicies")
1152
+ def autoscaling_policies(self) -> pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]]:
1153
+ """
1154
+ The map with autoscaling policies applied to the cluster.
1155
+ The key is the identifier of the policy.
1156
+ It must meet the following requirements:
1157
+ * Only contains 1-63 alphanumeric characters and hyphens
1158
+ * Begins with an alphabetical character
1159
+ * Ends with a non-hyphen character
1160
+ * Not formatted as a UUID
1161
+ * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
1162
+ Currently the map must contain only one element
1163
+ that describes the autoscaling policy for compute nodes.
1164
+ Structure is documented below.
1165
+ """
1166
+ return pulumi.get(self, "autoscaling_policies")
1167
+
1168
+ @autoscaling_policies.setter
1169
+ def autoscaling_policies(self, value: pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]]):
1170
+ pulumi.set(self, "autoscaling_policies", value)
1171
+
1172
+ @property
1173
+ @pulumi.getter(name="coolDownPeriod")
1174
+ def cool_down_period(self) -> Optional[pulumi.Input[str]]:
1175
+ """
1176
+ The minimum duration between consecutive autoscale operations.
1177
+ It starts once addition or removal of nodes is fully completed.
1178
+ Minimum cool down period is 30m.
1179
+ Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
1180
+ Mandatory for successful addition of autoscaling settings in cluster.
1181
+ """
1182
+ return pulumi.get(self, "cool_down_period")
1183
+
1184
+ @cool_down_period.setter
1185
+ def cool_down_period(self, value: Optional[pulumi.Input[str]]):
1186
+ pulumi.set(self, "cool_down_period", value)
1187
+
1188
+ @property
1189
+ @pulumi.getter(name="maxClusterNodeCount")
1190
+ def max_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
1191
+ """
1192
+ Maximum number of nodes of any type in a cluster.
1193
+ Mandatory for successful addition of autoscaling settings in cluster.
1194
+ """
1195
+ return pulumi.get(self, "max_cluster_node_count")
1196
+
1197
+ @max_cluster_node_count.setter
1198
+ def max_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
1199
+ pulumi.set(self, "max_cluster_node_count", value)
1200
+
1201
+ @property
1202
+ @pulumi.getter(name="minClusterNodeCount")
1203
+ def min_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
1204
+ """
1205
+ Minimum number of nodes of any type in a cluster.
1206
+ Mandatory for successful addition of autoscaling settings in cluster.
1207
+ """
1208
+ return pulumi.get(self, "min_cluster_node_count")
1209
+
1210
+ @min_cluster_node_count.setter
1211
+ def min_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
1212
+ pulumi.set(self, "min_cluster_node_count", value)
1213
+
1214
+
1215
+ if not MYPY:
1216
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict(TypedDict):
1217
+ autoscale_policy_id: pulumi.Input[str]
1218
+ """
1219
+ The identifier for this object. Format specified above.
1220
+ """
1221
+ node_type_id: pulumi.Input[str]
1222
+ """
1223
+ The canonical identifier of the node type to add or remove.
1224
+ """
1225
+ scale_out_size: pulumi.Input[int]
1226
+ """
1227
+ Number of nodes to add to a cluster during a scale-out operation.
1228
+ Must be divisible by 2 for stretched clusters.
1229
+ """
1230
+ consumed_memory_thresholds: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict']]
1231
+ """
1232
+ Utilization thresholds pertaining to amount of consumed memory.
1233
+ Structure is documented below.
1234
+ """
1235
+ cpu_thresholds: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict']]
1236
+ """
1237
+ Utilization thresholds pertaining to CPU utilization.
1238
+ Structure is documented below.
1239
+ """
1240
+ storage_thresholds: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict']]
1241
+ """
1242
+ Utilization thresholds pertaining to amount of consumed storage.
1243
+ Structure is documented below.
1244
+ """
1245
+ elif False:
1246
+ PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict: TypeAlias = Mapping[str, Any]
1247
+
1248
+ @pulumi.input_type
1249
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs:
1250
+ def __init__(__self__, *,
1251
+ autoscale_policy_id: pulumi.Input[str],
1252
+ node_type_id: pulumi.Input[str],
1253
+ scale_out_size: pulumi.Input[int],
1254
+ consumed_memory_thresholds: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']] = None,
1255
+ cpu_thresholds: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']] = None,
1256
+ storage_thresholds: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']] = None):
1257
+ """
1258
+ :param pulumi.Input[str] autoscale_policy_id: The identifier for this object. Format specified above.
1259
+ :param pulumi.Input[str] node_type_id: The canonical identifier of the node type to add or remove.
1260
+ :param pulumi.Input[int] scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
1261
+ Must be divisible by 2 for stretched clusters.
1262
+ :param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs'] consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
1263
+ Structure is documented below.
1264
+ :param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs'] cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
1265
+ Structure is documented below.
1266
+ :param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs'] storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
1267
+ Structure is documented below.
1268
+ """
1269
+ pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
1270
+ pulumi.set(__self__, "node_type_id", node_type_id)
1271
+ pulumi.set(__self__, "scale_out_size", scale_out_size)
1272
+ if consumed_memory_thresholds is not None:
1273
+ pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
1274
+ if cpu_thresholds is not None:
1275
+ pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
1276
+ if storage_thresholds is not None:
1277
+ pulumi.set(__self__, "storage_thresholds", storage_thresholds)
1278
+
1279
+ @property
1280
+ @pulumi.getter(name="autoscalePolicyId")
1281
+ def autoscale_policy_id(self) -> pulumi.Input[str]:
1282
+ """
1283
+ The identifier for this object. Format specified above.
1284
+ """
1285
+ return pulumi.get(self, "autoscale_policy_id")
1286
+
1287
+ @autoscale_policy_id.setter
1288
+ def autoscale_policy_id(self, value: pulumi.Input[str]):
1289
+ pulumi.set(self, "autoscale_policy_id", value)
1290
+
1291
+ @property
1292
+ @pulumi.getter(name="nodeTypeId")
1293
+ def node_type_id(self) -> pulumi.Input[str]:
1294
+ """
1295
+ The canonical identifier of the node type to add or remove.
1296
+ """
1297
+ return pulumi.get(self, "node_type_id")
1298
+
1299
+ @node_type_id.setter
1300
+ def node_type_id(self, value: pulumi.Input[str]):
1301
+ pulumi.set(self, "node_type_id", value)
1302
+
1303
+ @property
1304
+ @pulumi.getter(name="scaleOutSize")
1305
+ def scale_out_size(self) -> pulumi.Input[int]:
1306
+ """
1307
+ Number of nodes to add to a cluster during a scale-out operation.
1308
+ Must be divisible by 2 for stretched clusters.
1309
+ """
1310
+ return pulumi.get(self, "scale_out_size")
1311
+
1312
+ @scale_out_size.setter
1313
+ def scale_out_size(self, value: pulumi.Input[int]):
1314
+ pulumi.set(self, "scale_out_size", value)
1315
+
1316
+ @property
1317
+ @pulumi.getter(name="consumedMemoryThresholds")
1318
+ def consumed_memory_thresholds(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]:
1319
+ """
1320
+ Utilization thresholds pertaining to amount of consumed memory.
1321
+ Structure is documented below.
1322
+ """
1323
+ return pulumi.get(self, "consumed_memory_thresholds")
1324
+
1325
+ @consumed_memory_thresholds.setter
1326
+ def consumed_memory_thresholds(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]):
1327
+ pulumi.set(self, "consumed_memory_thresholds", value)
1328
+
1329
+ @property
1330
+ @pulumi.getter(name="cpuThresholds")
1331
+ def cpu_thresholds(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]:
1332
+ """
1333
+ Utilization thresholds pertaining to CPU utilization.
1334
+ Structure is documented below.
1335
+ """
1336
+ return pulumi.get(self, "cpu_thresholds")
1337
+
1338
+ @cpu_thresholds.setter
1339
+ def cpu_thresholds(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]):
1340
+ pulumi.set(self, "cpu_thresholds", value)
1341
+
1342
+ @property
1343
+ @pulumi.getter(name="storageThresholds")
1344
+ def storage_thresholds(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]:
1345
+ """
1346
+ Utilization thresholds pertaining to amount of consumed storage.
1347
+ Structure is documented below.
1348
+ """
1349
+ return pulumi.get(self, "storage_thresholds")
1350
+
1351
+ @storage_thresholds.setter
1352
+ def storage_thresholds(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]):
1353
+ pulumi.set(self, "storage_thresholds", value)
1354
+
1355
+
1356
+ if not MYPY:
1357
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict(TypedDict):
1358
+ scale_in: pulumi.Input[int]
1359
+ """
1360
+ The utilization triggering the scale-in operation in percent.
1361
+ """
1362
+ scale_out: pulumi.Input[int]
1363
+ """
1364
+ The utilization triggering the scale-out operation in percent.
1365
+ """
1366
+ elif False:
1367
+ PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict: TypeAlias = Mapping[str, Any]
1368
+
1369
+ @pulumi.input_type
1370
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs:
1371
+ def __init__(__self__, *,
1372
+ scale_in: pulumi.Input[int],
1373
+ scale_out: pulumi.Input[int]):
1374
+ """
1375
+ :param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
1376
+ :param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
1377
+ """
1378
+ pulumi.set(__self__, "scale_in", scale_in)
1379
+ pulumi.set(__self__, "scale_out", scale_out)
1380
+
1381
+ @property
1382
+ @pulumi.getter(name="scaleIn")
1383
+ def scale_in(self) -> pulumi.Input[int]:
1384
+ """
1385
+ The utilization triggering the scale-in operation in percent.
1386
+ """
1387
+ return pulumi.get(self, "scale_in")
1388
+
1389
+ @scale_in.setter
1390
+ def scale_in(self, value: pulumi.Input[int]):
1391
+ pulumi.set(self, "scale_in", value)
1392
+
1393
+ @property
1394
+ @pulumi.getter(name="scaleOut")
1395
+ def scale_out(self) -> pulumi.Input[int]:
1396
+ """
1397
+ The utilization triggering the scale-out operation in percent.
1398
+ """
1399
+ return pulumi.get(self, "scale_out")
1400
+
1401
+ @scale_out.setter
1402
+ def scale_out(self, value: pulumi.Input[int]):
1403
+ pulumi.set(self, "scale_out", value)
1404
+
1405
+
1406
+ if not MYPY:
1407
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict(TypedDict):
1408
+ scale_in: pulumi.Input[int]
1409
+ """
1410
+ The utilization triggering the scale-in operation in percent.
1411
+ """
1412
+ scale_out: pulumi.Input[int]
1413
+ """
1414
+ The utilization triggering the scale-out operation in percent.
1415
+ """
1416
+ elif False:
1417
+ PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict: TypeAlias = Mapping[str, Any]
1418
+
1419
+ @pulumi.input_type
1420
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs:
1421
+ def __init__(__self__, *,
1422
+ scale_in: pulumi.Input[int],
1423
+ scale_out: pulumi.Input[int]):
1424
+ """
1425
+ :param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
1426
+ :param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
1427
+ """
1428
+ pulumi.set(__self__, "scale_in", scale_in)
1429
+ pulumi.set(__self__, "scale_out", scale_out)
1430
+
1431
+ @property
1432
+ @pulumi.getter(name="scaleIn")
1433
+ def scale_in(self) -> pulumi.Input[int]:
1434
+ """
1435
+ The utilization triggering the scale-in operation in percent.
1436
+ """
1437
+ return pulumi.get(self, "scale_in")
1438
+
1439
+ @scale_in.setter
1440
+ def scale_in(self, value: pulumi.Input[int]):
1441
+ pulumi.set(self, "scale_in", value)
1442
+
1443
+ @property
1444
+ @pulumi.getter(name="scaleOut")
1445
+ def scale_out(self) -> pulumi.Input[int]:
1446
+ """
1447
+ The utilization triggering the scale-out operation in percent.
1448
+ """
1449
+ return pulumi.get(self, "scale_out")
1450
+
1451
+ @scale_out.setter
1452
+ def scale_out(self, value: pulumi.Input[int]):
1453
+ pulumi.set(self, "scale_out", value)
1454
+
1455
+
1456
+ if not MYPY:
1457
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict(TypedDict):
1458
+ scale_in: pulumi.Input[int]
1459
+ """
1460
+ The utilization triggering the scale-in operation in percent.
1461
+
1462
+ - - -
1463
+ """
1464
+ scale_out: pulumi.Input[int]
1465
+ """
1466
+ The utilization triggering the scale-out operation in percent.
1467
+ """
1468
+ elif False:
1469
+ PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict: TypeAlias = Mapping[str, Any]
1470
+
1471
+ @pulumi.input_type
1472
+ class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs:
1473
+ def __init__(__self__, *,
1474
+ scale_in: pulumi.Input[int],
1475
+ scale_out: pulumi.Input[int]):
1476
+ """
1477
+ :param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
1478
+
1479
+ - - -
1480
+ :param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
1481
+ """
1482
+ pulumi.set(__self__, "scale_in", scale_in)
1483
+ pulumi.set(__self__, "scale_out", scale_out)
1484
+
1485
+ @property
1486
+ @pulumi.getter(name="scaleIn")
1487
+ def scale_in(self) -> pulumi.Input[int]:
1488
+ """
1489
+ The utilization triggering the scale-in operation in percent.
1490
+
1491
+ - - -
1492
+ """
1493
+ return pulumi.get(self, "scale_in")
1494
+
1495
+ @scale_in.setter
1496
+ def scale_in(self, value: pulumi.Input[int]):
1497
+ pulumi.set(self, "scale_in", value)
1498
+
1499
+ @property
1500
+ @pulumi.getter(name="scaleOut")
1501
+ def scale_out(self) -> pulumi.Input[int]:
1502
+ """
1503
+ The utilization triggering the scale-out operation in percent.
1504
+ """
1505
+ return pulumi.get(self, "scale_out")
1506
+
1507
+ @scale_out.setter
1508
+ def scale_out(self, value: pulumi.Input[int]):
1509
+ pulumi.set(self, "scale_out", value)
1510
+
1511
+
600
1512
  if not MYPY:
601
1513
  class PrivateCloudManagementClusterNodeTypeConfigArgsDict(TypedDict):
602
1514
  node_count: pulumi.Input[int]
@@ -685,8 +1597,6 @@ if not MYPY:
685
1597
  secondary_location: NotRequired[pulumi.Input[str]]
686
1598
  """
687
1599
  Additional zone for a higher level of availability and load balancing.
688
-
689
- - - -
690
1600
  """
691
1601
  elif False:
692
1602
  PrivateCloudManagementClusterStretchedClusterConfigArgsDict: TypeAlias = Mapping[str, Any]
@@ -699,8 +1609,6 @@ class PrivateCloudManagementClusterStretchedClusterConfigArgs:
699
1609
  """
700
1610
  :param pulumi.Input[str] preferred_location: Zone that will remain operational when connection between the two zones is lost.
701
1611
  :param pulumi.Input[str] secondary_location: Additional zone for a higher level of availability and load balancing.
702
-
703
- - - -
704
1612
  """
705
1613
  if preferred_location is not None:
706
1614
  pulumi.set(__self__, "preferred_location", preferred_location)
@@ -724,8 +1632,6 @@ class PrivateCloudManagementClusterStretchedClusterConfigArgs:
724
1632
  def secondary_location(self) -> Optional[pulumi.Input[str]]:
725
1633
  """
726
1634
  Additional zone for a higher level of availability and load balancing.
727
-
728
- - - -
729
1635
  """
730
1636
  return pulumi.get(self, "secondary_location")
731
1637