pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.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 +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +213 -9
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/gkehub/_inputs.py +20 -0
- 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/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -47,6 +47,7 @@ class RouterPeerArgs:
|
|
47
47
|
project: Optional[pulumi.Input[str]] = None,
|
48
48
|
region: Optional[pulumi.Input[str]] = None,
|
49
49
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
50
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
50
51
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None):
|
51
52
|
"""
|
52
53
|
The set of arguments for constructing a RouterPeer resource.
|
@@ -130,6 +131,8 @@ class RouterPeerArgs:
|
|
130
131
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
131
132
|
The VM instance must be located in zones contained in the same region as
|
132
133
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
134
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
135
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
133
136
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
134
137
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
135
138
|
"""
|
@@ -182,6 +185,8 @@ class RouterPeerArgs:
|
|
182
185
|
pulumi.set(__self__, "region", region)
|
183
186
|
if router_appliance_instance is not None:
|
184
187
|
pulumi.set(__self__, "router_appliance_instance", router_appliance_instance)
|
188
|
+
if zero_advertised_route_priority is not None:
|
189
|
+
pulumi.set(__self__, "zero_advertised_route_priority", zero_advertised_route_priority)
|
185
190
|
if zero_custom_learned_route_priority is not None:
|
186
191
|
pulumi.set(__self__, "zero_custom_learned_route_priority", zero_custom_learned_route_priority)
|
187
192
|
|
@@ -551,6 +556,19 @@ class RouterPeerArgs:
|
|
551
556
|
def router_appliance_instance(self, value: Optional[pulumi.Input[str]]):
|
552
557
|
pulumi.set(self, "router_appliance_instance", value)
|
553
558
|
|
559
|
+
@property
|
560
|
+
@pulumi.getter(name="zeroAdvertisedRoutePriority")
|
561
|
+
def zero_advertised_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
562
|
+
"""
|
563
|
+
The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
564
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
565
|
+
"""
|
566
|
+
return pulumi.get(self, "zero_advertised_route_priority")
|
567
|
+
|
568
|
+
@zero_advertised_route_priority.setter
|
569
|
+
def zero_advertised_route_priority(self, value: Optional[pulumi.Input[bool]]):
|
570
|
+
pulumi.set(self, "zero_advertised_route_priority", value)
|
571
|
+
|
554
572
|
@property
|
555
573
|
@pulumi.getter(name="zeroCustomLearnedRoutePriority")
|
556
574
|
def zero_custom_learned_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
@@ -584,6 +602,7 @@ class _RouterPeerState:
|
|
584
602
|
ip_address: Optional[pulumi.Input[str]] = None,
|
585
603
|
ipv4_nexthop_address: Optional[pulumi.Input[str]] = None,
|
586
604
|
ipv6_nexthop_address: Optional[pulumi.Input[str]] = None,
|
605
|
+
is_advertised_route_priority_set: Optional[pulumi.Input[bool]] = None,
|
587
606
|
is_custom_learned_priority_set: Optional[pulumi.Input[bool]] = None,
|
588
607
|
management_type: Optional[pulumi.Input[str]] = None,
|
589
608
|
md5_authentication_key: Optional[pulumi.Input['RouterPeerMd5AuthenticationKeyArgs']] = None,
|
@@ -596,6 +615,7 @@ class _RouterPeerState:
|
|
596
615
|
region: Optional[pulumi.Input[str]] = None,
|
597
616
|
router: Optional[pulumi.Input[str]] = None,
|
598
617
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
618
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
599
619
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None):
|
600
620
|
"""
|
601
621
|
Input properties used for looking up and filtering RouterPeer resources.
|
@@ -650,6 +670,7 @@ class _RouterPeerState:
|
|
650
670
|
The address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.
|
651
671
|
If you do not specify the next hop addresses, Google Cloud automatically
|
652
672
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
673
|
+
:param pulumi.Input[bool] is_advertised_route_priority_set: An internal boolean field for provider use for zero_advertised_route_priority.
|
653
674
|
:param pulumi.Input[bool] is_custom_learned_priority_set: An internal boolean field for provider use.
|
654
675
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
655
676
|
* `MANAGED_BY_USER` is the default value and can be managed by
|
@@ -689,6 +710,8 @@ class _RouterPeerState:
|
|
689
710
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
690
711
|
The VM instance must be located in zones contained in the same region as
|
691
712
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
713
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
714
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
692
715
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
693
716
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
694
717
|
"""
|
@@ -724,6 +747,8 @@ class _RouterPeerState:
|
|
724
747
|
pulumi.set(__self__, "ipv4_nexthop_address", ipv4_nexthop_address)
|
725
748
|
if ipv6_nexthop_address is not None:
|
726
749
|
pulumi.set(__self__, "ipv6_nexthop_address", ipv6_nexthop_address)
|
750
|
+
if is_advertised_route_priority_set is not None:
|
751
|
+
pulumi.set(__self__, "is_advertised_route_priority_set", is_advertised_route_priority_set)
|
727
752
|
if is_custom_learned_priority_set is not None:
|
728
753
|
pulumi.set(__self__, "is_custom_learned_priority_set", is_custom_learned_priority_set)
|
729
754
|
if management_type is not None:
|
@@ -748,6 +773,8 @@ class _RouterPeerState:
|
|
748
773
|
pulumi.set(__self__, "router", router)
|
749
774
|
if router_appliance_instance is not None:
|
750
775
|
pulumi.set(__self__, "router_appliance_instance", router_appliance_instance)
|
776
|
+
if zero_advertised_route_priority is not None:
|
777
|
+
pulumi.set(__self__, "zero_advertised_route_priority", zero_advertised_route_priority)
|
751
778
|
if zero_custom_learned_route_priority is not None:
|
752
779
|
pulumi.set(__self__, "zero_custom_learned_route_priority", zero_custom_learned_route_priority)
|
753
780
|
|
@@ -978,6 +1005,18 @@ class _RouterPeerState:
|
|
978
1005
|
def ipv6_nexthop_address(self, value: Optional[pulumi.Input[str]]):
|
979
1006
|
pulumi.set(self, "ipv6_nexthop_address", value)
|
980
1007
|
|
1008
|
+
@property
|
1009
|
+
@pulumi.getter(name="isAdvertisedRoutePrioritySet")
|
1010
|
+
def is_advertised_route_priority_set(self) -> Optional[pulumi.Input[bool]]:
|
1011
|
+
"""
|
1012
|
+
An internal boolean field for provider use for zero_advertised_route_priority.
|
1013
|
+
"""
|
1014
|
+
return pulumi.get(self, "is_advertised_route_priority_set")
|
1015
|
+
|
1016
|
+
@is_advertised_route_priority_set.setter
|
1017
|
+
def is_advertised_route_priority_set(self, value: Optional[pulumi.Input[bool]]):
|
1018
|
+
pulumi.set(self, "is_advertised_route_priority_set", value)
|
1019
|
+
|
981
1020
|
@property
|
982
1021
|
@pulumi.getter(name="isCustomLearnedPrioritySet")
|
983
1022
|
def is_custom_learned_priority_set(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1149,6 +1188,19 @@ class _RouterPeerState:
|
|
1149
1188
|
def router_appliance_instance(self, value: Optional[pulumi.Input[str]]):
|
1150
1189
|
pulumi.set(self, "router_appliance_instance", value)
|
1151
1190
|
|
1191
|
+
@property
|
1192
|
+
@pulumi.getter(name="zeroAdvertisedRoutePriority")
|
1193
|
+
def zero_advertised_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
1194
|
+
"""
|
1195
|
+
The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
1196
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
1197
|
+
"""
|
1198
|
+
return pulumi.get(self, "zero_advertised_route_priority")
|
1199
|
+
|
1200
|
+
@zero_advertised_route_priority.setter
|
1201
|
+
def zero_advertised_route_priority(self, value: Optional[pulumi.Input[bool]]):
|
1202
|
+
pulumi.set(self, "zero_advertised_route_priority", value)
|
1203
|
+
|
1152
1204
|
@property
|
1153
1205
|
@pulumi.getter(name="zeroCustomLearnedRoutePriority")
|
1154
1206
|
def zero_custom_learned_route_priority(self) -> Optional[pulumi.Input[bool]]:
|
@@ -1194,6 +1246,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
1194
1246
|
region: Optional[pulumi.Input[str]] = None,
|
1195
1247
|
router: Optional[pulumi.Input[str]] = None,
|
1196
1248
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
1249
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
1197
1250
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None,
|
1198
1251
|
__props__=None):
|
1199
1252
|
"""
|
@@ -1276,6 +1329,21 @@ class RouterPeer(pulumi.CustomResource):
|
|
1276
1329
|
custom_learned_route_priority=0,
|
1277
1330
|
zero_custom_learned_route_priority=True)
|
1278
1331
|
```
|
1332
|
+
### Router Zero Advertised Route Priority
|
1333
|
+
|
1334
|
+
```python
|
1335
|
+
import pulumi
|
1336
|
+
import pulumi_gcp as gcp
|
1337
|
+
|
1338
|
+
peer = gcp.compute.RouterPeer("peer",
|
1339
|
+
name="my-router-peer",
|
1340
|
+
router="my-router",
|
1341
|
+
region="us-central1",
|
1342
|
+
interface="interface-1",
|
1343
|
+
peer_asn=65513,
|
1344
|
+
advertised_route_priority=0,
|
1345
|
+
zero_advertised_route_priority=True)
|
1346
|
+
```
|
1279
1347
|
### Router Peer Router Appliance
|
1280
1348
|
|
1281
1349
|
```python
|
@@ -1600,6 +1668,8 @@ class RouterPeer(pulumi.CustomResource):
|
|
1600
1668
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
1601
1669
|
The VM instance must be located in zones contained in the same region as
|
1602
1670
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
1671
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
1672
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
1603
1673
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
1604
1674
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
1605
1675
|
"""
|
@@ -1689,6 +1759,21 @@ class RouterPeer(pulumi.CustomResource):
|
|
1689
1759
|
custom_learned_route_priority=0,
|
1690
1760
|
zero_custom_learned_route_priority=True)
|
1691
1761
|
```
|
1762
|
+
### Router Zero Advertised Route Priority
|
1763
|
+
|
1764
|
+
```python
|
1765
|
+
import pulumi
|
1766
|
+
import pulumi_gcp as gcp
|
1767
|
+
|
1768
|
+
peer = gcp.compute.RouterPeer("peer",
|
1769
|
+
name="my-router-peer",
|
1770
|
+
router="my-router",
|
1771
|
+
region="us-central1",
|
1772
|
+
interface="interface-1",
|
1773
|
+
peer_asn=65513,
|
1774
|
+
advertised_route_priority=0,
|
1775
|
+
zero_advertised_route_priority=True)
|
1776
|
+
```
|
1692
1777
|
### Router Peer Router Appliance
|
1693
1778
|
|
1694
1779
|
```python
|
@@ -1972,6 +2057,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
1972
2057
|
region: Optional[pulumi.Input[str]] = None,
|
1973
2058
|
router: Optional[pulumi.Input[str]] = None,
|
1974
2059
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
2060
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
1975
2061
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None,
|
1976
2062
|
__props__=None):
|
1977
2063
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -2014,7 +2100,9 @@ class RouterPeer(pulumi.CustomResource):
|
|
2014
2100
|
raise TypeError("Missing required property 'router'")
|
2015
2101
|
__props__.__dict__["router"] = router
|
2016
2102
|
__props__.__dict__["router_appliance_instance"] = router_appliance_instance
|
2103
|
+
__props__.__dict__["zero_advertised_route_priority"] = zero_advertised_route_priority
|
2017
2104
|
__props__.__dict__["zero_custom_learned_route_priority"] = zero_custom_learned_route_priority
|
2105
|
+
__props__.__dict__["is_advertised_route_priority_set"] = None
|
2018
2106
|
__props__.__dict__["is_custom_learned_priority_set"] = None
|
2019
2107
|
__props__.__dict__["management_type"] = None
|
2020
2108
|
super(RouterPeer, __self__).__init__(
|
@@ -2043,6 +2131,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2043
2131
|
ip_address: Optional[pulumi.Input[str]] = None,
|
2044
2132
|
ipv4_nexthop_address: Optional[pulumi.Input[str]] = None,
|
2045
2133
|
ipv6_nexthop_address: Optional[pulumi.Input[str]] = None,
|
2134
|
+
is_advertised_route_priority_set: Optional[pulumi.Input[bool]] = None,
|
2046
2135
|
is_custom_learned_priority_set: Optional[pulumi.Input[bool]] = None,
|
2047
2136
|
management_type: Optional[pulumi.Input[str]] = None,
|
2048
2137
|
md5_authentication_key: Optional[pulumi.Input[Union['RouterPeerMd5AuthenticationKeyArgs', 'RouterPeerMd5AuthenticationKeyArgsDict']]] = None,
|
@@ -2055,6 +2144,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2055
2144
|
region: Optional[pulumi.Input[str]] = None,
|
2056
2145
|
router: Optional[pulumi.Input[str]] = None,
|
2057
2146
|
router_appliance_instance: Optional[pulumi.Input[str]] = None,
|
2147
|
+
zero_advertised_route_priority: Optional[pulumi.Input[bool]] = None,
|
2058
2148
|
zero_custom_learned_route_priority: Optional[pulumi.Input[bool]] = None) -> 'RouterPeer':
|
2059
2149
|
"""
|
2060
2150
|
Get an existing RouterPeer resource's state with the given name, id, and optional extra
|
@@ -2114,6 +2204,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2114
2204
|
The address must be in the range 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64.
|
2115
2205
|
If you do not specify the next hop addresses, Google Cloud automatically
|
2116
2206
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
2207
|
+
:param pulumi.Input[bool] is_advertised_route_priority_set: An internal boolean field for provider use for zero_advertised_route_priority.
|
2117
2208
|
:param pulumi.Input[bool] is_custom_learned_priority_set: An internal boolean field for provider use.
|
2118
2209
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
2119
2210
|
* `MANAGED_BY_USER` is the default value and can be managed by
|
@@ -2153,6 +2244,8 @@ class RouterPeer(pulumi.CustomResource):
|
|
2153
2244
|
such as Next Gen Firewalls, Virtual Routers, or Router Appliances.
|
2154
2245
|
The VM instance must be located in zones contained in the same region as
|
2155
2246
|
this Cloud Router. The VM instance is the peer side of the BGP session.
|
2247
|
+
:param pulumi.Input[bool] zero_advertised_route_priority: The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
2248
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
2156
2249
|
:param pulumi.Input[bool] zero_custom_learned_route_priority: The user-defined zero-custom-learned-route-priority for a custom-learned-route-priority in BGP session.
|
2157
2250
|
This value has to be set true to force the custom_learned_route_priority to be 0.
|
2158
2251
|
"""
|
@@ -2176,6 +2269,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2176
2269
|
__props__.__dict__["ip_address"] = ip_address
|
2177
2270
|
__props__.__dict__["ipv4_nexthop_address"] = ipv4_nexthop_address
|
2178
2271
|
__props__.__dict__["ipv6_nexthop_address"] = ipv6_nexthop_address
|
2272
|
+
__props__.__dict__["is_advertised_route_priority_set"] = is_advertised_route_priority_set
|
2179
2273
|
__props__.__dict__["is_custom_learned_priority_set"] = is_custom_learned_priority_set
|
2180
2274
|
__props__.__dict__["management_type"] = management_type
|
2181
2275
|
__props__.__dict__["md5_authentication_key"] = md5_authentication_key
|
@@ -2188,6 +2282,7 @@ class RouterPeer(pulumi.CustomResource):
|
|
2188
2282
|
__props__.__dict__["region"] = region
|
2189
2283
|
__props__.__dict__["router"] = router
|
2190
2284
|
__props__.__dict__["router_appliance_instance"] = router_appliance_instance
|
2285
|
+
__props__.__dict__["zero_advertised_route_priority"] = zero_advertised_route_priority
|
2191
2286
|
__props__.__dict__["zero_custom_learned_route_priority"] = zero_custom_learned_route_priority
|
2192
2287
|
return RouterPeer(resource_name, opts=opts, __props__=__props__)
|
2193
2288
|
|
@@ -2354,6 +2449,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
2354
2449
|
"""
|
2355
2450
|
return pulumi.get(self, "ipv6_nexthop_address")
|
2356
2451
|
|
2452
|
+
@property
|
2453
|
+
@pulumi.getter(name="isAdvertisedRoutePrioritySet")
|
2454
|
+
def is_advertised_route_priority_set(self) -> pulumi.Output[bool]:
|
2455
|
+
"""
|
2456
|
+
An internal boolean field for provider use for zero_advertised_route_priority.
|
2457
|
+
"""
|
2458
|
+
return pulumi.get(self, "is_advertised_route_priority_set")
|
2459
|
+
|
2357
2460
|
@property
|
2358
2461
|
@pulumi.getter(name="isCustomLearnedPrioritySet")
|
2359
2462
|
def is_custom_learned_priority_set(self) -> pulumi.Output[bool]:
|
@@ -2477,6 +2580,15 @@ class RouterPeer(pulumi.CustomResource):
|
|
2477
2580
|
"""
|
2478
2581
|
return pulumi.get(self, "router_appliance_instance")
|
2479
2582
|
|
2583
|
+
@property
|
2584
|
+
@pulumi.getter(name="zeroAdvertisedRoutePriority")
|
2585
|
+
def zero_advertised_route_priority(self) -> pulumi.Output[Optional[bool]]:
|
2586
|
+
"""
|
2587
|
+
The user-defined zero-advertised-route-priority for a advertised-route-priority in BGP session.
|
2588
|
+
This value has to be set true to force the advertised_route_priority to be 0.
|
2589
|
+
"""
|
2590
|
+
return pulumi.get(self, "zero_advertised_route_priority")
|
2591
|
+
|
2480
2592
|
@property
|
2481
2593
|
@pulumi.getter(name="zeroCustomLearnedRoutePriority")
|
2482
2594
|
def zero_custom_learned_route_priority(self) -> pulumi.Output[Optional[bool]]:
|
pulumi_gcp/compute/subnetwork.py
CHANGED
@@ -80,10 +80,11 @@ class SubnetworkArgs:
|
|
80
80
|
:param pulumi.Input[str] private_ipv6_google_access: The private IPv6 google access type for the VMs in this subnet.
|
81
81
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
82
82
|
If it is not provided, the provider project is used.
|
83
|
-
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
|
83
|
+
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT`, `PEER_MIGRATION` or `PRIVATE_NAT`.
|
84
84
|
A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
|
85
85
|
A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
|
86
86
|
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
|
87
|
+
A subnetwork with purpose set to `PEER_MIGRATION` is a user created subnetwork that is reserved for migrating resources from one peered network to another.
|
87
88
|
A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
|
88
89
|
Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
|
89
90
|
If unspecified, the purpose defaults to `PRIVATE`.
|
@@ -311,10 +312,11 @@ class SubnetworkArgs:
|
|
311
312
|
@pulumi.getter
|
312
313
|
def purpose(self) -> Optional[pulumi.Input[str]]:
|
313
314
|
"""
|
314
|
-
The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
|
315
|
+
The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT`, `PEER_MIGRATION` or `PRIVATE_NAT`.
|
315
316
|
A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
|
316
317
|
A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
|
317
318
|
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
|
319
|
+
A subnetwork with purpose set to `PEER_MIGRATION` is a user created subnetwork that is reserved for migrating resources from one peered network to another.
|
318
320
|
A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
|
319
321
|
Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
|
320
322
|
If unspecified, the purpose defaults to `PRIVATE`.
|
@@ -490,10 +492,11 @@ class _SubnetworkState:
|
|
490
492
|
:param pulumi.Input[str] private_ipv6_google_access: The private IPv6 google access type for the VMs in this subnet.
|
491
493
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
492
494
|
If it is not provided, the provider project is used.
|
493
|
-
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
|
495
|
+
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT`, `PEER_MIGRATION` or `PRIVATE_NAT`.
|
494
496
|
A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
|
495
497
|
A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
|
496
498
|
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
|
499
|
+
A subnetwork with purpose set to `PEER_MIGRATION` is a user created subnetwork that is reserved for migrating resources from one peered network to another.
|
497
500
|
A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
|
498
501
|
Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
|
499
502
|
If unspecified, the purpose defaults to `PRIVATE`.
|
@@ -803,10 +806,11 @@ class _SubnetworkState:
|
|
803
806
|
@pulumi.getter
|
804
807
|
def purpose(self) -> Optional[pulumi.Input[str]]:
|
805
808
|
"""
|
806
|
-
The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
|
809
|
+
The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT`, `PEER_MIGRATION` or `PRIVATE_NAT`.
|
807
810
|
A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
|
808
811
|
A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
|
809
812
|
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
|
813
|
+
A subnetwork with purpose set to `PEER_MIGRATION` is a user created subnetwork that is reserved for migrating resources from one peered network to another.
|
810
814
|
A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
|
811
815
|
Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
|
812
816
|
If unspecified, the purpose defaults to `PRIVATE`.
|
@@ -1238,10 +1242,11 @@ class Subnetwork(pulumi.CustomResource):
|
|
1238
1242
|
:param pulumi.Input[str] private_ipv6_google_access: The private IPv6 google access type for the VMs in this subnet.
|
1239
1243
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1240
1244
|
If it is not provided, the provider project is used.
|
1241
|
-
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
|
1245
|
+
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT`, `PEER_MIGRATION` or `PRIVATE_NAT`.
|
1242
1246
|
A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
|
1243
1247
|
A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
|
1244
1248
|
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
|
1249
|
+
A subnetwork with purpose set to `PEER_MIGRATION` is a user created subnetwork that is reserved for migrating resources from one peered network to another.
|
1245
1250
|
A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
|
1246
1251
|
Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
|
1247
1252
|
If unspecified, the purpose defaults to `PRIVATE`.
|
@@ -1673,10 +1678,11 @@ class Subnetwork(pulumi.CustomResource):
|
|
1673
1678
|
:param pulumi.Input[str] private_ipv6_google_access: The private IPv6 google access type for the VMs in this subnet.
|
1674
1679
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
1675
1680
|
If it is not provided, the provider project is used.
|
1676
|
-
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
|
1681
|
+
:param pulumi.Input[str] purpose: The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT`, `PEER_MIGRATION` or `PRIVATE_NAT`.
|
1677
1682
|
A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
|
1678
1683
|
A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
|
1679
1684
|
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
|
1685
|
+
A subnetwork with purpose set to `PEER_MIGRATION` is a user created subnetwork that is reserved for migrating resources from one peered network to another.
|
1680
1686
|
A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
|
1681
1687
|
Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
|
1682
1688
|
If unspecified, the purpose defaults to `PRIVATE`.
|
@@ -1899,10 +1905,11 @@ class Subnetwork(pulumi.CustomResource):
|
|
1899
1905
|
@pulumi.getter
|
1900
1906
|
def purpose(self) -> pulumi.Output[str]:
|
1901
1907
|
"""
|
1902
|
-
The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
|
1908
|
+
The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT`, `PEER_MIGRATION` or `PRIVATE_NAT`.
|
1903
1909
|
A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
|
1904
1910
|
A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
|
1905
1911
|
A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
|
1912
|
+
A subnetwork with purpose set to `PEER_MIGRATION` is a user created subnetwork that is reserved for migrating resources from one peered network to another.
|
1906
1913
|
A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
|
1907
1914
|
Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
|
1908
1915
|
If unspecified, the purpose defaults to `PRIVATE`.
|