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
@@ -595,8 +595,8 @@ class AutonomousContainerDatabaseBackupConfig(dict):
595
595
  backup_destination_details: Optional['outputs.AutonomousContainerDatabaseBackupConfigBackupDestinationDetails'] = None,
596
596
  recovery_window_in_days: Optional[int] = None):
597
597
  """
598
- :param 'AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs' backup_destination_details: (Updatable) Backup destination details.
599
- :param 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.
598
+ :param 'AutonomousContainerDatabaseBackupConfigBackupDestinationDetailsArgs' backup_destination_details: Backup destination details.
599
+ :param 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.
600
600
  """
601
601
  if backup_destination_details is not None:
602
602
  pulumi.set(__self__, "backup_destination_details", backup_destination_details)
@@ -607,7 +607,7 @@ class AutonomousContainerDatabaseBackupConfig(dict):
607
607
  @pulumi.getter(name="backupDestinationDetails")
608
608
  def backup_destination_details(self) -> Optional['outputs.AutonomousContainerDatabaseBackupConfigBackupDestinationDetails']:
609
609
  """
610
- (Updatable) Backup destination details.
610
+ Backup destination details.
611
611
  """
612
612
  return pulumi.get(self, "backup_destination_details")
613
613
 
@@ -615,7 +615,7 @@ class AutonomousContainerDatabaseBackupConfig(dict):
615
615
  @pulumi.getter(name="recoveryWindowInDays")
616
616
  def recovery_window_in_days(self) -> Optional[int]:
617
617
  """
618
- (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.
618
+ 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.
619
619
  """
620
620
  return pulumi.get(self, "recovery_window_in_days")
621
621
 
@@ -650,11 +650,11 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
650
650
  vpc_password: Optional[str] = None,
651
651
  vpc_user: Optional[str] = None):
652
652
  """
653
- :param str type: (Updatable) Type of the database backup destination.
654
- :param str id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
655
- :param str internet_proxy: (Updatable) Proxy URL to connect to object store.
656
- :param str vpc_password: (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
657
- :param str vpc_user: (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
653
+ :param str type: Type of the database backup destination.
654
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
655
+ :param str internet_proxy: Proxy URL to connect to object store.
656
+ :param str vpc_password: For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
657
+ :param str vpc_user: For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
658
658
  """
659
659
  pulumi.set(__self__, "type", type)
660
660
  if id is not None:
@@ -670,7 +670,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
670
670
  @pulumi.getter
671
671
  def type(self) -> str:
672
672
  """
673
- (Updatable) Type of the database backup destination.
673
+ Type of the database backup destination.
674
674
  """
675
675
  return pulumi.get(self, "type")
676
676
 
@@ -678,7 +678,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
678
678
  @pulumi.getter
679
679
  def id(self) -> Optional[str]:
680
680
  """
681
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
681
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
682
682
  """
683
683
  return pulumi.get(self, "id")
684
684
 
@@ -686,7 +686,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
686
686
  @pulumi.getter(name="internetProxy")
687
687
  def internet_proxy(self) -> Optional[str]:
688
688
  """
689
- (Updatable) Proxy URL to connect to object store.
689
+ Proxy URL to connect to object store.
690
690
  """
691
691
  return pulumi.get(self, "internet_proxy")
692
692
 
@@ -694,7 +694,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
694
694
  @pulumi.getter(name="vpcPassword")
695
695
  def vpc_password(self) -> Optional[str]:
696
696
  """
697
- (Updatable) For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
697
+ For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
698
698
  """
699
699
  return pulumi.get(self, "vpc_password")
700
700
 
@@ -702,7 +702,7 @@ class AutonomousContainerDatabaseBackupConfigBackupDestinationDetails(dict):
702
702
  @pulumi.getter(name="vpcUser")
703
703
  def vpc_user(self) -> Optional[str]:
704
704
  """
705
- (Updatable) For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
705
+ For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
706
706
  """
707
707
  return pulumi.get(self, "vpc_user")
708
708
 
@@ -887,7 +887,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
887
887
  time_activated: Optional[str] = None,
888
888
  vault_id: Optional[str] = None):
889
889
  """
890
- :param 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.
890
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
891
891
  :param 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.
892
892
  :param str time_activated: The date and time the kms key activated.
893
893
  :param 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).
@@ -905,7 +905,7 @@ class AutonomousContainerDatabaseKeyHistoryEntry(dict):
905
905
  @pulumi.getter
906
906
  def id(self) -> Optional[str]:
907
907
  """
