pulumi-oci 2.26.0a1741847591__py3-none-any.whl → 2.27.0__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 (206) hide show
  1. pulumi_oci/__init__.py +211 -0
  2. pulumi_oci/containerengine/_inputs.py +43 -44
  3. pulumi_oci/containerengine/cluster.py +2 -0
  4. pulumi_oci/containerengine/container_instance.py +2 -4
  5. pulumi_oci/containerengine/outputs.py +128 -43
  6. pulumi_oci/containerinstances/outputs.py +0 -14
  7. pulumi_oci/core/__init__.py +7 -0
  8. pulumi_oci/core/_inputs.py +168 -33
  9. pulumi_oci/core/compute_gpu_memory_cluster.py +706 -0
  10. pulumi_oci/core/compute_gpu_memory_fabric.py +667 -0
  11. pulumi_oci/core/get_compute_gpu_memory_cluster.py +281 -0
  12. pulumi_oci/core/get_compute_gpu_memory_cluster_instances.py +144 -0
  13. pulumi_oci/core/get_compute_gpu_memory_clusters.py +232 -0
  14. pulumi_oci/core/get_compute_gpu_memory_fabric.py +309 -0
  15. pulumi_oci/core/get_compute_gpu_memory_fabrics.py +289 -0
  16. pulumi_oci/core/outputs.py +595 -21
  17. pulumi_oci/database/__init__.py +3 -0
  18. pulumi_oci/database/_inputs.py +4116 -1225
  19. pulumi_oci/database/application_vip.py +59 -10
  20. pulumi_oci/database/autonomous_container_database.py +305 -52
  21. pulumi_oci/database/autonomous_container_database_add_standby.py +2183 -0
  22. pulumi_oci/database/autonomous_container_database_dataguard_association.py +80 -40
  23. pulumi_oci/database/autonomous_container_database_snapshot_standby.py +322 -0
  24. pulumi_oci/database/autonomous_database.py +7 -28
  25. pulumi_oci/database/backup.py +153 -5
  26. pulumi_oci/database/cloud_exadata_infrastructure.py +126 -0
  27. pulumi_oci/database/cloud_vm_cluster.py +163 -30
  28. pulumi_oci/database/db_node.py +64 -8
  29. pulumi_oci/database/exadata_infrastructure.py +157 -3
  30. pulumi_oci/database/exadata_infrastructure_configure_exascale_management.py +1615 -0
  31. pulumi_oci/database/exadb_vm_cluster.py +84 -7
  32. pulumi_oci/database/exascale_db_storage_vault.py +147 -0
  33. pulumi_oci/database/external_container_database.py +4 -4
  34. pulumi_oci/database/external_non_container_database.py +4 -4
  35. pulumi_oci/database/external_pluggable_database.py +4 -4
  36. pulumi_oci/database/get_application_vip.py +16 -2
  37. pulumi_oci/database/get_autonomous_container_database.py +103 -2
  38. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +12 -1
  39. pulumi_oci/database/get_autonomous_container_databases.py +1 -1
  40. pulumi_oci/database/get_autonomous_database.py +0 -3
  41. pulumi_oci/database/get_backups.py +136 -10
  42. pulumi_oci/database/get_cloud_exadata_infrastructure.py +43 -1
  43. pulumi_oci/database/get_cloud_vm_cluster.py +59 -3
  44. pulumi_oci/database/get_cloud_vm_clusters.py +28 -6
  45. pulumi_oci/database/get_database_software_images.py +20 -1
  46. pulumi_oci/database/get_db_node.py +31 -4
  47. pulumi_oci/database/get_db_server.py +15 -1
  48. pulumi_oci/database/get_exadata_infrastructure.py +57 -1
  49. pulumi_oci/database/get_exadb_vm_cluster.py +29 -1
  50. pulumi_oci/database/get_exadb_vm_clusters.py +25 -3
  51. pulumi_oci/database/get_exascale_db_storage_vault.py +43 -1
  52. pulumi_oci/database/get_exascale_db_storage_vaults.py +47 -3
  53. pulumi_oci/database/get_external_container_database.py +1 -1
  54. pulumi_oci/database/get_external_non_container_database.py +1 -1
  55. pulumi_oci/database/get_external_pluggable_database.py +1 -1
  56. pulumi_oci/database/get_flex_components.py +28 -6
  57. pulumi_oci/database/get_maintenance_run.py +15 -1
  58. pulumi_oci/database/get_vm_cluster.py +60 -4
  59. pulumi_oci/database/get_vm_clusters.py +25 -3
  60. pulumi_oci/database/maintenance_run.py +28 -0
  61. pulumi_oci/database/outputs.py +3831 -267
  62. pulumi_oci/database/pluggable_database.py +13 -13
  63. pulumi_oci/database/vm_cluster.py +172 -18
  64. pulumi_oci/database/vm_cluster_add_virtual_network.py +114 -2
  65. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +114 -2
  66. pulumi_oci/datasafe/__init__.py +7 -0
  67. pulumi_oci/datasafe/_inputs.py +301 -0
  68. pulumi_oci/datasafe/discovery_mod.py +49 -0
  69. pulumi_oci/datasafe/get_discovery_job.py +15 -1
  70. pulumi_oci/datasafe/get_masking_report.py +46 -4
  71. pulumi_oci/datasafe/get_masking_report_masking_errors.py +166 -0
  72. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -1
  73. pulumi_oci/datasafe/get_security_assessment_findings.py +43 -3
  74. pulumi_oci/datasafe/get_sensitive_column_analytics.py +370 -0
  75. pulumi_oci/datasafe/get_sensitive_data_model.py +15 -1
  76. pulumi_oci/datasafe/get_sensitive_type_group.py +253 -0
  77. pulumi_oci/datasafe/get_sensitive_type_group_grouped_sensitive_types.py +166 -0
  78. pulumi_oci/datasafe/get_sensitive_type_groups.py +294 -0
  79. pulumi_oci/datasafe/outputs.py +676 -3
  80. pulumi_oci/datasafe/sensitive_data_model.py +49 -0
  81. pulumi_oci/datasafe/sensitive_type_group.py +563 -0
  82. pulumi_oci/datasafe/sensitive_type_group_grouped_sensitive_type.py +287 -0
  83. pulumi_oci/datascience/__init__.py +4 -0
  84. pulumi_oci/datascience/_inputs.py +1160 -41
  85. pulumi_oci/datascience/get_model.py +29 -1
  86. pulumi_oci/datascience/get_model_custom_metadata_artifact_content.py +151 -0
  87. pulumi_oci/datascience/get_model_defined_metadata_artifact_content.py +151 -0
  88. pulumi_oci/datascience/get_model_version_set.py +15 -1
  89. pulumi_oci/datascience/get_model_version_sets.py +25 -3
  90. pulumi_oci/datascience/get_models.py +25 -3
  91. pulumi_oci/datascience/get_pipeline.py +15 -1
  92. pulumi_oci/datascience/model.py +64 -0
  93. pulumi_oci/datascience/model_custom_metadata_artifact.py +418 -0
  94. pulumi_oci/datascience/model_defined_metadata_artifact.py +418 -0
  95. pulumi_oci/datascience/model_version_set.py +28 -0
  96. pulumi_oci/datascience/outputs.py +4343 -2164
  97. pulumi_oci/datascience/pipeline.py +48 -141
  98. pulumi_oci/datascience/pipeline_run.py +32 -0
  99. pulumi_oci/dblm/__init__.py +17 -0
  100. pulumi_oci/dblm/_inputs.py +275 -0
  101. pulumi_oci/dblm/get_vulnerability.py +242 -0
  102. pulumi_oci/dblm/get_vulnerability_aggregated_vulnerability_data.py +220 -0
  103. pulumi_oci/dblm/get_vulnerability_notifications.py +144 -0
  104. pulumi_oci/dblm/get_vulnerability_resources.py +258 -0
  105. pulumi_oci/dblm/get_vulnerability_scan.py +267 -0
  106. pulumi_oci/dblm/get_vulnerability_scans.py +270 -0
  107. pulumi_oci/dblm/get_vulnerability_vulnerabilities.py +258 -0
  108. pulumi_oci/dblm/outputs.py +1294 -0
  109. pulumi_oci/dblm/vulnerability_scan.py +521 -0
  110. pulumi_oci/email/dkim.py +120 -20
  111. pulumi_oci/email/get_dkim.py +40 -1
  112. pulumi_oci/email/outputs.py +29 -0
  113. pulumi_oci/filestorage/__init__.py +3 -0
  114. pulumi_oci/filestorage/_inputs.py +49 -0
  115. pulumi_oci/filestorage/file_system.py +105 -0
  116. pulumi_oci/filestorage/file_system_quota_rule.py +593 -0
  117. pulumi_oci/filestorage/get_file_system_quota_rule.py +248 -0
  118. pulumi_oci/filestorage/get_file_system_quota_rules.py +210 -0
  119. pulumi_oci/filestorage/outputs.py +186 -0
  120. pulumi_oci/goldengate/_inputs.py +128 -0
  121. pulumi_oci/goldengate/deployment.py +103 -0
  122. pulumi_oci/goldengate/deployment_backup.py +28 -0
  123. pulumi_oci/goldengate/get_deployment.py +43 -1
  124. pulumi_oci/goldengate/get_deployment_backup.py +15 -1
  125. pulumi_oci/goldengate/outputs.py +289 -0
  126. pulumi_oci/mysql/_inputs.py +1239 -10
  127. pulumi_oci/mysql/channel.py +28 -0
  128. pulumi_oci/mysql/get_channel.py +15 -1
  129. pulumi_oci/mysql/get_mysql_backup.py +15 -1
  130. pulumi_oci/mysql/get_mysql_configuration.py +15 -1
  131. pulumi_oci/mysql/get_mysql_db_system.py +15 -1
  132. pulumi_oci/mysql/mysql_backup.py +28 -0
  133. pulumi_oci/mysql/mysql_configuration.py +106 -0
  134. pulumi_oci/mysql/mysql_db_system.py +36 -0
  135. pulumi_oci/mysql/outputs.py +2008 -35
  136. pulumi_oci/opensearch/__init__.py +3 -0
  137. pulumi_oci/opensearch/_inputs.py +101 -0
  138. pulumi_oci/opensearch/cluster.py +76 -29
  139. pulumi_oci/opensearch/get_opensearch_cluster.py +12 -1
  140. pulumi_oci/opensearch/get_opensearch_cluster_pipeline.py +433 -0
  141. pulumi_oci/opensearch/get_opensearch_cluster_pipelines.py +218 -0
  142. pulumi_oci/opensearch/opensearch_cluster_pipeline.py +1172 -0
  143. pulumi_oci/opensearch/outputs.py +425 -0
  144. pulumi_oci/osmanagementhub/__init__.py +18 -0
  145. pulumi_oci/osmanagementhub/_inputs.py +677 -12
  146. pulumi_oci/osmanagementhub/event.py +8 -0
  147. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  148. pulumi_oci/osmanagementhub/get_event.py +2 -0
  149. pulumi_oci/osmanagementhub/get_events.py +2 -0
  150. pulumi_oci/osmanagementhub/get_managed_instance.py +30 -2
  151. pulumi_oci/osmanagementhub/get_managed_instances.py +75 -63
  152. pulumi_oci/osmanagementhub/get_management_station.py +116 -4
  153. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +1 -1
  154. pulumi_oci/osmanagementhub/get_management_stations.py +47 -4
  155. pulumi_oci/osmanagementhub/get_profile.py +32 -4
  156. pulumi_oci/osmanagementhub/get_profile_available_software_sources.py +207 -0
  157. pulumi_oci/osmanagementhub/get_profile_version.py +388 -0
  158. pulumi_oci/osmanagementhub/get_profiles.py +63 -3
  159. pulumi_oci/osmanagementhub/get_scheduled_job.py +15 -1
  160. pulumi_oci/osmanagementhub/get_software_package.py +2 -2
  161. pulumi_oci/osmanagementhub/get_software_package_software_source.py +7 -7
  162. pulumi_oci/osmanagementhub/get_software_source.py +89 -5
  163. pulumi_oci/osmanagementhub/get_software_source_available_software_packages.py +209 -0
  164. pulumi_oci/osmanagementhub/get_software_source_manifest.py +127 -0
  165. pulumi_oci/osmanagementhub/get_software_sources.py +30 -8
  166. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +6 -39
  167. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +6 -39
  168. pulumi_oci/osmanagementhub/lifecycle_stage_reboot_management.py +297 -0
  169. pulumi_oci/osmanagementhub/managed_instance.py +56 -0
  170. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +49 -0
  171. pulumi_oci/osmanagementhub/managed_instance_group_reboot_management.py +297 -0
  172. pulumi_oci/osmanagementhub/managed_instance_reboot_management.py +299 -0
  173. pulumi_oci/osmanagementhub/management_station.py +251 -4
  174. pulumi_oci/osmanagementhub/management_station_associate_managed_instances_management.py +298 -0
  175. pulumi_oci/osmanagementhub/management_station_refresh_management.py +2 -2
  176. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +9 -9
  177. pulumi_oci/osmanagementhub/outputs.py +1349 -50
  178. pulumi_oci/osmanagementhub/profile.py +70 -14
  179. pulumi_oci/osmanagementhub/profile_attach_lifecycle_stage_management.py +269 -0
  180. pulumi_oci/osmanagementhub/profile_attach_managed_instance_group_management.py +269 -0
  181. pulumi_oci/osmanagementhub/profile_attach_management_station_management.py +269 -0
  182. pulumi_oci/osmanagementhub/profile_attach_software_sources_management.py +269 -0
  183. pulumi_oci/osmanagementhub/profile_detach_software_sources_management.py +269 -0
  184. pulumi_oci/osmanagementhub/scheduled_job.py +72 -21
  185. pulumi_oci/osmanagementhub/software_source.py +365 -26
  186. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +67 -10
  187. pulumi_oci/osmanagementhub/software_source_generate_metadata_management.py +217 -0
  188. pulumi_oci/osmanagementhub/software_source_manifest.py +268 -0
  189. pulumi_oci/osmanagementhub/software_source_remove_packages_management.py +277 -0
  190. pulumi_oci/osmanagementhub/software_source_replace_packages_management.py +277 -0
  191. pulumi_oci/osmanagementhub/work_request_rerun_management.py +325 -0
  192. pulumi_oci/psql/_inputs.py +258 -0
  193. pulumi_oci/psql/backup.py +129 -28
  194. pulumi_oci/psql/db_system.py +10 -0
  195. pulumi_oci/psql/get_backup.py +47 -2
  196. pulumi_oci/psql/get_backups.py +3 -0
  197. pulumi_oci/psql/get_configurations.py +23 -1
  198. pulumi_oci/psql/get_db_system.py +1 -1
  199. pulumi_oci/psql/get_db_systems.py +1 -1
  200. pulumi_oci/psql/outputs.py +541 -5
  201. pulumi_oci/pulumi-plugin.json +1 -1
  202. pulumi_oci/redis/redis_cluster.py +7 -7
  203. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/METADATA +2 -2
  204. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/RECORD +206 -150
  205. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/WHEEL +1 -1
  206. {pulumi_oci-2.26.0a1741847591.dist-info → pulumi_oci-2.27.0.dist-info}/top_level.txt +0 -0
