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
@@ -166,7 +166,6 @@ class _DbManagementPrivateEndpointState:
166
166
  private_ip: Optional[pulumi.Input[str]] = None,
167
167
  state: Optional[pulumi.Input[str]] = None,
168
168
  subnet_id: Optional[pulumi.Input[str]] = None,
169
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
170
169
  time_created: Optional[pulumi.Input[str]] = None,
171
170
  vcn_id: Optional[pulumi.Input[str]] = None):
172
171
  """
@@ -185,7 +184,6 @@ class _DbManagementPrivateEndpointState:
185
184
 
186
185
  ** IMPORTANT **
187
186
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
188
- :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"}`
189
187
  :param pulumi.Input[str] time_created: The date and time the Database Managament private endpoint was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
190
188
  :param pulumi.Input[str] vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
191
189
  """
@@ -209,8 +207,6 @@ class _DbManagementPrivateEndpointState:
209
207
  pulumi.set(__self__, "state", state)
210
208
  if subnet_id is not None:
211
209
  pulumi.set(__self__, "subnet_id", subnet_id)
212
- if system_tags is not None:
213
- pulumi.set(__self__, "system_tags", system_tags)
214
210
  if time_created is not None:
215
211
  pulumi.set(__self__, "time_created", time_created)
216
212
  if vcn_id is not None:
@@ -340,18 +336,6 @@ class _DbManagementPrivateEndpointState:
340
336
  def subnet_id(self, value: Optional[pulumi.Input[str]]):
341
337
  pulumi.set(self, "subnet_id", value)
342
338
 
343
- @property
344
- @pulumi.getter(name="systemTags")
345
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
346
- """
347
- 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"}`
348
- """
349
- return pulumi.get(self, "system_tags")
350
-
351
- @system_tags.setter
352
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
353
- pulumi.set(self, "system_tags", value)
354
-
355
339
  @property
356
340
  @pulumi.getter(name="timeCreated")
357
341
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -526,7 +510,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
526
510
  __props__.__dict__["subnet_id"] = subnet_id
527
511
  __props__.__dict__["private_ip"] = None
528
512
  __props__.__dict__["state"] = None
529
- __props__.__dict__["system_tags"] = None
530
513
  __props__.__dict__["time_created"] = None
531
514
  __props__.__dict__["vcn_id"] = None
532
515
  super(DbManagementPrivateEndpoint, __self__).__init__(
@@ -549,7 +532,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
549
532
  private_ip: Optional[pulumi.Input[str]] = None,
550
533
  state: Optional[pulumi.Input[str]] = None,
551
534
  subnet_id: Optional[pulumi.Input[str]] = None,
552
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
553
535
  time_created: Optional[pulumi.Input[str]] = None,
554
536
  vcn_id: Optional[pulumi.Input[str]] = None) -> 'DbManagementPrivateEndpoint':
555
537
  """
@@ -573,7 +555,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
573
555
 
574
556
  ** IMPORTANT **
575
557
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
576
- :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"}`
577
558
  :param pulumi.Input[str] time_created: The date and time the Database Managament private endpoint was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
578
559
  :param pulumi.Input[str] vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
579
560
  """
@@ -591,7 +572,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
591
572
  __props__.__dict__["private_ip"] = private_ip
592
573
  __props__.__dict__["state"] = state
593
574
  __props__.__dict__["subnet_id"] = subnet_id
594
- __props__.__dict__["system_tags"] = system_tags
595
575
  __props__.__dict__["time_created"] = time_created
596
576
  __props__.__dict__["vcn_id"] = vcn_id
597
577
  return DbManagementPrivateEndpoint(resource_name, opts=opts, __props__=__props__)
