pulumi-oci 3.5.0a1756363728__py3-none-any.whl → 3.5.0a1756440723__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 (133) hide show
  1. pulumi_oci/__init__.py +80 -0
  2. pulumi_oci/core/compute_gpu_memory_fabric.py +28 -0
  3. pulumi_oci/core/get_compute_gpu_memory_fabric.py +15 -1
  4. pulumi_oci/core/outputs.py +11 -0
  5. pulumi_oci/database/_inputs.py +257 -12
  6. pulumi_oci/database/data_guard_association.py +98 -0
  7. pulumi_oci/database/database.py +28 -0
  8. pulumi_oci/database/db_node.py +56 -0
  9. pulumi_oci/database/db_system.py +108 -14
  10. pulumi_oci/database/exadb_vm_cluster.py +49 -0
  11. pulumi_oci/database/exascale_db_storage_vault.py +28 -0
  12. pulumi_oci/database/get_data_guard_association.py +23 -1
  13. pulumi_oci/database/get_database.py +15 -1
  14. pulumi_oci/database/get_db_node.py +29 -1
  15. pulumi_oci/database/get_db_system_shapes.py +25 -6
  16. pulumi_oci/database/get_db_system_storage_performances.py +20 -3
  17. pulumi_oci/database/get_db_versions.py +20 -1
  18. pulumi_oci/database/get_exadb_vm_cluster.py +15 -1
  19. pulumi_oci/database/get_exascale_db_storage_vault.py +15 -1
  20. pulumi_oci/database/get_exascale_db_storage_vaults.py +87 -8
  21. pulumi_oci/database/get_gi_versions.py +25 -6
  22. pulumi_oci/database/outputs.py +575 -8
  23. pulumi_oci/datasafe/__init__.py +24 -0
  24. pulumi_oci/datasafe/_inputs.py +3669 -1537
  25. pulumi_oci/datasafe/attribute_set.py +693 -0
  26. pulumi_oci/datasafe/audit_profile.py +356 -95
  27. pulumi_oci/datasafe/audit_profile_management.py +389 -129
  28. pulumi_oci/datasafe/audit_trail.py +47 -0
  29. pulumi_oci/datasafe/audit_trail_management.py +49 -0
  30. pulumi_oci/datasafe/get_alerts.py +2 -2
  31. pulumi_oci/datasafe/get_attribute_set.py +295 -0
  32. pulumi_oci/datasafe/get_attribute_set_associated_resources.py +188 -0
  33. pulumi_oci/datasafe/get_attribute_sets.py +340 -0
  34. pulumi_oci/datasafe/get_audit_archive_retrievals.py +20 -1
  35. pulumi_oci/datasafe/get_audit_events.py +2 -2
  36. pulumi_oci/datasafe/get_audit_policies.py +20 -1
  37. pulumi_oci/datasafe/get_audit_profile.py +78 -8
  38. pulumi_oci/datasafe/get_audit_profile_target_overrides.py +163 -0
  39. pulumi_oci/datasafe/get_audit_profiles.py +50 -9
  40. pulumi_oci/datasafe/get_audit_trail.py +15 -1
  41. pulumi_oci/datasafe/get_audit_trails.py +20 -1
  42. pulumi_oci/datasafe/get_database_security_configs.py +20 -1
  43. pulumi_oci/datasafe/get_discovery_analytics.py +39 -1
  44. pulumi_oci/datasafe/get_masking_analytics.py +42 -1
  45. pulumi_oci/datasafe/get_onprem_connectors.py +26 -23
  46. pulumi_oci/datasafe/get_report.py +43 -1
  47. pulumi_oci/datasafe/get_reports.py +23 -1
  48. pulumi_oci/datasafe/get_security_assessment.py +116 -2
  49. pulumi_oci/datasafe/get_security_assessment_checks.py +264 -0
  50. pulumi_oci/datasafe/get_security_assessment_finding.py +64 -4
  51. pulumi_oci/datasafe/get_security_assessment_findings.py +73 -6
  52. pulumi_oci/datasafe/get_security_assessment_template_analytics.py +362 -0
  53. pulumi_oci/datasafe/get_security_assessment_template_association_analytics.py +298 -0
  54. pulumi_oci/datasafe/get_security_assessment_template_baseline_comparison.py +347 -0
  55. pulumi_oci/datasafe/get_security_assessments.py +68 -2
  56. pulumi_oci/datasafe/get_security_policies.py +23 -1
  57. pulumi_oci/datasafe/get_security_policy.py +15 -1
  58. pulumi_oci/datasafe/get_security_policy_config.py +296 -0
  59. pulumi_oci/datasafe/get_security_policy_configs.py +342 -0
  60. pulumi_oci/datasafe/get_security_policy_deployment.py +52 -2
  61. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +49 -4
  62. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +47 -6
  63. pulumi_oci/datasafe/get_security_policy_deployments.py +29 -7
  64. pulumi_oci/datasafe/get_sensitive_column_analytics.py +20 -1
  65. pulumi_oci/datasafe/get_sql_collection_analytics.py +20 -1
  66. pulumi_oci/datasafe/get_sql_collections.py +20 -1
  67. pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +2 -2
  68. pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +2 -2
  69. pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +2 -2
  70. pulumi_oci/datasafe/get_sql_firewall_violations.py +2 -2
  71. pulumi_oci/datasafe/get_target_alert_policy_associations.py +0 -34
  72. pulumi_oci/datasafe/get_target_database_group.py +296 -0
  73. pulumi_oci/datasafe/get_target_database_group_group_member.py +146 -0
  74. pulumi_oci/datasafe/get_target_database_groups.py +313 -0
  75. pulumi_oci/datasafe/get_unified_audit_policies.py +386 -0
  76. pulumi_oci/datasafe/get_unified_audit_policy.py +338 -0
  77. pulumi_oci/datasafe/get_unified_audit_policy_definition.py +309 -0
  78. pulumi_oci/datasafe/get_unified_audit_policy_definitions.py +334 -0
  79. pulumi_oci/datasafe/get_user_assessment.py +29 -1
  80. pulumi_oci/datasafe/get_user_assessments.py +45 -1
  81. pulumi_oci/datasafe/outputs.py +6964 -192
  82. pulumi_oci/datasafe/report.py +84 -0
  83. pulumi_oci/datasafe/report_definition.py +4 -0
  84. pulumi_oci/datasafe/security_assessment.py +425 -82
  85. pulumi_oci/datasafe/security_assessment_check.py +456 -0
  86. pulumi_oci/datasafe/security_assessment_finding.py +818 -0
  87. pulumi_oci/datasafe/security_policy.py +94 -77
  88. pulumi_oci/datasafe/security_policy_config.py +698 -0
  89. pulumi_oci/datasafe/security_policy_deployment.py +272 -67
  90. pulumi_oci/datasafe/security_policy_deployment_management.py +266 -42
  91. pulumi_oci/datasafe/security_policy_management.py +87 -30
  92. pulumi_oci/datasafe/target_alert_policy_association.py +7 -77
  93. pulumi_oci/datasafe/target_database.py +4 -0
  94. pulumi_oci/datasafe/target_database_group.py +679 -0
  95. pulumi_oci/datasafe/target_database_peer_target_database.py +2 -0
  96. pulumi_oci/datasafe/unified_audit_policy.py +836 -0
  97. pulumi_oci/datasafe/unified_audit_policy_definition.py +687 -0
  98. pulumi_oci/datasafe/user_assessment.py +105 -28
  99. pulumi_oci/disasterrecovery/_inputs.py +231 -3
  100. pulumi_oci/disasterrecovery/dr_protection_group.py +24 -0
  101. pulumi_oci/disasterrecovery/outputs.py +446 -12
  102. pulumi_oci/generativeai/_inputs.py +572 -63
  103. pulumi_oci/generativeai/agent_data_ingestion_job.py +48 -0
  104. pulumi_oci/generativeai/agent_data_source.py +7 -81
  105. pulumi_oci/generativeai/agent_knowledge_base.py +35 -25
  106. pulumi_oci/generativeai/agent_tool.py +172 -0
  107. pulumi_oci/generativeai/get_agent_data_ingestion_job.py +26 -1
  108. pulumi_oci/generativeai/get_agent_data_source.py +1 -5
  109. pulumi_oci/generativeai/get_agent_data_sources.py +0 -4
  110. pulumi_oci/generativeai/get_agent_knowledge_base.py +16 -6
  111. pulumi_oci/generativeai/get_agent_knowledge_bases.py +0 -4
  112. pulumi_oci/generativeai/outputs.py +1128 -106
  113. pulumi_oci/goldengate/deployment.py +94 -0
  114. pulumi_oci/goldengate/get_deployment.py +29 -1
  115. pulumi_oci/goldengate/get_deployments.py +23 -1
  116. pulumi_oci/goldengate/outputs.py +35 -2
  117. pulumi_oci/oci/__init__.py +9 -0
  118. pulumi_oci/oci/_inputs.py +420 -0
  119. pulumi_oci/oci/get_managed_kafka_kafka_cluster.py +380 -0
  120. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config.py +254 -0
  121. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_version.py +177 -0
  122. pulumi_oci/oci/get_managed_kafka_kafka_cluster_config_versions.py +144 -0
  123. pulumi_oci/oci/get_managed_kafka_kafka_cluster_configs.py +199 -0
  124. pulumi_oci/oci/get_managed_kafka_kafka_clusters.py +199 -0
  125. pulumi_oci/oci/managed_kafka_kafka_cluster.py +984 -0
  126. pulumi_oci/oci/managed_kafka_kafka_cluster_config.py +549 -0
  127. pulumi_oci/oci/managed_kafka_kafka_cluster_superusers_management.py +352 -0
  128. pulumi_oci/oci/outputs.py +1009 -0
  129. pulumi_oci/pulumi-plugin.json +1 -1
  130. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/METADATA +1 -1
  131. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/RECORD +133 -100
  132. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/WHEEL +0 -0
  133. {pulumi_oci-3.5.0a1756363728.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/top_level.txt +0 -0
@@ -111,8 +111,10 @@ __all__ = [
111
111
  'DatabaseDatabaseEncryptionKeyLocationDetails',
112
112
  'DatabaseDatabaseManagementConfig',
113
113
  'DatabaseDatabaseSourceEncryptionKeyLocationDetails',
114
+ 'DatabaseDatabaseStorageSizeDetails',
114
115
  'DatabaseDbBackupConfig',
115
116
  'DatabaseDbBackupConfigBackupDestinationDetail',
117
+ 'DatabaseStorageSizeDetail',
116
118
  'DatabaseUpgradeConnectionString',
117
119
  'DatabaseUpgradeDataGuardGroup',
118
120
  'DatabaseUpgradeDataGuardGroupMember',
@@ -124,6 +126,7 @@ __all__ = [
124
126
  'DbHomeDatabaseDbBackupConfig',
125
127
  'DbHomeDatabaseDbBackupConfigBackupDestinationDetail',
126
128
  'DbHomeDatabaseEncryptionKeyLocationDetails',
129
+ 'DbHomeDatabaseStorageSizeDetails',
127
130
  'DbSystemDataCollectionOptions',
128
131
  'DbSystemDbHome',
129
132
  'DbSystemDbHomeDatabase',
@@ -481,6 +484,7 @@ __all__ = [
481
484
  'GetDatabaseDatabaseEncryptionKeyLocationDetailResult',
482
485
  'GetDatabaseDatabaseManagementConfigResult',
483
486
  'GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult',
487
+ 'GetDatabaseDatabaseStorageSizeDetailResult',
484
488
  'GetDatabaseDbBackupConfigResult',
485
489
  'GetDatabaseDbBackupConfigBackupDestinationDetailResult',
486
490
  'GetDatabaseMaintenanceRunHistoriesFilterResult',
@@ -505,6 +509,7 @@ __all__ = [
505
509
  'GetDatabasePdbConversionHistoryEntriesPdbConversionHistoryEntryResult',
506
510
  'GetDatabaseSoftwareImagesDatabaseSoftwareImageResult',
507
511
  'GetDatabaseSoftwareImagesFilterResult',
512
+ 'GetDatabaseStorageSizeDetailResult',
508
513
  'GetDatabaseUpgradeHistoryEntriesDatabaseUpgradeHistoryEntryResult',
509
514
  'GetDatabaseUpgradeHistoryEntriesFilterResult',
510
515
  'GetDatabasesDatabaseResult',
@@ -517,14 +522,17 @@ __all__ = [
517
522
  'GetDatabasesDatabaseDatabaseEncryptionKeyLocationDetailResult',
518
523
  'GetDatabasesDatabaseDatabaseManagementConfigResult',
519
524
  'GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult',
525
+ 'GetDatabasesDatabaseDatabaseStorageSizeDetailResult',
520
526
  'GetDatabasesDatabaseDbBackupConfigResult',
521
527
  'GetDatabasesDatabaseDbBackupConfigBackupDestinationDetailResult',
528
+ 'GetDatabasesDatabaseStorageSizeDetailResult',
522
529
  'GetDatabasesFilterResult',
523
530
  'GetDbHomeDatabaseResult',
524
531
  'GetDbHomeDatabaseConnectionStringResult',
525
532
  'GetDbHomeDatabaseDbBackupConfigResult',
526
533
  'GetDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult',
527
534
  'GetDbHomeDatabaseEncryptionKeyLocationDetailResult',
535
+ 'GetDbHomeDatabaseStorageSizeDetailResult',
528
536
  'GetDbHomePatchHistoryEntriesFilterResult',
529
537
  'GetDbHomePatchHistoryEntriesPatchHistoryEntryResult',
530
538
  'GetDbHomePatchesFilterResult',
@@ -535,6 +543,7 @@ __all__ = [
535
543
  'GetDbHomesDbHomeDatabaseDbBackupConfigResult',
536
544
  'GetDbHomesDbHomeDatabaseDbBackupConfigBackupDestinationDetailResult',
537
545
  'GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetailResult',
546
+ 'GetDbHomesDbHomeDatabaseStorageSizeDetailResult',
538
547
  'GetDbHomesFilterResult',
539
548
  'GetDbNodeConsoleConnectionsConsoleConnectionResult',
540
549
  'GetDbNodeConsoleConnectionsFilterResult',
@@ -8368,6 +8377,8 @@ class DatabaseDatabase(dict):
8368
8377
  suggest = "source_encryption_key_location_details"
8369
8378
  elif key == "sourceTdeWalletPassword":
8370
8379
  suggest = "source_tde_wallet_password"
8380
+ elif key == "storageSizeDetails":
8381
+ suggest = "storage_size_details"
8371
8382
  elif key == "tdeWalletPassword":
8372
8383
  suggest = "tde_wallet_password"
8373
8384
  elif key == "transportType":
@@ -8411,6 +8422,7 @@ class DatabaseDatabase(dict):
8411
8422
  source_database_id: Optional[_builtins.str] = None,
8412
8423
  source_encryption_key_location_details: Optional['outputs.DatabaseDatabaseSourceEncryptionKeyLocationDetails'] = None,
8413
8424
  source_tde_wallet_password: Optional[_builtins.str] = None,
8425
+ storage_size_details: Optional['outputs.DatabaseDatabaseStorageSizeDetails'] = None,
8414
8426
  tde_wallet_password: Optional[_builtins.str] = None,
8415
8427
  transport_type: Optional[_builtins.str] = None,
8416
8428
  vault_id: Optional[_builtins.str] = None):
@@ -8445,6 +8457,7 @@ class DatabaseDatabase(dict):
8445
8457
  :param _builtins.str source_database_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source database.
8446
8458
  :param 'DatabaseDatabaseSourceEncryptionKeyLocationDetailsArgs' source_encryption_key_location_details: Types of providers supported for managing database encryption keys
8447
8459
  :param _builtins.str source_tde_wallet_password: The TDE wallet password of the source database specified by 'sourceDatabaseId'.
8460
+ :param 'DatabaseDatabaseStorageSizeDetailsArgs' storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
8448
8461
  :param _builtins.str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
8449
8462
  :param _builtins.str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
8450
8463
  * MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
@@ -8504,6 +8517,8 @@ class DatabaseDatabase(dict):
8504
8517
  pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
8505
8518
  if source_tde_wallet_password is not None:
8506
8519
  pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
8520
+ if storage_size_details is not None:
8521
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
8507
8522
  if tde_wallet_password is not None:
8508
8523
  pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
8509
8524
  if transport_type is not None:
@@ -8709,6 +8724,14 @@ class DatabaseDatabase(dict):
8709
8724
  """
8710
8725
  return pulumi.get(self, "source_tde_wallet_password")
8711
8726
 
8727
+ @_builtins.property
8728
+ @pulumi.getter(name="storageSizeDetails")
8729
+ def storage_size_details(self) -> Optional['outputs.DatabaseDatabaseStorageSizeDetails']:
8730
+ """
8731
+ The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
8732
+ """
8733
+ return pulumi.get(self, "storage_size_details")
8734
+
8712
8735
  @_builtins.property
8713
8736
  @pulumi.getter(name="tdeWalletPassword")
8714
8737
  def tde_wallet_password(self) -> Optional[_builtins.str]:
@@ -9156,6 +9179,68 @@ class DatabaseDatabaseSourceEncryptionKeyLocationDetails(dict):
9156
9179
  return pulumi.get(self, "provider_type")
9157
9180
 
9158
9181
 
9182
+ @pulumi.output_type
9183
+ class DatabaseDatabaseStorageSizeDetails(dict):
9184
+ @staticmethod
9185
+ def __key_warning(key: str):
9186
+ suggest = None
9187
+ if key == "dataStorageSizeInGb":
9188
+ suggest = "data_storage_size_in_gb"
9189
+ elif key == "recoStorageSizeInGbs":
9190
+ suggest = "reco_storage_size_in_gbs"
9191
+ elif key == "redoLogStorageSizeInGbs":
9192
+ suggest = "redo_log_storage_size_in_gbs"
9193
+
9194
+ if suggest:
9195
+ pulumi.log.warn(f"Key '{key}' not found in DatabaseDatabaseStorageSizeDetails. Access the value via the '{suggest}' property getter instead.")
9196
+
9197
+ def __getitem__(self, key: str) -> Any:
9198
+ DatabaseDatabaseStorageSizeDetails.__key_warning(key)
9199
+ return super().__getitem__(key)
9200
+
9201
+ def get(self, key: str, default = None) -> Any:
9202
+ DatabaseDatabaseStorageSizeDetails.__key_warning(key)
9203
+ return super().get(key, default)
9204
+
9205
+ def __init__(__self__, *,
9206
+ data_storage_size_in_gb: _builtins.int,
9207
+ reco_storage_size_in_gbs: _builtins.int,
9208
+ redo_log_storage_size_in_gbs: Optional[_builtins.int] = None):
9209
+ """
9210
+ :param _builtins.int data_storage_size_in_gb: (Updatable) The DATA storage size, in gigabytes, that is applicable for the database.
9211
+ :param _builtins.int reco_storage_size_in_gbs: (Updatable) The RECO storage size, in gigabytes, that is applicable for the database.
9212
+ :param _builtins.int redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
9213
+ """
9214
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
9215
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
9216
+ if redo_log_storage_size_in_gbs is not None:
9217
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
9218
+
9219
+ @_builtins.property
9220
+ @pulumi.getter(name="dataStorageSizeInGb")
9221
+ def data_storage_size_in_gb(self) -> _builtins.int:
9222
+ """
9223
+ (Updatable) The DATA storage size, in gigabytes, that is applicable for the database.
9224
+ """
9225
+ return pulumi.get(self, "data_storage_size_in_gb")
9226
+
9227
+ @_builtins.property
9228
+ @pulumi.getter(name="recoStorageSizeInGbs")
9229
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
9230
+ """
9231
+ (Updatable) The RECO storage size, in gigabytes, that is applicable for the database.
9232
+ """
9233
+ return pulumi.get(self, "reco_storage_size_in_gbs")
9234
+
9235
+ @_builtins.property
9236
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
9237
+ def redo_log_storage_size_in_gbs(self) -> Optional[_builtins.int]:
9238
+ """
9239
+ The REDO Log storage size, in gigabytes, that is applicable for the database.
9240
+ """
9241
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
9242
+
9243
+
9159
9244
  @pulumi.output_type
9160
9245
  class DatabaseDbBackupConfig(dict):
9161
9246
  @staticmethod
@@ -9406,6 +9491,70 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
9406
9491
  return pulumi.get(self, "vpc_user")
9407
9492
 
9408
9493
 
9494
+ @pulumi.output_type
9495
+ class DatabaseStorageSizeDetail(dict):
9496
+ @staticmethod
9497
+ def __key_warning(key: str):
9498
+ suggest = None
9499
+ if key == "dataStorageSizeInGb":
9500
+ suggest = "data_storage_size_in_gb"
9501
+ elif key == "recoStorageSizeInGbs":
9502
+ suggest = "reco_storage_size_in_gbs"
9503
+ elif key == "redoLogStorageSizeInGbs":
9504
+ suggest = "redo_log_storage_size_in_gbs"
9505
+
9506
+ if suggest:
9507
+ pulumi.log.warn(f"Key '{key}' not found in DatabaseStorageSizeDetail. Access the value via the '{suggest}' property getter instead.")
9508
+
9509
+ def __getitem__(self, key: str) -> Any:
9510
+ DatabaseStorageSizeDetail.__key_warning(key)
9511
+ return super().__getitem__(key)
9512
+
9513
+ def get(self, key: str, default = None) -> Any:
9514
+ DatabaseStorageSizeDetail.__key_warning(key)
9515
+ return super().get(key, default)
9516
+
9517
+ def __init__(__self__, *,
9518
+ data_storage_size_in_gb: Optional[_builtins.int] = None,
9519
+ reco_storage_size_in_gbs: Optional[_builtins.int] = None,
9520
+ redo_log_storage_size_in_gbs: Optional[_builtins.int] = None):
9521
+ """
9522
+ :param _builtins.int data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
9523
+ :param _builtins.int reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
9524
+ :param _builtins.int redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
9525
+ """
9526
+ if data_storage_size_in_gb is not None:
9527
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
9528
+ if reco_storage_size_in_gbs is not None:
9529
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
9530
+ if redo_log_storage_size_in_gbs is not None:
9531
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
9532
+
9533
+ @_builtins.property
9534
+ @pulumi.getter(name="dataStorageSizeInGb")
9535
+ def data_storage_size_in_gb(self) -> Optional[_builtins.int]:
9536
+ """
9537
+ The DATA storage size, in gigabytes, that is applicable for the database.
9538
+ """
9539
+ return pulumi.get(self, "data_storage_size_in_gb")
9540
+
9541
+ @_builtins.property
9542
+ @pulumi.getter(name="recoStorageSizeInGbs")
9543
+ def reco_storage_size_in_gbs(self) -> Optional[_builtins.int]:
9544
+ """
9545
+ The RECO storage size, in gigabytes, that is applicable for the database.
9546
+ """
9547
+ return pulumi.get(self, "reco_storage_size_in_gbs")
9548
+
9549
+ @_builtins.property
9550
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
9551
+ def redo_log_storage_size_in_gbs(self) -> Optional[_builtins.int]:
9552
+ """
9553
+ The REDO Log storage size, in gigabytes, that is applicable for the database.
9554
+ """
9555
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
9556
+
9557
+
9409
9558
  @pulumi.output_type
9410
9559
  class DatabaseUpgradeConnectionString(dict):
9411
9560
  @staticmethod
@@ -10075,6 +10224,8 @@ class DbHomeDatabase(dict):
10075
10224
  suggest = "pluggable_databases"
10076
10225
  elif key == "sidPrefix":
10077
10226
  suggest = "sid_prefix"
10227
+ elif key == "storageSizeDetails":
10228
+ suggest = "storage_size_details"
10078
10229
  elif key == "tdeWalletPassword":
10079
10230
  suggest = "tde_wallet_password"
10080
10231
  elif key == "timeCreated":
@@ -10121,6 +10272,7 @@ class DbHomeDatabase(dict):
10121
10272
  pluggable_databases: Optional[Sequence[_builtins.str]] = None,
10122
10273
  sid_prefix: Optional[_builtins.str] = None,
10123
10274
  state: Optional[_builtins.str] = None,
10275
+ storage_size_details: Optional['outputs.DbHomeDatabaseStorageSizeDetails'] = None,
10124
10276
  tde_wallet_password: Optional[_builtins.str] = None,
10125
10277
  time_created: Optional[_builtins.str] = None,
10126
10278
  time_stamp_for_point_in_time_recovery: Optional[_builtins.str] = None,
@@ -10153,6 +10305,7 @@ class DbHomeDatabase(dict):
10153
10305
  :param Sequence[_builtins.str] pluggable_databases: The list of pluggable databases that needs to be restored into new database.
10154
10306
  :param _builtins.str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
10155
10307
  :param _builtins.str state: The current state of the Database Home.
10308
+ :param 'DbHomeDatabaseStorageSizeDetailsArgs' storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
10156
10309
  :param _builtins.str tde_wallet_password: The optional password to open the TDE wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numeric, and two special characters. The special characters must be _, \\#, or -.
10157
10310
  :param _builtins.str time_created: The date and time the Database Home was created.
10158
10311
  :param _builtins.str time_stamp_for_point_in_time_recovery: The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
@@ -10207,6 +10360,8 @@ class DbHomeDatabase(dict):
10207
10360
  pulumi.set(__self__, "sid_prefix", sid_prefix)
10208
10361
  if state is not None:
10209
10362
  pulumi.set(__self__, "state", state)
10363
+ if storage_size_details is not None:
10364
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
10210
10365
  if tde_wallet_password is not None:
10211
10366
  pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
10212
10367
  if time_created is not None:
@@ -10414,6 +10569,14 @@ class DbHomeDatabase(dict):
10414
10569
  """
10415
10570
  return pulumi.get(self, "state")
10416
10571
 
10572
+ @_builtins.property
10573
+ @pulumi.getter(name="storageSizeDetails")
10574
+ def storage_size_details(self) -> Optional['outputs.DbHomeDatabaseStorageSizeDetails']:
10575
+ """
10576
+ The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
10577
+ """
10578
+ return pulumi.get(self, "storage_size_details")
10579
+
10417
10580
  @_builtins.property
10418
10581
  @pulumi.getter(name="tdeWalletPassword")
10419
10582
  def tde_wallet_password(self) -> Optional[_builtins.str]:
@@ -10806,6 +10969,64 @@ class DbHomeDatabaseEncryptionKeyLocationDetails(dict):
10806
10969
  return pulumi.get(self, "hsm_password")
10807
10970
 
10808
10971
 
10972
+ @pulumi.output_type
10973
+ class DbHomeDatabaseStorageSizeDetails(dict):
10974
+ @staticmethod
10975
+ def __key_warning(key: str):
10976
+ suggest = None
10977
+ if key == "dataStorageSizeInGb":
10978
+ suggest = "data_storage_size_in_gb"
10979
+ elif key == "recoStorageSizeInGbs":
10980
+ suggest = "reco_storage_size_in_gbs"
10981
+ elif key == "redoLogStorageSizeInGbs":
10982
+ suggest = "redo_log_storage_size_in_gbs"
10983
+
10984
+ if suggest:
10985
+ pulumi.log.warn(f"Key '{key}' not found in DbHomeDatabaseStorageSizeDetails. Access the value via the '{suggest}' property getter instead.")
10986
+
10987
+ def __getitem__(self, key: str) -> Any:
10988
+ DbHomeDatabaseStorageSizeDetails.__key_warning(key)
10989
+ return super().__getitem__(key)
10990
+
10991
+ def get(self, key: str, default = None) -> Any:
10992
+ DbHomeDatabaseStorageSizeDetails.__key_warning(key)
10993
+ return super().get(key, default)
10994
+
10995
+ def __init__(__self__, *,
10996
+ data_storage_size_in_gb: _builtins.int,
10997
+ reco_storage_size_in_gbs: _builtins.int,
10998
+ redo_log_storage_size_in_gbs: Optional[_builtins.int] = None):
10999
+ """
11000
+ :param _builtins.int data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
11001
+ :param _builtins.int reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
11002
+ """
11003
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
11004
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
11005
+ if redo_log_storage_size_in_gbs is not None:
11006
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
11007
+
11008
+ @_builtins.property
11009
+ @pulumi.getter(name="dataStorageSizeInGb")
11010
+ def data_storage_size_in_gb(self) -> _builtins.int:
11011
+ """
11012
+ The DATA storage size, in gigabytes, that is applicable for the database.
11013
+ """
11014
+ return pulumi.get(self, "data_storage_size_in_gb")
11015
+
11016
+ @_builtins.property
11017
+ @pulumi.getter(name="recoStorageSizeInGbs")
11018
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
11019
+ """
11020
+ The RECO storage size, in gigabytes, that is applicable for the database.
11021
+ """
11022
+ return pulumi.get(self, "reco_storage_size_in_gbs")
11023
+
11024
+ @_builtins.property
11025
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
11026
+ def redo_log_storage_size_in_gbs(self) -> Optional[_builtins.int]:
11027
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
11028
+
11029
+
10809
11030
  @pulumi.output_type
10810
11031
  class DbSystemDataCollectionOptions(dict):
10811
11032
  @staticmethod
@@ -11682,10 +11903,8 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
11682
11903
  """
11683
11904
  :param _builtins.str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
11684
11905
  :param _builtins.str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
11685
- :param _builtins.bool is_remote: Indicates whether the backup destination is cross-region or local region.
11686
- :param _builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored.
11687
-
11688
- For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
11906
+ :param _builtins.bool is_remote: Indicates whether the backup destination is cross-region or local.
11907
+ :param _builtins.str remote_region: The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
11689
11908
  :param _builtins.str type: Type of the database backup destination.
11690
11909
  """
11691
11910
  if dbrs_policy_id is not None:
@@ -11719,7 +11938,7 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
11719
11938
  @pulumi.getter(name="isRemote")
11720
11939
  def is_remote(self) -> Optional[_builtins.bool]:
11721
11940
  """
11722
- Indicates whether the backup destination is cross-region or local region.
11941
+ Indicates whether the backup destination is cross-region or local.
11723
11942
  """
11724
11943
  return pulumi.get(self, "is_remote")
11725
11944
 
@@ -11727,9 +11946,7 @@ class DbSystemDbHomeDatabaseDbBackupConfigBackupDestinationDetail(dict):
11727
11946
  @pulumi.getter(name="remoteRegion")
11728
11947
  def remote_region(self) -> Optional[_builtins.str]:
11729
11948
  """
11730
- The name of the remote region where the remote automatic incremental backups will be stored.
11731
-
11732
- For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
11949
+ The name of the remote region where the remote automatic incremental backups will be stored. For information about valid region names, see [Regions and Availability Domains](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/regions.htm).
11733
11950
  """
11734
11951
  return pulumi.get(self, "remote_region")
11735
11952
 
@@ -38493,6 +38710,8 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38493
38710
  apply_rate: _builtins.str,
38494
38711
  availability_domain: _builtins.str,
38495
38712
  backup_network_nsg_ids: Sequence[_builtins.str],
38713
+ compute_count: _builtins.int,
38714
+ compute_model: _builtins.str,
38496
38715
  cpu_core_count: _builtins.int,
38497
38716
  create_async: _builtins.bool,
38498
38717
  creation_type: _builtins.str,
@@ -38558,6 +38777,8 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38558
38777
  pulumi.set(__self__, "apply_rate", apply_rate)
38559
38778
  pulumi.set(__self__, "availability_domain", availability_domain)
38560
38779
  pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
38780
+ pulumi.set(__self__, "compute_count", compute_count)
38781
+ pulumi.set(__self__, "compute_model", compute_model)
38561
38782
  pulumi.set(__self__, "cpu_core_count", cpu_core_count)
38562
38783
  pulumi.set(__self__, "create_async", create_async)
38563
38784
  pulumi.set(__self__, "creation_type", creation_type)
@@ -38628,6 +38849,16 @@ class GetDataGuardAssociationsDataGuardAssociationResult(dict):
38628
38849
  def backup_network_nsg_ids(self) -> Sequence[_builtins.str]:
38629
38850
  return pulumi.get(self, "backup_network_nsg_ids")
38630
38851
 
38852
+ @_builtins.property
38853
+ @pulumi.getter(name="computeCount")
38854
+ def compute_count(self) -> _builtins.int:
38855
+ return pulumi.get(self, "compute_count")
38856
+
38857
+ @_builtins.property
38858
+ @pulumi.getter(name="computeModel")
38859
+ def compute_model(self) -> _builtins.str:
38860
+ return pulumi.get(self, "compute_model")
38861
+
38631
38862
  @_builtins.property
38632
38863
  @pulumi.getter(name="cpuCoreCount")
38633
38864
  def cpu_core_count(self) -> _builtins.int:
@@ -39147,6 +39378,7 @@ class GetDatabaseDatabaseResult(dict):
39147
39378
  source_database_id: _builtins.str,
39148
39379
  source_encryption_key_location_details: Sequence['outputs.GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult'],
39149
39380
  source_tde_wallet_password: _builtins.str,
39381
+ storage_size_details: Sequence['outputs.GetDatabaseDatabaseStorageSizeDetailResult'],
39150
39382
  tde_wallet_password: _builtins.str,
39151
39383
  transport_type: _builtins.str,
39152
39384
  vault_id: _builtins.str):
@@ -39167,6 +39399,7 @@ class GetDatabaseDatabaseResult(dict):
39167
39399
  :param _builtins.str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
39168
39400
  :param _builtins.str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
39169
39401
  :param _builtins.str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
39402
+ :param Sequence['GetDatabaseDatabaseStorageSizeDetailArgs'] storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
39170
39403
  :param _builtins.str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
39171
39404
  * MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
39172
39405
  * MAXIMUM_PERFORMANCE - ASYNC
@@ -39197,6 +39430,7 @@ class GetDatabaseDatabaseResult(dict):
39197
39430
  pulumi.set(__self__, "source_database_id", source_database_id)
39198
39431
  pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
39199
39432
  pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
39433
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
39200
39434
  pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
39201
39435
  pulumi.set(__self__, "transport_type", transport_type)
39202
39436
  pulumi.set(__self__, "vault_id", vault_id)
@@ -39369,6 +39603,14 @@ class GetDatabaseDatabaseResult(dict):
39369
39603
  def source_tde_wallet_password(self) -> _builtins.str:
39370
39604
  return pulumi.get(self, "source_tde_wallet_password")
39371
39605
 
39606
+ @_builtins.property
39607
+ @pulumi.getter(name="storageSizeDetails")
39608
+ def storage_size_details(self) -> Sequence['outputs.GetDatabaseDatabaseStorageSizeDetailResult']:
39609
+ """
39610
+ The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
39611
+ """
39612
+ return pulumi.get(self, "storage_size_details")
39613
+
39372
39614
  @_builtins.property
39373
39615
  @pulumi.getter(name="tdeWalletPassword")
39374
39616
  def tde_wallet_password(self) -> _builtins.str:
@@ -39671,6 +39913,46 @@ class GetDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
39671
39913
  return pulumi.get(self, "provider_type")
39672
39914
 
39673
39915
 
39916
+ @pulumi.output_type
39917
+ class GetDatabaseDatabaseStorageSizeDetailResult(dict):
39918
+ def __init__(__self__, *,
39919
+ data_storage_size_in_gb: _builtins.int,
39920
+ reco_storage_size_in_gbs: _builtins.int,
39921
+ redo_log_storage_size_in_gbs: _builtins.int):
39922
+ """
39923
+ :param _builtins.int data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
39924
+ :param _builtins.int reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
39925
+ :param _builtins.int redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
39926
+ """
39927
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
39928
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
39929
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
39930
+
39931
+ @_builtins.property
39932
+ @pulumi.getter(name="dataStorageSizeInGb")
39933
+ def data_storage_size_in_gb(self) -> _builtins.int:
39934
+ """
39935
+ The DATA storage size, in gigabytes, that is applicable for the database.
39936
+ """
39937
+ return pulumi.get(self, "data_storage_size_in_gb")
39938
+
39939
+ @_builtins.property
39940
+ @pulumi.getter(name="recoStorageSizeInGbs")
39941
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
39942
+ """
39943
+ The RECO storage size, in gigabytes, that is applicable for the database.
39944
+ """
39945
+ return pulumi.get(self, "reco_storage_size_in_gbs")
39946
+
39947
+ @_builtins.property
39948
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
39949
+ def redo_log_storage_size_in_gbs(self) -> _builtins.int:
39950
+ """
39951
+ The REDO Log storage size, in gigabytes, that is applicable for the database.
39952
+ """
39953
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
39954
+
39955
+
39674
39956
  @pulumi.output_type
39675
39957
  class GetDatabaseDbBackupConfigResult(dict):
39676
39958
  def __init__(__self__, *,
@@ -42463,6 +42745,46 @@ class GetDatabaseSoftwareImagesFilterResult(dict):
42463
42745
  return pulumi.get(self, "regex")
42464
42746
 
42465
42747
 
42748
+ @pulumi.output_type
42749
+ class GetDatabaseStorageSizeDetailResult(dict):
42750
+ def __init__(__self__, *,
42751
+ data_storage_size_in_gb: _builtins.int,
42752
+ reco_storage_size_in_gbs: _builtins.int,
42753
+ redo_log_storage_size_in_gbs: _builtins.int):
42754
+ """
42755
+ :param _builtins.int data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
42756
+ :param _builtins.int reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
42757
+ :param _builtins.int redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
42758
+ """
42759
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
42760
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
42761
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
42762
+
42763
+ @_builtins.property
42764
+ @pulumi.getter(name="dataStorageSizeInGb")
42765
+ def data_storage_size_in_gb(self) -> _builtins.int:
42766
+ """
42767
+ The DATA storage size, in gigabytes, that is applicable for the database.
42768
+ """
42769
+ return pulumi.get(self, "data_storage_size_in_gb")
42770
+
42771
+ @_builtins.property
42772
+ @pulumi.getter(name="recoStorageSizeInGbs")
42773
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
42774
+ """
42775
+ The RECO storage size, in gigabytes, that is applicable for the database.
42776
+ """
42777
+ return pulumi.get(self, "reco_storage_size_in_gbs")
42778
+
42779
+ @_builtins.property
42780
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
42781
+ def redo_log_storage_size_in_gbs(self) -> _builtins.int:
42782
+ """
42783
+ The REDO Log storage size, in gigabytes, that is applicable for the database.
42784
+ """
42785
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
42786
+
42787
+
42466
42788
  @pulumi.output_type
42467
42789
  class GetDatabaseUpgradeHistoryEntriesDatabaseUpgradeHistoryEntryResult(dict):
42468
42790
  def __init__(__self__, *,
@@ -42672,6 +42994,7 @@ class GetDatabasesDatabaseResult(dict):
42672
42994
  source: _builtins.str,
42673
42995
  source_database_point_in_time_recovery_timestamp: _builtins.str,
42674
42996
  state: _builtins.str,
42997
+ storage_size_details: Sequence['outputs.GetDatabasesDatabaseStorageSizeDetailResult'],
42675
42998
  system_tags: Mapping[str, _builtins.str],
42676
42999
  time_created: _builtins.str,
42677
43000
  vault_id: _builtins.str,
@@ -42706,6 +43029,7 @@ class GetDatabasesDatabaseResult(dict):
42706
43029
  :param _builtins.str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
42707
43030
  :param _builtins.str source_database_point_in_time_recovery_timestamp: Point in time recovery timeStamp of the source database at which cloned database system is cloned from the source database system, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339)
42708
43031
  :param _builtins.str state: A filter to return only resources that match the given lifecycle state exactly.
43032
+ :param Sequence['GetDatabasesDatabaseStorageSizeDetailArgs'] storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
42709
43033
  :param Mapping[str, _builtins.str] 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).
42710
43034
  :param _builtins.str time_created: The date and time the database was created.
42711
43035
  :param _builtins.str vault_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Cloud Infrastructure [vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts). This parameter and `secretId` are required for Customer Managed Keys.
@@ -42747,6 +43071,7 @@ class GetDatabasesDatabaseResult(dict):
42747
43071
  pulumi.set(__self__, "source", source)
42748
43072
  pulumi.set(__self__, "source_database_point_in_time_recovery_timestamp", source_database_point_in_time_recovery_timestamp)
42749
43073
  pulumi.set(__self__, "state", state)
43074
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
42750
43075
  pulumi.set(__self__, "system_tags", system_tags)
42751
43076
  pulumi.set(__self__, "time_created", time_created)
42752
43077
  pulumi.set(__self__, "vault_id", vault_id)
@@ -43019,6 +43344,14 @@ class GetDatabasesDatabaseResult(dict):
43019
43344
  """
43020
43345
  return pulumi.get(self, "state")
43021
43346
 
43347
+ @_builtins.property
43348
+ @pulumi.getter(name="storageSizeDetails")
43349
+ def storage_size_details(self) -> Sequence['outputs.GetDatabasesDatabaseStorageSizeDetailResult']:
43350
+ """
43351
+ The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
43352
+ """
43353
+ return pulumi.get(self, "storage_size_details")
43354
+
43022
43355
  @_builtins.property
43023
43356
  @pulumi.getter(name="systemTags")
43024
43357
  def system_tags(self) -> Mapping[str, _builtins.str]:
@@ -43260,6 +43593,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
43260
43593
  source_database_id: _builtins.str,
43261
43594
  source_encryption_key_location_details: Sequence['outputs.GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult'],
43262
43595
  source_tde_wallet_password: _builtins.str,
43596
+ storage_size_details: Sequence['outputs.GetDatabasesDatabaseDatabaseStorageSizeDetailResult'],
43263
43597
  tde_wallet_password: _builtins.str,
43264
43598
  transport_type: _builtins.str,
43265
43599
  vault_id: _builtins.str):
@@ -43280,6 +43614,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
43280
43614
  :param _builtins.str pdb_name: The name of the pluggable database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters. Special characters are not permitted. Pluggable database should not be same as database name.
43281
43615
  :param _builtins.str protection_mode: The protection mode of this Data Guard. For more information, see [Oracle Data Guard Protection Modes](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000) in the Oracle Data Guard documentation.
43282
43616
  :param _builtins.str sid_prefix: Specifies a prefix for the `Oracle SID` of the database to be created.
43617
+ :param Sequence['GetDatabasesDatabaseDatabaseStorageSizeDetailArgs'] storage_size_details: The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
43283
43618
  :param _builtins.str transport_type: The redo transport type to use for this Data Guard association. Valid values depend on the specified `protectionMode`:
43284
43619
  * MAXIMUM_AVAILABILITY - SYNC or FASTSYNC
43285
43620
  * MAXIMUM_PERFORMANCE - ASYNC
@@ -43310,6 +43645,7 @@ class GetDatabasesDatabaseDatabaseResult(dict):
43310
43645
  pulumi.set(__self__, "source_database_id", source_database_id)
43311
43646
  pulumi.set(__self__, "source_encryption_key_location_details", source_encryption_key_location_details)
43312
43647
  pulumi.set(__self__, "source_tde_wallet_password", source_tde_wallet_password)
43648
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
43313
43649
  pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
43314
43650
  pulumi.set(__self__, "transport_type", transport_type)
43315
43651
  pulumi.set(__self__, "vault_id", vault_id)
@@ -43482,6 +43818,14 @@ class GetDatabasesDatabaseDatabaseResult(dict):
43482
43818
  def source_tde_wallet_password(self) -> _builtins.str:
43483
43819
  return pulumi.get(self, "source_tde_wallet_password")
43484
43820
 
43821
+ @_builtins.property
43822
+ @pulumi.getter(name="storageSizeDetails")
43823
+ def storage_size_details(self) -> Sequence['outputs.GetDatabasesDatabaseDatabaseStorageSizeDetailResult']:
43824
+ """
43825
+ The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
43826
+ """
43827
+ return pulumi.get(self, "storage_size_details")
43828
+
43485
43829
  @_builtins.property
43486
43830
  @pulumi.getter(name="tdeWalletPassword")
43487
43831
  def tde_wallet_password(self) -> _builtins.str:
@@ -43776,6 +44120,46 @@ class GetDatabasesDatabaseDatabaseSourceEncryptionKeyLocationDetailResult(dict):
43776
44120
  return pulumi.get(self, "provider_type")
43777
44121
 
43778
44122
 
44123
+ @pulumi.output_type
44124
+ class GetDatabasesDatabaseDatabaseStorageSizeDetailResult(dict):
44125
+ def __init__(__self__, *,
44126
+ data_storage_size_in_gb: _builtins.int,
44127
+ reco_storage_size_in_gbs: _builtins.int,
44128
+ redo_log_storage_size_in_gbs: _builtins.int):
44129
+ """
44130
+ :param _builtins.int data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
44131
+ :param _builtins.int reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
44132
+ :param _builtins.int redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
44133
+ """
44134
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
44135
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
44136
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
44137
+
44138
+ @_builtins.property
44139
+ @pulumi.getter(name="dataStorageSizeInGb")
44140
+ def data_storage_size_in_gb(self) -> _builtins.int:
44141
+ """
44142
+ The DATA storage size, in gigabytes, that is applicable for the database.
44143
+ """
44144
+ return pulumi.get(self, "data_storage_size_in_gb")
44145
+
44146
+ @_builtins.property
44147
+ @pulumi.getter(name="recoStorageSizeInGbs")
44148
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
44149
+ """
44150
+ The RECO storage size, in gigabytes, that is applicable for the database.
44151
+ """
44152
+ return pulumi.get(self, "reco_storage_size_in_gbs")
44153
+
44154
+ @_builtins.property
44155
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
44156
+ def redo_log_storage_size_in_gbs(self) -> _builtins.int:
44157
+ """
44158
+ The REDO Log storage size, in gigabytes, that is applicable for the database.
44159
+ """
44160
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
44161
+
44162
+
43779
44163
  @pulumi.output_type
43780
44164
  class GetDatabasesDatabaseDbBackupConfigResult(dict):
43781
44165
  def __init__(__self__, *,
@@ -43947,6 +44331,46 @@ class GetDatabasesDatabaseDbBackupConfigBackupDestinationDetailResult(dict):
43947
44331
  return pulumi.get(self, "vpc_user")
43948
44332
 
43949
44333
 
44334
+ @pulumi.output_type
44335
+ class GetDatabasesDatabaseStorageSizeDetailResult(dict):
44336
+ def __init__(__self__, *,
44337
+ data_storage_size_in_gb: _builtins.int,
44338
+ reco_storage_size_in_gbs: _builtins.int,
44339
+ redo_log_storage_size_in_gbs: _builtins.int):
44340
+ """
44341
+ :param _builtins.int data_storage_size_in_gb: The DATA storage size, in gigabytes, that is applicable for the database.
44342
+ :param _builtins.int reco_storage_size_in_gbs: The RECO storage size, in gigabytes, that is applicable for the database.
44343
+ :param _builtins.int redo_log_storage_size_in_gbs: The REDO Log storage size, in gigabytes, that is applicable for the database.
44344
+ """
44345
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
44346
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
44347
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
44348
+
44349
+ @_builtins.property
44350
+ @pulumi.getter(name="dataStorageSizeInGb")
44351
+ def data_storage_size_in_gb(self) -> _builtins.int:
44352
+ """
44353
+ The DATA storage size, in gigabytes, that is applicable for the database.
44354
+ """
44355
+ return pulumi.get(self, "data_storage_size_in_gb")
44356
+
44357
+ @_builtins.property
44358
+ @pulumi.getter(name="recoStorageSizeInGbs")
44359
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
44360
+ """
44361
+ The RECO storage size, in gigabytes, that is applicable for the database.
44362
+ """
44363
+ return pulumi.get(self, "reco_storage_size_in_gbs")
44364
+
44365
+ @_builtins.property
44366
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
44367
+ def redo_log_storage_size_in_gbs(self) -> _builtins.int:
44368
+ """
44369
+ The REDO Log storage size, in gigabytes, that is applicable for the database.
44370
+ """
44371
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
44372
+
44373
+
43950
44374
  @pulumi.output_type
43951
44375
  class GetDatabasesFilterResult(dict):
43952
44376
  def __init__(__self__, *,
@@ -44002,6 +44426,7 @@ class GetDbHomeDatabaseResult(dict):
44002
44426
  pluggable_databases: Sequence[_builtins.str],
44003
44427
  sid_prefix: _builtins.str,
44004
44428
  state: _builtins.str,
44429
+ storage_size_details: Sequence['outputs.GetDbHomeDatabaseStorageSizeDetailResult'],
44005
44430
  tde_wallet_password: _builtins.str,
44006
44431
  time_created: _builtins.str,
44007
44432
  time_stamp_for_point_in_time_recovery: _builtins.str,
@@ -44042,6 +44467,7 @@ class GetDbHomeDatabaseResult(dict):
44042
44467
  pulumi.set(__self__, "pluggable_databases", pluggable_databases)
44043
44468
  pulumi.set(__self__, "sid_prefix", sid_prefix)
44044
44469
  pulumi.set(__self__, "state", state)
44470
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
44045
44471
  pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
44046
44472
  pulumi.set(__self__, "time_created", time_created)
44047
44473
  pulumi.set(__self__, "time_stamp_for_point_in_time_recovery", time_stamp_for_point_in_time_recovery)
@@ -44196,6 +44622,11 @@ class GetDbHomeDatabaseResult(dict):
44196
44622
  """
44197
44623
  return pulumi.get(self, "state")
44198
44624
 
44625
+ @_builtins.property
44626
+ @pulumi.getter(name="storageSizeDetails")
44627
+ def storage_size_details(self) -> Sequence['outputs.GetDbHomeDatabaseStorageSizeDetailResult']:
44628
+ return pulumi.get(self, "storage_size_details")
44629
+
44199
44630
  @_builtins.property
44200
44631
  @pulumi.getter(name="tdeWalletPassword")
44201
44632
  def tde_wallet_password(self) -> _builtins.str:
@@ -44393,6 +44824,32 @@ class GetDbHomeDatabaseEncryptionKeyLocationDetailResult(dict):
44393
44824
  return pulumi.get(self, "provider_type")
44394
44825
 
44395
44826
 
44827
+ @pulumi.output_type
44828
+ class GetDbHomeDatabaseStorageSizeDetailResult(dict):
44829
+ def __init__(__self__, *,
44830
+ data_storage_size_in_gb: _builtins.int,
44831
+ reco_storage_size_in_gbs: _builtins.int,
44832
+ redo_log_storage_size_in_gbs: _builtins.int):
44833
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
44834
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
44835
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
44836
+
44837
+ @_builtins.property
44838
+ @pulumi.getter(name="dataStorageSizeInGb")
44839
+ def data_storage_size_in_gb(self) -> _builtins.int:
44840
+ return pulumi.get(self, "data_storage_size_in_gb")
44841
+
44842
+ @_builtins.property
44843
+ @pulumi.getter(name="recoStorageSizeInGbs")
44844
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
44845
+ return pulumi.get(self, "reco_storage_size_in_gbs")
44846
+
44847
+ @_builtins.property
44848
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
44849
+ def redo_log_storage_size_in_gbs(self) -> _builtins.int:
44850
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
44851
+
44852
+
44396
44853
  @pulumi.output_type
44397
44854
  class GetDbHomePatchHistoryEntriesFilterResult(dict):
44398
44855
  def __init__(__self__, *,
@@ -44901,6 +45358,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
44901
45358
  pluggable_databases: Sequence[_builtins.str],
44902
45359
  sid_prefix: _builtins.str,
44903
45360
  state: _builtins.str,
45361
+ storage_size_details: Sequence['outputs.GetDbHomesDbHomeDatabaseStorageSizeDetailResult'],
44904
45362
  tde_wallet_password: _builtins.str,
44905
45363
  time_created: _builtins.str,
44906
45364
  time_stamp_for_point_in_time_recovery: _builtins.str,
@@ -44942,6 +45400,7 @@ class GetDbHomesDbHomeDatabaseResult(dict):
44942
45400
  pulumi.set(__self__, "pluggable_databases", pluggable_databases)
44943
45401
  pulumi.set(__self__, "sid_prefix", sid_prefix)
44944
45402
  pulumi.set(__self__, "state", state)
45403
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
44945
45404
  pulumi.set(__self__, "tde_wallet_password", tde_wallet_password)
44946
45405
  pulumi.set(__self__, "time_created", time_created)
44947
45406
  pulumi.set(__self__, "time_stamp_for_point_in_time_recovery", time_stamp_for_point_in_time_recovery)
@@ -45099,6 +45558,11 @@ class GetDbHomesDbHomeDatabaseResult(dict):
45099
45558
  """
45100
45559
  return pulumi.get(self, "state")
45101
45560
 
45561
+ @_builtins.property
45562
+ @pulumi.getter(name="storageSizeDetails")
45563
+ def storage_size_details(self) -> Sequence['outputs.GetDbHomesDbHomeDatabaseStorageSizeDetailResult']:
45564
+ return pulumi.get(self, "storage_size_details")
45565
+
45102
45566
  @_builtins.property
45103
45567
  @pulumi.getter(name="tdeWalletPassword")
45104
45568
  def tde_wallet_password(self) -> _builtins.str:
@@ -45296,6 +45760,32 @@ class GetDbHomesDbHomeDatabaseEncryptionKeyLocationDetailResult(dict):
45296
45760
  return pulumi.get(self, "provider_type")
45297
45761
 
45298
45762
 
45763
+ @pulumi.output_type
45764
+ class GetDbHomesDbHomeDatabaseStorageSizeDetailResult(dict):
45765
+ def __init__(__self__, *,
45766
+ data_storage_size_in_gb: _builtins.int,
45767
+ reco_storage_size_in_gbs: _builtins.int,
45768
+ redo_log_storage_size_in_gbs: _builtins.int):
45769
+ pulumi.set(__self__, "data_storage_size_in_gb", data_storage_size_in_gb)
45770
+ pulumi.set(__self__, "reco_storage_size_in_gbs", reco_storage_size_in_gbs)
45771
+ pulumi.set(__self__, "redo_log_storage_size_in_gbs", redo_log_storage_size_in_gbs)
45772
+
45773
+ @_builtins.property
45774
+ @pulumi.getter(name="dataStorageSizeInGb")
45775
+ def data_storage_size_in_gb(self) -> _builtins.int:
45776
+ return pulumi.get(self, "data_storage_size_in_gb")
45777
+
45778
+ @_builtins.property
45779
+ @pulumi.getter(name="recoStorageSizeInGbs")
45780
+ def reco_storage_size_in_gbs(self) -> _builtins.int:
45781
+ return pulumi.get(self, "reco_storage_size_in_gbs")
45782
+
45783
+ @_builtins.property
45784
+ @pulumi.getter(name="redoLogStorageSizeInGbs")
45785
+ def redo_log_storage_size_in_gbs(self) -> _builtins.int:
45786
+ return pulumi.get(self, "redo_log_storage_size_in_gbs")
45787
+
45788
+
45299
45789
  @pulumi.output_type
45300
45790
  class GetDbHomesFilterResult(dict):
45301
45791
  def __init__(__self__, *,
@@ -45627,6 +46117,8 @@ class GetDbNodesDbNodeResult(dict):
45627
46117
  backup_ipv6id: _builtins.str,
45628
46118
  backup_vnic2id: _builtins.str,
45629
46119
  backup_vnic_id: _builtins.str,
46120
+ compute_count: _builtins.int,
46121
+ compute_model: _builtins.str,
45630
46122
  cpu_core_count: _builtins.int,
45631
46123
  db_node_id: _builtins.str,
45632
46124
  db_node_storage_size_in_gbs: _builtins.int,
@@ -45657,6 +46149,8 @@ class GetDbNodesDbNodeResult(dict):
45657
46149
  :param _builtins.str backup_ipv6id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup IPv6 address associated with the database node. Use this OCID with the [GetIpv6](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/20160918/Ipv6/GetIpv6) API to get the IPv6 address needed to make a database connection.
45658
46150
  :param _builtins.str backup_vnic2id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the second backup VNIC.
45659
46151
  :param _builtins.str backup_vnic_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup VNIC.
46152
+ :param _builtins.int compute_count: The number of compute servers for the DB system.
46153
+ :param _builtins.str compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
45660
46154
  :param _builtins.int cpu_core_count: The number of CPU cores enabled on the Db node.
45661
46155
  :param _builtins.int db_node_storage_size_in_gbs: The allocated local node storage in GBs on the Db node.
45662
46156
  :param _builtins.str db_server_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exacc Db server.
@@ -45686,6 +46180,8 @@ class GetDbNodesDbNodeResult(dict):
45686
46180
  pulumi.set(__self__, "backup_ipv6id", backup_ipv6id)
45687
46181
  pulumi.set(__self__, "backup_vnic2id", backup_vnic2id)
45688
46182
  pulumi.set(__self__, "backup_vnic_id", backup_vnic_id)
46183
+ pulumi.set(__self__, "compute_count", compute_count)
46184
+ pulumi.set(__self__, "compute_model", compute_model)
45689
46185
  pulumi.set(__self__, "cpu_core_count", cpu_core_count)
45690
46186
  pulumi.set(__self__, "db_node_id", db_node_id)
45691
46187
  pulumi.set(__self__, "db_node_storage_size_in_gbs", db_node_storage_size_in_gbs)
@@ -45751,6 +46247,22 @@ class GetDbNodesDbNodeResult(dict):
45751
46247
  """
45752
46248
  return pulumi.get(self, "backup_vnic_id")
45753
46249
 
46250
+ @_builtins.property
46251
+ @pulumi.getter(name="computeCount")
46252
+ def compute_count(self) -> _builtins.int:
46253
+ """
46254
+ The number of compute servers for the DB system.
46255
+ """
46256
+ return pulumi.get(self, "compute_count")
46257
+
46258
+ @_builtins.property
46259
+ @pulumi.getter(name="computeModel")
46260
+ def compute_model(self) -> _builtins.str:
46261
+ """
46262
+ The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
46263
+ """
46264
+ return pulumi.get(self, "compute_model")
46265
+
45754
46266
  @_builtins.property
45755
46267
  @pulumi.getter(name="cpuCoreCount")
45756
46268
  def cpu_core_count(self) -> _builtins.int:
@@ -46745,6 +47257,7 @@ class GetDbSystemShapesDbSystemShapeResult(dict):
46745
47257
  minimum_node_count: _builtins.int,
46746
47258
  name: _builtins.str,
46747
47259
  shape: _builtins.str,
47260
+ shape_attributes: Sequence[_builtins.str],
46748
47261
  shape_family: _builtins.str,
46749
47262
  shape_type: _builtins.str):
46750
47263
  """
@@ -46771,6 +47284,7 @@ class GetDbSystemShapesDbSystemShapeResult(dict):
46771
47284
  :param _builtins.int minimum_node_count: The minimum number of compute servers available for this shape.
46772
47285
  :param _builtins.str name: The name of the shape used for the DB system.
46773
47286
  :param _builtins.str shape: Deprecated. Use `name` instead of `shape`.
47287
+ :param Sequence[_builtins.str] shape_attributes: The shapeAttributes of the DB system shape.
46774
47288
  :param _builtins.str shape_family: The family of the shape used for the DB system.
46775
47289
  :param _builtins.str shape_type: The shape type for the virtual machine DB system. Shape type is determined by CPU hardware. Valid values are `AMD` , `INTEL` or `INTEL_FLEX_X9`.
46776
47290
  """
@@ -46797,6 +47311,7 @@ class GetDbSystemShapesDbSystemShapeResult(dict):
46797
47311
  pulumi.set(__self__, "minimum_node_count", minimum_node_count)
46798
47312
  pulumi.set(__self__, "name", name)
46799
47313
  pulumi.set(__self__, "shape", shape)
47314
+ pulumi.set(__self__, "shape_attributes", shape_attributes)
46800
47315
  pulumi.set(__self__, "shape_family", shape_family)
46801
47316
  pulumi.set(__self__, "shape_type", shape_type)
46802
47317
 
@@ -46985,6 +47500,14 @@ class GetDbSystemShapesDbSystemShapeResult(dict):
46985
47500
  """
46986
47501
  return pulumi.get(self, "shape")
46987
47502
 
47503
+ @_builtins.property
47504
+ @pulumi.getter(name="shapeAttributes")
47505
+ def shape_attributes(self) -> Sequence[_builtins.str]:
47506
+ """
47507
+ The shapeAttributes of the DB system shape.
47508
+ """
47509
+ return pulumi.get(self, "shape_attributes")
47510
+
46988
47511
  @_builtins.property
46989
47512
  @pulumi.getter(name="shapeFamily")
46990
47513
  def shape_family(self) -> _builtins.str:
@@ -47306,6 +47829,8 @@ class GetDbSystemsDbSystemResult(dict):
47306
47829
  backup_subnet_id: _builtins.str,
47307
47830
  cluster_name: _builtins.str,
47308
47831
  compartment_id: _builtins.str,
47832
+ compute_count: _builtins.int,
47833
+ compute_model: _builtins.str,
47309
47834
  cpu_core_count: _builtins.int,
47310
47835
  data_collection_options: Sequence['outputs.GetDbSystemsDbSystemDataCollectionOptionResult'],
47311
47836
  data_storage_percentage: _builtins.int,
@@ -47366,6 +47891,8 @@ class GetDbSystemsDbSystemResult(dict):
47366
47891
  :param _builtins.str backup_subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup network subnet the DB system is associated with. Applicable only to Exadata DB systems.
47367
47892
  :param _builtins.str cluster_name: The cluster name for Exadata and 2-node RAC virtual machine DB systems. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
47368
47893
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
47894
+ :param _builtins.int compute_count: The number of compute servers for the DB system.
47895
+ :param _builtins.str compute_model: The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
47369
47896
  :param _builtins.int cpu_core_count: The number of CPU cores enabled on the DB system.
47370
47897
  :param Sequence['GetDbSystemsDbSystemDataCollectionOptionArgs'] data_collection_options: Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS.
47371
47898
  :param _builtins.int data_storage_percentage: The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 40 and 80. The default is 80 percent assigned to DATA storage. Not applicable for virtual machine DB systems. Required for BMDBs.
@@ -47422,6 +47949,8 @@ class GetDbSystemsDbSystemResult(dict):
47422
47949
  pulumi.set(__self__, "backup_subnet_id", backup_subnet_id)
47423
47950
  pulumi.set(__self__, "cluster_name", cluster_name)
47424
47951
  pulumi.set(__self__, "compartment_id", compartment_id)
47952
+ pulumi.set(__self__, "compute_count", compute_count)
47953
+ pulumi.set(__self__, "compute_model", compute_model)
47425
47954
  pulumi.set(__self__, "cpu_core_count", cpu_core_count)
47426
47955
  pulumi.set(__self__, "data_collection_options", data_collection_options)
47427
47956
  pulumi.set(__self__, "data_storage_percentage", data_storage_percentage)
@@ -47517,6 +48046,22 @@ class GetDbSystemsDbSystemResult(dict):
47517
48046
  """
47518
48047
  return pulumi.get(self, "compartment_id")
47519
48048
 
48049
+ @_builtins.property
48050
+ @pulumi.getter(name="computeCount")
48051
+ def compute_count(self) -> _builtins.int:
48052
+ """
48053
+ The number of compute servers for the DB system.
48054
+ """
48055
+ return pulumi.get(self, "compute_count")
48056
+
48057
+ @_builtins.property
48058
+ @pulumi.getter(name="computeModel")
48059
+ def compute_model(self) -> _builtins.str:
48060
+ """
48061
+ The compute model for Base Database Service. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. The ECPU compute model is the recommended model, and the OCPU compute model is legacy.
48062
+ """
48063
+ return pulumi.get(self, "compute_model")
48064
+
47520
48065
  @_builtins.property
47521
48066
  @pulumi.getter(name="cpuCoreCount")
47522
48067
  def cpu_core_count(self) -> _builtins.int:
@@ -51105,6 +51650,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
51105
51650
  scan_listener_port_tcp_ssl: _builtins.int,
51106
51651
  security_attributes: Mapping[str, _builtins.str],
51107
51652
  shape: _builtins.str,
51653
+ shape_attribute: _builtins.str,
51108
51654
  ssh_public_keys: Sequence[_builtins.str],
51109
51655
  state: _builtins.str,
51110
51656
  subnet_id: _builtins.str,
@@ -51150,6 +51696,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
51150
51696
  :param _builtins.int scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
51151
51697
  :param Mapping[str, _builtins.str] security_attributes: Security Attributes 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). Example: `{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "audit"}}}`
51152
51698
  :param _builtins.str shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
51699
+ :param _builtins.str shape_attribute: The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later
51153
51700
  :param Sequence[_builtins.str] ssh_public_keys: The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
51154
51701
  :param _builtins.str state: A filter to return only Exadata VM clusters on Exascale Infrastructure that match the given lifecycle state exactly.
51155
51702
  :param _builtins.str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
@@ -51194,6 +51741,7 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
51194
51741
  pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
51195
51742
  pulumi.set(__self__, "security_attributes", security_attributes)
51196
51743
  pulumi.set(__self__, "shape", shape)
51744
+ pulumi.set(__self__, "shape_attribute", shape_attribute)
51197
51745
  pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
51198
51746
  pulumi.set(__self__, "state", state)
51199
51747
  pulumi.set(__self__, "subnet_id", subnet_id)
@@ -51470,6 +52018,14 @@ class GetExadbVmClustersExadbVmClusterResult(dict):
51470
52018
  """
51471
52019
  return pulumi.get(self, "shape")
51472
52020
 
52021
+ @_builtins.property
52022
+ @pulumi.getter(name="shapeAttribute")
52023
+ def shape_attribute(self) -> _builtins.str:
52024
+ """
52025
+ The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later
52026
+ """
52027
+ return pulumi.get(self, "shape_attribute")
52028
+
51473
52029
  @_builtins.property
51474
52030
  @pulumi.getter(name="sshPublicKeys")
51475
52031
  def ssh_public_keys(self) -> Sequence[_builtins.str]:
@@ -51854,6 +52410,7 @@ class GetExascaleDbStorageVaultHighCapacityDatabaseStorageResult(dict):
51854
52410
  class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
51855
52411
  def __init__(__self__, *,
51856
52412
  additional_flash_cache_in_percent: _builtins.int,
52413
+ attached_shape_attributes: Sequence[_builtins.str],
51857
52414
  availability_domain: _builtins.str,
51858
52415
  cluster_placement_group_id: _builtins.str,
51859
52416
  compartment_id: _builtins.str,
@@ -51874,6 +52431,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
51874
52431
  vm_cluster_ids: Sequence[_builtins.str]):
51875
52432
  """
51876
52433
  :param _builtins.int additional_flash_cache_in_percent: The size of additional Flash Cache in percentage of High Capacity database storage.
52434
+ :param Sequence[_builtins.str] attached_shape_attributes: A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
51877
52435
  :param _builtins.str availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
51878
52436
  :param _builtins.str cluster_placement_group_id: A filter to return only resources that match the given cluster placement group ID exactly.
51879
52437
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
@@ -51894,6 +52452,7 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
51894
52452
  :param Sequence[_builtins.str] vm_cluster_ids: The List of Exadata VM cluster on Exascale Infrastructure [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) **Note:** If Exadata Database Storage Vault is not used for any Exadata VM cluster on Exascale Infrastructure, this list is empty.
51895
52453
  """
51896
52454
  pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
52455
+ pulumi.set(__self__, "attached_shape_attributes", attached_shape_attributes)
51897
52456
  pulumi.set(__self__, "availability_domain", availability_domain)
51898
52457
  pulumi.set(__self__, "cluster_placement_group_id", cluster_placement_group_id)
51899
52458
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -51921,6 +52480,14 @@ class GetExascaleDbStorageVaultsExascaleDbStorageVaultResult(dict):
51921
52480
  """
51922
52481
  return pulumi.get(self, "additional_flash_cache_in_percent")
51923
52482
 
52483
+ @_builtins.property
52484
+ @pulumi.getter(name="attachedShapeAttributes")
52485
+ def attached_shape_attributes(self) -> Sequence[_builtins.str]:
52486
+ """
52487
+ A filter to return only Exadata Database Storage Vaults which match the given attachedShapeAttributes or has null attachedShapeAttributes
52488
+ """
52489
+ return pulumi.get(self, "attached_shape_attributes")
52490
+
51924
52491
  @_builtins.property
51925
52492
  @pulumi.getter(name="availabilityDomain")
51926
52493
  def availability_domain(self) -> _builtins.str: