pulumi-oci 3.5.0a1756327653__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.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/METADATA +1 -1
  131. {pulumi_oci-3.5.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/RECORD +133 -100
  132. {pulumi_oci-3.5.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/WHEEL +0 -0
  133. {pulumi_oci-3.5.0a1756327653.dist-info → pulumi_oci-3.5.0a1756440723.dist-info}/top_level.txt +0 -0
@@ -45,6 +45,7 @@ class ExadbVmClusterArgs:
45
45
  scan_listener_port_tcp: Optional[pulumi.Input[_builtins.int]] = None,
46
46
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[_builtins.int]] = None,
47
47
  security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
48
+ shape_attribute: Optional[pulumi.Input[_builtins.str]] = None,
48
49
  subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
49
50
  system_version: Optional[pulumi.Input[_builtins.str]] = None,
50
51
  time_zone: Optional[pulumi.Input[_builtins.str]] = None):
@@ -81,6 +82,7 @@ class ExadbVmClusterArgs:
81
82
  :param pulumi.Input[_builtins.int] scan_listener_port_tcp: The TCP Single Client Access Name (SCAN) port. The default port is 1521.
82
83
  :param pulumi.Input[_builtins.int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
83
84
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] security_attributes: (Updatable) 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"}}}`
85
+ :param pulumi.Input[_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
84
86
  :param pulumi.Input[_builtins.str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
85
87
  :param pulumi.Input[_builtins.str] system_version: (Updatable) Operating system version of the image.
86
88
  :param pulumi.Input[_builtins.str] time_zone: The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see [Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
@@ -126,6 +128,8 @@ class ExadbVmClusterArgs:
126
128
  pulumi.set(__self__, "scan_listener_port_tcp_ssl", scan_listener_port_tcp_ssl)
127
129
  if security_attributes is not None:
128
130
  pulumi.set(__self__, "security_attributes", security_attributes)
131
+ if shape_attribute is not None:
132
+ pulumi.set(__self__, "shape_attribute", shape_attribute)
129
133
  if subscription_id is not None:
130
134
  pulumi.set(__self__, "subscription_id", subscription_id)
131
135
  if system_version is not None:
@@ -428,6 +432,18 @@ class ExadbVmClusterArgs:
428
432
  def security_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
429
433
  pulumi.set(self, "security_attributes", value)
430
434
 
435
+ @_builtins.property
436
+ @pulumi.getter(name="shapeAttribute")
437
+ def shape_attribute(self) -> Optional[pulumi.Input[_builtins.str]]:
438
+ """
439
+ The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later
440
+ """
441
+ return pulumi.get(self, "shape_attribute")
442
+
443
+ @shape_attribute.setter
444
+ def shape_attribute(self, value: Optional[pulumi.Input[_builtins.str]]):
445
+ pulumi.set(self, "shape_attribute", value)
446
+
431
447
  @_builtins.property
432
448
  @pulumi.getter(name="subscriptionId")
433
449
  def subscription_id(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -504,6 +520,7 @@ class _ExadbVmClusterState:
504
520
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[_builtins.int]] = None,
505
521
  security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
506
522
  shape: Optional[pulumi.Input[_builtins.str]] = None,
523
+ shape_attribute: Optional[pulumi.Input[_builtins.str]] = None,
507
524
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
508
525
  state: Optional[pulumi.Input[_builtins.str]] = None,
509
526
  subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -555,6 +572,7 @@ class _ExadbVmClusterState:
555
572
  :param pulumi.Input[_builtins.int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
556
573
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] security_attributes: (Updatable) 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"}}}`
557
574
  :param pulumi.Input[_builtins.str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
575
+ :param pulumi.Input[_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
558
576
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
559
577
  :param pulumi.Input[_builtins.str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
560
578
  :param pulumi.Input[_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.
@@ -634,6 +652,8 @@ class _ExadbVmClusterState:
634
652
  pulumi.set(__self__, "security_attributes", security_attributes)
635
653
  if shape is not None:
636
654
  pulumi.set(__self__, "shape", shape)
655
+ if shape_attribute is not None:
656
+ pulumi.set(__self__, "shape_attribute", shape_attribute)
637
657
  if ssh_public_keys is not None:
638
658
  pulumi.set(__self__, "ssh_public_keys", ssh_public_keys)
639
659
  if state is not None:
@@ -1046,6 +1066,18 @@ class _ExadbVmClusterState:
1046
1066
  def shape(self, value: Optional[pulumi.Input[_builtins.str]]):
1047
1067
  pulumi.set(self, "shape", value)
1048
1068
 
1069
+ @_builtins.property
1070
+ @pulumi.getter(name="shapeAttribute")
1071
+ def shape_attribute(self) -> Optional[pulumi.Input[_builtins.str]]:
1072
+ """
1073
+ The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later
1074
+ """
1075
+ return pulumi.get(self, "shape_attribute")
1076
+
1077
+ @shape_attribute.setter
1078
+ def shape_attribute(self, value: Optional[pulumi.Input[_builtins.str]]):
1079
+ pulumi.set(self, "shape_attribute", value)
1080
+
1049
1081
  @_builtins.property
1050
1082
  @pulumi.getter(name="sshPublicKeys")
1051
1083
  def ssh_public_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
@@ -1199,6 +1231,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1199
1231
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[_builtins.int]] = None,
1200
1232
  security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
1201
1233
  shape: Optional[pulumi.Input[_builtins.str]] = None,
1234
+ shape_attribute: Optional[pulumi.Input[_builtins.str]] = None,
1202
1235
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1203
1236
  subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
1204
1237
  subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1258,6 +1291,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1258
1291
  scan_listener_port_tcp=exadb_vm_cluster_scan_listener_port_tcp,
1259
1292
  scan_listener_port_tcp_ssl=exadb_vm_cluster_scan_listener_port_tcp_ssl,
1260
1293
  security_attributes=exadb_vm_cluster_security_attributes,
1294
+ shape_attribute=exadb_vm_cluster_shape_attribute,
1261
1295
  subscription_id=tenant_subscription_id,
1262
1296
  system_version=exadb_vm_cluster_system_version,
1263
1297
  time_zone=exadb_vm_cluster_time_zone)
@@ -1302,6 +1336,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1302
1336
  :param pulumi.Input[_builtins.int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
1303
1337
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] security_attributes: (Updatable) 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"}}}`
1304
1338
  :param pulumi.Input[_builtins.str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
1339
+ :param pulumi.Input[_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
1305
1340
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
1306
1341
  :param pulumi.Input[_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.
1307
1342
  :param pulumi.Input[_builtins.str] subscription_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subscription with which resource needs to be associated with.
@@ -1371,6 +1406,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1371
1406
  scan_listener_port_tcp=exadb_vm_cluster_scan_listener_port_tcp,
1372
1407
  scan_listener_port_tcp_ssl=exadb_vm_cluster_scan_listener_port_tcp_ssl,
1373
1408
  security_attributes=exadb_vm_cluster_security_attributes,
1409
+ shape_attribute=exadb_vm_cluster_shape_attribute,
1374
1410
  subscription_id=tenant_subscription_id,
1375
1411
  system_version=exadb_vm_cluster_system_version,
1376
1412
  time_zone=exadb_vm_cluster_time_zone)
@@ -1421,6 +1457,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1421
1457
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[_builtins.int]] = None,
1422
1458
  security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
1423
1459
  shape: Optional[pulumi.Input[_builtins.str]] = None,
1460
+ shape_attribute: Optional[pulumi.Input[_builtins.str]] = None,
1424
1461
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1425
1462
  subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
1426
1463
  subscription_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1475,6 +1512,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1475
1512
  if shape is None and not opts.urn:
1476
1513
  raise TypeError("Missing required property 'shape'")
1477
1514
  __props__.__dict__["shape"] = shape
1515
+ __props__.__dict__["shape_attribute"] = shape_attribute
1478
1516
  if ssh_public_keys is None and not opts.urn:
1479
1517
  raise TypeError("Missing required property 'ssh_public_keys'")
1480
1518
  __props__.__dict__["ssh_public_keys"] = ssh_public_keys
@@ -1541,6 +1579,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1541
1579
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[_builtins.int]] = None,
1542
1580
  security_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
1543
1581
  shape: Optional[pulumi.Input[_builtins.str]] = None,
1582
+ shape_attribute: Optional[pulumi.Input[_builtins.str]] = None,
1544
1583
  ssh_public_keys: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
1545
1584
  state: Optional[pulumi.Input[_builtins.str]] = None,
1546
1585
  subnet_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -1597,6 +1636,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1597
1636
  :param pulumi.Input[_builtins.int] scan_listener_port_tcp_ssl: The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
1598
1637
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] security_attributes: (Updatable) 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"}}}`
1599
1638
  :param pulumi.Input[_builtins.str] shape: The shape of the Exadata VM cluster on Exascale Infrastructure resource
1639
+ :param pulumi.Input[_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
1600
1640
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ssh_public_keys: (Updatable) The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
1601
1641
  :param pulumi.Input[_builtins.str] state: The current state of the Exadata VM cluster on Exascale Infrastructure.
1602
1642
  :param pulumi.Input[_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.
@@ -1648,6 +1688,7 @@ class ExadbVmCluster(pulumi.CustomResource):
1648
1688
  __props__.__dict__["scan_listener_port_tcp_ssl"] = scan_listener_port_tcp_ssl
1649
1689
  __props__.__dict__["security_attributes"] = security_attributes
1650
1690
  __props__.__dict__["shape"] = shape
1691
+ __props__.__dict__["shape_attribute"] = shape_attribute
1651
1692
  __props__.__dict__["ssh_public_keys"] = ssh_public_keys
1652
1693
  __props__.__dict__["state"] = state
1653
1694
  __props__.__dict__["subnet_id"] = subnet_id
@@ -1923,6 +1964,14 @@ class ExadbVmCluster(pulumi.CustomResource):
1923
1964
  """
1924
1965
  return pulumi.get(self, "shape")
1925
1966
 
1967
+ @_builtins.property
1968
+ @pulumi.getter(name="shapeAttribute")
1969
+ def shape_attribute(self) -> pulumi.Output[_builtins.str]:
1970
+ """
1971
+ The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later
1972
+ """
1973
+ return pulumi.get(self, "shape_attribute")
1974
+
1926
1975
  @_builtins.property
1927
1976
  @pulumi.getter(name="sshPublicKeys")
1928
1977
  def ssh_public_keys(self) -> pulumi.Output[Sequence[_builtins.str]]:
@@ -226,6 +226,7 @@ class ExascaleDbStorageVaultArgs:
226
226
  class _ExascaleDbStorageVaultState:
227
227
  def __init__(__self__, *,
228
228
  additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
229
+ attached_shape_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
229
230
  availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
230
231
  cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
231
232
  compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -246,6 +247,7 @@ class _ExascaleDbStorageVaultState:
246
247
  """
247
248
  Input properties used for looking up and filtering ExascaleDbStorageVault resources.
248
249
  :param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
250
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_shape_attributes: The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
249
251
  :param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
250
252
  :param pulumi.Input[_builtins.str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
251
253
  :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
@@ -270,6 +272,8 @@ class _ExascaleDbStorageVaultState:
270
272
  """
271
273
  if additional_flash_cache_in_percent is not None:
272
274
  pulumi.set(__self__, "additional_flash_cache_in_percent", additional_flash_cache_in_percent)
275
+ if attached_shape_attributes is not None:
276
+ pulumi.set(__self__, "attached_shape_attributes", attached_shape_attributes)
273
277
  if availability_domain is not None:
274
278
  pulumi.set(__self__, "availability_domain", availability_domain)
275
279
  if cluster_placement_group_id is not None:
@@ -317,6 +321,18 @@ class _ExascaleDbStorageVaultState:
317
321
  def additional_flash_cache_in_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
318
322
  pulumi.set(self, "additional_flash_cache_in_percent", value)
319
323
 
324
+ @_builtins.property
325
+ @pulumi.getter(name="attachedShapeAttributes")
326
+ def attached_shape_attributes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
327
+ """
328
+ The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
329
+ """
330
+ return pulumi.get(self, "attached_shape_attributes")
331
+
332
+ @attached_shape_attributes.setter
333
+ def attached_shape_attributes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
334
+ pulumi.set(self, "attached_shape_attributes", value)
335
+
320
336
  @_builtins.property
321
337
  @pulumi.getter(name="availabilityDomain")
322
338
  def availability_domain(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -702,6 +718,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
702
718
  __props__.__dict__["high_capacity_database_storage"] = high_capacity_database_storage
703
719
  __props__.__dict__["subscription_id"] = subscription_id
704
720
  __props__.__dict__["time_zone"] = time_zone
721
+ __props__.__dict__["attached_shape_attributes"] = None
705
722
  __props__.__dict__["lifecycle_details"] = None
706
723
  __props__.__dict__["state"] = None
707
724
  __props__.__dict__["system_tags"] = None
@@ -719,6 +736,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
719
736
  id: pulumi.Input[str],
720
737
  opts: Optional[pulumi.ResourceOptions] = None,
721
738
  additional_flash_cache_in_percent: Optional[pulumi.Input[_builtins.int]] = None,
739
+ attached_shape_attributes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
722
740
  availability_domain: Optional[pulumi.Input[_builtins.str]] = None,
723
741
  cluster_placement_group_id: Optional[pulumi.Input[_builtins.str]] = None,
724
742
  compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
@@ -744,6 +762,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
744
762
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
745
763
  :param pulumi.ResourceOptions opts: Options for the resource.
746
764
  :param pulumi.Input[_builtins.int] additional_flash_cache_in_percent: (Updatable) The size of additional Flash Cache in percentage of High Capacity database storage.
765
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] attached_shape_attributes: The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
747
766
  :param pulumi.Input[_builtins.str] availability_domain: The name of the availability domain in which the Exadata Database Storage Vault is located.
748
767
  :param pulumi.Input[_builtins.str] cluster_placement_group_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cluster placement group of the Exadata Infrastructure.
749
768
  :param pulumi.Input[_builtins.str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
@@ -771,6 +790,7 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
771
790
  __props__ = _ExascaleDbStorageVaultState.__new__(_ExascaleDbStorageVaultState)
772
791
 
773
792
  __props__.__dict__["additional_flash_cache_in_percent"] = additional_flash_cache_in_percent
793
+ __props__.__dict__["attached_shape_attributes"] = attached_shape_attributes
774
794
  __props__.__dict__["availability_domain"] = availability_domain
775
795
  __props__.__dict__["cluster_placement_group_id"] = cluster_placement_group_id
776
796
  __props__.__dict__["compartment_id"] = compartment_id
@@ -798,6 +818,14 @@ class ExascaleDbStorageVault(pulumi.CustomResource):
798
818
  """
799
819
  return pulumi.get(self, "additional_flash_cache_in_percent")
800
820
 
821
+ @_builtins.property
822
+ @pulumi.getter(name="attachedShapeAttributes")
823
+ def attached_shape_attributes(self) -> pulumi.Output[Sequence[_builtins.str]]:
824
+ """
825
+ The shapeAttribute of the Exadata VM cluster(s) associated with the Exadata Database Storage Vault.
826
+ """
827
+ return pulumi.get(self, "attached_shape_attributes")
828
+
801
829
  @_builtins.property
802
830
  @pulumi.getter(name="availabilityDomain")
803
831
  def availability_domain(self) -> pulumi.Output[_builtins.str]:
@@ -27,7 +27,7 @@ class GetDataGuardAssociationResult:
27
27
  """
28
28
  A collection of values returned by getDataGuardAssociation.
29
29
  """
30
- def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, private_ip_v6=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
30
+ def __init__(__self__, apply_lag=None, apply_rate=None, availability_domain=None, backup_network_nsg_ids=None, compute_count=None, compute_model=None, cpu_core_count=None, create_async=None, creation_type=None, data_collection_options=None, data_guard_association_id=None, database_admin_password=None, database_defined_tags=None, database_freeform_tags=None, database_id=None, database_software_image_id=None, db_system_defined_tags=None, db_system_freeform_tags=None, db_system_security_attributes=None, delete_standby_db_home_on_delete=None, display_name=None, domain=None, fault_domains=None, hostname=None, id=None, is_active_data_guard_enabled=None, license_model=None, lifecycle_details=None, migrate_trigger=None, node_count=None, nsg_ids=None, peer_data_guard_association_id=None, peer_database_id=None, peer_db_home_id=None, peer_db_system_id=None, peer_db_unique_name=None, peer_role=None, peer_sid_prefix=None, peer_vm_cluster_id=None, private_ip=None, private_ip_v6=None, protection_mode=None, role=None, shape=None, state=None, storage_volume_performance_mode=None, subnet_id=None, time_created=None, time_zone=None, transport_type=None):
31
31
  if apply_lag and not isinstance(apply_lag, str):
32
32
  raise TypeError("Expected argument 'apply_lag' to be a str")
33
33
  pulumi.set(__self__, "apply_lag", apply_lag)
@@ -40,6 +40,12 @@ class GetDataGuardAssociationResult:
40
40
  if backup_network_nsg_ids and not isinstance(backup_network_nsg_ids, list):
41
41
  raise TypeError("Expected argument 'backup_network_nsg_ids' to be a list")
42
42
  pulumi.set(__self__, "backup_network_nsg_ids", backup_network_nsg_ids)
43
+ if compute_count and not isinstance(compute_count, int):
44
+ raise TypeError("Expected argument 'compute_count' to be a int")
45
+ pulumi.set(__self__, "compute_count", compute_count)
46
+ if compute_model and not isinstance(compute_model, str):
47
+ raise TypeError("Expected argument 'compute_model' to be a str")
48
+ pulumi.set(__self__, "compute_model", compute_model)
43
49
  if cpu_core_count and not isinstance(cpu_core_count, int):
44
50
  raise TypeError("Expected argument 'cpu_core_count' to be a int")
45
51
  pulumi.set(__self__, "cpu_core_count", cpu_core_count)
@@ -199,6 +205,16 @@ class GetDataGuardAssociationResult:
199
205
  def backup_network_nsg_ids(self) -> Sequence[_builtins.str]:
200
206
  return pulumi.get(self, "backup_network_nsg_ids")
201
207
 
208
+ @_builtins.property
209
+ @pulumi.getter(name="computeCount")
210
+ def compute_count(self) -> _builtins.int:
211
+ return pulumi.get(self, "compute_count")
212
+
213
+ @_builtins.property
214
+ @pulumi.getter(name="computeModel")
215
+ def compute_model(self) -> _builtins.str:
216
+ return pulumi.get(self, "compute_model")
217
+
202
218
  @_builtins.property
203
219
  @pulumi.getter(name="cpuCoreCount")
204
220
  def cpu_core_count(self) -> _builtins.int:
@@ -472,6 +488,8 @@ class AwaitableGetDataGuardAssociationResult(GetDataGuardAssociationResult):
472
488
  apply_rate=self.apply_rate,
473
489
  availability_domain=self.availability_domain,
474
490
  backup_network_nsg_ids=self.backup_network_nsg_ids,
491
+ compute_count=self.compute_count,
492
+ compute_model=self.compute_model,
475
493
  cpu_core_count=self.cpu_core_count,
476
494
  create_async=self.create_async,
477
495
  creation_type=self.creation_type,
@@ -551,6 +569,8 @@ def get_data_guard_association(data_guard_association_id: Optional[_builtins.str
551
569
  apply_rate=pulumi.get(__ret__, 'apply_rate'),
552
570
  availability_domain=pulumi.get(__ret__, 'availability_domain'),
553
571
  backup_network_nsg_ids=pulumi.get(__ret__, 'backup_network_nsg_ids'),
572
+ compute_count=pulumi.get(__ret__, 'compute_count'),
573
+ compute_model=pulumi.get(__ret__, 'compute_model'),
554
574
  cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
555
575
  create_async=pulumi.get(__ret__, 'create_async'),
556
576
  creation_type=pulumi.get(__ret__, 'creation_type'),
@@ -627,6 +647,8 @@ def get_data_guard_association_output(data_guard_association_id: Optional[pulumi
627
647
  apply_rate=pulumi.get(__response__, 'apply_rate'),
628
648
  availability_domain=pulumi.get(__response__, 'availability_domain'),
629
649
  backup_network_nsg_ids=pulumi.get(__response__, 'backup_network_nsg_ids'),
650
+ compute_count=pulumi.get(__response__, 'compute_count'),
651
+ compute_model=pulumi.get(__response__, 'compute_model'),
630
652
  cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
631
653
  create_async=pulumi.get(__response__, 'create_async'),
632
654
  creation_type=pulumi.get(__response__, 'creation_type'),
@@ -27,7 +27,7 @@ class GetDatabaseResult:
27
27
  """
28
28
  A collection of values returned by getDatabase.
29
29
  """
30
- def __init__(__self__, action_trigger=None, character_set=None, compartment_id=None, connection_strings=None, data_guard_action=None, data_guard_groups=None, database_id=None, database_management_configs=None, database_software_image_id=None, databases=None, db_backup_configs=None, db_home_id=None, db_name=None, db_system_id=None, db_unique_name=None, db_version=None, db_workload=None, defined_tags=None, freeform_tags=None, id=None, is_cdb=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_migration=None, kms_key_rotation=None, kms_key_version_id=None, last_backup_duration_in_seconds=None, last_backup_timestamp=None, last_failed_backup_timestamp=None, lifecycle_details=None, ncharacter_set=None, pdb_name=None, sid_prefix=None, source=None, source_database_point_in_time_recovery_timestamp=None, state=None, system_tags=None, time_created=None, vault_id=None, vm_cluster_id=None):
30
+ def __init__(__self__, action_trigger=None, character_set=None, compartment_id=None, connection_strings=None, data_guard_action=None, data_guard_groups=None, database_id=None, database_management_configs=None, database_software_image_id=None, databases=None, db_backup_configs=None, db_home_id=None, db_name=None, db_system_id=None, db_unique_name=None, db_version=None, db_workload=None, defined_tags=None, freeform_tags=None, id=None, is_cdb=None, key_store_id=None, key_store_wallet_name=None, kms_key_id=None, kms_key_migration=None, kms_key_rotation=None, kms_key_version_id=None, last_backup_duration_in_seconds=None, last_backup_timestamp=None, last_failed_backup_timestamp=None, lifecycle_details=None, ncharacter_set=None, pdb_name=None, sid_prefix=None, source=None, source_database_point_in_time_recovery_timestamp=None, state=None, storage_size_details=None, system_tags=None, time_created=None, vault_id=None, vm_cluster_id=None):
31
31
  if action_trigger and not isinstance(action_trigger, int):
32
32
  raise TypeError("Expected argument 'action_trigger' to be a int")
33
33
  pulumi.set(__self__, "action_trigger", action_trigger)
@@ -139,6 +139,9 @@ class GetDatabaseResult:
139
139
  if state and not isinstance(state, str):
140
140
  raise TypeError("Expected argument 'state' to be a str")
141
141
  pulumi.set(__self__, "state", state)
142
+ if storage_size_details and not isinstance(storage_size_details, list):
143
+ raise TypeError("Expected argument 'storage_size_details' to be a list")
144
+ pulumi.set(__self__, "storage_size_details", storage_size_details)
142
145
  if system_tags and not isinstance(system_tags, dict):
143
146
  raise TypeError("Expected argument 'system_tags' to be a dict")
144
147
  pulumi.set(__self__, "system_tags", system_tags)
@@ -427,6 +430,14 @@ class GetDatabaseResult:
427
430
  """
428
431
  return pulumi.get(self, "state")
429
432
 
433
+ @_builtins.property
434
+ @pulumi.getter(name="storageSizeDetails")
435
+ def storage_size_details(self) -> Sequence['outputs.GetDatabaseStorageSizeDetailResult']:
436
+ """
437
+ The database storage size details. This database option is supported for the Exadata VM cluster on Exascale Infrastructure.
438
+ """
439
+ return pulumi.get(self, "storage_size_details")
440
+
430
441
  @_builtins.property
431
442
  @pulumi.getter(name="systemTags")
432
443
  def system_tags(self) -> Mapping[str, _builtins.str]:
@@ -503,6 +514,7 @@ class AwaitableGetDatabaseResult(GetDatabaseResult):
503
514
  source=self.source,
504
515
  source_database_point_in_time_recovery_timestamp=self.source_database_point_in_time_recovery_timestamp,
505
516
  state=self.state,
517
+ storage_size_details=self.storage_size_details,
506
518
  system_tags=self.system_tags,
507
519
  time_created=self.time_created,
508
520
  vault_id=self.vault_id,
@@ -571,6 +583,7 @@ def get_database(database_id: Optional[_builtins.str] = None,
571
583
  source=pulumi.get(__ret__, 'source'),
572
584
  source_database_point_in_time_recovery_timestamp=pulumi.get(__ret__, 'source_database_point_in_time_recovery_timestamp'),
573
585
  state=pulumi.get(__ret__, 'state'),
586
+ storage_size_details=pulumi.get(__ret__, 'storage_size_details'),
574
587
  system_tags=pulumi.get(__ret__, 'system_tags'),
575
588
  time_created=pulumi.get(__ret__, 'time_created'),
576
589
  vault_id=pulumi.get(__ret__, 'vault_id'),
@@ -636,6 +649,7 @@ def get_database_output(database_id: Optional[pulumi.Input[_builtins.str]] = Non
636
649
  source=pulumi.get(__response__, 'source'),
637
650
  source_database_point_in_time_recovery_timestamp=pulumi.get(__response__, 'source_database_point_in_time_recovery_timestamp'),
638
651
  state=pulumi.get(__response__, 'state'),
652
+ storage_size_details=pulumi.get(__response__, 'storage_size_details'),
639
653
  system_tags=pulumi.get(__response__, 'system_tags'),
640
654
  time_created=pulumi.get(__response__, 'time_created'),
641
655
  vault_id=pulumi.get(__response__, 'vault_id'),
@@ -26,7 +26,7 @@ class GetDbNodeResult:
26
26
  """
27
27
  A collection of values returned by getDbNode.
28
28
  """
29
- def __init__(__self__, additional_details=None, backup_ip_id=None, backup_ipv6id=None, backup_vnic2id=None, backup_vnic_id=None, cpu_core_count=None, db_node_id=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_system_id=None, defined_tags=None, fault_domain=None, freeform_tags=None, host_ip_id=None, host_ipv6id=None, hostname=None, id=None, lifecycle_details=None, maintenance_type=None, memory_size_in_gbs=None, software_storage_size_in_gb=None, state=None, system_tags=None, time_created=None, time_maintenance_window_end=None, time_maintenance_window_start=None, total_cpu_core_count=None, vnic2id=None, vnic_id=None):
29
+ def __init__(__self__, additional_details=None, backup_ip_id=None, backup_ipv6id=None, backup_vnic2id=None, backup_vnic_id=None, compute_count=None, compute_model=None, cpu_core_count=None, db_node_id=None, db_node_storage_size_in_gbs=None, db_server_id=None, db_system_id=None, defined_tags=None, fault_domain=None, freeform_tags=None, host_ip_id=None, host_ipv6id=None, hostname=None, id=None, lifecycle_details=None, maintenance_type=None, memory_size_in_gbs=None, software_storage_size_in_gb=None, state=None, system_tags=None, time_created=None, time_maintenance_window_end=None, time_maintenance_window_start=None, total_cpu_core_count=None, vnic2id=None, vnic_id=None):
30
30
  if additional_details and not isinstance(additional_details, str):
31
31
  raise TypeError("Expected argument 'additional_details' to be a str")
32
32
  pulumi.set(__self__, "additional_details", additional_details)
@@ -42,6 +42,12 @@ class GetDbNodeResult:
42
42
  if backup_vnic_id and not isinstance(backup_vnic_id, str):
43
43
  raise TypeError("Expected argument 'backup_vnic_id' to be a str")
44
44
  pulumi.set(__self__, "backup_vnic_id", backup_vnic_id)
45
+ if compute_count and not isinstance(compute_count, int):
46
+ raise TypeError("Expected argument 'compute_count' to be a int")
47
+ pulumi.set(__self__, "compute_count", compute_count)
48
+ if compute_model and not isinstance(compute_model, str):
49
+ raise TypeError("Expected argument 'compute_model' to be a str")
50
+ pulumi.set(__self__, "compute_model", compute_model)
45
51
  if cpu_core_count and not isinstance(cpu_core_count, int):
46
52
  raise TypeError("Expected argument 'cpu_core_count' to be a int")
47
53
  pulumi.set(__self__, "cpu_core_count", cpu_core_count)
@@ -155,6 +161,22 @@ class GetDbNodeResult:
155
161
  """
156
162
  return pulumi.get(self, "backup_vnic_id")
157
163
 
164
+ @_builtins.property
165
+ @pulumi.getter(name="computeCount")
166
+ def compute_count(self) -> _builtins.int:
167
+ """
168
+ The number of compute servers for the DB system.
169
+ """
170
+ return pulumi.get(self, "compute_count")
171
+
172
+ @_builtins.property
173
+ @pulumi.getter(name="computeModel")
174
+ def compute_model(self) -> _builtins.str:
175
+ """
176
+ 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.
177
+ """
178
+ return pulumi.get(self, "compute_model")
179
+
158
180
  @_builtins.property
159
181
  @pulumi.getter(name="cpuCoreCount")
160
182
  def cpu_core_count(self) -> _builtins.int:
@@ -356,6 +378,8 @@ class AwaitableGetDbNodeResult(GetDbNodeResult):
356
378
  backup_ipv6id=self.backup_ipv6id,
357
379
  backup_vnic2id=self.backup_vnic2id,
358
380
  backup_vnic_id=self.backup_vnic_id,
381
+ compute_count=self.compute_count,
382
+ compute_model=self.compute_model,
359
383
  cpu_core_count=self.cpu_core_count,
360
384
  db_node_id=self.db_node_id,
361
385
  db_node_storage_size_in_gbs=self.db_node_storage_size_in_gbs,
@@ -412,6 +436,8 @@ def get_db_node(db_node_id: Optional[_builtins.str] = None,
412
436
  backup_ipv6id=pulumi.get(__ret__, 'backup_ipv6id'),
413
437
  backup_vnic2id=pulumi.get(__ret__, 'backup_vnic2id'),
414
438
  backup_vnic_id=pulumi.get(__ret__, 'backup_vnic_id'),
439
+ compute_count=pulumi.get(__ret__, 'compute_count'),
440
+ compute_model=pulumi.get(__ret__, 'compute_model'),
415
441
  cpu_core_count=pulumi.get(__ret__, 'cpu_core_count'),
416
442
  db_node_id=pulumi.get(__ret__, 'db_node_id'),
417
443
  db_node_storage_size_in_gbs=pulumi.get(__ret__, 'db_node_storage_size_in_gbs'),
@@ -465,6 +491,8 @@ def get_db_node_output(db_node_id: Optional[pulumi.Input[_builtins.str]] = None,
465
491
  backup_ipv6id=pulumi.get(__response__, 'backup_ipv6id'),
466
492
  backup_vnic2id=pulumi.get(__response__, 'backup_vnic2id'),
467
493
  backup_vnic_id=pulumi.get(__response__, 'backup_vnic_id'),
494
+ compute_count=pulumi.get(__response__, 'compute_count'),
495
+ compute_model=pulumi.get(__response__, 'compute_model'),
468
496
  cpu_core_count=pulumi.get(__response__, 'cpu_core_count'),
469
497
  db_node_id=pulumi.get(__response__, 'db_node_id'),
470
498
  db_node_storage_size_in_gbs=pulumi.get(__response__, 'db_node_storage_size_in_gbs'),
@@ -28,7 +28,7 @@ class GetDbSystemShapesResult:
28
28
  """
29
29
  A collection of values returned by getDbSystemShapes.
30
30
  """
31
- def __init__(__self__, availability_domain=None, compartment_id=None, db_system_shapes=None, filters=None, id=None):
31
+ def __init__(__self__, availability_domain=None, compartment_id=None, db_system_shapes=None, filters=None, id=None, shape_attribute=None):
32
32
  if availability_domain and not isinstance(availability_domain, str):
33
33
  raise TypeError("Expected argument 'availability_domain' to be a str")
34
34
  pulumi.set(__self__, "availability_domain", availability_domain)
@@ -44,6 +44,9 @@ class GetDbSystemShapesResult:
44
44
  if id and not isinstance(id, str):
45
45
  raise TypeError("Expected argument 'id' to be a str")
46
46
  pulumi.set(__self__, "id", id)
47
+ if shape_attribute and not isinstance(shape_attribute, str):
48
+ raise TypeError("Expected argument 'shape_attribute' to be a str")
49
+ pulumi.set(__self__, "shape_attribute", shape_attribute)
47
50
 
48
51
  @_builtins.property
49
52
  @pulumi.getter(name="availabilityDomain")
@@ -76,6 +79,11 @@ class GetDbSystemShapesResult:
76
79
  """
77
80
  return pulumi.get(self, "id")
78
81
 
82
+ @_builtins.property
83
+ @pulumi.getter(name="shapeAttribute")
84
+ def shape_attribute(self) -> Optional[_builtins.str]:
85
+ return pulumi.get(self, "shape_attribute")
86
+
79
87
 
80
88
  class AwaitableGetDbSystemShapesResult(GetDbSystemShapesResult):
81
89
  # pylint: disable=using-constant-test
@@ -87,12 +95,14 @@ class AwaitableGetDbSystemShapesResult(GetDbSystemShapesResult):
87
95
  compartment_id=self.compartment_id,
88
96
  db_system_shapes=self.db_system_shapes,
89
97
  filters=self.filters,
90
- id=self.id)
98
+ id=self.id,
99
+ shape_attribute=self.shape_attribute)
91
100
 
92
101
 
93
102
  def get_db_system_shapes(availability_domain: Optional[_builtins.str] = None,
94
103
  compartment_id: Optional[_builtins.str] = None,
95
104
  filters: Optional[Sequence[Union['GetDbSystemShapesFilterArgs', 'GetDbSystemShapesFilterArgsDict']]] = None,
105
+ shape_attribute: Optional[_builtins.str] = None,
96
106
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDbSystemShapesResult:
97
107
  """
98
108
  This data source provides the list of Db System Shapes in Oracle Cloud Infrastructure Database service.
@@ -106,17 +116,20 @@ def get_db_system_shapes(availability_domain: Optional[_builtins.str] = None,
106
116
  import pulumi_oci as oci
107
117
 
108
118
  test_db_system_shapes = oci.Database.get_db_system_shapes(compartment_id=compartment_id,
109
- availability_domain=db_system_shape_availability_domain)
119
+ availability_domain=db_system_shape_availability_domain,
120
+ shape_attribute=db_system_shape_shape_attribute)
110
121
  ```
111
122
 
112
123
 
113
124
  :param _builtins.str availability_domain: The name of the Availability Domain.
114
125
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
126
+ :param _builtins.str shape_attribute: If provided and applicable, return DB System shape parameters based on the shapeAttribute provided
115
127
  """
116
128
  __args__ = dict()
117
129
  __args__['availabilityDomain'] = availability_domain
118
130
  __args__['compartmentId'] = compartment_id
119
131
  __args__['filters'] = filters
132
+ __args__['shapeAttribute'] = shape_attribute
120
133
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
121
134
  __ret__ = pulumi.runtime.invoke('oci:Database/getDbSystemShapes:getDbSystemShapes', __args__, opts=opts, typ=GetDbSystemShapesResult).value
122
135
 
@@ -125,10 +138,12 @@ def get_db_system_shapes(availability_domain: Optional[_builtins.str] = None,
125
138
  compartment_id=pulumi.get(__ret__, 'compartment_id'),
126
139
  db_system_shapes=pulumi.get(__ret__, 'db_system_shapes'),
127
140
  filters=pulumi.get(__ret__, 'filters'),
128
- id=pulumi.get(__ret__, 'id'))
141
+ id=pulumi.get(__ret__, 'id'),
142
+ shape_attribute=pulumi.get(__ret__, 'shape_attribute'))
129
143
  def get_db_system_shapes_output(availability_domain: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
130
144
  compartment_id: Optional[pulumi.Input[_builtins.str]] = None,
131
145
  filters: Optional[pulumi.Input[Optional[Sequence[Union['GetDbSystemShapesFilterArgs', 'GetDbSystemShapesFilterArgsDict']]]]] = None,
146
+ shape_attribute: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
132
147
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDbSystemShapesResult]:
133
148
  """
134
149
  This data source provides the list of Db System Shapes in Oracle Cloud Infrastructure Database service.
@@ -142,17 +157,20 @@ def get_db_system_shapes_output(availability_domain: Optional[pulumi.Input[Optio
142
157
  import pulumi_oci as oci
143
158
 
144
159
  test_db_system_shapes = oci.Database.get_db_system_shapes(compartment_id=compartment_id,
145
- availability_domain=db_system_shape_availability_domain)
160
+ availability_domain=db_system_shape_availability_domain,
161
+ shape_attribute=db_system_shape_shape_attribute)
146
162
  ```
147
163
 
148
164
 
149
165
  :param _builtins.str availability_domain: The name of the Availability Domain.
150
166
  :param _builtins.str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
167
+ :param _builtins.str shape_attribute: If provided and applicable, return DB System shape parameters based on the shapeAttribute provided
151
168
  """
152
169
  __args__ = dict()
153
170
  __args__['availabilityDomain'] = availability_domain
154
171
  __args__['compartmentId'] = compartment_id
155
172
  __args__['filters'] = filters
173
+ __args__['shapeAttribute'] = shape_attribute
156
174
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
157
175
  __ret__ = pulumi.runtime.invoke_output('oci:Database/getDbSystemShapes:getDbSystemShapes', __args__, opts=opts, typ=GetDbSystemShapesResult)
158
176
  return __ret__.apply(lambda __response__: GetDbSystemShapesResult(
@@ -160,4 +178,5 @@ def get_db_system_shapes_output(availability_domain: Optional[pulumi.Input[Optio
160
178
  compartment_id=pulumi.get(__response__, 'compartment_id'),
161
179
  db_system_shapes=pulumi.get(__response__, 'db_system_shapes'),
162
180
  filters=pulumi.get(__response__, 'filters'),
163
- id=pulumi.get(__response__, 'id')))
181
+ id=pulumi.get(__response__, 'id'),
182
+ shape_attribute=pulumi.get(__response__, 'shape_attribute')))