pulumi-oci 1.32.0a1713335186__py3-none-any.whl → 1.33.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2180) hide show
  1. pulumi_oci/__init__.py +27 -0
  2. pulumi_oci/adm/get_knowledgebase.py +2 -6
  3. pulumi_oci/adm/get_knowledgebases.py +8 -12
  4. pulumi_oci/adm/get_remediation_recipe.py +2 -6
  5. pulumi_oci/adm/get_remediation_recipes.py +8 -12
  6. pulumi_oci/adm/get_remediation_run.py +2 -6
  7. pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +6 -10
  8. pulumi_oci/adm/get_remediation_run_stage.py +4 -8
  9. pulumi_oci/adm/get_remediation_run_stages.py +6 -10
  10. pulumi_oci/adm/get_remediation_runs.py +10 -14
  11. pulumi_oci/adm/get_vulnerability_audit.py +2 -6
  12. pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +18 -22
  13. pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +14 -18
  14. pulumi_oci/adm/get_vulnerability_audits.py +18 -22
  15. pulumi_oci/adm/knowledge_base.py +6 -10
  16. pulumi_oci/adm/remediation_recipe.py +62 -66
  17. pulumi_oci/adm/remediation_run.py +6 -10
  18. pulumi_oci/adm/vulnerability_audit.py +40 -44
  19. pulumi_oci/aianomalydetection/ai_private_endpoint.py +10 -14
  20. pulumi_oci/aianomalydetection/data_asset.py +60 -64
  21. pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +2 -6
  22. pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +8 -12
  23. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +2 -6
  24. pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +12 -16
  25. pulumi_oci/aianomalydetection/get_detection_data_asset.py +2 -6
  26. pulumi_oci/aianomalydetection/get_detection_data_assets.py +8 -12
  27. pulumi_oci/aianomalydetection/get_detection_model.py +2 -6
  28. pulumi_oci/aianomalydetection/get_detection_models.py +8 -12
  29. pulumi_oci/aianomalydetection/get_detection_project.py +2 -6
  30. pulumi_oci/aianomalydetection/get_detection_projects.py +6 -10
  31. pulumi_oci/aianomalydetection/model.py +20 -24
  32. pulumi_oci/aianomalydetection/project.py +8 -12
  33. pulumi_oci/aidocument/get_model.py +2 -6
  34. pulumi_oci/aidocument/get_models.py +10 -14
  35. pulumi_oci/aidocument/get_processor_job.py +2 -6
  36. pulumi_oci/aidocument/get_project.py +2 -6
  37. pulumi_oci/aidocument/get_projects.py +8 -12
  38. pulumi_oci/aidocument/processor_job.py +40 -44
  39. pulumi_oci/aidocument/project.py +12 -16
  40. pulumi_oci/ailanguage/endpoint.py +12 -16
  41. pulumi_oci/ailanguage/get_model_evaluation_results.py +2 -6
  42. pulumi_oci/ailanguage/get_model_type.py +2 -6
  43. pulumi_oci/ailanguage/model.py +58 -62
  44. pulumi_oci/ailanguage/project.py +8 -12
  45. pulumi_oci/aivision/get_model.py +2 -6
  46. pulumi_oci/aivision/get_models.py +10 -14
  47. pulumi_oci/aivision/get_project.py +2 -6
  48. pulumi_oci/aivision/get_projects.py +8 -12
  49. pulumi_oci/aivision/model.py +48 -52
  50. pulumi_oci/aivision/project.py +8 -12
  51. pulumi_oci/analytics/analytics_instance.py +38 -40
  52. pulumi_oci/analytics/analytics_instance_private_access_channel.py +22 -26
  53. pulumi_oci/analytics/analytics_instance_vanity_url.py +16 -20
  54. pulumi_oci/analytics/get_analytics_instance.py +2 -6
  55. pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +4 -8
  56. pulumi_oci/analytics/get_analytics_instances.py +10 -14
  57. pulumi_oci/announcementsservice/announcement_subscription.py +18 -22
  58. pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +6 -10
  59. pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +12 -14
  60. pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -6
  61. pulumi_oci/announcementsservice/get_announcement_subscriptions.py +8 -12
  62. pulumi_oci/apigateway/api.py +8 -12
  63. pulumi_oci/apigateway/certificate.py +12 -16
  64. pulumi_oci/apigateway/deployment.py +510 -514
  65. pulumi_oci/apigateway/gateway.py +40 -44
  66. pulumi_oci/apigateway/get_api.py +2 -6
  67. pulumi_oci/apigateway/get_api_content.py +2 -6
  68. pulumi_oci/apigateway/get_api_deployment_specification.py +2 -6
  69. pulumi_oci/apigateway/get_api_validation.py +2 -6
  70. pulumi_oci/apigateway/get_apis.py +6 -10
  71. pulumi_oci/apigateway/get_certificate.py +2 -6
  72. pulumi_oci/apigateway/get_certificates.py +6 -10
  73. pulumi_oci/apigateway/get_deployment.py +2 -6
  74. pulumi_oci/apigateway/get_deployments.py +8 -12
  75. pulumi_oci/apigateway/get_gateway.py +2 -6
  76. pulumi_oci/apigateway/get_gateways.py +8 -12
  77. pulumi_oci/apigateway/get_subscriber.py +2 -6
  78. pulumi_oci/apigateway/get_subscribers.py +6 -10
  79. pulumi_oci/apigateway/get_usage_plan.py +2 -6
  80. pulumi_oci/apigateway/get_usage_plans.py +6 -10
  81. pulumi_oci/apigateway/subscriber.py +12 -16
  82. pulumi_oci/apigateway/usage_plan.py +24 -28
  83. pulumi_oci/apm/apm_domain.py +10 -14
  84. pulumi_oci/apm/get_apm_domain.py +2 -6
  85. pulumi_oci/apm/get_apm_domains.py +6 -10
  86. pulumi_oci/apm/get_data_keys.py +4 -8
  87. pulumi_oci/apmconfig/config.py +48 -52
  88. pulumi_oci/apmconfig/get_config.py +4 -8
  89. pulumi_oci/apmconfig/get_configs.py +16 -20
  90. pulumi_oci/apmsynthetics/config.py +120 -124
  91. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +18 -22
  92. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +4 -8
  93. pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +8 -12
  94. pulumi_oci/apmsynthetics/get_monitor.py +4 -8
  95. pulumi_oci/apmsynthetics/get_monitors.py +16 -20
  96. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +4 -8
  97. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +6 -10
  98. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +12 -16
  99. pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +6 -10
  100. pulumi_oci/apmsynthetics/get_result.py +12 -16
  101. pulumi_oci/apmsynthetics/get_script.py +4 -8
  102. pulumi_oci/apmsynthetics/get_scripts.py +6 -10
  103. pulumi_oci/apmsynthetics/get_vantage_point.py +6 -10
  104. pulumi_oci/apmsynthetics/get_vantage_points.py +6 -10
  105. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +10 -12
  106. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +20 -22
  107. pulumi_oci/apmsynthetics/script.py +18 -22
  108. pulumi_oci/apmtraces/get_query_quick_picks.py +2 -6
  109. pulumi_oci/apmtraces/get_trace.py +10 -14
  110. pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +12 -16
  111. pulumi_oci/apmtraces/get_trace_snapshot_data.py +10 -14
  112. pulumi_oci/appmgmtcontrol/get_monitored_instance.py +2 -6
  113. pulumi_oci/appmgmtcontrol/get_monitored_instances.py +4 -8
  114. pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +2 -6
  115. pulumi_oci/artifacts/container_configuration.py +2 -6
  116. pulumi_oci/artifacts/container_image_signature.py +16 -20
  117. pulumi_oci/artifacts/container_repository.py +14 -18
  118. pulumi_oci/artifacts/generic_artifact.py +4 -8
  119. pulumi_oci/artifacts/get_container_configuration.py +2 -6
  120. pulumi_oci/artifacts/get_container_image.py +2 -6
  121. pulumi_oci/artifacts/get_container_image_signature.py +2 -6
  122. pulumi_oci/artifacts/get_container_images.py +18 -22
  123. pulumi_oci/artifacts/get_container_repositories.py +12 -16
  124. pulumi_oci/artifacts/get_container_repository.py +2 -6
  125. pulumi_oci/artifacts/get_container_signatures.py +20 -24
  126. pulumi_oci/artifacts/get_generic_artifact.py +2 -6
  127. pulumi_oci/artifacts/get_generic_artifacts.py +16 -20
  128. pulumi_oci/artifacts/get_repositories.py +10 -14
  129. pulumi_oci/artifacts/get_repository.py +2 -6
  130. pulumi_oci/artifacts/repository.py +12 -16
  131. pulumi_oci/audit/configuration.py +6 -10
  132. pulumi_oci/audit/get_configuration.py +2 -6
  133. pulumi_oci/audit/get_events.py +6 -10
  134. pulumi_oci/autoscaling/auto_scaling_configuration.py +48 -52
  135. pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -6
  136. pulumi_oci/autoscaling/get_auto_scaling_configurations.py +4 -8
  137. pulumi_oci/bastion/bastion.py +20 -22
  138. pulumi_oci/bastion/get_bastion.py +2 -6
  139. pulumi_oci/bastion/get_bastions.py +8 -12
  140. pulumi_oci/bastion/get_session.py +2 -6
  141. pulumi_oci/bastion/get_sessions.py +8 -12
  142. pulumi_oci/bastion/session.py +24 -28
  143. pulumi_oci/bigdataservice/_inputs.py +0 -32
  144. pulumi_oci/bigdataservice/auto_scaling_configuration.py +46 -50
  145. pulumi_oci/bigdataservice/bds_instance_api_key.py +12 -16
  146. pulumi_oci/bigdataservice/bds_instance_metastore_config.py +14 -18
  147. pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +22 -26
  148. pulumi_oci/bigdataservice/bds_instance_patch_action.py +8 -12
  149. pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +4 -8
  150. pulumi_oci/bigdataservice/get_bds_instance.py +2 -6
  151. pulumi_oci/bigdataservice/get_bds_instance_api_key.py +4 -8
  152. pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +4 -8
  153. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +4 -8
  154. pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +2 -6
  155. pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +4 -8
  156. pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +12 -16
  157. pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +8 -12
  158. pulumi_oci/bigdataservice/get_bds_instance_patches.py +2 -6
  159. pulumi_oci/bigdataservice/get_bds_instances.py +6 -10
  160. pulumi_oci/bigdataservice/outputs.py +0 -32
  161. pulumi_oci/blockchain/blockchain_platform.py +22 -26
  162. pulumi_oci/blockchain/get_blockchain_platform.py +2 -6
  163. pulumi_oci/blockchain/get_blockchain_platform_patches.py +2 -6
  164. pulumi_oci/blockchain/get_blockchain_platforms.py +6 -10
  165. pulumi_oci/blockchain/get_osn.py +4 -8
  166. pulumi_oci/blockchain/get_osns.py +4 -8
  167. pulumi_oci/blockchain/get_peer.py +4 -8
  168. pulumi_oci/blockchain/get_peers.py +4 -8
  169. pulumi_oci/blockchain/osn.py +8 -12
  170. pulumi_oci/blockchain/peer.py +12 -16
  171. pulumi_oci/budget/budget.py +26 -30
  172. pulumi_oci/budget/get_alert_rule.py +4 -8
  173. pulumi_oci/budget/get_alert_rules.py +6 -10
  174. pulumi_oci/budget/get_budget.py +2 -6
  175. pulumi_oci/budget/get_budgets.py +8 -12
  176. pulumi_oci/budget/rule.py +18 -22
  177. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +12 -16
  178. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +2 -6
  179. pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +2 -6
  180. pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +10 -14
  181. pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +10 -14
  182. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +2 -6
  183. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +10 -14
  184. pulumi_oci/capacitymanagement/get_occ_customer_group.py +2 -6
  185. pulumi_oci/capacitymanagement/get_occ_customer_groups.py +8 -12
  186. pulumi_oci/capacitymanagement/occ_availability_catalog.py +16 -20
  187. pulumi_oci/certificatesmanagement/ca_bundle.py +10 -12
  188. pulumi_oci/certificatesmanagement/get_association.py +2 -6
  189. pulumi_oci/certificatesmanagement/get_associations.py +12 -16
  190. pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -6
  191. pulumi_oci/certificatesmanagement/get_ca_bundles.py +8 -12
  192. pulumi_oci/certificatesmanagement/get_certificate.py +2 -6
  193. pulumi_oci/certificatesmanagement/get_certificate_authorities.py +10 -14
  194. pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -6
  195. pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +4 -8
  196. pulumi_oci/certificatesmanagement/get_certificate_version.py +4 -8
  197. pulumi_oci/certificatesmanagement/get_certificate_versions.py +4 -8
  198. pulumi_oci/certificatesmanagement/get_certificates.py +10 -14
  199. pulumi_oci/cloudbridge/agent.py +14 -18
  200. pulumi_oci/cloudbridge/agent_dependency.py +20 -24
  201. pulumi_oci/cloudbridge/agent_plugin.py +8 -12
  202. pulumi_oci/cloudbridge/asset.py +150 -154
  203. pulumi_oci/cloudbridge/asset_source.py +32 -36
  204. pulumi_oci/cloudbridge/discovery_schedule.py +8 -12
  205. pulumi_oci/cloudbridge/environment.py +6 -10
  206. pulumi_oci/cloudbridge/get_agent.py +2 -6
  207. pulumi_oci/cloudbridge/get_agent_dependencies.py +10 -14
  208. pulumi_oci/cloudbridge/get_agent_dependency.py +2 -6
  209. pulumi_oci/cloudbridge/get_agent_plugin.py +4 -8
  210. pulumi_oci/cloudbridge/get_agents.py +10 -14
  211. pulumi_oci/cloudbridge/get_appliance_image.py +4 -8
  212. pulumi_oci/cloudbridge/get_appliance_images.py +4 -8
  213. pulumi_oci/cloudbridge/get_asset.py +2 -6
  214. pulumi_oci/cloudbridge/get_asset_source.py +2 -6
  215. pulumi_oci/cloudbridge/get_asset_sources.py +8 -12
  216. pulumi_oci/cloudbridge/get_assets.py +16 -20
  217. pulumi_oci/cloudbridge/get_discovery_schedule.py +2 -6
  218. pulumi_oci/cloudbridge/get_discovery_schedules.py +8 -12
  219. pulumi_oci/cloudbridge/get_environment.py +2 -6
  220. pulumi_oci/cloudbridge/get_environments.py +8 -12
  221. pulumi_oci/cloudbridge/get_inventories.py +4 -8
  222. pulumi_oci/cloudbridge/get_inventory.py +2 -6
  223. pulumi_oci/cloudbridge/inventory.py +6 -10
  224. pulumi_oci/cloudguard/cloud_guard_configuration.py +10 -14
  225. pulumi_oci/cloudguard/cloud_guard_data_source.py +34 -38
  226. pulumi_oci/cloudguard/data_mask_rule.py +20 -24
  227. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -6
  228. pulumi_oci/cloudguard/get_data_mask_rule.py +2 -6
  229. pulumi_oci/cloudguard/get_data_mask_rules.py +16 -20
  230. pulumi_oci/cloudguard/get_data_source.py +2 -6
  231. pulumi_oci/cloudguard/get_data_source_event.py +4 -8
  232. pulumi_oci/cloudguard/get_data_source_events.py +4 -8
  233. pulumi_oci/cloudguard/get_data_sources.py +14 -18
  234. pulumi_oci/cloudguard/get_detector_recipe.py +2 -6
  235. pulumi_oci/cloudguard/get_detector_recipes.py +12 -16
  236. pulumi_oci/cloudguard/get_guard_target.py +2 -6
  237. pulumi_oci/cloudguard/get_guard_targets.py +12 -16
  238. pulumi_oci/cloudguard/get_managed_list.py +2 -6
  239. pulumi_oci/cloudguard/get_managed_lists.py +14 -18
  240. pulumi_oci/cloudguard/get_problem_entities.py +2 -6
  241. pulumi_oci/cloudguard/get_problem_entity.py +2 -6
  242. pulumi_oci/cloudguard/get_responder_recipe.py +2 -6
  243. pulumi_oci/cloudguard/get_responder_recipes.py +12 -16
  244. pulumi_oci/cloudguard/get_security_policies.py +8 -12
  245. pulumi_oci/cloudguard/get_security_policy.py +2 -6
  246. pulumi_oci/cloudguard/get_security_recipe.py +2 -6
  247. pulumi_oci/cloudguard/get_security_recipes.py +8 -12
  248. pulumi_oci/cloudguard/get_security_zone.py +2 -6
  249. pulumi_oci/cloudguard/get_security_zones.py +12 -16
  250. pulumi_oci/cloudguard/security_recipe.py +10 -14
  251. pulumi_oci/cloudguard/security_zone.py +10 -14
  252. pulumi_oci/cloudguard/target.py +36 -40
  253. pulumi_oci/cloudmigrations/get_migration.py +2 -6
  254. pulumi_oci/cloudmigrations/get_migration_asset.py +2 -6
  255. pulumi_oci/cloudmigrations/get_migration_assets.py +8 -12
  256. pulumi_oci/cloudmigrations/get_migration_plan.py +2 -6
  257. pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +10 -14
  258. pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +10 -14
  259. pulumi_oci/cloudmigrations/get_migration_plans.py +10 -14
  260. pulumi_oci/cloudmigrations/get_migrations.py +8 -12
  261. pulumi_oci/cloudmigrations/get_replication_schedule.py +2 -6
  262. pulumi_oci/cloudmigrations/get_replication_schedules.py +8 -12
  263. pulumi_oci/cloudmigrations/get_target_asset.py +2 -6
  264. pulumi_oci/cloudmigrations/get_target_assets.py +8 -12
  265. pulumi_oci/cloudmigrations/migration.py +10 -14
  266. pulumi_oci/cloudmigrations/migration_asset.py +0 -38
  267. pulumi_oci/cloudmigrations/replication_schedule.py +8 -12
  268. pulumi_oci/cloudmigrations/target_asset.py +86 -90
  269. pulumi_oci/clusterplacementgroups/__init__.py +12 -0
  270. pulumi_oci/clusterplacementgroups/_inputs.py +159 -0
  271. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +843 -0
  272. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +298 -0
  273. pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +217 -0
  274. pulumi_oci/clusterplacementgroups/outputs.py +485 -0
  275. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +16 -20
  276. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +16 -20
  277. pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +2 -6
  278. pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +14 -18
  279. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +2 -6
  280. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +14 -18
  281. pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +4 -8
  282. pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +6 -10
  283. pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +6 -10
  284. pulumi_oci/containerengine/cluster.py +130 -0
  285. pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +4 -8
  286. pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +6 -10
  287. pulumi_oci/containerengine/cluster_workload_mapping.py +8 -12
  288. pulumi_oci/containerengine/container_instance.py +138 -142
  289. pulumi_oci/containerengine/get_addon.py +4 -8
  290. pulumi_oci/containerengine/get_addon_options.py +4 -8
  291. pulumi_oci/containerengine/get_addons.py +2 -6
  292. pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +2 -6
  293. pulumi_oci/containerengine/get_cluster_kube_config.py +8 -12
  294. pulumi_oci/containerengine/get_cluster_option.py +4 -8
  295. pulumi_oci/containerengine/get_cluster_workload_mapping.py +4 -8
  296. pulumi_oci/containerengine/get_cluster_workload_mappings.py +2 -6
  297. pulumi_oci/containerengine/get_clusters.py +6 -10
  298. pulumi_oci/containerengine/get_node_pool.py +2 -6
  299. pulumi_oci/containerengine/get_node_pool_option.py +4 -8
  300. pulumi_oci/containerengine/get_node_pools.py +8 -12
  301. pulumi_oci/containerengine/get_pod_shapes.py +6 -10
  302. pulumi_oci/containerengine/get_virtual_node_pool.py +2 -6
  303. pulumi_oci/containerengine/get_work_request_errors.py +4 -8
  304. pulumi_oci/containerengine/get_work_request_log_entries.py +4 -8
  305. pulumi_oci/containerengine/get_work_requests.py +10 -14
  306. pulumi_oci/containerengine/node_pool.py +74 -76
  307. pulumi_oci/containerengine/virtual_node_pool.py +34 -38
  308. pulumi_oci/containerinstances/get_container_instance.py +2 -6
  309. pulumi_oci/containerinstances/get_container_instance_shape.py +4 -8
  310. pulumi_oci/containerinstances/get_container_instance_shapes.py +4 -8
  311. pulumi_oci/containerinstances/get_container_instances.py +8 -12
  312. pulumi_oci/core/_inputs.py +122 -42
  313. pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +6 -10
  314. pulumi_oci/core/app_catalog_subscription.py +16 -20
  315. pulumi_oci/core/boot_volume.py +79 -34
  316. pulumi_oci/core/boot_volume_backup.py +17 -21
  317. pulumi_oci/core/capture_filter.py +74 -78
  318. pulumi_oci/core/cluster_network.py +32 -36
  319. pulumi_oci/core/compute_capacity_report.py +16 -20
  320. pulumi_oci/core/compute_capacity_reservation.py +26 -28
  321. pulumi_oci/core/compute_capacity_topology.py +12 -16
  322. pulumi_oci/core/compute_cluster.py +10 -16
  323. pulumi_oci/core/compute_image_capability_schema.py +18 -22
  324. pulumi_oci/core/console_history.py +6 -10
  325. pulumi_oci/core/cpe.py +12 -16
  326. pulumi_oci/core/cross_connect.py +32 -36
  327. pulumi_oci/core/cross_connect_group.py +18 -22
  328. pulumi_oci/core/dedicated_vm_host.py +12 -16
  329. pulumi_oci/core/dhcp_options.py +112 -0
  330. pulumi_oci/core/drg.py +6 -10
  331. pulumi_oci/core/drg_attachment_management.py +10 -14
  332. pulumi_oci/core/drg_attachments_list.py +8 -12
  333. pulumi_oci/core/drg_route_distribution.py +15 -19
  334. pulumi_oci/core/drg_route_distribution_statement.py +14 -18
  335. pulumi_oci/core/drg_route_table.py +10 -14
  336. pulumi_oci/core/drg_route_table_route_rule.py +10 -14
  337. pulumi_oci/core/get_app_catalog_listing.py +2 -6
  338. pulumi_oci/core/get_app_catalog_listing_resource_version.py +4 -8
  339. pulumi_oci/core/get_app_catalog_listing_resource_versions.py +2 -6
  340. pulumi_oci/core/get_app_catalog_listings.py +6 -10
  341. pulumi_oci/core/get_app_catalog_subscriptions.py +4 -8
  342. pulumi_oci/core/get_block_volume_replica.py +2 -6
  343. pulumi_oci/core/get_block_volume_replicas.py +10 -14
  344. pulumi_oci/core/get_boot_volume.py +16 -7
  345. pulumi_oci/core/get_boot_volume_attachments.py +8 -12
  346. pulumi_oci/core/get_boot_volume_backup.py +2 -6
  347. pulumi_oci/core/get_boot_volume_backups.py +10 -14
  348. pulumi_oci/core/get_boot_volume_replica.py +2 -6
  349. pulumi_oci/core/get_boot_volume_replicas.py +10 -14
  350. pulumi_oci/core/get_boot_volumes.py +6 -10
  351. pulumi_oci/core/get_byoip_allocated_ranges.py +2 -6
  352. pulumi_oci/core/get_byoip_range.py +2 -6
  353. pulumi_oci/core/get_byoip_ranges.py +6 -10
  354. pulumi_oci/core/get_capture_filter.py +2 -6
  355. pulumi_oci/core/get_capture_filters.py +8 -12
  356. pulumi_oci/core/get_cluster_network.py +2 -6
  357. pulumi_oci/core/get_cluster_network_instances.py +6 -10
  358. pulumi_oci/core/get_cluster_networks.py +6 -10
  359. pulumi_oci/core/get_cnv_dns_resolver_association.py +4 -8
  360. pulumi_oci/core/get_compute_capacity_reservation.py +2 -6
  361. pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +6 -10
  362. pulumi_oci/core/get_compute_capacity_reservation_instances.py +6 -10
  363. pulumi_oci/core/get_compute_capacity_reservations.py +8 -12
  364. pulumi_oci/core/get_compute_capacity_topologies.py +6 -10
  365. pulumi_oci/core/get_compute_capacity_topology.py +2 -6
  366. pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +12 -16
  367. pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +6 -10
  368. pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +8 -12
  369. pulumi_oci/core/get_compute_cluster.py +2 -6
  370. pulumi_oci/core/get_compute_clusters.py +6 -10
  371. pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -6
  372. pulumi_oci/core/get_compute_global_image_capability_schemas.py +4 -8
  373. pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +4 -8
  374. pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +4 -8
  375. pulumi_oci/core/get_compute_image_capability_schema.py +4 -8
  376. pulumi_oci/core/get_compute_image_capability_schemas.py +6 -10
  377. pulumi_oci/core/get_console_histories.py +8 -12
  378. pulumi_oci/core/get_console_history_data.py +6 -10
  379. pulumi_oci/core/get_cpe_device_shape.py +2 -6
  380. pulumi_oci/core/get_cpe_device_shapes.py +0 -4
  381. pulumi_oci/core/get_cpes.py +2 -6
  382. pulumi_oci/core/get_cross_connect.py +2 -6
  383. pulumi_oci/core/get_cross_connect_group.py +2 -6
  384. pulumi_oci/core/get_cross_connect_groups.py +6 -10
  385. pulumi_oci/core/get_cross_connect_locations.py +2 -6
  386. pulumi_oci/core/get_cross_connect_port_speed_shape.py +2 -6
  387. pulumi_oci/core/get_cross_connect_status.py +2 -6
  388. pulumi_oci/core/get_cross_connects.py +8 -12
  389. pulumi_oci/core/get_dedicated_vm_host.py +2 -6
  390. pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +6 -10
  391. pulumi_oci/core/get_dedicated_vm_host_instances.py +6 -10
  392. pulumi_oci/core/get_dedicated_vm_host_shapes.py +6 -10
  393. pulumi_oci/core/get_dedicated_vm_hosts.py +14 -18
  394. pulumi_oci/core/get_dhcp_options.py +8 -12
  395. pulumi_oci/core/get_drg_attachments.py +16 -20
  396. pulumi_oci/core/get_drg_route_distribution.py +2 -6
  397. pulumi_oci/core/get_drg_route_distribution_statements.py +2 -6
  398. pulumi_oci/core/get_drg_route_distributions.py +6 -10
  399. pulumi_oci/core/get_drg_route_rule.py +2 -6
  400. pulumi_oci/core/get_drg_route_table_route_rules.py +4 -8
  401. pulumi_oci/core/get_drg_route_tables.py +8 -12
  402. pulumi_oci/core/get_drgs.py +2 -6
  403. pulumi_oci/core/get_fast_connect_provider_service.py +2 -6
  404. pulumi_oci/core/get_fast_connect_provider_service_key.py +4 -8
  405. pulumi_oci/core/get_fast_connect_provider_services.py +2 -6
  406. pulumi_oci/core/get_image.py +2 -6
  407. pulumi_oci/core/get_image_shape.py +4 -8
  408. pulumi_oci/core/get_image_shapes.py +2 -6
  409. pulumi_oci/core/get_images.py +16 -20
  410. pulumi_oci/core/get_instance.py +16 -7
  411. pulumi_oci/core/get_instance_configuration.py +2 -6
  412. pulumi_oci/core/get_instance_configurations.py +2 -6
  413. pulumi_oci/core/get_instance_console_connections.py +4 -8
  414. pulumi_oci/core/get_instance_credentials.py +2 -6
  415. pulumi_oci/core/get_instance_devices.py +6 -10
  416. pulumi_oci/core/get_instance_maintenance_reboot.py +2 -6
  417. pulumi_oci/core/get_instance_measured_boot_report.py +2 -6
  418. pulumi_oci/core/get_instance_pool.py +2 -6
  419. pulumi_oci/core/get_instance_pool_instances.py +6 -10
  420. pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +4 -8
  421. pulumi_oci/core/get_instance_pools.py +6 -10
  422. pulumi_oci/core/get_instances.py +12 -16
  423. pulumi_oci/core/get_internet_gateways.py +8 -12
  424. pulumi_oci/core/get_ipsec_algorithm.py +0 -4
  425. pulumi_oci/core/get_ipsec_config.py +2 -6
  426. pulumi_oci/core/get_ipsec_connection_tunnel.py +4 -8
  427. pulumi_oci/core/get_ipsec_connection_tunnel_error.py +4 -8
  428. pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +6 -10
  429. pulumi_oci/core/get_ipsec_connection_tunnels.py +2 -6
  430. pulumi_oci/core/get_ipsec_connections.py +6 -10
  431. pulumi_oci/core/get_ipsec_status.py +2 -6
  432. pulumi_oci/core/get_ipv6.py +2 -6
  433. pulumi_oci/core/get_ipv6s.py +6 -10
  434. pulumi_oci/core/get_letter_of_authority.py +2 -6
  435. pulumi_oci/core/get_local_peering_gateways.py +4 -8
  436. pulumi_oci/core/get_nat_gateway.py +2 -6
  437. pulumi_oci/core/get_nat_gateways.py +8 -12
  438. pulumi_oci/core/get_network_security_group.py +2 -6
  439. pulumi_oci/core/get_network_security_group_security_rules.py +4 -8
  440. pulumi_oci/core/get_network_security_group_vnics.py +2 -6
  441. pulumi_oci/core/get_network_security_groups.py +10 -14
  442. pulumi_oci/core/get_peer_region_for_remote_peerings.py +0 -4
  443. pulumi_oci/core/get_private_ip.py +2 -6
  444. pulumi_oci/core/get_private_ips.py +18 -24
  445. pulumi_oci/core/get_public_ip.py +6 -18
  446. pulumi_oci/core/get_public_ip_pool.py +2 -6
  447. pulumi_oci/core/get_public_ip_pools.py +6 -10
  448. pulumi_oci/core/get_public_ips.py +10 -14
  449. pulumi_oci/core/get_remote_peering_connections.py +4 -8
  450. pulumi_oci/core/get_route_tables.py +8 -12
  451. pulumi_oci/core/get_security_lists.py +8 -12
  452. pulumi_oci/core/get_service_gateways.py +6 -10
  453. pulumi_oci/core/get_services.py +0 -4
  454. pulumi_oci/core/get_shapes.py +6 -10
  455. pulumi_oci/core/get_subnet.py +4 -8
  456. pulumi_oci/core/get_subnets.py +8 -12
  457. pulumi_oci/core/get_tunnel_security_associations.py +4 -8
  458. pulumi_oci/core/get_vcn.py +4 -8
  459. pulumi_oci/core/get_vcns.py +6 -10
  460. pulumi_oci/core/get_virtual_circuit.py +2 -6
  461. pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +2 -6
  462. pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +2 -6
  463. pulumi_oci/core/get_virtual_circuit_public_prefixes.py +4 -8
  464. pulumi_oci/core/get_virtual_circuits.py +6 -10
  465. pulumi_oci/core/get_vlan.py +2 -6
  466. pulumi_oci/core/get_vlans.py +8 -12
  467. pulumi_oci/core/get_vnic.py +2 -6
  468. pulumi_oci/core/get_vnic_attachments.py +8 -12
  469. pulumi_oci/core/get_volume.py +16 -7
  470. pulumi_oci/core/get_volume_attachments.py +8 -12
  471. pulumi_oci/core/get_volume_backup_policies.py +2 -6
  472. pulumi_oci/core/get_volume_backup_policy_assignments.py +2 -6
  473. pulumi_oci/core/get_volume_backups.py +10 -14
  474. pulumi_oci/core/get_volume_group_backups.py +6 -10
  475. pulumi_oci/core/get_volume_group_replica.py +2 -6
  476. pulumi_oci/core/get_volume_group_replicas.py +8 -12
  477. pulumi_oci/core/get_volume_groups.py +8 -12
  478. pulumi_oci/core/get_volumes.py +31 -15
  479. pulumi_oci/core/get_vtap.py +2 -6
  480. pulumi_oci/core/get_vtaps.py +16 -20
  481. pulumi_oci/core/image.py +46 -58
  482. pulumi_oci/core/instance.py +51 -4
  483. pulumi_oci/core/instance_configuration.py +410 -406
  484. pulumi_oci/core/instance_console_connection.py +6 -10
  485. pulumi_oci/core/instance_pool.py +42 -46
  486. pulumi_oci/core/instance_pool_instance.py +6 -10
  487. pulumi_oci/core/internet_gateway.py +12 -16
  488. pulumi_oci/core/ipsec.py +16 -20
  489. pulumi_oci/core/ipsec_connection_tunnel_management.py +22 -26
  490. pulumi_oci/core/ipv6.py +10 -14
  491. pulumi_oci/core/listing_resource_version_agreement.py +6 -10
  492. pulumi_oci/core/local_peering_gateway.py +12 -16
  493. pulumi_oci/core/nat_gateway.py +14 -18
  494. pulumi_oci/core/network_security_group.py +8 -12
  495. pulumi_oci/core/network_security_group_security_rule.py +40 -44
  496. pulumi_oci/core/outputs.py +308 -59
  497. pulumi_oci/core/private_ip.py +12 -16
  498. pulumi_oci/core/public_ip.py +12 -16
  499. pulumi_oci/core/public_ip_pool.py +6 -10
  500. pulumi_oci/core/public_ip_pool_capacity.py +8 -12
  501. pulumi_oci/core/remote_peering_connection.py +12 -16
  502. pulumi_oci/core/route_table.py +18 -22
  503. pulumi_oci/core/route_table_attachment.py +6 -10
  504. pulumi_oci/core/security_list.py +68 -72
  505. pulumi_oci/core/service_gateway.py +12 -16
  506. pulumi_oci/core/subnet.py +28 -32
  507. pulumi_oci/core/vcn.py +22 -26
  508. pulumi_oci/core/virtual_circuit.py +48 -52
  509. pulumi_oci/core/vlan.py +18 -22
  510. pulumi_oci/core/vnic_attachment.py +34 -38
  511. pulumi_oci/core/volume.py +81 -36
  512. pulumi_oci/core/volume_attachment.py +52 -28
  513. pulumi_oci/core/volume_backup.py +17 -21
  514. pulumi_oci/core/volume_backup_policy.py +28 -32
  515. pulumi_oci/core/volume_backup_policy_assignment.py +6 -10
  516. pulumi_oci/core/volume_group.py +67 -22
  517. pulumi_oci/core/volume_group_backup.py +10 -14
  518. pulumi_oci/core/vtap.py +34 -38
  519. pulumi_oci/database/__init__.py +3 -0
  520. pulumi_oci/database/_inputs.py +218 -40
  521. pulumi_oci/database/application_vip.py +12 -16
  522. pulumi_oci/database/autonomous_container_database.py +83 -8
  523. pulumi_oci/database/autonomous_container_database_dataguard_association.py +36 -40
  524. pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +4 -8
  525. pulumi_oci/database/autonomous_database_backup.py +10 -14
  526. pulumi_oci/database/autonomous_database_instance_wallet_management.py +8 -12
  527. pulumi_oci/database/autonomous_database_regional_wallet_management.py +6 -10
  528. pulumi_oci/database/autonomous_database_saas_admin_user.py +10 -14
  529. pulumi_oci/database/autonomous_database_software_image.py +634 -0
  530. pulumi_oci/database/autonomous_database_wallet.py +10 -14
  531. pulumi_oci/database/autonomous_exadata_infrastructure.py +38 -42
  532. pulumi_oci/database/autonomous_vm_cluster.py +62 -58
  533. pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +12 -16
  534. pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +12 -16
  535. pulumi_oci/database/backup.py +6 -10
  536. pulumi_oci/database/backup_cancel_management.py +4 -8
  537. pulumi_oci/database/backup_destination.py +24 -28
  538. pulumi_oci/database/cloud_autonomous_vm_cluster.py +58 -62
  539. pulumi_oci/database/cloud_database_management.py +22 -26
  540. pulumi_oci/database/cloud_exadata_infrastructure.py +40 -44
  541. pulumi_oci/database/cloud_vm_cluster.py +64 -68
  542. pulumi_oci/database/cloud_vm_cluster_iorm_config.py +8 -12
  543. pulumi_oci/database/data_guard_association.py +70 -74
  544. pulumi_oci/database/database.py +68 -72
  545. pulumi_oci/database/database_software_image.py +22 -26
  546. pulumi_oci/database/db_node_console_connection.py +8 -12
  547. pulumi_oci/database/db_node_console_history.py +8 -12
  548. pulumi_oci/database/db_systems_upgrade.py +12 -16
  549. pulumi_oci/database/exadata_infrastructure.py +78 -82
  550. pulumi_oci/database/exadata_infrastructure_compute.py +2 -6
  551. pulumi_oci/database/exadata_iorm_config.py +8 -12
  552. pulumi_oci/database/external_container_database.py +8 -12
  553. pulumi_oci/database/external_container_databases_stack_monitoring.py +6 -10
  554. pulumi_oci/database/external_database_connector.py +32 -36
  555. pulumi_oci/database/external_non_container_database.py +8 -12
  556. pulumi_oci/database/external_non_container_database_operations_insights_management.py +6 -10
  557. pulumi_oci/database/external_non_container_databases_stack_monitoring.py +6 -10
  558. pulumi_oci/database/external_pluggable_database.py +12 -16
  559. pulumi_oci/database/external_pluggable_database_management.py +6 -10
  560. pulumi_oci/database/external_pluggable_database_operations_insights_management.py +6 -10
  561. pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +6 -10
  562. pulumi_oci/database/get_application_vip.py +2 -6
  563. pulumi_oci/database/get_application_vips.py +6 -10
  564. pulumi_oci/database/get_autonomous_character_sets.py +6 -10
  565. pulumi_oci/database/get_autonomous_container_database.py +28 -11
  566. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +4 -8
  567. pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +2 -6
  568. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +5 -9
  569. pulumi_oci/database/get_autonomous_container_database_versions.py +4 -8
  570. pulumi_oci/database/get_autonomous_container_databases.py +18 -22
  571. pulumi_oci/database/get_autonomous_container_patches.py +6 -10
  572. pulumi_oci/database/get_autonomous_database.py +2 -6
  573. pulumi_oci/database/get_autonomous_database_backup.py +2 -6
  574. pulumi_oci/database/get_autonomous_database_backups.py +10 -14
  575. pulumi_oci/database/get_autonomous_database_dataguard_association.py +4 -8
  576. pulumi_oci/database/get_autonomous_database_dataguard_associations.py +2 -6
  577. pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +2 -6
  578. pulumi_oci/database/get_autonomous_database_refreshable_clones.py +2 -6
  579. pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +0 -4
  580. pulumi_oci/database/get_autonomous_database_software_image.py +258 -0
  581. pulumi_oci/database/get_autonomous_database_software_images.py +196 -0
  582. pulumi_oci/database/get_autonomous_databases.py +24 -28
  583. pulumi_oci/database/get_autonomous_databases_clones.py +10 -14
  584. pulumi_oci/database/get_autonomous_db_preview_versions.py +2 -6
  585. pulumi_oci/database/get_autonomous_db_versions.py +4 -8
  586. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -6
  587. pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +2 -6
  588. pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +4 -8
  589. pulumi_oci/database/get_autonomous_exadata_infrastructures.py +8 -12
  590. pulumi_oci/database/get_autonomous_patch.py +2 -6
  591. pulumi_oci/database/get_autonomous_virtual_machine.py +2 -6
  592. pulumi_oci/database/get_autonomous_virtual_machines.py +6 -10
  593. pulumi_oci/database/get_autonomous_vm_cluster.py +5 -7
  594. pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +4 -8
  595. pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +2 -6
  596. pulumi_oci/database/get_autonomous_vm_clusters.py +8 -12
  597. pulumi_oci/database/get_backup_destination.py +2 -6
  598. pulumi_oci/database/get_backup_destinations.py +4 -8
  599. pulumi_oci/database/get_backups.py +4 -8
  600. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -6
  601. pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +4 -8
  602. pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +2 -6
  603. pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +10 -14
  604. pulumi_oci/database/get_cloud_exadata_infrastructure.py +2 -6
  605. pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +4 -8
  606. pulumi_oci/database/get_cloud_exadata_infrastructures.py +8 -12
  607. pulumi_oci/database/get_cloud_vm_cluster.py +2 -6
  608. pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +2 -6
  609. pulumi_oci/database/get_cloud_vm_clusters.py +8 -12
  610. pulumi_oci/database/get_data_guard_association.py +4 -8
  611. pulumi_oci/database/get_data_guard_associations.py +2 -6
  612. pulumi_oci/database/get_database.py +2 -6
  613. pulumi_oci/database/get_database_maintenance_run_histories.py +12 -16
  614. pulumi_oci/database/get_database_maintenance_run_history.py +2 -6
  615. pulumi_oci/database/get_database_pdb_conversion_history_entries.py +6 -10
  616. pulumi_oci/database/get_database_pdb_conversion_history_entry.py +4 -8
  617. pulumi_oci/database/get_database_software_image.py +2 -6
  618. pulumi_oci/database/get_database_software_images.py +12 -16
  619. pulumi_oci/database/get_database_upgrade_history_entries.py +6 -10
  620. pulumi_oci/database/get_database_upgrade_history_entry.py +4 -8
  621. pulumi_oci/database/get_databases.py +10 -14
  622. pulumi_oci/database/get_db_home.py +2 -6
  623. pulumi_oci/database/get_db_home_patch_history_entries.py +2 -6
  624. pulumi_oci/database/get_db_home_patches.py +2 -6
  625. pulumi_oci/database/get_db_node.py +2 -6
  626. pulumi_oci/database/get_db_node_console_connection.py +4 -8
  627. pulumi_oci/database/get_db_node_console_connections.py +2 -6
  628. pulumi_oci/database/get_db_node_console_histories.py +6 -10
  629. pulumi_oci/database/get_db_node_console_history.py +4 -8
  630. pulumi_oci/database/get_db_node_console_history_content.py +4 -8
  631. pulumi_oci/database/get_db_nodes.py +10 -14
  632. pulumi_oci/database/get_db_server.py +4 -8
  633. pulumi_oci/database/get_db_servers.py +8 -12
  634. pulumi_oci/database/get_db_system_compute_performances.py +2 -6
  635. pulumi_oci/database/get_db_system_history_entries.py +2 -6
  636. pulumi_oci/database/get_db_system_patches.py +2 -6
  637. pulumi_oci/database/get_db_system_shapes.py +4 -8
  638. pulumi_oci/database/get_db_system_storage_performances.py +4 -8
  639. pulumi_oci/database/get_db_systems.py +10 -14
  640. pulumi_oci/database/get_db_systems_upgrade_history_entries.py +6 -10
  641. pulumi_oci/database/get_db_systems_upgrade_history_entry.py +4 -8
  642. pulumi_oci/database/get_db_versions.py +12 -16
  643. pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +2 -6
  644. pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +4 -8
  645. pulumi_oci/database/get_exadata_iorm_config.py +2 -6
  646. pulumi_oci/database/get_external_container_database.py +2 -6
  647. pulumi_oci/database/get_external_container_databases.py +6 -10
  648. pulumi_oci/database/get_external_database_connector.py +2 -6
  649. pulumi_oci/database/get_external_database_connectors.py +8 -12
  650. pulumi_oci/database/get_external_non_container_database.py +2 -6
  651. pulumi_oci/database/get_external_non_container_databases.py +6 -10
  652. pulumi_oci/database/get_external_pluggable_database.py +2 -6
  653. pulumi_oci/database/get_external_pluggable_databases.py +8 -12
  654. pulumi_oci/database/get_flex_components.py +4 -8
  655. pulumi_oci/database/get_gi_versions.py +4 -8
  656. pulumi_oci/database/get_infrastructure_target_version.py +6 -10
  657. pulumi_oci/database/get_key_store.py +2 -6
  658. pulumi_oci/database/get_key_stores.py +2 -6
  659. pulumi_oci/database/get_maintenance_run.py +2 -6
  660. pulumi_oci/database/get_maintenance_runs.py +14 -18
  661. pulumi_oci/database/get_managed_preferred_credential.py +4 -8
  662. pulumi_oci/database/get_managed_preferred_credentials.py +2 -6
  663. pulumi_oci/database/get_oneoff_patch.py +2 -6
  664. pulumi_oci/database/get_oneoff_patches.py +6 -10
  665. pulumi_oci/database/get_pluggable_database.py +2 -6
  666. pulumi_oci/database/get_pluggable_databases.py +8 -12
  667. pulumi_oci/database/get_system_versions.py +6 -10
  668. pulumi_oci/database/get_vm_cluster.py +2 -6
  669. pulumi_oci/database/get_vm_cluster_network.py +4 -8
  670. pulumi_oci/database/get_vm_cluster_network_download_config_file.py +4 -8
  671. pulumi_oci/database/get_vm_cluster_networks.py +8 -12
  672. pulumi_oci/database/get_vm_cluster_patch.py +4 -8
  673. pulumi_oci/database/get_vm_cluster_patch_history_entries.py +2 -6
  674. pulumi_oci/database/get_vm_cluster_patch_history_entry.py +4 -8
  675. pulumi_oci/database/get_vm_cluster_patches.py +2 -6
  676. pulumi_oci/database/get_vm_cluster_update.py +4 -8
  677. pulumi_oci/database/get_vm_cluster_update_history_entries.py +6 -10
  678. pulumi_oci/database/get_vm_cluster_update_history_entry.py +4 -8
  679. pulumi_oci/database/get_vm_cluster_updates.py +6 -10
  680. pulumi_oci/database/get_vm_clusters.py +8 -12
  681. pulumi_oci/database/key_store.py +18 -22
  682. pulumi_oci/database/maintenance_run.py +14 -18
  683. pulumi_oci/database/oneoff_patch.py +14 -18
  684. pulumi_oci/database/outputs.py +564 -68
  685. pulumi_oci/database/pluggable_database_managements_management.py +22 -26
  686. pulumi_oci/database/pluggable_databases_local_clone.py +12 -16
  687. pulumi_oci/database/pluggable_databases_remote_clone.py +16 -20
  688. pulumi_oci/database/vm_cluster.py +42 -46
  689. pulumi_oci/database/vm_cluster_add_virtual_network.py +6 -10
  690. pulumi_oci/database/vm_cluster_network.py +54 -58
  691. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +6 -10
  692. pulumi_oci/databasemanagement/db_management_private_endpoint.py +14 -16
  693. pulumi_oci/databasemanagement/external_db_system.py +14 -18
  694. pulumi_oci/databasemanagement/external_db_system_connector.py +8 -12
  695. pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +8 -12
  696. pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +10 -14
  697. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +14 -18
  698. pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +8 -12
  699. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +20 -24
  700. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +2 -6
  701. pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +4 -8
  702. pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +4 -8
  703. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +10 -14
  704. pulumi_oci/databasemanagement/get_external_asm.py +2 -6
  705. pulumi_oci/databasemanagement/get_external_asm_configuration.py +4 -8
  706. pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +4 -8
  707. pulumi_oci/databasemanagement/get_external_asm_instance.py +2 -6
  708. pulumi_oci/databasemanagement/get_external_asm_instances.py +6 -10
  709. pulumi_oci/databasemanagement/get_external_asm_users.py +4 -8
  710. pulumi_oci/databasemanagement/get_external_asms.py +6 -10
  711. pulumi_oci/databasemanagement/get_external_cluster.py +2 -6
  712. pulumi_oci/databasemanagement/get_external_cluster_instance.py +2 -6
  713. pulumi_oci/databasemanagement/get_external_cluster_instances.py +6 -10
  714. pulumi_oci/databasemanagement/get_external_clusters.py +6 -10
  715. pulumi_oci/databasemanagement/get_external_databases.py +6 -10
  716. pulumi_oci/databasemanagement/get_external_db_home.py +2 -6
  717. pulumi_oci/databasemanagement/get_external_db_homes.py +6 -10
  718. pulumi_oci/databasemanagement/get_external_db_node.py +2 -6
  719. pulumi_oci/databasemanagement/get_external_db_nodes.py +6 -10
  720. pulumi_oci/databasemanagement/get_external_db_system.py +2 -6
  721. pulumi_oci/databasemanagement/get_external_db_system_connector.py +2 -6
  722. pulumi_oci/databasemanagement/get_external_db_system_connectors.py +6 -10
  723. pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +4 -8
  724. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +2 -6
  725. pulumi_oci/databasemanagement/get_external_db_systems.py +4 -8
  726. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +2 -6
  727. pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +4 -8
  728. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +2 -6
  729. pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +6 -10
  730. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +2 -6
  731. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +2 -6
  732. pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +2 -6
  733. pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +2 -6
  734. pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +2 -6
  735. pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +6 -10
  736. pulumi_oci/databasemanagement/get_external_listener.py +2 -6
  737. pulumi_oci/databasemanagement/get_external_listener_services.py +6 -10
  738. pulumi_oci/databasemanagement/get_external_listeners.py +6 -10
  739. pulumi_oci/databasemanagement/get_job_executions_status.py +14 -18
  740. pulumi_oci/databasemanagement/get_job_executions_statuses.py +14 -18
  741. pulumi_oci/databasemanagement/get_managed_database.py +2 -6
  742. pulumi_oci/databasemanagement/get_managed_database_addm_task.py +6 -10
  743. pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +6 -10
  744. pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +16 -20
  745. pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +16 -20
  746. pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +16 -20
  747. pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +16 -20
  748. pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +6 -10
  749. pulumi_oci/databasemanagement/get_managed_database_group.py +2 -6
  750. pulumi_oci/databasemanagement/get_managed_database_groups.py +8 -12
  751. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +6 -10
  752. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +6 -10
  753. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +6 -10
  754. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +10 -14
  755. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +4 -8
  756. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +10 -14
  757. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +6 -10
  758. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +4 -8
  759. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +6 -10
  760. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +10 -14
  761. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +12 -16
  762. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +10 -14
  763. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +16 -20
  764. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +18 -22
  765. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +8 -12
  766. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +10 -14
  767. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +10 -14
  768. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +16 -20
  769. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +6 -10
  770. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +8 -12
  771. pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +2 -6
  772. pulumi_oci/databasemanagement/get_managed_database_user.py +6 -10
  773. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +6 -10
  774. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +8 -12
  775. pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +6 -10
  776. pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +8 -12
  777. pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +6 -10
  778. pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +8 -12
  779. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +6 -10
  780. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +8 -12
  781. pulumi_oci/databasemanagement/get_managed_database_user_role.py +6 -10
  782. pulumi_oci/databasemanagement/get_managed_database_user_roles.py +8 -12
  783. pulumi_oci/databasemanagement/get_managed_database_users.py +6 -10
  784. pulumi_oci/databasemanagement/get_managed_databases.py +12 -16
  785. pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +4 -8
  786. pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +4 -8
  787. pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +8 -12
  788. pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +10 -14
  789. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +6 -10
  790. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +8 -12
  791. pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +6 -10
  792. pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +8 -12
  793. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +2 -6
  794. pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +2 -6
  795. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +8 -12
  796. pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +2 -6
  797. pulumi_oci/databasemanagement/get_named_credential.py +2 -6
  798. pulumi_oci/databasemanagement/get_named_credentials.py +10 -14
  799. pulumi_oci/databasemanagement/managed_database_group.py +10 -12
  800. pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +32 -36
  801. pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +28 -32
  802. pulumi_oci/databasemanagement/named_credential.py +24 -26
  803. pulumi_oci/databasemigration/_inputs.py +20 -0
  804. pulumi_oci/databasemigration/connection.py +67 -58
  805. pulumi_oci/databasemigration/get_connection.py +5 -6
  806. pulumi_oci/databasemigration/get_connections.py +6 -10
  807. pulumi_oci/databasemigration/get_job_advisor_report.py +2 -6
  808. pulumi_oci/databasemigration/get_job_output.py +2 -6
  809. pulumi_oci/databasemigration/get_migration.py +5 -6
  810. pulumi_oci/databasemigration/get_migration_object_types.py +0 -4
  811. pulumi_oci/databasemigration/get_migrations.py +8 -12
  812. pulumi_oci/databasemigration/migration.py +167 -158
  813. pulumi_oci/databasemigration/outputs.py +68 -0
  814. pulumi_oci/databasetools/database_tools_private_endpoint.py +24 -28
  815. pulumi_oci/databasetools/get_database_tools_connection.py +2 -6
  816. pulumi_oci/databasetools/get_database_tools_connections.py +12 -16
  817. pulumi_oci/databasetools/get_database_tools_endpoint_service.py +2 -6
  818. pulumi_oci/databasetools/get_database_tools_endpoint_services.py +8 -12
  819. pulumi_oci/databasetools/get_database_tools_private_endpoint.py +2 -6
  820. pulumi_oci/databasetools/get_database_tools_private_endpoints.py +10 -14
  821. pulumi_oci/datacatalog/catalog.py +6 -10
  822. pulumi_oci/datacatalog/catalog_private_endpoint.py +10 -14
  823. pulumi_oci/datacatalog/connection.py +18 -22
  824. pulumi_oci/datacatalog/data_asset.py +12 -16
  825. pulumi_oci/datacatalog/get_catalog.py +2 -6
  826. pulumi_oci/datacatalog/get_catalog_private_endpoint.py +2 -6
  827. pulumi_oci/datacatalog/get_catalog_private_endpoints.py +6 -10
  828. pulumi_oci/datacatalog/get_catalog_type.py +6 -10
  829. pulumi_oci/datacatalog/get_catalog_types.py +18 -22
  830. pulumi_oci/datacatalog/get_catalogs.py +6 -10
  831. pulumi_oci/datacatalog/get_connection.py +8 -12
  832. pulumi_oci/datacatalog/get_connections.py +26 -30
  833. pulumi_oci/datacatalog/get_data_asset.py +6 -10
  834. pulumi_oci/datacatalog/get_metastore.py +2 -6
  835. pulumi_oci/datacatalog/get_metastores.py +6 -10
  836. pulumi_oci/datacatalog/metastore.py +10 -14
  837. pulumi_oci/dataflow/application.py +62 -66
  838. pulumi_oci/dataflow/get_application.py +2 -6
  839. pulumi_oci/dataflow/get_applications.py +10 -14
  840. pulumi_oci/dataflow/get_invoke_run.py +2 -6
  841. pulumi_oci/dataflow/get_invoke_runs.py +16 -20
  842. pulumi_oci/dataflow/get_pool.py +2 -6
  843. pulumi_oci/dataflow/get_pools.py +10 -14
  844. pulumi_oci/dataflow/get_private_endpoint.py +2 -6
  845. pulumi_oci/dataflow/get_private_endpoints.py +10 -14
  846. pulumi_oci/dataflow/get_run_log.py +4 -8
  847. pulumi_oci/dataflow/get_run_logs.py +2 -6
  848. pulumi_oci/dataflow/get_run_statement.py +4 -8
  849. pulumi_oci/dataflow/get_run_statements.py +4 -8
  850. pulumi_oci/dataflow/get_sql_endpoint.py +2 -6
  851. pulumi_oci/dataflow/get_sql_endpoints.py +8 -12
  852. pulumi_oci/dataflow/invoke_run.py +56 -60
  853. pulumi_oci/dataflow/pool.py +26 -30
  854. pulumi_oci/dataflow/run_statement.py +6 -10
  855. pulumi_oci/dataintegration/get_workspace.py +2 -6
  856. pulumi_oci/dataintegration/get_workspace_application.py +4 -8
  857. pulumi_oci/dataintegration/get_workspace_application_patch.py +6 -10
  858. pulumi_oci/dataintegration/get_workspace_application_patches.py +10 -14
  859. pulumi_oci/dataintegration/get_workspace_application_schedule.py +6 -10
  860. pulumi_oci/dataintegration/get_workspace_application_schedules.py +12 -16
  861. pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +6 -10
  862. pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +14 -18
  863. pulumi_oci/dataintegration/get_workspace_applications.py +10 -14
  864. pulumi_oci/dataintegration/get_workspace_export_request.py +4 -8
  865. pulumi_oci/dataintegration/get_workspace_export_requests.py +12 -16
  866. pulumi_oci/dataintegration/get_workspace_folder.py +4 -8
  867. pulumi_oci/dataintegration/get_workspace_folders.py +12 -16
  868. pulumi_oci/dataintegration/get_workspace_import_request.py +4 -8
  869. pulumi_oci/dataintegration/get_workspace_import_requests.py +12 -16
  870. pulumi_oci/dataintegration/get_workspace_project.py +4 -8
  871. pulumi_oci/dataintegration/get_workspace_projects.py +10 -14
  872. pulumi_oci/dataintegration/get_workspace_tasks.py +14 -18
  873. pulumi_oci/dataintegration/get_workspaces.py +6 -10
  874. pulumi_oci/dataintegration/workspace.py +30 -34
  875. pulumi_oci/dataintegration/workspace_application.py +38 -40
  876. pulumi_oci/dataintegration/workspace_application_patch.py +32 -34
  877. pulumi_oci/dataintegration/workspace_application_schedule.py +54 -56
  878. pulumi_oci/dataintegration/workspace_application_task_schedule.py +140 -142
  879. pulumi_oci/dataintegration/workspace_export_request.py +20 -24
  880. pulumi_oci/dataintegration/workspace_folder.py +28 -30
  881. pulumi_oci/dataintegration/workspace_import_request.py +22 -26
  882. pulumi_oci/dataintegration/workspace_project.py +26 -28
  883. pulumi_oci/datalabellingservice/dataset.py +52 -56
  884. pulumi_oci/datalabellingservice/get_annotation_format.py +2 -6
  885. pulumi_oci/datalabellingservice/get_annotation_formats.py +2 -6
  886. pulumi_oci/datalabellingservice/get_dataset.py +2 -6
  887. pulumi_oci/datalabellingservice/get_datasets.py +10 -14
  888. pulumi_oci/datasafe/audit_archive_retrieval.py +14 -18
  889. pulumi_oci/datasafe/audit_policy_management.py +10 -14
  890. pulumi_oci/datasafe/audit_profile_management.py +12 -16
  891. pulumi_oci/datasafe/audit_trail_management.py +12 -16
  892. pulumi_oci/datasafe/compare_security_assessment.py +6 -10
  893. pulumi_oci/datasafe/compare_user_assessment.py +6 -10
  894. pulumi_oci/datasafe/data_safe_configuration.py +6 -10
  895. pulumi_oci/datasafe/data_safe_private_endpoint.py +16 -20
  896. pulumi_oci/datasafe/discovery_jobs_result.py +2 -6
  897. pulumi_oci/datasafe/discovery_mod.py +22 -26
  898. pulumi_oci/datasafe/get_alert.py +2 -6
  899. pulumi_oci/datasafe/get_alert_analytic.py +18 -22
  900. pulumi_oci/datasafe/get_alert_policies.py +20 -24
  901. pulumi_oci/datasafe/get_alert_policy.py +2 -6
  902. pulumi_oci/datasafe/get_alert_policy_rule.py +2 -6
  903. pulumi_oci/datasafe/get_alert_policy_rules.py +2 -6
  904. pulumi_oci/datasafe/get_alerts.py +12 -16
  905. pulumi_oci/datasafe/get_audit_archive_retrieval.py +2 -6
  906. pulumi_oci/datasafe/get_audit_archive_retrievals.py +16 -20
  907. pulumi_oci/datasafe/get_audit_event.py +8 -12
  908. pulumi_oci/datasafe/get_audit_event_analytic.py +18 -22
  909. pulumi_oci/datasafe/get_audit_events.py +8 -12
  910. pulumi_oci/datasafe/get_audit_policies.py +14 -18
  911. pulumi_oci/datasafe/get_audit_policy.py +2 -6
  912. pulumi_oci/datasafe/get_audit_profile.py +2 -6
  913. pulumi_oci/datasafe/get_audit_profile_analytic.py +8 -12
  914. pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +10 -14
  915. pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +10 -14
  916. pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +8 -12
  917. pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +8 -12
  918. pulumi_oci/datasafe/get_audit_profiles.py +20 -24
  919. pulumi_oci/datasafe/get_audit_trail.py +2 -6
  920. pulumi_oci/datasafe/get_audit_trail_analytic.py +10 -14
  921. pulumi_oci/datasafe/get_audit_trails.py +16 -20
  922. pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +0 -4
  923. pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +6 -10
  924. pulumi_oci/datasafe/get_data_safe_configuration.py +2 -6
  925. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +2 -6
  926. pulumi_oci/datasafe/get_data_safe_private_endpoints.py +12 -16
  927. pulumi_oci/datasafe/get_discovery_analytic.py +10 -14
  928. pulumi_oci/datasafe/get_discovery_analytics.py +14 -18
  929. pulumi_oci/datasafe/get_discovery_job.py +2 -6
  930. pulumi_oci/datasafe/get_discovery_jobs_result.py +4 -8
  931. pulumi_oci/datasafe/get_discovery_jobs_results.py +14 -18
  932. pulumi_oci/datasafe/get_library_masking_format.py +2 -6
  933. pulumi_oci/datasafe/get_library_masking_formats.py +18 -22
  934. pulumi_oci/datasafe/get_list_user_grants.py +18 -22
  935. pulumi_oci/datasafe/get_masking_analytic.py +10 -14
  936. pulumi_oci/datasafe/get_masking_analytics.py +10 -14
  937. pulumi_oci/datasafe/get_masking_policies.py +20 -24
  938. pulumi_oci/datasafe/get_masking_policies_masking_column.py +4 -8
  939. pulumi_oci/datasafe/get_masking_policies_masking_columns.py +30 -34
  940. pulumi_oci/datasafe/get_masking_policy.py +2 -6
  941. pulumi_oci/datasafe/get_masking_policy_masking_objects.py +8 -12
  942. pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +4 -8
  943. pulumi_oci/datasafe/get_masking_report.py +2 -6
  944. pulumi_oci/datasafe/get_masking_report_masked_columns.py +14 -18
  945. pulumi_oci/datasafe/get_masking_reports.py +10 -14
  946. pulumi_oci/datasafe/get_masking_reports_masked_column.py +14 -18
  947. pulumi_oci/datasafe/get_onprem_connector.py +2 -6
  948. pulumi_oci/datasafe/get_onprem_connectors.py +12 -16
  949. pulumi_oci/datasafe/get_report.py +2 -6
  950. pulumi_oci/datasafe/get_report_content.py +2 -6
  951. pulumi_oci/datasafe/get_report_definition.py +2 -6
  952. pulumi_oci/datasafe/get_report_definitions.py +16 -20
  953. pulumi_oci/datasafe/get_reports.py +14 -18
  954. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +2 -6
  955. pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +4 -8
  956. pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +14 -18
  957. pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +14 -18
  958. pulumi_oci/datasafe/get_security_assessment.py +2 -6
  959. pulumi_oci/datasafe/get_security_assessment_comparison.py +4 -8
  960. pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +16 -20
  961. pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +20 -24
  962. pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +8 -12
  963. pulumi_oci/datasafe/get_security_assessment_security_features.py +30 -34
  964. pulumi_oci/datasafe/get_security_assessments.py +26 -30
  965. pulumi_oci/datasafe/get_security_policies.py +12 -16
  966. pulumi_oci/datasafe/get_security_policy.py +2 -6
  967. pulumi_oci/datasafe/get_security_policy_deployment.py +2 -6
  968. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +4 -8
  969. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +6 -10
  970. pulumi_oci/datasafe/get_security_policy_deployments.py +16 -20
  971. pulumi_oci/datasafe/get_security_policy_report.py +2 -6
  972. pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +4 -8
  973. pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +4 -8
  974. pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +6 -10
  975. pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +4 -8
  976. pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +6 -10
  977. pulumi_oci/datasafe/get_security_policy_reports.py +14 -18
  978. pulumi_oci/datasafe/get_sensitive_data_model.py +2 -6
  979. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +8 -12
  980. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +4 -8
  981. pulumi_oci/datasafe/get_sensitive_data_models.py +18 -22
  982. pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +4 -8
  983. pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +34 -38
  984. pulumi_oci/datasafe/get_sensitive_type.py +2 -6
  985. pulumi_oci/datasafe/get_sensitive_types.py +26 -30
  986. pulumi_oci/datasafe/get_target_alert_policy_association.py +2 -6
  987. pulumi_oci/datasafe/get_target_alert_policy_associations.py +18 -22
  988. pulumi_oci/datasafe/get_target_database.py +2 -6
  989. pulumi_oci/datasafe/get_target_database_peer_target_database.py +4 -8
  990. pulumi_oci/datasafe/get_target_database_peer_target_databases.py +2 -6
  991. pulumi_oci/datasafe/get_target_database_roles.py +10 -14
  992. pulumi_oci/datasafe/get_target_databases.py +18 -22
  993. pulumi_oci/datasafe/get_target_databases_columns.py +16 -20
  994. pulumi_oci/datasafe/get_target_databases_schemas.py +8 -12
  995. pulumi_oci/datasafe/get_target_databases_tables.py +10 -14
  996. pulumi_oci/datasafe/get_user_assessment.py +2 -6
  997. pulumi_oci/datasafe/get_user_assessment_comparison.py +4 -8
  998. pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +12 -16
  999. pulumi_oci/datasafe/get_user_assessment_profiles.py +36 -40
  1000. pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +2 -6
  1001. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +30 -34
  1002. pulumi_oci/datasafe/get_user_assessment_users.py +40 -44
  1003. pulumi_oci/datasafe/get_user_assessments.py +26 -30
  1004. pulumi_oci/datasafe/masking_policies_masking_column.py +70 -74
  1005. pulumi_oci/datasafe/masking_policy.py +28 -32
  1006. pulumi_oci/datasafe/on_prem_connector.py +8 -12
  1007. pulumi_oci/datasafe/report_definition.py +48 -52
  1008. pulumi_oci/datasafe/sdm_masking_policy_difference.py +10 -14
  1009. pulumi_oci/datasafe/security_assessment.py +12 -16
  1010. pulumi_oci/datasafe/sensitive_data_model.py +24 -28
  1011. pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +28 -32
  1012. pulumi_oci/datasafe/sensitive_type.py +24 -28
  1013. pulumi_oci/datasafe/set_security_assessment_baseline.py +6 -10
  1014. pulumi_oci/datasafe/set_user_assessment_baseline.py +6 -10
  1015. pulumi_oci/datasafe/sql_collection.py +16 -20
  1016. pulumi_oci/datasafe/target_alert_policy_association.py +14 -18
  1017. pulumi_oci/datasafe/target_database.py +80 -84
  1018. pulumi_oci/datasafe/target_database_peer_target_database.py +38 -42
  1019. pulumi_oci/datasafe/unset_security_assessment_baseline.py +2 -6
  1020. pulumi_oci/datasafe/unset_user_assessment_baseline.py +2 -6
  1021. pulumi_oci/datasafe/user_assessment.py +12 -16
  1022. pulumi_oci/datascience/_inputs.py +17 -1
  1023. pulumi_oci/datascience/get_fast_launch_job_configs.py +2 -6
  1024. pulumi_oci/datascience/get_job.py +2 -6
  1025. pulumi_oci/datascience/get_job_run.py +2 -6
  1026. pulumi_oci/datascience/get_job_runs.py +12 -16
  1027. pulumi_oci/datascience/get_job_shapes.py +2 -6
  1028. pulumi_oci/datascience/get_jobs.py +12 -16
  1029. pulumi_oci/datascience/get_model.py +2 -6
  1030. pulumi_oci/datascience/get_model_deployment.py +2 -6
  1031. pulumi_oci/datascience/get_model_deployment_shapes.py +2 -6
  1032. pulumi_oci/datascience/get_model_deployments.py +12 -16
  1033. pulumi_oci/datascience/get_model_provenance.py +2 -6
  1034. pulumi_oci/datascience/get_model_version_set.py +2 -6
  1035. pulumi_oci/datascience/get_model_version_sets.py +12 -16
  1036. pulumi_oci/datascience/get_models.py +14 -18
  1037. pulumi_oci/datascience/get_notebook_session.py +2 -6
  1038. pulumi_oci/datascience/get_notebook_session_shapes.py +2 -6
  1039. pulumi_oci/datascience/get_notebook_sessions.py +12 -16
  1040. pulumi_oci/datascience/get_pipeline.py +2 -6
  1041. pulumi_oci/datascience/get_pipeline_run.py +2 -6
  1042. pulumi_oci/datascience/get_pipeline_runs.py +12 -16
  1043. pulumi_oci/datascience/get_pipelines.py +12 -16
  1044. pulumi_oci/datascience/get_private_endpoint.py +2 -6
  1045. pulumi_oci/datascience/get_private_endpoints.py +10 -14
  1046. pulumi_oci/datascience/get_project.py +2 -6
  1047. pulumi_oci/datascience/get_projects.py +10 -14
  1048. pulumi_oci/datascience/job.py +66 -70
  1049. pulumi_oci/datascience/job_run.py +40 -44
  1050. pulumi_oci/datascience/model.py +30 -34
  1051. pulumi_oci/datascience/model_deployment.py +92 -94
  1052. pulumi_oci/datascience/model_provenance.py +16 -20
  1053. pulumi_oci/datascience/model_version_set.py +10 -12
  1054. pulumi_oci/datascience/notebook_session.py +52 -56
  1055. pulumi_oci/datascience/outputs.py +39 -3
  1056. pulumi_oci/datascience/pipeline.py +60 -64
  1057. pulumi_oci/datascience/pipeline_run.py +36 -40
  1058. pulumi_oci/datascience/private_endpoint.py +16 -20
  1059. pulumi_oci/datascience/project.py +8 -12
  1060. pulumi_oci/devops/build_pipeline.py +14 -18
  1061. pulumi_oci/devops/build_pipeline_stage.py +56 -60
  1062. pulumi_oci/devops/build_run.py +16 -20
  1063. pulumi_oci/devops/connection.py +22 -26
  1064. pulumi_oci/devops/deploy_artifact.py +38 -42
  1065. pulumi_oci/devops/deploy_environment.py +28 -32
  1066. pulumi_oci/devops/deploy_pipeline.py +14 -18
  1067. pulumi_oci/devops/get_build_pipeline.py +2 -6
  1068. pulumi_oci/devops/get_build_pipeline_stage.py +2 -6
  1069. pulumi_oci/devops/get_build_pipeline_stages.py +10 -14
  1070. pulumi_oci/devops/get_build_pipelines.py +10 -14
  1071. pulumi_oci/devops/get_build_run.py +2 -6
  1072. pulumi_oci/devops/get_build_runs.py +12 -16
  1073. pulumi_oci/devops/get_connection.py +2 -6
  1074. pulumi_oci/devops/get_connections.py +12 -16
  1075. pulumi_oci/devops/get_deploy_artifact.py +2 -6
  1076. pulumi_oci/devops/get_deploy_artifacts.py +10 -14
  1077. pulumi_oci/devops/get_deploy_environment.py +2 -6
  1078. pulumi_oci/devops/get_deploy_environments.py +10 -14
  1079. pulumi_oci/devops/get_deploy_pipeline.py +2 -6
  1080. pulumi_oci/devops/get_deploy_pipelines.py +10 -14
  1081. pulumi_oci/devops/get_deploy_stage.py +2 -6
  1082. pulumi_oci/devops/get_deploy_stages.py +10 -14
  1083. pulumi_oci/devops/get_deployment.py +2 -6
  1084. pulumi_oci/devops/get_deployments.py +16 -20
  1085. pulumi_oci/devops/get_project.py +2 -6
  1086. pulumi_oci/devops/get_projects.py +8 -12
  1087. pulumi_oci/devops/get_repo_file_line.py +8 -12
  1088. pulumi_oci/devops/get_repositories.py +10 -14
  1089. pulumi_oci/devops/get_repository.py +4 -8
  1090. pulumi_oci/devops/get_repository_archive_content.py +6 -10
  1091. pulumi_oci/devops/get_repository_author.py +4 -8
  1092. pulumi_oci/devops/get_repository_authors.py +4 -8
  1093. pulumi_oci/devops/get_repository_commit.py +4 -8
  1094. pulumi_oci/devops/get_repository_commits.py +16 -20
  1095. pulumi_oci/devops/get_repository_diff.py +10 -14
  1096. pulumi_oci/devops/get_repository_diffs.py +8 -12
  1097. pulumi_oci/devops/get_repository_file_diff.py +10 -14
  1098. pulumi_oci/devops/get_repository_file_line.py +8 -12
  1099. pulumi_oci/devops/get_repository_mirror_record.py +4 -8
  1100. pulumi_oci/devops/get_repository_mirror_records.py +2 -6
  1101. pulumi_oci/devops/get_repository_object.py +6 -10
  1102. pulumi_oci/devops/get_repository_object_content.py +6 -10
  1103. pulumi_oci/devops/get_repository_path.py +10 -14
  1104. pulumi_oci/devops/get_repository_paths.py +10 -14
  1105. pulumi_oci/devops/get_repository_ref.py +4 -8
  1106. pulumi_oci/devops/get_repository_refs.py +8 -12
  1107. pulumi_oci/devops/get_trigger.py +2 -6
  1108. pulumi_oci/devops/get_triggers.py +10 -14
  1109. pulumi_oci/devops/project.py +10 -12
  1110. pulumi_oci/devops/repository.py +20 -22
  1111. pulumi_oci/devops/repository_mirror.py +2 -6
  1112. pulumi_oci/devops/repository_ref.py +12 -16
  1113. pulumi_oci/devops/trigger.py +26 -30
  1114. pulumi_oci/disasterrecovery/dr_plan.py +8 -12
  1115. pulumi_oci/disasterrecovery/dr_plan_execution.py +12 -16
  1116. pulumi_oci/disasterrecovery/dr_protection_group.py +180 -0
  1117. pulumi_oci/disasterrecovery/get_dr_plan.py +2 -6
  1118. pulumi_oci/disasterrecovery/get_dr_plan_execution.py +2 -6
  1119. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +10 -14
  1120. pulumi_oci/disasterrecovery/get_dr_plans.py +10 -14
  1121. pulumi_oci/disasterrecovery/get_dr_protection_group.py +2 -6
  1122. pulumi_oci/disasterrecovery/get_dr_protection_groups.py +12 -16
  1123. pulumi_oci/dns/action_create_zone_from_zone_file.py +10 -14
  1124. pulumi_oci/dns/get_resolver.py +2 -6
  1125. pulumi_oci/dns/get_resolver_endpoint.py +4 -8
  1126. pulumi_oci/dns/get_resolver_endpoints.py +6 -10
  1127. pulumi_oci/dns/get_resolvers.py +8 -12
  1128. pulumi_oci/dns/get_rrset.py +12 -16
  1129. pulumi_oci/dns/get_rrsets.py +12 -16
  1130. pulumi_oci/dns/get_steering_policies.py +18 -22
  1131. pulumi_oci/dns/get_steering_policy.py +2 -6
  1132. pulumi_oci/dns/get_steering_policy_attachment.py +2 -6
  1133. pulumi_oci/dns/get_steering_policy_attachments.py +20 -24
  1134. pulumi_oci/dns/get_tsig_key.py +2 -6
  1135. pulumi_oci/dns/get_tsig_keys.py +8 -12
  1136. pulumi_oci/dns/get_view.py +2 -6
  1137. pulumi_oci/dns/get_views.py +8 -12
  1138. pulumi_oci/dns/get_zones.py +20 -24
  1139. pulumi_oci/dns/record.py +14 -18
  1140. pulumi_oci/dns/resolver_endpoint.py +20 -22
  1141. pulumi_oci/dns/rrset.py +22 -26
  1142. pulumi_oci/dns/steering_policy.py +48 -52
  1143. pulumi_oci/dns/steering_policy_attachment.py +10 -14
  1144. pulumi_oci/dns/tsig_key.py +14 -16
  1145. pulumi_oci/dns/view.py +10 -14
  1146. pulumi_oci/dns/zone.py +28 -30
  1147. pulumi_oci/email/dkim.py +10 -12
  1148. pulumi_oci/email/email_domain.py +8 -10
  1149. pulumi_oci/email/get_configuration.py +2 -6
  1150. pulumi_oci/email/get_dkim.py +2 -6
  1151. pulumi_oci/email/get_dkims.py +8 -12
  1152. pulumi_oci/email/get_email_domain.py +2 -6
  1153. pulumi_oci/email/get_email_domains.py +8 -12
  1154. pulumi_oci/email/get_sender.py +2 -6
  1155. pulumi_oci/email/get_senders.py +8 -12
  1156. pulumi_oci/email/get_suppression.py +2 -6
  1157. pulumi_oci/email/get_suppressions.py +8 -12
  1158. pulumi_oci/email/sender.py +6 -10
  1159. pulumi_oci/email/suppression.py +6 -10
  1160. pulumi_oci/emwarehouse/em_warehouse.py +10 -14
  1161. pulumi_oci/emwarehouse/get_em_warehouse.py +2 -6
  1162. pulumi_oci/emwarehouse/get_em_warehouses.py +10 -14
  1163. pulumi_oci/emwarehouse/get_etl_run.py +6 -10
  1164. pulumi_oci/emwarehouse/get_etl_runs.py +6 -10
  1165. pulumi_oci/emwarehouse/get_resource_usage.py +2 -6
  1166. pulumi_oci/events/get_rule.py +2 -6
  1167. pulumi_oci/events/get_rules.py +6 -10
  1168. pulumi_oci/events/rule.py +24 -28
  1169. pulumi_oci/filestorage/export.py +26 -30
  1170. pulumi_oci/filestorage/export_set.py +6 -10
  1171. pulumi_oci/filestorage/file_system.py +14 -18
  1172. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -32
  1173. pulumi_oci/filestorage/get_export_sets.py +10 -14
  1174. pulumi_oci/filestorage/get_exports.py +10 -14
  1175. pulumi_oci/filestorage/get_file_systems.py +16 -20
  1176. pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +10 -14
  1177. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -6
  1178. pulumi_oci/filestorage/get_mount_targets.py +12 -16
  1179. pulumi_oci/filestorage/get_outbound_connector.py +2 -6
  1180. pulumi_oci/filestorage/get_outbound_connectors.py +10 -14
  1181. pulumi_oci/filestorage/get_replication.py +2 -6
  1182. pulumi_oci/filestorage/get_replication_target.py +2 -6
  1183. pulumi_oci/filestorage/get_replication_targets.py +10 -14
  1184. pulumi_oci/filestorage/get_replications.py +12 -16
  1185. pulumi_oci/filestorage/get_snapshot.py +2 -6
  1186. pulumi_oci/filestorage/get_snapshots.py +10 -14
  1187. pulumi_oci/filestorage/mount_target.py +44 -48
  1188. pulumi_oci/filestorage/outbound_connector.py +20 -24
  1189. pulumi_oci/filestorage/replication.py +12 -16
  1190. pulumi_oci/filestorage/snapshot.py +8 -10
  1191. pulumi_oci/functions/_inputs.py +2 -2
  1192. pulumi_oci/functions/application.py +24 -28
  1193. pulumi_oci/functions/function.py +26 -30
  1194. pulumi_oci/functions/get_application.py +2 -6
  1195. pulumi_oci/functions/get_applications.py +8 -12
  1196. pulumi_oci/functions/get_function.py +2 -6
  1197. pulumi_oci/functions/get_functions.py +8 -12
  1198. pulumi_oci/functions/get_fusion_environment.py +2 -6
  1199. pulumi_oci/functions/get_fusion_environment_admin_user.py +2 -6
  1200. pulumi_oci/functions/get_fusion_environment_admin_users.py +2 -6
  1201. pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +4 -8
  1202. pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +4 -8
  1203. pulumi_oci/functions/get_fusion_environment_families.py +8 -12
  1204. pulumi_oci/functions/get_fusion_environment_family.py +2 -6
  1205. pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +2 -6
  1206. pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +2 -6
  1207. pulumi_oci/functions/get_fusion_environment_refresh_activities.py +10 -14
  1208. pulumi_oci/functions/get_fusion_environment_refresh_activity.py +4 -8
  1209. pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +12 -16
  1210. pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +4 -8
  1211. pulumi_oci/functions/get_fusion_environment_service_attachment.py +4 -8
  1212. pulumi_oci/functions/get_fusion_environment_service_attachments.py +8 -12
  1213. pulumi_oci/functions/get_fusion_environment_status.py +2 -6
  1214. pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +2 -6
  1215. pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +2 -6
  1216. pulumi_oci/functions/get_fusion_environments.py +8 -12
  1217. pulumi_oci/functions/get_pbf_listing.py +2 -6
  1218. pulumi_oci/functions/get_pbf_listing_triggers.py +2 -6
  1219. pulumi_oci/functions/get_pbf_listing_version.py +2 -6
  1220. pulumi_oci/functions/get_pbf_listing_versions.py +10 -14
  1221. pulumi_oci/functions/get_pbf_listings.py +12 -16
  1222. pulumi_oci/functions/invoke_function.py +10 -14
  1223. pulumi_oci/functions/outputs.py +2 -2
  1224. pulumi_oci/fusionapps/fusion_environment.py +38 -42
  1225. pulumi_oci/fusionapps/fusion_environment_admin_user.py +14 -18
  1226. pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +6 -10
  1227. pulumi_oci/fusionapps/fusion_environment_family.py +14 -18
  1228. pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +6 -10
  1229. pulumi_oci/fusionapps/fusion_environment_service_attachment.py +8 -12
  1230. pulumi_oci/generativeai/dedicated_ai_cluster.py +14 -18
  1231. pulumi_oci/generativeai/endpoint.py +14 -18
  1232. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +2 -6
  1233. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +8 -12
  1234. pulumi_oci/generativeai/get_endpoint.py +2 -6
  1235. pulumi_oci/generativeai/get_endpoints.py +8 -12
  1236. pulumi_oci/generativeai/get_model.py +2 -6
  1237. pulumi_oci/generativeai/get_models.py +12 -16
  1238. pulumi_oci/genericartifactscontent/artifact_by_path.py +10 -14
  1239. pulumi_oci/genericartifactscontent/get_artifact_by_path.py +6 -10
  1240. pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +2 -6
  1241. pulumi_oci/goldengate/connection.py +144 -148
  1242. pulumi_oci/goldengate/connection_assignment.py +6 -10
  1243. pulumi_oci/goldengate/database_registration.py +34 -38
  1244. pulumi_oci/goldengate/deployment_backup.py +14 -18
  1245. pulumi_oci/goldengate/deployment_certificate.py +8 -12
  1246. pulumi_oci/goldengate/get_connection.py +2 -6
  1247. pulumi_oci/goldengate/get_connection_assignment.py +2 -6
  1248. pulumi_oci/goldengate/get_connection_assignments.py +10 -14
  1249. pulumi_oci/goldengate/get_connections.py +16 -20
  1250. pulumi_oci/goldengate/get_database_registration.py +2 -6
  1251. pulumi_oci/goldengate/get_database_registrations.py +6 -10
  1252. pulumi_oci/goldengate/get_deployment.py +2 -6
  1253. pulumi_oci/goldengate/get_deployment_backup.py +2 -6
  1254. pulumi_oci/goldengate/get_deployment_backups.py +8 -12
  1255. pulumi_oci/goldengate/get_deployment_certificate.py +4 -8
  1256. pulumi_oci/goldengate/get_deployment_certificates.py +4 -8
  1257. pulumi_oci/goldengate/get_deployment_type.py +4 -8
  1258. pulumi_oci/goldengate/get_deployment_types.py +8 -12
  1259. pulumi_oci/goldengate/get_deployment_upgrade.py +2 -6
  1260. pulumi_oci/goldengate/get_deployment_upgrades.py +8 -12
  1261. pulumi_oci/goldengate/get_deployment_versions.py +6 -10
  1262. pulumi_oci/goldengate/get_deployments.py +16 -20
  1263. pulumi_oci/goldengate/get_message.py +2 -6
  1264. pulumi_oci/goldengate/get_messages.py +2 -6
  1265. pulumi_oci/goldengate/get_trail_file.py +6 -10
  1266. pulumi_oci/goldengate/get_trail_files.py +6 -10
  1267. pulumi_oci/goldengate/get_trail_sequence.py +8 -12
  1268. pulumi_oci/goldengate/get_trail_sequences.py +8 -12
  1269. pulumi_oci/healthchecks/get_http_monitor.py +2 -6
  1270. pulumi_oci/healthchecks/get_http_monitors.py +6 -10
  1271. pulumi_oci/healthchecks/get_http_probe_results.py +8 -12
  1272. pulumi_oci/healthchecks/get_ping_monitor.py +2 -6
  1273. pulumi_oci/healthchecks/get_ping_monitors.py +6 -10
  1274. pulumi_oci/healthchecks/get_ping_probe_results.py +8 -12
  1275. pulumi_oci/healthchecks/get_vantage_points.py +4 -8
  1276. pulumi_oci/healthchecks/http_monitor.py +26 -30
  1277. pulumi_oci/healthchecks/http_probe.py +20 -24
  1278. pulumi_oci/healthchecks/ping_monitor.py +20 -24
  1279. pulumi_oci/healthchecks/ping_probe.py +14 -18
  1280. pulumi_oci/identity/_inputs.py +102 -102
  1281. pulumi_oci/identity/api_key.py +6 -10
  1282. pulumi_oci/identity/auth_token.py +6 -10
  1283. pulumi_oci/identity/authentication_policy.py +18 -22
  1284. pulumi_oci/identity/compartment.py +8 -10
  1285. pulumi_oci/identity/customer_secret_key.py +6 -10
  1286. pulumi_oci/identity/db_credential.py +8 -12
  1287. pulumi_oci/identity/domain.py +26 -30
  1288. pulumi_oci/identity/domain_replication_to_region.py +6 -10
  1289. pulumi_oci/identity/domains_cloud_gate.py +22 -26
  1290. pulumi_oci/identity/domains_condition.py +26 -28
  1291. pulumi_oci/identity/domains_identity_propagation_trust.py +50 -52
  1292. pulumi_oci/identity/domains_my_request.py +28 -32
  1293. pulumi_oci/identity/domains_oauth_client_certificate.py +12 -16
  1294. pulumi_oci/identity/domains_oauth_partner_certificate.py +26 -30
  1295. pulumi_oci/identity/domains_policy.py +24 -26
  1296. pulumi_oci/identity/domains_rule.py +34 -36
  1297. pulumi_oci/identity/dynamic_group.py +10 -12
  1298. pulumi_oci/identity/get_allowed_domain_license_types.py +2 -6
  1299. pulumi_oci/identity/get_api_keys.py +2 -6
  1300. pulumi_oci/identity/get_auth_tokens.py +2 -6
  1301. pulumi_oci/identity/get_authentication_policy.py +2 -6
  1302. pulumi_oci/identity/get_availability_domain.py +6 -10
  1303. pulumi_oci/identity/get_availability_domains.py +2 -6
  1304. pulumi_oci/identity/get_compartment.py +2 -6
  1305. pulumi_oci/identity/get_compartments.py +10 -14
  1306. pulumi_oci/identity/get_cost_tracking_tags.py +2 -6
  1307. pulumi_oci/identity/get_customer_secret_keys.py +2 -6
  1308. pulumi_oci/identity/get_db_credentials.py +6 -10
  1309. pulumi_oci/identity/get_domain.py +2 -6
  1310. pulumi_oci/identity/get_domains.py +18 -22
  1311. pulumi_oci/identity/get_domains_account_mgmt_info.py +8 -12
  1312. pulumi_oci/identity/get_domains_account_mgmt_infos.py +12 -16
  1313. pulumi_oci/identity/get_domains_account_recovery_setting.py +8 -12
  1314. pulumi_oci/identity/get_domains_account_recovery_settings.py +6 -10
  1315. pulumi_oci/identity/get_domains_api_key.py +8 -12
  1316. pulumi_oci/identity/get_domains_api_keys.py +12 -16
  1317. pulumi_oci/identity/get_domains_app.py +8 -12
  1318. pulumi_oci/identity/get_domains_app_role.py +8 -12
  1319. pulumi_oci/identity/get_domains_app_roles.py +12 -16
  1320. pulumi_oci/identity/get_domains_approval_workflow.py +8 -12
  1321. pulumi_oci/identity/get_domains_approval_workflow_assignment.py +8 -12
  1322. pulumi_oci/identity/get_domains_approval_workflow_assignments.py +12 -16
  1323. pulumi_oci/identity/get_domains_approval_workflow_step.py +8 -12
  1324. pulumi_oci/identity/get_domains_approval_workflow_steps.py +12 -16
  1325. pulumi_oci/identity/get_domains_approval_workflows.py +12 -16
  1326. pulumi_oci/identity/get_domains_apps.py +12 -16
  1327. pulumi_oci/identity/get_domains_auth_token.py +8 -12
  1328. pulumi_oci/identity/get_domains_auth_tokens.py +12 -16
  1329. pulumi_oci/identity/get_domains_authentication_factor_setting.py +8 -12
  1330. pulumi_oci/identity/get_domains_authentication_factor_settings.py +6 -10
  1331. pulumi_oci/identity/get_domains_branding_setting.py +6 -10
  1332. pulumi_oci/identity/get_domains_branding_settings.py +6 -10
  1333. pulumi_oci/identity/get_domains_cloud_gate.py +8 -12
  1334. pulumi_oci/identity/get_domains_cloud_gate_mapping.py +8 -12
  1335. pulumi_oci/identity/get_domains_cloud_gate_mappings.py +12 -16
  1336. pulumi_oci/identity/get_domains_cloud_gate_server.py +8 -12
  1337. pulumi_oci/identity/get_domains_cloud_gate_servers.py +12 -16
  1338. pulumi_oci/identity/get_domains_cloud_gates.py +12 -16
  1339. pulumi_oci/identity/get_domains_condition.py +8 -12
  1340. pulumi_oci/identity/get_domains_conditions.py +12 -16
  1341. pulumi_oci/identity/get_domains_customer_secret_key.py +8 -12
  1342. pulumi_oci/identity/get_domains_customer_secret_keys.py +12 -16
  1343. pulumi_oci/identity/get_domains_dynamic_resource_group.py +8 -12
  1344. pulumi_oci/identity/get_domains_dynamic_resource_groups.py +12 -16
  1345. pulumi_oci/identity/get_domains_grant.py +8 -12
  1346. pulumi_oci/identity/get_domains_grants.py +12 -16
  1347. pulumi_oci/identity/get_domains_group.py +8 -12
  1348. pulumi_oci/identity/get_domains_groups.py +12 -16
  1349. pulumi_oci/identity/get_domains_identity_propagation_trust.py +8 -12
  1350. pulumi_oci/identity/get_domains_identity_propagation_trusts.py +12 -16
  1351. pulumi_oci/identity/get_domains_identity_provider.py +8 -12
  1352. pulumi_oci/identity/get_domains_identity_providers.py +12 -16
  1353. pulumi_oci/identity/get_domains_identity_setting.py +8 -12
  1354. pulumi_oci/identity/get_domains_identity_settings.py +6 -10
  1355. pulumi_oci/identity/get_domains_kmsi_setting.py +8 -12
  1356. pulumi_oci/identity/get_domains_kmsi_settings.py +6 -10
  1357. pulumi_oci/identity/get_domains_my_api_key.py +8 -12
  1358. pulumi_oci/identity/get_domains_my_api_keys.py +12 -16
  1359. pulumi_oci/identity/get_domains_my_apps.py +12 -16
  1360. pulumi_oci/identity/get_domains_my_auth_token.py +8 -12
  1361. pulumi_oci/identity/get_domains_my_auth_tokens.py +12 -16
  1362. pulumi_oci/identity/get_domains_my_completed_approval.py +8 -12
  1363. pulumi_oci/identity/get_domains_my_completed_approvals.py +12 -16
  1364. pulumi_oci/identity/get_domains_my_customer_secret_key.py +8 -12
  1365. pulumi_oci/identity/get_domains_my_customer_secret_keys.py +12 -16
  1366. pulumi_oci/identity/get_domains_my_device.py +8 -12
  1367. pulumi_oci/identity/get_domains_my_devices.py +12 -16
  1368. pulumi_oci/identity/get_domains_my_groups.py +12 -16
  1369. pulumi_oci/identity/get_domains_my_oauth2client_credential.py +8 -12
  1370. pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +12 -16
  1371. pulumi_oci/identity/get_domains_my_pending_approval.py +8 -12
  1372. pulumi_oci/identity/get_domains_my_pending_approvals.py +12 -16
  1373. pulumi_oci/identity/get_domains_my_requestable_groups.py +12 -16
  1374. pulumi_oci/identity/get_domains_my_requests.py +12 -16
  1375. pulumi_oci/identity/get_domains_my_smtp_credential.py +8 -12
  1376. pulumi_oci/identity/get_domains_my_smtp_credentials.py +12 -16
  1377. pulumi_oci/identity/get_domains_my_support_account.py +8 -12
  1378. pulumi_oci/identity/get_domains_my_support_accounts.py +12 -16
  1379. pulumi_oci/identity/get_domains_my_trusted_user_agent.py +8 -12
  1380. pulumi_oci/identity/get_domains_my_trusted_user_agents.py +12 -16
  1381. pulumi_oci/identity/get_domains_my_user_db_credential.py +8 -12
  1382. pulumi_oci/identity/get_domains_my_user_db_credentials.py +12 -16
  1383. pulumi_oci/identity/get_domains_network_perimeter.py +8 -12
  1384. pulumi_oci/identity/get_domains_network_perimeters.py +12 -16
  1385. pulumi_oci/identity/get_domains_notification_setting.py +8 -12
  1386. pulumi_oci/identity/get_domains_notification_settings.py +6 -10
  1387. pulumi_oci/identity/get_domains_oauth2client_credential.py +8 -12
  1388. pulumi_oci/identity/get_domains_oauth2client_credentials.py +12 -16
  1389. pulumi_oci/identity/get_domains_oauth_client_certificate.py +8 -12
  1390. pulumi_oci/identity/get_domains_oauth_client_certificates.py +12 -16
  1391. pulumi_oci/identity/get_domains_oauth_partner_certificate.py +8 -12
  1392. pulumi_oci/identity/get_domains_oauth_partner_certificates.py +12 -16
  1393. pulumi_oci/identity/get_domains_password_policies.py +12 -16
  1394. pulumi_oci/identity/get_domains_password_policy.py +8 -12
  1395. pulumi_oci/identity/get_domains_policies.py +12 -16
  1396. pulumi_oci/identity/get_domains_policy.py +8 -12
  1397. pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +12 -16
  1398. pulumi_oci/identity/get_domains_rule.py +8 -12
  1399. pulumi_oci/identity/get_domains_rules.py +12 -16
  1400. pulumi_oci/identity/get_domains_security_question.py +8 -12
  1401. pulumi_oci/identity/get_domains_security_question_setting.py +8 -12
  1402. pulumi_oci/identity/get_domains_security_question_settings.py +6 -10
  1403. pulumi_oci/identity/get_domains_security_questions.py +12 -16
  1404. pulumi_oci/identity/get_domains_self_registration_profile.py +8 -12
  1405. pulumi_oci/identity/get_domains_self_registration_profiles.py +12 -16
  1406. pulumi_oci/identity/get_domains_setting.py +6 -10
  1407. pulumi_oci/identity/get_domains_settings.py +6 -10
  1408. pulumi_oci/identity/get_domains_smtp_credential.py +8 -12
  1409. pulumi_oci/identity/get_domains_smtp_credentials.py +12 -16
  1410. pulumi_oci/identity/get_domains_user.py +8 -12
  1411. pulumi_oci/identity/get_domains_user_attributes_setting.py +8 -12
  1412. pulumi_oci/identity/get_domains_user_db_credential.py +8 -12
  1413. pulumi_oci/identity/get_domains_user_db_credentials.py +12 -16
  1414. pulumi_oci/identity/get_domains_users.py +12 -16
  1415. pulumi_oci/identity/get_dynamic_groups.py +6 -10
  1416. pulumi_oci/identity/get_fault_domains.py +4 -8
  1417. pulumi_oci/identity/get_group.py +2 -6
  1418. pulumi_oci/identity/get_groups.py +6 -10
  1419. pulumi_oci/identity/get_iam_work_request.py +2 -6
  1420. pulumi_oci/identity/get_iam_work_request_errors.py +2 -6
  1421. pulumi_oci/identity/get_iam_work_request_logs.py +2 -6
  1422. pulumi_oci/identity/get_iam_work_requests.py +4 -8
  1423. pulumi_oci/identity/get_identity_provider_groups.py +6 -10
  1424. pulumi_oci/identity/get_identity_providers.py +8 -12
  1425. pulumi_oci/identity/get_idp_group_mappings.py +2 -6
  1426. pulumi_oci/identity/get_network_source.py +2 -6
  1427. pulumi_oci/identity/get_network_sources.py +6 -10
  1428. pulumi_oci/identity/get_policies.py +6 -10
  1429. pulumi_oci/identity/get_region_subscriptions.py +2 -6
  1430. pulumi_oci/identity/get_regions.py +0 -4
  1431. pulumi_oci/identity/get_smtp_credentials.py +2 -6
  1432. pulumi_oci/identity/get_tag.py +4 -8
  1433. pulumi_oci/identity/get_tag_default.py +2 -6
  1434. pulumi_oci/identity/get_tag_defaults.py +8 -12
  1435. pulumi_oci/identity/get_tag_namespaces.py +6 -10
  1436. pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +4 -8
  1437. pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +2 -6
  1438. pulumi_oci/identity/get_tags.py +4 -8
  1439. pulumi_oci/identity/get_tenancy.py +2 -6
  1440. pulumi_oci/identity/get_ui_password.py +2 -6
  1441. pulumi_oci/identity/get_user.py +2 -6
  1442. pulumi_oci/identity/get_user_group_memberships.py +6 -10
  1443. pulumi_oci/identity/get_users.py +10 -14
  1444. pulumi_oci/identity/group.py +8 -10
  1445. pulumi_oci/identity/identity_provider.py +18 -20
  1446. pulumi_oci/identity/idp_group_mapping.py +8 -12
  1447. pulumi_oci/identity/import_standard_tags_management.py +6 -10
  1448. pulumi_oci/identity/network_source.py +14 -16
  1449. pulumi_oci/identity/outputs.py +102 -102
  1450. pulumi_oci/identity/policy.py +12 -14
  1451. pulumi_oci/identity/smtp_credential.py +6 -10
  1452. pulumi_oci/identity/tag.py +14 -16
  1453. pulumi_oci/identity/tag_default.py +10 -14
  1454. pulumi_oci/identity/tag_namespace.py +8 -10
  1455. pulumi_oci/identity/ui_password.py +2 -6
  1456. pulumi_oci/identity/user.py +10 -12
  1457. pulumi_oci/identity/user_capabilities_management.py +4 -8
  1458. pulumi_oci/identity/user_group_membership.py +6 -10
  1459. pulumi_oci/identitydataplane/generated_scoped_access_token.py +6 -10
  1460. pulumi_oci/integration/get_integration_instance.py +2 -6
  1461. pulumi_oci/integration/get_integration_instances.py +6 -10
  1462. pulumi_oci/integration/integration_instance.py +44 -48
  1463. pulumi_oci/jms/fleet.py +18 -22
  1464. pulumi_oci/jms/get_announcements.py +6 -10
  1465. pulumi_oci/jms/get_fleet.py +2 -6
  1466. pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +2 -6
  1467. pulumi_oci/jms/get_fleet_blocklists.py +6 -10
  1468. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +4 -8
  1469. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +10 -14
  1470. pulumi_oci/jms/get_fleet_diagnoses.py +2 -6
  1471. pulumi_oci/jms/get_fleet_drs_file.py +4 -8
  1472. pulumi_oci/jms/get_fleet_drs_files.py +2 -6
  1473. pulumi_oci/jms/get_fleet_export_setting.py +2 -6
  1474. pulumi_oci/jms/get_fleet_export_status.py +2 -6
  1475. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +4 -8
  1476. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +8 -12
  1477. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -8
  1478. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +10 -14
  1479. pulumi_oci/jms/get_fleets.py +10 -14
  1480. pulumi_oci/jms/get_installation_site.py +24 -28
  1481. pulumi_oci/jms/get_installation_sites.py +24 -28
  1482. pulumi_oci/jms/get_java_downloads_java_download_records.py +16 -20
  1483. pulumi_oci/jms/get_java_downloads_java_download_report.py +2 -6
  1484. pulumi_oci/jms/get_java_downloads_java_download_report_content.py +2 -6
  1485. pulumi_oci/jms/get_java_downloads_java_download_reports.py +8 -12
  1486. pulumi_oci/jms/get_java_downloads_java_download_token.py +2 -6
  1487. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +14 -18
  1488. pulumi_oci/jms/get_java_downloads_java_license.py +2 -6
  1489. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -6
  1490. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +10 -14
  1491. pulumi_oci/jms/get_java_downloads_java_licenses.py +4 -8
  1492. pulumi_oci/jms/get_java_families.py +6 -10
  1493. pulumi_oci/jms/get_java_family.py +2 -6
  1494. pulumi_oci/jms/get_java_release.py +2 -6
  1495. pulumi_oci/jms/get_java_releases.py +10 -14
  1496. pulumi_oci/jms/get_list_jre_usage.py +12 -16
  1497. pulumi_oci/jms/get_summarize_resource_inventory.py +6 -10
  1498. pulumi_oci/jms/java_downloads_java_download_report.py +10 -14
  1499. pulumi_oci/jms/java_downloads_java_download_token.py +16 -20
  1500. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +8 -12
  1501. pulumi_oci/kms/ekms_private_endpoint.py +14 -18
  1502. pulumi_oci/kms/encrypted_data.py +16 -20
  1503. pulumi_oci/kms/generated_key.py +18 -22
  1504. pulumi_oci/kms/get_decrypted_data.py +8 -12
  1505. pulumi_oci/kms/get_ekms_private_endpoint.py +2 -6
  1506. pulumi_oci/kms/get_ekms_private_endpoints.py +2 -6
  1507. pulumi_oci/kms/get_encrypted_data.py +8 -12
  1508. pulumi_oci/kms/get_key.py +4 -8
  1509. pulumi_oci/kms/get_key_version.py +6 -10
  1510. pulumi_oci/kms/get_key_versions.py +4 -8
  1511. pulumi_oci/kms/get_keys.py +12 -16
  1512. pulumi_oci/kms/get_replication_status.py +4 -8
  1513. pulumi_oci/kms/get_vault.py +2 -6
  1514. pulumi_oci/kms/get_vault_replicas.py +2 -6
  1515. pulumi_oci/kms/get_vault_usage.py +2 -6
  1516. pulumi_oci/kms/get_vaults.py +2 -6
  1517. pulumi_oci/kms/vault.py +18 -22
  1518. pulumi_oci/kms/vault_verification.py +6 -10
  1519. pulumi_oci/kms/verify.py +16 -20
  1520. pulumi_oci/licensemanager/configuration.py +6 -10
  1521. pulumi_oci/licensemanager/get_configuration.py +2 -6
  1522. pulumi_oci/licensemanager/get_license_metric.py +4 -8
  1523. pulumi_oci/licensemanager/get_license_record.py +2 -6
  1524. pulumi_oci/licensemanager/get_license_records.py +2 -6
  1525. pulumi_oci/licensemanager/get_product_license.py +2 -6
  1526. pulumi_oci/licensemanager/get_product_license_consumers.py +6 -10
  1527. pulumi_oci/licensemanager/get_product_licenses.py +4 -8
  1528. pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +4 -8
  1529. pulumi_oci/licensemanager/get_top_utilized_resources.py +6 -10
  1530. pulumi_oci/licensemanager/license_record.py +18 -22
  1531. pulumi_oci/licensemanager/product_license.py +16 -20
  1532. pulumi_oci/limits/get_limit_definitions.py +6 -10
  1533. pulumi_oci/limits/get_limit_values.py +10 -14
  1534. pulumi_oci/limits/get_quota.py +2 -6
  1535. pulumi_oci/limits/get_quotas.py +6 -10
  1536. pulumi_oci/limits/get_resource_availability.py +8 -12
  1537. pulumi_oci/limits/get_services.py +2 -6
  1538. pulumi_oci/limits/quota.py +16 -18
  1539. pulumi_oci/loadbalancer/backend.py +18 -22
  1540. pulumi_oci/loadbalancer/backend_set.py +60 -62
  1541. pulumi_oci/loadbalancer/certificate.py +0 -30
  1542. pulumi_oci/loadbalancer/get_backend_health.py +6 -10
  1543. pulumi_oci/loadbalancer/get_backend_set_health.py +4 -8
  1544. pulumi_oci/loadbalancer/get_backend_sets.py +2 -6
  1545. pulumi_oci/loadbalancer/get_backends.py +4 -8
  1546. pulumi_oci/loadbalancer/get_certificates.py +2 -6
  1547. pulumi_oci/loadbalancer/get_health.py +2 -6
  1548. pulumi_oci/loadbalancer/get_hostnames.py +2 -6
  1549. pulumi_oci/loadbalancer/get_listener_rules.py +4 -8
  1550. pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +2 -6
  1551. pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +4 -8
  1552. pulumi_oci/loadbalancer/get_load_balancers.py +8 -12
  1553. pulumi_oci/loadbalancer/get_path_route_sets.py +2 -6
  1554. pulumi_oci/loadbalancer/get_policies.py +2 -6
  1555. pulumi_oci/loadbalancer/get_protocols.py +2 -6
  1556. pulumi_oci/loadbalancer/get_rule_set.py +4 -8
  1557. pulumi_oci/loadbalancer/get_rule_sets.py +2 -6
  1558. pulumi_oci/loadbalancer/get_shapes.py +2 -6
  1559. pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +4 -8
  1560. pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +2 -6
  1561. pulumi_oci/loadbalancer/hostname.py +0 -22
  1562. pulumi_oci/loadbalancer/listener.py +40 -42
  1563. pulumi_oci/loadbalancer/load_balancer.py +22 -26
  1564. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +16 -18
  1565. pulumi_oci/loadbalancer/path_route_set.py +12 -14
  1566. pulumi_oci/loadbalancer/rule_set.py +44 -46
  1567. pulumi_oci/loadbalancer/ssl_cipher_suite.py +8 -10
  1568. pulumi_oci/loganalytics/get_log_analytics_categories_list.py +8 -12
  1569. pulumi_oci/loganalytics/get_log_analytics_category.py +4 -8
  1570. pulumi_oci/loganalytics/get_log_analytics_entities.py +26 -30
  1571. pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +4 -8
  1572. pulumi_oci/loganalytics/get_log_analytics_entity.py +4 -8
  1573. pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +8 -12
  1574. pulumi_oci/loganalytics/get_log_analytics_log_group.py +4 -8
  1575. pulumi_oci/loganalytics/get_log_analytics_log_groups.py +6 -10
  1576. pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +4 -8
  1577. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +4 -8
  1578. pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +8 -12
  1579. pulumi_oci/loganalytics/get_log_analytics_preference.py +2 -6
  1580. pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +8 -12
  1581. pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +2 -6
  1582. pulumi_oci/loganalytics/get_log_sets_count.py +2 -6
  1583. pulumi_oci/loganalytics/get_namespace.py +2 -6
  1584. pulumi_oci/loganalytics/get_namespace_effective_properties.py +14 -18
  1585. pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +4 -8
  1586. pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +14 -18
  1587. pulumi_oci/loganalytics/get_namespace_properties_metadata.py +10 -14
  1588. pulumi_oci/loganalytics/get_namespace_rules.py +12 -16
  1589. pulumi_oci/loganalytics/get_namespace_rules_summary.py +4 -8
  1590. pulumi_oci/loganalytics/get_namespace_scheduled_task.py +4 -8
  1591. pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +10 -14
  1592. pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +2 -6
  1593. pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +6 -10
  1594. pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +2 -6
  1595. pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +6 -10
  1596. pulumi_oci/loganalytics/get_namespaces.py +2 -6
  1597. pulumi_oci/loganalytics/log_analytics_entity.py +30 -32
  1598. pulumi_oci/loganalytics/log_analytics_import_custom_content.py +10 -14
  1599. pulumi_oci/loganalytics/log_analytics_log_group.py +10 -14
  1600. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +46 -48
  1601. pulumi_oci/loganalytics/log_analytics_preferences_management.py +8 -12
  1602. pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +8 -12
  1603. pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +6 -10
  1604. pulumi_oci/loganalytics/namespace.py +8 -12
  1605. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +36 -40
  1606. pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +8 -12
  1607. pulumi_oci/logging/get_log.py +4 -8
  1608. pulumi_oci/logging/get_log_group.py +2 -6
  1609. pulumi_oci/logging/get_log_groups.py +6 -10
  1610. pulumi_oci/logging/get_log_saved_search.py +2 -6
  1611. pulumi_oci/logging/get_log_saved_searches.py +6 -10
  1612. pulumi_oci/logging/get_logs.py +12 -16
  1613. pulumi_oci/logging/get_unified_agent_configuration.py +2 -6
  1614. pulumi_oci/logging/get_unified_agent_configurations.py +12 -16
  1615. pulumi_oci/logging/log.py +24 -28
  1616. pulumi_oci/logging/log_group.py +8 -12
  1617. pulumi_oci/logging/log_saved_search.py +10 -12
  1618. pulumi_oci/managementagent/get_management_agent.py +2 -6
  1619. pulumi_oci/managementagent/get_management_agent_available_histories.py +6 -10
  1620. pulumi_oci/managementagent/get_management_agent_count.py +8 -12
  1621. pulumi_oci/managementagent/get_management_agent_data_source.py +4 -8
  1622. pulumi_oci/managementagent/get_management_agent_data_sources.py +4 -8
  1623. pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +2 -6
  1624. pulumi_oci/managementagent/get_management_agent_images.py +8 -12
  1625. pulumi_oci/managementagent/get_management_agent_install_key.py +2 -6
  1626. pulumi_oci/managementagent/get_management_agent_install_keys.py +10 -14
  1627. pulumi_oci/managementagent/get_management_agent_plugin_count.py +4 -8
  1628. pulumi_oci/managementagent/get_management_agent_plugins.py +10 -14
  1629. pulumi_oci/managementagent/get_management_agents.py +30 -34
  1630. pulumi_oci/managementagent/management_agent.py +2 -6
  1631. pulumi_oci/managementagent/management_agent_data_source.py +32 -34
  1632. pulumi_oci/managementagent/management_agent_install_key.py +12 -16
  1633. pulumi_oci/managementdashboard/get_management_dashboards_export.py +2 -6
  1634. pulumi_oci/managementdashboard/management_dashboards_import.py +6 -10
  1635. pulumi_oci/marketplace/accepted_agreement.py +14 -18
  1636. pulumi_oci/marketplace/get_accepted_agreement.py +2 -6
  1637. pulumi_oci/marketplace/get_accepted_agreements.py +10 -14
  1638. pulumi_oci/marketplace/get_categories.py +2 -6
  1639. pulumi_oci/marketplace/get_listing.py +4 -8
  1640. pulumi_oci/marketplace/get_listing_package.py +6 -10
  1641. pulumi_oci/marketplace/get_listing_package_agreements.py +6 -10
  1642. pulumi_oci/marketplace/get_listing_packages.py +8 -12
  1643. pulumi_oci/marketplace/get_listing_taxes.py +4 -8
  1644. pulumi_oci/marketplace/get_listings.py +22 -26
  1645. pulumi_oci/marketplace/get_publication.py +2 -6
  1646. pulumi_oci/marketplace/get_publication_package.py +4 -8
  1647. pulumi_oci/marketplace/get_publication_packages.py +6 -10
  1648. pulumi_oci/marketplace/get_publications.py +10 -14
  1649. pulumi_oci/marketplace/get_publishers.py +4 -8
  1650. pulumi_oci/marketplace/listing_package_agreement.py +10 -14
  1651. pulumi_oci/marketplace/publication.py +34 -36
  1652. pulumi_oci/mediaservices/get_media_asset.py +2 -6
  1653. pulumi_oci/mediaservices/get_media_assets.py +24 -28
  1654. pulumi_oci/mediaservices/get_media_workflow.py +2 -6
  1655. pulumi_oci/mediaservices/get_media_workflow_configuration.py +2 -6
  1656. pulumi_oci/mediaservices/get_media_workflow_configurations.py +8 -12
  1657. pulumi_oci/mediaservices/get_media_workflow_job.py +2 -6
  1658. pulumi_oci/mediaservices/get_media_workflow_job_fact.py +4 -8
  1659. pulumi_oci/mediaservices/get_media_workflow_job_facts.py +6 -10
  1660. pulumi_oci/mediaservices/get_media_workflow_jobs.py +10 -14
  1661. pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +8 -12
  1662. pulumi_oci/mediaservices/get_media_workflows.py +8 -12
  1663. pulumi_oci/mediaservices/get_stream_cdn_config.py +2 -6
  1664. pulumi_oci/mediaservices/get_stream_cdn_configs.py +8 -12
  1665. pulumi_oci/mediaservices/get_stream_distribution_channel.py +2 -6
  1666. pulumi_oci/mediaservices/get_stream_distribution_channels.py +8 -12
  1667. pulumi_oci/mediaservices/get_stream_packaging_config.py +2 -6
  1668. pulumi_oci/mediaservices/get_stream_packaging_configs.py +8 -12
  1669. pulumi_oci/mediaservices/get_system_media_workflow.py +4 -8
  1670. pulumi_oci/mediaservices/media_workflow.py +34 -38
  1671. pulumi_oci/mediaservices/media_workflow_configuration.py +18 -22
  1672. pulumi_oci/mediaservices/media_workflow_job.py +26 -30
  1673. pulumi_oci/mediaservices/stream_cdn_config.py +42 -46
  1674. pulumi_oci/mediaservices/stream_distribution_channel.py +16 -20
  1675. pulumi_oci/mediaservices/stream_packaging_config.py +24 -28
  1676. pulumi_oci/meteringcomputation/__init__.py +3 -0
  1677. pulumi_oci/meteringcomputation/_inputs.py +110 -0
  1678. pulumi_oci/meteringcomputation/custom_table.py +22 -26
  1679. pulumi_oci/meteringcomputation/get_average_carbon_emission.py +2 -6
  1680. pulumi_oci/meteringcomputation/get_configuration.py +2 -6
  1681. pulumi_oci/meteringcomputation/get_custom_table.py +2 -6
  1682. pulumi_oci/meteringcomputation/get_custom_tables.py +4 -8
  1683. pulumi_oci/meteringcomputation/get_queries.py +2 -6
  1684. pulumi_oci/meteringcomputation/get_query.py +2 -6
  1685. pulumi_oci/meteringcomputation/get_schedule.py +3 -7
  1686. pulumi_oci/meteringcomputation/get_scheduled_run.py +4 -8
  1687. pulumi_oci/meteringcomputation/get_scheduled_runs.py +2 -6
  1688. pulumi_oci/meteringcomputation/get_schedules.py +4 -8
  1689. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +2 -6
  1690. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +2 -6
  1691. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +2 -6
  1692. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +169 -0
  1693. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +153 -0
  1694. pulumi_oci/meteringcomputation/outputs.py +292 -2
  1695. pulumi_oci/meteringcomputation/query.py +44 -48
  1696. pulumi_oci/meteringcomputation/schedule.py +57 -59
  1697. pulumi_oci/meteringcomputation/usage.py +32 -36
  1698. pulumi_oci/meteringcomputation/usage_carbon_emission.py +22 -26
  1699. pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +34 -38
  1700. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +388 -0
  1701. pulumi_oci/monitoring/alarm.py +54 -58
  1702. pulumi_oci/monitoring/alarm_suppression.py +16 -20
  1703. pulumi_oci/monitoring/get_alarm.py +2 -6
  1704. pulumi_oci/monitoring/get_alarm_history_collection.py +8 -12
  1705. pulumi_oci/monitoring/get_alarm_statuses.py +14 -18
  1706. pulumi_oci/monitoring/get_alarm_suppression.py +2 -6
  1707. pulumi_oci/monitoring/get_alarm_suppressions.py +6 -10
  1708. pulumi_oci/monitoring/get_alarms.py +8 -12
  1709. pulumi_oci/monitoring/get_metric_data.py +16 -20
  1710. pulumi_oci/monitoring/get_metrics.py +14 -18
  1711. pulumi_oci/mysql/get_channel.py +2 -6
  1712. pulumi_oci/mysql/get_channels.py +12 -16
  1713. pulumi_oci/mysql/get_heat_wave_cluster.py +2 -6
  1714. pulumi_oci/mysql/get_mysql_backup.py +2 -6
  1715. pulumi_oci/mysql/get_mysql_backups.py +12 -16
  1716. pulumi_oci/mysql/get_mysql_configuration.py +2 -6
  1717. pulumi_oci/mysql/get_mysql_configurations.py +12 -16
  1718. pulumi_oci/mysql/get_mysql_db_system.py +2 -6
  1719. pulumi_oci/mysql/get_mysql_db_systems.py +16 -20
  1720. pulumi_oci/mysql/get_mysql_version.py +2 -6
  1721. pulumi_oci/mysql/get_replica.py +2 -6
  1722. pulumi_oci/mysql/get_replicas.py +14 -18
  1723. pulumi_oci/mysql/get_shapes.py +8 -12
  1724. pulumi_oci/mysql/heat_wave_cluster.py +10 -14
  1725. pulumi_oci/mysql/mysql_backup.py +12 -16
  1726. pulumi_oci/mysql/mysql_configuration.py +172 -176
  1727. pulumi_oci/mysql/mysql_db_system.py +62 -66
  1728. pulumi_oci/mysql/replica.py +16 -20
  1729. pulumi_oci/networkfirewall/get_network_firewall.py +2 -6
  1730. pulumi_oci/networkfirewall/get_network_firewall_policies.py +8 -12
  1731. pulumi_oci/networkfirewall/get_network_firewall_policy.py +2 -6
  1732. pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +4 -8
  1733. pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +4 -8
  1734. pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +4 -8
  1735. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +4 -8
  1736. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +6 -10
  1737. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +4 -8
  1738. pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +6 -10
  1739. pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +4 -8
  1740. pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +4 -8
  1741. pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +4 -8
  1742. pulumi_oci/networkfirewall/get_network_firewalls.py +12 -16
  1743. pulumi_oci/networkfirewall/network_firewall.py +18 -22
  1744. pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +10 -12
  1745. pulumi_oci/networkfirewall/network_firewall_policy_application.py +12 -14
  1746. pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +8 -10
  1747. pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +26 -28
  1748. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -16
  1749. pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +24 -26
  1750. pulumi_oci/networkfirewall/network_firewall_policy_service.py +12 -14
  1751. pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +8 -10
  1752. pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +10 -12
  1753. pulumi_oci/networkloadbalancer/_inputs.py +0 -16
  1754. pulumi_oci/networkloadbalancer/backend.py +22 -24
  1755. pulumi_oci/networkloadbalancer/backend_set.py +93 -46
  1756. pulumi_oci/networkloadbalancer/get_backend_health.py +6 -10
  1757. pulumi_oci/networkloadbalancer/get_backend_set.py +14 -1
  1758. pulumi_oci/networkloadbalancer/get_backend_sets.py +2 -6
  1759. pulumi_oci/networkloadbalancer/get_backends.py +4 -8
  1760. pulumi_oci/networkloadbalancer/get_listener.py +4 -8
  1761. pulumi_oci/networkloadbalancer/get_listeners.py +2 -6
  1762. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +2 -6
  1763. pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +2 -6
  1764. pulumi_oci/networkloadbalancer/get_network_load_balancers.py +6 -10
  1765. pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +0 -4
  1766. pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +0 -4
  1767. pulumi_oci/networkloadbalancer/listener.py +14 -16
  1768. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +109 -62
  1769. pulumi_oci/networkloadbalancer/outputs.py +11 -16
  1770. pulumi_oci/nosql/get_index.py +6 -10
  1771. pulumi_oci/nosql/get_indexes.py +8 -12
  1772. pulumi_oci/nosql/get_table.py +4 -8
  1773. pulumi_oci/nosql/get_tables.py +6 -10
  1774. pulumi_oci/nosql/index.py +16 -18
  1775. pulumi_oci/nosql/table.py +20 -22
  1776. pulumi_oci/nosql/table_replica.py +12 -16
  1777. pulumi_oci/objectstorage/_inputs.py +4 -4
  1778. pulumi_oci/objectstorage/bucket.py +30 -32
  1779. pulumi_oci/objectstorage/get_bucket.py +4 -8
  1780. pulumi_oci/objectstorage/get_bucket_summaries.py +4 -8
  1781. pulumi_oci/objectstorage/get_namespace.py +2 -6
  1782. pulumi_oci/objectstorage/get_object.py +20 -24
  1783. pulumi_oci/objectstorage/get_object_head.py +6 -10
  1784. pulumi_oci/objectstorage/get_object_lifecycle_policy.py +4 -8
  1785. pulumi_oci/objectstorage/get_object_versions.py +16 -20
  1786. pulumi_oci/objectstorage/get_preauthrequest.py +6 -10
  1787. pulumi_oci/objectstorage/get_preauthrequests.py +6 -10
  1788. pulumi_oci/objectstorage/get_replication_policies.py +4 -8
  1789. pulumi_oci/objectstorage/get_replication_policy.py +6 -10
  1790. pulumi_oci/objectstorage/get_replication_sources.py +4 -8
  1791. pulumi_oci/objectstorage/object_lifecycle_policy.py +24 -28
  1792. pulumi_oci/objectstorage/outputs.py +4 -4
  1793. pulumi_oci/objectstorage/preauthrequest.py +16 -18
  1794. pulumi_oci/objectstorage/replication_policy.py +12 -14
  1795. pulumi_oci/objectstorage/storage_object.py +49 -53
  1796. pulumi_oci/oce/get_oce_instance.py +2 -6
  1797. pulumi_oci/oce/get_oce_instances.py +8 -12
  1798. pulumi_oci/oce/instance.py +32 -34
  1799. pulumi_oci/ocvp/cluster.py +54 -58
  1800. pulumi_oci/ocvp/get_cluster.py +2 -6
  1801. pulumi_oci/ocvp/get_clusters.py +8 -12
  1802. pulumi_oci/ocvp/get_exsi_host.py +2 -6
  1803. pulumi_oci/ocvp/get_exsi_hosts.py +16 -20
  1804. pulumi_oci/ocvp/get_retrieve_password.py +4 -8
  1805. pulumi_oci/ocvp/get_sddc.py +2 -6
  1806. pulumi_oci/ocvp/get_sddcs.py +8 -12
  1807. pulumi_oci/ocvp/get_supported_commitments.py +4 -8
  1808. pulumi_oci/ocvp/get_supported_host_shapes.py +8 -12
  1809. pulumi_oci/ocvp/get_supported_skus.py +4 -8
  1810. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +6 -10
  1811. pulumi_oci/oda/get_oda_instance.py +2 -6
  1812. pulumi_oci/oda/get_oda_instances.py +6 -10
  1813. pulumi_oci/oda/get_oda_private_endpoint.py +2 -6
  1814. pulumi_oci/oda/get_oda_private_endpoint_attachment.py +2 -6
  1815. pulumi_oci/oda/get_oda_private_endpoint_attachments.py +6 -10
  1816. pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +4 -8
  1817. pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +4 -8
  1818. pulumi_oci/oda/get_oda_private_endpoints.py +6 -10
  1819. pulumi_oci/oda/oda_instance.py +12 -16
  1820. pulumi_oci/oda/oda_private_endpoint.py +12 -16
  1821. pulumi_oci/oda/oda_private_endpoint_attachment.py +6 -10
  1822. pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +14 -18
  1823. pulumi_oci/onesubsription/get_billing_schedules.py +6 -10
  1824. pulumi_oci/onesubsription/get_commitment.py +2 -6
  1825. pulumi_oci/onesubsription/get_commitments.py +4 -8
  1826. pulumi_oci/onesubsription/get_computed_usage.py +6 -10
  1827. pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +6 -10
  1828. pulumi_oci/onesubsription/get_invoices.py +10 -14
  1829. pulumi_oci/onesubsription/get_organization_subscriptions.py +2 -6
  1830. pulumi_oci/onesubsription/get_ratecards.py +10 -14
  1831. pulumi_oci/onesubsription/get_subscribed_service.py +4 -8
  1832. pulumi_oci/onesubsription/get_subscribed_services.py +8 -12
  1833. pulumi_oci/onesubsription/get_subscriptions.py +10 -14
  1834. pulumi_oci/ons/get_notification_topic.py +2 -6
  1835. pulumi_oci/ons/get_notification_topics.py +8 -12
  1836. pulumi_oci/ons/get_subscription.py +2 -6
  1837. pulumi_oci/ons/get_subscriptions.py +4 -8
  1838. pulumi_oci/ons/notification_topic.py +8 -10
  1839. pulumi_oci/ons/subscription.py +10 -14
  1840. pulumi_oci/opa/get_opa_instance.py +2 -6
  1841. pulumi_oci/opa/get_opa_instances.py +8 -12
  1842. pulumi_oci/opa/opa_instance.py +59 -44
  1843. pulumi_oci/opensearch/cluster.py +52 -56
  1844. pulumi_oci/opensearch/get_opensearch_cluster.py +2 -6
  1845. pulumi_oci/opensearch/get_opensearch_clusters.py +8 -12
  1846. pulumi_oci/opensearch/get_opensearch_version.py +2 -6
  1847. pulumi_oci/opensearch/get_opensearch_versions.py +2 -6
  1848. pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -6
  1849. pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +4 -8
  1850. pulumi_oci/operatoraccesscontrol/get_access_request_history.py +2 -6
  1851. pulumi_oci/operatoraccesscontrol/get_access_requests.py +12 -16
  1852. pulumi_oci/operatoraccesscontrol/get_action.py +2 -6
  1853. pulumi_oci/operatoraccesscontrol/get_actions.py +8 -12
  1854. pulumi_oci/operatoraccesscontrol/get_control.py +2 -6
  1855. pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -6
  1856. pulumi_oci/operatoraccesscontrol/get_control_assignments.py +10 -14
  1857. pulumi_oci/operatoraccesscontrol/get_controls.py +8 -12
  1858. pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +38 -42
  1859. pulumi_oci/opsi/awr_hub.py +10 -14
  1860. pulumi_oci/opsi/awr_hub_source.py +14 -16
  1861. pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +6 -10
  1862. pulumi_oci/opsi/enterprise_manager_bridge.py +10 -14
  1863. pulumi_oci/opsi/exadata_insight.py +64 -68
  1864. pulumi_oci/opsi/get_awr_hub.py +2 -6
  1865. pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +8 -12
  1866. pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +8 -12
  1867. pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +6 -10
  1868. pulumi_oci/opsi/get_awr_hub_source.py +2 -6
  1869. pulumi_oci/opsi/get_awr_hub_sources.py +14 -18
  1870. pulumi_oci/opsi/get_awr_hubs.py +10 -14
  1871. pulumi_oci/opsi/get_database_insight.py +2 -6
  1872. pulumi_oci/opsi/get_database_insights.py +22 -26
  1873. pulumi_oci/opsi/get_enterprise_manager_bridge.py +2 -6
  1874. pulumi_oci/opsi/get_enterprise_manager_bridges.py +10 -14
  1875. pulumi_oci/opsi/get_exadata_insight.py +2 -6
  1876. pulumi_oci/opsi/get_exadata_insights.py +14 -18
  1877. pulumi_oci/opsi/get_host_insight.py +2 -6
  1878. pulumi_oci/opsi/get_host_insights.py +16 -20
  1879. pulumi_oci/opsi/get_importable_agent_entities.py +2 -6
  1880. pulumi_oci/opsi/get_importable_agent_entity.py +2 -6
  1881. pulumi_oci/opsi/get_importable_compute_entities.py +2 -6
  1882. pulumi_oci/opsi/get_importable_compute_entity.py +2 -6
  1883. pulumi_oci/opsi/get_news_report.py +2 -6
  1884. pulumi_oci/opsi/get_news_reports.py +10 -14
  1885. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +2 -6
  1886. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +14 -18
  1887. pulumi_oci/opsi/get_operations_insights_warehouse.py +2 -6
  1888. pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +2 -6
  1889. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +2 -6
  1890. pulumi_oci/opsi/get_operations_insights_warehouse_users.py +10 -14
  1891. pulumi_oci/opsi/get_operations_insights_warehouses.py +8 -12
  1892. pulumi_oci/opsi/get_opsi_configuration.py +10 -14
  1893. pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +10 -14
  1894. pulumi_oci/opsi/get_opsi_configurations.py +8 -12
  1895. pulumi_oci/opsi/host_insight.py +18 -22
  1896. pulumi_oci/opsi/news_report.py +34 -36
  1897. pulumi_oci/opsi/operations_insights_private_endpoint.py +16 -20
  1898. pulumi_oci/opsi/operations_insights_warehouse.py +10 -14
  1899. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +6 -10
  1900. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +2 -6
  1901. pulumi_oci/opsi/operations_insights_warehouse_user.py +16 -18
  1902. pulumi_oci/opsi/opsi_configuration.py +26 -30
  1903. pulumi_oci/optimizer/get_categories.py +12 -16
  1904. pulumi_oci/optimizer/get_category.py +2 -6
  1905. pulumi_oci/optimizer/get_enrollment_status.py +2 -6
  1906. pulumi_oci/optimizer/get_enrollment_statuses.py +6 -10
  1907. pulumi_oci/optimizer/get_histories.py +18 -22
  1908. pulumi_oci/optimizer/get_profile.py +2 -6
  1909. pulumi_oci/optimizer/get_profile_level.py +8 -12
  1910. pulumi_oci/optimizer/get_profile_levels.py +8 -12
  1911. pulumi_oci/optimizer/get_profiles.py +6 -10
  1912. pulumi_oci/optimizer/get_recommendation.py +2 -6
  1913. pulumi_oci/optimizer/get_recommendation_strategies.py +8 -12
  1914. pulumi_oci/optimizer/get_recommendation_strategy.py +8 -12
  1915. pulumi_oci/optimizer/get_recommendations.py +18 -22
  1916. pulumi_oci/optimizer/get_resource_action.py +4 -8
  1917. pulumi_oci/optimizer/get_resource_actions.py +22 -26
  1918. pulumi_oci/optimizer/profile.py +24 -26
  1919. pulumi_oci/osmanagement/get_managed_instance.py +2 -6
  1920. pulumi_oci/osmanagement/get_managed_instance_event_report.py +8 -12
  1921. pulumi_oci/osmanagement/get_managed_instance_group.py +2 -6
  1922. pulumi_oci/osmanagement/get_managed_instance_groups.py +8 -12
  1923. pulumi_oci/osmanagement/get_managed_instance_module_streams.py +10 -14
  1924. pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +12 -16
  1925. pulumi_oci/osmanagement/get_managed_instances.py +6 -10
  1926. pulumi_oci/osmanagement/get_software_source.py +2 -6
  1927. pulumi_oci/osmanagement/get_software_source_module_stream.py +6 -10
  1928. pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +8 -12
  1929. pulumi_oci/osmanagement/get_software_source_stream_profile.py +10 -14
  1930. pulumi_oci/osmanagement/get_software_sources.py +6 -10
  1931. pulumi_oci/osmanagement/managed_instance_group.py +12 -16
  1932. pulumi_oci/osmanagement/managed_instance_management.py +16 -20
  1933. pulumi_oci/osmanagement/software_source.py +20 -24
  1934. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +2 -6
  1935. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +14 -18
  1936. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +2 -6
  1937. pulumi_oci/osmanagementhub/get_managed_instance_group.py +2 -6
  1938. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +8 -12
  1939. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +10 -14
  1940. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +8 -12
  1941. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -20
  1942. pulumi_oci/osmanagementhub/get_management_station.py +2 -6
  1943. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +8 -12
  1944. pulumi_oci/osmanagementhub/get_management_stations.py +12 -16
  1945. pulumi_oci/osmanagementhub/get_profile.py +2 -6
  1946. pulumi_oci/osmanagementhub/get_profiles.py +18 -22
  1947. pulumi_oci/osmanagementhub/get_software_source.py +2 -6
  1948. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +6 -10
  1949. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +8 -12
  1950. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -12
  1951. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +10 -14
  1952. pulumi_oci/osmanagementhub/get_software_source_package_group.py +4 -8
  1953. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +10 -14
  1954. pulumi_oci/osmanagementhub/get_software_source_software_package.py +4 -8
  1955. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +8 -12
  1956. pulumi_oci/osmanagementhub/get_software_source_vendors.py +4 -8
  1957. pulumi_oci/osmanagementhub/get_software_sources.py +22 -26
  1958. pulumi_oci/osmanagementhub/lifecycle_environment.py +18 -22
  1959. pulumi_oci/osmanagementhub/managed_instance_group.py +16 -20
  1960. pulumi_oci/osmanagementhub/management_station.py +26 -30
  1961. pulumi_oci/osmanagementhub/profile.py +24 -28
  1962. pulumi_oci/osmanagementhub/software_source.py +38 -42
  1963. pulumi_oci/ospgateway/address_action_verification.py +58 -62
  1964. pulumi_oci/ospgateway/get_address.py +6 -10
  1965. pulumi_oci/ospgateway/get_address_rule.py +6 -10
  1966. pulumi_oci/ospgateway/get_invoice.py +6 -10
  1967. pulumi_oci/ospgateway/get_invoices.py +20 -24
  1968. pulumi_oci/ospgateway/get_invoices_invoice_line.py +6 -10
  1969. pulumi_oci/ospgateway/get_invoices_invoice_lines.py +6 -10
  1970. pulumi_oci/ospgateway/get_subscription.py +6 -10
  1971. pulumi_oci/ospgateway/get_subscriptions.py +4 -8
  1972. pulumi_oci/osubbillingschedule/get_billing_schedule.py +8 -12
  1973. pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +6 -10
  1974. pulumi_oci/osubsubscription/get_commitment.py +6 -10
  1975. pulumi_oci/osubsubscription/get_commitments.py +8 -12
  1976. pulumi_oci/osubsubscription/get_ratecards.py +12 -16
  1977. pulumi_oci/osubsubscription/get_subscriptions.py +14 -18
  1978. pulumi_oci/osubusage/get_computed_usage.py +8 -12
  1979. pulumi_oci/psql/_inputs.py +4 -4
  1980. pulumi_oci/psql/backup.py +12 -16
  1981. pulumi_oci/psql/configuration.py +22 -26
  1982. pulumi_oci/psql/db_system.py +85 -89
  1983. pulumi_oci/psql/get_backup.py +2 -6
  1984. pulumi_oci/psql/get_backups.py +14 -18
  1985. pulumi_oci/psql/get_configuration.py +2 -6
  1986. pulumi_oci/psql/get_configurations.py +12 -16
  1987. pulumi_oci/psql/get_db_system.py +4 -8
  1988. pulumi_oci/psql/get_db_system_connection_detail.py +2 -6
  1989. pulumi_oci/psql/get_db_system_primary_db_instance.py +2 -6
  1990. pulumi_oci/psql/get_db_systems.py +8 -12
  1991. pulumi_oci/psql/get_default_configuration.py +2 -6
  1992. pulumi_oci/psql/get_default_configurations.py +10 -14
  1993. pulumi_oci/psql/get_shapes.py +4 -8
  1994. pulumi_oci/psql/outputs.py +4 -4
  1995. pulumi_oci/queue/get_queue.py +2 -6
  1996. pulumi_oci/queue/get_queues.py +8 -12
  1997. pulumi_oci/queue/queue.py +18 -22
  1998. pulumi_oci/recoverymod/get_protected_database.py +2 -6
  1999. pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +4 -8
  2000. pulumi_oci/recoverymod/get_protected_databases.py +12 -16
  2001. pulumi_oci/recoverymod/get_protection_policies.py +10 -14
  2002. pulumi_oci/recoverymod/get_protection_policy.py +2 -6
  2003. pulumi_oci/recoverymod/get_recovery_service_subnet.py +2 -6
  2004. pulumi_oci/recoverymod/get_recovery_service_subnets.py +10 -14
  2005. pulumi_oci/recoverymod/protected_database.py +20 -24
  2006. pulumi_oci/recoverymod/protection_policy.py +8 -12
  2007. pulumi_oci/recoverymod/recovery_service_subnet.py +10 -14
  2008. pulumi_oci/redis/get_redis_cluster.py +16 -7
  2009. pulumi_oci/redis/get_redis_clusters.py +8 -12
  2010. pulumi_oci/redis/outputs.py +11 -0
  2011. pulumi_oci/redis/redis_cluster.py +66 -21
  2012. pulumi_oci/resourcemanager/get_private_endpoint.py +2 -6
  2013. pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +4 -8
  2014. pulumi_oci/resourcemanager/get_private_endpoints.py +8 -12
  2015. pulumi_oci/resourcemanager/get_stack.py +2 -6
  2016. pulumi_oci/resourcemanager/get_stack_tf_state.py +2 -6
  2017. pulumi_oci/resourcemanager/get_stacks.py +8 -12
  2018. pulumi_oci/resourcemanager/private_endpoint.py +18 -22
  2019. pulumi_oci/sch/connector.py +86 -90
  2020. pulumi_oci/sch/get_connector_plugin.py +2 -6
  2021. pulumi_oci/sch/get_connector_plugins.py +6 -10
  2022. pulumi_oci/sch/get_service_connector.py +2 -6
  2023. pulumi_oci/sch/get_service_connectors.py +6 -10
  2024. pulumi_oci/secrets/get_secretbundle.py +8 -12
  2025. pulumi_oci/secrets/get_secretbundle_versions.py +2 -6
  2026. pulumi_oci/servicecatalog/catalog.py +6 -10
  2027. pulumi_oci/servicecatalog/catalog_association.py +8 -12
  2028. pulumi_oci/servicecatalog/get_private_application.py +2 -6
  2029. pulumi_oci/servicecatalog/get_private_application_package.py +2 -6
  2030. pulumi_oci/servicecatalog/get_private_application_packages.py +8 -12
  2031. pulumi_oci/servicecatalog/get_private_applications.py +6 -10
  2032. pulumi_oci/servicecatalog/get_service_catalog.py +2 -6
  2033. pulumi_oci/servicecatalog/get_service_catalog_association.py +2 -6
  2034. pulumi_oci/servicecatalog/get_service_catalog_associations.py +8 -12
  2035. pulumi_oci/servicecatalog/get_service_catalogs.py +6 -10
  2036. pulumi_oci/servicecatalog/private_application.py +18 -22
  2037. pulumi_oci/servicemanagerproxy/get_service_environment.py +4 -8
  2038. pulumi_oci/servicemanagerproxy/get_service_environments.py +8 -12
  2039. pulumi_oci/servicemesh/access_policy.py +40 -42
  2040. pulumi_oci/servicemesh/get_access_policies.py +10 -14
  2041. pulumi_oci/servicemesh/get_access_policy.py +2 -6
  2042. pulumi_oci/servicemesh/get_ingress_gateway.py +2 -6
  2043. pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +2 -6
  2044. pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +10 -14
  2045. pulumi_oci/servicemesh/get_ingress_gateways.py +10 -14
  2046. pulumi_oci/servicemesh/get_mesh.py +2 -6
  2047. pulumi_oci/servicemesh/get_meshes.py +8 -12
  2048. pulumi_oci/servicemesh/get_proxy_detail.py +0 -4
  2049. pulumi_oci/servicemesh/get_virtual_deployment.py +2 -6
  2050. pulumi_oci/servicemesh/get_virtual_deployments.py +10 -14
  2051. pulumi_oci/servicemesh/get_virtual_service.py +2 -6
  2052. pulumi_oci/servicemesh/get_virtual_service_route_table.py +2 -6
  2053. pulumi_oci/servicemesh/get_virtual_service_route_tables.py +10 -14
  2054. pulumi_oci/servicemesh/get_virtual_services.py +10 -14
  2055. pulumi_oci/servicemesh/ingress_gateway.py +38 -40
  2056. pulumi_oci/servicemesh/ingress_gateway_route_table.py +36 -38
  2057. pulumi_oci/servicemesh/mesh.py +12 -16
  2058. pulumi_oci/servicemesh/virtual_deployment.py +24 -26
  2059. pulumi_oci/servicemesh/virtual_service.py +18 -20
  2060. pulumi_oci/servicemesh/virtual_service_route_table.py +28 -30
  2061. pulumi_oci/stackmonitoring/baselineable_metric.py +12 -14
  2062. pulumi_oci/stackmonitoring/config.py +14 -18
  2063. pulumi_oci/stackmonitoring/discovery_job.py +28 -32
  2064. pulumi_oci/stackmonitoring/get_baselineable_metric.py +2 -6
  2065. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +10 -14
  2066. pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +14 -18
  2067. pulumi_oci/stackmonitoring/get_config.py +2 -6
  2068. pulumi_oci/stackmonitoring/get_configs.py +8 -12
  2069. pulumi_oci/stackmonitoring/get_discovery_job.py +2 -6
  2070. pulumi_oci/stackmonitoring/get_discovery_job_logs.py +4 -8
  2071. pulumi_oci/stackmonitoring/get_discovery_jobs.py +4 -8
  2072. pulumi_oci/stackmonitoring/get_metric_extension.py +2 -6
  2073. pulumi_oci/stackmonitoring/get_metric_extensions.py +12 -16
  2074. pulumi_oci/stackmonitoring/get_monitored_resource.py +2 -6
  2075. pulumi_oci/stackmonitoring/get_monitored_resource_task.py +2 -6
  2076. pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +4 -8
  2077. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +2 -6
  2078. pulumi_oci/stackmonitoring/get_monitored_resource_types.py +14 -18
  2079. pulumi_oci/stackmonitoring/get_monitored_resources.py +8 -12
  2080. pulumi_oci/stackmonitoring/get_process_set.py +2 -6
  2081. pulumi_oci/stackmonitoring/get_process_sets.py +4 -8
  2082. pulumi_oci/stackmonitoring/metric_extension.py +68 -70
  2083. pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +8 -12
  2084. pulumi_oci/stackmonitoring/metric_extensions_test_management.py +6 -10
  2085. pulumi_oci/stackmonitoring/monitored_resource.py +92 -94
  2086. pulumi_oci/stackmonitoring/monitored_resource_task.py +38 -40
  2087. pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -32
  2088. pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +10 -14
  2089. pulumi_oci/stackmonitoring/monitored_resources_list_member.py +8 -12
  2090. pulumi_oci/stackmonitoring/monitored_resources_search.py +46 -48
  2091. pulumi_oci/stackmonitoring/monitored_resources_search_association.py +18 -22
  2092. pulumi_oci/stackmonitoring/process_set.py +14 -18
  2093. pulumi_oci/streaming/connect_harness.py +8 -10
  2094. pulumi_oci/streaming/get_connect_harness.py +2 -6
  2095. pulumi_oci/streaming/get_connect_harnesses.py +8 -12
  2096. pulumi_oci/streaming/get_stream.py +2 -6
  2097. pulumi_oci/streaming/get_stream_pool.py +2 -6
  2098. pulumi_oci/streaming/get_stream_pools.py +8 -12
  2099. pulumi_oci/streaming/get_streams.py +10 -14
  2100. pulumi_oci/streaming/stream.py +14 -16
  2101. pulumi_oci/streaming/stream_pool.py +24 -26
  2102. pulumi_oci/usageproxy/get_resource_quotas.py +6 -10
  2103. pulumi_oci/usageproxy/get_resources.py +6 -10
  2104. pulumi_oci/usageproxy/get_subscription_product.py +8 -12
  2105. pulumi_oci/usageproxy/get_subscription_products.py +8 -12
  2106. pulumi_oci/usageproxy/get_subscription_redeemable_user.py +4 -8
  2107. pulumi_oci/usageproxy/get_subscription_redeemable_users.py +4 -8
  2108. pulumi_oci/usageproxy/get_subscription_redemption.py +8 -12
  2109. pulumi_oci/usageproxy/get_subscription_redemptions.py +8 -12
  2110. pulumi_oci/usageproxy/get_subscription_reward.py +4 -8
  2111. pulumi_oci/usageproxy/get_subscription_rewards.py +4 -8
  2112. pulumi_oci/usageproxy/get_usagelimits.py +10 -14
  2113. pulumi_oci/usageproxy/subscription_redeemable_user.py +14 -18
  2114. pulumi_oci/vault/get_secret.py +2 -6
  2115. pulumi_oci/vault/get_secret_version.py +4 -8
  2116. pulumi_oci/vault/get_secrets.py +8 -12
  2117. pulumi_oci/vbs/get_inst_vbs_instance.py +2 -6
  2118. pulumi_oci/vbs/get_inst_vbs_instances.py +8 -12
  2119. pulumi_oci/vbs/inst_vbs_instance.py +14 -16
  2120. pulumi_oci/visualbuilder/get_vb_instance.py +2 -6
  2121. pulumi_oci/visualbuilder/get_vb_instance_applications.py +2 -6
  2122. pulumi_oci/visualbuilder/get_vb_instances.py +6 -10
  2123. pulumi_oci/visualbuilder/vb_instance.py +22 -26
  2124. pulumi_oci/vnmonitoring/get_path_analyzer_test.py +2 -6
  2125. pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +6 -10
  2126. pulumi_oci/vnmonitoring/path_analysi.py +60 -64
  2127. pulumi_oci/vnmonitoring/path_analyzer_test.py +56 -60
  2128. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +10 -14
  2129. pulumi_oci/vulnerabilityscanning/container_scan_target.py +18 -22
  2130. pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +2 -6
  2131. pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +6 -10
  2132. pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +2 -6
  2133. pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +6 -10
  2134. pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +2 -6
  2135. pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +6 -10
  2136. pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +2 -6
  2137. pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +6 -10
  2138. pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +6 -10
  2139. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +34 -38
  2140. pulumi_oci/vulnerabilityscanning/host_scan_target.py +14 -18
  2141. pulumi_oci/waa/app_acceleration.py +14 -18
  2142. pulumi_oci/waa/app_acceleration_policy.py +12 -16
  2143. pulumi_oci/waa/get_app_acceleration.py +2 -6
  2144. pulumi_oci/waa/get_app_acceleration_policies.py +8 -12
  2145. pulumi_oci/waa/get_app_acceleration_policy.py +2 -6
  2146. pulumi_oci/waa/get_app_accelerations.py +10 -14
  2147. pulumi_oci/waas/address_list.py +8 -12
  2148. pulumi_oci/waas/certificate.py +12 -16
  2149. pulumi_oci/waas/custom_protection_rule.py +10 -14
  2150. pulumi_oci/waas/get_address_list.py +2 -6
  2151. pulumi_oci/waas/get_address_lists.py +12 -16
  2152. pulumi_oci/waas/get_certificate.py +2 -6
  2153. pulumi_oci/waas/get_certificates.py +12 -16
  2154. pulumi_oci/waas/get_custom_protection_rule.py +2 -6
  2155. pulumi_oci/waas/get_custom_protection_rules.py +12 -16
  2156. pulumi_oci/waas/get_edge_subnets.py +0 -4
  2157. pulumi_oci/waas/get_http_redirect.py +2 -6
  2158. pulumi_oci/waas/get_http_redirects.py +12 -16
  2159. pulumi_oci/waas/get_protection_rule.py +4 -8
  2160. pulumi_oci/waas/get_protection_rules.py +6 -10
  2161. pulumi_oci/waas/get_waas_policies.py +12 -16
  2162. pulumi_oci/waas/get_waas_policy.py +2 -6
  2163. pulumi_oci/waas/http_redirect.py +20 -24
  2164. pulumi_oci/waas/purge_cache.py +6 -10
  2165. pulumi_oci/waf/app_firewall.py +14 -18
  2166. pulumi_oci/waf/app_firewall_policy.py +144 -148
  2167. pulumi_oci/waf/get_firewalls.py +10 -14
  2168. pulumi_oci/waf/get_network_address_list.py +2 -6
  2169. pulumi_oci/waf/get_network_address_lists.py +8 -12
  2170. pulumi_oci/waf/get_protection_capabilities.py +12 -16
  2171. pulumi_oci/waf/get_protection_capability_group_tags.py +6 -10
  2172. pulumi_oci/waf/get_web_app_firewall.py +2 -6
  2173. pulumi_oci/waf/get_web_app_firewall_policies.py +8 -12
  2174. pulumi_oci/waf/get_web_app_firewall_policy.py +2 -6
  2175. pulumi_oci/waf/network_address_list.py +16 -20
  2176. {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.33.0.dist-info}/METADATA +1 -1
  2177. pulumi_oci-1.33.0.dist-info/RECORD +2666 -0
  2178. pulumi_oci-1.32.0a1713335186.dist-info/RECORD +0 -2654
  2179. {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.33.0.dist-info}/WHEEL +0 -0
  2180. {pulumi_oci-1.32.0a1713335186.dist-info → pulumi_oci-1.33.0.dist-info}/top_level.txt +0 -0
@@ -222,6 +222,9 @@ __all__ = [
222
222
  'GetAutonomousDatabaseResourcePoolSummaryResult',
223
223
  'GetAutonomousDatabaseScheduledOperationResult',
224
224
  'GetAutonomousDatabaseScheduledOperationDayOfWeekResult',
225
+ 'GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionResult',
226
+ 'GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult',
227
+ 'GetAutonomousDatabaseSoftwareImagesFilterResult',
225
228
  'GetAutonomousDatabaseStandbyDbResult',
226
229
  'GetAutonomousDatabasesAutonomousDatabaseResult',
227
230
  'GetAutonomousDatabasesAutonomousDatabaseApexDetailResult',
@@ -936,6 +939,8 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
936
939
  suggest = "lead_time_in_weeks"
937
940
  elif key == "patchingMode":
938
941
  suggest = "patching_mode"
942
+ elif key == "skipRus":
943
+ suggest = "skip_rus"
939
944
  elif key == "weeksOfMonths":
940
945
  suggest = "weeks_of_months"
941
946
 
@@ -960,6 +965,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
960
965
  months: Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowMonth']] = None,
961
966
  patching_mode: Optional[str] = None,
962
967
  preference: Optional[str] = None,
968
+ skip_rus: Optional[Sequence[bool]] = None,
963
969
  weeks_of_months: Optional[Sequence[int]] = None):
964
970
  """
965
971
  :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).
@@ -974,6 +980,7 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
974
980
 
975
981
  *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.
976
982
  :param str preference: (Updatable) The maintenance window scheduling preference.
983
+ :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.
977
984
  :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.
978
985
  """
979
986
  if custom_action_timeout_in_mins is not None:
@@ -994,6 +1001,8 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
994
1001
  pulumi.set(__self__, "patching_mode", patching_mode)
995
1002
  if preference is not None:
996
1003
  pulumi.set(__self__, "preference", preference)
1004
+ if skip_rus is not None:
1005
+ pulumi.set(__self__, "skip_rus", skip_rus)
997
1006
  if weeks_of_months is not None:
998
1007
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
999
1008
 
@@ -1072,6 +1081,14 @@ class AutonomousContainerDatabaseMaintenanceWindow(dict):
1072
1081
  """
1073
1082
  return pulumi.get(self, "preference")
1074
1083
 
1084
+ @property
1085
+ @pulumi.getter(name="skipRus")
1086
+ def skip_rus(self) -> Optional[Sequence[bool]]:
1087
+ """
1088
+ (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.
1089
+ """
1090
+ return pulumi.get(self, "skip_rus")
1091
+
1075
1092
  @property
1076
1093
  @pulumi.getter(name="weeksOfMonths")
1077
1094
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -1119,6 +1136,8 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1119
1136
  suggest = "lead_time_in_weeks"
1120
1137
  elif key == "patchingMode":
1121
1138
  suggest = "patching_mode"
1139
+ elif key == "skipRus":
1140
+ suggest = "skip_rus"
1122
1141
  elif key == "weeksOfMonths":
1123
1142
  suggest = "weeks_of_months"
1124
1143
 
@@ -1143,6 +1162,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1143
1162
  months: Optional[Sequence['outputs.AutonomousContainerDatabaseMaintenanceWindowDetailsMonth']] = None,
1144
1163
  patching_mode: Optional[str] = None,
1145
1164
  preference: Optional[str] = None,
1165
+ skip_rus: Optional[Sequence[bool]] = None,
1146
1166
  weeks_of_months: Optional[Sequence[int]] = None):
1147
1167
  """
1148
1168
  :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).
@@ -1157,6 +1177,7 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1157
1177
 
1158
1178
  *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.
1159
1179
  :param str preference: (Updatable) The maintenance window scheduling preference.
1180
+ :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.
1160
1181
  :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.
1161
1182
  """
1162
1183
  if custom_action_timeout_in_mins is not None:
@@ -1177,6 +1198,8 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1177
1198
  pulumi.set(__self__, "patching_mode", patching_mode)
1178
1199
  if preference is not None:
1179
1200
  pulumi.set(__self__, "preference", preference)
1201
+ if skip_rus is not None:
1202
+ pulumi.set(__self__, "skip_rus", skip_rus)
1180
1203
  if weeks_of_months is not None:
1181
1204
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
1182
1205
 
@@ -1255,6 +1278,14 @@ class AutonomousContainerDatabaseMaintenanceWindowDetails(dict):
1255
1278
  """
1256
1279
  return pulumi.get(self, "preference")
1257
1280
 
1281
+ @property
1282
+ @pulumi.getter(name="skipRus")
1283
+ def skip_rus(self) -> Optional[Sequence[bool]]:
1284
+ """
1285
+ (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.
1286
+ """
1287
+ return pulumi.get(self, "skip_rus")
1288
+
1258
1289
  @property
1259
1290
  @pulumi.getter(name="weeksOfMonths")
1260
1291
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -2673,6 +2704,8 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2673
2704
  suggest = "lead_time_in_weeks"
2674
2705
  elif key == "patchingMode":
2675
2706
  suggest = "patching_mode"
2707
+ elif key == "skipRus":
2708
+ suggest = "skip_rus"
2676
2709
  elif key == "weeksOfMonths":
2677
2710
  suggest = "weeks_of_months"
2678
2711
 
@@ -2697,6 +2730,7 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2697
2730
  months: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowMonth']] = None,
2698
2731
  patching_mode: Optional[str] = None,
2699
2732
  preference: Optional[str] = None,
2733
+ skip_rus: Optional[Sequence[bool]] = None,
2700
2734
  weeks_of_months: Optional[Sequence[int]] = None):
2701
2735
  """
2702
2736
  :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).
@@ -2731,6 +2765,8 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2731
2765
  pulumi.set(__self__, "patching_mode", patching_mode)
2732
2766
  if preference is not None:
2733
2767
  pulumi.set(__self__, "preference", preference)
2768
+ if skip_rus is not None:
2769
+ pulumi.set(__self__, "skip_rus", skip_rus)
2734
2770
  if weeks_of_months is not None:
2735
2771
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
2736
2772
 
@@ -2809,6 +2845,11 @@ class AutonomousExadataInfrastructureMaintenanceWindow(dict):
2809
2845
  """
2810
2846
  return pulumi.get(self, "preference")
2811
2847
 
2848
+ @property
2849
+ @pulumi.getter(name="skipRus")
2850
+ def skip_rus(self) -> Optional[Sequence[bool]]:
2851
+ return pulumi.get(self, "skip_rus")
2852
+
2812
2853
  @property
2813
2854
  @pulumi.getter(name="weeksOfMonths")
2814
2855
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -2856,6 +2897,8 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2856
2897
  suggest = "lead_time_in_weeks"
2857
2898
  elif key == "patchingMode":
2858
2899
  suggest = "patching_mode"
2900
+ elif key == "skipRus":
2901
+ suggest = "skip_rus"
2859
2902
  elif key == "weeksOfMonths":
2860
2903
  suggest = "weeks_of_months"
2861
2904
 
@@ -2880,6 +2923,7 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2880
2923
  months: Optional[Sequence['outputs.AutonomousExadataInfrastructureMaintenanceWindowDetailsMonth']] = None,
2881
2924
  patching_mode: Optional[str] = None,
2882
2925
  preference: Optional[str] = None,
2926
+ skip_rus: Optional[Sequence[bool]] = None,
2883
2927
  weeks_of_months: Optional[Sequence[int]] = None):
2884
2928
  """
2885
2929
  :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).
@@ -2914,6 +2958,8 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2914
2958
  pulumi.set(__self__, "patching_mode", patching_mode)
2915
2959
  if preference is not None:
2916
2960
  pulumi.set(__self__, "preference", preference)
2961
+ if skip_rus is not None:
2962
+ pulumi.set(__self__, "skip_rus", skip_rus)
2917
2963
  if weeks_of_months is not None:
2918
2964
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
2919
2965
 
@@ -2992,6 +3038,11 @@ class AutonomousExadataInfrastructureMaintenanceWindowDetails(dict):
2992
3038
  """
2993
3039
  return pulumi.get(self, "preference")
2994
3040
 
3041
+ @property
3042
+ @pulumi.getter(name="skipRus")
3043
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3044
+ return pulumi.get(self, "skip_rus")
3045
+
2995
3046
  @property
2996
3047
  @pulumi.getter(name="weeksOfMonths")
2997
3048
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3075,6 +3126,8 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3075
3126
  suggest = "lead_time_in_weeks"
3076
3127
  elif key == "patchingMode":
3077
3128
  suggest = "patching_mode"
3129
+ elif key == "skipRus":
3130
+ suggest = "skip_rus"
3078
3131
  elif key == "weeksOfMonths":
3079
3132
  suggest = "weeks_of_months"
3080
3133
 
@@ -3099,6 +3152,7 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3099
3152
  months: Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowMonth']] = None,
3100
3153
  patching_mode: Optional[str] = None,
3101
3154
  preference: Optional[str] = None,
3155
+ skip_rus: Optional[Sequence[bool]] = None,
3102
3156
  weeks_of_months: Optional[Sequence[int]] = None):
3103
3157
  """
3104
3158
  :param Sequence['AutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
@@ -3130,6 +3184,8 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3130
3184
  pulumi.set(__self__, "patching_mode", patching_mode)
3131
3185
  if preference is not None:
3132
3186
  pulumi.set(__self__, "preference", preference)
3187
+ if skip_rus is not None:
3188
+ pulumi.set(__self__, "skip_rus", skip_rus)
3133
3189
  if weeks_of_months is not None:
3134
3190
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3135
3191
 
@@ -3199,6 +3255,11 @@ class AutonomousVmClusterMaintenanceWindow(dict):
3199
3255
  """
3200
3256
  return pulumi.get(self, "preference")
3201
3257
 
3258
+ @property
3259
+ @pulumi.getter(name="skipRus")
3260
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3261
+ return pulumi.get(self, "skip_rus")
3262
+
3202
3263
  @property
3203
3264
  @pulumi.getter(name="weeksOfMonths")
3204
3265
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3246,6 +3307,8 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3246
3307
  suggest = "lead_time_in_weeks"
3247
3308
  elif key == "patchingMode":
3248
3309
  suggest = "patching_mode"
3310
+ elif key == "skipRus":
3311
+ suggest = "skip_rus"
3249
3312
  elif key == "weeksOfMonths":
3250
3313
  suggest = "weeks_of_months"
3251
3314
 
@@ -3270,6 +3333,7 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3270
3333
  months: Optional[Sequence['outputs.AutonomousVmClusterMaintenanceWindowDetailMonth']] = None,
3271
3334
  patching_mode: Optional[str] = None,
3272
3335
  preference: Optional[str] = None,
3336
+ skip_rus: Optional[Sequence[bool]] = None,
3273
3337
  weeks_of_months: Optional[Sequence[int]] = None):
3274
3338
  """
3275
3339
  :param Sequence['AutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
@@ -3301,6 +3365,8 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3301
3365
  pulumi.set(__self__, "patching_mode", patching_mode)
3302
3366
  if preference is not None:
3303
3367
  pulumi.set(__self__, "preference", preference)
3368
+ if skip_rus is not None:
3369
+ pulumi.set(__self__, "skip_rus", skip_rus)
3304
3370
  if weeks_of_months is not None:
3305
3371
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3306
3372
 
@@ -3370,6 +3436,11 @@ class AutonomousVmClusterMaintenanceWindowDetail(dict):
3370
3436
  """
3371
3437
  return pulumi.get(self, "preference")
3372
3438
 
3439
+ @property
3440
+ @pulumi.getter(name="skipRus")
3441
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3442
+ return pulumi.get(self, "skip_rus")
3443
+
3373
3444
  @property
3374
3445
  @pulumi.getter(name="weeksOfMonths")
3375
3446
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3578,6 +3649,8 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3578
3649
  suggest = "lead_time_in_weeks"
3579
3650
  elif key == "patchingMode":
3580
3651
  suggest = "patching_mode"
3652
+ elif key == "skipRus":
3653
+ suggest = "skip_rus"
3581
3654
  elif key == "weeksOfMonths":
3582
3655
  suggest = "weeks_of_months"
3583
3656
 
@@ -3602,19 +3675,18 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3602
3675
  months: Optional[Sequence['outputs.CloudAutonomousVmClusterMaintenanceWindowMonth']] = None,
3603
3676
  patching_mode: Optional[str] = None,
3604
3677
  preference: Optional[str] = None,
3678
+ skip_rus: Optional[Sequence[bool]] = None,
3605
3679
  weeks_of_months: Optional[Sequence[int]] = None):
3606
3680
  """
3607
- :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).
3608
- :param Sequence['CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: (Updatable) Days during the week when maintenance should be performed.
3609
- :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
3681
+ :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).
3682
+ :param Sequence['CloudAutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
3683
+ :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
3610
3684
  * 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
3611
- :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.
3612
- :param bool is_monthly_patching_enabled: (Updatable) If true, enables the monthly patching option.
3613
- :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.
3614
- :param Sequence['CloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: (Updatable) Months during the year when maintenance should be performed.
3615
- :param str patching_mode: (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3616
-
3617
- *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.
3685
+ :param bool is_custom_action_timeout_enabled: If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
3686
+ :param bool is_monthly_patching_enabled: If true, enables the monthly patching option.
3687
+ :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.
3688
+ :param Sequence['CloudAutonomousVmClusterMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
3689
+ :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3618
3690
  :param str preference: (Updatable) The maintenance window scheduling preference.
3619
3691
  :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.
3620
3692
  """
@@ -3636,6 +3708,8 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3636
3708
  pulumi.set(__self__, "patching_mode", patching_mode)
3637
3709
  if preference is not None:
3638
3710
  pulumi.set(__self__, "preference", preference)
3711
+ if skip_rus is not None:
3712
+ pulumi.set(__self__, "skip_rus", skip_rus)
3639
3713
  if weeks_of_months is not None:
3640
3714
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3641
3715
 
@@ -3643,7 +3717,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3643
3717
  @pulumi.getter(name="customActionTimeoutInMins")
3644
3718
  def custom_action_timeout_in_mins(self) -> Optional[int]:
3645
3719
  """
3646
- (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).
3720
+ 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).
3647
3721
  """
3648
3722
  return pulumi.get(self, "custom_action_timeout_in_mins")
3649
3723
 
@@ -3651,7 +3725,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3651
3725
  @pulumi.getter(name="daysOfWeeks")
3652
3726
  def days_of_weeks(self) -> Optional[Sequence['outputs.CloudAutonomousVmClusterMaintenanceWindowDaysOfWeek']]:
3653
3727
  """
3654
- (Updatable) Days during the week when maintenance should be performed.
3728
+ Days during the week when maintenance should be performed.
3655
3729
  """
3656
3730
  return pulumi.get(self, "days_of_weeks")
3657
3731
 
@@ -3659,7 +3733,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3659
3733
  @pulumi.getter(name="hoursOfDays")
3660
3734
  def hours_of_days(self) -> Optional[Sequence[int]]:
3661
3735
  """
3662
- (Updatable) The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
3736
+ The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are
3663
3737
  * 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
3664
3738
  """
3665
3739
  return pulumi.get(self, "hours_of_days")
@@ -3668,7 +3742,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3668
3742
  @pulumi.getter(name="isCustomActionTimeoutEnabled")
3669
3743
  def is_custom_action_timeout_enabled(self) -> Optional[bool]:
3670
3744
  """
3671
- (Updatable) If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
3745
+ If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.
3672
3746
  """
3673
3747
  return pulumi.get(self, "is_custom_action_timeout_enabled")
3674
3748
 
@@ -3676,7 +3750,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3676
3750
  @pulumi.getter(name="isMonthlyPatchingEnabled")
3677
3751
  def is_monthly_patching_enabled(self) -> Optional[bool]:
3678
3752
  """
3679
- (Updatable) If true, enables the monthly patching option.
3753
+ If true, enables the monthly patching option.
3680
3754
  """
3681
3755
  return pulumi.get(self, "is_monthly_patching_enabled")
3682
3756
 
@@ -3684,7 +3758,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3684
3758
  @pulumi.getter(name="leadTimeInWeeks")
3685
3759
  def lead_time_in_weeks(self) -> Optional[int]:
3686
3760
  """
3687
- (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.
3761
+ 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.
3688
3762
  """
3689
3763
  return pulumi.get(self, "lead_time_in_weeks")
3690
3764
 
@@ -3692,7 +3766,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3692
3766
  @pulumi.getter
3693
3767
  def months(self) -> Optional[Sequence['outputs.CloudAutonomousVmClusterMaintenanceWindowMonth']]:
3694
3768
  """
3695
- (Updatable) Months during the year when maintenance should be performed.
3769
+ Months during the year when maintenance should be performed.
3696
3770
  """
3697
3771
  return pulumi.get(self, "months")
3698
3772
 
@@ -3700,9 +3774,7 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3700
3774
  @pulumi.getter(name="patchingMode")
3701
3775
  def patching_mode(self) -> Optional[str]:
3702
3776
  """
3703
- (Updatable) Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3704
-
3705
- *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.
3777
+ Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
3706
3778
  """
3707
3779
  return pulumi.get(self, "patching_mode")
3708
3780
 
@@ -3714,6 +3786,11 @@ class CloudAutonomousVmClusterMaintenanceWindow(dict):
3714
3786
  """
3715
3787
  return pulumi.get(self, "preference")
3716
3788
 
3789
+ @property
3790
+ @pulumi.getter(name="skipRus")
3791
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3792
+ return pulumi.get(self, "skip_rus")
3793
+
3717
3794
  @property
3718
3795
  @pulumi.getter(name="weeksOfMonths")
3719
3796
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3728,7 +3805,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
3728
3805
  def __init__(__self__, *,
3729
3806
  name: Optional[str] = None):
3730
3807
  """
3731
- :param str name: (Updatable) Name of the month of the year.
3808
+ :param str name: Name of the month of the year.
3732
3809
  """
3733
3810
  if name is not None:
3734
3811
  pulumi.set(__self__, "name", name)
@@ -3737,7 +3814,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDaysOfWeek(dict):
3737
3814
  @pulumi.getter
3738
3815
  def name(self) -> Optional[str]:
3739
3816
  """
3740
- (Updatable) Name of the month of the year.
3817
+ Name of the month of the year.
3741
3818
  """
3742
3819
  return pulumi.get(self, "name")
3743
3820
 
@@ -3761,6 +3838,8 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3761
3838
  suggest = "lead_time_in_weeks"
3762
3839
  elif key == "patchingMode":
3763
3840
  suggest = "patching_mode"
3841
+ elif key == "skipRus":
3842
+ suggest = "skip_rus"
3764
3843
  elif key == "weeksOfMonths":
3765
3844
  suggest = "weeks_of_months"
3766
3845
 
@@ -3785,6 +3864,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3785
3864
  months: Optional[Sequence['outputs.CloudAutonomousVmClusterMaintenanceWindowDetailsMonth']] = None,
3786
3865
  patching_mode: Optional[str] = None,
3787
3866
  preference: Optional[str] = None,
3867
+ skip_rus: Optional[Sequence[bool]] = None,
3788
3868
  weeks_of_months: Optional[Sequence[int]] = None):
3789
3869
  """
3790
3870
  :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).
@@ -3819,6 +3899,8 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3819
3899
  pulumi.set(__self__, "patching_mode", patching_mode)
3820
3900
  if preference is not None:
3821
3901
  pulumi.set(__self__, "preference", preference)
3902
+ if skip_rus is not None:
3903
+ pulumi.set(__self__, "skip_rus", skip_rus)
3822
3904
  if weeks_of_months is not None:
3823
3905
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
3824
3906
 
@@ -3897,6 +3979,11 @@ class CloudAutonomousVmClusterMaintenanceWindowDetails(dict):
3897
3979
  """
3898
3980
  return pulumi.get(self, "preference")
3899
3981
 
3982
+ @property
3983
+ @pulumi.getter(name="skipRus")
3984
+ def skip_rus(self) -> Optional[Sequence[bool]]:
3985
+ return pulumi.get(self, "skip_rus")
3986
+
3900
3987
  @property
3901
3988
  @pulumi.getter(name="weeksOfMonths")
3902
3989
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -3911,7 +3998,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
3911
3998
  def __init__(__self__, *,
3912
3999
  name: str):
3913
4000
  """
3914
- :param str name: (Updatable) Name of the month of the year.
4001
+ :param str name: Name of the month of the year.
3915
4002
  """
3916
4003
  pulumi.set(__self__, "name", name)
3917
4004
 
@@ -3919,7 +4006,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsDaysOfWeek(dict):
3919
4006
  @pulumi.getter
3920
4007
  def name(self) -> str:
3921
4008
  """
3922
- (Updatable) Name of the month of the year.
4009
+ Name of the month of the year.
3923
4010
  """
3924
4011
  return pulumi.get(self, "name")
3925
4012
 
@@ -3929,7 +4016,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
3929
4016
  def __init__(__self__, *,
3930
4017
  name: str):
3931
4018
  """
3932
- :param str name: (Updatable) Name of the month of the year.
4019
+ :param str name: Name of the month of the year.
3933
4020
  """
3934
4021
  pulumi.set(__self__, "name", name)
3935
4022
 
@@ -3937,7 +4024,7 @@ class CloudAutonomousVmClusterMaintenanceWindowDetailsMonth(dict):
3937
4024
  @pulumi.getter
3938
4025
  def name(self) -> str:
3939
4026
  """
3940
- (Updatable) Name of the month of the year.
4027
+ Name of the month of the year.
3941
4028
  """
3942
4029
  return pulumi.get(self, "name")
3943
4030
 
@@ -3947,7 +4034,7 @@ class CloudAutonomousVmClusterMaintenanceWindowMonth(dict):
3947
4034
  def __init__(__self__, *,
3948
4035
  name: Optional[str] = None):
3949
4036
  """
3950
- :param str name: (Updatable) Name of the month of the year.
4037
+ :param str name: Name of the month of the year.
3951
4038
  """
3952
4039
  if name is not None:
3953
4040
  pulumi.set(__self__, "name", name)
@@ -3956,7 +4043,7 @@ class CloudAutonomousVmClusterMaintenanceWindowMonth(dict):
3956
4043
  @pulumi.getter
3957
4044
  def name(self) -> Optional[str]:
3958
4045
  """
3959
- (Updatable) Name of the month of the year.
4046
+ Name of the month of the year.
3960
4047
  """
3961
4048
  return pulumi.get(self, "name")
3962
4049
 
@@ -3985,27 +4072,17 @@ class CloudDatabaseManagementCredentialdetails(dict):
3985
4072
  def __init__(__self__, *,
3986
4073
  password_secret_id: str,
3987
4074
  user_name: str):
3988
- """
3989
- :param str password_secret_id: Specific database username's password [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
3990
- :param str user_name: Database username
3991
- """
3992
4075
  pulumi.set(__self__, "password_secret_id", password_secret_id)
3993
4076
  pulumi.set(__self__, "user_name", user_name)
3994
4077
 
3995
4078
  @property
3996
4079
  @pulumi.getter(name="passwordSecretId")
3997
4080
  def password_secret_id(self) -> str:
3998
- """
3999
- Specific database username's password [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
4000
- """
4001
4081
  return pulumi.get(self, "password_secret_id")
4002
4082
 
4003
4083
  @property
4004
4084
  @pulumi.getter(name="userName")
4005
4085
  def user_name(self) -> str:
4006
- """
4007
- Database username
4008
- """
4009
4086
  return pulumi.get(self, "user_name")
4010
4087
 
4011
4088
 
@@ -4047,6 +4124,8 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4047
4124
  suggest = "lead_time_in_weeks"
4048
4125
  elif key == "patchingMode":
4049
4126
  suggest = "patching_mode"
4127
+ elif key == "skipRus":
4128
+ suggest = "skip_rus"
4050
4129
  elif key == "weeksOfMonths":
4051
4130
  suggest = "weeks_of_months"
4052
4131
 
@@ -4071,6 +4150,7 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4071
4150
  months: Optional[Sequence['outputs.CloudExadataInfrastructureMaintenanceWindowMonth']] = None,
4072
4151
  patching_mode: Optional[str] = None,
4073
4152
  preference: Optional[str] = None,
4153
+ skip_rus: Optional[Sequence[bool]] = None,
4074
4154
  weeks_of_months: Optional[Sequence[int]] = None):
4075
4155
  """
4076
4156
  :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).
@@ -4105,6 +4185,8 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4105
4185
  pulumi.set(__self__, "patching_mode", patching_mode)
4106
4186
  if preference is not None:
4107
4187
  pulumi.set(__self__, "preference", preference)
4188
+ if skip_rus is not None:
4189
+ pulumi.set(__self__, "skip_rus", skip_rus)
4108
4190
  if weeks_of_months is not None:
4109
4191
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
4110
4192
 
@@ -4183,6 +4265,11 @@ class CloudExadataInfrastructureMaintenanceWindow(dict):
4183
4265
  """
4184
4266
  return pulumi.get(self, "preference")
4185
4267
 
4268
+ @property
4269
+ @pulumi.getter(name="skipRus")
4270
+ def skip_rus(self) -> Optional[Sequence[bool]]:
4271
+ return pulumi.get(self, "skip_rus")
4272
+
4186
4273
  @property
4187
4274
  @pulumi.getter(name="weeksOfMonths")
4188
4275
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -4258,7 +4345,7 @@ class CloudVmClusterDataCollectionOptions(dict):
4258
4345
  """
4259
4346
  :param bool is_diagnostics_events_enabled: (Updatable) Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. Enabling diagnostic collection allows you to receive Events service notifications for guest VM issues. Diagnostic collection also allows Oracle to provide enhanced service and proactive support for your Exadata system. You can enable diagnostic collection during VM cluster/Cloud VM cluster provisioning. You can also disable or enable it at any time using the `UpdateVmCluster` or `updateCloudVmCluster` API.
4260
4347
  :param bool is_health_monitoring_enabled: (Updatable) Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling health monitoring allows Oracle to collect diagnostic data and share it with its operations and support personnel. You may also receive notifications for some events. Collecting health diagnostics enables Oracle to provide proactive support and enhanced service for your system. Optionally enable health monitoring while provisioning a system. You can also disable or enable health monitoring anytime using the `UpdateVmCluster`, `UpdateCloudVmCluster` or `updateDbsystem` API.
4261
- :param bool is_incident_logs_enabled: (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
4348
+ :param bool is_incident_logs_enabled: Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
4262
4349
  """
4263
4350
  if is_diagnostics_events_enabled is not None:
4264
4351
  pulumi.set(__self__, "is_diagnostics_events_enabled", is_diagnostics_events_enabled)
@@ -4287,7 +4374,7 @@ class CloudVmClusterDataCollectionOptions(dict):
4287
4374
  @pulumi.getter(name="isIncidentLogsEnabled")
4288
4375
  def is_incident_logs_enabled(self) -> Optional[bool]:
4289
4376
  """
4290
- (Updatable) Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
4377
+ Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. Enabling incident logs collection allows Oracle to receive Events service notifications for guest VM issues, collect incident logs and traces, and use them to diagnose issues and resolve them. Optionally enable incident logs collection while provisioning a system. You can also disable or enable incident logs collection anytime using the `UpdateVmCluster`, `updateCloudVmCluster` or `updateDbsystem` API.
4291
4378
  """
4292
4379
  return pulumi.get(self, "is_incident_logs_enabled")
4293
4380
 
@@ -7484,6 +7571,8 @@ class DbSystemMaintenanceWindow(dict):
7484
7571
  suggest = "lead_time_in_weeks"
7485
7572
  elif key == "patchingMode":
7486
7573
  suggest = "patching_mode"
7574
+ elif key == "skipRus":
7575
+ suggest = "skip_rus"
7487
7576
  elif key == "weeksOfMonths":
7488
7577
  suggest = "weeks_of_months"
7489
7578
 
@@ -7508,6 +7597,7 @@ class DbSystemMaintenanceWindow(dict):
7508
7597
  months: Optional[Sequence['outputs.DbSystemMaintenanceWindowMonth']] = None,
7509
7598
  patching_mode: Optional[str] = None,
7510
7599
  preference: Optional[str] = None,
7600
+ skip_rus: Optional[Sequence[bool]] = None,
7511
7601
  weeks_of_months: Optional[Sequence[int]] = None):
7512
7602
  """
7513
7603
  :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).
@@ -7542,6 +7632,8 @@ class DbSystemMaintenanceWindow(dict):
7542
7632
  pulumi.set(__self__, "patching_mode", patching_mode)
7543
7633
  if preference is not None:
7544
7634
  pulumi.set(__self__, "preference", preference)
7635
+ if skip_rus is not None:
7636
+ pulumi.set(__self__, "skip_rus", skip_rus)
7545
7637
  if weeks_of_months is not None:
7546
7638
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
7547
7639
 
@@ -7620,6 +7712,11 @@ class DbSystemMaintenanceWindow(dict):
7620
7712
  """
7621
7713
  return pulumi.get(self, "preference")
7622
7714
 
7715
+ @property
7716
+ @pulumi.getter(name="skipRus")
7717
+ def skip_rus(self) -> Optional[Sequence[bool]]:
7718
+ return pulumi.get(self, "skip_rus")
7719
+
7623
7720
  @property
7624
7721
  @pulumi.getter(name="weeksOfMonths")
7625
7722
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -7667,6 +7764,8 @@ class DbSystemMaintenanceWindowDetails(dict):
7667
7764
  suggest = "lead_time_in_weeks"
7668
7765
  elif key == "patchingMode":
7669
7766
  suggest = "patching_mode"
7767
+ elif key == "skipRus":
7768
+ suggest = "skip_rus"
7670
7769
  elif key == "weeksOfMonths":
7671
7770
  suggest = "weeks_of_months"
7672
7771
 
@@ -7691,6 +7790,7 @@ class DbSystemMaintenanceWindowDetails(dict):
7691
7790
  months: Optional[Sequence['outputs.DbSystemMaintenanceWindowDetailsMonth']] = None,
7692
7791
  patching_mode: Optional[str] = None,
7693
7792
  preference: Optional[str] = None,
7793
+ skip_rus: Optional[Sequence[bool]] = None,
7694
7794
  weeks_of_months: Optional[Sequence[int]] = None):
7695
7795
  """
7696
7796
  :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).
@@ -7725,6 +7825,8 @@ class DbSystemMaintenanceWindowDetails(dict):
7725
7825
  pulumi.set(__self__, "patching_mode", patching_mode)
7726
7826
  if preference is not None:
7727
7827
  pulumi.set(__self__, "preference", preference)
7828
+ if skip_rus is not None:
7829
+ pulumi.set(__self__, "skip_rus", skip_rus)
7728
7830
  if weeks_of_months is not None:
7729
7831
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
7730
7832
 
@@ -7803,6 +7905,11 @@ class DbSystemMaintenanceWindowDetails(dict):
7803
7905
  """
7804
7906
  return pulumi.get(self, "preference")
7805
7907
 
7908
+ @property
7909
+ @pulumi.getter(name="skipRus")
7910
+ def skip_rus(self) -> Optional[Sequence[bool]]:
7911
+ return pulumi.get(self, "skip_rus")
7912
+
7806
7913
  @property
7807
7914
  @pulumi.getter(name="weeksOfMonths")
7808
7915
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -8573,6 +8680,8 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8573
8680
  suggest = "lead_time_in_weeks"
8574
8681
  elif key == "patchingMode":
8575
8682
  suggest = "patching_mode"
8683
+ elif key == "skipRus":
8684
+ suggest = "skip_rus"
8576
8685
  elif key == "weeksOfMonths":
8577
8686
  suggest = "weeks_of_months"
8578
8687
 
@@ -8597,6 +8706,7 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8597
8706
  months: Optional[Sequence['outputs.ExadataInfrastructureMaintenanceWindowMonth']] = None,
8598
8707
  patching_mode: Optional[str] = None,
8599
8708
  preference: Optional[str] = None,
8709
+ skip_rus: Optional[Sequence[bool]] = None,
8600
8710
  weeks_of_months: Optional[Sequence[int]] = None):
8601
8711
  """
8602
8712
  :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).
@@ -8631,6 +8741,8 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8631
8741
  pulumi.set(__self__, "patching_mode", patching_mode)
8632
8742
  if preference is not None:
8633
8743
  pulumi.set(__self__, "preference", preference)
8744
+ if skip_rus is not None:
8745
+ pulumi.set(__self__, "skip_rus", skip_rus)
8634
8746
  if weeks_of_months is not None:
8635
8747
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
8636
8748
 
@@ -8709,6 +8821,11 @@ class ExadataInfrastructureMaintenanceWindow(dict):
8709
8821
  """
8710
8822
  return pulumi.get(self, "preference")
8711
8823
 
8824
+ @property
8825
+ @pulumi.getter(name="skipRus")
8826
+ def skip_rus(self) -> Optional[Sequence[bool]]:
8827
+ return pulumi.get(self, "skip_rus")
8828
+
8712
8829
  @property
8713
8830
  @pulumi.getter(name="weeksOfMonths")
8714
8831
  def weeks_of_months(self) -> Optional[Sequence[int]]:
@@ -12148,6 +12265,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12148
12265
  months: Sequence['outputs.GetAutonomousContainerDatabaseMaintenanceWindowMonthResult'],
12149
12266
  patching_mode: str,
12150
12267
  preference: str,
12268
+ skip_rus: Sequence[bool],
12151
12269
  weeks_of_months: Sequence[int]):
12152
12270
  """
12153
12271
  :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).
@@ -12160,6 +12278,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12160
12278
  :param Sequence['GetAutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
12161
12279
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
12162
12280
  :param str preference: The maintenance window scheduling preference.
12281
+ :param Sequence[bool] skip_rus: 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.
12163
12282
  :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.
12164
12283
  """
12165
12284
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -12171,6 +12290,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12171
12290
  pulumi.set(__self__, "months", months)
12172
12291
  pulumi.set(__self__, "patching_mode", patching_mode)
12173
12292
  pulumi.set(__self__, "preference", preference)
12293
+ pulumi.set(__self__, "skip_rus", skip_rus)
12174
12294
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
12175
12295
 
12176
12296
  @property
@@ -12246,6 +12366,14 @@ class GetAutonomousContainerDatabaseMaintenanceWindowResult(dict):
12246
12366
  """
12247
12367
  return pulumi.get(self, "preference")
12248
12368
 
12369
+ @property
12370
+ @pulumi.getter(name="skipRus")
12371
+ def skip_rus(self) -> Sequence[bool]:
12372
+ """
12373
+ 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.
12374
+ """
12375
+ return pulumi.get(self, "skip_rus")
12376
+
12249
12377
  @property
12250
12378
  @pulumi.getter(name="weeksOfMonths")
12251
12379
  def weeks_of_months(self) -> Sequence[int]:
@@ -12285,6 +12413,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12285
12413
  months: Sequence['outputs.GetAutonomousContainerDatabaseMaintenanceWindowDetailMonthResult'],
12286
12414
  patching_mode: str,
12287
12415
  preference: str,
12416
+ skip_rus: Sequence[bool],
12288
12417
  weeks_of_months: Sequence[int]):
12289
12418
  """
12290
12419
  :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).
@@ -12297,6 +12426,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12297
12426
  :param Sequence['GetAutonomousContainerDatabaseMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
12298
12427
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
12299
12428
  :param str preference: The maintenance window scheduling preference.
12429
+ :param Sequence[bool] skip_rus: 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.
12300
12430
  :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.
12301
12431
  """
12302
12432
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -12308,6 +12438,7 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12308
12438
  pulumi.set(__self__, "months", months)
12309
12439
  pulumi.set(__self__, "patching_mode", patching_mode)
12310
12440
  pulumi.set(__self__, "preference", preference)
12441
+ pulumi.set(__self__, "skip_rus", skip_rus)
12311
12442
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
12312
12443
 
12313
12444
  @property
@@ -12383,6 +12514,14 @@ class GetAutonomousContainerDatabaseMaintenanceWindowDetailResult(dict):
12383
12514
  """
12384
12515
  return pulumi.get(self, "preference")
12385
12516
 
12517
+ @property
12518
+ @pulumi.getter(name="skipRus")
12519
+ def skip_rus(self) -> Sequence[bool]:
12520
+ """
12521
+ 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.
12522
+ """
12523
+ return pulumi.get(self, "skip_rus")
12524
+
12386
12525
  @property
12387
12526
  @pulumi.getter(name="weeksOfMonths")
12388
12527
  def weeks_of_months(self) -> Sequence[int]:
@@ -12550,7 +12689,7 @@ class GetAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUs
12550
12689
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
12551
12690
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
12552
12691
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
12553
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
12692
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
12554
12693
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
12555
12694
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
12556
12695
  """
@@ -12589,7 +12728,7 @@ class GetAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUs
12589
12728
  @pulumi.getter(name="reclaimableCpus")
12590
12729
  def reclaimable_cpus(self) -> float:
12591
12730
  """
12592
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
12731
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
12593
12732
  """
12594
12733
  return pulumi.get(self, "reclaimable_cpus")
12595
12734
 
@@ -12739,6 +12878,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12739
12878
  cloud_autonomous_vm_cluster_id: str,
12740
12879
  compartment_id: str,
12741
12880
  compute_model: str,
12881
+ database_software_image_id: str,
12742
12882
  db_name: str,
12743
12883
  db_split_threshold: int,
12744
12884
  db_unique_name: str,
@@ -12760,6 +12900,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12760
12900
  largest_provisionable_autonomous_database_in_cpus: float,
12761
12901
  last_maintenance_run_id: str,
12762
12902
  lifecycle_details: str,
12903
+ list_one_off_patches: Sequence[str],
12763
12904
  maintenance_window_details: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailResult'],
12764
12905
  maintenance_windows: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowResult'],
12765
12906
  memory_per_oracle_compute_unit_in_gbs: int,
@@ -12818,17 +12959,19 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12818
12959
  :param float largest_provisionable_autonomous_database_in_cpus: The largest Autonomous Database (CPU) that can be created in a new Autonomous Container Database.
12819
12960
  :param str last_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance run.
12820
12961
  :param str lifecycle_details: Additional information about the current lifecycle state.
12962
+ :param Sequence[str] list_one_off_patches: List of One-Off patches that has been successfully applied to Autonomous Container Database
12821
12963
  :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowArgs'] maintenance_windows: The scheduling details for the quarterly maintenance window. Patching and system updates take place during the maintenance window.
12822
12964
  :param int memory_per_oracle_compute_unit_in_gbs: The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
12965
+ <<<<<<< HEAD
12823
12966
  :param str net_services_architecture: Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
12967
+ =======
12968
+ >>>>>>> 22609d6059 (Added - Support for Oracle Home Version Control - Phase 2 | ADB-D and ADB-C@C)
12824
12969
  :param str next_maintenance_run_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the next maintenance run.
12825
12970
  :param str patch_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last patch applied on the system.
12826
12971
  :param str patch_model: Database patch model preference.
12827
- :param Sequence[float] provisionable_cpuses: An array of CPU values that can be used to successfully provision a single Autonomous Database.\\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
12972
+ :param Sequence[float] provisionable_cpuses: An array of CPU values that can be used to successfully provision a single Autonomous Database.
12828
12973
  :param float provisioned_cpus: The number of CPUs provisioned in an Autonomous Container Database.
12829
- :param float reclaimable_cpus: For Autonomous Databases on Dedicated Exadata Infrastructure:
12830
- * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
12831
- * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
12974
+ :param float reclaimable_cpus: CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
12832
12975
  :param float reserved_cpus: The number of CPUs reserved in an Autonomous Container Database.
12833
12976
  :param str role: The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
12834
12977
  :param str service_level_agreement_type: A filter to return only resources that match the given service level agreement type exactly.
@@ -12850,6 +12993,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12850
12993
  pulumi.set(__self__, "cloud_autonomous_vm_cluster_id", cloud_autonomous_vm_cluster_id)
12851
12994
  pulumi.set(__self__, "compartment_id", compartment_id)
12852
12995
  pulumi.set(__self__, "compute_model", compute_model)
12996
+ pulumi.set(__self__, "database_software_image_id", database_software_image_id)
12853
12997
  pulumi.set(__self__, "db_name", db_name)
12854
12998
  pulumi.set(__self__, "db_split_threshold", db_split_threshold)
12855
12999
  pulumi.set(__self__, "db_unique_name", db_unique_name)
@@ -12871,6 +13015,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12871
13015
  pulumi.set(__self__, "largest_provisionable_autonomous_database_in_cpus", largest_provisionable_autonomous_database_in_cpus)
12872
13016
  pulumi.set(__self__, "last_maintenance_run_id", last_maintenance_run_id)
12873
13017
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
13018
+ pulumi.set(__self__, "list_one_off_patches", list_one_off_patches)
12874
13019
  pulumi.set(__self__, "maintenance_window_details", maintenance_window_details)
12875
13020
  pulumi.set(__self__, "maintenance_windows", maintenance_windows)
12876
13021
  pulumi.set(__self__, "memory_per_oracle_compute_unit_in_gbs", memory_per_oracle_compute_unit_in_gbs)
@@ -12967,6 +13112,11 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
12967
13112
  """
12968
13113
  return pulumi.get(self, "compute_model")
12969
13114
 
13115
+ @property
13116
+ @pulumi.getter(name="databaseSoftwareImageId")
13117
+ def database_software_image_id(self) -> str:
13118
+ return pulumi.get(self, "database_software_image_id")
13119
+
12970
13120
  @property
12971
13121
  @pulumi.getter(name="dbName")
12972
13122
  def db_name(self) -> str:
@@ -13126,6 +13276,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13126
13276
  """
13127
13277
  return pulumi.get(self, "lifecycle_details")
13128
13278
 
13279
+ @property
13280
+ @pulumi.getter(name="listOneOffPatches")
13281
+ def list_one_off_patches(self) -> Sequence[str]:
13282
+ """
13283
+ List of One-Off patches that has been successfully applied to Autonomous Container Database
13284
+ """
13285
+ return pulumi.get(self, "list_one_off_patches")
13286
+
13129
13287
  @property
13130
13288
  @pulumi.getter(name="maintenanceWindowDetails")
13131
13289
  def maintenance_window_details(self) -> Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailResult']:
@@ -13144,6 +13302,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13144
13302
  def memory_per_oracle_compute_unit_in_gbs(self) -> int:
13145
13303
  """
13146
13304
  The amount of memory (in GBs) enabled per ECPU or OCPU in the Autonomous VM Cluster.
13305
+ <<<<<<< HEAD
13147
13306
  """
13148
13307
  return pulumi.get(self, "memory_per_oracle_compute_unit_in_gbs")
13149
13308
 
@@ -13152,6 +13311,8 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13152
13311
  def net_services_architecture(self) -> str:
13153
13312
  """
13154
13313
  Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
13314
+ =======
13315
+ >>>>>>> 22609d6059 (Added - Support for Oracle Home Version Control - Phase 2 | ADB-D and ADB-C@C)
13155
13316
  """
13156
13317
  return pulumi.get(self, "net_services_architecture")
13157
13318
 
@@ -13223,7 +13384,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13223
13384
  @pulumi.getter(name="provisionableCpuses")
13224
13385
  def provisionable_cpuses(self) -> Sequence[float]:
13225
13386
  """
13226
- An array of CPU values that can be used to successfully provision a single Autonomous Database.\\ For Autonomous Database on Dedicated Exadata Infrastructure, the CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
13387
+ An array of CPU values that can be used to successfully provision a single Autonomous Database.
13227
13388
  """
13228
13389
  return pulumi.get(self, "provisionable_cpuses")
13229
13390
 
@@ -13239,9 +13400,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseResult(dict):
13239
13400
  @pulumi.getter(name="reclaimableCpus")
13240
13401
  def reclaimable_cpus(self) -> float:
13241
13402
  """
13242
- For Autonomous Databases on Dedicated Exadata Infrastructure:
13243
- * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
13244
- * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
13403
+ CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
13245
13404
  """
13246
13405
  return pulumi.get(self, "reclaimable_cpus")
13247
13406
 
@@ -13501,6 +13660,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13501
13660
  months: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowMonthResult'],
13502
13661
  patching_mode: str,
13503
13662
  preference: str,
13663
+ skip_rus: Sequence[bool],
13504
13664
  weeks_of_months: Sequence[int]):
13505
13665
  """
13506
13666
  :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).
@@ -13513,6 +13673,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13513
13673
  :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowMonthArgs'] months: Months during the year when maintenance should be performed.
13514
13674
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
13515
13675
  :param str preference: The maintenance window scheduling preference.
13676
+ :param Sequence[bool] skip_rus: 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.
13516
13677
  :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.
13517
13678
  """
13518
13679
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -13524,6 +13685,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13524
13685
  pulumi.set(__self__, "months", months)
13525
13686
  pulumi.set(__self__, "patching_mode", patching_mode)
13526
13687
  pulumi.set(__self__, "preference", preference)
13688
+ pulumi.set(__self__, "skip_rus", skip_rus)
13527
13689
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
13528
13690
 
13529
13691
  @property
@@ -13599,6 +13761,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13599
13761
  """
13600
13762
  return pulumi.get(self, "preference")
13601
13763
 
13764
+ @property
13765
+ @pulumi.getter(name="skipRus")
13766
+ def skip_rus(self) -> Sequence[bool]:
13767
+ """
13768
+ 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.
13769
+ """
13770
+ return pulumi.get(self, "skip_rus")
13771
+
13602
13772
  @property
13603
13773
  @pulumi.getter(name="weeksOfMonths")
13604
13774
  def weeks_of_months(self) -> Sequence[int]:
@@ -13638,6 +13808,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13638
13808
  months: Sequence['outputs.GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailMonthResult'],
13639
13809
  patching_mode: str,
13640
13810
  preference: str,
13811
+ skip_rus: Sequence[bool],
13641
13812
  weeks_of_months: Sequence[int]):
13642
13813
  """
13643
13814
  :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).
@@ -13650,6 +13821,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13650
13821
  :param Sequence['GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindowDetailMonthArgs'] months: Months during the year when maintenance should be performed.
13651
13822
  :param str patching_mode: Cloud Exadata infrastructure node patching method, either "ROLLING" or "NONROLLING". Default value is ROLLING.
13652
13823
  :param str preference: The maintenance window scheduling preference.
13824
+ :param Sequence[bool] skip_rus: 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.
13653
13825
  :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.
13654
13826
  """
13655
13827
  pulumi.set(__self__, "custom_action_timeout_in_mins", custom_action_timeout_in_mins)
@@ -13661,6 +13833,7 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13661
13833
  pulumi.set(__self__, "months", months)
13662
13834
  pulumi.set(__self__, "patching_mode", patching_mode)
13663
13835
  pulumi.set(__self__, "preference", preference)
13836
+ pulumi.set(__self__, "skip_rus", skip_rus)
13664
13837
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
13665
13838
 
13666
13839
  @property
@@ -13736,6 +13909,14 @@ class GetAutonomousContainerDatabasesAutonomousContainerDatabaseMaintenanceWindo
13736
13909
  """
13737
13910
  return pulumi.get(self, "preference")
13738
13911
 
13912
+ @property
13913
+ @pulumi.getter(name="skipRus")
13914
+ def skip_rus(self) -> Sequence[bool]:
13915
+ """
13916
+ 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.
13917
+ """
13918
+ return pulumi.get(self, "skip_rus")
13919
+
13739
13920
  @property
13740
13921
  @pulumi.getter(name="weeksOfMonths")
13741
13922
  def weeks_of_months(self) -> Sequence[int]:
@@ -15454,6 +15635,191 @@ class GetAutonomousDatabaseScheduledOperationDayOfWeekResult(dict):
15454
15635
  return pulumi.get(self, "name")
15455
15636
 
15456
15637
 
15638
+ @pulumi.output_type
15639
+ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionResult(dict):
15640
+ def __init__(__self__, *,
15641
+ items: Sequence['outputs.GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult']):
15642
+ pulumi.set(__self__, "items", items)
15643
+
15644
+ @property
15645
+ @pulumi.getter
15646
+ def items(self) -> Sequence['outputs.GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult']:
15647
+ return pulumi.get(self, "items")
15648
+
15649
+
15650
+ @pulumi.output_type
15651
+ class GetAutonomousDatabaseSoftwareImagesAutonomousDatabaseSoftwareImageCollectionItemResult(dict):
15652
+ def __init__(__self__, *,
15653
+ autonomous_dsi_one_off_patches: Sequence[str],
15654
+ compartment_id: str,
15655
+ database_version: str,
15656
+ defined_tags: Mapping[str, Any],
15657
+ display_name: str,
15658
+ freeform_tags: Mapping[str, Any],
15659
+ id: str,
15660
+ image_shape_family: str,
15661
+ lifecycle_details: str,
15662
+ release_update: str,
15663
+ source_cdb_id: str,
15664
+ state: str,
15665
+ time_created: str):
15666
+ """
15667
+ :param Sequence[str] autonomous_dsi_one_off_patches: One-off patches included in the Autonomous Database Software Image
15668
+ :param str compartment_id: The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
15669
+ :param str database_version: The database version with which the Autonomous Database Software Image is to be built.
15670
+ :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).
15671
+ :param str display_name: A filter to return only resources that match the entire display name given. The match is not case sensitive.
15672
+ :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"}`
15673
+ :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database Software Image.
15674
+ :param str image_shape_family: A filter to return only resources that match the given image shape family exactly.
15675
+ :param str lifecycle_details: Detailed message for the lifecycle state.
15676
+ :param str release_update: The Release Updates.
15677
+ :param str state: A filter to return only resources that match the given lifecycle state exactly.
15678
+ :param str time_created: The date and time the Autonomous Database Software Image was created.
15679
+ """
15680
+ pulumi.set(__self__, "autonomous_dsi_one_off_patches", autonomous_dsi_one_off_patches)
15681
+ pulumi.set(__self__, "compartment_id", compartment_id)
15682
+ pulumi.set(__self__, "database_version", database_version)
15683
+ pulumi.set(__self__, "defined_tags", defined_tags)
15684
+ pulumi.set(__self__, "display_name", display_name)
15685
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
15686
+ pulumi.set(__self__, "id", id)
15687
+ pulumi.set(__self__, "image_shape_family", image_shape_family)
15688
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
15689
+ pulumi.set(__self__, "release_update", release_update)
15690
+ pulumi.set(__self__, "source_cdb_id", source_cdb_id)
15691
+ pulumi.set(__self__, "state", state)
15692
+ pulumi.set(__self__, "time_created", time_created)
15693
+
15694
+ @property
15695
+ @pulumi.getter(name="autonomousDsiOneOffPatches")
15696
+ def autonomous_dsi_one_off_patches(self) -> Sequence[str]:
15697
+ """
15698
+ One-off patches included in the Autonomous Database Software Image
15699
+ """
15700
+ return pulumi.get(self, "autonomous_dsi_one_off_patches")
15701
+
15702
+ @property
15703
+ @pulumi.getter(name="compartmentId")
15704
+ def compartment_id(self) -> str:
15705
+ """
15706
+ The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
15707
+ """
15708
+ return pulumi.get(self, "compartment_id")
15709
+
15710
+ @property
15711
+ @pulumi.getter(name="databaseVersion")
15712
+ def database_version(self) -> str:
15713
+ """
15714
+ The database version with which the Autonomous Database Software Image is to be built.
15715
+ """
15716
+ return pulumi.get(self, "database_version")
15717
+
15718
+ @property
15719
+ @pulumi.getter(name="definedTags")
15720
+ def defined_tags(self) -> Mapping[str, Any]:
15721
+ """
15722
+ 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).
15723
+ """
15724
+ return pulumi.get(self, "defined_tags")
15725
+
15726
+ @property
15727
+ @pulumi.getter(name="displayName")
15728
+ def display_name(self) -> str:
15729
+ """
15730
+ A filter to return only resources that match the entire display name given. The match is not case sensitive.
15731
+ """
15732
+ return pulumi.get(self, "display_name")
15733
+
15734
+ @property
15735
+ @pulumi.getter(name="freeformTags")
15736
+ def freeform_tags(self) -> Mapping[str, Any]:
15737
+ """
15738
+ 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"}`
15739
+ """
15740
+ return pulumi.get(self, "freeform_tags")
15741
+
15742
+ @property
15743
+ @pulumi.getter
15744
+ def id(self) -> str:
15745
+ """
15746
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Database Software Image.
15747
+ """
15748
+ return pulumi.get(self, "id")
15749
+
15750
+ @property
15751
+ @pulumi.getter(name="imageShapeFamily")
15752
+ def image_shape_family(self) -> str:
15753
+ """
15754
+ A filter to return only resources that match the given image shape family exactly.
15755
+ """
15756
+ return pulumi.get(self, "image_shape_family")
15757
+
15758
+ @property
15759
+ @pulumi.getter(name="lifecycleDetails")
15760
+ def lifecycle_details(self) -> str:
15761
+ """
15762
+ Detailed message for the lifecycle state.
15763
+ """
15764
+ return pulumi.get(self, "lifecycle_details")
15765
+
15766
+ @property
15767
+ @pulumi.getter(name="releaseUpdate")
15768
+ def release_update(self) -> str:
15769
+ """
15770
+ The Release Updates.
15771
+ """
15772
+ return pulumi.get(self, "release_update")
15773
+
15774
+ @property
15775
+ @pulumi.getter(name="sourceCdbId")
15776
+ def source_cdb_id(self) -> str:
15777
+ return pulumi.get(self, "source_cdb_id")
15778
+
15779
+ @property
15780
+ @pulumi.getter
15781
+ def state(self) -> str:
15782
+ """
15783
+ A filter to return only resources that match the given lifecycle state exactly.
15784
+ """
15785
+ return pulumi.get(self, "state")
15786
+
15787
+ @property
15788
+ @pulumi.getter(name="timeCreated")
15789
+ def time_created(self) -> str:
15790
+ """
15791
+ The date and time the Autonomous Database Software Image was created.
15792
+ """
15793
+ return pulumi.get(self, "time_created")
15794
+
15795
+
15796
+ @pulumi.output_type
15797
+ class GetAutonomousDatabaseSoftwareImagesFilterResult(dict):
15798
+ def __init__(__self__, *,
15799
+ name: str,
15800
+ values: Sequence[str],
15801
+ regex: Optional[bool] = None):
15802
+ pulumi.set(__self__, "name", name)
15803
+ pulumi.set(__self__, "values", values)
15804
+ if regex is not None:
15805
+ pulumi.set(__self__, "regex", regex)
15806
+
15807
+ @property
15808
+ @pulumi.getter
15809
+ def name(self) -> str:
15810
+ return pulumi.get(self, "name")
15811
+
15812
+ @property
15813
+ @pulumi.getter
15814
+ def values(self) -> Sequence[str]:
15815
+ return pulumi.get(self, "values")
15816
+
15817
+ @property
15818
+ @pulumi.getter
15819
+ def regex(self) -> Optional[bool]:
15820
+ return pulumi.get(self, "regex")
15821
+
15822
+
15457
15823
  @pulumi.output_type
15458
15824
  class GetAutonomousDatabaseStandbyDbResult(dict):
15459
15825
  def __init__(__self__, *,
@@ -19957,6 +20323,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
19957
20323
  months: Sequence['outputs.GetAutonomousExadataInfrastructureMaintenanceWindowMonthResult'],
19958
20324
  patching_mode: str,
19959
20325
  preference: str,
20326
+ skip_rus: Sequence[bool],
19960
20327
  weeks_of_months: Sequence[int]):
19961
20328
  """
19962
20329
  :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).
@@ -19980,6 +20347,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
19980
20347
  pulumi.set(__self__, "months", months)
19981
20348
  pulumi.set(__self__, "patching_mode", patching_mode)
19982
20349
  pulumi.set(__self__, "preference", preference)
20350
+ pulumi.set(__self__, "skip_rus", skip_rus)
19983
20351
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
19984
20352
 
19985
20353
  @property
@@ -20055,6 +20423,11 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowResult(dict):
20055
20423
  """
20056
20424
  return pulumi.get(self, "preference")
20057
20425
 
20426
+ @property
20427
+ @pulumi.getter(name="skipRus")
20428
+ def skip_rus(self) -> Sequence[bool]:
20429
+ return pulumi.get(self, "skip_rus")
20430
+
20058
20431
  @property
20059
20432
  @pulumi.getter(name="weeksOfMonths")
20060
20433
  def weeks_of_months(self) -> Sequence[int]:
@@ -20094,6 +20467,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
20094
20467
  months: Sequence['outputs.GetAutonomousExadataInfrastructureMaintenanceWindowDetailMonthResult'],
20095
20468
  patching_mode: str,
20096
20469
  preference: str,
20470
+ skip_rus: Sequence[bool],
20097
20471
  weeks_of_months: Sequence[int]):
