pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729107581__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 -70
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/_inputs.py +0 -108
- pulumi_gcp/apigee/outputs.py +0 -64
- pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
- pulumi_gcp/bigquery/connection.py +12 -12
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/cloudrunv2/get_service.py +1 -12
- pulumi_gcp/cloudrunv2/service.py +0 -92
- pulumi_gcp/compute/_inputs.py +116 -214
- pulumi_gcp/compute/backend_service.py +0 -76
- pulumi_gcp/compute/get_backend_service.py +1 -12
- pulumi_gcp/compute/get_instance.py +1 -29
- pulumi_gcp/compute/get_instance_template.py +1 -29
- pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
- pulumi_gcp/compute/get_region_instance_template.py +1 -29
- pulumi_gcp/compute/instance.py +0 -89
- pulumi_gcp/compute/instance_from_machine_image.py +0 -82
- pulumi_gcp/compute/instance_from_template.py +0 -82
- pulumi_gcp/compute/instance_template.py +0 -75
- pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
- pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
- pulumi_gcp/compute/outputs.py +80 -170
- pulumi_gcp/compute/region_backend_service.py +0 -94
- pulumi_gcp/compute/region_instance_template.py +0 -75
- pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
- pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/attached_cluster.py +6 -9
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +2 -472
- pulumi_gcp/diagflow/cx_agent.py +4 -64
- pulumi_gcp/diagflow/cx_flow.py +0 -30
- pulumi_gcp/diagflow/outputs.py +2 -378
- pulumi_gcp/gkehub/feature.py +4 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
- pulumi_gcp/looker/instance.py +2 -104
- pulumi_gcp/monitoring/_inputs.py +0 -23
- pulumi_gcp/monitoring/get_secret_version.py +3 -22
- pulumi_gcp/monitoring/outputs.py +0 -16
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/networkconnectivity/_inputs.py +0 -148
- pulumi_gcp/networkconnectivity/outputs.py +0 -125
- pulumi_gcp/networkconnectivity/spoke.py +0 -144
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
- pulumi_gcp/secretmanager/get_secret_version.py +3 -22
- pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/siteverification/get_token.py +16 -0
- pulumi_gcp/siteverification/owner.py +16 -0
- pulumi_gcp/spanner/_inputs.py +5 -29
- pulumi_gcp/spanner/outputs.py +3 -20
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +21 -28
- pulumi_gcp/storage/_inputs.py +0 -36
- pulumi_gcp/storage/bucket.py +0 -47
- pulumi_gcp/storage/get_bucket.py +1 -12
- pulumi_gcp/storage/outputs.py +0 -40
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +0 -440
- pulumi_gcp/vmwareengine/cluster.py +2 -100
- pulumi_gcp/vmwareengine/get_cluster.py +1 -12
- pulumi_gcp/vmwareengine/outputs.py +0 -615
- pulumi_gcp/workstations/_inputs.py +0 -54
- pulumi_gcp/workstations/outputs.py +0 -32
- pulumi_gcp/workstations/workstation_config.py +0 -205
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/app_group.py +0 -811
- pulumi_gcp/apigee/developer.py +0 -757
- pulumi_gcp/networkconnectivity/group.py +0 -764
- pulumi_gcp/oracledatabase/__init__.py +0 -20
- pulumi_gcp/oracledatabase/_inputs.py +0 -4745
- pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
- pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
- pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
- pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
- pulumi_gcp/oracledatabase/outputs.py +0 -9304
- pulumi_gcp/transcoder/__init__.py +0 -11
- pulumi_gcp/transcoder/_inputs.py +0 -3991
- pulumi_gcp/transcoder/job.py +0 -2134
- pulumi_gcp/transcoder/job_template.py +0 -1524
- pulumi_gcp/transcoder/outputs.py +0 -2918
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/top_level.txt +0 -0
@@ -26,13 +26,13 @@ class NetworkFirewallPolicyAssociationArgs:
|
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a NetworkFirewallPolicyAssociation resource.
|
28
28
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
29
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
29
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
30
|
+
:param pulumi.Input[str] name: The name for an association.
|
31
|
+
|
30
32
|
|
31
33
|
|
32
34
|
- - -
|
33
|
-
:param pulumi.Input[str]
|
34
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
35
|
-
If it is not provided, the provider project is used.
|
35
|
+
:param pulumi.Input[str] project: The project for the resource
|
36
36
|
"""
|
37
37
|
pulumi.set(__self__, "attachment_target", attachment_target)
|
38
38
|
pulumi.set(__self__, "firewall_policy", firewall_policy)
|
@@ -57,10 +57,7 @@ class NetworkFirewallPolicyAssociationArgs:
|
|
57
57
|
@pulumi.getter(name="firewallPolicy")
|
58
58
|
def firewall_policy(self) -> pulumi.Input[str]:
|
59
59
|
"""
|
60
|
-
The firewall policy of the
|
61
|
-
|
62
|
-
|
63
|
-
- - -
|
60
|
+
The firewall policy ID of the association.
|
64
61
|
"""
|
65
62
|
return pulumi.get(self, "firewall_policy")
|
66
63
|
|
@@ -73,6 +70,10 @@ class NetworkFirewallPolicyAssociationArgs:
|
|
73
70
|
def name(self) -> Optional[pulumi.Input[str]]:
|
74
71
|
"""
|
75
72
|
The name for an association.
|
73
|
+
|
74
|
+
|
75
|
+
|
76
|
+
- - -
|
76
77
|
"""
|
77
78
|
return pulumi.get(self, "name")
|
78
79
|
|
@@ -84,8 +85,7 @@ class NetworkFirewallPolicyAssociationArgs:
|
|
84
85
|
@pulumi.getter
|
85
86
|
def project(self) -> Optional[pulumi.Input[str]]:
|
86
87
|
"""
|
87
|
-
The
|
88
|
-
If it is not provided, the provider project is used.
|
88
|
+
The project for the resource
|
89
89
|
"""
|
90
90
|
return pulumi.get(self, "project")
|
91
91
|
|
@@ -105,13 +105,13 @@ class _NetworkFirewallPolicyAssociationState:
|
|
105
105
|
"""
|
106
106
|
Input properties used for looking up and filtering NetworkFirewallPolicyAssociation resources.
|
107
107
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
108
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
108
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
109
|
+
:param pulumi.Input[str] name: The name for an association.
|
110
|
+
|
109
111
|
|
110
112
|
|
111
113
|
- - -
|
112
|
-
:param pulumi.Input[str]
|
113
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
114
|
-
If it is not provided, the provider project is used.
|
114
|
+
:param pulumi.Input[str] project: The project for the resource
|
115
115
|
:param pulumi.Input[str] short_name: The short name of the firewall policy of the association.
|
116
116
|
"""
|
117
117
|
if attachment_target is not None:
|
@@ -141,10 +141,7 @@ class _NetworkFirewallPolicyAssociationState:
|
|
141
141
|
@pulumi.getter(name="firewallPolicy")
|
142
142
|
def firewall_policy(self) -> Optional[pulumi.Input[str]]:
|
143
143
|
"""
|
144
|
-
The firewall policy of the
|
145
|
-
|
146
|
-
|
147
|
-
- - -
|
144
|
+
The firewall policy ID of the association.
|
148
145
|
"""
|
149
146
|
return pulumi.get(self, "firewall_policy")
|
150
147
|
|
@@ -157,6 +154,10 @@ class _NetworkFirewallPolicyAssociationState:
|
|
157
154
|
def name(self) -> Optional[pulumi.Input[str]]:
|
158
155
|
"""
|
159
156
|
The name for an association.
|
157
|
+
|
158
|
+
|
159
|
+
|
160
|
+
- - -
|
160
161
|
"""
|
161
162
|
return pulumi.get(self, "name")
|
162
163
|
|
@@ -168,8 +169,7 @@ class _NetworkFirewallPolicyAssociationState:
|
|
168
169
|
@pulumi.getter
|
169
170
|
def project(self) -> Optional[pulumi.Input[str]]:
|
170
171
|
"""
|
171
|
-
The
|
172
|
-
If it is not provided, the provider project is used.
|
172
|
+
The project for the resource
|
173
173
|
"""
|
174
174
|
return pulumi.get(self, "project")
|
175
175
|
|
@@ -203,30 +203,23 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
203
203
|
"""
|
204
204
|
The Compute NetworkFirewallPolicyAssociation resource
|
205
205
|
|
206
|
-
To get more information about NetworkFirewallPolicyAssociation, see:
|
207
|
-
|
208
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networkFirewallPolicies/addAssociation)
|
209
|
-
|
210
206
|
## Example Usage
|
211
207
|
|
212
|
-
###
|
213
|
-
|
208
|
+
### Global
|
214
209
|
```python
|
215
210
|
import pulumi
|
216
211
|
import pulumi_gcp as gcp
|
217
212
|
|
218
|
-
|
219
|
-
name="
|
213
|
+
network_firewall_policy = gcp.compute.NetworkFirewallPolicy("network_firewall_policy",
|
214
|
+
name="policy",
|
220
215
|
project="my-project-name",
|
221
216
|
description="Sample global network firewall policy")
|
222
|
-
network = gcp.compute.Network("network",
|
223
|
-
|
224
|
-
|
225
|
-
default = gcp.compute.NetworkFirewallPolicyAssociation("default",
|
226
|
-
name="my-association",
|
227
|
-
project="my-project-name",
|
217
|
+
network = gcp.compute.Network("network", name="network")
|
218
|
+
primary = gcp.compute.NetworkFirewallPolicyAssociation("primary",
|
219
|
+
name="association",
|
228
220
|
attachment_target=network.id,
|
229
|
-
firewall_policy=
|
221
|
+
firewall_policy=network_firewall_policy.name,
|
222
|
+
project="my-project-name")
|
230
223
|
```
|
231
224
|
|
232
225
|
## Import
|
@@ -237,8 +230,6 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
237
230
|
|
238
231
|
* `{{project}}/{{firewall_policy}}/{{name}}`
|
239
232
|
|
240
|
-
* `{{firewall_policy}}/{{name}}`
|
241
|
-
|
242
233
|
When using the `pulumi import` command, NetworkFirewallPolicyAssociation can be imported using one of the formats above. For example:
|
243
234
|
|
244
235
|
```sh
|
@@ -249,20 +240,16 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
249
240
|
$ pulumi import gcp:compute/networkFirewallPolicyAssociation:NetworkFirewallPolicyAssociation default {{project}}/{{firewall_policy}}/{{name}}
|
250
241
|
```
|
251
242
|
|
252
|
-
```sh
|
253
|
-
$ pulumi import gcp:compute/networkFirewallPolicyAssociation:NetworkFirewallPolicyAssociation default {{firewall_policy}}/{{name}}
|
254
|
-
```
|
255
|
-
|
256
243
|
:param str resource_name: The name of the resource.
|
257
244
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
258
245
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
259
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
246
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
247
|
+
:param pulumi.Input[str] name: The name for an association.
|
248
|
+
|
260
249
|
|
261
250
|
|
262
251
|
- - -
|
263
|
-
:param pulumi.Input[str]
|
264
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
265
|
-
If it is not provided, the provider project is used.
|
252
|
+
:param pulumi.Input[str] project: The project for the resource
|
266
253
|
"""
|
267
254
|
...
|
268
255
|
@overload
|
@@ -273,30 +260,23 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
273
260
|
"""
|
274
261
|
The Compute NetworkFirewallPolicyAssociation resource
|
275
262
|
|
276
|
-
To get more information about NetworkFirewallPolicyAssociation, see:
|
277
|
-
|
278
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/networkFirewallPolicies/addAssociation)
|
279
|
-
|
280
263
|
## Example Usage
|
281
264
|
|
282
|
-
###
|
283
|
-
|
265
|
+
### Global
|
284
266
|
```python
|
285
267
|
import pulumi
|
286
268
|
import pulumi_gcp as gcp
|
287
269
|
|
288
|
-
|
289
|
-
name="
|
270
|
+
network_firewall_policy = gcp.compute.NetworkFirewallPolicy("network_firewall_policy",
|
271
|
+
name="policy",
|
290
272
|
project="my-project-name",
|
291
273
|
description="Sample global network firewall policy")
|
292
|
-
network = gcp.compute.Network("network",
|
293
|
-
|
294
|
-
|
295
|
-
default = gcp.compute.NetworkFirewallPolicyAssociation("default",
|
296
|
-
name="my-association",
|
297
|
-
project="my-project-name",
|
274
|
+
network = gcp.compute.Network("network", name="network")
|
275
|
+
primary = gcp.compute.NetworkFirewallPolicyAssociation("primary",
|
276
|
+
name="association",
|
298
277
|
attachment_target=network.id,
|
299
|
-
firewall_policy=
|
278
|
+
firewall_policy=network_firewall_policy.name,
|
279
|
+
project="my-project-name")
|
300
280
|
```
|
301
281
|
|
302
282
|
## Import
|
@@ -307,8 +287,6 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
307
287
|
|
308
288
|
* `{{project}}/{{firewall_policy}}/{{name}}`
|
309
289
|
|
310
|
-
* `{{firewall_policy}}/{{name}}`
|
311
|
-
|
312
290
|
When using the `pulumi import` command, NetworkFirewallPolicyAssociation can be imported using one of the formats above. For example:
|
313
291
|
|
314
292
|
```sh
|
@@ -319,10 +297,6 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
319
297
|
$ pulumi import gcp:compute/networkFirewallPolicyAssociation:NetworkFirewallPolicyAssociation default {{project}}/{{firewall_policy}}/{{name}}
|
320
298
|
```
|
321
299
|
|
322
|
-
```sh
|
323
|
-
$ pulumi import gcp:compute/networkFirewallPolicyAssociation:NetworkFirewallPolicyAssociation default {{firewall_policy}}/{{name}}
|
324
|
-
```
|
325
|
-
|
326
300
|
:param str resource_name: The name of the resource.
|
327
301
|
:param NetworkFirewallPolicyAssociationArgs args: The arguments to use to populate this resource's properties.
|
328
302
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -383,13 +357,13 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
383
357
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
384
358
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
385
359
|
:param pulumi.Input[str] attachment_target: The target that the firewall policy is attached to.
|
386
|
-
:param pulumi.Input[str] firewall_policy: The firewall policy of the
|
360
|
+
:param pulumi.Input[str] firewall_policy: The firewall policy ID of the association.
|
361
|
+
:param pulumi.Input[str] name: The name for an association.
|
362
|
+
|
387
363
|
|
388
364
|
|
389
365
|
- - -
|
390
|
-
:param pulumi.Input[str]
|
391
|
-
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
392
|
-
If it is not provided, the provider project is used.
|
366
|
+
:param pulumi.Input[str] project: The project for the resource
|
393
367
|
:param pulumi.Input[str] short_name: The short name of the firewall policy of the association.
|
394
368
|
"""
|
395
369
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -415,10 +389,7 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
415
389
|
@pulumi.getter(name="firewallPolicy")
|
416
390
|
def firewall_policy(self) -> pulumi.Output[str]:
|
417
391
|
"""
|
418
|
-
The firewall policy of the
|
419
|
-
|
420
|
-
|
421
|
-
- - -
|
392
|
+
The firewall policy ID of the association.
|
422
393
|
"""
|
423
394
|
return pulumi.get(self, "firewall_policy")
|
424
395
|
|
@@ -427,6 +398,10 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
427
398
|
def name(self) -> pulumi.Output[str]:
|
428
399
|
"""
|
429
400
|
The name for an association.
|
401
|
+
|
402
|
+
|
403
|
+
|
404
|
+
- - -
|
430
405
|
"""
|
431
406
|
return pulumi.get(self, "name")
|
432
407
|
|
@@ -434,8 +409,7 @@ class NetworkFirewallPolicyAssociation(pulumi.CustomResource):
|
|
434
409
|
@pulumi.getter
|
435
410
|
def project(self) -> pulumi.Output[str]:
|
436
411
|
"""
|
437
|
-
The
|
438
|
-
If it is not provided, the provider project is used.
|
412
|
+
The project for the resource
|
439
413
|
"""
|
440
414
|
return pulumi.get(self, "project")
|
441
415
|
|