pulumi-gcp 8.33.0a1748933574__py3-none-any.whl → 8.33.0a1749048505__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 +8 -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/colab/_inputs.py +14 -1
- pulumi_gcp/colab/outputs.py +8 -1
- pulumi_gcp/colab/runtime_template.py +1 -1
- pulumi_gcp/compute/_inputs.py +278 -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_attachment.py +276 -0
- pulumi_gcp/compute/outputs.py +234 -2
- pulumi_gcp/compute/region_instance_template.py +28 -0
- pulumi_gcp/compute/router_nat.py +143 -0
- pulumi_gcp/compute/url_map.py +338 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/dataplex/__init__.py +1 -0
- pulumi_gcp/dataplex/_inputs.py +472 -0
- pulumi_gcp/dataplex/entry.py +1038 -0
- pulumi_gcp/dataplex/outputs.py +342 -0
- 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/filestore/_inputs.py +44 -1
- pulumi_gcp/filestore/instance.py +7 -7
- pulumi_gcp/filestore/outputs.py +52 -2
- 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/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-8.33.0a1748933574.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.33.0a1748933574.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/RECORD +46 -44
- {pulumi_gcp-8.33.0a1748933574.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.33.0a1748933574.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -1142,6 +1142,8 @@ __all__ = [
|
|
1142
1142
|
'RouterMd5AuthenticationKeysArgsDict',
|
1143
1143
|
'RouterNatLogConfigArgs',
|
1144
1144
|
'RouterNatLogConfigArgsDict',
|
1145
|
+
'RouterNatNat64SubnetworkArgs',
|
1146
|
+
'RouterNatNat64SubnetworkArgsDict',
|
1145
1147
|
'RouterNatRuleArgs',
|
1146
1148
|
'RouterNatRuleArgsDict',
|
1147
1149
|
'RouterNatRuleActionArgs',
|
@@ -1398,6 +1400,10 @@ __all__ = [
|
|
1398
1400
|
'URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgsDict',
|
1399
1401
|
'URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs',
|
1400
1402
|
'URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgsDict',
|
1403
|
+
'URLMapPathMatcherRouteRuleHttpFilterConfigArgs',
|
1404
|
+
'URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict',
|
1405
|
+
'URLMapPathMatcherRouteRuleHttpFilterMetadataArgs',
|
1406
|
+
'URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict',
|
1401
1407
|
'URLMapPathMatcherRouteRuleMatchRuleArgs',
|
1402
1408
|
'URLMapPathMatcherRouteRuleMatchRuleArgsDict',
|
1403
1409
|
'URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs',
|
@@ -5212,6 +5218,7 @@ if not MYPY:
|
|
5212
5218
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5213
5219
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5214
5220
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5221
|
+
For example: orca_load_report, tls.protocol
|
5215
5222
|
"""
|
5216
5223
|
optional_mode: NotRequired[pulumi.Input[builtins.str]]
|
5217
5224
|
"""
|
@@ -5241,6 +5248,7 @@ class BackendServiceLogConfigArgs:
|
|
5241
5248
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5242
5249
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5243
5250
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5251
|
+
For example: orca_load_report, tls.protocol
|
5244
5252
|
:param pulumi.Input[builtins.str] optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
5245
5253
|
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
5246
5254
|
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
@@ -5277,6 +5285,7 @@ class BackendServiceLogConfigArgs:
|
|
5277
5285
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5278
5286
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5279
5287
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5288
|
+
For example: orca_load_report, tls.protocol
|
5280
5289
|
"""
|
5281
5290
|
return pulumi.get(self, "optional_fields")
|
5282
5291
|
|
@@ -58305,6 +58314,40 @@ class RouterNatLogConfigArgs:
|
|
58305
58314
|
pulumi.set(self, "filter", value)
|
58306
58315
|
|
58307
58316
|
|
58317
|
+
if not MYPY:
|
58318
|
+
class RouterNatNat64SubnetworkArgsDict(TypedDict):
|
58319
|
+
name: pulumi.Input[builtins.str]
|
58320
|
+
"""
|
58321
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
58322
|
+
comply with RFC1035.
|
58323
|
+
"""
|
58324
|
+
elif False:
|
58325
|
+
RouterNatNat64SubnetworkArgsDict: TypeAlias = Mapping[str, Any]
|
58326
|
+
|
58327
|
+
@pulumi.input_type
|
58328
|
+
class RouterNatNat64SubnetworkArgs:
|
58329
|
+
def __init__(__self__, *,
|
58330
|
+
name: pulumi.Input[builtins.str]):
|
58331
|
+
"""
|
58332
|
+
:param pulumi.Input[builtins.str] name: Name of the NAT service. The name must be 1-63 characters long and
|
58333
|
+
comply with RFC1035.
|
58334
|
+
"""
|
58335
|
+
pulumi.set(__self__, "name", name)
|
58336
|
+
|
58337
|
+
@property
|
58338
|
+
@pulumi.getter
|
58339
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
58340
|
+
"""
|
58341
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
58342
|
+
comply with RFC1035.
|
58343
|
+
"""
|
58344
|
+
return pulumi.get(self, "name")
|
58345
|
+
|
58346
|
+
@name.setter
|
58347
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
58348
|
+
pulumi.set(self, "name", value)
|
58349
|
+
|
58350
|
+
|
58308
58351
|
if not MYPY:
|
58309
58352
|
class RouterNatRuleArgsDict(TypedDict):
|
58310
58353
|
match: pulumi.Input[builtins.str]
|
@@ -58542,7 +58585,7 @@ if not MYPY:
|
|
58542
58585
|
class RouterNatSubnetworkArgsDict(TypedDict):
|
58543
58586
|
name: pulumi.Input[builtins.str]
|
58544
58587
|
"""
|
58545
|
-
Self-link of subnetwork
|
58588
|
+
Self-link of the subnetwork resource that will use NAT64
|
58546
58589
|
"""
|
58547
58590
|
source_ip_ranges_to_nats: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
58548
58591
|
"""
|
@@ -58557,6 +58600,8 @@ if not MYPY:
|
|
58557
58600
|
to use NAT. This can be populated only if
|
58558
58601
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
58559
58602
|
sourceIpRangesToNat
|
58603
|
+
|
58604
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
58560
58605
|
"""
|
58561
58606
|
elif False:
|
58562
58607
|
RouterNatSubnetworkArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -58568,7 +58613,7 @@ class RouterNatSubnetworkArgs:
|
|
58568
58613
|
source_ip_ranges_to_nats: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
58569
58614
|
secondary_ip_range_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
58570
58615
|
"""
|
58571
|
-
:param pulumi.Input[builtins.str] name: Self-link of subnetwork
|
58616
|
+
:param pulumi.Input[builtins.str] name: Self-link of the subnetwork resource that will use NAT64
|
58572
58617
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] source_ip_ranges_to_nats: List of options for which source IPs in the subnetwork
|
58573
58618
|
should have NAT enabled. Supported values include:
|
58574
58619
|
`ALL_IP_RANGES`, `LIST_OF_SECONDARY_IP_RANGES`,
|
@@ -58577,6 +58622,8 @@ class RouterNatSubnetworkArgs:
|
|
58577
58622
|
to use NAT. This can be populated only if
|
58578
58623
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
58579
58624
|
sourceIpRangesToNat
|
58625
|
+
|
58626
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
58580
58627
|
"""
|
58581
58628
|
pulumi.set(__self__, "name", name)
|
58582
58629
|
pulumi.set(__self__, "source_ip_ranges_to_nats", source_ip_ranges_to_nats)
|
@@ -58587,7 +58634,7 @@ class RouterNatSubnetworkArgs:
|
|
58587
58634
|
@pulumi.getter
|
58588
58635
|
def name(self) -> pulumi.Input[builtins.str]:
|
58589
58636
|
"""
|
58590
|
-
Self-link of subnetwork
|
58637
|
+
Self-link of the subnetwork resource that will use NAT64
|
58591
58638
|
"""
|
58592
58639
|
return pulumi.get(self, "name")
|
58593
58640
|
|
@@ -58618,6 +58665,8 @@ class RouterNatSubnetworkArgs:
|
|
58618
58665
|
to use NAT. This can be populated only if
|
58619
58666
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
58620
58667
|
sourceIpRangesToNat
|
58668
|
+
|
58669
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
58621
58670
|
"""
|
58622
58671
|
return pulumi.get(self, "secondary_ip_range_names")
|
58623
58672
|
|
@@ -69775,6 +69824,22 @@ if not MYPY:
|
|
69775
69824
|
outeAction.weightedBackendService.backendServiceWeightAction[].headerAction
|
69776
69825
|
Structure is documented below.
|
69777
69826
|
"""
|
69827
|
+
http_filter_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict']]]]
|
69828
|
+
"""
|
69829
|
+
Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
69830
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69831
|
+
See ForwardingRule for more details.
|
69832
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69833
|
+
Structure is documented below.
|
69834
|
+
"""
|
69835
|
+
http_filter_metadatas: NotRequired[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict']]]]
|
69836
|
+
"""
|
69837
|
+
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
69838
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69839
|
+
See ForwardingRule for more details.
|
69840
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69841
|
+
Structure is documented below.
|
69842
|
+
"""
|
69778
69843
|
match_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgsDict']]]]
|
69779
69844
|
"""
|
69780
69845
|
The rules for determining a match.
|
@@ -69816,6 +69881,8 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
69816
69881
|
priority: pulumi.Input[builtins.int],
|
69817
69882
|
custom_error_response_policy: Optional[pulumi.Input['URLMapPathMatcherRouteRuleCustomErrorResponsePolicyArgs']] = None,
|
69818
69883
|
header_action: Optional[pulumi.Input['URLMapPathMatcherRouteRuleHeaderActionArgs']] = None,
|
69884
|
+
http_filter_configs: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]]] = None,
|
69885
|
+
http_filter_metadatas: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]]] = None,
|
69819
69886
|
match_rules: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgs']]]] = None,
|
69820
69887
|
route_action: Optional[pulumi.Input['URLMapPathMatcherRouteRuleRouteActionArgs']] = None,
|
69821
69888
|
service: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -69841,6 +69908,16 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
69841
69908
|
the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].r
|
69842
69909
|
outeAction.weightedBackendService.backendServiceWeightAction[].headerAction
|
69843
69910
|
Structure is documented below.
|
69911
|
+
:param pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]] http_filter_configs: Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
69912
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69913
|
+
See ForwardingRule for more details.
|
69914
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69915
|
+
Structure is documented below.
|
69916
|
+
:param pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]] http_filter_metadatas: Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
69917
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69918
|
+
See ForwardingRule for more details.
|
69919
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69920
|
+
Structure is documented below.
|
69844
69921
|
:param pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgs']]] match_rules: The rules for determining a match.
|
69845
69922
|
Structure is documented below.
|
69846
69923
|
:param pulumi.Input['URLMapPathMatcherRouteRuleRouteActionArgs'] route_action: In response to a matching matchRule, the load balancer performs advanced routing
|
@@ -69867,6 +69944,10 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
69867
69944
|
pulumi.set(__self__, "custom_error_response_policy", custom_error_response_policy)
|
69868
69945
|
if header_action is not None:
|
69869
69946
|
pulumi.set(__self__, "header_action", header_action)
|
69947
|
+
if http_filter_configs is not None:
|
69948
|
+
pulumi.set(__self__, "http_filter_configs", http_filter_configs)
|
69949
|
+
if http_filter_metadatas is not None:
|
69950
|
+
pulumi.set(__self__, "http_filter_metadatas", http_filter_metadatas)
|
69870
69951
|
if match_rules is not None:
|
69871
69952
|
pulumi.set(__self__, "match_rules", match_rules)
|
69872
69953
|
if route_action is not None:
|
@@ -69929,6 +70010,38 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
69929
70010
|
def header_action(self, value: Optional[pulumi.Input['URLMapPathMatcherRouteRuleHeaderActionArgs']]):
|
69930
70011
|
pulumi.set(self, "header_action", value)
|
69931
70012
|
|
70013
|
+
@property
|
70014
|
+
@pulumi.getter(name="httpFilterConfigs")
|
70015
|
+
def http_filter_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]]]:
|
70016
|
+
"""
|
70017
|
+
Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
70018
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
70019
|
+
See ForwardingRule for more details.
|
70020
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
70021
|
+
Structure is documented below.
|
70022
|
+
"""
|
70023
|
+
return pulumi.get(self, "http_filter_configs")
|
70024
|
+
|
70025
|
+
@http_filter_configs.setter
|
70026
|
+
def http_filter_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]]]):
|
70027
|
+
pulumi.set(self, "http_filter_configs", value)
|
70028
|
+
|
70029
|
+
@property
|
70030
|
+
@pulumi.getter(name="httpFilterMetadatas")
|
70031
|
+
def http_filter_metadatas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]]]:
|
70032
|
+
"""
|
70033
|
+
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
70034
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
70035
|
+
See ForwardingRule for more details.
|
70036
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
70037
|
+
Structure is documented below.
|
70038
|
+
"""
|
70039
|
+
return pulumi.get(self, "http_filter_metadatas")
|
70040
|
+
|
70041
|
+
@http_filter_metadatas.setter
|
70042
|
+
def http_filter_metadatas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]]]):
|
70043
|
+
pulumi.set(self, "http_filter_metadatas", value)
|
70044
|
+
|
69932
70045
|
@property
|
69933
70046
|
@pulumi.getter(name="matchRules")
|
69934
70047
|
def match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgs']]]]:
|
@@ -70417,6 +70530,168 @@ class URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs:
|
|
70417
70530
|
pulumi.set(self, "replace", value)
|
70418
70531
|
|
70419
70532
|
|
70533
|
+
if not MYPY:
|
70534
|
+
class URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict(TypedDict):
|
70535
|
+
config: NotRequired[pulumi.Input[builtins.str]]
|
70536
|
+
"""
|
70537
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70538
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70539
|
+
"""
|
70540
|
+
config_type_url: NotRequired[pulumi.Input[builtins.str]]
|
70541
|
+
"""
|
70542
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70543
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70544
|
+
"""
|
70545
|
+
filter_name: NotRequired[pulumi.Input[builtins.str]]
|
70546
|
+
"""
|
70547
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70548
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70549
|
+
"""
|
70550
|
+
elif False:
|
70551
|
+
URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict: TypeAlias = Mapping[str, Any]
|
70552
|
+
|
70553
|
+
@pulumi.input_type
|
70554
|
+
class URLMapPathMatcherRouteRuleHttpFilterConfigArgs:
|
70555
|
+
def __init__(__self__, *,
|
70556
|
+
config: Optional[pulumi.Input[builtins.str]] = None,
|
70557
|
+
config_type_url: Optional[pulumi.Input[builtins.str]] = None,
|
70558
|
+
filter_name: Optional[pulumi.Input[builtins.str]] = None):
|
70559
|
+
"""
|
70560
|
+
:param pulumi.Input[builtins.str] config: The configuration needed to enable the networkservices.HttpFilter resource.
|
70561
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70562
|
+
:param pulumi.Input[builtins.str] config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70563
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70564
|
+
:param pulumi.Input[builtins.str] filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70565
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70566
|
+
"""
|
70567
|
+
if config is not None:
|
70568
|
+
pulumi.set(__self__, "config", config)
|
70569
|
+
if config_type_url is not None:
|
70570
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
70571
|
+
if filter_name is not None:
|
70572
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
70573
|
+
|
70574
|
+
@property
|
70575
|
+
@pulumi.getter
|
70576
|
+
def config(self) -> Optional[pulumi.Input[builtins.str]]:
|
70577
|
+
"""
|
70578
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70579
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70580
|
+
"""
|
70581
|
+
return pulumi.get(self, "config")
|
70582
|
+
|
70583
|
+
@config.setter
|
70584
|
+
def config(self, value: Optional[pulumi.Input[builtins.str]]):
|
70585
|
+
pulumi.set(self, "config", value)
|
70586
|
+
|
70587
|
+
@property
|
70588
|
+
@pulumi.getter(name="configTypeUrl")
|
70589
|
+
def config_type_url(self) -> Optional[pulumi.Input[builtins.str]]:
|
70590
|
+
"""
|
70591
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70592
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70593
|
+
"""
|
70594
|
+
return pulumi.get(self, "config_type_url")
|
70595
|
+
|
70596
|
+
@config_type_url.setter
|
70597
|
+
def config_type_url(self, value: Optional[pulumi.Input[builtins.str]]):
|
70598
|
+
pulumi.set(self, "config_type_url", value)
|
70599
|
+
|
70600
|
+
@property
|
70601
|
+
@pulumi.getter(name="filterName")
|
70602
|
+
def filter_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
70603
|
+
"""
|
70604
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70605
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70606
|
+
"""
|
70607
|
+
return pulumi.get(self, "filter_name")
|
70608
|
+
|
70609
|
+
@filter_name.setter
|
70610
|
+
def filter_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
70611
|
+
pulumi.set(self, "filter_name", value)
|
70612
|
+
|
70613
|
+
|
70614
|
+
if not MYPY:
|
70615
|
+
class URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict(TypedDict):
|
70616
|
+
config: NotRequired[pulumi.Input[builtins.str]]
|
70617
|
+
"""
|
70618
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70619
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70620
|
+
"""
|
70621
|
+
config_type_url: NotRequired[pulumi.Input[builtins.str]]
|
70622
|
+
"""
|
70623
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70624
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70625
|
+
"""
|
70626
|
+
filter_name: NotRequired[pulumi.Input[builtins.str]]
|
70627
|
+
"""
|
70628
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70629
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70630
|
+
"""
|
70631
|
+
elif False:
|
70632
|
+
URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict: TypeAlias = Mapping[str, Any]
|
70633
|
+
|
70634
|
+
@pulumi.input_type
|
70635
|
+
class URLMapPathMatcherRouteRuleHttpFilterMetadataArgs:
|
70636
|
+
def __init__(__self__, *,
|
70637
|
+
config: Optional[pulumi.Input[builtins.str]] = None,
|
70638
|
+
config_type_url: Optional[pulumi.Input[builtins.str]] = None,
|
70639
|
+
filter_name: Optional[pulumi.Input[builtins.str]] = None):
|
70640
|
+
"""
|
70641
|
+
:param pulumi.Input[builtins.str] config: The configuration needed to enable the networkservices.HttpFilter resource.
|
70642
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70643
|
+
:param pulumi.Input[builtins.str] config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70644
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70645
|
+
:param pulumi.Input[builtins.str] filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70646
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70647
|
+
"""
|
70648
|
+
if config is not None:
|
70649
|
+
pulumi.set(__self__, "config", config)
|
70650
|
+
if config_type_url is not None:
|
70651
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
70652
|
+
if filter_name is not None:
|
70653
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
70654
|
+
|
70655
|
+
@property
|
70656
|
+
@pulumi.getter
|
70657
|
+
def config(self) -> Optional[pulumi.Input[builtins.str]]:
|
70658
|
+
"""
|
70659
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70660
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70661
|
+
"""
|
70662
|
+
return pulumi.get(self, "config")
|
70663
|
+
|
70664
|
+
@config.setter
|
70665
|
+
def config(self, value: Optional[pulumi.Input[builtins.str]]):
|
70666
|
+
pulumi.set(self, "config", value)
|
70667
|
+
|
70668
|
+
@property
|
70669
|
+
@pulumi.getter(name="configTypeUrl")
|
70670
|
+
def config_type_url(self) -> Optional[pulumi.Input[builtins.str]]:
|
70671
|
+
"""
|
70672
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70673
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70674
|
+
"""
|
70675
|
+
return pulumi.get(self, "config_type_url")
|
70676
|
+
|
70677
|
+
@config_type_url.setter
|
70678
|
+
def config_type_url(self, value: Optional[pulumi.Input[builtins.str]]):
|
70679
|
+
pulumi.set(self, "config_type_url", value)
|
70680
|
+
|
70681
|
+
@property
|
70682
|
+
@pulumi.getter(name="filterName")
|
70683
|
+
def filter_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
70684
|
+
"""
|
70685
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70686
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70687
|
+
"""
|
70688
|
+
return pulumi.get(self, "filter_name")
|
70689
|
+
|
70690
|
+
@filter_name.setter
|
70691
|
+
def filter_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
70692
|
+
pulumi.set(self, "filter_name", value)
|
70693
|
+
|
70694
|
+
|
70420
70695
|
if not MYPY:
|
70421
70696
|
class URLMapPathMatcherRouteRuleMatchRuleArgsDict(TypedDict):
|
70422
70697
|
full_path_match: NotRequired[pulumi.Input[builtins.str]]
|
@@ -2281,7 +2281,15 @@ class BackendService(pulumi.CustomResource):
|
|
2281
2281
|
"dry_run": False,
|
2282
2282
|
},
|
2283
2283
|
],
|
2284
|
-
}]
|
2284
|
+
}],
|
2285
|
+
log_config={
|
2286
|
+
"enable": True,
|
2287
|
+
"optional_mode": "CUSTOM",
|
2288
|
+
"optional_fields": [
|
2289
|
+
"orca_load_report",
|
2290
|
+
"tls.protocol",
|
2291
|
+
],
|
2292
|
+
})
|
2285
2293
|
```
|
2286
2294
|
### Backend Service Tls Settings
|
2287
2295
|
|
@@ -2903,7 +2911,15 @@ class BackendService(pulumi.CustomResource):
|
|
2903
2911
|
"dry_run": False,
|
2904
2912
|
},
|
2905
2913
|
],
|
2906
|
-
}]
|
2914
|
+
}],
|
2915
|
+
log_config={
|
2916
|
+
"enable": True,
|
2917
|
+
"optional_mode": "CUSTOM",
|
2918
|
+
"optional_fields": [
|
2919
|
+
"orca_load_report",
|
2920
|
+
"tls.protocol",
|
2921
|
+
],
|
2922
|
+
})
|
2907
2923
|
```
|
2908
2924
|
### Backend Service Tls Settings
|
2909
2925
|
|
@@ -28,7 +28,7 @@ class GetRegionInstanceTemplateResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getRegionInstanceTemplate.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, creation_timestamp=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, key_revocation_action_type=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
|
31
|
+
def __init__(__self__, advanced_machine_features=None, can_ip_forward=None, confidential_instance_configs=None, creation_timestamp=None, description=None, disks=None, effective_labels=None, enable_display=None, filter=None, guest_accelerators=None, id=None, instance_description=None, key_revocation_action_type=None, labels=None, machine_type=None, metadata=None, metadata_fingerprint=None, metadata_startup_script=None, min_cpu_platform=None, most_recent=None, name=None, name_prefix=None, network_interfaces=None, network_performance_configs=None, numeric_id=None, partner_metadata=None, project=None, pulumi_labels=None, region=None, reservation_affinities=None, resource_manager_tags=None, resource_policies=None, schedulings=None, self_link=None, service_accounts=None, shielded_instance_configs=None, tags=None, tags_fingerprint=None):
|
32
32
|
if advanced_machine_features and not isinstance(advanced_machine_features, list):
|
33
33
|
raise TypeError("Expected argument 'advanced_machine_features' to be a list")
|
34
34
|
pulumi.set(__self__, "advanced_machine_features", advanced_machine_features)
|
@@ -101,6 +101,9 @@ class GetRegionInstanceTemplateResult:
|
|
101
101
|
if network_performance_configs and not isinstance(network_performance_configs, list):
|
102
102
|
raise TypeError("Expected argument 'network_performance_configs' to be a list")
|
103
103
|
pulumi.set(__self__, "network_performance_configs", network_performance_configs)
|
104
|
+
if numeric_id and not isinstance(numeric_id, str):
|
105
|
+
raise TypeError("Expected argument 'numeric_id' to be a str")
|
106
|
+
pulumi.set(__self__, "numeric_id", numeric_id)
|
104
107
|
if partner_metadata and not isinstance(partner_metadata, dict):
|
105
108
|
raise TypeError("Expected argument 'partner_metadata' to be a dict")
|
106
109
|
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
@@ -333,6 +336,11 @@ class GetRegionInstanceTemplateResult:
|
|
333
336
|
"""
|
334
337
|
return pulumi.get(self, "network_performance_configs")
|
335
338
|
|
339
|
+
@property
|
340
|
+
@pulumi.getter(name="numericId")
|
341
|
+
def numeric_id(self) -> builtins.str:
|
342
|
+
return pulumi.get(self, "numeric_id")
|
343
|
+
|
336
344
|
@property
|
337
345
|
@pulumi.getter(name="partnerMetadata")
|
338
346
|
def partner_metadata(self) -> Mapping[str, builtins.str]:
|
@@ -456,6 +464,7 @@ class AwaitableGetRegionInstanceTemplateResult(GetRegionInstanceTemplateResult):
|
|
456
464
|
name_prefix=self.name_prefix,
|
457
465
|
network_interfaces=self.network_interfaces,
|
458
466
|
network_performance_configs=self.network_performance_configs,
|
467
|
+
numeric_id=self.numeric_id,
|
459
468
|
partner_metadata=self.partner_metadata,
|
460
469
|
project=self.project,
|
461
470
|
pulumi_labels=self.pulumi_labels,
|
@@ -541,6 +550,7 @@ def get_region_instance_template(filter: Optional[builtins.str] = None,
|
|
541
550
|
name_prefix=pulumi.get(__ret__, 'name_prefix'),
|
542
551
|
network_interfaces=pulumi.get(__ret__, 'network_interfaces'),
|
543
552
|
network_performance_configs=pulumi.get(__ret__, 'network_performance_configs'),
|
553
|
+
numeric_id=pulumi.get(__ret__, 'numeric_id'),
|
544
554
|
partner_metadata=pulumi.get(__ret__, 'partner_metadata'),
|
545
555
|
project=pulumi.get(__ret__, 'project'),
|
546
556
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
@@ -623,6 +633,7 @@ def get_region_instance_template_output(filter: Optional[pulumi.Input[Optional[b
|
|
623
633
|
name_prefix=pulumi.get(__response__, 'name_prefix'),
|
624
634
|
network_interfaces=pulumi.get(__response__, 'network_interfaces'),
|
625
635
|
network_performance_configs=pulumi.get(__response__, 'network_performance_configs'),
|
636
|
+
numeric_id=pulumi.get(__response__, 'numeric_id'),
|
626
637
|
partner_metadata=pulumi.get(__response__, 'partner_metadata'),
|
627
638
|
project=pulumi.get(__response__, 'project'),
|
628
639
|
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
@@ -28,7 +28,7 @@ class GetRouterNatResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getRouterNat.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, auto_network_tier=None, drain_nat_ips=None, enable_dynamic_port_allocation=None, enable_endpoint_independent_mapping=None, endpoint_types=None, icmp_idle_timeout_sec=None, id=None, initial_nat_ips=None, log_configs=None, max_ports_per_vm=None, min_ports_per_vm=None, name=None, nat_ip_allocate_option=None, nat_ips=None, project=None, region=None, router=None, rules=None, source_subnetwork_ip_ranges_to_nat=None, subnetworks=None, tcp_established_idle_timeout_sec=None, tcp_time_wait_timeout_sec=None, tcp_transitory_idle_timeout_sec=None, type=None, udp_idle_timeout_sec=None):
|
31
|
+
def __init__(__self__, auto_network_tier=None, drain_nat_ips=None, enable_dynamic_port_allocation=None, enable_endpoint_independent_mapping=None, endpoint_types=None, icmp_idle_timeout_sec=None, id=None, initial_nat_ips=None, log_configs=None, max_ports_per_vm=None, min_ports_per_vm=None, name=None, nat64_subnetworks=None, nat_ip_allocate_option=None, nat_ips=None, project=None, region=None, router=None, rules=None, source_subnetwork_ip_ranges_to_nat=None, source_subnetwork_ip_ranges_to_nat64=None, subnetworks=None, tcp_established_idle_timeout_sec=None, tcp_time_wait_timeout_sec=None, tcp_transitory_idle_timeout_sec=None, type=None, udp_idle_timeout_sec=None):
|
32
32
|
if auto_network_tier and not isinstance(auto_network_tier, str):
|
33
33
|
raise TypeError("Expected argument 'auto_network_tier' to be a str")
|
34
34
|
pulumi.set(__self__, "auto_network_tier", auto_network_tier)
|
@@ -65,6 +65,9 @@ class GetRouterNatResult:
|
|
65
65
|
if name and not isinstance(name, str):
|
66
66
|
raise TypeError("Expected argument 'name' to be a str")
|
67
67
|
pulumi.set(__self__, "name", name)
|
68
|
+
if nat64_subnetworks and not isinstance(nat64_subnetworks, list):
|
69
|
+
raise TypeError("Expected argument 'nat64_subnetworks' to be a list")
|
70
|
+
pulumi.set(__self__, "nat64_subnetworks", nat64_subnetworks)
|
68
71
|
if nat_ip_allocate_option and not isinstance(nat_ip_allocate_option, str):
|
69
72
|
raise TypeError("Expected argument 'nat_ip_allocate_option' to be a str")
|
70
73
|
pulumi.set(__self__, "nat_ip_allocate_option", nat_ip_allocate_option)
|
@@ -86,6 +89,9 @@ class GetRouterNatResult:
|
|
86
89
|
if source_subnetwork_ip_ranges_to_nat and not isinstance(source_subnetwork_ip_ranges_to_nat, str):
|
87
90
|
raise TypeError("Expected argument 'source_subnetwork_ip_ranges_to_nat' to be a str")
|
88
91
|
pulumi.set(__self__, "source_subnetwork_ip_ranges_to_nat", source_subnetwork_ip_ranges_to_nat)
|
92
|
+
if source_subnetwork_ip_ranges_to_nat64 and not isinstance(source_subnetwork_ip_ranges_to_nat64, str):
|
93
|
+
raise TypeError("Expected argument 'source_subnetwork_ip_ranges_to_nat64' to be a str")
|
94
|
+
pulumi.set(__self__, "source_subnetwork_ip_ranges_to_nat64", source_subnetwork_ip_ranges_to_nat64)
|
89
95
|
if subnetworks and not isinstance(subnetworks, list):
|
90
96
|
raise TypeError("Expected argument 'subnetworks' to be a list")
|
91
97
|
pulumi.set(__self__, "subnetworks", subnetworks)
|
@@ -168,6 +174,11 @@ class GetRouterNatResult:
|
|
168
174
|
def name(self) -> builtins.str:
|
169
175
|
return pulumi.get(self, "name")
|
170
176
|
|
177
|
+
@property
|
178
|
+
@pulumi.getter(name="nat64Subnetworks")
|
179
|
+
def nat64_subnetworks(self) -> Sequence['outputs.GetRouterNatNat64SubnetworkResult']:
|
180
|
+
return pulumi.get(self, "nat64_subnetworks")
|
181
|
+
|
171
182
|
@property
|
172
183
|
@pulumi.getter(name="natIpAllocateOption")
|
173
184
|
def nat_ip_allocate_option(self) -> builtins.str:
|
@@ -203,6 +214,11 @@ class GetRouterNatResult:
|
|
203
214
|
def source_subnetwork_ip_ranges_to_nat(self) -> builtins.str:
|
204
215
|
return pulumi.get(self, "source_subnetwork_ip_ranges_to_nat")
|
205
216
|
|
217
|
+
@property
|
218
|
+
@pulumi.getter(name="sourceSubnetworkIpRangesToNat64")
|
219
|
+
def source_subnetwork_ip_ranges_to_nat64(self) -> builtins.str:
|
220
|
+
return pulumi.get(self, "source_subnetwork_ip_ranges_to_nat64")
|
221
|
+
|
206
222
|
@property
|
207
223
|
@pulumi.getter
|
208
224
|
def subnetworks(self) -> Sequence['outputs.GetRouterNatSubnetworkResult']:
|
@@ -252,6 +268,7 @@ class AwaitableGetRouterNatResult(GetRouterNatResult):
|
|
252
268
|
max_ports_per_vm=self.max_ports_per_vm,
|
253
269
|
min_ports_per_vm=self.min_ports_per_vm,
|
254
270
|
name=self.name,
|
271
|
+
nat64_subnetworks=self.nat64_subnetworks,
|
255
272
|
nat_ip_allocate_option=self.nat_ip_allocate_option,
|
256
273
|
nat_ips=self.nat_ips,
|
257
274
|
project=self.project,
|
@@ -259,6 +276,7 @@ class AwaitableGetRouterNatResult(GetRouterNatResult):
|
|
259
276
|
router=self.router,
|
260
277
|
rules=self.rules,
|
261
278
|
source_subnetwork_ip_ranges_to_nat=self.source_subnetwork_ip_ranges_to_nat,
|
279
|
+
source_subnetwork_ip_ranges_to_nat64=self.source_subnetwork_ip_ranges_to_nat64,
|
262
280
|
subnetworks=self.subnetworks,
|
263
281
|
tcp_established_idle_timeout_sec=self.tcp_established_idle_timeout_sec,
|
264
282
|
tcp_time_wait_timeout_sec=self.tcp_time_wait_timeout_sec,
|
@@ -320,6 +338,7 @@ def get_router_nat(name: Optional[builtins.str] = None,
|
|
320
338
|
max_ports_per_vm=pulumi.get(__ret__, 'max_ports_per_vm'),
|
321
339
|
min_ports_per_vm=pulumi.get(__ret__, 'min_ports_per_vm'),
|
322
340
|
name=pulumi.get(__ret__, 'name'),
|
341
|
+
nat64_subnetworks=pulumi.get(__ret__, 'nat64_subnetworks'),
|
323
342
|
nat_ip_allocate_option=pulumi.get(__ret__, 'nat_ip_allocate_option'),
|
324
343
|
nat_ips=pulumi.get(__ret__, 'nat_ips'),
|
325
344
|
project=pulumi.get(__ret__, 'project'),
|
@@ -327,6 +346,7 @@ def get_router_nat(name: Optional[builtins.str] = None,
|
|
327
346
|
router=pulumi.get(__ret__, 'router'),
|
328
347
|
rules=pulumi.get(__ret__, 'rules'),
|
329
348
|
source_subnetwork_ip_ranges_to_nat=pulumi.get(__ret__, 'source_subnetwork_ip_ranges_to_nat'),
|
349
|
+
source_subnetwork_ip_ranges_to_nat64=pulumi.get(__ret__, 'source_subnetwork_ip_ranges_to_nat64'),
|
330
350
|
subnetworks=pulumi.get(__ret__, 'subnetworks'),
|
331
351
|
tcp_established_idle_timeout_sec=pulumi.get(__ret__, 'tcp_established_idle_timeout_sec'),
|
332
352
|
tcp_time_wait_timeout_sec=pulumi.get(__ret__, 'tcp_time_wait_timeout_sec'),
|
@@ -385,6 +405,7 @@ def get_router_nat_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
385
405
|
max_ports_per_vm=pulumi.get(__response__, 'max_ports_per_vm'),
|
386
406
|
min_ports_per_vm=pulumi.get(__response__, 'min_ports_per_vm'),
|
387
407
|
name=pulumi.get(__response__, 'name'),
|
408
|
+
nat64_subnetworks=pulumi.get(__response__, 'nat64_subnetworks'),
|
388
409
|
nat_ip_allocate_option=pulumi.get(__response__, 'nat_ip_allocate_option'),
|
389
410
|
nat_ips=pulumi.get(__response__, 'nat_ips'),
|
390
411
|
project=pulumi.get(__response__, 'project'),
|
@@ -392,6 +413,7 @@ def get_router_nat_output(name: Optional[pulumi.Input[builtins.str]] = None,
|
|
392
413
|
router=pulumi.get(__response__, 'router'),
|
393
414
|
rules=pulumi.get(__response__, 'rules'),
|
394
415
|
source_subnetwork_ip_ranges_to_nat=pulumi.get(__response__, 'source_subnetwork_ip_ranges_to_nat'),
|
416
|
+
source_subnetwork_ip_ranges_to_nat64=pulumi.get(__response__, 'source_subnetwork_ip_ranges_to_nat64'),
|
395
417
|
subnetworks=pulumi.get(__response__, 'subnetworks'),
|
396
418
|
tcp_established_idle_timeout_sec=pulumi.get(__response__, 'tcp_established_idle_timeout_sec'),
|
397
419
|
tcp_time_wait_timeout_sec=pulumi.get(__response__, 'tcp_time_wait_timeout_sec'),
|