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