pulumi-oci 2.26.0a1741415311__py3-none-any.whl → 2.26.0a1741943394__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 (135) hide show
  1. pulumi_oci/__init__.py +67 -0
  2. pulumi_oci/containerengine/_inputs.py +34 -35
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +110 -21
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/_inputs.py +21 -33
  8. pulumi_oci/core/outputs.py +13 -21
  9. pulumi_oci/database/__init__.py +1 -0
  10. pulumi_oci/database/_inputs.py +704 -0
  11. pulumi_oci/database/application_vip.py +59 -10
  12. pulumi_oci/database/autonomous_database.py +7 -28
  13. pulumi_oci/database/backup.py +153 -5
  14. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  15. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  16. pulumi_oci/database/db_node.py +64 -8
  17. pulumi_oci/database/exadata_infrastructure.py +157 -3
  18. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  19. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  20. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  21. pulumi_oci/database/external_container_database.py +4 -4
  22. pulumi_oci/database/external_non_container_database.py +4 -4
  23. pulumi_oci/database/external_pluggable_database.py +4 -4
  24. pulumi_oci/database/get_application_vip.py +16 -2
  25. pulumi_oci/database/get_autonomous_database.py +0 -3
  26. pulumi_oci/database/get_backups.py +136 -10
  27. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  28. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  29. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  30. pulumi_oci/database/get_database_software_images.py +20 -1
  31. pulumi_oci/database/get_db_node.py +31 -4
  32. pulumi_oci/database/get_db_server.py +15 -1
  33. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  34. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  35. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  36. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  37. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  38. pulumi_oci/database/get_external_container_database.py +1 -1
  39. pulumi_oci/database/get_external_non_container_database.py +1 -1
  40. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  41. pulumi_oci/database/get_flex_components.py +28 -6
  42. pulumi_oci/database/get_vm_cluster.py +60 -4
  43. pulumi_oci/database/get_vm_clusters.py +25 -3
  44. pulumi_oci/database/outputs.py +1084 -42
  45. pulumi_oci/database/pluggable_database.py +13 -13
  46. pulumi_oci/database/vm_cluster.py +172 -18
  47. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  48. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  49. pulumi_oci/datasafe/__init__.py +7 -0
  50. pulumi_oci/datasafe/_inputs.py +301 -0
  51. pulumi_oci/datasafe/discovery_mod.py +49 -0
  52. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  53. pulumi_oci/datasafe/get_masking_report.py +46 -4
  54. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  55. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  56. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  57. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  58. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  59. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  60. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  61. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  62. pulumi_oci/datasafe/outputs.py +676 -3
  63. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  64. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  65. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  66. pulumi_oci/datascience/__init__.py +4 -0
  67. pulumi_oci/datascience/_inputs.py +1160 -41
  68. pulumi_oci/datascience/get_model.py +29 -1
  69. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  70. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  71. pulumi_oci/datascience/get_model_version_set.py +15 -1
  72. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  73. pulumi_oci/datascience/get_models.py +25 -3
  74. pulumi_oci/datascience/get_pipeline.py +15 -1
  75. pulumi_oci/datascience/model.py +64 -0
  76. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  77. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  78. pulumi_oci/datascience/model_version_set.py +28 -0
  79. pulumi_oci/datascience/outputs.py +4343 -2164
  80. pulumi_oci/datascience/pipeline.py +48 -141
  81. pulumi_oci/datascience/pipeline_run.py +32 -0
  82. pulumi_oci/dblm/__init__.py +17 -0
  83. pulumi_oci/dblm/_inputs.py +275 -0
  84. pulumi_oci/dblm/get_vulnerability.py +242 -0
  85. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  86. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  87. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  88. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  89. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  90. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  91. pulumi_oci/dblm/outputs.py +1294 -0
  92. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  93. pulumi_oci/email/dkim.py +120 -20
  94. pulumi_oci/email/get_dkim.py +40 -1
  95. pulumi_oci/email/outputs.py +29 -0
  96. pulumi_oci/filestorage/__init__.py +3 -0
  97. pulumi_oci/filestorage/_inputs.py +49 -0
  98. pulumi_oci/filestorage/file_system.py +105 -0
  99. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  100. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  101. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  102. pulumi_oci/filestorage/outputs.py +186 -0
  103. pulumi_oci/mysql/_inputs.py +1239 -10
  104. pulumi_oci/mysql/channel.py +28 -0
  105. pulumi_oci/mysql/get_channel.py +15 -1
  106. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  107. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  108. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  109. pulumi_oci/mysql/mysql_backup.py +28 -0
  110. pulumi_oci/mysql/mysql_configuration.py +106 -0
  111. pulumi_oci/mysql/mysql_db_system.py +36 -0
  112. pulumi_oci/mysql/outputs.py +2008 -35
  113. pulumi_oci/opensearch/__init__.py +3 -0
  114. pulumi_oci/opensearch/_inputs.py +101 -0
  115. pulumi_oci/opensearch/cluster.py +76 -29
  116. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  117. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  118. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  119. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  120. pulumi_oci/opensearch/outputs.py +425 -0
  121. pulumi_oci/psql/_inputs.py +258 -0
  122. pulumi_oci/psql/backup.py +129 -28
  123. pulumi_oci/psql/db_system.py +10 -0
  124. pulumi_oci/psql/get_backup.py +47 -2
  125. pulumi_oci/psql/get_backups.py +3 -0
  126. pulumi_oci/psql/get_configurations.py +23 -1
  127. pulumi_oci/psql/get_db_system.py +1 -1
  128. pulumi_oci/psql/get_db_systems.py +1 -1
  129. pulumi_oci/psql/outputs.py +541 -5
  130. pulumi_oci/pulumi-plugin.json +1 -1
  131. pulumi_oci/redis/redis_cluster.py +7 -7
  132. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/METADATA +1 -1
  133. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/RECORD +135 -106
  134. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/WHEEL +1 -1
  135. {pulumi_oci-2.26.0a1741415311.dist-info → pulumi_oci-2.26.0a1741943394.dist-info}/top_level.txt +0 -0
@@ -16,7 +16,9 @@ from .. import _utilities
16
16
  from . import outputs
17
17
 
18
18
  __all__ = [
19
+ 'BackupCopyStatus',
19
20
  'BackupDbSystemDetail',
21
+ 'BackupSourceBackupDetails',
20
22
  'ConfigurationConfigurationDetail',
21
23
  'ConfigurationConfigurationDetailItem',
22
24
  'ConfigurationDbConfigurationOverrides',
@@ -27,14 +29,19 @@ __all__ = [
27
29
  'DbSystemInstancesDetail',
28
30
  'DbSystemManagementPolicy',
29
31
  'DbSystemManagementPolicyBackupPolicy',
32
+ 'DbSystemManagementPolicyBackupPolicyCopyPolicy',
30
33
  'DbSystemNetworkDetails',
31
34
  'DbSystemPatchOperation',
32
35
  'DbSystemSource',
33
36
  'DbSystemStorageDetails',
37
+ 'GetBackupCopyStatusResult',
34
38
  'GetBackupDbSystemDetailResult',
39
+ 'GetBackupSourceBackupDetailResult',
35
40
  'GetBackupsBackupCollectionResult',
36
41
  'GetBackupsBackupCollectionItemResult',
42
+ 'GetBackupsBackupCollectionItemCopyStatusResult',
37
43
  'GetBackupsBackupCollectionItemDbSystemDetailResult',
44
+ 'GetBackupsBackupCollectionItemSourceBackupDetailResult',
38
45
  'GetBackupsFilterResult',
39
46
  'GetConfigurationConfigurationDetailResult',
40
47
  'GetConfigurationConfigurationDetailItemResult',
@@ -57,6 +64,7 @@ __all__ = [
57
64
  'GetDbSystemInstancesDetailResult',
58
65
  'GetDbSystemManagementPolicyResult',
59
66
  'GetDbSystemManagementPolicyBackupPolicyResult',
67
+ 'GetDbSystemManagementPolicyBackupPolicyCopyPolicyResult',
60
68
  'GetDbSystemNetworkDetailResult',
61
69
  'GetDbSystemPatchOperationResult',
62
70
  'GetDbSystemSourceResult',
@@ -69,6 +77,7 @@ __all__ = [
69
77
  'GetDbSystemsDbSystemCollectionItemInstancesDetailResult',
70
78
  'GetDbSystemsDbSystemCollectionItemManagementPolicyResult',
71
79
  'GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyResult',
80
+ 'GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyCopyPolicyResult',
72
81
  'GetDbSystemsDbSystemCollectionItemNetworkDetailResult',
73
82
  'GetDbSystemsDbSystemCollectionItemPatchOperationResult',
74
83
  'GetDbSystemsDbSystemCollectionItemSourceResult',
@@ -88,12 +97,88 @@ __all__ = [
88
97
  'GetShapesShapeCollectionItemShapeOcpuOptionResult',
89
98
  ]
90
99
 
100
+ @pulumi.output_type
101
+ class BackupCopyStatus(dict):
102
+ @staticmethod
103
+ def __key_warning(key: str):
104
+ suggest = None
105
+ if key == "backupId":
106
+ suggest = "backup_id"
107
+ elif key == "stateDetails":
108
+ suggest = "state_details"
109
+
110
+ if suggest:
111
+ pulumi.log.warn(f"Key '{key}' not found in BackupCopyStatus. Access the value via the '{suggest}' property getter instead.")
112
+
113
+ def __getitem__(self, key: str) -> Any:
114
+ BackupCopyStatus.__key_warning(key)
115
+ return super().__getitem__(key)
116
+
117
+ def get(self, key: str, default = None) -> Any:
118
+ BackupCopyStatus.__key_warning(key)
119
+ return super().get(key, default)
120
+
121
+ def __init__(__self__, *,
122
+ backup_id: Optional[str] = None,
123
+ region: Optional[str] = None,
124
+ state: Optional[str] = None,
125
+ state_details: Optional[str] = None):
126
+ """
127
+ :param str backup_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup in the source region
128
+ :param str region: Region name of the remote region
129
+ :param str state: The current state of the backup.
130
+ :param str state_details: A message describing the current state of copy in more detail
131
+ """
132
+ if backup_id is not None:
133
+ pulumi.set(__self__, "backup_id", backup_id)
134
+ if region is not None:
135
+ pulumi.set(__self__, "region", region)
136
+ if state is not None:
137
+ pulumi.set(__self__, "state", state)
138
+ if state_details is not None:
139
+ pulumi.set(__self__, "state_details", state_details)
140
+
141
+ @property
142
+ @pulumi.getter(name="backupId")
143
+ def backup_id(self) -> Optional[str]:
144
+ """
145
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup in the source region
146
+ """
147
+ return pulumi.get(self, "backup_id")
148
+
149
+ @property
150
+ @pulumi.getter
151
+ def region(self) -> Optional[str]:
152
+ """
153
+ Region name of the remote region
154
+ """
155
+ return pulumi.get(self, "region")
156
+
157
+ @property
158
+ @pulumi.getter
159
+ def state(self) -> Optional[str]:
160
+ """
161
+ The current state of the backup.
162
+ """
163
+ return pulumi.get(self, "state")
164
+
165
+ @property
166
+ @pulumi.getter(name="stateDetails")
167
+ def state_details(self) -> Optional[str]:
168
+ """
169
+ A message describing the current state of copy in more detail
170
+ """
171
+ return pulumi.get(self, "state_details")
172
+
173
+
91
174
  @pulumi.output_type
92
175
  class BackupDbSystemDetail(dict):
93
176
  @staticmethod
94
177
  def __key_warning(key: str):
95
178
  suggest = None
96
- if key == "dbVersion":
179
+ if key == "configId":
180
+ suggest = "config_id"
181
+ elif key == "dbVersion":
97
182
  suggest = "db_version"
98
183
  elif key == "systemType":
99
184
  suggest = "system_type"
@@ -110,17 +195,29 @@ class BackupDbSystemDetail(dict):
110
195
  return super().get(key, default)
111
196
 
112
197
  def __init__(__self__, *,
198
+ config_id: Optional[str] = None,
113
199
  db_version: Optional[str] = None,
114
200
  system_type: Optional[str] = None):
115
201
  """
202
+ :param str config_id: OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
116
203
  :param str db_version: The major and minor versions of the database system software.
117
204
  :param str system_type: Type of the database system.
118
205
  """
206
+ if config_id is not None:
207
+ pulumi.set(__self__, "config_id", config_id)
119
208
  if db_version is not None:
120
209
  pulumi.set(__self__, "db_version", db_version)
121
210
  if system_type is not None:
122
211
  pulumi.set(__self__, "system_type", system_type)
123
212
 
213
+ @property
214
+ @pulumi.getter(name="configId")
215
+ def config_id(self) -> Optional[str]:
216
+ """
217
+ OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
218
+ """
219
+ return pulumi.get(self, "config_id")
220
+
124
221
  @property
125
222
  @pulumi.getter(name="dbVersion")
126
223
  def db_version(self) -> Optional[str]:
@@ -138,6 +235,54 @@ class BackupDbSystemDetail(dict):
138
235
  return pulumi.get(self, "system_type")
139
236
 
140
237
 
238
+ @pulumi.output_type
239
+ class BackupSourceBackupDetails(dict):
240
+ @staticmethod
241
+ def __key_warning(key: str):
242
+ suggest = None
243
+ if key == "sourceBackupId":
244
+ suggest = "source_backup_id"
245
+ elif key == "sourceRegion":
246
+ suggest = "source_region"
247
+
248
+ if suggest:
249
+ pulumi.log.warn(f"Key '{key}' not found in BackupSourceBackupDetails. Access the value via the '{suggest}' property getter instead.")
250
+
251
+ def __getitem__(self, key: str) -> Any:
252
+ BackupSourceBackupDetails.__key_warning(key)
253
+ return super().__getitem__(key)
254
+
255
+ def get(self, key: str, default = None) -> Any:
256
+ BackupSourceBackupDetails.__key_warning(key)
257
+ return super().get(key, default)
258
+
259
+ def __init__(__self__, *,
260
+ source_backup_id: str,
261
+ source_region: str):
262
+ """
263
+ :param str source_backup_id: Backup ID of the COPY source type.
264
+ :param str source_region: Backup Region of the COPY source type.
265
+ """
266
+ pulumi.set(__self__, "source_backup_id", source_backup_id)
267
+ pulumi.set(__self__, "source_region", source_region)
268
+
269
+ @property
270
+ @pulumi.getter(name="sourceBackupId")
271
+ def source_backup_id(self) -> str:
272
+ """
273
+ Backup ID of the COPY source type.
274
+ """
275
+ return pulumi.get(self, "source_backup_id")
276
+
277
+ @property
278
+ @pulumi.getter(name="sourceRegion")
279
+ def source_region(self) -> str:
280
+ """
281
+ Backup Region of the COPY source type.
282
+ """
283
+ return pulumi.get(self, "source_region")
284
+
285
+
141
286
  @pulumi.output_type
142
287
  class ConfigurationConfigurationDetail(dict):
143
288
  def __init__(__self__, *,
@@ -727,6 +872,8 @@ class DbSystemManagementPolicyBackupPolicy(dict):
727
872
  suggest = None
728
873
  if key == "backupStart":
729
874
  suggest = "backup_start"
875
+ elif key == "copyPolicy":
876
+ suggest = "copy_policy"
730
877
  elif key == "daysOfTheMonths":
731
878
  suggest = "days_of_the_months"
732
879
  elif key == "daysOfTheWeeks":
@@ -747,12 +894,14 @@ class DbSystemManagementPolicyBackupPolicy(dict):
747
894
 
748
895
  def __init__(__self__, *,
749
896
  backup_start: Optional[str] = None,
897
+ copy_policy: Optional['outputs.DbSystemManagementPolicyBackupPolicyCopyPolicy'] = None,
750
898
  days_of_the_months: Optional[Sequence[int]] = None,
751
899
  days_of_the_weeks: Optional[Sequence[str]] = None,
752
900
  kind: Optional[str] = None,
753
901
  retention_days: Optional[int] = None):
754
902
  """
755
903
  :param str backup_start: (Updatable) Hour of the day when the backup starts.
904
+ :param 'DbSystemManagementPolicyBackupPolicyCopyPolicyArgs' copy_policy: (Updatable) Backup copy details
756
905
  :param Sequence[int] days_of_the_months: (Updatable) Day of the month when the backup should start. To ensure that the backup runs monthly, the latest day of the month that you can use to schedule a backup is the the 28th day.
757
906
  :param Sequence[str] days_of_the_weeks: (Updatable) The day of the week that the backup starts.
758
907
  :param str kind: (Updatable) The kind of backup policy.
@@ -760,6 +909,8 @@ class DbSystemManagementPolicyBackupPolicy(dict):
760
909
  """
761
910
  if backup_start is not None:
762
911
  pulumi.set(__self__, "backup_start", backup_start)
912
+ if copy_policy is not None:
913
+ pulumi.set(__self__, "copy_policy", copy_policy)
763
914
  if days_of_the_months is not None:
764
915
  pulumi.set(__self__, "days_of_the_months", days_of_the_months)
765
916
  if days_of_the_weeks is not None:
@@ -777,6 +928,14 @@ class DbSystemManagementPolicyBackupPolicy(dict):
777
928
  """
778
929
  return pulumi.get(self, "backup_start")
779
930
 
931
+ @property
932
+ @pulumi.getter(name="copyPolicy")
933
+ def copy_policy(self) -> Optional['outputs.DbSystemManagementPolicyBackupPolicyCopyPolicy']:
934
+ """
935
+ (Updatable) Backup copy details
936
+ """
937
+ return pulumi.get(self, "copy_policy")
938
+
780
939
  @property
781
940
  @pulumi.getter(name="daysOfTheMonths")
782
941
  def days_of_the_months(self) -> Optional[Sequence[int]]:
@@ -810,6 +969,66 @@ class DbSystemManagementPolicyBackupPolicy(dict):
810
969
  return pulumi.get(self, "retention_days")
811
970
 
812
971
 
972
+ @pulumi.output_type
973
+ class DbSystemManagementPolicyBackupPolicyCopyPolicy(dict):
974
+ @staticmethod
975
+ def __key_warning(key: str):
976
+ suggest = None
977
+ if key == "compartmentId":
978
+ suggest = "compartment_id"
979
+ elif key == "retentionPeriod":
980
+ suggest = "retention_period"
981
+
982
+ if suggest:
983
+ pulumi.log.warn(f"Key '{key}' not found in DbSystemManagementPolicyBackupPolicyCopyPolicy. Access the value via the '{suggest}' property getter instead.")
984
+
985
+ def __getitem__(self, key: str) -> Any:
986
+ DbSystemManagementPolicyBackupPolicyCopyPolicy.__key_warning(key)
987
+ return super().__getitem__(key)
988
+
989
+ def get(self, key: str, default = None) -> Any:
990
+ DbSystemManagementPolicyBackupPolicyCopyPolicy.__key_warning(key)
991
+ return super().get(key, default)
992
+
993
+ def __init__(__self__, *,
994
+ compartment_id: str,
995
+ regions: Sequence[str],
996
+ retention_period: Optional[int] = None):
997
+ """
998
+ :param str compartment_id: (Updatable) target compartment to place a new backup
999
+ :param Sequence[str] regions: (Updatable) List of region names of the remote region
1000
+ :param int retention_period: (Updatable) Retention period in days of the backup copy.
1001
+ """
1002
+ pulumi.set(__self__, "compartment_id", compartment_id)
1003
+ pulumi.set(__self__, "regions", regions)
1004
+ if retention_period is not None:
1005
+ pulumi.set(__self__, "retention_period", retention_period)
1006
+
1007
+ @property
1008
+ @pulumi.getter(name="compartmentId")
1009
+ def compartment_id(self) -> str:
1010
+ """
1011
+ (Updatable) target compartment to place a new backup
1012
+ """
1013
+ return pulumi.get(self, "compartment_id")
1014
+
1015
+ @property
1016
+ @pulumi.getter
1017
+ def regions(self) -> Sequence[str]:
1018
+ """
1019
+ (Updatable) List of region names of the remote region
1020
+ """
1021
+ return pulumi.get(self, "regions")
1022
+
1023
+ @property
1024
+ @pulumi.getter(name="retentionPeriod")
1025
+ def retention_period(self) -> Optional[int]:
1026
+ """
1027
+ (Updatable) Retention period in days of the backup copy.
1028
+ """
1029
+ return pulumi.get(self, "retention_period")
1030
+
1031
+
813
1032
  @pulumi.output_type
814
1033
  class DbSystemNetworkDetails(dict):
815
1034
  @staticmethod
@@ -1108,18 +1327,80 @@ class DbSystemStorageDetails(dict):
1108
1327
  return pulumi.get(self, "iops")
1109
1328
 
1110
1329
 
1330
+ @pulumi.output_type
1331
+ class GetBackupCopyStatusResult(dict):
1332
+ def __init__(__self__, *,
1333
+ backup_id: str,
1334
+ region: str,
1335
+ state: str,
1336
+ state_details: str):
1337
+ """
1338
+ :param str backup_id: A unique identifier for the backup.
1339
+ :param str region: Region name of the remote region
1340
+ :param str state: The current state of the backup.
1341
+ :param str state_details: A message describing the current state of copy in more detail
1342
+ """
1343
+ pulumi.set(__self__, "backup_id", backup_id)
1344
+ pulumi.set(__self__, "region", region)
1345
+ pulumi.set(__self__, "state", state)
1346
+ pulumi.set(__self__, "state_details", state_details)
1347
+
1348
+ @property
1349
+ @pulumi.getter(name="backupId")
1350
+ def backup_id(self) -> str:
1351
+ """
1352
+ A unique identifier for the backup.
1353
+ """
1354
+ return pulumi.get(self, "backup_id")
1355
+
1356
+ @property
1357
+ @pulumi.getter
1358
+ def region(self) -> str:
1359
+ """
1360
+ Region name of the remote region
1361
+ """
1362
+ return pulumi.get(self, "region")
1363
+
1364
+ @property
1365
+ @pulumi.getter
1366
+ def state(self) -> str:
1367
+ """
1368
+ The current state of the backup.
1369
+ """
1370
+ return pulumi.get(self, "state")
1371
+
1372
+ @property
1373
+ @pulumi.getter(name="stateDetails")
1374
+ def state_details(self) -> str:
1375
+ """
1376
+ A message describing the current state of copy in more detail
1377
+ """
1378
+ return pulumi.get(self, "state_details")
1379
+
1380
+
1111
1381
  @pulumi.output_type
1112
1382
  class GetBackupDbSystemDetailResult(dict):
1113
1383
  def __init__(__self__, *,
1384
+ config_id: str,
1114
1385
  db_version: str,
1115
1386
  system_type: str):
1116
1387
  """
1388
+ :param str config_id: OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
1117
1389
  :param str db_version: The major and minor versions of the database system software.
1118
1390
  :param str system_type: Type of the database system.
1119
1391
  """
1392
+ pulumi.set(__self__, "config_id", config_id)
1120
1393
  pulumi.set(__self__, "db_version", db_version)
1121
1394
  pulumi.set(__self__, "system_type", system_type)
1122
1395
 
1396
+ @property
1397
+ @pulumi.getter(name="configId")
1398
+ def config_id(self) -> str:
1399
+ """
1400
+ OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
1401
+ """
1402
+ return pulumi.get(self, "config_id")
1403
+
1123
1404
  @property
1124
1405
  @pulumi.getter(name="dbVersion")
1125
1406
  def db_version(self) -> str:
@@ -1137,6 +1418,35 @@ class GetBackupDbSystemDetailResult(dict):
1137
1418
  return pulumi.get(self, "system_type")
1138
1419
 
1139
1420
 
1421
+ @pulumi.output_type
1422
+ class GetBackupSourceBackupDetailResult(dict):
1423
+ def __init__(__self__, *,
1424
+ source_backup_id: str,
1425
+ source_region: str):
1426
+ """
1427
+ :param str source_backup_id: Backup ID of the COPY source type.
1428
+ :param str source_region: Backup Region of the COPY source type.
1429
+ """
1430
+ pulumi.set(__self__, "source_backup_id", source_backup_id)
1431
+ pulumi.set(__self__, "source_region", source_region)
1432
+
1433
+ @property
1434
+ @pulumi.getter(name="sourceBackupId")
1435
+ def source_backup_id(self) -> str:
1436
+ """
1437
+ Backup ID of the COPY source type.
1438
+ """
1439
+ return pulumi.get(self, "source_backup_id")
1440
+
1441
+ @property
1442
+ @pulumi.getter(name="sourceRegion")
1443
+ def source_region(self) -> str:
1444
+ """
1445
+ Backup Region of the COPY source type.
1446
+ """
1447
+ return pulumi.get(self, "source_region")
1448
+
1449
+
1140
1450
  @pulumi.output_type
1141
1451
  class GetBackupsBackupCollectionResult(dict):
1142
1452
  def __init__(__self__, *,
@@ -1154,6 +1464,7 @@ class GetBackupsBackupCollectionItemResult(dict):
1154
1464
  def __init__(__self__, *,
1155
1465
  backup_size: int,
1156
1466
  compartment_id: str,
1467
+ copy_statuses: Sequence['outputs.GetBackupsBackupCollectionItemCopyStatusResult'],
1157
1468
  db_system_details: Sequence['outputs.GetBackupsBackupCollectionItemDbSystemDetailResult'],
1158
1469
  db_system_id: str,
1159
1470
  defined_tags: Mapping[str, str],
@@ -1165,14 +1476,17 @@ class GetBackupsBackupCollectionItemResult(dict):
1165
1476
  last_completed_request_token: str,
1166
1477
  lifecycle_details: str,
1167
1478
  retention_period: int,
1479
+ source_backup_details: Sequence['outputs.GetBackupsBackupCollectionItemSourceBackupDetailResult'],
1168
1480
  source_type: str,
1169
1481
  state: str,
1170
1482
  system_tags: Mapping[str, str],
1171
1483
  time_created: str,
1484
+ time_created_precise: str,
1172
1485
  time_updated: str):
1173
1486
  """
1174
1487
  :param int backup_size: The size of the backup, in gigabytes.
1175
1488
  :param str compartment_id: The ID of the compartment in which to list resources.
1489
+ :param Sequence['GetBackupsBackupCollectionItemCopyStatusArgs'] copy_statuses: List of status for Backup Copy
1176
1490
  :param Sequence['GetBackupsBackupCollectionItemDbSystemDetailArgs'] db_system_details: Information about the database system associated with a backup.
1177
1491
  :param str db_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup's source database system.
1178
1492
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -1184,14 +1498,17 @@ class GetBackupsBackupCollectionItemResult(dict):
1184
1498
  :param str last_completed_request_token: lastCompletedRequestToken from MP.
1185
1499
  :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1186
1500
  :param int retention_period: Backup retention period in days.
1187
- :param str source_type: Specifies whether the backup was created manually, or by a management policy.
1501
+ :param Sequence['GetBackupsBackupCollectionItemSourceBackupDetailArgs'] source_backup_details: Information about the Source Backup associated with a backup.
1502
+ :param str source_type: Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
1188
1503
  :param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
1189
1504
  :param Mapping[str, str] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1190
1505
  :param str time_created: The date and time the backup request was received, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1506
+ :param str time_created_precise: The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1191
1507
  :param str time_updated: The date and time the backup was updated, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1192
1508
  """
1193
1509
  pulumi.set(__self__, "backup_size", backup_size)
1194
1510
  pulumi.set(__self__, "compartment_id", compartment_id)
1511
+ pulumi.set(__self__, "copy_statuses", copy_statuses)
1195
1512
  pulumi.set(__self__, "db_system_details", db_system_details)
1196
1513
  pulumi.set(__self__, "db_system_id", db_system_id)
1197
1514
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -1203,10 +1520,12 @@ class GetBackupsBackupCollectionItemResult(dict):
1203
1520
  pulumi.set(__self__, "last_completed_request_token", last_completed_request_token)
1204
1521
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1205
1522
  pulumi.set(__self__, "retention_period", retention_period)
1523
+ pulumi.set(__self__, "source_backup_details", source_backup_details)
1206
1524
  pulumi.set(__self__, "source_type", source_type)
1207
1525
  pulumi.set(__self__, "state", state)
1208
1526
  pulumi.set(__self__, "system_tags", system_tags)
1209
1527
  pulumi.set(__self__, "time_created", time_created)
1528
+ pulumi.set(__self__, "time_created_precise", time_created_precise)
1210
1529
  pulumi.set(__self__, "time_updated", time_updated)
1211
1530
 
1212
1531
  @property
@@ -1225,6 +1544,14 @@ class GetBackupsBackupCollectionItemResult(dict):
1225
1544
  """
1226
1545
  return pulumi.get(self, "compartment_id")
1227
1546
 
1547
+ @property
1548
+ @pulumi.getter(name="copyStatuses")
1549
+ def copy_statuses(self) -> Sequence['outputs.GetBackupsBackupCollectionItemCopyStatusResult']:
1550
+ """
1551
+ List of status for Backup Copy
1552
+ """
1553
+ return pulumi.get(self, "copy_statuses")
1554
+
1228
1555
  @property
1229
1556
  @pulumi.getter(name="dbSystemDetails")
1230
1557
  def db_system_details(self) -> Sequence['outputs.GetBackupsBackupCollectionItemDbSystemDetailResult']:
@@ -1313,11 +1640,19 @@ class GetBackupsBackupCollectionItemResult(dict):
1313
1640
  """
1314
1641
  return pulumi.get(self, "retention_period")
1315
1642
 
1643
+ @property
1644
+ @pulumi.getter(name="sourceBackupDetails")
1645
+ def source_backup_details(self) -> Sequence['outputs.GetBackupsBackupCollectionItemSourceBackupDetailResult']:
1646
+ """
1647
+ Information about the Source Backup associated with a backup.
1648
+ """
1649
+ return pulumi.get(self, "source_backup_details")
1650
+
1316
1651
  @property
1317
1652
  @pulumi.getter(name="sourceType")
1318
1653
  def source_type(self) -> str:
1319
1654
  """
1320
- Specifies whether the backup was created manually, or by a management policy.
1655
+ Specifies whether the backup was created manually, taken on schedule defined in the a backup policy, or copied from the remote location.
1321
1656
  """
1322
1657
  return pulumi.get(self, "source_type")
1323
1658
 
@@ -1345,6 +1680,14 @@ class GetBackupsBackupCollectionItemResult(dict):
1345
1680
  """
1346
1681
  return pulumi.get(self, "time_created")
1347
1682
 
1683
+ @property
1684
+ @pulumi.getter(name="timeCreatedPrecise")
1685
+ def time_created_precise(self) -> str:
1686
+ """
1687
+ The date and time the backup was created. This is the time the actual point-in-time data snapshot was taken, expressed in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format. Example: `2016-08-25T21:10:29.600Z`
1688
+ """
1689
+ return pulumi.get(self, "time_created_precise")
1690
+
1348
1691
  @property
1349
1692
  @pulumi.getter(name="timeUpdated")
1350
1693
  def time_updated(self) -> str:
@@ -1354,18 +1697,80 @@ class GetBackupsBackupCollectionItemResult(dict):
1354
1697
  return pulumi.get(self, "time_updated")
1355
1698
 
1356
1699
 
1700
+ @pulumi.output_type
1701
+ class GetBackupsBackupCollectionItemCopyStatusResult(dict):
1702
+ def __init__(__self__, *,
1703
+ backup_id: str,
1704
+ region: str,
1705
+ state: str,
1706
+ state_details: str):
1707
+ """
1708
+ :param str backup_id: A unique identifier for the backup.
1709
+ :param str region: Region name of the remote region
1710
+ :param str state: A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
1711
+ :param str state_details: A message describing the current state of copy in more detail
1712
+ """
1713
+ pulumi.set(__self__, "backup_id", backup_id)
1714
+ pulumi.set(__self__, "region", region)
1715
+ pulumi.set(__self__, "state", state)
1716
+ pulumi.set(__self__, "state_details", state_details)
1717
+
1718
+ @property
1719
+ @pulumi.getter(name="backupId")
1720
+ def backup_id(self) -> str:
1721
+ """
1722
+ A unique identifier for the backup.
1723
+ """
1724
+ return pulumi.get(self, "backup_id")
1725
+
1726
+ @property
1727
+ @pulumi.getter
1728
+ def region(self) -> str:
1729
+ """
1730
+ Region name of the remote region
1731
+ """
1732
+ return pulumi.get(self, "region")
1733
+
1734
+ @property
1735
+ @pulumi.getter
1736
+ def state(self) -> str:
1737
+ """
1738
+ A filter to return only resources if their `lifecycleState` matches the given `lifecycleState`.
1739
+ """
1740
+ return pulumi.get(self, "state")
1741
+
1742
+ @property
1743
+ @pulumi.getter(name="stateDetails")
1744
+ def state_details(self) -> str:
1745
+ """
1746
+ A message describing the current state of copy in more detail
1747
+ """
1748
+ return pulumi.get(self, "state_details")
1749
+
1750
+
1357
1751
  @pulumi.output_type
1358
1752
  class GetBackupsBackupCollectionItemDbSystemDetailResult(dict):
1359
1753
  def __init__(__self__, *,
1754
+ config_id: str,
1360
1755
  db_version: str,
1361
1756
  system_type: str):
1362
1757
  """
1758
+ :param str config_id: OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
1363
1759
  :param str db_version: The major and minor versions of the database system software.
1364
1760
  :param str system_type: Type of the database system.
1365
1761
  """
1762
+ pulumi.set(__self__, "config_id", config_id)
1366
1763
  pulumi.set(__self__, "db_version", db_version)
1367
1764
  pulumi.set(__self__, "system_type", system_type)
1368
1765
 
1766
+ @property
1767
+ @pulumi.getter(name="configId")
1768
+ def config_id(self) -> str:
1769
+ """
1770
+ OCID of the configuration that was applied on the source dbSystem at the time when backup was taken.
1771
+ """
1772
+ return pulumi.get(self, "config_id")
1773
+
1369
1774
  @property
1370
1775
  @pulumi.getter(name="dbVersion")
1371
1776
  def db_version(self) -> str:
@@ -1383,6 +1788,35 @@ class GetBackupsBackupCollectionItemDbSystemDetailResult(dict):
1383
1788
  return pulumi.get(self, "system_type")
1384
1789
 
1385
1790
 
1791
+ @pulumi.output_type
1792
+ class GetBackupsBackupCollectionItemSourceBackupDetailResult(dict):
1793
+ def __init__(__self__, *,
1794
+ source_backup_id: str,
1795
+ source_region: str):
1796
+ """
1797
+ :param str source_backup_id: Backup ID of the COPY source type.
1798
+ :param str source_region: Backup Region of the COPY source type.
1799
+ """
1800
+ pulumi.set(__self__, "source_backup_id", source_backup_id)
1801
+ pulumi.set(__self__, "source_region", source_region)
1802
+
1803
+ @property
1804
+ @pulumi.getter(name="sourceBackupId")
1805
+ def source_backup_id(self) -> str:
1806
+ """
1807
+ Backup ID of the COPY source type.
1808
+ """
1809
+ return pulumi.get(self, "source_backup_id")
1810
+
1811
+ @property
1812
+ @pulumi.getter(name="sourceRegion")
1813
+ def source_region(self) -> str:
1814
+ """
1815
+ Backup Region of the COPY source type.
1816
+ """
1817
+ return pulumi.get(self, "source_region")
1818
+
1819
+
1386
1820
  @pulumi.output_type
1387
1821
  class GetBackupsFilterResult(dict):
1388
1822
  def __init__(__self__, *,
@@ -1611,7 +2045,7 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
1611
2045
  time_created: str):
1612
2046
  """
1613
2047
  :param str compartment_id: The ID of the compartment in which to list resources.
1614
- :param str config_type: The type of configuration. Either user-created or a default configuration.
2048
+ :param str config_type: A filter to return only resources if their `configType` matches the given `configType`.
1615
2049
  :param Sequence['GetConfigurationsConfigurationCollectionItemConfigurationDetailArgs'] configuration_details: List of configuration details.
1616
2050
  :param str db_version: Version of the PostgreSQL database, such as 14.9.
1617
2051
  :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
@@ -1659,7 +2093,7 @@ class GetConfigurationsConfigurationCollectionItemResult(dict):
1659
2093
  @pulumi.getter(name="configType")
1660
2094
  def config_type(self) -> str:
1661
2095
  """
1662
- The type of configuration. Either user-created or a default configuration.
2096
+ A filter to return only resources if their `configType` matches the given `configType`.
1663
2097
  """
1664
2098
  return pulumi.get(self, "config_type")
1665
2099
 
@@ -2341,18 +2775,21 @@ class GetDbSystemManagementPolicyResult(dict):
2341
2775
  class GetDbSystemManagementPolicyBackupPolicyResult(dict):
2342
2776
  def __init__(__self__, *,
2343
2777
  backup_start: str,
2778
+ copy_policies: Sequence['outputs.GetDbSystemManagementPolicyBackupPolicyCopyPolicyResult'],
2344
2779
  days_of_the_months: Sequence[int],
2345
2780
  days_of_the_weeks: Sequence[str],
2346
2781
  kind: str,
2347
2782
  retention_days: int):
2348
2783
  """
2349
2784
  :param str backup_start: Hour of the day when the backup starts.
2785
+ :param Sequence['GetDbSystemManagementPolicyBackupPolicyCopyPolicyArgs'] copy_policies: Backup copy details
2350
2786
  :param Sequence[int] days_of_the_months: Day of the month when the backup should start. To ensure that the backup runs monthly, the latest day of the month that you can use to schedule a backup is the the 28th day.
2351
2787
  :param Sequence[str] days_of_the_weeks: The day of the week that the backup starts.
2352
2788
  :param str kind: The kind of backup policy.
2353
2789
  :param int retention_days: How many days the data should be stored after the database system deletion.
2354
2790
  """
2355
2791
  pulumi.set(__self__, "backup_start", backup_start)
2792
+ pulumi.set(__self__, "copy_policies", copy_policies)
2356
2793
  pulumi.set(__self__, "days_of_the_months", days_of_the_months)
2357
2794
  pulumi.set(__self__, "days_of_the_weeks", days_of_the_weeks)
2358
2795
  pulumi.set(__self__, "kind", kind)
@@ -2366,6 +2803,14 @@ class GetDbSystemManagementPolicyBackupPolicyResult(dict):
2366
2803
  """
2367
2804
  return pulumi.get(self, "backup_start")
2368
2805
 
2806
+ @property
2807
+ @pulumi.getter(name="copyPolicies")
2808
+ def copy_policies(self) -> Sequence['outputs.GetDbSystemManagementPolicyBackupPolicyCopyPolicyResult']:
2809
+ """
2810
+ Backup copy details
2811
+ """
2812
+ return pulumi.get(self, "copy_policies")
2813
+
2369
2814
  @property
2370
2815
  @pulumi.getter(name="daysOfTheMonths")
2371
2816
  def days_of_the_months(self) -> Sequence[int]:
@@ -2399,6 +2844,46 @@ class GetDbSystemManagementPolicyBackupPolicyResult(dict):
2399
2844
  return pulumi.get(self, "retention_days")
2400
2845
 
2401
2846
 
2847
+ @pulumi.output_type
2848
+ class GetDbSystemManagementPolicyBackupPolicyCopyPolicyResult(dict):
2849
+ def __init__(__self__, *,
2850
+ compartment_id: str,
2851
+ regions: Sequence[str],
2852
+ retention_period: int):
2853
+ """
2854
+ :param str compartment_id: target compartment to place a new backup
2855
+ :param Sequence[str] regions: List of region names of the remote region
2856
+ :param int retention_period: Retention period in days of the backup copy.
2857
+ """
2858
+ pulumi.set(__self__, "compartment_id", compartment_id)
2859
+ pulumi.set(__self__, "regions", regions)
2860
+ pulumi.set(__self__, "retention_period", retention_period)
2861
+
2862
+ @property
2863
+ @pulumi.getter(name="compartmentId")
2864
+ def compartment_id(self) -> str:
2865
+ """
2866
+ target compartment to place a new backup
2867
+ """
2868
+ return pulumi.get(self, "compartment_id")
2869
+
2870
+ @property
2871
+ @pulumi.getter
2872
+ def regions(self) -> Sequence[str]:
2873
+ """
2874
+ List of region names of the remote region
2875
+ """
2876
+ return pulumi.get(self, "regions")
2877
+
2878
+ @property
2879
+ @pulumi.getter(name="retentionPeriod")
2880
+ def retention_period(self) -> int:
2881
+ """
2882
+ Retention period in days of the backup copy.
2883
+ """
2884
+ return pulumi.get(self, "retention_period")
2885
+
2886
+
2402
2887
  @pulumi.output_type
2403
2888
  class GetDbSystemNetworkDetailResult(dict):
2404
2889
  def __init__(__self__, *,
@@ -3115,18 +3600,21 @@ class GetDbSystemsDbSystemCollectionItemManagementPolicyResult(dict):
3115
3600
  class GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyResult(dict):
3116
3601
  def __init__(__self__, *,
3117
3602
  backup_start: str,
3603
+ copy_policies: Sequence['outputs.GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyCopyPolicyResult'],
3118
3604
  days_of_the_months: Sequence[int],
3119
3605
  days_of_the_weeks: Sequence[str],
3120
3606
  kind: str,
3121
3607
  retention_days: int):
3122
3608
  """
3123
3609
  :param str backup_start: Hour of the day when the backup starts.
3610
+ :param Sequence['GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyCopyPolicyArgs'] copy_policies: Backup copy details
3124
3611
  :param Sequence[int] days_of_the_months: Day of the month when the backup should start. To ensure that the backup runs monthly, the latest day of the month that you can use to schedule a backup is the the 28th day.
3125
3612
  :param Sequence[str] days_of_the_weeks: The day of the week that the backup starts.
3126
3613
  :param str kind: The kind of backup policy.
3127
3614
  :param int retention_days: How many days the data should be stored after the database system deletion.
3128
3615
  """
3129
3616
  pulumi.set(__self__, "backup_start", backup_start)
3617
+ pulumi.set(__self__, "copy_policies", copy_policies)
3130
3618
  pulumi.set(__self__, "days_of_the_months", days_of_the_months)
3131
3619
  pulumi.set(__self__, "days_of_the_weeks", days_of_the_weeks)
3132
3620
  pulumi.set(__self__, "kind", kind)
@@ -3140,6 +3628,14 @@ class GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyResult(dict)
3140
3628
  """
3141
3629
  return pulumi.get(self, "backup_start")
3142
3630
 
3631
+ @property
3632
+ @pulumi.getter(name="copyPolicies")
3633
+ def copy_policies(self) -> Sequence['outputs.GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyCopyPolicyResult']:
3634
+ """
3635
+ Backup copy details
3636
+ """
3637
+ return pulumi.get(self, "copy_policies")
3638
+
3143
3639
  @property
3144
3640
  @pulumi.getter(name="daysOfTheMonths")
3145
3641
  def days_of_the_months(self) -> Sequence[int]:
@@ -3173,6 +3669,46 @@ class GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyResult(dict)
3173
3669
  return pulumi.get(self, "retention_days")
3174
3670
 
3175
3671
 
3672
+ @pulumi.output_type
3673
+ class GetDbSystemsDbSystemCollectionItemManagementPolicyBackupPolicyCopyPolicyResult(dict):
3674
+ def __init__(__self__, *,
3675
+ compartment_id: str,
3676
+ regions: Sequence[str],
3677
+ retention_period: int):
3678
+ """
3679
+ :param str compartment_id: The ID of the compartment in which to list resources.
3680
+ :param Sequence[str] regions: List of region names of the remote region
3681
+ :param int retention_period: Retention period in days of the backup copy.
3682
+ """
3683
+ pulumi.set(__self__, "compartment_id", compartment_id)
3684
+ pulumi.set(__self__, "regions", regions)
3685
+ pulumi.set(__self__, "retention_period", retention_period)
3686
+
3687
+ @property
3688
+ @pulumi.getter(name="compartmentId")
3689
+ def compartment_id(self) -> str:
3690
+ """
3691
+ The ID of the compartment in which to list resources.
3692
+ """
3693
+ return pulumi.get(self, "compartment_id")
3694
+
3695
+ @property
3696
+ @pulumi.getter
3697
+ def regions(self) -> Sequence[str]:
3698
+ """
3699
+ List of region names of the remote region
3700
+ """
3701
+ return pulumi.get(self, "regions")
3702
+
3703
+ @property
3704
+ @pulumi.getter(name="retentionPeriod")
3705
+ def retention_period(self) -> int:
3706
+ """
3707
+ Retention period in days of the backup copy.
3708
+ """
3709
+ return pulumi.get(self, "retention_period")
3710
+
3711
+
3176
3712
  @pulumi.output_type
3177
3713
  class GetDbSystemsDbSystemCollectionItemNetworkDetailResult(dict):
3178
3714
  def __init__(__self__, *,