@@ -35,6 +35,7 @@ class AutonomousContainerDatabaseArgs:
35
35
  db_version: Optional[pulumi.Input[str]] = None,
36
36
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
37
37
  distribution_affinity: Optional[pulumi.Input[str]] = None,
38
+ failover_trigger: Optional[pulumi.Input[int]] = None,
38
39
  fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
39
40
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
40
41
  is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
@@ -52,9 +53,11 @@ class AutonomousContainerDatabaseArgs:
52
53
  peer_cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[str]] = None,
53
54
  peer_db_unique_name: Optional[pulumi.Input[str]] = None,
54
55
  protection_mode: Optional[pulumi.Input[str]] = None,
56
+ reinstate_trigger: Optional[pulumi.Input[int]] = None,
55
57
  rotate_key_trigger: Optional[pulumi.Input[bool]] = None,
56
58
  service_level_agreement_type: Optional[pulumi.Input[str]] = None,
57
59
  standby_maintenance_buffer_in_days: Optional[pulumi.Input[int]] = None,
60
+ switchover_trigger: Optional[pulumi.Input[int]] = None,
58
61
  vault_id: Optional[pulumi.Input[str]] = None,
59
62
  version_preference: Optional[pulumi.Input[str]] = None,
60
63
  vm_failover_reservation: Optional[pulumi.Input[int]] = None):
@@ -73,7 +76,8 @@ class AutonomousContainerDatabaseArgs:
73
76
  :param pulumi.Input[str] db_version: The base version for the Autonomous Container Database.
74
77
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined 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).
75
78
  :param pulumi.Input[str] distribution_affinity: Determines whether an Autonomous Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected.
76
- :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
79
+ :param pulumi.Input[int] failover_trigger: (Updatable) An optional property when incremented triggers Failover. Could be set to any integer value.
80
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
77
81
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
78
82
  :param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
