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
@@ -355,6 +355,7 @@ class _InterconnectState:
|
|
355
355
|
google_ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
356
356
|
google_reference_id: Optional[pulumi.Input[builtins.str]] = None,
|
357
357
|
interconnect_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
358
|
+
interconnect_groups: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
358
359
|
interconnect_type: Optional[pulumi.Input[builtins.str]] = None,
|
359
360
|
label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
|
360
361
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
@@ -398,6 +399,8 @@ class _InterconnectState:
|
|
398
399
|
:param pulumi.Input[builtins.str] google_reference_id: Google reference ID to be used when raising support tickets with Google or otherwise to debug
|
399
400
|
backend connectivity issues.
|
400
401
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_attachments: A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
|
402
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_groups: URLs of InterconnectGroups that include this Interconnect.
|
403
|
+
Order is arbitrary and items are unique.
|
401
404
|
:param pulumi.Input[builtins.str] interconnect_type: Type of interconnect. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
|
402
405
|
Can take one of the following values:
|
403
406
|
- PARTNER: A partner-managed interconnection shared between customers though a partner.
|
@@ -495,6 +498,8 @@ class _InterconnectState:
|
|
495
498
|
pulumi.set(__self__, "google_reference_id", google_reference_id)
|
496
499
|
if interconnect_attachments is not None:
|
497
500
|
pulumi.set(__self__, "interconnect_attachments", interconnect_attachments)
|
501
|
+
if interconnect_groups is not None:
|
502
|
+
pulumi.set(__self__, "interconnect_groups", interconnect_groups)
|
498
503
|
if interconnect_type is not None:
|
499
504
|
pulumi.set(__self__, "interconnect_type", interconnect_type)
|
500
505
|
if label_fingerprint is not None:
|
@@ -677,6 +682,19 @@ class _InterconnectState:
|
|
677
682
|
def interconnect_attachments(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
678
683
|
pulumi.set(self, "interconnect_attachments", value)
|
679
684
|
|
685
|
+
@property
|
686
|
+
@pulumi.getter(name="interconnectGroups")
|
687
|
+
def interconnect_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
688
|
+
"""
|
689
|
+
URLs of InterconnectGroups that include this Interconnect.
|
690
|
+
Order is arbitrary and items are unique.
|
691
|
+
"""
|
692
|
+
return pulumi.get(self, "interconnect_groups")
|
693
|
+
|
694
|
+
@interconnect_groups.setter
|
695
|
+
def interconnect_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
696
|
+
pulumi.set(self, "interconnect_groups", value)
|
697
|
+
|
680
698
|
@property
|
681
699
|
@pulumi.getter(name="interconnectType")
|
682
700
|
def interconnect_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -1220,6 +1238,7 @@ class Interconnect(pulumi.CustomResource):
|
|
1220
1238
|
__props__.__dict__["google_ip_address"] = None
|
1221
1239
|
__props__.__dict__["google_reference_id"] = None
|
1222
1240
|
__props__.__dict__["interconnect_attachments"] = None
|
1241
|
+
__props__.__dict__["interconnect_groups"] = None
|
1223
1242
|
__props__.__dict__["label_fingerprint"] = None
|
1224
1243
|
__props__.__dict__["operational_status"] = None
|
1225
1244
|
__props__.__dict__["peer_ip_address"] = None
|
@@ -1250,6 +1269,7 @@ class Interconnect(pulumi.CustomResource):
|
|
1250
1269
|
google_ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
1251
1270
|
google_reference_id: Optional[pulumi.Input[builtins.str]] = None,
|
1252
1271
|
interconnect_attachments: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
1272
|
+
interconnect_groups: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
1253
1273
|
interconnect_type: Optional[pulumi.Input[builtins.str]] = None,
|
1254
1274
|
label_fingerprint: Optional[pulumi.Input[builtins.str]] = None,
|
1255
1275
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
@@ -1298,6 +1318,8 @@ class Interconnect(pulumi.CustomResource):
|
|
1298
1318
|
:param pulumi.Input[builtins.str] google_reference_id: Google reference ID to be used when raising support tickets with Google or otherwise to debug
|
1299
1319
|
backend connectivity issues.
|
1300
1320
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_attachments: A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
|
1321
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] interconnect_groups: URLs of InterconnectGroups that include this Interconnect.
|
1322
|
+
Order is arbitrary and items are unique.
|
1301
1323
|
:param pulumi.Input[builtins.str] interconnect_type: Type of interconnect. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
|
1302
1324
|
Can take one of the following values:
|
1303
1325
|
- PARTNER: A partner-managed interconnection shared between customers though a partner.
|
@@ -1388,6 +1410,7 @@ class Interconnect(pulumi.CustomResource):
|
|
1388
1410
|
__props__.__dict__["google_ip_address"] = google_ip_address
|
1389
1411
|
__props__.__dict__["google_reference_id"] = google_reference_id
|
1390
1412
|
__props__.__dict__["interconnect_attachments"] = interconnect_attachments
|
1413
|
+
__props__.__dict__["interconnect_groups"] = interconnect_groups
|
1391
1414
|
__props__.__dict__["interconnect_type"] = interconnect_type
|
1392
1415
|
__props__.__dict__["label_fingerprint"] = label_fingerprint
|
1393
1416
|
__props__.__dict__["labels"] = labels
|
@@ -1508,6 +1531,15 @@ class Interconnect(pulumi.CustomResource):
|
|
1508
1531
|
"""
|
1509
1532
|
return pulumi.get(self, "interconnect_attachments")
|
1510
1533
|
|
1534
|
+
@property
|
1535
|
+
@pulumi.getter(name="interconnectGroups")
|
1536
|
+
def interconnect_groups(self) -> pulumi.Output[Sequence[builtins.str]]:
|
1537
|
+
"""
|
1538
|
+
URLs of InterconnectGroups that include this Interconnect.
|
1539
|
+
Order is arbitrary and items are unique.
|
1540
|
+
"""
|
1541
|
+
return pulumi.get(self, "interconnect_groups")
|
1542
|
+
|
1511
1543
|
@property
|
1512
1544
|
@pulumi.getter(name="interconnectType")
|
1513
1545
|
def interconnect_type(self) -> pulumi.Output[builtins.str]:
|
@@ -538,6 +538,7 @@ class InterconnectAttachmentArgs:
|
|
538
538
|
class _InterconnectAttachmentState:
|
539
539
|
def __init__(__self__, *,
|
540
540
|
admin_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
541
|
+
attachment_group: Optional[pulumi.Input[builtins.str]] = None,
|
541
542
|
bandwidth: Optional[pulumi.Input[builtins.str]] = None,
|
542
543
|
candidate_cloud_router_ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
543
544
|
candidate_cloud_router_ipv6_address: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -577,6 +578,7 @@ class _InterconnectAttachmentState:
|
|
577
578
|
Input properties used for looking up and filtering InterconnectAttachment resources.
|
578
579
|
:param pulumi.Input[builtins.bool] admin_enabled: Whether the VLAN attachment is enabled or disabled. When using
|
579
580
|
PARTNER type this will Pre-Activate the interconnect attachment
|
581
|
+
:param pulumi.Input[builtins.str] attachment_group: URL of the AttachmentGroup that includes this Attachment.
|
580
582
|
:param pulumi.Input[builtins.str] bandwidth: Provisioned bandwidth capacity for the interconnect attachment.
|
581
583
|
For attachments of type DEDICATED, the user can set the bandwidth.
|
582
584
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
@@ -708,6 +710,8 @@ class _InterconnectAttachmentState:
|
|
708
710
|
"""
|
709
711
|
if admin_enabled is not None:
|
710
712
|
pulumi.set(__self__, "admin_enabled", admin_enabled)
|
713
|
+
if attachment_group is not None:
|
714
|
+
pulumi.set(__self__, "attachment_group", attachment_group)
|
711
715
|
if bandwidth is not None:
|
712
716
|
pulumi.set(__self__, "bandwidth", bandwidth)
|
713
717
|
if candidate_cloud_router_ip_address is not None:
|
@@ -792,6 +796,18 @@ class _InterconnectAttachmentState:
|
|
792
796
|
def admin_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
793
797
|
pulumi.set(self, "admin_enabled", value)
|
794
798
|
|
799
|
+
@property
|
800
|
+
@pulumi.getter(name="attachmentGroup")
|
801
|
+
def attachment_group(self) -> Optional[pulumi.Input[builtins.str]]:
|
802
|
+
"""
|
803
|
+
URL of the AttachmentGroup that includes this Attachment.
|
804
|
+
"""
|
805
|
+
return pulumi.get(self, "attachment_group")
|
806
|
+
|
807
|
+
@attachment_group.setter
|
808
|
+
def attachment_group(self, value: Optional[pulumi.Input[builtins.str]]):
|
809
|
+
pulumi.set(self, "attachment_group", value)
|
810
|
+
|
795
811
|
@property
|
796
812
|
@pulumi.getter
|
797
813
|
def bandwidth(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -1772,6 +1788,7 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1772
1788
|
__props__.__dict__["subnet_length"] = subnet_length
|
1773
1789
|
__props__.__dict__["type"] = type
|
1774
1790
|
__props__.__dict__["vlan_tag8021q"] = vlan_tag8021q
|
1791
|
+
__props__.__dict__["attachment_group"] = None
|
1775
1792
|
__props__.__dict__["cloud_router_ip_address"] = None
|
1776
1793
|
__props__.__dict__["cloud_router_ipv6_address"] = None
|
1777
1794
|
__props__.__dict__["creation_timestamp"] = None
|
@@ -1799,6 +1816,7 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1799
1816
|
id: pulumi.Input[str],
|
1800
1817
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1801
1818
|
admin_enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
1819
|
+
attachment_group: Optional[pulumi.Input[builtins.str]] = None,
|
1802
1820
|
bandwidth: Optional[pulumi.Input[builtins.str]] = None,
|
1803
1821
|
candidate_cloud_router_ip_address: Optional[pulumi.Input[builtins.str]] = None,
|
1804
1822
|
candidate_cloud_router_ipv6_address: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -1843,6 +1861,7 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1843
1861
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1844
1862
|
:param pulumi.Input[builtins.bool] admin_enabled: Whether the VLAN attachment is enabled or disabled. When using
|
1845
1863
|
PARTNER type this will Pre-Activate the interconnect attachment
|
1864
|
+
:param pulumi.Input[builtins.str] attachment_group: URL of the AttachmentGroup that includes this Attachment.
|
1846
1865
|
:param pulumi.Input[builtins.str] bandwidth: Provisioned bandwidth capacity for the interconnect attachment.
|
1847
1866
|
For attachments of type DEDICATED, the user can set the bandwidth.
|
1848
1867
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
@@ -1977,6 +1996,7 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1977
1996
|
__props__ = _InterconnectAttachmentState.__new__(_InterconnectAttachmentState)
|
1978
1997
|
|
1979
1998
|
__props__.__dict__["admin_enabled"] = admin_enabled
|
1999
|
+
__props__.__dict__["attachment_group"] = attachment_group
|
1980
2000
|
__props__.__dict__["bandwidth"] = bandwidth
|
1981
2001
|
__props__.__dict__["candidate_cloud_router_ip_address"] = candidate_cloud_router_ip_address
|
1982
2002
|
__props__.__dict__["candidate_cloud_router_ipv6_address"] = candidate_cloud_router_ipv6_address
|
@@ -2023,6 +2043,14 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
2023
2043
|
"""
|
2024
2044
|
return pulumi.get(self, "admin_enabled")
|
2025
2045
|
|
2046
|
+
@property
|
2047
|
+
@pulumi.getter(name="attachmentGroup")
|
2048
|
+
def attachment_group(self) -> pulumi.Output[builtins.str]:
|
2049
|
+
"""
|
2050
|
+
URL of the AttachmentGroup that includes this Attachment.
|
2051
|
+
"""
|
2052
|
+
return pulumi.get(self, "attachment_group")
|
2053
|
+
|
2026
2054
|
@property
|
2027
2055
|
@pulumi.getter
|
2028
2056
|
def bandwidth(self) -> pulumi.Output[builtins.str]:
|