pulumi-oci 1.34.0__py3-none-any.whl → 1.34.0a1714457631__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. pulumi_oci/__init__.py +0 -40
  2. pulumi_oci/config/__init__.pyi +2 -2
  3. pulumi_oci/config/vars.py +2 -2
  4. pulumi_oci/database/db_home.py +0 -47
  5. pulumi_oci/database/get_db_home.py +1 -14
  6. pulumi_oci/database/outputs.py +0 -11
  7. pulumi_oci/databasemanagement/__init__.py +0 -5
  8. pulumi_oci/databasemanagement/_inputs.py +1 -1206
  9. pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -28
  10. pulumi_oci/databasemanagement/external_asm.py +0 -28
  11. pulumi_oci/databasemanagement/external_asm_instance.py +0 -28
  12. pulumi_oci/databasemanagement/external_cluster.py +0 -28
  13. pulumi_oci/databasemanagement/external_cluster_instance.py +0 -28
  14. pulumi_oci/databasemanagement/external_db_home.py +0 -28
  15. pulumi_oci/databasemanagement/external_db_node.py +0 -28
  16. pulumi_oci/databasemanagement/external_db_system.py +0 -28
  17. pulumi_oci/databasemanagement/external_db_system_connector.py +0 -28
  18. pulumi_oci/databasemanagement/external_db_system_discovery.py +0 -28
  19. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +0 -28
  20. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +0 -28
  21. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +0 -28
  22. pulumi_oci/databasemanagement/external_exadata_storage_server.py +0 -28
  23. pulumi_oci/databasemanagement/external_listener.py +0 -28
  24. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
  25. pulumi_oci/databasemanagement/get_external_asm.py +1 -14
  26. pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -14
  27. pulumi_oci/databasemanagement/get_external_cluster.py +1 -14
  28. pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -14
  29. pulumi_oci/databasemanagement/get_external_databases.py +1 -18
  30. pulumi_oci/databasemanagement/get_external_db_home.py +1 -14
  31. pulumi_oci/databasemanagement/get_external_db_node.py +1 -14
  32. pulumi_oci/databasemanagement/get_external_db_system.py +1 -14
  33. pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -14
  34. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -14
  35. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -14
  36. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -14
  37. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -14
  38. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -14
  39. pulumi_oci/databasemanagement/get_external_listener.py +1 -14
  40. pulumi_oci/databasemanagement/get_managed_database_group.py +1 -14
  41. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +6 -6
  42. pulumi_oci/databasemanagement/get_named_credential.py +1 -14
  43. pulumi_oci/databasemanagement/managed_database.py +0 -28
  44. pulumi_oci/databasemanagement/managed_database_group.py +0 -28
  45. pulumi_oci/databasemanagement/named_credential.py +0 -28
  46. pulumi_oci/databasemanagement/outputs.py +217 -1726
  47. pulumi_oci/datasafe/__init__.py +0 -3
  48. pulumi_oci/datasafe/_inputs.py +0 -80
  49. pulumi_oci/datasafe/get_masking_policy.py +1 -11
  50. pulumi_oci/datasafe/masking_policy.py +28 -75
  51. pulumi_oci/datasafe/outputs.py +0 -287
  52. pulumi_oci/provider.py +8 -8
  53. pulumi_oci/recoverymod/_inputs.py +0 -16
  54. pulumi_oci/recoverymod/get_protected_database.py +5 -25
  55. pulumi_oci/recoverymod/get_protection_policies.py +7 -1
  56. pulumi_oci/recoverymod/get_protection_policy.py +8 -15
  57. pulumi_oci/recoverymod/get_recovery_service_subnet.py +9 -32
  58. pulumi_oci/recoverymod/get_recovery_service_subnets.py +21 -3
  59. pulumi_oci/recoverymod/outputs.py +24 -96
  60. pulumi_oci/recoverymod/protected_database.py +16 -95
  61. pulumi_oci/recoverymod/protection_policy.py +54 -121
  62. pulumi_oci/recoverymod/recovery_service_subnet.py +55 -143
  63. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714457631.dist-info}/METADATA +1 -1
  64. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714457631.dist-info}/RECORD +66 -74
  65. pulumi_oci/databasemanagement/database_dbm_features_management.py +0 -275
  66. pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +0 -275
  67. pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +0 -275
  68. pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +0 -275
  69. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +0 -275
  70. pulumi_oci/datasafe/get_masking_policy_health_report.py +0 -235
  71. pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +0 -153
  72. pulumi_oci/datasafe/get_masking_policy_health_reports.py +0 -267
  73. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714457631.dist-info}/WHEEL +0 -0
  74. {pulumi_oci-1.34.0.dist-info → pulumi_oci-1.34.0a1714457631.dist-info}/top_level.txt +0 -0
@@ -146,7 +146,6 @@ class _ExternalDbSystemState:
146
146
  lifecycle_details: Optional[pulumi.Input[str]] = None,
147
147
  stack_monitoring_config: Optional[pulumi.Input['ExternalDbSystemStackMonitoringConfigArgs']] = None,
148
148
  state: Optional[pulumi.Input[str]] = None,
149
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
150
149
  time_created: Optional[pulumi.Input[str]] = None,
151
150
  time_updated: Optional[pulumi.Input[str]] = None):
152
151
  """
@@ -163,7 +162,6 @@ class _ExternalDbSystemState:
163
162
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
164
163
  :param pulumi.Input['ExternalDbSystemStackMonitoringConfigArgs'] stack_monitoring_config: The details of the associated service that will be enabled or disabled for an external DB System.
165
164
  :param pulumi.Input[str] state: The current lifecycle state of the external DB system resource.
166
- :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"}`
167
165
  :param pulumi.Input[str] time_created: The date and time the external DB system was created.
168
166
  :param pulumi.Input[str] time_updated: The date and time the external DB system was last updated.
169
167
  """
@@ -191,8 +189,6 @@ class _ExternalDbSystemState:
191
189
  pulumi.set(__self__, "stack_monitoring_config", stack_monitoring_config)
192
190
  if state is not None:
193
191
  pulumi.set(__self__, "state", state)
194
- if system_tags is not None:
195
- pulumi.set(__self__, "system_tags", system_tags)
196
192
  if time_created is not None:
197
193
  pulumi.set(__self__, "time_created", time_created)
198
194
  if time_updated is not None:
@@ -342,18 +338,6 @@ class _ExternalDbSystemState:
342
338
  def state(self, value: Optional[pulumi.Input[str]]):
343
339
  pulumi.set(self, "state", value)
344
340
 
345
- @property
346
- @pulumi.getter(name="systemTags")
347
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
348
- """
349
- 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"}`
350
- """
351
- return pulumi.get(self, "system_tags")
352
-
353
- @system_tags.setter
354
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
355
- pulumi.set(self, "system_tags", value)
356
-
357
341
  @property
358
342
  @pulumi.getter(name="timeCreated")
359
343
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -531,7 +515,6 @@ class ExternalDbSystem(pulumi.CustomResource):
531
515
  __props__.__dict__["is_cluster"] = None
532
516
  __props__.__dict__["lifecycle_details"] = None
533
517
  __props__.__dict__["state"] = None
534
- __props__.__dict__["system_tags"] = None
535
518
  __props__.__dict__["time_created"] = None
536
519
  __props__.__dict__["time_updated"] = None
537
520
  super(ExternalDbSystem, __self__).__init__(
@@ -556,7 +539,6 @@ class ExternalDbSystem(pulumi.CustomResource):
556
539
  lifecycle_details: Optional[pulumi.Input[str]] = None,
557
540
  stack_monitoring_config: Optional[pulumi.Input[pulumi.InputType['ExternalDbSystemStackMonitoringConfigArgs']]] = None,
558
541
  state: Optional[pulumi.Input[str]] = None,
559
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
560
542
  time_created: Optional[pulumi.Input[str]] = None,
561
543
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ExternalDbSystem':
562
544
  """
@@ -578,7 +560,6 @@ class ExternalDbSystem(pulumi.CustomResource):
578
560
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
579
561
  :param pulumi.Input[pulumi.InputType['ExternalDbSystemStackMonitoringConfigArgs']] stack_monitoring_config: The details of the associated service that will be enabled or disabled for an external DB System.
580
562
  :param pulumi.Input[str] state: The current lifecycle state of the external DB system resource.
581
- :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"}`
582
563
  :param pulumi.Input[str] time_created: The date and time the external DB system was created.
583
564
  :param pulumi.Input[str] time_updated: The date and time the external DB system was last updated.
584
565
  """
@@ -598,7 +579,6 @@ class ExternalDbSystem(pulumi.CustomResource):
598
579
  __props__.__dict__["lifecycle_details"] = lifecycle_details
599
580
  __props__.__dict__["stack_monitoring_config"] = stack_monitoring_config
600
581
  __props__.__dict__["state"] = state
601
- __props__.__dict__["system_tags"] = system_tags
602
582
  __props__.__dict__["time_created"] = time_created
603
583
  __props__.__dict__["time_updated"] = time_updated
604
584
  return ExternalDbSystem(resource_name, opts=opts, __props__=__props__)
@@ -699,14 +679,6 @@ class ExternalDbSystem(pulumi.CustomResource):
699
679
  """
700
680
  return pulumi.get(self, "state")
701
681
 
702
- @property
703
- @pulumi.getter(name="systemTags")
704
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
705
- """
706
- 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"}`
707
- """
708
- return pulumi.get(self, "system_tags")
709
-
710
682
  @property
711
683
  @pulumi.getter(name="timeCreated")
712
684
  def time_created(self) -> pulumi.Output[str]:
@@ -154,7 +154,6 @@ class _ExternalDbSystemConnectorState:
154
154
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
155
155
  lifecycle_details: Optional[pulumi.Input[str]] = None,
156
156
  state: Optional[pulumi.Input[str]] = None,
157
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
158
157
  time_connection_status_last_updated: Optional[pulumi.Input[str]] = None,
159
158
  time_created: Optional[pulumi.Input[str]] = None,
160
159
  time_updated: Optional[pulumi.Input[str]] = None):
@@ -176,7 +175,6 @@ class _ExternalDbSystemConnectorState:
176
175
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
177
176
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
178
177
  :param pulumi.Input[str] state: The current lifecycle state of the external DB system connector.
179
- :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"}`
180
178
  :param pulumi.Input[str] time_connection_status_last_updated: The date and time the connectionStatus of the external DB system connector was last updated.
181
179
  :param pulumi.Input[str] time_created: The date and time the external DB system connector was created.
182
180
  :param pulumi.Input[str] time_updated: The date and time the external DB system connector was last updated.
@@ -205,8 +203,6 @@ class _ExternalDbSystemConnectorState:
205
203
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
206
204
  if state is not None:
207
205
  pulumi.set(__self__, "state", state)
208
- if system_tags is not None:
209
- pulumi.set(__self__, "system_tags", system_tags)
210
206
  if time_connection_status_last_updated is not None:
211
207
  pulumi.set(__self__, "time_connection_status_last_updated", time_connection_status_last_updated)
212
208
  if time_created is not None:
@@ -362,18 +358,6 @@ class _ExternalDbSystemConnectorState:
362
358
  def state(self, value: Optional[pulumi.Input[str]]):
363
359
  pulumi.set(self, "state", value)
364
360
 
365
- @property
366
- @pulumi.getter(name="systemTags")
367
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
368
- """
369
- 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"}`
370
- """
371
- return pulumi.get(self, "system_tags")
372
-
373
- @system_tags.setter
374
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
375
- pulumi.set(self, "system_tags", value)
376
-
377
361
  @property
378
362
  @pulumi.getter(name="timeConnectionStatusLastUpdated")
379
363
  def time_connection_status_last_updated(self) -> Optional[pulumi.Input[str]]:
@@ -541,7 +525,6 @@ class ExternalDbSystemConnector(pulumi.CustomResource):
541
525
  __props__.__dict__["connection_status"] = None
542
526
  __props__.__dict__["lifecycle_details"] = None
543
527
  __props__.__dict__["state"] = None
544
- __props__.__dict__["system_tags"] = None
545
528
  __props__.__dict__["time_connection_status_last_updated"] = None
546
529
  __props__.__dict__["time_created"] = None
547
530
  __props__.__dict__["time_updated"] = None
@@ -567,7 +550,6 @@ class ExternalDbSystemConnector(pulumi.CustomResource):
567
550
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
568
551
  lifecycle_details: Optional[pulumi.Input[str]] = None,
569
552
  state: Optional[pulumi.Input[str]] = None,
570
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
571
553
  time_connection_status_last_updated: Optional[pulumi.Input[str]] = None,
572
554
  time_created: Optional[pulumi.Input[str]] = None,
573
555
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ExternalDbSystemConnector':
@@ -594,7 +576,6 @@ class ExternalDbSystemConnector(pulumi.CustomResource):
594
576
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
595
577
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
596
578
  :param pulumi.Input[str] state: The current lifecycle state of the external DB system connector.
597
- :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"}`
598
579
  :param pulumi.Input[str] time_connection_status_last_updated: The date and time the connectionStatus of the external DB system connector was last updated.
599
580
  :param pulumi.Input[str] time_created: The date and time the external DB system connector was created.
600
581
  :param pulumi.Input[str] time_updated: The date and time the external DB system connector was last updated.
@@ -615,7 +596,6 @@ class ExternalDbSystemConnector(pulumi.CustomResource):
615
596
  __props__.__dict__["freeform_tags"] = freeform_tags
616
597
  __props__.__dict__["lifecycle_details"] = lifecycle_details
617
598
  __props__.__dict__["state"] = state
618
- __props__.__dict__["system_tags"] = system_tags
619
599
  __props__.__dict__["time_connection_status_last_updated"] = time_connection_status_last_updated
620
600
  __props__.__dict__["time_created"] = time_created
621
601
  __props__.__dict__["time_updated"] = time_updated
@@ -721,14 +701,6 @@ class ExternalDbSystemConnector(pulumi.CustomResource):
721
701
  """
722
702
  return pulumi.get(self, "state")
723
703
 
724
- @property
725
- @pulumi.getter(name="systemTags")
726
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
727
- """
728
- 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"}`
729
- """
730
- return pulumi.get(self, "system_tags")
731
-
732
704
  @property
733
705
  @pulumi.getter(name="timeConnectionStatusLastUpdated")
734
706
  def time_connection_status_last_updated(self) -> pulumi.Output[str]:
@@ -130,7 +130,6 @@ class _ExternalDbSystemDiscoveryState:
130
130
  patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryPatchOperationArgs']]]] = None,
131
131
  resource_id: Optional[pulumi.Input[str]] = None,
132
132
  state: Optional[pulumi.Input[str]] = None,
133
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
134
133
  time_created: Optional[pulumi.Input[str]] = None,
135
134
  time_updated: Optional[pulumi.Input[str]] = None):