908
- The id of the Autonomous Database [Vault](https://docs.cloud.oracle.com/iaas/Content/KeyManagement/Concepts/keyoverview.htm#concepts) service key management history entry.
908
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
909
909
  """
910
910
  return pulumi.get(self, "id")
911
911
 
@@ -982,17 +982,20 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
982
982
  skip_rus: Optional[Sequence[bool]] = None,
983
983
  weeks_of_months: Optional[Sequence[int]] = None):
984
984
  """
985
- :param 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).
986
- :param Sequence['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
987
- :param Sequence[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
985
+ :param 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).
986
+ :param Sequence['AutonomousContainerDatabaseMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
987
+ :param Sequence[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
988
988
  * 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
989
- :param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
990
- :param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
991
- :param 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.
992
- :param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
993
- :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
994
- :param str preference: The maintenance window scheduling preference.
995
- :param Sequence[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.
989
+ :param bool is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
990
+ :param bool is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
991
+ :param 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.
992
+ :param Sequence['AutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: (Updatable) Months during the year when maintenance should be performed.
993
+ :param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
994
+
995
+ *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.
996
+ :param str preference: (Updatable) The maintenance window scheduling preference.
997
+ :param Sequence[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.
998
+ :param Sequence[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.
996
999
  """
997
1000
  if custom_action_timeout_in_mins is not None:
998
1001
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -1021,7 +1024,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1021
1024
  @pulumi.getter(name="customActionTimeoutInMins")
1022
1025
  def custom_action_timeout_in_mins(self) -> Optional[int]:
1023
1026
  """
1024
- 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).
1027
+ (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).
1025
1028
  """
1026
1029
  return pulumi.get(self, "custom_action_timeout_in_mins")
1027
1030
 
@@ -1029,7 +1032,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1029
1032
  @pulumi.getter(name="daysOfWeeks")
1030
1033
  def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek']]:
1031
1034
  """
1032
- Days during the week when maintenance should be performed.
1035
+ (Updatable) Days during the week when maintenance should be performed.
1033
1036
  """
1034
1037
  return pulumi.get(self, "days_of_weeks")
1035
1038
 
@@ -1037,7 +1040,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1037
1040
  @pulumi.getter(name="hoursOfDays")
1038
1041
  def hours_of_days(self) -> Optional[Sequence[int]]:
1039
1042
  """
1040
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
1043
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
1041
1044
  * 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
1042
1045
  """
1043
1046
  return pulumi.get(self, "hours_of_days")
@@ -1046,7 +1049,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1046
1049
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
1047
1050
  def is_custom_action_timeout_enabled(self) -> Optional[bool]:
1048
1051
  """
1049
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1052
+ (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1050
1053
  """
1051
1054
  return pulumi.get(self, "is_custom_action_timeout_enabled")
1052
1055
 
@@ -1054,7 +1057,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1054
1057
  @pulumi.getter(name="isMonthlyPatchingEnabled")
1055
1058
  def is_monthly_patching_enabled(self) -> Optional[bool]:
1056
1059
  """
1057
- If true, enables the monthly patching option.
1060
+ (Updatable) If true, enables the monthly patching option.
1058
1061
  """
1059
1062
  return pulumi.get(self, "is_monthly_patching_enabled")
1060
1063
 
@@ -1062,7 +1065,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1062
1065
  @pulumi.getter(name="leadTimeInWeeks")
1063
1066
  def lead_time_in_weeks(self) -> Optional[int]:
1064
1067
  """
1065
- 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.
1068
+ (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.
1066
1069
  """
1067
1070
  return pulumi.get(self, "lead_time_in_weeks")
1068
1071
 
@@ -1070,7 +1073,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1070
1073
  @pulumi.getter
1071
1074
  def months(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowMonth']]:
1072
1075
  """
1073
- Months during the year when maintenance should be performed.
1076
+ (Updatable) Months during the year when maintenance should be performed.
1074
1077
  """
1075
1078
  return pulumi.get(self, "months")
1076
1079
 
@@ -1078,7 +1081,9 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1078
1081
  @pulumi.getter(name="patchingMode")
1079
1082
  def patching_mode(self) -> Optional[str]:
1080
1083
  """
1081
- Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1084
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1085
+
1086
+ *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.
1082
1087
  """
1083
1088
  return pulumi.get(self, "patching_mode")
1084
1089
 
@@ -1086,20 +1091,23 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1086
1091
  @pulumi.getter
1087
1092
  def preference(self) -> Optional[str]:
1088
1093
  """
1089
- The maintenance window scheduling preference.
1094
+ (Updatable) The maintenance window scheduling preference.
1090
1095
  """
1091
1096
  return pulumi.get(self, "preference")
1092
1097
 
1093
1098
  @property
1094
1099
  @pulumi.getter(name="skipRus")
1095
1100
  def skip_rus(self) -> Optional[Sequence[bool]]:
1101
+ """
1102
+ (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.
1103
+ """
1096
1104
  return pulumi.get(self, "skip_rus")
1097
1105
 
1098
1106
  @property
1099
1107
  @pulumi.getter(name="weeksOfMonths")
1100
1108
  def weeks_of_months(self) -> Optional[Sequence[int]]:
1101
1109
  """
1102
- 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.
1110
+ (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.
1103
1111
  """
1104
1112
  return pulumi.get(self, "weeks_of_months")
1105
1113
 
@@ -1109,7 +1117,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek(dict):
1109
1117
  def __init__(__self__, *,
1110
1118
  name: Optional[str] = None):
1111
1119
  """
1112
- :param str name: Name of the month of the year.
1120
+ :param str name: (Updatable) Name of the month of the year.
1113
1121
  """
1114
1122
  if name is not None:
1115
1123
  pulumi.set(__self__, "name", name)
@@ -1118,7 +1126,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek(dict):
1118
1126
  @pulumi.getter
1119
1127
  def name(self) -> Optional[str]:
1120
1128
  """
1121
- Name of the month of the year.
1129
+ (Updatable) Name of the month of the year.
1122
1130
  """
1123
1131
  return pulumi.get(self, "name")
1124
1132
 
@@ -1306,7 +1314,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek(dict):
1306
1314
  def __init__(__self__, *,
1307
1315
  name: str):
1308
1316
  """
1309
- :param str name: (Updatable) Name of the day of the week.
1317
+ :param str name: (Updatable) Name of the month of the year.
1310
1318
  """
1311
1319
  pulumi.set(__self__, "name", name)
1312
1320
 
@@ -1314,7 +1322,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek(dict):
1314
1322
  @pulumi.getter
1315
1323
  def name(self) -> str:
1316
1324
  """
1317
- (Updatable) Name of the day of the week.
1325
+ (Updatable) Name of the month of the year.
1318
1326
  """
1319
1327
  return pulumi.get(self, "name")
1320
1328
 
@@ -1342,7 +1350,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonth(dict):
1342
1350
  def __init__(__self__, *,
1343
1351
  name: Optional[str] = None):
1344
1352
  """
1345
- :param str name: Name of the month of the year.
1353
+ :param str name: (Updatable) Name of the month of the year.
1346
1354
  """
1347
1355
  if name is not None:
1348
1356
  pulumi.set(__self__, "name", name)
@@ -1351,7 +1359,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonth(dict):
1351
1359
  @pulumi.getter
1352
1360
  def name(self) -> Optional[str]:
1353
1361
  """
1354
- Name of the month of the year.
1362
+ (Updatable) Name of the month of the year.
1355
1363
  """
1356
1364
  return pulumi.get(self, "name")
1357
1365
 
@@ -2102,7 +2110,7 @@ class AutonomousDatabaseDbToolsDetail(dict):
2102
2110
  is_enabled: Optional[bool] = None,
2103
2111
  max_idle_time_in_minutes: Optional[int] = None):
2104
2112
  """
2105
- :param str name: (Updatable) Name of database tool.
2113
+ :param str name: (Updatable) Name of the day of the week.
2106
2114
  :param float compute_count: (Updatable) Compute used by database tools.
2107
2115
  :param bool is_enabled: (Updatable) Indicates whether tool is enabled.
2108
2116
  :param int max_idle_time_in_minutes: (Updatable) The max idle time, in minutes, after which the VM used by database tools will be terminated.
@@ -2119,7 +2127,7 @@ class AutonomousDatabaseDbToolsDetail(dict):
2119
2127
  @pulumi.getter
2120
2128
  def name(self) -> str:
2121
2129
  """
2122
- (Updatable) Name of database tool.
2130
+ (Updatable) Name of the day of the week.
2123
2131
  """
2124
2132
  return pulumi.get(self, "name")
2125
2133
 
@@ -2345,7 +2353,7 @@ class AutonomousDatabaseLongTermBackupSchedule(dict):
2345
2353
  retention_period_in_days: Optional[int] = None,
2346
2354
  time_of_backup: Optional[str] = None):
2347
2355
  """
2348
- :param bool is_disabled: Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
2356
+ :param bool is_disabled: (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
2349
2357
  :param str repeat_cadence: The frequency of the long-term backup schedule
2350
2358
  :param int retention_period_in_days: Retention period, in days, for long-term backups
2351
2359
  :param 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.
@@ -2363,7 +2371,7 @@ class AutonomousDatabaseLongTermBackupSchedule(dict):
2363
2371
  @pulumi.getter(name="isDisabled")
2364
2372
  def is_disabled(self) -> Optional[bool]:
2365
2373
  """
2366
- Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
2374
+ (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
2367
2375
  """
2368
2376
  return pulumi.get(self, "is_disabled")
2369
2377
 
@@ -2739,17 +2747,19 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2739
2747
  skip_rus: Optional[Sequence[bool]] = None,
2740
2748
  weeks_of_months: Optional[Sequence[int]] = None):
2741
2749
  """
2742
- :param 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).
2743
- :param Sequence['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
2744
- :param Sequence[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
2750
+ :param 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).
2751
+ :param Sequence['AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
2752
+ :param Sequence[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
2745
2753
  * 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
2746
- :param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2747
- :param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
2748
- :param 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.
2749
- :param Sequence['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
2750
- :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2751
- :param str preference: The maintenance window scheduling preference.
2752
- :param Sequence[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.
2754
+ :param bool is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2755
+ :param bool is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
2756
+ :param 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.
2757
+ :param Sequence['AutonomousExadataInfrastructureMaintenanceWindowMonthArgs'] months: (Updatable) Months during the year when maintenance should be performed.
2758
+ :param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2759
+
2760
+ *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.
2761
+ :param str preference: (Updatable) The maintenance window scheduling preference.
2762
+ :param Sequence[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.
2753
2763
  """
2754
2764
  if custom_action_timeout_in_mins is not None:
2755
2765
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -2778,7 +2788,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2778
2788
  @pulumi.getter(name="customActionTimeoutInMins")
2779
2789
  def custom_action_timeout_in_mins(self) -> Optional[int]:
2780
2790
  """
2781
- 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).
2791
+ (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).
2782
2792
  """
2783
2793
  return pulumi.get(self, "custom_action_timeout_in_mins")
2784
2794
 
@@ -2786,7 +2796,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2786
2796
  @pulumi.getter(name="daysOfWeeks")
2787
2797
  def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek']]:
2788
2798
  """
2789
- Days during the week when maintenance should be performed.
2799
+ (Updatable) Days during the week when maintenance should be performed.
2790
2800
  """
2791
2801
  return pulumi.get(self, "days_of_weeks")
2792
2802
 
@@ -2794,7 +2804,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2794
2804
  @pulumi.getter(name="hoursOfDays")
2795
2805
  def hours_of_days(self) -> Optional[Sequence[int]]:
2796
2806
  """
2797
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2807
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2798
2808
  * 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
2799
2809
  """
2800
2810
  return pulumi.get(self, "hours_of_days")
@@ -2803,7 +2813,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2803
2813
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
2804
2814
  def is_custom_action_timeout_enabled(self) -> Optional[bool]:
2805
2815
  """
2806
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2816
+ (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2807
2817
  """
2808
2818
  return pulumi.get(self, "is_custom_action_timeout_enabled")
2809
2819
 
@@ -2811,7 +2821,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2811
2821
  @pulumi.getter(name="isMonthlyPatchingEnabled")
2812
2822
  def is_monthly_patching_enabled(self) -> Optional[bool]:
2813
2823
  """
2814
- If true, enables the monthly patching option.
2824
+ (Updatable) If true, enables the monthly patching option.
2815
2825
  """
2816
2826
  return pulumi.get(self, "is_monthly_patching_enabled")
2817
2827
 
@@ -2819,7 +2829,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2819
2829
  @pulumi.getter(name="leadTimeInWeeks")
2820
2830
  def lead_time_in_weeks(self) -> Optional[int]:
2821
2831
  """
2822
- 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.
2832
+ (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.
2823
2833
  """
2824
2834
  return pulumi.get(self, "lead_time_in_weeks")
2825
2835
 
@@ -2827,7 +2837,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2827
2837
  @pulumi.getter
2828
2838
  def months(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowMonth']]:
2829
2839
  """
2830
- Months during the year when maintenance should be performed.
2840
+ (Updatable) Months during the year when maintenance should be performed.
2831
2841
  """
2832
2842
  return pulumi.get(self, "months")
2833
2843
 
@@ -2835,7 +2845,9 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2835
2845
  @pulumi.getter(name="patchingMode")
2836
2846
  def patching_mode(self) -> Optional[str]:
2837
2847
  """
2838
- Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2848
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2849
+
2850
+ *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.
2839
2851
  """
2840
2852
  return pulumi.get(self, "patching_mode")
2841
2853
 
@@ -2843,7 +2855,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2843
2855
  @pulumi.getter
2844
2856
  def preference(self) -> Optional[str]:
2845
2857
  """
2846
- The maintenance window scheduling preference.
2858
+ (Updatable) The maintenance window scheduling preference.
2847
2859
  """
2848
2860
  return pulumi.get(self, "preference")
2849
2861
 
@@ -2856,7 +2868,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2856
2868
  @pulumi.getter(name="weeksOfMonths")
2857
2869
  def weeks_of_months(self) -> Optional[Sequence[int]]:
2858
2870
  """
2859
- 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.
2871
+ (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.
2860
2872
  """
2861
2873
  return pulumi.get(self, "weeks_of_months")
2862
2874
 
@@ -2866,7 +2878,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
2866
2878
  def __init__(__self__, *,
2867
2879
  name: Optional[str] = None):
2868
2880
  """
2869
- :param str name: Name of the month of the year.
2881
+ :param str name: (Updatable) Name of the month of the year.
2870
2882
  """
2871
2883
  if name is not None:
2872
2884
  pulumi.set(__self__, "name", name)
@@ -2875,7 +2887,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
2875
2887
  @pulumi.getter
2876
2888
  def name(self) -> Optional[str]:
2877
2889
  """
2878
- Name of the month of the year.
2890
+ (Updatable) Name of the month of the year.
2879
2891
  """
2880
2892
  return pulumi.get(self, "name")
2881
2893
 
@@ -3059,7 +3071,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek(dict):
3059
3071
  def __init__(__self__, *,
3060
3072
  name: str):
3061
3073
  """
3062
- :param str name: (Updatable) Name of the day of the week.
3074
+ :param str name: (Updatable) Name of the month of the year.
3063
3075
  """
3064
3076
  pulumi.set(__self__, "name", name)
3065
3077
 
@@ -3067,7 +3079,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek(dict):
3067
3079
  @pulumi.getter
3068
3080
  def name(self) -> str:
3069
3081
  """
3070
- (Updatable) Name of the day of the week.
3082
+ (Updatable) Name of the month of the year.
3071
3083
  """
3072
3084
  return pulumi.get(self, "name")
3073
3085
 
@@ -3095,7 +3107,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonth(dict):
3095
3107
  def __init__(__self__, *,
3096
3108
  name: Optional[str] = None):
3097
3109
  """
3098
- :param str name: Name of the month of the year.
3110
+ :param str name: (Updatable) Name of the month of the year.
3099
3111
  """
3100
3112
  if name is not None:
3101
3113
  pulumi.set(__self__, "name", name)
@@ -3104,7 +3116,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonth(dict):
3104
3116
  @pulumi.getter
3105
3117
  def name(self) -> Optional[str]:
3106
3118
  """
3107
- Name of the month of the year.
3119
+ (Updatable) Name of the month of the year.
3108
3120
  """
3109
3121
  return pulumi.get(self, "name")
3110
3122
 
@@ -3157,13 +3169,16 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3157
3169
  skip_rus: Optional[Sequence[bool]] = None,
3158
3170
  weeks_of_months: Optional[Sequence[int]] = None):
3159
3171
  """
3160
- :param Sequence['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
3161
- :param Sequence[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
3172
+ :param Sequence['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
3173
+ :param Sequence[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
3162
3174
  * 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
3163
- :param 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.
3164
- :param Sequence['AutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
3165
- :param str preference: The maintenance window scheduling preference.
3166
- :param Sequence[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.
3175
+ :param 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.
3176
+ :param Sequence['AutonomousVmClusterMaintenanceWindowMonthArgs'] months: (Updatable) Months during the year when maintenance should be performed.
3177
+ :param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3178
+
3179
+ *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.
3180
+ :param str preference: (Updatable) The maintenance window scheduling preference.
3181
+ :param Sequence[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.
3167
3182
  """
3168
3183
  if custom_action_timeout_in_mins is not None:
3169
3184
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -3197,7 +3212,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3197
3212
  @pulumi.getter(name="daysOfWeeks")
3198
3213
  def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowDaysOfWeek']]:
3199
3214
  """
3200
- Days during the week when maintenance should be performed.
3215
+ (Updatable) Days during the week when maintenance should be performed.
3201
3216
  """
3202
3217
  return pulumi.get(self, "days_of_weeks")
3203
3218
 
@@ -3205,7 +3220,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3205
3220
  @pulumi.getter(name="hoursOfDays")
3206
3221
  def hours_of_days(self) -> Optional[Sequence[int]]:
3207
3222
  """
3208
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
3223
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
3209
3224
  * 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
3210
3225
  """
3211
3226
  return pulumi.get(self, "hours_of_days")
@@ -3224,7 +3239,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3224
3239
  @pulumi.getter(name="leadTimeInWeeks")
3225
3240
  def lead_time_in_weeks(self) -> Optional[int]:
3226
3241
  """
3227
- 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.
3242
+ (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.
3228
3243
  """
3229
3244
  return pulumi.get(self, "lead_time_in_weeks")
3230
3245
 
@@ -3232,20 +3247,25 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3232
3247
  @pulumi.getter
3233
3248
  def months(self) -> Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowMonth']]:
3234
3249
  """
3235
- Months during the year when maintenance should be performed.
3250
+ (Updatable) Months during the year when maintenance should be performed.
3236
3251
  """
3237
3252
  return pulumi.get(self, "months")
3238
3253
 
3239
3254
  @property
3240
3255
  @pulumi.getter(name="patchingMode")
3241
3256
  def patching_mode(self) -> Optional[str]:
3257
+ """
3258
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3259
+
3260
+ *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.
3261
+ """
3242
3262
  return pulumi.get(self, "patching_mode")
3243
3263
 
3244
3264
  @property
3245
3265
  @pulumi.getter
3246
3266
  def preference(self) -> Optional[str]:
3247
3267
  """
3248
- The maintenance window scheduling preference.
3268
+ (Updatable) The maintenance window scheduling preference.
3249
3269
  """
3250
3270
  return pulumi.get(self, "preference")
3251
3271
 
@@ -3258,7 +3278,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3258
3278
  @pulumi.getter(name="weeksOfMonths")
3259
3279
  def weeks_of_months(self) -> Optional[Sequence[int]]:
3260
3280
  """
3261
- 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.
3281
+ (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.
3262
3282
  """
3263
3283
  return pulumi.get(self, "weeks_of_months")
3264
3284
 
@@ -3268,7 +3288,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
3268
3288
  def __init__(__self__, *,
3269
3289
  name: Optional[str] = None):
3270
3290
  """
3271
- :param str name: Name of the month of the year.
3291
+ :param str name: (Updatable) Name of the month of the year.
3272
3292
  """
3273
3293
  if name is not None:
3274
3294
  pulumi.set(__self__, "name", name)
@@ -3277,7 +3297,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
3277
3297
  @pulumi.getter
3278
3298
  def name(self) -> Optional[str]:
3279
3299
  """
3280
- Name of the month of the year.
3300
+ (Updatable) Name of the month of the year.
3281
3301
  """
3282
3302
  return pulumi.get(self, "name")
3283
3303
 
@@ -3449,7 +3469,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeek(dict):
3449
3469
  def __init__(__self__, *,
3450
3470
  name: str):
3451
3471
  """
3452
- :param str name: (Updatable) Name of the day of the week.
3472
+ :param str name: (Updatable) Name of the month of the year.
3453
3473
  """
3454
3474
  pulumi.set(__self__, "name", name)
3455
3475
 
@@ -3457,7 +3477,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeek(dict):
3457
3477
  @pulumi.getter
3458
3478
  def name(self) -> str:
3459
3479
  """
3460
- (Updatable) Name of the day of the week.
3480
+ (Updatable) Name of the month of the year.
3461
3481
  """
3462
3482
  return pulumi.get(self, "name")
3463
3483
 
@@ -3485,7 +3505,7 @@ class AutonomousVmClusterMaintenanceWindowMonth(dict):
3485
3505
  def __init__(__self__, *,
3486
3506
  name: Optional[str] = None):
3487
3507
  """
3488
- :param str name: Name of the month of the year.
3508
+ :param str name: (Updatable) Name of the month of the year.
3489
3509
  """
3490
3510
  if name is not None:
3491
3511
  pulumi.set(__self__, "name", name)
@@ -3494,7 +3514,7 @@ class AutonomousVmClusterMaintenanceWindowMonth(dict):
3494
3514
  @pulumi.getter
3495
3515
  def name(self) -> Optional[str]:
3496
3516
  """
3497
- Name of the month of the year.
3517
+ (Updatable) Name of the month of the year.
3498
3518
  """
3499
3519
  return pulumi.get(self, "name")
3500
3520
 
@@ -3681,8 +3701,8 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3681
3701
  :param 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.
3682
3702
  :param Sequence['CloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
3683
3703
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3684
- :param str preference: The maintenance window scheduling preference.
3685
- :param Sequence[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.
3704
+ :param str preference: (Updatable) The maintenance window scheduling preference.
3705
+ :param Sequence[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.
3686
3706
  """
3687
3707
  if custom_action_timeout_in_mins is not None:
3688
3708
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -3776,7 +3796,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3776
3796
  @pulumi.getter
3777
3797
  def preference(self) -> Optional[str]:
3778
3798
  """
3779
- The maintenance window scheduling preference.
3799
+ (Updatable) The maintenance window scheduling preference.
3780
3800
  """
3781
3801
  return pulumi.get(self, "preference")
3782
3802
 
@@ -3789,7 +3809,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3789
3809
  @pulumi.getter(name="weeksOfMonths")
3790
3810
  def weeks_of_months(self) -> Optional[Sequence[int]]:
3791
3811
  """
3792
- 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.
3812
+ (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.
3793
3813
  """
3794
3814
  return pulumi.get(self, "weeks_of_months")
3795
3815
 
@@ -3992,7 +4012,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
3992
4012
  def __init__(__self__, *,
3993
4013
  name: str):
3994
4014
  """
3995
- :param str name: (Updatable) Name of the day of the week.
4015
+ :param str name: Name of the month of the year.
3996
4016
  """
3997
4017
  pulumi.set(__self__, "name", name)
3998
4018
 
@@ -4000,7 +4020,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
4000
4020
  @pulumi.getter
4001
4021
  def name(self) -> str:
4002
4022
  """
4003
- (Updatable) Name of the day of the week.
4023
+ Name of the month of the year.
4004
4024
  """
4005
4025
  return pulumi.get(self, "name")
4006
4026
 
@@ -4010,7 +4030,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
4010
4030
  def __init__(__self__, *,
4011
4031
  name: str):
4012
4032
  """
4013
- :param str name: (Updatable) Name of the month of the year.
4033
+ :param str name: Name of the month of the year.
4014
4034
  """
4015
4035
  pulumi.set(__self__, "name", name)
4016
4036
 
@@ -4018,7 +4038,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
4018
4038
  @pulumi.getter
4019
4039
  def name(self) -> str:
4020
4040
  """
4021
- (Updatable) Name of the month of the year.
4041
+ Name of the month of the year.
4022
4042
  """
4023
4043
  return pulumi.get(self, "name")
4024
4044
 
@@ -4356,7 +4376,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
4356
4376
  def __init__(__self__, *,
4357
4377
  name: str):
4358
4378
  """
4359
- :param str name: (Updatable) Name of the day of the week.
4379
+ :param str name: (Updatable) Name of the month of the year.
4360
4380
  """
4361
4381
  pulumi.set(__self__, "name", name)
4362
4382
 
@@ -4364,7 +4384,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
4364
4384
  @pulumi.getter
4365
4385
  def name(self) -> str:
4366
4386
  """
4367
- (Updatable) Name of the day of the week.
4387
+ (Updatable) Name of the month of the year.
4368
4388
  """
4369
4389
  return pulumi.get(self, "name")
4370
4390
 
@@ -5416,13 +5436,13 @@ class DatabaseDbBackupConfig(dict):
5416
5436
  recovery_window_in_days: Optional[int] = None,
5417
5437
  run_immediate_full_backup: Optional[bool] = None):
5418
5438
  """
5419
- :param 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.
5420
- :param 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`
5439
+ :param 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.
5440
+ :param 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`
5421
5441
  :param 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.
5422
5442
  :param 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`
5423
5443
  :param 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.
5424
5444
  :param Sequence['DatabaseDbBackupConfigBackupDestinationDetailArgs'] backup_destination_details: Backup destination details.
5425
- :param 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.
5445
+ :param 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.
5426
5446
  :param 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.
5427
5447
  """
5428
5448
  if auto_backup_enabled is not None:
@@ -5446,7 +5466,7 @@ class DatabaseDbBackupConfig(dict):
5446
5466
  @pulumi.getter(name="autoBackupEnabled")
5447
5467
  def auto_backup_enabled(self) -> Optional[bool]:
5448
5468
  """
5449
- 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.
5469
+ (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.
5450
5470
  """
5451
5471
  return pulumi.get(self, "auto_backup_enabled")
5452
5472
 
@@ -5454,7 +5474,7 @@ class DatabaseDbBackupConfig(dict):
5454
5474
  @pulumi.getter(name="autoBackupWindow")
5455
5475
  def auto_backup_window(self) -> Optional[str]:
5456
5476
  """
5457
- 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`
5477
+ (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`
5458
5478
  """
5459
5479
  return pulumi.get(self, "auto_backup_window")
5460
5480
 
@@ -5494,7 +5514,7 @@ class DatabaseDbBackupConfig(dict):
5494
5514
  @pulumi.getter(name="recoveryWindowInDays")
5495
5515
  def recovery_window_in_days(self) -> Optional[int]:
5496
5516
  """
5497
- 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.
5517
+ (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.
5498
5518
  """
5499
5519
  return pulumi.get(self, "recovery_window_in_days")
5500
5520
 
@@ -5535,7 +5555,7 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
5535
5555
  vpc_user: Optional[str] = None):
5536
5556
  """
5537
5557
  :param str dbrs_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DBRS policy used for backup.
5538
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
5558
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5539
5559
  :param str type: Type of the database backup destination.
5540
5560
  """
5541
5561
  if dbrs_policy_id is not None:
@@ -5559,7 +5579,7 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
5559
5579
  @pulumi.getter
5560
5580
  def id(self) -> Optional[str]:
5561
5581
  """
5562
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
5582
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5563
5583
  """
5564
5584
  return pulumi.get(self, "id")
5565
5585
 
@@ -6078,7 +6098,7 @@ class DbHomeDatabase(dict):
6078
6098
  The database workload type.
6079
6099
  :param 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).
6080
6100
  :param 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"}`
6081
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
6101
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6082
6102
  :param 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.
6083
6103
  :param 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.
6084
6104
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -6253,7 +6273,7 @@ class DbHomeDatabase(dict):
6253
6273
  @pulumi.getter
6254
6274
  def id(self) -> Optional[str]:
6255
6275
  """
6256
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
6276
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6257
6277
  """
6258
6278
  return pulumi.get(self, "id")
6259
6279
 
@@ -6729,10 +6749,10 @@ class DbSystemDbHome(dict):
6729
6749
  :param str db_version: A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
6730
6750
 
6731
6751
  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.
6732
- :param 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).
6733
- :param str display_name: The user-provided name of the Database Home.
6734
- :param 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"}`
6735
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6752
+ :param 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).
6753
+ :param str display_name: The user-friendly name for the DB system. The name does not have to be unique.
6754
+ :param 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"}`
6755
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6736
6756
  :param 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.
6737
6757
  :param str lifecycle_details: Additional information about the current lifecycle state.
6738
6758
  :param str state: The current state of the DB system.
@@ -6806,7 +6826,7 @@ class DbSystemDbHome(dict):
6806
6826
  @pulumi.getter(name="definedTags")
6807
6827
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
6808
6828
  """
6809
- 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).
6829
+ (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).
6810
6830
  """
6811
6831
  return pulumi.get(self, "defined_tags")
6812
6832
 
@@ -6814,7 +6834,7 @@ class DbSystemDbHome(dict):
6814
6834
  @pulumi.getter(name="displayName")
6815
6835
  def display_name(self) -> Optional[str]:
6816
6836
  """
6817
- The user-provided name of the Database Home.
6837
+ The user-friendly name for the DB system. The name does not have to be unique.
6818
6838
  """
6819
6839
  return pulumi.get(self, "display_name")
6820
6840
 
@@ -6822,7 +6842,7 @@ class DbSystemDbHome(dict):
6822
6842
  @pulumi.getter(name="freeformTags")
6823
6843
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
6824
6844
  """
6825
- 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"}`
6845
+ (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"}`
6826
6846
  """
6827
6847
  return pulumi.get(self, "freeform_tags")
6828
6848
 
@@ -6830,7 +6850,7 @@ class DbSystemDbHome(dict):
6830
6850
  @pulumi.getter
6831
6851
  def id(self) -> Optional[str]:
6832
6852
  """
6833
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6853
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6834
6854
  """
6835
6855
  return pulumi.get(self, "id")
6836
6856
 
@@ -6967,7 +6987,7 @@ class DbSystemDbHomeDatabase(dict):
6967
6987
 
6968
6988
  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
6969
6989
  :param str database_id: The database [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
6970
- :param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
6990
+ :param 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.
6971
6991
  :param '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).
6972
6992
  :param str db_domain: The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
6973
6993
  :param 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.
@@ -6976,7 +6996,7 @@ class DbSystemDbHomeDatabase(dict):
6976
6996
  The database workload type.
6977
6997
  :param 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).
6978
6998
  :param 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"}`
6979
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6999
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6980
7000
  :param 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.
6981
7001
  :param 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.
6982
7002
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -7092,7 +7112,7 @@ class DbSystemDbHomeDatabase(dict):
7092
7112
  @pulumi.getter(name="databaseSoftwareImageId")
7093
7113
  def database_software_image_id(self) -> Optional[str]:
7094
7114
  """
7095
- The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
7115
+ 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.
7096
7116
  """
7097
7117
  return pulumi.get(self, "database_software_image_id")
7098
7118
 
@@ -7155,7 +7175,7 @@ class DbSystemDbHomeDatabase(dict):
7155
7175
  @pulumi.getter
7156
7176
  def id(self) -> Optional[str]:
7157
7177
  """
7158
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
7178
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
7159
7179
  """
7160
7180
  return pulumi.get(self, "id")
7161
7181
 
@@ -7638,7 +7658,7 @@ class DbSystemIormConfigCachDbPlan(dict):
7638
7658
  flash_cache_limit: Optional[str] = None,
7639
7659
  share: Optional[int] = None):
7640
7660
  """
7641
- :param str db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
7661
+ :param 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.
7642
7662
  :param 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.
7643
7663
  :param int share: The relative priority of this database.
7644
7664
  """
@@ -7653,7 +7673,7 @@ class DbSystemIormConfigCachDbPlan(dict):
7653
7673
  @pulumi.getter(name="dbName")
7654
7674
  def db_name(self) -> Optional[str]:
7655
7675
  """
7656
- The database name. For the default `DbPlan`, the `dbName` is `default`.
7676
+ 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.
7657
7677
  """
7658
7678
  return pulumi.get(self, "db_name")
7659
7679
 
@@ -7722,17 +7742,19 @@ class DbSystemMaintenanceWindow(dict):
7722
7742
  skip_rus: Optional[Sequence[bool]] = None,
7723
7743
  weeks_of_months: Optional[Sequence[int]] = None):
7724
7744
  """
7725
- :param 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).
7726
- :param Sequence['DbSystemMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
7727
- :param Sequence[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
7745
+ :param 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).
7746
+ :param Sequence['DbSystemMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
7747
+ :param Sequence[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
7728
7748
  * 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
7729
- :param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7730
- :param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
7731
- :param 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.
7732
- :param Sequence['DbSystemMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
7733
- :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7734
- :param str preference: The maintenance window scheduling preference.
7735
- :param Sequence[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.
7749
+ :param bool is_custom_action_timeout_enabled: (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7750
+ :param bool is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
7751
+ :param 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.
7752
+ :param Sequence['DbSystemMaintenanceWindowMonthArgs'] months: (Updatable) Months during the year when maintenance should be performed.
7753
+ :param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7754
+
7755
+ *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.
7756
+ :param str preference: (Updatable) The maintenance window scheduling preference.
7757
+ :param Sequence[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.
7736
7758
  """
7737
7759
  if custom_action_timeout_in_mins is not None:
7738
7760
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -7761,7 +7783,7 @@ class DbSystemMaintenanceWindow(dict):
7761
7783
  @pulumi.getter(name="customActionTimeoutInMins")
7762
7784
  def custom_action_timeout_in_mins(self) -> Optional[int]:
7763
7785
  """
7764
- 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).
7786
+ (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).
7765
7787
  """
7766
7788
  return pulumi.get(self, "custom_action_timeout_in_mins")
7767
7789
 
@@ -7769,7 +7791,7 @@ class DbSystemMaintenanceWindow(dict):
7769
7791
  @pulumi.getter(name="daysOfWeeks")
7770
7792
  def days_of_weeks(self) -> Optional[Sequence['outputs.DbSystemMaintenanceWindowDaysOfWeek']]:
7771
7793
  """
7772
- Days during the week when maintenance should be performed.
7794
+ (Updatable) Days during the week when maintenance should be performed.
7773
7795
  """
7774
7796
  return pulumi.get(self, "days_of_weeks")
7775
7797
 
@@ -7777,7 +7799,7 @@ class DbSystemMaintenanceWindow(dict):
7777
7799
  @pulumi.getter(name="hoursOfDays")
7778
7800
  def hours_of_days(self) -> Optional[Sequence[int]]:
7779
7801
  """
7780
- The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7802
+ (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7781
7803
  * 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
7782
7804
  """
7783
7805
  return pulumi.get(self, "hours_of_days")
@@ -7786,7 +7808,7 @@ class DbSystemMaintenanceWindow(dict):
7786
7808
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
7787
7809
  def is_custom_action_timeout_enabled(self) -> Optional[bool]:
7788
7810
  """
7789
- If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7811
+ (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7790
7812
  """
7791
7813
  return pulumi.get(self, "is_custom_action_timeout_enabled")
7792
7814
 
@@ -7794,7 +7816,7 @@ class DbSystemMaintenanceWindow(dict):
7794
7816
  @pulumi.getter(name="isMonthlyPatchingEnabled")
7795
7817
  def is_monthly_patching_enabled(self) -> Optional[bool]:
7796
7818
  """
7797
- If true, enables the monthly patching option.
7819
+ (Updatable) If true, enables the monthly patching option.
7798
7820
  """
7799
7821
  return pulumi.get(self, "is_monthly_patching_enabled")
7800
7822
 
@@ -7802,7 +7824,7 @@ class DbSystemMaintenanceWindow(dict):
7802
7824
  @pulumi.getter(name="leadTimeInWeeks")
7803
7825
  def lead_time_in_weeks(self) -> Optional[int]:
7804
7826
  """
7805
- 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.
7827
+ (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.
7806
7828
  """
7807
7829
  return pulumi.get(self, "lead_time_in_weeks")
7808
7830
 
@@ -7810,7 +7832,7 @@ class DbSystemMaintenanceWindow(dict):
7810
7832
  @pulumi.getter
7811
7833
  def months(self) -> Optional[Sequence['outputs.DbSystemMaintenanceWindowMonth']]:
7812
7834
  """
7813
- Months during the year when maintenance should be performed.
7835
+ (Updatable) Months during the year when maintenance should be performed.
7814
7836
  """
7815
7837
  return pulumi.get(self, "months")
7816
7838
 
@@ -7818,7 +7840,9 @@ class DbSystemMaintenanceWindow(dict):
7818
7840
  @pulumi.getter(name="patchingMode")
7819
7841
  def patching_mode(self) -> Optional[str]:
7820
7842
  """
7821
- Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7843
+ (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7844
+
7845
+ *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.
7822
7846
  """
7823
7847
  return pulumi.get(self, "patching_mode")
7824
7848
 
@@ -7826,7 +7850,7 @@ class DbSystemMaintenanceWindow(dict):
7826
7850
  @pulumi.getter
7827
7851
  def preference(self) -> Optional[str]:
7828
7852
  """
7829
- The maintenance window scheduling preference.
7853
+ (Updatable) The maintenance window scheduling preference.
7830
7854
  """
7831
7855
  return pulumi.get(self, "preference")
7832
7856
 
@@ -7839,7 +7863,7 @@ class DbSystemMaintenanceWindow(dict):
7839
7863
  @pulumi.getter(name="weeksOfMonths")
7840
7864
  def weeks_of_months(self) -> Optional[Sequence[int]]:
7841
7865
  """
7842
- 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.
7866
+ (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.
7843
7867
  """
7844
7868
  return pulumi.get(self, "weeks_of_months")
7845
7869
 
@@ -7849,7 +7873,7 @@ class DbSystemMaintenanceWindowDaysOfWeek(dict):
7849
7873
  def __init__(__self__, *,
7850
7874
  name: Optional[str] = None):
7851
7875
  """
7852
- :param str name: Name of the month of the year.
7876
+ :param str name: (Updatable) Name of the month of the year.
7853
7877
  """
7854
7878
  if name is not None:
7855
7879
  pulumi.set(__self__, "name", name)
@@ -7858,7 +7882,7 @@ class DbSystemMaintenanceWindowDaysOfWeek(dict):
7858
7882
  @pulumi.getter
7859
7883
  def name(self) -> Optional[str]:
7860
7884
  """
7861
- Name of the month of the year.
7885
+ (Updatable) Name of the month of the year.
7862
7886
  """
7863
7887
  return pulumi.get(self, "name")
7864
7888
 
@@ -8042,7 +8066,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeek(dict):
8042
8066
  def __init__(__self__, *,
8043
8067
  name: Optional[str] = None):
8044
8068
  """
8045
- :param str name: (Updatable) Name of the day of the week.
8069
+ :param str name: (Updatable) Name of the month of the year.
8046
8070
  """
8047
8071
  if name is not None:
8048
8072
  pulumi.set(__self__, "name", name)
@@ -8051,7 +8075,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeek(dict):
8051
8075
  @pulumi.getter
8052
8076
  def name(self) -> Optional[str]:
8053
8077
  """
8054
- (Updatable) Name of the day of the week.
8078
+ (Updatable) Name of the month of the year.
8055
8079
  """
8056
8080
  return pulumi.get(self, "name")
8057
8081
 
@@ -8080,7 +8104,7 @@ class DbSystemMaintenanceWindowMonth(dict):
8080
8104
  def __init__(__self__, *,
8081
8105
  name: Optional[str] = None):
8082
8106
  """
8083
- :param str name: Name of the month of the year.
8107
+ :param str name: (Updatable) Name of the month of the year.
8084
8108
  """
8085
8109
  if name is not None:
8086
8110
  pulumi.set(__self__, "name", name)
@@ -8089,7 +8113,7 @@ class DbSystemMaintenanceWindowMonth(dict):
8089
8113
  @pulumi.getter
8090
8114
  def name(self) -> Optional[str]:
8091
8115
  """
8092
- Name of the month of the year.
8116
+ (Updatable) Name of the month of the year.
8093
8117
  """
8094
8118
  return pulumi.get(self, "name")
8095
8119
 
@@ -8726,7 +8750,7 @@ class ExadataInfrastructureContact(dict):
8726
8750
  """
8727
8751
  :param str email: (Updatable) The email for the Exadata Infrastructure contact.
8728
8752
  :param bool is_primary: (Updatable) If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
8729
- :param str name: (Updatable) The name of the Exadata Infrastructure contact.
8753
+ :param str name: (Updatable) Name of the month of the year.
8730
8754
  :param 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.
8731
8755
  :param str phone_number: (Updatable) The phone number for the Exadata Infrastructure contact.
8732
8756
  """
@@ -8758,7 +8782,7 @@ class ExadataInfrastructureContact(dict):
8758
8782
  @pulumi.getter
8759
8783
  def name(self) -> str:
8760
8784
  """
8761
- (Updatable) The name of the Exadata Infrastructure contact.
8785
+ (Updatable) Name of the month of the year.
8762
8786
  """
8763
8787
  return pulumi.get(self, "name")
8764
8788
 
@@ -9036,7 +9060,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
9036
9060
  def __init__(__self__, *,
9037
9061
  name: str):
9038
9062
  """
9039
- :param str name: (Updatable) Name of the day of the week.
9063
+ :param str name: (Updatable) Name of the month of the year.
9040
9064
  """
9041
9065
  pulumi.set(__self__, "name", name)
9042
9066
 
@@ -9044,7 +9068,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
9044
9068
  @pulumi.getter
9045
9069
  def name(self) -> str:
9046
9070
  """
9047
- (Updatable) Name of the day of the week.
9071
+ (Updatable) Name of the month of the year.
9048
9072
  """
9049
9073
  return pulumi.get(self, "name")
9050
9074
 
@@ -10671,7 +10695,7 @@ class PluggableDatabaseRefreshableCloneConfig(dict):
10671
10695
  def __init__(__self__, *,
10672
10696
  is_refreshable_clone: Optional[bool] = None):
10673
10697
  """
10674
- :param bool is_refreshable_clone: Indicates whether the Pluggable Database is a refreshable clone.
10698
+ :param bool is_refreshable_clone: Indicates whether Pluggable Database is a refreshable clone.
10675
10699
  """
10676
10700
  if is_refreshable_clone is not None:
10677
10701
  pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
@@ -10680,7 +10704,7 @@ class PluggableDatabaseRefreshableCloneConfig(dict):
10680
10704
  @pulumi.getter(name="isRefreshableClone")
10681
10705
  def is_refreshable_clone(self) -> Optional[bool]:
10682
10706
  """
10683
- Indicates whether the Pluggable Database is a refreshable clone.
10707
+ Indicates whether Pluggable Database is a refreshable clone.
10684
10708
  """
10685
10709
  return pulumi.get(self, "is_refreshable_clone")
10686
10710
 
@@ -11344,9 +11368,9 @@ class VmClusterNetworkDrScan(dict):
11344
11368
  ips: Sequence[str],
11345
11369
  scan_listener_port_tcp: int):
11346
11370
  """
11347
- :param str hostname: (Updatable) The Disaster recovery SCAN hostname.
11348
- :param Sequence[str] ips: (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
11349
- :param int scan_listener_port_tcp: (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
11371
+ :param str hostname: (Updatable) The node host name.
11372
+ :param Sequence[str] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
11373
+ :param int scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
11350
11374
  """
11351
11375
  pulumi.set(__self__, "hostname", hostname)
11352
11376
  pulumi.set(__self__, "ips", ips)
@@ -11356,7 +11380,7 @@ class VmClusterNetworkDrScan(dict):
11356
11380
  @pulumi.getter
11357
11381
  def hostname(self) -> str:
11358
11382
  """
11359
- (Updatable) The Disaster recovery SCAN hostname.
11383
+ (Updatable) The node host name.
11360
11384
  """
11361
11385
  return pulumi.get(self, "hostname")
11362
11386
 
@@ -11364,7 +11388,7 @@ class VmClusterNetworkDrScan(dict):
11364
11388
  @pulumi.getter
11365
11389
  def ips(self) -> Sequence[str]:
11366
11390
  """
11367
- (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
11391
+ (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
11368
11392
  """
11369
11393
  return pulumi.get(self, "ips")
11370
11394
 
@@ -11372,7 +11396,7 @@ class VmClusterNetworkDrScan(dict):
11372
11396
  @pulumi.getter(name="scanListenerPortTcp")
11373
11397
  def scan_listener_port_tcp(self) -> int:
11374
11398
  """
11375
- (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
11399
+ (Updatable) The SCAN TCPIP port. Default is 1521.
11376
11400
  """
11377
11401
  return pulumi.get(self, "scan_listener_port_tcp")
11378
11402
 
@@ -11405,7 +11429,7 @@ class VmClusterNetworkScan(dict):
11405
11429
  scan_listener_port_tcp: Optional[int] = None,
11406
11430
  scan_listener_port_tcp_ssl: Optional[int] = None):
11407
11431
  """
11408
- :param str hostname: (Updatable) The SCAN hostname.
11432
+ :param str hostname: (Updatable) The node host name.
11409
11433
  :param Sequence[str] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
11410
11434
  :param int port: (Updatable) **Deprecated.** This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
11411
11435
  :param int scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
@@ -11424,7 +11448,7 @@ class VmClusterNetworkScan(dict):
11424
11448
  @pulumi.getter
11425
11449
  def hostname(self) -> str:
11426
11450
  """
11427
- (Updatable) The SCAN hostname.
11451
+ (Updatable) The node host name.
11428
11452
  """
11429
11453
  return pulumi.get(self, "hostname")
11430
11454
 
@@ -11492,12 +11516,16 @@ class VmClusterNetworkVmNetwork(dict):
11492
11516
  netmask: Optional[str] = None,
11493
11517
  vlan_id: Optional[str] = None):
11494
11518
  """
11495
- :param str network_type: The network type.
11496
- :param Sequence['VmClusterNetworkVmNetworkNodeArgs'] nodes: The list of node details.
11497
- :param str domain_name: The network domain name.
11498
- :param str gateway: The network gateway.
11499
- :param str netmask: The network netmask.
11500
- :param str vlan_id: The network VLAN ID.
11519
+ :param str network_type: (Updatable) The network type.
11520
+ :param Sequence['VmClusterNetworkVmNetworkNodeArgs'] nodes: (Updatable) The list of node details.
11521
+ :param str domain_name: (Updatable) The network domain name.
11522
+ :param str gateway: (Updatable) The network gateway.
11523
+ :param str netmask: (Updatable) The network netmask.
11524
+ :param str vlan_id: (Updatable) The network VLAN ID.
11525
+
11526
+
11527
+ ** IMPORTANT **
11528
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11501
11529
  """
11502
11530
  pulumi.set(__self__, "network_type", network_type)
11503
11531
  pulumi.set(__self__, "nodes", nodes)
@@ -11514,7 +11542,7 @@ class VmClusterNetworkVmNetwork(dict):
11514
11542
  @pulumi.getter(name="networkType")
11515
11543
  def network_type(self) -> str:
11516
11544
  """
11517
- The network type.
11545
+ (Updatable) The network type.
11518
11546
  """
11519
11547
  return pulumi.get(self, "network_type")
11520
11548
 
@@ -11522,7 +11550,7 @@ class VmClusterNetworkVmNetwork(dict):
11522
11550
  @pulumi.getter
11523
11551
  def nodes(self) -> Sequence['outputs.VmClusterNetworkVmNetworkNode']:
11524
11552
  """
11525
- The list of node details.
11553
+ (Updatable) The list of node details.
11526
11554
  """
11527
11555
  return pulumi.get(self, "nodes")
11528
11556
 
@@ -11530,7 +11558,7 @@ class VmClusterNetworkVmNetwork(dict):
11530
11558
  @pulumi.getter(name="domainName")
11531
11559
  def domain_name(self) -> Optional[str]:
11532
11560
  """
11533
- The network domain name.
11561
+ (Updatable) The network domain name.
11534
11562
  """
11535
11563
  return pulumi.get(self, "domain_name")
11536
11564
 
@@ -11538,7 +11566,7 @@ class VmClusterNetworkVmNetwork(dict):
11538
11566
  @pulumi.getter
11539
11567
  def gateway(self) -> Optional[str]:
11540
11568
  """
11541
- The network gateway.
11569
+ (Updatable) The network gateway.
11542
11570
  """
11543
11571
  return pulumi.get(self, "gateway")
11544
11572
 
@@ -11546,7 +11574,7 @@ class VmClusterNetworkVmNetwork(dict):
11546
11574
  @pulumi.getter
11547
11575
  def netmask(self) -> Optional[str]:
11548
11576
  """
11549
- The network netmask.
11577
+ (Updatable) The network netmask.
11550
11578
  """
11551
11579
  return pulumi.get(self, "netmask")
11552
11580
 
@@ -11554,7 +11582,11 @@ class VmClusterNetworkVmNetwork(dict):
11554
11582
  @pulumi.getter(name="vlanId")
11555
11583
  def vlan_id(self) -> Optional[str]:
11556
11584
  """
11557
- The network VLAN ID.
11585
+ (Updatable) The network VLAN ID.
11586
+
11587
+
11588
+ ** IMPORTANT **
11589
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
11558
11590
  """
11559
11591
  return pulumi.get(self, "vlan_id")
11560
11592
 
@@ -11588,12 +11620,12 @@ class VmClusterNetworkVmNetworkNode(dict):
11588
11620
  vip: Optional[str] = None,
11589
11621
  vip_hostname: Optional[str] = None):
11590
11622
  """
11591
- :param str hostname: The node host name.
11592
- :param str ip: The node IP address.
11593
- :param str db_server_id: The Db server associated with the node.
11594
- :param 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.
11595
- :param str vip: The node virtual IP (VIP) address.
11596
- :param str vip_hostname: The node virtual IP (VIP) host name.
11623
+ :param str hostname: (Updatable) The node host name.
11624
+ :param str ip: (Updatable) The node IP address.
11625
+ :param str db_server_id: (Updatable) The Db server associated with the node.
11626
+ :param 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.
11627
+ :param str vip: (Updatable) The node virtual IP (VIP) address.
11628
+ :param str vip_hostname: (Updatable) The node virtual IP (VIP) host name.
11597
11629
  """
11598
11630
  pulumi.set(__self__, "hostname", hostname)
11599
11631
  pulumi.set(__self__, "ip", ip)
@@ -11610,7 +11642,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11610
11642
  @pulumi.getter
11611
11643
  def hostname(self) -> str:
11612
11644
  """
11613
- The node host name.
11645
+ (Updatable) The node host name.
11614
11646
  """
11615
11647
  return pulumi.get(self, "hostname")
11616
11648
 
@@ -11618,7 +11650,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11618
11650
  @pulumi.getter
11619
11651
  def ip(self) -> str:
11620
11652
  """
11621
- The node IP address.
11653
+ (Updatable) The node IP address.
11622
11654
  """
11623
11655
  return pulumi.get(self, "ip")
11624
11656
 
@@ -11626,7 +11658,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11626
11658
  @pulumi.getter(name="dbServerId")
11627
11659
  def db_server_id(self) -> Optional[str]:
11628
11660
  """
11629
- The Db server associated with the node.
11661
+ (Updatable) The Db server associated with the node.
11630
11662
  """
11631
11663
  return pulumi.get(self, "db_server_id")
11632
11664
 
@@ -11634,7 +11666,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11634
11666
  @pulumi.getter
11635
11667
  def state(self) -> Optional[str]:
11636
11668
  """
11637
- 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.
11669
+ (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.
11638
11670
  """
11639
11671
  return pulumi.get(self, "state")
11640
11672
 
@@ -11642,7 +11674,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11642
11674
  @pulumi.getter
11643
11675
  def vip(self) -> Optional[str]:
11644
11676
  """
11645
- The node virtual IP (VIP) address.
11677
+ (Updatable) The node virtual IP (VIP) address.
11646
11678
  """
11647
11679
  return pulumi.get(self, "vip")
11648
11680
 
@@ -11650,7 +11682,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11650
11682
  @pulumi.getter(name="vipHostname")
11651
11683
  def vip_hostname(self) -> Optional[str]:
11652
11684
  """
11653
- The node virtual IP (VIP) host name.
11685
+ (Updatable) The node virtual IP (VIP) host name.
11654
11686
  """
11655
11687
  return pulumi.get(self, "vip_hostname")
11656
11688