pulumi-gcp 7.2.0a1700161820__py3-none-any.whl → 7.2.0a1700200283__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -186,7 +186,6 @@ class ForwardingRuleArgs:
186
186
  For internal forwarding rules within the same VPC network, two or more
187
187
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
188
188
  cannot have overlapping `portRange`s.
189
- @pattern: \\d+(?:-\\d+)?
190
189
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: The `ports`, `portRange`, and `allPorts` fields are mutually exclusive.
191
190
  Only packets addressed to ports in the specified range will be forwarded
192
191
  to the backends configured with this forwarding rule.
@@ -204,7 +203,6 @@ class ForwardingRuleArgs:
204
203
  For internal forwarding rules within the same VPC network, two or more
205
204
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
206
205
  they share at least one port number.
207
- @pattern: \\d+(?:-\\d+)?
208
206
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
209
207
  If it is not provided, the provider project is used.
210
208
  :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
@@ -605,7 +603,6 @@ class ForwardingRuleArgs:
605
603
  For internal forwarding rules within the same VPC network, two or more
606
604
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
607
605
  cannot have overlapping `portRange`s.
608
- @pattern: \\d+(?:-\\d+)?
609
606
  """
610
607
  return pulumi.get(self, "port_range")
611
608
 
@@ -634,7 +631,6 @@ class ForwardingRuleArgs:
634
631
  For internal forwarding rules within the same VPC network, two or more
635
632
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
636
633
  they share at least one port number.
637
- @pattern: \\d+(?:-\\d+)?
638
634
  """
639
635
  return pulumi.get(self, "ports")
640
636
 
@@ -954,7 +950,6 @@ class _ForwardingRuleState:
954
950
  For internal forwarding rules within the same VPC network, two or more
955
951
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
956
952
  cannot have overlapping `portRange`s.
957
- @pattern: \\d+(?:-\\d+)?
958
953
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: The `ports`, `portRange`, and `allPorts` fields are mutually exclusive.
959
954
  Only packets addressed to ports in the specified range will be forwarded
960
955
  to the backends configured with this forwarding rule.
@@ -972,7 +967,6 @@ class _ForwardingRuleState:
972
967
  For internal forwarding rules within the same VPC network, two or more
973
968
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
974
969
  they share at least one port number.
975
- @pattern: \\d+(?:-\\d+)?
976
970
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
977
971
  If it is not provided, the provider project is used.
978
972
  :param pulumi.Input[str] psc_connection_id: The PSC connection id of the PSC Forwarding Rule.
@@ -1447,7 +1441,6 @@ class _ForwardingRuleState:
1447
1441
  For internal forwarding rules within the same VPC network, two or more
1448
1442
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
1449
1443
  cannot have overlapping `portRange`s.
1450
- @pattern: \\d+(?:-\\d+)?
1451
1444
  """
1452
1445
  return pulumi.get(self, "port_range")
1453
1446
 
@@ -1476,7 +1469,6 @@ class _ForwardingRuleState:
1476
1469
  For internal forwarding rules within the same VPC network, two or more
1477
1470
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
1478
1471
  they share at least one port number.
1479
- @pattern: \\d+(?:-\\d+)?
1480
1472
  """
1481
1473
  return pulumi.get(self, "ports")
1482
1474
 
@@ -1925,7 +1917,6 @@ class ForwardingRule(pulumi.CustomResource):
1925
1917
  For internal forwarding rules within the same VPC network, two or more
1926
1918
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
1927
1919
  cannot have overlapping `portRange`s.
1928
- @pattern: \\d+(?:-\\d+)?
1929
1920
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: The `ports`, `portRange`, and `allPorts` fields are mutually exclusive.
1930
1921
  Only packets addressed to ports in the specified range will be forwarded
1931
1922
  to the backends configured with this forwarding rule.
@@ -1943,7 +1934,6 @@ class ForwardingRule(pulumi.CustomResource):
1943
1934
  For internal forwarding rules within the same VPC network, two or more
1944
1935
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
1945
1936
  they share at least one port number.
1946
- @pattern: \\d+(?:-\\d+)?
1947
1937
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1948
1938
  If it is not provided, the provider project is used.
1949
1939
  :param pulumi.Input[bool] recreate_closed_psc: This is used in PSC consumer ForwardingRule to make terraform recreate the ForwardingRule when the status is closed
@@ -2349,7 +2339,6 @@ class ForwardingRule(pulumi.CustomResource):
2349
2339
  For internal forwarding rules within the same VPC network, two or more
2350
2340
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
2351
2341
  cannot have overlapping `portRange`s.
2352
- @pattern: \\d+(?:-\\d+)?
2353
2342
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: The `ports`, `portRange`, and `allPorts` fields are mutually exclusive.
2354
2343
  Only packets addressed to ports in the specified range will be forwarded
