pulumi-gcp 8.34.0a1749484438__py3-none-any.whl → 8.34.0a1749648575__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/alloydb/cluster.py +16 -64
- pulumi_gcp/apigee/_inputs.py +89 -0
- pulumi_gcp/apigee/environment.py +68 -2
- pulumi_gcp/apigee/outputs.py +88 -0
- pulumi_gcp/apihub/__init__.py +1 -0
- pulumi_gcp/apihub/_inputs.py +184 -0
- pulumi_gcp/apihub/curation.py +812 -0
- pulumi_gcp/apihub/outputs.py +165 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +12 -1
- pulumi_gcp/beyondcorp/security_gateway.py +28 -0
- pulumi_gcp/cloudrunv2/_inputs.py +463 -0
- pulumi_gcp/cloudrunv2/outputs.py +581 -1
- pulumi_gcp/cloudrunv2/worker_pool.py +0 -8
- pulumi_gcp/colab/runtime_template.py +4 -26
- pulumi_gcp/compute/__init__.py +3 -0
- pulumi_gcp/compute/_inputs.py +1551 -0
- pulumi_gcp/compute/interconnect.py +32 -0
- pulumi_gcp/compute/interconnect_attachment.py +28 -0
- pulumi_gcp/compute/interconnect_attachment_group.py +636 -0
- pulumi_gcp/compute/interconnect_group.py +586 -0
- pulumi_gcp/compute/outputs.py +1087 -0
- pulumi_gcp/compute/snapshot_settings.py +285 -0
- pulumi_gcp/container/_inputs.py +51 -18
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +71 -16
- pulumi_gcp/dataplex/_inputs.py +20 -0
- pulumi_gcp/dataplex/datascan.py +2 -0
- pulumi_gcp/dataplex/outputs.py +15 -1
- pulumi_gcp/eventarc/_inputs.py +12 -5
- pulumi_gcp/eventarc/outputs.py +8 -3
- pulumi_gcp/eventarc/pipeline.py +0 -12
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +58 -9
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +11 -16
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +51 -2
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +11 -16
- pulumi_gcp/gkehub/_inputs.py +84 -7
- pulumi_gcp/gkehub/feature.py +38 -0
- pulumi_gcp/gkehub/outputs.py +102 -7
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +54 -2
- pulumi_gcp/gkeonprem/_inputs.py +54 -0
- pulumi_gcp/gkeonprem/outputs.py +49 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +71 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/backend_authentication_config.py +64 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +392 -0
- pulumi_gcp/pubsub/get_subscription.py +12 -1
- pulumi_gcp/pubsub/get_topic.py +12 -1
- pulumi_gcp/pubsub/outputs.py +548 -0
- pulumi_gcp/pubsub/subscription.py +67 -6
- pulumi_gcp/pubsub/topic.py +61 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.34.0a1749484438.dist-info → pulumi_gcp-8.34.0a1749648575.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.34.0a1749484438.dist-info → pulumi_gcp-8.34.0a1749648575.dist-info}/RECORD +65 -61
- {pulumi_gcp-8.34.0a1749484438.dist-info → pulumi_gcp-8.34.0a1749648575.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.34.0a1749484438.dist-info → pulumi_gcp-8.34.0a1749648575.dist-info}/top_level.txt +0 -0
@@ -1169,10 +1169,6 @@ class WorkerPool(pulumi.CustomResource):
|
|
1169
1169
|
{
|
1170
1170
|
"name": "hello-2",
|
1171
1171
|
"image": "us-docker.pkg.dev/cloudrun/container/worker-pool",
|
1172
|
-
"envs": [{
|
1173
|
-
"name": "PORT",
|
1174
|
-
"value": "8081",
|
1175
|
-
}],
|
1176
1172
|
},
|
1177
1173
|
],
|
1178
1174
|
"volumes": [{
|
@@ -1598,10 +1594,6 @@ class WorkerPool(pulumi.CustomResource):
|
|
1598
1594
|
{
|
1599
1595
|
"name": "hello-2",
|
1600
1596
|
"image": "us-docker.pkg.dev/cloudrun/container/worker-pool",
|
1601
|
-
"envs": [{
|
1602
|
-
"name": "PORT",
|
1603
|
-
"value": "8081",
|
1604
|
-
}],
|
1605
1597
|
},
|
1606
1598
|
],
|
1607
1599
|
"volumes": [{
|
@@ -711,10 +711,10 @@ class RuntimeTemplate(pulumi.CustomResource):
|
|
711
711
|
"idle_timeout": "3600s",
|
712
712
|
},
|
713
713
|
euc_config={
|
714
|
-
"euc_disabled":
|
714
|
+
"euc_disabled": False,
|
715
715
|
},
|
716
716
|
shielded_vm_config={
|
717
|
-
"enable_secure_boot":
|
717
|
+
"enable_secure_boot": False,
|
718
718
|
},
|
719
719
|
network_tags=[
|
720
720
|
"abc",
|
@@ -722,17 +722,6 @@ class RuntimeTemplate(pulumi.CustomResource):
|
|
722
722
|
],
|
723
723
|
encryption_spec={
|
724
724
|
"kms_key_name": "my-crypto-key",
|
725
|
-
},
|
726
|
-
software_config={
|
727
|
-
"envs": [{
|
728
|
-
"name": "TEST",
|
729
|
-
"value": "1",
|
730
|
-
}],
|
731
|
-
"post_startup_script_config": {
|
732
|
-
"post_startup_script": "echo 'hello world'",
|
733
|
-
"post_startup_script_url": "gs://colab-enterprise-pss-secure/secure_pss.sh",
|
734
|
-
"post_startup_script_behavior": "RUN_ONCE",
|
735
|
-
},
|
736
725
|
})
|
737
726
|
```
|
738
727
|
|
@@ -884,10 +873,10 @@ class RuntimeTemplate(pulumi.CustomResource):
|
|
884
873
|
"idle_timeout": "3600s",
|
885
874
|
},
|
886
875
|
euc_config={
|
887
|
-
"euc_disabled":
|
876
|
+
"euc_disabled": False,
|
888
877
|
},
|
889
878
|
shielded_vm_config={
|
890
|
-
"enable_secure_boot":
|
879
|
+
"enable_secure_boot": False,
|
891
880
|
},
|
892
881
|
network_tags=[
|
893
882
|
"abc",
|
@@ -895,17 +884,6 @@ class RuntimeTemplate(pulumi.CustomResource):
|
|
895
884
|
],
|
896
885
|
encryption_spec={
|
897
886
|
"kms_key_name": "my-crypto-key",
|
898
|
-
},
|
899
|
-
software_config={
|
900
|
-
"envs": [{
|
901
|
-
"name": "TEST",
|
902
|
-
"value": "1",
|
903
|
-
}],
|
904
|
-
"post_startup_script_config": {
|
905
|
-
"post_startup_script": "echo 'hello world'",
|
906
|
-
"post_startup_script_url": "gs://colab-enterprise-pss-secure/secure_pss.sh",
|
907
|
-
"post_startup_script_behavior": "RUN_ONCE",
|
908
|
-
},
|
909
887
|
})
|
910
888
|
```
|
911
889
|
|
pulumi_gcp/compute/__init__.py
CHANGED
@@ -132,6 +132,8 @@ from .instant_snapshot_iam_member import *
|
|
132
132
|
from .instant_snapshot_iam_policy import *
|
133
133
|
from .interconnect import *
|
134
134
|
from .interconnect_attachment import *
|
135
|
+
from .interconnect_attachment_group import *
|
136
|
+
from .interconnect_group import *
|
135
137
|
from .machine_image import *
|
136
138
|
from .machine_image_iam_binding import *
|
137
139
|
from .machine_image_iam_member import *
|
@@ -216,6 +218,7 @@ from .snapshot import *
|
|
216
218
|
from .snapshot_iam_binding import *
|
217
219
|
from .snapshot_iam_member import *
|
218
220
|
from .snapshot_iam_policy import *
|
221
|
+
from .snapshot_settings import *
|
219
222
|
from .ssl_certificate import *
|
220
223
|
from .ssl_policy import *
|
221
224
|
from .storage_pool import *
|