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
@@ -22,7 +22,7 @@ class GetExternalDbSystemDiscoveryResult:
22
22
  """
23
23
  A collection of values returned by getExternalDbSystemDiscovery.
24
24
  """
25
- def __init__(__self__, agent_id=None, compartment_id=None, defined_tags=None, discovered_components=None, display_name=None, external_db_system_discovery_id=None, freeform_tags=None, grid_home=None, id=None, lifecycle_details=None, patch_operations=None, resource_id=None, state=None, system_tags=None, time_created=None, time_updated=None):
25
+ def __init__(__self__, agent_id=None, compartment_id=None, defined_tags=None, discovered_components=None, display_name=None, external_db_system_discovery_id=None, freeform_tags=None, grid_home=None, id=None, lifecycle_details=None, patch_operations=None, resource_id=None, state=None, time_created=None, time_updated=None):
26
26
  if agent_id and not isinstance(agent_id, str):
27
27
  raise TypeError("Expected argument 'agent_id' to be a str")
28
28
  pulumi.set(__self__, "agent_id", agent_id)
@@ -62,9 +62,6 @@ class GetExternalDbSystemDiscoveryResult:
62
62
  if state and not isinstance(state, str):
63
63
  raise TypeError("Expected argument 'state' to be a str")
64
64
  pulumi.set(__self__, "state", state)
65
- if system_tags and not isinstance(system_tags, dict):
66
- raise TypeError("Expected argument 'system_tags' to be a dict")
67
- pulumi.set(__self__, "system_tags", system_tags)
68
65
  if time_created and not isinstance(time_created, str):
69
66
  raise TypeError("Expected argument 'time_created' to be a str")
70
67
  pulumi.set(__self__, "time_created", time_created)
@@ -170,14 +167,6 @@ class GetExternalDbSystemDiscoveryResult:
170
167
  """
171
168
  return pulumi.get(self, "state")
172
169
 
173
- @property
174
- @pulumi.getter(name="systemTags")
175
- def system_tags(self) -> Mapping[str, Any]:
176
- """
177
- 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"}`
178
- """
179
- return pulumi.get(self, "system_tags")
180
-
181
170
  @property
182
171
  @pulumi.getter(name="timeCreated")
183
172
  def time_created(self) -> str:
@@ -214,7 +203,6 @@ class AwaitableGetExternalDbSystemDiscoveryResult(GetExternalDbSystemDiscoveryRe
214
203
  patch_operations=self.patch_operations,
215
204
  resource_id=self.resource_id,
216
205
  state=self.state,
217
- system_tags=self.system_tags,
218
206
  time_created=self.time_created,
219
207
  time_updated=self.time_updated)
220
208
 
@@ -257,7 +245,6 @@ def get_external_db_system_discovery(external_db_system_discovery_id: Optional[s
257
245
  patch_operations=pulumi.get(__ret__, 'patch_operations'),
258
246
  resource_id=pulumi.get(__ret__, 'resource_id'),
259
247
  state=pulumi.get(__ret__, 'state'),
260
- system_tags=pulumi.get(__ret__, 'system_tags'),
261
248
  time_created=pulumi.get(__ret__, 'time_created'),
262
249
  time_updated=pulumi.get(__ret__, 'time_updated'))
263
250
 
@@ -22,7 +22,7 @@ class GetExternalExadataInfrastructureResult:
22
22
  """
23
23
  A collection of values returned by getExternalExadataInfrastructure.
24
24
  """
25
- def __init__(__self__, additional_details=None, compartment_id=None, database_compartments=None, database_systems=None, db_system_ids=None, defined_tags=None, discovery_key=None, display_name=None, external_exadata_infrastructure_id=None, freeform_tags=None, id=None, internal_id=None, license_model=None, lifecycle_details=None, rack_size=None, state=None, status=None, storage_grids=None, storage_server_names=None, system_tags=None, time_created=None, time_updated=None, version=None):
25
+ def __init__(__self__, additional_details=None, compartment_id=None, database_compartments=None, database_systems=None, db_system_ids=None, defined_tags=None, discovery_key=None, display_name=None, external_exadata_infrastructure_id=None, freeform_tags=None, id=None, internal_id=None, license_model=None, lifecycle_details=None, rack_size=None, state=None, status=None, storage_grids=None, storage_server_names=None, time_created=None, time_updated=None, version=None):
26
26
  if additional_details and not isinstance(additional_details, dict):
27
27
  raise TypeError("Expected argument 'additional_details' to be a dict")
28
28
  pulumi.set(__self__, "additional_details", additional_details)
@@ -80,9 +80,6 @@ class GetExternalExadataInfrastructureResult:
80
80
  if storage_server_names and not isinstance(storage_server_names, list):
81
81
  raise TypeError("Expected argument 'storage_server_names' to be a list")
82
82
  pulumi.set(__self__, "storage_server_names", storage_server_names)
83
- if system_tags and not isinstance(system_tags, dict):
84
- raise TypeError("Expected argument 'system_tags' to be a dict")
85
- pulumi.set(__self__, "system_tags", system_tags)
86
83
  if time_created and not isinstance(time_created, str):
87
84
  raise TypeError("Expected argument 'time_created' to be a str")
88
85
  pulumi.set(__self__, "time_created", time_created)
@@ -233,14 +230,6 @@ class GetExternalExadataInfrastructureResult:
233
230
  def storage_server_names(self) -> Sequence[str]:
234
231
  return pulumi.get(self, "storage_server_names")
235
232
 
236
- @property
237
- @pulumi.getter(name="systemTags")
238
- def system_tags(self) -> Mapping[str, Any]:
239
- """
240
- 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"}`
241
- """
242
- return pulumi.get(self, "system_tags")
243
-
244
233
  @property
245
234
  @pulumi.getter(name="timeCreated")
246
235
  def time_created(self) -> str:
@@ -291,7 +280,6 @@ class AwaitableGetExternalExadataInfrastructureResult(GetExternalExadataInfrastr
291
280
  status=self.status,
292
281
  storage_grids=self.storage_grids,
293
282
  storage_server_names=self.storage_server_names,
294
- system_tags=self.system_tags,
295
283
  time_created=self.time_created,
296
284
  time_updated=self.time_updated,
297
285
  version=self.version)
@@ -342,7 +330,6 @@ def get_external_exadata_infrastructure(external_exadata_infrastructure_id: Opti
342
330
  status=pulumi.get(__ret__, 'status'),
343
331
  storage_grids=pulumi.get(__ret__, 'storage_grids'),
344
332
  storage_server_names=pulumi.get(__ret__, 'storage_server_names'),
345
- system_tags=pulumi.get(__ret__, 'system_tags'),
346
333
  time_created=pulumi.get(__ret__, 'time_created'),
347
334
  time_updated=pulumi.get(__ret__, 'time_updated'),
348
335
  version=pulumi.get(__ret__, 'version'))
@@ -22,7 +22,7 @@ class GetExternalExadataStorageConnectorResult:
22
22
  """
23
23
  A collection of values returned by getExternalExadataStorageConnector.
24
24
  """
25
- def __init__(__self__, additional_details=None, agent_id=None, connection_uri=None, connector_name=None, credential_infos=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, external_exadata_storage_connector_id=None, freeform_tags=None, id=None, internal_id=None, lifecycle_details=None, state=None, status=None, storage_server_id=None, system_tags=None, time_created=None, time_updated=None, version=None):
25
+ def __init__(__self__, additional_details=None, agent_id=None, connection_uri=None, connector_name=None, credential_infos=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, external_exadata_storage_connector_id=None, freeform_tags=None, id=None, internal_id=None, lifecycle_details=None, state=None, status=None, storage_server_id=None, time_created=None, time_updated=None, version=None):
26
26
  if additional_details and not isinstance(additional_details, dict):
27
27
  raise TypeError("Expected argument 'additional_details' to be a dict")
28
28
  pulumi.set(__self__, "additional_details", additional_details)
@@ -71,9 +71,6 @@ class GetExternalExadataStorageConnectorResult:
71
71
  if storage_server_id and not isinstance(storage_server_id, str):
72
72
  raise TypeError("Expected argument 'storage_server_id' to be a str")
73
73
  pulumi.set(__self__, "storage_server_id", storage_server_id)
74
- if system_tags and not isinstance(system_tags, dict):
75
- raise TypeError("Expected argument 'system_tags' to be a dict")
76
- pulumi.set(__self__, "system_tags", system_tags)
77
74
  if time_created and not isinstance(time_created, str):
78
75
  raise TypeError("Expected argument 'time_created' to be a str")
79
76
  pulumi.set(__self__, "time_created", time_created)
@@ -203,14 +200,6 @@ class GetExternalExadataStorageConnectorResult:
203
200
  """
204
201
  return pulumi.get(self, "storage_server_id")
205
202
 
206
- @property
207
- @pulumi.getter(name="systemTags")
208
- def system_tags(self) -> Mapping[str, Any]:
209
- """
210
- 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"}`
211
- """
212
- return pulumi.get(self, "system_tags")
213
-
214
203
  @property
215
204
  @pulumi.getter(name="timeCreated")
216
205
  def time_created(self) -> str:
@@ -258,7 +247,6 @@ class AwaitableGetExternalExadataStorageConnectorResult(GetExternalExadataStorag
258
247
  state=self.state,
259
248
  status=self.status,
260
249
  storage_server_id=self.storage_server_id,
261
- system_tags=self.system_tags,
262
250
  time_created=self.time_created,
263
251
  time_updated=self.time_updated,
264
252
  version=self.version)
@@ -305,7 +293,6 @@ def get_external_exadata_storage_connector(external_exadata_storage_connector_id
305
293
  state=pulumi.get(__ret__, 'state'),
306
294
  status=pulumi.get(__ret__, 'status'),
307
295
  storage_server_id=pulumi.get(__ret__, 'storage_server_id'),
308
- system_tags=pulumi.get(__ret__, 'system_tags'),
309
296
  time_created=pulumi.get(__ret__, 'time_created'),
310
297
  time_updated=pulumi.get(__ret__, 'time_updated'),
311
298
  version=pulumi.get(__ret__, 'version'))