2355
2344
  to the backends configured with this forwarding rule.
@@ -2367,7 +2356,6 @@ class ForwardingRule(pulumi.CustomResource):
2367
2356
  For internal forwarding rules within the same VPC network, two or more
2368
2357
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
2369
2358
  they share at least one port number.
2370
- @pattern: \\d+(?:-\\d+)?
2371
2359
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
2372
2360
  If it is not provided, the provider project is used.
2373
2361
  :param pulumi.Input[str] psc_connection_id: The PSC connection id of the PSC Forwarding Rule.
@@ -2737,7 +2725,6 @@ class ForwardingRule(pulumi.CustomResource):
2737
2725
  For internal forwarding rules within the same VPC network, two or more
2738
2726
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
2739
2727
  cannot have overlapping `portRange`s.
2740
- @pattern: \\d+(?:-\\d+)?
2741
2728
  """
2742
2729
  return pulumi.get(self, "port_range")
2743
2730
 
@@ -2762,7 +2749,6 @@ class ForwardingRule(pulumi.CustomResource):
2762
2749
  For internal forwarding rules within the same VPC network, two or more
2763
2750
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair if
2764
2751
  they share at least one port number.
2765
- @pattern: \\d+(?:-\\d+)?
2766
2752
  """
2767
2753
  return pulumi.get(self, "ports")
2768
2754
 
@@ -155,7 +155,6 @@ class GlobalForwardingRuleArgs:
155
155
  For internal forwarding rules within the same VPC network, two or more
156
156
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
157
157
  cannot have overlapping `portRange`s.
158
- @pattern: \\d+(?:-\\d+)?
159
158
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
160
159
  If it is not provided, the provider project is used.
161
160
  :param pulumi.Input[Sequence[pulumi.Input[str]]] source_ip_ranges: If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
@@ -455,7 +454,6 @@ class GlobalForwardingRuleArgs:
455
454
  For internal forwarding rules within the same VPC network, two or more
456
455
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
457
456
  cannot have overlapping `portRange`s.
458
- @pattern: \\d+(?:-\\d+)?
459
457
  """
460
458
  return pulumi.get(self, "port_range")
461
459
 
@@ -645,7 +643,6 @@ class _GlobalForwardingRuleState:
645
643
  For internal forwarding rules within the same VPC network, two or more
646
644
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
647
645
  cannot have overlapping `portRange`s.
648
- @pattern: \\d+(?:-\\d+)?
649
646
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
650
647
  If it is not provided, the provider project is used.
651
648
  :param pulumi.Input[str] psc_connection_id: The PSC connection id of the PSC Forwarding Rule.
@@ -991,7 +988,6 @@ class _GlobalForwardingRuleState:
991
988
  For internal forwarding rules within the same VPC network, two or more
992
989
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
993
990
  cannot have overlapping `portRange`s.
994
- @pattern: \\d+(?:-\\d+)?
995
991
  """
996
992
  return pulumi.get(self, "port_range")
997
993
 
@@ -1381,7 +1377,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
1381
1377
  For internal forwarding rules within the same VPC network, two or more
1382
1378
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
1383
1379
  cannot have overlapping `portRange`s.
1384
- @pattern: \\d+(?:-\\d+)?
1385
1380
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1386
1381
  If it is not provided, the provider project is used.
1387
1382
  :param pulumi.Input[Sequence[pulumi.Input[str]]] source_ip_ranges: If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each sourceIpRange entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
@@ -1764,7 +1759,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
1764
1759
  For internal forwarding rules within the same VPC network, two or more
1765
1760
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
1766
1761
  cannot have overlapping `portRange`s.
1767
- @pattern: \\d+(?:-\\d+)?
1768
1762
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1769
1763
  If it is not provided, the provider project is used.
1770
1764
  :param pulumi.Input[str] psc_connection_id: The PSC connection id of the PSC Forwarding Rule.
@@ -2036,7 +2030,6 @@ class GlobalForwardingRule(pulumi.CustomResource):
2036
2030
  For internal forwarding rules within the same VPC network, two or more
2037
2031
  forwarding rules cannot use the same `[IPAddress, IPProtocol]` pair, and
2038
2032
  cannot have overlapping `portRange`s.
2039
- @pattern: \\d+(?:-\\d+)?
2040
2033
  """
2041
2034
  return pulumi.get(self, "port_range")
2042
2035
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-gcp
3
- Version: 7.2.0a1700161820
3
+ Version: 7.2.0a1700200283
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -367,7 +367,7 @@ pulumi_gcp/compute/firewall.py,sha256=p1P6M8G9wfqSVDYROttN5UvjK-WBlMl991_zvtLXBn
367
367
  pulumi_gcp/compute/firewall_policy.py,sha256=fRQ0xOd6ue4inK0JGXjTQkU9o5dowqgwLAkcdHdc7fg,24168
368
368
  pulumi_gcp/compute/firewall_policy_association.py,sha256=YUOxlHnvjorksGkI10a6yLmSxEur4W01MdTpvjfbQ9k,15740
369
369
  pulumi_gcp/compute/firewall_policy_rule.py,sha256=tnmdN5S7gMSJrD4T6tApSbLNT__IAyw4Yd6nVYuFFYA,40480
370
- pulumi_gcp/compute/forwarding_rule.py,sha256=9RjrfoBrOtwhp7faAnvnI6BlbTOKIDD7H5stGmg9I5s,165147
370
+ pulumi_gcp/compute/forwarding_rule.py,sha256=V1XH_WhSZpnCNcJ7U8k-4EB8LYKWN03mQcoGQK63irU,164629
371
371
  pulumi_gcp/compute/get_address.py,sha256=vM-GRHhRrHE7ImIkQzAkELCYmII7s5UO9MO1Olyw8q8,9548
372
372
  pulumi_gcp/compute/get_addresses.py,sha256=S-zMH8006IXr8oCoL6Nm9WmB2Tr2sHZX4GRn8X3cJCE,9412
373
373
  pulumi_gcp/compute/get_backend_bucket.py,sha256=mBCUJfe_kAIQr92KQeRyXjIBnpBIJdzQbsynMtjH39M,8218
@@ -418,7 +418,7 @@ pulumi_gcp/compute/get_subnetwork_iam_policy.py,sha256=o8gffYFanw5mXI4lfL6Nr5BeZ
418
418
  pulumi_gcp/compute/get_vpn_gateway.py,sha256=MEoi2ATq3PjEclyKu4_BR0QhwgaGjAbPeKdcSiShw80,5967
419
419
  pulumi_gcp/compute/get_zones.py,sha256=TBGK-O9CmXIlI5e5B3eZE2IoeamYv5fezhuaQwpRgzY,5028
420
420
  pulumi_gcp/compute/global_address.py,sha256=U3cHbh-7nnG9Mg6BRQjKsKs_mDheGJO50KWUgug3arU,47413
421
- pulumi_gcp/compute/global_forwarding_rule.py,sha256=Ye3LCtrtODNiaQS-4YhZSdF7je0CZNvKjatzyyq3BeY,119827
421
+ pulumi_gcp/compute/global_forwarding_rule.py,sha256=36oU1CFKPRxyYen3dXXhTVT_KZflCyHbhyC196qYcXY,119568
422
422
  pulumi_gcp/compute/global_network_endpoint.py,sha256=ereLyfShhhHmzobBsadapzJBFaWBgCd_uTaa2-nT_EU,20424
423
423
  pulumi_gcp/compute/global_network_endpoint_group.py,sha256=gm-HRJOgicfkY-ByjPHT1QTSpz4H0gMgYCruS6tx6EI,25233
424
424
  pulumi_gcp/compute/ha_vpn_gateway.py,sha256=DG6PkZCuw_9JK7mhRoOGN3JBZbgJ8B9BA020CpJtXAo,33220
@@ -1381,7 +1381,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=ZS9JWOhvwHgpZdI1
1381
1381
  pulumi_gcp/workstations/workstation_iam_binding.py,sha256=sLyb9vNFrG9sh_1uGiWddwbZFGLtaj5JGY31oh-SwS8,35727
1382
1382
  pulumi_gcp/workstations/workstation_iam_member.py,sha256=QOR7nZrcFdheKQrUxv6gOj74o1QZwiGcTxXvKTIWArY,35431
1383
1383
  pulumi_gcp/workstations/workstation_iam_policy.py,sha256=t_pyrWOuX9A4kuJ3IV9S7Qg4Xb8zRRCzRDdatPshlIU,31795
1384
- pulumi_gcp-7.2.0a1700161820.dist-info/METADATA,sha256=xllnsAdyQE3FmIkHRuKJSuzlqc2qX6OXZA2xz_eeBSg,2661
1385
- pulumi_gcp-7.2.0a1700161820.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
1386
- pulumi_gcp-7.2.0a1700161820.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
1387
- pulumi_gcp-7.2.0a1700161820.dist-info/RECORD,,
1384
+ pulumi_gcp-7.2.0a1700200283.dist-info/METADATA,sha256=LVUmt9wDf-N-o9uxhtfMTJXOx8kxVhVSqwKOKKkdLBw,2661
1385
+ pulumi_gcp-7.2.0a1700200283.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
1386
+ pulumi_gcp-7.2.0a1700200283.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
1387
+ pulumi_gcp-7.2.0a1700200283.dist-info/RECORD,,