79
83
  :param pulumi.Input[bool] is_dst_file_update_enabled: (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
@@ -87,16 +91,18 @@ class AutonomousContainerDatabaseArgs:
87
91
  :param pulumi.Input[str] peer_autonomous_exadata_infrastructure_id: *No longer used.* This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `peerCloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
88
92
  :param pulumi.Input[str] peer_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.
89
93
  :param pulumi.Input[str] peer_cloud_autonomous_vm_cluster_id: The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.
90
- :param pulumi.Input[str] protection_mode: The protection mode of this Autonomous Data Guard association. 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.
94
+ :param pulumi.Input[str] protection_mode: (Updatable) The protection mode of this Autonomous Data Guard association. 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.
95
+ :param pulumi.Input[int] reinstate_trigger: (Updatable) An optional property when incremented triggers Reinstate. Could be set to any integer value.
91
96
  :param pulumi.Input[bool] rotate_key_trigger: (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where `cloud_autonomous_vm_cluster_id` is set.
92
- :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
93
- :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
94
97
 
95
98
  ** IMPORTANT **
96
99
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
97
- :param pulumi.Input[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).
100
+ :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
101
+ :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
102
+ :param pulumi.Input[int] switchover_trigger: (Updatable) An optional property when incremented triggers Switchover. Could be set to any integer value.
103
+ :param pulumi.Input[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.
98
104
  :param pulumi.Input[str] version_preference: (Updatable) The next maintenance version preference.
99
- :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
105
+ :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
100
106
  """
101
107
  pulumi.set(__self__, "display_name", display_name)
102
108
  pulumi.set(__self__, "patch_model", patch_model)
@@ -124,6 +130,8 @@ class AutonomousContainerDatabaseArgs:
124
130
  pulumi.set(__self__, "defined_tags", defined_tags)
125
131
  if distribution_affinity is not None:
126
132
  pulumi.set(__self__, "distribution_affinity", distribution_affinity)
133
+ if failover_trigger is not None:
134
+ pulumi.set(__self__, "failover_trigger", failover_trigger)
127
135
  if fast_start_fail_over_lag_limit_in_seconds is not None:
128
136
  pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
129
137
  if freeform_tags is not None:
@@ -158,12 +166,16 @@ class AutonomousContainerDatabaseArgs:
158
166
  pulumi.set(__self__, "peer_db_unique_name", peer_db_unique_name)
159
167
  if protection_mode is not None:
160
168
  pulumi.set(__self__, "protection_mode", protection_mode)
169
+ if reinstate_trigger is not None:
170
+ pulumi.set(__self__, "reinstate_trigger", reinstate_trigger)
161
171
  if rotate_key_trigger is not None:
162
172
  pulumi.set(__self__, "rotate_key_trigger", rotate_key_trigger)
163
173
  if service_level_agreement_type is not None:
164
174
  pulumi.set(__self__, "service_level_agreement_type", service_level_agreement_type)
165
175
  if standby_maintenance_buffer_in_days is not None:
166
176
  pulumi.set(__self__, "standby_maintenance_buffer_in_days", standby_maintenance_buffer_in_days)
177
+ if switchover_trigger is not None:
178
+ pulumi.set(__self__, "switchover_trigger", switchover_trigger)
167
179
  if vault_id is not None:
168
180
  pulumi.set(__self__, "vault_id", vault_id)
169
181
  if version_preference is not None:
@@ -336,11 +348,23 @@ class AutonomousContainerDatabaseArgs:
336
348
  def distribution_affinity(self, value: Optional[pulumi.Input[str]]):
337
349
  pulumi.set(self, "distribution_affinity", value)
338
350
 
351
+ @property
352
+ @pulumi.getter(name="failoverTrigger")
353
+ def failover_trigger(self) -> Optional[pulumi.Input[int]]:
354
+ """
355
+ (Updatable) An optional property when incremented triggers Failover. Could be set to any integer value.
356
+ """
357
+ return pulumi.get(self, "failover_trigger")
358
+
359
+ @failover_trigger.setter
360
+ def failover_trigger(self, value: Optional[pulumi.Input[int]]):
361
+ pulumi.set(self, "failover_trigger", value)
362
+
339
363
  @property
340
364
  @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
341
365
  def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[pulumi.Input[int]]:
342
366
  """
343
- The lag time for my preference based on data loss tolerance in seconds.
367
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
344
368
  """
345
369
  return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
346
370
 
@@ -526,7 +550,7 @@ class AutonomousContainerDatabaseArgs:
526
550
  @pulumi.getter(name="protectionMode")
527
551
  def protection_mode(self) -> Optional[pulumi.Input[str]]:
528
552
  """
529
- The protection mode of this Autonomous Data Guard association. 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.
553
+ (Updatable) The protection mode of this Autonomous Data Guard association. 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.
530
554
  """
531
555
  return pulumi.get(self, "protection_mode")
532
556
 
@@ -534,11 +558,26 @@ class AutonomousContainerDatabaseArgs:
534
558
  def protection_mode(self, value: Optional[pulumi.Input[str]]):
535
559
  pulumi.set(self, "protection_mode", value)
536
560
 
561
+ @property
562
+ @pulumi.getter(name="reinstateTrigger")
563
+ def reinstate_trigger(self) -> Optional[pulumi.Input[int]]:
564
+ """
565
+ (Updatable) An optional property when incremented triggers Reinstate. Could be set to any integer value.
566
+ """
567
+ return pulumi.get(self, "reinstate_trigger")
568
+
569
+ @reinstate_trigger.setter
570
+ def reinstate_trigger(self, value: Optional[pulumi.Input[int]]):
571
+ pulumi.set(self, "reinstate_trigger", value)
572
+
537
573
  @property
538
574
  @pulumi.getter(name="rotateKeyTrigger")
539
575
  def rotate_key_trigger(self) -> Optional[pulumi.Input[bool]]:
540
576
  """
541
577
  (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where `cloud_autonomous_vm_cluster_id` is set.
578
+
579
+ ** IMPORTANT **
580
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
542
581
  """
543
582
  return pulumi.get(self, "rotate_key_trigger")
544
583
 
@@ -562,10 +601,7 @@ class AutonomousContainerDatabaseArgs:
562
601
  @pulumi.getter(name="standbyMaintenanceBufferInDays")
563
602
  def standby_maintenance_buffer_in_days(self) -> Optional[pulumi.Input[int]]:
564
603
  """
565
- (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
566
-
567
- ** IMPORTANT **
568
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
604
+ (Updatable) The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
569
605
  """
570
606
  return pulumi.get(self, "standby_maintenance_buffer_in_days")
571
607
 
@@ -573,11 +609,23 @@ class AutonomousContainerDatabaseArgs:
573
609
  def standby_maintenance_buffer_in_days(self, value: Optional[pulumi.Input[int]]):
574
610
  pulumi.set(self, "standby_maintenance_buffer_in_days", value)
575
611
 
612
+ @property
613
+ @pulumi.getter(name="switchoverTrigger")
614
+ def switchover_trigger(self) -> Optional[pulumi.Input[int]]:
615
+ """
616
+ (Updatable) An optional property when incremented triggers Switchover. Could be set to any integer value.
617
+ """
618
+ return pulumi.get(self, "switchover_trigger")
619
+
620
+ @switchover_trigger.setter
621
+ def switchover_trigger(self, value: Optional[pulumi.Input[int]]):
622
+ pulumi.set(self, "switchover_trigger", value)
623
+
576
624
  @property
577
625
  @pulumi.getter(name="vaultId")
578
626
  def vault_id(self) -> Optional[pulumi.Input[str]]:
579
627
  """
580
- 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).
628
+ 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.
581
629
  """
582
630
  return pulumi.get(self, "vault_id")
583
631
 
@@ -601,7 +649,7 @@ class AutonomousContainerDatabaseArgs:
601
649
  @pulumi.getter(name="vmFailoverReservation")
602
650
  def vm_failover_reservation(self) -> Optional[pulumi.Input[int]]:
603
651
  """
604
- The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
652
+ The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
605
653
  """
606
654
  return pulumi.get(self, "vm_failover_reservation")
607
655
 
@@ -624,6 +672,8 @@ class _AutonomousContainerDatabaseState:
624
672
  compartment_id: Optional[pulumi.Input[str]] = None,
625
673
  compute_model: Optional[pulumi.Input[str]] = None,
626
674
  database_software_image_id: Optional[pulumi.Input[str]] = None,
675
+ dataguard_group_members: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardGroupMemberArgs']]]] = None,
676
+ dataguards: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardArgs']]]] = None,
627
677
  db_name: Optional[pulumi.Input[str]] = None,
628
678
  db_split_threshold: Optional[pulumi.Input[int]] = None,
629
679
  db_unique_name: Optional[pulumi.Input[str]] = None,
@@ -632,11 +682,14 @@ class _AutonomousContainerDatabaseState:
632
682
  display_name: Optional[pulumi.Input[str]] = None,
633
683
  distribution_affinity: Optional[pulumi.Input[str]] = None,
634
684
  dst_file_version: Optional[pulumi.Input[str]] = None,
685
+ failover_trigger: Optional[pulumi.Input[int]] = None,
635
686
  fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
636
687
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
637
688
  infrastructure_type: Optional[pulumi.Input[str]] = None,
638
689
  is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
690
+ is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
639
691
  is_dst_file_update_enabled: Optional[pulumi.Input[bool]] = None,
692
+ is_multiple_standby: Optional[pulumi.Input[bool]] = None,
640
693
  key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseKeyHistoryEntryArgs']]]] = None,
641
694
  key_store_id: Optional[pulumi.Input[str]] = None,
642
695
  key_store_wallet_name: Optional[pulumi.Input[str]] = None,
@@ -665,12 +718,14 @@ class _AutonomousContainerDatabaseState:
665
718
  provisioned_cpus: Optional[pulumi.Input[float]] = None,
666
719
  reclaimable_cpus: Optional[pulumi.Input[float]] = None,
667
720
  recovery_appliance_details: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseRecoveryApplianceDetailArgs']]]] = None,
721
+ reinstate_trigger: Optional[pulumi.Input[int]] = None,
668
722
  reserved_cpus: Optional[pulumi.Input[float]] = None,
669
723
  role: Optional[pulumi.Input[str]] = None,
670
724
  rotate_key_trigger: Optional[pulumi.Input[bool]] = None,
671
725
  service_level_agreement_type: Optional[pulumi.Input[str]] = None,
672
726
  standby_maintenance_buffer_in_days: Optional[pulumi.Input[int]] = None,
673
727
  state: Optional[pulumi.Input[str]] = None,
728
+ switchover_trigger: Optional[pulumi.Input[int]] = None,
674
729
  time_created: Optional[pulumi.Input[str]] = None,
675
730
  time_of_last_backup: Optional[pulumi.Input[str]] = None,
676
731
  time_snapshot_standby_revert: Optional[pulumi.Input[str]] = None,
@@ -683,7 +738,7 @@ class _AutonomousContainerDatabaseState:
683
738
  :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseAssociatedBackupConfigurationDetailArgs']]] associated_backup_configuration_details: A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
684
739
  :param pulumi.Input[str] autonomous_exadata_infrastructure_id: **No longer used.** This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `cloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
685
740
  :param pulumi.Input[str] autonomous_vm_cluster_id: The OCID of the Autonomous VM Cluster.
686
- :param pulumi.Input[str] availability_domain: The availability domain of the Autonomous Container Database
741
+ :param pulumi.Input[str] availability_domain: The domain of the Autonomous Container Database
687
742
  :param pulumi.Input[float] available_cpus: Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
688
743
  :param pulumi.Input['AutonomousContainerDatabaseBackupConfigArgs'] backup_config: (Updatable) Backup options for the Autonomous Container Database.
689
744
  :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseBackupDestinationPropertiesListArgs']]] backup_destination_properties_lists: This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
@@ -691,6 +746,8 @@ class _AutonomousContainerDatabaseState:
691
746
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Autonomous Container Database.
692
747
  :param pulumi.Input[str] compute_model: The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
693
748
  :param pulumi.Input[str] database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
749
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardGroupMemberArgs']]] dataguard_group_members: Array of Dg associations.
750
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardArgs']]] dataguards: The properties that define Autonomous Container Databases Dataguard.
694
751
  :param pulumi.Input[str] db_name: The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
695
752
  :param pulumi.Input[int] db_split_threshold: The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
696
753
  :param pulumi.Input[str] db_version: The base version for the Autonomous Container Database.
@@ -698,11 +755,14 @@ class _AutonomousContainerDatabaseState:
698
755
  :param pulumi.Input[str] display_name: (Updatable) The display name for the Autonomous Container Database.
699
756
  :param pulumi.Input[str] distribution_affinity: Determines whether an Autonomous Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected.
700
757
  :param pulumi.Input[str] dst_file_version: DST Time-zone File version of the Autonomous Container Database.
701
- :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
758
+ :param pulumi.Input[int] failover_trigger: (Updatable) An optional property when incremented triggers Failover. Could be set to any integer value.
759
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
702
760
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
703
761
  :param pulumi.Input[str] infrastructure_type: The infrastructure type this resource belongs to.
704
762
  :param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
763
+ :param pulumi.Input[bool] is_data_guard_enabled: **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
705
764
  :param pulumi.Input[bool] is_dst_file_update_enabled: (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
765
+ :param pulumi.Input[bool] is_multiple_standby: Whether it is multiple standby Autonomous Dataguard
706
766
  :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseKeyHistoryEntryArgs']]] key_history_entries: Key History Entry.
707
767
  :param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
708
768
  :param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
@@ -724,7 +784,7 @@ class _AutonomousContainerDatabaseState:
724
784
  :param pulumi.Input[str] peer_autonomous_exadata_infrastructure_id: *No longer used.* This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `peerCloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
725
785
  :param pulumi.Input[str] peer_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.
726
786
  :param pulumi.Input[str] peer_cloud_autonomous_vm_cluster_id: The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.
727
- :param pulumi.Input[str] protection_mode: The protection mode of this Autonomous Data Guard association. 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.
787
+ :param pulumi.Input[str] protection_mode: (Updatable) The protection mode of this Autonomous Data Guard association. 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.
728
788
  :param pulumi.Input[Sequence[pulumi.Input[float]]] provisionable_cpuses: An array of CPU values that can be used to successfully provision a single Autonomous Database.
729
789
  :param pulumi.Input[float] provisioned_cpus: The number of CPUs provisioned in an Autonomous Container Database.
730
790
  <<<<<<< ours
@@ -733,24 +793,26 @@ class _AutonomousContainerDatabaseState:
733
793
  * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
734
794
  >>>>>>> theirs
735
795
  :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseRecoveryApplianceDetailArgs']]] recovery_appliance_details: Information about the recovery appliance configuration associated with the Autonomous Container Database.
796
+ :param pulumi.Input[int] reinstate_trigger: (Updatable) An optional property when incremented triggers Reinstate. Could be set to any integer value.
736
797
  :param pulumi.Input[float] reserved_cpus: The number of CPUs reserved in an Autonomous Container Database.
737
798
  * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
738
799
  * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
739
800
  :param pulumi.Input[str] role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
740
801
  :param pulumi.Input[bool] rotate_key_trigger: (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where `cloud_autonomous_vm_cluster_id` is set.
741
- :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
742
- :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
743
802
 
744
803
  ** IMPORTANT **
745
804
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
805
+ :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
806
+ :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
746
807
  :param pulumi.Input[str] state: The current state of the Autonomous Container Database.
808
+ :param pulumi.Input[int] switchover_trigger: (Updatable) An optional property when incremented triggers Switchover. Could be set to any integer value.
747
809
  :param pulumi.Input[str] time_created: The date and time the Autonomous Container Database was created.
748
810
  :param pulumi.Input[str] time_of_last_backup: The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
749
811
  :param pulumi.Input[str] time_snapshot_standby_revert: The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
750
812
  :param pulumi.Input[int] total_cpus: The number of CPUs allocated to the Autonomous VM cluster.
751
- :param pulumi.Input[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).
813
+ :param pulumi.Input[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.
752
814
  :param pulumi.Input[str] version_preference: (Updatable) The next maintenance version preference.
753
- :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
815
+ :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
754
816
  """
755
817
  if associated_backup_configuration_details is not None:
756
818
  pulumi.set(__self__, "associated_backup_configuration_details", associated_backup_configuration_details)
@@ -774,6 +836,10 @@ class _AutonomousContainerDatabaseState:
774
836
  pulumi.set(__self__, "compute_model", compute_model)
775
837
  if database_software_image_id is not None:
776
838
  pulumi.set(__self__, "database_software_image_id", database_software_image_id)
839
+ if dataguard_group_members is not None:
840
+ pulumi.set(__self__, "dataguard_group_members", dataguard_group_members)
841
+ if dataguards is not None:
842
+ pulumi.set(__self__, "dataguards", dataguards)
777
843
  if db_name is not None:
778
844
  pulumi.set(__self__, "db_name", db_name)
779
845
  if db_split_threshold is not None:
@@ -790,6 +856,8 @@ class _AutonomousContainerDatabaseState:
790
856
  pulumi.set(__self__, "distribution_affinity", distribution_affinity)
791
857
  if dst_file_version is not None:
792
858
  pulumi.set(__self__, "dst_file_version", dst_file_version)
859
+ if failover_trigger is not None:
860
+ pulumi.set(__self__, "failover_trigger", failover_trigger)
793
861
  if fast_start_fail_over_lag_limit_in_seconds is not None:
794
862
  pulumi.set(__self__, "fast_start_fail_over_lag_limit_in_seconds", fast_start_fail_over_lag_limit_in_seconds)
795
863
  if freeform_tags is not None:
@@ -798,8 +866,12 @@ class _AutonomousContainerDatabaseState:
798
866
  pulumi.set(__self__, "infrastructure_type", infrastructure_type)
799
867
  if is_automatic_failover_enabled is not None:
800
868
  pulumi.set(__self__, "is_automatic_failover_enabled", is_automatic_failover_enabled)
869
+ if is_data_guard_enabled is not None:
870
+ pulumi.set(__self__, "is_data_guard_enabled", is_data_guard_enabled)
801
871
  if is_dst_file_update_enabled is not None:
802
872
  pulumi.set(__self__, "is_dst_file_update_enabled", is_dst_file_update_enabled)
873
+ if is_multiple_standby is not None:
874
+ pulumi.set(__self__, "is_multiple_standby", is_multiple_standby)
803
875
  if key_history_entries is not None:
804
876
  pulumi.set(__self__, "key_history_entries", key_history_entries)
805
877
  if key_store_id is not None:
@@ -856,6 +928,8 @@ class _AutonomousContainerDatabaseState:
856
928
  pulumi.set(__self__, "reclaimable_cpus", reclaimable_cpus)
857
929
  if recovery_appliance_details is not None:
858
930
  pulumi.set(__self__, "recovery_appliance_details", recovery_appliance_details)
931
+ if reinstate_trigger is not None:
932
+ pulumi.set(__self__, "reinstate_trigger", reinstate_trigger)
859
933
  if reserved_cpus is not None:
860
934
  pulumi.set(__self__, "reserved_cpus", reserved_cpus)
861
935
  if role is not None:
@@ -868,6 +942,8 @@ class _AutonomousContainerDatabaseState:
868
942
  pulumi.set(__self__, "standby_maintenance_buffer_in_days", standby_maintenance_buffer_in_days)
869
943
  if state is not None:
870
944
  pulumi.set(__self__, "state", state)
945
+ if switchover_trigger is not None:
946
+ pulumi.set(__self__, "switchover_trigger", switchover_trigger)
871
947
  if time_created is not None:
872
948
  pulumi.set(__self__, "time_created", time_created)
873
949
  if time_of_last_backup is not None:
@@ -923,7 +999,7 @@ class _AutonomousContainerDatabaseState:
923
999
  @pulumi.getter(name="availabilityDomain")
924
1000
  def availability_domain(self) -> Optional[pulumi.Input[str]]:
925
1001
  """
926
- The availability domain of the Autonomous Container Database
1002
+ The domain of the Autonomous Container Database
927
1003
  """
928
1004
  return pulumi.get(self, "availability_domain")
929
1005
 
@@ -1015,6 +1091,30 @@ class _AutonomousContainerDatabaseState:
1015
1091
  def database_software_image_id(self, value: Optional[pulumi.Input[str]]):
1016
1092
  pulumi.set(self, "database_software_image_id", value)
1017
1093
 
1094
+ @property
1095
+ @pulumi.getter(name="dataguardGroupMembers")
1096
+ def dataguard_group_members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardGroupMemberArgs']]]]:
1097
+ """
1098
+ Array of Dg associations.
1099
+ """
1100
+ return pulumi.get(self, "dataguard_group_members")
1101
+
1102
+ @dataguard_group_members.setter
1103
+ def dataguard_group_members(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardGroupMemberArgs']]]]):
1104
+ pulumi.set(self, "dataguard_group_members", value)
1105
+
1106
+ @property
1107
+ @pulumi.getter
1108
+ def dataguards(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardArgs']]]]:
1109
+ """
1110
+ The properties that define Autonomous Container Databases Dataguard.
1111
+ """
1112
+ return pulumi.get(self, "dataguards")
1113
+
1114
+ @dataguards.setter
1115
+ def dataguards(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseDataguardArgs']]]]):
1116
+ pulumi.set(self, "dataguards", value)
1117
+
1018
1118
  @property
1019
1119
  @pulumi.getter(name="dbName")
1020
1120
  def db_name(self) -> Optional[pulumi.Input[str]]:
@@ -1108,11 +1208,23 @@ class _AutonomousContainerDatabaseState:
1108
1208
  def dst_file_version(self, value: Optional[pulumi.Input[str]]):
1109
1209
  pulumi.set(self, "dst_file_version", value)
1110
1210
 
1211
+ @property
1212
+ @pulumi.getter(name="failoverTrigger")
1213
+ def failover_trigger(self) -> Optional[pulumi.Input[int]]:
1214
+ """
1215
+ (Updatable) An optional property when incremented triggers Failover. Could be set to any integer value.
1216
+ """
1217
+ return pulumi.get(self, "failover_trigger")
1218
+
1219
+ @failover_trigger.setter
1220
+ def failover_trigger(self, value: Optional[pulumi.Input[int]]):
1221
+ pulumi.set(self, "failover_trigger", value)
1222
+
1111
1223
  @property
1112
1224
  @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
1113
1225
  def fast_start_fail_over_lag_limit_in_seconds(self) -> Optional[pulumi.Input[int]]:
1114
1226
  """
1115
- The lag time for my preference based on data loss tolerance in seconds.
1227
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
1116
1228
  """
1117
1229
  return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
1118
1230
 
@@ -1156,6 +1268,18 @@ class _AutonomousContainerDatabaseState:
1156
1268
  def is_automatic_failover_enabled(self, value: Optional[pulumi.Input[bool]]):
1157
1269
  pulumi.set(self, "is_automatic_failover_enabled", value)
1158
1270
 
1271
+ @property
1272
+ @pulumi.getter(name="isDataGuardEnabled")
1273
+ def is_data_guard_enabled(self) -> Optional[pulumi.Input[bool]]:
1274
+ """
1275
+ **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
1276
+ """
1277
+ return pulumi.get(self, "is_data_guard_enabled")
1278
+
1279
+ @is_data_guard_enabled.setter
1280
+ def is_data_guard_enabled(self, value: Optional[pulumi.Input[bool]]):
1281
+ pulumi.set(self, "is_data_guard_enabled", value)
1282
+
1159
1283
  @property
1160
1284
  @pulumi.getter(name="isDstFileUpdateEnabled")
1161
1285
  def is_dst_file_update_enabled(self) -> Optional[pulumi.Input[bool]]:
@@ -1168,6 +1292,18 @@ class _AutonomousContainerDatabaseState:
1168
1292
  def is_dst_file_update_enabled(self, value: Optional[pulumi.Input[bool]]):
1169
1293
  pulumi.set(self, "is_dst_file_update_enabled", value)
1170
1294
 
1295
+ @property
1296
+ @pulumi.getter(name="isMultipleStandby")
1297
+ def is_multiple_standby(self) -> Optional[pulumi.Input[bool]]:
1298
+ """
1299
+ Whether it is multiple standby Autonomous Dataguard
1300
+ """
1301
+ return pulumi.get(self, "is_multiple_standby")
1302
+
1303
+ @is_multiple_standby.setter
1304
+ def is_multiple_standby(self, value: Optional[pulumi.Input[bool]]):
1305
+ pulumi.set(self, "is_multiple_standby", value)
1306
+
1171
1307
  @property
1172
1308
  @pulumi.getter(name="keyHistoryEntries")
1173
1309
  def key_history_entries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseKeyHistoryEntryArgs']]]]:
@@ -1442,7 +1578,7 @@ class _AutonomousContainerDatabaseState:
1442
1578
  @pulumi.getter(name="protectionMode")
1443
1579
  def protection_mode(self) -> Optional[pulumi.Input[str]]:
1444
1580
  """
1445
- The protection mode of this Autonomous Data Guard association. 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.
1581
+ (Updatable) The protection mode of this Autonomous Data Guard association. 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.
1446
1582
  """
1447
1583
  return pulumi.get(self, "protection_mode")
1448
1584
 
@@ -1502,6 +1638,18 @@ class _AutonomousContainerDatabaseState:
1502
1638
  def recovery_appliance_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseRecoveryApplianceDetailArgs']]]]):
1503
1639
  pulumi.set(self, "recovery_appliance_details", value)
1504
1640
 
1641
+ @property
1642
+ @pulumi.getter(name="reinstateTrigger")
1643
+ def reinstate_trigger(self) -> Optional[pulumi.Input[int]]:
1644
+ """
1645
+ (Updatable) An optional property when incremented triggers Reinstate. Could be set to any integer value.
1646
+ """
1647
+ return pulumi.get(self, "reinstate_trigger")
1648
+
1649
+ @reinstate_trigger.setter
1650
+ def reinstate_trigger(self, value: Optional[pulumi.Input[int]]):
1651
+ pulumi.set(self, "reinstate_trigger", value)
1652
+
1505
1653
  @property
1506
1654
  @pulumi.getter(name="reservedCpus")
1507
1655
  def reserved_cpus(self) -> Optional[pulumi.Input[float]]:
@@ -1533,6 +1681,9 @@ class _AutonomousContainerDatabaseState:
1533
1681
  def rotate_key_trigger(self) -> Optional[pulumi.Input[bool]]:
1534
1682
  """
1535
1683
  (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where `cloud_autonomous_vm_cluster_id` is set.
1684
+
1685
+ ** IMPORTANT **
1686
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1536
1687
  """
1537
1688
  return pulumi.get(self, "rotate_key_trigger")
1538
1689
 
@@ -1556,10 +1707,7 @@ class _AutonomousContainerDatabaseState:
1556
1707
  @pulumi.getter(name="standbyMaintenanceBufferInDays")
1557
1708
  def standby_maintenance_buffer_in_days(self) -> Optional[pulumi.Input[int]]:
1558
1709
  """
1559
- (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
1560
-
1561
- ** IMPORTANT **
1562
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1710
+ (Updatable) The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
1563
1711
  """
1564
1712
  return pulumi.get(self, "standby_maintenance_buffer_in_days")
1565
1713
 
@@ -1579,6 +1727,18 @@ class _AutonomousContainerDatabaseState:
1579
1727
  def state(self, value: Optional[pulumi.Input[str]]):
1580
1728
  pulumi.set(self, "state", value)
1581
1729
 
1730
+ @property
1731
+ @pulumi.getter(name="switchoverTrigger")
1732
+ def switchover_trigger(self) -> Optional[pulumi.Input[int]]:
1733
+ """
1734
+ (Updatable) An optional property when incremented triggers Switchover. Could be set to any integer value.
1735
+ """
1736
+ return pulumi.get(self, "switchover_trigger")
1737
+
1738
+ @switchover_trigger.setter
1739
+ def switchover_trigger(self, value: Optional[pulumi.Input[int]]):
1740
+ pulumi.set(self, "switchover_trigger", value)
1741
+
1582
1742
  @property
1583
1743
  @pulumi.getter(name="timeCreated")
1584
1744
  def time_created(self) -> Optional[pulumi.Input[str]]:
@@ -1631,7 +1791,7 @@ class _AutonomousContainerDatabaseState:
1631
1791
  @pulumi.getter(name="vaultId")
1632
1792
  def vault_id(self) -> Optional[pulumi.Input[str]]:
1633
1793
  """
1634
- 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).
1794
+ 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.
1635
1795
  """
1636
1796
  return pulumi.get(self, "vault_id")
1637
1797
 
@@ -1655,7 +1815,7 @@ class _AutonomousContainerDatabaseState:
1655
1815
  @pulumi.getter(name="vmFailoverReservation")
1656
1816
  def vm_failover_reservation(self) -> Optional[pulumi.Input[int]]:
1657
1817
  """
1658
- The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
1818
+ The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
1659
1819
  """
1660
1820
  return pulumi.get(self, "vm_failover_reservation")
1661
1821
 
@@ -1682,6 +1842,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1682
1842
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1683
1843
  display_name: Optional[pulumi.Input[str]] = None,
1684
1844
  distribution_affinity: Optional[pulumi.Input[str]] = None,
1845
+ failover_trigger: Optional[pulumi.Input[int]] = None,
1685
1846
  fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
1686
1847
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1687
1848
  is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
@@ -1700,9 +1861,11 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1700
1861
  peer_cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[str]] = None,
1701
1862
  peer_db_unique_name: Optional[pulumi.Input[str]] = None,
1702
1863
  protection_mode: Optional[pulumi.Input[str]] = None,
1864
+ reinstate_trigger: Optional[pulumi.Input[int]] = None,
1703
1865
  rotate_key_trigger: Optional[pulumi.Input[bool]] = None,
1704
1866
  service_level_agreement_type: Optional[pulumi.Input[str]] = None,
1705
1867
  standby_maintenance_buffer_in_days: Optional[pulumi.Input[int]] = None,
1868
+ switchover_trigger: Optional[pulumi.Input[int]] = None,
1706
1869
  vault_id: Optional[pulumi.Input[str]] = None,
1707
1870
  version_preference: Optional[pulumi.Input[str]] = None,
1708
1871
  vm_failover_reservation: Optional[pulumi.Input[int]] = None,
@@ -1734,7 +1897,8 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1734
1897
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined 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).
1735
1898
  :param pulumi.Input[str] display_name: (Updatable) The display name for the Autonomous Container Database.
1736
1899
  :param pulumi.Input[str] distribution_affinity: Determines whether an Autonomous Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected.
1737
- :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
1900
+ :param pulumi.Input[int] failover_trigger: (Updatable) An optional property when incremented triggers Failover. Could be set to any integer value.
1901
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
1738
1902
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
1739
1903
  :param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
1740
1904
  :param pulumi.Input[bool] is_dst_file_update_enabled: (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
@@ -1749,16 +1913,18 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1749
1913
  :param pulumi.Input[str] peer_autonomous_exadata_infrastructure_id: *No longer used.* This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `peerCloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
1750
1914
  :param pulumi.Input[str] peer_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.
1751
1915
  :param pulumi.Input[str] peer_cloud_autonomous_vm_cluster_id: The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.
1752
- :param pulumi.Input[str] protection_mode: The protection mode of this Autonomous Data Guard association. 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.
1916
+ :param pulumi.Input[str] protection_mode: (Updatable) The protection mode of this Autonomous Data Guard association. 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.
1917
+ :param pulumi.Input[int] reinstate_trigger: (Updatable) An optional property when incremented triggers Reinstate. Could be set to any integer value.
1753
1918
  :param pulumi.Input[bool] rotate_key_trigger: (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where `cloud_autonomous_vm_cluster_id` is set.
1754
- :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
1755
- :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
1756
1919
 
1757
1920
  ** IMPORTANT **
1758
1921
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1759
- :param pulumi.Input[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).
1922
+ :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
1923
+ :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
1924
+ :param pulumi.Input[int] switchover_trigger: (Updatable) An optional property when incremented triggers Switchover. Could be set to any integer value.
1925
+ :param pulumi.Input[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.
1760
1926
  :param pulumi.Input[str] version_preference: (Updatable) The next maintenance version preference.
1761
- :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
1927
+ :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
1762
1928
  """
1763
1929
  ...
1764
1930
  @overload
@@ -1807,6 +1973,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1807
1973
  defined_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1808
1974
  display_name: Optional[pulumi.Input[str]] = None,
1809
1975
  distribution_affinity: Optional[pulumi.Input[str]] = None,
1976
+ failover_trigger: Optional[pulumi.Input[int]] = None,
1810
1977
  fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
1811
1978
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1812
1979
  is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
@@ -1825,9 +1992,11 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1825
1992
  peer_cloud_autonomous_vm_cluster_id: Optional[pulumi.Input[str]] = None,
1826
1993
  peer_db_unique_name: Optional[pulumi.Input[str]] = None,
1827
1994
  protection_mode: Optional[pulumi.Input[str]] = None,
1995
+ reinstate_trigger: Optional[pulumi.Input[int]] = None,
1828
1996
  rotate_key_trigger: Optional[pulumi.Input[bool]] = None,
1829
1997
  service_level_agreement_type: Optional[pulumi.Input[str]] = None,
1830
1998
  standby_maintenance_buffer_in_days: Optional[pulumi.Input[int]] = None,
1999
+ switchover_trigger: Optional[pulumi.Input[int]] = None,
1831
2000
  vault_id: Optional[pulumi.Input[str]] = None,
1832
2001
  version_preference: Optional[pulumi.Input[str]] = None,
1833
2002
  vm_failover_reservation: Optional[pulumi.Input[int]] = None,
@@ -1855,6 +2024,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1855
2024
  raise TypeError("Missing required property 'display_name'")
1856
2025
  __props__.__dict__["display_name"] = display_name
1857
2026
  __props__.__dict__["distribution_affinity"] = distribution_affinity
2027
+ __props__.__dict__["failover_trigger"] = failover_trigger
1858
2028
  __props__.__dict__["fast_start_fail_over_lag_limit_in_seconds"] = fast_start_fail_over_lag_limit_in_seconds
1859
2029
  __props__.__dict__["freeform_tags"] = freeform_tags
1860
2030
  __props__.__dict__["is_automatic_failover_enabled"] = is_automatic_failover_enabled
@@ -1875,9 +2045,11 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1875
2045
  __props__.__dict__["peer_cloud_autonomous_vm_cluster_id"] = peer_cloud_autonomous_vm_cluster_id
1876
2046
  __props__.__dict__["peer_db_unique_name"] = peer_db_unique_name
1877
2047
  __props__.__dict__["protection_mode"] = protection_mode
2048
+ __props__.__dict__["reinstate_trigger"] = reinstate_trigger
1878
2049
  __props__.__dict__["rotate_key_trigger"] = rotate_key_trigger
1879
2050
  __props__.__dict__["service_level_agreement_type"] = service_level_agreement_type
1880
2051
  __props__.__dict__["standby_maintenance_buffer_in_days"] = standby_maintenance_buffer_in_days
2052
+ __props__.__dict__["switchover_trigger"] = switchover_trigger
1881
2053
  __props__.__dict__["vault_id"] = vault_id
1882
2054
  __props__.__dict__["version_preference"] = version_preference
1883
2055
  __props__.__dict__["vm_failover_reservation"] = vm_failover_reservation
@@ -1886,8 +2058,12 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1886
2058
  __props__.__dict__["available_cpus"] = None
1887
2059
  __props__.__dict__["backup_destination_properties_lists"] = None
1888
2060
  __props__.__dict__["compute_model"] = None
2061
+ __props__.__dict__["dataguard_group_members"] = None
2062
+ __props__.__dict__["dataguards"] = None
1889
2063
  __props__.__dict__["dst_file_version"] = None
1890
2064
  __props__.__dict__["infrastructure_type"] = None
2065
+ __props__.__dict__["is_data_guard_enabled"] = None
2066
+ __props__.__dict__["is_multiple_standby"] = None
1891
2067
  __props__.__dict__["key_history_entries"] = None
1892
2068
  __props__.__dict__["key_store_wallet_name"] = None
1893
2069
  __props__.__dict__["largest_provisionable_autonomous_database_in_cpus"] = None
@@ -1930,6 +2106,8 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1930
2106
  compartment_id: Optional[pulumi.Input[str]] = None,
1931
2107
  compute_model: Optional[pulumi.Input[str]] = None,
1932
2108
  database_software_image_id: Optional[pulumi.Input[str]] = None,
2109
+ dataguard_group_members: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardGroupMemberArgs', 'AutonomousContainerDatabaseDataguardGroupMemberArgsDict']]]]] = None,
2110
+ dataguards: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardArgs', 'AutonomousContainerDatabaseDataguardArgsDict']]]]] = None,
1933
2111
  db_name: Optional[pulumi.Input[str]] = None,
1934
2112
  db_split_threshold: Optional[pulumi.Input[int]] = None,
1935
2113
  db_unique_name: Optional[pulumi.Input[str]] = None,
@@ -1938,11 +2116,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1938
2116
  display_name: Optional[pulumi.Input[str]] = None,
1939
2117
  distribution_affinity: Optional[pulumi.Input[str]] = None,
1940
2118
  dst_file_version: Optional[pulumi.Input[str]] = None,
2119
+ failover_trigger: Optional[pulumi.Input[int]] = None,
1941
2120
  fast_start_fail_over_lag_limit_in_seconds: Optional[pulumi.Input[int]] = None,
1942
2121
  freeform_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
1943
2122
  infrastructure_type: Optional[pulumi.Input[str]] = None,
1944
2123
  is_automatic_failover_enabled: Optional[pulumi.Input[bool]] = None,
2124
+ is_data_guard_enabled: Optional[pulumi.Input[bool]] = None,
1945
2125
  is_dst_file_update_enabled: Optional[pulumi.Input[bool]] = None,
2126
+ is_multiple_standby: Optional[pulumi.Input[bool]] = None,
1946
2127
  key_history_entries: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseKeyHistoryEntryArgs', 'AutonomousContainerDatabaseKeyHistoryEntryArgsDict']]]]] = None,
1947
2128
  key_store_id: Optional[pulumi.Input[str]] = None,
1948
2129
  key_store_wallet_name: Optional[pulumi.Input[str]] = None,
@@ -1971,12 +2152,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1971
2152
  provisioned_cpus: Optional[pulumi.Input[float]] = None,
1972
2153
  reclaimable_cpus: Optional[pulumi.Input[float]] = None,
1973
2154
  recovery_appliance_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseRecoveryApplianceDetailArgs', 'AutonomousContainerDatabaseRecoveryApplianceDetailArgsDict']]]]] = None,
2155
+ reinstate_trigger: Optional[pulumi.Input[int]] = None,
1974
2156
  reserved_cpus: Optional[pulumi.Input[float]] = None,
1975
2157
  role: Optional[pulumi.Input[str]] = None,
1976
2158
  rotate_key_trigger: Optional[pulumi.Input[bool]] = None,
1977
2159
  service_level_agreement_type: Optional[pulumi.Input[str]] = None,
1978
2160
  standby_maintenance_buffer_in_days: Optional[pulumi.Input[int]] = None,
1979
2161
  state: Optional[pulumi.Input[str]] = None,
2162
+ switchover_trigger: Optional[pulumi.Input[int]] = None,
1980
2163
  time_created: Optional[pulumi.Input[str]] = None,
1981
2164
  time_of_last_backup: Optional[pulumi.Input[str]] = None,
1982
2165
  time_snapshot_standby_revert: Optional[pulumi.Input[str]] = None,
@@ -1994,7 +2177,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
1994
2177
  :param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseAssociatedBackupConfigurationDetailArgs', 'AutonomousContainerDatabaseAssociatedBackupConfigurationDetailArgsDict']]]] associated_backup_configuration_details: A backup config object holds information about preferred backup destinations only. This object holds information about the associated backup destinations, such as secondary backup destinations created for local backups or remote replicated backups.
1995
2178
  :param pulumi.Input[str] autonomous_exadata_infrastructure_id: **No longer used.** This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `cloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
1996
2179
  :param pulumi.Input[str] autonomous_vm_cluster_id: The OCID of the Autonomous VM Cluster.
1997
- :param pulumi.Input[str] availability_domain: The availability domain of the Autonomous Container Database
2180
+ :param pulumi.Input[str] availability_domain: The domain of the Autonomous Container Database
1998
2181
  :param pulumi.Input[float] available_cpus: Sum of CPUs available on the Autonomous VM Cluster + Sum of reclaimable CPUs available in the Autonomous Container Database.<br> For Autonomous Databases on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
1999
2182
  :param pulumi.Input[Union['AutonomousContainerDatabaseBackupConfigArgs', 'AutonomousContainerDatabaseBackupConfigArgsDict']] backup_config: (Updatable) Backup options for the Autonomous Container Database.
2000
2183
  :param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseBackupDestinationPropertiesListArgs', 'AutonomousContainerDatabaseBackupDestinationPropertiesListArgsDict']]]] backup_destination_properties_lists: This list describes the backup destination properties associated with the Autonomous Container Database (ACD) 's preferred backup destination. The object at a given index is associated with the destination present at the same index in the backup destination details list of the ACD Backup Configuration.
@@ -2002,6 +2185,8 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2002
2185
  :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the Autonomous Container Database.
2003
2186
  :param pulumi.Input[str] compute_model: The compute model of the Autonomous Container Database. For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (ECPUs or OCPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. ECPU compute model is the recommended model and OCPU compute model is legacy. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
2004
2187
  :param pulumi.Input[str] database_software_image_id: The Autonomous Database Software Image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
2188
+ :param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardGroupMemberArgs', 'AutonomousContainerDatabaseDataguardGroupMemberArgsDict']]]] dataguard_group_members: Array of Dg associations.
2189
+ :param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseDataguardArgs', 'AutonomousContainerDatabaseDataguardArgsDict']]]] dataguards: The properties that define Autonomous Container Databases Dataguard.
2005
2190
  :param pulumi.Input[str] db_name: The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
2006
2191
  :param pulumi.Input[int] db_split_threshold: The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
2007
2192
  :param pulumi.Input[str] db_version: The base version for the Autonomous Container Database.
@@ -2009,11 +2194,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2009
2194
  :param pulumi.Input[str] display_name: (Updatable) The display name for the Autonomous Container Database.
2010
2195
  :param pulumi.Input[str] distribution_affinity: Determines whether an Autonomous Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected.
2011
2196
  :param pulumi.Input[str] dst_file_version: DST Time-zone File version of the Autonomous Container Database.
2012
- :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: The lag time for my preference based on data loss tolerance in seconds.
2197
+ :param pulumi.Input[int] failover_trigger: (Updatable) An optional property when incremented triggers Failover. Could be set to any integer value.
2198
+ :param pulumi.Input[int] fast_start_fail_over_lag_limit_in_seconds: (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2013
2199
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
2014
2200
  :param pulumi.Input[str] infrastructure_type: The infrastructure type this resource belongs to.
2015
2201
  :param pulumi.Input[bool] is_automatic_failover_enabled: Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association. Input DataType: boolean. Example : is_automatic_failover_enabled = true.
2202
+ :param pulumi.Input[bool] is_data_guard_enabled: **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
2016
2203
  :param pulumi.Input[bool] is_dst_file_update_enabled: (Updatable) Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
2204
+ :param pulumi.Input[bool] is_multiple_standby: Whether it is multiple standby Autonomous Dataguard
2017
2205
  :param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseKeyHistoryEntryArgs', 'AutonomousContainerDatabaseKeyHistoryEntryArgsDict']]]] key_history_entries: Key History Entry.
2018
2206
  :param pulumi.Input[str] key_store_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the key store.
2019
2207
  :param pulumi.Input[str] key_store_wallet_name: The wallet name for Oracle Key Vault.
@@ -2035,7 +2223,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2035
2223
  :param pulumi.Input[str] peer_autonomous_exadata_infrastructure_id: *No longer used.* This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `peerCloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
2036
2224
  :param pulumi.Input[str] peer_autonomous_vm_cluster_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.
2037
2225
  :param pulumi.Input[str] peer_cloud_autonomous_vm_cluster_id: The OCID of the peer Autonomous Cloud VM Cluster for autonomous dataguard.
2038
- :param pulumi.Input[str] protection_mode: The protection mode of this Autonomous Data Guard association. 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.
2226
+ :param pulumi.Input[str] protection_mode: (Updatable) The protection mode of this Autonomous Data Guard association. 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.
2039
2227
  :param pulumi.Input[Sequence[pulumi.Input[float]]] provisionable_cpuses: An array of CPU values that can be used to successfully provision a single Autonomous Database.
2040
2228
  :param pulumi.Input[float] provisioned_cpus: The number of CPUs provisioned in an Autonomous Container Database.
2041
2229
  <<<<<<< ours
@@ -2044,24 +2232,26 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2044
2232
  * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
2045
2233
  >>>>>>> theirs
2046
2234
  :param pulumi.Input[Sequence[pulumi.Input[Union['AutonomousContainerDatabaseRecoveryApplianceDetailArgs', 'AutonomousContainerDatabaseRecoveryApplianceDetailArgsDict']]]] recovery_appliance_details: Information about the recovery appliance configuration associated with the Autonomous Container Database.
2235
+ :param pulumi.Input[int] reinstate_trigger: (Updatable) An optional property when incremented triggers Reinstate. Could be set to any integer value.
2047
2236
  :param pulumi.Input[float] reserved_cpus: The number of CPUs reserved in an Autonomous Container Database.
2048
2237
  * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
2049
2238
  * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model. See [Compute Models in Autonomous Database on Dedicated Exadata Infrastructure](https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbak) for more details.
2050
2239
  :param pulumi.Input[str] role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
2051
2240
  :param pulumi.Input[bool] rotate_key_trigger: (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where `cloud_autonomous_vm_cluster_id` is set.
2052
- :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
2053
- :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
2054
2241
 
2055
2242
  ** IMPORTANT **
2056
2243
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2244
+ :param pulumi.Input[str] service_level_agreement_type: The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
2245
+ :param pulumi.Input[int] standby_maintenance_buffer_in_days: (Updatable) The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
2057
2246
  :param pulumi.Input[str] state: The current state of the Autonomous Container Database.
2247
+ :param pulumi.Input[int] switchover_trigger: (Updatable) An optional property when incremented triggers Switchover. Could be set to any integer value.
2058
2248
  :param pulumi.Input[str] time_created: The date and time the Autonomous Container Database was created.
2059
2249
  :param pulumi.Input[str] time_of_last_backup: The timestamp of last successful backup. Here NULL value represents either there are no successful backups or backups are not configured for this Autonomous Container Database.
2060
2250
  :param pulumi.Input[str] time_snapshot_standby_revert: The date and time the Autonomous Container Database will be reverted to Standby from Snapshot Standby.
2061
2251
  :param pulumi.Input[int] total_cpus: The number of CPUs allocated to the Autonomous VM cluster.
2062
- :param pulumi.Input[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).
2252
+ :param pulumi.Input[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.
2063
2253
  :param pulumi.Input[str] version_preference: (Updatable) The next maintenance version preference.
2064
- :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
2254
+ :param pulumi.Input[int] vm_failover_reservation: The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
2065
2255
  """
2066
2256
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
2067
2257
 
@@ -2078,6 +2268,8 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2078
2268
  __props__.__dict__["compartment_id"] = compartment_id
2079
2269
  __props__.__dict__["compute_model"] = compute_model
2080
2270
  __props__.__dict__["database_software_image_id"] = database_software_image_id
2271
+ __props__.__dict__["dataguard_group_members"] = dataguard_group_members
2272
+ __props__.__dict__["dataguards"] = dataguards
2081
2273
  __props__.__dict__["db_name"] = db_name
2082
2274
  __props__.__dict__["db_split_threshold"] = db_split_threshold
2083
2275
  __props__.__dict__["db_unique_name"] = db_unique_name
@@ -2086,11 +2278,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2086
2278
  __props__.__dict__["display_name"] = display_name
2087
2279
  __props__.__dict__["distribution_affinity"] = distribution_affinity
2088
2280
  __props__.__dict__["dst_file_version"] = dst_file_version
2281
+ __props__.__dict__["failover_trigger"] = failover_trigger
2089
2282
  __props__.__dict__["fast_start_fail_over_lag_limit_in_seconds"] = fast_start_fail_over_lag_limit_in_seconds
2090
2283
  __props__.__dict__["freeform_tags"] = freeform_tags
2091
2284
  __props__.__dict__["infrastructure_type"] = infrastructure_type
2092
2285
  __props__.__dict__["is_automatic_failover_enabled"] = is_automatic_failover_enabled
2286
+ __props__.__dict__["is_data_guard_enabled"] = is_data_guard_enabled
2093
2287
  __props__.__dict__["is_dst_file_update_enabled"] = is_dst_file_update_enabled
2288
+ __props__.__dict__["is_multiple_standby"] = is_multiple_standby
2094
2289
  __props__.__dict__["key_history_entries"] = key_history_entries
2095
2290
  __props__.__dict__["key_store_id"] = key_store_id
2096
2291
  __props__.__dict__["key_store_wallet_name"] = key_store_wallet_name
@@ -2119,12 +2314,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2119
2314
  __props__.__dict__["provisioned_cpus"] = provisioned_cpus
2120
2315
  __props__.__dict__["reclaimable_cpus"] = reclaimable_cpus
2121
2316
  __props__.__dict__["recovery_appliance_details"] = recovery_appliance_details
2317
+ __props__.__dict__["reinstate_trigger"] = reinstate_trigger
2122
2318
  __props__.__dict__["reserved_cpus"] = reserved_cpus
2123
2319
  __props__.__dict__["role"] = role
2124
2320
  __props__.__dict__["rotate_key_trigger"] = rotate_key_trigger
2125
2321
  __props__.__dict__["service_level_agreement_type"] = service_level_agreement_type
2126
2322
  __props__.__dict__["standby_maintenance_buffer_in_days"] = standby_maintenance_buffer_in_days
2127
2323
  __props__.__dict__["state"] = state
2324
+ __props__.__dict__["switchover_trigger"] = switchover_trigger
2128
2325
  __props__.__dict__["time_created"] = time_created
2129
2326
  __props__.__dict__["time_of_last_backup"] = time_of_last_backup
2130
2327
  __props__.__dict__["time_snapshot_standby_revert"] = time_snapshot_standby_revert
@@ -2162,7 +2359,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2162
2359
  @pulumi.getter(name="availabilityDomain")
2163
2360
  def availability_domain(self) -> pulumi.Output[str]:
2164
2361
  """
2165
- The availability domain of the Autonomous Container Database
2362
+ The domain of the Autonomous Container Database
2166
2363
  """
2167
2364
  return pulumi.get(self, "availability_domain")
2168
2365
 
@@ -2222,6 +2419,22 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2222
2419
  """
2223
2420
  return pulumi.get(self, "database_software_image_id")
2224
2421
 
2422
+ @property
2423
+ @pulumi.getter(name="dataguardGroupMembers")
2424
+ def dataguard_group_members(self) -> pulumi.Output[Sequence['outputs.AutonomousContainerDatabaseDataguardGroupMember']]:
2425
+ """
2426
+ Array of Dg associations.
2427
+ """
2428
+ return pulumi.get(self, "dataguard_group_members")
2429
+
2430
+ @property
2431
+ @pulumi.getter
2432
+ def dataguards(self) -> pulumi.Output[Sequence['outputs.AutonomousContainerDatabaseDataguard']]:
2433
+ """
2434
+ The properties that define Autonomous Container Databases Dataguard.
2435
+ """
2436
+ return pulumi.get(self, "dataguards")
2437
+
2225
2438
  @property
2226
2439
  @pulumi.getter(name="dbName")
2227
2440
  def db_name(self) -> pulumi.Output[str]:
@@ -2283,11 +2496,19 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2283
2496
  """
2284
2497
  return pulumi.get(self, "dst_file_version")
2285
2498
 
2499
+ @property
2500
+ @pulumi.getter(name="failoverTrigger")
2501
+ def failover_trigger(self) -> pulumi.Output[Optional[int]]:
2502
+ """
2503
+ (Updatable) An optional property when incremented triggers Failover. Could be set to any integer value.
2504
+ """
2505
+ return pulumi.get(self, "failover_trigger")
2506
+
2286
2507
  @property
2287
2508
  @pulumi.getter(name="fastStartFailOverLagLimitInSeconds")
2288
2509
  def fast_start_fail_over_lag_limit_in_seconds(self) -> pulumi.Output[int]:
2289
2510
  """
2290
- The lag time for my preference based on data loss tolerance in seconds.
2511
+ (Updatable) The lag time for my preference based on data loss tolerance in seconds.
2291
2512
  """
2292
2513
  return pulumi.get(self, "fast_start_fail_over_lag_limit_in_seconds")
2293
2514
 
@@ -2315,6 +2536,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2315
2536
  """
2316
2537
  return pulumi.get(self, "is_automatic_failover_enabled")
2317
2538
 
2539
+ @property
2540
+ @pulumi.getter(name="isDataGuardEnabled")
2541
+ def is_data_guard_enabled(self) -> pulumi.Output[bool]:
2542
+ """
2543
+ **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
2544
+ """
2545
+ return pulumi.get(self, "is_data_guard_enabled")
2546
+
2318
2547
  @property
2319
2548
  @pulumi.getter(name="isDstFileUpdateEnabled")
2320
2549
  def is_dst_file_update_enabled(self) -> pulumi.Output[bool]:
@@ -2323,6 +2552,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2323
2552
  """
2324
2553
  return pulumi.get(self, "is_dst_file_update_enabled")
2325
2554
 
2555
+ @property
2556
+ @pulumi.getter(name="isMultipleStandby")
2557
+ def is_multiple_standby(self) -> pulumi.Output[bool]:
2558
+ """
2559
+ Whether it is multiple standby Autonomous Dataguard
2560
+ """
2561
+ return pulumi.get(self, "is_multiple_standby")
2562
+
2326
2563
  @property
2327
2564
  @pulumi.getter(name="keyHistoryEntries")
2328
2565
  def key_history_entries(self) -> pulumi.Output[Sequence['outputs.AutonomousContainerDatabaseKeyHistoryEntry']]:
@@ -2505,7 +2742,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2505
2742
  @pulumi.getter(name="protectionMode")
2506
2743
  def protection_mode(self) -> pulumi.Output[str]:
2507
2744
  """
2508
- The protection mode of this Autonomous Data Guard association. 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.
2745
+ (Updatable) The protection mode of this Autonomous Data Guard association. 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.
2509
2746
  """
2510
2747
  return pulumi.get(self, "protection_mode")
2511
2748
 
@@ -2545,6 +2782,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2545
2782
  """
2546
2783
  return pulumi.get(self, "recovery_appliance_details")
2547
2784
 
2785
+ @property
2786
+ @pulumi.getter(name="reinstateTrigger")
2787
+ def reinstate_trigger(self) -> pulumi.Output[Optional[int]]:
2788
+ """
2789
+ (Updatable) An optional property when incremented triggers Reinstate. Could be set to any integer value.
2790
+ """
2791
+ return pulumi.get(self, "reinstate_trigger")
2792
+
2548
2793
  @property
2549
2794
  @pulumi.getter(name="reservedCpus")
2550
2795
  def reserved_cpus(self) -> pulumi.Output[float]:
@@ -2568,6 +2813,9 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2568
2813
  def rotate_key_trigger(self) -> pulumi.Output[Optional[bool]]:
2569
2814
  """
2570
2815
  (Updatable) An optional property when flipped triggers rotation of KMS key. It is only applicable on dedicated container databases i.e. where `cloud_autonomous_vm_cluster_id` is set.
2816
+
2817
+ ** IMPORTANT **
2818
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2571
2819
  """
2572
2820
  return pulumi.get(self, "rotate_key_trigger")
2573
2821
 
@@ -2583,10 +2831,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2583
2831
  @pulumi.getter(name="standbyMaintenanceBufferInDays")
2584
2832
  def standby_maintenance_buffer_in_days(self) -> pulumi.Output[int]:
2585
2833
  """
2586
- (Updatable) The scheduling detail for the quarterly maintenance window of standby Autonomous Container Database. This value represents the number of days before the primary database maintenance schedule.
2587
-
2588
- ** IMPORTANT **
2589
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2834
+ (Updatable) The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before scheduled maintenance of the primary database.
2590
2835
  """
2591
2836
  return pulumi.get(self, "standby_maintenance_buffer_in_days")
2592
2837
 
@@ -2598,6 +2843,14 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2598
2843
  """
2599
2844
  return pulumi.get(self, "state")
2600
2845
 
2846
+ @property
2847
+ @pulumi.getter(name="switchoverTrigger")
2848
+ def switchover_trigger(self) -> pulumi.Output[Optional[int]]:
2849
+ """
2850
+ (Updatable) An optional property when incremented triggers Switchover. Could be set to any integer value.
2851
+ """
2852
+ return pulumi.get(self, "switchover_trigger")
2853
+
2601
2854
  @property
2602
2855
  @pulumi.getter(name="timeCreated")
2603
2856
  def time_created(self) -> pulumi.Output[str]:
@@ -2634,7 +2887,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2634
2887
  @pulumi.getter(name="vaultId")
2635
2888
  def vault_id(self) -> pulumi.Output[str]:
2636
2889
  """
2637
- 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).
2890
+ 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.
2638
2891
  """
2639
2892
  return pulumi.get(self, "vault_id")
2640
2893
 
@@ -2650,7 +2903,7 @@ class AutonomousContainerDatabase(pulumi.CustomResource):
2650
2903
  @pulumi.getter(name="vmFailoverReservation")
2651
2904
  def vm_failover_reservation(self) -> pulumi.Output[int]:
2652
2905
  """
2653
- The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
2906
+ The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
2654
2907
  """
2655
2908
  return pulumi.get(self, "vm_failover_reservation")
2656
2909