136
135
  """
@@ -146,7 +145,6 @@ class _ExternalDbSystemDiscoveryState:
146
145
  :param pulumi.Input[Sequence[pulumi.Input['ExternalDbSystemDiscoveryPatchOperationArgs']]] patch_operations: (Updatable)
147
146
  :param pulumi.Input[str] resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
148
147
  :param pulumi.Input[str] state: The current lifecycle state of the external DB system discovery resource.
149
- :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"}`
150
148
  :param pulumi.Input[str] time_created: The date and time the external DB system discovery was created.
151
149
  :param pulumi.Input[str] time_updated: The date and time the external DB system discovery was last updated.
152
150
  """
@@ -174,8 +172,6 @@ class _ExternalDbSystemDiscoveryState:
174
172
  pulumi.set(__self__, "resource_id", resource_id)
175
173
  if state is not None:
176
174
  pulumi.set(__self__, "state", state)
177
- if system_tags is not None:
178
- pulumi.set(__self__, "system_tags", system_tags)
179
175
  if time_created is not None:
180
176
  pulumi.set(__self__, "time_created", time_created)
181
177
  if time_updated is not None:
@@ -322,18 +318,6 @@ class _ExternalDbSystemDiscoveryState:
322
318
  def state(self, value: Optional[pulumi.Input[str]]):
323
319
  pulumi.set(self, "state", value)
324
320
 
325
- @property
326
- @pulumi.getter(name="systemTags")
327
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
328
- """
329
- 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"}`
330
- """
331
- return pulumi.get(self, "system_tags")
332
-
333
- @system_tags.setter
334
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
335
- pulumi.set(self, "system_tags", value)
336
-
337
321
  @property
338
322
  @pulumi.getter(name="timeCreated")
339
323
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -462,7 +446,6 @@ class ExternalDbSystemDiscovery(pulumi.CustomResource):
462
446
  __props__.__dict__["lifecycle_details"] = None
463
447
  __props__.__dict__["resource_id"] = None
464
448
  __props__.__dict__["state"] = None
465
- __props__.__dict__["system_tags"] = None
466
449
  __props__.__dict__["time_created"] = None
467
450
  __props__.__dict__["time_updated"] = None
468
451
  super(ExternalDbSystemDiscovery, __self__).__init__(
@@ -487,7 +470,6 @@ class ExternalDbSystemDiscovery(pulumi.CustomResource):
487
470
  patch_operations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalDbSystemDiscoveryPatchOperationArgs']]]]] = None,
488
471
  resource_id: Optional[pulumi.Input[str]] = None,
489
472
  state: Optional[pulumi.Input[str]] = None,
490
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
491
473
  time_created: Optional[pulumi.Input[str]] = None,
492
474
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ExternalDbSystemDiscovery':
493
475
  """
@@ -508,7 +490,6 @@ class ExternalDbSystemDiscovery(pulumi.CustomResource):
508
490
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalDbSystemDiscoveryPatchOperationArgs']]]] patch_operations: (Updatable)
509
491
  :param pulumi.Input[str] resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the existing Oracle Cloud Infrastructure resource matching the discovered DB system.
510
492
  :param pulumi.Input[str] state: The current lifecycle state of the external DB system discovery resource.
511
- :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"}`
512
493
  :param pulumi.Input[str] time_created: The date and time the external DB system discovery was created.
513
494
  :param pulumi.Input[str] time_updated: The date and time the external DB system discovery was last updated.
514
495
  """
@@ -528,7 +509,6 @@ class ExternalDbSystemDiscovery(pulumi.CustomResource):
528
509
  __props__.__dict__["patch_operations"] = patch_operations
529
510
  __props__.__dict__["resource_id"] = resource_id
530
511
  __props__.__dict__["state"] = state
531
- __props__.__dict__["system_tags"] = system_tags
532
512
  __props__.__dict__["time_created"] = time_created
533
513
  __props__.__dict__["time_updated"] = time_updated
534
514
  return ExternalDbSystemDiscovery(resource_name, opts=opts, __props__=__props__)
@@ -626,14 +606,6 @@ class ExternalDbSystemDiscovery(pulumi.CustomResource):
626
606
  """
627
607
  return pulumi.get(self, "state")
628
608
 
629
- @property
630
- @pulumi.getter(name="systemTags")
631
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
632
- """
633
- 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"}`
634
- """
635
- return pulumi.get(self, "system_tags")
636
-
637
609
  @property
638
610
  @pulumi.getter(name="timeCreated")
639
611
  def time_created(self) -> pulumi.Output[str]:
@@ -174,7 +174,6 @@ class _ExternalExadataInfrastructureState:
174
174
  status: Optional[pulumi.Input[str]] = None,
175
175
  storage_grids: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalExadataInfrastructureStorageGridArgs']]]] = None,
176
176
  storage_server_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
177
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
178
177
  time_created: Optional[pulumi.Input[str]] = None,
179
178
  time_updated: Optional[pulumi.Input[str]] = None,
180
179
  version: Optional[pulumi.Input[str]] = None):
@@ -201,7 +200,6 @@ class _ExternalExadataInfrastructureState:
201
200
 
202
201
  ** IMPORTANT **
203
202
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
204
- :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"}`
205
203
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
206
204
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
207
205
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -240,8 +238,6 @@ class _ExternalExadataInfrastructureState:
240
238
  pulumi.set(__self__, "storage_grids", storage_grids)
241
239
  if storage_server_names is not None:
242
240
  pulumi.set(__self__, "storage_server_names", storage_server_names)
243
- if system_tags is not None:
244
- pulumi.set(__self__, "system_tags", system_tags)
245
241
  if time_created is not None:
246
242
  pulumi.set(__self__, "time_created", time_created)
247
243
  if time_updated is not None:
@@ -457,18 +453,6 @@ class _ExternalExadataInfrastructureState:
457
453
  def storage_server_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
458
454
  pulumi.set(self, "storage_server_names", value)
459
455
 
460
- @property
461
- @pulumi.getter(name="systemTags")
462
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
463
- """
464
- 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"}`
465
- """
466
- return pulumi.get(self, "system_tags")
467
-
468
- @system_tags.setter
469
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
470
- pulumi.set(self, "system_tags", value)
471
-
472
456
  @property
473
457
  @pulumi.getter(name="timeCreated")
474
458
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -674,7 +658,6 @@ class ExternalExadataInfrastructure(pulumi.CustomResource):
674
658
  __props__.__dict__["state"] = None
675
659
  __props__.__dict__["status"] = None
676
660
  __props__.__dict__["storage_grids"] = None
677
- __props__.__dict__["system_tags"] = None
678
661
  __props__.__dict__["time_created"] = None
679
662
  __props__.__dict__["time_updated"] = None
680
663
  __props__.__dict__["version"] = None
@@ -705,7 +688,6 @@ class ExternalExadataInfrastructure(pulumi.CustomResource):
705
688
  status: Optional[pulumi.Input[str]] = None,
706
689
  storage_grids: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalExadataInfrastructureStorageGridArgs']]]]] = None,
707
690
  storage_server_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
708
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
709
691
  time_created: Optional[pulumi.Input[str]] = None,
710
692
  time_updated: Optional[pulumi.Input[str]] = None,
711
693
  version: Optional[pulumi.Input[str]] = None) -> 'ExternalExadataInfrastructure':
@@ -737,7 +719,6 @@ class ExternalExadataInfrastructure(pulumi.CustomResource):
737
719
 
738
720
  ** IMPORTANT **
739
721
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
740
- :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"}`
741
722
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
742
723
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
743
724
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -763,7 +744,6 @@ class ExternalExadataInfrastructure(pulumi.CustomResource):
763
744
  __props__.__dict__["status"] = status
764
745
  __props__.__dict__["storage_grids"] = storage_grids
765
746
  __props__.__dict__["storage_server_names"] = storage_server_names
766
- __props__.__dict__["system_tags"] = system_tags
767
747
  __props__.__dict__["time_created"] = time_created
768
748
  __props__.__dict__["time_updated"] = time_updated
769
749
  __props__.__dict__["version"] = version
@@ -909,14 +889,6 @@ class ExternalExadataInfrastructure(pulumi.CustomResource):
909
889
  """
910
890
  return pulumi.get(self, "storage_server_names")
911
891
 
912
- @property
913
- @pulumi.getter(name="systemTags")
914
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
915
- """
916
- 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"}`
917
- """
918
- return pulumi.get(self, "system_tags")
919
-
920
892
  @property
921
893
  @pulumi.getter(name="timeCreated")
922
894
  def time_created(self) -> pulumi.Output[str]:
@@ -153,7 +153,6 @@ class _ExternalExadataStorageConnectorState:
153
153
  state: Optional[pulumi.Input[str]] = None,
154
154
  status: Optional[pulumi.Input[str]] = None,
155
155
  storage_server_id: Optional[pulumi.Input[str]] = None,
156
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
157
156
  time_created: Optional[pulumi.Input[str]] = None,
158
157
  time_updated: Optional[pulumi.Input[str]] = None,
159
158
  version: Optional[pulumi.Input[str]] = None):
@@ -177,7 +176,6 @@ class _ExternalExadataStorageConnectorState:
177
176
 
178
177
  ** IMPORTANT **
179
178
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
180
- :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"}`
181
179
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
182
180
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
183
181
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -210,8 +208,6 @@ class _ExternalExadataStorageConnectorState:
210
208
  pulumi.set(__self__, "status", status)
211
209
  if storage_server_id is not None:
212
210
  pulumi.set(__self__, "storage_server_id", storage_server_id)
213
- if system_tags is not None:
214
- pulumi.set(__self__, "system_tags", system_tags)
215
211
  if time_created is not None:
216
212
  pulumi.set(__self__, "time_created", time_created)
217
213
  if time_updated is not None:
@@ -391,18 +387,6 @@ class _ExternalExadataStorageConnectorState:
391
387
  def storage_server_id(self, value: Optional[pulumi.Input[str]]):
392
388
  pulumi.set(self, "storage_server_id", value)
393
389
 
394
- @property
395
- @pulumi.getter(name="systemTags")
396
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
397
- """
398
- 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"}`
399
- """
400
- return pulumi.get(self, "system_tags")
401
-
402
- @system_tags.setter
403
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
404
- pulumi.set(self, "system_tags", value)
405
-
406
390
  @property
407
391
  @pulumi.getter(name="timeCreated")
408
392
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -606,7 +590,6 @@ class ExternalExadataStorageConnector(pulumi.CustomResource):
606
590
  __props__.__dict__["lifecycle_details"] = None
607
591
  __props__.__dict__["state"] = None
608
592
  __props__.__dict__["status"] = None
609
- __props__.__dict__["system_tags"] = None
610
593
  __props__.__dict__["time_created"] = None
611
594
  __props__.__dict__["time_updated"] = None
612
595
  __props__.__dict__["version"] = None
@@ -634,7 +617,6 @@ class ExternalExadataStorageConnector(pulumi.CustomResource):
634
617
  state: Optional[pulumi.Input[str]] = None,
635
618
  status: Optional[pulumi.Input[str]] = None,
636
619
  storage_server_id: Optional[pulumi.Input[str]] = None,
637
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
638
620
  time_created: Optional[pulumi.Input[str]] = None,
639
621
  time_updated: Optional[pulumi.Input[str]] = None,
640
622
  version: Optional[pulumi.Input[str]] = None) -> 'ExternalExadataStorageConnector':
@@ -663,7 +645,6 @@ class ExternalExadataStorageConnector(pulumi.CustomResource):
663
645
 
664
646
  ** IMPORTANT **
665
647
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
666
- :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"}`
667
648
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
668
649
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
669
650
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -686,7 +667,6 @@ class ExternalExadataStorageConnector(pulumi.CustomResource):
686
667
  __props__.__dict__["state"] = state
687
668
  __props__.__dict__["status"] = status
688
669
  __props__.__dict__["storage_server_id"] = storage_server_id
689
- __props__.__dict__["system_tags"] = system_tags
690
670
  __props__.__dict__["time_created"] = time_created
691
671
  __props__.__dict__["time_updated"] = time_updated
692
672
  __props__.__dict__["version"] = version
@@ -808,14 +788,6 @@ class ExternalExadataStorageConnector(pulumi.CustomResource):
808
788
  """
809
789
  return pulumi.get(self, "storage_server_id")
810
790
 
811
- @property
812
- @pulumi.getter(name="systemTags")
813
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
814
- """
815
- 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"}`
816
- """
817
- return pulumi.get(self, "system_tags")
818
-
819
791
  @property
820
792
  @pulumi.getter(name="timeCreated")
821
793
  def time_created(self) -> pulumi.Output[str]:
@@ -92,7 +92,6 @@ class _ExternalExadataStorageGridState:
92
92
  state: Optional[pulumi.Input[str]] = None,
93
93
  status: Optional[pulumi.Input[str]] = None,
94
94
  storage_servers: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalExadataStorageGridStorageServerArgs']]]] = None,
95
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
96
95
  time_created: Optional[pulumi.Input[str]] = None,
97
96
  time_updated: Optional[pulumi.Input[str]] = None,
98
97
  version: Optional[pulumi.Input[str]] = None):
@@ -115,7 +114,6 @@ class _ExternalExadataStorageGridState:
115
114
  :param pulumi.Input[str] state: The current lifecycle state of the database resource.
116
115
  :param pulumi.Input[str] status: The status of the Exadata resource.
117
116
  :param pulumi.Input[Sequence[pulumi.Input['ExternalExadataStorageGridStorageServerArgs']]] storage_servers: A list of monitored Exadata storage servers.
118
- :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"}`
119
117
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
120
118
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
121
119
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -146,8 +144,6 @@ class _ExternalExadataStorageGridState:
146
144
  pulumi.set(__self__, "status", status)
147
145
  if storage_servers is not None:
148
146
  pulumi.set(__self__, "storage_servers", storage_servers)
149
- if system_tags is not None:
150
- pulumi.set(__self__, "system_tags", system_tags)
151
147
  if time_created is not None:
152
148
  pulumi.set(__self__, "time_created", time_created)
153
149
  if time_updated is not None:
@@ -315,18 +311,6 @@ class _ExternalExadataStorageGridState:
315
311
  def storage_servers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalExadataStorageGridStorageServerArgs']]]]):
316
312
  pulumi.set(self, "storage_servers", value)
317
313
 
318
- @property
319
- @pulumi.getter(name="systemTags")
320
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
321
- """
322
- 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"}`
323
- """
324
- return pulumi.get(self, "system_tags")
325
-
326
- @system_tags.setter
327
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
328
- pulumi.set(self, "system_tags", value)
329
-
330
314
  @property
331
315
  @pulumi.getter(name="timeCreated")
332
316
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -457,7 +441,6 @@ class ExternalExadataStorageGrid(pulumi.CustomResource):
457
441
  __props__.__dict__["state"] = None
458
442
  __props__.__dict__["status"] = None
459
443
  __props__.__dict__["storage_servers"] = None
460
- __props__.__dict__["system_tags"] = None
461
444
  __props__.__dict__["time_created"] = None
462
445
  __props__.__dict__["time_updated"] = None
463
446
  __props__.__dict__["version"] = None
@@ -484,7 +467,6 @@ class ExternalExadataStorageGrid(pulumi.CustomResource):
484
467
  state: Optional[pulumi.Input[str]] = None,
485
468
  status: Optional[pulumi.Input[str]] = None,
486
469
  storage_servers: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalExadataStorageGridStorageServerArgs']]]]] = None,
487
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
488
470
  time_created: Optional[pulumi.Input[str]] = None,
489
471
  time_updated: Optional[pulumi.Input[str]] = None,
490
472
  version: Optional[pulumi.Input[str]] = None) -> 'ExternalExadataStorageGrid':
@@ -512,7 +494,6 @@ class ExternalExadataStorageGrid(pulumi.CustomResource):
512
494
  :param pulumi.Input[str] state: The current lifecycle state of the database resource.
513
495
  :param pulumi.Input[str] status: The status of the Exadata resource.
514
496
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalExadataStorageGridStorageServerArgs']]]] storage_servers: A list of monitored Exadata storage servers.
515
- :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"}`
516
497
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
517
498
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
518
499
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -534,7 +515,6 @@ class ExternalExadataStorageGrid(pulumi.CustomResource):
534
515
  __props__.__dict__["state"] = state
535
516
  __props__.__dict__["status"] = status
536
517
  __props__.__dict__["storage_servers"] = storage_servers
537
- __props__.__dict__["system_tags"] = system_tags
538
518
  __props__.__dict__["time_created"] = time_created
539
519
  __props__.__dict__["time_updated"] = time_updated
540
520
  __props__.__dict__["version"] = version
@@ -648,14 +628,6 @@ class ExternalExadataStorageGrid(pulumi.CustomResource):
648
628
  """
649
629
  return pulumi.get(self, "storage_servers")
650
630
 
651
- @property
652
- @pulumi.getter(name="systemTags")
653
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
654
- """
655
- 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"}`
656
- """
657
- return pulumi.get(self, "system_tags")
658
-
659
631
  @property
660
632
  @pulumi.getter(name="timeCreated")
661
633
  def time_created(self) -> pulumi.Output[str]:
@@ -100,7 +100,6 @@ class _ExternalExadataStorageServerState:
100
100
  state: Optional[pulumi.Input[str]] = None,
101
101
  status: Optional[pulumi.Input[str]] = None,
102
102
  storage_grid_id: Optional[pulumi.Input[str]] = None,
103
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
104
103
  time_created: Optional[pulumi.Input[str]] = None,
105
104
  time_updated: Optional[pulumi.Input[str]] = None,
106
105
  version: Optional[pulumi.Input[str]] = None):
@@ -131,7 +130,6 @@ class _ExternalExadataStorageServerState:
131
130
  :param pulumi.Input[str] state: The current lifecycle state of the database resource.
132
131
  :param pulumi.Input[str] status: The status of the Exadata resource.
133
132
  :param pulumi.Input[str] storage_grid_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata storage server grid.
134
- :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"}`
135
133
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
136
134
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
137
135
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -178,8 +176,6 @@ class _ExternalExadataStorageServerState:
178
176
  pulumi.set(__self__, "status", status)
179
177
  if storage_grid_id is not None:
180
178
  pulumi.set(__self__, "storage_grid_id", storage_grid_id)
181
- if system_tags is not None:
182
- pulumi.set(__self__, "system_tags", system_tags)
183
179
  if time_created is not None:
184
180
  pulumi.set(__self__, "time_created", time_created)
185
181
  if time_updated is not None:
@@ -443,18 +439,6 @@ class _ExternalExadataStorageServerState:
443
439
  def storage_grid_id(self, value: Optional[pulumi.Input[str]]):
444
440
  pulumi.set(self, "storage_grid_id", value)
445
441
 
446
- @property
447
- @pulumi.getter(name="systemTags")
448
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
449
- """
450
- 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"}`
451
- """
452
- return pulumi.get(self, "system_tags")
453
-
454
- @system_tags.setter
455
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
456
- pulumi.set(self, "system_tags", value)
457
-
458
442
  @property
459
443
  @pulumi.getter(name="timeCreated")
460
444
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -593,7 +577,6 @@ class ExternalExadataStorageServer(pulumi.CustomResource):
593
577
  __props__.__dict__["state"] = None
594
578
  __props__.__dict__["status"] = None
595
579
  __props__.__dict__["storage_grid_id"] = None
596
- __props__.__dict__["system_tags"] = None
597
580
  __props__.__dict__["time_created"] = None
598
581
  __props__.__dict__["time_updated"] = None
599
582
  __props__.__dict__["version"] = None
@@ -628,7 +611,6 @@ class ExternalExadataStorageServer(pulumi.CustomResource):
628
611
  state: Optional[pulumi.Input[str]] = None,
629
612
  status: Optional[pulumi.Input[str]] = None,
630
613
  storage_grid_id: Optional[pulumi.Input[str]] = None,
631
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
632
614
  time_created: Optional[pulumi.Input[str]] = None,
633
615
  time_updated: Optional[pulumi.Input[str]] = None,
634
616
  version: Optional[pulumi.Input[str]] = None) -> 'ExternalExadataStorageServer':
@@ -664,7 +646,6 @@ class ExternalExadataStorageServer(pulumi.CustomResource):
664
646
  :param pulumi.Input[str] state: The current lifecycle state of the database resource.
665
647
  :param pulumi.Input[str] status: The status of the Exadata resource.
666
648
  :param pulumi.Input[str] storage_grid_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata storage server grid.
667
- :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"}`
668
649
  :param pulumi.Input[str] time_created: The timestamp of the creation of the Exadata resource.
669
650
  :param pulumi.Input[str] time_updated: The timestamp of the last update of the Exadata resource.
670
651
  :param pulumi.Input[str] version: The version of the Exadata resource.
@@ -694,7 +675,6 @@ class ExternalExadataStorageServer(pulumi.CustomResource):
694
675
  __props__.__dict__["state"] = state
695
676
  __props__.__dict__["status"] = status
696
677
  __props__.__dict__["storage_grid_id"] = storage_grid_id
697
- __props__.__dict__["system_tags"] = system_tags
698
678
  __props__.__dict__["time_created"] = time_created
699
679
  __props__.__dict__["time_updated"] = time_updated
700
680
  __props__.__dict__["version"] = version
@@ -872,14 +852,6 @@ class ExternalExadataStorageServer(pulumi.CustomResource):
872
852
  """
873
853
  return pulumi.get(self, "storage_grid_id")
874
854
 
875
- @property
876
- @pulumi.getter(name="systemTags")
877
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
878
- """
879
- 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"}`
880
- """
881
- return pulumi.get(self, "system_tags")
882
-
883
855
  @property
884
856
  @pulumi.getter(name="timeCreated")
885
857
  def time_created(self) -> pulumi.Output[str]: