pulumi-gcp 7.16.0a1711520590__py3-none-any.whl → 7.17.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 +35 -0
- pulumi_gcp/accesscontextmanager/__init__.py +1 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +345 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +80 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +86 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +4 -2
- pulumi_gcp/apphub/__init__.py +1 -0
- pulumi_gcp/apphub/get_application.py +220 -0
- pulumi_gcp/apphub/outputs.py +214 -0
- pulumi_gcp/applicationintegration/__init__.py +10 -0
- pulumi_gcp/applicationintegration/_inputs.py +119 -0
- pulumi_gcp/applicationintegration/client.py +566 -0
- pulumi_gcp/applicationintegration/outputs.py +122 -0
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/outputs.py +14 -0
- pulumi_gcp/bigquery/routine.py +98 -0
- pulumi_gcp/bigtable/_inputs.py +4 -4
- pulumi_gcp/bigtable/gc_policy.py +8 -0
- pulumi_gcp/bigtable/outputs.py +4 -4
- pulumi_gcp/billing/_inputs.py +4 -4
- pulumi_gcp/billing/outputs.py +4 -4
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +2 -2
- pulumi_gcp/cloudfunctionsv2/outputs.py +4 -4
- pulumi_gcp/cloudquota/__init__.py +3 -0
- pulumi_gcp/cloudquota/_inputs.py +131 -0
- pulumi_gcp/cloudquota/get_s_quota_infos.py +136 -0
- pulumi_gcp/cloudquota/outputs.py +388 -0
- pulumi_gcp/cloudquota/s_quota_preference.py +777 -0
- pulumi_gcp/cloudrunv2/_inputs.py +59 -2
- pulumi_gcp/cloudrunv2/outputs.py +107 -4
- pulumi_gcp/cloudrunv2/service.py +13 -13
- pulumi_gcp/composer/_inputs.py +30 -4
- pulumi_gcp/composer/outputs.py +45 -10
- pulumi_gcp/compute/_inputs.py +145 -51
- pulumi_gcp/compute/autoscaler.py +14 -14
- pulumi_gcp/compute/interconnect_attachment.py +64 -0
- pulumi_gcp/compute/network_endpoint.py +8 -0
- pulumi_gcp/compute/network_endpoint_list.py +8 -0
- pulumi_gcp/compute/outputs.py +202 -69
- pulumi_gcp/compute/region_autoscaler.py +14 -14
- pulumi_gcp/compute/region_backend_service.py +28 -0
- pulumi_gcp/compute/region_url_map.py +152 -0
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +148 -16
- pulumi_gcp/container/outputs.py +148 -16
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/dataflow/flex_template_job.py +84 -112
- pulumi_gcp/dataform/repository.py +4 -74
- pulumi_gcp/dataloss/_inputs.py +6 -6
- pulumi_gcp/dataloss/outputs.py +6 -6
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/_inputs.py +85 -10
- pulumi_gcp/dataproc/get_metastore_service.py +11 -1
- pulumi_gcp/dataproc/metastore_service.py +120 -0
- pulumi_gcp/dataproc/outputs.py +142 -10
- pulumi_gcp/firebase/android_app.py +41 -40
- pulumi_gcp/firebase/app_check_service_config.py +2 -2
- pulumi_gcp/firestore/backup_schedule.py +14 -14
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/firestore/index.py +34 -48
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iam/_inputs.py +76 -0
- pulumi_gcp/iam/outputs.py +76 -0
- pulumi_gcp/iam/workforce_pool_provider.py +35 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +140 -0
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/kms/_inputs.py +46 -0
- pulumi_gcp/kms/crypto_key.py +54 -0
- pulumi_gcp/kms/crypto_key_version.py +54 -0
- pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
- pulumi_gcp/kms/outputs.py +54 -0
- pulumi_gcp/logging/_inputs.py +8 -8
- pulumi_gcp/logging/metric.py +7 -7
- pulumi_gcp/logging/outputs.py +8 -8
- pulumi_gcp/monitoring/_inputs.py +4 -2
- pulumi_gcp/monitoring/outputs.py +4 -2
- pulumi_gcp/monitoring/slo.py +4 -4
- pulumi_gcp/networksecurity/firewall_endpoint.py +48 -0
- pulumi_gcp/networkservices/_inputs.py +6 -6
- pulumi_gcp/networkservices/outputs.py +6 -6
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/_inputs.py +108 -0
- pulumi_gcp/pubsub/get_topic.py +11 -1
- pulumi_gcp/pubsub/outputs.py +213 -0
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/topic.py +92 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +7 -7
- pulumi_gcp/sql/_inputs.py +20 -2
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +20 -2
- pulumi_gcp/storage/_inputs.py +42 -2
- pulumi_gcp/storage/bucket.py +54 -0
- pulumi_gcp/storage/get_bucket.py +11 -1
- pulumi_gcp/storage/outputs.py +83 -2
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +175 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +477 -0
- pulumi_gcp/vertex/outputs.py +202 -10
- pulumi_gcp/vpcaccess/connector.py +77 -28
- pulumi_gcp/workstations/_inputs.py +113 -0
- pulumi_gcp/workstations/outputs.py +109 -1
- pulumi_gcp/workstations/workstation_config.py +106 -0
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/RECORD +113 -103
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.16.0a1711520590.dist-info → pulumi_gcp-7.17.0.dist-info}/top_level.txt +0 -0
@@ -413,8 +413,10 @@ class _InterconnectAttachmentState:
|
|
413
413
|
bandwidth: Optional[pulumi.Input[str]] = None,
|
414
414
|
candidate_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
415
415
|
cloud_router_ip_address: Optional[pulumi.Input[str]] = None,
|
416
|
+
cloud_router_ipv6_address: Optional[pulumi.Input[str]] = None,
|
416
417
|
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
417
418
|
customer_router_ip_address: Optional[pulumi.Input[str]] = None,
|
419
|
+
customer_router_ipv6_address: Optional[pulumi.Input[str]] = None,
|
418
420
|
description: Optional[pulumi.Input[str]] = None,
|
419
421
|
edge_availability_domain: Optional[pulumi.Input[str]] = None,
|
420
422
|
encryption: Optional[pulumi.Input[str]] = None,
|
@@ -453,9 +455,13 @@ class _InterconnectAttachmentState:
|
|
453
455
|
Google will randomly select an unused /29 from all of link-local space.
|
454
456
|
:param pulumi.Input[str] cloud_router_ip_address: IPv4 address + prefix length to be configured on Cloud Router
|
455
457
|
Interface for this interconnect attachment.
|
458
|
+
:param pulumi.Input[str] cloud_router_ipv6_address: IPv6 address + prefix length to be configured on Cloud Router
|
459
|
+
Interface for this interconnect attachment.
|
456
460
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
457
461
|
:param pulumi.Input[str] customer_router_ip_address: IPv4 address + prefix length to be configured on the customer
|
458
462
|
router subinterface for this interconnect attachment.
|
463
|
+
:param pulumi.Input[str] customer_router_ipv6_address: IPv6 address + prefix length to be configured on the customer
|
464
|
+
router subinterface for this interconnect attachment.
|
459
465
|
:param pulumi.Input[str] description: An optional description of this resource.
|
460
466
|
:param pulumi.Input[str] edge_availability_domain: Desired availability domain for the attachment. Only available for type
|
461
467
|
PARTNER, at creation time. For improved reliability, customers should
|
@@ -544,10 +550,14 @@ class _InterconnectAttachmentState:
|
|
544
550
|
pulumi.set(__self__, "candidate_subnets", candidate_subnets)
|
545
551
|
if cloud_router_ip_address is not None:
|
546
552
|
pulumi.set(__self__, "cloud_router_ip_address", cloud_router_ip_address)
|
553
|
+
if cloud_router_ipv6_address is not None:
|
554
|
+
pulumi.set(__self__, "cloud_router_ipv6_address", cloud_router_ipv6_address)
|
547
555
|
if creation_timestamp is not None:
|
548
556
|
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
549
557
|
if customer_router_ip_address is not None:
|
550
558
|
pulumi.set(__self__, "customer_router_ip_address", customer_router_ip_address)
|
559
|
+
if customer_router_ipv6_address is not None:
|
560
|
+
pulumi.set(__self__, "customer_router_ipv6_address", customer_router_ipv6_address)
|
551
561
|
if description is not None:
|
552
562
|
pulumi.set(__self__, "description", description)
|
553
563
|
if edge_availability_domain is not None:
|
@@ -648,6 +658,19 @@ class _InterconnectAttachmentState:
|
|
648
658
|
def cloud_router_ip_address(self, value: Optional[pulumi.Input[str]]):
|
649
659
|
pulumi.set(self, "cloud_router_ip_address", value)
|
650
660
|
|
661
|
+
@property
|
662
|
+
@pulumi.getter(name="cloudRouterIpv6Address")
|
663
|
+
def cloud_router_ipv6_address(self) -> Optional[pulumi.Input[str]]:
|
664
|
+
"""
|
665
|
+
IPv6 address + prefix length to be configured on Cloud Router
|
666
|
+
Interface for this interconnect attachment.
|
667
|
+
"""
|
668
|
+
return pulumi.get(self, "cloud_router_ipv6_address")
|
669
|
+
|
670
|
+
@cloud_router_ipv6_address.setter
|
671
|
+
def cloud_router_ipv6_address(self, value: Optional[pulumi.Input[str]]):
|
672
|
+
pulumi.set(self, "cloud_router_ipv6_address", value)
|
673
|
+
|
651
674
|
@property
|
652
675
|
@pulumi.getter(name="creationTimestamp")
|
653
676
|
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
@@ -673,6 +696,19 @@ class _InterconnectAttachmentState:
|
|
673
696
|
def customer_router_ip_address(self, value: Optional[pulumi.Input[str]]):
|
674
697
|
pulumi.set(self, "customer_router_ip_address", value)
|
675
698
|
|
699
|
+
@property
|
700
|
+
@pulumi.getter(name="customerRouterIpv6Address")
|
701
|
+
def customer_router_ipv6_address(self) -> Optional[pulumi.Input[str]]:
|
702
|
+
"""
|
703
|
+
IPv6 address + prefix length to be configured on the customer
|
704
|
+
router subinterface for this interconnect attachment.
|
705
|
+
"""
|
706
|
+
return pulumi.get(self, "customer_router_ipv6_address")
|
707
|
+
|
708
|
+
@customer_router_ipv6_address.setter
|
709
|
+
def customer_router_ipv6_address(self, value: Optional[pulumi.Input[str]]):
|
710
|
+
pulumi.set(self, "customer_router_ipv6_address", value)
|
711
|
+
|
676
712
|
@property
|
677
713
|
@pulumi.getter
|
678
714
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -1321,8 +1357,10 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1321
1357
|
__props__.__dict__["type"] = type
|
1322
1358
|
__props__.__dict__["vlan_tag8021q"] = vlan_tag8021q
|
1323
1359
|
__props__.__dict__["cloud_router_ip_address"] = None
|
1360
|
+
__props__.__dict__["cloud_router_ipv6_address"] = None
|
1324
1361
|
__props__.__dict__["creation_timestamp"] = None
|
1325
1362
|
__props__.__dict__["customer_router_ip_address"] = None
|
1363
|
+
__props__.__dict__["customer_router_ipv6_address"] = None
|
1326
1364
|
__props__.__dict__["google_reference_id"] = None
|
1327
1365
|
__props__.__dict__["pairing_key"] = None
|
1328
1366
|
__props__.__dict__["partner_asn"] = None
|
@@ -1343,8 +1381,10 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1343
1381
|
bandwidth: Optional[pulumi.Input[str]] = None,
|
1344
1382
|
candidate_subnets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1345
1383
|
cloud_router_ip_address: Optional[pulumi.Input[str]] = None,
|
1384
|
+
cloud_router_ipv6_address: Optional[pulumi.Input[str]] = None,
|
1346
1385
|
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
1347
1386
|
customer_router_ip_address: Optional[pulumi.Input[str]] = None,
|
1387
|
+
customer_router_ipv6_address: Optional[pulumi.Input[str]] = None,
|
1348
1388
|
description: Optional[pulumi.Input[str]] = None,
|
1349
1389
|
edge_availability_domain: Optional[pulumi.Input[str]] = None,
|
1350
1390
|
encryption: Optional[pulumi.Input[str]] = None,
|
@@ -1388,9 +1428,13 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1388
1428
|
Google will randomly select an unused /29 from all of link-local space.
|
1389
1429
|
:param pulumi.Input[str] cloud_router_ip_address: IPv4 address + prefix length to be configured on Cloud Router
|
1390
1430
|
Interface for this interconnect attachment.
|
1431
|
+
:param pulumi.Input[str] cloud_router_ipv6_address: IPv6 address + prefix length to be configured on Cloud Router
|
1432
|
+
Interface for this interconnect attachment.
|
1391
1433
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
1392
1434
|
:param pulumi.Input[str] customer_router_ip_address: IPv4 address + prefix length to be configured on the customer
|
1393
1435
|
router subinterface for this interconnect attachment.
|
1436
|
+
:param pulumi.Input[str] customer_router_ipv6_address: IPv6 address + prefix length to be configured on the customer
|
1437
|
+
router subinterface for this interconnect attachment.
|
1394
1438
|
:param pulumi.Input[str] description: An optional description of this resource.
|
1395
1439
|
:param pulumi.Input[str] edge_availability_domain: Desired availability domain for the attachment. Only available for type
|
1396
1440
|
PARTNER, at creation time. For improved reliability, customers should
|
@@ -1479,8 +1523,10 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1479
1523
|
__props__.__dict__["bandwidth"] = bandwidth
|
1480
1524
|
__props__.__dict__["candidate_subnets"] = candidate_subnets
|
1481
1525
|
__props__.__dict__["cloud_router_ip_address"] = cloud_router_ip_address
|
1526
|
+
__props__.__dict__["cloud_router_ipv6_address"] = cloud_router_ipv6_address
|
1482
1527
|
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1483
1528
|
__props__.__dict__["customer_router_ip_address"] = customer_router_ip_address
|
1529
|
+
__props__.__dict__["customer_router_ipv6_address"] = customer_router_ipv6_address
|
1484
1530
|
__props__.__dict__["description"] = description
|
1485
1531
|
__props__.__dict__["edge_availability_domain"] = edge_availability_domain
|
1486
1532
|
__props__.__dict__["encryption"] = encryption
|
@@ -1547,6 +1593,15 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1547
1593
|
"""
|
1548
1594
|
return pulumi.get(self, "cloud_router_ip_address")
|
1549
1595
|
|
1596
|
+
@property
|
1597
|
+
@pulumi.getter(name="cloudRouterIpv6Address")
|
1598
|
+
def cloud_router_ipv6_address(self) -> pulumi.Output[str]:
|
1599
|
+
"""
|
1600
|
+
IPv6 address + prefix length to be configured on Cloud Router
|
1601
|
+
Interface for this interconnect attachment.
|
1602
|
+
"""
|
1603
|
+
return pulumi.get(self, "cloud_router_ipv6_address")
|
1604
|
+
|
1550
1605
|
@property
|
1551
1606
|
@pulumi.getter(name="creationTimestamp")
|
1552
1607
|
def creation_timestamp(self) -> pulumi.Output[str]:
|
@@ -1564,6 +1619,15 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1564
1619
|
"""
|
1565
1620
|
return pulumi.get(self, "customer_router_ip_address")
|
1566
1621
|
|
1622
|
+
@property
|
1623
|
+
@pulumi.getter(name="customerRouterIpv6Address")
|
1624
|
+
def customer_router_ipv6_address(self) -> pulumi.Output[str]:
|
1625
|
+
"""
|
1626
|
+
IPv6 address + prefix length to be configured on the customer
|
1627
|
+
router subinterface for this interconnect attachment.
|
1628
|
+
"""
|
1629
|
+
return pulumi.get(self, "customer_router_ipv6_address")
|
1630
|
+
|
1567
1631
|
@property
|
1568
1632
|
@pulumi.getter
|
1569
1633
|
def description(self) -> pulumi.Output[Optional[str]]:
|
@@ -276,6 +276,10 @@ class NetworkEndpoint(pulumi.CustomResource):
|
|
276
276
|
single subnet. **NOTE**: Network endpoints cannot be created outside of a
|
277
277
|
network endpoint group.
|
278
278
|
|
279
|
+
> **NOTE** In case the Endpoint's Instance is recreated, it's needed to
|
280
|
+
perform `apply` twice. To avoid situations like this, please use this resource
|
281
|
+
with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
|
282
|
+
|
279
283
|
To get more information about NetworkEndpoint, see:
|
280
284
|
|
281
285
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)
|
@@ -389,6 +393,10 @@ class NetworkEndpoint(pulumi.CustomResource):
|
|
389
393
|
single subnet. **NOTE**: Network endpoints cannot be created outside of a
|
390
394
|
network endpoint group.
|
391
395
|
|
396
|
+
> **NOTE** In case the Endpoint's Instance is recreated, it's needed to
|
397
|
+
perform `apply` twice. To avoid situations like this, please use this resource
|
398
|
+
with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
|
399
|
+
|
392
400
|
To get more information about NetworkEndpoint, see:
|
393
401
|
|
394
402
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)
|
@@ -204,6 +204,10 @@ class NetworkEndpointList(pulumi.CustomResource):
|
|
204
204
|
This resource is authoritative for a single NEG. Any endpoints not specified
|
205
205
|
by this resource will be deleted when the resource configuration is applied.
|
206
206
|
|
207
|
+
> **NOTE** In case the Endpoint's Instance is recreated, it's needed to
|
208
|
+
perform `apply` twice. To avoid situations like this, please use this resource
|
209
|
+
with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
|
210
|
+
|
207
211
|
To get more information about NetworkEndpoints, see:
|
208
212
|
|
209
213
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)
|
@@ -336,6 +340,10 @@ class NetworkEndpointList(pulumi.CustomResource):
|
|
336
340
|
This resource is authoritative for a single NEG. Any endpoints not specified
|
337
341
|
by this resource will be deleted when the resource configuration is applied.
|
338
342
|
|
343
|
+
> **NOTE** In case the Endpoint's Instance is recreated, it's needed to
|
344
|
+
perform `apply` twice. To avoid situations like this, please use this resource
|
345
|
+
with the lifecycle `update_triggered_by` method, with the passed Instance's ID.
|
346
|
+
|
339
347
|
To get more information about NetworkEndpoints, see:
|
340
348
|
|
341
349
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/networkEndpointGroups)
|