@@ -680,14 +660,6 @@ class DbManagementPrivateEndpoint(pulumi.CustomResource):
680
660
  """
681
661
  return pulumi.get(self, "subnet_id")
682
662
 
683
- @property
684
- @pulumi.getter(name="systemTags")
685
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
686
- """
687
- 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"}`
688
- """
689
- return pulumi.get(self, "system_tags")
690
-
691
663
  @property
692
664
  @pulumi.getter(name="timeCreated")
693
665
  def time_created(self) -> pulumi.Output[str]:
@@ -110,7 +110,6 @@ class _ExternalAsmState:
110
110
  lifecycle_details: Optional[pulumi.Input[str]] = None,
111
111
  serviced_databases: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalAsmServicedDatabaseArgs']]]] = None,
112
112
  state: Optional[pulumi.Input[str]] = None,
113
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
114
113
  time_created: Optional[pulumi.Input[str]] = None,
115
114
  time_updated: Optional[pulumi.Input[str]] = None,
116
115
  version: Optional[pulumi.Input[str]] = None):
@@ -135,7 +134,6 @@ class _ExternalAsmState:
135
134
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
136
135
  :param pulumi.Input[Sequence[pulumi.Input['ExternalAsmServicedDatabaseArgs']]] serviced_databases: The list of databases that are serviced by the ASM.
137
136
  :param pulumi.Input[str] state: The current lifecycle state of the external ASM.
138
- :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"}`
139
137
  :param pulumi.Input[str] time_created: The date and time the external ASM was created.
140
138
  :param pulumi.Input[str] time_updated: The date and time the external ASM was last updated.
141
139
  :param pulumi.Input[str] version: The ASM version.
@@ -170,8 +168,6 @@ class _ExternalAsmState:
170
168
  pulumi.set(__self__, "serviced_databases", serviced_databases)
171
169
  if state is not None:
172
170
  pulumi.set(__self__, "state", state)
173
- if system_tags is not None:
174
- pulumi.set(__self__, "system_tags", system_tags)
175
171
  if time_created is not None:
176
172
  pulumi.set(__self__, "time_created", time_created)
177
173
  if time_updated is not None:
@@ -363,18 +359,6 @@ class _ExternalAsmState:
363
359
  def state(self, value: Optional[pulumi.Input[str]]):
364
360
  pulumi.set(self, "state", value)
365
361
 
366
- @property
367
- @pulumi.getter(name="systemTags")
368
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
369
- """
370
- 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"}`
371
- """
372
- return pulumi.get(self, "system_tags")
373
-
374
- @system_tags.setter
375
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
376
- pulumi.set(self, "system_tags", value)
377
-
378
362
  @property
379
363
  @pulumi.getter(name="timeCreated")
380
364
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -510,7 +494,6 @@ class ExternalAsm(pulumi.CustomResource):
510
494
  __props__.__dict__["lifecycle_details"] = None
511
495
  __props__.__dict__["serviced_databases"] = None
512
496
  __props__.__dict__["state"] = None
513
- __props__.__dict__["system_tags"] = None
514
497
  __props__.__dict__["time_created"] = None
515
498
  __props__.__dict__["time_updated"] = None
516
499
  __props__.__dict__["version"] = None
@@ -539,7 +522,6 @@ class ExternalAsm(pulumi.CustomResource):
539
522
  lifecycle_details: Optional[pulumi.Input[str]] = None,
540
523
  serviced_databases: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalAsmServicedDatabaseArgs']]]]] = None,
541
524
  state: 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
  time_updated: Optional[pulumi.Input[str]] = None,
545
527
  version: Optional[pulumi.Input[str]] = None) -> 'ExternalAsm':
@@ -569,7 +551,6 @@ class ExternalAsm(pulumi.CustomResource):
569
551
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
570
552
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalAsmServicedDatabaseArgs']]]] serviced_databases: The list of databases that are serviced by the ASM.
571
553
  :param pulumi.Input[str] state: The current lifecycle state of the external ASM.
572
- :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"}`
573
554
  :param pulumi.Input[str] time_created: The date and time the external ASM was created.
574
555
  :param pulumi.Input[str] time_updated: The date and time the external ASM was last updated.
575
556
  :param pulumi.Input[str] version: The ASM version.
@@ -593,7 +574,6 @@ class ExternalAsm(pulumi.CustomResource):
593
574
  __props__.__dict__["lifecycle_details"] = lifecycle_details
594
575
  __props__.__dict__["serviced_databases"] = serviced_databases
595
576
  __props__.__dict__["state"] = state
596
- __props__.__dict__["system_tags"] = system_tags
597
577
  __props__.__dict__["time_created"] = time_created
598
578
  __props__.__dict__["time_updated"] = time_updated
599
579
  __props__.__dict__["version"] = version
@@ -723,14 +703,6 @@ class ExternalAsm(pulumi.CustomResource):
723
703
  """
