pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731097924__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 (114) hide show
  1. pulumi_gcp/__init__.py +0 -64
  2. pulumi_gcp/activedirectory/domain.py +0 -24
  3. pulumi_gcp/apigee/__init__.py +0 -1
  4. pulumi_gcp/apigee/_inputs.py +0 -74
  5. pulumi_gcp/apigee/outputs.py +0 -65
  6. pulumi_gcp/applicationintegration/auth_config.py +0 -24
  7. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
  8. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
  9. pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
  10. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
  11. pulumi_gcp/bigquery/data_transfer_config.py +0 -24
  12. pulumi_gcp/cloudrunv2/_inputs.py +0 -46
  13. pulumi_gcp/cloudrunv2/job.py +2 -0
  14. pulumi_gcp/cloudrunv2/outputs.py +2 -60
  15. pulumi_gcp/cloudrunv2/service.py +2 -0
  16. pulumi_gcp/compute/__init__.py +0 -1
  17. pulumi_gcp/compute/_inputs.py +255 -2162
  18. pulumi_gcp/compute/disk.py +7 -7
  19. pulumi_gcp/compute/firewall_policy_rule.py +54 -108
  20. pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
  21. pulumi_gcp/compute/health_check.py +42 -42
  22. pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
  23. pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
  24. pulumi_gcp/compute/node_template.py +0 -95
  25. pulumi_gcp/compute/outputs.py +213 -1639
  26. pulumi_gcp/compute/region_disk.py +7 -7
  27. pulumi_gcp/compute/region_health_check.py +42 -42
  28. pulumi_gcp/compute/region_instance_group_manager.py +14 -54
  29. pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
  30. pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
  31. pulumi_gcp/compute/region_security_policy.py +0 -120
  32. pulumi_gcp/compute/region_security_policy_rule.py +6 -6
  33. pulumi_gcp/compute/router_peer.py +35 -56
  34. pulumi_gcp/compute/security_scan_config.py +8 -8
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/_inputs.py +10 -345
  38. pulumi_gcp/container/cluster.py +0 -101
  39. pulumi_gcp/container/get_cluster.py +1 -23
  40. pulumi_gcp/container/outputs.py +8 -456
  41. pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
  42. pulumi_gcp/dataproc/__init__.py +0 -2
  43. pulumi_gcp/dataproc/_inputs.py +0 -101
  44. pulumi_gcp/dataproc/outputs.py +0 -94
  45. pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
  46. pulumi_gcp/firebase/android_app.py +2 -2
  47. pulumi_gcp/firebase/apple_app.py +2 -2
  48. pulumi_gcp/firebase/web_app.py +2 -2
  49. pulumi_gcp/firestore/index.py +0 -44
  50. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  51. pulumi_gcp/gkeonprem/outputs.py +10 -10
  52. pulumi_gcp/healthcare/dataset.py +7 -7
  53. pulumi_gcp/healthcare/dicom_store.py +7 -7
  54. pulumi_gcp/healthcare/fhir_store.py +7 -7
  55. pulumi_gcp/healthcare/hl7_store.py +14 -14
  56. pulumi_gcp/iam/__init__.py +0 -1
  57. pulumi_gcp/iam/_inputs.py +0 -161
  58. pulumi_gcp/iam/outputs.py +0 -114
  59. pulumi_gcp/logging/metric.py +2 -2
  60. pulumi_gcp/looker/_inputs.py +0 -6
  61. pulumi_gcp/looker/instance.py +321 -169
  62. pulumi_gcp/looker/outputs.py +0 -4
  63. pulumi_gcp/memorystore/instance.py +0 -4
  64. pulumi_gcp/monitoring/alert_policy.py +0 -24
  65. pulumi_gcp/monitoring/custom_service.py +0 -24
  66. pulumi_gcp/monitoring/group.py +0 -24
  67. pulumi_gcp/monitoring/metric_descriptor.py +0 -24
  68. pulumi_gcp/monitoring/slo.py +0 -24
  69. pulumi_gcp/monitoring/uptime_check_config.py +0 -24
  70. pulumi_gcp/networkmanagement/__init__.py +0 -1
  71. pulumi_gcp/osconfig/patch_deployment.py +8 -8
  72. pulumi_gcp/provider.py +0 -40
  73. pulumi_gcp/pulumi-plugin.json +1 -1
  74. pulumi_gcp/redis/_inputs.py +3 -3
  75. pulumi_gcp/redis/outputs.py +2 -2
  76. pulumi_gcp/securitycenter/notification_config.py +16 -4
  77. pulumi_gcp/securitycenter/project_notification_config.py +24 -0
  78. pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
  79. pulumi_gcp/spanner/__init__.py +0 -1
  80. pulumi_gcp/spanner/_inputs.py +9 -9
  81. pulumi_gcp/spanner/get_instance.py +1 -12
  82. pulumi_gcp/spanner/instance.py +0 -70
  83. pulumi_gcp/spanner/outputs.py +12 -46
  84. pulumi_gcp/sql/_inputs.py +0 -26
  85. pulumi_gcp/sql/database_instance.py +11 -124
  86. pulumi_gcp/sql/get_database_instance.py +1 -12
  87. pulumi_gcp/sql/outputs.py +0 -51
  88. pulumi_gcp/storage/_inputs.py +3 -3
  89. pulumi_gcp/storage/outputs.py +2 -2
  90. pulumi_gcp/tags/tag_binding.py +4 -4
  91. pulumi_gcp/tags/tag_value.py +2 -2
  92. pulumi_gcp/transcoder/job.py +0 -24
  93. pulumi_gcp/vertex/_inputs.py +0 -184
  94. pulumi_gcp/vertex/ai_endpoint.py +8 -394
  95. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  96. pulumi_gcp/vertex/outputs.py +0 -166
  97. pulumi_gcp/workbench/instance.py +7 -21
  98. pulumi_gcp/workflows/workflow.py +0 -36
  99. pulumi_gcp/workstations/workstation_config.py +8 -8
  100. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/METADATA +1 -1
  101. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/RECORD +103 -114
  102. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/WHEEL +1 -1
  103. pulumi_gcp/apigee/api.py +0 -456
  104. pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
  105. pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
  106. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
  107. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
  108. pulumi_gcp/compute/region_resize_request.py +0 -772
  109. pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
  110. pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
  111. pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
  112. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
  113. pulumi_gcp/spanner/get_database.py +0 -229
  114. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731097924.dist-info}/top_level.txt +0 -0
@@ -28,8 +28,6 @@ class BackupVaultArgs:
28
28
  effective_time: Optional[pulumi.Input[str]] = None,
29
29
  force_delete: Optional[pulumi.Input[bool]] = None,
30
30
  force_update: Optional[pulumi.Input[bool]] = None,
31
- ignore_backup_plan_references: Optional[pulumi.Input[bool]] = None,
32
- ignore_inactive_datasources: Optional[pulumi.Input[bool]] = None,
33
31
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
34
32
  project: Optional[pulumi.Input[str]] = None):
35
33
  """
@@ -47,20 +45,13 @@ class BackupVaultArgs:
47
45
  Please refer to the field `effective_annotations` for all of the annotations present on the resource.
48
46
  :param pulumi.Input[str] description: Optional. The description of the BackupVault instance (2048 characters or less).
49
47
  :param pulumi.Input[str] effective_time: Optional. Time after which the BackupVault resource is locked.
50
- :param pulumi.Input[bool] force_delete: (Optional, Deprecated)
51
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
48
+ :param pulumi.Input[bool] force_delete: If set, the following restrictions against deletion of the backup vault instance can be overridden:
52
49
  * deletion of a backup vault instance containing no backups, but still containing empty datasources.
53
50
  * deletion of a backup vault instance that is being referenced by an active backup plan.
54
-
55
- > **Warning:** `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.
56
51
  :param pulumi.Input[bool] force_update: If set, allow update to extend the minimum enforced retention for backup vault. This overrides
57
52
  the restriction against conflicting retention periods. This conflict may occur when the
58
53
  expiration schedule defined by the associated backup plan is shorter than the minimum
59
54
  retention set by the backup vault.
60
- :param pulumi.Input[bool] ignore_backup_plan_references: If set, the following restrictions against deletion of the backup vault instance can be overridden:
61
- * deletion of a backup vault instance that is being referenced by an active backup plan.
62
- :param pulumi.Input[bool] ignore_inactive_datasources: If set, the following restrictions against deletion of the backup vault instance can be overridden:
63
- * deletion of a backup vault instance containing no backups, but still containing empty datasources.
64
55
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Resource labels to represent user provided metadata.
65
56
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
66
57
  Please refer to the field `effective_labels` for all of the labels present on the resource.
@@ -78,17 +69,10 @@ class BackupVaultArgs:
78
69
  pulumi.set(__self__, "description", description)
79
70
  if effective_time is not None:
80
71
  pulumi.set(__self__, "effective_time", effective_time)
81
- if force_delete is not None:
82
- warnings.warn("""`force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.""", DeprecationWarning)
83
- pulumi.log.warn("""force_delete is deprecated: `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.""")
84
72
  if force_delete is not None:
85
73
  pulumi.set(__self__, "force_delete", force_delete)
86
74
  if force_update is not None:
87
75
  pulumi.set(__self__, "force_update", force_update)
88
- if ignore_backup_plan_references is not None:
89
- pulumi.set(__self__, "ignore_backup_plan_references", ignore_backup_plan_references)
90
- if ignore_inactive_datasources is not None:
91
- pulumi.set(__self__, "ignore_inactive_datasources", ignore_inactive_datasources)
92
76
  if labels is not None:
93
77
  pulumi.set(__self__, "labels", labels)
94
78
  if project is not None:
@@ -186,15 +170,11 @@ class BackupVaultArgs:
186
170
 
187
171
  @property
188
172
  @pulumi.getter(name="forceDelete")
189
- @_utilities.deprecated("""`force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.""")
190
173
  def force_delete(self) -> Optional[pulumi.Input[bool]]:
191
174
  """
192
- (Optional, Deprecated)
193
175
  If set, the following restrictions against deletion of the backup vault instance can be overridden:
194
176
  * deletion of a backup vault instance containing no backups, but still containing empty datasources.
195
177
  * deletion of a backup vault instance that is being referenced by an active backup plan.
196
-
197
- > **Warning:** `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.
198
178
  """
199
179
  return pulumi.get(self, "force_delete")
200
180
 
@@ -217,32 +197,6 @@ class BackupVaultArgs:
217
197
  def force_update(self, value: Optional[pulumi.Input[bool]]):
218
198
  pulumi.set(self, "force_update", value)
219
199
 
220
- @property
221
- @pulumi.getter(name="ignoreBackupPlanReferences")
222
- def ignore_backup_plan_references(self) -> Optional[pulumi.Input[bool]]:
223
- """
224
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
225
- * deletion of a backup vault instance that is being referenced by an active backup plan.
226
- """
227
- return pulumi.get(self, "ignore_backup_plan_references")
228
-
229
- @ignore_backup_plan_references.setter
230
- def ignore_backup_plan_references(self, value: Optional[pulumi.Input[bool]]):
231
- pulumi.set(self, "ignore_backup_plan_references", value)
232
-
233
- @property
234
- @pulumi.getter(name="ignoreInactiveDatasources")
235
- def ignore_inactive_datasources(self) -> Optional[pulumi.Input[bool]]:
236
- """
237
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
238
- * deletion of a backup vault instance containing no backups, but still containing empty datasources.
239
- """
240
- return pulumi.get(self, "ignore_inactive_datasources")
241
-
242
- @ignore_inactive_datasources.setter
243
- def ignore_inactive_datasources(self, value: Optional[pulumi.Input[bool]]):
244
- pulumi.set(self, "ignore_inactive_datasources", value)
245
-
246
200
  @property
247
201
  @pulumi.getter
248
202
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -288,8 +242,6 @@ class _BackupVaultState:
288
242
  etag: Optional[pulumi.Input[str]] = None,
289
243
  force_delete: Optional[pulumi.Input[bool]] = None,
290
244
  force_update: Optional[pulumi.Input[bool]] = None,
291
- ignore_backup_plan_references: Optional[pulumi.Input[bool]] = None,
292
- ignore_inactive_datasources: Optional[pulumi.Input[bool]] = None,
293
245
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
294
246
  location: Optional[pulumi.Input[str]] = None,
295
247
  name: Optional[pulumi.Input[str]] = None,
@@ -319,20 +271,13 @@ class _BackupVaultState:
319
271
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
320
272
  :param pulumi.Input[str] effective_time: Optional. Time after which the BackupVault resource is locked.
321
273
  :param pulumi.Input[str] etag: Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from overwiting each other.
322
- :param pulumi.Input[bool] force_delete: (Optional, Deprecated)
323
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
274
+ :param pulumi.Input[bool] force_delete: If set, the following restrictions against deletion of the backup vault instance can be overridden:
324
275
  * deletion of a backup vault instance containing no backups, but still containing empty datasources.
325
276
  * deletion of a backup vault instance that is being referenced by an active backup plan.
326
-
327
- > **Warning:** `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.
328
277
  :param pulumi.Input[bool] force_update: If set, allow update to extend the minimum enforced retention for backup vault. This overrides
329
278
  the restriction against conflicting retention periods. This conflict may occur when the
330
279
  expiration schedule defined by the associated backup plan is shorter than the minimum
331
280
  retention set by the backup vault.
332
- :param pulumi.Input[bool] ignore_backup_plan_references: If set, the following restrictions against deletion of the backup vault instance can be overridden:
333
- * deletion of a backup vault instance that is being referenced by an active backup plan.
334
- :param pulumi.Input[bool] ignore_inactive_datasources: If set, the following restrictions against deletion of the backup vault instance can be overridden:
335
- * deletion of a backup vault instance containing no backups, but still containing empty datasources.
336
281
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Resource labels to represent user provided metadata.
337
282
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
338
283
  Please refer to the field `effective_labels` for all of the labels present on the resource.
@@ -378,17 +323,10 @@ class _BackupVaultState:
378
323
  pulumi.set(__self__, "effective_time", effective_time)
379
324
  if etag is not None:
380
325
  pulumi.set(__self__, "etag", etag)
381
- if force_delete is not None:
382
- warnings.warn("""`force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.""", DeprecationWarning)
383
- pulumi.log.warn("""force_delete is deprecated: `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.""")
384
326
  if force_delete is not None:
385
327
  pulumi.set(__self__, "force_delete", force_delete)
386
328
  if force_update is not None:
387
329
  pulumi.set(__self__, "force_update", force_update)
388
- if ignore_backup_plan_references is not None:
389
- pulumi.set(__self__, "ignore_backup_plan_references", ignore_backup_plan_references)
390
- if ignore_inactive_datasources is not None:
391
- pulumi.set(__self__, "ignore_inactive_datasources", ignore_inactive_datasources)
392
330
  if labels is not None:
393
331
  pulumi.set(__self__, "labels", labels)
394
332
  if location is not None:
@@ -559,15 +497,11 @@ class _BackupVaultState:
559
497
 
560
498
  @property
561
499
  @pulumi.getter(name="forceDelete")
562
- @_utilities.deprecated("""`force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.""")
563
500
  def force_delete(self) -> Optional[pulumi.Input[bool]]:
564
501
  """
565
- (Optional, Deprecated)
566
502
  If set, the following restrictions against deletion of the backup vault instance can be overridden:
567
503
  * deletion of a backup vault instance containing no backups, but still containing empty datasources.
568
504
  * deletion of a backup vault instance that is being referenced by an active backup plan.
569
-
570
- > **Warning:** `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.
571
505
  """
572
506
  return pulumi.get(self, "force_delete")
573
507
 
@@ -590,32 +524,6 @@ class _BackupVaultState:
590
524
  def force_update(self, value: Optional[pulumi.Input[bool]]):
591
525
  pulumi.set(self, "force_update", value)
592
526
 
593
- @property
594
- @pulumi.getter(name="ignoreBackupPlanReferences")
595
- def ignore_backup_plan_references(self) -> Optional[pulumi.Input[bool]]:
596
- """
597
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
598
- * deletion of a backup vault instance that is being referenced by an active backup plan.
599
- """
600
- return pulumi.get(self, "ignore_backup_plan_references")
601
-
602
- @ignore_backup_plan_references.setter
603
- def ignore_backup_plan_references(self, value: Optional[pulumi.Input[bool]]):
604
- pulumi.set(self, "ignore_backup_plan_references", value)
605
-
606
- @property
607
- @pulumi.getter(name="ignoreInactiveDatasources")
608
- def ignore_inactive_datasources(self) -> Optional[pulumi.Input[bool]]:
609
- """
610
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
611
- * deletion of a backup vault instance containing no backups, but still containing empty datasources.
612
- """
613
- return pulumi.get(self, "ignore_inactive_datasources")
614
-
615
- @ignore_inactive_datasources.setter
616
- def ignore_inactive_datasources(self, value: Optional[pulumi.Input[bool]]):
617
- pulumi.set(self, "ignore_inactive_datasources", value)
618
-
619
527
  @property
620
528
  @pulumi.getter
621
529
  def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
@@ -760,8 +668,6 @@ class BackupVault(pulumi.CustomResource):
760
668
  effective_time: Optional[pulumi.Input[str]] = None,
761
669
  force_delete: Optional[pulumi.Input[bool]] = None,
762
670
  force_update: Optional[pulumi.Input[bool]] = None,
763
- ignore_backup_plan_references: Optional[pulumi.Input[bool]] = None,
764
- ignore_inactive_datasources: Optional[pulumi.Input[bool]] = None,
765
671
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
766
672
  location: Optional[pulumi.Input[str]] = None,
767
673
  project: Optional[pulumi.Input[str]] = None,
@@ -789,8 +695,7 @@ class BackupVault(pulumi.CustomResource):
789
695
  "annotations2": "baz1",
790
696
  },
791
697
  force_update=True,
792
- ignore_inactive_datasources=True,
793
- ignore_backup_plan_references=True,
698
+ force_delete=True,
794
699
  allow_missing=True)
795
700
  ```
796
701
 
@@ -832,20 +737,13 @@ class BackupVault(pulumi.CustomResource):
832
737
  - - -
833
738
  :param pulumi.Input[str] description: Optional. The description of the BackupVault instance (2048 characters or less).
834
739
  :param pulumi.Input[str] effective_time: Optional. Time after which the BackupVault resource is locked.
835
- :param pulumi.Input[bool] force_delete: (Optional, Deprecated)
836
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
740
+ :param pulumi.Input[bool] force_delete: If set, the following restrictions against deletion of the backup vault instance can be overridden:
837
741
  * deletion of a backup vault instance containing no backups, but still containing empty datasources.
838
742
  * deletion of a backup vault instance that is being referenced by an active backup plan.
839
-
840
- > **Warning:** `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.
841
743
  :param pulumi.Input[bool] force_update: If set, allow update to extend the minimum enforced retention for backup vault. This overrides
842
744
  the restriction against conflicting retention periods. This conflict may occur when the
843
745
  expiration schedule defined by the associated backup plan is shorter than the minimum
844
746
  retention set by the backup vault.
845
- :param pulumi.Input[bool] ignore_backup_plan_references: If set, the following restrictions against deletion of the backup vault instance can be overridden:
846
- * deletion of a backup vault instance that is being referenced by an active backup plan.
847
- :param pulumi.Input[bool] ignore_inactive_datasources: If set, the following restrictions against deletion of the backup vault instance can be overridden:
848
- * deletion of a backup vault instance containing no backups, but still containing empty datasources.
849
747
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Resource labels to represent user provided metadata.
850
748
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
851
749
  Please refer to the field `effective_labels` for all of the labels present on the resource.
@@ -882,8 +780,7 @@ class BackupVault(pulumi.CustomResource):
882
780
  "annotations2": "baz1",
883
781
  },
884
782
  force_update=True,
885
- ignore_inactive_datasources=True,
886
- ignore_backup_plan_references=True,
783
+ force_delete=True,
887
784
  allow_missing=True)
888
785
  ```
889
786
 
@@ -934,8 +831,6 @@ class BackupVault(pulumi.CustomResource):
934
831
  effective_time: Optional[pulumi.Input[str]] = None,
935
832
  force_delete: Optional[pulumi.Input[bool]] = None,
936
833
  force_update: Optional[pulumi.Input[bool]] = None,
937
- ignore_backup_plan_references: Optional[pulumi.Input[bool]] = None,
938
- ignore_inactive_datasources: Optional[pulumi.Input[bool]] = None,
939
834
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
940
835
  location: Optional[pulumi.Input[str]] = None,
941
836
  project: Optional[pulumi.Input[str]] = None,
@@ -960,8 +855,6 @@ class BackupVault(pulumi.CustomResource):
960
855
  __props__.__dict__["effective_time"] = effective_time
961
856
  __props__.__dict__["force_delete"] = force_delete
962
857
  __props__.__dict__["force_update"] = force_update
963
- __props__.__dict__["ignore_backup_plan_references"] = ignore_backup_plan_references
964
- __props__.__dict__["ignore_inactive_datasources"] = ignore_inactive_datasources
965
858
  __props__.__dict__["labels"] = labels
966
859
  if location is None and not opts.urn:
967
860
  raise TypeError("Missing required property 'location'")
@@ -1006,8 +899,6 @@ class BackupVault(pulumi.CustomResource):
1006
899
  etag: Optional[pulumi.Input[str]] = None,
1007
900
  force_delete: Optional[pulumi.Input[bool]] = None,
1008
901
  force_update: Optional[pulumi.Input[bool]] = None,
1009
- ignore_backup_plan_references: Optional[pulumi.Input[bool]] = None,
1010
- ignore_inactive_datasources: Optional[pulumi.Input[bool]] = None,
1011
902
  labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1012
903
  location: Optional[pulumi.Input[str]] = None,
1013
904
  name: Optional[pulumi.Input[str]] = None,
@@ -1042,20 +933,13 @@ class BackupVault(pulumi.CustomResource):
1042
933
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
1043
934
  :param pulumi.Input[str] effective_time: Optional. Time after which the BackupVault resource is locked.
1044
935
  :param pulumi.Input[str] etag: Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from overwiting each other.
1045
- :param pulumi.Input[bool] force_delete: (Optional, Deprecated)
1046
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
936
+ :param pulumi.Input[bool] force_delete: If set, the following restrictions against deletion of the backup vault instance can be overridden:
1047
937
  * deletion of a backup vault instance containing no backups, but still containing empty datasources.
1048
938
  * deletion of a backup vault instance that is being referenced by an active backup plan.
1049
-
1050
- > **Warning:** `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.
1051
939
  :param pulumi.Input[bool] force_update: If set, allow update to extend the minimum enforced retention for backup vault. This overrides
1052
940
  the restriction against conflicting retention periods. This conflict may occur when the
1053
941
  expiration schedule defined by the associated backup plan is shorter than the minimum
1054
942
  retention set by the backup vault.
1055
- :param pulumi.Input[bool] ignore_backup_plan_references: If set, the following restrictions against deletion of the backup vault instance can be overridden:
1056
- * deletion of a backup vault instance that is being referenced by an active backup plan.
1057
- :param pulumi.Input[bool] ignore_inactive_datasources: If set, the following restrictions against deletion of the backup vault instance can be overridden:
1058
- * deletion of a backup vault instance containing no backups, but still containing empty datasources.
1059
943
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Resource labels to represent user provided metadata.
1060
944
  **Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
1061
945
  Please refer to the field `effective_labels` for all of the labels present on the resource.
@@ -1095,8 +979,6 @@ class BackupVault(pulumi.CustomResource):
1095
979
  __props__.__dict__["etag"] = etag
1096
980
  __props__.__dict__["force_delete"] = force_delete
1097
981
  __props__.__dict__["force_update"] = force_update
1098
- __props__.__dict__["ignore_backup_plan_references"] = ignore_backup_plan_references
1099
- __props__.__dict__["ignore_inactive_datasources"] = ignore_inactive_datasources
1100
982
  __props__.__dict__["labels"] = labels
1101
983
  __props__.__dict__["location"] = location
1102
984
  __props__.__dict__["name"] = name
@@ -1210,15 +1092,11 @@ class BackupVault(pulumi.CustomResource):
1210
1092
 
1211
1093
  @property
1212
1094
  @pulumi.getter(name="forceDelete")
1213
- @_utilities.deprecated("""`force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.""")
1214
1095
  def force_delete(self) -> pulumi.Output[Optional[bool]]:
1215
1096
  """
1216
- (Optional, Deprecated)
1217
1097
  If set, the following restrictions against deletion of the backup vault instance can be overridden:
1218
1098
  * deletion of a backup vault instance containing no backups, but still containing empty datasources.
1219
1099
  * deletion of a backup vault instance that is being referenced by an active backup plan.
1220
-
1221
- > **Warning:** `force_delete` is deprecated and will be removed in a future major release. Use `ignore_inactive_datasources` instead.
1222
1100
  """
1223
1101
  return pulumi.get(self, "force_delete")
1224
1102
 
@@ -1233,24 +1111,6 @@ class BackupVault(pulumi.CustomResource):
1233
1111
  """
1234
1112
  return pulumi.get(self, "force_update")
1235
1113
 
1236
- @property
1237
- @pulumi.getter(name="ignoreBackupPlanReferences")
1238
- def ignore_backup_plan_references(self) -> pulumi.Output[Optional[bool]]:
1239
- """
1240
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
1241
- * deletion of a backup vault instance that is being referenced by an active backup plan.
1242
- """
1243
- return pulumi.get(self, "ignore_backup_plan_references")
1244
-
1245
- @property
1246
- @pulumi.getter(name="ignoreInactiveDatasources")
1247
- def ignore_inactive_datasources(self) -> pulumi.Output[Optional[bool]]:
1248
- """
1249
- If set, the following restrictions against deletion of the backup vault instance can be overridden:
1250
- * deletion of a backup vault instance containing no backups, but still containing empty datasources.
1251
- """
1252
- return pulumi.get(self, "ignore_inactive_datasources")
1253
-
1254
1114
  @property
1255
1115
  @pulumi.getter
1256
1116
  def labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]: