pulumi-gcp 7.26.0a1717654409__py3-none-any.whl → 7.26.0a1717725112__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 (165) hide show
  1. pulumi_gcp/__init__.py +56 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  11. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  12. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  13. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  28. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  32. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  38. pulumi_gcp/certificateauthority/outputs.py +20 -4
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  49. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  50. pulumi_gcp/cloudrun/iam_member.py +21 -7
  51. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  53. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  58. pulumi_gcp/cloudrunv2/service.py +47 -0
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +5 -0
  69. pulumi_gcp/dataplex/_inputs.py +104 -0
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  74. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
  79. pulumi_gcp/dataplex/entry_type.py +963 -0
  80. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  81. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  82. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  83. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
  84. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  85. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
  86. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  87. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  88. pulumi_gcp/dataplex/outputs.py +76 -0
  89. pulumi_gcp/dataplex/task.py +16 -16
  90. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  91. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  92. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  93. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  94. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  95. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  96. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  97. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  98. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  99. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  100. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  101. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  102. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  103. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  104. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  105. pulumi_gcp/firestore/field.py +4 -4
  106. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  107. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  108. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  109. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  110. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  111. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  112. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  113. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  114. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  115. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  116. pulumi_gcp/gkehub/membership_binding.py +6 -6
  117. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  118. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  119. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  120. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  121. pulumi_gcp/gkehub/namespace.py +4 -4
  122. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  123. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  124. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  125. pulumi_gcp/logging/__init__.py +4 -0
  126. pulumi_gcp/logging/_inputs.py +100 -0
  127. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  128. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  129. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  130. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  131. pulumi_gcp/logging/outputs.py +76 -0
  132. pulumi_gcp/netapp/storage_pool.py +9 -9
  133. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  134. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  135. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  136. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  137. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  138. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  139. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  140. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  141. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  142. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  143. pulumi_gcp/orgpolicy/policy.py +2 -2
  144. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  145. pulumi_gcp/pubsub/subscription.py +4 -4
  146. pulumi_gcp/pulumi-plugin.json +1 -1
  147. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  148. pulumi_gcp/sql/_inputs.py +2 -4
  149. pulumi_gcp/sql/outputs.py +6 -8
  150. pulumi_gcp/storage/_inputs.py +48 -0
  151. pulumi_gcp/storage/outputs.py +75 -0
  152. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  153. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  154. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  155. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  156. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  157. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  158. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  159. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  160. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  161. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  162. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717725112.dist-info}/top_level.txt +0 -0
@@ -6298,8 +6298,8 @@ class InstanceConfidentialInstanceConfigArgs:
6298
6298
  confidential_instance_type: Optional[pulumi.Input[str]] = None,
6299
6299
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
6300
6300
  """
6301
- :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6302
- :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6301
+ :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6302
+ :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6303
6303
  """
6304
6304
  if confidential_instance_type is not None:
6305
6305
  pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
@@ -6310,7 +6310,7 @@ class InstanceConfidentialInstanceConfigArgs:
6310
6310
  @pulumi.getter(name="confidentialInstanceType")
6311
6311
  def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
6312
6312
  """
6313
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6313
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6314
6314
  """
6315
6315
  return pulumi.get(self, "confidential_instance_type")
6316
6316
 
@@ -6322,7 +6322,7 @@ class InstanceConfidentialInstanceConfigArgs:
6322
6322
  @pulumi.getter(name="enableConfidentialCompute")
6323
6323
  def enable_confidential_compute(self) -> Optional[pulumi.Input[bool]]:
6324
6324
  """
6325
- Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6325
+ Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6326
6326
  """
6327
6327
  return pulumi.get(self, "enable_confidential_compute")
6328
6328
 
@@ -10024,7 +10024,7 @@ class InstanceGroupManagerUpdatePolicyArgs:
10024
10024
  most_disruptive_allowed_action: Optional[pulumi.Input[str]] = None,
10025
10025
  replacement_method: Optional[pulumi.Input[str]] = None):
10026
10026
  """
10027
- :param pulumi.Input[str] minimal_action: Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10027
+ :param pulumi.Input[str] minimal_action: Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10028
10028
  :param pulumi.Input[str] type: The type of update process. You can specify either `PROACTIVE` so that the instance group manager proactively executes actions in order to bring instances to their target versions or `OPPORTUNISTIC` so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).
10029
10029
  :param pulumi.Input[int] max_surge_fixed: , The maximum number of instances that can be created above the specified targetSize during the update process. Conflicts with `max_surge_percent`. If neither is set, defaults to 1
10030
10030
  :param pulumi.Input[int] max_surge_percent: , The maximum number of instances(calculated as percentage) that can be created above the specified targetSize during the update process. Conflicts with `max_surge_fixed`.
@@ -10056,7 +10056,7 @@ class InstanceGroupManagerUpdatePolicyArgs:
10056
10056
  @pulumi.getter(name="minimalAction")
10057
10057
  def minimal_action(self) -> pulumi.Input[str]:
10058
10058
  """
10059
- Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10059
+ Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10060
10060
  """
10061
10061
  return pulumi.get(self, "minimal_action")
10062
10062
 
@@ -11744,8 +11744,8 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
11744
11744
  confidential_instance_type: Optional[pulumi.Input[str]] = None,
11745
11745
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
11746
11746
  """
11747
- :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11748
- :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11747
+ :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11748
+ :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11749
11749
  """
11750
11750
  if confidential_instance_type is not None:
11751
11751
  pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
@@ -11756,7 +11756,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
11756
11756
  @pulumi.getter(name="confidentialInstanceType")
11757
11757
  def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
11758
11758
  """
11759
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11759
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11760
11760
  """
11761
11761
  return pulumi.get(self, "confidential_instance_type")
11762
11762
 
@@ -11768,7 +11768,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
11768
11768
  @pulumi.getter(name="enableConfidentialCompute")
11769
11769
  def enable_confidential_compute(self) -> Optional[pulumi.Input[bool]]:
11770
11770
  """
11771
- Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11771
+ Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11772
11772
  """
11773
11773
  return pulumi.get(self, "enable_confidential_compute")
11774
11774
 
@@ -11821,7 +11821,7 @@ class InstanceTemplateDiskArgs:
11821
11821
  specified, it will inherit the size of its base image. For SCRATCH disks,
11822
11822
  the size must be exactly 375GB.
11823
11823
  :param pulumi.Input[str] disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
11824
- `"pd-balanced"` or `"pd-standard"`.
11824
+ `"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`.
11825
11825
  :param pulumi.Input[str] interface: Specifies the disk interface to use for attaching this disk,
11826
11826
  which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
11827
11827
  and the request will fail if you attempt to attach a persistent disk in any other format
@@ -11993,7 +11993,7 @@ class InstanceTemplateDiskArgs:
11993
11993
  def disk_type(self) -> Optional[pulumi.Input[str]]:
11994
11994
  """
11995
11995
  The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
11996
- `"pd-balanced"` or `"pd-standard"`.
11996
+ `"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`.
11997
11997
  """
11998
11998
  return pulumi.get(self, "disk_type")
11999
11999
 
@@ -19806,7 +19806,7 @@ class RegionInstanceGroupManagerUpdatePolicyArgs:
19806
19806
  most_disruptive_allowed_action: Optional[pulumi.Input[str]] = None,
19807
19807
  replacement_method: Optional[pulumi.Input[str]] = None):
19808
19808
  """
19809
- :param pulumi.Input[str] minimal_action: Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
19809
+ :param pulumi.Input[str] minimal_action: Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
19810
19810
  :param pulumi.Input[str] type: The type of update process. You can specify either `PROACTIVE` so that the instance group manager proactively executes actions in order to bring instances to their target versions or `OPPORTUNISTIC` so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).
