pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 (307) hide show
  1. pulumi_oci/__init__.py +0 -40
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +8 -10
  5. pulumi_oci/aianomalydetection/outputs.py +8 -22
  6. pulumi_oci/aidocument/_inputs.py +18 -22
  7. pulumi_oci/aidocument/outputs.py +18 -36
  8. pulumi_oci/ailanguage/_inputs.py +20 -4
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +20 -4
  11. pulumi_oci/aivision/_inputs.py +16 -0
  12. pulumi_oci/aivision/outputs.py +16 -0
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +414 -206
  16. pulumi_oci/apigateway/outputs.py +414 -206
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +26 -18
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +26 -18
  23. pulumi_oci/autoscaling/_inputs.py +16 -14
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
  25. pulumi_oci/autoscaling/outputs.py +16 -14
  26. pulumi_oci/bigdataservice/_inputs.py +44 -32
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +44 -32
  29. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  30. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  31. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  32. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  33. pulumi_oci/cloudbridge/_inputs.py +18 -18
  34. pulumi_oci/cloudbridge/outputs.py +18 -18
  35. pulumi_oci/cloudguard/__init__.py +0 -9
  36. pulumi_oci/cloudguard/_inputs.py +488 -1066
  37. pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
  38. pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
  39. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  40. pulumi_oci/cloudguard/detector_recipe.py +53 -95
  41. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
  42. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  43. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  44. pulumi_oci/cloudguard/get_data_source.py +10 -10
  45. pulumi_oci/cloudguard/get_data_source_events.py +7 -11
  46. pulumi_oci/cloudguard/get_data_sources.py +20 -24
  47. pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
  48. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  49. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  50. pulumi_oci/cloudguard/get_guard_targets.py +17 -19
  51. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  52. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  53. pulumi_oci/cloudguard/get_problem_entities.py +3 -5
  54. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  55. pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
  56. pulumi_oci/cloudguard/get_security_policies.py +12 -14
  57. pulumi_oci/cloudguard/get_security_policy.py +8 -12
  58. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  59. pulumi_oci/cloudguard/get_security_recipes.py +12 -14
  60. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  61. pulumi_oci/cloudguard/get_security_zones.py +15 -17
  62. pulumi_oci/cloudguard/managed_list.py +57 -57
  63. pulumi_oci/cloudguard/outputs.py +1808 -3493
  64. pulumi_oci/cloudguard/responder_recipe.py +39 -41
  65. pulumi_oci/cloudguard/security_recipe.py +27 -43
  66. pulumi_oci/cloudguard/security_zone.py +20 -22
  67. pulumi_oci/cloudguard/target.py +54 -54
  68. pulumi_oci/cloudmigrations/_inputs.py +496 -222
  69. pulumi_oci/cloudmigrations/outputs.py +498 -224
  70. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  71. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  72. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  73. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  74. pulumi_oci/containerengine/_inputs.py +22 -22
  75. pulumi_oci/containerengine/container_instance.py +21 -21
  76. pulumi_oci/containerengine/outputs.py +22 -22
  77. pulumi_oci/containerengine/virtual_node_pool.py +35 -7
  78. pulumi_oci/core/_inputs.py +668 -402
  79. pulumi_oci/core/boot_volume.py +7 -7
  80. pulumi_oci/core/cluster_network.py +22 -22
  81. pulumi_oci/core/cross_connect_group.py +20 -4
  82. pulumi_oci/core/drg_route_table_route_rule.py +0 -7
  83. pulumi_oci/core/get_image.py +0 -4
  84. pulumi_oci/core/get_instance.py +0 -4
  85. pulumi_oci/core/get_public_ip.py +0 -4
  86. pulumi_oci/core/get_public_ips.py +0 -8
  87. pulumi_oci/core/get_vtap.py +0 -2
  88. pulumi_oci/core/get_vtaps.py +0 -2
  89. pulumi_oci/core/image.py +0 -56
  90. pulumi_oci/core/instance.py +48 -48
  91. pulumi_oci/core/instance_configuration.py +28 -70
  92. pulumi_oci/core/instance_pool.py +7 -7
  93. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  94. pulumi_oci/core/network_security_group_security_rule.py +105 -28
  95. pulumi_oci/core/outputs.py +668 -748
  96. pulumi_oci/core/public_ip.py +0 -8
  97. pulumi_oci/core/vnic_attachment.py +24 -8
  98. pulumi_oci/core/volume.py +7 -7
  99. pulumi_oci/core/volume_group.py +7 -7
  100. pulumi_oci/core/vtap.py +0 -14
  101. pulumi_oci/database/_inputs.py +220 -188
  102. pulumi_oci/database/autonomous_database.py +7 -21
  103. pulumi_oci/database/autonomous_database_wallet.py +0 -28
  104. pulumi_oci/database/backup_destination.py +11 -11
  105. pulumi_oci/database/cloud_database_management.py +0 -14
  106. pulumi_oci/database/database.py +44 -28
  107. pulumi_oci/database/database_upgrade.py +4 -4
  108. pulumi_oci/database/db_home.py +13 -0
  109. pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
  110. pulumi_oci/database/outputs.py +220 -188
  111. pulumi_oci/database/vm_cluster_network.py +4 -4
  112. pulumi_oci/databasemanagement/_inputs.py +8 -8
  113. pulumi_oci/databasemanagement/outputs.py +8 -8
  114. pulumi_oci/databasemigration/_inputs.py +34 -34
  115. pulumi_oci/databasemigration/connection.py +7 -7
  116. pulumi_oci/databasemigration/migration.py +7 -7
  117. pulumi_oci/databasemigration/outputs.py +34 -34
  118. pulumi_oci/databasetools/_inputs.py +36 -12
  119. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  120. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  121. pulumi_oci/databasetools/outputs.py +36 -12
  122. pulumi_oci/dataintegration/_inputs.py +330 -318
  123. pulumi_oci/dataintegration/outputs.py +330 -318
  124. pulumi_oci/dataintegration/workspace_application.py +7 -7
  125. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  126. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  127. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  128. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  129. pulumi_oci/dataintegration/workspace_project.py +7 -7
  130. pulumi_oci/dataintegration/workspace_task.py +47 -47
  131. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  132. pulumi_oci/datalabellingservice/outputs.py +10 -10
  133. pulumi_oci/datasafe/__init__.py +0 -2
  134. pulumi_oci/datasafe/_inputs.py +80 -72
  135. pulumi_oci/datasafe/library_masing_format.py +7 -7
  136. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  137. pulumi_oci/datasafe/masking_policy.py +7 -7
  138. pulumi_oci/datasafe/outputs.py +80 -72
  139. pulumi_oci/datasafe/report_definition.py +24 -8
  140. pulumi_oci/datasafe/target_database.py +21 -21
  141. pulumi_oci/datascience/_inputs.py +65 -337
  142. pulumi_oci/datascience/get_job_run.py +1 -11
  143. pulumi_oci/datascience/get_model_deployment.py +1 -11
  144. pulumi_oci/datascience/get_pipeline.py +0 -3
  145. pulumi_oci/datascience/get_pipeline_run.py +1 -14
  146. pulumi_oci/datascience/job_run.py +3 -52
  147. pulumi_oci/datascience/model_deployment.py +2 -51
  148. pulumi_oci/datascience/outputs.py +94 -757
  149. pulumi_oci/datascience/pipeline.py +14 -34
  150. pulumi_oci/datascience/pipeline_run.py +0 -65
  151. pulumi_oci/devops/_inputs.py +462 -80
  152. pulumi_oci/devops/deploy_stage.py +4 -4
  153. pulumi_oci/devops/deployment.py +7 -7
  154. pulumi_oci/devops/outputs.py +1143 -210
  155. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  156. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  157. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  158. pulumi_oci/disasterrecovery/outputs.py +6 -6
  159. pulumi_oci/dns/_inputs.py +8 -20
  160. pulumi_oci/dns/outputs.py +8 -42
  161. pulumi_oci/dns/rrset.py +7 -7
  162. pulumi_oci/dns/steering_policy.py +0 -42
  163. pulumi_oci/events/_inputs.py +12 -4
  164. pulumi_oci/events/outputs.py +12 -4
  165. pulumi_oci/events/rule.py +7 -7
  166. pulumi_oci/functions/_inputs.py +2 -2
  167. pulumi_oci/functions/outputs.py +2 -2
  168. pulumi_oci/goldengate/_inputs.py +4 -2
  169. pulumi_oci/goldengate/outputs.py +4 -2
  170. pulumi_oci/identity/_inputs.py +5954 -4860
  171. pulumi_oci/identity/domains_api_key.py +70 -70
  172. pulumi_oci/identity/domains_app.py +140 -119
  173. pulumi_oci/identity/domains_auth_token.py +21 -21
  174. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  175. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  176. pulumi_oci/identity/domains_my_api_key.py +70 -70
  177. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  178. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  179. pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
  180. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  181. pulumi_oci/identity/domains_my_support_account.py +21 -21
  182. pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
  183. pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
  184. pulumi_oci/identity/domains_policy.py +49 -35
  185. pulumi_oci/identity/domains_rule.py +21 -28
  186. pulumi_oci/identity/domains_setting.py +21 -35
  187. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  188. pulumi_oci/identity/domains_user.py +175 -189
  189. pulumi_oci/identity/domains_user_db_credential.py +41 -37
  190. pulumi_oci/identity/outputs.py +6007 -4913
  191. pulumi_oci/integration/_inputs.py +0 -4
  192. pulumi_oci/integration/outputs.py +4 -16
  193. pulumi_oci/jms/_inputs.py +8 -0
  194. pulumi_oci/jms/outputs.py +8 -0
  195. pulumi_oci/kms/_inputs.py +6 -6
  196. pulumi_oci/kms/outputs.py +6 -6
  197. pulumi_oci/loadbalancer/_inputs.py +30 -14
  198. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
  199. pulumi_oci/loadbalancer/outputs.py +30 -14
  200. pulumi_oci/loganalytics/_inputs.py +34 -26
  201. pulumi_oci/loganalytics/outputs.py +34 -26
  202. pulumi_oci/logging/_inputs.py +60 -60
  203. pulumi_oci/logging/outputs.py +60 -60
  204. pulumi_oci/managementagent/_inputs.py +46 -2
  205. pulumi_oci/managementagent/outputs.py +46 -2
  206. pulumi_oci/marketplace/_inputs.py +6 -6
  207. pulumi_oci/marketplace/outputs.py +6 -6
  208. pulumi_oci/marketplace/publication.py +11 -11
  209. pulumi_oci/mediaservices/_inputs.py +32 -8
  210. pulumi_oci/mediaservices/media_asset.py +18 -18
  211. pulumi_oci/mediaservices/media_workflow.py +38 -22
  212. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  213. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  214. pulumi_oci/mediaservices/outputs.py +32 -8
  215. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  216. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  217. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  218. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  219. pulumi_oci/meteringcomputation/outputs.py +2 -2
  220. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  221. pulumi_oci/monitoring/_inputs.py +4 -4
  222. pulumi_oci/monitoring/alarm.py +0 -21
  223. pulumi_oci/monitoring/get_alarm.py +0 -3
  224. pulumi_oci/monitoring/outputs.py +4 -10
  225. pulumi_oci/mysql/_inputs.py +22 -30
  226. pulumi_oci/mysql/outputs.py +22 -30
  227. pulumi_oci/mysql/replica.py +28 -12
  228. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
  229. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
  230. pulumi_oci/networkfirewall/outputs.py +0 -4
  231. pulumi_oci/networkloadbalancer/_inputs.py +26 -10
  232. pulumi_oci/networkloadbalancer/outputs.py +26 -10
  233. pulumi_oci/nosql/_inputs.py +12 -4
  234. pulumi_oci/nosql/outputs.py +12 -4
  235. pulumi_oci/objectstorage/_inputs.py +4 -4
  236. pulumi_oci/objectstorage/outputs.py +4 -4
  237. pulumi_oci/ocvp/_inputs.py +42 -86
  238. pulumi_oci/ocvp/get_retrieve_password.py +0 -1
  239. pulumi_oci/ocvp/outputs.py +42 -86
  240. pulumi_oci/ocvp/sddc.py +77 -49
  241. pulumi_oci/ons/subscription.py +0 -63
  242. pulumi_oci/opa/_inputs.py +2 -6
  243. pulumi_oci/opa/outputs.py +6 -18
  244. pulumi_oci/opsi/_inputs.py +6 -6
  245. pulumi_oci/opsi/exadata_insight.py +28 -28
  246. pulumi_oci/opsi/outputs.py +6 -6
  247. pulumi_oci/optimizer/_inputs.py +4 -4
  248. pulumi_oci/optimizer/outputs.py +4 -4
  249. pulumi_oci/osmanagement/_inputs.py +10 -2
  250. pulumi_oci/osmanagement/outputs.py +10 -2
  251. pulumi_oci/osmanagementhub/_inputs.py +8 -24
  252. pulumi_oci/osmanagementhub/event.py +0 -32
  253. pulumi_oci/osmanagementhub/get_event.py +0 -8
  254. pulumi_oci/osmanagementhub/get_events.py +0 -8
  255. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  256. pulumi_oci/osmanagementhub/outputs.py +8 -40
  257. pulumi_oci/osmanagementhub/software_source.py +7 -7
  258. pulumi_oci/ospgateway/_inputs.py +96 -96
  259. pulumi_oci/ospgateway/outputs.py +96 -96
  260. pulumi_oci/ospgateway/subscription.py +80 -80
  261. pulumi_oci/psql/_inputs.py +18 -10
  262. pulumi_oci/psql/db_system.py +14 -14
  263. pulumi_oci/psql/outputs.py +18 -10
  264. pulumi_oci/pulumi-plugin.json +1 -1
  265. pulumi_oci/queue/get_queue.py +9 -9
  266. pulumi_oci/queue/outputs.py +5 -5
  267. pulumi_oci/queue/queue.py +26 -77
  268. pulumi_oci/sch/_inputs.py +26 -26
  269. pulumi_oci/sch/connector.py +7 -7
  270. pulumi_oci/sch/outputs.py +26 -26
  271. pulumi_oci/servicecatalog/private_application.py +4 -4
  272. pulumi_oci/servicemesh/_inputs.py +24 -8
  273. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  274. pulumi_oci/servicemesh/outputs.py +24 -8
  275. pulumi_oci/stackmonitoring/_inputs.py +56 -40
  276. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  277. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  278. pulumi_oci/stackmonitoring/outputs.py +56 -40
  279. pulumi_oci/visualbuilder/_inputs.py +2 -6
  280. pulumi_oci/visualbuilder/outputs.py +6 -18
  281. pulumi_oci/vnmonitoring/_inputs.py +42 -10
  282. pulumi_oci/vnmonitoring/outputs.py +42 -10
  283. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  284. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  285. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  286. pulumi_oci/waas/_inputs.py +205 -133
  287. pulumi_oci/waas/outputs.py +205 -133
  288. pulumi_oci/waas/policy.py +7 -7
  289. pulumi_oci/waas/protection_rule.py +7 -7
  290. pulumi_oci/waf/_inputs.py +30 -36
  291. pulumi_oci/waf/network_address_list.py +7 -7
  292. pulumi_oci/waf/outputs.py +30 -36
  293. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
  294. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
  295. pulumi_oci/cloudguard/adhoc_query.py +0 -596
  296. pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
  297. pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
  298. pulumi_oci/cloudguard/get_saved_queries.py +0 -190
  299. pulumi_oci/cloudguard/get_saved_query.py +0 -235
  300. pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
  301. pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
  302. pulumi_oci/cloudguard/saved_query.py +0 -595
  303. pulumi_oci/cloudguard/wlp_agent.py +0 -654
  304. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  305. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  306. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
@@ -238,8 +238,8 @@ class AutonomousContainerDatabaseBackupConfigArgs:
238
238
  backup_destination_details: Optional[pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs']] = None,
239
239
  recovery_window_in_days: Optional[pulumi.Input[int]] = None):
240
240
  """
241
- :param pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs'] backup_destination_details: (Updatable) Backup destination details.
242
- :param pulumi.Input[int] recovery_window_in_days: (Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
241
+ :param pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs'] backup_destination_details: Backup destination details.
242
+ :param pulumi.Input[int] recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
243
243
  """
244
244
  if backup_destination_details is not None:
245
245
  pulumi.set(__self__, "backup_destination_details", backup_destination_details)
@@ -250,7 +250,7 @@ class AutonomousContainerDatabaseBackupConfigArgs:
250
250
  @pulumi.getter(name="backupDestinationDetails")
251
251
  def backup_destination_details(self) -> Optional[pulumi.Input['AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs']]:
252
252
  """
253
- (Updatable) Backup destination details.
253
+ Backup destination details.
254
254
  """
255
255
  return pulumi.get(self, "backup_destination_details")
256
256
 
@@ -262,7 +262,7 @@ class AutonomousContainerDatabaseBackupConfigArgs:
262
262
  @pulumi.getter(name="recoveryWindowInDays")
263
263
  def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
264
264
  """
265
- (Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
265
+ Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups. If the number of specified days is 0 then there will be no backups.
266
266
  """
267
267
  return pulumi.get(self, "recovery_window_in_days")
268
268
 
@@ -280,11 +280,11 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
280
280
  vpc_password: Optional[pulumi.Input[str]] = None,
281
281
  vpc_user: Optional[pulumi.Input[str]] = None):
282
282
  """
283
- :param pulumi.Input[str] type: (Updatable) Type of the database backup destination.
284
- :param pulumi.Input[str] id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
285
- :param pulumi.Input[str] internet_proxy: (Updatable) Proxy URL to connect to object store.
286
- :param pulumi.Input[str] vpc_password: (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
287
- :param pulumi.Input[str] vpc_user: (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
283
+ :param pulumi.Input[str] type: Type of the database backup destination.
284
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
285
+ :param pulumi.Input[str] internet_proxy: Proxy URL to connect to object store.
286
+ :param pulumi.Input[str] vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
287
+ :param pulumi.Input[str] vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
288
288
  """
289
289
  pulumi.set(__self__, "type", type)
290
290
  if id is not None:
@@ -300,7 +300,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
300
300
  @pulumi.getter
301
301
  def type(self) -> pulumi.Input[str]:
302
302
  """
303
- (Updatable) Type of the database backup destination.
303
+ Type of the database backup destination.
304
304
  """
305
305
  return pulumi.get(self, "type")
306
306
 
@@ -312,7 +312,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
312
312
  @pulumi.getter
313
313
  def id(self) -> Optional[pulumi.Input[str]]:
314
314
  """
315
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
315
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
316
316
  """
317
317
  return pulumi.get(self, "id")
318
318
 
@@ -324,7 +324,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
324
324
  @pulumi.getter(name="internetProxy")
325
325
  def internet_proxy(self) -> Optional[pulumi.Input[str]]:
326
326
  """
327
- (Updatable) Proxy URL to connect to object store.
327
+ Proxy URL to connect to object store.
328
328
  """
329
329
  return pulumi.get(self, "internet_proxy")
330
330
 
@@ -336,7 +336,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
336
336
  @pulumi.getter(name="vpcPassword")
337
337
  def vpc_password(self) -> Optional[pulumi.Input[str]]:
338
338
  """
339
- (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
339
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
340
340
  """
341
341
  return pulumi.get(self, "vpc_password")
342
342
 
@@ -348,7 +348,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs:
348
348
  @pulumi.getter(name="vpcUser")
349
349
  def vpc_user(self) -> Optional[pulumi.Input[str]]:
350
350
  """
351
- (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
351
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
352
352
  """
353
353
  return pulumi.get(self, "vpc_user")
354
354
 
@@ -506,7 +506,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
506
506
  time_activated: Optional[pulumi.Input[str]] = None,
507
507
  vault_id: Optional[pulumi.Input[str]] = None):
508
508
  """
509
- :param pulumi.Input[str] id: The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
509
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
510
510
  :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
511
511
  :param pulumi.Input[str] time_activated: The date and time the kms key activated.
512
512
  :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).
@@ -524,7 +524,7 @@ class AutonomousContainerDatabaseKeyHistoryEntryArgs:
524
524
  @pulumi.getter
525
525
  def id(self) -> Optional[pulumi.Input[str]]:
526
526
  """
527
- The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
527
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
528
528
  """
529
529
  return pulumi.get(self, "id")
530
530
 
@@ -584,17 +584,20 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
584
584
  skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
585
585
  weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
586
586
  """
587
- :param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
588
- :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
589
- :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
587
+ :param pulumi.Input[int] custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
588
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
589
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
590
590
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
591
- :param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
592
- :param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
593
- :param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
594
- :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
595
- :param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
596
- :param pulumi.Input[str] preference: The maintenance window scheduling preference.
597
- :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
591
+ :param pulumi.Input[bool] is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
592
+ :param pulumi.Input[bool] is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
593
+ :param pulumi.Input[int] lead_time_in_weeks: (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
594
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]] months: (Updatable) Months during the year when maintenance should be performed.
595
+ :param pulumi.Input[str] patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
596
+
597
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
598
+ :param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
599
+ :param pulumi.Input[Sequence[pulumi.Input[bool]]] skip_rus: (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
600
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
598
601
  """
599
602
  if custom_action_timeout_in_mins is not None:
600
603
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -623,7 +626,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
623
626
  @pulumi.getter(name="customActionTimeoutInMins")
624
627
  def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
625
628
  """
626
- Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
629
+ (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
627
630
  """
628
631
  return pulumi.get(self, "custom_action_timeout_in_mins")
629
632
 
@@ -635,7 +638,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
635
638
  @pulumi.getter(name="daysOfWeeks")
636
639
  def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs']]]]:
637
640
  """
638
- Days during the week when maintenance should be performed.
641
+ (Updatable) Days during the week when maintenance should be performed.
639
642
  """
640
643
  return pulumi.get(self, "days_of_weeks")
641
644
 
@@ -647,7 +650,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
647
650
  @pulumi.getter(name="hoursOfDays")
648
651
  def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
649
652
  """
650
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
653
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
651
654
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
652
655
  """
653
656
  return pulumi.get(self, "hours_of_days")
@@ -660,7 +663,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
660
663
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
661
664
  def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
662
665
  """
663
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
666
+ (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
664
667
  """
665
668
  return pulumi.get(self, "is_custom_action_timeout_enabled")
666
669
 
@@ -672,7 +675,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
672
675
  @pulumi.getter(name="isMonthlyPatchingEnabled")
673
676
  def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
674
677
  """
675
- If true, enables the monthly patching option.
678
+ (Updatable) If true, enables the monthly patching option.
676
679
  """
677
680
  return pulumi.get(self, "is_monthly_patching_enabled")
678
681
 
@@ -684,7 +687,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
684
687
  @pulumi.getter(name="leadTimeInWeeks")
685
688
  def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
686
689
  """
687
- Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
690
+ (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
688
691
  """
689
692
  return pulumi.get(self, "lead_time_in_weeks")
690
693
 
@@ -696,7 +699,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
696
699
  @pulumi.getter
697
700
  def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousContainerDatabaseMaintenanceWindowMonthArgs']]]]:
698
701
  """
699
- Months during the year when maintenance should be performed.
702
+ (Updatable) Months during the year when maintenance should be performed.
700
703
  """
701
704
  return pulumi.get(self, "months")
702
705
 
@@ -708,7 +711,9 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
708
711
  @pulumi.getter(name="patchingMode")
709
712
  def patching_mode(self) -> Optional[pulumi.Input[str]]:
710
713
  """
711
- Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
714
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
715
+
716
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
712
717
  """
713
718
  return pulumi.get(self, "patching_mode")
714
719
 
@@ -720,7 +725,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
720
725
  @pulumi.getter
721
726
  def preference(self) -> Optional[pulumi.Input[str]]:
722
727
  """
723
- The maintenance window scheduling preference.
728
+ (Updatable) The maintenance window scheduling preference.
724
729
  """
725
730
  return pulumi.get(self, "preference")
726
731
 
@@ -731,6 +736,9 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
731
736
  @property
732
737
  @pulumi.getter(name="skipRus")
733
738
  def skip_rus(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]]:
739
+ """
740
+ (Updatable) If true, skips the release update (RU) for the quarter. You cannot skip two consecutive quarters. An RU skip request will only be honoured if the current version of the Autonomous Container Database is supported for current quarter.
741
+ """
734
742
  return pulumi.get(self, "skip_rus")
735
743
 
736
744
  @skip_rus.setter
@@ -741,7 +749,7 @@ class AutonomousContainerDatabaseMaintenanceWindowArgs:
741
749
  @pulumi.getter(name="weeksOfMonths")
742
750
  def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
743
751
  """
744
- Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
752
+ (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
745
753
  """
746
754
  return pulumi.get(self, "weeks_of_months")
747
755
 
@@ -755,7 +763,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs:
755
763
  def __init__(__self__, *,
756
764
  name: Optional[pulumi.Input[str]] = None):
757
765
  """
758
- :param pulumi.Input[str] name: Name of the month of the year.
766
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
759
767
  """
760
768
  if name is not None:
761
769
  pulumi.set(__self__, "name", name)
@@ -764,7 +772,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs:
764
772
  @pulumi.getter
765
773
  def name(self) -> Optional[pulumi.Input[str]]:
766
774
  """
767
- Name of the month of the year.
775
+ (Updatable) Name of the month of the year.
768
776
  """
769
777
  return pulumi.get(self, "name")
770
778
 
@@ -967,7 +975,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs:
967
975
  def __init__(__self__, *,
968
976
  name: pulumi.Input[str]):
969
977
  """
970
- :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
978
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
971
979
  """
972
980
  pulumi.set(__self__, "name", name)
973
981
 
@@ -975,7 +983,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeekArgs:
975
983
  @pulumi.getter
976
984
  def name(self) -> pulumi.Input[str]:
977
985
  """
978
- (Updatable) Name of the day of the week.
986
+ (Updatable) Name of the month of the year.
979
987
  """
980
988
  return pulumi.get(self, "name")
981
989
 
@@ -1011,7 +1019,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonthArgs:
1011
1019
  def __init__(__self__, *,
1012
1020
  name: Optional[pulumi.Input[str]] = None):
1013
1021
  """
1014
- :param pulumi.Input[str] name: Name of the month of the year.
1022
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
1015
1023
  """
1016
1024
  if name is not None:
1017
1025
  pulumi.set(__self__, "name", name)
@@ -1020,7 +1028,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonthArgs:
1020
1028
  @pulumi.getter
1021
1029
  def name(self) -> Optional[pulumi.Input[str]]:
1022
1030
  """
1023
- Name of the month of the year.
1031
+ (Updatable) Name of the month of the year.
1024
1032
  """
1025
1033
  return pulumi.get(self, "name")
1026
1034
 
@@ -1738,7 +1746,7 @@ class AutonomousDatabaseDbToolsDetailArgs:
1738
1746
  is_enabled: Optional[pulumi.Input[bool]] = None,
1739
1747
  max_idle_time_in_minutes: Optional[pulumi.Input[int]] = None):
1740
1748
  """
1741
- :param pulumi.Input[str] name: (Updatable) Name of database tool.
1749
+ :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
1742
1750
  :param pulumi.Input[float] compute_count: (Updatable) Compute used by database tools.
1743
1751
  :param pulumi.Input[bool] is_enabled: (Updatable) Indicates whether tool is enabled.
1744
1752
  :param pulumi.Input[int] max_idle_time_in_minutes: (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
@@ -1755,7 +1763,7 @@ class AutonomousDatabaseDbToolsDetailArgs:
1755
1763
  @pulumi.getter
1756
1764
  def name(self) -> pulumi.Input[str]:
1757
1765
  """
1758
- (Updatable) Name of database tool.
1766
+ (Updatable) Name of the day of the week.
1759
1767
  """
1760
1768
  return pulumi.get(self, "name")
1761
1769
 
@@ -1966,7 +1974,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
1966
1974
  retention_period_in_days: Optional[pulumi.Input[int]] = None,
1967
1975
  time_of_backup: Optional[pulumi.Input[str]] = None):
1968
1976
  """
1969
- :param pulumi.Input[bool] is_disabled: Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
1977
+ :param pulumi.Input[bool] is_disabled: (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
1970
1978
  :param pulumi.Input[str] repeat_cadence: The frequency of the long-term backup schedule
1971
1979
  :param pulumi.Input[int] retention_period_in_days: Retention period, in days, for long-term backups
1972
1980
  :param pulumi.Input[str] time_of_backup: The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month.
@@ -1984,7 +1992,7 @@ class AutonomousDatabaseLongTermBackupScheduleArgs:
1984
1992
  @pulumi.getter(name="isDisabled")
1985
1993
  def is_disabled(self) -> Optional[pulumi.Input[bool]]:
1986
1994
  """
1987
- Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
1995
+ (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
1988
1996
  """
1989
1997
  return pulumi.get(self, "is_disabled")
1990
1998
 
@@ -2317,17 +2325,19 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2317
2325
  skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
2318
2326
  weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
2319
2327
  """
2320
- :param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
2321
- :param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
2322
- :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2328
+ :param pulumi.Input[int] custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
2329
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
2330
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2323
2331
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
2324
- :param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2325
- :param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
2326
- :param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2327
- :param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
2328
- :param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2329
- :param pulumi.Input[str] preference: The maintenance window scheduling preference.
2330
- :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2332
+ :param pulumi.Input[bool] is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2333
+ :param pulumi.Input[bool] is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
2334
+ :param pulumi.Input[int] lead_time_in_weeks: (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2335
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]] months: (Updatable) Months during the year when maintenance should be performed.
2336
+ :param pulumi.Input[str] patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2337
+
2338
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
2339
+ :param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
2340
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2331
2341
  """
2332
2342
  if custom_action_timeout_in_mins is not None:
2333
2343
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -2356,7 +2366,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2356
2366
  @pulumi.getter(name="customActionTimeoutInMins")
2357
2367
  def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
2358
2368
  """
2359
- Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
2369
+ (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
2360
2370
  """
2361
2371
  return pulumi.get(self, "custom_action_timeout_in_mins")
2362
2372
 
@@ -2368,7 +2378,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2368
2378
  @pulumi.getter(name="daysOfWeeks")
2369
2379
  def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs']]]]:
2370
2380
  """
2371
- Days during the week when maintenance should be performed.
2381
+ (Updatable) Days during the week when maintenance should be performed.
2372
2382
  """
2373
2383
  return pulumi.get(self, "days_of_weeks")
2374
2384
 
@@ -2380,7 +2390,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2380
2390
  @pulumi.getter(name="hoursOfDays")
2381
2391
  def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
2382
2392
  """
2383
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2393
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2384
2394
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
2385
2395
  """
2386
2396
  return pulumi.get(self, "hours_of_days")
@@ -2393,7 +2403,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2393
2403
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
2394
2404
  def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
2395
2405
  """
2396
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2406
+ (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2397
2407
  """
2398
2408
  return pulumi.get(self, "is_custom_action_timeout_enabled")
2399
2409
 
@@ -2405,7 +2415,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2405
2415
  @pulumi.getter(name="isMonthlyPatchingEnabled")
2406
2416
  def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
2407
2417
  """
2408
- If true, enables the monthly patching option.
2418
+ (Updatable) If true, enables the monthly patching option.
2409
2419
  """
2410
2420
  return pulumi.get(self, "is_monthly_patching_enabled")
2411
2421
 
@@ -2417,7 +2427,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2417
2427
  @pulumi.getter(name="leadTimeInWeeks")
2418
2428
  def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
2419
2429
  """
2420
- Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2430
+ (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2421
2431
  """
2422
2432
  return pulumi.get(self, "lead_time_in_weeks")
2423
2433
 
@@ -2429,7 +2439,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2429
2439
  @pulumi.getter
2430
2440
  def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs']]]]:
2431
2441
  """
2432
- Months during the year when maintenance should be performed.
2442
+ (Updatable) Months during the year when maintenance should be performed.
2433
2443
  """
2434
2444
  return pulumi.get(self, "months")
2435
2445
 
@@ -2441,7 +2451,9 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2441
2451
  @pulumi.getter(name="patchingMode")
2442
2452
  def patching_mode(self) -> Optional[pulumi.Input[str]]:
2443
2453
  """
2444
- Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2454
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2455
+
2456
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
2445
2457
  """
2446
2458
  return pulumi.get(self, "patching_mode")
2447
2459
 
@@ -2453,7 +2465,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2453
2465
  @pulumi.getter
2454
2466
  def preference(self) -> Optional[pulumi.Input[str]]:
2455
2467
  """
2456
- The maintenance window scheduling preference.
2468
+ (Updatable) The maintenance window scheduling preference.
2457
2469
  """
2458
2470
  return pulumi.get(self, "preference")
2459
2471
 
@@ -2474,7 +2486,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowArgs:
2474
2486
  @pulumi.getter(name="weeksOfMonths")
2475
2487
  def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
2476
2488
  """
2477
- Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2489
+ (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2478
2490
  """
2479
2491
  return pulumi.get(self, "weeks_of_months")
2480
2492
 
@@ -2488,7 +2500,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
2488
2500
  def __init__(__self__, *,
2489
2501
  name: Optional[pulumi.Input[str]] = None):
2490
2502
  """
2491
- :param pulumi.Input[str] name: Name of the month of the year.
2503
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
2492
2504
  """
2493
2505
  if name is not None:
2494
2506
  pulumi.set(__self__, "name", name)
@@ -2497,7 +2509,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
2497
2509
  @pulumi.getter
2498
2510
  def name(self) -> Optional[pulumi.Input[str]]:
2499
2511
  """
2500
- Name of the month of the year.
2512
+ (Updatable) Name of the month of the year.
2501
2513
  """
2502
2514
  return pulumi.get(self, "name")
2503
2515
 
@@ -2696,7 +2708,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs:
2696
2708
  def __init__(__self__, *,
2697
2709
  name: pulumi.Input[str]):
2698
2710
  """
2699
- :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
2711
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
2700
2712
  """
2701
2713
  pulumi.set(__self__, "name", name)
2702
2714
 
@@ -2704,7 +2716,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeekArgs:
2704
2716
  @pulumi.getter
2705
2717
  def name(self) -> pulumi.Input[str]:
2706
2718
  """
2707
- (Updatable) Name of the day of the week.
2719
+ (Updatable) Name of the month of the year.
2708
2720
  """
2709
2721
  return pulumi.get(self, "name")
2710
2722
 
@@ -2740,7 +2752,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonthArgs:
2740
2752
  def __init__(__self__, *,
2741
2753
  name: Optional[pulumi.Input[str]] = None):
2742
2754
  """
2743
- :param pulumi.Input[str] name: Name of the month of the year.
2755
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
2744
2756
  """
2745
2757
  if name is not None:
2746
2758
  pulumi.set(__self__, "name", name)
@@ -2749,7 +2761,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonthArgs:
2749
2761
  @pulumi.getter
2750
2762
  def name(self) -> Optional[pulumi.Input[str]]:
2751
2763
  """
2752
- Name of the month of the year.
2764
+ (Updatable) Name of the month of the year.
2753
2765
  """
2754
2766
  return pulumi.get(self, "name")
2755
2767
 
@@ -2773,13 +2785,16 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2773
2785
  skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
2774
2786
  weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
2775
2787
  """
2776
- :param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
2777
- :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2788
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
2789
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2778
2790
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
2779
- :param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2780
- :param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
2781
- :param pulumi.Input[str] preference: The maintenance window scheduling preference.
2782
- :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2791
+ :param pulumi.Input[int] lead_time_in_weeks: (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2792
+ :param pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]] months: (Updatable) Months during the year when maintenance should be performed.
2793
+ :param pulumi.Input[str] patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2794
+
2795
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
2796
+ :param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
2797
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2783
2798
  """
2784
2799
  if custom_action_timeout_in_mins is not None:
2785
2800
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -2817,7 +2832,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2817
2832
  @pulumi.getter(name="daysOfWeeks")
2818
2833
  def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs']]]]:
2819
2834
  """
2820
- Days during the week when maintenance should be performed.
2835
+ (Updatable) Days during the week when maintenance should be performed.
2821
2836
  """
2822
2837
  return pulumi.get(self, "days_of_weeks")
2823
2838
 
@@ -2829,7 +2844,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2829
2844
  @pulumi.getter(name="hoursOfDays")
2830
2845
  def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
2831
2846
  """
2832
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2847
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2833
2848
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
2834
2849
  """
2835
2850
  return pulumi.get(self, "hours_of_days")
@@ -2860,7 +2875,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2860
2875
  @pulumi.getter(name="leadTimeInWeeks")
2861
2876
  def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
2862
2877
  """
2863
- Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2878
+ (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
2864
2879
  """
2865
2880
  return pulumi.get(self, "lead_time_in_weeks")
2866
2881
 
@@ -2872,7 +2887,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2872
2887
  @pulumi.getter
2873
2888
  def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AutonomousVmClusterMaintenanceWindowMonthArgs']]]]:
2874
2889
  """
2875
- Months during the year when maintenance should be performed.
2890
+ (Updatable) Months during the year when maintenance should be performed.
2876
2891
  """
2877
2892
  return pulumi.get(self, "months")
2878
2893
 
@@ -2883,6 +2898,11 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2883
2898
  @property
2884
2899
  @pulumi.getter(name="patchingMode")
2885
2900
  def patching_mode(self) -> Optional[pulumi.Input[str]]:
2901
+ """
2902
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2903
+
2904
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
2905
+ """
2886
2906
  return pulumi.get(self, "patching_mode")
2887
2907
 
2888
2908
  @patching_mode.setter
@@ -2893,7 +2913,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2893
2913
  @pulumi.getter
2894
2914
  def preference(self) -> Optional[pulumi.Input[str]]:
2895
2915
  """
2896
- The maintenance window scheduling preference.
2916
+ (Updatable) The maintenance window scheduling preference.
2897
2917
  """
2898
2918
  return pulumi.get(self, "preference")
2899
2919
 
@@ -2914,7 +2934,7 @@ class AutonomousVmClusterMaintenanceWindowArgs:
2914
2934
  @pulumi.getter(name="weeksOfMonths")
2915
2935
  def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
2916
2936
  """
2917
- Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2937
+ (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
2918
2938
  """
2919
2939
  return pulumi.get(self, "weeks_of_months")
2920
2940
 
@@ -2928,7 +2948,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs:
2928
2948
  def __init__(__self__, *,
2929
2949
  name: Optional[pulumi.Input[str]] = None):
2930
2950
  """
2931
- :param pulumi.Input[str] name: Name of the month of the year.
2951
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
2932
2952
  """
2933
2953
  if name is not None:
2934
2954
  pulumi.set(__self__, "name", name)
@@ -2937,7 +2957,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs:
2937
2957
  @pulumi.getter
2938
2958
  def name(self) -> Optional[pulumi.Input[str]]:
2939
2959
  """
2940
- Name of the month of the year.
2960
+ (Updatable) Name of the month of the year.
2941
2961
  """
2942
2962
  return pulumi.get(self, "name")
2943
2963
 
@@ -3124,7 +3144,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs:
3124
3144
  def __init__(__self__, *,
3125
3145
  name: pulumi.Input[str]):
3126
3146
  """
3127
- :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
3147
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
3128
3148
  """
3129
3149
  pulumi.set(__self__, "name", name)
3130
3150
 
@@ -3132,7 +3152,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs:
3132
3152
  @pulumi.getter
3133
3153
  def name(self) -> pulumi.Input[str]:
3134
3154
  """
3135
- (Updatable) Name of the day of the week.
3155
+ (Updatable) Name of the month of the year.
3136
3156
  """
3137
3157
  return pulumi.get(self, "name")
3138
3158
 
@@ -3168,7 +3188,7 @@ class AutonomousVmClusterMaintenanceWindowMonthArgs:
3168
3188
  def __init__(__self__, *,
3169
3189
  name: Optional[pulumi.Input[str]] = None):
3170
3190
  """
3171
- :param pulumi.Input[str] name: Name of the month of the year.
3191
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
3172
3192
  """
3173
3193
  if name is not None:
3174
3194
  pulumi.set(__self__, "name", name)
@@ -3177,7 +3197,7 @@ class AutonomousVmClusterMaintenanceWindowMonthArgs:
3177
3197
  @pulumi.getter
3178
3198
  def name(self) -> Optional[pulumi.Input[str]]:
3179
3199
  """
3180
- Name of the month of the year.
3200
+ (Updatable) Name of the month of the year.
3181
3201
  """
3182
3202
  return pulumi.get(self, "name")
3183
3203
 
@@ -3319,8 +3339,8 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
3319
3339
  :param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
3320
3340
  :param pulumi.Input[Sequence[pulumi.Input['CloudAutonomousVmClusterMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
3321
3341
  :param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3322
- :param pulumi.Input[str] preference: The maintenance window scheduling preference.
3323
- :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
3342
+ :param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
3343
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
3324
3344
  """
3325
3345
  if custom_action_timeout_in_mins is not None:
3326
3346
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -3446,7 +3466,7 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
3446
3466
  @pulumi.getter
3447
3467
  def preference(self) -> Optional[pulumi.Input[str]]:
3448
3468
  """
3449
- The maintenance window scheduling preference.
3469
+ (Updatable) The maintenance window scheduling preference.
3450
3470
  """
3451
3471
  return pulumi.get(self, "preference")
3452
3472
 
@@ -3467,7 +3487,7 @@ class CloudAutonomousVmClusterMaintenanceWindowArgs:
3467
3487
  @pulumi.getter(name="weeksOfMonths")
3468
3488
  def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
3469
3489
  """
3470
- Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
3490
+ (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
3471
3491
  """
3472
3492
  return pulumi.get(self, "weeks_of_months")
3473
3493
 
@@ -3689,7 +3709,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeekArgs:
3689
3709
  def __init__(__self__, *,
3690
3710
  name: pulumi.Input[str]):
3691
3711
  """
3692
- :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
3712
+ :param pulumi.Input[str] name: Name of the month of the year.
3693
3713
  """
3694
3714
  pulumi.set(__self__, "name", name)
3695
3715
 
@@ -3697,7 +3717,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeekArgs:
3697
3717
  @pulumi.getter
3698
3718
  def name(self) -> pulumi.Input[str]:
3699
3719
  """
3700
- (Updatable) Name of the day of the week.
3720
+ Name of the month of the year.
3701
3721
  """
3702
3722
  return pulumi.get(self, "name")
3703
3723
 
@@ -3711,7 +3731,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs:
3711
3731
  def __init__(__self__, *,
3712
3732
  name: pulumi.Input[str]):
3713
3733
  """
3714
- :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
3734
+ :param pulumi.Input[str] name: Name of the month of the year.
3715
3735
  """
3716
3736
  pulumi.set(__self__, "name", name)
3717
3737
 
@@ -3719,7 +3739,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonthArgs:
3719
3739
  @pulumi.getter
3720
3740
  def name(self) -> pulumi.Input[str]:
3721
3741
  """
3722
- (Updatable) Name of the month of the year.
3742
+ Name of the month of the year.
3723
3743
  """
3724
3744
  return pulumi.get(self, "name")
3725
3745
 
@@ -4062,7 +4082,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
4062
4082
  def __init__(__self__, *,
4063
4083
  name: pulumi.Input[str]):
4064
4084
  """
4065
- :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
4085
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
4066
4086
  """
4067
4087
  pulumi.set(__self__, "name", name)
4068
4088
 
@@ -4070,7 +4090,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
4070
4090
  @pulumi.getter
4071
4091
  def name(self) -> pulumi.Input[str]:
4072
4092
  """
4073
- (Updatable) Name of the day of the week.
4093
+ (Updatable) Name of the month of the year.
4074
4094
  """
4075
4095
  return pulumi.get(self, "name")
4076
4096
 
@@ -5054,13 +5074,13 @@ class DatabaseDbBackupConfigArgs:
5054
5074
  recovery_window_in_days: Optional[pulumi.Input[int]] = None,
5055
5075
  run_immediate_full_backup: Optional[pulumi.Input[bool]] = None):
5056
5076
  """
5057
- :param pulumi.Input[bool] auto_backup_enabled: If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
5058
- :param pulumi.Input[str] auto_backup_window: Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
5077
+ :param pulumi.Input[bool] auto_backup_enabled: (Updatable) If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
5078
+ :param pulumi.Input[str] auto_backup_window: (Updatable) Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
5059
5079
  :param pulumi.Input[str] auto_full_backup_day: Day of the week the full backup should be applied on the database system. If no option is selected, the value is null and we will default to Sunday.
5060
5080
  :param pulumi.Input[str] auto_full_backup_window: Time window selected for initiating full backup for the database system. There are twelve available two-hour time windows. If no option is selected, the value is null and a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
5061
5081
  :param pulumi.Input[str] backup_deletion_policy: This defines when the backups will be deleted. - IMMEDIATE option keep the backup for predefined time i.e 72 hours and then delete permanently... - RETAIN will keep the backups as per the policy defined for database backups.
5062
5082
  :param pulumi.Input[Sequence[pulumi.Input['DatabaseDbBackupConfigBackupDestinationDetailArgs']]] backup_destination_details: Backup destination details.
5063
- :param pulumi.Input[int] recovery_window_in_days: Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
5083
+ :param pulumi.Input[int] recovery_window_in_days: (Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
5064
5084
  :param pulumi.Input[bool] run_immediate_full_backup: If set to true, configures automatic full backups in the local region (the region of the DB system) for the first backup run immediately.
5065
5085
  """
5066
5086
  if auto_backup_enabled is not None:
@@ -5084,7 +5104,7 @@ class DatabaseDbBackupConfigArgs:
5084
5104
  @pulumi.getter(name="autoBackupEnabled")
5085
5105
  def auto_backup_enabled(self) -> Optional[pulumi.Input[bool]]:
5086
5106
  """
5087
- If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
5107
+ (Updatable) If set to true, configures automatic backups. If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work.
5088
5108
  """
5089
5109
  return pulumi.get(self, "auto_backup_enabled")
5090
5110
 
@@ -5096,7 +5116,7 @@ class DatabaseDbBackupConfigArgs:
5096
5116
  @pulumi.getter(name="autoBackupWindow")
5097
5117
  def auto_backup_window(self) -> Optional[pulumi.Input[str]]:
5098
5118
  """
5099
- Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
5119
+ (Updatable) Time window selected for initiating automatic backup for the database system. There are twelve available two-hour time windows. If no option is selected, a start time between 12:00 AM to 7:00 AM in the region of the database is automatically chosen. For example, if the user selects SLOT_TWO from the enum list, the automatic backup job will start in between 2:00 AM (inclusive) to 4:00 AM (exclusive). Example: `SLOT_TWO`
5100
5120
  """
5101
5121
  return pulumi.get(self, "auto_backup_window")
5102
5122
 
@@ -5156,7 +5176,7 @@ class DatabaseDbBackupConfigArgs:
5156
5176
  @pulumi.getter(name="recoveryWindowInDays")
5157
5177
  def recovery_window_in_days(self) -> Optional[pulumi.Input[int]]:
5158
5178
  """
5159
- Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
5179
+ (Updatable) Number of days between the current and the earliest point of recoverability covered by automatic backups. This value applies to automatic backups only. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window. When the value is updated, it is applied to all existing automatic backups.
5160
5180
  """
5161
5181
  return pulumi.get(self, "recovery_window_in_days")
5162
5182
 
@@ -5186,7 +5206,7 @@ class DatabaseDbBackupConfigBackupDestinationDetailArgs:
5186
5206
  vpc_user: Optional[pulumi.Input[str]] = None):
5187
5207
  """
5188
5208
  :param pulumi.Input[str] dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
5189
- :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
5209
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5190
5210
  :param pulumi.Input[str] type: Type of the database backup destination.
5191
5211
  """
5192
5212
  if dbrs_policy_id is not None:
@@ -5214,7 +5234,7 @@ class DatabaseDbBackupConfigBackupDestinationDetailArgs:
5214
5234
  @pulumi.getter
5215
5235
  def id(self) -> Optional[pulumi.Input[str]]:
5216
5236
  """
5217
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
5237
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5218
5238
  """
5219
5239
  return pulumi.get(self, "id")
5220
5240
 
@@ -5670,7 +5690,7 @@ class DbHomeDatabaseArgs:
5670
5690
  The database workload type.
5671
5691
  :param pulumi.Input[Mapping[str, Any]] 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).
5672
5692
  :param pulumi.Input[Mapping[str, Any]] 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"}`
5673
- :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
5693
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5674
5694
  :param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
5675
5695
  :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
5676
5696
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
@@ -5897,7 +5917,7 @@ class DbHomeDatabaseArgs:
5897
5917
  @pulumi.getter
5898
5918
  def id(self) -> Optional[pulumi.Input[str]]:
5899
5919
  """
5900
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
5920
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5901
5921
  """
5902
5922
  return pulumi.get(self, "id")
5903
5923
 
@@ -6372,10 +6392,10 @@ class DbSystemDbHomeArgs:
6372
6392
  :param pulumi.Input[str] db_version: A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
6373
6393
 
6374
6394
  This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
6375
- :param pulumi.Input[Mapping[str, Any]] defined_tags: 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).
6376
- :param pulumi.Input[str] display_name: The user-provided name of the Database Home.
6377
- :param pulumi.Input[Mapping[str, Any]] freeform_tags: Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
6378
- :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6395
+ :param pulumi.Input[Mapping[str, Any]] 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).
6396
+ :param pulumi.Input[str] display_name: The user-friendly name for the DB system. The name does not have to be unique.
6397
+ :param pulumi.Input[Mapping[str, Any]] 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"}`
6398
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6379
6399
  :param pulumi.Input[str] last_patch_history_entry_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch history. This value is updated as soon as a patch operation starts.
6380
6400
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
6381
6401
  :param pulumi.Input[str] state: The current state of the DB system.
@@ -6469,7 +6489,7 @@ class DbSystemDbHomeArgs:
6469
6489
  @pulumi.getter(name="definedTags")
6470
6490
  def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
6471
6491
  """
6472
- 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).
6492
+ (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).
6473
6493
  """
6474
6494
  return pulumi.get(self, "defined_tags")
6475
6495
 
@@ -6481,7 +6501,7 @@ class DbSystemDbHomeArgs:
6481
6501
  @pulumi.getter(name="displayName")
6482
6502
  def display_name(self) -> Optional[pulumi.Input[str]]:
6483
6503
  """
6484
- The user-provided name of the Database Home.
6504
+ The user-friendly name for the DB system. The name does not have to be unique.
6485
6505
  """
6486
6506
  return pulumi.get(self, "display_name")
6487
6507
 
@@ -6493,7 +6513,7 @@ class DbSystemDbHomeArgs:
6493
6513
  @pulumi.getter(name="freeformTags")
6494
6514
  def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
6495
6515
  """
6496
- 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"}`
6516
+ (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"}`
6497
6517
  """
6498
6518
  return pulumi.get(self, "freeform_tags")
6499
6519
 
@@ -6505,7 +6525,7 @@ class DbSystemDbHomeArgs:
6505
6525
  @pulumi.getter
6506
6526
  def id(self) -> Optional[pulumi.Input[str]]:
6507
6527
  """
6508
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6528
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6509
6529
  """
6510
6530
  return pulumi.get(self, "id")
6511
6531
 
@@ -6599,7 +6619,7 @@ class DbSystemDbHomeDatabaseArgs:
6599
6619
 
6600
6620
  AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
6601
6621
  :param pulumi.Input[str] database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
6602
- :param pulumi.Input[str] database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
6622
+ :param pulumi.Input[str] database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the image to be used to restore a database.
6603
6623
  :param pulumi.Input['DbSystemDbHomeDatabaseDbBackupConfigArgs'] db_backup_config: (Updatable) Backup Options To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see [Getting Started with Policies](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/policygetstarted.htm).
6604
6624
  :param pulumi.Input[str] db_domain: The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
6605
6625
  :param pulumi.Input[str] db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
@@ -6608,7 +6628,7 @@ class DbSystemDbHomeDatabaseArgs:
6608
6628
  The database workload type.
6609
6629
  :param pulumi.Input[Mapping[str, Any]] 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).
6610
6630
  :param pulumi.Input[Mapping[str, Any]] 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"}`
6611
- :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6631
+ :param pulumi.Input[str] id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6612
6632
  :param pulumi.Input[str] kms_key_id: The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
6613
6633
  :param pulumi.Input[str] kms_key_version_id: The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation.
6614
6634
  :param pulumi.Input[str] lifecycle_details: Additional information about the current lifecycle state.
@@ -6748,7 +6768,7 @@ class DbSystemDbHomeDatabaseArgs:
6748
6768
  @pulumi.getter(name="databaseSoftwareImageId")
6749
6769
  def database_software_image_id(self) -> Optional[pulumi.Input[str]]:
6750
6770
  """
6751
- The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
6771
+ The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the image to be used to restore a database.
6752
6772
  """
6753
6773
  return pulumi.get(self, "database_software_image_id")
6754
6774
 
@@ -6843,7 +6863,7 @@ class DbSystemDbHomeDatabaseArgs:
6843
6863
  @pulumi.getter
6844
6864
  def id(self) -> Optional[pulumi.Input[str]]:
6845
6865
  """
6846
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6866
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6847
6867
  """
6848
6868
  return pulumi.get(self, "id")
6849
6869
 
@@ -7328,7 +7348,7 @@ class DbSystemIormConfigCachDbPlanArgs:
7328
7348
  flash_cache_limit: Optional[pulumi.Input[str]] = None,
7329
7349
  share: Optional[pulumi.Input[int]] = None):
7330
7350
  """
7331
- :param pulumi.Input[str] db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
7351
+ :param pulumi.Input[str] db_name: The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
7332
7352
  :param pulumi.Input[str] flash_cache_limit: The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.
7333
7353
  :param pulumi.Input[int] share: The relative priority of this database.
7334
7354
  """
@@ -7343,7 +7363,7 @@ class DbSystemIormConfigCachDbPlanArgs:
7343
7363
  @pulumi.getter(name="dbName")
7344
7364
  def db_name(self) -> Optional[pulumi.Input[str]]:
7345
7365
  """
7346
- The database name. For the default `DbPlan`, the `dbName` is `default`.
7366
+ The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
7347
7367
  """
7348
7368
  return pulumi.get(self, "db_name")
7349
7369
 
@@ -7391,17 +7411,19 @@ class DbSystemMaintenanceWindowArgs:
7391
7411
  skip_rus: Optional[pulumi.Input[Sequence[pulumi.Input[bool]]]] = None,
7392
7412
  weeks_of_months: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
7393
7413
  """
7394
- :param pulumi.Input[int] custom_action_timeout_in_mins: Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
7395
- :param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: Days during the week when maintenance should be performed.
7396
- :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7414
+ :param pulumi.Input[int] custom_action_timeout_in_mins: (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
7415
+ :param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
7416
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] hours_of_days: (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7397
7417
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
7398
- :param pulumi.Input[bool] is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7399
- :param pulumi.Input[bool] is_monthly_patching_enabled: If true, enables the monthly patching option.
7400
- :param pulumi.Input[int] lead_time_in_weeks: Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
7401
- :param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]] months: Months during the year when maintenance should be performed.
7402
- :param pulumi.Input[str] patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7403
- :param pulumi.Input[str] preference: The maintenance window scheduling preference.
7404
- :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
7418
+ :param pulumi.Input[bool] is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7419
+ :param pulumi.Input[bool] is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
7420
+ :param pulumi.Input[int] lead_time_in_weeks: (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
7421
+ :param pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]] months: (Updatable) Months during the year when maintenance should be performed.
7422
+ :param pulumi.Input[str] patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7423
+
7424
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
7425
+ :param pulumi.Input[str] preference: (Updatable) The maintenance window scheduling preference.
7426
+ :param pulumi.Input[Sequence[pulumi.Input[int]]] weeks_of_months: (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
7405
7427
  """
7406
7428
  if custom_action_timeout_in_mins is not None:
7407
7429
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -7430,7 +7452,7 @@ class DbSystemMaintenanceWindowArgs:
7430
7452
  @pulumi.getter(name="customActionTimeoutInMins")
7431
7453
  def custom_action_timeout_in_mins(self) -> Optional[pulumi.Input[int]]:
7432
7454
  """
7433
- Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
7455
+ (Updatable) Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).
7434
7456
  """
7435
7457
  return pulumi.get(self, "custom_action_timeout_in_mins")
7436
7458
 
@@ -7442,7 +7464,7 @@ class DbSystemMaintenanceWindowArgs:
7442
7464
  @pulumi.getter(name="daysOfWeeks")
7443
7465
  def days_of_weeks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowDaysOfWeekArgs']]]]:
7444
7466
  """
7445
- Days during the week when maintenance should be performed.
7467
+ (Updatable) Days during the week when maintenance should be performed.
7446
7468
  """
7447
7469
  return pulumi.get(self, "days_of_weeks")
7448
7470
 
@@ -7454,7 +7476,7 @@ class DbSystemMaintenanceWindowArgs:
7454
7476
  @pulumi.getter(name="hoursOfDays")
7455
7477
  def hours_of_days(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
7456
7478
  """
7457
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7479
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7458
7480
  * 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC
7459
7481
  """
7460
7482
  return pulumi.get(self, "hours_of_days")
@@ -7467,7 +7489,7 @@ class DbSystemMaintenanceWindowArgs:
7467
7489
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
7468
7490
  def is_custom_action_timeout_enabled(self) -> Optional[pulumi.Input[bool]]:
7469
7491
  """
7470
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7492
+ (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7471
7493
  """
7472
7494
  return pulumi.get(self, "is_custom_action_timeout_enabled")
7473
7495
 
@@ -7479,7 +7501,7 @@ class DbSystemMaintenanceWindowArgs:
7479
7501
  @pulumi.getter(name="isMonthlyPatchingEnabled")
7480
7502
  def is_monthly_patching_enabled(self) -> Optional[pulumi.Input[bool]]:
7481
7503
  """
7482
- If true, enables the monthly patching option.
7504
+ (Updatable) If true, enables the monthly patching option.
7483
7505
  """
7484
7506
  return pulumi.get(self, "is_monthly_patching_enabled")
7485
7507
 
@@ -7491,7 +7513,7 @@ class DbSystemMaintenanceWindowArgs:
7491
7513
  @pulumi.getter(name="leadTimeInWeeks")
7492
7514
  def lead_time_in_weeks(self) -> Optional[pulumi.Input[int]]:
7493
7515
  """
7494
- Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
7516
+ (Updatable) Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.
7495
7517
  """
7496
7518
  return pulumi.get(self, "lead_time_in_weeks")
7497
7519
 
@@ -7503,7 +7525,7 @@ class DbSystemMaintenanceWindowArgs:
7503
7525
  @pulumi.getter
7504
7526
  def months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DbSystemMaintenanceWindowMonthArgs']]]]:
7505
7527
  """
7506
- Months during the year when maintenance should be performed.
7528
+ (Updatable) Months during the year when maintenance should be performed.
7507
7529
  """
7508
7530
  return pulumi.get(self, "months")
7509
7531
 
@@ -7515,7 +7537,9 @@ class DbSystemMaintenanceWindowArgs:
7515
7537
  @pulumi.getter(name="patchingMode")
7516
7538
  def patching_mode(self) -> Optional[pulumi.Input[str]]:
7517
7539
  """
7518
- Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7540
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7541
+
7542
+ *IMPORTANT*: Non-rolling infrastructure patching involves system down time. See [Oracle-Managed Infrastructure Maintenance Updates](https://docs.cloud.oracle.com/iaas/Content/Database/Concepts/examaintenance.htm#Oracle) for more information.
7519
7543
  """
7520
7544
  return pulumi.get(self, "patching_mode")
7521
7545
 
@@ -7527,7 +7551,7 @@ class DbSystemMaintenanceWindowArgs:
7527
7551
  @pulumi.getter
7528
7552
  def preference(self) -> Optional[pulumi.Input[str]]:
7529
7553
  """
7530
- The maintenance window scheduling preference.
7554
+ (Updatable) The maintenance window scheduling preference.
7531
7555
  """
7532
7556
  return pulumi.get(self, "preference")
7533
7557
 
@@ -7548,7 +7572,7 @@ class DbSystemMaintenanceWindowArgs:
7548
7572
  @pulumi.getter(name="weeksOfMonths")
7549
7573
  def weeks_of_months(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
7550
7574
  """
7551
- Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
7575
+ (Updatable) Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed.
7552
7576
  """
7553
7577
  return pulumi.get(self, "weeks_of_months")
7554
7578
 
@@ -7562,7 +7586,7 @@ class DbSystemMaintenanceWindowDaysOfWeekArgs:
7562
7586
  def __init__(__self__, *,
7563
7587
  name: Optional[pulumi.Input[str]] = None):
7564
7588
  """
7565
- :param pulumi.Input[str] name: Name of the month of the year.
7589
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
7566
7590
  """
7567
7591
  if name is not None:
7568
7592
  pulumi.set(__self__, "name", name)
@@ -7571,7 +7595,7 @@ class DbSystemMaintenanceWindowDaysOfWeekArgs:
7571
7595
  @pulumi.getter
7572
7596
  def name(self) -> Optional[pulumi.Input[str]]:
7573
7597
  """
7574
- Name of the month of the year.
7598
+ (Updatable) Name of the month of the year.
7575
7599
  """
7576
7600
  return pulumi.get(self, "name")
7577
7601
 
@@ -7770,7 +7794,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeekArgs:
7770
7794
  def __init__(__self__, *,
7771
7795
  name: Optional[pulumi.Input[str]] = None):
7772
7796
  """
7773
- :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
7797
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
7774
7798
  """
7775
7799
  if name is not None:
7776
7800
  pulumi.set(__self__, "name", name)
@@ -7779,7 +7803,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeekArgs:
7779
7803
  @pulumi.getter
7780
7804
  def name(self) -> Optional[pulumi.Input[str]]:
7781
7805
  """
7782
- (Updatable) Name of the day of the week.
7806
+ (Updatable) Name of the month of the year.
7783
7807
  """
7784
7808
  return pulumi.get(self, "name")
7785
7809
 
@@ -7816,7 +7840,7 @@ class DbSystemMaintenanceWindowMonthArgs:
7816
7840
  def __init__(__self__, *,
7817
7841
  name: Optional[pulumi.Input[str]] = None):
7818
7842
  """
7819
- :param pulumi.Input[str] name: Name of the month of the year.
7843
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
7820
7844
  """
7821
7845
  if name is not None:
7822
7846
  pulumi.set(__self__, "name", name)
@@ -7825,7 +7849,7 @@ class DbSystemMaintenanceWindowMonthArgs:
7825
7849
  @pulumi.getter
7826
7850
  def name(self) -> Optional[pulumi.Input[str]]:
7827
7851
  """
7828
- Name of the month of the year.
7852
+ (Updatable) Name of the month of the year.
7829
7853
  """
7830
7854
  return pulumi.get(self, "name")
7831
7855
 
@@ -8447,7 +8471,7 @@ class ExadataInfrastructureContactArgs:
8447
8471
  """
8448
8472
  :param pulumi.Input[str] email: (Updatable) The email for the Exadata Infrastructure contact.
8449
8473
  :param pulumi.Input[bool] is_primary: (Updatable) If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
8450
- :param pulumi.Input[str] name: (Updatable) The name of the Exadata Infrastructure contact.
8474
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
8451
8475
  :param pulumi.Input[bool] is_contact_mos_validated: (Updatable) If `true`, this Exadata Infrastructure contact is a valid My Oracle Support (MOS) contact. If `false`, this Exadata Infrastructure contact is not a valid MOS contact.
8452
8476
  :param pulumi.Input[str] phone_number: (Updatable) The phone number for the Exadata Infrastructure contact.
8453
8477
  """
@@ -8487,7 +8511,7 @@ class ExadataInfrastructureContactArgs:
8487
8511
  @pulumi.getter
8488
8512
  def name(self) -> pulumi.Input[str]:
8489
8513
  """
8490
- (Updatable) The name of the Exadata Infrastructure contact.
8514
+ (Updatable) Name of the month of the year.
8491
8515
  """
8492
8516
  return pulumi.get(self, "name")
8493
8517
 
@@ -8781,7 +8805,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
8781
8805
  def __init__(__self__, *,
8782
8806
  name: pulumi.Input[str]):
8783
8807
  """
8784
- :param pulumi.Input[str] name: (Updatable) Name of the day of the week.
8808
+ :param pulumi.Input[str] name: (Updatable) Name of the month of the year.
8785
8809
  """
8786
8810
  pulumi.set(__self__, "name", name)
8787
8811
 
@@ -8789,7 +8813,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeekArgs:
8789
8813
  @pulumi.getter
8790
8814
  def name(self) -> pulumi.Input[str]:
8791
8815
  """
8792
- (Updatable) Name of the day of the week.
8816
+ (Updatable) Name of the month of the year.
8793
8817
  """
8794
8818
  return pulumi.get(self, "name")
8795
8819
 
@@ -10239,7 +10263,7 @@ class PluggableDatabaseRefreshableCloneConfigArgs:
10239
10263
  def __init__(__self__, *,
10240
10264
  is_refreshable_clone: Optional[pulumi.Input[bool]] = None):
10241
10265
  """
10242
- :param pulumi.Input[bool] is_refreshable_clone: Indicates whether the Pluggable Database is a refreshable clone.
10266
+ :param pulumi.Input[bool] is_refreshable_clone: Indicates whether Pluggable Database is a refreshable clone.
10243
10267
  """
10244
10268
  if is_refreshable_clone is not None:
10245
10269
  pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
@@ -10248,7 +10272,7 @@ class PluggableDatabaseRefreshableCloneConfigArgs:
10248
10272
  @pulumi.getter(name="isRefreshableClone")
10249
10273
  def is_refreshable_clone(self) -> Optional[pulumi.Input[bool]]:
10250
10274
  """
10251
- Indicates whether the Pluggable Database is a refreshable clone.
10275
+ Indicates whether Pluggable Database is a refreshable clone.
10252
10276
  """
10253
10277
  return pulumi.get(self, "is_refreshable_clone")
10254
10278
 
@@ -10754,9 +10778,9 @@ class VmClusterNetworkDrScanArgs:
10754
10778
  ips: pulumi.Input[Sequence[pulumi.Input[str]]],
10755
10779
  scan_listener_port_tcp: pulumi.Input[int]):
10756
10780
  """
10757
- :param pulumi.Input[str] hostname: (Updatable) The Disaster recovery SCAN hostname.
10758
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
10759
- :param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
10781
+ :param pulumi.Input[str] hostname: (Updatable) The node host name.
10782
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
10783
+ :param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
10760
10784
  """
10761
10785
  pulumi.set(__self__, "hostname", hostname)
10762
10786
  pulumi.set(__self__, "ips", ips)
@@ -10766,7 +10790,7 @@ class VmClusterNetworkDrScanArgs:
10766
10790
  @pulumi.getter
10767
10791
  def hostname(self) -> pulumi.Input[str]:
10768
10792
  """
10769
- (Updatable) The Disaster recovery SCAN hostname.
10793
+ (Updatable) The node host name.
10770
10794
  """
10771
10795
  return pulumi.get(self, "hostname")
10772
10796
 
@@ -10778,7 +10802,7 @@ class VmClusterNetworkDrScanArgs:
10778
10802
  @pulumi.getter
10779
10803
  def ips(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
10780
10804
  """
10781
- (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
10805
+ (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
10782
10806
  """
10783
10807
  return pulumi.get(self, "ips")
10784
10808
 
@@ -10790,7 +10814,7 @@ class VmClusterNetworkDrScanArgs:
10790
10814
  @pulumi.getter(name="scanListenerPortTcp")
10791
10815
  def scan_listener_port_tcp(self) -> pulumi.Input[int]:
10792
10816
  """
10793
- (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
10817
+ (Updatable) The SCAN TCPIP port. Default is 1521.
10794
10818
  """
10795
10819
  return pulumi.get(self, "scan_listener_port_tcp")
10796
10820
 
@@ -10808,7 +10832,7 @@ class VmClusterNetworkScanArgs:
10808
10832
  scan_listener_port_tcp: Optional[pulumi.Input[int]] = None,
10809
10833
  scan_listener_port_tcp_ssl: Optional[pulumi.Input[int]] = None):
10810
10834
  """
10811
- :param pulumi.Input[str] hostname: (Updatable) The SCAN hostname.
10835
+ :param pulumi.Input[str] hostname: (Updatable) The node host name.
10812
10836
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
10813
10837
  :param pulumi.Input[int] port: (Updatable) **Deprecated.** This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
10814
10838
  :param pulumi.Input[int] scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
@@ -10827,7 +10851,7 @@ class VmClusterNetworkScanArgs:
10827
10851
  @pulumi.getter
10828
10852
  def hostname(self) -> pulumi.Input[str]:
10829
10853
  """
10830
- (Updatable) The SCAN hostname.
10854
+ (Updatable) The node host name.
10831
10855
  """
10832
10856
  return pulumi.get(self, "hostname")
10833
10857
 
@@ -10894,12 +10918,16 @@ class VmClusterNetworkVmNetworkArgs:
10894
10918
  netmask: Optional[pulumi.Input[str]] = None,
10895
10919
  vlan_id: Optional[pulumi.Input[str]] = None):
10896
10920
  """
10897
- :param pulumi.Input[str] network_type: The network type.
10898
- :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes: The list of node details.
10899
- :param pulumi.Input[str] domain_name: The network domain name.
10900
- :param pulumi.Input[str] gateway: The network gateway.
10901
- :param pulumi.Input[str] netmask: The network netmask.
10902
- :param pulumi.Input[str] vlan_id: The network VLAN ID.
10921
+ :param pulumi.Input[str] network_type: (Updatable) The network type.
10922
+ :param pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]] nodes: (Updatable) The list of node details.
10923
+ :param pulumi.Input[str] domain_name: (Updatable) The network domain name.
10924
+ :param pulumi.Input[str] gateway: (Updatable) The network gateway.
10925
+ :param pulumi.Input[str] netmask: (Updatable) The network netmask.
10926
+ :param pulumi.Input[str] vlan_id: (Updatable) The network VLAN ID.
10927
+
10928
+
10929
+ ** IMPORTANT **
10930
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
10903
10931
  """
10904
10932
  pulumi.set(__self__, "network_type", network_type)
10905
10933
  pulumi.set(__self__, "nodes", nodes)
@@ -10916,7 +10944,7 @@ class VmClusterNetworkVmNetworkArgs:
10916
10944
  @pulumi.getter(name="networkType")
10917
10945
  def network_type(self) -> pulumi.Input[str]:
10918
10946
  """
10919
- The network type.
10947
+ (Updatable) The network type.
10920
10948
  """
10921
10949
  return pulumi.get(self, "network_type")
10922
10950
 
@@ -10928,7 +10956,7 @@ class VmClusterNetworkVmNetworkArgs:
10928
10956
  @pulumi.getter
10929
10957
  def nodes(self) -> pulumi.Input[Sequence[pulumi.Input['VmClusterNetworkVmNetworkNodeArgs']]]:
10930
10958
  """
10931
- The list of node details.
10959
+ (Updatable) The list of node details.
10932
10960
  """
10933
10961
  return pulumi.get(self, "nodes")
10934
10962
 
@@ -10940,7 +10968,7 @@ class VmClusterNetworkVmNetworkArgs:
10940
10968
  @pulumi.getter(name="domainName")
10941
10969
  def domain_name(self) -> Optional[pulumi.Input[str]]:
10942
10970
  """
10943
- The network domain name.
10971
+ (Updatable) The network domain name.
10944
10972
  """
10945
10973
  return pulumi.get(self, "domain_name")
10946
10974
 
@@ -10952,7 +10980,7 @@ class VmClusterNetworkVmNetworkArgs:
10952
10980
  @pulumi.getter
10953
10981
  def gateway(self) -> Optional[pulumi.Input[str]]:
10954
10982
  """
10955
- The network gateway.
10983
+ (Updatable) The network gateway.
10956
10984
  """
10957
10985
  return pulumi.get(self, "gateway")
10958
10986
 
@@ -10964,7 +10992,7 @@ class VmClusterNetworkVmNetworkArgs:
10964
10992
  @pulumi.getter
10965
10993
  def netmask(self) -> Optional[pulumi.Input[str]]:
10966
10994
  """
10967
- The network netmask.
10995
+ (Updatable) The network netmask.
10968
10996
  """
10969
10997
  return pulumi.get(self, "netmask")
10970
10998
 
@@ -10976,7 +11004,11 @@ class VmClusterNetworkVmNetworkArgs:
10976
11004
  @pulumi.getter(name="vlanId")
10977
11005
  def vlan_id(self) -> Optional[pulumi.Input[str]]:
10978
11006
  """
10979
- The network VLAN ID.
11007
+ (Updatable) The network VLAN ID.
11008
+
11009
+
11010
+ ** IMPORTANT **
11011
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
10980
11012
  """
10981
11013
  return pulumi.get(self, "vlan_id")
10982
11014
 
@@ -10995,12 +11027,12 @@ class VmClusterNetworkVmNetworkNodeArgs:
10995
11027
  vip: Optional[pulumi.Input[str]] = None,
10996
11028
  vip_hostname: Optional[pulumi.Input[str]] = None):
10997
11029
  """
10998
- :param pulumi.Input[str] hostname: The node host name.
10999
- :param pulumi.Input[str] ip: The node IP address.
11000
- :param pulumi.Input[str] db_server_id: The Db server associated with the node.
11001
- :param pulumi.Input[str] state: The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11002
- :param pulumi.Input[str] vip: The node virtual IP (VIP) address.
11003
- :param pulumi.Input[str] vip_hostname: The node virtual IP (VIP) host name.
11030
+ :param pulumi.Input[str] hostname: (Updatable) The node host name.
11031
+ :param pulumi.Input[str] ip: (Updatable) The node IP address.
11032
+ :param pulumi.Input[str] db_server_id: (Updatable) The Db server associated with the node.
11033
+ :param pulumi.Input[str] state: (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11034
+ :param pulumi.Input[str] vip: (Updatable) The node virtual IP (VIP) address.
11035
+ :param pulumi.Input[str] vip_hostname: (Updatable) The node virtual IP (VIP) host name.
11004
11036
  """
11005
11037
  pulumi.set(__self__, "hostname", hostname)
11006
11038
  pulumi.set(__self__, "ip", ip)
@@ -11017,7 +11049,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11017
11049
  @pulumi.getter
11018
11050
  def hostname(self) -> pulumi.Input[str]:
11019
11051
  """
11020
- The node host name.
11052
+ (Updatable) The node host name.
11021
11053
  """
11022
11054
  return pulumi.get(self, "hostname")
11023
11055
 
@@ -11029,7 +11061,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11029
11061
  @pulumi.getter
11030
11062
  def ip(self) -> pulumi.Input[str]:
11031
11063
  """
11032
- The node IP address.
11064
+ (Updatable) The node IP address.
11033
11065
  """
11034
11066
  return pulumi.get(self, "ip")
11035
11067
 
@@ -11041,7 +11073,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11041
11073
  @pulumi.getter(name="dbServerId")
11042
11074
  def db_server_id(self) -> Optional[pulumi.Input[str]]:
11043
11075
  """
11044
- The Db server associated with the node.
11076
+ (Updatable) The Db server associated with the node.
11045
11077
  """
11046
11078
  return pulumi.get(self, "db_server_id")
11047
11079
 
@@ -11053,7 +11085,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11053
11085
  @pulumi.getter
11054
11086
  def state(self) -> Optional[pulumi.Input[str]]:
11055
11087
  """
11056
- The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11088
+ (Updatable) The current state of the VM cluster network nodes. CREATING - The resource is being created REQUIRES_VALIDATION - The resource is created and may not be usable until it is validated. VALIDATING - The resource is being validated and not available to use. VALIDATED - The resource is validated and is available for consumption by VM cluster. VALIDATION_FAILED - The resource validation has failed and might require user input to be corrected. UPDATING - The resource is being updated and not available to use. ALLOCATED - The resource is currently being used by VM cluster. TERMINATING - The resource is being deleted and not available to use. TERMINATED - The resource is deleted and unavailable. FAILED - The resource is in a failed state due to validation or other errors.
11057
11089
  """
11058
11090
  return pulumi.get(self, "state")
11059
11091
 
@@ -11065,7 +11097,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11065
11097
  @pulumi.getter
11066
11098
  def vip(self) -> Optional[pulumi.Input[str]]:
11067
11099
  """
11068
- The node virtual IP (VIP) address.
11100
+ (Updatable) The node virtual IP (VIP) address.
11069
11101
  """
11070
11102
  return pulumi.get(self, "vip")
11071
11103
 
@@ -11077,7 +11109,7 @@ class VmClusterNetworkVmNetworkNodeArgs:
11077
11109
  @pulumi.getter(name="vipHostname")
11078
11110
  def vip_hostname(self) -> Optional[pulumi.Input[str]]:
11079
11111
  """
11080
- The node virtual IP (VIP) host name.
11112
+ (Updatable) The node virtual IP (VIP) host name.
11081
11113
  """
11082
11114
  return pulumi.get(self, "vip_hostname")
11083
11115