pulumi-gcp 8.14.0a1736853524__py3-none-any.whl → 8.15.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 +110 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +28 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +28 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +56 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/environment_addons_config.py +266 -0
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +32 -2
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/_inputs.py +93 -0
- pulumi_gcp/beyondcorp/outputs.py +89 -0
- pulumi_gcp/beyondcorp/security_gateway.py +670 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -3
- pulumi_gcp/blockchainnodeengine/outputs.py +2 -2
- pulumi_gcp/certificateauthority/_inputs.py +6 -6
- pulumi_gcp/certificateauthority/outputs.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +3 -3
- pulumi_gcp/certificatemanager/outputs.py +2 -2
- pulumi_gcp/chronicle/__init__.py +5 -0
- pulumi_gcp/chronicle/_inputs.py +767 -0
- pulumi_gcp/chronicle/data_access_label.py +690 -0
- pulumi_gcp/chronicle/data_access_scope.py +1094 -0
- pulumi_gcp/chronicle/outputs.py +624 -0
- pulumi_gcp/chronicle/reference_list.py +788 -0
- pulumi_gcp/chronicle/rule.py +1308 -0
- pulumi_gcp/chronicle/rule_deployment.py +849 -0
- pulumi_gcp/chronicle/watchlist.py +68 -45
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +1 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +336 -0
- pulumi_gcp/colab/__init__.py +10 -0
- pulumi_gcp/colab/_inputs.py +359 -0
- pulumi_gcp/colab/outputs.py +344 -0
- pulumi_gcp/colab/runtime_template.py +1160 -0
- pulumi_gcp/compute/_inputs.py +42 -42
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/interconnect_attachment.py +7 -7
- pulumi_gcp/compute/outputs.py +28 -28
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/compute/route.py +8 -16
- pulumi_gcp/compute/subnetwork.py +7 -7
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/url_map.py +4 -0
- pulumi_gcp/config/__init__.pyi +6 -0
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/dataplex/entry_type.py +2 -2
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataproc/batch.py +10 -10
- pulumi_gcp/developerconnect/_inputs.py +910 -42
- pulumi_gcp/developerconnect/connection.py +614 -86
- pulumi_gcp/developerconnect/git_repository_link.py +4 -0
- pulumi_gcp/developerconnect/outputs.py +717 -28
- pulumi_gcp/discoveryengine/_inputs.py +54 -0
- pulumi_gcp/discoveryengine/data_store.py +94 -0
- pulumi_gcp/discoveryengine/outputs.py +51 -0
- pulumi_gcp/dns/_inputs.py +124 -20
- pulumi_gcp/dns/outputs.py +90 -16
- pulumi_gcp/dns/record_set.py +82 -0
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- pulumi_gcp/edgenetwork/__init__.py +1 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +941 -0
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/gemini/code_repository_index.py +47 -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/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/iap/_inputs.py +9 -3
- pulumi_gcp/iap/outputs.py +6 -2
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/authz_policy.py +0 -202
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +13 -0
- pulumi_gcp/parametermanager/_inputs.py +174 -0
- pulumi_gcp/parametermanager/get_regional_parameter.py +230 -0
- pulumi_gcp/parametermanager/outputs.py +191 -0
- pulumi_gcp/parametermanager/parameter.py +706 -0
- pulumi_gcp/parametermanager/regional_parameter.py +762 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +558 -0
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +74 -0
- pulumi_gcp/sql/database_instance.py +80 -18
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +158 -0
- pulumi_gcp/sql/source_representation_instance.py +7 -14
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/RECORD +124 -104
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0a1736853524.dist-info → pulumi_gcp-8.15.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -3743,7 +3743,7 @@ class BackendServiceSecuritySettings(dict):
|
|
3743
3743
|
Structure is documented below.
|
3744
3744
|
|
3745
3745
|
|
3746
|
-
<a name="
|
3746
|
+
<a name="nested_security_settings_aws_v4_authentication"></a>The `aws_v4_authentication` block supports:
|
3747
3747
|
:param str client_tls_policy: ClientTlsPolicy is a resource that specifies how a client should authenticate
|
3748
3748
|
connections to backends of a service. This resource itself does not affect
|
3749
3749
|
configuration unless it is attached to a backend service resource.
|
@@ -3767,7 +3767,7 @@ class BackendServiceSecuritySettings(dict):
|
|
3767
3767
|
Structure is documented below.
|
3768
3768
|
|
3769
3769
|
|
3770
|
-
<a name="
|
3770
|
+
<a name="nested_security_settings_aws_v4_authentication"></a>The `aws_v4_authentication` block supports:
|
3771
3771
|
"""
|
3772
3772
|
return pulumi.get(self, "aws_v4_authentication")
|
3773
3773
|
|
@@ -4643,7 +4643,7 @@ class FirewallPolicyRuleMatch(dict):
|
|
4643
4643
|
:param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
4644
4644
|
|
4645
4645
|
|
4646
|
-
<a name="
|
4646
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
4647
4647
|
"""
|
4648
4648
|
pulumi.set(__self__, "layer4_configs", layer4_configs)
|
4649
4649
|
if dest_address_groups is not None:
|
@@ -4755,7 +4755,7 @@ class FirewallPolicyRuleMatch(dict):
|
|
4755
4755
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
4756
4756
|
|
4757
4757
|
|
4758
|
-
<a name="
|
4758
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
4759
4759
|
"""
|
4760
4760
|
return pulumi.get(self, "src_threat_intelligences")
|
4761
4761
|
|
@@ -5117,7 +5117,7 @@ class FirewallPolicyWithRulesPredefinedRuleMatch(dict):
|
|
5117
5117
|
Structure is documented below.
|
5118
5118
|
|
5119
5119
|
|
5120
|
-
<a name="
|
5120
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
5121
5121
|
:param Sequence[str] src_address_groups: Address groups which should be matched against the traffic source.
|
5122
5122
|
Maximum number of source address groups is 10.
|
5123
5123
|
:param Sequence[str] src_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against
|
@@ -5209,7 +5209,7 @@ class FirewallPolicyWithRulesPredefinedRuleMatch(dict):
|
|
5209
5209
|
Structure is documented below.
|
5210
5210
|
|
5211
5211
|
|
5212
|
-
<a name="
|
5212
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
5213
5213
|
"""
|
5214
5214
|
return pulumi.get(self, "layer4_configs")
|
5215
5215
|
|
@@ -5600,7 +5600,7 @@ class FirewallPolicyWithRulesRuleMatch(dict):
|
|
5600
5600
|
Structure is documented below.
|
5601
5601
|
|
5602
5602
|
|
5603
|
-
<a name="
|
5603
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
5604
5604
|
:param Sequence[str] dest_address_groups: Address groups which should be matched against the traffic destination.
|
5605
5605
|
Maximum number of destination address groups is 10.
|
5606
5606
|
:param Sequence[str] dest_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against
|
@@ -5656,7 +5656,7 @@ class FirewallPolicyWithRulesRuleMatch(dict):
|
|
5656
5656
|
Structure is documented below.
|
5657
5657
|
|
5658
5658
|
|
5659
|
-
<a name="
|
5659
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
5660
5660
|
"""
|
5661
5661
|
return pulumi.get(self, "layer4_configs")
|
5662
5662
|
|
@@ -12415,7 +12415,7 @@ class InstanceNetworkInterface(dict):
|
|
12415
12415
|
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET, IDPF. In the beta provider the additional values of MRDMA and IRDMA are supported.
|
12416
12416
|
:param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
|
12417
12417
|
:param str security_policy: A full or partial URL to a security policy to add to this instance. If this field is set to an empty string it will remove the associated security policy.
|
12418
|
-
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
12418
|
+
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
12419
12419
|
:param str subnetwork: The name or self_link of the subnetwork to attach this
|
12420
12420
|
interface to. Either `network` or `subnetwork` must be provided. If network isn't provided
|
12421
12421
|
it will be inferred from the subnetwork. The subnetwork must exist in the same region this
|
@@ -12578,7 +12578,7 @@ class InstanceNetworkInterface(dict):
|
|
12578
12578
|
@pulumi.getter(name="stackType")
|
12579
12579
|
def stack_type(self) -> Optional[str]:
|
12580
12580
|
"""
|
12581
|
-
The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
12581
|
+
The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
12582
12582
|
"""
|
12583
12583
|
return pulumi.get(self, "stack_type")
|
12584
12584
|
|
@@ -14372,7 +14372,7 @@ class InstanceTemplateNetworkInterface(dict):
|
|
14372
14372
|
empty, the address will be automatically assigned.
|
14373
14373
|
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
|
14374
14374
|
:param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
|
14375
|
-
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
14375
|
+
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
14376
14376
|
:param str subnetwork: the name of the subnetwork to attach this interface
|
14377
14377
|
to. The subnetwork must exist in the same `region` this instance will be
|
14378
14378
|
created in. Either `network` or `subnetwork` must be provided.
|
@@ -14523,7 +14523,7 @@ class InstanceTemplateNetworkInterface(dict):
|
|
14523
14523
|
@pulumi.getter(name="stackType")
|
14524
14524
|
def stack_type(self) -> Optional[str]:
|
14525
14525
|
"""
|
14526
|
-
The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
14526
|
+
The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
14527
14527
|
"""
|
14528
14528
|
return pulumi.get(self, "stack_type")
|
14529
14529
|
|
@@ -16256,7 +16256,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
|
|
16256
16256
|
:param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
16257
16257
|
|
16258
16258
|
|
16259
|
-
<a name="
|
16259
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
16260
16260
|
"""
|
16261
16261
|
pulumi.set(__self__, "layer4_configs", layer4_configs)
|
16262
16262
|
if dest_address_groups is not None:
|
@@ -16379,7 +16379,7 @@ class NetworkFirewallPolicyRuleMatch(dict):
|
|
16379
16379
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
16380
16380
|
|
16381
16381
|
|
16382
|
-
<a name="
|
16382
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
16383
16383
|
"""
|
16384
16384
|
return pulumi.get(self, "src_threat_intelligences")
|
16385
16385
|
|
@@ -16846,7 +16846,7 @@ class NetworkFirewallPolicyWithRulesPredefinedRuleMatch(dict):
|
|
16846
16846
|
Structure is documented below.
|
16847
16847
|
|
16848
16848
|
|
16849
|
-
<a name="
|
16849
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
16850
16850
|
:param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
16851
16851
|
The IPs in these lists will be matched against traffic source.
|
16852
16852
|
"""
|
@@ -16981,7 +16981,7 @@ class NetworkFirewallPolicyWithRulesPredefinedRuleMatch(dict):
|
|
16981
16981
|
Structure is documented below.
|
16982
16982
|
|
16983
16983
|
|
16984
|
-
<a name="
|
16984
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
16985
16985
|
"""
|
16986
16986
|
return pulumi.get(self, "src_secure_tags")
|
16987
16987
|
|
@@ -17463,7 +17463,7 @@ class NetworkFirewallPolicyWithRulesRuleMatch(dict):
|
|
17463
17463
|
Structure is documented below.
|
17464
17464
|
|
17465
17465
|
|
17466
|
-
<a name="
|
17466
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
17467
17467
|
:param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
17468
17468
|
The IPs in these lists will be matched against traffic source.
|
17469
17469
|
"""
|
@@ -17597,7 +17597,7 @@ class NetworkFirewallPolicyWithRulesRuleMatch(dict):
|
|
17597
17597
|
Structure is documented below.
|
17598
17598
|
|
17599
17599
|
|
17600
|
-
<a name="
|
17600
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
17601
17601
|
"""
|
17602
17602
|
return pulumi.get(self, "src_secure_tags")
|
17603
17603
|
|
@@ -18293,7 +18293,7 @@ class OrganizationSecurityPolicyRuleMatchConfig(dict):
|
|
18293
18293
|
Structure is documented below.
|
18294
18294
|
|
18295
18295
|
|
18296
|
-
<a name="
|
18296
|
+
<a name="nested_match_config_layer4_config"></a>The `layer4_config` block supports:
|
18297
18297
|
:param Sequence[str] dest_ip_ranges: Destination IP address range in CIDR format. Required for
|
18298
18298
|
EGRESS rules.
|
18299
18299
|
:param Sequence[str] src_ip_ranges: Source IP address range in CIDR format. Required for
|
@@ -18313,7 +18313,7 @@ class OrganizationSecurityPolicyRuleMatchConfig(dict):
|
|
18313
18313
|
Structure is documented below.
|
18314
18314
|
|
18315
18315
|
|
18316
|
-
<a name="
|
18316
|
+
<a name="nested_match_config_layer4_config"></a>The `layer4_config` block supports:
|
18317
18317
|
"""
|
18318
18318
|
return pulumi.get(self, "layer4_configs")
|
18319
18319
|
|
@@ -24540,7 +24540,7 @@ class RegionInstanceTemplateNetworkInterface(dict):
|
|
24540
24540
|
empty, the address will be automatically assigned.
|
24541
24541
|
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET. In the beta provider the additional values of MRDMA and IRDMA are supported.
|
24542
24542
|
:param int queue_count: The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It will be empty if not specified.
|
24543
|
-
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
24543
|
+
:param str stack_type: The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
24544
24544
|
:param str subnetwork: the name of the subnetwork to attach this interface
|
24545
24545
|
to. The subnetwork must exist in the same `region` this instance will be
|
24546
24546
|
created in. Either `network` or `subnetwork` must be provided.
|
@@ -24672,7 +24672,7 @@ class RegionInstanceTemplateNetworkInterface(dict):
|
|
24672
24672
|
@pulumi.getter(name="stackType")
|
24673
24673
|
def stack_type(self) -> Optional[str]:
|
24674
24674
|
"""
|
24675
|
-
The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6 or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
24675
|
+
The stack type for this network interface to identify whether the IPv6 feature is enabled or not. Values are IPV4_IPV6, IPV6_ONLY or IPV4_ONLY. If not specified, IPV4_ONLY will be used.
|
24676
24676
|
"""
|
24677
24677
|
return pulumi.get(self, "stack_type")
|
24678
24678
|
|
@@ -25951,7 +25951,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
|
|
25951
25951
|
:param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
25952
25952
|
|
25953
25953
|
|
25954
|
-
<a name="
|
25954
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
25955
25955
|
"""
|
25956
25956
|
pulumi.set(__self__, "layer4_configs", layer4_configs)
|
25957
25957
|
if dest_address_groups is not None:
|
@@ -26074,7 +26074,7 @@ class RegionNetworkFirewallPolicyRuleMatch(dict):
|
|
26074
26074
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
26075
26075
|
|
26076
26076
|
|
26077
|
-
<a name="
|
26077
|
+
<a name="nested_match_layer4_configs"></a>The `layer4_configs` block supports:
|
26078
26078
|
"""
|
26079
26079
|
return pulumi.get(self, "src_threat_intelligences")
|
26080
26080
|
|
@@ -26541,7 +26541,7 @@ class RegionNetworkFirewallPolicyWithRulesPredefinedRuleMatch(dict):
|
|
26541
26541
|
Structure is documented below.
|
26542
26542
|
|
26543
26543
|
|
26544
|
-
<a name="
|
26544
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
26545
26545
|
:param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
26546
26546
|
The IPs in these lists will be matched against traffic source.
|
26547
26547
|
"""
|
@@ -26676,7 +26676,7 @@ class RegionNetworkFirewallPolicyWithRulesPredefinedRuleMatch(dict):
|
|
26676
26676
|
Structure is documented below.
|
26677
26677
|
|
26678
26678
|
|
26679
|
-
<a name="
|
26679
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
26680
26680
|
"""
|
26681
26681
|
return pulumi.get(self, "src_secure_tags")
|
26682
26682
|
|
@@ -27158,7 +27158,7 @@ class RegionNetworkFirewallPolicyWithRulesRuleMatch(dict):
|
|
27158
27158
|
Structure is documented below.
|
27159
27159
|
|
27160
27160
|
|
27161
|
-
<a name="
|
27161
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
27162
27162
|
:param Sequence[str] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
27163
27163
|
The IPs in these lists will be matched against traffic source.
|
27164
27164
|
"""
|
@@ -27292,7 +27292,7 @@ class RegionNetworkFirewallPolicyWithRulesRuleMatch(dict):
|
|
27292
27292
|
Structure is documented below.
|
27293
27293
|
|
27294
27294
|
|
27295
|
-
<a name="
|
27295
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
27296
27296
|
"""
|
27297
27297
|
return pulumi.get(self, "src_secure_tags")
|
27298
27298
|
|
@@ -89,7 +89,7 @@ class RegionInstanceGroupManagerArgs:
|
|
89
89
|
:param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
|
90
90
|
|
91
91
|
- - -
|
92
|
-
:param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig)
|
92
|
+
:param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
|
93
93
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
|
94
94
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
95
95
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
@@ -369,7 +369,7 @@ class RegionInstanceGroupManagerArgs:
|
|
369
369
|
@pulumi.getter(name="standbyPolicy")
|
370
370
|
def standby_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]:
|
371
371
|
"""
|
372
|
-
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig)
|
372
|
+
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
|
373
373
|
"""
|
374
374
|
return pulumi.get(self, "standby_policy")
|
375
375
|
|
@@ -585,7 +585,7 @@ class _RegionInstanceGroupManagerState:
|
|
585
585
|
|
586
586
|
- - -
|
587
587
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
588
|
-
:param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig)
|
588
|
+
:param pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs'] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
|
589
589
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulDiskArgs']]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
|
590
590
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulExternalIpArgs']]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
591
591
|
:param pulumi.Input[Sequence[pulumi.Input['RegionInstanceGroupManagerStatefulInternalIpArgs']]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
@@ -929,7 +929,7 @@ class _RegionInstanceGroupManagerState:
|
|
929
929
|
@pulumi.getter(name="standbyPolicy")
|
930
930
|
def standby_policy(self) -> Optional[pulumi.Input['RegionInstanceGroupManagerStandbyPolicyArgs']]:
|
931
931
|
"""
|
932
|
-
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig)
|
932
|
+
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
|
933
933
|
"""
|
934
934
|
return pulumi.get(self, "standby_policy")
|
935
935
|
|
@@ -1209,7 +1209,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1209
1209
|
])
|
1210
1210
|
```
|
1211
1211
|
|
1212
|
-
### With Standby Policy (`Google
|
1212
|
+
### With Standby Policy (`Google` Provider)
|
1213
1213
|
```python
|
1214
1214
|
import pulumi
|
1215
1215
|
import pulumi_gcp as gcp
|
@@ -1282,7 +1282,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1282
1282
|
:param pulumi.Input[str] region: The region where the managed instance group resides. If not provided, the provider region is used.
|
1283
1283
|
|
1284
1284
|
- - -
|
1285
|
-
:param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig)
|
1285
|
+
:param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
|
1286
1286
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulDiskArgs', 'RegionInstanceGroupManagerStatefulDiskArgsDict']]]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
|
1287
1287
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulExternalIpArgs', 'RegionInstanceGroupManagerStatefulExternalIpArgsDict']]]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
1288
1288
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulInternalIpArgs', 'RegionInstanceGroupManagerStatefulInternalIpArgsDict']]]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
@@ -1396,7 +1396,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1396
1396
|
])
|
1397
1397
|
```
|
1398
1398
|
|
1399
|
-
### With Standby Policy (`Google
|
1399
|
+
### With Standby Policy (`Google` Provider)
|
1400
1400
|
```python
|
1401
1401
|
import pulumi
|
1402
1402
|
import pulumi_gcp as gcp
|
@@ -1607,7 +1607,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1607
1607
|
|
1608
1608
|
- - -
|
1609
1609
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
1610
|
-
:param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig)
|
1610
|
+
:param pulumi.Input[Union['RegionInstanceGroupManagerStandbyPolicyArgs', 'RegionInstanceGroupManagerStandbyPolicyArgsDict']] standby_policy: The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
|
1611
1611
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulDiskArgs', 'RegionInstanceGroupManagerStatefulDiskArgsDict']]]] stateful_disks: Disks created on the instances that will be preserved on instance delete, update, etc. Structure is documented below. For more information see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/configuring-stateful-disks-in-migs). Proactive cross zone instance redistribution must be disabled before you can update stateful disks on existing instance group managers. This can be controlled via the `update_policy`.
|
1612
1612
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulExternalIpArgs', 'RegionInstanceGroupManagerStatefulExternalIpArgsDict']]]] stateful_external_ips: External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
1613
1613
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionInstanceGroupManagerStatefulInternalIpArgs', 'RegionInstanceGroupManagerStatefulInternalIpArgsDict']]]] stateful_internal_ips: Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name. Structure is documented below.
|
@@ -1848,7 +1848,7 @@ class RegionInstanceGroupManager(pulumi.CustomResource):
|
|
1848
1848
|
@pulumi.getter(name="standbyPolicy")
|
1849
1849
|
def standby_policy(self) -> pulumi.Output['outputs.RegionInstanceGroupManagerStandbyPolicy']:
|
1850
1850
|
"""
|
1851
|
-
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig)
|
1851
|
+
The standby policy for stopped and suspended instances. Structure is documented below. For more information, see the [official documentation](https://cloud.google.com/compute/docs/instance-groups/suspended-and-stopped-vms-in-mig).
|
1852
1852
|
"""
|
1853
1853
|
return pulumi.get(self, "standby_policy")
|
1854
1854
|
|
pulumi_gcp/compute/route.py
CHANGED
@@ -382,13 +382,11 @@ class _RouteState:
|
|
382
382
|
specified) The zone of the instance specified in
|
383
383
|
`next_hop_instance`. Omit if `next_hop_instance` is specified as
|
384
384
|
a URL.
|
385
|
-
:param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
386
|
-
distance, and available bandwidth between regions.
|
385
|
+
:param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
387
386
|
:param pulumi.Input[str] next_hop_ip: Network IP address of an instance that should handle matching packets.
|
388
387
|
:param pulumi.Input[str] next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
389
388
|
:param pulumi.Input[str] next_hop_network: URL to a Network that should handle matching packets.
|
390
|
-
:param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
391
|
-
INCOMPLETE.
|
389
|
+
:param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
392
390
|
:param pulumi.Input[str] next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
393
391
|
:param pulumi.Input[int] priority: The priority of this route. Priority is used to break ties in cases
|
394
392
|
where there is more than one matching route of equal prefix length.
|
@@ -574,8 +572,7 @@ class _RouteState:
|
|
574
572
|
@pulumi.getter(name="nextHopInterRegionCost")
|
575
573
|
def next_hop_inter_region_cost(self) -> Optional[pulumi.Input[str]]:
|
576
574
|
"""
|
577
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
578
|
-
distance, and available bandwidth between regions.
|
575
|
+
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
579
576
|
"""
|
580
577
|
return pulumi.get(self, "next_hop_inter_region_cost")
|
581
578
|
|
@@ -623,8 +620,7 @@ class _RouteState:
|
|
623
620
|
@pulumi.getter(name="nextHopOrigin")
|
624
621
|
def next_hop_origin(self) -> Optional[pulumi.Input[str]]:
|
625
622
|
"""
|
626
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
627
|
-
INCOMPLETE.
|
623
|
+
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
628
624
|
"""
|
629
625
|
return pulumi.get(self, "next_hop_origin")
|
630
626
|
|
@@ -1270,13 +1266,11 @@ class Route(pulumi.CustomResource):
|
|
1270
1266
|
specified) The zone of the instance specified in
|
1271
1267
|
`next_hop_instance`. Omit if `next_hop_instance` is specified as
|
1272
1268
|
a URL.
|
1273
|
-
:param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
1274
|
-
distance, and available bandwidth between regions.
|
1269
|
+
:param pulumi.Input[str] next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
1275
1270
|
:param pulumi.Input[str] next_hop_ip: Network IP address of an instance that should handle matching packets.
|
1276
1271
|
:param pulumi.Input[str] next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
1277
1272
|
:param pulumi.Input[str] next_hop_network: URL to a Network that should handle matching packets.
|
1278
|
-
:param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
1279
|
-
INCOMPLETE.
|
1273
|
+
:param pulumi.Input[str] next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
1280
1274
|
:param pulumi.Input[str] next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
1281
1275
|
:param pulumi.Input[int] priority: The priority of this route. Priority is used to break ties in cases
|
1282
1276
|
where there is more than one matching route of equal prefix length.
|
@@ -1417,8 +1411,7 @@ class Route(pulumi.CustomResource):
|
|
1417
1411
|
@pulumi.getter(name="nextHopInterRegionCost")
|
1418
1412
|
def next_hop_inter_region_cost(self) -> pulumi.Output[str]:
|
1419
1413
|
"""
|
1420
|
-
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance,
|
1421
|
-
distance, and available bandwidth between regions.
|
1414
|
+
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
1422
1415
|
"""
|
1423
1416
|
return pulumi.get(self, "next_hop_inter_region_cost")
|
1424
1417
|
|
@@ -1450,8 +1443,7 @@ class Route(pulumi.CustomResource):
|
|
1450
1443
|
@pulumi.getter(name="nextHopOrigin")
|
1451
1444
|
def next_hop_origin(self) -> pulumi.Output[str]:
|
1452
1445
|
"""
|
1453
|
-
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or
|
1454
|
-
INCOMPLETE.
|
1446
|
+
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
1455
1447
|
"""
|
1456
1448
|
return pulumi.get(self, "next_hop_origin")
|
1457
1449
|
|
pulumi_gcp/compute/subnetwork.py
CHANGED
@@ -109,7 +109,7 @@ class SubnetworkArgs:
|
|
109
109
|
Defaults to false.
|
110
110
|
:param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
|
111
111
|
If not specified IPV4_ONLY will be used.
|
112
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
112
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
113
113
|
"""
|
114
114
|
pulumi.set(__self__, "network", network)
|
115
115
|
if allow_subnet_cidr_routes_overlap is not None:
|
@@ -406,7 +406,7 @@ class SubnetworkArgs:
|
|
406
406
|
"""
|
407
407
|
The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
|
408
408
|
If not specified IPV4_ONLY will be used.
|
409
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
409
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
410
410
|
"""
|
411
411
|
return pulumi.get(self, "stack_type")
|
412
412
|
|
@@ -520,7 +520,7 @@ class _SubnetworkState:
|
|
520
520
|
Defaults to false.
|
521
521
|
:param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
|
522
522
|
If not specified IPV4_ONLY will be used.
|
523
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
523
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
524
524
|
:param pulumi.Input[int] subnetwork_id: The unique identifier number for the resource. This identifier is defined by the server.
|
525
525
|
"""
|
526
526
|
if allow_subnet_cidr_routes_overlap is not None:
|
@@ -910,7 +910,7 @@ class _SubnetworkState:
|
|
910
910
|
"""
|
911
911
|
The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
|
912
912
|
If not specified IPV4_ONLY will be used.
|
913
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
913
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
914
914
|
"""
|
915
915
|
return pulumi.get(self, "stack_type")
|
916
916
|
|
@@ -1267,7 +1267,7 @@ class Subnetwork(pulumi.CustomResource):
|
|
1267
1267
|
Defaults to false.
|
1268
1268
|
:param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
|
1269
1269
|
If not specified IPV4_ONLY will be used.
|
1270
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
1270
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
1271
1271
|
"""
|
1272
1272
|
...
|
1273
1273
|
@overload
|
@@ -1703,7 +1703,7 @@ class Subnetwork(pulumi.CustomResource):
|
|
1703
1703
|
Defaults to false.
|
1704
1704
|
:param pulumi.Input[str] stack_type: The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
|
1705
1705
|
If not specified IPV4_ONLY will be used.
|
1706
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
1706
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
1707
1707
|
:param pulumi.Input[int] subnetwork_id: The unique identifier number for the resource. This identifier is defined by the server.
|
1708
1708
|
"""
|
1709
1709
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -1978,7 +1978,7 @@ class Subnetwork(pulumi.CustomResource):
|
|
1978
1978
|
"""
|
1979
1979
|
The stack type for this subnet to identify whether the IPv6 feature is enabled or not.
|
1980
1980
|
If not specified IPV4_ONLY will be used.
|
1981
|
-
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`.
|
1981
|
+
Possible values are: `IPV4_ONLY`, `IPV4_IPV6`, `IPV6_ONLY`.
|
1982
1982
|
"""
|
1983
1983
|
return pulumi.get(self, "stack_type")
|
1984
1984
|
|
@@ -507,7 +507,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
507
507
|
})
|
508
508
|
policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
|
509
509
|
region="southamerica-west1",
|
510
|
-
name="tf-test-
|
510
|
+
name="tf-test-policyddos_21197",
|
511
511
|
description="ddos protection security policy to set target instance",
|
512
512
|
type="CLOUD_ARMOR_NETWORK",
|
513
513
|
ddos_protection_config={
|
@@ -515,7 +515,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
515
515
|
})
|
516
516
|
edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
|
517
517
|
region="southamerica-west1",
|
518
|
-
name="tf-test-
|
518
|
+
name="tf-test-edgesec_52865",
|
519
519
|
security_policy=policyddosprotection.self_link)
|
520
520
|
regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
|
521
521
|
name="region-secpolicy",
|
@@ -697,7 +697,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
697
697
|
})
|
698
698
|
policyddosprotection = gcp.compute.RegionSecurityPolicy("policyddosprotection",
|
699
699
|
region="southamerica-west1",
|
700
|
-
name="tf-test-
|
700
|
+
name="tf-test-policyddos_21197",
|
701
701
|
description="ddos protection security policy to set target instance",
|
702
702
|
type="CLOUD_ARMOR_NETWORK",
|
703
703
|
ddos_protection_config={
|
@@ -705,7 +705,7 @@ class TargetInstance(pulumi.CustomResource):
|
|
705
705
|
})
|
706
706
|
edge_sec_service = gcp.compute.NetworkEdgeSecurityService("edge_sec_service",
|
707
707
|
region="southamerica-west1",
|
708
|
-
name="tf-test-
|
708
|
+
name="tf-test-edgesec_52865",
|
709
709
|
security_policy=policyddosprotection.self_link)
|
710
710
|
regionsecuritypolicy = gcp.compute.RegionSecurityPolicy("regionsecuritypolicy",
|
711
711
|
name="region-secpolicy",
|
pulumi_gcp/compute/url_map.py
CHANGED
@@ -612,6 +612,8 @@ class URLMap(pulumi.CustomResource):
|
|
612
612
|
To get more information about UrlMap, see:
|
613
613
|
|
614
614
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)
|
615
|
+
* How-to Guides
|
616
|
+
* [Official Documentation](https://cloud.google.com/load-balancing/docs/url-map-concepts)
|
615
617
|
|
616
618
|
## Example Usage
|
617
619
|
|
@@ -1350,6 +1352,8 @@ class URLMap(pulumi.CustomResource):
|
|
1350
1352
|
To get more information about UrlMap, see:
|
1351
1353
|
|
1352
1354
|
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/urlMaps)
|
1355
|
+
* How-to Guides
|
1356
|
+
* [Official Documentation](https://cloud.google.com/load-balancing/docs/url-map-concepts)
|
1353
1357
|
|
1354
1358
|
## Example Usage
|
1355
1359
|
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -109,6 +109,8 @@ clouddomainsCustomEndpoint: Optional[str]
|
|
109
109
|
|
110
110
|
cloudfunctions2CustomEndpoint: Optional[str]
|
111
111
|
|
112
|
+
colabCustomEndpoint: Optional[str]
|
113
|
+
|
112
114
|
composerCustomEndpoint: Optional[str]
|
113
115
|
|
114
116
|
computeCustomEndpoint: Optional[str]
|
@@ -279,6 +281,10 @@ osLoginCustomEndpoint: Optional[str]
|
|
279
281
|
|
280
282
|
parallelstoreCustomEndpoint: Optional[str]
|
281
283
|
|
284
|
+
parameterManagerCustomEndpoint: Optional[str]
|
285
|
+
|
286
|
+
parameterManagerRegionalCustomEndpoint: Optional[str]
|
287
|
+
|
282
288
|
privatecaCustomEndpoint: Optional[str]
|
283
289
|
|
284
290
|
privilegedAccessManagerCustomEndpoint: Optional[str]
|
pulumi_gcp/config/vars.py
CHANGED
@@ -209,6 +209,10 @@ class _ExportableConfig(types.ModuleType):
|
|
209
209
|
def cloudfunctions2_custom_endpoint(self) -> Optional[str]:
|
210
210
|
return __config__.get('cloudfunctions2CustomEndpoint')
|
211
211
|
|
212
|
+
@property
|
213
|
+
def colab_custom_endpoint(self) -> Optional[str]:
|
214
|
+
return __config__.get('colabCustomEndpoint')
|
215
|
+
|
212
216
|
@property
|
213
217
|
def composer_custom_endpoint(self) -> Optional[str]:
|
214
218
|
return __config__.get('composerCustomEndpoint')
|
@@ -549,6 +553,14 @@ class _ExportableConfig(types.ModuleType):
|
|
549
553
|
def parallelstore_custom_endpoint(self) -> Optional[str]:
|
550
554
|
return __config__.get('parallelstoreCustomEndpoint')
|
551
555
|
|
556
|
+
@property
|
557
|
+
def parameter_manager_custom_endpoint(self) -> Optional[str]:
|
558
|
+
return __config__.get('parameterManagerCustomEndpoint')
|
559
|
+
|
560
|
+
@property
|
561
|
+
def parameter_manager_regional_custom_endpoint(self) -> Optional[str]:
|
562
|
+
return __config__.get('parameterManagerRegionalCustomEndpoint')
|
563
|
+
|
552
564
|
@property
|
553
565
|
def privateca_custom_endpoint(self) -> Optional[str]:
|
554
566
|
return __config__.get('privatecaCustomEndpoint')
|
@@ -710,11 +710,11 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
710
710
|
"foo": "bar",
|
711
711
|
},
|
712
712
|
alloydb={
|
713
|
-
"cluster_id": "tf-test-
|
713
|
+
"cluster_id": "tf-test-dbmsalloycluster_85840",
|
714
714
|
"settings": {
|
715
715
|
"initial_user": {
|
716
|
-
"user": "
|
717
|
-
"password": "
|
716
|
+
"user": "alloyuser_60302",
|
717
|
+
"password": "alloypass_22811",
|
718
718
|
},
|
719
719
|
"vpc_network": default.id,
|
720
720
|
"labels": {
|
@@ -1070,11 +1070,11 @@ class ConnectionProfile(pulumi.CustomResource):
|
|
1070
1070
|
"foo": "bar",
|
1071
1071
|
},
|
1072
1072
|
alloydb={
|
1073
|
-
"cluster_id": "tf-test-
|
1073
|
+
"cluster_id": "tf-test-dbmsalloycluster_85840",
|
1074
1074
|
"settings": {
|
1075
1075
|
"initial_user": {
|
1076
|
-
"user": "
|
1077
|
-
"password": "
|
1076
|
+
"user": "alloyuser_60302",
|
1077
|
+
"password": "alloypass_22811",
|
1078
1078
|
},
|
1079
1079
|
"vpc_network": default.id,
|
1080
1080
|
"labels": {
|
@@ -333,7 +333,7 @@ if not MYPY:
|
|
333
333
|
Structure is documented below.
|
334
334
|
|
335
335
|
|
336
|
-
<a name="
|
336
|
+
<a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
|
337
337
|
"""
|
338
338
|
elif False:
|
339
339
|
EntryGcsFilesetSpecArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -360,7 +360,7 @@ class EntryGcsFilesetSpecArgs:
|
|
360
360
|
Structure is documented below.
|
361
361
|
|
362
362
|
|
363
|
-
<a name="
|
363
|
+
<a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
|
364
364
|
"""
|
365
365
|
pulumi.set(__self__, "file_patterns", file_patterns)
|
366
366
|
if sample_gcs_file_specs is not None:
|
@@ -397,7 +397,7 @@ class EntryGcsFilesetSpecArgs:
|
|
397
397
|
Structure is documented below.
|
398
398
|
|
399
399
|
|
400
|
-
<a name="
|
400
|
+
<a name="nested_gcs_fileset_spec_sample_gcs_file_specs"></a>The `sample_gcs_file_specs` block contains:
|
401
401
|
"""
|
402
402
|
return pulumi.get(self, "sample_gcs_file_specs")
|
403
403
|
|