pulumi-oci 1.34.0__py3-none-any.whl → 1.34.0a1714457631__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.0a1714457631.dist-info}/METADATA +1 -1
  64. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714457631.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.0a1714457631.dist-info}/WHEEL +0 -0
  74. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714457631.dist-info}/top_level.txt +0 -0
@@ -182,7 +182,6 @@ class _NamedCredentialState:
182
182
  name: Optional[pulumi.Input[str]] = None,
183
183
  scope: Optional[pulumi.Input[str]] = None,
184
184
  state: Optional[pulumi.Input[str]] = None,
185
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
186
185
  time_created: Optional[pulumi.Input[str]] = None,
187
186
  time_updated: Optional[pulumi.Input[str]] = None,
188
187
  type: Optional[pulumi.Input[str]] = None):
@@ -198,7 +197,6 @@ class _NamedCredentialState:
198
197
  :param pulumi.Input[str] name: The name of the named credential. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the named credential cannot be modified. It must be unique in the compartment and must begin with an alphabetic character.
199
198
  :param pulumi.Input[str] scope: (Updatable) The scope of the named credential.
200
199
  :param pulumi.Input[str] state: The current lifecycle state of the named credential.
201
- :param pulumi.Input[Mapping[str, Any]] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
202
200
  :param pulumi.Input[str] time_created: The date and time the named credential was created.
203
201
  :param pulumi.Input[str] time_updated: The date and time the named credential was last updated.
204
202
  :param pulumi.Input[str] type: The type of resource associated with the named credential.
@@ -227,8 +225,6 @@ class _NamedCredentialState:
227
225
  pulumi.set(__self__, "scope", scope)
228
226
  if state is not None:
229
227
  pulumi.set(__self__, "state", state)
230
- if system_tags is not None:
231
- pulumi.set(__self__, "system_tags", system_tags)
232
228
  if time_created is not None:
233
229
  pulumi.set(__self__, "time_created", time_created)
234
230
  if time_updated is not None:
@@ -356,18 +352,6 @@ class _NamedCredentialState:
356
352
  def state(self, value: Optional[pulumi.Input[str]]):
357
353
  pulumi.set(self, "state", value)
358
354
 
359
- @property
360
- @pulumi.getter(name="systemTags")
361
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
362
- """
363
- System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
364
- """
365
- return pulumi.get(self, "system_tags")
366
-
367
- @system_tags.setter
368
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
369
- pulumi.set(self, "system_tags", value)
370
-
371
355
  @property
372
356
  @pulumi.getter(name="timeCreated")
373
357
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -580,7 +564,6 @@ class NamedCredential(pulumi.CustomResource):
580
564
  __props__.__dict__["type"] = type
581
565
  __props__.__dict__["lifecycle_details"] = None
582
566
  __props__.__dict__["state"] = None
583
- __props__.__dict__["system_tags"] = None
584
567
  __props__.__dict__["time_created"] = None
585
568
  __props__.__dict__["time_updated"] = None
586
569
  super(NamedCredential, __self__).__init__(
@@ -603,7 +586,6 @@ class NamedCredential(pulumi.CustomResource):
603
586
  name: Optional[pulumi.Input[str]] = None,
604
587
  scope: Optional[pulumi.Input[str]] = None,
605
588
  state: Optional[pulumi.Input[str]] = None,
606
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
607
589
  time_created: Optional[pulumi.Input[str]] = None,
608
590
  time_updated: Optional[pulumi.Input[str]] = None,
609
591
  type: Optional[pulumi.Input[str]] = None) -> 'NamedCredential':
@@ -624,7 +606,6 @@ class NamedCredential(pulumi.CustomResource):
624
606
  :param pulumi.Input[str] name: The name of the named credential. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the named credential cannot be modified. It must be unique in the compartment and must begin with an alphabetic character.
625
607
  :param pulumi.Input[str] scope: (Updatable) The scope of the named credential.
626
608
  :param pulumi.Input[str] state: The current lifecycle state of the named credential.
627
- :param pulumi.Input[Mapping[str, Any]] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
628
609
  :param pulumi.Input[str] time_created: The date and time the named credential was created.
629
610
  :param pulumi.Input[str] time_updated: The date and time the named credential was last updated.
630
611
  :param pulumi.Input[str] type: The type of resource associated with the named credential.
@@ -647,7 +628,6 @@ class NamedCredential(pulumi.CustomResource):
647
628
  __props__.__dict__["name"] = name
648
629
  __props__.__dict__["scope"] = scope
649
630
  __props__.__dict__["state"] = state
650
- __props__.__dict__["system_tags"] = system_tags
651
631
  __props__.__dict__["time_created"] = time_created
652
632
  __props__.__dict__["time_updated"] = time_updated
653
633
  __props__.__dict__["type"] = type
@@ -733,14 +713,6 @@ class NamedCredential(pulumi.CustomResource):
733
713
  """
734
714
  return pulumi.get(self, "state")
735
715
 
736
- @property
737
- @pulumi.getter(name="systemTags")
738
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
739
- """
740
- System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
741
- """
742
- return pulumi.get(self, "system_tags")
743
-
744
716
  @property
745
717
  @pulumi.getter(name="timeCreated")
746
718
  def time_created(self) -> pulumi.Output[str]: