pulumi-gcp 8.33.0a1749001887__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.0a1749001887.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/RECORD +46 -44
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.33.0a1749048505.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -580,6 +580,7 @@ __all__ = [
|
|
580
580
|
'RouterBgpAdvertisedIpRange',
|
581
581
|
'RouterMd5AuthenticationKeys',
|
582
582
|
'RouterNatLogConfig',
|
583
|
+
'RouterNatNat64Subnetwork',
|
583
584
|
'RouterNatRule',
|
584
585
|
'RouterNatRuleAction',
|
585
586
|
'RouterNatSubnetwork',
|
@@ -716,6 +717,8 @@ __all__ = [
|
|
716
717
|
'URLMapPathMatcherRouteRuleHeaderAction',
|
717
718
|
'URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd',
|
718
719
|
'URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd',
|
720
|
+
'URLMapPathMatcherRouteRuleHttpFilterConfig',
|
721
|
+
'URLMapPathMatcherRouteRuleHttpFilterMetadata',
|
719
722
|
'URLMapPathMatcherRouteRuleMatchRule',
|
720
723
|
'URLMapPathMatcherRouteRuleMatchRuleHeaderMatch',
|
721
724
|
'URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch',
|
@@ -971,6 +974,7 @@ __all__ = [
|
|
971
974
|
'GetRouterBgpAdvertisedIpRangeResult',
|
972
975
|
'GetRouterMd5AuthenticationKeyResult',
|
973
976
|
'GetRouterNatLogConfigResult',
|
977
|
+
'GetRouterNatNat64SubnetworkResult',
|
974
978
|
'GetRouterNatRuleResult',
|
975
979
|
'GetRouterNatRuleActionResult',
|
976
980
|
'GetRouterNatSubnetworkResult',
|
@@ -3795,6 +3799,7 @@ class BackendServiceLogConfig(dict):
|
|
3795
3799
|
:param Sequence[builtins.str] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
3796
3800
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
3797
3801
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
3802
|
+
For example: orca_load_report, tls.protocol
|
3798
3803
|
:param builtins.str optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
3799
3804
|
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
3800
3805
|
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
@@ -3827,6 +3832,7 @@ class BackendServiceLogConfig(dict):
|
|
3827
3832
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
3828
3833
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
3829
3834
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
3835
|
+
For example: orca_load_report, tls.protocol
|
3830
3836
|
"""
|
3831
3837
|
return pulumi.get(self, "optional_fields")
|
3832
3838
|
|
@@ -43770,6 +43776,26 @@ class RouterNatLogConfig(dict):
|
|
43770
43776
|
return pulumi.get(self, "filter")
|
43771
43777
|
|
43772
43778
|
|
43779
|
+
@pulumi.output_type
|
43780
|
+
class RouterNatNat64Subnetwork(dict):
|
43781
|
+
def __init__(__self__, *,
|
43782
|
+
name: builtins.str):
|
43783
|
+
"""
|
43784
|
+
:param builtins.str name: Name of the NAT service. The name must be 1-63 characters long and
|
43785
|
+
comply with RFC1035.
|
43786
|
+
"""
|
43787
|
+
pulumi.set(__self__, "name", name)
|
43788
|
+
|
43789
|
+
@property
|
43790
|
+
@pulumi.getter
|
43791
|
+
def name(self) -> builtins.str:
|
43792
|
+
"""
|
43793
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
43794
|
+
comply with RFC1035.
|
43795
|
+
"""
|
43796
|
+
return pulumi.get(self, "name")
|
43797
|
+
|
43798
|
+
|
43773
43799
|
@pulumi.output_type
|
43774
43800
|
class RouterNatRule(dict):
|
43775
43801
|
@staticmethod
|
@@ -43978,7 +44004,7 @@ class RouterNatSubnetwork(dict):
|
|
43978
44004
|
source_ip_ranges_to_nats: Sequence[builtins.str],
|
43979
44005
|
secondary_ip_range_names: Optional[Sequence[builtins.str]] = None):
|
43980
44006
|
"""
|
43981
|
-
:param builtins.str name: Self-link of subnetwork
|
44007
|
+
:param builtins.str name: Self-link of the subnetwork resource that will use NAT64
|
43982
44008
|
:param Sequence[builtins.str] source_ip_ranges_to_nats: List of options for which source IPs in the subnetwork
|
43983
44009
|
should have NAT enabled. Supported values include:
|
43984
44010
|
`ALL_IP_RANGES`, `LIST_OF_SECONDARY_IP_RANGES`,
|
@@ -43987,6 +44013,8 @@ class RouterNatSubnetwork(dict):
|
|
43987
44013
|
to use NAT. This can be populated only if
|
43988
44014
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
43989
44015
|
sourceIpRangesToNat
|
44016
|
+
|
44017
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
43990
44018
|
"""
|
43991
44019
|
pulumi.set(__self__, "name", name)
|
43992
44020
|
pulumi.set(__self__, "source_ip_ranges_to_nats", source_ip_ranges_to_nats)
|
@@ -43997,7 +44025,7 @@ class RouterNatSubnetwork(dict):
|
|
43997
44025
|
@pulumi.getter
|
43998
44026
|
def name(self) -> builtins.str:
|
43999
44027
|
"""
|
44000
|
-
Self-link of subnetwork
|
44028
|
+
Self-link of the subnetwork resource that will use NAT64
|
44001
44029
|
"""
|
44002
44030
|
return pulumi.get(self, "name")
|
44003
44031
|
|
@@ -44020,6 +44048,8 @@ class RouterNatSubnetwork(dict):
|
|
44020
44048
|
to use NAT. This can be populated only if
|
44021
44049
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
44022
44050
|
sourceIpRangesToNat
|
44051
|
+
|
44052
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
44023
44053
|
"""
|
44024
44054
|
return pulumi.get(self, "secondary_ip_range_names")
|
44025
44055
|
|
@@ -53478,6 +53508,10 @@ class URLMapPathMatcherRouteRule(dict):
|
|
53478
53508
|
suggest = "custom_error_response_policy"
|
53479
53509
|
elif key == "headerAction":
|
53480
53510
|
suggest = "header_action"
|
53511
|
+
elif key == "httpFilterConfigs":
|
53512
|
+
suggest = "http_filter_configs"
|
53513
|
+
elif key == "httpFilterMetadatas":
|
53514
|
+
suggest = "http_filter_metadatas"
|
53481
53515
|
elif key == "matchRules":
|
53482
53516
|
suggest = "match_rules"
|
53483
53517
|
elif key == "routeAction":
|
@@ -53500,6 +53534,8 @@ class URLMapPathMatcherRouteRule(dict):
|
|
53500
53534
|
priority: builtins.int,
|
53501
53535
|
custom_error_response_policy: Optional['outputs.URLMapPathMatcherRouteRuleCustomErrorResponsePolicy'] = None,
|
53502
53536
|
header_action: Optional['outputs.URLMapPathMatcherRouteRuleHeaderAction'] = None,
|
53537
|
+
http_filter_configs: Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterConfig']] = None,
|
53538
|
+
http_filter_metadatas: Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterMetadata']] = None,
|
53503
53539
|
match_rules: Optional[Sequence['outputs.URLMapPathMatcherRouteRuleMatchRule']] = None,
|
53504
53540
|
route_action: Optional['outputs.URLMapPathMatcherRouteRuleRouteAction'] = None,
|
53505
53541
|
service: Optional[builtins.str] = None,
|
@@ -53525,6 +53561,16 @@ class URLMapPathMatcherRouteRule(dict):
|
|
53525
53561
|
the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].r
|
53526
53562
|
outeAction.weightedBackendService.backendServiceWeightAction[].headerAction
|
53527
53563
|
Structure is documented below.
|
53564
|
+
:param Sequence['URLMapPathMatcherRouteRuleHttpFilterConfigArgs'] http_filter_configs: Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
53565
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53566
|
+
See ForwardingRule for more details.
|
53567
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53568
|
+
Structure is documented below.
|
53569
|
+
:param Sequence['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs'] http_filter_metadatas: Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
53570
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53571
|
+
See ForwardingRule for more details.
|
53572
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53573
|
+
Structure is documented below.
|
53528
53574
|
:param Sequence['URLMapPathMatcherRouteRuleMatchRuleArgs'] match_rules: The rules for determining a match.
|
53529
53575
|
Structure is documented below.
|
53530
53576
|
:param 'URLMapPathMatcherRouteRuleRouteActionArgs' route_action: In response to a matching matchRule, the load balancer performs advanced routing
|
@@ -53551,6 +53597,10 @@ class URLMapPathMatcherRouteRule(dict):
|
|
53551
53597
|
pulumi.set(__self__, "custom_error_response_policy", custom_error_response_policy)
|
53552
53598
|
if header_action is not None:
|
53553
53599
|
pulumi.set(__self__, "header_action", header_action)
|
53600
|
+
if http_filter_configs is not None:
|
53601
|
+
pulumi.set(__self__, "http_filter_configs", http_filter_configs)
|
53602
|
+
if http_filter_metadatas is not None:
|
53603
|
+
pulumi.set(__self__, "http_filter_metadatas", http_filter_metadatas)
|
53554
53604
|
if match_rules is not None:
|
53555
53605
|
pulumi.set(__self__, "match_rules", match_rules)
|
53556
53606
|
if route_action is not None:
|
@@ -53601,6 +53651,30 @@ class URLMapPathMatcherRouteRule(dict):
|
|
53601
53651
|
"""
|
53602
53652
|
return pulumi.get(self, "header_action")
|
53603
53653
|
|
53654
|
+
@property
|
53655
|
+
@pulumi.getter(name="httpFilterConfigs")
|
53656
|
+
def http_filter_configs(self) -> Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterConfig']]:
|
53657
|
+
"""
|
53658
|
+
Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
53659
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53660
|
+
See ForwardingRule for more details.
|
53661
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53662
|
+
Structure is documented below.
|
53663
|
+
"""
|
53664
|
+
return pulumi.get(self, "http_filter_configs")
|
53665
|
+
|
53666
|
+
@property
|
53667
|
+
@pulumi.getter(name="httpFilterMetadatas")
|
53668
|
+
def http_filter_metadatas(self) -> Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterMetadata']]:
|
53669
|
+
"""
|
53670
|
+
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
53671
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53672
|
+
See ForwardingRule for more details.
|
53673
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53674
|
+
Structure is documented below.
|
53675
|
+
"""
|
53676
|
+
return pulumi.get(self, "http_filter_metadatas")
|
53677
|
+
|
53604
53678
|
@property
|
53605
53679
|
@pulumi.getter(name="matchRules")
|
53606
53680
|
def match_rules(self) -> Optional[Sequence['outputs.URLMapPathMatcherRouteRuleMatchRule']]:
|
@@ -54004,6 +54078,142 @@ class URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd(dict):
|
|
54004
54078
|
return pulumi.get(self, "replace")
|
54005
54079
|
|
54006
54080
|
|
54081
|
+
@pulumi.output_type
|
54082
|
+
class URLMapPathMatcherRouteRuleHttpFilterConfig(dict):
|
54083
|
+
@staticmethod
|
54084
|
+
def __key_warning(key: str):
|
54085
|
+
suggest = None
|
54086
|
+
if key == "configTypeUrl":
|
54087
|
+
suggest = "config_type_url"
|
54088
|
+
elif key == "filterName":
|
54089
|
+
suggest = "filter_name"
|
54090
|
+
|
54091
|
+
if suggest:
|
54092
|
+
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherRouteRuleHttpFilterConfig. Access the value via the '{suggest}' property getter instead.")
|
54093
|
+
|
54094
|
+
def __getitem__(self, key: str) -> Any:
|
54095
|
+
URLMapPathMatcherRouteRuleHttpFilterConfig.__key_warning(key)
|
54096
|
+
return super().__getitem__(key)
|
54097
|
+
|
54098
|
+
def get(self, key: str, default = None) -> Any:
|
54099
|
+
URLMapPathMatcherRouteRuleHttpFilterConfig.__key_warning(key)
|
54100
|
+
return super().get(key, default)
|
54101
|
+
|
54102
|
+
def __init__(__self__, *,
|
54103
|
+
config: Optional[builtins.str] = None,
|
54104
|
+
config_type_url: Optional[builtins.str] = None,
|
54105
|
+
filter_name: Optional[builtins.str] = None):
|
54106
|
+
"""
|
54107
|
+
:param builtins.str config: The configuration needed to enable the networkservices.HttpFilter resource.
|
54108
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54109
|
+
:param builtins.str config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54110
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54111
|
+
:param builtins.str filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54112
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54113
|
+
"""
|
54114
|
+
if config is not None:
|
54115
|
+
pulumi.set(__self__, "config", config)
|
54116
|
+
if config_type_url is not None:
|
54117
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
54118
|
+
if filter_name is not None:
|
54119
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
54120
|
+
|
54121
|
+
@property
|
54122
|
+
@pulumi.getter
|
54123
|
+
def config(self) -> Optional[builtins.str]:
|
54124
|
+
"""
|
54125
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
54126
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54127
|
+
"""
|
54128
|
+
return pulumi.get(self, "config")
|
54129
|
+
|
54130
|
+
@property
|
54131
|
+
@pulumi.getter(name="configTypeUrl")
|
54132
|
+
def config_type_url(self) -> Optional[builtins.str]:
|
54133
|
+
"""
|
54134
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54135
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54136
|
+
"""
|
54137
|
+
return pulumi.get(self, "config_type_url")
|
54138
|
+
|
54139
|
+
@property
|
54140
|
+
@pulumi.getter(name="filterName")
|
54141
|
+
def filter_name(self) -> Optional[builtins.str]:
|
54142
|
+
"""
|
54143
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54144
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54145
|
+
"""
|
54146
|
+
return pulumi.get(self, "filter_name")
|
54147
|
+
|
54148
|
+
|
54149
|
+
@pulumi.output_type
|
54150
|
+
class URLMapPathMatcherRouteRuleHttpFilterMetadata(dict):
|
54151
|
+
@staticmethod
|
54152
|
+
def __key_warning(key: str):
|
54153
|
+
suggest = None
|
54154
|
+
if key == "configTypeUrl":
|
54155
|
+
suggest = "config_type_url"
|
54156
|
+
elif key == "filterName":
|
54157
|
+
suggest = "filter_name"
|
54158
|
+
|
54159
|
+
if suggest:
|
54160
|
+
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherRouteRuleHttpFilterMetadata. Access the value via the '{suggest}' property getter instead.")
|
54161
|
+
|
54162
|
+
def __getitem__(self, key: str) -> Any:
|
54163
|
+
URLMapPathMatcherRouteRuleHttpFilterMetadata.__key_warning(key)
|
54164
|
+
return super().__getitem__(key)
|
54165
|
+
|
54166
|
+
def get(self, key: str, default = None) -> Any:
|
54167
|
+
URLMapPathMatcherRouteRuleHttpFilterMetadata.__key_warning(key)
|
54168
|
+
return super().get(key, default)
|
54169
|
+
|
54170
|
+
def __init__(__self__, *,
|
54171
|
+
config: Optional[builtins.str] = None,
|
54172
|
+
config_type_url: Optional[builtins.str] = None,
|
54173
|
+
filter_name: Optional[builtins.str] = None):
|
54174
|
+
"""
|
54175
|
+
:param builtins.str config: The configuration needed to enable the networkservices.HttpFilter resource.
|
54176
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54177
|
+
:param builtins.str config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54178
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54179
|
+
:param builtins.str filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54180
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54181
|
+
"""
|
54182
|
+
if config is not None:
|
54183
|
+
pulumi.set(__self__, "config", config)
|
54184
|
+
if config_type_url is not None:
|
54185
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
54186
|
+
if filter_name is not None:
|
54187
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
54188
|
+
|
54189
|
+
@property
|
54190
|
+
@pulumi.getter
|
54191
|
+
def config(self) -> Optional[builtins.str]:
|
54192
|
+
"""
|
54193
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
54194
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54195
|
+
"""
|
54196
|
+
return pulumi.get(self, "config")
|
54197
|
+
|
54198
|
+
@property
|
54199
|
+
@pulumi.getter(name="configTypeUrl")
|
54200
|
+
def config_type_url(self) -> Optional[builtins.str]:
|
54201
|
+
"""
|
54202
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54203
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54204
|
+
"""
|
54205
|
+
return pulumi.get(self, "config_type_url")
|
54206
|
+
|
54207
|
+
@property
|
54208
|
+
@pulumi.getter(name="filterName")
|
54209
|
+
def filter_name(self) -> Optional[builtins.str]:
|
54210
|
+
"""
|
54211
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54212
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54213
|
+
"""
|
54214
|
+
return pulumi.get(self, "filter_name")
|
54215
|
+
|
54216
|
+
|
54007
54217
|
@pulumi.output_type
|
54008
54218
|
class URLMapPathMatcherRouteRuleMatchRule(dict):
|
54009
54219
|
@staticmethod
|
@@ -57423,6 +57633,7 @@ class GetBackendServiceLogConfigResult(dict):
|
|
57423
57633
|
:param Sequence[builtins.str] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
57424
57634
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
57425
57635
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
57636
|
+
For example: orca_load_report, tls.protocol
|
57426
57637
|
:param builtins.str optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
57427
57638
|
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM. Possible values: ["INCLUDE_ALL_OPTIONAL", "EXCLUDE_ALL_OPTIONAL", "CUSTOM"]
|
57428
57639
|
:param builtins.float sample_rate: This field can only be specified if logging is enabled for this backend service. The value of
|
@@ -57450,6 +57661,7 @@ class GetBackendServiceLogConfigResult(dict):
|
|
57450
57661
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
57451
57662
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
57452
57663
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
57664
|
+
For example: orca_load_report, tls.protocol
|
57453
57665
|
"""
|
57454
57666
|
return pulumi.get(self, "optional_fields")
|
57455
57667
|
|
@@ -69472,6 +69684,26 @@ class GetRouterNatLogConfigResult(dict):
|
|
69472
69684
|
return pulumi.get(self, "filter")
|
69473
69685
|
|
69474
69686
|
|
69687
|
+
@pulumi.output_type
|
69688
|
+
class GetRouterNatNat64SubnetworkResult(dict):
|
69689
|
+
def __init__(__self__, *,
|
69690
|
+
name: builtins.str):
|
69691
|
+
"""
|
69692
|
+
:param builtins.str name: Name of the NAT service. The name must be 1-63 characters long and
|
69693
|
+
comply with RFC1035.
|
69694
|
+
"""
|
69695
|
+
pulumi.set(__self__, "name", name)
|
69696
|
+
|
69697
|
+
@property
|
69698
|
+
@pulumi.getter
|
69699
|
+
def name(self) -> builtins.str:
|
69700
|
+
"""
|
69701
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
69702
|
+
comply with RFC1035.
|
69703
|
+
"""
|
69704
|
+
return pulumi.get(self, "name")
|
69705
|
+
|
69706
|
+
|
69475
69707
|
@pulumi.output_type
|
69476
69708
|
class GetRouterNatRuleResult(dict):
|
69477
69709
|
def __init__(__self__, *,
|
@@ -569,6 +569,7 @@ class _RegionInstanceTemplateState:
|
|
569
569
|
name_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
570
570
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['RegionInstanceTemplateNetworkInterfaceArgs']]]] = None,
|
571
571
|
network_performance_config: Optional[pulumi.Input['RegionInstanceTemplateNetworkPerformanceConfigArgs']] = None,
|
572
|
+
numeric_id: Optional[pulumi.Input[builtins.str]] = None,
|
572
573
|
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
573
574
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
574
575
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
@@ -637,6 +638,7 @@ class _RegionInstanceTemplateState:
|
|
637
638
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
638
639
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
639
640
|
in order for this setting to take effect.
|
641
|
+
:param pulumi.Input[builtins.str] numeric_id: numeric identifier of the resource.
|
640
642
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
641
643
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
642
644
|
is not provided, the provider project is used.
|
@@ -698,6 +700,8 @@ class _RegionInstanceTemplateState:
|
|
698
700
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
699
701
|
if network_performance_config is not None:
|
700
702
|
pulumi.set(__self__, "network_performance_config", network_performance_config)
|
703
|
+
if numeric_id is not None:
|
704
|
+
pulumi.set(__self__, "numeric_id", numeric_id)
|
701
705
|
if partner_metadata is not None:
|
702
706
|
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
703
707
|
if project is not None:
|
@@ -1007,6 +1011,18 @@ class _RegionInstanceTemplateState:
|
|
1007
1011
|
def network_performance_config(self, value: Optional[pulumi.Input['RegionInstanceTemplateNetworkPerformanceConfigArgs']]):
|
1008
1012
|
pulumi.set(self, "network_performance_config", value)
|
1009
1013
|
|
1014
|
+
@property
|
1015
|
+
@pulumi.getter(name="numericId")
|
1016
|
+
def numeric_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
1017
|
+
"""
|
1018
|
+
numeric identifier of the resource.
|
1019
|
+
"""
|
1020
|
+
return pulumi.get(self, "numeric_id")
|
1021
|
+
|
1022
|
+
@numeric_id.setter
|
1023
|
+
def numeric_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
1024
|
+
pulumi.set(self, "numeric_id", value)
|
1025
|
+
|
1010
1026
|
@property
|
1011
1027
|
@pulumi.getter(name="partnerMetadata")
|
1012
1028
|
def partner_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
@@ -1415,6 +1431,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1415
1431
|
__props__.__dict__["creation_timestamp"] = None
|
1416
1432
|
__props__.__dict__["effective_labels"] = None
|
1417
1433
|
__props__.__dict__["metadata_fingerprint"] = None
|
1434
|
+
__props__.__dict__["numeric_id"] = None
|
1418
1435
|
__props__.__dict__["pulumi_labels"] = None
|
1419
1436
|
__props__.__dict__["self_link"] = None
|
1420
1437
|
__props__.__dict__["tags_fingerprint"] = None
|
@@ -1451,6 +1468,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1451
1468
|
name_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
1452
1469
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceTemplateNetworkInterfaceArgs', 'RegionInstanceTemplateNetworkInterfaceArgsDict']]]]] = None,
|
1453
1470
|
network_performance_config: Optional[pulumi.Input[Union['RegionInstanceTemplateNetworkPerformanceConfigArgs', 'RegionInstanceTemplateNetworkPerformanceConfigArgsDict']]] = None,
|
1471
|
+
numeric_id: Optional[pulumi.Input[builtins.str]] = None,
|
1454
1472
|
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1455
1473
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
1456
1474
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
@@ -1524,6 +1542,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1524
1542
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
1525
1543
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
1526
1544
|
in order for this setting to take effect.
|
1545
|
+
:param pulumi.Input[builtins.str] numeric_id: numeric identifier of the resource.
|
1527
1546
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
1528
1547
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
1529
1548
|
is not provided, the provider project is used.
|
@@ -1568,6 +1587,7 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1568
1587
|
__props__.__dict__["name_prefix"] = name_prefix
|
1569
1588
|
__props__.__dict__["network_interfaces"] = network_interfaces
|
1570
1589
|
__props__.__dict__["network_performance_config"] = network_performance_config
|
1590
|
+
__props__.__dict__["numeric_id"] = numeric_id
|
1571
1591
|
__props__.__dict__["partner_metadata"] = partner_metadata
|
1572
1592
|
__props__.__dict__["project"] = project
|
1573
1593
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
@@ -1781,6 +1801,14 @@ class RegionInstanceTemplate(pulumi.CustomResource):
|
|
1781
1801
|
"""
|
1782
1802
|
return pulumi.get(self, "network_performance_config")
|
1783
1803
|
|
1804
|
+
@property
|
1805
|
+
@pulumi.getter(name="numericId")
|
1806
|
+
def numeric_id(self) -> pulumi.Output[builtins.str]:
|
1807
|
+
"""
|
1808
|
+
numeric identifier of the resource.
|
1809
|
+
"""
|
1810
|
+
return pulumi.get(self, "numeric_id")
|
1811
|
+
|
1784
1812
|
@property
|
1785
1813
|
@pulumi.getter(name="partnerMetadata")
|
1786
1814
|
def partner_metadata(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|