pulumi-oci 1.34.0__py3-none-any.whl → 1.34.0a1714112449__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 (74) hide show
  1. pulumi_oci/__init__.py +0 -40
  2. pulumi_oci/config/__init__.pyi +2 -2
  3. pulumi_oci/config/vars.py +2 -2
  4. pulumi_oci/database/db_home.py +0 -47
  5. pulumi_oci/database/get_db_home.py +1 -14
  6. pulumi_oci/database/outputs.py +0 -11
  7. pulumi_oci/databasemanagement/__init__.py +0 -5
  8. pulumi_oci/databasemanagement/_inputs.py +1 -1206
  9. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -28
  10. pulumi_oci/databasemanagement/external_asm.py +0 -28
  11. pulumi_oci/databasemanagement/external_asm_instance.py +0 -28
  12. pulumi_oci/databasemanagement/external_cluster.py +0 -28
  13. pulumi_oci/databasemanagement/external_cluster_instance.py +0 -28
  14. pulumi_oci/databasemanagement/external_db_home.py +0 -28
  15. pulumi_oci/databasemanagement/external_db_node.py +0 -28
  16. pulumi_oci/databasemanagement/external_db_system.py +0 -28
  17. pulumi_oci/databasemanagement/external_db_system_connector.py +0 -28
  18. pulumi_oci/databasemanagement/external_db_system_discovery.py +0 -28
  19. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +0 -28
  20. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +0 -28
  21. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +0 -28
  22. pulumi_oci/databasemanagement/external_exadata_storage_server.py +0 -28
  23. pulumi_oci/databasemanagement/external_listener.py +0 -28
  24. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  25. pulumi_oci/databasemanagement/get_external_asm.py +1 -14
  26. pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -14
  27. pulumi_oci/databasemanagement/get_external_cluster.py +1 -14
  28. pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -14
  29. pulumi_oci/databasemanagement/get_external_databases.py +1 -18
  30. pulumi_oci/databasemanagement/get_external_db_home.py +1 -14
  31. pulumi_oci/databasemanagement/get_external_db_node.py +1 -14
  32. pulumi_oci/databasemanagement/get_external_db_system.py +1 -14
  33. pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -14
  34. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -14
  35. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -14
  36. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -14
  37. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -14
  38. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -14
  39. pulumi_oci/databasemanagement/get_external_listener.py +1 -14
  40. pulumi_oci/databasemanagement/get_managed_database_group.py +1 -14
  41. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -6
  42. pulumi_oci/databasemanagement/get_named_credential.py +1 -14
  43. pulumi_oci/databasemanagement/managed_database.py +0 -28
  44. pulumi_oci/databasemanagement/managed_database_group.py +0 -28
  45. pulumi_oci/databasemanagement/named_credential.py +0 -28
  46. pulumi_oci/databasemanagement/outputs.py +217 -1726
  47. pulumi_oci/datasafe/__init__.py +0 -3
  48. pulumi_oci/datasafe/_inputs.py +0 -80
  49. pulumi_oci/datasafe/get_masking_policy.py +1 -11
  50. pulumi_oci/datasafe/masking_policy.py +28 -75
  51. pulumi_oci/datasafe/outputs.py +0 -287
  52. pulumi_oci/provider.py +8 -8
  53. pulumi_oci/recoverymod/_inputs.py +0 -16
  54. pulumi_oci/recoverymod/get_protected_database.py +5 -25
  55. pulumi_oci/recoverymod/get_protection_policies.py +7 -1
  56. pulumi_oci/recoverymod/get_protection_policy.py +8 -15
  57. pulumi_oci/recoverymod/get_recovery_service_subnet.py +9 -32
  58. pulumi_oci/recoverymod/get_recovery_service_subnets.py +21 -3
  59. pulumi_oci/recoverymod/outputs.py +24 -96
  60. pulumi_oci/recoverymod/protected_database.py +16 -95
  61. pulumi_oci/recoverymod/protection_policy.py +54 -121
  62. pulumi_oci/recoverymod/recovery_service_subnet.py +55 -143
  63. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714112449.dist-info}/METADATA +1 -1
  64. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714112449.dist-info}/RECORD +66 -74
  65. pulumi_oci/databasemanagement/database_dbm_features_management.py +0 -275
  66. pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +0 -275
  67. pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +0 -275
  68. pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +0 -275
  69. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +0 -275
  70. pulumi_oci/datasafe/get_masking_policy_health_report.py +0 -235
  71. pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +0 -153
  72. pulumi_oci/datasafe/get_masking_policy_health_reports.py +0 -267
  73. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714112449.dist-info}/WHEEL +0 -0
  74. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714112449.dist-info}/top_level.txt +0 -0
@@ -145,12 +145,6 @@ __all__ = [
145
145
  'GetMaskingPoliciesMaskingPolicyCollectionItemResult',
146
146
  'GetMaskingPoliciesMaskingPolicyCollectionItemColumnSourceResult',
147
147
  'GetMaskingPolicyColumnSourceResult',
148
- 'GetMaskingPolicyHealthReportLogsFilterResult',
149
- 'GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionResult',
150
- 'GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionItemResult',
151
- 'GetMaskingPolicyHealthReportsFilterResult',
152
- 'GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionResult',
153
- 'GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult',
154
148
  'GetMaskingPolicyMaskingObjectsFilterResult',
155
149
  'GetMaskingPolicyMaskingObjectsMaskingObjectCollectionResult',
156
150
  'GetMaskingPolicyMaskingObjectsMaskingObjectCollectionItemResult',
@@ -12286,7 +12280,6 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
12286
12280
  description: str,
12287
12281
  display_name: str,
12288
12282
  freeform_tags: Mapping[str, Any],
12289
- generate_health_report_trigger: int,
12290
12283
  id: str,
12291
12284
  is_drop_temp_tables_enabled: bool,
12292
12285
  is_redo_logging_enabled: bool,
@@ -12324,7 +12317,6 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
12324
12317
  pulumi.set(__self__, "description", description)
12325
12318
  pulumi.set(__self__, "display_name", display_name)
12326
12319
  pulumi.set(__self__, "freeform_tags", freeform_tags)
12327
- pulumi.set(__self__, "generate_health_report_trigger", generate_health_report_trigger)
12328
12320
  pulumi.set(__self__, "id", id)
12329
12321
  pulumi.set(__self__, "is_drop_temp_tables_enabled", is_drop_temp_tables_enabled)
12330
12322
  pulumi.set(__self__, "is_redo_logging_enabled", is_redo_logging_enabled)
@@ -12390,11 +12382,6 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
12390
12382
  """
12391
12383
  return pulumi.get(self, "freeform_tags")
12392
12384
 
12393
- @property
12394
- @pulumi.getter(name="generateHealthReportTrigger")
12395
- def generate_health_report_trigger(self) -> int:
12396
- return pulumi.get(self, "generate_health_report_trigger")
12397
-
12398
12385
  @property
12399
12386
  @pulumi.getter
12400
12387
  def id(self) -> str:
@@ -12564,280 +12551,6 @@ class GetMaskingPolicyColumnSourceResult(dict):
12564
12551
  return pulumi.get(self, "target_id")
12565
12552
 
12566
12553
 
12567
- @pulumi.output_type
12568
- class GetMaskingPolicyHealthReportLogsFilterResult(dict):
12569
- def __init__(__self__, *,
12570
- name: str,
12571
- values: Sequence[str],
12572
- regex: Optional[bool] = None):
12573
- pulumi.set(__self__, "name", name)
12574
- pulumi.set(__self__, "values", values)
12575
- if regex is not None:
12576
- pulumi.set(__self__, "regex", regex)
12577
-
12578
- @property
12579
- @pulumi.getter
12580
- def name(self) -> str:
12581
- return pulumi.get(self, "name")
12582
-
12583
- @property
12584
- @pulumi.getter
12585
- def values(self) -> Sequence[str]:
12586
- return pulumi.get(self, "values")
12587
-
12588
- @property
12589
- @pulumi.getter
12590
- def regex(self) -> Optional[bool]:
12591
- return pulumi.get(self, "regex")
12592
-
12593
-
12594
- @pulumi.output_type
12595
- class GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionResult(dict):
12596
- def __init__(__self__, *,
12597
- items: Sequence['outputs.GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionItemResult']):
12598
- """
12599
- :param Sequence['GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionItemArgs'] items: An array of masking policy health report objects.
12600
- """
12601
- pulumi.set(__self__, "items", items)
12602
-
12603
- @property
12604
- @pulumi.getter
12605
- def items(self) -> Sequence['outputs.GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionItemResult']:
12606
- """
12607
- An array of masking policy health report objects.
12608
- """
12609
- return pulumi.get(self, "items")
12610
-
12611
-
12612
- @pulumi.output_type
12613
- class GetMaskingPolicyHealthReportLogsMaskingPolicyHealthReportLogCollectionItemResult(dict):
12614
- def __init__(__self__, *,
12615
- description: str,
12616
- message: str,
12617
- message_type: str,
12618
- remediation: str,
12619
- timestamp: str):
12620
- """
12621
- :param str description: A human-readable description for the log entry.
12622
- :param str message: A human-readable log entry.
12623
- :param str message_type: A filter to return only the resources that match the specified log message type.
12624
- :param str remediation: A human-readable log entry to remedy any error or warnings in the masking policy.
12625
- :param str timestamp: The date and time the log entry was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
12626
- """
12627
- pulumi.set(__self__, "description", description)
12628
- pulumi.set(__self__, "message", message)
12629
- pulumi.set(__self__, "message_type", message_type)
12630
- pulumi.set(__self__, "remediation", remediation)
12631
- pulumi.set(__self__, "timestamp", timestamp)
12632
-
12633
- @property
12634
- @pulumi.getter
12635
- def description(self) -> str:
12636
- """
12637
- A human-readable description for the log entry.
12638
- """
12639
- return pulumi.get(self, "description")
12640
-
12641
- @property
12642
- @pulumi.getter
12643
- def message(self) -> str:
12644
- """
12645
- A human-readable log entry.
12646
- """
12647
- return pulumi.get(self, "message")
12648
-
12649
- @property
12650
- @pulumi.getter(name="messageType")
12651
- def message_type(self) -> str:
12652
- """
12653
- A filter to return only the resources that match the specified log message type.
12654
- """
12655
- return pulumi.get(self, "message_type")
12656
-
12657
- @property
12658
- @pulumi.getter
12659
- def remediation(self) -> str:
12660
- """
12661
- A human-readable log entry to remedy any error or warnings in the masking policy.
12662
- """
12663
- return pulumi.get(self, "remediation")
12664
-
12665
- @property
12666
- @pulumi.getter
12667
- def timestamp(self) -> str:
12668
- """
12669
- The date and time the log entry was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
12670
- """
12671
- return pulumi.get(self, "timestamp")
12672
-
12673
-
12674
- @pulumi.output_type
12675
- class GetMaskingPolicyHealthReportsFilterResult(dict):
12676
- def __init__(__self__, *,
12677
- name: str,
12678
- values: Sequence[str],
12679
- regex: Optional[bool] = None):
12680
- pulumi.set(__self__, "name", name)
12681
- pulumi.set(__self__, "values", values)
12682
- if regex is not None:
12683
- pulumi.set(__self__, "regex", regex)
12684
-
12685
- @property
12686
- @pulumi.getter
12687
- def name(self) -> str:
12688
- return pulumi.get(self, "name")
12689
-
12690
- @property
12691
- @pulumi.getter
12692
- def values(self) -> Sequence[str]:
12693
- return pulumi.get(self, "values")
12694
-
12695
- @property
12696
- @pulumi.getter
12697
- def regex(self) -> Optional[bool]:
12698
- return pulumi.get(self, "regex")
12699
-
12700
-
12701
- @pulumi.output_type
12702
- class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionResult(dict):
12703
- def __init__(__self__, *,
12704
- items: Sequence['outputs.GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult']):
12705
- pulumi.set(__self__, "items", items)
12706
-
12707
- @property
12708
- @pulumi.getter
12709
- def items(self) -> Sequence['outputs.GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult']:
12710
- return pulumi.get(self, "items")
12711
-
12712
-
12713
- @pulumi.output_type
12714
- class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult(dict):
12715
- def __init__(__self__, *,
12716
- compartment_id: str,
12717
- defined_tags: Mapping[str, Any],
12718
- description: str,
12719
- display_name: str,
12720
- freeform_tags: Mapping[str, Any],
12721
- id: str,
12722
- masking_policy_id: str,
12723
- state: str,
12724
- target_id: str,
12725
- time_created: str,
12726
- time_updated: str):
12727
- """
12728
- :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
12729
- :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
12730
- :param str description: The description of the masking health report.
12731
- :param str display_name: A filter to return only resources that match the specified display name.
12732
- :param Mapping[str, Any] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
12733
- :param str id: The OCID of the health report.
12734
- :param str masking_policy_id: A filter to return only the resources that match the specified masking policy OCID.
12735
- :param str state: A filter to return only the resources that match the specified lifecycle states.
12736
- :param str target_id: A filter to return only items related to a specific target OCID.
12737
- :param str time_created: The date and time the report was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
12738
- :param str time_updated: The date and time the report was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339)
12739
- """
12740
- pulumi.set(__self__, "compartment_id", compartment_id)
12741
- pulumi.set(__self__, "defined_tags", defined_tags)
12742
- pulumi.set(__self__, "description", description)
12743
- pulumi.set(__self__, "display_name", display_name)
12744
- pulumi.set(__self__, "freeform_tags", freeform_tags)
12745
- pulumi.set(__self__, "id", id)
12746
- pulumi.set(__self__, "masking_policy_id", masking_policy_id)
12747
- pulumi.set(__self__, "state", state)
12748
- pulumi.set(__self__, "target_id", target_id)
12749
- pulumi.set(__self__, "time_created", time_created)
12750
- pulumi.set(__self__, "time_updated", time_updated)
12751
-
12752
- @property
12753
- @pulumi.getter(name="compartmentId")
12754
- def compartment_id(self) -> str:
12755
- """
12756
- A filter to return only resources that match the specified compartment OCID.
12757
- """
12758
- return pulumi.get(self, "compartment_id")
12759
-
12760
- @property
12761
- @pulumi.getter(name="definedTags")
12762
- def defined_tags(self) -> Mapping[str, Any]:
12763
- """
12764
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
12765
- """
12766
- return pulumi.get(self, "defined_tags")
12767
-
12768
- @property
12769
- @pulumi.getter
12770
- def description(self) -> str:
12771
- """
12772
- The description of the masking health report.
12773
- """
12774
- return pulumi.get(self, "description")
12775
-
12776
- @property
12777
- @pulumi.getter(name="displayName")
12778
- def display_name(self) -> str:
12779
- """
12780
- A filter to return only resources that match the specified display name.
12781
- """
12782
- return pulumi.get(self, "display_name")
12783
-
12784
- @property
12785
- @pulumi.getter(name="freeformTags")
12786
- def freeform_tags(self) -> Mapping[str, Any]:
12787
- """
12788
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
12789
- """
12790
- return pulumi.get(self, "freeform_tags")
12791
-
12792
- @property
12793
- @pulumi.getter
12794
- def id(self) -> str:
12795
- """
12796
- The OCID of the health report.
12797
- """
12798
- return pulumi.get(self, "id")
12799
-
12800
- @property
12801
- @pulumi.getter(name="maskingPolicyId")
12802
- def masking_policy_id(self) -> str:
12803
- """
12804
- A filter to return only the resources that match the specified masking policy OCID.
12805
- """
12806
- return pulumi.get(self, "masking_policy_id")
12807
-
12808
- @property
12809
- @pulumi.getter
12810
- def state(self) -> str:
12811
- """
12812
- A filter to return only the resources that match the specified lifecycle states.
12813
- """
12814
- return pulumi.get(self, "state")
12815
-
12816
- @property
12817
- @pulumi.getter(name="targetId")
12818
- def target_id(self) -> str:
12819
- """
12820
- A filter to return only items related to a specific target OCID.
12821
- """
12822
- return pulumi.get(self, "target_id")
12823
-
12824
- @property
12825
- @pulumi.getter(name="timeCreated")
12826
- def time_created(self) -> str:
12827
- """
12828
- The date and time the report was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
12829
- """
12830
- return pulumi.get(self, "time_created")
12831
-
12832
- @property
12833
- @pulumi.getter(name="timeUpdated")
12834
- def time_updated(self) -> str:
12835
- """
12836
- The date and time the report was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339)
12837
- """
12838
- return pulumi.get(self, "time_updated")
12839
-
12840
-
12841
12554
  @pulumi.output_type
12842
12555
  class GetMaskingPolicyMaskingObjectsFilterResult(dict):
12843
12556
  def __init__(__self__, *,
pulumi_oci/provider.py CHANGED
@@ -29,8 +29,8 @@ class ProviderArgs:
29
29
  user_ocid: Optional[pulumi.Input[str]] = None):
30
30
  """
31
31
  The set of arguments for constructing a Provider resource.
32
- :param pulumi.Input[str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
33
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
32
+ :param pulumi.Input[str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken' and 'InstancePrincipal' and
33
+ 'ResourcePrincipal'. By default, 'ApiKey' will be used.
34
34
  :param pulumi.Input[str] config_file_profile: (Optional) The profile name to be used from config file, if not set it will be DEFAULT.
35
35
  :param pulumi.Input[bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors. Automatic retries were introduced to solve some eventual
36
36
  consistency problems but it also introduced performance issues on destroy operations.
@@ -84,8 +84,8 @@ class ProviderArgs:
84
84
  @pulumi.getter
85
85
  def auth(self) -> Optional[pulumi.Input[str]]:
86
86
  """
87
- (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
88
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
87
+ (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken' and 'InstancePrincipal' and
88
+ 'ResourcePrincipal'. By default, 'ApiKey' will be used.
89
89
  """
90
90
  return pulumi.get(self, "auth")
91
91
 
@@ -274,8 +274,8 @@ class Provider(pulumi.ProviderResource):
274
274
 
275
275
  :param str resource_name: The name of the resource.
276
276
  :param pulumi.ResourceOptions opts: Options for the resource.
277
- :param pulumi.Input[str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
278
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
277
+ :param pulumi.Input[str] auth: (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken' and 'InstancePrincipal' and
278
+ 'ResourcePrincipal'. By default, 'ApiKey' will be used.
279
279
  :param pulumi.Input[str] config_file_profile: (Optional) The profile name to be used from config file, if not set it will be DEFAULT.
280
280
  :param pulumi.Input[bool] disable_auto_retries: (Optional) Disable automatic retries for retriable errors. Automatic retries were introduced to solve some eventual
281
281
  consistency problems but it also introduced performance issues on destroy operations.
@@ -372,8 +372,8 @@ class Provider(pulumi.ProviderResource):
372
372
  @pulumi.getter
373
373
  def auth(self) -> pulumi.Output[Optional[str]]:
374
374
  """
375
- (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken', 'InstancePrincipal', 'ResourcePrincipal' and
376
- 'OKEWorkloadIdentity'. By default, 'ApiKey' will be used.
375
+ (Optional) The type of auth to use. Options are 'ApiKey', 'SecurityToken' and 'InstancePrincipal' and
376
+ 'ResourcePrincipal'. By default, 'ApiKey' will be used.
377
377
  """
378
378
  return pulumi.get(self, "auth")
379
379
 
@@ -25,7 +25,6 @@ class ProtectedDatabaseMetricArgs:
25
25
  current_retention_period_in_seconds: Optional[pulumi.Input[float]] = None,
26
26
  db_size_in_gbs: Optional[pulumi.Input[float]] = None,
27
27
  is_redo_logs_enabled: Optional[pulumi.Input[bool]] = None,
28
- minimum_recovery_needed_in_days: Optional[pulumi.Input[float]] = None,
29
28
  retention_period_in_days: Optional[pulumi.Input[float]] = None,
30
29
  unprotected_window_in_seconds: Optional[pulumi.Input[float]] = None):
31
30
  """
@@ -34,7 +33,6 @@ class ProtectedDatabaseMetricArgs:
34
33
  :param pulumi.Input[float] current_retention_period_in_seconds: Number of seconds backups are currently retained for this database.
35
34
  :param pulumi.Input[float] db_size_in_gbs: The estimated space, in gigabytes, consumed by the protected database. The database size is based on the size of the data files in the catalog, and does not include archive logs.
36
35
  :param pulumi.Input[bool] is_redo_logs_enabled: The value TRUE indicates that the protected database is configured to use Real-time data protection, and redo-data is sent from the protected database to Recovery Service. Real-time data protection substantially reduces the window of potential data loss that exists between successive archived redo log backups.
37
- :param pulumi.Input[float] minimum_recovery_needed_in_days: Number of days of redo/archive to be applied to recover database.
38
36
  :param pulumi.Input[float] retention_period_in_days: The maximum number of days to retain backups for a protected database.
39
37
  :param pulumi.Input[float] unprotected_window_in_seconds: This is the time window when there is data loss exposure. The point after which recovery is impossible unless additional redo is available. This is the time we received the last backup or last redo-log shipped.
40
38
  """
@@ -48,8 +46,6 @@ class ProtectedDatabaseMetricArgs:
48
46
  pulumi.set(__self__, "db_size_in_gbs", db_size_in_gbs)
49
47
  if is_redo_logs_enabled is not None:
50
48
  pulumi.set(__self__, "is_redo_logs_enabled", is_redo_logs_enabled)
51
- if minimum_recovery_needed_in_days is not None:
52
- pulumi.set(__self__, "minimum_recovery_needed_in_days", minimum_recovery_needed_in_days)
53
49
  if retention_period_in_days is not None:
54
50
  pulumi.set(__self__, "retention_period_in_days", retention_period_in_days)
55
51
  if unprotected_window_in_seconds is not None:
@@ -115,18 +111,6 @@ class ProtectedDatabaseMetricArgs:
115
111
  def is_redo_logs_enabled(self, value: Optional[pulumi.Input[bool]]):
116
112
  pulumi.set(self, "is_redo_logs_enabled", value)
117
113
 
118
- @property
119
- @pulumi.getter(name="minimumRecoveryNeededInDays")
120
- def minimum_recovery_needed_in_days(self) -> Optional[pulumi.Input[float]]:
121
- """
122
- Number of days of redo/archive to be applied to recover database.
123
- """
124
- return pulumi.get(self, "minimum_recovery_needed_in_days")
125
-
126
- @minimum_recovery_needed_in_days.setter
127
- def minimum_recovery_needed_in_days(self, value: Optional[pulumi.Input[float]]):
128
- pulumi.set(self, "minimum_recovery_needed_in_days", value)
129
-
130
114
  @property
131
115
  @pulumi.getter(name="retentionPeriodInDays")
132
116
  def retention_period_in_days(self) -> Optional[pulumi.Input[float]]:
@@ -22,7 +22,7 @@ class GetProtectedDatabaseResult:
22
22
  """
23
23
  A collection of values returned by getProtectedDatabase.
24
24
  """
25
- def __init__(__self__, compartment_id=None, database_id=None, database_size=None, db_unique_name=None, defined_tags=None, deletion_schedule=None, display_name=None, freeform_tags=None, health=None, health_details=None, id=None, is_read_only_resource=None, is_redo_logs_shipped=None, lifecycle_details=None, metrics=None, password=None, policy_locked_date_time=None, protected_database_id=None, protection_policy_id=None, recovery_service_subnets=None, state=None, system_tags=None, time_created=None, time_updated=None, vpc_user_name=None):
25
+ def __init__(__self__, compartment_id=None, database_id=None, database_size=None, db_unique_name=None, defined_tags=None, display_name=None, freeform_tags=None, health=None, health_details=None, id=None, is_read_only_resource=None, is_redo_logs_shipped=None, lifecycle_details=None, metrics=None, password=None, protected_database_id=None, protection_policy_id=None, recovery_service_subnets=None, state=None, system_tags=None, time_created=None, time_updated=None, vpc_user_name=None):
26
26
  if compartment_id and not isinstance(compartment_id, str):
27
27
  raise TypeError("Expected argument 'compartment_id' to be a str")
28
28
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -38,9 +38,6 @@ class GetProtectedDatabaseResult:
38
38
  if defined_tags and not isinstance(defined_tags, dict):
39
39
  raise TypeError("Expected argument 'defined_tags' to be a dict")
40
40
  pulumi.set(__self__, "defined_tags", defined_tags)
41
- if deletion_schedule and not isinstance(deletion_schedule, str):
42
- raise TypeError("Expected argument 'deletion_schedule' to be a str")
43
- pulumi.set(__self__, "deletion_schedule", deletion_schedule)
44
41
  if display_name and not isinstance(display_name, str):
45
42
  raise TypeError("Expected argument 'display_name' to be a str")
46
43
  pulumi.set(__self__, "display_name", display_name)
@@ -71,9 +68,6 @@ class GetProtectedDatabaseResult:
71
68
  if password and not isinstance(password, str):
72
69
  raise TypeError("Expected argument 'password' to be a str")
73
70
  pulumi.set(__self__, "password", password)
74
- if policy_locked_date_time and not isinstance(policy_locked_date_time, str):
75
- raise TypeError("Expected argument 'policy_locked_date_time' to be a str")
76
- pulumi.set(__self__, "policy_locked_date_time", policy_locked_date_time)
77
71
  if protected_database_id and not isinstance(protected_database_id, str):
78
72
  raise TypeError("Expected argument 'protected_database_id' to be a str")
79
73
  pulumi.set(__self__, "protected_database_id", protected_database_id)
@@ -139,11 +133,6 @@ class GetProtectedDatabaseResult:
139
133
  """
140
134
  return pulumi.get(self, "defined_tags")
141
135
 
142
- @property
143
- @pulumi.getter(name="deletionSchedule")
144
- def deletion_schedule(self) -> str:
145
- return pulumi.get(self, "deletion_schedule")
146
-
147
136
  @property
148
137
  @pulumi.getter(name="displayName")
149
138
  def display_name(self) -> str:
@@ -164,7 +153,10 @@ class GetProtectedDatabaseResult:
164
153
  @pulumi.getter
165
154
  def health(self) -> str:
166
155
  """
167
- Indicates the protection status of the database.
156
+ Indicates the protection status of the database. Allowed values are:
157
+ * HEALTHY
158
+ * WARNING
159
+ * ALERT
168
160
  """
169
161
  return pulumi.get(self, "health")
170
162
 
@@ -221,14 +213,6 @@ class GetProtectedDatabaseResult:
221
213
  def password(self) -> str:
222
214
  return pulumi.get(self, "password")
223
215
 
224
- @property
225
- @pulumi.getter(name="policyLockedDateTime")
226
- def policy_locked_date_time(self) -> str:
227
- """
228
- An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
229
- """
230
- return pulumi.get(self, "policy_locked_date_time")
231
-
232
216
  @property
233
217
  @pulumi.getter(name="protectedDatabaseId")
234
218
  def protected_database_id(self) -> str:
@@ -302,7 +286,6 @@ class AwaitableGetProtectedDatabaseResult(GetProtectedDatabaseResult):
302
286
  database_size=self.database_size,
303
287
  db_unique_name=self.db_unique_name,
304
288
  defined_tags=self.defined_tags,
305
- deletion_schedule=self.deletion_schedule,
306
289
  display_name=self.display_name,
307
290
  freeform_tags=self.freeform_tags,
308
291
  health=self.health,
@@ -313,7 +296,6 @@ class AwaitableGetProtectedDatabaseResult(GetProtectedDatabaseResult):
313
296
  lifecycle_details=self.lifecycle_details,
314
297
  metrics=self.metrics,
315
298
  password=self.password,
316
- policy_locked_date_time=self.policy_locked_date_time,
317
299
  protected_database_id=self.protected_database_id,
318
300
  protection_policy_id=self.protection_policy_id,
319
301
  recovery_service_subnets=self.recovery_service_subnets,
@@ -354,7 +336,6 @@ def get_protected_database(protected_database_id: Optional[str] = None,
354
336
  database_size=pulumi.get(__ret__, 'database_size'),
355
337
  db_unique_name=pulumi.get(__ret__, 'db_unique_name'),
356
338
  defined_tags=pulumi.get(__ret__, 'defined_tags'),
357
- deletion_schedule=pulumi.get(__ret__, 'deletion_schedule'),
358
339
  display_name=pulumi.get(__ret__, 'display_name'),
359
340
  freeform_tags=pulumi.get(__ret__, 'freeform_tags'),
360
341
  health=pulumi.get(__ret__, 'health'),
@@ -365,7 +346,6 @@ def get_protected_database(protected_database_id: Optional[str] = None,
365
346
  lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
366
347
  metrics=pulumi.get(__ret__, 'metrics'),
367
348
  password=pulumi.get(__ret__, 'password'),
368
- policy_locked_date_time=pulumi.get(__ret__, 'policy_locked_date_time'),
369
349
  protected_database_id=pulumi.get(__ret__, 'protected_database_id'),
370
350
  protection_policy_id=pulumi.get(__ret__, 'protection_policy_id'),
371
351
  recovery_service_subnets=pulumi.get(__ret__, 'recovery_service_subnets'),
@@ -100,7 +100,13 @@ class GetProtectionPoliciesResult:
100
100
  @pulumi.getter
101
101
  def state(self) -> Optional[str]:
102
102
  """
103
- The current state of the protection policy.
103
+ The current state of the protection policy. Allowed values are:
104
+ * CREATING
105
+ * UPDATING
106
+ * ACTIVE
107
+ * DELETING
108
+ * DELETED
109
+ * FAILED
104
110
  """
105
111
  return pulumi.get(self, "state")
106
112
 
@@ -21,7 +21,7 @@ class GetProtectionPolicyResult:
21
21
  """
22
22
  A collection of values returned by getProtectionPolicy.
23
23
  """
24
- def __init__(__self__, backup_retention_period_in_days=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_predefined_policy=None, lifecycle_details=None, policy_locked_date_time=None, protection_policy_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
24
+ def __init__(__self__, backup_retention_period_in_days=None, compartment_id=None, defined_tags=None, display_name=None, freeform_tags=None, id=None, is_predefined_policy=None, lifecycle_details=None, protection_policy_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
25
25
  if backup_retention_period_in_days and not isinstance(backup_retention_period_in_days, int):
26
26
  raise TypeError("Expected argument 'backup_retention_period_in_days' to be a int")
27
27
  pulumi.set(__self__, "backup_retention_period_in_days", backup_retention_period_in_days)
@@ -46,9 +46,6 @@ class GetProtectionPolicyResult:
46
46
  if lifecycle_details and not isinstance(lifecycle_details, str):
47
47
  raise TypeError("Expected argument 'lifecycle_details' to be a str")
48
48
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
49
- if policy_locked_date_time and not isinstance(policy_locked_date_time, str):
50
- raise TypeError("Expected argument 'policy_locked_date_time' to be a str")
51
- pulumi.set(__self__, "policy_locked_date_time", policy_locked_date_time)
52
49
  if protection_policy_id and not isinstance(protection_policy_id, str):
53
50
  raise TypeError("Expected argument 'protection_policy_id' to be a str")
54
51
  pulumi.set(__self__, "protection_policy_id", protection_policy_id)
@@ -129,14 +126,6 @@ class GetProtectionPolicyResult:
129
126
  """
130
127
  return pulumi.get(self, "lifecycle_details")
131
128
 
132
- @property
133
- @pulumi.getter(name="policyLockedDateTime")
134
- def policy_locked_date_time(self) -> str:
135
- """
136
- An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
137
- """
138
- return pulumi.get(self, "policy_locked_date_time")
139
-
140
129
  @property
141
130
  @pulumi.getter(name="protectionPolicyId")
142
131
  def protection_policy_id(self) -> str:
@@ -146,7 +135,13 @@ class GetProtectionPolicyResult:
146
135
  @pulumi.getter
147
136
  def state(self) -> str:
148
137
  """
149
- The current state of the protection policy.
138
+ The current state of the protection policy. Allowed values are:
139
+ * CREATING
140
+ * UPDATING
141
+ * ACTIVE
142
+ * DELETING
143
+ * DELETED
144
+ * FAILED
150
145
  """
151
146
  return pulumi.get(self, "state")
152
147
 
@@ -189,7 +184,6 @@ class AwaitableGetProtectionPolicyResult(GetProtectionPolicyResult):
189
184
  id=self.id,
190
185
  is_predefined_policy=self.is_predefined_policy,
191
186
  lifecycle_details=self.lifecycle_details,
192
- policy_locked_date_time=self.policy_locked_date_time,
193
187
  protection_policy_id=self.protection_policy_id,
194
188
  state=self.state,
195
189
  system_tags=self.system_tags,
@@ -230,7 +224,6 @@ def get_protection_policy(protection_policy_id: Optional[str] = None,
230
224
  id=pulumi.get(__ret__, 'id'),
231
225
  is_predefined_policy=pulumi.get(__ret__, 'is_predefined_policy'),
232
226
  lifecycle_details=pulumi.get(__ret__, 'lifecycle_details'),
233
- policy_locked_date_time=pulumi.get(__ret__, 'policy_locked_date_time'),
234
227
  protection_policy_id=pulumi.get(__ret__, 'protection_policy_id'),
235
228
  state=pulumi.get(__ret__, 'state'),
236
229
  system_tags=pulumi.get(__ret__, 'system_tags'),