pulumi-gcp 8.18.0a1738650987__py3-none-any.whl → 8.19.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 +104 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +28 -0
- pulumi_gcp/alloydb/user.py +10 -1
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/beyondcorp/__init__.py +9 -0
- pulumi_gcp/beyondcorp/_inputs.py +319 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +180 -0
- pulumi_gcp/beyondcorp/outputs.py +187 -0
- pulumi_gcp/beyondcorp/security_gateway.py +52 -25
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1075 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +894 -0
- pulumi_gcp/bigquery/_inputs.py +33 -0
- pulumi_gcp/bigquery/dataset.py +7 -7
- pulumi_gcp/bigquery/outputs.py +36 -0
- pulumi_gcp/bigquery/table.py +61 -7
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/chronicle/retrohunt.py +0 -16
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +23 -23
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +213 -9
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/get_network.py +3 -3
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network.py +7 -7
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +193 -6
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/router_peer.py +112 -0
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +133 -21
- pulumi_gcp/container/outputs.py +154 -13
- pulumi_gcp/dataproc/_inputs.py +34 -0
- pulumi_gcp/dataproc/outputs.py +37 -0
- pulumi_gcp/dataproc/workflow_template.py +47 -0
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/firestore/field.py +60 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/gkehub/_inputs.py +20 -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/outputs.py +26 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +76 -14
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parametermanager/__init__.py +5 -0
- pulumi_gcp/parametermanager/get_parameter_version.py +216 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_parameters.py +140 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +235 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/parametermanager/outputs.py +156 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pubsub/_inputs.py +264 -0
- pulumi_gcp/pubsub/outputs.py +353 -0
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +70 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/lien.py +12 -0
- pulumi_gcp/secretmanager/regional_secret.py +4 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +12 -0
- pulumi_gcp/secretmanager/secret.py +4 -0
- pulumi_gcp/secretmanager/secret_version.py +12 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/securityposture/posture.py +4 -0
- pulumi_gcp/securityposture/posture_deployment.py +4 -0
- pulumi_gcp/serviceaccount/get_s.py +98 -8
- pulumi_gcp/spanner/_inputs.py +68 -0
- pulumi_gcp/spanner/backup_schedule.py +70 -4
- pulumi_gcp/spanner/outputs.py +60 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/storage/get_bucket_object_content.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/workbench/instance.py +70 -2
- pulumi_gcp/workflows/workflow.py +175 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/RECORD +130 -110
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.18.0a1738650987.dist-info → pulumi_gcp-8.19.0.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,7 @@ class ForwardingRuleArgs:
|
|
27
27
|
backend_service: Optional[pulumi.Input[str]] = None,
|
28
28
|
description: Optional[pulumi.Input[str]] = None,
|
29
29
|
ip_address: Optional[pulumi.Input[str]] = None,
|
30
|
+
ip_collection: Optional[pulumi.Input[str]] = None,
|
30
31
|
ip_protocol: Optional[pulumi.Input[str]] = None,
|
31
32
|
ip_version: Optional[pulumi.Input[str]] = None,
|
32
33
|
is_mirroring_collector: Optional[pulumi.Input[bool]] = None,
|
@@ -106,6 +107,15 @@ class ForwardingRuleArgs:
|
|
106
107
|
specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
107
108
|
When reading an `IPAddress`, the API always returns the IP
|
108
109
|
address number.
|
110
|
+
:param pulumi.Input[str] ip_collection: Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
111
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
112
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
113
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
114
|
+
Full resource URL, as in:
|
115
|
+
* `https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
116
|
+
Partial URL, as in:
|
117
|
+
* `projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
118
|
+
* `regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
109
119
|
:param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies.
|
110
120
|
For protocol forwarding, valid
|
111
121
|
options are `TCP`, `UDP`, `ESP`,
|
@@ -255,6 +265,8 @@ class ForwardingRuleArgs:
|
|
255
265
|
pulumi.set(__self__, "description", description)
|
256
266
|
if ip_address is not None:
|
257
267
|
pulumi.set(__self__, "ip_address", ip_address)
|
268
|
+
if ip_collection is not None:
|
269
|
+
pulumi.set(__self__, "ip_collection", ip_collection)
|
258
270
|
if ip_protocol is not None:
|
259
271
|
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
260
272
|
if ip_version is not None:
|
@@ -418,6 +430,26 @@ class ForwardingRuleArgs:
|
|
418
430
|
def ip_address(self, value: Optional[pulumi.Input[str]]):
|
419
431
|
pulumi.set(self, "ip_address", value)
|
420
432
|
|
433
|
+
@property
|
434
|
+
@pulumi.getter(name="ipCollection")
|
435
|
+
def ip_collection(self) -> Optional[pulumi.Input[str]]:
|
436
|
+
"""
|
437
|
+
Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
438
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
439
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
440
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
441
|
+
Full resource URL, as in:
|
442
|
+
* `https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
443
|
+
Partial URL, as in:
|
444
|
+
* `projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
445
|
+
* `regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
446
|
+
"""
|
447
|
+
return pulumi.get(self, "ip_collection")
|
448
|
+
|
449
|
+
@ip_collection.setter
|
450
|
+
def ip_collection(self, value: Optional[pulumi.Input[str]]):
|
451
|
+
pulumi.set(self, "ip_collection", value)
|
452
|
+
|
421
453
|
@property
|
422
454
|
@pulumi.getter(name="ipProtocol")
|
423
455
|
def ip_protocol(self) -> Optional[pulumi.Input[str]]:
|
@@ -775,6 +807,7 @@ class _ForwardingRuleState:
|
|
775
807
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
776
808
|
forwarding_rule_id: Optional[pulumi.Input[int]] = None,
|
777
809
|
ip_address: Optional[pulumi.Input[str]] = None,
|
810
|
+
ip_collection: Optional[pulumi.Input[str]] = None,
|
778
811
|
ip_protocol: Optional[pulumi.Input[str]] = None,
|
779
812
|
ip_version: Optional[pulumi.Input[str]] = None,
|
780
813
|
is_mirroring_collector: Optional[pulumi.Input[bool]] = None,
|
@@ -864,6 +897,15 @@ class _ForwardingRuleState:
|
|
864
897
|
specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
865
898
|
When reading an `IPAddress`, the API always returns the IP
|
866
899
|
address number.
|
900
|
+
:param pulumi.Input[str] ip_collection: Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
901
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
902
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
903
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
904
|
+
Full resource URL, as in:
|
905
|
+
* `https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
906
|
+
Partial URL, as in:
|
907
|
+
* `projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
908
|
+
* `regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
867
909
|
:param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies.
|
868
910
|
For protocol forwarding, valid
|
869
911
|
options are `TCP`, `UDP`, `ESP`,
|
@@ -1030,6 +1072,8 @@ class _ForwardingRuleState:
|
|
1030
1072
|
pulumi.set(__self__, "forwarding_rule_id", forwarding_rule_id)
|
1031
1073
|
if ip_address is not None:
|
1032
1074
|
pulumi.set(__self__, "ip_address", ip_address)
|
1075
|
+
if ip_collection is not None:
|
1076
|
+
pulumi.set(__self__, "ip_collection", ip_collection)
|
1033
1077
|
if ip_protocol is not None:
|
1034
1078
|
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
1035
1079
|
if ip_version is not None:
|
@@ -1253,6 +1297,26 @@ class _ForwardingRuleState:
|
|
1253
1297
|
def ip_address(self, value: Optional[pulumi.Input[str]]):
|
1254
1298
|
pulumi.set(self, "ip_address", value)
|
1255
1299
|
|
1300
|
+
@property
|
1301
|
+
@pulumi.getter(name="ipCollection")
|
1302
|
+
def ip_collection(self) -> Optional[pulumi.Input[str]]:
|
1303
|
+
"""
|
1304
|
+
Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
1305
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
1306
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
1307
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
1308
|
+
Full resource URL, as in:
|
1309
|
+
* `https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
1310
|
+
Partial URL, as in:
|
1311
|
+
* `projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
1312
|
+
* `regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
1313
|
+
"""
|
1314
|
+
return pulumi.get(self, "ip_collection")
|
1315
|
+
|
1316
|
+
@ip_collection.setter
|
1317
|
+
def ip_collection(self, value: Optional[pulumi.Input[str]]):
|
1318
|
+
pulumi.set(self, "ip_collection", value)
|
1319
|
+
|
1256
1320
|
@property
|
1257
1321
|
@pulumi.getter(name="ipProtocol")
|
1258
1322
|
def ip_protocol(self) -> Optional[pulumi.Input[str]]:
|
@@ -1683,6 +1747,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
1683
1747
|
backend_service: Optional[pulumi.Input[str]] = None,
|
1684
1748
|
description: Optional[pulumi.Input[str]] = None,
|
1685
1749
|
ip_address: Optional[pulumi.Input[str]] = None,
|
1750
|
+
ip_collection: Optional[pulumi.Input[str]] = None,
|
1686
1751
|
ip_protocol: Optional[pulumi.Input[str]] = None,
|
1687
1752
|
ip_version: Optional[pulumi.Input[str]] = None,
|
1688
1753
|
is_mirroring_collector: Optional[pulumi.Input[bool]] = None,
|
@@ -2457,6 +2522,15 @@ class ForwardingRule(pulumi.CustomResource):
|
|
2457
2522
|
specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
2458
2523
|
When reading an `IPAddress`, the API always returns the IP
|
2459
2524
|
address number.
|
2525
|
+
:param pulumi.Input[str] ip_collection: Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
2526
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
2527
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
2528
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
2529
|
+
Full resource URL, as in:
|
2530
|
+
* `https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
2531
|
+
Partial URL, as in:
|
2532
|
+
* `projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
2533
|
+
* `regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
2460
2534
|
:param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies.
|
2461
2535
|
For protocol forwarding, valid
|
2462
2536
|
options are `TCP`, `UDP`, `ESP`,
|
@@ -3315,6 +3389,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3315
3389
|
backend_service: Optional[pulumi.Input[str]] = None,
|
3316
3390
|
description: Optional[pulumi.Input[str]] = None,
|
3317
3391
|
ip_address: Optional[pulumi.Input[str]] = None,
|
3392
|
+
ip_collection: Optional[pulumi.Input[str]] = None,
|
3318
3393
|
ip_protocol: Optional[pulumi.Input[str]] = None,
|
3319
3394
|
ip_version: Optional[pulumi.Input[str]] = None,
|
3320
3395
|
is_mirroring_collector: Optional[pulumi.Input[bool]] = None,
|
@@ -3349,6 +3424,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3349
3424
|
__props__.__dict__["backend_service"] = backend_service
|
3350
3425
|
__props__.__dict__["description"] = description
|
3351
3426
|
__props__.__dict__["ip_address"] = ip_address
|
3427
|
+
__props__.__dict__["ip_collection"] = ip_collection
|
3352
3428
|
__props__.__dict__["ip_protocol"] = ip_protocol
|
3353
3429
|
__props__.__dict__["ip_version"] = ip_version
|
3354
3430
|
__props__.__dict__["is_mirroring_collector"] = is_mirroring_collector
|
@@ -3400,6 +3476,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3400
3476
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
3401
3477
|
forwarding_rule_id: Optional[pulumi.Input[int]] = None,
|
3402
3478
|
ip_address: Optional[pulumi.Input[str]] = None,
|
3479
|
+
ip_collection: Optional[pulumi.Input[str]] = None,
|
3403
3480
|
ip_protocol: Optional[pulumi.Input[str]] = None,
|
3404
3481
|
ip_version: Optional[pulumi.Input[str]] = None,
|
3405
3482
|
is_mirroring_collector: Optional[pulumi.Input[bool]] = None,
|
@@ -3494,6 +3571,15 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3494
3571
|
specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications).
|
3495
3572
|
When reading an `IPAddress`, the API always returns the IP
|
3496
3573
|
address number.
|
3574
|
+
:param pulumi.Input[str] ip_collection: Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
3575
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
3576
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
3577
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
3578
|
+
Full resource URL, as in:
|
3579
|
+
* `https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
3580
|
+
Partial URL, as in:
|
3581
|
+
* `projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
3582
|
+
* `regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
3497
3583
|
:param pulumi.Input[str] ip_protocol: The IP protocol to which this rule applies.
|
3498
3584
|
For protocol forwarding, valid
|
3499
3585
|
options are `TCP`, `UDP`, `ESP`,
|
@@ -3654,6 +3740,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3654
3740
|
__props__.__dict__["effective_labels"] = effective_labels
|
3655
3741
|
__props__.__dict__["forwarding_rule_id"] = forwarding_rule_id
|
3656
3742
|
__props__.__dict__["ip_address"] = ip_address
|
3743
|
+
__props__.__dict__["ip_collection"] = ip_collection
|
3657
3744
|
__props__.__dict__["ip_protocol"] = ip_protocol
|
3658
3745
|
__props__.__dict__["ip_version"] = ip_version
|
3659
3746
|
__props__.__dict__["is_mirroring_collector"] = is_mirroring_collector
|
@@ -3813,6 +3900,22 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3813
3900
|
"""
|
3814
3901
|
return pulumi.get(self, "ip_address")
|
3815
3902
|
|
3903
|
+
@property
|
3904
|
+
@pulumi.getter(name="ipCollection")
|
3905
|
+
def ip_collection(self) -> pulumi.Output[Optional[str]]:
|
3906
|
+
"""
|
3907
|
+
Resource reference of a PublicDelegatedPrefix. The PDP must be a sub-PDP
|
3908
|
+
in EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
|
3909
|
+
Use one of the following formats to specify a sub-PDP when creating an
|
3910
|
+
IPv6 NetLB forwarding rule using BYOIP:
|
3911
|
+
Full resource URL, as in:
|
3912
|
+
* `https://www.googleapis.com/compute/v1/projects/{{projectId}}/regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
3913
|
+
Partial URL, as in:
|
3914
|
+
* `projects/{{projectId}}/regions/region/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
3915
|
+
* `regions/{{region}}/publicDelegatedPrefixes/{{sub-pdp-name}}`
|
3916
|
+
"""
|
3917
|
+
return pulumi.get(self, "ip_collection")
|
3918
|
+
|
3816
3919
|
@property
|
3817
3920
|
@pulumi.getter(name="ipProtocol")
|
3818
3921
|
def ip_protocol(self) -> pulumi.Output[str]:
|
@@ -27,7 +27,7 @@ class GetForwardingRuleResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getForwardingRule.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, all_ports=None, allow_global_access=None, allow_psc_global_access=None, backend_service=None, base_forwarding_rule=None, creation_timestamp=None, description=None, effective_labels=None, forwarding_rule_id=None, id=None, ip_address=None, ip_protocol=None, ip_version=None, is_mirroring_collector=None, label_fingerprint=None, labels=None, load_balancing_scheme=None, name=None, network=None, network_tier=None, no_automate_dns_zone=None, port_range=None, ports=None, project=None, psc_connection_id=None, psc_connection_status=None, pulumi_labels=None, recreate_closed_psc=None, region=None, self_link=None, service_directory_registrations=None, service_label=None, service_name=None, source_ip_ranges=None, subnetwork=None, target=None):
|
30
|
+
def __init__(__self__, all_ports=None, allow_global_access=None, allow_psc_global_access=None, backend_service=None, base_forwarding_rule=None, creation_timestamp=None, description=None, effective_labels=None, forwarding_rule_id=None, id=None, ip_address=None, ip_collection=None, ip_protocol=None, ip_version=None, is_mirroring_collector=None, label_fingerprint=None, labels=None, load_balancing_scheme=None, name=None, network=None, network_tier=None, no_automate_dns_zone=None, port_range=None, ports=None, project=None, psc_connection_id=None, psc_connection_status=None, pulumi_labels=None, recreate_closed_psc=None, region=None, self_link=None, service_directory_registrations=None, service_label=None, service_name=None, source_ip_ranges=None, subnetwork=None, target=None):
|
31
31
|
if all_ports and not isinstance(all_ports, bool):
|
32
32
|
raise TypeError("Expected argument 'all_ports' to be a bool")
|
33
33
|
pulumi.set(__self__, "all_ports", all_ports)
|
@@ -61,6 +61,9 @@ class GetForwardingRuleResult:
|
|
61
61
|
if ip_address and not isinstance(ip_address, str):
|
62
62
|
raise TypeError("Expected argument 'ip_address' to be a str")
|
63
63
|
pulumi.set(__self__, "ip_address", ip_address)
|
64
|
+
if ip_collection and not isinstance(ip_collection, str):
|
65
|
+
raise TypeError("Expected argument 'ip_collection' to be a str")
|
66
|
+
pulumi.set(__self__, "ip_collection", ip_collection)
|
64
67
|
if ip_protocol and not isinstance(ip_protocol, str):
|
65
68
|
raise TypeError("Expected argument 'ip_protocol' to be a str")
|
66
69
|
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
@@ -195,6 +198,11 @@ class GetForwardingRuleResult:
|
|
195
198
|
def ip_address(self) -> str:
|
196
199
|
return pulumi.get(self, "ip_address")
|
197
200
|
|
201
|
+
@property
|
202
|
+
@pulumi.getter(name="ipCollection")
|
203
|
+
def ip_collection(self) -> str:
|
204
|
+
return pulumi.get(self, "ip_collection")
|
205
|
+
|
198
206
|
@property
|
199
207
|
@pulumi.getter(name="ipProtocol")
|
200
208
|
def ip_protocol(self) -> str:
|
@@ -338,6 +346,7 @@ class AwaitableGetForwardingRuleResult(GetForwardingRuleResult):
|
|
338
346
|
forwarding_rule_id=self.forwarding_rule_id,
|
339
347
|
id=self.id,
|
340
348
|
ip_address=self.ip_address,
|
349
|
+
ip_collection=self.ip_collection,
|
341
350
|
ip_protocol=self.ip_protocol,
|
342
351
|
ip_version=self.ip_version,
|
343
352
|
is_mirroring_collector=self.is_mirroring_collector,
|
@@ -410,6 +419,7 @@ def get_forwarding_rule(name: Optional[str] = None,
|
|
410
419
|
forwarding_rule_id=pulumi.get(__ret__, 'forwarding_rule_id'),
|
411
420
|
id=pulumi.get(__ret__, 'id'),
|
412
421
|
ip_address=pulumi.get(__ret__, 'ip_address'),
|
422
|
+
ip_collection=pulumi.get(__ret__, 'ip_collection'),
|
413
423
|
ip_protocol=pulumi.get(__ret__, 'ip_protocol'),
|
414
424
|
ip_version=pulumi.get(__ret__, 'ip_version'),
|
415
425
|
is_mirroring_collector=pulumi.get(__ret__, 'is_mirroring_collector'),
|
@@ -479,6 +489,7 @@ def get_forwarding_rule_output(name: Optional[pulumi.Input[str]] = None,
|
|
479
489
|
forwarding_rule_id=pulumi.get(__response__, 'forwarding_rule_id'),
|
480
490
|
id=pulumi.get(__response__, 'id'),
|
481
491
|
ip_address=pulumi.get(__response__, 'ip_address'),
|
492
|
+
ip_collection=pulumi.get(__response__, 'ip_collection'),
|
482
493
|
ip_protocol=pulumi.get(__response__, 'ip_protocol'),
|
483
494
|
ip_version=pulumi.get(__response__, 'ip_version'),
|
484
495
|
is_mirroring_collector=pulumi.get(__response__, 'is_mirroring_collector'),
|
@@ -110,7 +110,7 @@ class GetNetworkResult:
|
|
110
110
|
@pulumi.getter(name="networkProfile")
|
111
111
|
def network_profile(self) -> Optional[str]:
|
112
112
|
"""
|
113
|
-
|
113
|
+
A full or partial URL of the network profile to apply to this network.
|
114
114
|
"""
|
115
115
|
return pulumi.get(self, "network_profile")
|
116
116
|
|
@@ -185,7 +185,7 @@ def get_network(name: Optional[str] = None,
|
|
185
185
|
|
186
186
|
|
187
187
|
- - -
|
188
|
-
:param str network_profile:
|
188
|
+
:param str network_profile: A full or partial URL of the network profile to apply to this network.
|
189
189
|
:param str project: The ID of the project in which the resource belongs. If it
|
190
190
|
is not provided, the provider project is used.
|
191
191
|
"""
|
@@ -229,7 +229,7 @@ def get_network_output(name: Optional[pulumi.Input[str]] = None,
|
|
229
229
|
|
230
230
|
|
231
231
|
- - -
|
232
|
-
:param str network_profile:
|
232
|
+
:param str network_profile: A full or partial URL of the network profile to apply to this network.
|
233
233
|
:param str project: The ID of the project in which the resource belongs. If it
|
234
234
|
is not provided, the provider project is used.
|
235
235
|
"""
|
@@ -1189,6 +1189,12 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1189
1189
|
Represents an InterconnectAttachment (VLAN attachment) resource. For more
|
1190
1190
|
information, see Creating VLAN Attachments.
|
1191
1191
|
|
1192
|
+
To get more information about InterconnectAttachment, see:
|
1193
|
+
|
1194
|
+
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/interconnectAttachments)
|
1195
|
+
* How-to Guides
|
1196
|
+
* [Create a Interconnect attachment](https://cloud.google.com/network-connectivity/docs/interconnect/how-to/dedicated/creating-vlan-attachments)
|
1197
|
+
|
1192
1198
|
## Example Usage
|
1193
1199
|
|
1194
1200
|
### Interconnect Attachment Basic
|
@@ -1383,6 +1389,12 @@ class InterconnectAttachment(pulumi.CustomResource):
|
|
1383
1389
|
Represents an InterconnectAttachment (VLAN attachment) resource. For more
|
1384
1390
|
information, see Creating VLAN Attachments.
|
1385
1391
|
|
1392
|
+
To get more information about InterconnectAttachment, see:
|
1393
|
+
|
1394
|
+
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/interconnectAttachments)
|
1395
|
+
* How-to Guides
|
1396
|
+
* [Create a Interconnect attachment](https://cloud.google.com/network-connectivity/docs/interconnect/how-to/dedicated/creating-vlan-attachments)
|
1397
|
+
|
1386
1398
|
## Example Usage
|
1387
1399
|
|
1388
1400
|
### Interconnect Attachment Basic
|
pulumi_gcp/compute/network.py
CHANGED
@@ -78,7 +78,7 @@ class NetworkArgs:
|
|
78
78
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
79
79
|
This field can be set only at resource creation time. For example, the
|
80
80
|
following are valid URLs:
|
81
|
-
* https://www.googleapis.com/compute/
|
81
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
82
82
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
83
83
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
84
84
|
If it is not provided, the provider project is used.
|
@@ -286,7 +286,7 @@ class NetworkArgs:
|
|
286
286
|
A full or partial URL of the network profile to apply to this network.
|
287
287
|
This field can be set only at resource creation time. For example, the
|
288
288
|
following are valid URLs:
|
289
|
-
* https://www.googleapis.com/compute/
|
289
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
290
290
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
291
291
|
"""
|
292
292
|
return pulumi.get(self, "network_profile")
|
@@ -395,7 +395,7 @@ class _NetworkState:
|
|
395
395
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
396
396
|
This field can be set only at resource creation time. For example, the
|
397
397
|
following are valid URLs:
|
398
|
-
* https://www.googleapis.com/compute/
|
398
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
399
399
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
400
400
|
:param pulumi.Input[str] numeric_id: (Deprecated)
|
401
401
|
The unique identifier for the resource. This identifier is defined by the server.
|
@@ -642,7 +642,7 @@ class _NetworkState:
|
|
642
642
|
A full or partial URL of the network profile to apply to this network.
|
643
643
|
This field can be set only at resource creation time. For example, the
|
644
644
|
following are valid URLs:
|
645
|
-
* https://www.googleapis.com/compute/
|
645
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
646
646
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
647
647
|
"""
|
648
648
|
return pulumi.get(self, "network_profile")
|
@@ -878,7 +878,7 @@ class Network(pulumi.CustomResource):
|
|
878
878
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
879
879
|
This field can be set only at resource creation time. For example, the
|
880
880
|
following are valid URLs:
|
881
|
-
* https://www.googleapis.com/compute/
|
881
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
882
882
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
883
883
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
884
884
|
If it is not provided, the provider project is used.
|
@@ -1137,7 +1137,7 @@ class Network(pulumi.CustomResource):
|
|
1137
1137
|
:param pulumi.Input[str] network_profile: A full or partial URL of the network profile to apply to this network.
|
1138
1138
|
This field can be set only at resource creation time. For example, the
|
1139
1139
|
following are valid URLs:
|
1140
|
-
* https://www.googleapis.com/compute/
|
1140
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1141
1141
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1142
1142
|
:param pulumi.Input[str] numeric_id: (Deprecated)
|
1143
1143
|
The unique identifier for the resource. This identifier is defined by the server.
|
@@ -1316,7 +1316,7 @@ class Network(pulumi.CustomResource):
|
|
1316
1316
|
A full or partial URL of the network profile to apply to this network.
|
1317
1317
|
This field can be set only at resource creation time. For example, the
|
1318
1318
|
following are valid URLs:
|
1319
|
-
* https://www.googleapis.com/compute/
|
1319
|
+
* https://www.googleapis.com/compute/v1/projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1320
1320
|
* projects/{projectId}/global/networkProfiles/{network_profile_name}
|
1321
1321
|
"""
|
1322
1322
|
return pulumi.get(self, "network_profile")
|