pulumi-gcp 7.37.0a1723638212__py3-none-any.whl → 7.38.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +10 -2
- pulumi_gcp/appengine/engine_split_traffic.py +32 -8
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +10 -2
- pulumi_gcp/appengine/standard_app_version.py +20 -4
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_locations.py +167 -0
- pulumi_gcp/assuredworkloads/workload.py +14 -14
- pulumi_gcp/biglake/database.py +10 -2
- pulumi_gcp/biglake/table.py +20 -4
- pulumi_gcp/bigquery/connection.py +12 -0
- pulumi_gcp/bigquery/job.py +20 -4
- pulumi_gcp/cloudbuild/worker_pool.py +5 -5
- pulumi_gcp/clouddeploy/_inputs.py +41 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +19 -19
- pulumi_gcp/clouddeploy/outputs.py +29 -1
- pulumi_gcp/clouddeploy/target.py +19 -19
- pulumi_gcp/cloudfunctions/function.py +42 -42
- pulumi_gcp/cloudfunctions/get_function.py +3 -3
- pulumi_gcp/cloudfunctionsv2/function.py +2 -0
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/get_group_memberships.py +12 -0
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +93 -0
- pulumi_gcp/cloudidentity/outputs.py +131 -0
- pulumi_gcp/cloudquota/outputs.py +6 -6
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +14 -14
- pulumi_gcp/compute/_inputs.py +91 -85
- pulumi_gcp/compute/get_instance_serial_port.py +12 -4
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +1 -1
- pulumi_gcp/compute/instance_template.py +14 -14
- pulumi_gcp/compute/outputs.py +93 -83
- pulumi_gcp/compute/region_instance_template.py +14 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/subnetwork.py +82 -0
- pulumi_gcp/container/_inputs.py +35 -38
- pulumi_gcp/container/attached_cluster.py +14 -7
- pulumi_gcp/container/aws_cluster.py +5 -5
- pulumi_gcp/container/aws_node_pool.py +5 -5
- pulumi_gcp/container/azure_cluster.py +5 -5
- pulumi_gcp/container/azure_node_pool.py +5 -5
- pulumi_gcp/container/outputs.py +31 -33
- pulumi_gcp/databasemigrationservice/_inputs.py +5 -5
- pulumi_gcp/databasemigrationservice/outputs.py +3 -3
- pulumi_gcp/dataflow/flex_template_job.py +42 -42
- pulumi_gcp/dataflow/job.py +42 -42
- pulumi_gcp/datafusion/instance.py +10 -2
- pulumi_gcp/dataloss/_inputs.py +5 -5
- pulumi_gcp/dataloss/outputs.py +3 -3
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -2
- pulumi_gcp/dataplex/asset.py +14 -14
- pulumi_gcp/dataplex/lake.py +14 -14
- pulumi_gcp/dataplex/zone.py +14 -14
- pulumi_gcp/dataproc/_inputs.py +10 -10
- pulumi_gcp/dataproc/outputs.py +6 -6
- pulumi_gcp/dataproc/workflow_template.py +12 -12
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/schema.py +524 -0
- pulumi_gcp/dns/_inputs.py +80 -76
- pulumi_gcp/dns/outputs.py +56 -52
- pulumi_gcp/eventarc/trigger.py +14 -14
- pulumi_gcp/firebase/_inputs.py +5 -5
- pulumi_gcp/firebase/outputs.py +3 -3
- pulumi_gcp/healthcare/dicom_store.py +12 -2
- pulumi_gcp/healthcare/fhir_store.py +10 -2
- pulumi_gcp/iam/access_boundary_policy.py +10 -2
- pulumi_gcp/managedkafka/_inputs.py +6 -6
- pulumi_gcp/managedkafka/cluster.py +7 -7
- pulumi_gcp/managedkafka/outputs.py +4 -4
- pulumi_gcp/managedkafka/topic.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +10 -2
- pulumi_gcp/networkconnectivity/_inputs.py +5 -5
- pulumi_gcp/networkconnectivity/outputs.py +3 -3
- pulumi_gcp/parallelstore/instance.py +215 -15
- pulumi_gcp/projects/default_service_accounts.py +7 -7
- pulumi_gcp/pubsub/subscription.py +36 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +14 -14
- pulumi_gcp/securitycenter/__init__.py +2 -0
- pulumi_gcp/securitycenter/_inputs.py +186 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +486 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +10 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +10 -2
- pulumi_gcp/securitycenter/outputs.py +118 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +575 -0
- pulumi_gcp/serviceaccount/key.py +14 -14
- pulumi_gcp/servicenetworking/connection.py +50 -3
- pulumi_gcp/sql/_inputs.py +20 -0
- pulumi_gcp/sql/outputs.py +36 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +438 -0
- pulumi_gcp/vertex/ai_feature_group.py +12 -2
- pulumi_gcp/vertex/ai_feature_group_feature.py +12 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +48 -8
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1170 -0
- pulumi_gcp/vertex/outputs.py +393 -0
- pulumi_gcp/workstations/_inputs.py +10 -10
- pulumi_gcp/workstations/outputs.py +6 -6
- pulumi_gcp/workstations/workstation_config.py +14 -6
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/RECORD +107 -101
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.37.0a1723638212.dist-info → pulumi_gcp-7.38.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -8754,7 +8754,7 @@ if not MYPY:
|
|
8754
8754
|
For instance, the image `centos-6-v20180104` includes its family name `centos-6`.
|
8755
8755
|
These images can be referred by family name here.
|
8756
8756
|
"""
|
8757
|
-
labels: NotRequired[pulumi.Input[Mapping[str,
|
8757
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
8758
8758
|
"""
|
8759
8759
|
A set of key/value label pairs assigned to the disk. This
|
8760
8760
|
field is only applicable for persistent disks.
|
@@ -8779,7 +8779,7 @@ if not MYPY:
|
|
8779
8779
|
for an update of throughput every 4 hours. To update your hyperdisk more
|
8780
8780
|
frequently, you'll need to manually delete and recreate it.
|
8781
8781
|
"""
|
8782
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
8782
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
8783
8783
|
"""
|
8784
8784
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
8785
8785
|
"""
|
@@ -8807,10 +8807,10 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
8807
8807
|
def __init__(__self__, *,
|
8808
8808
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None,
|
8809
8809
|
image: Optional[pulumi.Input[str]] = None,
|
8810
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
8810
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8811
8811
|
provisioned_iops: Optional[pulumi.Input[int]] = None,
|
8812
8812
|
provisioned_throughput: Optional[pulumi.Input[int]] = None,
|
8813
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
8813
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
8814
8814
|
size: Optional[pulumi.Input[int]] = None,
|
8815
8815
|
storage_pool: Optional[pulumi.Input[str]] = None,
|
8816
8816
|
type: Optional[pulumi.Input[str]] = None):
|
@@ -8826,7 +8826,7 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
8826
8826
|
[compute.Image data source](https://www.terraform.io/docs/providers/google/d/compute_image.html).
|
8827
8827
|
For instance, the image `centos-6-v20180104` includes its family name `centos-6`.
|
8828
8828
|
These images can be referred by family name here.
|
8829
|
-
:param pulumi.Input[Mapping[str,
|
8829
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the disk. This
|
8830
8830
|
field is only applicable for persistent disks.
|
8831
8831
|
:param pulumi.Input[int] provisioned_iops: Indicates how many IOPS to provision for the disk.
|
8832
8832
|
This sets the number of I/O operations per second that the disk can handle.
|
@@ -8842,7 +8842,7 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
8842
8842
|
api/gcloud without the need to delete and recreate the disk, hyperdisk allows
|
8843
8843
|
for an update of throughput every 4 hours. To update your hyperdisk more
|
8844
8844
|
frequently, you'll need to manually delete and recreate it.
|
8845
|
-
:param pulumi.Input[Mapping[str,
|
8845
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
8846
8846
|
:param pulumi.Input[int] size: The size of the image in gigabytes. If not specified, it
|
8847
8847
|
will inherit the size of its base image.
|
8848
8848
|
:param pulumi.Input[str] storage_pool: The URL of the storage pool in which the new disk is created.
|
@@ -8905,7 +8905,7 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
8905
8905
|
|
8906
8906
|
@property
|
8907
8907
|
@pulumi.getter
|
8908
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str,
|
8908
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
8909
8909
|
"""
|
8910
8910
|
A set of key/value label pairs assigned to the disk. This
|
8911
8911
|
field is only applicable for persistent disks.
|
@@ -8913,7 +8913,7 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
8913
8913
|
return pulumi.get(self, "labels")
|
8914
8914
|
|
8915
8915
|
@labels.setter
|
8916
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str,
|
8916
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
8917
8917
|
pulumi.set(self, "labels", value)
|
8918
8918
|
|
8919
8919
|
@property
|
@@ -8954,14 +8954,14 @@ class InstanceBootDiskInitializeParamsArgs:
|
|
8954
8954
|
|
8955
8955
|
@property
|
8956
8956
|
@pulumi.getter(name="resourceManagerTags")
|
8957
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
8957
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
8958
8958
|
"""
|
8959
8959
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
8960
8960
|
"""
|
8961
8961
|
return pulumi.get(self, "resource_manager_tags")
|
8962
8962
|
|
8963
8963
|
@resource_manager_tags.setter
|
8964
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
8964
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
8965
8965
|
pulumi.set(self, "resource_manager_tags", value)
|
8966
8966
|
|
8967
8967
|
@property
|
@@ -9009,7 +9009,7 @@ if not MYPY:
|
|
9009
9009
|
class InstanceConfidentialInstanceConfigArgsDict(TypedDict):
|
9010
9010
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
9011
9011
|
"""
|
9012
|
-
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.
|
9012
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
9013
9013
|
"""
|
9014
9014
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
9015
9015
|
"""
|
@@ -9024,7 +9024,7 @@ class InstanceConfidentialInstanceConfigArgs:
|
|
9024
9024
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
9025
9025
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
9026
9026
|
"""
|
9027
|
-
: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.
|
9027
|
+
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
9028
9028
|
: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.
|
9029
9029
|
"""
|
9030
9030
|
if confidential_instance_type is not None:
|
@@ -9036,7 +9036,7 @@ class InstanceConfidentialInstanceConfigArgs:
|
|
9036
9036
|
@pulumi.getter(name="confidentialInstanceType")
|
9037
9037
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
9038
9038
|
"""
|
9039
|
-
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.
|
9039
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
9040
9040
|
"""
|
9041
9041
|
return pulumi.get(self, "confidential_instance_type")
|
9042
9042
|
|
@@ -9442,7 +9442,7 @@ if not MYPY:
|
|
9442
9442
|
"""
|
9443
9443
|
The image from which this disk was initialised.
|
9444
9444
|
"""
|
9445
|
-
labels: NotRequired[pulumi.Input[Mapping[str,
|
9445
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
9446
9446
|
"""
|
9447
9447
|
A set of key/value label pairs assigned to the disk.
|
9448
9448
|
"""
|
@@ -9454,7 +9454,7 @@ if not MYPY:
|
|
9454
9454
|
"""
|
9455
9455
|
Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
|
9456
9456
|
"""
|
9457
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
9457
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
9458
9458
|
"""
|
9459
9459
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
9460
9460
|
"""
|
@@ -9478,20 +9478,20 @@ class InstanceFromMachineImageBootDiskInitializeParamsArgs:
|
|
9478
9478
|
def __init__(__self__, *,
|
9479
9479
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None,
|
9480
9480
|
image: Optional[pulumi.Input[str]] = None,
|
9481
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
9481
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
9482
9482
|
provisioned_iops: Optional[pulumi.Input[int]] = None,
|
9483
9483
|
provisioned_throughput: Optional[pulumi.Input[int]] = None,
|
9484
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
9484
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
9485
9485
|
size: Optional[pulumi.Input[int]] = None,
|
9486
9486
|
storage_pool: Optional[pulumi.Input[str]] = None,
|
9487
9487
|
type: Optional[pulumi.Input[str]] = None):
|
9488
9488
|
"""
|
9489
9489
|
:param pulumi.Input[bool] enable_confidential_compute: A flag to enable confidential compute mode on boot disk
|
9490
9490
|
:param pulumi.Input[str] image: The image from which this disk was initialised.
|
9491
|
-
:param pulumi.Input[Mapping[str,
|
9491
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the disk.
|
9492
9492
|
:param pulumi.Input[int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
|
9493
9493
|
:param pulumi.Input[int] provisioned_throughput: Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
|
9494
|
-
:param pulumi.Input[Mapping[str,
|
9494
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
9495
9495
|
:param pulumi.Input[int] size: The size of the image in gigabytes.
|
9496
9496
|
:param pulumi.Input[str] storage_pool: The URL of the storage pool in which the new disk is created
|
9497
9497
|
:param pulumi.Input[str] type: The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.
|
@@ -9541,14 +9541,14 @@ class InstanceFromMachineImageBootDiskInitializeParamsArgs:
|
|
9541
9541
|
|
9542
9542
|
@property
|
9543
9543
|
@pulumi.getter
|
9544
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str,
|
9544
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
9545
9545
|
"""
|
9546
9546
|
A set of key/value label pairs assigned to the disk.
|
9547
9547
|
"""
|
9548
9548
|
return pulumi.get(self, "labels")
|
9549
9549
|
|
9550
9550
|
@labels.setter
|
9551
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str,
|
9551
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
9552
9552
|
pulumi.set(self, "labels", value)
|
9553
9553
|
|
9554
9554
|
@property
|
@@ -9577,14 +9577,14 @@ class InstanceFromMachineImageBootDiskInitializeParamsArgs:
|
|
9577
9577
|
|
9578
9578
|
@property
|
9579
9579
|
@pulumi.getter(name="resourceManagerTags")
|
9580
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
9580
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
9581
9581
|
"""
|
9582
9582
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
9583
9583
|
"""
|
9584
9584
|
return pulumi.get(self, "resource_manager_tags")
|
9585
9585
|
|
9586
9586
|
@resource_manager_tags.setter
|
9587
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
9587
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
9588
9588
|
pulumi.set(self, "resource_manager_tags", value)
|
9589
9589
|
|
9590
9590
|
@property
|
@@ -9628,9 +9628,10 @@ if not MYPY:
|
|
9628
9628
|
class InstanceFromMachineImageConfidentialInstanceConfigArgsDict(TypedDict):
|
9629
9629
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
9630
9630
|
"""
|
9631
|
-
|
9632
|
-
|
9633
|
-
If SEV_SNP, min_cpu_platform =
|
9631
|
+
The confidential computing technology the instance uses.
|
9632
|
+
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
9633
|
+
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
9634
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
9634
9635
|
"""
|
9635
9636
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
9636
9637
|
"""
|
@@ -9645,9 +9646,10 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
|
|
9645
9646
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
9646
9647
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
9647
9648
|
"""
|
9648
|
-
:param pulumi.Input[str] confidential_instance_type:
|
9649
|
-
|
9650
|
-
If SEV_SNP, min_cpu_platform =
|
9649
|
+
:param pulumi.Input[str] confidential_instance_type: The confidential computing technology the instance uses.
|
9650
|
+
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
9651
|
+
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
9652
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
9651
9653
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
9652
9654
|
"""
|
9653
9655
|
if confidential_instance_type is not None:
|
@@ -9659,9 +9661,10 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
|
|
9659
9661
|
@pulumi.getter(name="confidentialInstanceType")
|
9660
9662
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
9661
9663
|
"""
|
9662
|
-
|
9663
|
-
|
9664
|
-
If SEV_SNP, min_cpu_platform =
|
9664
|
+
The confidential computing technology the instance uses.
|
9665
|
+
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
9666
|
+
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
9667
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
9665
9668
|
"""
|
9666
9669
|
return pulumi.get(self, "confidential_instance_type")
|
9667
9670
|
|
@@ -10377,7 +10380,7 @@ class InstanceFromMachineImageNetworkPerformanceConfigArgs:
|
|
10377
10380
|
|
10378
10381
|
if not MYPY:
|
10379
10382
|
class InstanceFromMachineImageParamsArgsDict(TypedDict):
|
10380
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
10383
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
10381
10384
|
"""
|
10382
10385
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
10383
10386
|
"""
|
@@ -10387,23 +10390,23 @@ elif False:
|
|
10387
10390
|
@pulumi.input_type
|
10388
10391
|
class InstanceFromMachineImageParamsArgs:
|
10389
10392
|
def __init__(__self__, *,
|
10390
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
10393
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
10391
10394
|
"""
|
10392
|
-
:param pulumi.Input[Mapping[str,
|
10395
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
10393
10396
|
"""
|
10394
10397
|
if resource_manager_tags is not None:
|
10395
10398
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
10396
10399
|
|
10397
10400
|
@property
|
10398
10401
|
@pulumi.getter(name="resourceManagerTags")
|
10399
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
10402
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
10400
10403
|
"""
|
10401
10404
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
10402
10405
|
"""
|
10403
10406
|
return pulumi.get(self, "resource_manager_tags")
|
10404
10407
|
|
10405
10408
|
@resource_manager_tags.setter
|
10406
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
10409
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
10407
10410
|
pulumi.set(self, "resource_manager_tags", value)
|
10408
10411
|
|
10409
10412
|
|
@@ -11525,7 +11528,7 @@ if not MYPY:
|
|
11525
11528
|
"""
|
11526
11529
|
The image from which this disk was initialised.
|
11527
11530
|
"""
|
11528
|
-
labels: NotRequired[pulumi.Input[Mapping[str,
|
11531
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
11529
11532
|
"""
|
11530
11533
|
A set of key/value label pairs assigned to the disk.
|
11531
11534
|
"""
|
@@ -11537,7 +11540,7 @@ if not MYPY:
|
|
11537
11540
|
"""
|
11538
11541
|
Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
|
11539
11542
|
"""
|
11540
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
11543
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
11541
11544
|
"""
|
11542
11545
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
11543
11546
|
"""
|
@@ -11561,20 +11564,20 @@ class InstanceFromTemplateBootDiskInitializeParamsArgs:
|
|
11561
11564
|
def __init__(__self__, *,
|
11562
11565
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None,
|
11563
11566
|
image: Optional[pulumi.Input[str]] = None,
|
11564
|
-
labels: Optional[pulumi.Input[Mapping[str,
|
11567
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
11565
11568
|
provisioned_iops: Optional[pulumi.Input[int]] = None,
|
11566
11569
|
provisioned_throughput: Optional[pulumi.Input[int]] = None,
|
11567
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
11570
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
11568
11571
|
size: Optional[pulumi.Input[int]] = None,
|
11569
11572
|
storage_pool: Optional[pulumi.Input[str]] = None,
|
11570
11573
|
type: Optional[pulumi.Input[str]] = None):
|
11571
11574
|
"""
|
11572
11575
|
:param pulumi.Input[bool] enable_confidential_compute: A flag to enable confidential compute mode on boot disk
|
11573
11576
|
:param pulumi.Input[str] image: The image from which this disk was initialised.
|
11574
|
-
:param pulumi.Input[Mapping[str,
|
11577
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: A set of key/value label pairs assigned to the disk.
|
11575
11578
|
:param pulumi.Input[int] provisioned_iops: Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle.
|
11576
11579
|
:param pulumi.Input[int] provisioned_throughput: Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle.
|
11577
|
-
:param pulumi.Input[Mapping[str,
|
11580
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
11578
11581
|
:param pulumi.Input[int] size: The size of the image in gigabytes.
|
11579
11582
|
:param pulumi.Input[str] storage_pool: The URL of the storage pool in which the new disk is created
|
11580
11583
|
:param pulumi.Input[str] type: The Google Compute Engine disk type. Such as pd-standard, pd-ssd or pd-balanced.
|
@@ -11624,14 +11627,14 @@ class InstanceFromTemplateBootDiskInitializeParamsArgs:
|
|
11624
11627
|
|
11625
11628
|
@property
|
11626
11629
|
@pulumi.getter
|
11627
|
-
def labels(self) -> Optional[pulumi.Input[Mapping[str,
|
11630
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
11628
11631
|
"""
|
11629
11632
|
A set of key/value label pairs assigned to the disk.
|
11630
11633
|
"""
|
11631
11634
|
return pulumi.get(self, "labels")
|
11632
11635
|
|
11633
11636
|
@labels.setter
|
11634
|
-
def labels(self, value: Optional[pulumi.Input[Mapping[str,
|
11637
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
11635
11638
|
pulumi.set(self, "labels", value)
|
11636
11639
|
|
11637
11640
|
@property
|
@@ -11660,14 +11663,14 @@ class InstanceFromTemplateBootDiskInitializeParamsArgs:
|
|
11660
11663
|
|
11661
11664
|
@property
|
11662
11665
|
@pulumi.getter(name="resourceManagerTags")
|
11663
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
11666
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
11664
11667
|
"""
|
11665
11668
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
11666
11669
|
"""
|
11667
11670
|
return pulumi.get(self, "resource_manager_tags")
|
11668
11671
|
|
11669
11672
|
@resource_manager_tags.setter
|
11670
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
11673
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
11671
11674
|
pulumi.set(self, "resource_manager_tags", value)
|
11672
11675
|
|
11673
11676
|
@property
|
@@ -11711,9 +11714,10 @@ if not MYPY:
|
|
11711
11714
|
class InstanceFromTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
11712
11715
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
11713
11716
|
"""
|
11714
|
-
|
11715
|
-
|
11716
|
-
If SEV_SNP, min_cpu_platform =
|
11717
|
+
The confidential computing technology the instance uses.
|
11718
|
+
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
11719
|
+
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
11720
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
11717
11721
|
"""
|
11718
11722
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
11719
11723
|
"""
|
@@ -11728,9 +11732,10 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
|
|
11728
11732
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
11729
11733
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
11730
11734
|
"""
|
11731
|
-
:param pulumi.Input[str] confidential_instance_type:
|
11732
|
-
|
11733
|
-
If SEV_SNP, min_cpu_platform =
|
11735
|
+
:param pulumi.Input[str] confidential_instance_type: The confidential computing technology the instance uses.
|
11736
|
+
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
11737
|
+
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
11738
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
11734
11739
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
11735
11740
|
"""
|
11736
11741
|
if confidential_instance_type is not None:
|
@@ -11742,9 +11747,10 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
|
|
11742
11747
|
@pulumi.getter(name="confidentialInstanceType")
|
11743
11748
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
11744
11749
|
"""
|
11745
|
-
|
11746
|
-
|
11747
|
-
If SEV_SNP, min_cpu_platform =
|
11750
|
+
The confidential computing technology the instance uses.
|
11751
|
+
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
11752
|
+
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
11753
|
+
"AMD Milan" is currently required. TDX is only available in beta.
|
11748
11754
|
"""
|
11749
11755
|
return pulumi.get(self, "confidential_instance_type")
|
11750
11756
|
|
@@ -12460,7 +12466,7 @@ class InstanceFromTemplateNetworkPerformanceConfigArgs:
|
|
12460
12466
|
|
12461
12467
|
if not MYPY:
|
12462
12468
|
class InstanceFromTemplateParamsArgsDict(TypedDict):
|
12463
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
12469
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
12464
12470
|
"""
|
12465
12471
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
12466
12472
|
"""
|
@@ -12470,23 +12476,23 @@ elif False:
|
|
12470
12476
|
@pulumi.input_type
|
12471
12477
|
class InstanceFromTemplateParamsArgs:
|
12472
12478
|
def __init__(__self__, *,
|
12473
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
12479
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
12474
12480
|
"""
|
12475
|
-
:param pulumi.Input[Mapping[str,
|
12481
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
12476
12482
|
"""
|
12477
12483
|
if resource_manager_tags is not None:
|
12478
12484
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
12479
12485
|
|
12480
12486
|
@property
|
12481
12487
|
@pulumi.getter(name="resourceManagerTags")
|
12482
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
12488
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
12483
12489
|
"""
|
12484
12490
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
12485
12491
|
"""
|
12486
12492
|
return pulumi.get(self, "resource_manager_tags")
|
12487
12493
|
|
12488
12494
|
@resource_manager_tags.setter
|
12489
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
12495
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
12490
12496
|
pulumi.set(self, "resource_manager_tags", value)
|
12491
12497
|
|
12492
12498
|
|
@@ -13444,7 +13450,7 @@ class InstanceGroupManagerNamedPortArgs:
|
|
13444
13450
|
|
13445
13451
|
if not MYPY:
|
13446
13452
|
class InstanceGroupManagerParamsArgsDict(TypedDict):
|
13447
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
13453
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
13448
13454
|
"""
|
13449
13455
|
Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
13450
13456
|
"""
|
@@ -13454,23 +13460,23 @@ elif False:
|
|
13454
13460
|
@pulumi.input_type
|
13455
13461
|
class InstanceGroupManagerParamsArgs:
|
13456
13462
|
def __init__(__self__, *,
|
13457
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
13463
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
13458
13464
|
"""
|
13459
|
-
:param pulumi.Input[Mapping[str,
|
13465
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
13460
13466
|
"""
|
13461
13467
|
if resource_manager_tags is not None:
|
13462
13468
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
13463
13469
|
|
13464
13470
|
@property
|
13465
13471
|
@pulumi.getter(name="resourceManagerTags")
|
13466
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
13472
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
13467
13473
|
"""
|
13468
13474
|
Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
13469
13475
|
"""
|
13470
13476
|
return pulumi.get(self, "resource_manager_tags")
|
13471
13477
|
|
13472
13478
|
@resource_manager_tags.setter
|
13473
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
13479
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
13474
13480
|
pulumi.set(self, "resource_manager_tags", value)
|
13475
13481
|
|
13476
13482
|
|
@@ -15268,7 +15274,7 @@ class InstanceNetworkPerformanceConfigArgs:
|
|
15268
15274
|
|
15269
15275
|
if not MYPY:
|
15270
15276
|
class InstanceParamsArgsDict(TypedDict):
|
15271
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
15277
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
15272
15278
|
"""
|
15273
15279
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
15274
15280
|
"""
|
@@ -15278,23 +15284,23 @@ elif False:
|
|
15278
15284
|
@pulumi.input_type
|
15279
15285
|
class InstanceParamsArgs:
|
15280
15286
|
def __init__(__self__, *,
|
15281
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
15287
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
15282
15288
|
"""
|
15283
|
-
:param pulumi.Input[Mapping[str,
|
15289
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
15284
15290
|
"""
|
15285
15291
|
if resource_manager_tags is not None:
|
15286
15292
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
15287
15293
|
|
15288
15294
|
@property
|
15289
15295
|
@pulumi.getter(name="resourceManagerTags")
|
15290
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
15296
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
15291
15297
|
"""
|
15292
15298
|
A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.
|
15293
15299
|
"""
|
15294
15300
|
return pulumi.get(self, "resource_manager_tags")
|
15295
15301
|
|
15296
15302
|
@resource_manager_tags.setter
|
15297
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
15303
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
15298
15304
|
pulumi.set(self, "resource_manager_tags", value)
|
15299
15305
|
|
15300
15306
|
|
@@ -16238,7 +16244,7 @@ if not MYPY:
|
|
16238
16244
|
class InstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
16239
16245
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
16240
16246
|
"""
|
16241
|
-
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.
|
16247
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
16242
16248
|
"""
|
16243
16249
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
16244
16250
|
"""
|
@@ -16253,7 +16259,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
|
|
16253
16259
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
16254
16260
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
16255
16261
|
"""
|
16256
|
-
: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.
|
16262
|
+
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
16257
16263
|
: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.
|
16258
16264
|
"""
|
16259
16265
|
if confidential_instance_type is not None:
|
@@ -16265,7 +16271,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
|
|
16265
16271
|
@pulumi.getter(name="confidentialInstanceType")
|
16266
16272
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
16267
16273
|
"""
|
16268
|
-
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.
|
16274
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
16269
16275
|
"""
|
16270
16276
|
return pulumi.get(self, "confidential_instance_type")
|
16271
16277
|
|
@@ -26568,7 +26574,7 @@ class RegionInstanceGroupManagerNamedPortArgs:
|
|
26568
26574
|
|
26569
26575
|
if not MYPY:
|
26570
26576
|
class RegionInstanceGroupManagerParamsArgsDict(TypedDict):
|
26571
|
-
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str,
|
26577
|
+
resource_manager_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
26572
26578
|
"""
|
26573
26579
|
Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
26574
26580
|
"""
|
@@ -26578,23 +26584,23 @@ elif False:
|
|
26578
26584
|
@pulumi.input_type
|
26579
26585
|
class RegionInstanceGroupManagerParamsArgs:
|
26580
26586
|
def __init__(__self__, *,
|
26581
|
-
resource_manager_tags: Optional[pulumi.Input[Mapping[str,
|
26587
|
+
resource_manager_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
26582
26588
|
"""
|
26583
|
-
:param pulumi.Input[Mapping[str,
|
26589
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_manager_tags: Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
26584
26590
|
"""
|
26585
26591
|
if resource_manager_tags is not None:
|
26586
26592
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
26587
26593
|
|
26588
26594
|
@property
|
26589
26595
|
@pulumi.getter(name="resourceManagerTags")
|
26590
|
-
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str,
|
26596
|
+
def resource_manager_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
26591
26597
|
"""
|
26592
26598
|
Resource manager tags to bind to the managed instance group. The tags are key-value pairs. Keys must be in the format tagKeys/123 and values in the format tagValues/456. For more information, see [Manage tags for resources](https://cloud.google.com/compute/docs/tag-resources)
|
26593
26599
|
"""
|
26594
26600
|
return pulumi.get(self, "resource_manager_tags")
|
26595
26601
|
|
26596
26602
|
@resource_manager_tags.setter
|
26597
|
-
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str,
|
26603
|
+
def resource_manager_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
26598
26604
|
pulumi.set(self, "resource_manager_tags", value)
|
26599
26605
|
|
26600
26606
|
|
@@ -27501,7 +27507,7 @@ if not MYPY:
|
|
27501
27507
|
class RegionInstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
27502
27508
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
27503
27509
|
"""
|
27504
|
-
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.
|
27510
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
27505
27511
|
"""
|
27506
27512
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
27507
27513
|
"""
|
@@ -27516,7 +27522,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
|
|
27516
27522
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
27517
27523
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
27518
27524
|
"""
|
27519
|
-
: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.
|
27525
|
+
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
27520
27526
|
: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.
|
27521
27527
|
"""
|
27522
27528
|
if confidential_instance_type is not None:
|
@@ -27528,7 +27534,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
|
|
27528
27534
|
@pulumi.getter(name="confidentialInstanceType")
|
27529
27535
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
27530
27536
|
"""
|
27531
|
-
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.
|
27537
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `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. TDX is only available in beta.
|
27532
27538
|
"""
|
27533
27539
|
return pulumi.get(self, "confidential_instance_type")
|
27534
27540
|
|
@@ -29035,7 +29041,7 @@ if not MYPY:
|
|
29035
29041
|
"""
|
29036
29042
|
provisioning_model: NotRequired[pulumi.Input[str]]
|
29037
29043
|
"""
|
29038
|
-
Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
29044
|
+
Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
29039
29045
|
`preemptible` should be `true` and `automatic_restart` should be
|
29040
29046
|
`false`. For more info about
|
29041
29047
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -29080,7 +29086,7 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
29080
29086
|
:param pulumi.Input[bool] preemptible: Allows instance to be preempted. This defaults to
|
29081
29087
|
false. Read more on this
|
29082
29088
|
[here](https://cloud.google.com/compute/docs/instances/preemptible).
|
29083
|
-
:param pulumi.Input[str] provisioning_model: Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
29089
|
+
:param pulumi.Input[str] provisioning_model: Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
29084
29090
|
`preemptible` should be `true` and `automatic_restart` should be
|
29085
29091
|
`false`. For more info about
|
29086
29092
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -29244,7 +29250,7 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
29244
29250
|
@pulumi.getter(name="provisioningModel")
|
29245
29251
|
def provisioning_model(self) -> Optional[pulumi.Input[str]]:
|
29246
29252
|
"""
|
29247
|
-
Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
29253
|
+
Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
29248
29254
|
`preemptible` should be `true` and `automatic_restart` should be
|
29249
29255
|
`false`. For more info about
|
29250
29256
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|