724
704
  return pulumi.get(self, "state")
725
705
 
726
- @property
727
- @pulumi.getter(name="systemTags")
728
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
729
- """
730
- 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"}`
731
- """
732
- return pulumi.get(self, "system_tags")
733
-
734
706
  @property
735
707
  @pulumi.getter(name="timeCreated")
736
708
  def time_created(self) -> pulumi.Output[str]:
@@ -90,7 +90,6 @@ class _ExternalAsmInstanceState:
90
90
  host_name: Optional[pulumi.Input[str]] = None,
91
91
  lifecycle_details: Optional[pulumi.Input[str]] = None,
92
92
  state: Optional[pulumi.Input[str]] = None,
93
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
94
93
  time_created: Optional[pulumi.Input[str]] = None,
95
94
  time_updated: Optional[pulumi.Input[str]] = None):
96
95
  """
@@ -112,7 +111,6 @@ class _ExternalAsmInstanceState:
112
111
  :param pulumi.Input[str] host_name: The name of the host on which the ASM instance is running.
113
112
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
114
113
  :param pulumi.Input[str] state: The current lifecycle state of the external ASM instance.
115
- :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"}`
116
114
  :param pulumi.Input[str] time_created: The date and time the external ASM instance was created.
117
115
  :param pulumi.Input[str] time_updated: The date and time the external ASM instance was last updated.
118
116
  """
@@ -142,8 +140,6 @@ class _ExternalAsmInstanceState:
142
140
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
143
141
  if state is not None:
144
142
  pulumi.set(__self__, "state", state)
145
- if system_tags is not None:
146
- pulumi.set(__self__, "system_tags", system_tags)
147
143
  if time_created is not None:
148
144
  pulumi.set(__self__, "time_created", time_created)
149
145
  if time_updated is not None:
@@ -309,18 +305,6 @@ class _ExternalAsmInstanceState:
309
305
  def state(self, value: Optional[pulumi.Input[str]]):
310
306
  pulumi.set(self, "state", value)
311
307
 
312
- @property
313
- @pulumi.getter(name="systemTags")
314
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
315
- """
316
- 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"}`
317
- """
318
- return pulumi.get(self, "system_tags")
319
-
320
- @system_tags.setter
321
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
322
- pulumi.set(self, "system_tags", value)
323
-
324
308
  @property
325
309
  @pulumi.getter(name="timeCreated")
326
310
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -439,7 +423,6 @@ class ExternalAsmInstance(pulumi.CustomResource):
439
423
  __props__.__dict__["host_name"] = None
440
424
  __props__.__dict__["lifecycle_details"] = None
441
425
  __props__.__dict__["state"] = None
442
- __props__.__dict__["system_tags"] = None
443
426
  __props__.__dict__["time_created"] = None
444
427
  __props__.__dict__["time_updated"] = None
445
428
  super(ExternalAsmInstance, __self__).__init__(
@@ -465,7 +448,6 @@ class ExternalAsmInstance(pulumi.CustomResource):
465
448
  host_name: Optional[pulumi.Input[str]] = None,
466
449
  lifecycle_details: Optional[pulumi.Input[str]] = None,
467
450
  state: Optional[pulumi.Input[str]] = None,
468
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
469
451
  time_created: Optional[pulumi.Input[str]] = None,
470
452
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ExternalAsmInstance':
471
453
  """
@@ -492,7 +474,6 @@ class ExternalAsmInstance(pulumi.CustomResource):
492
474
  :param pulumi.Input[str] host_name: The name of the host on which the ASM instance is running.
493
475
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
494
476
  :param pulumi.Input[str] state: The current lifecycle state of the external ASM instance.
495
- :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"}`
496
477
  :param pulumi.Input[str] time_created: The date and time the external ASM instance was created.
497
478
  :param pulumi.Input[str] time_updated: The date and time the external ASM instance was last updated.
498
479
  """
@@ -513,7 +494,6 @@ class ExternalAsmInstance(pulumi.CustomResource):
513
494
  __props__.__dict__["host_name"] = host_name
514
495
  __props__.__dict__["lifecycle_details"] = lifecycle_details
515
496
  __props__.__dict__["state"] = state
516
- __props__.__dict__["system_tags"] = system_tags
517
497
  __props__.__dict__["time_created"] = time_created
518
498
  __props__.__dict__["time_updated"] = time_updated
519
499
  return ExternalAsmInstance(resource_name, opts=opts, __props__=__props__)
@@ -626,14 +606,6 @@ class ExternalAsmInstance(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]:
@@ -111,7 +111,6 @@ class _ExternalClusterState:
111
111
  ocr_file_location: Optional[pulumi.Input[str]] = None,
112
112
  scan_configurations: Optional[pulumi.Input[Sequence[pulumi.Input['ExternalClusterScanConfigurationArgs']]]] = None,
113
113
  state: Optional[pulumi.Input[str]] = None,
114
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
115
114
  time_created: Optional[pulumi.Input[str]] = None,
116
115
  time_updated: Optional[pulumi.Input[str]] = None,
117
116
  version: Optional[pulumi.Input[str]] = None,
@@ -138,7 +137,6 @@ class _ExternalClusterState:
138
137
  :param pulumi.Input[str] ocr_file_location: The location of the Oracle Cluster Registry (OCR).
139
138
  :param pulumi.Input[Sequence[pulumi.Input['ExternalClusterScanConfigurationArgs']]] scan_configurations: The list of Single Client Access Name (SCAN) configurations of the external cluster.
140
139
  :param pulumi.Input[str] state: The current lifecycle state of the external cluster.
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 external cluster was created.
143
141
  :param pulumi.Input[str] time_updated: The date and time the external cluster was last updated.
144
142
  :param pulumi.Input[str] version: The cluster version.
@@ -176,8 +174,6 @@ class _ExternalClusterState:
176
174
  pulumi.set(__self__, "scan_configurations", scan_configurations)
177
175
  if state is not None:
178
176
  pulumi.set(__self__, "state", state)
179
- if system_tags is not None:
180
- pulumi.set(__self__, "system_tags", system_tags)
181
177
  if time_created is not None:
182
178
  pulumi.set(__self__, "time_created", time_created)
183
179
  if time_updated is not None:
@@ -383,18 +379,6 @@ class _ExternalClusterState:
383
379
  def state(self, value: Optional[pulumi.Input[str]]):
384
380
  pulumi.set(self, "state", value)
385
381
 
386
- @property
387
- @pulumi.getter(name="systemTags")
388
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
389
- """
390
- 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"}`
391
- """
392
- return pulumi.get(self, "system_tags")
393
-
394
- @system_tags.setter
395
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
396
- pulumi.set(self, "system_tags", value)
397
-
398
382
  @property
399
383
  @pulumi.getter(name="timeCreated")
400
384
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -543,7 +527,6 @@ class ExternalCluster(pulumi.CustomResource):
543
527
  __props__.__dict__["ocr_file_location"] = None
544
528
  __props__.__dict__["scan_configurations"] = None
545
529
  __props__.__dict__["state"] = None
546
- __props__.__dict__["system_tags"] = None
547
530
  __props__.__dict__["time_created"] = None
548
531
  __props__.__dict__["time_updated"] = None
549
532
  __props__.__dict__["version"] = None
@@ -574,7 +557,6 @@ class ExternalCluster(pulumi.CustomResource):
574
557
  ocr_file_location: Optional[pulumi.Input[str]] = None,
575
558
  scan_configurations: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalClusterScanConfigurationArgs']]]]] = None,
576
559
  state: Optional[pulumi.Input[str]] = None,
577
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
578
560
  time_created: Optional[pulumi.Input[str]] = None,
579
561
  time_updated: Optional[pulumi.Input[str]] = None,
580
562
  version: Optional[pulumi.Input[str]] = None,
@@ -606,7 +588,6 @@ class ExternalCluster(pulumi.CustomResource):
606
588
  :param pulumi.Input[str] ocr_file_location: The location of the Oracle Cluster Registry (OCR).
607
589
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ExternalClusterScanConfigurationArgs']]]] scan_configurations: The list of Single Client Access Name (SCAN) configurations of the external cluster.
608
590
  :param pulumi.Input[str] state: The current lifecycle state of the external cluster.
609
- :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"}`
610
591
  :param pulumi.Input[str] time_created: The date and time the external cluster was created.
611
592
  :param pulumi.Input[str] time_updated: The date and time the external cluster was last updated.
612
593
  :param pulumi.Input[str] version: The cluster version.
@@ -632,7 +613,6 @@ class ExternalCluster(pulumi.CustomResource):
632
613
  __props__.__dict__["ocr_file_location"] = ocr_file_location
633
614
  __props__.__dict__["scan_configurations"] = scan_configurations
634
615
  __props__.__dict__["state"] = state
635
- __props__.__dict__["system_tags"] = system_tags
636
616
  __props__.__dict__["time_created"] = time_created
637
617
  __props__.__dict__["time_updated"] = time_updated
638
618
  __props__.__dict__["version"] = version
@@ -771,14 +751,6 @@ class ExternalCluster(pulumi.CustomResource):
771
751
  """
772
752
  return pulumi.get(self, "state")
773
753
 
774
- @property
775
- @pulumi.getter(name="systemTags")
776
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
777
- """
778
- 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"}`
779
- """
780
- return pulumi.get(self, "system_tags")
781
-
782
754
  @property
783
755
  @pulumi.getter(name="timeCreated")
784
756
  def time_created(self) -> pulumi.Output[str]:
@@ -109,7 +109,6 @@ class _ExternalClusterInstanceState:
109
109
  lifecycle_details: Optional[pulumi.Input[str]] = None,
110
110
  node_role: Optional[pulumi.Input[str]] = None,
111
111
  state: Optional[pulumi.Input[str]] = None,
112
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
113
112
  time_created: Optional[pulumi.Input[str]] = None,
114
113
  time_updated: Optional[pulumi.Input[str]] = None):
115
114
  """
@@ -134,7 +133,6 @@ class _ExternalClusterInstanceState:
134
133
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
135
134
  :param pulumi.Input[str] node_role: The role of the cluster node.
136
135
  :param pulumi.Input[str] state: The current lifecycle state of the external cluster instance.
137
- :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"}`
138
136
  :param pulumi.Input[str] time_created: The date and time the external cluster instance was created.
139
137
  :param pulumi.Input[str] time_updated: The date and time the external cluster instance was last updated.
140
138
  """
@@ -170,8 +168,6 @@ class _ExternalClusterInstanceState:
170
168
  pulumi.set(__self__, "node_role", node_role)
171
169
  if state is not None:
172
170
  pulumi.set(__self__, "state", state)
173
- if system_tags is not None:
174
- pulumi.set(__self__, "system_tags", system_tags)
175
171
  if time_created is not None:
176
172
  pulumi.set(__self__, "time_created", time_created)
177
173
  if time_updated is not None:
@@ -373,18 +369,6 @@ class _ExternalClusterInstanceState:
373
369
  def state(self, value: Optional[pulumi.Input[str]]):
374
370
  pulumi.set(self, "state", value)
375
371
 
376
- @property
377
- @pulumi.getter(name="systemTags")
378
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
379
- """
380
- 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"}`
381
- """
382
- return pulumi.get(self, "system_tags")
383
-
384
- @system_tags.setter
385
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
386
- pulumi.set(self, "system_tags", value)
387
-
388
372
  @property
389
373
  @pulumi.getter(name="timeCreated")
390
374
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -509,7 +493,6 @@ class ExternalClusterInstance(pulumi.CustomResource):
509
493
  __props__.__dict__["lifecycle_details"] = None
510
494
  __props__.__dict__["node_role"] = None
511
495
  __props__.__dict__["state"] = None
512
- __props__.__dict__["system_tags"] = None
513
496
  __props__.__dict__["time_created"] = None
514
497
  __props__.__dict__["time_updated"] = None
515
498
  super(ExternalClusterInstance, __self__).__init__(
@@ -538,7 +521,6 @@ class ExternalClusterInstance(pulumi.CustomResource):
538
521
  lifecycle_details: Optional[pulumi.Input[str]] = None,
539
522
  node_role: Optional[pulumi.Input[str]] = None,
540
523
  state: Optional[pulumi.Input[str]] = None,
541
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
542
524
  time_created: Optional[pulumi.Input[str]] = None,
543
525
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ExternalClusterInstance':
544
526
  """
@@ -568,7 +550,6 @@ class ExternalClusterInstance(pulumi.CustomResource):
568
550
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
569
551
  :param pulumi.Input[str] node_role: The role of the cluster node.
570
552
  :param pulumi.Input[str] state: The current lifecycle state of the external cluster instance.
571
- :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"}`
572
553
  :param pulumi.Input[str] time_created: The date and time the external cluster instance was created.
573
554
  :param pulumi.Input[str] time_updated: The date and time the external cluster instance was last updated.
574
555
  """
@@ -592,7 +573,6 @@ class ExternalClusterInstance(pulumi.CustomResource):
592
573
  __props__.__dict__["lifecycle_details"] = lifecycle_details
593
574
  __props__.__dict__["node_role"] = node_role
594
575
  __props__.__dict__["state"] = state
595
- __props__.__dict__["system_tags"] = system_tags
596
576
  __props__.__dict__["time_created"] = time_created
597
577
  __props__.__dict__["time_updated"] = time_updated
598
578
  return ExternalClusterInstance(resource_name, opts=opts, __props__=__props__)
@@ -729,14 +709,6 @@ class ExternalClusterInstance(pulumi.CustomResource):
729
709
  """
730
710
  return pulumi.get(self, "state")
731
711
 
732
- @property
733
- @pulumi.getter(name="systemTags")
734
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
735
- """
736
- 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"}`
737
- """
738
- return pulumi.get(self, "system_tags")
739
-
740
712
  @property
741
713
  @pulumi.getter(name="timeCreated")
742
714
  def time_created(self) -> pulumi.Output[str]:
@@ -88,7 +88,6 @@ class _ExternalDbHomeState:
88
88
  home_directory: Optional[pulumi.Input[str]] = None,
89
89
  lifecycle_details: Optional[pulumi.Input[str]] = None,
90
90
  state: Optional[pulumi.Input[str]] = None,
91
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
92
91
  time_created: Optional[pulumi.Input[str]] = None,
93
92
  time_updated: Optional[pulumi.Input[str]] = None):
94
93
  """
@@ -108,7 +107,6 @@ class _ExternalDbHomeState:
108
107
  :param pulumi.Input[str] home_directory: The location of the DB home.
109
108
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
110
109
  :param pulumi.Input[str] state: The current lifecycle state of the external DB home.
111
- :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"}`
112
110
  :param pulumi.Input[str] time_created: The date and time the external DB home was created.
113
111
  :param pulumi.Input[str] time_updated: The date and time the external DB home was last updated.
114
112
  """
@@ -134,8 +132,6 @@ class _ExternalDbHomeState:
134
132
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
135
133
  if state is not None:
136
134
  pulumi.set(__self__, "state", state)
137
- if system_tags is not None:
138
- pulumi.set(__self__, "system_tags", system_tags)
139
135
  if time_created is not None:
140
136
  pulumi.set(__self__, "time_created", time_created)
141
137
  if time_updated is not None:
@@ -277,18 +273,6 @@ class _ExternalDbHomeState:
277
273
  def state(self, value: Optional[pulumi.Input[str]]):
278
274
  pulumi.set(self, "state", value)
279
275
 
280
- @property
281
- @pulumi.getter(name="systemTags")
282
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
283
- """
284
- 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"}`
285
- """
286
- return pulumi.get(self, "system_tags")
287
-
288
- @system_tags.setter
289
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
290
- pulumi.set(self, "system_tags", value)
291
-
292
276
  @property
293
277
  @pulumi.getter(name="timeCreated")
294
278
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -405,7 +389,6 @@ class ExternalDbHome(pulumi.CustomResource):
405
389
  __props__.__dict__["home_directory"] = None
406
390
  __props__.__dict__["lifecycle_details"] = None
407
391
  __props__.__dict__["state"] = None
408
- __props__.__dict__["system_tags"] = None
409
392
  __props__.__dict__["time_created"] = None
410
393
  __props__.__dict__["time_updated"] = None
411
394
  super(ExternalDbHome, __self__).__init__(
@@ -429,7 +412,6 @@ class ExternalDbHome(pulumi.CustomResource):
429
412
  home_directory: Optional[pulumi.Input[str]] = None,
430
413
  lifecycle_details: Optional[pulumi.Input[str]] = None,
431
414
  state: Optional[pulumi.Input[str]] = None,
432
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
433
415
  time_created: Optional[pulumi.Input[str]] = None,
434
416
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ExternalDbHome':
435
417
  """
@@ -454,7 +436,6 @@ class ExternalDbHome(pulumi.CustomResource):
454
436
  :param pulumi.Input[str] home_directory: The location of the DB home.
455
437
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
456
438
  :param pulumi.Input[str] state: The current lifecycle state of the external DB home.
457
- :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"}`
458
439
  :param pulumi.Input[str] time_created: The date and time the external DB home was created.
459
440
  :param pulumi.Input[str] time_updated: The date and time the external DB home was last updated.
460
441
  """
@@ -473,7 +454,6 @@ class ExternalDbHome(pulumi.CustomResource):
473
454
  __props__.__dict__["home_directory"] = home_directory
474
455
  __props__.__dict__["lifecycle_details"] = lifecycle_details
475
456
  __props__.__dict__["state"] = state
476
- __props__.__dict__["system_tags"] = system_tags
477
457
  __props__.__dict__["time_created"] = time_created
478
458
  __props__.__dict__["time_updated"] = time_updated
479
459
  return ExternalDbHome(resource_name, opts=opts, __props__=__props__)
@@ -570,14 +550,6 @@ class ExternalDbHome(pulumi.CustomResource):
570
550
  """
571
551
  return pulumi.get(self, "state")
572
552
 
573
- @property
574
- @pulumi.getter(name="systemTags")
575
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
576
- """
577
- 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"}`
578
- """
579
- return pulumi.get(self, "system_tags")
580
-
581
553
  @property
582
554
  @pulumi.getter(name="timeCreated")
583
555
  def time_created(self) -> pulumi.Output[str]:
@@ -108,7 +108,6 @@ class _ExternalDbNodeState:
108
108
  lifecycle_details: Optional[pulumi.Input[str]] = None,
109
109
  memory_size_in_gbs: Optional[pulumi.Input[float]] = None,
110
110
  state: Optional[pulumi.Input[str]] = None,
111
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
112
111
  time_created: Optional[pulumi.Input[str]] = None,
113
112
  time_updated: Optional[pulumi.Input[str]] = None):
114
113
  """
@@ -132,7 +131,6 @@ class _ExternalDbNodeState:
132
131
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
133
132
  :param pulumi.Input[float] memory_size_in_gbs: The total memory in gigabytes (GB) on the DB node.
134
133
  :param pulumi.Input[str] state: The current lifecycle state of the external DB node.
135
- :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"}`
136
134
  :param pulumi.Input[str] time_created: The date and time the external DB node was created.
137
135
  :param pulumi.Input[str] time_updated: The date and time the external DB node was last updated.
138
136
  """
@@ -166,8 +164,6 @@ class _ExternalDbNodeState:
166
164
  pulumi.set(__self__, "memory_size_in_gbs", memory_size_in_gbs)
167
165
  if state is not None:
168
166
  pulumi.set(__self__, "state", state)
169
- if system_tags is not None:
170
- pulumi.set(__self__, "system_tags", system_tags)
171
167
  if time_created is not None:
172
168
  pulumi.set(__self__, "time_created", time_created)
173
169
  if time_updated is not None:
@@ -357,18 +353,6 @@ class _ExternalDbNodeState:
357
353
  def state(self, value: Optional[pulumi.Input[str]]):
358
354
  pulumi.set(self, "state", value)
359
355
 
360
- @property
361
- @pulumi.getter(name="systemTags")
362
- def system_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
363
- """
364
- 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"}`
365
- """
366
- return pulumi.get(self, "system_tags")
367
-
368
- @system_tags.setter
369
- def system_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
370
- pulumi.set(self, "system_tags", value)
371
-
372
356
  @property
373
357
  @pulumi.getter(name="timeCreated")
374
358
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -492,7 +476,6 @@ class ExternalDbNode(pulumi.CustomResource):
492
476
  __props__.__dict__["lifecycle_details"] = None
493
477
  __props__.__dict__["memory_size_in_gbs"] = None
494
478
  __props__.__dict__["state"] = None
495
- __props__.__dict__["system_tags"] = None
496
479
  __props__.__dict__["time_created"] = None
497
480
  __props__.__dict__["time_updated"] = None
498
481
  super(ExternalDbNode, __self__).__init__(
@@ -520,7 +503,6 @@ class ExternalDbNode(pulumi.CustomResource):
520
503
  lifecycle_details: Optional[pulumi.Input[str]] = None,
521
504
  memory_size_in_gbs: Optional[pulumi.Input[float]] = None,
522
505
  state: Optional[pulumi.Input[str]] = None,
523
- system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
524
506
  time_created: Optional[pulumi.Input[str]] = None,
525
507
  time_updated: Optional[pulumi.Input[str]] = None) -> 'ExternalDbNode':
526
508
  """
@@ -549,7 +531,6 @@ class ExternalDbNode(pulumi.CustomResource):
549
531
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
550
532
  :param pulumi.Input[float] memory_size_in_gbs: The total memory in gigabytes (GB) on the DB node.
551
533
  :param pulumi.Input[str] state: The current lifecycle state of the external DB node.
552
- :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"}`
553
534
  :param pulumi.Input[str] time_created: The date and time the external DB node was created.
554
535
  :param pulumi.Input[str] time_updated: The date and time the external DB node was last updated.
555
536
  """
@@ -572,7 +553,6 @@ class ExternalDbNode(pulumi.CustomResource):
572
553
  __props__.__dict__["lifecycle_details"] = lifecycle_details
573
554
  __props__.__dict__["memory_size_in_gbs"] = memory_size_in_gbs
574
555
  __props__.__dict__["state"] = state
575
- __props__.__dict__["system_tags"] = system_tags
576
556
  __props__.__dict__["time_created"] = time_created
577
557
  __props__.__dict__["time_updated"] = time_updated
578
558
  return ExternalDbNode(resource_name, opts=opts, __props__=__props__)
@@ -701,14 +681,6 @@ class ExternalDbNode(pulumi.CustomResource):
701
681
  """
702
682
  return pulumi.get(self, "state")
703
683
 
704
- @property
705
- @pulumi.getter(name="systemTags")
706
- def system_tags(self) -> pulumi.Output[Mapping[str, Any]]:
707
- """
708
- 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"}`
709
- """
710
- return pulumi.get(self, "system_tags")
711
-
712
684
  @property
713
685
  @pulumi.getter(name="timeCreated")
714
686
  def time_created(self) -> pulumi.Output[str]: