pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.37.0a1716526633__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 +40 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  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 +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/_inputs.py +32 -44
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +32 -44
  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 +9 -0
  36. pulumi_oci/cloudguard/_inputs.py +1066 -488
  37. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  38. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  39. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  40. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  41. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  42. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  43. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  44. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  45. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  46. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  47. pulumi_oci/cloudguard/get_data_source.py +10 -10
  48. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  49. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  50. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  51. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  52. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  53. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  54. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  55. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  56. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  57. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  58. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  59. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  60. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  61. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  62. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  63. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  64. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  65. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  66. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  67. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  68. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  69. pulumi_oci/cloudguard/managed_list.py +57 -57
  70. pulumi_oci/cloudguard/outputs.py +3493 -1808
  71. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  72. pulumi_oci/cloudguard/saved_query.py +595 -0
  73. pulumi_oci/cloudguard/security_recipe.py +43 -27
  74. pulumi_oci/cloudguard/security_zone.py +22 -20
  75. pulumi_oci/cloudguard/target.py +54 -54
  76. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  77. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  78. pulumi_oci/cloudmigrations/outputs.py +222 -496
  79. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  80. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  81. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  82. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  83. pulumi_oci/containerengine/_inputs.py +22 -22
  84. pulumi_oci/containerengine/container_instance.py +21 -21
  85. pulumi_oci/containerengine/outputs.py +22 -22
  86. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  87. pulumi_oci/core/_inputs.py +404 -670
  88. pulumi_oci/core/boot_volume.py +7 -7
  89. pulumi_oci/core/cluster_network.py +22 -22
  90. pulumi_oci/core/cross_connect_group.py +4 -20
  91. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  92. pulumi_oci/core/get_image.py +4 -0
  93. pulumi_oci/core/get_instance.py +4 -0
  94. pulumi_oci/core/get_public_ip.py +4 -0
  95. pulumi_oci/core/get_public_ips.py +8 -0
  96. pulumi_oci/core/get_vtap.py +2 -0
  97. pulumi_oci/core/get_vtaps.py +2 -0
  98. pulumi_oci/core/image.py +56 -0
  99. pulumi_oci/core/instance.py +48 -48
  100. pulumi_oci/core/instance_configuration.py +70 -28
  101. pulumi_oci/core/instance_pool.py +7 -7
  102. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  103. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  104. pulumi_oci/core/outputs.py +748 -668
  105. pulumi_oci/core/public_ip.py +8 -0
  106. pulumi_oci/core/vnic_attachment.py +8 -24
  107. pulumi_oci/core/volume.py +7 -7
  108. pulumi_oci/core/volume_group.py +7 -7
  109. pulumi_oci/core/vtap.py +14 -0
  110. pulumi_oci/database/_inputs.py +188 -220
  111. pulumi_oci/database/autonomous_database.py +21 -7
  112. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  113. pulumi_oci/database/backup_destination.py +11 -11
  114. pulumi_oci/database/cloud_database_management.py +14 -0
  115. pulumi_oci/database/database.py +28 -44
  116. pulumi_oci/database/database_upgrade.py +4 -4
  117. pulumi_oci/database/db_home.py +0 -13
  118. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  119. pulumi_oci/database/outputs.py +188 -220
  120. pulumi_oci/database/vm_cluster_network.py +4 -4
  121. pulumi_oci/databasemanagement/_inputs.py +8 -8
  122. pulumi_oci/databasemanagement/outputs.py +8 -8
  123. pulumi_oci/databasemigration/_inputs.py +34 -34
  124. pulumi_oci/databasemigration/connection.py +7 -7
  125. pulumi_oci/databasemigration/migration.py +7 -7
  126. pulumi_oci/databasemigration/outputs.py +34 -34
  127. pulumi_oci/databasetools/_inputs.py +12 -36
  128. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  129. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  130. pulumi_oci/databasetools/outputs.py +12 -36
  131. pulumi_oci/dataintegration/_inputs.py +318 -330
  132. pulumi_oci/dataintegration/outputs.py +318 -330
  133. pulumi_oci/dataintegration/workspace_application.py +7 -7
  134. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  135. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  136. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  137. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  138. pulumi_oci/dataintegration/workspace_project.py +7 -7
  139. pulumi_oci/dataintegration/workspace_task.py +47 -47
  140. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  141. pulumi_oci/datalabellingservice/outputs.py +10 -10
  142. pulumi_oci/datasafe/__init__.py +2 -0
  143. pulumi_oci/datasafe/_inputs.py +72 -80
  144. pulumi_oci/datasafe/library_masing_format.py +7 -7
  145. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  146. pulumi_oci/datasafe/masking_policy.py +7 -7
  147. pulumi_oci/datasafe/outputs.py +72 -80
  148. pulumi_oci/datasafe/report_definition.py +8 -24
  149. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  150. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  151. pulumi_oci/datasafe/target_database.py +21 -21
  152. pulumi_oci/datascience/_inputs.py +337 -65
  153. pulumi_oci/datascience/get_job_run.py +11 -1
  154. pulumi_oci/datascience/get_model_deployment.py +11 -1
  155. pulumi_oci/datascience/get_pipeline.py +3 -0
  156. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  157. pulumi_oci/datascience/job_run.py +52 -3
  158. pulumi_oci/datascience/model_deployment.py +51 -2
  159. pulumi_oci/datascience/outputs.py +767 -104
  160. pulumi_oci/datascience/pipeline.py +34 -14
  161. pulumi_oci/datascience/pipeline_run.py +65 -0
  162. pulumi_oci/devops/_inputs.py +80 -462
  163. pulumi_oci/devops/deploy_stage.py +4 -4
  164. pulumi_oci/devops/deployment.py +7 -7
  165. pulumi_oci/devops/outputs.py +208 -1141
  166. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  167. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  168. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  169. pulumi_oci/disasterrecovery/outputs.py +6 -6
  170. pulumi_oci/dns/_inputs.py +20 -8
  171. pulumi_oci/dns/outputs.py +42 -8
  172. pulumi_oci/dns/rrset.py +7 -7
  173. pulumi_oci/dns/steering_policy.py +42 -0
  174. pulumi_oci/events/_inputs.py +4 -12
  175. pulumi_oci/events/outputs.py +4 -12
  176. pulumi_oci/events/rule.py +7 -7
  177. pulumi_oci/functions/_inputs.py +2 -2
  178. pulumi_oci/functions/outputs.py +2 -2
  179. pulumi_oci/goldengate/_inputs.py +2 -4
  180. pulumi_oci/goldengate/outputs.py +2 -4
  181. pulumi_oci/identity/_inputs.py +4860 -5954
  182. pulumi_oci/identity/domains_api_key.py +70 -70
  183. pulumi_oci/identity/domains_app.py +119 -140
  184. pulumi_oci/identity/domains_auth_token.py +21 -21
  185. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  186. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  187. pulumi_oci/identity/domains_my_api_key.py +70 -70
  188. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  189. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  190. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  191. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  192. pulumi_oci/identity/domains_my_support_account.py +21 -21
  193. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  194. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  195. pulumi_oci/identity/domains_policy.py +35 -49
  196. pulumi_oci/identity/domains_rule.py +28 -21
  197. pulumi_oci/identity/domains_setting.py +35 -21
  198. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  199. pulumi_oci/identity/domains_user.py +189 -175
  200. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  201. pulumi_oci/identity/outputs.py +4913 -6007
  202. pulumi_oci/integration/_inputs.py +4 -0
  203. pulumi_oci/integration/outputs.py +16 -4
  204. pulumi_oci/jms/_inputs.py +0 -8
  205. pulumi_oci/jms/outputs.py +0 -8
  206. pulumi_oci/kms/_inputs.py +6 -6
  207. pulumi_oci/kms/outputs.py +6 -6
  208. pulumi_oci/loadbalancer/_inputs.py +14 -30
  209. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  210. pulumi_oci/loadbalancer/outputs.py +14 -30
  211. pulumi_oci/loganalytics/_inputs.py +26 -34
  212. pulumi_oci/loganalytics/outputs.py +26 -34
  213. pulumi_oci/logging/_inputs.py +60 -60
  214. pulumi_oci/logging/outputs.py +60 -60
  215. pulumi_oci/managementagent/_inputs.py +2 -46
  216. pulumi_oci/managementagent/outputs.py +2 -46
  217. pulumi_oci/marketplace/_inputs.py +6 -6
  218. pulumi_oci/marketplace/outputs.py +6 -6
  219. pulumi_oci/marketplace/publication.py +11 -11
  220. pulumi_oci/mediaservices/_inputs.py +8 -32
  221. pulumi_oci/mediaservices/media_asset.py +18 -18
  222. pulumi_oci/mediaservices/media_workflow.py +22 -38
  223. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  224. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  225. pulumi_oci/mediaservices/outputs.py +8 -32
  226. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  227. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  228. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  229. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  230. pulumi_oci/meteringcomputation/outputs.py +2 -2
  231. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  232. pulumi_oci/monitoring/_inputs.py +4 -4
  233. pulumi_oci/monitoring/alarm.py +21 -0
  234. pulumi_oci/monitoring/get_alarm.py +3 -0
  235. pulumi_oci/monitoring/outputs.py +10 -4
  236. pulumi_oci/mysql/_inputs.py +30 -22
  237. pulumi_oci/mysql/outputs.py +30 -22
  238. pulumi_oci/mysql/replica.py +12 -28
  239. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  240. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  241. pulumi_oci/networkfirewall/outputs.py +4 -0
  242. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  243. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  244. pulumi_oci/nosql/_inputs.py +4 -12
  245. pulumi_oci/nosql/outputs.py +4 -12
  246. pulumi_oci/objectstorage/_inputs.py +4 -4
  247. pulumi_oci/objectstorage/outputs.py +4 -4
  248. pulumi_oci/ocvp/_inputs.py +86 -42
  249. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  250. pulumi_oci/ocvp/outputs.py +86 -42
  251. pulumi_oci/ocvp/sddc.py +49 -77
  252. pulumi_oci/ons/subscription.py +63 -0
  253. pulumi_oci/opa/_inputs.py +6 -2
  254. pulumi_oci/opa/outputs.py +18 -6
  255. pulumi_oci/opsi/_inputs.py +6 -6
  256. pulumi_oci/opsi/exadata_insight.py +28 -28
  257. pulumi_oci/opsi/outputs.py +6 -6
  258. pulumi_oci/optimizer/_inputs.py +4 -4
  259. pulumi_oci/optimizer/outputs.py +4 -4
  260. pulumi_oci/osmanagement/_inputs.py +2 -10
  261. pulumi_oci/osmanagement/outputs.py +2 -10
  262. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  263. pulumi_oci/osmanagementhub/event.py +32 -0
  264. pulumi_oci/osmanagementhub/get_event.py +8 -0
  265. pulumi_oci/osmanagementhub/get_events.py +8 -0
  266. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  267. pulumi_oci/osmanagementhub/outputs.py +40 -8
  268. pulumi_oci/osmanagementhub/software_source.py +7 -7
  269. pulumi_oci/ospgateway/_inputs.py +96 -96
  270. pulumi_oci/ospgateway/outputs.py +96 -96
  271. pulumi_oci/ospgateway/subscription.py +80 -80
  272. pulumi_oci/psql/_inputs.py +10 -18
  273. pulumi_oci/psql/db_system.py +14 -14
  274. pulumi_oci/psql/outputs.py +10 -18
  275. pulumi_oci/pulumi-plugin.json +1 -1
  276. pulumi_oci/queue/get_queue.py +9 -9
  277. pulumi_oci/queue/outputs.py +5 -5
  278. pulumi_oci/queue/queue.py +77 -26
  279. pulumi_oci/sch/_inputs.py +26 -26
  280. pulumi_oci/sch/connector.py +7 -7
  281. pulumi_oci/sch/outputs.py +26 -26
  282. pulumi_oci/servicecatalog/private_application.py +4 -4
  283. pulumi_oci/servicemesh/_inputs.py +8 -24
  284. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  285. pulumi_oci/servicemesh/outputs.py +8 -24
  286. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  287. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  288. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  289. pulumi_oci/stackmonitoring/outputs.py +40 -56
  290. pulumi_oci/visualbuilder/_inputs.py +6 -2
  291. pulumi_oci/visualbuilder/outputs.py +18 -6
  292. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  293. pulumi_oci/vnmonitoring/outputs.py +10 -42
  294. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  295. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  296. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  297. pulumi_oci/waas/_inputs.py +133 -205
  298. pulumi_oci/waas/outputs.py +133 -205
  299. pulumi_oci/waas/policy.py +7 -7
  300. pulumi_oci/waas/protection_rule.py +7 -7
  301. pulumi_oci/waf/_inputs.py +36 -30
  302. pulumi_oci/waf/network_address_list.py +7 -7
  303. pulumi_oci/waf/outputs.py +36 -30
  304. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/METADATA +1 -1
  305. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/RECORD +307 -296
  306. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.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: 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.
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.
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
- Backup destination details.
610
+ (Updatable) 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
- 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
+ (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.
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: 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.
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.
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
- Type of the database backup destination.
673
+ (Updatable) 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
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
681
+ (Updatable) 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
- Proxy URL to connect to object store.
689
+ (Updatable) 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
- For a RECOVERY_APPLIANCE backup destination, the password for the VPC user that is used to access the Recovery Appliance.
697
+ (Updatable) 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
- For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) user that is used to access the Recovery Appliance.
705
+ (Updatable) 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 [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
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.
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 [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
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.
909
909
  """
910
910
  return pulumi.get(self, "id")
911
911
 
@@ -982,20 +982,17 @@ 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: (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
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
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: (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.
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.
999
996
  """
1000
997
  if custom_action_timeout_in_mins is not None:
1001
998
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -1024,7 +1021,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1024
1021
  @pulumi.getter(name="customActionTimeoutInMins")
1025
1022
  def custom_action_timeout_in_mins(self) -> Optional[int]:
1026
1023
  """
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).
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).
1028
1025
  """
1029
1026
  return pulumi.get(self, "custom_action_timeout_in_mins")
1030
1027
 
@@ -1032,7 +1029,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1032
1029
  @pulumi.getter(name="daysOfWeeks")
1033
1030
  def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek']]:
1034
1031
  """
1035
- (Updatable) Days during the week when maintenance should be performed.
1032
+ Days during the week when maintenance should be performed.
1036
1033
  """
1037
1034
  return pulumi.get(self, "days_of_weeks")
1038
1035
 
@@ -1040,7 +1037,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1040
1037
  @pulumi.getter(name="hoursOfDays")
1041
1038
  def hours_of_days(self) -> Optional[Sequence[int]]:
1042
1039
  """
1043
- (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
1040
+ The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
1044
1041
  * 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
1045
1042
  """
1046
1043
  return pulumi.get(self, "hours_of_days")
@@ -1049,7 +1046,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1049
1046
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
1050
1047
  def is_custom_action_timeout_enabled(self) -> Optional[bool]:
1051
1048
  """
1052
- (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1049
+ If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
1053
1050
  """
1054
1051
  return pulumi.get(self, "is_custom_action_timeout_enabled")
1055
1052
 
@@ -1057,7 +1054,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1057
1054
  @pulumi.getter(name="isMonthlyPatchingEnabled")
1058
1055
  def is_monthly_patching_enabled(self) -> Optional[bool]:
1059
1056
  """
1060
- (Updatable) If true, enables the monthly patching option.
1057
+ If true, enables the monthly patching option.
1061
1058
  """
1062
1059
  return pulumi.get(self, "is_monthly_patching_enabled")
1063
1060
 
@@ -1065,7 +1062,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1065
1062
  @pulumi.getter(name="leadTimeInWeeks")
1066
1063
  def lead_time_in_weeks(self) -> Optional[int]:
1067
1064
  """
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.
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.
1069
1066
  """
1070
1067
  return pulumi.get(self, "lead_time_in_weeks")
1071
1068
 
@@ -1073,7 +1070,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1073
1070
  @pulumi.getter
1074
1071
  def months(self) -> Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowMonth']]:
1075
1072
  """
1076
- (Updatable) Months during the year when maintenance should be performed.
1073
+ Months during the year when maintenance should be performed.
1077
1074
  """
1078
1075
  return pulumi.get(self, "months")
1079
1076
 
@@ -1081,9 +1078,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1081
1078
  @pulumi.getter(name="patchingMode")
1082
1079
  def patching_mode(self) -> Optional[str]:
1083
1080
  """
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.
1081
+ Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
1087
1082
  """
1088
1083
  return pulumi.get(self, "patching_mode")
1089
1084
 
@@ -1091,23 +1086,20 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1091
1086
  @pulumi.getter
1092
1087
  def preference(self) -> Optional[str]:
1093
1088
  """
1094
- (Updatable) The maintenance window scheduling preference.
1089
+ The maintenance window scheduling preference.
1095
1090
  """
1096
1091
  return pulumi.get(self, "preference")
1097
1092
 
1098
1093
  @property
1099
1094
  @pulumi.getter(name="skipRus")
1100
1095
  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
- """
1104
1096
  return pulumi.get(self, "skip_rus")
1105
1097
 
1106
1098
  @property
1107
1099
  @pulumi.getter(name="weeksOfMonths")
1108
1100
  def weeks_of_months(self) -> Optional[Sequence[int]]:
1109
1101
  """
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.
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.
1111
1103
  """
1112
1104
  return pulumi.get(self, "weeks_of_months")
1113
1105
 
@@ -1117,7 +1109,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek(dict):
1117
1109
  def __init__(__self__, *,
1118
1110
  name: Optional[str] = None):
1119
1111
  """
1120
- :param str name: (Updatable) Name of the month of the year.
1112
+ :param str name: Name of the month of the year.
1121
1113
  """
1122
1114
  if name is not None:
1123
1115
  pulumi.set(__self__, "name", name)
@@ -1126,7 +1118,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDaysOfWeek(dict):
1126
1118
  @pulumi.getter
1127
1119
  def name(self) -> Optional[str]:
1128
1120
  """
1129
- (Updatable) Name of the month of the year.
1121
+ Name of the month of the year.
1130
1122
  """
1131
1123
  return pulumi.get(self, "name")
1132
1124
 
@@ -1314,7 +1306,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek(dict):
1314
1306
  def __init__(__self__, *,
1315
1307
  name: str):
1316
1308
  """
1317
- :param str name: (Updatable) Name of the month of the year.
1309
+ :param str name: (Updatable) Name of the day of the week.
1318
1310
  """
1319
1311
  pulumi.set(__self__, "name", name)
1320
1312
 
@@ -1322,7 +1314,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetailsDaysOfWeek(dict):
1322
1314
  @pulumi.getter
1323
1315
  def name(self) -> str:
1324
1316
  """
1325
- (Updatable) Name of the month of the year.
1317
+ (Updatable) Name of the day of the week.
1326
1318
  """
1327
1319
  return pulumi.get(self, "name")
1328
1320
 
@@ -1350,7 +1342,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonth(dict):
1350
1342
  def __init__(__self__, *,
1351
1343
  name: Optional[str] = None):
1352
1344
  """
1353
- :param str name: (Updatable) Name of the month of the year.
1345
+ :param str name: Name of the month of the year.
1354
1346
  """
1355
1347
  if name is not None:
1356
1348
  pulumi.set(__self__, "name", name)
@@ -1359,7 +1351,7 @@ class AutonomousContainerDatabaseMaintenanceWindowMonth(dict):
1359
1351
  @pulumi.getter
1360
1352
  def name(self) -> Optional[str]:
1361
1353
  """
1362
- (Updatable) Name of the month of the year.
1354
+ Name of the month of the year.
1363
1355
  """
1364
1356
  return pulumi.get(self, "name")
1365
1357
 
@@ -2110,7 +2102,7 @@ class AutonomousDatabaseDbToolsDetail(dict):
2110
2102
  is_enabled: Optional[bool] = None,
2111
2103
  max_idle_time_in_minutes: Optional[int] = None):
2112
2104
  """
2113
- :param str name: (Updatable) Name of the day of the week.
2105
+ :param str name: (Updatable) Name of database tool.
2114
2106
  :param float compute_count: (Updatable) Compute used by database tools.
2115
2107
  :param bool is_enabled: (Updatable) Indicates whether tool is enabled.
2116
2108
  :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.
@@ -2127,7 +2119,7 @@ class AutonomousDatabaseDbToolsDetail(dict):
2127
2119
  @pulumi.getter
2128
2120
  def name(self) -> str:
2129
2121
  """
2130
- (Updatable) Name of the day of the week.
2122
+ (Updatable) Name of database tool.
2131
2123
  """
2132
2124
  return pulumi.get(self, "name")
2133
2125
 
@@ -2353,7 +2345,7 @@ class AutonomousDatabaseLongTermBackupSchedule(dict):
2353
2345
  retention_period_in_days: Optional[int] = None,
2354
2346
  time_of_backup: Optional[str] = None):
2355
2347
  """
2356
- :param bool is_disabled: (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
2348
+ :param bool is_disabled: Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
2357
2349
  :param str repeat_cadence: The frequency of the long-term backup schedule
2358
2350
  :param int retention_period_in_days: Retention period, in days, for long-term backups
2359
2351
  :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.
@@ -2371,7 +2363,7 @@ class AutonomousDatabaseLongTermBackupSchedule(dict):
2371
2363
  @pulumi.getter(name="isDisabled")
2372
2364
  def is_disabled(self) -> Optional[bool]:
2373
2365
  """
2374
- (Updatable) Indicates if the resource pool should be deleted for the Autonomous Database.
2366
+ Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`.
2375
2367
  """
2376
2368
  return pulumi.get(self, "is_disabled")
2377
2369
 
@@ -2747,19 +2739,17 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2747
2739
  skip_rus: Optional[Sequence[bool]] = None,
2748
2740
  weeks_of_months: Optional[Sequence[int]] = None):
2749
2741
  """
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
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
2753
2745
  * 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
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.
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.
2763
2753
  """
2764
2754
  if custom_action_timeout_in_mins is not None:
2765
2755
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -2788,7 +2778,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2788
2778
  @pulumi.getter(name="customActionTimeoutInMins")
2789
2779
  def custom_action_timeout_in_mins(self) -> Optional[int]:
2790
2780
  """
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).
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).
2792
2782
  """
2793
2783
  return pulumi.get(self, "custom_action_timeout_in_mins")
2794
2784
 
@@ -2796,7 +2786,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2796
2786
  @pulumi.getter(name="daysOfWeeks")
2797
2787
  def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek']]:
2798
2788
  """
2799
- (Updatable) Days during the week when maintenance should be performed.
2789
+ Days during the week when maintenance should be performed.
2800
2790
  """
2801
2791
  return pulumi.get(self, "days_of_weeks")
2802
2792
 
@@ -2804,7 +2794,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2804
2794
  @pulumi.getter(name="hoursOfDays")
2805
2795
  def hours_of_days(self) -> Optional[Sequence[int]]:
2806
2796
  """
2807
- (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2797
+ The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
2808
2798
  * 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
2809
2799
  """
2810
2800
  return pulumi.get(self, "hours_of_days")
@@ -2813,7 +2803,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2813
2803
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
2814
2804
  def is_custom_action_timeout_enabled(self) -> Optional[bool]:
2815
2805
  """
2816
- (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2806
+ If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
2817
2807
  """
2818
2808
  return pulumi.get(self, "is_custom_action_timeout_enabled")
2819
2809
 
@@ -2821,7 +2811,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2821
2811
  @pulumi.getter(name="isMonthlyPatchingEnabled")
2822
2812
  def is_monthly_patching_enabled(self) -> Optional[bool]:
2823
2813
  """
2824
- (Updatable) If true, enables the monthly patching option.
2814
+ If true, enables the monthly patching option.
2825
2815
  """
2826
2816
  return pulumi.get(self, "is_monthly_patching_enabled")
2827
2817
 
@@ -2829,7 +2819,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2829
2819
  @pulumi.getter(name="leadTimeInWeeks")
2830
2820
  def lead_time_in_weeks(self) -> Optional[int]:
2831
2821
  """
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.
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.
2833
2823
  """
2834
2824
  return pulumi.get(self, "lead_time_in_weeks")
2835
2825
 
@@ -2837,7 +2827,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2837
2827
  @pulumi.getter
2838
2828
  def months(self) -> Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowMonth']]:
2839
2829
  """
2840
- (Updatable) Months during the year when maintenance should be performed.
2830
+ Months during the year when maintenance should be performed.
2841
2831
  """
2842
2832
  return pulumi.get(self, "months")
2843
2833
 
@@ -2845,9 +2835,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2845
2835
  @pulumi.getter(name="patchingMode")
2846
2836
  def patching_mode(self) -> Optional[str]:
2847
2837
  """
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.
2838
+ Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
2851
2839
  """
2852
2840
  return pulumi.get(self, "patching_mode")
2853
2841
 
@@ -2855,7 +2843,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2855
2843
  @pulumi.getter
2856
2844
  def preference(self) -> Optional[str]:
2857
2845
  """
2858
- (Updatable) The maintenance window scheduling preference.
2846
+ The maintenance window scheduling preference.
2859
2847
  """
2860
2848
  return pulumi.get(self, "preference")
2861
2849
 
@@ -2868,7 +2856,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2868
2856
  @pulumi.getter(name="weeksOfMonths")
2869
2857
  def weeks_of_months(self) -> Optional[Sequence[int]]:
2870
2858
  """
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.
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.
2872
2860
  """
2873
2861
  return pulumi.get(self, "weeks_of_months")
2874
2862
 
@@ -2878,7 +2866,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
2878
2866
  def __init__(__self__, *,
2879
2867
  name: Optional[str] = None):
2880
2868
  """
2881
- :param str name: (Updatable) Name of the month of the year.
2869
+ :param str name: Name of the month of the year.
2882
2870
  """
2883
2871
  if name is not None:
2884
2872
  pulumi.set(__self__, "name", name)
@@ -2887,7 +2875,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
2887
2875
  @pulumi.getter
2888
2876
  def name(self) -> Optional[str]:
2889
2877
  """
2890
- (Updatable) Name of the month of the year.
2878
+ Name of the month of the year.
2891
2879
  """
2892
2880
  return pulumi.get(self, "name")
2893
2881
 
@@ -3071,7 +3059,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek(dict):
3071
3059
  def __init__(__self__, *,
3072
3060
  name: str):
3073
3061
  """
3074
- :param str name: (Updatable) Name of the month of the year.
3062
+ :param str name: (Updatable) Name of the day of the week.
3075
3063
  """
3076
3064
  pulumi.set(__self__, "name", name)
3077
3065
 
@@ -3079,7 +3067,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetailsDaysOfWeek(dict):
3079
3067
  @pulumi.getter
3080
3068
  def name(self) -> str:
3081
3069
  """
3082
- (Updatable) Name of the month of the year.
3070
+ (Updatable) Name of the day of the week.
3083
3071
  """
3084
3072
  return pulumi.get(self, "name")
3085
3073
 
@@ -3107,7 +3095,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonth(dict):
3107
3095
  def __init__(__self__, *,
3108
3096
  name: Optional[str] = None):
3109
3097
  """
3110
- :param str name: (Updatable) Name of the month of the year.
3098
+ :param str name: Name of the month of the year.
3111
3099
  """
3112
3100
  if name is not None:
3113
3101
  pulumi.set(__self__, "name", name)
@@ -3116,7 +3104,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowMonth(dict):
3116
3104
  @pulumi.getter
3117
3105
  def name(self) -> Optional[str]:
3118
3106
  """
3119
- (Updatable) Name of the month of the year.
3107
+ Name of the month of the year.
3120
3108
  """
3121
3109
  return pulumi.get(self, "name")
3122
3110
 
@@ -3169,16 +3157,13 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3169
3157
  skip_rus: Optional[Sequence[bool]] = None,
3170
3158
  weeks_of_months: Optional[Sequence[int]] = None):
3171
3159
  """
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
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
3174
3162
  * 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
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.
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.
3182
3167
  """
3183
3168
  if custom_action_timeout_in_mins is not None:
3184
3169
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -3212,7 +3197,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3212
3197
  @pulumi.getter(name="daysOfWeeks")
3213
3198
  def days_of_weeks(self) -> Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowDaysOfWeek']]:
3214
3199
  """
3215
- (Updatable) Days during the week when maintenance should be performed.
3200
+ Days during the week when maintenance should be performed.
3216
3201
  """
3217
3202
  return pulumi.get(self, "days_of_weeks")
3218
3203
 
@@ -3220,7 +3205,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3220
3205
  @pulumi.getter(name="hoursOfDays")
3221
3206
  def hours_of_days(self) -> Optional[Sequence[int]]:
3222
3207
  """
3223
- (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
3208
+ The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
3224
3209
  * 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
3225
3210
  """
3226
3211
  return pulumi.get(self, "hours_of_days")
@@ -3239,7 +3224,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3239
3224
  @pulumi.getter(name="leadTimeInWeeks")
3240
3225
  def lead_time_in_weeks(self) -> Optional[int]:
3241
3226
  """
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.
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.
3243
3228
  """
3244
3229
  return pulumi.get(self, "lead_time_in_weeks")
3245
3230
 
@@ -3247,25 +3232,20 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3247
3232
  @pulumi.getter
3248
3233
  def months(self) -> Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowMonth']]:
3249
3234
  """
3250
- (Updatable) Months during the year when maintenance should be performed.
3235
+ Months during the year when maintenance should be performed.
3251
3236
  """
3252
3237
  return pulumi.get(self, "months")
3253
3238
 
3254
3239
  @property
3255
3240
  @pulumi.getter(name="patchingMode")
3256
3241
  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
- """
3262
3242
  return pulumi.get(self, "patching_mode")
3263
3243
 
3264
3244
  @property
3265
3245
  @pulumi.getter
3266
3246
  def preference(self) -> Optional[str]:
3267
3247
  """
3268
- (Updatable) The maintenance window scheduling preference.
3248
+ The maintenance window scheduling preference.
3269
3249
  """
3270
3250
  return pulumi.get(self, "preference")
3271
3251
 
@@ -3278,7 +3258,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3278
3258
  @pulumi.getter(name="weeksOfMonths")
3279
3259
  def weeks_of_months(self) -> Optional[Sequence[int]]:
3280
3260
  """
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.
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.
3282
3262
  """
3283
3263
  return pulumi.get(self, "weeks_of_months")
3284
3264
 
@@ -3288,7 +3268,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
3288
3268
  def __init__(__self__, *,
3289
3269
  name: Optional[str] = None):
3290
3270
  """
3291
- :param str name: (Updatable) Name of the month of the year.
3271
+ :param str name: Name of the month of the year.
3292
3272
  """
3293
3273
  if name is not None:
3294
3274
  pulumi.set(__self__, "name", name)
@@ -3297,7 +3277,7 @@ class AutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
3297
3277
  @pulumi.getter
3298
3278
  def name(self) -> Optional[str]:
3299
3279
  """
3300
- (Updatable) Name of the month of the year.
3280
+ Name of the month of the year.
3301
3281
  """
3302
3282
  return pulumi.get(self, "name")
3303
3283
 
@@ -3469,7 +3449,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeek(dict):
3469
3449
  def __init__(__self__, *,
3470
3450
  name: str):
3471
3451
  """
3472
- :param str name: (Updatable) Name of the month of the year.
3452
+ :param str name: (Updatable) Name of the day of the week.
3473
3453
  """
3474
3454
  pulumi.set(__self__, "name", name)
3475
3455
 
@@ -3477,7 +3457,7 @@ class AutonomousVmClusterMaintenanceWindowDetailDaysOfWeek(dict):
3477
3457
  @pulumi.getter
3478
3458
  def name(self) -> str:
3479
3459
  """
3480
- (Updatable) Name of the month of the year.
3460
+ (Updatable) Name of the day of the week.
3481
3461
  """
3482
3462
  return pulumi.get(self, "name")
3483
3463
 
@@ -3505,7 +3485,7 @@ class AutonomousVmClusterMaintenanceWindowMonth(dict):
3505
3485
  def __init__(__self__, *,
3506
3486
  name: Optional[str] = None):
3507
3487
  """
3508
- :param str name: (Updatable) Name of the month of the year.
3488
+ :param str name: Name of the month of the year.
3509
3489
  """
3510
3490
  if name is not None:
3511
3491
  pulumi.set(__self__, "name", name)
@@ -3514,7 +3494,7 @@ class AutonomousVmClusterMaintenanceWindowMonth(dict):
3514
3494
  @pulumi.getter
3515
3495
  def name(self) -> Optional[str]:
3516
3496
  """
3517
- (Updatable) Name of the month of the year.
3497
+ Name of the month of the year.
3518
3498
  """
3519
3499
  return pulumi.get(self, "name")
3520
3500
 
@@ -3701,8 +3681,8 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3701
3681
  :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.
3702
3682
  :param Sequence['CloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
3703
3683
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
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.
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.
3706
3686
  """
3707
3687
  if custom_action_timeout_in_mins is not None:
3708
3688
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -3796,7 +3776,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3796
3776
  @pulumi.getter
3797
3777
  def preference(self) -> Optional[str]:
3798
3778
  """
3799
- (Updatable) The maintenance window scheduling preference.
3779
+ The maintenance window scheduling preference.
3800
3780
  """
3801
3781
  return pulumi.get(self, "preference")
3802
3782
 
@@ -3809,7 +3789,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3809
3789
  @pulumi.getter(name="weeksOfMonths")
3810
3790
  def weeks_of_months(self) -> Optional[Sequence[int]]:
3811
3791
  """
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.
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.
3813
3793
  """
3814
3794
  return pulumi.get(self, "weeks_of_months")
3815
3795
 
@@ -4012,7 +3992,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
4012
3992
  def __init__(__self__, *,
4013
3993
  name: str):
4014
3994
  """
4015
- :param str name: Name of the month of the year.
3995
+ :param str name: (Updatable) Name of the day of the week.
4016
3996
  """
4017
3997
  pulumi.set(__self__, "name", name)
4018
3998
 
@@ -4020,7 +4000,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
4020
4000
  @pulumi.getter
4021
4001
  def name(self) -> str:
4022
4002
  """
4023
- Name of the month of the year.
4003
+ (Updatable) Name of the day of the week.
4024
4004
  """
4025
4005
  return pulumi.get(self, "name")
4026
4006
 
@@ -4030,7 +4010,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
4030
4010
  def __init__(__self__, *,
4031
4011
  name: str):
4032
4012
  """
4033
- :param str name: Name of the month of the year.
4013
+ :param str name: (Updatable) Name of the month of the year.
4034
4014
  """
4035
4015
  pulumi.set(__self__, "name", name)
4036
4016
 
@@ -4038,7 +4018,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
4038
4018
  @pulumi.getter
4039
4019
  def name(self) -> str:
4040
4020
  """
4041
- Name of the month of the year.
4021
+ (Updatable) Name of the month of the year.
4042
4022
  """
4043
4023
  return pulumi.get(self, "name")
4044
4024
 
@@ -4376,7 +4356,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
4376
4356
  def __init__(__self__, *,
4377
4357
  name: str):
4378
4358
  """
4379
- :param str name: (Updatable) Name of the month of the year.
4359
+ :param str name: (Updatable) Name of the day of the week.
4380
4360
  """
4381
4361
  pulumi.set(__self__, "name", name)
4382
4362
 
@@ -4384,7 +4364,7 @@ class CloudExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
4384
4364
  @pulumi.getter
4385
4365
  def name(self) -> str:
4386
4366
  """
4387
- (Updatable) Name of the month of the year.
4367
+ (Updatable) Name of the day of the week.
4388
4368
  """
4389
4369
  return pulumi.get(self, "name")
4390
4370
 
@@ -5436,13 +5416,13 @@ class DatabaseDbBackupConfig(dict):
5436
5416
  recovery_window_in_days: Optional[int] = None,
5437
5417
  run_immediate_full_backup: Optional[bool] = None):
5438
5418
  """
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`
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`
5441
5421
  :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.
5442
5422
  :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`
5443
5423
  :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.
5444
5424
  :param Sequence['DatabaseDbBackupConfigBackupDestinationDetailArgs'] backup_destination_details: Backup destination details.
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.
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.
5446
5426
  :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.
5447
5427
  """
5448
5428
  if auto_backup_enabled is not None:
@@ -5466,7 +5446,7 @@ class DatabaseDbBackupConfig(dict):
5466
5446
  @pulumi.getter(name="autoBackupEnabled")
5467
5447
  def auto_backup_enabled(self) -> Optional[bool]:
5468
5448
  """
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.
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.
5470
5450
  """
5471
5451
  return pulumi.get(self, "auto_backup_enabled")
5472
5452
 
@@ -5474,7 +5454,7 @@ class DatabaseDbBackupConfig(dict):
5474
5454
  @pulumi.getter(name="autoBackupWindow")
5475
5455
  def auto_backup_window(self) -> Optional[str]:
5476
5456
  """
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`
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`
5478
5458
  """
5479
5459
  return pulumi.get(self, "auto_backup_window")
5480
5460
 
@@ -5514,7 +5494,7 @@ class DatabaseDbBackupConfig(dict):
5514
5494
  @pulumi.getter(name="recoveryWindowInDays")
5515
5495
  def recovery_window_in_days(self) -> Optional[int]:
5516
5496
  """
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.
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.
5518
5498
  """
5519
5499
  return pulumi.get(self, "recovery_window_in_days")
5520
5500
 
@@ -5555,7 +5535,7 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
5555
5535
  vpc_user: Optional[str] = None):
5556
5536
  """
5557
5537
  :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.
5558
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5538
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
5559
5539
  :param str type: Type of the database backup destination.
5560
5540
  """
5561
5541
  if dbrs_policy_id is not None:
@@ -5579,7 +5559,7 @@ class DatabaseDbBackupConfigBackupDestinationDetail(dict):
5579
5559
  @pulumi.getter
5580
5560
  def id(self) -> Optional[str]:
5581
5561
  """
5582
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
5562
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database.
5583
5563
  """
5584
5564
  return pulumi.get(self, "id")
5585
5565
 
@@ -6098,7 +6078,7 @@ class DbHomeDatabase(dict):
6098
6078
  The database workload type.
6099
6079
  :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).
6100
6080
  :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"}`
6101
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6081
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
6102
6082
  :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.
6103
6083
  :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.
6104
6084
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -6273,7 +6253,7 @@ class DbHomeDatabase(dict):
6273
6253
  @pulumi.getter
6274
6254
  def id(self) -> Optional[str]:
6275
6255
  """
6276
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6256
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Database Home.
6277
6257
  """
6278
6258
  return pulumi.get(self, "id")
6279
6259
 
@@ -6749,10 +6729,10 @@ class DbSystemDbHome(dict):
6749
6729
  :param str db_version: A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.
6750
6730
 
6751
6731
  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.
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.
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.
6756
6736
  :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.
6757
6737
  :param str lifecycle_details: Additional information about the current lifecycle state.
6758
6738
  :param str state: The current state of the DB system.
@@ -6826,7 +6806,7 @@ class DbSystemDbHome(dict):
6826
6806
  @pulumi.getter(name="definedTags")
6827
6807
  def defined_tags(self) -> Optional[Mapping[str, Any]]:
6828
6808
  """
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).
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).
6830
6810
  """
6831
6811
  return pulumi.get(self, "defined_tags")
6832
6812
 
@@ -6834,7 +6814,7 @@ class DbSystemDbHome(dict):
6834
6814
  @pulumi.getter(name="displayName")
6835
6815
  def display_name(self) -> Optional[str]:
6836
6816
  """
6837
- The user-friendly name for the DB system. The name does not have to be unique.
6817
+ The user-provided name of the Database Home.
6838
6818
  """
6839
6819
  return pulumi.get(self, "display_name")
6840
6820
 
@@ -6842,7 +6822,7 @@ class DbSystemDbHome(dict):
6842
6822
  @pulumi.getter(name="freeformTags")
6843
6823
  def freeform_tags(self) -> Optional[Mapping[str, Any]]:
6844
6824
  """
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"}`
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"}`
6846
6826
  """
6847
6827
  return pulumi.get(self, "freeform_tags")
6848
6828
 
@@ -6850,7 +6830,7 @@ class DbSystemDbHome(dict):
6850
6830
  @pulumi.getter
6851
6831
  def id(self) -> Optional[str]:
6852
6832
  """
6853
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6833
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
6854
6834
  """
6855
6835
  return pulumi.get(self, "id")
6856
6836
 
@@ -6987,7 +6967,7 @@ class DbSystemDbHomeDatabase(dict):
6987
6967
 
6988
6968
  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
6989
6969
  :param str database_id: The database [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.
6970
+ :param str database_software_image_id: The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
6991
6971
  :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).
6992
6972
  :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.
6993
6973
  :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.
@@ -6996,7 +6976,7 @@ class DbSystemDbHomeDatabase(dict):
6996
6976
  The database workload type.
6997
6977
  :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).
6998
6978
  :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"}`
6999
- :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
6979
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
7000
6980
  :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.
7001
6981
  :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.
7002
6982
  :param str lifecycle_details: Additional information about the current lifecycle state.
@@ -7112,7 +7092,7 @@ class DbSystemDbHomeDatabase(dict):
7112
7092
  @pulumi.getter(name="databaseSoftwareImageId")
7113
7093
  def database_software_image_id(self) -> Optional[str]:
7114
7094
  """
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.
7095
+ The database software image [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
7116
7096
  """
7117
7097
  return pulumi.get(self, "database_software_image_id")
7118
7098
 
@@ -7175,7 +7155,7 @@ class DbSystemDbHomeDatabase(dict):
7175
7155
  @pulumi.getter
7176
7156
  def id(self) -> Optional[str]:
7177
7157
  """
7178
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the backup destination.
7158
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
7179
7159
  """
7180
7160
  return pulumi.get(self, "id")
7181
7161
 
@@ -7658,7 +7638,7 @@ class DbSystemIormConfigCachDbPlan(dict):
7658
7638
  flash_cache_limit: Optional[str] = None,
7659
7639
  share: Optional[int] = None):
7660
7640
  """
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.
7641
+ :param str db_name: The database name. For the default `DbPlan`, the `dbName` is `default`.
7662
7642
  :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.
7663
7643
  :param int share: The relative priority of this database.
7664
7644
  """
@@ -7673,7 +7653,7 @@ class DbSystemIormConfigCachDbPlan(dict):
7673
7653
  @pulumi.getter(name="dbName")
7674
7654
  def db_name(self) -> Optional[str]:
7675
7655
  """
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.
7656
+ The database name. For the default `DbPlan`, the `dbName` is `default`.
7677
7657
  """
7678
7658
  return pulumi.get(self, "db_name")
7679
7659
 
@@ -7742,19 +7722,17 @@ class DbSystemMaintenanceWindow(dict):
7742
7722
  skip_rus: Optional[Sequence[bool]] = None,
7743
7723
  weeks_of_months: Optional[Sequence[int]] = None):
7744
7724
  """
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
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
7748
7728
  * 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
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.
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.
7758
7736
  """
7759
7737
  if custom_action_timeout_in_mins is not None:
7760
7738
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -7783,7 +7761,7 @@ class DbSystemMaintenanceWindow(dict):
7783
7761
  @pulumi.getter(name="customActionTimeoutInMins")
7784
7762
  def custom_action_timeout_in_mins(self) -> Optional[int]:
7785
7763
  """
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).
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).
7787
7765
  """
7788
7766
  return pulumi.get(self, "custom_action_timeout_in_mins")
7789
7767
 
@@ -7791,7 +7769,7 @@ class DbSystemMaintenanceWindow(dict):
7791
7769
  @pulumi.getter(name="daysOfWeeks")
7792
7770
  def days_of_weeks(self) -> Optional[Sequence['outputs.DbSystemMaintenanceWindowDaysOfWeek']]:
7793
7771
  """
7794
- (Updatable) Days during the week when maintenance should be performed.
7772
+ Days during the week when maintenance should be performed.
7795
7773
  """
7796
7774
  return pulumi.get(self, "days_of_weeks")
7797
7775
 
@@ -7799,7 +7777,7 @@ class DbSystemMaintenanceWindow(dict):
7799
7777
  @pulumi.getter(name="hoursOfDays")
7800
7778
  def hours_of_days(self) -> Optional[Sequence[int]]:
7801
7779
  """
7802
- (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7780
+ The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
7803
7781
  * 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
7804
7782
  """
7805
7783
  return pulumi.get(self, "hours_of_days")
@@ -7808,7 +7786,7 @@ class DbSystemMaintenanceWindow(dict):
7808
7786
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
7809
7787
  def is_custom_action_timeout_enabled(self) -> Optional[bool]:
7810
7788
  """
7811
- (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7789
+ If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
7812
7790
  """
7813
7791
  return pulumi.get(self, "is_custom_action_timeout_enabled")
7814
7792
 
@@ -7816,7 +7794,7 @@ class DbSystemMaintenanceWindow(dict):
7816
7794
  @pulumi.getter(name="isMonthlyPatchingEnabled")
7817
7795
  def is_monthly_patching_enabled(self) -> Optional[bool]:
7818
7796
  """
7819
- (Updatable) If true, enables the monthly patching option.
7797
+ If true, enables the monthly patching option.
7820
7798
  """
7821
7799
  return pulumi.get(self, "is_monthly_patching_enabled")
7822
7800
 
@@ -7824,7 +7802,7 @@ class DbSystemMaintenanceWindow(dict):
7824
7802
  @pulumi.getter(name="leadTimeInWeeks")
7825
7803
  def lead_time_in_weeks(self) -> Optional[int]:
7826
7804
  """
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.
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.
7828
7806
  """
7829
7807
  return pulumi.get(self, "lead_time_in_weeks")
7830
7808
 
@@ -7832,7 +7810,7 @@ class DbSystemMaintenanceWindow(dict):
7832
7810
  @pulumi.getter
7833
7811
  def months(self) -> Optional[Sequence['outputs.DbSystemMaintenanceWindowMonth']]:
7834
7812
  """
7835
- (Updatable) Months during the year when maintenance should be performed.
7813
+ Months during the year when maintenance should be performed.
7836
7814
  """
7837
7815
  return pulumi.get(self, "months")
7838
7816
 
@@ -7840,9 +7818,7 @@ class DbSystemMaintenanceWindow(dict):
7840
7818
  @pulumi.getter(name="patchingMode")
7841
7819
  def patching_mode(self) -> Optional[str]:
7842
7820
  """
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.
7821
+ Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
7846
7822
  """
7847
7823
  return pulumi.get(self, "patching_mode")
7848
7824
 
@@ -7850,7 +7826,7 @@ class DbSystemMaintenanceWindow(dict):
7850
7826
  @pulumi.getter
7851
7827
  def preference(self) -> Optional[str]:
7852
7828
  """
7853
- (Updatable) The maintenance window scheduling preference.
7829
+ The maintenance window scheduling preference.
7854
7830
  """
7855
7831
  return pulumi.get(self, "preference")
7856
7832
 
@@ -7863,7 +7839,7 @@ class DbSystemMaintenanceWindow(dict):
7863
7839
  @pulumi.getter(name="weeksOfMonths")
7864
7840
  def weeks_of_months(self) -> Optional[Sequence[int]]:
7865
7841
  """
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.
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.
7867
7843
  """
7868
7844
  return pulumi.get(self, "weeks_of_months")
7869
7845
 
@@ -7873,7 +7849,7 @@ class DbSystemMaintenanceWindowDaysOfWeek(dict):
7873
7849
  def __init__(__self__, *,
7874
7850
  name: Optional[str] = None):
7875
7851
  """
7876
- :param str name: (Updatable) Name of the month of the year.
7852
+ :param str name: Name of the month of the year.
7877
7853
  """
7878
7854
  if name is not None:
7879
7855
  pulumi.set(__self__, "name", name)
@@ -7882,7 +7858,7 @@ class DbSystemMaintenanceWindowDaysOfWeek(dict):
7882
7858
  @pulumi.getter
7883
7859
  def name(self) -> Optional[str]:
7884
7860
  """
7885
- (Updatable) Name of the month of the year.
7861
+ Name of the month of the year.
7886
7862
  """
7887
7863
  return pulumi.get(self, "name")
7888
7864
 
@@ -8066,7 +8042,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeek(dict):
8066
8042
  def __init__(__self__, *,
8067
8043
  name: Optional[str] = None):
8068
8044
  """
8069
- :param str name: (Updatable) Name of the month of the year.
8045
+ :param str name: (Updatable) Name of the day of the week.
8070
8046
  """
8071
8047
  if name is not None:
8072
8048
  pulumi.set(__self__, "name", name)
@@ -8075,7 +8051,7 @@ class DbSystemMaintenanceWindowDetailsDaysOfWeek(dict):
8075
8051
  @pulumi.getter
8076
8052
  def name(self) -> Optional[str]:
8077
8053
  """
8078
- (Updatable) Name of the month of the year.
8054
+ (Updatable) Name of the day of the week.
8079
8055
  """
8080
8056
  return pulumi.get(self, "name")
8081
8057
 
@@ -8104,7 +8080,7 @@ class DbSystemMaintenanceWindowMonth(dict):
8104
8080
  def __init__(__self__, *,
8105
8081
  name: Optional[str] = None):
8106
8082
  """
8107
- :param str name: (Updatable) Name of the month of the year.
8083
+ :param str name: Name of the month of the year.
8108
8084
  """
8109
8085
  if name is not None:
8110
8086
  pulumi.set(__self__, "name", name)
@@ -8113,7 +8089,7 @@ class DbSystemMaintenanceWindowMonth(dict):
8113
8089
  @pulumi.getter
8114
8090
  def name(self) -> Optional[str]:
8115
8091
  """
8116
- (Updatable) Name of the month of the year.
8092
+ Name of the month of the year.
8117
8093
  """
8118
8094
  return pulumi.get(self, "name")
8119
8095
 
@@ -8750,7 +8726,7 @@ class ExadataInfrastructureContact(dict):
8750
8726
  """
8751
8727
  :param str email: (Updatable) The email for the Exadata Infrastructure contact.
8752
8728
  :param bool is_primary: (Updatable) If `true`, this Exadata Infrastructure contact is a primary contact. If `false`, this Exadata Infrastructure is a secondary contact.
8753
- :param str name: (Updatable) Name of the month of the year.
8729
+ :param str name: (Updatable) The name of the Exadata Infrastructure contact.
8754
8730
  :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.
8755
8731
  :param str phone_number: (Updatable) The phone number for the Exadata Infrastructure contact.
8756
8732
  """
@@ -8782,7 +8758,7 @@ class ExadataInfrastructureContact(dict):
8782
8758
  @pulumi.getter
8783
8759
  def name(self) -> str:
8784
8760
  """
8785
- (Updatable) Name of the month of the year.
8761
+ (Updatable) The name of the Exadata Infrastructure contact.
8786
8762
  """
8787
8763
  return pulumi.get(self, "name")
8788
8764
 
@@ -9060,7 +9036,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
9060
9036
  def __init__(__self__, *,
9061
9037
  name: str):
9062
9038
  """
9063
- :param str name: (Updatable) Name of the month of the year.
9039
+ :param str name: (Updatable) Name of the day of the week.
9064
9040
  """
9065
9041
  pulumi.set(__self__, "name", name)
9066
9042
 
@@ -9068,7 +9044,7 @@ class ExadataInfrastructureMaintenanceWindowDaysOfWeek(dict):
9068
9044
  @pulumi.getter
9069
9045
  def name(self) -> str:
9070
9046
  """
9071
- (Updatable) Name of the month of the year.
9047
+ (Updatable) Name of the day of the week.
9072
9048
  """
9073
9049
  return pulumi.get(self, "name")
9074
9050
 
@@ -10695,7 +10671,7 @@ class PluggableDatabaseRefreshableCloneConfig(dict):
10695
10671
  def __init__(__self__, *,
10696
10672
  is_refreshable_clone: Optional[bool] = None):
10697
10673
  """
10698
- :param bool is_refreshable_clone: Indicates whether Pluggable Database is a refreshable clone.
10674
+ :param bool is_refreshable_clone: Indicates whether the Pluggable Database is a refreshable clone.
10699
10675
  """
10700
10676
  if is_refreshable_clone is not None:
10701
10677
  pulumi.set(__self__, "is_refreshable_clone", is_refreshable_clone)
@@ -10704,7 +10680,7 @@ class PluggableDatabaseRefreshableCloneConfig(dict):
10704
10680
  @pulumi.getter(name="isRefreshableClone")
10705
10681
  def is_refreshable_clone(self) -> Optional[bool]:
10706
10682
  """
10707
- Indicates whether Pluggable Database is a refreshable clone.
10683
+ Indicates whether the Pluggable Database is a refreshable clone.
10708
10684
  """
10709
10685
  return pulumi.get(self, "is_refreshable_clone")
10710
10686
 
@@ -11368,9 +11344,9 @@ class VmClusterNetworkDrScan(dict):
11368
11344
  ips: Sequence[str],
11369
11345
  scan_listener_port_tcp: int):
11370
11346
  """
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.
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.
11374
11350
  """
11375
11351
  pulumi.set(__self__, "hostname", hostname)
11376
11352
  pulumi.set(__self__, "ips", ips)
@@ -11380,7 +11356,7 @@ class VmClusterNetworkDrScan(dict):
11380
11356
  @pulumi.getter
11381
11357
  def hostname(self) -> str:
11382
11358
  """
11383
- (Updatable) The node host name.
11359
+ (Updatable) The Disaster recovery SCAN hostname.
11384
11360
  """
11385
11361
  return pulumi.get(self, "hostname")
11386
11362
 
@@ -11388,7 +11364,7 @@ class VmClusterNetworkDrScan(dict):
11388
11364
  @pulumi.getter
11389
11365
  def ips(self) -> Sequence[str]:
11390
11366
  """
11391
- (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
11367
+ (Updatable) The list of Disaster recovery SCAN IP addresses. Three addresses should be provided.
11392
11368
  """
11393
11369
  return pulumi.get(self, "ips")
11394
11370
 
@@ -11396,7 +11372,7 @@ class VmClusterNetworkDrScan(dict):
11396
11372
  @pulumi.getter(name="scanListenerPortTcp")
11397
11373
  def scan_listener_port_tcp(self) -> int:
11398
11374
  """
11399
- (Updatable) The SCAN TCPIP port. Default is 1521.
11375
+ (Updatable) The Disaster recovery SCAN TCPIP port. Default is 1521.
11400
11376
  """
11401
11377
  return pulumi.get(self, "scan_listener_port_tcp")
11402
11378
 
@@ -11429,7 +11405,7 @@ class VmClusterNetworkScan(dict):
11429
11405
  scan_listener_port_tcp: Optional[int] = None,
11430
11406
  scan_listener_port_tcp_ssl: Optional[int] = None):
11431
11407
  """
11432
- :param str hostname: (Updatable) The node host name.
11408
+ :param str hostname: (Updatable) The SCAN hostname.
11433
11409
  :param Sequence[str] ips: (Updatable) The list of SCAN IP addresses. Three addresses should be provided.
11434
11410
  :param int port: (Updatable) **Deprecated.** This field is deprecated. You may use 'scanListenerPortTcp' to specify the port. The SCAN TCPIP port. Default is 1521.
11435
11411
  :param int scan_listener_port_tcp: (Updatable) The SCAN TCPIP port. Default is 1521.
@@ -11448,7 +11424,7 @@ class VmClusterNetworkScan(dict):
11448
11424
  @pulumi.getter
11449
11425
  def hostname(self) -> str:
11450
11426
  """
11451
- (Updatable) The node host name.
11427
+ (Updatable) The SCAN hostname.
11452
11428
  """
11453
11429
  return pulumi.get(self, "hostname")
11454
11430
 
@@ -11516,16 +11492,12 @@ class VmClusterNetworkVmNetwork(dict):
11516
11492
  netmask: Optional[str] = None,
11517
11493
  vlan_id: Optional[str] = None):
11518
11494
  """
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
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.
11529
11501
  """
11530
11502
  pulumi.set(__self__, "network_type", network_type)
11531
11503
  pulumi.set(__self__, "nodes", nodes)
@@ -11542,7 +11514,7 @@ class VmClusterNetworkVmNetwork(dict):
11542
11514
  @pulumi.getter(name="networkType")
11543
11515
  def network_type(self) -> str:
11544
11516
  """
11545
- (Updatable) The network type.
11517
+ The network type.
11546
11518
  """
11547
11519
  return pulumi.get(self, "network_type")
11548
11520
 
@@ -11550,7 +11522,7 @@ class VmClusterNetworkVmNetwork(dict):
11550
11522
  @pulumi.getter
11551
11523
  def nodes(self) -> Sequence['outputs.VmClusterNetworkVmNetworkNode']:
11552
11524
  """
11553
- (Updatable) The list of node details.
11525
+ The list of node details.
11554
11526
  """
11555
11527
  return pulumi.get(self, "nodes")
11556
11528
 
@@ -11558,7 +11530,7 @@ class VmClusterNetworkVmNetwork(dict):
11558
11530
  @pulumi.getter(name="domainName")
11559
11531
  def domain_name(self) -> Optional[str]:
11560
11532
  """
11561
- (Updatable) The network domain name.
11533
+ The network domain name.
11562
11534
  """
11563
11535
  return pulumi.get(self, "domain_name")
11564
11536
 
@@ -11566,7 +11538,7 @@ class VmClusterNetworkVmNetwork(dict):
11566
11538
  @pulumi.getter
11567
11539
  def gateway(self) -> Optional[str]:
11568
11540
  """
11569
- (Updatable) The network gateway.
11541
+ The network gateway.
11570
11542
  """
11571
11543
  return pulumi.get(self, "gateway")
11572
11544
 
@@ -11574,7 +11546,7 @@ class VmClusterNetworkVmNetwork(dict):
11574
11546
  @pulumi.getter
11575
11547
  def netmask(self) -> Optional[str]:
11576
11548
  """
11577
- (Updatable) The network netmask.
11549
+ The network netmask.
11578
11550
  """
11579
11551
  return pulumi.get(self, "netmask")
11580
11552
 
@@ -11582,11 +11554,7 @@ class VmClusterNetworkVmNetwork(dict):
11582
11554
  @pulumi.getter(name="vlanId")
11583
11555
  def vlan_id(self) -> Optional[str]:
11584
11556
  """
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
11557
+ The network VLAN ID.
11590
11558
  """
11591
11559
  return pulumi.get(self, "vlan_id")
11592
11560
 
@@ -11620,12 +11588,12 @@ class VmClusterNetworkVmNetworkNode(dict):
11620
11588
  vip: Optional[str] = None,
11621
11589
  vip_hostname: Optional[str] = None):
11622
11590
  """
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.
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.
11629
11597
  """
11630
11598
  pulumi.set(__self__, "hostname", hostname)
11631
11599
  pulumi.set(__self__, "ip", ip)
@@ -11642,7 +11610,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11642
11610
  @pulumi.getter
11643
11611
  def hostname(self) -> str:
11644
11612
  """
11645
- (Updatable) The node host name.
11613
+ The node host name.
11646
11614
  """
11647
11615
  return pulumi.get(self, "hostname")
11648
11616
 
@@ -11650,7 +11618,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11650
11618
  @pulumi.getter
11651
11619
  def ip(self) -> str:
11652
11620
  """
11653
- (Updatable) The node IP address.
11621
+ The node IP address.
11654
11622
  """
11655
11623
  return pulumi.get(self, "ip")
11656
11624
 
@@ -11658,7 +11626,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11658
11626
  @pulumi.getter(name="dbServerId")
11659
11627
  def db_server_id(self) -> Optional[str]:
11660
11628
  """
11661
- (Updatable) The Db server associated with the node.
11629
+ The Db server associated with the node.
11662
11630
  """
11663
11631
  return pulumi.get(self, "db_server_id")
11664
11632
 
@@ -11666,7 +11634,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11666
11634
  @pulumi.getter
11667
11635
  def state(self) -> Optional[str]:
11668
11636
  """
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.
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.
11670
11638
  """
11671
11639
  return pulumi.get(self, "state")
11672
11640
 
@@ -11674,7 +11642,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11674
11642
  @pulumi.getter
11675
11643
  def vip(self) -> Optional[str]:
11676
11644
  """
11677
- (Updatable) The node virtual IP (VIP) address.
11645
+ The node virtual IP (VIP) address.
11678
11646
  """
11679
11647
  return pulumi.get(self, "vip")
11680
11648
 
@@ -11682,7 +11650,7 @@ class VmClusterNetworkVmNetworkNode(dict):
11682
11650
  @pulumi.getter(name="vipHostname")
11683
11651
  def vip_hostname(self) -> Optional[str]:
11684
11652
  """
11685
- (Updatable) The node virtual IP (VIP) host name.
11653
+ The node virtual IP (VIP) host name.
11686
11654
  """
11687
11655
  return pulumi.get(self, "vip_hostname")
11688
11656