pulumi-gcp 8.33.0a1749001887__py3-none-any.whl → 8.34.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 +40 -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/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/get_datasets.py +131 -0
- pulumi_gcp/bigquery/outputs.py +52 -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/_inputs.py +14 -1
- pulumi_gcp/colab/outputs.py +8 -1
- pulumi_gcp/colab/runtime_template.py +5 -27
- pulumi_gcp/compute/__init__.py +3 -0
- pulumi_gcp/compute/_inputs.py +1829 -3
- pulumi_gcp/compute/backend_service.py +18 -2
- pulumi_gcp/compute/get_region_instance_template.py +12 -1
- pulumi_gcp/compute/get_router_nat.py +23 -1
- pulumi_gcp/compute/interconnect.py +32 -0
- pulumi_gcp/compute/interconnect_attachment.py +304 -0
- pulumi_gcp/compute/interconnect_attachment_group.py +636 -0
- pulumi_gcp/compute/interconnect_group.py +586 -0
- pulumi_gcp/compute/outputs.py +1321 -2
- pulumi_gcp/compute/region_instance_template.py +28 -0
- pulumi_gcp/compute/router_nat.py +143 -0
- pulumi_gcp/compute/snapshot_settings.py +285 -0
- pulumi_gcp/compute/url_map.py +338 -0
- pulumi_gcp/container/_inputs.py +57 -24
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +75 -20
- pulumi_gcp/dataplex/__init__.py +1 -0
- pulumi_gcp/dataplex/_inputs.py +492 -0
- pulumi_gcp/dataplex/datascan.py +2 -0
- pulumi_gcp/dataplex/entry.py +1038 -0
- pulumi_gcp/dataplex/outputs.py +357 -1
- pulumi_gcp/datastream/_inputs.py +48 -6
- pulumi_gcp/datastream/outputs.py +46 -4
- pulumi_gcp/datastream/private_connection.py +205 -35
- pulumi_gcp/dns/_inputs.py +73 -0
- pulumi_gcp/dns/outputs.py +60 -0
- pulumi_gcp/dns/policy.py +54 -0
- pulumi_gcp/eventarc/_inputs.py +12 -5
- pulumi_gcp/eventarc/outputs.py +8 -3
- pulumi_gcp/eventarc/pipeline.py +0 -12
- pulumi_gcp/filestore/_inputs.py +44 -1
- pulumi_gcp/filestore/instance.py +7 -7
- pulumi_gcp/filestore/outputs.py +52 -2
- 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/memorystore/_inputs.py +6 -6
- pulumi_gcp/memorystore/outputs.py +8 -8
- pulumi_gcp/netapp/_inputs.py +113 -0
- pulumi_gcp/netapp/backup_vault.py +56 -0
- pulumi_gcp/netapp/outputs.py +92 -0
- pulumi_gcp/networkconnectivity/_inputs.py +9 -9
- pulumi_gcp/networkconnectivity/outputs.py +6 -6
- 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/redis/_inputs.py +3 -6
- pulumi_gcp/redis/outputs.py +2 -4
- pulumi_gcp/storage/bucket_object.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/RECORD +97 -91
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.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": [{
|
pulumi_gcp/colab/_inputs.py
CHANGED
@@ -651,8 +651,11 @@ if not MYPY:
|
|
651
651
|
"""
|
652
652
|
post_startup_script_config: NotRequired[pulumi.Input['RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgsDict']]
|
653
653
|
"""
|
654
|
+
(Optional, Deprecated)
|
654
655
|
Post startup script config.
|
655
656
|
Structure is documented below.
|
657
|
+
|
658
|
+
> **Warning:** `post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.
|
656
659
|
"""
|
657
660
|
elif False:
|
658
661
|
RuntimeTemplateSoftwareConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -665,11 +668,17 @@ class RuntimeTemplateSoftwareConfigArgs:
|
|
665
668
|
"""
|
666
669
|
:param pulumi.Input[Sequence[pulumi.Input['RuntimeTemplateSoftwareConfigEnvArgs']]] envs: Environment variables to be passed to the container.
|
667
670
|
Structure is documented below.
|
668
|
-
:param pulumi.Input['RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs'] post_startup_script_config:
|
671
|
+
:param pulumi.Input['RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs'] post_startup_script_config: (Optional, Deprecated)
|
672
|
+
Post startup script config.
|
669
673
|
Structure is documented below.
|
674
|
+
|
675
|
+
> **Warning:** `post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.
|
670
676
|
"""
|
671
677
|
if envs is not None:
|
672
678
|
pulumi.set(__self__, "envs", envs)
|
679
|
+
if post_startup_script_config is not None:
|
680
|
+
warnings.warn("""`post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.""", DeprecationWarning)
|
681
|
+
pulumi.log.warn("""post_startup_script_config is deprecated: `post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.""")
|
673
682
|
if post_startup_script_config is not None:
|
674
683
|
pulumi.set(__self__, "post_startup_script_config", post_startup_script_config)
|
675
684
|
|
@@ -688,10 +697,14 @@ class RuntimeTemplateSoftwareConfigArgs:
|
|
688
697
|
|
689
698
|
@property
|
690
699
|
@pulumi.getter(name="postStartupScriptConfig")
|
700
|
+
@_utilities.deprecated("""`post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.""")
|
691
701
|
def post_startup_script_config(self) -> Optional[pulumi.Input['RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs']]:
|
692
702
|
"""
|
703
|
+
(Optional, Deprecated)
|
693
704
|
Post startup script config.
|
694
705
|
Structure is documented below.
|
706
|
+
|
707
|
+
> **Warning:** `post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.
|
695
708
|
"""
|
696
709
|
return pulumi.get(self, "post_startup_script_config")
|
697
710
|
|
pulumi_gcp/colab/outputs.py
CHANGED
@@ -568,8 +568,11 @@ class RuntimeTemplateSoftwareConfig(dict):
|
|
568
568
|
"""
|
569
569
|
:param Sequence['RuntimeTemplateSoftwareConfigEnvArgs'] envs: Environment variables to be passed to the container.
|
570
570
|
Structure is documented below.
|
571
|
-
:param 'RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs' post_startup_script_config:
|
571
|
+
:param 'RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs' post_startup_script_config: (Optional, Deprecated)
|
572
|
+
Post startup script config.
|
572
573
|
Structure is documented below.
|
574
|
+
|
575
|
+
> **Warning:** `post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.
|
573
576
|
"""
|
574
577
|
if envs is not None:
|
575
578
|
pulumi.set(__self__, "envs", envs)
|
@@ -587,10 +590,14 @@ class RuntimeTemplateSoftwareConfig(dict):
|
|
587
590
|
|
588
591
|
@property
|
589
592
|
@pulumi.getter(name="postStartupScriptConfig")
|
593
|
+
@_utilities.deprecated("""`post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.""")
|
590
594
|
def post_startup_script_config(self) -> Optional['outputs.RuntimeTemplateSoftwareConfigPostStartupScriptConfig']:
|
591
595
|
"""
|
596
|
+
(Optional, Deprecated)
|
592
597
|
Post startup script config.
|
593
598
|
Structure is documented below.
|
599
|
+
|
600
|
+
> **Warning:** `post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.
|
594
601
|
"""
|
595
602
|
return pulumi.get(self, "post_startup_script_config")
|
596
603
|
|
@@ -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
|
|
@@ -1229,7 +1207,7 @@ class RuntimeTemplate(pulumi.CustomResource):
|
|
1229
1207
|
|
1230
1208
|
@property
|
1231
1209
|
@pulumi.getter(name="softwareConfig")
|
1232
|
-
def software_config(self) -> pulumi.Output[
|
1210
|
+
def software_config(self) -> pulumi.Output['outputs.RuntimeTemplateSoftwareConfig']:
|
1233
1211
|
"""
|
1234
1212
|
The notebook software configuration of the notebook runtime.
|
1235
1213
|
Structure is documented below.
|
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 *
|