@@ -22,7 +22,7 @@ class GetExternalExadataStorageGridResult:
22
22
  """
23
23
  A collection of values returned by getExternalExadataStorageGrid.
24
24
  """
25
- def __init__(__self__, additional_details=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, external_exadata_storage_grid_id=None, freeform_tags=None, id=None, internal_id=None, lifecycle_details=None, resource_type=None, server_count=None, state=None, status=None, storage_servers=None, system_tags=None, time_created=None, time_updated=None, version=None):
25
+ def __init__(__self__, additional_details=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, external_exadata_storage_grid_id=None, freeform_tags=None, id=None, internal_id=None, lifecycle_details=None, resource_type=None, server_count=None, state=None, status=None, storage_servers=None, time_created=None, time_updated=None, version=None):
26
26
  if additional_details and not isinstance(additional_details, dict):
27
27
  raise TypeError("Expected argument 'additional_details' to be a dict")
28
28
  pulumi.set(__self__, "additional_details", additional_details)
@@ -65,9 +65,6 @@ class GetExternalExadataStorageGridResult:
65
65
  if storage_servers and not isinstance(storage_servers, list):
66
66
  raise TypeError("Expected argument 'storage_servers' to be a list")
67
67
  pulumi.set(__self__, "storage_servers", storage_servers)
68
- if system_tags and not isinstance(system_tags, dict):
69
- raise TypeError("Expected argument 'system_tags' to be a dict")
70
- pulumi.set(__self__, "system_tags", system_tags)
71
68
  if time_created and not isinstance(time_created, str):
72
69
  raise TypeError("Expected argument 'time_created' to be a str")
73
70
  pulumi.set(__self__, "time_created", time_created)
@@ -187,14 +184,6 @@ class GetExternalExadataStorageGridResult:
187
184
  """
188
185
  return pulumi.get(self, "storage_servers")
189
186
 
190
- @property
191
- @pulumi.getter(name="systemTags")
192
- def system_tags(self) -> Mapping[str, Any]:
193
- """
194
- 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"}`
195
- """
196
- return pulumi.get(self, "system_tags")
197
-
198
187
  @property
199
188
  @pulumi.getter(name="timeCreated")
200
189
  def time_created(self) -> str:
@@ -240,7 +229,6 @@ class AwaitableGetExternalExadataStorageGridResult(GetExternalExadataStorageGrid
240
229
  state=self.state,
241
230
  status=self.status,
242
231
  storage_servers=self.storage_servers,
243
- system_tags=self.system_tags,
244
232
  time_created=self.time_created,
245
233
  time_updated=self.time_updated,
246
234
  version=self.version)
@@ -285,7 +273,6 @@ def get_external_exadata_storage_grid(external_exadata_storage_grid_id: Optional
285
273
  state=pulumi.get(__ret__, 'state'),
286
274
  status=pulumi.get(__ret__, 'status'),
287
275
  storage_servers=pulumi.get(__ret__, 'storage_servers'),
288
- system_tags=pulumi.get(__ret__, 'system_tags'),
289
276
  time_created=pulumi.get(__ret__, 'time_created'),
290
277
  time_updated=pulumi.get(__ret__, 'time_updated'),
291
278
  version=pulumi.get(__ret__, 'version'))
@@ -22,7 +22,7 @@ class GetExternalExadataStorageServerResult:
22
22
  """
23
23
  A collection of values returned by getExternalExadataStorageServer.
24
24
  """
25
- def __init__(__self__, additional_details=None, connectors=None, cpu_count=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, external_exadata_storage_server_id=None, freeform_tags=None, id=None, internal_id=None, ip_address=None, lifecycle_details=None, make_model=None, max_flash_disk_iops=None, max_flash_disk_throughput=None, max_hard_disk_iops=None, max_hard_disk_throughput=None, memory_gb=None, resource_type=None, state=None, status=None, storage_grid_id=None, system_tags=None, time_created=None, time_updated=None, version=None):
25
+ def __init__(__self__, additional_details=None, connectors=None, cpu_count=None, defined_tags=None, display_name=None, exadata_infrastructure_id=None, external_exadata_storage_server_id=None, freeform_tags=None, id=None, internal_id=None, ip_address=None, lifecycle_details=None, make_model=None, max_flash_disk_iops=None, max_flash_disk_throughput=None, max_hard_disk_iops=None, max_hard_disk_throughput=None, memory_gb=None, resource_type=None, state=None, status=None, storage_grid_id=None, time_created=None, time_updated=None, version=None):
26
26
  if additional_details and not isinstance(additional_details, dict):
27
27
  raise TypeError("Expected argument 'additional_details' to be a dict")
28
28
  pulumi.set(__self__, "additional_details", additional_details)
@@ -89,9 +89,6 @@ class GetExternalExadataStorageServerResult:
89
89
  if storage_grid_id and not isinstance(storage_grid_id, str):
90
90
  raise TypeError("Expected argument 'storage_grid_id' to be a str")
91
91
  pulumi.set(__self__, "storage_grid_id", storage_grid_id)
92
- if system_tags and not isinstance(system_tags, dict):
93
- raise TypeError("Expected argument 'system_tags' to be a dict")
94
- pulumi.set(__self__, "system_tags", system_tags)
95
92
  if time_created and not isinstance(time_created, str):
96
93
  raise TypeError("Expected argument 'time_created' to be a str")
97
94
  pulumi.set(__self__, "time_created", time_created)
@@ -275,14 +272,6 @@ class GetExternalExadataStorageServerResult:
275
272
  """
276
273
  return pulumi.get(self, "storage_grid_id")
277
274
 
278
- @property
279
- @pulumi.getter(name="systemTags")
280
- def system_tags(self) -> Mapping[str, Any]:
281
- """
282
- 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"}`
283
- """
284
- return pulumi.get(self, "system_tags")
285
-
286
275
  @property
287
276
  @pulumi.getter(name="timeCreated")
288
277
  def time_created(self) -> str:
@@ -336,7 +325,6 @@ class AwaitableGetExternalExadataStorageServerResult(GetExternalExadataStorageSe
336
325
  state=self.state,
337
326
  status=self.status,
338
327
  storage_grid_id=self.storage_grid_id,
339
- system_tags=self.system_tags,
340
328
  time_created=self.time_created,
341
329
  time_updated=self.time_updated,
342
330
  version=self.version)
@@ -389,7 +377,6 @@ def get_external_exadata_storage_server(external_exadata_storage_server_id: Opti
389
377
  state=pulumi.get(__ret__, 'state'),
390
378
  status=pulumi.get(__ret__, 'status'),
391
379
  storage_grid_id=pulumi.get(__ret__, 'storage_grid_id'),
392
- system_tags=pulumi.get(__ret__, 'system_tags'),
393
380
  time_created=pulumi.get(__ret__, 'time_created'),
394
381
  time_updated=pulumi.get(__ret__, 'time_updated'),
395
382
  version=pulumi.get(__ret__, 'version'))
@@ -22,7 +22,7 @@ class GetExternalListenerResult:
22
22
  """
23
23
  A collection of values returned by getExternalListener.
24
24
  """
25
- def __init__(__self__, additional_details=None, adr_home_directory=None, compartment_id=None, component_name=None, defined_tags=None, display_name=None, endpoints=None, external_connector_id=None, external_db_home_id=None, external_db_node_id=None, external_db_system_id=None, external_listener_id=None, freeform_tags=None, host_name=None, id=None, lifecycle_details=None, listener_alias=None, listener_ora_location=None, listener_type=None, log_directory=None, oracle_home=None, serviced_asms=None, serviced_databases=None, state=None, system_tags=None, time_created=None, time_updated=None, trace_directory=None, version=None):
25
+ def __init__(__self__, additional_details=None, adr_home_directory=None, compartment_id=None, component_name=None, defined_tags=None, display_name=None, endpoints=None, external_connector_id=None, external_db_home_id=None, external_db_node_id=None, external_db_system_id=None, external_listener_id=None, freeform_tags=None, host_name=None, id=None, lifecycle_details=None, listener_alias=None, listener_ora_location=None, listener_type=None, log_directory=None, oracle_home=None, serviced_asms=None, serviced_databases=None, state=None, time_created=None, time_updated=None, trace_directory=None, version=None):
26
26
  if additional_details and not isinstance(additional_details, dict):
27
27
  raise TypeError("Expected argument 'additional_details' to be a dict")
28
28
  pulumi.set(__self__, "additional_details", additional_details)
@@ -95,9 +95,6 @@ class GetExternalListenerResult:
95
95
  if state and not isinstance(state, str):
96
96
  raise TypeError("Expected argument 'state' to be a str")
97
97
  pulumi.set(__self__, "state", state)
98
- if system_tags and not isinstance(system_tags, dict):
99
- raise TypeError("Expected argument 'system_tags' to be a dict")
100
- pulumi.set(__self__, "system_tags", system_tags)
101
98
  if time_created and not isinstance(time_created, str):
102
99
  raise TypeError("Expected argument 'time_created' to be a str")
103
100
  pulumi.set(__self__, "time_created", time_created)
@@ -300,14 +297,6 @@ class GetExternalListenerResult:
300
297
  """
301
298
  return pulumi.get(self, "state")
302
299
 
303
- @property
304
- @pulumi.getter(name="systemTags")
305
- def system_tags(self) -> Mapping[str, Any]:
306
- """
307
- 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"}`
308
- """
309
- return pulumi.get(self, "system_tags")
310
-
311
300
  @property
312
301
  @pulumi.getter(name="timeCreated")
313
302
  def time_created(self) -> str:
@@ -371,7 +360,6 @@ class AwaitableGetExternalListenerResult(GetExternalListenerResult):
371
360
  serviced_asms=self.serviced_asms,
372
361
  serviced_databases=self.serviced_databases,
373
362
  state=self.state,
374
- system_tags=self.system_tags,
375
363
  time_created=self.time_created,
376
364
  time_updated=self.time_updated,
377
365
  trace_directory=self.trace_directory,
@@ -427,7 +415,6 @@ def get_external_listener(external_listener_id: Optional[str] = None,
427
415
  serviced_asms=pulumi.get(__ret__, 'serviced_asms'),
428
416
  serviced_databases=pulumi.get(__ret__, 'serviced_databases'),
429
417
  state=pulumi.get(__ret__, 'state'),
430
- system_tags=pulumi.get(__ret__, 'system_tags'),
431
418
  time_created=pulumi.get(__ret__, 'time_created'),
432
419
  time_updated=pulumi.get(__ret__, 'time_updated'),
433
420
  trace_directory=pulumi.get(__ret__, 'trace_directory'),
@@ -22,7 +22,7 @@ class GetManagedDatabaseGroupResult:
22
22
  """
23
23
  A collection of values returned by getManagedDatabaseGroup.
24
24
  """
25
- def __init__(__self__, compartment_id=None, defined_tags=None, description=None, freeform_tags=None, id=None, managed_database_group_id=None, managed_databases=None, name=None, state=None, system_tags=None, time_created=None, time_updated=None):
25
+ def __init__(__self__, compartment_id=None, defined_tags=None, description=None, freeform_tags=None, id=None, managed_database_group_id=None, managed_databases=None, name=None, state=None, time_created=None, time_updated=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)
@@ -50,9 +50,6 @@ class GetManagedDatabaseGroupResult:
50
50
  if state and not isinstance(state, str):
51
51
  raise TypeError("Expected argument 'state' to be a str")
52
52
  pulumi.set(__self__, "state", state)
53
- if system_tags and not isinstance(system_tags, dict):
54
- raise TypeError("Expected argument 'system_tags' to be a dict")
55
- pulumi.set(__self__, "system_tags", system_tags)
56
53
  if time_created and not isinstance(time_created, str):
57
54
  raise TypeError("Expected argument 'time_created' to be a str")
58
55
  pulumi.set(__self__, "time_created", time_created)
@@ -129,14 +126,6 @@ class GetManagedDatabaseGroupResult:
129
126
  """
130
127
  return pulumi.get(self, "state")
131
128
 
132
- @property
133
- @pulumi.getter(name="systemTags")
134
- def system_tags(self) -> Mapping[str, Any]:
135
- """
136
- 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"}`
137
- """
138
- return pulumi.get(self, "system_tags")
139
-
140
129
  @property
141
130
  @pulumi.getter(name="timeCreated")
142
131
  def time_created(self) -> str:
@@ -169,7 +158,6 @@ class AwaitableGetManagedDatabaseGroupResult(GetManagedDatabaseGroupResult):
169
158
  managed_databases=self.managed_databases,
170
159
  name=self.name,
171
160
  state=self.state,
172
- system_tags=self.system_tags,
173
161
  time_created=self.time_created,
174
162
  time_updated=self.time_updated)
175
163
 
@@ -208,7 +196,6 @@ def get_managed_database_group(managed_database_group_id: Optional[str] = None,
208
196
  managed_databases=pulumi.get(__ret__, 'managed_databases'),
209
197
  name=pulumi.get(__ret__, 'name'),
210
198
  state=pulumi.get(__ret__, 'state'),
211
- system_tags=pulumi.get(__ret__, 'system_tags'),
212
199
  time_created=pulumi.get(__ret__, 'time_created'),
213
200
  time_updated=pulumi.get(__ret__, 'time_updated'))
214
201
 
@@ -113,7 +113,7 @@ class GetManagedMySqlDatabaseResult:
113
113
  @pulumi.getter(name="heatWaveNodeShape")
114
114
  def heat_wave_node_shape(self) -> str:
115
115
  """
116
- The shape of the nodes in the HeatWave cluster.
116
+ Shape of the nodes in the HeatWave cluster.
117
117
  """
118
118
  return pulumi.get(self, "heat_wave_node_shape")
119
119
 
@@ -121,7 +121,7 @@ class GetManagedMySqlDatabaseResult:
121
121
  @pulumi.getter(name="heatWaveNodes")
122
122
  def heat_wave_nodes(self) -> Sequence['outputs.GetManagedMySqlDatabaseHeatWaveNodeResult']:
123
123
  """
124
- The information about individual HeatWave nodes in the cluster.
124
+ The information about an individual HeatWave nodes in the cluster.
125
125
  """
126
126
  return pulumi.get(self, "heat_wave_nodes")
127
127
 
@@ -137,7 +137,7 @@ class GetManagedMySqlDatabaseResult:
137
137
  @pulumi.getter(name="isHeatWaveActive")
138
138
  def is_heat_wave_active(self) -> bool:
139
139
  """
140
- Indicates whether the HeatWave cluster is active or not.
140
+ If the HeatWave cluster is active or not.
141
141
  """
142
142
  return pulumi.get(self, "is_heat_wave_active")
143
143
 
@@ -145,7 +145,7 @@ class GetManagedMySqlDatabaseResult:
145
145
  @pulumi.getter(name="isHeatWaveEnabled")
146
146
  def is_heat_wave_enabled(self) -> bool:
147
147
  """
148
- Indicates whether HeatWave is enabled for the MySQL Database System or not.
148
+ If HeatWave is enabled for this db system or not.
149
149
  """
150
150
  return pulumi.get(self, "is_heat_wave_enabled")
151
151
 
@@ -153,7 +153,7 @@ class GetManagedMySqlDatabaseResult:
153
153
  @pulumi.getter(name="isLakehouseEnabled")
154
154
  def is_lakehouse_enabled(self) -> bool:
155
155
  """
156
- Indicates whether HeatWave Lakehouse is enabled for the MySQL Database System or not.
156
+ If HeatWave Lakehouse is enabled for the db system or not.
157
157
  """
158
158
  return pulumi.get(self, "is_lakehouse_enabled")
159
159
 
@@ -174,7 +174,7 @@ class GetManagedMySqlDatabaseResult:
174
174
  @pulumi.getter(name="timeCreated")
175
175
  def time_created(self) -> str:
176
176
  """
177
- The date and time the HeatWave node was created.
177
+ The date and time the node was created.
178
178
  """
179
179
  return pulumi.get(self, "time_created")
180
180
 
@@ -22,7 +22,7 @@ class GetNamedCredentialResult:
22
22
  """
23
23
  A collection of values returned by getNamedCredential.
24
24
  """
25
- def __init__(__self__, associated_resource=None, compartment_id=None, contents=None, defined_tags=None, description=None, freeform_tags=None, id=None, lifecycle_details=None, name=None, named_credential_id=None, scope=None, state=None, system_tags=None, time_created=None, time_updated=None, type=None):
25
+ def __init__(__self__, associated_resource=None, compartment_id=None, contents=None, defined_tags=None, description=None, freeform_tags=None, id=None, lifecycle_details=None, name=None, named_credential_id=None, scope=None, state=None, time_created=None, time_updated=None, type=None):
26
26
  if associated_resource and not isinstance(associated_resource, str):
27
27
  raise TypeError("Expected argument 'associated_resource' to be a str")
28
28
  pulumi.set(__self__, "associated_resource", associated_resource)
@@ -59,9 +59,6 @@ class GetNamedCredentialResult:
59
59
  if state and not isinstance(state, str):
60
60
  raise TypeError("Expected argument 'state' to be a str")
61
61
  pulumi.set(__self__, "state", state)
62
- if system_tags and not isinstance(system_tags, dict):
63
- raise TypeError("Expected argument 'system_tags' to be a dict")
64
- pulumi.set(__self__, "system_tags", system_tags)
65
62
  if time_created and not isinstance(time_created, str):
66
63
  raise TypeError("Expected argument 'time_created' to be a str")
67
64
  pulumi.set(__self__, "time_created", time_created)
@@ -165,14 +162,6 @@ class GetNamedCredentialResult:
165
162
  """
166
163
  return pulumi.get(self, "state")
167
164
 
168
- @property
169
- @pulumi.getter(name="systemTags")
170
- def system_tags(self) -> Mapping[str, Any]:
171
- """
172
- 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"}`
173
- """
174
- return pulumi.get(self, "system_tags")
175
-
176
165
  @property
177
166
  @pulumi.getter(name="timeCreated")
178
167
  def time_created(self) -> str:
@@ -216,7 +205,6 @@ class AwaitableGetNamedCredentialResult(GetNamedCredentialResult):
216
205
  named_credential_id=self.named_credential_id,
217
206
  scope=self.scope,
218
207
  state=self.state,
219
- system_tags=self.system_tags,
220
208
  time_created=self.time_created,
221
209
  time_updated=self.time_updated,
222
210
  type=self.type)
@@ -259,7 +247,6 @@ def get_named_credential(named_credential_id: Optional[str] = None,
259
247
  named_credential_id=pulumi.get(__ret__, 'named_credential_id'),
260
248
  scope=pulumi.get(__ret__, 'scope'),
261
249
  state=pulumi.get(__ret__, 'state'),
262
- system_tags=pulumi.get(__ret__, 'system_tags'),
263
250
  time_created=pulumi.get(__ret__, 'time_created'),
264
251
  time_updated=pulumi.get(__ret__, 'time_updated'),
265
252
  type=pulumi.get(__ret__, 'type'))
@@ -96,7 +96,6 @@ class _ManagedDatabaseState:
96
96
  name: Optional[pulumi.Input[str]] = None,
97
97
  parent_container_id: Optional[pulumi.Input[str]] = None,
98
98
  storage_system_id: Optional[pulumi.Input[str]] = None,
99
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
100
99
  time_created: Optional[pulumi.Input[str]] = None,
101
100
  workload_type: Optional[pulumi.Input[str]] = None):
102
101
  """
@@ -122,7 +121,6 @@ class _ManagedDatabaseState:
122
121
  :param pulumi.Input[str] name: The name of the Managed Database.
123
122
  :param pulumi.Input[str] parent_container_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent Container Database if Managed Database is a Pluggable Database.
124
123
  :param pulumi.Input[str] storage_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the storage DB system.
125
- :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"}`
126
124
  :param pulumi.Input[str] time_created: The date and time the Managed Database was created.
127
125
  :param pulumi.Input[str] workload_type: The workload type of the Autonomous Database.
128
126
  """
@@ -160,8 +158,6 @@ class _ManagedDatabaseState:
160
158
  pulumi.set(__self__, "parent_container_id", parent_container_id)
161
159
  if storage_system_id is not None:
162
160
  pulumi.set(__self__, "storage_system_id", storage_system_id)
163
- if system_tags is not None:
164
- pulumi.set(__self__, "system_tags", system_tags)
165
161
  if time_created is not None:
166
162
  pulumi.set(__self__, "time_created", time_created)
167
163
  if workload_type is not None:
@@ -375,18 +371,6 @@ class _ManagedDatabaseState:
375
371
  def storage_system_id(self, value: Optional[pulumi.Input[str]]):
376
372
  pulumi.set(self, "storage_system_id", value)
377
373
 
378
- @property
379
- @pulumi.getter(name="systemTags")
380
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
381
- """
382
- 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"}`
383
- """
384
- return pulumi.get(self, "system_tags")
385
-
386
- @system_tags.setter
387
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
388
- pulumi.set(self, "system_tags", value)
389
-
390
374
  @property
391
375
  @pulumi.getter(name="timeCreated")
392
376
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -509,7 +493,6 @@ class ManagedDatabase(pulumi.CustomResource):
509
493
  __props__.__dict__["name"] = None
510
494
  __props__.__dict__["parent_container_id"] = None
511
495
  __props__.__dict__["storage_system_id"] = None
512
- __props__.__dict__["system_tags"] = None
513
496
  __props__.__dict__["time_created"] = None
514
497
  __props__.__dict__["workload_type"] = None
515
498
  super(ManagedDatabase, __self__).__init__(
@@ -539,7 +522,6 @@ class ManagedDatabase(pulumi.CustomResource):
539
522
  name: Optional[pulumi.Input[str]] = None,
540
523
  parent_container_id: Optional[pulumi.Input[str]] = None,
541
524
  storage_system_id: Optional[pulumi.Input[str]] = None,
542
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
543
525
  time_created: Optional[pulumi.Input[str]] = None,
544
526
  workload_type: Optional[pulumi.Input[str]] = None) -> 'ManagedDatabase':
545
527
  """
@@ -570,7 +552,6 @@ class ManagedDatabase(pulumi.CustomResource):
570
552
  :param pulumi.Input[str] name: The name of the Managed Database.
571
553
  :param pulumi.Input[str] parent_container_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the parent Container Database if Managed Database is a Pluggable Database.
572
554
  :param pulumi.Input[str] storage_system_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the storage DB system.
573
- :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"}`
574
555
  :param pulumi.Input[str] time_created: The date and time the Managed Database was created.
575
556
  :param pulumi.Input[str] workload_type: The workload type of the Autonomous Database.
576
557
  """
@@ -595,7 +576,6 @@ class ManagedDatabase(pulumi.CustomResource):
595
576
  __props__.__dict__["name"] = name
596
577
  __props__.__dict__["parent_container_id"] = parent_container_id
597
578
  __props__.__dict__["storage_system_id"] = storage_system_id
598
- __props__.__dict__["system_tags"] = system_tags
599
579
  __props__.__dict__["time_created"] = time_created
600
580
  __props__.__dict__["workload_type"] = workload_type
601
581
  return ManagedDatabase(resource_name, opts=opts, __props__=__props__)
@@ -740,14 +720,6 @@ class ManagedDatabase(pulumi.CustomResource):
740
720
  """
741
721
  return pulumi.get(self, "storage_system_id")
742
722
 
743
- @property
744
- @pulumi.getter(name="systemTags")
745
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
746
- """
747
- 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"}`
748
- """
749
- return pulumi.get(self, "system_tags")
750
-
751
723
  @property
752
724
  @pulumi.getter(name="timeCreated")
753
725
  def time_created(self) -> pulumi.Output[str]:
@@ -126,7 +126,6 @@ class _ManagedDatabaseGroupState:
126
126
  managed_databases: Optional[pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseGroupManagedDatabaseArgs']]]] = None,
127
127
  name: Optional[pulumi.Input[str]] = None,
128
128
  state: Optional[pulumi.Input[str]] = None,
129
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
130
129
  time_created: Optional[pulumi.Input[str]] = None,
131
130
  time_updated: Optional[pulumi.Input[str]] = None):
132
131
  """
@@ -138,7 +137,6 @@ class _ManagedDatabaseGroupState:
138
137
  :param pulumi.Input[Sequence[pulumi.Input['ManagedDatabaseGroupManagedDatabaseArgs']]] managed_databases: (Updatable) Set of Managed Databases that the user wants to add to the Managed Database Group. Specifying a block will add the Managed Database to Managed Database Group and removing the block will remove Managed Database from the Managed Database Group.
139
138
  :param pulumi.Input[str] name: The name of the Managed Database Group. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the Managed Database Group cannot be modified. It must be unique in the compartment and must begin with an alphabetic character.
140
139
  :param pulumi.Input[str] state: The current lifecycle state of the Managed Database Group.
141
- :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"}`
142
140
  :param pulumi.Input[str] time_created: The date and time the Managed Database Group was created.
143
141
  :param pulumi.Input[str] time_updated: The date and time the Managed Database Group was last updated.
144
142
  """
@@ -156,8 +154,6 @@ class _ManagedDatabaseGroupState:
156
154
  pulumi.set(__self__, "name", name)
157
155
  if state is not None:
158
156
  pulumi.set(__self__, "state", state)
159
- if system_tags is not None:
160
- pulumi.set(__self__, "system_tags", system_tags)
161
157
  if time_created is not None:
162
158
  pulumi.set(__self__, "time_created", time_created)
163
159
  if time_updated is not None:
@@ -247,18 +243,6 @@ class _ManagedDatabaseGroupState:
247
243
  def state(self, value: Optional[pulumi.Input[str]]):
248
244
  pulumi.set(self, "state", value)
249
245
 
250
- @property
251
- @pulumi.getter(name="systemTags")
252
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
253
- """
254
- 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"}`
255
- """
256
- return pulumi.get(self, "system_tags")
257
-
258
- @system_tags.setter
259
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
260
- pulumi.set(self, "system_tags", value)
261
-
262
246
  @property
263
247
  @pulumi.getter(name="timeCreated")
264
248
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -420,7 +404,6 @@ class ManagedDatabaseGroup(pulumi.CustomResource):
420
404
  __props__.__dict__["managed_databases"] = managed_databases
421
405
  __props__.__dict__["name"] = name
422
406
  __props__.__dict__["state"] = None
423
- __props__.__dict__["system_tags"] = None
424
407
  __props__.__dict__["time_created"] = None
425
408
  __props__.__dict__["time_updated"] = None
426
409
  super(ManagedDatabaseGroup, __self__).__init__(
@@ -440,7 +423,6 @@ class ManagedDatabaseGroup(pulumi.CustomResource):
440
423
  managed_databases: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedDatabaseGroupManagedDatabaseArgs']]]]] = None,
441
424
  name: Optional[pulumi.Input[str]] = None,
442
425
  state: Optional[pulumi.Input[str]] = None,
443
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
444
426
  time_created: Optional[pulumi.Input[str]] = None,
445
427
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ManagedDatabaseGroup':
446
428
  """
@@ -457,7 +439,6 @@ class ManagedDatabaseGroup(pulumi.CustomResource):
457
439
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagedDatabaseGroupManagedDatabaseArgs']]]] managed_databases: (Updatable) Set of Managed Databases that the user wants to add to the Managed Database Group. Specifying a block will add the Managed Database to Managed Database Group and removing the block will remove Managed Database from the Managed Database Group.
458
440
  :param pulumi.Input[str] name: The name of the Managed Database Group. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the Managed Database Group cannot be modified. It must be unique in the compartment and must begin with an alphabetic character.
459
441
  :param pulumi.Input[str] state: The current lifecycle state of the Managed Database Group.
460
- :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"}`
461
442
  :param pulumi.Input[str] time_created: The date and time the Managed Database Group was created.
462
443
  :param pulumi.Input[str] time_updated: The date and time the Managed Database Group was last updated.
463
444
  """
@@ -472,7 +453,6 @@ class ManagedDatabaseGroup(pulumi.CustomResource):
472
453
  __props__.__dict__["managed_databases"] = managed_databases
473
454
  __props__.__dict__["name"] = name
474
455
  __props__.__dict__["state"] = state
475
- __props__.__dict__["system_tags"] = system_tags
476
456
  __props__.__dict__["time_created"] = time_created
477
457
  __props__.__dict__["time_updated"] = time_updated
478
458
  return ManagedDatabaseGroup(resource_name, opts=opts, __props__=__props__)
@@ -533,14 +513,6 @@ class ManagedDatabaseGroup(pulumi.CustomResource):
533
513
  """
534
514
  return pulumi.get(self, "state")
535
515
 
536
- @property
537
- @pulumi.getter(name="systemTags")
538
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
539
- """
540
- 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"}`
541
- """
542
- return pulumi.get(self, "system_tags")
543
-
544
516
  @property
545
517
  @pulumi.getter(name="timeCreated")
546
518
  def time_created(self) -> pulumi.Output[str]: