pulumi-gcp 7.30.0__py3-none-any.whl → 7.30.0a1719513455__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/artifactregistry/get_docker_image.py +2 -2
- pulumi_gcp/bigtable/gc_policy.py +14 -68
- pulumi_gcp/cloudfunctionsv2/_inputs.py +0 -97
- pulumi_gcp/cloudfunctionsv2/function.py +0 -232
- pulumi_gcp/cloudfunctionsv2/outputs.py +1 -129
- pulumi_gcp/compute/_inputs.py +0 -622
- pulumi_gcp/compute/address.py +7 -0
- pulumi_gcp/compute/backend_service.py +14 -0
- pulumi_gcp/compute/forwarding_rule.py +21 -0
- pulumi_gcp/compute/global_forwarding_rule.py +21 -0
- pulumi_gcp/compute/managed_ssl_certificate.py +7 -0
- pulumi_gcp/compute/manged_ssl_certificate.py +7 -0
- pulumi_gcp/compute/network_attachment.py +0 -16
- pulumi_gcp/compute/outputs.py +8 -504
- pulumi_gcp/compute/region_backend_service.py +14 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +95 -122
- pulumi_gcp/compute/region_disk_iam_member.py +95 -122
- pulumi_gcp/compute/region_disk_iam_policy.py +88 -115
- pulumi_gcp/compute/region_ssl_certificate.py +7 -0
- pulumi_gcp/compute/ssl_certificate.py +7 -0
- pulumi_gcp/compute/target_https_proxy.py +1 -76
- pulumi_gcp/compute/url_map.py +0 -255
- pulumi_gcp/container/aws_cluster.py +2 -2
- pulumi_gcp/container/aws_node_pool.py +2 -2
- pulumi_gcp/container/azure_client.py +2 -2
- pulumi_gcp/container/azure_cluster.py +2 -2
- pulumi_gcp/container/azure_node_pool.py +2 -2
- pulumi_gcp/datafusion/_inputs.py +11 -163
- pulumi_gcp/datafusion/instance.py +0 -64
- pulumi_gcp/datafusion/outputs.py +7 -127
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +953 -328
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +953 -328
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +953 -238
- pulumi_gcp/healthcare/_inputs.py +0 -43
- pulumi_gcp/healthcare/dataset.py +0 -110
- pulumi_gcp/healthcare/outputs.py +0 -43
- pulumi_gcp/identityplatform/config.py +1 -1
- pulumi_gcp/logging/billing_account_bucket_config.py +1 -1
- pulumi_gcp/logging/folder_bucket_config.py +1 -1
- pulumi_gcp/logging/organization_bucket_config.py +1 -1
- pulumi_gcp/monitoring/_inputs.py +0 -77
- pulumi_gcp/monitoring/outputs.py +0 -63
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -289
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -289
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securitycenter/instance_iam_binding.py +0 -64
- pulumi_gcp/securitycenter/instance_iam_member.py +0 -64
- pulumi_gcp/securitycenter/instance_iam_policy.py +0 -64
- pulumi_gcp/sourcerepo/repository_iam_binding.py +83 -92
- pulumi_gcp/sourcerepo/repository_iam_member.py +83 -92
- pulumi_gcp/sourcerepo/repository_iam_policy.py +76 -85
- pulumi_gcp/storage/__init__.py +0 -5
- pulumi_gcp/storage/_inputs.py +0 -130
- pulumi_gcp/storage/outputs.py +0 -76
- pulumi_gcp/vertex/_inputs.py +3 -3
- pulumi_gcp/vertex/ai_feature_online_store.py +9 -9
- pulumi_gcp/vertex/outputs.py +2 -2
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/RECORD +62 -67
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/WHEEL +1 -1
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +0 -115
- pulumi_gcp/storage/managed_folder.py +0 -440
- pulumi_gcp/storage/managed_folder_iam_binding.py +0 -947
- pulumi_gcp/storage/managed_folder_iam_member.py +0 -947
- pulumi_gcp/storage/managed_folder_iam_policy.py +0 -766
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/address.py
CHANGED
@@ -84,6 +84,7 @@ class AddressArgs:
|
|
84
84
|
* PRIVATE_SERVICE_CONNECT for a private network address that is used to
|
85
85
|
configure Private Service Connect. Only global internal addresses can use
|
86
86
|
this purpose.
|
87
|
+
|
87
88
|
This should only be set when using an Internal address.
|
88
89
|
:param pulumi.Input[str] region: The Region in which the created address should reside.
|
89
90
|
If it is not provided, the provider region is used.
|
@@ -295,6 +296,7 @@ class AddressArgs:
|
|
295
296
|
* PRIVATE_SERVICE_CONNECT for a private network address that is used to
|
296
297
|
configure Private Service Connect. Only global internal addresses can use
|
297
298
|
this purpose.
|
299
|
+
|
298
300
|
This should only be set when using an Internal address.
|
299
301
|
"""
|
300
302
|
return pulumi.get(self, "purpose")
|
@@ -412,6 +414,7 @@ class _AddressState:
|
|
412
414
|
* PRIVATE_SERVICE_CONNECT for a private network address that is used to
|
413
415
|
configure Private Service Connect. Only global internal addresses can use
|
414
416
|
this purpose.
|
417
|
+
|
415
418
|
This should only be set when using an Internal address.
|
416
419
|
:param pulumi.Input[str] region: The Region in which the created address should reside.
|
417
420
|
If it is not provided, the provider region is used.
|
@@ -687,6 +690,7 @@ class _AddressState:
|
|
687
690
|
* PRIVATE_SERVICE_CONNECT for a private network address that is used to
|
688
691
|
configure Private Service Connect. Only global internal addresses can use
|
689
692
|
this purpose.
|
693
|
+
|
690
694
|
This should only be set when using an Internal address.
|
691
695
|
"""
|
692
696
|
return pulumi.get(self, "purpose")
|
@@ -954,6 +958,7 @@ class Address(pulumi.CustomResource):
|
|
954
958
|
* PRIVATE_SERVICE_CONNECT for a private network address that is used to
|
955
959
|
configure Private Service Connect. Only global internal addresses can use
|
956
960
|
this purpose.
|
961
|
+
|
957
962
|
This should only be set when using an Internal address.
|
958
963
|
:param pulumi.Input[str] region: The Region in which the created address should reside.
|
959
964
|
If it is not provided, the provider region is used.
|
@@ -1255,6 +1260,7 @@ class Address(pulumi.CustomResource):
|
|
1255
1260
|
* PRIVATE_SERVICE_CONNECT for a private network address that is used to
|
1256
1261
|
configure Private Service Connect. Only global internal addresses can use
|
1257
1262
|
this purpose.
|
1263
|
+
|
1258
1264
|
This should only be set when using an Internal address.
|
1259
1265
|
:param pulumi.Input[str] region: The Region in which the created address should reside.
|
1260
1266
|
If it is not provided, the provider region is used.
|
@@ -1455,6 +1461,7 @@ class Address(pulumi.CustomResource):
|
|
1455
1461
|
* PRIVATE_SERVICE_CONNECT for a private network address that is used to
|
1456
1462
|
configure Private Service Connect. Only global internal addresses can use
|
1457
1463
|
this purpose.
|
1464
|
+
|
1458
1465
|
This should only be set when using an Internal address.
|
1459
1466
|
"""
|
1460
1467
|
return pulumi.get(self, "purpose")
|
@@ -136,6 +136,7 @@ class BackendServiceArgs:
|
|
136
136
|
instance either reported a valid weight or had
|
137
137
|
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
138
138
|
equal-weight.
|
139
|
+
|
139
140
|
This field is applicable to either:
|
140
141
|
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
|
141
142
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
@@ -143,6 +144,7 @@ class BackendServiceArgs:
|
|
143
144
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
144
145
|
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
145
146
|
Network Load Balancing. The default is MAGLEV.
|
147
|
+
|
146
148
|
If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
|
147
149
|
or RING_HASH, session affinity settings will not take effect.
|
148
150
|
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
@@ -511,6 +513,7 @@ class BackendServiceArgs:
|
|
511
513
|
instance either reported a valid weight or had
|
512
514
|
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
513
515
|
equal-weight.
|
516
|
+
|
514
517
|
This field is applicable to either:
|
515
518
|
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
|
516
519
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
@@ -518,6 +521,7 @@ class BackendServiceArgs:
|
|
518
521
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
519
522
|
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
520
523
|
Network Load Balancing. The default is MAGLEV.
|
524
|
+
|
521
525
|
If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
|
522
526
|
or RING_HASH, session affinity settings will not take effect.
|
523
527
|
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
@@ -816,6 +820,7 @@ class _BackendServiceState:
|
|
816
820
|
instance either reported a valid weight or had
|
817
821
|
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
818
822
|
equal-weight.
|
823
|
+
|
819
824
|
This field is applicable to either:
|
820
825
|
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
|
821
826
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
@@ -823,6 +828,7 @@ class _BackendServiceState:
|
|
823
828
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
824
829
|
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
825
830
|
Network Load Balancing. The default is MAGLEV.
|
831
|
+
|
826
832
|
If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
|
827
833
|
or RING_HASH, session affinity settings will not take effect.
|
828
834
|
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
@@ -1237,6 +1243,7 @@ class _BackendServiceState:
|
|
1237
1243
|
instance either reported a valid weight or had
|
1238
1244
|
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
1239
1245
|
equal-weight.
|
1246
|
+
|
1240
1247
|
This field is applicable to either:
|
1241
1248
|
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
|
1242
1249
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
@@ -1244,6 +1251,7 @@ class _BackendServiceState:
|
|
1244
1251
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
1245
1252
|
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
1246
1253
|
Network Load Balancing. The default is MAGLEV.
|
1254
|
+
|
1247
1255
|
If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
|
1248
1256
|
or RING_HASH, session affinity settings will not take effect.
|
1249
1257
|
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
@@ -1830,6 +1838,7 @@ class BackendService(pulumi.CustomResource):
|
|
1830
1838
|
instance either reported a valid weight or had
|
1831
1839
|
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
1832
1840
|
equal-weight.
|
1841
|
+
|
1833
1842
|
This field is applicable to either:
|
1834
1843
|
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
|
1835
1844
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
@@ -1837,6 +1846,7 @@ class BackendService(pulumi.CustomResource):
|
|
1837
1846
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
1838
1847
|
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
1839
1848
|
Network Load Balancing. The default is MAGLEV.
|
1849
|
+
|
1840
1850
|
If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
|
1841
1851
|
or RING_HASH, session affinity settings will not take effect.
|
1842
1852
|
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
@@ -2392,6 +2402,7 @@ class BackendService(pulumi.CustomResource):
|
|
2392
2402
|
instance either reported a valid weight or had
|
2393
2403
|
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
2394
2404
|
equal-weight.
|
2405
|
+
|
2395
2406
|
This field is applicable to either:
|
2396
2407
|
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
|
2397
2408
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
@@ -2399,6 +2410,7 @@ class BackendService(pulumi.CustomResource):
|
|
2399
2410
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
2400
2411
|
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
2401
2412
|
Network Load Balancing. The default is MAGLEV.
|
2413
|
+
|
2402
2414
|
If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
|
2403
2415
|
or RING_HASH, session affinity settings will not take effect.
|
2404
2416
|
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
@@ -2710,6 +2722,7 @@ class BackendService(pulumi.CustomResource):
|
|
2710
2722
|
instance either reported a valid weight or had
|
2711
2723
|
UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains
|
2712
2724
|
equal-weight.
|
2725
|
+
|
2713
2726
|
This field is applicable to either:
|
2714
2727
|
* A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2,
|
2715
2728
|
and loadBalancingScheme set to INTERNAL_MANAGED.
|
@@ -2717,6 +2730,7 @@ class BackendService(pulumi.CustomResource):
|
|
2717
2730
|
* A regional backend service with loadBalancingScheme set to EXTERNAL (External Network
|
2718
2731
|
Load Balancing). Only MAGLEV and WEIGHTED_MAGLEV values are possible for External
|
2719
2732
|
Network Load Balancing. The default is MAGLEV.
|
2733
|
+
|
2720
2734
|
If session_affinity is not NONE, and this field is not set to MAGLEV, WEIGHTED_MAGLEV,
|
2721
2735
|
or RING_HASH, session affinity settings will not take effect.
|
2722
2736
|
Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced
|
@@ -85,6 +85,7 @@ class ForwardingRuleArgs:
|
|
85
85
|
`IPAddress` should be set to `0.0.0.0`.
|
86
86
|
* When the `target` is a Private Service Connect Google APIs
|
87
87
|
bundle, you must specify an `IPAddress`.
|
88
|
+
|
88
89
|
Otherwise, you can optionally specify an IP address that references an
|
89
90
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
90
91
|
assigns an ephemeral IP address.
|
@@ -99,6 +100,7 @@ class ForwardingRuleArgs:
|
|
99
100
|
* `regions/region/addresses/address-name`
|
100
101
|
* `global/addresses/address-name`
|
101
102
|
* `address-name`
|
103
|
+
|
102
104
|
The forwarding rule's `target` or `backendService`,
|
103
105
|
and in most cases, also the `loadBalancingScheme`, determine the
|
104
106
|
type of IP address that you can use. For detailed information, see
|
@@ -239,6 +241,7 @@ class ForwardingRuleArgs:
|
|
239
241
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
240
242
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
241
243
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
244
|
+
|
242
245
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
243
246
|
"""
|
244
247
|
if all_ports is not None:
|
@@ -388,6 +391,7 @@ class ForwardingRuleArgs:
|
|
388
391
|
`IPAddress` should be set to `0.0.0.0`.
|
389
392
|
* When the `target` is a Private Service Connect Google APIs
|
390
393
|
bundle, you must specify an `IPAddress`.
|
394
|
+
|
391
395
|
Otherwise, you can optionally specify an IP address that references an
|
392
396
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
393
397
|
assigns an ephemeral IP address.
|
@@ -402,6 +406,7 @@ class ForwardingRuleArgs:
|
|
402
406
|
* `regions/region/addresses/address-name`
|
403
407
|
* `global/addresses/address-name`
|
404
408
|
* `address-name`
|
409
|
+
|
405
410
|
The forwarding rule's `target` or `backendService`,
|
406
411
|
and in most cases, also the `loadBalancingScheme`, determine the
|
407
412
|
type of IP address that you can use. For detailed information, see
|
@@ -749,6 +754,7 @@ class ForwardingRuleArgs:
|
|
749
754
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
750
755
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
751
756
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
757
|
+
|
752
758
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
753
759
|
"""
|
754
760
|
return pulumi.get(self, "target")
|
@@ -837,6 +843,7 @@ class _ForwardingRuleState:
|
|
837
843
|
`IPAddress` should be set to `0.0.0.0`.
|
838
844
|
* When the `target` is a Private Service Connect Google APIs
|
839
845
|
bundle, you must specify an `IPAddress`.
|
846
|
+
|
840
847
|
Otherwise, you can optionally specify an IP address that references an
|
841
848
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
842
849
|
assigns an ephemeral IP address.
|
@@ -851,6 +858,7 @@ class _ForwardingRuleState:
|
|
851
858
|
* `regions/region/addresses/address-name`
|
852
859
|
* `global/addresses/address-name`
|
853
860
|
* `address-name`
|
861
|
+
|
854
862
|
The forwarding rule's `target` or `backendService`,
|
855
863
|
and in most cases, also the `loadBalancingScheme`, determine the
|
856
864
|
type of IP address that you can use. For detailed information, see
|
@@ -1000,6 +1008,7 @@ class _ForwardingRuleState:
|
|
1000
1008
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
1001
1009
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
1002
1010
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
1011
|
+
|
1003
1012
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
1004
1013
|
"""
|
1005
1014
|
if all_ports is not None:
|
@@ -1203,6 +1212,7 @@ class _ForwardingRuleState:
|
|
1203
1212
|
`IPAddress` should be set to `0.0.0.0`.
|
1204
1213
|
* When the `target` is a Private Service Connect Google APIs
|
1205
1214
|
bundle, you must specify an `IPAddress`.
|
1215
|
+
|
1206
1216
|
Otherwise, you can optionally specify an IP address that references an
|
1207
1217
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
1208
1218
|
assigns an ephemeral IP address.
|
@@ -1217,6 +1227,7 @@ class _ForwardingRuleState:
|
|
1217
1227
|
* `regions/region/addresses/address-name`
|
1218
1228
|
* `global/addresses/address-name`
|
1219
1229
|
* `address-name`
|
1230
|
+
|
1220
1231
|
The forwarding rule's `target` or `backendService`,
|
1221
1232
|
and in most cases, also the `loadBalancingScheme`, determine the
|
1222
1233
|
type of IP address that you can use. For detailed information, see
|
@@ -1639,6 +1650,7 @@ class _ForwardingRuleState:
|
|
1639
1650
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
1640
1651
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
1641
1652
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
1653
|
+
|
1642
1654
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
1643
1655
|
"""
|
1644
1656
|
return pulumi.get(self, "target")
|
@@ -2412,6 +2424,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
2412
2424
|
`IPAddress` should be set to `0.0.0.0`.
|
2413
2425
|
* When the `target` is a Private Service Connect Google APIs
|
2414
2426
|
bundle, you must specify an `IPAddress`.
|
2427
|
+
|
2415
2428
|
Otherwise, you can optionally specify an IP address that references an
|
2416
2429
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
2417
2430
|
assigns an ephemeral IP address.
|
@@ -2426,6 +2439,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
2426
2439
|
* `regions/region/addresses/address-name`
|
2427
2440
|
* `global/addresses/address-name`
|
2428
2441
|
* `address-name`
|
2442
|
+
|
2429
2443
|
The forwarding rule's `target` or `backendService`,
|
2430
2444
|
and in most cases, also the `loadBalancingScheme`, determine the
|
2431
2445
|
type of IP address that you can use. For detailed information, see
|
@@ -2566,6 +2580,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
2566
2580
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
2567
2581
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
2568
2582
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
2583
|
+
|
2569
2584
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
2570
2585
|
"""
|
2571
2586
|
...
|
@@ -3444,6 +3459,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3444
3459
|
`IPAddress` should be set to `0.0.0.0`.
|
3445
3460
|
* When the `target` is a Private Service Connect Google APIs
|
3446
3461
|
bundle, you must specify an `IPAddress`.
|
3462
|
+
|
3447
3463
|
Otherwise, you can optionally specify an IP address that references an
|
3448
3464
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
3449
3465
|
assigns an ephemeral IP address.
|
@@ -3458,6 +3474,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3458
3474
|
* `regions/region/addresses/address-name`
|
3459
3475
|
* `global/addresses/address-name`
|
3460
3476
|
* `address-name`
|
3477
|
+
|
3461
3478
|
The forwarding rule's `target` or `backendService`,
|
3462
3479
|
and in most cases, also the `loadBalancingScheme`, determine the
|
3463
3480
|
type of IP address that you can use. For detailed information, see
|
@@ -3607,6 +3624,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3607
3624
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
3608
3625
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
3609
3626
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
3627
|
+
|
3610
3628
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
3611
3629
|
"""
|
3612
3630
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -3749,6 +3767,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3749
3767
|
`IPAddress` should be set to `0.0.0.0`.
|
3750
3768
|
* When the `target` is a Private Service Connect Google APIs
|
3751
3769
|
bundle, you must specify an `IPAddress`.
|
3770
|
+
|
3752
3771
|
Otherwise, you can optionally specify an IP address that references an
|
3753
3772
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
3754
3773
|
assigns an ephemeral IP address.
|
@@ -3763,6 +3782,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
3763
3782
|
* `regions/region/addresses/address-name`
|
3764
3783
|
* `global/addresses/address-name`
|
3765
3784
|
* `address-name`
|
3785
|
+
|
3766
3786
|
The forwarding rule's `target` or `backendService`,
|
3767
3787
|
and in most cases, also the `loadBalancingScheme`, determine the
|
3768
3788
|
type of IP address that you can use. For detailed information, see
|
@@ -4085,6 +4105,7 @@ class ForwardingRule(pulumi.CustomResource):
|
|
4085
4105
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
4086
4106
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
4087
4107
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
4108
|
+
|
4088
4109
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
4089
4110
|
"""
|
4090
4111
|
return pulumi.get(self, "target")
|
@@ -49,6 +49,7 @@ class GlobalForwardingRuleArgs:
|
|
49
49
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
50
50
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
51
51
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
52
|
+
|
52
53
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
53
54
|
|
54
55
|
|
@@ -66,6 +67,7 @@ class GlobalForwardingRuleArgs:
|
|
66
67
|
`IPAddress` should be set to `0.0.0.0`.
|
67
68
|
* When the `target` is a Private Service Connect Google APIs
|
68
69
|
bundle, you must specify an `IPAddress`.
|
70
|
+
|
69
71
|
Otherwise, you can optionally specify an IP address that references an
|
70
72
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
71
73
|
assigns an ephemeral IP address.
|
@@ -80,6 +82,7 @@ class GlobalForwardingRuleArgs:
|
|
80
82
|
* `regions/region/addresses/address-name`
|
81
83
|
* `global/addresses/address-name`
|
82
84
|
* `address-name`
|
85
|
+
|
83
86
|
The forwarding rule's `target`,
|
84
87
|
and in most cases, also the `loadBalancingScheme`, determine the
|
85
88
|
type of IP address that you can use. For detailed information, see
|
@@ -218,6 +221,7 @@ class GlobalForwardingRuleArgs:
|
|
218
221
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
219
222
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
220
223
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
224
|
+
|
221
225
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
222
226
|
|
223
227
|
|
@@ -268,6 +272,7 @@ class GlobalForwardingRuleArgs:
|
|
268
272
|
`IPAddress` should be set to `0.0.0.0`.
|
269
273
|
* When the `target` is a Private Service Connect Google APIs
|
270
274
|
bundle, you must specify an `IPAddress`.
|
275
|
+
|
271
276
|
Otherwise, you can optionally specify an IP address that references an
|
272
277
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
273
278
|
assigns an ephemeral IP address.
|
@@ -282,6 +287,7 @@ class GlobalForwardingRuleArgs:
|
|
282
287
|
* `regions/region/addresses/address-name`
|
283
288
|
* `global/addresses/address-name`
|
284
289
|
* `address-name`
|
290
|
+
|
285
291
|
The forwarding rule's `target`,
|
286
292
|
and in most cases, also the `loadBalancingScheme`, determine the
|
287
293
|
type of IP address that you can use. For detailed information, see
|
@@ -567,6 +573,7 @@ class _GlobalForwardingRuleState:
|
|
567
573
|
`IPAddress` should be set to `0.0.0.0`.
|
568
574
|
* When the `target` is a Private Service Connect Google APIs
|
569
575
|
bundle, you must specify an `IPAddress`.
|
576
|
+
|
570
577
|
Otherwise, you can optionally specify an IP address that references an
|
571
578
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
572
579
|
assigns an ephemeral IP address.
|
@@ -581,6 +588,7 @@ class _GlobalForwardingRuleState:
|
|
581
588
|
* `regions/region/addresses/address-name`
|
582
589
|
* `global/addresses/address-name`
|
583
590
|
* `address-name`
|
591
|
+
|
584
592
|
The forwarding rule's `target`,
|
585
593
|
and in most cases, also the `loadBalancingScheme`, determine the
|
586
594
|
type of IP address that you can use. For detailed information, see
|
@@ -687,6 +695,7 @@ class _GlobalForwardingRuleState:
|
|
687
695
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
688
696
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
689
697
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
698
|
+
|
690
699
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
691
700
|
|
692
701
|
|
@@ -804,6 +813,7 @@ class _GlobalForwardingRuleState:
|
|
804
813
|
`IPAddress` should be set to `0.0.0.0`.
|
805
814
|
* When the `target` is a Private Service Connect Google APIs
|
806
815
|
bundle, you must specify an `IPAddress`.
|
816
|
+
|
807
817
|
Otherwise, you can optionally specify an IP address that references an
|
808
818
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
809
819
|
assigns an ephemeral IP address.
|
@@ -818,6 +828,7 @@ class _GlobalForwardingRuleState:
|
|
818
828
|
* `regions/region/addresses/address-name`
|
819
829
|
* `global/addresses/address-name`
|
820
830
|
* `address-name`
|
831
|
+
|
821
832
|
The forwarding rule's `target`,
|
822
833
|
and in most cases, also the `loadBalancingScheme`, determine the
|
823
834
|
type of IP address that you can use. For detailed information, see
|
@@ -1133,6 +1144,7 @@ class _GlobalForwardingRuleState:
|
|
1133
1144
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
1134
1145
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
1135
1146
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
1147
|
+
|
1136
1148
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
1137
1149
|
|
1138
1150
|
|
@@ -1557,6 +1569,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1557
1569
|
`IPAddress` should be set to `0.0.0.0`.
|
1558
1570
|
* When the `target` is a Private Service Connect Google APIs
|
1559
1571
|
bundle, you must specify an `IPAddress`.
|
1572
|
+
|
1560
1573
|
Otherwise, you can optionally specify an IP address that references an
|
1561
1574
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
1562
1575
|
assigns an ephemeral IP address.
|
@@ -1571,6 +1584,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1571
1584
|
* `regions/region/addresses/address-name`
|
1572
1585
|
* `global/addresses/address-name`
|
1573
1586
|
* `address-name`
|
1587
|
+
|
1574
1588
|
The forwarding rule's `target`,
|
1575
1589
|
and in most cases, also the `loadBalancingScheme`, determine the
|
1576
1590
|
type of IP address that you can use. For detailed information, see
|
@@ -1670,6 +1684,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
1670
1684
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
1671
1685
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
1672
1686
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
1687
|
+
|
1673
1688
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
1674
1689
|
|
1675
1690
|
|
@@ -2180,6 +2195,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2180
2195
|
`IPAddress` should be set to `0.0.0.0`.
|
2181
2196
|
* When the `target` is a Private Service Connect Google APIs
|
2182
2197
|
bundle, you must specify an `IPAddress`.
|
2198
|
+
|
2183
2199
|
Otherwise, you can optionally specify an IP address that references an
|
2184
2200
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
2185
2201
|
assigns an ephemeral IP address.
|
@@ -2194,6 +2210,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2194
2210
|
* `regions/region/addresses/address-name`
|
2195
2211
|
* `global/addresses/address-name`
|
2196
2212
|
* `address-name`
|
2213
|
+
|
2197
2214
|
The forwarding rule's `target`,
|
2198
2215
|
and in most cases, also the `loadBalancingScheme`, determine the
|
2199
2216
|
type of IP address that you can use. For detailed information, see
|
@@ -2300,6 +2317,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2300
2317
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
2301
2318
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
2302
2319
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
2320
|
+
|
2303
2321
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
2304
2322
|
|
2305
2323
|
|
@@ -2382,6 +2400,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2382
2400
|
`IPAddress` should be set to `0.0.0.0`.
|
2383
2401
|
* When the `target` is a Private Service Connect Google APIs
|
2384
2402
|
bundle, you must specify an `IPAddress`.
|
2403
|
+
|
2385
2404
|
Otherwise, you can optionally specify an IP address that references an
|
2386
2405
|
existing static (reserved) IP address resource. When omitted, Google Cloud
|
2387
2406
|
assigns an ephemeral IP address.
|
@@ -2396,6 +2415,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2396
2415
|
* `regions/region/addresses/address-name`
|
2397
2416
|
* `global/addresses/address-name`
|
2398
2417
|
* `address-name`
|
2418
|
+
|
2399
2419
|
The forwarding rule's `target`,
|
2400
2420
|
and in most cases, also the `loadBalancingScheme`, determine the
|
2401
2421
|
type of IP address that you can use. For detailed information, see
|
@@ -2635,6 +2655,7 @@ class GlobalForwardingRule(pulumi.CustomResource):
|
|
2635
2655
|
* For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle:
|
2636
2656
|
* `vpc-sc` - [ APIs that support VPC Service Controls](https://cloud.google.com/vpc-service-controls/docs/supported-products).
|
2637
2657
|
* `all-apis` - [All supported Google APIs](https://cloud.google.com/vpc/docs/private-service-connect#supported-apis).
|
2658
|
+
|
2638
2659
|
For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
|
2639
2660
|
|
2640
2661
|
|
@@ -41,6 +41,7 @@ class ManagedSslCertificateArgs:
|
|
41
41
|
first character must be a lowercase letter, and all following
|
42
42
|
characters must be a dash, lowercase letter, or digit, except the last
|
43
43
|
character, which cannot be a dash.
|
44
|
+
|
44
45
|
These are in the same namespace as the managed SSL certificates.
|
45
46
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
46
47
|
If it is not provided, the provider project is used.
|
@@ -111,6 +112,7 @@ class ManagedSslCertificateArgs:
|
|
111
112
|
first character must be a lowercase letter, and all following
|
112
113
|
characters must be a dash, lowercase letter, or digit, except the last
|
113
114
|
character, which cannot be a dash.
|
115
|
+
|
114
116
|
These are in the same namespace as the managed SSL certificates.
|
115
117
|
"""
|
116
118
|
return pulumi.get(self, "name")
|
@@ -177,6 +179,7 @@ class _ManagedSslCertificateState:
|
|
177
179
|
first character must be a lowercase letter, and all following
|
178
180
|
characters must be a dash, lowercase letter, or digit, except the last
|
179
181
|
character, which cannot be a dash.
|
182
|
+
|
180
183
|
These are in the same namespace as the managed SSL certificates.
|
181
184
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
182
185
|
If it is not provided, the provider project is used.
|
@@ -281,6 +284,7 @@ class _ManagedSslCertificateState:
|
|
281
284
|
first character must be a lowercase letter, and all following
|
282
285
|
characters must be a dash, lowercase letter, or digit, except the last
|
283
286
|
character, which cannot be a dash.
|
287
|
+
|
284
288
|
These are in the same namespace as the managed SSL certificates.
|
285
289
|
"""
|
286
290
|
return pulumi.get(self, "name")
|
@@ -468,6 +472,7 @@ class ManagedSslCertificate(pulumi.CustomResource):
|
|
468
472
|
first character must be a lowercase letter, and all following
|
469
473
|
characters must be a dash, lowercase letter, or digit, except the last
|
470
474
|
character, which cannot be a dash.
|
475
|
+
|
471
476
|
These are in the same namespace as the managed SSL certificates.
|
472
477
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
473
478
|
If it is not provided, the provider project is used.
|
@@ -665,6 +670,7 @@ class ManagedSslCertificate(pulumi.CustomResource):
|
|
665
670
|
first character must be a lowercase letter, and all following
|
666
671
|
characters must be a dash, lowercase letter, or digit, except the last
|
667
672
|
character, which cannot be a dash.
|
673
|
+
|
668
674
|
These are in the same namespace as the managed SSL certificates.
|
669
675
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
670
676
|
If it is not provided, the provider project is used.
|
@@ -744,6 +750,7 @@ class ManagedSslCertificate(pulumi.CustomResource):
|
|
744
750
|
first character must be a lowercase letter, and all following
|
745
751
|
characters must be a dash, lowercase letter, or digit, except the last
|
746
752
|
character, which cannot be a dash.
|
753
|
+
|
747
754
|
These are in the same namespace as the managed SSL certificates.
|
748
755
|
"""
|
749
756
|
return pulumi.get(self, "name")
|
@@ -41,6 +41,7 @@ class MangedSslCertificateArgs:
|
|
41
41
|
first character must be a lowercase letter, and all following
|
42
42
|
characters must be a dash, lowercase letter, or digit, except the last
|
43
43
|
character, which cannot be a dash.
|
44
|
+
|
44
45
|
These are in the same namespace as the managed SSL certificates.
|
45
46
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
46
47
|
If it is not provided, the provider project is used.
|
@@ -111,6 +112,7 @@ class MangedSslCertificateArgs:
|
|
111
112
|
first character must be a lowercase letter, and all following
|
112
113
|
characters must be a dash, lowercase letter, or digit, except the last
|
113
114
|
character, which cannot be a dash.
|
115
|
+
|
114
116
|
These are in the same namespace as the managed SSL certificates.
|
115
117
|
"""
|
116
118
|
return pulumi.get(self, "name")
|
@@ -177,6 +179,7 @@ class _MangedSslCertificateState:
|
|
177
179
|
first character must be a lowercase letter, and all following
|
178
180
|
characters must be a dash, lowercase letter, or digit, except the last
|
179
181
|
character, which cannot be a dash.
|
182
|
+
|
180
183
|
These are in the same namespace as the managed SSL certificates.
|
181
184
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
182
185
|
If it is not provided, the provider project is used.
|
@@ -281,6 +284,7 @@ class _MangedSslCertificateState:
|
|
281
284
|
first character must be a lowercase letter, and all following
|
282
285
|
characters must be a dash, lowercase letter, or digit, except the last
|
283
286
|
character, which cannot be a dash.
|
287
|
+
|
284
288
|
These are in the same namespace as the managed SSL certificates.
|
285
289
|
"""
|
286
290
|
return pulumi.get(self, "name")
|
@@ -473,6 +477,7 @@ class MangedSslCertificate(pulumi.CustomResource):
|
|
473
477
|
first character must be a lowercase letter, and all following
|
474
478
|
characters must be a dash, lowercase letter, or digit, except the last
|
475
479
|
character, which cannot be a dash.
|
480
|
+
|
476
481
|
These are in the same namespace as the managed SSL certificates.
|
477
482
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
478
483
|
If it is not provided, the provider project is used.
|
@@ -669,6 +674,7 @@ class MangedSslCertificate(pulumi.CustomResource):
|
|
669
674
|
first character must be a lowercase letter, and all following
|
670
675
|
characters must be a dash, lowercase letter, or digit, except the last
|
671
676
|
character, which cannot be a dash.
|
677
|
+
|
672
678
|
These are in the same namespace as the managed SSL certificates.
|
673
679
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
674
680
|
If it is not provided, the provider project is used.
|
@@ -748,6 +754,7 @@ class MangedSslCertificate(pulumi.CustomResource):
|
|
748
754
|
first character must be a lowercase letter, and all following
|
749
755
|
characters must be a dash, lowercase letter, or digit, except the last
|
750
756
|
character, which cannot be a dash.
|
757
|
+
|
751
758
|
These are in the same namespace as the managed SSL certificates.
|
752
759
|
"""
|
753
760
|
return pulumi.get(self, "name")
|
@@ -441,14 +441,6 @@ class NetworkAttachment(pulumi.CustomResource):
|
|
441
441
|
subnetworks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
442
442
|
__props__=None):
|
443
443
|
"""
|
444
|
-
A network attachment is a resource that lets a producer Virtual Private Cloud (VPC) network initiate connections to a consumer VPC network through a Private Service Connect interface.
|
445
|
-
|
446
|
-
To get more information about NetworkAttachment, see:
|
447
|
-
|
448
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networkAttachments)
|
449
|
-
* How-to Guides
|
450
|
-
* [Official Documentation](https://cloud.google.com/vpc/docs/about-network-attachments)
|
451
|
-
|
452
444
|
## Example Usage
|
453
445
|
|
454
446
|
### Network Attachment Basic
|
@@ -576,14 +568,6 @@ class NetworkAttachment(pulumi.CustomResource):
|
|
576
568
|
args: NetworkAttachmentArgs,
|
577
569
|
opts: Optional[pulumi.ResourceOptions] = None):
|
578
570
|
"""
|
579
|
-
A network attachment is a resource that lets a producer Virtual Private Cloud (VPC) network initiate connections to a consumer VPC network through a Private Service Connect interface.
|
580
|
-
|
581
|
-
To get more information about NetworkAttachment, see:
|
582
|
-
|
583
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networkAttachments)
|
584
|
-
* How-to Guides
|
585
|
-
* [Official Documentation](https://cloud.google.com/vpc/docs/about-network-attachments)
|
586
|
-
|
587
571
|
## Example Usage
|
588
572
|
|
589
573
|
### Network Attachment Basic
|