20098
20472
  """
20099
20473
  :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).
@@ -20117,6 +20491,7 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
20117
20491
  pulumi.set(__self__, "months", months)
20118
20492
  pulumi.set(__self__, "patching_mode", patching_mode)
20119
20493
  pulumi.set(__self__, "preference", preference)
20494
+ pulumi.set(__self__, "skip_rus", skip_rus)
20120
20495
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
20121
20496
 
20122
20497
  @property
@@ -20192,6 +20567,11 @@ class GetAutonomousExadataInfrastructureMaintenanceWindowDetailResult(dict):
20192
20567
  """
20193
20568
  return pulumi.get(self, "preference")
20194
20569
 
20570
+ @property
20571
+ @pulumi.getter(name="skipRus")
20572
+ def skip_rus(self) -> Sequence[bool]:
20573
+ return pulumi.get(self, "skip_rus")
20574
+
20195
20575
  @property
20196
20576
  @pulumi.getter(name="weeksOfMonths")
20197
20577
  def weeks_of_months(self) -> Sequence[int]:
@@ -20648,6 +21028,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20648
21028
  months: Sequence['outputs.GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowMonthResult'],
20649
21029
  patching_mode: str,
20650
21030
  preference: str,
21031
+ skip_rus: Sequence[bool],
20651
21032
  weeks_of_months: Sequence[int]):
20652
21033
  """
20653
21034
  :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).
@@ -20671,6 +21052,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20671
21052
  pulumi.set(__self__, "months", months)
20672
21053
  pulumi.set(__self__, "patching_mode", patching_mode)
20673
21054
  pulumi.set(__self__, "preference", preference)
21055
+ pulumi.set(__self__, "skip_rus", skip_rus)
20674
21056
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
20675
21057
 
20676
21058
  @property
@@ -20746,6 +21128,11 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20746
21128
  """
20747
21129
  return pulumi.get(self, "preference")
20748
21130
 
21131
+ @property
21132
+ @pulumi.getter(name="skipRus")
21133
+ def skip_rus(self) -> Sequence[bool]:
21134
+ return pulumi.get(self, "skip_rus")
21135
+
20749
21136
  @property
20750
21137
  @pulumi.getter(name="weeksOfMonths")
20751
21138
  def weeks_of_months(self) -> Sequence[int]:
@@ -20785,6 +21172,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20785
21172
  months: Sequence['outputs.GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintenanceWindowDetailMonthResult'],
20786
21173
  patching_mode: str,
20787
21174
  preference: str,
21175
+ skip_rus: Sequence[bool],
20788
21176
  weeks_of_months: Sequence[int]):
20789
21177
  """
20790
21178
  :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).
@@ -20808,6 +21196,7 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20808
21196
  pulumi.set(__self__, "months", months)
20809
21197
  pulumi.set(__self__, "patching_mode", patching_mode)
20810
21198
  pulumi.set(__self__, "preference", preference)
21199
+ pulumi.set(__self__, "skip_rus", skip_rus)
20811
21200
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
20812
21201
 
20813
21202
  @property
@@ -20883,6 +21272,11 @@ class GetAutonomousExadataInfrastructuresAutonomousExadataInfrastructureMaintena
20883
21272
  """
20884
21273
  return pulumi.get(self, "preference")
20885
21274
 
21275
+ @property
21276
+ @pulumi.getter(name="skipRus")
21277
+ def skip_rus(self) -> Sequence[bool]:
21278
+ return pulumi.get(self, "skip_rus")
21279
+
20886
21280
  @property
20887
21281
  @pulumi.getter(name="weeksOfMonths")
20888
21282
  def weeks_of_months(self) -> Sequence[int]:
@@ -21173,15 +21567,15 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21173
21567
  used_cpus: float):
21174
21568
  """
21175
21569
  :param Sequence['GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageArgs'] autonomous_container_database_vm_usages: list of autonomous container database resource usage per autonomous virtual machine.
21176
- :param float available_cpus: CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
21570
+ :param float available_cpus: CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
21177
21571
  :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).
21178
21572
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
21179
21573
  :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"}`
21180
21574
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
21181
21575
  :param float largest_provisionable_autonomous_database_in_cpus: Largest provisionable ADB in the Autonomous Container Database.
21182
- :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs / cores for ADB creation.
21576
+ :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs for Autonomous Database.
21183
21577
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
21184
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21578
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21185
21579
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
21186
21580
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
21187
21581
  """
@@ -21210,7 +21604,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21210
21604
  @pulumi.getter(name="availableCpus")
21211
21605
  def available_cpus(self) -> float:
21212
21606
  """
21213
- CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
21607
+ CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
21214
21608
  """
21215
21609
  return pulumi.get(self, "available_cpus")
21216
21610
 
@@ -21258,7 +21652,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21258
21652
  @pulumi.getter(name="provisionableCpuses")
21259
21653
  def provisionable_cpuses(self) -> Sequence[float]:
21260
21654
  """
21261
- Valid list of provisionable CPUs / cores for ADB creation.
21655
+ Valid list of provisionable CPUs for Autonomous Database.
21262
21656
  """
21263
21657
  return pulumi.get(self, "provisionable_cpuses")
21264
21658
 
@@ -21274,7 +21668,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21274
21668
  @pulumi.getter(name="reclaimableCpus")
21275
21669
  def reclaimable_cpus(self) -> float:
21276
21670
  """
21277
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21671
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21278
21672
  """
21279
21673
  return pulumi.get(self, "reclaimable_cpus")
21280
21674
 
@@ -21308,7 +21702,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21308
21702
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
21309
21703
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
21310
21704
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
21311
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21705
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21312
21706
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
21313
21707
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
21314
21708
  """
@@ -21347,7 +21741,7 @@ class GetAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResource
21347
21741
  @pulumi.getter(name="reclaimableCpus")
21348
21742
  def reclaimable_cpus(self) -> float:
21349
21743
  """
21350
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
21744
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
21351
21745
  """
21352
21746
  return pulumi.get(self, "reclaimable_cpus")
21353
21747
 
@@ -21407,6 +21801,7 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
21407
21801
  months: Sequence['outputs.GetAutonomousVmClusterMaintenanceWindowMonthResult'],
21408
21802
  patching_mode: str,
21409
21803
  preference: str,
21804
+ skip_rus: Sequence[bool],
21410
21805
  weeks_of_months: Sequence[int]):
21411
21806
  """
21412
21807
  :param Sequence['GetAutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -21426,6 +21821,7 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
21426
21821
  pulumi.set(__self__, "months", months)
21427
21822
  pulumi.set(__self__, "patching_mode", patching_mode)
21428
21823
  pulumi.set(__self__, "preference", preference)
21824
+ pulumi.set(__self__, "skip_rus", skip_rus)
21429
21825
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
21430
21826
 
21431
21827
  @property
@@ -21489,6 +21885,11 @@ class GetAutonomousVmClusterMaintenanceWindowResult(dict):
21489
21885
  """
21490
21886
  return pulumi.get(self, "preference")
21491
21887
 
21888
+ @property
21889
+ @pulumi.getter(name="skipRus")
21890
+ def skip_rus(self) -> Sequence[bool]:
21891
+ return pulumi.get(self, "skip_rus")
21892
+
21492
21893
  @property
21493
21894
  @pulumi.getter(name="weeksOfMonths")
21494
21895
  def weeks_of_months(self) -> Sequence[int]:
@@ -21528,6 +21929,7 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
21528
21929
  months: Sequence['outputs.GetAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
21529
21930
  patching_mode: str,
21530
21931
  preference: str,
21932
+ skip_rus: Sequence[bool],
21531
21933
  weeks_of_months: Sequence[int]):
21532
21934
  """
21533
21935
  :param Sequence['GetAutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -21547,6 +21949,7 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
21547
21949
  pulumi.set(__self__, "months", months)
21548
21950
  pulumi.set(__self__, "patching_mode", patching_mode)
21549
21951
  pulumi.set(__self__, "preference", preference)
21952
+ pulumi.set(__self__, "skip_rus", skip_rus)
21550
21953
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
21551
21954
 
21552
21955
  @property
@@ -21610,6 +22013,11 @@ class GetAutonomousVmClusterMaintenanceWindowDetailResult(dict):
21610
22013
  """
21611
22014
  return pulumi.get(self, "preference")
21612
22015
 
22016
+ @property
22017
+ @pulumi.getter(name="skipRus")
22018
+ def skip_rus(self) -> Sequence[bool]:
22019
+ return pulumi.get(self, "skip_rus")
22020
+
21613
22021
  @property
21614
22022
  @pulumi.getter(name="weeksOfMonths")
21615
22023
  def weeks_of_months(self) -> Sequence[int]:
@@ -21942,7 +22350,9 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
21942
22350
  :param int provisionable_autonomous_container_databases: **Deprecated.** Use field totalContainerDatabases.
21943
22351
  :param int provisioned_autonomous_container_databases: The number of provisioned Autonomous Container Databases in an Autonomous VM Cluster.
21944
22352
  :param float provisioned_cpus: The number of CPUs provisioned in an Autonomous VM Cluster.
21945
- :param int reclaimable_cpus: CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22353
+ :param int reclaimable_cpus: For Autonomous Databases on Dedicated Exadata Infrastructure:
22354
+ * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22355
+ * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
21946
22356
  :param float reserved_cpus: The number of CPUs reserved in an Autonomous VM Cluster.
21947
22357
  :param int scan_listener_port_non_tls: The SCAN Listener Non TLS port number. Default value is 1521.
21948
22358
  :param int scan_listener_port_tls: The SCAN Listener TLS port number. Default value is 2484.
@@ -22310,7 +22720,9 @@ class GetAutonomousVmClustersAutonomousVmClusterResult(dict):
22310
22720
  @pulumi.getter(name="reclaimableCpus")
22311
22721
  def reclaimable_cpus(self) -> int:
22312
22722
  """
22313
- CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22723
+ For Autonomous Databases on Dedicated Exadata Infrastructure:
22724
+ * These are the CPUs that continue to be included in the count of CPUs available to the Autonomous Container Database even after one of its Autonomous Database is terminated or scaled down. You can release them to the available CPUs at its parent Autonomous VM Cluster level by restarting the Autonomous Container Database.
22725
+ * The CPU type (OCPUs or ECPUs) is determined by the parent Autonomous Exadata VM Cluster's compute model.
22314
22726
  """
22315
22727
  return pulumi.get(self, "reclaimable_cpus")
22316
22728
 
@@ -22412,6 +22824,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
22412
22824
  months: Sequence['outputs.GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowMonthResult'],
22413
22825
  patching_mode: str,
22414
22826
  preference: str,
22827
+ skip_rus: Sequence[bool],
22415
22828
  weeks_of_months: Sequence[int]):
22416
22829
  """
22417
22830
  :param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -22431,6 +22844,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
22431
22844
  pulumi.set(__self__, "months", months)
22432
22845
  pulumi.set(__self__, "patching_mode", patching_mode)
22433
22846
  pulumi.set(__self__, "preference", preference)
22847
+ pulumi.set(__self__, "skip_rus", skip_rus)
22434
22848
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
22435
22849
 
22436
22850
  @property
@@ -22494,6 +22908,11 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowResult(dict):
22494
22908
  """
22495
22909
  return pulumi.get(self, "preference")
22496
22910
 
22911
+ @property
22912
+ @pulumi.getter(name="skipRus")
22913
+ def skip_rus(self) -> Sequence[bool]:
22914
+ return pulumi.get(self, "skip_rus")
22915
+
22497
22916
  @property
22498
22917
  @pulumi.getter(name="weeksOfMonths")
22499
22918
  def weeks_of_months(self) -> Sequence[int]:
@@ -22533,6 +22952,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
22533
22952
  months: Sequence['outputs.GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
22534
22953
  patching_mode: str,
22535
22954
  preference: str,
22955
+ skip_rus: Sequence[bool],
22536
22956
  weeks_of_months: Sequence[int]):
22537
22957
  """
22538
22958
  :param Sequence['GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailDaysOfWeekArgs'] days_of_weeks: Days during the week when maintenance should be performed.
@@ -22552,6 +22972,7 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
22552
22972
  pulumi.set(__self__, "months", months)
22553
22973
  pulumi.set(__self__, "patching_mode", patching_mode)
22554
22974
  pulumi.set(__self__, "preference", preference)
22975
+ pulumi.set(__self__, "skip_rus", skip_rus)
22555
22976
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
22556
22977
 
22557
22978
  @property
@@ -22615,6 +23036,11 @@ class GetAutonomousVmClustersAutonomousVmClusterMaintenanceWindowDetailResult(di
22615
23036
  """
22616
23037
  return pulumi.get(self, "preference")
22617
23038
 
23039
+ @property
23040
+ @pulumi.getter(name="skipRus")
23041
+ def skip_rus(self) -> Sequence[bool]:
23042
+ return pulumi.get(self, "skip_rus")
23043
+
22618
23044
  @property
22619
23045
  @pulumi.getter(name="weeksOfMonths")
22620
23046
  def weeks_of_months(self) -> Sequence[int]:
@@ -23343,15 +23769,15 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23343
23769
  used_cpus: float):
23344
23770
  """
23345
23771
  :param Sequence['GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseResourceUsageAutonomousContainerDatabaseVmUsageArgs'] autonomous_container_database_vm_usages: List of autonomous container database resource usage per autonomous virtual machine.
23346
- :param float available_cpus: CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
23772
+ :param float available_cpus: CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
23347
23773
  :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).
23348
23774
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
23349
23775
  :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"}`
23350
23776
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
23351
23777
  :param float largest_provisionable_autonomous_database_in_cpus: Largest provisionable ADB in the Autonomous Container Database.
23352
- :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs / cores for ADB creation.
23778
+ :param Sequence[float] provisionable_cpuses: Valid list of provisionable CPUs for Autonomous Database.
23353
23779
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
23354
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23780
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23355
23781
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
23356
23782
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
23357
23783
  """
@@ -23380,7 +23806,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23380
23806
  @pulumi.getter(name="availableCpus")
23381
23807
  def available_cpus(self) -> float:
23382
23808
  """
23383
- CPUs / cores available for ADB provisioning or scaling in the Autonomous Container Database.
23809
+ CPUs available for provisioning or scaling an Autonomous Database in the Autonomous Container Database.
23384
23810
  """
23385
23811
  return pulumi.get(self, "available_cpus")
23386
23812
 
@@ -23428,7 +23854,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23428
23854
  @pulumi.getter(name="provisionableCpuses")
23429
23855
  def provisionable_cpuses(self) -> Sequence[float]:
23430
23856
  """
23431
- Valid list of provisionable CPUs / cores for ADB creation.
23857
+ Valid list of provisionable CPUs for Autonomous Database.
23432
23858
  """
23433
23859
  return pulumi.get(self, "provisionable_cpuses")
23434
23860
 
@@ -23444,7 +23870,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23444
23870
  @pulumi.getter(name="reclaimableCpus")
23445
23871
  def reclaimable_cpus(self) -> float:
23446
23872
  """
23447
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23873
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23448
23874
  """
23449
23875
  return pulumi.get(self, "reclaimable_cpus")
23450
23876
 
@@ -23478,7 +23904,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23478
23904
  :param str display_name: The user-friendly name for the Autonomous Container Database. The name does not need to be unique.
23479
23905
  :param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Autonomous Container Database.
23480
23906
  :param float provisioned_cpus: CPUs / cores assigned to ADBs in the Autonomous Container Database.
23481
- :param float reclaimable_cpus: CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23907
+ :param float reclaimable_cpus: Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23482
23908
  :param float reserved_cpus: CPUs / cores reserved for scalability, resilliency and other overheads. This includes failover, autoscaling and idle instance overhead.
23483
23909
  :param float used_cpus: CPUs / cores assigned to the Autonomous Container Database. Sum of provisioned, reserved and reclaimable CPUs/ cores.
23484
23910
  """
@@ -23517,7 +23943,7 @@ class GetCloudAutonomousVmClusterAcdResourceUsagesAutonomousContainerDatabaseRes
23517
23943
  @pulumi.getter(name="reclaimableCpus")
23518
23944
  def reclaimable_cpus(self) -> float:
23519
23945
  """
23520
- CPUs / cores reclaimable or released to cluster on Autonomous Container Database restart.
23946
+ Number of CPUs that are reclaimable or released to the AVMC on Autonomous Container Database restart.
23521
23947
  """
23522
23948
  return pulumi.get(self, "reclaimable_cpus")
23523
23949
 
@@ -23577,6 +24003,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
23577
24003
  months: Sequence['outputs.GetCloudAutonomousVmClusterMaintenanceWindowMonthResult'],
23578
24004
  patching_mode: str,
23579
24005
  preference: str,
24006
+ skip_rus: Sequence[bool],
23580
24007
  weeks_of_months: Sequence[int]):
23581
24008
  """
23582
24009
  :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).
@@ -23600,6 +24027,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
23600
24027
  pulumi.set(__self__, "months", months)
23601
24028
  pulumi.set(__self__, "patching_mode", patching_mode)
23602
24029
  pulumi.set(__self__, "preference", preference)
24030
+ pulumi.set(__self__, "skip_rus", skip_rus)
23603
24031
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
23604
24032
 
23605
24033
  @property
@@ -23675,6 +24103,11 @@ class GetCloudAutonomousVmClusterMaintenanceWindowResult(dict):
23675
24103
  """
23676
24104
  return pulumi.get(self, "preference")
23677
24105
 
24106
+ @property
24107
+ @pulumi.getter(name="skipRus")
24108
+ def skip_rus(self) -> Sequence[bool]:
24109
+ return pulumi.get(self, "skip_rus")
24110
+
23678
24111
  @property
23679
24112
  @pulumi.getter(name="weeksOfMonths")
23680
24113
  def weeks_of_months(self) -> Sequence[int]:
@@ -23714,6 +24147,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
23714
24147
  months: Sequence['outputs.GetCloudAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
23715
24148
  patching_mode: str,
23716
24149
  preference: str,
24150
+ skip_rus: Sequence[bool],
23717
24151
  weeks_of_months: Sequence[int]):
23718
24152
  """
23719
24153
  :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).
@@ -23737,6 +24171,7 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
23737
24171
  pulumi.set(__self__, "months", months)
23738
24172
  pulumi.set(__self__, "patching_mode", patching_mode)
23739
24173
  pulumi.set(__self__, "preference", preference)
24174
+ pulumi.set(__self__, "skip_rus", skip_rus)
23740
24175
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
23741
24176
 
23742
24177
  @property
@@ -23812,6 +24247,11 @@ class GetCloudAutonomousVmClusterMaintenanceWindowDetailResult(dict):
23812
24247
  """
23813
24248
  return pulumi.get(self, "preference")
23814
24249
 
24250
+ @property
24251
+ @pulumi.getter(name="skipRus")
24252
+ def skip_rus(self) -> Sequence[bool]:
24253
+ return pulumi.get(self, "skip_rus")
24254
+
23815
24255
  @property
23816
24256
  @pulumi.getter(name="weeksOfMonths")
23817
24257
  def weeks_of_months(self) -> Sequence[int]:
@@ -24691,6 +25131,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
24691
25131
  months: Sequence['outputs.GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowMonthResult'],
24692
25132
  patching_mode: str,
24693
25133
  preference: str,
25134
+ skip_rus: Sequence[bool],
24694
25135
  weeks_of_months: Sequence[int]):
24695
25136
  """
24696
25137
  :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).
@@ -24714,6 +25155,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
24714
25155
  pulumi.set(__self__, "months", months)
24715
25156
  pulumi.set(__self__, "patching_mode", patching_mode)
24716
25157
  pulumi.set(__self__, "preference", preference)
25158
+ pulumi.set(__self__, "skip_rus", skip_rus)
24717
25159
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
24718
25160
 
24719
25161
  @property
@@ -24789,6 +25231,11 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowResul
24789
25231
  """
24790
25232
  return pulumi.get(self, "preference")
24791
25233
 
25234
+ @property
25235
+ @pulumi.getter(name="skipRus")
25236
+ def skip_rus(self) -> Sequence[bool]:
25237
+ return pulumi.get(self, "skip_rus")
25238
+
24792
25239
  @property
24793
25240
  @pulumi.getter(name="weeksOfMonths")
24794
25241
  def weeks_of_months(self) -> Sequence[int]:
@@ -24828,6 +25275,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
24828
25275
  months: Sequence['outputs.GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetailMonthResult'],
24829
25276
  patching_mode: str,
24830
25277
  preference: str,
25278
+ skip_rus: Sequence[bool],
24831
25279
  weeks_of_months: Sequence[int]):
24832
25280
  """
24833
25281
  :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).
@@ -24851,6 +25299,7 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
24851
25299
  pulumi.set(__self__, "months", months)
24852
25300
  pulumi.set(__self__, "patching_mode", patching_mode)
24853
25301
  pulumi.set(__self__, "preference", preference)
25302
+ pulumi.set(__self__, "skip_rus", skip_rus)
24854
25303
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
24855
25304
 
24856
25305
  @property
@@ -24926,6 +25375,11 @@ class GetCloudAutonomousVmClustersCloudAutonomousVmClusterMaintenanceWindowDetai
24926
25375
  """
24927
25376
  return pulumi.get(self, "preference")
24928
25377
 
25378
+ @property
25379
+ @pulumi.getter(name="skipRus")
25380
+ def skip_rus(self) -> Sequence[bool]:
25381
+ return pulumi.get(self, "skip_rus")
25382
+
24929
25383
  @property
24930
25384
  @pulumi.getter(name="weeksOfMonths")
24931
25385
  def weeks_of_months(self) -> Sequence[int]:
@@ -25052,6 +25506,7 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
25052
25506
  months: Sequence['outputs.GetCloudExadataInfrastructureMaintenanceWindowMonthResult'],
25053
25507
  patching_mode: str,
25054
25508
  preference: str,
25509
+ skip_rus: Sequence[bool],
25055
25510
  weeks_of_months: Sequence[int]):
25056
25511
  """
25057
25512
  :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).
@@ -25075,6 +25530,7 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
25075
25530
  pulumi.set(__self__, "months", months)
25076
25531
  pulumi.set(__self__, "patching_mode", patching_mode)
25077
25532
  pulumi.set(__self__, "preference", preference)
25533
+ pulumi.set(__self__, "skip_rus", skip_rus)
25078
25534
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
25079
25535
 
25080
25536
  @property
@@ -25150,6 +25606,11 @@ class GetCloudExadataInfrastructureMaintenanceWindowResult(dict):
25150
25606
  """
25151
25607
  return pulumi.get(self, "preference")
25152
25608
 
25609
+ @property
25610
+ @pulumi.getter(name="skipRus")
25611
+ def skip_rus(self) -> Sequence[bool]:
25612
+ return pulumi.get(self, "skip_rus")
25613
+
25153
25614
  @property
25154
25615
  @pulumi.getter(name="weeksOfMonths")
25155
25616
  def weeks_of_months(self) -> Sequence[int]:
@@ -25635,6 +26096,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
25635
26096
  months: Sequence['outputs.GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowMonthResult'],
25636
26097
  patching_mode: str,
25637
26098
  preference: str,
26099
+ skip_rus: Sequence[bool],
25638
26100
  weeks_of_months: Sequence[int]):
25639
26101
  """
25640
26102
  :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).
@@ -25658,6 +26120,7 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
25658
26120
  pulumi.set(__self__, "months", months)
25659
26121
  pulumi.set(__self__, "patching_mode", patching_mode)
25660
26122
  pulumi.set(__self__, "preference", preference)
26123
+ pulumi.set(__self__, "skip_rus", skip_rus)
25661
26124
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
25662
26125
 
25663
26126
  @property
@@ -25733,6 +26196,11 @@ class GetCloudExadataInfrastructuresCloudExadataInfrastructureMaintenanceWindowR
25733
26196
  """
25734
26197
  return pulumi.get(self, "preference")
25735
26198
 
26199
+ @property
26200
+ @pulumi.getter(name="skipRus")
26201
+ def skip_rus(self) -> Sequence[bool]:
26202
+ return pulumi.get(self, "skip_rus")
26203
+
25736
26204
  @property
25737
26205
  @pulumi.getter(name="weeksOfMonths")
25738
26206
  def weeks_of_months(self) -> Sequence[int]:
@@ -34449,6 +34917,7 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
34449
34917
  months: Sequence['outputs.GetDbSystemsDbSystemMaintenanceWindowMonthResult'],
34450
34918
  patching_mode: str,
34451
34919
  preference: str,
34920
+ skip_rus: Sequence[bool],
34452
34921
  weeks_of_months: Sequence[int]):
34453
34922
  """
34454
34923
  :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).
@@ -34472,6 +34941,7 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
34472
34941
  pulumi.set(__self__, "months", months)
34473
34942
  pulumi.set(__self__, "patching_mode", patching_mode)
34474
34943
  pulumi.set(__self__, "preference", preference)
34944
+ pulumi.set(__self__, "skip_rus", skip_rus)
34475
34945
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
34476
34946
 
34477
34947
  @property
@@ -34547,6 +35017,11 @@ class GetDbSystemsDbSystemMaintenanceWindowResult(dict):
34547
35017
  """
34548
35018
  return pulumi.get(self, "preference")
34549
35019
 
35020
+ @property
35021
+ @pulumi.getter(name="skipRus")
35022
+ def skip_rus(self) -> Sequence[bool]:
35023
+ return pulumi.get(self, "skip_rus")
35024
+
34550
35025
  @property
34551
35026
  @pulumi.getter(name="weeksOfMonths")
34552
35027
  def weeks_of_months(self) -> Sequence[int]:
@@ -34586,6 +35061,7 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
34586
35061
  months: Sequence['outputs.GetDbSystemsDbSystemMaintenanceWindowDetailMonthResult'],
34587
35062
  patching_mode: str,
34588
35063
  preference: str,
35064
+ skip_rus: Sequence[bool],
34589
35065
  weeks_of_months: Sequence[int]):
34590
35066
  """
34591
35067
  :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).
@@ -34609,6 +35085,7 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
34609
35085
  pulumi.set(__self__, "months", months)
34610
35086
  pulumi.set(__self__, "patching_mode", patching_mode)
34611
35087
  pulumi.set(__self__, "preference", preference)
35088
+ pulumi.set(__self__, "skip_rus", skip_rus)
34612
35089
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
34613
35090
 
34614
35091
  @property
@@ -34684,6 +35161,11 @@ class GetDbSystemsDbSystemMaintenanceWindowDetailResult(dict):
34684
35161
  """
34685
35162
  return pulumi.get(self, "preference")
34686
35163
 
35164
+ @property
35165
+ @pulumi.getter(name="skipRus")
35166
+ def skip_rus(self) -> Sequence[bool]:
35167
+ return pulumi.get(self, "skip_rus")
35168
+
34687
35169
  @property
34688
35170
  @pulumi.getter(name="weeksOfMonths")
34689
35171
  def weeks_of_months(self) -> Sequence[int]:
@@ -35098,6 +35580,7 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
35098
35580
  months: Sequence['outputs.GetExadataInfrastructureMaintenanceWindowMonthResult'],
35099
35581
  patching_mode: str,
35100
35582
  preference: str,
35583
+ skip_rus: Sequence[bool],
35101
35584
  weeks_of_months: Sequence[int]):
35102
35585
  """
35103
35586
  :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).
@@ -35121,6 +35604,7 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
35121
35604
  pulumi.set(__self__, "months", months)
35122
35605
  pulumi.set(__self__, "patching_mode", patching_mode)
35123
35606
  pulumi.set(__self__, "preference", preference)
35607
+ pulumi.set(__self__, "skip_rus", skip_rus)
35124
35608
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
35125
35609
 
35126
35610
  @property
@@ -35196,6 +35680,11 @@ class GetExadataInfrastructureMaintenanceWindowResult(dict):
35196
35680
  """
35197
35681
  return pulumi.get(self, "preference")
35198
35682
 
35683
+ @property
35684
+ @pulumi.getter(name="skipRus")
35685
+ def skip_rus(self) -> Sequence[bool]:
35686
+ return pulumi.get(self, "skip_rus")
35687
+
35199
35688
  @property
35200
35689
  @pulumi.getter(name="weeksOfMonths")
35201
35690
  def weeks_of_months(self) -> Sequence[int]:
@@ -35911,6 +36400,7 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
35911
36400
  months: Sequence['outputs.GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowMonthResult'],
35912
36401
  patching_mode: str,
35913
36402
  preference: str,
36403
+ skip_rus: Sequence[bool],
35914
36404
  weeks_of_months: Sequence[int]):
35915
36405
  """
35916
36406
  :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).
@@ -35934,6 +36424,7 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
35934
36424
  pulumi.set(__self__, "months", months)
35935
36425
  pulumi.set(__self__, "patching_mode", patching_mode)
35936
36426
  pulumi.set(__self__, "preference", preference)
36427
+ pulumi.set(__self__, "skip_rus", skip_rus)
35937
36428
  pulumi.set(__self__, "weeks_of_months", weeks_of_months)
35938
36429
 
35939
36430
  @property
@@ -36009,6 +36500,11 @@ class GetExadataInfrastructuresExadataInfrastructureMaintenanceWindowResult(dict
36009
36500
  """
36010
36501
  return pulumi.get(self, "preference")
36011
36502
 
36503
+ @property
36504
+ @pulumi.getter(name="skipRus")
36505
+ def skip_rus(self) -> Sequence[bool]:
36506
+ return pulumi.get(self, "skip_rus")
36507
+
36012
36508
  @property
36013
36509
  @pulumi.getter(name="weeksOfMonths")
36014
36510
  def weeks_of_months(self) -> Sequence[int]: