pulumi-gcp 8.14.0__py3-none-any.whl → 8.14.0a1736404082__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 +0 -32
- pulumi_gcp/applicationintegration/_inputs.py +3 -3
- pulumi_gcp/applicationintegration/outputs.py +2 -2
- pulumi_gcp/beyondcorp/__init__.py +0 -1
- pulumi_gcp/beyondcorp/_inputs.py +0 -93
- pulumi_gcp/beyondcorp/outputs.py +0 -89
- 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 +0 -2
- pulumi_gcp/chronicle/_inputs.py +0 -388
- pulumi_gcp/chronicle/outputs.py +0 -322
- pulumi_gcp/chronicle/watchlist.py +45 -68
- pulumi_gcp/cloudbuild/_inputs.py +3 -3
- pulumi_gcp/cloudbuild/outputs.py +2 -2
- pulumi_gcp/cloudquota/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +33 -33
- pulumi_gcp/compute/instance_group_manager.py +9 -9
- pulumi_gcp/compute/outputs.py +22 -22
- pulumi_gcp/compute/region_instance_group_manager.py +9 -9
- pulumi_gcp/datacatalog/_inputs.py +3 -3
- pulumi_gcp/datacatalog/outputs.py +2 -2
- pulumi_gcp/developerconnect/_inputs.py +42 -910
- pulumi_gcp/developerconnect/connection.py +86 -614
- pulumi_gcp/developerconnect/git_repository_link.py +0 -4
- pulumi_gcp/developerconnect/outputs.py +28 -717
- pulumi_gcp/dns/_inputs.py +20 -124
- pulumi_gcp/dns/outputs.py +16 -90
- pulumi_gcp/dns/record_set.py +0 -82
- pulumi_gcp/edgecontainer/_inputs.py +3 -3
- pulumi_gcp/edgecontainer/outputs.py +2 -2
- 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 +3 -9
- pulumi_gcp/iap/outputs.py +2 -6
- pulumi_gcp/iap/settings.py +63 -63
- pulumi_gcp/identityplatform/_inputs.py +9 -9
- pulumi_gcp/identityplatform/outputs.py +6 -6
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/oracledatabase/_inputs.py +3 -3
- pulumi_gcp/oracledatabase/outputs.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/sql/_inputs.py +0 -20
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +0 -36
- pulumi_gcp/transcoder/_inputs.py +6 -6
- pulumi_gcp/transcoder/outputs.py +4 -4
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736404082.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736404082.dist-info}/RECORD +58 -62
- pulumi_gcp/beyondcorp/security_gateway.py +0 -670
- pulumi_gcp/chronicle/data_access_label.py +0 -690
- pulumi_gcp/chronicle/data_access_scope.py +0 -1094
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +0 -336
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736404082.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.14.0.dist-info → pulumi_gcp-8.14.0a1736404082.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -5197,7 +5197,7 @@ if not MYPY:
|
|
5197
5197
|
Structure is documented below.
|
5198
5198
|
|
5199
5199
|
|
5200
|
-
<a name="
|
5200
|
+
<a name="nested_aws_v4_authentication"></a>The `aws_v4_authentication` block supports:
|
5201
5201
|
"""
|
5202
5202
|
client_tls_policy: NotRequired[pulumi.Input[str]]
|
5203
5203
|
"""
|
@@ -5226,7 +5226,7 @@ class BackendServiceSecuritySettingsArgs:
|
|
5226
5226
|
Structure is documented below.
|
5227
5227
|
|
5228
5228
|
|
5229
|
-
<a name="
|
5229
|
+
<a name="nested_aws_v4_authentication"></a>The `aws_v4_authentication` block supports:
|
5230
5230
|
:param pulumi.Input[str] client_tls_policy: ClientTlsPolicy is a resource that specifies how a client should authenticate
|
5231
5231
|
connections to backends of a service. This resource itself does not affect
|
5232
5232
|
configuration unless it is attached to a backend service resource.
|
@@ -5250,7 +5250,7 @@ class BackendServiceSecuritySettingsArgs:
|
|
5250
5250
|
Structure is documented below.
|
5251
5251
|
|
5252
5252
|
|
5253
|
-
<a name="
|
5253
|
+
<a name="nested_aws_v4_authentication"></a>The `aws_v4_authentication` block supports:
|
5254
5254
|
"""
|
5255
5255
|
return pulumi.get(self, "aws_v4_authentication")
|
5256
5256
|
|
@@ -6456,7 +6456,7 @@ if not MYPY:
|
|
6456
6456
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
6457
6457
|
|
6458
6458
|
|
6459
|
-
<a name="
|
6459
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
6460
6460
|
"""
|
6461
6461
|
elif False:
|
6462
6462
|
FirewallPolicyRuleMatchArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -6490,7 +6490,7 @@ class FirewallPolicyRuleMatchArgs:
|
|
6490
6490
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
6491
6491
|
|
6492
6492
|
|
6493
|
-
<a name="
|
6493
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
6494
6494
|
"""
|
6495
6495
|
pulumi.set(__self__, "layer4_configs", layer4_configs)
|
6496
6496
|
if dest_address_groups is not None:
|
@@ -6642,7 +6642,7 @@ class FirewallPolicyRuleMatchArgs:
|
|
6642
6642
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
6643
6643
|
|
6644
6644
|
|
6645
|
-
<a name="
|
6645
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
6646
6646
|
"""
|
6647
6647
|
return pulumi.get(self, "src_threat_intelligences")
|
6648
6648
|
|
@@ -7085,7 +7085,7 @@ if not MYPY:
|
|
7085
7085
|
Structure is documented below.
|
7086
7086
|
|
7087
7087
|
|
7088
|
-
<a name="
|
7088
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
7089
7089
|
"""
|
7090
7090
|
src_address_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7091
7091
|
"""
|
@@ -7148,7 +7148,7 @@ class FirewallPolicyWithRulesPredefinedRuleMatchArgs:
|
|
7148
7148
|
Structure is documented below.
|
7149
7149
|
|
7150
7150
|
|
7151
|
-
<a name="
|
7151
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
7152
7152
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_address_groups: Address groups which should be matched against the traffic source.
|
7153
7153
|
Maximum number of source address groups is 10.
|
7154
7154
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against
|
@@ -7260,7 +7260,7 @@ class FirewallPolicyWithRulesPredefinedRuleMatchArgs:
|
|
7260
7260
|
Structure is documented below.
|
7261
7261
|
|
7262
7262
|
|
7263
|
-
<a name="
|
7263
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
7264
7264
|
"""
|
7265
7265
|
return pulumi.get(self, "layer4_configs")
|
7266
7266
|
|
@@ -7735,7 +7735,7 @@ if not MYPY:
|
|
7735
7735
|
Structure is documented below.
|
7736
7736
|
|
7737
7737
|
|
7738
|
-
<a name="
|
7738
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
7739
7739
|
"""
|
7740
7740
|
dest_address_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7741
7741
|
"""
|
@@ -7813,7 +7813,7 @@ class FirewallPolicyWithRulesRuleMatchArgs:
|
|
7813
7813
|
Structure is documented below.
|
7814
7814
|
|
7815
7815
|
|
7816
|
-
<a name="
|
7816
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
7817
7817
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dest_address_groups: Address groups which should be matched against the traffic destination.
|
7818
7818
|
Maximum number of destination address groups is 10.
|
7819
7819
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dest_fqdns: Fully Qualified Domain Name (FQDN) which should be matched against
|
@@ -7869,7 +7869,7 @@ class FirewallPolicyWithRulesRuleMatchArgs:
|
|
7869
7869
|
Structure is documented below.
|
7870
7870
|
|
7871
7871
|
|
7872
|
-
<a name="
|
7872
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
7873
7873
|
"""
|
7874
7874
|
return pulumi.get(self, "layer4_configs")
|
7875
7875
|
|
@@ -21829,7 +21829,7 @@ if not MYPY:
|
|
21829
21829
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
21830
21830
|
|
21831
21831
|
|
21832
|
-
<a name="
|
21832
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
21833
21833
|
"""
|
21834
21834
|
elif False:
|
21835
21835
|
NetworkFirewallPolicyRuleMatchArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -21866,7 +21866,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
|
|
21866
21866
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
21867
21867
|
|
21868
21868
|
|
21869
|
-
<a name="
|
21869
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
21870
21870
|
"""
|
21871
21871
|
pulumi.set(__self__, "layer4_configs", layer4_configs)
|
21872
21872
|
if dest_address_groups is not None:
|
@@ -22033,7 +22033,7 @@ class NetworkFirewallPolicyRuleMatchArgs:
|
|
22033
22033
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
22034
22034
|
|
22035
22035
|
|
22036
|
-
<a name="
|
22036
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
22037
22037
|
"""
|
22038
22038
|
return pulumi.get(self, "src_threat_intelligences")
|
22039
22039
|
|
@@ -22647,7 +22647,7 @@ if not MYPY:
|
|
22647
22647
|
Structure is documented below.
|
22648
22648
|
|
22649
22649
|
|
22650
|
-
<a name="
|
22650
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
22651
22651
|
"""
|
22652
22652
|
src_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
22653
22653
|
"""
|
@@ -22705,7 +22705,7 @@ class NetworkFirewallPolicyWithRulesPredefinedRuleMatchArgs:
|
|
22705
22705
|
Structure is documented below.
|
22706
22706
|
|
22707
22707
|
|
22708
|
-
<a name="
|
22708
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
22709
22709
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
22710
22710
|
The IPs in these lists will be matched against traffic source.
|
22711
22711
|
"""
|
@@ -22880,7 +22880,7 @@ class NetworkFirewallPolicyWithRulesPredefinedRuleMatchArgs:
|
|
22880
22880
|
Structure is documented below.
|
22881
22881
|
|
22882
22882
|
|
22883
|
-
<a name="
|
22883
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
22884
22884
|
"""
|
22885
22885
|
return pulumi.get(self, "src_secure_tags")
|
22886
22886
|
|
@@ -23517,7 +23517,7 @@ if not MYPY:
|
|
23517
23517
|
Structure is documented below.
|
23518
23518
|
|
23519
23519
|
|
23520
|
-
<a name="
|
23520
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
23521
23521
|
"""
|
23522
23522
|
src_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
23523
23523
|
"""
|
@@ -23575,7 +23575,7 @@ class NetworkFirewallPolicyWithRulesRuleMatchArgs:
|
|
23575
23575
|
Structure is documented below.
|
23576
23576
|
|
23577
23577
|
|
23578
|
-
<a name="
|
23578
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
23579
23579
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
23580
23580
|
The IPs in these lists will be matched against traffic source.
|
23581
23581
|
"""
|
@@ -23749,7 +23749,7 @@ class NetworkFirewallPolicyWithRulesRuleMatchArgs:
|
|
23749
23749
|
Structure is documented below.
|
23750
23750
|
|
23751
23751
|
|
23752
|
-
<a name="
|
23752
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
23753
23753
|
"""
|
23754
23754
|
return pulumi.get(self, "src_secure_tags")
|
23755
23755
|
|
@@ -24583,7 +24583,7 @@ if not MYPY:
|
|
24583
24583
|
Structure is documented below.
|
24584
24584
|
|
24585
24585
|
|
24586
|
-
<a name="
|
24586
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
24587
24587
|
"""
|
24588
24588
|
dest_ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
24589
24589
|
"""
|
@@ -24609,7 +24609,7 @@ class OrganizationSecurityPolicyRuleMatchConfigArgs:
|
|
24609
24609
|
Structure is documented below.
|
24610
24610
|
|
24611
24611
|
|
24612
|
-
<a name="
|
24612
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
24613
24613
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] dest_ip_ranges: Destination IP address range in CIDR format. Required for
|
24614
24614
|
EGRESS rules.
|
24615
24615
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_ip_ranges: Source IP address range in CIDR format. Required for
|
@@ -24629,7 +24629,7 @@ class OrganizationSecurityPolicyRuleMatchConfigArgs:
|
|
24629
24629
|
Structure is documented below.
|
24630
24630
|
|
24631
24631
|
|
24632
|
-
<a name="
|
24632
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
24633
24633
|
"""
|
24634
24634
|
return pulumi.get(self, "layer4_configs")
|
24635
24635
|
|
@@ -34747,7 +34747,7 @@ if not MYPY:
|
|
34747
34747
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
34748
34748
|
|
34749
34749
|
|
34750
|
-
<a name="
|
34750
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
34751
34751
|
"""
|
34752
34752
|
elif False:
|
34753
34753
|
RegionNetworkFirewallPolicyRuleMatchArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -34784,7 +34784,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
|
|
34784
34784
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
34785
34785
|
|
34786
34786
|
|
34787
|
-
<a name="
|
34787
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
34788
34788
|
"""
|
34789
34789
|
pulumi.set(__self__, "layer4_configs", layer4_configs)
|
34790
34790
|
if dest_address_groups is not None:
|
@@ -34951,7 +34951,7 @@ class RegionNetworkFirewallPolicyRuleMatchArgs:
|
|
34951
34951
|
Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
|
34952
34952
|
|
34953
34953
|
|
34954
|
-
<a name="
|
34954
|
+
<a name="nested_layer4_configs"></a>The `layer4_configs` block supports:
|
34955
34955
|
"""
|
34956
34956
|
return pulumi.get(self, "src_threat_intelligences")
|
34957
34957
|
|
@@ -35565,7 +35565,7 @@ if not MYPY:
|
|
35565
35565
|
Structure is documented below.
|
35566
35566
|
|
35567
35567
|
|
35568
|
-
<a name="
|
35568
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
35569
35569
|
"""
|
35570
35570
|
src_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
35571
35571
|
"""
|
@@ -35623,7 +35623,7 @@ class RegionNetworkFirewallPolicyWithRulesPredefinedRuleMatchArgs:
|
|
35623
35623
|
Structure is documented below.
|
35624
35624
|
|
35625
35625
|
|
35626
|
-
<a name="
|
35626
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
35627
35627
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
35628
35628
|
The IPs in these lists will be matched against traffic source.
|
35629
35629
|
"""
|
@@ -35798,7 +35798,7 @@ class RegionNetworkFirewallPolicyWithRulesPredefinedRuleMatchArgs:
|
|
35798
35798
|
Structure is documented below.
|
35799
35799
|
|
35800
35800
|
|
35801
|
-
<a name="
|
35801
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
35802
35802
|
"""
|
35803
35803
|
return pulumi.get(self, "src_secure_tags")
|
35804
35804
|
|
@@ -36435,7 +36435,7 @@ if not MYPY:
|
|
36435
36435
|
Structure is documented below.
|
36436
36436
|
|
36437
36437
|
|
36438
|
-
<a name="
|
36438
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
36439
36439
|
"""
|
36440
36440
|
src_threat_intelligences: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
36441
36441
|
"""
|
@@ -36493,7 +36493,7 @@ class RegionNetworkFirewallPolicyWithRulesRuleMatchArgs:
|
|
36493
36493
|
Structure is documented below.
|
36494
36494
|
|
36495
36495
|
|
36496
|
-
<a name="
|
36496
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
36497
36497
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] src_threat_intelligences: Names of Network Threat Intelligence lists.
|
36498
36498
|
The IPs in these lists will be matched against traffic source.
|
36499
36499
|
"""
|
@@ -36667,7 +36667,7 @@ class RegionNetworkFirewallPolicyWithRulesRuleMatchArgs:
|
|
36667
36667
|
Structure is documented below.
|
36668
36668
|
|
36669
36669
|
|
36670
|
-
<a name="
|
36670
|
+
<a name="nested_layer4_config"></a>The `layer4_config` block supports:
|
36671
36671
|
"""
|
36672
36672
|
return pulumi.get(self, "src_secure_tags")
|
36673
36673
|
|
@@ -80,7 +80,7 @@ class InstanceGroupManagerArgs:
|
|
80
80
|
- - -
|
81
81
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
82
82
|
is not provided, the provider project is used.
|
83
|
-
:param pulumi.Input['InstanceGroupManagerStandbyPolicyArgs'] 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).
|
83
|
+
:param pulumi.Input['InstanceGroupManagerStandbyPolicyArgs'] 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) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
84
84
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulDiskArgs']]] 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).
|
85
85
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulExternalIpArgs']]] 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.
|
86
86
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulInternalIpArgs']]] 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.
|
@@ -308,7 +308,7 @@ class InstanceGroupManagerArgs:
|
|
308
308
|
@pulumi.getter(name="standbyPolicy")
|
309
309
|
def standby_policy(self) -> Optional[pulumi.Input['InstanceGroupManagerStandbyPolicyArgs']]:
|
310
310
|
"""
|
311
|
-
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).
|
311
|
+
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) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
312
312
|
"""
|
313
313
|
return pulumi.get(self, "standby_policy")
|
314
314
|
|
@@ -531,7 +531,7 @@ class _InstanceGroupManagerState:
|
|
531
531
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
532
532
|
is not provided, the provider project is used.
|
533
533
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
534
|
-
:param pulumi.Input['InstanceGroupManagerStandbyPolicyArgs'] 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).
|
534
|
+
:param pulumi.Input['InstanceGroupManagerStandbyPolicyArgs'] 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) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
535
535
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulDiskArgs']]] 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).
|
536
536
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulExternalIpArgs']]] 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.
|
537
537
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceGroupManagerStatefulInternalIpArgs']]] 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.
|
@@ -834,7 +834,7 @@ class _InstanceGroupManagerState:
|
|
834
834
|
@pulumi.getter(name="standbyPolicy")
|
835
835
|
def standby_policy(self) -> Optional[pulumi.Input['InstanceGroupManagerStandbyPolicyArgs']]:
|
836
836
|
"""
|
837
|
-
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).
|
837
|
+
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) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
838
838
|
"""
|
839
839
|
return pulumi.get(self, "standby_policy")
|
840
840
|
|
@@ -1119,7 +1119,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1119
1119
|
])
|
1120
1120
|
```
|
1121
1121
|
|
1122
|
-
### With Standby Policy (`Google` Provider)
|
1122
|
+
### With Standby Policy (`Google-Beta` Provider)
|
1123
1123
|
```python
|
1124
1124
|
import pulumi
|
1125
1125
|
import pulumi_gcp as gcp
|
@@ -1204,7 +1204,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1204
1204
|
- - -
|
1205
1205
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1206
1206
|
is not provided, the provider project is used.
|
1207
|
-
:param pulumi.Input[Union['InstanceGroupManagerStandbyPolicyArgs', 'InstanceGroupManagerStandbyPolicyArgsDict']] 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).
|
1207
|
+
:param pulumi.Input[Union['InstanceGroupManagerStandbyPolicyArgs', 'InstanceGroupManagerStandbyPolicyArgsDict']] 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) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
1208
1208
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceGroupManagerStatefulDiskArgs', 'InstanceGroupManagerStatefulDiskArgsDict']]]] 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).
|
1209
1209
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceGroupManagerStatefulExternalIpArgs', 'InstanceGroupManagerStatefulExternalIpArgsDict']]]] 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.
|
1210
1210
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceGroupManagerStatefulInternalIpArgs', 'InstanceGroupManagerStatefulInternalIpArgsDict']]]] 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.
|
@@ -1315,7 +1315,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1315
1315
|
])
|
1316
1316
|
```
|
1317
1317
|
|
1318
|
-
### With Standby Policy (`Google` Provider)
|
1318
|
+
### With Standby Policy (`Google-Beta` Provider)
|
1319
1319
|
```python
|
1320
1320
|
import pulumi
|
1321
1321
|
import pulumi_gcp as gcp
|
@@ -1531,7 +1531,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1531
1531
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs. If it
|
1532
1532
|
is not provided, the provider project is used.
|
1533
1533
|
:param pulumi.Input[str] self_link: The URL of the created resource.
|
1534
|
-
:param pulumi.Input[Union['InstanceGroupManagerStandbyPolicyArgs', 'InstanceGroupManagerStandbyPolicyArgsDict']] 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).
|
1534
|
+
:param pulumi.Input[Union['InstanceGroupManagerStandbyPolicyArgs', 'InstanceGroupManagerStandbyPolicyArgsDict']] 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) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
1535
1535
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceGroupManagerStatefulDiskArgs', 'InstanceGroupManagerStatefulDiskArgsDict']]]] 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).
|
1536
1536
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceGroupManagerStatefulExternalIpArgs', 'InstanceGroupManagerStatefulExternalIpArgsDict']]]] 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.
|
1537
1537
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceGroupManagerStatefulInternalIpArgs', 'InstanceGroupManagerStatefulInternalIpArgsDict']]]] 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.
|
@@ -1745,7 +1745,7 @@ class InstanceGroupManager(pulumi.CustomResource):
|
|
1745
1745
|
@pulumi.getter(name="standbyPolicy")
|
1746
1746
|
def standby_policy(self) -> pulumi.Output['outputs.InstanceGroupManagerStandbyPolicy']:
|
1747
1747
|
"""
|
1748
|
-
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).
|
1748
|
+
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) and [API](https://cloud.google.com/compute/docs/reference/rest/beta/regionInstanceGroupManagers/patch)
|
1749
1749
|
"""
|
1750
1750
|
return pulumi.get(self, "standby_policy")
|
1751
1751
|
|
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_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_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_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_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_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_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_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_layer4_config"></a>The `layer4_config` block supports:
|
5660
5660
|
"""
|
5661
5661
|
return pulumi.get(self, "layer4_configs")
|
5662
5662
|
|
@@ -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_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_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_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_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_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_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_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_layer4_config"></a>The `layer4_config` block supports:
|
18317
18317
|
"""
|
18318
18318
|
return pulumi.get(self, "layer4_configs")
|
18319
18319
|
|
@@ -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_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_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_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_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_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_layer4_config"></a>The `layer4_config` block supports:
|
27296
27296
|
"""
|
27297
27297
|
return pulumi.get(self, "src_secure_tags")
|
27298
27298
|
|