pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__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.
Files changed (111) hide show
  1. pulumi_gcp/__init__.py +0 -70
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
  8. pulumi_gcp/apigee/__init__.py +0 -2
  9. pulumi_gcp/apigee/_inputs.py +0 -108
  10. pulumi_gcp/apigee/outputs.py +0 -64
  11. pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
  12. pulumi_gcp/bigquery/connection.py +12 -12
  13. pulumi_gcp/bigquery/job.py +6 -6
  14. pulumi_gcp/cloudrunv2/get_service.py +1 -12
  15. pulumi_gcp/cloudrunv2/service.py +0 -92
  16. pulumi_gcp/compute/_inputs.py +116 -214
  17. pulumi_gcp/compute/backend_service.py +0 -76
  18. pulumi_gcp/compute/get_backend_service.py +1 -12
  19. pulumi_gcp/compute/get_instance.py +1 -29
  20. pulumi_gcp/compute/get_instance_template.py +1 -29
  21. pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
  22. pulumi_gcp/compute/get_region_instance_template.py +1 -29
  23. pulumi_gcp/compute/instance.py +0 -89
  24. pulumi_gcp/compute/instance_from_machine_image.py +0 -82
  25. pulumi_gcp/compute/instance_from_template.py +0 -82
  26. pulumi_gcp/compute/instance_template.py +0 -75
  27. pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
  28. pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
  29. pulumi_gcp/compute/outputs.py +80 -170
  30. pulumi_gcp/compute/region_backend_service.py +0 -94
  31. pulumi_gcp/compute/region_instance_template.py +0 -75
  32. pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
  33. pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
  34. pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/attached_cluster.py +6 -9
  38. pulumi_gcp/container/outputs.py +2 -2
  39. pulumi_gcp/datastream/stream.py +2 -2
  40. pulumi_gcp/diagflow/_inputs.py +2 -472
  41. pulumi_gcp/diagflow/cx_agent.py +4 -64
  42. pulumi_gcp/diagflow/cx_flow.py +0 -30
  43. pulumi_gcp/diagflow/outputs.py +2 -378
  44. pulumi_gcp/gkehub/feature.py +4 -2
  45. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
  46. pulumi_gcp/looker/instance.py +2 -104
  47. pulumi_gcp/monitoring/_inputs.py +0 -23
  48. pulumi_gcp/monitoring/get_secret_version.py +3 -22
  49. pulumi_gcp/monitoring/outputs.py +0 -16
  50. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  51. pulumi_gcp/networkconnectivity/_inputs.py +0 -148
  52. pulumi_gcp/networkconnectivity/outputs.py +0 -125
  53. pulumi_gcp/networkconnectivity/spoke.py +0 -144
  54. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  55. pulumi_gcp/organizations/folder.py +7 -7
  56. pulumi_gcp/organizations/project.py +7 -7
  57. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  58. pulumi_gcp/orgpolicy/outputs.py +2 -2
  59. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
  60. pulumi_gcp/provider.py +0 -40
  61. pulumi_gcp/pulumi-plugin.json +1 -1
  62. pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
  63. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
  64. pulumi_gcp/secretmanager/get_secret_version.py +3 -22
  65. pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
  66. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  67. pulumi_gcp/siteverification/get_token.py +16 -0
  68. pulumi_gcp/siteverification/owner.py +16 -0
  69. pulumi_gcp/spanner/_inputs.py +5 -29
  70. pulumi_gcp/spanner/outputs.py +3 -20
  71. pulumi_gcp/sql/_inputs.py +6 -6
  72. pulumi_gcp/sql/outputs.py +4 -4
  73. pulumi_gcp/sql/user.py +21 -28
  74. pulumi_gcp/storage/_inputs.py +0 -36
  75. pulumi_gcp/storage/bucket.py +0 -47
  76. pulumi_gcp/storage/get_bucket.py +1 -12
  77. pulumi_gcp/storage/outputs.py +0 -40
  78. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  79. pulumi_gcp/vmwareengine/_inputs.py +0 -440
  80. pulumi_gcp/vmwareengine/cluster.py +2 -100
  81. pulumi_gcp/vmwareengine/get_cluster.py +1 -12
  82. pulumi_gcp/vmwareengine/outputs.py +0 -615
  83. pulumi_gcp/workstations/_inputs.py +0 -54
  84. pulumi_gcp/workstations/outputs.py +0 -32
  85. pulumi_gcp/workstations/workstation_config.py +0 -205
  86. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
  87. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
  88. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
  89. pulumi_gcp/apigee/app_group.py +0 -811
  90. pulumi_gcp/apigee/developer.py +0 -757
  91. pulumi_gcp/networkconnectivity/group.py +0 -764
  92. pulumi_gcp/oracledatabase/__init__.py +0 -20
  93. pulumi_gcp/oracledatabase/_inputs.py +0 -4745
  94. pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
  95. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
  96. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
  97. pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
  98. pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
  99. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
  100. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
  101. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
  102. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
  103. pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
  104. pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
  105. pulumi_gcp/oracledatabase/outputs.py +0 -9304
  106. pulumi_gcp/transcoder/__init__.py +0 -11
  107. pulumi_gcp/transcoder/_inputs.py +0 -3991
  108. pulumi_gcp/transcoder/job.py +0 -2134
  109. pulumi_gcp/transcoder/job_template.py +0 -1524
  110. pulumi_gcp/transcoder/outputs.py +0 -2918
  111. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.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 resource.
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] name: The name for an association.
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 resource.
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 ID of the project in which the resource belongs.
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 resource.
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] name: The name for an association.
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 resource.
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 ID of the project in which the resource belongs.
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
- ### Network Firewall Policy Association
213
-
208
+ ### Global
214
209
  ```python
215
210
  import pulumi
216
211
  import pulumi_gcp as gcp
217
212
 
218
- policy = gcp.compute.NetworkFirewallPolicy("policy",
219
- name="my-policy",
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
- name="my-network",
224
- auto_create_subnetworks=False)
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=policy.id)
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 resource.
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] name: The name for an association.
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
- ### Network Firewall Policy Association
283
-
265
+ ### Global
284
266
  ```python
285
267
  import pulumi
286
268
  import pulumi_gcp as gcp
287
269
 
288
- policy = gcp.compute.NetworkFirewallPolicy("policy",
289
- name="my-policy",
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
- name="my-network",
294
- auto_create_subnetworks=False)
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=policy.id)
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 resource.
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] name: The name for an association.
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 resource.
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 ID of the project in which the resource belongs.
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