19811
19811
  :param pulumi.Input[str] instance_redistribution_type: The instance redistribution policy for regional managed instance groups. Valid values are: `"PROACTIVE"`, `"NONE"`. If `PROACTIVE` (default), the group attempts to maintain an even distribution of VM instances across zones in the region. If `NONE`, proactive redistribution is disabled.
19812
19812
  :param pulumi.Input[int] max_surge_fixed: , The maximum number of instances that can be created above the specified targetSize during the update process. Conflicts with `max_surge_percent`. It has to be either 0 or at least equal to the number of zones. If fixed values are used, at least one of `max_unavailable_fixed` or `max_surge_fixed` must be greater than 0.
@@ -19841,7 +19841,7 @@ class RegionInstanceGroupManagerUpdatePolicyArgs:
19841
19841
  @pulumi.getter(name="minimalAction")
19842
19842
  def minimal_action(self) -> pulumi.Input[str]:
19843
19843
  """
19844
- Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
19844
+ Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
19845
19845
  """
19846
19846
  return pulumi.get(self, "minimal_action")
19847
19847
 
@@ -20123,8 +20123,8 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
20123
20123
  confidential_instance_type: Optional[pulumi.Input[str]] = None,
20124
20124
  enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
20125
20125
  """
20126
- :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20127
- :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled on AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20126
+ :param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20127
+ :param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20128
20128
  """
20129
20129
  if confidential_instance_type is not None:
20130
20130
  pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
@@ -20135,7 +20135,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
20135
20135
  @pulumi.getter(name="confidentialInstanceType")
20136
20136
  def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
20137
20137
  """
20138
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20138
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20139
20139
  """
20140
20140
  return pulumi.get(self, "confidential_instance_type")
20141
20141
 
@@ -20147,7 +20147,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
20147
20147
  @pulumi.getter(name="enableConfidentialCompute")
20148
20148
  def enable_confidential_compute(self) -> Optional[pulumi.Input[bool]]:
20149
20149
  """
20150
- Defines whether the instance should have confidential compute enabled on AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20150
+ Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20151
20151
  """
20152
20152
  return pulumi.get(self, "enable_confidential_compute")
20153
20153
 
@@ -6354,8 +6354,8 @@ class InstanceConfidentialInstanceConfig(dict):
6354
6354
  confidential_instance_type: Optional[str] = None,
6355
6355
  enable_confidential_compute: Optional[bool] = None):
6356
6356
  """
6357
- :param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6358
- :param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6357
+ :param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6358
+ :param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6359
6359
  """
6360
6360
  if confidential_instance_type is not None:
6361
6361
  pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
@@ -6366,7 +6366,7 @@ class InstanceConfidentialInstanceConfig(dict):
6366
6366
  @pulumi.getter(name="confidentialInstanceType")
6367
6367
  def confidential_instance_type(self) -> Optional[str]:
6368
6368
  """
6369
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6369
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
6370
6370
  """
6371
6371
  return pulumi.get(self, "confidential_instance_type")
6372
6372
 
@@ -6374,7 +6374,7 @@ class InstanceConfidentialInstanceConfig(dict):
6374
6374
  @pulumi.getter(name="enableConfidentialCompute")
6375
6375
  def enable_confidential_compute(self) -> Optional[bool]:
6376
6376
  """
6377
- Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6377
+ Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
6378
6378
  """
6379
6379
  return pulumi.get(self, "enable_confidential_compute")
6380
6380
 
@@ -10210,7 +10210,7 @@ class InstanceGroupManagerUpdatePolicy(dict):
10210
10210
  most_disruptive_allowed_action: Optional[str] = None,
10211
10211
  replacement_method: Optional[str] = None):
10212
10212
  """
10213
- :param str minimal_action: Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10213
+ :param str minimal_action: Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10214
10214
  :param str type: The type of update process. You can specify either `PROACTIVE` so that the instance group manager proactively executes actions in order to bring instances to their target versions or `OPPORTUNISTIC` so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).
10215
10215
  :param int max_surge_fixed: , The maximum number of instances that can be created above the specified targetSize during the update process. Conflicts with `max_surge_percent`. If neither is set, defaults to 1
10216
10216
  :param int max_surge_percent: , The maximum number of instances(calculated as percentage) that can be created above the specified targetSize during the update process. Conflicts with `max_surge_fixed`.
@@ -10242,7 +10242,7 @@ class InstanceGroupManagerUpdatePolicy(dict):
10242
10242
  @pulumi.getter(name="minimalAction")
10243
10243
  def minimal_action(self) -> str:
10244
10244
  """
10245
- Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10245
+ Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
10246
10246
  """
10247
10247
  return pulumi.get(self, "minimal_action")
10248
10248
 
@@ -11882,8 +11882,8 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
11882
11882
  confidential_instance_type: Optional[str] = None,
11883
11883
  enable_confidential_compute: Optional[bool] = None):
11884
11884
  """
11885
- :param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11886
- :param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11885
+ :param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11886
+ :param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11887
11887
  """
11888
11888
  if confidential_instance_type is not None:
11889
11889
  pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
@@ -11894,7 +11894,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
11894
11894
  @pulumi.getter(name="confidentialInstanceType")
11895
11895
  def confidential_instance_type(self) -> Optional[str]:
11896
11896
  """
11897
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11897
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
11898
11898
  """
11899
11899
  return pulumi.get(self, "confidential_instance_type")
11900
11900
 
@@ -11902,7 +11902,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
11902
11902
  @pulumi.getter(name="enableConfidentialCompute")
11903
11903
  def enable_confidential_compute(self) -> Optional[bool]:
11904
11904
  """
11905
- Defines whether the instance should have confidential compute enabled with AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11905
+ Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
11906
11906
  """
11907
11907
  return pulumi.get(self, "enable_confidential_compute")
11908
11908
 
@@ -11992,7 +11992,7 @@ class InstanceTemplateDisk(dict):
11992
11992
  specified, it will inherit the size of its base image. For SCRATCH disks,
11993
11993
  the size must be exactly 375GB.
11994
11994
  :param str disk_type: The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
11995
- `"pd-balanced"` or `"pd-standard"`.
11995
+ `"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`.
11996
11996
  :param str interface: Specifies the disk interface to use for attaching this disk,
11997
11997
  which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI
11998
11998
  and the request will fail if you attempt to attach a persistent disk in any other format
@@ -12140,7 +12140,7 @@ class InstanceTemplateDisk(dict):
12140
12140
  def disk_type(self) -> Optional[str]:
12141
12141
  """
12142
12142
  The GCE disk type. Such as `"pd-ssd"`, `"local-ssd"`,
12143
- `"pd-balanced"` or `"pd-standard"`.
12143
+ `"pd-balanced"` or `"pd-standard"`, `"hyperdisk-balanced"`, `"hyperdisk-throughput"` or `"hyperdisk-extreme"`.
12144
12144
  """
12145
12145
  return pulumi.get(self, "disk_type")
12146
12146
 
@@ -20001,7 +20001,7 @@ class RegionInstanceGroupManagerUpdatePolicy(dict):
20001
20001
  most_disruptive_allowed_action: Optional[str] = None,
20002
20002
  replacement_method: Optional[str] = None):
20003
20003
  """
20004
- :param str minimal_action: Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
20004
+ :param str minimal_action: Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
20005
20005
  :param str type: The type of update process. You can specify either `PROACTIVE` so that the instance group manager proactively executes actions in order to bring instances to their target versions or `OPPORTUNISTIC` so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).
20006
20006
  :param str instance_redistribution_type: The instance redistribution policy for regional managed instance groups. Valid values are: `"PROACTIVE"`, `"NONE"`. If `PROACTIVE` (default), the group attempts to maintain an even distribution of VM instances across zones in the region. If `NONE`, proactive redistribution is disabled.
20007
20007
  :param int max_surge_fixed: , The maximum number of instances that can be created above the specified targetSize during the update process. Conflicts with `max_surge_percent`. It has to be either 0 or at least equal to the number of zones. If fixed values are used, at least one of `max_unavailable_fixed` or `max_surge_fixed` must be greater than 0.
@@ -20036,7 +20036,7 @@ class RegionInstanceGroupManagerUpdatePolicy(dict):
20036
20036
  @pulumi.getter(name="minimalAction")
20037
20037
  def minimal_action(self) -> str:
20038
20038
  """
20039
- Minimal action to be taken on an instance. You can specify either `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
20039
+ Minimal action to be taken on an instance. You can specify either `NONE` to forbid any actions, `REFRESH` to update without stopping instances, `RESTART` to restart existing instances or `REPLACE` to delete and create new instances from the target template. If you specify a `REFRESH`, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
20040
20040
  """
20041
20041
  return pulumi.get(self, "minimal_action")
20042
20042
 
@@ -20305,8 +20305,8 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
20305
20305
  confidential_instance_type: Optional[str] = None,
20306
20306
  enable_confidential_compute: Optional[bool] = None):
20307
20307
  """
20308
- :param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20309
- :param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled on AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20308
+ :param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20309
+ :param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20310
20310
  """
20311
20311
  if confidential_instance_type is not None:
20312
20312
  pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
@@ -20317,7 +20317,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
20317
20317
  @pulumi.getter(name="confidentialInstanceType")
20318
20318
  def confidential_instance_type(self) -> Optional[str]:
20319
20319
  """
20320
- Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20320
+ Defines the confidential computing technology the instance uses. SEV is an AMD feature. One of the following values: `SEV`, `SEV_SNP`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
20321
20321
  """
20322
20322
  return pulumi.get(self, "confidential_instance_type")
20323
20323
 
@@ -20325,7 +20325,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
20325
20325
  @pulumi.getter(name="enableConfidentialCompute")
20326
20326
  def enable_confidential_compute(self) -> Optional[bool]:
20327
20327
  """
20328
- Defines whether the instance should have confidential compute enabled on AMD SEV. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20328
+ Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
20329
20329
  """
20330
20330
  return pulumi.get(self, "enable_confidential_compute")
20331
20331
 
@@ -44259,7 +44259,7 @@ class GetInstanceGroupManagerUpdatePolicyResult(dict):
44259
44259
  :param int max_unavailable_fixed: The maximum number of instances that can be unavailable during the update process. Conflicts with max_unavailable_percent. If neither is set, defaults to 1.
44260
44260
  :param int max_unavailable_percent: The maximum number of instances(calculated as percentage) that can be unavailable during the update process. Conflicts with max_unavailable_fixed.
44261
44261
  :param int min_ready_sec: Minimum number of seconds to wait for after a newly created instance becomes available. This value must be from range [0, 3600].
44262
- :param str minimal_action: Minimal action to be taken on an instance. You can specify either REFRESH to update without stopping instances, RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a REFRESH, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
44262
+ :param str minimal_action: Minimal action to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to update without stopping instances, RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a REFRESH, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
44263
44263
  :param str most_disruptive_allowed_action: Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to allow actions that do not need instance restart, RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
44264
44264
  :param str replacement_method: The instance replacement method for managed instance groups. Valid values are: "RECREATE", "SUBSTITUTE". If SUBSTITUTE (default), the group replaces VM instances with new instances that have randomly generated names. If RECREATE, instance names are preserved. You must also set max_unavailable_fixed or max_unavailable_percent to be greater than 0.
44265
44265
  :param str type: The type of update process. You can specify either PROACTIVE so that the instance group manager proactively executes actions in order to bring instances to their target versions or OPPORTUNISTIC so that no action is proactively executed but the update will be performed as part of other actions (for example, resizes or recreateInstances calls).
@@ -44318,7 +44318,7 @@ class GetInstanceGroupManagerUpdatePolicyResult(dict):
44318
44318
  @pulumi.getter(name="minimalAction")
44319
44319
  def minimal_action(self) -> str:
44320
44320
  """
44321
- Minimal action to be taken on an instance. You can specify either REFRESH to update without stopping instances, RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a REFRESH, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
44321
+ Minimal action to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to update without stopping instances, RESTART to restart existing instances or REPLACE to delete and create new instances from the target template. If you specify a REFRESH, the Updater will attempt to perform that action only. However, if the Updater determines that the minimal action you specify is not enough to perform the update, it might perform a more disruptive action.
44322
44322
  """
44323
44323
  return pulumi.get(self, "minimal_action")
44324
44324
 
@@ -21,10 +21,15 @@ from .entry_group import *
21
21
  from .entry_group_iam_binding import *
22
22
  from .entry_group_iam_member import *
23
23
  from .entry_group_iam_policy import *
24
+ from .entry_type import *
25
+ from .entry_type_iam_binding import *
26
+ from .entry_type_iam_member import *
27
+ from .entry_type_iam_policy import *
24
28
  from .get_aspect_type_iam_policy import *
25
29
  from .get_asset_iam_policy import *
26
30
  from .get_datascan_iam_policy import *
27
31
  from .get_entry_group_iam_policy import *
32
+ from .get_entry_type_iam_policy import *
28
33
  from .get_lake_iam_policy import *
29
34
  from .get_task_iam_policy import *
30
35
  from .get_zone_iam_policy import *
@@ -49,6 +49,9 @@ __all__ = [
49
49
  'DatascanIamMemberConditionArgs',
50
50
  'EntryGroupIamBindingConditionArgs',
51
51
  'EntryGroupIamMemberConditionArgs',
52
+ 'EntryTypeIamBindingConditionArgs',
53
+ 'EntryTypeIamMemberConditionArgs',
54
+ 'EntryTypeRequiredAspectArgs',
52
55
  'LakeAssetStatusArgs',
53
56
  'LakeIamBindingConditionArgs',
54
57
  'LakeIamMemberConditionArgs',
@@ -1999,6 +2002,107 @@ class EntryGroupIamMemberConditionArgs:
1999
2002
  pulumi.set(self, "description", value)
2000
2003
 
2001
2004
 
2005
+ @pulumi.input_type
2006
+ class EntryTypeIamBindingConditionArgs:
2007
+ def __init__(__self__, *,
2008
+ expression: pulumi.Input[str],
2009
+ title: pulumi.Input[str],
2010
+ description: Optional[pulumi.Input[str]] = None):
2011
+ pulumi.set(__self__, "expression", expression)
2012
+ pulumi.set(__self__, "title", title)
2013
+ if description is not None:
2014
+ pulumi.set(__self__, "description", description)
2015
+
2016
+ @property
2017
+ @pulumi.getter
2018
+ def expression(self) -> pulumi.Input[str]:
2019
+ return pulumi.get(self, "expression")
2020
+
2021
+ @expression.setter
2022
+ def expression(self, value: pulumi.Input[str]):
2023
+ pulumi.set(self, "expression", value)
2024
+
2025
+ @property
2026
+ @pulumi.getter
2027
+ def title(self) -> pulumi.Input[str]:
2028
+ return pulumi.get(self, "title")
2029
+
2030
+ @title.setter
2031
+ def title(self, value: pulumi.Input[str]):
2032
+ pulumi.set(self, "title", value)
2033
+
2034
+ @property
2035
+ @pulumi.getter
2036
+ def description(self) -> Optional[pulumi.Input[str]]:
2037
+ return pulumi.get(self, "description")
2038
+
2039
+ @description.setter
2040
+ def description(self, value: Optional[pulumi.Input[str]]):
2041
+ pulumi.set(self, "description", value)
2042
+
2043
+
2044
+ @pulumi.input_type
2045
+ class EntryTypeIamMemberConditionArgs:
2046
+ def __init__(__self__, *,
2047
+ expression: pulumi.Input[str],
2048
+ title: pulumi.Input[str],
2049
+ description: Optional[pulumi.Input[str]] = None):
2050
+ pulumi.set(__self__, "expression", expression)
2051
+ pulumi.set(__self__, "title", title)
2052
+ if description is not None:
2053
+ pulumi.set(__self__, "description", description)
2054
+
2055
+ @property
2056
+ @pulumi.getter
2057
+ def expression(self) -> pulumi.Input[str]:
2058
+ return pulumi.get(self, "expression")
2059
+
2060
+ @expression.setter
2061
+ def expression(self, value: pulumi.Input[str]):
2062
+ pulumi.set(self, "expression", value)
2063
+
2064
+ @property
2065
+ @pulumi.getter
2066
+ def title(self) -> pulumi.Input[str]:
2067
+ return pulumi.get(self, "title")
2068
+
2069
+ @title.setter
2070
+ def title(self, value: pulumi.Input[str]):
2071
+ pulumi.set(self, "title", value)
2072
+
2073
+ @property
2074
+ @pulumi.getter
2075
+ def description(self) -> Optional[pulumi.Input[str]]:
2076
+ return pulumi.get(self, "description")
2077
+
2078
+ @description.setter
2079
+ def description(self, value: Optional[pulumi.Input[str]]):
2080
+ pulumi.set(self, "description", value)
2081
+
2082
+
2083
+ @pulumi.input_type
2084
+ class EntryTypeRequiredAspectArgs:
2085
+ def __init__(__self__, *,
2086
+ type: Optional[pulumi.Input[str]] = None):
2087
+ """
2088
+ :param pulumi.Input[str] type: Required aspect type for the entry type.
2089
+ """
2090
+ if type is not None:
2091
+ pulumi.set(__self__, "type", type)
2092
+
2093
+ @property
2094
+ @pulumi.getter
2095
+ def type(self) -> Optional[pulumi.Input[str]]:
2096
+ """
2097
+ Required aspect type for the entry type.
2098
+ """
2099
+ return pulumi.get(self, "type")
2100
+
2101
+ @type.setter
2102
+ def type(self, value: Optional[pulumi.Input[str]]):
2103
+ pulumi.set(self, "type", value)
2104
+
2105
+
2002
2106
  @pulumi.input_type
2003
2107
  class LakeAssetStatusArgs:
2004
2108
  def __init__(__self__, *,
@@ -39,7 +39,9 @@ class AspectTypeIamBindingArgs:
39
39
  `dataplex.AspectTypeIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where aspect type will be created in.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -112,7 +114,9 @@ class AspectTypeIamBindingArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where aspect type will be created in.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _AspectTypeIamBindingState:
148
152
  Input properties used for looking up and filtering AspectTypeIamBinding resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where aspect type will be created in.
151
- Used to find the parent resource to bind the IAM policy to
155
+ Used to find the parent resource to bind the IAM policy to. If not specified,
156
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
+ location is specified, it is taken from the provider configuration.
152
158
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _AspectTypeIamBindingState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where aspect type will be created in.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class AspectTypeIamBinding(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where aspect type will be created in.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class AspectTypeIamBinding(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where aspect type will be created in.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class AspectTypeIamBinding(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where aspect type will be created in.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -39,7 +39,9 @@ class AspectTypeIamMemberArgs:
39
39
  `dataplex.AspectTypeIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where aspect type will be created in.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -112,7 +114,9 @@ class AspectTypeIamMemberArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where aspect type will be created in.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _AspectTypeIamMemberState:
148
152
  Input properties used for looking up and filtering AspectTypeIamMember resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where aspect type will be created in.
151
- Used to find the parent resource to bind the IAM policy to
155
+ Used to find the parent resource to bind the IAM policy to. If not specified,
156
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
+ location is specified, it is taken from the provider configuration.
152
158
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _AspectTypeIamMemberState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where aspect type will be created in.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class AspectTypeIamMember(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where aspect type will be created in.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class AspectTypeIamMember(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where aspect type will be created in.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class AspectTypeIamMember(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where aspect type will be created in.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742