pulumi-gcp 7.38.0__py3-none-any.whl → 7.38.0a1723822337__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 +0 -32
- pulumi_gcp/appengine/flexible_app_version.py +0 -8
- pulumi_gcp/applicationintegration/client.py +2 -2
- pulumi_gcp/artifactregistry/__init__.py +0 -1
- pulumi_gcp/bigquery/connection.py +0 -12
- pulumi_gcp/clouddeploy/_inputs.py +1 -41
- pulumi_gcp/clouddeploy/outputs.py +1 -29
- pulumi_gcp/cloudfunctionsv2/function.py +0 -2
- pulumi_gcp/cloudidentity/__init__.py +0 -1
- pulumi_gcp/cloudidentity/get_group_memberships.py +0 -12
- pulumi_gcp/cloudidentity/outputs.py +0 -131
- pulumi_gcp/compute/_inputs.py +30 -36
- pulumi_gcp/compute/outputs.py +38 -48
- pulumi_gcp/compute/region_network_endpoint_group.py +0 -8
- pulumi_gcp/compute/subnetwork.py +0 -82
- pulumi_gcp/container/_inputs.py +18 -15
- pulumi_gcp/container/attached_cluster.py +7 -14
- pulumi_gcp/container/outputs.py +12 -10
- pulumi_gcp/discoveryengine/__init__.py +0 -1
- pulumi_gcp/dns/_inputs.py +76 -80
- pulumi_gcp/dns/outputs.py +52 -56
- 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/parallelstore/instance.py +15 -215
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securitycenter/__init__.py +0 -2
- pulumi_gcp/securitycenter/_inputs.py +0 -186
- pulumi_gcp/securitycenter/outputs.py +0 -118
- pulumi_gcp/servicenetworking/connection.py +3 -50
- pulumi_gcp/sql/_inputs.py +0 -20
- pulumi_gcp/sql/outputs.py +0 -36
- pulumi_gcp/vertex/__init__.py +0 -1
- pulumi_gcp/vertex/_inputs.py +0 -438
- pulumi_gcp/vertex/outputs.py +0 -393
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/RECORD +40 -46
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/WHEEL +1 -1
- pulumi_gcp/artifactregistry/get_locations.py +0 -167
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +0 -93
- pulumi_gcp/discoveryengine/schema.py +0 -524
- pulumi_gcp/securitycenter/folder_notification_config.py +0 -486
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +0 -575
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +0 -1170
- {pulumi_gcp-7.38.0.dist-info → pulumi_gcp-7.38.0a1723822337.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
9040
9040
|
"""
|
9041
9041
|
return pulumi.get(self, "confidential_instance_type")
|
9042
9042
|
|
@@ -9628,10 +9628,9 @@ if not MYPY:
|
|
9628
9628
|
class InstanceFromMachineImageConfidentialInstanceConfigArgsDict(TypedDict):
|
9629
9629
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
9630
9630
|
"""
|
9631
|
-
|
9632
|
-
|
9633
|
-
|
9634
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
9631
|
+
Specifies which confidential computing technology to use.
|
9632
|
+
This could be one of the following values: SEV, SEV_SNP.
|
9633
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
9635
9634
|
"""
|
9636
9635
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
9637
9636
|
"""
|
@@ -9646,10 +9645,9 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
|
|
9646
9645
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
9647
9646
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
9648
9647
|
"""
|
9649
|
-
:param pulumi.Input[str] confidential_instance_type:
|
9650
|
-
|
9651
|
-
|
9652
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
9648
|
+
:param pulumi.Input[str] confidential_instance_type: Specifies which confidential computing technology to use.
|
9649
|
+
This could be one of the following values: SEV, SEV_SNP.
|
9650
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
9653
9651
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
9654
9652
|
"""
|
9655
9653
|
if confidential_instance_type is not None:
|
@@ -9661,10 +9659,9 @@ class InstanceFromMachineImageConfidentialInstanceConfigArgs:
|
|
9661
9659
|
@pulumi.getter(name="confidentialInstanceType")
|
9662
9660
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
9663
9661
|
"""
|
9664
|
-
|
9665
|
-
|
9666
|
-
|
9667
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
9662
|
+
Specifies which confidential computing technology to use.
|
9663
|
+
This could be one of the following values: SEV, SEV_SNP.
|
9664
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
9668
9665
|
"""
|
9669
9666
|
return pulumi.get(self, "confidential_instance_type")
|
9670
9667
|
|
@@ -11714,10 +11711,9 @@ if not MYPY:
|
|
11714
11711
|
class InstanceFromTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
11715
11712
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
11716
11713
|
"""
|
11717
|
-
|
11718
|
-
|
11719
|
-
|
11720
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
11714
|
+
Specifies which confidential computing technology to use.
|
11715
|
+
This could be one of the following values: SEV, SEV_SNP.
|
11716
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
11721
11717
|
"""
|
11722
11718
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
11723
11719
|
"""
|
@@ -11732,10 +11728,9 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
|
|
11732
11728
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
11733
11729
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
11734
11730
|
"""
|
11735
|
-
:param pulumi.Input[str] confidential_instance_type:
|
11736
|
-
|
11737
|
-
|
11738
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
11731
|
+
:param pulumi.Input[str] confidential_instance_type: Specifies which confidential computing technology to use.
|
11732
|
+
This could be one of the following values: SEV, SEV_SNP.
|
11733
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
11739
11734
|
:param pulumi.Input[bool] enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
11740
11735
|
"""
|
11741
11736
|
if confidential_instance_type is not None:
|
@@ -11747,10 +11742,9 @@ class InstanceFromTemplateConfidentialInstanceConfigArgs:
|
|
11747
11742
|
@pulumi.getter(name="confidentialInstanceType")
|
11748
11743
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
11749
11744
|
"""
|
11750
|
-
|
11751
|
-
|
11752
|
-
|
11753
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
11745
|
+
Specifies which confidential computing technology to use.
|
11746
|
+
This could be one of the following values: SEV, SEV_SNP.
|
11747
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
11754
11748
|
"""
|
11755
11749
|
return pulumi.get(self, "confidential_instance_type")
|
11756
11750
|
|
@@ -16244,7 +16238,7 @@ if not MYPY:
|
|
16244
16238
|
class InstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
16245
16239
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
16246
16240
|
"""
|
16247
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
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.
|
16248
16242
|
"""
|
16249
16243
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
16250
16244
|
"""
|
@@ -16259,7 +16253,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
|
|
16259
16253
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
16260
16254
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
16261
16255
|
"""
|
16262
|
-
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
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.
|
16263
16257
|
: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.
|
16264
16258
|
"""
|
16265
16259
|
if confidential_instance_type is not None:
|
@@ -16271,7 +16265,7 @@ class InstanceTemplateConfidentialInstanceConfigArgs:
|
|
16271
16265
|
@pulumi.getter(name="confidentialInstanceType")
|
16272
16266
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
16273
16267
|
"""
|
16274
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
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.
|
16275
16269
|
"""
|
16276
16270
|
return pulumi.get(self, "confidential_instance_type")
|
16277
16271
|
|
@@ -27507,7 +27501,7 @@ if not MYPY:
|
|
27507
27501
|
class RegionInstanceTemplateConfidentialInstanceConfigArgsDict(TypedDict):
|
27508
27502
|
confidential_instance_type: NotRequired[pulumi.Input[str]]
|
27509
27503
|
"""
|
27510
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
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.
|
27511
27505
|
"""
|
27512
27506
|
enable_confidential_compute: NotRequired[pulumi.Input[bool]]
|
27513
27507
|
"""
|
@@ -27522,7 +27516,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
|
|
27522
27516
|
confidential_instance_type: Optional[pulumi.Input[str]] = None,
|
27523
27517
|
enable_confidential_compute: Optional[pulumi.Input[bool]] = None):
|
27524
27518
|
"""
|
27525
|
-
:param pulumi.Input[str] confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
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.
|
27526
27520
|
: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.
|
27527
27521
|
"""
|
27528
27522
|
if confidential_instance_type is not None:
|
@@ -27534,7 +27528,7 @@ class RegionInstanceTemplateConfidentialInstanceConfigArgs:
|
|
27534
27528
|
@pulumi.getter(name="confidentialInstanceType")
|
27535
27529
|
def confidential_instance_type(self) -> Optional[pulumi.Input[str]]:
|
27536
27530
|
"""
|
27537
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
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.
|
27538
27532
|
"""
|
27539
27533
|
return pulumi.get(self, "confidential_instance_type")
|
27540
27534
|
|
@@ -29041,7 +29035,7 @@ if not MYPY:
|
|
29041
29035
|
"""
|
29042
29036
|
provisioning_model: NotRequired[pulumi.Input[str]]
|
29043
29037
|
"""
|
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`,
|
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`,
|
29045
29039
|
`preemptible` should be `true` and `automatic_restart` should be
|
29046
29040
|
`false`. For more info about
|
29047
29041
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -29086,7 +29080,7 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
29086
29080
|
:param pulumi.Input[bool] preemptible: Allows instance to be preempted. This defaults to
|
29087
29081
|
false. Read more on this
|
29088
29082
|
[here](https://cloud.google.com/compute/docs/instances/preemptible).
|
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`,
|
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`,
|
29090
29084
|
`preemptible` should be `true` and `automatic_restart` should be
|
29091
29085
|
`false`. For more info about
|
29092
29086
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -29250,7 +29244,7 @@ class RegionInstanceTemplateSchedulingArgs:
|
|
29250
29244
|
@pulumi.getter(name="provisioningModel")
|
29251
29245
|
def provisioning_model(self) -> Optional[pulumi.Input[str]]:
|
29252
29246
|
"""
|
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`,
|
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`,
|
29254
29248
|
`preemptible` should be `true` and `automatic_restart` should be
|
29255
29249
|
`false`. For more info about
|
29256
29250
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -6549,7 +6549,7 @@ class InstanceConfidentialInstanceConfig(dict):
|
|
6549
6549
|
confidential_instance_type: Optional[str] = None,
|
6550
6550
|
enable_confidential_compute: Optional[bool] = None):
|
6551
6551
|
"""
|
6552
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
6552
|
+
: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.
|
6553
6553
|
: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.
|
6554
6554
|
"""
|
6555
6555
|
if confidential_instance_type is not None:
|
@@ -6561,7 +6561,7 @@ class InstanceConfidentialInstanceConfig(dict):
|
|
6561
6561
|
@pulumi.getter(name="confidentialInstanceType")
|
6562
6562
|
def confidential_instance_type(self) -> Optional[str]:
|
6563
6563
|
"""
|
6564
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
6564
|
+
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.
|
6565
6565
|
"""
|
6566
6566
|
return pulumi.get(self, "confidential_instance_type")
|
6567
6567
|
|
@@ -7034,10 +7034,9 @@ class InstanceFromMachineImageConfidentialInstanceConfig(dict):
|
|
7034
7034
|
confidential_instance_type: Optional[str] = None,
|
7035
7035
|
enable_confidential_compute: Optional[bool] = None):
|
7036
7036
|
"""
|
7037
|
-
:param str confidential_instance_type:
|
7038
|
-
|
7039
|
-
|
7040
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
7037
|
+
:param str confidential_instance_type: Specifies which confidential computing technology to use.
|
7038
|
+
This could be one of the following values: SEV, SEV_SNP.
|
7039
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
7041
7040
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
7042
7041
|
"""
|
7043
7042
|
if confidential_instance_type is not None:
|
@@ -7049,10 +7048,9 @@ class InstanceFromMachineImageConfidentialInstanceConfig(dict):
|
|
7049
7048
|
@pulumi.getter(name="confidentialInstanceType")
|
7050
7049
|
def confidential_instance_type(self) -> Optional[str]:
|
7051
7050
|
"""
|
7052
|
-
|
7053
|
-
|
7054
|
-
|
7055
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
7051
|
+
Specifies which confidential computing technology to use.
|
7052
|
+
This could be one of the following values: SEV, SEV_SNP.
|
7053
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
7056
7054
|
"""
|
7057
7055
|
return pulumi.get(self, "confidential_instance_type")
|
7058
7056
|
|
@@ -8642,10 +8640,9 @@ class InstanceFromTemplateConfidentialInstanceConfig(dict):
|
|
8642
8640
|
confidential_instance_type: Optional[str] = None,
|
8643
8641
|
enable_confidential_compute: Optional[bool] = None):
|
8644
8642
|
"""
|
8645
|
-
:param str confidential_instance_type:
|
8646
|
-
|
8647
|
-
|
8648
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
8643
|
+
:param str confidential_instance_type: Specifies which confidential computing technology to use.
|
8644
|
+
This could be one of the following values: SEV, SEV_SNP.
|
8645
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
8649
8646
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
8650
8647
|
"""
|
8651
8648
|
if confidential_instance_type is not None:
|
@@ -8657,10 +8654,9 @@ class InstanceFromTemplateConfidentialInstanceConfig(dict):
|
|
8657
8654
|
@pulumi.getter(name="confidentialInstanceType")
|
8658
8655
|
def confidential_instance_type(self) -> Optional[str]:
|
8659
8656
|
"""
|
8660
|
-
|
8661
|
-
|
8662
|
-
|
8663
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
8657
|
+
Specifies which confidential computing technology to use.
|
8658
|
+
This could be one of the following values: SEV, SEV_SNP.
|
8659
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
8664
8660
|
"""
|
8665
8661
|
return pulumi.get(self, "confidential_instance_type")
|
8666
8662
|
|
@@ -12159,7 +12155,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
|
|
12159
12155
|
confidential_instance_type: Optional[str] = None,
|
12160
12156
|
enable_confidential_compute: Optional[bool] = None):
|
12161
12157
|
"""
|
12162
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
12158
|
+
: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.
|
12163
12159
|
: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.
|
12164
12160
|
"""
|
12165
12161
|
if confidential_instance_type is not None:
|
@@ -12171,7 +12167,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
|
|
12171
12167
|
@pulumi.getter(name="confidentialInstanceType")
|
12172
12168
|
def confidential_instance_type(self) -> Optional[str]:
|
12173
12169
|
"""
|
12174
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
12170
|
+
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.
|
12175
12171
|
"""
|
12176
12172
|
return pulumi.get(self, "confidential_instance_type")
|
12177
12173
|
|
@@ -20638,7 +20634,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
|
|
20638
20634
|
confidential_instance_type: Optional[str] = None,
|
20639
20635
|
enable_confidential_compute: Optional[bool] = None):
|
20640
20636
|
"""
|
20641
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
20637
|
+
: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.
|
20642
20638
|
: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.
|
20643
20639
|
"""
|
20644
20640
|
if confidential_instance_type is not None:
|
@@ -20650,7 +20646,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
|
|
20650
20646
|
@pulumi.getter(name="confidentialInstanceType")
|
20651
20647
|
def confidential_instance_type(self) -> Optional[str]:
|
20652
20648
|
"""
|
20653
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature.
|
20649
|
+
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.
|
20654
20650
|
"""
|
20655
20651
|
return pulumi.get(self, "confidential_instance_type")
|
20656
20652
|
|
@@ -21830,7 +21826,7 @@ class RegionInstanceTemplateScheduling(dict):
|
|
21830
21826
|
:param bool preemptible: Allows instance to be preempted. This defaults to
|
21831
21827
|
false. Read more on this
|
21832
21828
|
[here](https://cloud.google.com/compute/docs/instances/preemptible).
|
21833
|
-
:param 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`,
|
21829
|
+
:param 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`,
|
21834
21830
|
`preemptible` should be `true` and `automatic_restart` should be
|
21835
21831
|
`false`. For more info about
|
21836
21832
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -21954,7 +21950,7 @@ class RegionInstanceTemplateScheduling(dict):
|
|
21954
21950
|
@pulumi.getter(name="provisioningModel")
|
21955
21951
|
def provisioning_model(self) -> Optional[str]:
|
21956
21952
|
"""
|
21957
|
-
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`,
|
21953
|
+
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`,
|
21958
21954
|
`preemptible` should be `true` and `automatic_restart` should be
|
21959
21955
|
`false`. For more info about
|
21960
21956
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -46058,10 +46054,9 @@ class GetInstanceConfidentialInstanceConfigResult(dict):
|
|
46058
46054
|
confidential_instance_type: str,
|
46059
46055
|
enable_confidential_compute: bool):
|
46060
46056
|
"""
|
46061
|
-
:param str confidential_instance_type:
|
46062
|
-
|
46063
|
-
|
46064
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
46057
|
+
:param str confidential_instance_type: Specifies which confidential computing technology to use.
|
46058
|
+
This could be one of the following values: SEV, SEV_SNP.
|
46059
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
46065
46060
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
46066
46061
|
"""
|
46067
46062
|
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
@@ -46071,10 +46066,9 @@ class GetInstanceConfidentialInstanceConfigResult(dict):
|
|
46071
46066
|
@pulumi.getter(name="confidentialInstanceType")
|
46072
46067
|
def confidential_instance_type(self) -> str:
|
46073
46068
|
"""
|
46074
|
-
|
46075
|
-
|
46076
|
-
|
46077
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
46069
|
+
Specifies which confidential computing technology to use.
|
46070
|
+
This could be one of the following values: SEV, SEV_SNP.
|
46071
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
46078
46072
|
"""
|
46079
46073
|
return pulumi.get(self, "confidential_instance_type")
|
46080
46074
|
|
@@ -47558,10 +47552,9 @@ class GetInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
47558
47552
|
confidential_instance_type: str,
|
47559
47553
|
enable_confidential_compute: bool):
|
47560
47554
|
"""
|
47561
|
-
:param str confidential_instance_type:
|
47562
|
-
|
47563
|
-
|
47564
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
47555
|
+
:param str confidential_instance_type: Specifies which confidential computing technology to use.
|
47556
|
+
This could be one of the following values: SEV, SEV_SNP.
|
47557
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
47565
47558
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
47566
47559
|
"""
|
47567
47560
|
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
@@ -47571,10 +47564,9 @@ class GetInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
47571
47564
|
@pulumi.getter(name="confidentialInstanceType")
|
47572
47565
|
def confidential_instance_type(self) -> str:
|
47573
47566
|
"""
|
47574
|
-
|
47575
|
-
|
47576
|
-
|
47577
|
-
"AMD Milan" is currently required. TDX is only available in beta.
|
47567
|
+
Specifies which confidential computing technology to use.
|
47568
|
+
This could be one of the following values: SEV, SEV_SNP.
|
47569
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
47578
47570
|
"""
|
47579
47571
|
return pulumi.get(self, "confidential_instance_type")
|
47580
47572
|
|
@@ -49222,10 +49214,9 @@ class GetRegionInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
49222
49214
|
confidential_instance_type: str,
|
49223
49215
|
enable_confidential_compute: bool):
|
49224
49216
|
"""
|
49225
|
-
:param str confidential_instance_type:
|
49226
|
-
|
49227
|
-
|
49228
|
-
"AMD Milan" is currently required.
|
49217
|
+
:param str confidential_instance_type: Specifies which confidential computing technology to use.
|
49218
|
+
This could be one of the following values: SEV, SEV_SNP.
|
49219
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
49229
49220
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
49230
49221
|
"""
|
49231
49222
|
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
@@ -49235,10 +49226,9 @@ class GetRegionInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
49235
49226
|
@pulumi.getter(name="confidentialInstanceType")
|
49236
49227
|
def confidential_instance_type(self) -> str:
|
49237
49228
|
"""
|
49238
|
-
|
49239
|
-
|
49240
|
-
|
49241
|
-
"AMD Milan" is currently required.
|
49229
|
+
Specifies which confidential computing technology to use.
|
49230
|
+
This could be one of the following values: SEV, SEV_SNP.
|
49231
|
+
If SEV_SNP, min_cpu_platform = "AMD Milan" is currently required.
|
49242
49232
|
"""
|
49243
49233
|
return pulumi.get(self, "confidential_instance_type")
|
49244
49234
|
|
@@ -646,10 +646,6 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
646
646
|
version_id="v1",
|
647
647
|
service="appengine-network-endpoint-group",
|
648
648
|
runtime="nodejs",
|
649
|
-
flexible_runtime_settings={
|
650
|
-
"operating_system": "ubuntu22",
|
651
|
-
"runtime_version": "20",
|
652
|
-
},
|
653
649
|
entrypoint={
|
654
650
|
"shell": "node ./app.js",
|
655
651
|
},
|
@@ -990,10 +986,6 @@ class RegionNetworkEndpointGroup(pulumi.CustomResource):
|
|
990
986
|
version_id="v1",
|
991
987
|
service="appengine-network-endpoint-group",
|
992
988
|
runtime="nodejs",
|
993
|
-
flexible_runtime_settings={
|
994
|
-
"operating_system": "ubuntu22",
|
995
|
-
"runtime_version": "20",
|
996
|
-
},
|
997
989
|
entrypoint={
|
998
990
|
"shell": "node ./app.js",
|
999
991
|
},
|