pulumi-gcp 8.8.0__py3-none-any.whl → 8.8.0a1730615974__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (347) hide show
  1. pulumi_gcp/__init__.py +0 -8
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
  6. pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
  8. pulumi_gcp/apigateway/api_iam_binding.py +2 -2
  9. pulumi_gcp/apigateway/api_iam_member.py +2 -2
  10. pulumi_gcp/apigateway/api_iam_policy.py +2 -2
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
  12. pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
  14. pulumi_gcp/apigee/environment_iam_binding.py +4 -4
  15. pulumi_gcp/apigee/environment_iam_member.py +4 -4
  16. pulumi_gcp/apigee/environment_iam_policy.py +4 -4
  17. pulumi_gcp/appengine/engine_split_traffic.py +4 -4
  18. pulumi_gcp/apphub/_inputs.py +3 -6
  19. pulumi_gcp/apphub/application.py +4 -30
  20. pulumi_gcp/apphub/outputs.py +4 -8
  21. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
  22. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
  23. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
  24. pulumi_gcp/assuredworkloads/_inputs.py +0 -34
  25. pulumi_gcp/assuredworkloads/outputs.py +0 -37
  26. pulumi_gcp/assuredworkloads/workload.py +3 -56
  27. pulumi_gcp/backupdisasterrecovery/_inputs.py +6 -0
  28. pulumi_gcp/backupdisasterrecovery/management_server.py +34 -80
  29. pulumi_gcp/backupdisasterrecovery/outputs.py +4 -0
  30. pulumi_gcp/biglake/table.py +12 -12
  31. pulumi_gcp/bigquery/_inputs.py +0 -60
  32. pulumi_gcp/bigquery/connection.py +2 -2
  33. pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
  34. pulumi_gcp/bigquery/connection_iam_member.py +2 -2
  35. pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
  36. pulumi_gcp/bigquery/dataset.py +2 -99
  37. pulumi_gcp/bigquery/dataset_access.py +2 -2
  38. pulumi_gcp/bigquery/dataset_iam_binding.py +0 -53
  39. pulumi_gcp/bigquery/dataset_iam_member.py +0 -53
  40. pulumi_gcp/bigquery/dataset_iam_policy.py +0 -32
  41. pulumi_gcp/bigquery/get_dataset.py +1 -12
  42. pulumi_gcp/bigquery/iam_binding.py +2 -2
  43. pulumi_gcp/bigquery/iam_member.py +2 -2
  44. pulumi_gcp/bigquery/iam_policy.py +2 -2
  45. pulumi_gcp/bigquery/outputs.py +0 -87
  46. pulumi_gcp/bigquery/routine.py +6 -6
  47. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
  48. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
  49. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
  50. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
  51. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
  52. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
  53. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
  54. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
  55. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
  56. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
  57. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
  58. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
  59. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
  60. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
  61. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
  62. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
  63. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
  64. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
  65. pulumi_gcp/cloudbuild/trigger.py +18 -18
  66. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
  67. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
  68. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
  69. pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
  70. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
  71. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
  72. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
  73. pulumi_gcp/cloudfunctionsv2/function.py +22 -22
  74. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
  75. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
  76. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
  77. pulumi_gcp/cloudrun/iam_binding.py +2 -2
  78. pulumi_gcp/cloudrun/iam_member.py +2 -2
  79. pulumi_gcp/cloudrun/iam_policy.py +2 -2
  80. pulumi_gcp/cloudrun/service.py +24 -24
  81. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
  82. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
  83. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
  84. pulumi_gcp/cloudrunv2/service.py +2 -2
  85. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
  86. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
  87. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
  88. pulumi_gcp/cloudscheduler/job.py +4 -4
  89. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
  90. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
  91. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
  92. pulumi_gcp/compute/__init__.py +0 -1
  93. pulumi_gcp/compute/_inputs.py +50 -182
  94. pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
  95. pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
  96. pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
  97. pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
  98. pulumi_gcp/compute/backend_service_iam_member.py +2 -2
  99. pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
  100. pulumi_gcp/compute/disk_iam_binding.py +2 -2
  101. pulumi_gcp/compute/disk_iam_member.py +2 -2
  102. pulumi_gcp/compute/disk_iam_policy.py +2 -2
  103. pulumi_gcp/compute/image.py +22 -76
  104. pulumi_gcp/compute/image_iam_binding.py +2 -2
  105. pulumi_gcp/compute/image_iam_member.py +2 -2
  106. pulumi_gcp/compute/image_iam_policy.py +2 -2
  107. pulumi_gcp/compute/instance_iam_binding.py +2 -2
  108. pulumi_gcp/compute/instance_iam_member.py +2 -2
  109. pulumi_gcp/compute/instance_iam_policy.py +2 -2
  110. pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
  111. pulumi_gcp/compute/machine_image_iam_member.py +2 -2
  112. pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
  113. pulumi_gcp/compute/outputs.py +30 -197
  114. pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
  115. pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
  116. pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
  117. pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
  118. pulumi_gcp/compute/region_disk_iam_member.py +2 -2
  119. pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
  120. pulumi_gcp/compute/region_security_policy_rule.py +0 -74
  121. pulumi_gcp/compute/security_policy_rule.py +13 -111
  122. pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
  123. pulumi_gcp/compute/snapshot_iam_member.py +2 -2
  124. pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
  125. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
  126. pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
  127. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
  128. pulumi_gcp/compute/url_map.py +10 -10
  129. pulumi_gcp/container/aws_node_pool.py +12 -12
  130. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
  131. pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
  132. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
  133. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
  134. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
  135. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
  136. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
  137. pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
  138. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
  139. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
  140. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
  141. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
  142. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
  143. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
  144. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
  145. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
  146. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
  147. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
  148. pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
  149. pulumi_gcp/dataplex/asset_iam_member.py +2 -2
  150. pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
  151. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
  152. pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
  153. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
  154. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
  155. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
  156. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
  157. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
  158. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
  159. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
  160. pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
  161. pulumi_gcp/dataplex/lake_iam_member.py +2 -2
  162. pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
  163. pulumi_gcp/dataplex/task.py +4 -4
  164. pulumi_gcp/dataplex/task_iam_binding.py +2 -2
  165. pulumi_gcp/dataplex/task_iam_member.py +2 -2
  166. pulumi_gcp/dataplex/task_iam_policy.py +2 -2
  167. pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
  168. pulumi_gcp/dataplex/zone_iam_member.py +2 -2
  169. pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
  170. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
  171. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
  172. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
  173. pulumi_gcp/dataproc/batch.py +24 -24
  174. pulumi_gcp/dataproc/cluster.py +2 -2
  175. pulumi_gcp/dataproc/job.py +4 -4
  176. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
  177. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
  178. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
  179. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
  180. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
  181. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
  182. pulumi_gcp/diagflow/cx_flow.py +4 -4
  183. pulumi_gcp/diagflow/cx_page.py +10 -10
  184. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
  185. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
  186. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
  187. pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
  188. pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
  189. pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
  190. pulumi_gcp/endpoints/service_iam_binding.py +4 -4
  191. pulumi_gcp/endpoints/service_iam_member.py +4 -4
  192. pulumi_gcp/endpoints/service_iam_policy.py +4 -4
  193. pulumi_gcp/firebase/extensions_instance.py +24 -24
  194. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
  195. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
  196. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
  197. pulumi_gcp/gkebackup/restore_plan.py +18 -18
  198. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
  199. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
  200. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
  201. pulumi_gcp/gkehub/_inputs.py +21 -21
  202. pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
  203. pulumi_gcp/gkehub/feature_iam_member.py +2 -2
  204. pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
  205. pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
  206. pulumi_gcp/gkehub/membership_iam_member.py +2 -2
  207. pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
  208. pulumi_gcp/gkehub/outputs.py +13 -13
  209. pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
  210. pulumi_gcp/gkehub/scope_iam_member.py +2 -2
  211. pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
  212. pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
  213. pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
  214. pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
  215. pulumi_gcp/iap/__init__.py +0 -1
  216. pulumi_gcp/iap/_inputs.py +0 -1002
  217. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
  218. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
  219. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
  220. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
  221. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
  222. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
  223. pulumi_gcp/iap/outputs.py +0 -827
  224. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
  225. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
  226. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
  227. pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
  228. pulumi_gcp/iap/tunnel_iam_member.py +2 -2
  229. pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
  230. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
  231. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
  232. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
  233. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
  234. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
  235. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
  236. pulumi_gcp/iap/web_iam_binding.py +2 -2
  237. pulumi_gcp/iap/web_iam_member.py +2 -2
  238. pulumi_gcp/iap/web_iam_policy.py +2 -2
  239. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
  240. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
  241. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
  242. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
  243. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
  244. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
  245. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
  246. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
  247. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
  248. pulumi_gcp/identityplatform/config.py +2 -2
  249. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
  250. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
  251. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
  252. pulumi_gcp/logging/log_view_iam_binding.py +4 -4
  253. pulumi_gcp/logging/log_view_iam_member.py +4 -4
  254. pulumi_gcp/logging/log_view_iam_policy.py +4 -4
  255. pulumi_gcp/memorystore/_inputs.py +4 -117
  256. pulumi_gcp/memorystore/instance.py +0 -105
  257. pulumi_gcp/memorystore/outputs.py +4 -80
  258. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
  259. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
  260. pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
  261. pulumi_gcp/networksecurity/gateway_security_policy.py +0 -7
  262. pulumi_gcp/networkservices/edge_cache_service.py +2 -2
  263. pulumi_gcp/networkservices/http_route.py +4 -4
  264. pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
  265. pulumi_gcp/notebooks/instance_iam_member.py +2 -2
  266. pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
  267. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
  268. pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
  269. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
  270. pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
  271. pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
  272. pulumi_gcp/pubsub/schema_iam_member.py +2 -2
  273. pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
  274. pulumi_gcp/pubsub/subscription.py +66 -18
  275. pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
  276. pulumi_gcp/pubsub/topic_iam_member.py +2 -2
  277. pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
  278. pulumi_gcp/pulumi-plugin.json +1 -1
  279. pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
  280. pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
  281. pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
  282. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
  283. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
  284. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
  285. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
  286. pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
  287. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
  288. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
  289. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
  290. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
  291. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
  292. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
  293. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
  294. pulumi_gcp/serviceaccount/__init__.py +0 -1
  295. pulumi_gcp/serviceaccount/get_account.py +1 -15
  296. pulumi_gcp/serviceaccount/outputs.py +0 -89
  297. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  298. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  299. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  300. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  301. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  302. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  303. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
  304. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
  305. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
  306. pulumi_gcp/spanner/_inputs.py +12 -208
  307. pulumi_gcp/spanner/outputs.py +9 -287
  308. pulumi_gcp/sql/_inputs.py +3 -6
  309. pulumi_gcp/sql/outputs.py +2 -4
  310. pulumi_gcp/storage/_inputs.py +6 -3
  311. pulumi_gcp/storage/bucket.py +7 -7
  312. pulumi_gcp/storage/bucket_iam_binding.py +2 -2
  313. pulumi_gcp/storage/bucket_iam_member.py +2 -2
  314. pulumi_gcp/storage/bucket_iam_policy.py +2 -2
  315. pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
  316. pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
  317. pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
  318. pulumi_gcp/storage/outputs.py +6 -4
  319. pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
  320. pulumi_gcp/tags/tag_key_iam_member.py +4 -4
  321. pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
  322. pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
  323. pulumi_gcp/tags/tag_value_iam_member.py +4 -4
  324. pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
  325. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
  326. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
  327. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
  328. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
  329. pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
  330. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
  331. pulumi_gcp/vmwareengine/_inputs.py +6 -472
  332. pulumi_gcp/vmwareengine/outputs.py +22 -668
  333. pulumi_gcp/vmwareengine/private_cloud.py +0 -44
  334. pulumi_gcp/workstations/workstation_config.py +6 -6
  335. pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
  336. pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
  337. pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
  338. pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
  339. pulumi_gcp/workstations/workstation_iam_member.py +2 -2
  340. pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
  341. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730615974.dist-info}/METADATA +1 -1
  342. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730615974.dist-info}/RECORD +344 -347
  343. pulumi_gcp/compute/get_instance_guest_attributes.py +0 -277
  344. pulumi_gcp/iap/settings.py +0 -546
  345. pulumi_gcp/serviceaccount/get_s.py +0 -132
  346. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730615974.dist-info}/WHEEL +0 -0
  347. {pulumi_gcp-8.8.0.dist-info → pulumi_gcp-8.8.0a1730615974.dist-info}/top_level.txt +0 -0
@@ -29,11 +29,6 @@ __all__ = [
29
29
  'NetworkVpcNetwork',
30
30
  'PrivateCloudHcx',
31
31
  'PrivateCloudManagementCluster',
32
- 'PrivateCloudManagementClusterAutoscalingSettings',
33
- 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy',
34
- 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds',
35
- 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds',
36
- 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds',
37
32
  'PrivateCloudManagementClusterNodeTypeConfig',
38
33
  'PrivateCloudManagementClusterStretchedClusterConfig',
39
34
  'PrivateCloudNetworkConfig',
@@ -53,11 +48,6 @@ __all__ = [
53
48
  'GetNetworkVpcNetworkResult',
54
49
  'GetPrivateCloudHcxResult',
55
50
  'GetPrivateCloudManagementClusterResult',
56
- 'GetPrivateCloudManagementClusterAutoscalingSettingResult',
57
- 'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult',
58
- 'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult',
59
- 'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult',
60
- 'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult',
61
51
  'GetPrivateCloudManagementClusterNodeTypeConfigResult',
62
52
  'GetPrivateCloudManagementClusterStretchedClusterConfigResult',
63
53
  'GetPrivateCloudNetworkConfigResult',
@@ -786,8 +776,6 @@ class PrivateCloudManagementCluster(dict):
786
776
  suggest = None
787
777
  if key == "clusterId":
788
778
  suggest = "cluster_id"
789
- elif key == "autoscalingSettings":
790
- suggest = "autoscaling_settings"
791
779
  elif key == "nodeTypeConfigs":
792
780
  suggest = "node_type_configs"
793
781
  elif key == "stretchedClusterConfig":
@@ -806,7 +794,6 @@ class PrivateCloudManagementCluster(dict):
806
794
 
807
795
  def __init__(__self__, *,
808
796
  cluster_id: str,
809
- autoscaling_settings: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettings'] = None,
810
797
  node_type_configs: Optional[Sequence['outputs.PrivateCloudManagementClusterNodeTypeConfig']] = None,
811
798
  stretched_cluster_config: Optional['outputs.PrivateCloudManagementClusterStretchedClusterConfig'] = None):
812
799
  """
@@ -816,9 +803,6 @@ class PrivateCloudManagementCluster(dict):
816
803
  * Ends with a non-hyphen character
817
804
  * Not formatted as a UUID
818
805
  * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
819
- :param 'PrivateCloudManagementClusterAutoscalingSettingsArgs' autoscaling_settings: Configuration of the autoscaling applied to this cluster
820
- Private cloud must have a minimum of 3 nodes to add autoscale settings
821
- Structure is documented below.
822
806
  :param Sequence['PrivateCloudManagementClusterNodeTypeConfigArgs'] node_type_configs: The map of cluster node types in this cluster,
823
807
  where the key is canonical identifier of the node type (corresponds to the NodeType).
824
808
  Structure is documented below.
@@ -826,8 +810,6 @@ class PrivateCloudManagementCluster(dict):
826
810
  Structure is documented below.
827
811
  """
828
812
  pulumi.set(__self__, "cluster_id", cluster_id)
829
- if autoscaling_settings is not None:
830
- pulumi.set(__self__, "autoscaling_settings", autoscaling_settings)
831
813
  if node_type_configs is not None:
832
814
  pulumi.set(__self__, "node_type_configs", node_type_configs)
833
815
  if stretched_cluster_config is not None:
@@ -837,411 +819,33 @@ class PrivateCloudManagementCluster(dict):
837
819
  @pulumi.getter(name="clusterId")
838
820
  def cluster_id(self) -> str:
839
821
  """
840
- The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
841
- * Only contains 1-63 alphanumeric characters and hyphens
842
- * Begins with an alphabetical character
843
- * Ends with a non-hyphen character
844
- * Not formatted as a UUID
845
- * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
846
- """
847
- return pulumi.get(self, "cluster_id")
848
-
849
- @property
850
- @pulumi.getter(name="autoscalingSettings")
851
- def autoscaling_settings(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettings']:
852
- """
853
- Configuration of the autoscaling applied to this cluster
854
- Private cloud must have a minimum of 3 nodes to add autoscale settings
855
- Structure is documented below.
856
- """
857
- return pulumi.get(self, "autoscaling_settings")
858
-
859
- @property
860
- @pulumi.getter(name="nodeTypeConfigs")
861
- def node_type_configs(self) -> Optional[Sequence['outputs.PrivateCloudManagementClusterNodeTypeConfig']]:
862
- """
863
- The map of cluster node types in this cluster,
864
- where the key is canonical identifier of the node type (corresponds to the NodeType).
865
- Structure is documented below.
866
- """
867
- return pulumi.get(self, "node_type_configs")
868
-
869
- @property
870
- @pulumi.getter(name="stretchedClusterConfig")
871
- def stretched_cluster_config(self) -> Optional['outputs.PrivateCloudManagementClusterStretchedClusterConfig']:
872
- """
873
- The stretched cluster configuration for the private cloud.
874
- Structure is documented below.
875
- """
876
- return pulumi.get(self, "stretched_cluster_config")
877
-
878
-
879
- @pulumi.output_type
880
- class PrivateCloudManagementClusterAutoscalingSettings(dict):
881
- @staticmethod
882
- def __key_warning(key: str):
883
- suggest = None
884
- if key == "autoscalingPolicies":
885
- suggest = "autoscaling_policies"
886
- elif key == "coolDownPeriod":
887
- suggest = "cool_down_period"
888
- elif key == "maxClusterNodeCount":
889
- suggest = "max_cluster_node_count"
890
- elif key == "minClusterNodeCount":
891
- suggest = "min_cluster_node_count"
892
-
893
- if suggest:
894
- pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettings. Access the value via the '{suggest}' property getter instead.")
895
-
896
- def __getitem__(self, key: str) -> Any:
897
- PrivateCloudManagementClusterAutoscalingSettings.__key_warning(key)
898
- return super().__getitem__(key)
899
-
900
- def get(self, key: str, default = None) -> Any:
901
- PrivateCloudManagementClusterAutoscalingSettings.__key_warning(key)
902
- return super().get(key, default)
903
-
904
- def __init__(__self__, *,
905
- autoscaling_policies: Sequence['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy'],
906
- cool_down_period: Optional[str] = None,
907
- max_cluster_node_count: Optional[int] = None,
908
- min_cluster_node_count: Optional[int] = None):
909
- """
910
- :param Sequence['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs'] autoscaling_policies: The map with autoscaling policies applied to the cluster.
911
- The key is the identifier of the policy.
912
- It must meet the following requirements:
913
- * Only contains 1-63 alphanumeric characters and hyphens
914
- * Begins with an alphabetical character
915
- * Ends with a non-hyphen character
916
- * Not formatted as a UUID
917
- * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
918
- Currently the map must contain only one element
919
- that describes the autoscaling policy for compute nodes.
920
- Structure is documented below.
921
- :param str cool_down_period: The minimum duration between consecutive autoscale operations.
922
- It starts once addition or removal of nodes is fully completed.
923
- Minimum cool down period is 30m.
924
- Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
925
- Mandatory for successful addition of autoscaling settings in cluster.
926
- :param int max_cluster_node_count: Maximum number of nodes of any type in a cluster.
927
- Mandatory for successful addition of autoscaling settings in cluster.
928
- :param int min_cluster_node_count: Minimum number of nodes of any type in a cluster.
929
- Mandatory for successful addition of autoscaling settings in cluster.
930
- """
931
- pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
932
- if cool_down_period is not None:
933
- pulumi.set(__self__, "cool_down_period", cool_down_period)
934
- if max_cluster_node_count is not None:
935
- pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
936
- if min_cluster_node_count is not None:
937
- pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
938
-
939
- @property
940
- @pulumi.getter(name="autoscalingPolicies")
941
- def autoscaling_policies(self) -> Sequence['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy']:
942
- """
943
- The map with autoscaling policies applied to the cluster.
944
- The key is the identifier of the policy.
945
- It must meet the following requirements:
946
- * Only contains 1-63 alphanumeric characters and hyphens
947
- * Begins with an alphabetical character
948
- * Ends with a non-hyphen character
949
- * Not formatted as a UUID
950
- * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
951
- Currently the map must contain only one element
952
- that describes the autoscaling policy for compute nodes.
953
- Structure is documented below.
954
- """
955
- return pulumi.get(self, "autoscaling_policies")
956
-
957
- @property
958
- @pulumi.getter(name="coolDownPeriod")
959
- def cool_down_period(self) -> Optional[str]:
960
- """
961
- The minimum duration between consecutive autoscale operations.
962
- It starts once addition or removal of nodes is fully completed.
963
- Minimum cool down period is 30m.
964
- Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
965
- Mandatory for successful addition of autoscaling settings in cluster.
966
- """
967
- return pulumi.get(self, "cool_down_period")
968
-
969
- @property
970
- @pulumi.getter(name="maxClusterNodeCount")
971
- def max_cluster_node_count(self) -> Optional[int]:
972
- """
973
- Maximum number of nodes of any type in a cluster.
974
- Mandatory for successful addition of autoscaling settings in cluster.
975
- """
976
- return pulumi.get(self, "max_cluster_node_count")
977
-
978
- @property
979
- @pulumi.getter(name="minClusterNodeCount")
980
- def min_cluster_node_count(self) -> Optional[int]:
981
- """
982
- Minimum number of nodes of any type in a cluster.
983
- Mandatory for successful addition of autoscaling settings in cluster.
984
- """
985
- return pulumi.get(self, "min_cluster_node_count")
986
-
987
-
988
- @pulumi.output_type
989
- class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy(dict):
990
- @staticmethod
991
- def __key_warning(key: str):
992
- suggest = None
993
- if key == "autoscalePolicyId":
994
- suggest = "autoscale_policy_id"
995
- elif key == "nodeTypeId":
996
- suggest = "node_type_id"
997
- elif key == "scaleOutSize":
998
- suggest = "scale_out_size"
999
- elif key == "consumedMemoryThresholds":
1000
- suggest = "consumed_memory_thresholds"
1001
- elif key == "cpuThresholds":
1002
- suggest = "cpu_thresholds"
1003
- elif key == "storageThresholds":
1004
- suggest = "storage_thresholds"
1005
-
1006
- if suggest:
1007
- pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy. Access the value via the '{suggest}' property getter instead.")
1008
-
1009
- def __getitem__(self, key: str) -> Any:
1010
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy.__key_warning(key)
1011
- return super().__getitem__(key)
1012
-
1013
- def get(self, key: str, default = None) -> Any:
1014
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy.__key_warning(key)
1015
- return super().get(key, default)
1016
-
1017
- def __init__(__self__, *,
1018
- autoscale_policy_id: str,
1019
- node_type_id: str,
1020
- scale_out_size: int,
1021
- consumed_memory_thresholds: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds'] = None,
1022
- cpu_thresholds: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds'] = None,
1023
- storage_thresholds: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds'] = None):
1024
- """
1025
- :param str autoscale_policy_id: The identifier for this object. Format specified above.
1026
- :param str node_type_id: The canonical identifier of the node type to add or remove.
1027
- :param int scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
1028
- Must be divisible by 2 for stretched clusters.
1029
- :param 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs' consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
1030
- Structure is documented below.
1031
- :param 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs' cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
1032
- Structure is documented below.
1033
- :param 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs' storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
1034
- Structure is documented below.
1035
- """
1036
- pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
1037
- pulumi.set(__self__, "node_type_id", node_type_id)
1038
- pulumi.set(__self__, "scale_out_size", scale_out_size)
1039
- if consumed_memory_thresholds is not None:
1040
- pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
1041
- if cpu_thresholds is not None:
1042
- pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
1043
- if storage_thresholds is not None:
1044
- pulumi.set(__self__, "storage_thresholds", storage_thresholds)
1045
-
1046
- @property
1047
- @pulumi.getter(name="autoscalePolicyId")
1048
- def autoscale_policy_id(self) -> str:
1049
- """
1050
- The identifier for this object. Format specified above.
1051
- """
1052
- return pulumi.get(self, "autoscale_policy_id")
1053
-
1054
- @property
1055
- @pulumi.getter(name="nodeTypeId")
1056
- def node_type_id(self) -> str:
1057
- """
1058
- The canonical identifier of the node type to add or remove.
1059
- """
1060
- return pulumi.get(self, "node_type_id")
1061
-
1062
- @property
1063
- @pulumi.getter(name="scaleOutSize")
1064
- def scale_out_size(self) -> int:
1065
- """
1066
- Number of nodes to add to a cluster during a scale-out operation.
1067
- Must be divisible by 2 for stretched clusters.
1068
- """
1069
- return pulumi.get(self, "scale_out_size")
1070
-
1071
- @property
1072
- @pulumi.getter(name="consumedMemoryThresholds")
1073
- def consumed_memory_thresholds(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds']:
1074
- """
1075
- Utilization thresholds pertaining to amount of consumed memory.
1076
- Structure is documented below.
1077
- """
1078
- return pulumi.get(self, "consumed_memory_thresholds")
1079
-
1080
- @property
1081
- @pulumi.getter(name="cpuThresholds")
1082
- def cpu_thresholds(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds']:
1083
- """
1084
- Utilization thresholds pertaining to CPU utilization.
1085
- Structure is documented below.
1086
- """
1087
- return pulumi.get(self, "cpu_thresholds")
1088
-
1089
- @property
1090
- @pulumi.getter(name="storageThresholds")
1091
- def storage_thresholds(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds']:
1092
- """
1093
- Utilization thresholds pertaining to amount of consumed storage.
1094
- Structure is documented below.
1095
- """
1096
- return pulumi.get(self, "storage_thresholds")
1097
-
1098
-
1099
- @pulumi.output_type
1100
- class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds(dict):
1101
- @staticmethod
1102
- def __key_warning(key: str):
1103
- suggest = None
1104
- if key == "scaleIn":
1105
- suggest = "scale_in"
1106
- elif key == "scaleOut":
1107
- suggest = "scale_out"
1108
-
1109
- if suggest:
1110
- pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds. Access the value via the '{suggest}' property getter instead.")
1111
-
1112
- def __getitem__(self, key: str) -> Any:
1113
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds.__key_warning(key)
1114
- return super().__getitem__(key)
1115
-
1116
- def get(self, key: str, default = None) -> Any:
1117
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds.__key_warning(key)
1118
- return super().get(key, default)
1119
-
1120
- def __init__(__self__, *,
1121
- scale_in: int,
1122
- scale_out: int):
1123
- """
1124
- :param int scale_in: The utilization triggering the scale-in operation in percent.
1125
- :param int scale_out: The utilization triggering the scale-out operation in percent.
1126
- """
1127
- pulumi.set(__self__, "scale_in", scale_in)
1128
- pulumi.set(__self__, "scale_out", scale_out)
1129
-
1130
- @property
1131
- @pulumi.getter(name="scaleIn")
1132
- def scale_in(self) -> int:
1133
- """
1134
- The utilization triggering the scale-in operation in percent.
1135
- """
1136
- return pulumi.get(self, "scale_in")
1137
-
1138
- @property
1139
- @pulumi.getter(name="scaleOut")
1140
- def scale_out(self) -> int:
1141
- """
1142
- The utilization triggering the scale-out operation in percent.
1143
- """
1144
- return pulumi.get(self, "scale_out")
1145
-
1146
-
1147
- @pulumi.output_type
1148
- class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds(dict):
1149
- @staticmethod
1150
- def __key_warning(key: str):
1151
- suggest = None
1152
- if key == "scaleIn":
1153
- suggest = "scale_in"
1154
- elif key == "scaleOut":
1155
- suggest = "scale_out"
1156
-
1157
- if suggest:
1158
- pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds. Access the value via the '{suggest}' property getter instead.")
1159
-
1160
- def __getitem__(self, key: str) -> Any:
1161
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds.__key_warning(key)
1162
- return super().__getitem__(key)
1163
-
1164
- def get(self, key: str, default = None) -> Any:
1165
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds.__key_warning(key)
1166
- return super().get(key, default)
1167
-
1168
- def __init__(__self__, *,
1169
- scale_in: int,
1170
- scale_out: int):
1171
- """
1172
- :param int scale_in: The utilization triggering the scale-in operation in percent.
1173
- :param int scale_out: The utilization triggering the scale-out operation in percent.
1174
- """
1175
- pulumi.set(__self__, "scale_in", scale_in)
1176
- pulumi.set(__self__, "scale_out", scale_out)
1177
-
1178
- @property
1179
- @pulumi.getter(name="scaleIn")
1180
- def scale_in(self) -> int:
1181
- """
1182
- The utilization triggering the scale-in operation in percent.
1183
- """
1184
- return pulumi.get(self, "scale_in")
1185
-
1186
- @property
1187
- @pulumi.getter(name="scaleOut")
1188
- def scale_out(self) -> int:
1189
- """
1190
- The utilization triggering the scale-out operation in percent.
1191
- """
1192
- return pulumi.get(self, "scale_out")
1193
-
1194
-
1195
- @pulumi.output_type
1196
- class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds(dict):
1197
- @staticmethod
1198
- def __key_warning(key: str):
1199
- suggest = None
1200
- if key == "scaleIn":
1201
- suggest = "scale_in"
1202
- elif key == "scaleOut":
1203
- suggest = "scale_out"
1204
-
1205
- if suggest:
1206
- pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds. Access the value via the '{suggest}' property getter instead.")
1207
-
1208
- def __getitem__(self, key: str) -> Any:
1209
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds.__key_warning(key)
1210
- return super().__getitem__(key)
1211
-
1212
- def get(self, key: str, default = None) -> Any:
1213
- PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds.__key_warning(key)
1214
- return super().get(key, default)
1215
-
1216
- def __init__(__self__, *,
1217
- scale_in: int,
1218
- scale_out: int):
1219
- """
1220
- :param int scale_in: The utilization triggering the scale-in operation in percent.
1221
-
1222
- - - -
1223
- :param int scale_out: The utilization triggering the scale-out operation in percent.
822
+ The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
823
+ * Only contains 1-63 alphanumeric characters and hyphens
824
+ * Begins with an alphabetical character
825
+ * Ends with a non-hyphen character
826
+ * Not formatted as a UUID
827
+ * Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
1224
828
  """
1225
- pulumi.set(__self__, "scale_in", scale_in)
1226
- pulumi.set(__self__, "scale_out", scale_out)
829
+ return pulumi.get(self, "cluster_id")
1227
830
 
1228
831
  @property
1229
- @pulumi.getter(name="scaleIn")
1230
- def scale_in(self) -> int:
832
+ @pulumi.getter(name="nodeTypeConfigs")
833
+ def node_type_configs(self) -> Optional[Sequence['outputs.PrivateCloudManagementClusterNodeTypeConfig']]:
1231
834
  """
1232
- The utilization triggering the scale-in operation in percent.
1233
-
1234
- - - -
835
+ The map of cluster node types in this cluster,
836
+ where the key is canonical identifier of the node type (corresponds to the NodeType).
837
+ Structure is documented below.
1235
838
  """
1236
- return pulumi.get(self, "scale_in")
839
+ return pulumi.get(self, "node_type_configs")
1237
840
 
1238
841
  @property
1239
- @pulumi.getter(name="scaleOut")
1240
- def scale_out(self) -> int:
842
+ @pulumi.getter(name="stretchedClusterConfig")
843
+ def stretched_cluster_config(self) -> Optional['outputs.PrivateCloudManagementClusterStretchedClusterConfig']:
1241
844
  """
1242
- The utilization triggering the scale-out operation in percent.
845
+ The stretched cluster configuration for the private cloud.
846
+ Structure is documented below.
1243
847
  """
1244
- return pulumi.get(self, "scale_out")
848
+ return pulumi.get(self, "stretched_cluster_config")
1245
849
 
1246
850
 
1247
851
  @pulumi.output_type
@@ -1339,6 +943,8 @@ class PrivateCloudManagementClusterStretchedClusterConfig(dict):
1339
943
  """
1340
944
  :param str preferred_location: Zone that will remain operational when connection between the two zones is lost.
1341
945
  :param str secondary_location: Additional zone for a higher level of availability and load balancing.
946
+
947
+ - - -
1342
948
  """
1343
949
  if preferred_location is not None:
1344
950
  pulumi.set(__self__, "preferred_location", preferred_location)
@@ -1358,6 +964,8 @@ class PrivateCloudManagementClusterStretchedClusterConfig(dict):
1358
964
  def secondary_location(self) -> Optional[str]:
1359
965
  """
1360
966
  Additional zone for a higher level of availability and load balancing.
967
+
968
+ - - -
1361
969
  """
1362
970
  return pulumi.get(self, "secondary_location")
1363
971
 
@@ -2161,13 +1769,10 @@ class GetPrivateCloudHcxResult(dict):
2161
1769
  @pulumi.output_type
2162
1770
  class GetPrivateCloudManagementClusterResult(dict):
2163
1771
  def __init__(__self__, *,
2164
- autoscaling_settings: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingResult'],
2165
1772
  cluster_id: str,
2166
1773
  node_type_configs: Sequence['outputs.GetPrivateCloudManagementClusterNodeTypeConfigResult'],
2167
1774
  stretched_cluster_configs: Sequence['outputs.GetPrivateCloudManagementClusterStretchedClusterConfigResult']):
2168
1775
  """
2169
- :param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingArgs'] autoscaling_settings: Configuration of the autoscaling applied to this cluster
2170
- Private cloud must have a minimum of 3 nodes to add autoscale settings
2171
1776
  :param str cluster_id: The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
2172
1777
  * Only contains 1-63 alphanumeric characters and hyphens
2173
1778
  * Begins with an alphabetical character
@@ -2178,20 +1783,10 @@ class GetPrivateCloudManagementClusterResult(dict):
2178
1783
  where the key is canonical identifier of the node type (corresponds to the NodeType).
2179
1784
  :param Sequence['GetPrivateCloudManagementClusterStretchedClusterConfigArgs'] stretched_cluster_configs: The stretched cluster configuration for the private cloud.
2180
1785
  """
2181
- pulumi.set(__self__, "autoscaling_settings", autoscaling_settings)
2182
1786
  pulumi.set(__self__, "cluster_id", cluster_id)
2183
1787
  pulumi.set(__self__, "node_type_configs", node_type_configs)
2184
1788
  pulumi.set(__self__, "stretched_cluster_configs", stretched_cluster_configs)
2185
1789
 
2186
- @property
2187
- @pulumi.getter(name="autoscalingSettings")
2188
- def autoscaling_settings(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingResult']:
2189
- """
2190
- Configuration of the autoscaling applied to this cluster
2191
- Private cloud must have a minimum of 3 nodes to add autoscale settings
2192
- """
2193
- return pulumi.get(self, "autoscaling_settings")
2194
-
2195
1790
  @property
2196
1791
  @pulumi.getter(name="clusterId")
2197
1792
  def cluster_id(self) -> str:
@@ -2223,247 +1818,6 @@ class GetPrivateCloudManagementClusterResult(dict):
2223
1818
  return pulumi.get(self, "stretched_cluster_configs")
2224
1819
 
2225
1820
 
2226
- @pulumi.output_type
2227
- class GetPrivateCloudManagementClusterAutoscalingSettingResult(dict):
2228
- def __init__(__self__, *,
2229
- autoscaling_policies: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult'],
2230
- cool_down_period: str,
2231
- max_cluster_node_count: int,
2232
- min_cluster_node_count: int):
2233
- """
2234
- :param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyArgs'] autoscaling_policies: The map with autoscaling policies applied to the cluster.
2235
- The key is the identifier of the policy.
2236
- It must meet the following requirements:
2237
- * Only contains 1-63 alphanumeric characters and hyphens
2238
- * Begins with an alphabetical character
2239
- * Ends with a non-hyphen character
2240
- * Not formatted as a UUID
2241
- * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
2242
-
2243
- Currently the map must contain only one element
2244
- that describes the autoscaling policy for compute nodes.
2245
- :param str cool_down_period: The minimum duration between consecutive autoscale operations.
2246
- It starts once addition or removal of nodes is fully completed.
2247
- Minimum cool down period is 30m.
2248
- Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
2249
- Mandatory for successful addition of autoscaling settings in cluster.
2250
- :param int max_cluster_node_count: Maximum number of nodes of any type in a cluster.
2251
- Mandatory for successful addition of autoscaling settings in cluster.
2252
- :param int min_cluster_node_count: Minimum number of nodes of any type in a cluster.
2253
- Mandatory for successful addition of autoscaling settings in cluster.
2254
- """
2255
- pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
2256
- pulumi.set(__self__, "cool_down_period", cool_down_period)
2257
- pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
2258
- pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
2259
-
2260
- @property
2261
- @pulumi.getter(name="autoscalingPolicies")
2262
- def autoscaling_policies(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult']:
2263
- """
2264
- The map with autoscaling policies applied to the cluster.
2265
- The key is the identifier of the policy.
2266
- It must meet the following requirements:
2267
- * Only contains 1-63 alphanumeric characters and hyphens
2268
- * Begins with an alphabetical character
2269
- * Ends with a non-hyphen character
2270
- * Not formatted as a UUID
2271
- * Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
2272
-
2273
- Currently the map must contain only one element
2274
- that describes the autoscaling policy for compute nodes.
2275
- """
2276
- return pulumi.get(self, "autoscaling_policies")
2277
-
2278
- @property
2279
- @pulumi.getter(name="coolDownPeriod")
2280
- def cool_down_period(self) -> str:
2281
- """
2282
- The minimum duration between consecutive autoscale operations.
2283
- It starts once addition or removal of nodes is fully completed.
2284
- Minimum cool down period is 30m.
2285
- Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
2286
- Mandatory for successful addition of autoscaling settings in cluster.
2287
- """
2288
- return pulumi.get(self, "cool_down_period")
2289
-
2290
- @property
2291
- @pulumi.getter(name="maxClusterNodeCount")
2292
- def max_cluster_node_count(self) -> int:
2293
- """
2294
- Maximum number of nodes of any type in a cluster.
2295
- Mandatory for successful addition of autoscaling settings in cluster.
2296
- """
2297
- return pulumi.get(self, "max_cluster_node_count")
2298
-
2299
- @property
2300
- @pulumi.getter(name="minClusterNodeCount")
2301
- def min_cluster_node_count(self) -> int:
2302
- """
2303
- Minimum number of nodes of any type in a cluster.
2304
- Mandatory for successful addition of autoscaling settings in cluster.
2305
- """
2306
- return pulumi.get(self, "min_cluster_node_count")
2307
-
2308
-
2309
- @pulumi.output_type
2310
- class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult(dict):
2311
- def __init__(__self__, *,
2312
- autoscale_policy_id: str,
2313
- consumed_memory_thresholds: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult'],
2314
- cpu_thresholds: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult'],
2315
- node_type_id: str,
2316
- scale_out_size: int,
2317
- storage_thresholds: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult']):
2318
- """
2319
- :param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdArgs'] consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
2320
- :param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdArgs'] cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
2321
- :param str node_type_id: The canonical identifier of the node type to add or remove.
2322
- :param int scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
2323
- Must be divisible by 2 for stretched clusters.
2324
- :param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdArgs'] storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
2325
- """
2326
- pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
2327
- pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
2328
- pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
2329
- pulumi.set(__self__, "node_type_id", node_type_id)
2330
- pulumi.set(__self__, "scale_out_size", scale_out_size)
2331
- pulumi.set(__self__, "storage_thresholds", storage_thresholds)
2332
-
2333
- @property
2334
- @pulumi.getter(name="autoscalePolicyId")
2335
- def autoscale_policy_id(self) -> str:
2336
- return pulumi.get(self, "autoscale_policy_id")
2337
-
2338
- @property
2339
- @pulumi.getter(name="consumedMemoryThresholds")
2340
- def consumed_memory_thresholds(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult']:
2341
- """
2342
- Utilization thresholds pertaining to amount of consumed memory.
2343
- """
2344
- return pulumi.get(self, "consumed_memory_thresholds")
2345
-
2346
- @property
2347
- @pulumi.getter(name="cpuThresholds")
2348
- def cpu_thresholds(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult']:
2349
- """
2350
- Utilization thresholds pertaining to CPU utilization.
2351
- """
2352
- return pulumi.get(self, "cpu_thresholds")
2353
-
2354
- @property
2355
- @pulumi.getter(name="nodeTypeId")
2356
- def node_type_id(self) -> str:
2357
- """
2358
- The canonical identifier of the node type to add or remove.
2359
- """
2360
- return pulumi.get(self, "node_type_id")
2361
-
2362
- @property
2363
- @pulumi.getter(name="scaleOutSize")
2364
- def scale_out_size(self) -> int:
2365
- """
2366
- Number of nodes to add to a cluster during a scale-out operation.
2367
- Must be divisible by 2 for stretched clusters.
2368
- """
2369
- return pulumi.get(self, "scale_out_size")
2370
-
2371
- @property
2372
- @pulumi.getter(name="storageThresholds")
2373
- def storage_thresholds(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult']:
2374
- """
2375
- Utilization thresholds pertaining to amount of consumed storage.
2376
- """
2377
- return pulumi.get(self, "storage_thresholds")
2378
-
2379
-
2380
- @pulumi.output_type
2381
- class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult(dict):
2382
- def __init__(__self__, *,
2383
- scale_in: int,
2384
- scale_out: int):
2385
- """
2386
- :param int scale_in: The utilization triggering the scale-in operation in percent.
2387
- :param int scale_out: The utilization triggering the scale-out operation in percent.
2388
- """
2389
- pulumi.set(__self__, "scale_in", scale_in)
2390
- pulumi.set(__self__, "scale_out", scale_out)
2391
-
2392
- @property
2393
- @pulumi.getter(name="scaleIn")
2394
- def scale_in(self) -> int:
2395
- """
2396
- The utilization triggering the scale-in operation in percent.
2397
- """
2398
- return pulumi.get(self, "scale_in")
2399
-
2400
- @property
2401
- @pulumi.getter(name="scaleOut")
2402
- def scale_out(self) -> int:
2403
- """
2404
- The utilization triggering the scale-out operation in percent.
2405
- """
2406
- return pulumi.get(self, "scale_out")
2407
-
2408
-
2409
- @pulumi.output_type
2410
- class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult(dict):
2411
- def __init__(__self__, *,
2412
- scale_in: int,
2413
- scale_out: int):
2414
- """
2415
- :param int scale_in: The utilization triggering the scale-in operation in percent.
2416
- :param int scale_out: The utilization triggering the scale-out operation in percent.
2417
- """
2418
- pulumi.set(__self__, "scale_in", scale_in)
2419
- pulumi.set(__self__, "scale_out", scale_out)
2420
-
2421
- @property
2422
- @pulumi.getter(name="scaleIn")
2423
- def scale_in(self) -> int:
2424
- """
2425
- The utilization triggering the scale-in operation in percent.
2426
- """
2427
- return pulumi.get(self, "scale_in")
2428
-
2429
- @property
2430
- @pulumi.getter(name="scaleOut")
2431
- def scale_out(self) -> int:
2432
- """
2433
- The utilization triggering the scale-out operation in percent.
2434
- """
2435
- return pulumi.get(self, "scale_out")
2436
-
2437
-
2438
- @pulumi.output_type
2439
- class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult(dict):
2440
- def __init__(__self__, *,
2441
- scale_in: int,
2442
- scale_out: int):
2443
- """
2444
- :param int scale_in: The utilization triggering the scale-in operation in percent.
2445
- :param int scale_out: The utilization triggering the scale-out operation in percent.
2446
- """
2447
- pulumi.set(__self__, "scale_in", scale_in)
2448
- pulumi.set(__self__, "scale_out", scale_out)
2449
-
2450
- @property
2451
- @pulumi.getter(name="scaleIn")
2452
- def scale_in(self) -> int:
2453
- """
2454
- The utilization triggering the scale-in operation in percent.
2455
- """
2456
- return pulumi.get(self, "scale_in")
2457
-
2458
- @property
2459
- @pulumi.getter(name="scaleOut")
2460
- def scale_out(self) -> int:
2461
- """
2462
- The utilization triggering the scale-out operation in percent.
2463
- """
2464
- return pulumi.get(self, "scale_out")
2465
-
2466
-
2467
1821
  @pulumi.output_type
2468
1822
  class GetPrivateCloudManagementClusterNodeTypeConfigResult(dict):
2469
1823
  def __init__(__self__, *,