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/_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_security_settings_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_security_settings_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_security_settings_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_match_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_match_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_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
7873
7873
|
"""
|
7874
7874
|
return pulumi.get(self, "layer4_configs")
|
7875
7875
|
|
@@ -16707,7 +16707,7 @@ if not MYPY:
|
|
16707
16707
|
"""
|
16708
16708
|
stack_type: NotRequired[pulumi.Input[str]]
|
16709
16709
|
"""
|
16710
|
-
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.
|
16710
|
+
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.
|
16711
16711
|
"""
|
16712
16712
|
subnetwork: NotRequired[pulumi.Input[str]]
|
16713
16713
|
"""
|
@@ -16771,7 +16771,7 @@ class InstanceNetworkInterfaceArgs:
|
|
16771
16771
|
:param pulumi.Input[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.
|
16772
16772
|
:param pulumi.Input[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.
|
16773
16773
|
:param pulumi.Input[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.
|
16774
|
-
:param pulumi.Input[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.
|
16774
|
+
:param pulumi.Input[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.
|
16775
16775
|
:param pulumi.Input[str] subnetwork: The name or self_link of the subnetwork to attach this
|
16776
16776
|
interface to. Either `network` or `subnetwork` must be provided. If network isn't provided
|
16777
16777
|
it will be inferred from the subnetwork. The subnetwork must exist in the same region this
|
@@ -16986,7 +16986,7 @@ class InstanceNetworkInterfaceArgs:
|
|
16986
16986
|
@pulumi.getter(name="stackType")
|
16987
16987
|
def stack_type(self) -> Optional[pulumi.Input[str]]:
|
16988
16988
|
"""
|
16989
|
-
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.
|
16989
|
+
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.
|
16990
16990
|
"""
|
16991
16991
|
return pulumi.get(self, "stack_type")
|
16992
16992
|
|
@@ -19290,7 +19290,7 @@ if not MYPY:
|
|
19290
19290
|
"""
|
19291
19291
|
stack_type: NotRequired[pulumi.Input[str]]
|
19292
19292
|
"""
|
19293
|
-
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.
|
19293
|
+
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.
|
19294
19294
|
"""
|
19295
19295
|
subnetwork: NotRequired[pulumi.Input[str]]
|
19296
19296
|
"""
|
@@ -19350,7 +19350,7 @@ class InstanceTemplateNetworkInterfaceArgs:
|
|
19350
19350
|
empty, the address will be automatically assigned.
|
19351
19351
|
:param pulumi.Input[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.
|
19352
19352
|
:param pulumi.Input[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.
|
19353
|
-
:param pulumi.Input[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.
|
19353
|
+
:param pulumi.Input[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.
|
19354
19354
|
:param pulumi.Input[str] subnetwork: the name of the subnetwork to attach this interface
|
19355
19355
|
to. The subnetwork must exist in the same `region` this instance will be
|
19356
19356
|
created in. Either `network` or `subnetwork` must be provided.
|
@@ -19549,7 +19549,7 @@ class InstanceTemplateNetworkInterfaceArgs:
|
|
19549
19549
|
@pulumi.getter(name="stackType")
|
19550
19550
|
def stack_type(self) -> Optional[pulumi.Input[str]]:
|
19551
19551
|
"""
|
19552
|
-
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.
|
19552
|
+
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.
|
19553
19553
|
"""
|
19554
19554
|
return pulumi.get(self, "stack_type")
|
19555
19555
|
|
@@ -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_match_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_match_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_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_match_config_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_match_config_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_match_config_layer4_config"></a>The `layer4_config` block supports:
|
24633
24633
|
"""
|
24634
24634
|
return pulumi.get(self, "layer4_configs")
|
24635
24635
|
|
@@ -32902,7 +32902,7 @@ if not MYPY:
|
|
32902
32902
|
"""
|
32903
32903
|
stack_type: NotRequired[pulumi.Input[str]]
|
32904
32904
|
"""
|
32905
|
-
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.
|
32905
|
+
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.
|
32906
32906
|
"""
|
32907
32907
|
subnetwork: NotRequired[pulumi.Input[str]]
|
32908
32908
|
"""
|
@@ -32953,7 +32953,7 @@ class RegionInstanceTemplateNetworkInterfaceArgs:
|
|
32953
32953
|
empty, the address will be automatically assigned.
|
32954
32954
|
:param pulumi.Input[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.
|
32955
32955
|
:param pulumi.Input[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.
|
32956
|
-
:param pulumi.Input[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.
|
32956
|
+
:param pulumi.Input[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.
|
32957
32957
|
:param pulumi.Input[str] subnetwork: the name of the subnetwork to attach this interface
|
32958
32958
|
to. The subnetwork must exist in the same `region` this instance will be
|
32959
32959
|
created in. Either `network` or `subnetwork` must be provided.
|
@@ -33129,7 +33129,7 @@ class RegionInstanceTemplateNetworkInterfaceArgs:
|
|
33129
33129
|
@pulumi.getter(name="stackType")
|
33130
33130
|
def stack_type(self) -> Optional[pulumi.Input[str]]:
|
33131
33131
|
"""
|
33132
|
-
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.
|
33132
|
+
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.
|
33133
33133
|
"""
|
33134
33134
|
return pulumi.get(self, "stack_type")
|
33135
33135
|
|
@@ -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_match_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_match_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_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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_rule_rule_match_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).
|
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).
|
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).
|
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).
|
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
|
1122
|
+
### With Standby Policy (`Google` 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).
|
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
|
1318
|
+
### With Standby Policy (`Google` 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).
|
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).
|
1749
1749
|
"""
|
1750
1750
|
return pulumi.get(self, "standby_policy")
|
1751
1751
|
|
@@ -51,7 +51,7 @@ class InterconnectAttachmentArgs:
|
|
51
51
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
52
52
|
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
|
53
53
|
Defaults to BPS_10G
|
54
|
-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
|
54
|
+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
|
55
55
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
|
56
56
|
of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
|
57
57
|
All prefixes must be within link-local address space (169.254.0.0/16)
|
@@ -199,7 +199,7 @@ class InterconnectAttachmentArgs:
|
|
199
199
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
200
200
|
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
|
201
201
|
Defaults to BPS_10G
|
202
|
-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
|
202
|
+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
|
203
203
|
"""
|
204
204
|
return pulumi.get(self, "bandwidth")
|
205
205
|
|
@@ -477,7 +477,7 @@ class _InterconnectAttachmentState:
|
|
477
477
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
478
478
|
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
|
479
479
|
Defaults to BPS_10G
|
480
|
-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
|
480
|
+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
|
481
481
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
|
482
482
|
of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
|
483
483
|
All prefixes must be within link-local address space (169.254.0.0/16)
|
@@ -659,7 +659,7 @@ class _InterconnectAttachmentState:
|
|
659
659
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
660
660
|
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
|
661
661
|
Defaults to BPS_10G
|
662
|
-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
|
662
|
+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
|
663
663
|
"""
|
664
664
|
return pulumi.get(self, "bandwidth")
|
665
665
|
|
@@ -1177,7 +1177,7 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1177
1177
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
1178
1178
|
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
|
1179
1179
|
Defaults to BPS_10G
|
1180
|
-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
|
1180
|
+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
|
1181
1181
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
|
1182
1182
|
of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
|
1183
1183
|
All prefixes must be within link-local address space (169.254.0.0/16)
|
@@ -1477,7 +1477,7 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1477
1477
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
1478
1478
|
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
|
1479
1479
|
Defaults to BPS_10G
|
1480
|
-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
|
1480
|
+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
|
1481
1481
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] candidate_subnets: Up to 16 candidate prefixes that can be used to restrict the allocation
|
1482
1482
|
of cloudRouterIpAddress and customerRouterIpAddress for this attachment.
|
1483
1483
|
All prefixes must be within link-local address space (169.254.0.0/16)
|
@@ -1632,7 +1632,7 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1632
1632
|
For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth.
|
1633
1633
|
Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED,
|
1634
1634
|
Defaults to BPS_10G
|
1635
|
-
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`.
|
1635
|
+
Possible values are: `BPS_50M`, `BPS_100M`, `BPS_200M`, `BPS_300M`, `BPS_400M`, `BPS_500M`, `BPS_1G`, `BPS_2G`, `BPS_5G`, `BPS_10G`, `BPS_20G`, `BPS_50G`, `BPS_100G`.
|
1636
1636
|
"""
|
1637
1637
|
return pulumi.get(self, "bandwidth")
|
1638
1638
|
|