pulumi-oci 2.11.0a1726726622__py3-none-any.whl → 2.12.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 (2810) hide show
  1. pulumi_oci/__init__.py +207 -0
  2. pulumi_oci/_utilities.py +1 -1
  3. pulumi_oci/adm/_inputs.py +346 -0
  4. pulumi_oci/adm/get_knowledgebase.py +20 -4
  5. pulumi_oci/adm/get_knowledgebases.py +20 -4
  6. pulumi_oci/adm/get_remediation_recipe.py +26 -4
  7. pulumi_oci/adm/get_remediation_recipes.py +20 -4
  8. pulumi_oci/adm/get_remediation_run.py +26 -4
  9. pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +19 -4
  10. pulumi_oci/adm/get_remediation_run_stage.py +26 -4
  11. pulumi_oci/adm/get_remediation_run_stages.py +19 -4
  12. pulumi_oci/adm/get_remediation_runs.py +22 -4
  13. pulumi_oci/adm/get_vulnerability_audit.py +37 -4
  14. pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +33 -4
  15. pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +31 -4
  16. pulumi_oci/adm/get_vulnerability_audits.py +30 -4
  17. pulumi_oci/adm/knowledge_base.py +5 -0
  18. pulumi_oci/adm/outputs.py +5 -0
  19. pulumi_oci/adm/remediation_recipe.py +5 -0
  20. pulumi_oci/adm/remediation_run.py +5 -0
  21. pulumi_oci/adm/vulnerability_audit.py +5 -0
  22. pulumi_oci/aianomalydetection/_inputs.py +375 -0
  23. pulumi_oci/aianomalydetection/ai_private_endpoint.py +5 -0
  24. pulumi_oci/aianomalydetection/data_asset.py +5 -0
  25. pulumi_oci/aianomalydetection/detect_anomaly_job.py +5 -0
  26. pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +24 -4
  27. pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +20 -4
  28. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +28 -4
  29. pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +25 -4
  30. pulumi_oci/aianomalydetection/get_detection_data_asset.py +24 -4
  31. pulumi_oci/aianomalydetection/get_detection_data_assets.py +21 -4
  32. pulumi_oci/aianomalydetection/get_detection_model.py +25 -4
  33. pulumi_oci/aianomalydetection/get_detection_models.py +21 -4
  34. pulumi_oci/aianomalydetection/get_detection_project.py +21 -4
  35. pulumi_oci/aianomalydetection/get_detection_projects.py +19 -4
  36. pulumi_oci/aianomalydetection/model.py +5 -0
  37. pulumi_oci/aianomalydetection/outputs.py +5 -0
  38. pulumi_oci/aianomalydetection/project.py +5 -0
  39. pulumi_oci/aidocument/_inputs.py +366 -0
  40. pulumi_oci/aidocument/get_model.py +36 -4
  41. pulumi_oci/aidocument/get_models.py +22 -4
  42. pulumi_oci/aidocument/get_processor_job.py +23 -4
  43. pulumi_oci/aidocument/get_project.py +22 -4
  44. pulumi_oci/aidocument/get_projects.py +20 -4
  45. pulumi_oci/aidocument/model.py +5 -0
  46. pulumi_oci/aidocument/outputs.py +5 -0
  47. pulumi_oci/aidocument/processor_job.py +5 -0
  48. pulumi_oci/aidocument/project.py +5 -0
  49. pulumi_oci/ailanguage/_inputs.py +345 -0
  50. pulumi_oci/ailanguage/endpoint.py +5 -0
  51. pulumi_oci/ailanguage/get_endpoint.py +24 -4
  52. pulumi_oci/ailanguage/get_endpoints.py +24 -4
  53. pulumi_oci/ailanguage/get_model.py +27 -4
  54. pulumi_oci/ailanguage/get_model_evaluation_results.py +15 -4
  55. pulumi_oci/ailanguage/get_model_type.py +14 -4
  56. pulumi_oci/ailanguage/get_models.py +22 -4
  57. pulumi_oci/ailanguage/get_project.py +21 -4
  58. pulumi_oci/ailanguage/get_projects.py +20 -4
  59. pulumi_oci/ailanguage/model.py +5 -0
  60. pulumi_oci/ailanguage/outputs.py +5 -0
  61. pulumi_oci/ailanguage/project.py +5 -0
  62. pulumi_oci/aivision/_inputs.py +107 -0
  63. pulumi_oci/aivision/get_model.py +38 -4
  64. pulumi_oci/aivision/get_models.py +22 -4
  65. pulumi_oci/aivision/get_project.py +22 -4
  66. pulumi_oci/aivision/get_projects.py +20 -4
  67. pulumi_oci/aivision/model.py +5 -0
  68. pulumi_oci/aivision/outputs.py +5 -0
  69. pulumi_oci/aivision/project.py +5 -0
  70. pulumi_oci/analytics/_inputs.py +113 -0
  71. pulumi_oci/analytics/analytics_instance.py +59 -5
  72. pulumi_oci/analytics/analytics_instance_private_access_channel.py +5 -0
  73. pulumi_oci/analytics/analytics_instance_vanity_url.py +5 -0
  74. pulumi_oci/analytics/get_analytics_instance.py +49 -7
  75. pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +23 -4
  76. pulumi_oci/analytics/get_analytics_instances.py +23 -4
  77. pulumi_oci/analytics/outputs.py +17 -1
  78. pulumi_oci/announcementsservice/_inputs.py +70 -0
  79. pulumi_oci/announcementsservice/announcement_subscription.py +5 -0
  80. pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +5 -0
  81. pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +5 -0
  82. pulumi_oci/announcementsservice/get_announcement_subscription.py +26 -4
  83. pulumi_oci/announcementsservice/get_announcement_subscriptions.py +20 -4
  84. pulumi_oci/announcementsservice/get_services.py +19 -4
  85. pulumi_oci/announcementsservice/outputs.py +5 -0
  86. pulumi_oci/apigateway/_inputs.py +2309 -29
  87. pulumi_oci/apigateway/api.py +5 -0
  88. pulumi_oci/apigateway/certificate.py +5 -0
  89. pulumi_oci/apigateway/deployment.py +5 -0
  90. pulumi_oci/apigateway/gateway.py +5 -0
  91. pulumi_oci/apigateway/get_api.py +23 -4
  92. pulumi_oci/apigateway/get_api_content.py +13 -4
  93. pulumi_oci/apigateway/get_api_deployment_specification.py +15 -4
  94. pulumi_oci/apigateway/get_api_validation.py +13 -4
  95. pulumi_oci/apigateway/get_apis.py +19 -4
  96. pulumi_oci/apigateway/get_certificate.py +25 -4
  97. pulumi_oci/apigateway/get_certificates.py +19 -4
  98. pulumi_oci/apigateway/get_deployment.py +24 -4
  99. pulumi_oci/apigateway/get_deployments.py +21 -4
  100. pulumi_oci/apigateway/get_gateway.py +28 -4
  101. pulumi_oci/apigateway/get_gateways.py +21 -4
  102. pulumi_oci/apigateway/get_subscriber.py +22 -4
  103. pulumi_oci/apigateway/get_subscribers.py +19 -4
  104. pulumi_oci/apigateway/get_usage_plan.py +21 -4
  105. pulumi_oci/apigateway/get_usage_plans.py +19 -4
  106. pulumi_oci/apigateway/outputs.py +5 -0
  107. pulumi_oci/apigateway/subscriber.py +5 -0
  108. pulumi_oci/apigateway/usage_plan.py +5 -0
  109. pulumi_oci/apm/_inputs.py +28 -0
  110. pulumi_oci/apm/apm_domain.py +5 -0
  111. pulumi_oci/apm/get_apm_domain.py +22 -4
  112. pulumi_oci/apm/get_apm_domains.py +19 -4
  113. pulumi_oci/apm/get_data_keys.py +17 -4
  114. pulumi_oci/apm/outputs.py +5 -0
  115. pulumi_oci/apmconfig/_inputs.py +115 -0
  116. pulumi_oci/apmconfig/config.py +5 -0
  117. pulumi_oci/apmconfig/get_config.py +34 -4
  118. pulumi_oci/apmconfig/get_configs.py +29 -4
  119. pulumi_oci/apmconfig/outputs.py +5 -0
  120. pulumi_oci/apmsynthetics/_inputs.py +774 -0
  121. pulumi_oci/apmsynthetics/config.py +5 -0
  122. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +5 -0
  123. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +24 -4
  124. pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +21 -4
  125. pulumi_oci/apmsynthetics/get_monitor.py +39 -4
  126. pulumi_oci/apmsynthetics/get_monitors.py +29 -4
  127. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +23 -4
  128. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +36 -4
  129. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +25 -4
  130. pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +19 -4
  131. pulumi_oci/apmsynthetics/get_result.py +23 -4
  132. pulumi_oci/apmsynthetics/get_script.py +26 -4
  133. pulumi_oci/apmsynthetics/get_scripts.py +19 -4
  134. pulumi_oci/apmsynthetics/get_vantage_point.py +17 -4
  135. pulumi_oci/apmsynthetics/get_vantage_points.py +19 -4
  136. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +5 -0
  137. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +5 -0
  138. pulumi_oci/apmsynthetics/outputs.py +5 -0
  139. pulumi_oci/apmsynthetics/script.py +5 -0
  140. pulumi_oci/apmtraces/_inputs.py +16 -0
  141. pulumi_oci/apmtraces/get_query_quick_picks.py +15 -4
  142. pulumi_oci/apmtraces/get_trace.py +39 -4
  143. pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +23 -4
  144. pulumi_oci/apmtraces/get_trace_snapshot_data.py +24 -4
  145. pulumi_oci/apmtraces/outputs.py +5 -0
  146. pulumi_oci/appmgmtcontrol/_inputs.py +16 -0
  147. pulumi_oci/appmgmtcontrol/get_monitored_instance.py +21 -4
  148. pulumi_oci/appmgmtcontrol/get_monitored_instances.py +17 -4
  149. pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +5 -0
  150. pulumi_oci/appmgmtcontrol/outputs.py +5 -0
  151. pulumi_oci/artifacts/_inputs.py +70 -0
  152. pulumi_oci/artifacts/container_configuration.py +5 -0
  153. pulumi_oci/artifacts/container_image_signature.py +5 -0
  154. pulumi_oci/artifacts/container_repository.py +5 -0
  155. pulumi_oci/artifacts/generic_artifact.py +5 -0
  156. pulumi_oci/artifacts/get_container_configuration.py +14 -4
  157. pulumi_oci/artifacts/get_container_image.py +30 -4
  158. pulumi_oci/artifacts/get_container_image_signature.py +26 -4
  159. pulumi_oci/artifacts/get_container_images.py +31 -4
  160. pulumi_oci/artifacts/get_container_repositories.py +25 -4
  161. pulumi_oci/artifacts/get_container_repository.py +29 -4
  162. pulumi_oci/artifacts/get_container_signatures.py +33 -4
  163. pulumi_oci/artifacts/get_generic_artifact.py +23 -4
  164. pulumi_oci/artifacts/get_generic_artifacts.py +28 -4
  165. pulumi_oci/artifacts/get_repositories.py +22 -4
  166. pulumi_oci/artifacts/get_repository.py +21 -4
  167. pulumi_oci/artifacts/outputs.py +5 -0
  168. pulumi_oci/artifacts/repository.py +5 -0
  169. pulumi_oci/audit/_inputs.py +16 -0
  170. pulumi_oci/audit/configuration.py +5 -0
  171. pulumi_oci/audit/get_configuration.py +13 -4
  172. pulumi_oci/audit/get_events.py +19 -4
  173. pulumi_oci/audit/outputs.py +5 -0
  174. pulumi_oci/autoscaling/_inputs.py +186 -0
  175. pulumi_oci/autoscaling/auto_scaling_configuration.py +5 -0
  176. pulumi_oci/autoscaling/get_auto_scaling_configuration.py +23 -4
  177. pulumi_oci/autoscaling/get_auto_scaling_configurations.py +17 -4
  178. pulumi_oci/autoscaling/outputs.py +5 -0
  179. pulumi_oci/bastion/_inputs.py +76 -0
  180. pulumi_oci/bastion/bastion.py +5 -0
  181. pulumi_oci/bastion/get_bastion.py +31 -4
  182. pulumi_oci/bastion/get_bastions.py +21 -4
  183. pulumi_oci/bastion/get_session.py +26 -4
  184. pulumi_oci/bastion/get_sessions.py +21 -4
  185. pulumi_oci/bastion/outputs.py +5 -0
  186. pulumi_oci/bastion/session.py +5 -0
  187. pulumi_oci/bigdataservice/__init__.py +3 -0
  188. pulumi_oci/bigdataservice/_inputs.py +1098 -10
  189. pulumi_oci/bigdataservice/auto_scaling_configuration.py +5 -0
  190. pulumi_oci/bigdataservice/bds_instance.py +5 -0
  191. pulumi_oci/bigdataservice/bds_instance_api_key.py +5 -0
  192. pulumi_oci/bigdataservice/bds_instance_metastore_config.py +5 -0
  193. pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +5 -0
  194. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +141 -2
  195. pulumi_oci/bigdataservice/bds_instance_patch_action.py +5 -0
  196. pulumi_oci/bigdataservice/bds_instance_resource_principal_configuration.py +529 -0
  197. pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +23 -4
  198. pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +21 -4
  199. pulumi_oci/bigdataservice/get_bds_instance.py +46 -4
  200. pulumi_oci/bigdataservice/get_bds_instance_api_key.py +23 -4
  201. pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +21 -4
  202. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +21 -4
  203. pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +15 -4
  204. pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +24 -4
  205. pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +25 -4
  206. pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +21 -4
  207. pulumi_oci/bigdataservice/get_bds_instance_patches.py +15 -4
  208. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configuration.py +255 -0
  209. pulumi_oci/bigdataservice/get_bds_instance_resource_principal_configurations.py +191 -0
  210. pulumi_oci/bigdataservice/get_bds_instances.py +19 -4
  211. pulumi_oci/bigdataservice/outputs.py +180 -0
  212. pulumi_oci/blockchain/_inputs.py +193 -0
  213. pulumi_oci/blockchain/blockchain_platform.py +5 -0
  214. pulumi_oci/blockchain/get_blockchain_platform.py +39 -4
  215. pulumi_oci/blockchain/get_blockchain_platform_patches.py +15 -4
  216. pulumi_oci/blockchain/get_blockchain_platforms.py +19 -4
  217. pulumi_oci/blockchain/get_osn.py +18 -4
  218. pulumi_oci/blockchain/get_osns.py +17 -4
  219. pulumi_oci/blockchain/get_peer.py +21 -4
  220. pulumi_oci/blockchain/get_peers.py +17 -4
  221. pulumi_oci/blockchain/osn.py +5 -0
  222. pulumi_oci/blockchain/outputs.py +5 -0
  223. pulumi_oci/blockchain/peer.py +5 -0
  224. pulumi_oci/budget/_inputs.py +25 -0
  225. pulumi_oci/budget/budget.py +5 -0
  226. pulumi_oci/budget/get_alert_rule.py +27 -4
  227. pulumi_oci/budget/get_alert_rules.py +19 -4
  228. pulumi_oci/budget/get_budget.py +34 -4
  229. pulumi_oci/budget/get_budgets.py +21 -4
  230. pulumi_oci/budget/outputs.py +5 -0
  231. pulumi_oci/budget/rule.py +5 -0
  232. pulumi_oci/capacitymanagement/__init__.py +8 -0
  233. pulumi_oci/capacitymanagement/_inputs.py +755 -3
  234. pulumi_oci/capacitymanagement/get_internal_namespace_occ_overviews.py +242 -0
  235. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +31 -11
  236. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_block_details.py +163 -0
  237. pulumi_oci/capacitymanagement/get_internal_occ_handover_resource_blocks.py +270 -0
  238. pulumi_oci/capacitymanagement/get_namespace_occ_overviews.py +223 -0
  239. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +29 -5
  240. pulumi_oci/capacitymanagement/get_occ_availability_catalog_content.py +12 -4
  241. pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +23 -4
  242. pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +22 -4
  243. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +47 -6
  244. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +49 -9
  245. pulumi_oci/capacitymanagement/get_occ_customer_group.py +25 -5
  246. pulumi_oci/capacitymanagement/get_occ_customer_groups.py +20 -4
  247. pulumi_oci/capacitymanagement/get_occ_handover_resource_block_details.py +163 -0
  248. pulumi_oci/capacitymanagement/get_occ_handover_resource_blocks.py +248 -0
  249. pulumi_oci/capacitymanagement/occ_availability_catalog.py +9 -4
  250. pulumi_oci/capacitymanagement/occ_capacity_request.py +83 -32
  251. pulumi_oci/capacitymanagement/occ_customer_group.py +695 -0
  252. pulumi_oci/capacitymanagement/occ_customer_group_occ_customer.py +417 -0
  253. pulumi_oci/capacitymanagement/outputs.py +1673 -166
  254. pulumi_oci/certificatesmanagement/_inputs.py +753 -0
  255. pulumi_oci/certificatesmanagement/ca_bundle.py +5 -0
  256. pulumi_oci/certificatesmanagement/certificate.py +5 -0
  257. pulumi_oci/certificatesmanagement/certificate_authority.py +5 -0
  258. pulumi_oci/certificatesmanagement/get_association.py +19 -4
  259. pulumi_oci/certificatesmanagement/get_associations.py +25 -4
  260. pulumi_oci/certificatesmanagement/get_ca_bundle.py +21 -4
  261. pulumi_oci/certificatesmanagement/get_ca_bundles.py +21 -4
  262. pulumi_oci/certificatesmanagement/get_certificate.py +31 -4
  263. pulumi_oci/certificatesmanagement/get_certificate_authorities.py +23 -4
  264. pulumi_oci/certificatesmanagement/get_certificate_authority.py +30 -4
  265. pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +24 -4
  266. pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +17 -4
  267. pulumi_oci/certificatesmanagement/get_certificate_version.py +24 -4
  268. pulumi_oci/certificatesmanagement/get_certificate_versions.py +17 -4
  269. pulumi_oci/certificatesmanagement/get_certificates.py +23 -4
  270. pulumi_oci/certificatesmanagement/outputs.py +5 -0
  271. pulumi_oci/cloudbridge/_inputs.py +521 -0
  272. pulumi_oci/cloudbridge/agent.py +5 -0
  273. pulumi_oci/cloudbridge/agent_dependency.py +5 -0
  274. pulumi_oci/cloudbridge/agent_plugin.py +5 -0
  275. pulumi_oci/cloudbridge/asset.py +5 -0
  276. pulumi_oci/cloudbridge/asset_source.py +5 -0
  277. pulumi_oci/cloudbridge/discovery_schedule.py +5 -0
  278. pulumi_oci/cloudbridge/environment.py +5 -0
  279. pulumi_oci/cloudbridge/get_agent.py +30 -4
  280. pulumi_oci/cloudbridge/get_agent_dependencies.py +23 -4
  281. pulumi_oci/cloudbridge/get_agent_dependency.py +28 -4
  282. pulumi_oci/cloudbridge/get_agent_plugin.py +24 -4
  283. pulumi_oci/cloudbridge/get_agents.py +23 -4
  284. pulumi_oci/cloudbridge/get_appliance_image.py +15 -4
  285. pulumi_oci/cloudbridge/get_appliance_images.py +17 -4
  286. pulumi_oci/cloudbridge/get_asset.py +29 -4
  287. pulumi_oci/cloudbridge/get_asset_source.py +31 -4
  288. pulumi_oci/cloudbridge/get_asset_sources.py +21 -4
  289. pulumi_oci/cloudbridge/get_assets.py +29 -4
  290. pulumi_oci/cloudbridge/get_discovery_schedule.py +22 -4
  291. pulumi_oci/cloudbridge/get_discovery_schedules.py +21 -4
  292. pulumi_oci/cloudbridge/get_environment.py +21 -4
  293. pulumi_oci/cloudbridge/get_environments.py +21 -4
  294. pulumi_oci/cloudbridge/get_inventories.py +17 -4
  295. pulumi_oci/cloudbridge/get_inventory.py +21 -4
  296. pulumi_oci/cloudbridge/inventory.py +5 -0
  297. pulumi_oci/cloudbridge/outputs.py +5 -0
  298. pulumi_oci/cloudguard/_inputs.py +1794 -25
  299. pulumi_oci/cloudguard/adhoc_query.py +5 -0
  300. pulumi_oci/cloudguard/cloud_guard_configuration.py +5 -0
  301. pulumi_oci/cloudguard/cloud_guard_data_source.py +5 -0
  302. pulumi_oci/cloudguard/data_mask_rule.py +5 -0
  303. pulumi_oci/cloudguard/detector_recipe.py +5 -0
  304. pulumi_oci/cloudguard/get_adhoc_queries.py +25 -4
  305. pulumi_oci/cloudguard/get_adhoc_query.py +23 -4
  306. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +15 -4
  307. pulumi_oci/cloudguard/get_data_mask_rule.py +26 -4
  308. pulumi_oci/cloudguard/get_data_mask_rules.py +29 -4
  309. pulumi_oci/cloudguard/get_data_source.py +25 -4
  310. pulumi_oci/cloudguard/get_data_source_event.py +15 -4
  311. pulumi_oci/cloudguard/get_data_source_events.py +17 -4
  312. pulumi_oci/cloudguard/get_data_sources.py +27 -4
  313. pulumi_oci/cloudguard/get_detector_recipe.py +28 -4
  314. pulumi_oci/cloudguard/get_detector_recipes.py +25 -4
  315. pulumi_oci/cloudguard/get_guard_target.py +29 -4
  316. pulumi_oci/cloudguard/get_guard_targets.py +25 -4
  317. pulumi_oci/cloudguard/get_managed_list.py +27 -4
  318. pulumi_oci/cloudguard/get_managed_lists.py +27 -4
  319. pulumi_oci/cloudguard/get_problem_entities.py +15 -4
  320. pulumi_oci/cloudguard/get_problem_entity.py +13 -4
  321. pulumi_oci/cloudguard/get_responder_recipe.py +26 -4
  322. pulumi_oci/cloudguard/get_responder_recipes.py +25 -4
  323. pulumi_oci/cloudguard/get_saved_queries.py +21 -4
  324. pulumi_oci/cloudguard/get_saved_query.py +22 -4
  325. pulumi_oci/cloudguard/get_security_policies.py +20 -4
  326. pulumi_oci/cloudguard/get_security_policy.py +25 -4
  327. pulumi_oci/cloudguard/get_security_recipe.py +23 -4
  328. pulumi_oci/cloudguard/get_security_recipes.py +20 -4
  329. pulumi_oci/cloudguard/get_security_zone.py +24 -4
  330. pulumi_oci/cloudguard/get_security_zones.py +24 -4
  331. pulumi_oci/cloudguard/get_wlp_agent.py +24 -4
  332. pulumi_oci/cloudguard/get_wlp_agents.py +15 -4
  333. pulumi_oci/cloudguard/managed_list.py +5 -0
  334. pulumi_oci/cloudguard/outputs.py +5 -0
  335. pulumi_oci/cloudguard/responder_recipe.py +5 -0
  336. pulumi_oci/cloudguard/saved_query.py +5 -0
  337. pulumi_oci/cloudguard/security_recipe.py +5 -0
  338. pulumi_oci/cloudguard/security_zone.py +5 -0
  339. pulumi_oci/cloudguard/target.py +5 -0
  340. pulumi_oci/cloudguard/wlp_agent.py +5 -0
  341. pulumi_oci/cloudmigrations/_inputs.py +1382 -19
  342. pulumi_oci/cloudmigrations/get_migration.py +23 -4
  343. pulumi_oci/cloudmigrations/get_migration_asset.py +32 -4
  344. pulumi_oci/cloudmigrations/get_migration_assets.py +21 -4
  345. pulumi_oci/cloudmigrations/get_migration_plan.py +28 -4
  346. pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +21 -4
  347. pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +23 -4
  348. pulumi_oci/cloudmigrations/get_migration_plans.py +23 -4
  349. pulumi_oci/cloudmigrations/get_migrations.py +21 -4
  350. pulumi_oci/cloudmigrations/get_replication_schedule.py +22 -4
  351. pulumi_oci/cloudmigrations/get_replication_schedules.py +21 -4
  352. pulumi_oci/cloudmigrations/get_target_asset.py +32 -4
  353. pulumi_oci/cloudmigrations/get_target_assets.py +21 -4
  354. pulumi_oci/cloudmigrations/migration.py +5 -0
  355. pulumi_oci/cloudmigrations/migration_asset.py +5 -0
  356. pulumi_oci/cloudmigrations/migration_plan.py +5 -0
  357. pulumi_oci/cloudmigrations/outputs.py +5 -0
  358. pulumi_oci/cloudmigrations/replication_schedule.py +5 -0
  359. pulumi_oci/cloudmigrations/target_asset.py +5 -0
  360. pulumi_oci/clusterplacementgroups/_inputs.py +57 -0
  361. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +5 -0
  362. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +27 -4
  363. pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +24 -4
  364. pulumi_oci/clusterplacementgroups/outputs.py +5 -0
  365. pulumi_oci/computecloud/_inputs.py +228 -0
  366. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +5 -0
  367. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +5 -0
  368. pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +32 -4
  369. pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +27 -4
  370. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +24 -4
  371. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +27 -4
  372. pulumi_oci/computecloud/outputs.py +5 -0
  373. pulumi_oci/computeinstanceagent/_inputs.py +31 -0
  374. pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +20 -4
  375. pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +21 -4
  376. pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +21 -4
  377. pulumi_oci/computeinstanceagent/outputs.py +5 -0
  378. pulumi_oci/config/__init__.pyi +5 -0
  379. pulumi_oci/config/vars.py +5 -0
  380. pulumi_oci/containerengine/__init__.py +1 -0
  381. pulumi_oci/containerengine/_inputs.py +1161 -0
  382. pulumi_oci/containerengine/addon.py +5 -0
  383. pulumi_oci/containerengine/cluster.py +5 -0
  384. pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +5 -0
  385. pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +5 -0
  386. pulumi_oci/containerengine/cluster_workload_mapping.py +5 -0
  387. pulumi_oci/containerengine/container_instance.py +5 -0
  388. pulumi_oci/containerengine/get_addon.py +21 -4
  389. pulumi_oci/containerengine/get_addon_options.py +17 -4
  390. pulumi_oci/containerengine/get_addons.py +15 -4
  391. pulumi_oci/containerengine/get_cluster.py +352 -0
  392. pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +15 -4
  393. pulumi_oci/containerengine/get_cluster_kube_config.py +19 -4
  394. pulumi_oci/containerengine/get_cluster_option.py +16 -4
  395. pulumi_oci/containerengine/get_cluster_workload_mapping.py +21 -4
  396. pulumi_oci/containerengine/get_cluster_workload_mappings.py +15 -4
  397. pulumi_oci/containerengine/get_clusters.py +19 -4
  398. pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +14 -4
  399. pulumi_oci/containerengine/get_node_pool.py +35 -4
  400. pulumi_oci/containerengine/get_node_pool_option.py +18 -4
  401. pulumi_oci/containerengine/get_node_pools.py +21 -4
  402. pulumi_oci/containerengine/get_pod_shapes.py +19 -4
  403. pulumi_oci/containerengine/get_virtual_node_pool.py +30 -4
  404. pulumi_oci/containerengine/get_virtual_node_pools.py +21 -4
  405. pulumi_oci/containerengine/get_work_request_errors.py +17 -4
  406. pulumi_oci/containerengine/get_work_request_log_entries.py +17 -4
  407. pulumi_oci/containerengine/get_work_requests.py +23 -4
  408. pulumi_oci/containerengine/node_pool.py +5 -0
  409. pulumi_oci/containerengine/outputs.py +497 -0
  410. pulumi_oci/containerengine/virtual_node_pool.py +5 -0
  411. pulumi_oci/containerinstances/_inputs.py +31 -0
  412. pulumi_oci/containerinstances/get_container_instance.py +34 -4
  413. pulumi_oci/containerinstances/get_container_instance_shape.py +15 -4
  414. pulumi_oci/containerinstances/get_container_instance_shapes.py +17 -4
  415. pulumi_oci/containerinstances/get_container_instances.py +21 -4
  416. pulumi_oci/containerinstances/outputs.py +5 -0
  417. pulumi_oci/core/_inputs.py +5856 -160
  418. pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +5 -0
  419. pulumi_oci/core/app_catalog_subscription.py +5 -0
  420. pulumi_oci/core/boot_volume.py +5 -0
  421. pulumi_oci/core/boot_volume_backup.py +5 -0
  422. pulumi_oci/core/capture_filter.py +5 -0
  423. pulumi_oci/core/cluster_network.py +12 -7
  424. pulumi_oci/core/compute_capacity_report.py +5 -0
  425. pulumi_oci/core/compute_capacity_reservation.py +5 -0
  426. pulumi_oci/core/compute_capacity_topology.py +5 -0
  427. pulumi_oci/core/compute_cluster.py +5 -0
  428. pulumi_oci/core/compute_image_capability_schema.py +5 -0
  429. pulumi_oci/core/console_history.py +5 -0
  430. pulumi_oci/core/cpe.py +5 -0
  431. pulumi_oci/core/cross_connect.py +5 -0
  432. pulumi_oci/core/cross_connect_group.py +5 -0
  433. pulumi_oci/core/dedicated_vm_host.py +5 -0
  434. pulumi_oci/core/default_dhcp_options.py +5 -0
  435. pulumi_oci/core/default_route_table.py +5 -0
  436. pulumi_oci/core/default_security_list.py +5 -0
  437. pulumi_oci/core/dhcp_options.py +5 -0
  438. pulumi_oci/core/drg.py +5 -0
  439. pulumi_oci/core/drg_attachment.py +5 -0
  440. pulumi_oci/core/drg_attachment_management.py +5 -0
  441. pulumi_oci/core/drg_attachments_list.py +5 -0
  442. pulumi_oci/core/drg_route_distribution.py +5 -0
  443. pulumi_oci/core/drg_route_distribution_statement.py +5 -0
  444. pulumi_oci/core/drg_route_table.py +5 -0
  445. pulumi_oci/core/drg_route_table_route_rule.py +5 -0
  446. pulumi_oci/core/get_app_catalog_listing.py +19 -4
  447. pulumi_oci/core/get_app_catalog_listing_resource_version.py +21 -4
  448. pulumi_oci/core/get_app_catalog_listing_resource_versions.py +15 -4
  449. pulumi_oci/core/get_app_catalog_listings.py +19 -4
  450. pulumi_oci/core/get_app_catalog_subscriptions.py +17 -4
  451. pulumi_oci/core/get_block_volume_replica.py +23 -4
  452. pulumi_oci/core/get_block_volume_replicas.py +23 -4
  453. pulumi_oci/core/get_boot_volume.py +35 -4
  454. pulumi_oci/core/get_boot_volume_attachments.py +21 -4
  455. pulumi_oci/core/get_boot_volume_backup.py +30 -4
  456. pulumi_oci/core/get_boot_volume_backups.py +23 -4
  457. pulumi_oci/core/get_boot_volume_replica.py +24 -4
  458. pulumi_oci/core/get_boot_volume_replicas.py +23 -4
  459. pulumi_oci/core/get_boot_volumes.py +19 -4
  460. pulumi_oci/core/get_byoip_allocated_ranges.py +15 -4
  461. pulumi_oci/core/get_byoip_range.py +26 -4
  462. pulumi_oci/core/get_byoip_ranges.py +19 -4
  463. pulumi_oci/core/get_capture_filter.py +21 -4
  464. pulumi_oci/core/get_capture_filters.py +21 -4
  465. pulumi_oci/core/get_cluster_network.py +24 -4
  466. pulumi_oci/core/get_cluster_network_instances.py +19 -4
  467. pulumi_oci/core/get_cluster_networks.py +19 -4
  468. pulumi_oci/core/get_cnv_dns_resolver_association.py +14 -4
  469. pulumi_oci/core/get_compute_capacity_reservation.py +24 -4
  470. pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +19 -4
  471. pulumi_oci/core/get_compute_capacity_reservation_instances.py +19 -4
  472. pulumi_oci/core/get_compute_capacity_reservations.py +21 -4
  473. pulumi_oci/core/get_compute_capacity_topologies.py +19 -4
  474. pulumi_oci/core/get_compute_capacity_topology.py +21 -4
  475. pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +25 -4
  476. pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +19 -4
  477. pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +21 -4
  478. pulumi_oci/core/get_compute_cluster.py +19 -4
  479. pulumi_oci/core/get_compute_clusters.py +19 -4
  480. pulumi_oci/core/get_compute_global_image_capability_schema.py +18 -4
  481. pulumi_oci/core/get_compute_global_image_capability_schemas.py +17 -4
  482. pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +18 -4
  483. pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +17 -4
  484. pulumi_oci/core/get_compute_image_capability_schema.py +23 -4
  485. pulumi_oci/core/get_compute_image_capability_schemas.py +19 -4
  486. pulumi_oci/core/get_console_histories.py +21 -4
  487. pulumi_oci/core/get_console_history_data.py +17 -4
  488. pulumi_oci/core/get_cpe_device_shape.py +15 -4
  489. pulumi_oci/core/get_cpe_device_shapes.py +13 -4
  490. pulumi_oci/core/get_cpes.py +15 -4
  491. pulumi_oci/core/get_cross_connect.py +29 -4
  492. pulumi_oci/core/get_cross_connect_group.py +22 -4
  493. pulumi_oci/core/get_cross_connect_groups.py +19 -4
  494. pulumi_oci/core/get_cross_connect_locations.py +15 -4
  495. pulumi_oci/core/get_cross_connect_port_speed_shape.py +15 -4
  496. pulumi_oci/core/get_cross_connect_status.py +16 -4
  497. pulumi_oci/core/get_cross_connects.py +21 -4
  498. pulumi_oci/core/get_dedicated_vm_host.py +25 -4
  499. pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +19 -4
  500. pulumi_oci/core/get_dedicated_vm_host_instances.py +19 -4
  501. pulumi_oci/core/get_dedicated_vm_host_shapes.py +19 -4
  502. pulumi_oci/core/get_dedicated_vm_hosts.py +27 -4
  503. pulumi_oci/core/get_dhcp_options.py +21 -4
  504. pulumi_oci/core/get_drg_attachments.py +29 -4
  505. pulumi_oci/core/get_drg_route_distribution.py +20 -4
  506. pulumi_oci/core/get_drg_route_distribution_statements.py +15 -4
  507. pulumi_oci/core/get_drg_route_distributions.py +19 -4
  508. pulumi_oci/core/get_drg_route_rule.py +22 -4
  509. pulumi_oci/core/get_drg_route_table_route_rules.py +17 -4
  510. pulumi_oci/core/get_drg_route_tables.py +21 -4
  511. pulumi_oci/core/get_drgs.py +15 -4
  512. pulumi_oci/core/get_fast_connect_provider_service.py +23 -4
  513. pulumi_oci/core/get_fast_connect_provider_service_key.py +17 -4
  514. pulumi_oci/core/get_fast_connect_provider_services.py +15 -4
  515. pulumi_oci/core/get_image.py +30 -4
  516. pulumi_oci/core/get_image_shape.py +17 -4
  517. pulumi_oci/core/get_image_shapes.py +15 -4
  518. pulumi_oci/core/get_images.py +29 -4
  519. pulumi_oci/core/get_instance.py +84 -5
  520. pulumi_oci/core/get_instance_configuration.py +21 -4
  521. pulumi_oci/core/get_instance_configurations.py +15 -4
  522. pulumi_oci/core/get_instance_console_connections.py +17 -4
  523. pulumi_oci/core/get_instance_credentials.py +14 -4
  524. pulumi_oci/core/get_instance_devices.py +19 -4
  525. pulumi_oci/core/get_instance_maintenance_event.py +36 -4
  526. pulumi_oci/core/get_instance_maintenance_events.py +27 -4
  527. pulumi_oci/core/get_instance_maintenance_reboot.py +13 -4
  528. pulumi_oci/core/get_instance_measured_boot_report.py +14 -4
  529. pulumi_oci/core/get_instance_pool.py +25 -4
  530. pulumi_oci/core/get_instance_pool_instances.py +19 -4
  531. pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +19 -4
  532. pulumi_oci/core/get_instance_pools.py +19 -4
  533. pulumi_oci/core/get_instances.py +25 -4
  534. pulumi_oci/core/get_internet_gateways.py +21 -4
  535. pulumi_oci/core/get_ip_inventory_subnet.py +17 -4
  536. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +17 -4
  537. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +22 -4
  538. pulumi_oci/core/get_ipsec_algorithm.py +14 -4
  539. pulumi_oci/core/get_ipsec_config.py +17 -4
  540. pulumi_oci/core/get_ipsec_connection_tunnel.py +35 -4
  541. pulumi_oci/core/get_ipsec_connection_tunnel_error.py +19 -4
  542. pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +19 -4
  543. pulumi_oci/core/get_ipsec_connection_tunnels.py +15 -4
  544. pulumi_oci/core/get_ipsec_connections.py +19 -4
  545. pulumi_oci/core/get_ipsec_status.py +17 -4
  546. pulumi_oci/core/get_ipv6.py +22 -4
  547. pulumi_oci/core/get_ipv6s.py +19 -4
  548. pulumi_oci/core/get_letter_of_authority.py +18 -4
  549. pulumi_oci/core/get_listing_resource_version.py +21 -4
  550. pulumi_oci/core/get_listing_resource_versions.py +15 -4
  551. pulumi_oci/core/get_local_peering_gateways.py +17 -4
  552. pulumi_oci/core/get_nat_gateway.py +23 -4
  553. pulumi_oci/core/get_nat_gateways.py +21 -4
  554. pulumi_oci/core/get_network_security_group.py +19 -4
  555. pulumi_oci/core/get_network_security_group_security_rules.py +17 -4
  556. pulumi_oci/core/get_network_security_group_vnics.py +15 -4
  557. pulumi_oci/core/get_network_security_groups.py +23 -4
  558. pulumi_oci/core/get_peer_region_for_remote_peerings.py +13 -4
  559. pulumi_oci/core/get_private_ip.py +25 -4
  560. pulumi_oci/core/get_private_ips.py +21 -4
  561. pulumi_oci/core/get_public_ip.py +27 -4
  562. pulumi_oci/core/get_public_ip_pool.py +19 -4
  563. pulumi_oci/core/get_public_ip_pools.py +19 -4
  564. pulumi_oci/core/get_public_ips.py +23 -4
  565. pulumi_oci/core/get_remote_peering_connections.py +17 -4
  566. pulumi_oci/core/get_route_tables.py +21 -4
  567. pulumi_oci/core/get_security_lists.py +21 -4
  568. pulumi_oci/core/get_service_gateways.py +19 -4
  569. pulumi_oci/core/get_services.py +13 -4
  570. pulumi_oci/core/get_shape.py +19 -4
  571. pulumi_oci/core/get_shapes.py +19 -4
  572. pulumi_oci/core/get_subnet.py +33 -4
  573. pulumi_oci/core/get_subnets.py +21 -4
  574. pulumi_oci/core/get_tunnel_security_associations.py +17 -4
  575. pulumi_oci/core/get_vcn.py +46 -5
  576. pulumi_oci/core/get_vcns.py +19 -4
  577. pulumi_oci/core/get_virtual_circuit.py +40 -4
  578. pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +15 -4
  579. pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +15 -4
  580. pulumi_oci/core/get_virtual_circuit_public_prefixes.py +17 -4
  581. pulumi_oci/core/get_virtual_circuits.py +19 -4
  582. pulumi_oci/core/get_virtual_networks.py +19 -4
  583. pulumi_oci/core/get_vlan.py +24 -4
  584. pulumi_oci/core/get_vlans.py +21 -4
  585. pulumi_oci/core/get_vnic.py +44 -5
  586. pulumi_oci/core/get_vnic_attachments.py +21 -4
  587. pulumi_oci/core/get_volume.py +35 -4
  588. pulumi_oci/core/get_volume_attachments.py +21 -4
  589. pulumi_oci/core/get_volume_backup_policies.py +15 -4
  590. pulumi_oci/core/get_volume_backup_policy_assignments.py +15 -4
  591. pulumi_oci/core/get_volume_backups.py +23 -4
  592. pulumi_oci/core/get_volume_group_backups.py +19 -4
  593. pulumi_oci/core/get_volume_group_replica.py +23 -4
  594. pulumi_oci/core/get_volume_group_replicas.py +21 -4
  595. pulumi_oci/core/get_volume_groups.py +21 -4
  596. pulumi_oci/core/get_volumes.py +25 -4
  597. pulumi_oci/core/get_vtap.py +33 -4
  598. pulumi_oci/core/get_vtaps.py +29 -4
  599. pulumi_oci/core/image.py +5 -0
  600. pulumi_oci/core/instance.py +92 -0
  601. pulumi_oci/core/instance_configuration.py +17 -0
  602. pulumi_oci/core/instance_console_connection.py +5 -0
  603. pulumi_oci/core/instance_maintenance_event.py +5 -0
  604. pulumi_oci/core/instance_pool.py +5 -0
  605. pulumi_oci/core/instance_pool_instance.py +5 -0
  606. pulumi_oci/core/internet_gateway.py +5 -0
  607. pulumi_oci/core/ipsec.py +188 -23
  608. pulumi_oci/core/ipsec_connection_tunnel_management.py +5 -0
  609. pulumi_oci/core/ipv6.py +5 -0
  610. pulumi_oci/core/listing_resource_version_agreement.py +5 -0
  611. pulumi_oci/core/local_peering_gateway.py +5 -0
  612. pulumi_oci/core/nat_gateway.py +5 -0
  613. pulumi_oci/core/network_security_group.py +5 -0
  614. pulumi_oci/core/network_security_group_security_rule.py +7 -2
  615. pulumi_oci/core/outputs.py +714 -107
  616. pulumi_oci/core/private_ip.py +5 -0
  617. pulumi_oci/core/public_ip.py +5 -0
  618. pulumi_oci/core/public_ip_pool.py +5 -0
  619. pulumi_oci/core/public_ip_pool_capacity.py +5 -0
  620. pulumi_oci/core/remote_peering_connection.py +5 -0
  621. pulumi_oci/core/route_table.py +5 -0
  622. pulumi_oci/core/route_table_attachment.py +5 -0
  623. pulumi_oci/core/security_list.py +5 -0
  624. pulumi_oci/core/service_gateway.py +18 -7
  625. pulumi_oci/core/shape_management.py +5 -0
  626. pulumi_oci/core/subnet.py +5 -0
  627. pulumi_oci/core/vcn.py +70 -23
  628. pulumi_oci/core/virtual_circuit.py +5 -0
  629. pulumi_oci/core/virtual_network.py +40 -1
  630. pulumi_oci/core/vlan.py +5 -0
  631. pulumi_oci/core/vnic_attachment.py +7 -0
  632. pulumi_oci/core/volume.py +5 -0
  633. pulumi_oci/core/volume_attachment.py +5 -0
  634. pulumi_oci/core/volume_backup.py +5 -0
  635. pulumi_oci/core/volume_backup_policy.py +5 -0
  636. pulumi_oci/core/volume_backup_policy_assignment.py +5 -0
  637. pulumi_oci/core/volume_group.py +5 -0
  638. pulumi_oci/core/volume_group_backup.py +5 -0
  639. pulumi_oci/core/vtap.py +5 -0
  640. pulumi_oci/database/_inputs.py +5192 -45
  641. pulumi_oci/database/application_vip.py +5 -0
  642. pulumi_oci/database/autonomous_container_database.py +5 -0
  643. pulumi_oci/database/autonomous_container_database_dataguard_association.py +5 -0
  644. pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +5 -0
  645. pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +5 -0
  646. pulumi_oci/database/autonomous_database.py +53 -28
  647. pulumi_oci/database/autonomous_database_backup.py +17 -12
  648. pulumi_oci/database/autonomous_database_instance_wallet_management.py +5 -0
  649. pulumi_oci/database/autonomous_database_regional_wallet_management.py +5 -0
  650. pulumi_oci/database/autonomous_database_saas_admin_user.py +5 -0
  651. pulumi_oci/database/autonomous_database_software_image.py +5 -0
  652. pulumi_oci/database/autonomous_database_wallet.py +5 -0
  653. pulumi_oci/database/autonomous_exadata_infrastructure.py +7 -0
  654. pulumi_oci/database/autonomous_vm_cluster.py +7 -0
  655. pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +5 -0
  656. pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +5 -0
  657. pulumi_oci/database/backup.py +17 -12
  658. pulumi_oci/database/backup_cancel_management.py +5 -0
  659. pulumi_oci/database/backup_destination.py +5 -0
  660. pulumi_oci/database/cloud_autonomous_vm_cluster.py +7 -0
  661. pulumi_oci/database/cloud_database_management.py +5 -0
  662. pulumi_oci/database/cloud_exadata_infrastructure.py +7 -0
  663. pulumi_oci/database/cloud_vm_cluster.py +76 -0
  664. pulumi_oci/database/cloud_vm_cluster_iorm_config.py +5 -0
  665. pulumi_oci/database/data_guard_association.py +5 -0
  666. pulumi_oci/database/database.py +20 -15
  667. pulumi_oci/database/database_software_image.py +5 -0
  668. pulumi_oci/database/database_upgrade.py +17 -12
  669. pulumi_oci/database/db_home.py +5 -0
  670. pulumi_oci/database/db_node.py +5 -0
  671. pulumi_oci/database/db_node_console_connection.py +5 -0
  672. pulumi_oci/database/db_node_console_history.py +5 -0
  673. pulumi_oci/database/db_system.py +14 -9
  674. pulumi_oci/database/db_systems_upgrade.py +5 -0
  675. pulumi_oci/database/exadata_infrastructure.py +7 -0
  676. pulumi_oci/database/exadata_infrastructure_compute.py +5 -0
  677. pulumi_oci/database/exadata_infrastructure_storage.py +5 -0
  678. pulumi_oci/database/exadata_iorm_config.py +5 -0
  679. pulumi_oci/database/exadb_vm_cluster.py +5 -0
  680. pulumi_oci/database/exascale_db_storage_vault.py +5 -0
  681. pulumi_oci/database/external_container_database.py +5 -0
  682. pulumi_oci/database/external_container_database_management.py +5 -0
  683. pulumi_oci/database/external_container_databases_stack_monitoring.py +5 -0
  684. pulumi_oci/database/external_database_connector.py +5 -0
  685. pulumi_oci/database/external_non_container_database.py +5 -0
  686. pulumi_oci/database/external_non_container_database_management.py +5 -0
  687. pulumi_oci/database/external_non_container_database_operations_insights_management.py +5 -0
  688. pulumi_oci/database/external_non_container_databases_stack_monitoring.py +5 -0
  689. pulumi_oci/database/external_pluggable_database.py +5 -0
  690. pulumi_oci/database/external_pluggable_database_management.py +5 -0
  691. pulumi_oci/database/external_pluggable_database_operations_insights_management.py +5 -0
  692. pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +5 -0
  693. pulumi_oci/database/get_application_vip.py +23 -4
  694. pulumi_oci/database/get_application_vips.py +19 -4
  695. pulumi_oci/database/get_autonomous_character_sets.py +19 -4
  696. pulumi_oci/database/get_autonomous_container_database.py +74 -5
  697. pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +37 -4
  698. pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +15 -4
  699. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +23 -4
  700. pulumi_oci/database/get_autonomous_container_database_versions.py +17 -4
  701. pulumi_oci/database/get_autonomous_container_databases.py +31 -4
  702. pulumi_oci/database/get_autonomous_container_patches.py +19 -4
  703. pulumi_oci/database/get_autonomous_database.py +166 -8
  704. pulumi_oci/database/get_autonomous_database_backup.py +37 -7
  705. pulumi_oci/database/get_autonomous_database_backups.py +23 -4
  706. pulumi_oci/database/get_autonomous_database_dataguard_association.py +25 -4
  707. pulumi_oci/database/get_autonomous_database_dataguard_associations.py +15 -4
  708. pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +16 -4
  709. pulumi_oci/database/get_autonomous_database_peers.py +15 -4
  710. pulumi_oci/database/get_autonomous_database_refreshable_clones.py +15 -4
  711. pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +14 -4
  712. pulumi_oci/database/get_autonomous_database_software_image.py +24 -4
  713. pulumi_oci/database/get_autonomous_database_software_images.py +21 -4
  714. pulumi_oci/database/get_autonomous_database_wallet.py +19 -4
  715. pulumi_oci/database/get_autonomous_databases.py +125 -9
  716. pulumi_oci/database/get_autonomous_databases_clones.py +23 -4
  717. pulumi_oci/database/get_autonomous_db_preview_versions.py +15 -4
  718. pulumi_oci/database/get_autonomous_db_versions.py +17 -4
  719. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +33 -4
  720. pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +15 -4
  721. pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +17 -4
  722. pulumi_oci/database/get_autonomous_exadata_infrastructures.py +21 -4
  723. pulumi_oci/database/get_autonomous_patch.py +22 -4
  724. pulumi_oci/database/get_autonomous_virtual_machine.py +24 -4
  725. pulumi_oci/database/get_autonomous_virtual_machines.py +19 -4
  726. pulumi_oci/database/get_autonomous_vm_cluster.py +62 -4
  727. pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +17 -4
  728. pulumi_oci/database/get_autonomous_vm_cluster_resource_usage.py +32 -4
  729. pulumi_oci/database/get_autonomous_vm_clusters.py +21 -4
  730. pulumi_oci/database/get_backup_destination.py +28 -4
  731. pulumi_oci/database/get_backup_destinations.py +17 -4
  732. pulumi_oci/database/get_backups.py +19 -4
  733. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +67 -4
  734. pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +17 -4
  735. pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +31 -4
  736. pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +23 -4
  737. pulumi_oci/database/get_cloud_exadata_infrastructure.py +47 -4
  738. pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +20 -4
  739. pulumi_oci/database/get_cloud_exadata_infrastructures.py +21 -4
  740. pulumi_oci/database/get_cloud_vm_cluster.py +77 -5
  741. pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +16 -4
  742. pulumi_oci/database/get_cloud_vm_clusters.py +21 -4
  743. pulumi_oci/database/get_data_guard_association.py +56 -4
  744. pulumi_oci/database/get_data_guard_associations.py +15 -4
  745. pulumi_oci/database/get_database.py +50 -7
  746. pulumi_oci/database/get_database_maintenance_run_histories.py +25 -4
  747. pulumi_oci/database/get_database_maintenance_run_history.py +14 -4
  748. pulumi_oci/database/get_database_pdb_conversion_history_entries.py +19 -4
  749. pulumi_oci/database/get_database_pdb_conversion_history_entry.py +24 -4
  750. pulumi_oci/database/get_database_software_image.py +29 -4
  751. pulumi_oci/database/get_database_software_images.py +25 -4
  752. pulumi_oci/database/get_database_upgrade_history_entries.py +19 -4
  753. pulumi_oci/database/get_database_upgrade_history_entry.py +25 -4
  754. pulumi_oci/database/get_databases.py +23 -4
  755. pulumi_oci/database/get_db_home.py +32 -4
  756. pulumi_oci/database/get_db_home_patch_history_entries.py +15 -4
  757. pulumi_oci/database/get_db_home_patches.py +15 -4
  758. pulumi_oci/database/get_db_homes.py +27 -4
  759. pulumi_oci/database/get_db_node.py +36 -4
  760. pulumi_oci/database/get_db_node_console_connection.py +22 -4
  761. pulumi_oci/database/get_db_node_console_connections.py +15 -4
  762. pulumi_oci/database/get_db_node_console_histories.py +19 -4
  763. pulumi_oci/database/get_db_node_console_history.py +21 -4
  764. pulumi_oci/database/get_db_node_console_history_content.py +14 -4
  765. pulumi_oci/database/get_db_nodes.py +23 -4
  766. pulumi_oci/database/get_db_server.py +33 -4
  767. pulumi_oci/database/get_db_servers.py +21 -4
  768. pulumi_oci/database/get_db_system_compute_performances.py +15 -4
  769. pulumi_oci/database/get_db_system_history_entries.py +15 -4
  770. pulumi_oci/database/get_db_system_patches.py +15 -4
  771. pulumi_oci/database/get_db_system_shapes.py +17 -4
  772. pulumi_oci/database/get_db_system_storage_performances.py +17 -4
  773. pulumi_oci/database/get_db_systems.py +23 -4
  774. pulumi_oci/database/get_db_systems_upgrade_history_entries.py +19 -4
  775. pulumi_oci/database/get_db_systems_upgrade_history_entry.py +24 -4
  776. pulumi_oci/database/get_db_versions.py +25 -4
  777. pulumi_oci/database/get_exadata_infrastructure.py +60 -4
  778. pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +15 -4
  779. pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +20 -4
  780. pulumi_oci/database/get_exadata_infrastructures.py +19 -4
  781. pulumi_oci/database/get_exadata_iorm_config.py +16 -4
  782. pulumi_oci/database/get_exadb_vm_cluster.py +51 -4
  783. pulumi_oci/database/get_exadb_vm_cluster_update.py +22 -4
  784. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +17 -4
  785. pulumi_oci/database/get_exadb_vm_cluster_update_history_entry.py +22 -4
  786. pulumi_oci/database/get_exadb_vm_cluster_updates.py +19 -4
  787. pulumi_oci/database/get_exadb_vm_clusters.py +21 -4
  788. pulumi_oci/database/get_exascale_db_storage_vault.py +27 -4
  789. pulumi_oci/database/get_exascale_db_storage_vaults.py +19 -4
  790. pulumi_oci/database/get_external_container_database.py +30 -4
  791. pulumi_oci/database/get_external_container_databases.py +19 -4
  792. pulumi_oci/database/get_external_database_connector.py +26 -4
  793. pulumi_oci/database/get_external_database_connectors.py +21 -4
  794. pulumi_oci/database/get_external_non_container_database.py +31 -4
  795. pulumi_oci/database/get_external_non_container_databases.py +19 -4
  796. pulumi_oci/database/get_external_pluggable_database.py +33 -4
  797. pulumi_oci/database/get_external_pluggable_databases.py +21 -4
  798. pulumi_oci/database/get_flex_components.py +17 -4
  799. pulumi_oci/database/get_gi_version_minor_versions.py +25 -4
  800. pulumi_oci/database/get_gi_versions.py +19 -4
  801. pulumi_oci/database/get_infrastructure_target_version.py +18 -4
  802. pulumi_oci/database/get_key_store.py +22 -4
  803. pulumi_oci/database/get_key_stores.py +15 -4
  804. pulumi_oci/database/get_maintenance_run.py +42 -4
  805. pulumi_oci/database/get_maintenance_runs.py +27 -4
  806. pulumi_oci/database/get_managed_preferred_credential.py +22 -4
  807. pulumi_oci/database/get_managed_preferred_credentials.py +15 -4
  808. pulumi_oci/database/get_oneoff_patch.py +27 -4
  809. pulumi_oci/database/get_oneoff_patches.py +19 -4
  810. pulumi_oci/database/get_pluggable_database.py +47 -5
  811. pulumi_oci/database/get_pluggable_databases.py +21 -4
  812. pulumi_oci/database/get_system_versions.py +19 -4
  813. pulumi_oci/database/get_vm_cluster.py +57 -5
  814. pulumi_oci/database/get_vm_cluster_network.py +29 -4
  815. pulumi_oci/database/get_vm_cluster_network_download_config_file.py +17 -4
  816. pulumi_oci/database/get_vm_cluster_networks.py +21 -4
  817. pulumi_oci/database/get_vm_cluster_patch.py +21 -4
  818. pulumi_oci/database/get_vm_cluster_patch_history_entries.py +15 -4
  819. pulumi_oci/database/get_vm_cluster_patch_history_entry.py +20 -4
  820. pulumi_oci/database/get_vm_cluster_patches.py +15 -4
  821. pulumi_oci/database/get_vm_cluster_recommended_network.py +37 -4
  822. pulumi_oci/database/get_vm_cluster_update.py +22 -4
  823. pulumi_oci/database/get_vm_cluster_update_history_entries.py +19 -4
  824. pulumi_oci/database/get_vm_cluster_update_history_entry.py +21 -4
  825. pulumi_oci/database/get_vm_cluster_updates.py +19 -4
  826. pulumi_oci/database/get_vm_clusters.py +21 -4
  827. pulumi_oci/database/key_store.py +5 -0
  828. pulumi_oci/database/maintenance_run.py +5 -0
  829. pulumi_oci/database/oneoff_patch.py +5 -0
  830. pulumi_oci/database/outputs.py +1436 -74
  831. pulumi_oci/database/pluggable_database.py +39 -0
  832. pulumi_oci/database/pluggable_database_managements_management.py +5 -0
  833. pulumi_oci/database/pluggable_databases_local_clone.py +5 -0
  834. pulumi_oci/database/pluggable_databases_remote_clone.py +5 -0
  835. pulumi_oci/database/vm_cluster.py +76 -0
  836. pulumi_oci/database/vm_cluster_add_virtual_network.py +33 -0
  837. pulumi_oci/database/vm_cluster_network.py +5 -0
  838. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +33 -0
  839. pulumi_oci/databasemanagement/_inputs.py +2985 -55
  840. pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +5 -0
  841. pulumi_oci/databasemanagement/database_dbm_features_management.py +5 -0
  842. pulumi_oci/databasemanagement/db_management_private_endpoint.py +5 -0
  843. pulumi_oci/databasemanagement/external_asm.py +5 -0
  844. pulumi_oci/databasemanagement/external_asm_instance.py +5 -0
  845. pulumi_oci/databasemanagement/external_cluster.py +5 -0
  846. pulumi_oci/databasemanagement/external_cluster_instance.py +5 -0
  847. pulumi_oci/databasemanagement/external_db_home.py +5 -0
  848. pulumi_oci/databasemanagement/external_db_node.py +5 -0
  849. pulumi_oci/databasemanagement/external_db_system.py +5 -0
  850. pulumi_oci/databasemanagement/external_db_system_connector.py +5 -0
  851. pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +5 -0
  852. pulumi_oci/databasemanagement/external_db_system_discovery.py +5 -0
  853. pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +5 -0
  854. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +5 -0
  855. pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +5 -0
  856. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +5 -0
  857. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +5 -0
  858. pulumi_oci/databasemanagement/external_exadata_storage_server.py +5 -0
  859. pulumi_oci/databasemanagement/external_listener.py +5 -0
  860. pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +5 -0
  861. pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +5 -0
  862. pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +5 -0
  863. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +26 -4
  864. pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +15 -4
  865. pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +17 -4
  866. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +25 -4
  867. pulumi_oci/databasemanagement/get_external_asm.py +30 -4
  868. pulumi_oci/databasemanagement/get_external_asm_configuration.py +15 -4
  869. pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +17 -4
  870. pulumi_oci/databasemanagement/get_external_asm_instance.py +27 -4
  871. pulumi_oci/databasemanagement/get_external_asm_instances.py +19 -4
  872. pulumi_oci/databasemanagement/get_external_asm_users.py +17 -4
  873. pulumi_oci/databasemanagement/get_external_asms.py +19 -4
  874. pulumi_oci/databasemanagement/get_external_cluster.py +32 -4
  875. pulumi_oci/databasemanagement/get_external_cluster_instance.py +30 -4
  876. pulumi_oci/databasemanagement/get_external_cluster_instances.py +19 -4
  877. pulumi_oci/databasemanagement/get_external_clusters.py +19 -4
  878. pulumi_oci/databasemanagement/get_external_databases.py +21 -4
  879. pulumi_oci/databasemanagement/get_external_db_home.py +25 -4
  880. pulumi_oci/databasemanagement/get_external_db_homes.py +19 -4
  881. pulumi_oci/databasemanagement/get_external_db_node.py +29 -4
  882. pulumi_oci/databasemanagement/get_external_db_nodes.py +19 -4
  883. pulumi_oci/databasemanagement/get_external_db_system.py +27 -4
  884. pulumi_oci/databasemanagement/get_external_db_system_connector.py +28 -4
  885. pulumi_oci/databasemanagement/get_external_db_system_connectors.py +19 -4
  886. pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +17 -4
  887. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +26 -4
  888. pulumi_oci/databasemanagement/get_external_db_systems.py +17 -4
  889. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +33 -4
  890. pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +17 -4
  891. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +30 -4
  892. pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +19 -4
  893. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +28 -4
  894. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +36 -4
  895. pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +15 -4
  896. pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +13 -4
  897. pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +13 -4
  898. pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +19 -4
  899. pulumi_oci/databasemanagement/get_external_listener.py +39 -4
  900. pulumi_oci/databasemanagement/get_external_listener_services.py +19 -4
  901. pulumi_oci/databasemanagement/get_external_listeners.py +19 -4
  902. pulumi_oci/databasemanagement/get_job_executions_status.py +24 -4
  903. pulumi_oci/databasemanagement/get_job_executions_statuses.py +26 -4
  904. pulumi_oci/databasemanagement/get_managed_database.py +34 -4
  905. pulumi_oci/databasemanagement/get_managed_database_addm_task.py +17 -4
  906. pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +19 -4
  907. pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +27 -4
  908. pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +29 -4
  909. pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +27 -4
  910. pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +29 -4
  911. pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +21 -4
  912. pulumi_oci/databasemanagement/get_managed_database_group.py +22 -4
  913. pulumi_oci/databasemanagement/get_managed_database_groups.py +20 -4
  914. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +24 -4
  915. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +17 -4
  916. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +19 -4
  917. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +25 -4
  918. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +28 -4
  919. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +25 -4
  920. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +31 -4
  921. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +24 -4
  922. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +19 -4
  923. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +41 -4
  924. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +21 -4
  925. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +25 -4
  926. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +22 -4
  927. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +27 -4
  928. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +31 -4
  929. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +19 -4
  930. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +23 -4
  931. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +21 -4
  932. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +30 -4
  933. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +17 -4
  934. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +21 -4
  935. pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +15 -4
  936. pulumi_oci/databasemanagement/get_managed_database_user.py +40 -4
  937. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +17 -4
  938. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +21 -4
  939. pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +17 -4
  940. pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +21 -4
  941. pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +17 -4
  942. pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +21 -4
  943. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +17 -4
  944. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +21 -4
  945. pulumi_oci/databasemanagement/get_managed_database_user_role.py +17 -4
  946. pulumi_oci/databasemanagement/get_managed_database_user_roles.py +21 -4
  947. pulumi_oci/databasemanagement/get_managed_database_users.py +19 -4
  948. pulumi_oci/databasemanagement/get_managed_databases.py +24 -4
  949. pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +17 -4
  950. pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +15 -4
  951. pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +23 -4
  952. pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +23 -4
  953. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +17 -4
  954. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +21 -4
  955. pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +17 -4
  956. pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +21 -4
  957. pulumi_oci/databasemanagement/get_managed_my_sql_database.py +25 -4
  958. pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +15 -4
  959. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +21 -4
  960. pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +15 -4
  961. pulumi_oci/databasemanagement/get_named_credential.py +26 -4
  962. pulumi_oci/databasemanagement/get_named_credentials.py +23 -4
  963. pulumi_oci/databasemanagement/managed_database.py +5 -0
  964. pulumi_oci/databasemanagement/managed_database_group.py +5 -0
  965. pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +5 -0
  966. pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +5 -0
  967. pulumi_oci/databasemanagement/named_credential.py +5 -0
  968. pulumi_oci/databasemanagement/outputs.py +5 -0
  969. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +5 -0
  970. pulumi_oci/databasemigration/_inputs.py +687 -0
  971. pulumi_oci/databasemigration/connection.py +5 -0
  972. pulumi_oci/databasemigration/get_connection.py +53 -4
  973. pulumi_oci/databasemigration/get_connections.py +25 -4
  974. pulumi_oci/databasemigration/get_job_advisor_report.py +18 -4
  975. pulumi_oci/databasemigration/get_job_output.py +13 -4
  976. pulumi_oci/databasemigration/get_migration.py +39 -4
  977. pulumi_oci/databasemigration/get_migration_object_types.py +15 -4
  978. pulumi_oci/databasemigration/get_migrations.py +39 -4
  979. pulumi_oci/databasemigration/job.py +5 -0
  980. pulumi_oci/databasemigration/migration.py +5 -0
  981. pulumi_oci/databasemigration/outputs.py +5 -0
  982. pulumi_oci/databasetools/_inputs.py +215 -0
  983. pulumi_oci/databasetools/database_tools_connection.py +5 -0
  984. pulumi_oci/databasetools/database_tools_private_endpoint.py +5 -0
  985. pulumi_oci/databasetools/get_database_tools_connection.py +33 -4
  986. pulumi_oci/databasetools/get_database_tools_connections.py +25 -4
  987. pulumi_oci/databasetools/get_database_tools_endpoint_service.py +23 -4
  988. pulumi_oci/databasetools/get_database_tools_endpoint_services.py +21 -4
  989. pulumi_oci/databasetools/get_database_tools_private_endpoint.py +32 -4
  990. pulumi_oci/databasetools/get_database_tools_private_endpoints.py +23 -4
  991. pulumi_oci/databasetools/outputs.py +5 -0
  992. pulumi_oci/datacatalog/_inputs.py +130 -0
  993. pulumi_oci/datacatalog/catalog.py +5 -0
  994. pulumi_oci/datacatalog/catalog_private_endpoint.py +5 -0
  995. pulumi_oci/datacatalog/connection.py +5 -0
  996. pulumi_oci/datacatalog/data_asset.py +5 -0
  997. pulumi_oci/datacatalog/get_catalog.py +26 -4
  998. pulumi_oci/datacatalog/get_catalog_private_endpoint.py +25 -4
  999. pulumi_oci/datacatalog/get_catalog_private_endpoints.py +19 -4
  1000. pulumi_oci/datacatalog/get_catalog_type.py +27 -4
  1001. pulumi_oci/datacatalog/get_catalog_types.py +31 -4
  1002. pulumi_oci/datacatalog/get_catalogs.py +19 -4
  1003. pulumi_oci/datacatalog/get_connection.py +33 -4
  1004. pulumi_oci/datacatalog/get_connections.py +39 -4
  1005. pulumi_oci/datacatalog/get_data_asset.py +30 -4
  1006. pulumi_oci/datacatalog/get_data_assets.py +29 -4
  1007. pulumi_oci/datacatalog/get_metastore.py +24 -4
  1008. pulumi_oci/datacatalog/get_metastores.py +19 -4
  1009. pulumi_oci/datacatalog/metastore.py +5 -0
  1010. pulumi_oci/datacatalog/outputs.py +5 -0
  1011. pulumi_oci/dataflow/_inputs.py +420 -0
  1012. pulumi_oci/dataflow/application.py +5 -0
  1013. pulumi_oci/dataflow/get_application.py +45 -4
  1014. pulumi_oci/dataflow/get_applications.py +23 -4
  1015. pulumi_oci/dataflow/get_invoke_run.py +57 -4
  1016. pulumi_oci/dataflow/get_invoke_runs.py +29 -4
  1017. pulumi_oci/dataflow/get_pool.py +27 -4
  1018. pulumi_oci/dataflow/get_pools.py +23 -4
  1019. pulumi_oci/dataflow/get_private_endpoint.py +28 -4
  1020. pulumi_oci/dataflow/get_private_endpoints.py +23 -4
  1021. pulumi_oci/dataflow/get_run_log.py +18 -4
  1022. pulumi_oci/dataflow/get_run_logs.py +15 -4
  1023. pulumi_oci/dataflow/get_run_statement.py +20 -4
  1024. pulumi_oci/dataflow/get_run_statements.py +17 -4
  1025. pulumi_oci/dataflow/get_sql_endpoint.py +36 -4
  1026. pulumi_oci/dataflow/get_sql_endpoints.py +21 -4
  1027. pulumi_oci/dataflow/invoke_run.py +5 -0
  1028. pulumi_oci/dataflow/outputs.py +5 -0
  1029. pulumi_oci/dataflow/pool.py +5 -0
  1030. pulumi_oci/dataflow/private_endpoint.py +5 -0
  1031. pulumi_oci/dataflow/run_statement.py +5 -0
  1032. pulumi_oci/dataflow/sql_endpoint.py +5 -0
  1033. pulumi_oci/dataintegration/_inputs.py +3126 -70
  1034. pulumi_oci/dataintegration/get_workspace.py +34 -4
  1035. pulumi_oci/dataintegration/get_workspace_application.py +38 -4
  1036. pulumi_oci/dataintegration/get_workspace_application_patch.py +36 -4
  1037. pulumi_oci/dataintegration/get_workspace_application_patches.py +23 -4
  1038. pulumi_oci/dataintegration/get_workspace_application_schedule.py +30 -4
  1039. pulumi_oci/dataintegration/get_workspace_application_schedules.py +25 -4
  1040. pulumi_oci/dataintegration/get_workspace_application_task_schedule.py +43 -4
  1041. pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +27 -4
  1042. pulumi_oci/dataintegration/get_workspace_applications.py +23 -4
  1043. pulumi_oci/dataintegration/get_workspace_export_request.py +32 -4
  1044. pulumi_oci/dataintegration/get_workspace_export_requests.py +25 -4
  1045. pulumi_oci/dataintegration/get_workspace_folder.py +27 -4
  1046. pulumi_oci/dataintegration/get_workspace_folders.py +25 -4
  1047. pulumi_oci/dataintegration/get_workspace_import_request.py +30 -4
  1048. pulumi_oci/dataintegration/get_workspace_import_requests.py +25 -4
  1049. pulumi_oci/dataintegration/get_workspace_project.py +26 -4
  1050. pulumi_oci/dataintegration/get_workspace_projects.py +23 -4
  1051. pulumi_oci/dataintegration/get_workspace_task.py +41 -4
  1052. pulumi_oci/dataintegration/get_workspace_tasks.py +27 -4
  1053. pulumi_oci/dataintegration/get_workspaces.py +19 -4
  1054. pulumi_oci/dataintegration/outputs.py +5 -0
  1055. pulumi_oci/dataintegration/workspace.py +5 -0
  1056. pulumi_oci/dataintegration/workspace_application.py +5 -0
  1057. pulumi_oci/dataintegration/workspace_application_patch.py +5 -0
  1058. pulumi_oci/dataintegration/workspace_application_schedule.py +5 -0
  1059. pulumi_oci/dataintegration/workspace_application_task_schedule.py +5 -0
  1060. pulumi_oci/dataintegration/workspace_export_request.py +5 -0
  1061. pulumi_oci/dataintegration/workspace_folder.py +5 -0
  1062. pulumi_oci/dataintegration/workspace_import_request.py +5 -0
  1063. pulumi_oci/dataintegration/workspace_project.py +5 -0
  1064. pulumi_oci/dataintegration/workspace_task.py +5 -0
  1065. pulumi_oci/datalabellingservice/_inputs.py +174 -0
  1066. pulumi_oci/datalabellingservice/dataset.py +5 -0
  1067. pulumi_oci/datalabellingservice/get_annotation_format.py +13 -4
  1068. pulumi_oci/datalabellingservice/get_annotation_formats.py +15 -4
  1069. pulumi_oci/datalabellingservice/get_dataset.py +30 -4
  1070. pulumi_oci/datalabellingservice/get_datasets.py +22 -4
  1071. pulumi_oci/datalabellingservice/outputs.py +5 -0
  1072. pulumi_oci/datasafe/__init__.py +12 -0
  1073. pulumi_oci/datasafe/_inputs.py +2641 -137
  1074. pulumi_oci/datasafe/add_sdm_columns.py +5 -0
  1075. pulumi_oci/datasafe/alert.py +5 -0
  1076. pulumi_oci/datasafe/alert_policy.py +5 -0
  1077. pulumi_oci/datasafe/alert_policy_rule.py +5 -0
  1078. pulumi_oci/datasafe/audit_archive_retrieval.py +5 -0
  1079. pulumi_oci/datasafe/audit_policy.py +5 -0
  1080. pulumi_oci/datasafe/audit_policy_management.py +5 -0
  1081. pulumi_oci/datasafe/audit_profile.py +5 -0
  1082. pulumi_oci/datasafe/audit_profile_management.py +5 -0
  1083. pulumi_oci/datasafe/audit_trail.py +5 -0
  1084. pulumi_oci/datasafe/audit_trail_management.py +5 -0
  1085. pulumi_oci/datasafe/calculate_audit_volume_available.py +5 -0
  1086. pulumi_oci/datasafe/calculate_audit_volume_collected.py +5 -0
  1087. pulumi_oci/datasafe/compare_security_assessment.py +5 -0
  1088. pulumi_oci/datasafe/compare_user_assessment.py +5 -0
  1089. pulumi_oci/datasafe/data_safe_configuration.py +5 -0
  1090. pulumi_oci/datasafe/data_safe_private_endpoint.py +5 -0
  1091. pulumi_oci/datasafe/database_security_config.py +5 -0
  1092. pulumi_oci/datasafe/database_security_config_management.py +5 -0
  1093. pulumi_oci/datasafe/discovery_jobs_result.py +5 -0
  1094. pulumi_oci/datasafe/discovery_mod.py +5 -0
  1095. pulumi_oci/datasafe/get_alert.py +35 -4
  1096. pulumi_oci/datasafe/get_alert_analytic.py +29 -4
  1097. pulumi_oci/datasafe/get_alert_policies.py +33 -4
  1098. pulumi_oci/datasafe/get_alert_policy.py +26 -4
  1099. pulumi_oci/datasafe/get_alert_policy_rule.py +20 -4
  1100. pulumi_oci/datasafe/get_alert_policy_rules.py +15 -4
  1101. pulumi_oci/datasafe/get_alerts.py +24 -4
  1102. pulumi_oci/datasafe/get_audit_archive_retrieval.py +28 -4
  1103. pulumi_oci/datasafe/get_audit_archive_retrievals.py +29 -4
  1104. pulumi_oci/datasafe/get_audit_event.py +19 -4
  1105. pulumi_oci/datasafe/get_audit_event_analytic.py +29 -4
  1106. pulumi_oci/datasafe/get_audit_events.py +21 -4
  1107. pulumi_oci/datasafe/get_audit_policies.py +27 -4
  1108. pulumi_oci/datasafe/get_audit_policy.py +30 -4
  1109. pulumi_oci/datasafe/get_audit_profile.py +30 -4
  1110. pulumi_oci/datasafe/get_audit_profile_analytic.py +19 -4
  1111. pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +21 -4
  1112. pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +23 -4
  1113. pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +19 -4
  1114. pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +21 -4
  1115. pulumi_oci/datasafe/get_audit_profiles.py +33 -4
  1116. pulumi_oci/datasafe/get_audit_trail.py +36 -4
  1117. pulumi_oci/datasafe/get_audit_trail_analytic.py +21 -4
  1118. pulumi_oci/datasafe/get_audit_trails.py +29 -4
  1119. pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +11 -4
  1120. pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +17 -4
  1121. pulumi_oci/datasafe/get_data_safe_configuration.py +20 -4
  1122. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +26 -4
  1123. pulumi_oci/datasafe/get_data_safe_private_endpoints.py +25 -4
  1124. pulumi_oci/datasafe/get_discovery_analytic.py +21 -4
  1125. pulumi_oci/datasafe/get_discovery_analytics.py +27 -4
  1126. pulumi_oci/datasafe/get_discovery_job.py +36 -4
  1127. pulumi_oci/datasafe/get_discovery_jobs_result.py +33 -4
  1128. pulumi_oci/datasafe/get_discovery_jobs_results.py +27 -4
  1129. pulumi_oci/datasafe/get_library_masking_format.py +23 -4
  1130. pulumi_oci/datasafe/get_library_masking_formats.py +31 -4
  1131. pulumi_oci/datasafe/get_list_user_grants.py +31 -4
  1132. pulumi_oci/datasafe/get_masking_analytic.py +21 -4
  1133. pulumi_oci/datasafe/get_masking_analytics.py +23 -4
  1134. pulumi_oci/datasafe/get_masking_policies.py +33 -4
  1135. pulumi_oci/datasafe/get_masking_policies_masking_column.py +29 -4
  1136. pulumi_oci/datasafe/get_masking_policies_masking_columns.py +43 -4
  1137. pulumi_oci/datasafe/get_masking_policy.py +30 -4
  1138. pulumi_oci/datasafe/get_masking_policy_health_report.py +22 -4
  1139. pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +17 -4
  1140. pulumi_oci/datasafe/get_masking_policy_health_reports.py +29 -4
  1141. pulumi_oci/datasafe/get_masking_policy_masking_objects.py +21 -4
  1142. pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +17 -4
  1143. pulumi_oci/datasafe/get_masking_report.py +30 -4
  1144. pulumi_oci/datasafe/get_masking_report_masked_columns.py +27 -4
  1145. pulumi_oci/datasafe/get_masking_reports.py +23 -4
  1146. pulumi_oci/datasafe/get_masking_reports_masked_column.py +25 -4
  1147. pulumi_oci/datasafe/get_onprem_connector.py +23 -4
  1148. pulumi_oci/datasafe/get_onprem_connectors.py +25 -4
  1149. pulumi_oci/datasafe/get_report.py +24 -4
  1150. pulumi_oci/datasafe/get_report_content.py +12 -4
  1151. pulumi_oci/datasafe/get_report_definition.py +39 -4
  1152. pulumi_oci/datasafe/get_report_definitions.py +29 -4
  1153. pulumi_oci/datasafe/get_reports.py +54 -5
  1154. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +23 -4
  1155. pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +25 -4
  1156. pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +27 -4
  1157. pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +27 -4
  1158. pulumi_oci/datasafe/get_security_assessment.py +38 -4
  1159. pulumi_oci/datasafe/get_security_assessment_comparison.py +18 -4
  1160. pulumi_oci/datasafe/get_security_assessment_finding.py +31 -4
  1161. pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +29 -4
  1162. pulumi_oci/datasafe/get_security_assessment_findings.py +31 -4
  1163. pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +33 -4
  1164. pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +21 -4
  1165. pulumi_oci/datasafe/get_security_assessment_security_features.py +43 -4
  1166. pulumi_oci/datasafe/get_security_assessments.py +39 -4
  1167. pulumi_oci/datasafe/get_security_policies.py +25 -4
  1168. pulumi_oci/datasafe/get_security_policy.py +22 -4
  1169. pulumi_oci/datasafe/get_security_policy_deployment.py +24 -4
  1170. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_state.py +17 -4
  1171. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +19 -4
  1172. pulumi_oci/datasafe/get_security_policy_deployments.py +29 -4
  1173. pulumi_oci/datasafe/get_security_policy_report.py +23 -4
  1174. pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +17 -4
  1175. pulumi_oci/datasafe/get_security_policy_report_database_table_access_entry.py +36 -4
  1176. pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +19 -4
  1177. pulumi_oci/datasafe/get_security_policy_report_database_view_access_entry.py +34 -4
  1178. pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +19 -4
  1179. pulumi_oci/datasafe/get_security_policy_reports.py +27 -4
  1180. pulumi_oci/datasafe/get_sensitive_data_model.py +30 -4
  1181. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +21 -4
  1182. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +17 -4
  1183. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +17 -4
  1184. pulumi_oci/datasafe/get_sensitive_data_models.py +31 -4
  1185. pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +35 -4
  1186. pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +47 -4
  1187. pulumi_oci/datasafe/get_sensitive_type.py +31 -4
  1188. pulumi_oci/datasafe/get_sensitive_types.py +39 -4
  1189. pulumi_oci/datasafe/get_sql_collection.py +392 -0
  1190. pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
  1191. pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
  1192. pulumi_oci/datasafe/get_sql_collections.py +364 -0
  1193. pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
  1194. pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
  1195. pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
  1196. pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
  1197. pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
  1198. pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
  1199. pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
  1200. pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
  1201. pulumi_oci/datasafe/get_target_alert_policy_association.py +25 -4
  1202. pulumi_oci/datasafe/get_target_alert_policy_associations.py +31 -4
  1203. pulumi_oci/datasafe/get_target_database.py +29 -4
  1204. pulumi_oci/datasafe/get_target_database_peer_target_database.py +25 -4
  1205. pulumi_oci/datasafe/get_target_database_peer_target_databases.py +15 -4
  1206. pulumi_oci/datasafe/get_target_database_role.py +23 -4
  1207. pulumi_oci/datasafe/get_target_database_roles.py +23 -4
  1208. pulumi_oci/datasafe/get_target_databases.py +31 -4
  1209. pulumi_oci/datasafe/get_target_databases_columns.py +29 -4
  1210. pulumi_oci/datasafe/get_target_databases_schemas.py +21 -4
  1211. pulumi_oci/datasafe/get_target_databases_tables.py +23 -4
  1212. pulumi_oci/datasafe/get_user_assessment.py +36 -4
  1213. pulumi_oci/datasafe/get_user_assessment_comparison.py +17 -4
  1214. pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +25 -4
  1215. pulumi_oci/datasafe/get_user_assessment_profiles.py +49 -4
  1216. pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +15 -4
  1217. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +43 -4
  1218. pulumi_oci/datasafe/get_user_assessment_users.py +53 -4
  1219. pulumi_oci/datasafe/get_user_assessments.py +40 -4
  1220. pulumi_oci/datasafe/library_masing_format.py +5 -0
  1221. pulumi_oci/datasafe/mask_data.py +5 -0
  1222. pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +5 -0
  1223. pulumi_oci/datasafe/masking_policies_masking_column.py +5 -0
  1224. pulumi_oci/datasafe/masking_policy.py +5 -0
  1225. pulumi_oci/datasafe/masking_policy_health_report_management.py +5 -0
  1226. pulumi_oci/datasafe/masking_report_management.py +5 -0
  1227. pulumi_oci/datasafe/on_prem_connector.py +5 -0
  1228. pulumi_oci/datasafe/outputs.py +1813 -2
  1229. pulumi_oci/datasafe/report.py +5 -0
  1230. pulumi_oci/datasafe/report_definition.py +5 -0
  1231. pulumi_oci/datasafe/sdm_masking_policy_difference.py +5 -0
  1232. pulumi_oci/datasafe/security_assessment.py +5 -0
  1233. pulumi_oci/datasafe/security_policy.py +5 -0
  1234. pulumi_oci/datasafe/security_policy_deployment.py +5 -0
  1235. pulumi_oci/datasafe/security_policy_deployment_management.py +5 -0
  1236. pulumi_oci/datasafe/security_policy_management.py +5 -0
  1237. pulumi_oci/datasafe/sensitive_data_model.py +5 -0
  1238. pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +5 -0
  1239. pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +5 -0
  1240. pulumi_oci/datasafe/sensitive_type.py +5 -0
  1241. pulumi_oci/datasafe/set_security_assessment_baseline.py +5 -0
  1242. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +5 -0
  1243. pulumi_oci/datasafe/set_user_assessment_baseline.py +5 -0
  1244. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +5 -0
  1245. pulumi_oci/datasafe/sql_collection.py +5 -0
  1246. pulumi_oci/datasafe/sql_firewall_policy.py +5 -0
  1247. pulumi_oci/datasafe/sql_firewall_policy_management.py +5 -0
  1248. pulumi_oci/datasafe/target_alert_policy_association.py +5 -0
  1249. pulumi_oci/datasafe/target_database.py +5 -0
  1250. pulumi_oci/datasafe/target_database_peer_target_database.py +5 -0
  1251. pulumi_oci/datasafe/unset_security_assessment_baseline.py +5 -0
  1252. pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +5 -0
  1253. pulumi_oci/datasafe/unset_user_assessment_baseline.py +5 -0
  1254. pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +5 -0
  1255. pulumi_oci/datasafe/user_assessment.py +5 -0
  1256. pulumi_oci/datascience/_inputs.py +1414 -7
  1257. pulumi_oci/datascience/get_fast_launch_job_configs.py +15 -4
  1258. pulumi_oci/datascience/get_job.py +34 -4
  1259. pulumi_oci/datascience/get_job_run.py +32 -4
  1260. pulumi_oci/datascience/get_job_runs.py +24 -4
  1261. pulumi_oci/datascience/get_job_shapes.py +15 -4
  1262. pulumi_oci/datascience/get_jobs.py +24 -4
  1263. pulumi_oci/datascience/get_model.py +31 -4
  1264. pulumi_oci/datascience/get_model_deployment.py +27 -4
  1265. pulumi_oci/datascience/get_model_deployment_shapes.py +15 -4
  1266. pulumi_oci/datascience/get_model_deployments.py +24 -4
  1267. pulumi_oci/datascience/get_model_provenance.py +18 -4
  1268. pulumi_oci/datascience/get_model_version_set.py +23 -4
  1269. pulumi_oci/datascience/get_model_version_sets.py +24 -4
  1270. pulumi_oci/datascience/get_models.py +28 -4
  1271. pulumi_oci/datascience/get_notebook_session.py +26 -4
  1272. pulumi_oci/datascience/get_notebook_session_shapes.py +15 -4
  1273. pulumi_oci/datascience/get_notebook_sessions.py +24 -4
  1274. pulumi_oci/datascience/get_pipeline.py +30 -4
  1275. pulumi_oci/datascience/get_pipeline_run.py +34 -4
  1276. pulumi_oci/datascience/get_pipeline_runs.py +24 -4
  1277. pulumi_oci/datascience/get_pipelines.py +24 -4
  1278. pulumi_oci/datascience/get_private_endpoint.py +28 -4
  1279. pulumi_oci/datascience/get_private_endpoints.py +23 -4
  1280. pulumi_oci/datascience/get_project.py +21 -4
  1281. pulumi_oci/datascience/get_projects.py +22 -4
  1282. pulumi_oci/datascience/job.py +5 -0
  1283. pulumi_oci/datascience/job_run.py +5 -0
  1284. pulumi_oci/datascience/model.py +5 -0
  1285. pulumi_oci/datascience/model_artifact_export.py +5 -0
  1286. pulumi_oci/datascience/model_artifact_import.py +5 -0
  1287. pulumi_oci/datascience/model_deployment.py +5 -0
  1288. pulumi_oci/datascience/model_provenance.py +5 -0
  1289. pulumi_oci/datascience/model_version_set.py +5 -0
  1290. pulumi_oci/datascience/notebook_session.py +5 -0
  1291. pulumi_oci/datascience/outputs.py +5 -0
  1292. pulumi_oci/datascience/pipeline.py +5 -0
  1293. pulumi_oci/datascience/pipeline_run.py +5 -0
  1294. pulumi_oci/datascience/private_endpoint.py +5 -0
  1295. pulumi_oci/datascience/project.py +5 -0
  1296. pulumi_oci/delegateaccesscontrol/_inputs.py +76 -0
  1297. pulumi_oci/delegateaccesscontrol/delegation_control.py +5 -0
  1298. pulumi_oci/delegateaccesscontrol/delegation_subscription.py +5 -0
  1299. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +45 -4
  1300. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +18 -4
  1301. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +15 -4
  1302. pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +27 -4
  1303. pulumi_oci/delegateaccesscontrol/get_delegation_control.py +33 -4
  1304. pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +15 -4
  1305. pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +23 -4
  1306. pulumi_oci/delegateaccesscontrol/get_delegation_subscription.py +24 -4
  1307. pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +19 -4
  1308. pulumi_oci/delegateaccesscontrol/get_service_provider.py +25 -4
  1309. pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +20 -4
  1310. pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +23 -4
  1311. pulumi_oci/delegateaccesscontrol/get_service_providers.py +23 -4
  1312. pulumi_oci/delegateaccesscontrol/outputs.py +5 -0
  1313. pulumi_oci/demandsignal/_inputs.py +85 -0
  1314. pulumi_oci/demandsignal/get_occ_demand_signal.py +24 -4
  1315. pulumi_oci/demandsignal/get_occ_demand_signals.py +20 -4
  1316. pulumi_oci/demandsignal/occ_demand_signal.py +5 -0
  1317. pulumi_oci/demandsignal/outputs.py +5 -0
  1318. pulumi_oci/desktops/_inputs.py +371 -5
  1319. pulumi_oci/desktops/desktop_pool.py +191 -21
  1320. pulumi_oci/desktops/get_desktop.py +21 -4
  1321. pulumi_oci/desktops/get_desktop_pool.py +82 -8
  1322. pulumi_oci/desktops/get_desktop_pool_desktops.py +24 -4
  1323. pulumi_oci/desktops/get_desktop_pool_volumes.py +24 -4
  1324. pulumi_oci/desktops/get_desktop_pools.py +22 -4
  1325. pulumi_oci/desktops/get_desktops.py +24 -4
  1326. pulumi_oci/desktops/outputs.py +485 -19
  1327. pulumi_oci/devops/_inputs.py +1834 -9
  1328. pulumi_oci/devops/build_pipeline.py +5 -0
  1329. pulumi_oci/devops/build_pipeline_stage.py +5 -0
  1330. pulumi_oci/devops/build_run.py +5 -0
  1331. pulumi_oci/devops/connection.py +5 -0
  1332. pulumi_oci/devops/deploy_artifact.py +5 -0
  1333. pulumi_oci/devops/deploy_environment.py +5 -0
  1334. pulumi_oci/devops/deploy_pipeline.py +5 -0
  1335. pulumi_oci/devops/deploy_stage.py +5 -0
  1336. pulumi_oci/devops/deployment.py +5 -0
  1337. pulumi_oci/devops/get_build_pipeline.py +24 -4
  1338. pulumi_oci/devops/get_build_pipeline_stage.py +37 -4
  1339. pulumi_oci/devops/get_build_pipeline_stages.py +22 -4
  1340. pulumi_oci/devops/get_build_pipelines.py +22 -4
  1341. pulumi_oci/devops/get_build_run.py +28 -4
  1342. pulumi_oci/devops/get_build_runs.py +24 -4
  1343. pulumi_oci/devops/get_connection.py +29 -4
  1344. pulumi_oci/devops/get_connections.py +24 -4
  1345. pulumi_oci/devops/get_deploy_artifact.py +26 -4
  1346. pulumi_oci/devops/get_deploy_artifacts.py +22 -4
  1347. pulumi_oci/devops/get_deploy_environment.py +28 -4
  1348. pulumi_oci/devops/get_deploy_environments.py +22 -4
  1349. pulumi_oci/devops/get_deploy_pipeline.py +26 -4
  1350. pulumi_oci/devops/get_deploy_pipelines.py +22 -4
  1351. pulumi_oci/devops/get_deploy_stage.py +82 -4
  1352. pulumi_oci/devops/get_deploy_stages.py +22 -4
  1353. pulumi_oci/devops/get_deployment.py +33 -4
  1354. pulumi_oci/devops/get_deployments.py +28 -4
  1355. pulumi_oci/devops/get_project.py +24 -4
  1356. pulumi_oci/devops/get_project_repository_setting.py +14 -4
  1357. pulumi_oci/devops/get_projects.py +20 -4
  1358. pulumi_oci/devops/get_repo_file_line.py +19 -4
  1359. pulumi_oci/devops/get_repositories.py +23 -4
  1360. pulumi_oci/devops/get_repository.py +37 -4
  1361. pulumi_oci/devops/get_repository_archive_content.py +16 -4
  1362. pulumi_oci/devops/get_repository_author.py +15 -4
  1363. pulumi_oci/devops/get_repository_authors.py +17 -4
  1364. pulumi_oci/devops/get_repository_commit.py +22 -4
  1365. pulumi_oci/devops/get_repository_commits.py +29 -4
  1366. pulumi_oci/devops/get_repository_diff.py +28 -4
  1367. pulumi_oci/devops/get_repository_diffs.py +23 -4
  1368. pulumi_oci/devops/get_repository_file_diff.py +28 -4
  1369. pulumi_oci/devops/get_repository_file_line.py +19 -4
  1370. pulumi_oci/devops/get_repository_mirror_record.py +19 -4
  1371. pulumi_oci/devops/get_repository_mirror_records.py +15 -4
  1372. pulumi_oci/devops/get_repository_object.py +20 -4
  1373. pulumi_oci/devops/get_repository_object_content.py +16 -4
  1374. pulumi_oci/devops/get_repository_path.py +21 -4
  1375. pulumi_oci/devops/get_repository_paths.py +23 -4
  1376. pulumi_oci/devops/get_repository_protected_branches.py +17 -4
  1377. pulumi_oci/devops/get_repository_ref.py +20 -4
  1378. pulumi_oci/devops/get_repository_refs.py +21 -4
  1379. pulumi_oci/devops/get_repository_setting.py +15 -4
  1380. pulumi_oci/devops/get_trigger.py +28 -4
  1381. pulumi_oci/devops/get_triggers.py +22 -4
  1382. pulumi_oci/devops/outputs.py +5 -0
  1383. pulumi_oci/devops/project.py +5 -0
  1384. pulumi_oci/devops/project_repository_setting.py +5 -0
  1385. pulumi_oci/devops/repository.py +5 -0
  1386. pulumi_oci/devops/repository_mirror.py +5 -0
  1387. pulumi_oci/devops/repository_protected_branch_management.py +5 -0
  1388. pulumi_oci/devops/repository_ref.py +5 -0
  1389. pulumi_oci/devops/repository_setting.py +5 -0
  1390. pulumi_oci/devops/trigger.py +5 -0
  1391. pulumi_oci/disasterrecovery/_inputs.py +584 -0
  1392. pulumi_oci/disasterrecovery/dr_plan.py +5 -0
  1393. pulumi_oci/disasterrecovery/dr_plan_execution.py +5 -0
  1394. pulumi_oci/disasterrecovery/dr_protection_group.py +5 -0
  1395. pulumi_oci/disasterrecovery/get_dr_plan.py +26 -4
  1396. pulumi_oci/disasterrecovery/get_dr_plan_execution.py +32 -4
  1397. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +21 -4
  1398. pulumi_oci/disasterrecovery/get_dr_plans.py +23 -4
  1399. pulumi_oci/disasterrecovery/get_dr_protection_group.py +29 -4
  1400. pulumi_oci/disasterrecovery/get_dr_protection_groups.py +25 -4
  1401. pulumi_oci/disasterrecovery/outputs.py +5 -0
  1402. pulumi_oci/dns/_inputs.py +472 -0
  1403. pulumi_oci/dns/action_create_zone_from_zone_file.py +5 -0
  1404. pulumi_oci/dns/get_records.py +29 -4
  1405. pulumi_oci/dns/get_resolver.py +28 -4
  1406. pulumi_oci/dns/get_resolver_endpoint.py +29 -4
  1407. pulumi_oci/dns/get_resolver_endpoints.py +21 -4
  1408. pulumi_oci/dns/get_resolvers.py +22 -4
  1409. pulumi_oci/dns/get_rrset.py +25 -4
  1410. pulumi_oci/dns/get_rrsets.py +25 -4
  1411. pulumi_oci/dns/get_steering_policies.py +30 -4
  1412. pulumi_oci/dns/get_steering_policy.py +24 -4
  1413. pulumi_oci/dns/get_steering_policy_attachment.py +21 -4
  1414. pulumi_oci/dns/get_steering_policy_attachments.py +32 -4
  1415. pulumi_oci/dns/get_tsig_key.py +22 -4
  1416. pulumi_oci/dns/get_tsig_keys.py +20 -4
  1417. pulumi_oci/dns/get_view.py +23 -4
  1418. pulumi_oci/dns/get_views.py +22 -4
  1419. pulumi_oci/dns/get_zones.py +37 -4
  1420. pulumi_oci/dns/outputs.py +5 -0
  1421. pulumi_oci/dns/record.py +5 -0
  1422. pulumi_oci/dns/resolver.py +5 -0
  1423. pulumi_oci/dns/resolver_endpoint.py +5 -0
  1424. pulumi_oci/dns/rrset.py +5 -0
  1425. pulumi_oci/dns/steering_policy.py +5 -0
  1426. pulumi_oci/dns/steering_policy_attachment.py +5 -0
  1427. pulumi_oci/dns/tsig_key.py +5 -0
  1428. pulumi_oci/dns/view.py +5 -0
  1429. pulumi_oci/dns/zone.py +5 -0
  1430. pulumi_oci/email/_inputs.py +61 -0
  1431. pulumi_oci/email/dkim.py +5 -0
  1432. pulumi_oci/email/email_domain.py +5 -0
  1433. pulumi_oci/email/email_return_path.py +5 -0
  1434. pulumi_oci/email/get_configuration.py +14 -4
  1435. pulumi_oci/email/get_dkim.py +26 -4
  1436. pulumi_oci/email/get_dkims.py +20 -4
  1437. pulumi_oci/email/get_email_domain.py +24 -4
  1438. pulumi_oci/email/get_email_domains.py +20 -4
  1439. pulumi_oci/email/get_email_return_path.py +25 -4
  1440. pulumi_oci/email/get_email_return_paths.py +22 -4
  1441. pulumi_oci/email/get_sender.py +21 -4
  1442. pulumi_oci/email/get_senders.py +21 -4
  1443. pulumi_oci/email/get_suppression.py +20 -4
  1444. pulumi_oci/email/get_suppressions.py +21 -4
  1445. pulumi_oci/email/outputs.py +5 -0
  1446. pulumi_oci/email/sender.py +5 -0
  1447. pulumi_oci/email/suppression.py +5 -0
  1448. pulumi_oci/events/_inputs.py +71 -0
  1449. pulumi_oci/events/get_rule.py +23 -4
  1450. pulumi_oci/events/get_rules.py +19 -4
  1451. pulumi_oci/events/outputs.py +5 -0
  1452. pulumi_oci/events/rule.py +5 -0
  1453. pulumi_oci/filestorage/_inputs.py +265 -0
  1454. pulumi_oci/filestorage/export.py +5 -0
  1455. pulumi_oci/filestorage/export_set.py +5 -0
  1456. pulumi_oci/filestorage/file_system.py +5 -0
  1457. pulumi_oci/filestorage/filesystem_snapshot_policy.py +5 -0
  1458. pulumi_oci/filestorage/get_export_sets.py +22 -4
  1459. pulumi_oci/filestorage/get_exports.py +22 -4
  1460. pulumi_oci/filestorage/get_file_systems.py +28 -4
  1461. pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +22 -4
  1462. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +21 -4
  1463. pulumi_oci/filestorage/get_mount_targets.py +24 -4
  1464. pulumi_oci/filestorage/get_outbound_connector.py +24 -4
  1465. pulumi_oci/filestorage/get_outbound_connectors.py +22 -4
  1466. pulumi_oci/filestorage/get_replication.py +28 -4
  1467. pulumi_oci/filestorage/get_replication_target.py +27 -4
  1468. pulumi_oci/filestorage/get_replication_targets.py +22 -4
  1469. pulumi_oci/filestorage/get_replications.py +24 -4
  1470. pulumi_oci/filestorage/get_snapshot.py +25 -4
  1471. pulumi_oci/filestorage/get_snapshots.py +22 -4
  1472. pulumi_oci/filestorage/mount_target.py +5 -0
  1473. pulumi_oci/filestorage/outbound_connector.py +5 -0
  1474. pulumi_oci/filestorage/outputs.py +5 -0
  1475. pulumi_oci/filestorage/replication.py +5 -0
  1476. pulumi_oci/filestorage/snapshot.py +5 -0
  1477. pulumi_oci/fleetappsmanagement/__init__.py +43 -0
  1478. pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
  1479. pulumi_oci/fleetappsmanagement/fleet.py +955 -0
  1480. pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
  1481. pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
  1482. pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
  1483. pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
  1484. pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
  1485. pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
  1486. pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
  1487. pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
  1488. pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
  1489. pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
  1490. pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
  1491. pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
  1492. pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
  1493. pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
  1494. pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
  1495. pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
  1496. pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
  1497. pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
  1498. pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
  1499. pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
  1500. pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
  1501. pulumi_oci/fleetappsmanagement/get_property.py +323 -0
  1502. pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
  1503. pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
  1504. pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
  1505. pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
  1506. pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
  1507. pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
  1508. pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
  1509. pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
  1510. pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
  1511. pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
  1512. pulumi_oci/fleetappsmanagement/property.py +697 -0
  1513. pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
  1514. pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
  1515. pulumi_oci/fleetsoftwareupdate/_inputs.py +942 -0
  1516. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +809 -0
  1517. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +1236 -0
  1518. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +324 -0
  1519. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +213 -0
  1520. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +464 -0
  1521. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +254 -0
  1522. pulumi_oci/fleetsoftwareupdate/outputs.py +2134 -0
  1523. pulumi_oci/functions/_inputs.py +217 -0
  1524. pulumi_oci/functions/application.py +5 -0
  1525. pulumi_oci/functions/function.py +5 -0
  1526. pulumi_oci/functions/get_application.py +26 -4
  1527. pulumi_oci/functions/get_applications.py +20 -4
  1528. pulumi_oci/functions/get_function.py +30 -4
  1529. pulumi_oci/functions/get_functions.py +20 -4
  1530. pulumi_oci/functions/get_fusion_environment.py +40 -4
  1531. pulumi_oci/functions/get_fusion_environment_admin_user.py +18 -4
  1532. pulumi_oci/functions/get_fusion_environment_admin_users.py +15 -4
  1533. pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +17 -4
  1534. pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +18 -4
  1535. pulumi_oci/functions/get_fusion_environment_families.py +21 -4
  1536. pulumi_oci/functions/get_fusion_environment_family.py +24 -4
  1537. pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +15 -4
  1538. pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +13 -4
  1539. pulumi_oci/functions/get_fusion_environment_refresh_activities.py +23 -4
  1540. pulumi_oci/functions/get_fusion_environment_refresh_activity.py +40 -5
  1541. pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +25 -4
  1542. pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +26 -4
  1543. pulumi_oci/functions/get_fusion_environment_service_attachment.py +25 -4
  1544. pulumi_oci/functions/get_fusion_environment_service_attachments.py +21 -4
  1545. pulumi_oci/functions/get_fusion_environment_status.py +13 -4
  1546. pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +13 -4
  1547. pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +15 -4
  1548. pulumi_oci/functions/get_fusion_environments.py +21 -4
  1549. pulumi_oci/functions/get_pbf_listing.py +22 -4
  1550. pulumi_oci/functions/get_pbf_listing_triggers.py +15 -4
  1551. pulumi_oci/functions/get_pbf_listing_version.py +24 -4
  1552. pulumi_oci/functions/get_pbf_listing_versions.py +23 -4
  1553. pulumi_oci/functions/get_pbf_listings.py +25 -4
  1554. pulumi_oci/functions/invoke_function.py +5 -0
  1555. pulumi_oci/functions/outputs.py +16 -0
  1556. pulumi_oci/fusionapps/_inputs.py +203 -16
  1557. pulumi_oci/fusionapps/fusion_environment.py +7 -2
  1558. pulumi_oci/fusionapps/fusion_environment_admin_user.py +26 -22
  1559. pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +5 -0
  1560. pulumi_oci/fusionapps/fusion_environment_family.py +5 -0
  1561. pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +53 -51
  1562. pulumi_oci/fusionapps/fusion_environment_service_attachment.py +5 -0
  1563. pulumi_oci/fusionapps/outputs.py +16 -10
  1564. pulumi_oci/generativeai/_inputs.py +174 -0
  1565. pulumi_oci/generativeai/dedicated_ai_cluster.py +12 -0
  1566. pulumi_oci/generativeai/endpoint.py +5 -0
  1567. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +26 -4
  1568. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +20 -4
  1569. pulumi_oci/generativeai/get_endpoint.py +25 -4
  1570. pulumi_oci/generativeai/get_endpoints.py +20 -4
  1571. pulumi_oci/generativeai/get_model.py +34 -4
  1572. pulumi_oci/generativeai/get_models.py +24 -4
  1573. pulumi_oci/generativeai/model.py +5 -0
  1574. pulumi_oci/generativeai/outputs.py +9 -0
  1575. pulumi_oci/genericartifactscontent/artifact_by_path.py +5 -0
  1576. pulumi_oci/genericartifactscontent/get_artifact_by_path.py +27 -4
  1577. pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +12 -4
  1578. pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
  1579. pulumi_oci/globallydistributeddatabase/_inputs.py +1289 -0
  1580. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +323 -0
  1581. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +191 -0
  1582. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +660 -0
  1583. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +191 -0
  1584. pulumi_oci/globallydistributeddatabase/outputs.py +2063 -0
  1585. pulumi_oci/globallydistributeddatabase/private_endpoint.py +747 -0
  1586. pulumi_oci/globallydistributeddatabase/sharded_database.py +1821 -0
  1587. pulumi_oci/goldengate/_inputs.py +352 -0
  1588. pulumi_oci/goldengate/connection.py +5 -0
  1589. pulumi_oci/goldengate/connection_assignment.py +5 -0
  1590. pulumi_oci/goldengate/database_registration.py +5 -0
  1591. pulumi_oci/goldengate/deployment.py +5 -0
  1592. pulumi_oci/goldengate/deployment_backup.py +5 -0
  1593. pulumi_oci/goldengate/deployment_certificate.py +5 -0
  1594. pulumi_oci/goldengate/get_connection.py +95 -4
  1595. pulumi_oci/goldengate/get_connection_assignment.py +20 -4
  1596. pulumi_oci/goldengate/get_connection_assignments.py +23 -4
  1597. pulumi_oci/goldengate/get_connections.py +29 -4
  1598. pulumi_oci/goldengate/get_database_registration.py +37 -4
  1599. pulumi_oci/goldengate/get_database_registrations.py +19 -4
  1600. pulumi_oci/goldengate/get_deployment.py +53 -4
  1601. pulumi_oci/goldengate/get_deployment_backup.py +34 -4
  1602. pulumi_oci/goldengate/get_deployment_backups.py +21 -4
  1603. pulumi_oci/goldengate/get_deployment_certificate.py +34 -4
  1604. pulumi_oci/goldengate/get_deployment_certificates.py +17 -4
  1605. pulumi_oci/goldengate/get_deployment_type.py +15 -4
  1606. pulumi_oci/goldengate/get_deployment_types.py +21 -4
  1607. pulumi_oci/goldengate/get_deployment_upgrade.py +40 -4
  1608. pulumi_oci/goldengate/get_deployment_upgrades.py +21 -4
  1609. pulumi_oci/goldengate/get_deployment_versions.py +19 -4
  1610. pulumi_oci/goldengate/get_deployments.py +29 -4
  1611. pulumi_oci/goldengate/get_message.py +13 -4
  1612. pulumi_oci/goldengate/get_messages.py +15 -4
  1613. pulumi_oci/goldengate/get_trail_file.py +18 -4
  1614. pulumi_oci/goldengate/get_trail_files.py +19 -4
  1615. pulumi_oci/goldengate/get_trail_sequence.py +20 -4
  1616. pulumi_oci/goldengate/get_trail_sequences.py +21 -4
  1617. pulumi_oci/goldengate/outputs.py +5 -0
  1618. pulumi_oci/healthchecks/_inputs.py +55 -0
  1619. pulumi_oci/healthchecks/get_http_monitor.py +29 -4
  1620. pulumi_oci/healthchecks/get_http_monitors.py +19 -4
  1621. pulumi_oci/healthchecks/get_http_probe_results.py +21 -4
  1622. pulumi_oci/healthchecks/get_ping_monitor.py +26 -4
  1623. pulumi_oci/healthchecks/get_ping_monitors.py +19 -4
  1624. pulumi_oci/healthchecks/get_ping_probe_results.py +21 -4
  1625. pulumi_oci/healthchecks/get_vantage_points.py +17 -4
  1626. pulumi_oci/healthchecks/http_monitor.py +5 -0
  1627. pulumi_oci/healthchecks/http_probe.py +5 -0
  1628. pulumi_oci/healthchecks/outputs.py +5 -0
  1629. pulumi_oci/healthchecks/ping_monitor.py +5 -0
  1630. pulumi_oci/healthchecks/ping_probe.py +5 -0
  1631. pulumi_oci/identity/_inputs.py +29835 -970
  1632. pulumi_oci/identity/api_key.py +5 -0
  1633. pulumi_oci/identity/auth_token.py +5 -0
  1634. pulumi_oci/identity/authentication_policy.py +5 -0
  1635. pulumi_oci/identity/compartment.py +5 -0
  1636. pulumi_oci/identity/customer_secret_key.py +5 -0
  1637. pulumi_oci/identity/db_credential.py +5 -0
  1638. pulumi_oci/identity/domain.py +5 -0
  1639. pulumi_oci/identity/domain_replication_to_region.py +5 -0
  1640. pulumi_oci/identity/domains_account_recovery_setting.py +5 -0
  1641. pulumi_oci/identity/domains_api_key.py +5 -0
  1642. pulumi_oci/identity/domains_app.py +5 -0
  1643. pulumi_oci/identity/domains_app_role.py +5 -0
  1644. pulumi_oci/identity/domains_approval_workflow.py +5 -0
  1645. pulumi_oci/identity/domains_approval_workflow_assignment.py +5 -0
  1646. pulumi_oci/identity/domains_approval_workflow_step.py +5 -0
  1647. pulumi_oci/identity/domains_auth_token.py +5 -0
  1648. pulumi_oci/identity/domains_authentication_factor_setting.py +5 -0
  1649. pulumi_oci/identity/domains_cloud_gate.py +5 -0
  1650. pulumi_oci/identity/domains_cloud_gate_mapping.py +5 -0
  1651. pulumi_oci/identity/domains_cloud_gate_server.py +5 -0
  1652. pulumi_oci/identity/domains_condition.py +5 -0
  1653. pulumi_oci/identity/domains_customer_secret_key.py +5 -0
  1654. pulumi_oci/identity/domains_dynamic_resource_group.py +5 -0
  1655. pulumi_oci/identity/domains_grant.py +5 -0
  1656. pulumi_oci/identity/domains_group.py +5 -0
  1657. pulumi_oci/identity/domains_identity_propagation_trust.py +5 -0
  1658. pulumi_oci/identity/domains_identity_provider.py +5 -0
  1659. pulumi_oci/identity/domains_identity_setting.py +5 -0
  1660. pulumi_oci/identity/domains_kmsi_setting.py +5 -0
  1661. pulumi_oci/identity/domains_my_api_key.py +5 -0
  1662. pulumi_oci/identity/domains_my_auth_token.py +5 -0
  1663. pulumi_oci/identity/domains_my_customer_secret_key.py +5 -0
  1664. pulumi_oci/identity/domains_my_oauth2client_credential.py +5 -0
  1665. pulumi_oci/identity/domains_my_request.py +5 -0
  1666. pulumi_oci/identity/domains_my_smtp_credential.py +5 -0
  1667. pulumi_oci/identity/domains_my_support_account.py +5 -0
  1668. pulumi_oci/identity/domains_my_user_db_credential.py +5 -0
  1669. pulumi_oci/identity/domains_network_perimeter.py +5 -0
  1670. pulumi_oci/identity/domains_notification_setting.py +5 -0
  1671. pulumi_oci/identity/domains_oauth2client_credential.py +5 -0
  1672. pulumi_oci/identity/domains_oauth_client_certificate.py +5 -0
  1673. pulumi_oci/identity/domains_oauth_partner_certificate.py +5 -0
  1674. pulumi_oci/identity/domains_password_policy.py +5 -0
  1675. pulumi_oci/identity/domains_policy.py +5 -0
  1676. pulumi_oci/identity/domains_rule.py +5 -0
  1677. pulumi_oci/identity/domains_security_question.py +5 -0
  1678. pulumi_oci/identity/domains_security_question_setting.py +5 -0
  1679. pulumi_oci/identity/domains_self_registration_profile.py +5 -0
  1680. pulumi_oci/identity/domains_setting.py +5 -0
  1681. pulumi_oci/identity/domains_smtp_credential.py +5 -0
  1682. pulumi_oci/identity/domains_social_identity_provider.py +5 -0
  1683. pulumi_oci/identity/domains_user.py +5 -0
  1684. pulumi_oci/identity/domains_user_db_credential.py +5 -0
  1685. pulumi_oci/identity/dynamic_group.py +5 -0
  1686. pulumi_oci/identity/get_allowed_domain_license_types.py +15 -4
  1687. pulumi_oci/identity/get_api_keys.py +15 -4
  1688. pulumi_oci/identity/get_auth_tokens.py +15 -4
  1689. pulumi_oci/identity/get_authentication_policy.py +14 -4
  1690. pulumi_oci/identity/get_availability_domain.py +16 -4
  1691. pulumi_oci/identity/get_availability_domains.py +15 -4
  1692. pulumi_oci/identity/get_compartment.py +20 -4
  1693. pulumi_oci/identity/get_compartments.py +23 -4
  1694. pulumi_oci/identity/get_cost_tracking_tags.py +15 -4
  1695. pulumi_oci/identity/get_customer_secret_keys.py +15 -4
  1696. pulumi_oci/identity/get_db_credentials.py +19 -4
  1697. pulumi_oci/identity/get_domain.py +33 -4
  1698. pulumi_oci/identity/get_domains.py +31 -4
  1699. pulumi_oci/identity/get_domains_account_mgmt_info.py +55 -4
  1700. pulumi_oci/identity/get_domains_account_mgmt_infos.py +36 -4
  1701. pulumi_oci/identity/get_domains_account_recovery_setting.py +38 -4
  1702. pulumi_oci/identity/get_domains_account_recovery_settings.py +27 -4
  1703. pulumi_oci/identity/get_domains_api_key.py +39 -4
  1704. pulumi_oci/identity/get_domains_api_keys.py +36 -4
  1705. pulumi_oci/identity/get_domains_app.py +138 -4
  1706. pulumi_oci/identity/get_domains_app_role.py +47 -4
  1707. pulumi_oci/identity/get_domains_app_roles.py +36 -4
  1708. pulumi_oci/identity/get_domains_approval_workflow.py +38 -4
  1709. pulumi_oci/identity/get_domains_approval_workflow_assignment.py +37 -4
  1710. pulumi_oci/identity/get_domains_approval_workflow_assignments.py +36 -4
  1711. pulumi_oci/identity/get_domains_approval_workflow_step.py +39 -4
  1712. pulumi_oci/identity/get_domains_approval_workflow_steps.py +36 -4
  1713. pulumi_oci/identity/get_domains_approval_workflows.py +32 -4
  1714. pulumi_oci/identity/get_domains_apps.py +36 -4
  1715. pulumi_oci/identity/get_domains_auth_token.py +39 -4
  1716. pulumi_oci/identity/get_domains_auth_tokens.py +36 -4
  1717. pulumi_oci/identity/get_domains_authentication_factor_setting.py +59 -4
  1718. pulumi_oci/identity/get_domains_authentication_factor_settings.py +27 -4
  1719. pulumi_oci/identity/get_domains_branding_setting.py +52 -4
  1720. pulumi_oci/identity/get_domains_branding_settings.py +27 -4
  1721. pulumi_oci/identity/get_domains_cloud_gate.py +45 -4
  1722. pulumi_oci/identity/get_domains_cloud_gate_mapping.py +44 -4
  1723. pulumi_oci/identity/get_domains_cloud_gate_mappings.py +36 -4
  1724. pulumi_oci/identity/get_domains_cloud_gate_server.py +42 -4
  1725. pulumi_oci/identity/get_domains_cloud_gate_servers.py +36 -4
  1726. pulumi_oci/identity/get_domains_cloud_gates.py +36 -4
  1727. pulumi_oci/identity/get_domains_condition.py +41 -4
  1728. pulumi_oci/identity/get_domains_conditions.py +36 -4
  1729. pulumi_oci/identity/get_domains_customer_secret_key.py +41 -4
  1730. pulumi_oci/identity/get_domains_customer_secret_keys.py +36 -4
  1731. pulumi_oci/identity/get_domains_dynamic_resource_group.py +40 -4
  1732. pulumi_oci/identity/get_domains_dynamic_resource_groups.py +36 -4
  1733. pulumi_oci/identity/get_domains_grant.py +43 -4
  1734. pulumi_oci/identity/get_domains_grants.py +36 -4
  1735. pulumi_oci/identity/get_domains_group.py +45 -4
  1736. pulumi_oci/identity/get_domains_groups.py +36 -4
  1737. pulumi_oci/identity/get_domains_identity_propagation_trust.py +52 -4
  1738. pulumi_oci/identity/get_domains_identity_propagation_trusts.py +36 -4
  1739. pulumi_oci/identity/get_domains_identity_provider.py +80 -4
  1740. pulumi_oci/identity/get_domains_identity_providers.py +36 -4
  1741. pulumi_oci/identity/get_domains_identity_setting.py +44 -4
  1742. pulumi_oci/identity/get_domains_identity_settings.py +27 -4
  1743. pulumi_oci/identity/get_domains_kmsi_setting.py +42 -4
  1744. pulumi_oci/identity/get_domains_kmsi_settings.py +27 -4
  1745. pulumi_oci/identity/get_domains_my_api_key.py +34 -4
  1746. pulumi_oci/identity/get_domains_my_api_keys.py +32 -4
  1747. pulumi_oci/identity/get_domains_my_apps.py +32 -4
  1748. pulumi_oci/identity/get_domains_my_auth_token.py +34 -4
  1749. pulumi_oci/identity/get_domains_my_auth_tokens.py +32 -4
  1750. pulumi_oci/identity/get_domains_my_completed_approval.py +40 -4
  1751. pulumi_oci/identity/get_domains_my_completed_approvals.py +32 -4
  1752. pulumi_oci/identity/get_domains_my_customer_secret_key.py +36 -4
  1753. pulumi_oci/identity/get_domains_my_customer_secret_keys.py +32 -4
  1754. pulumi_oci/identity/get_domains_my_device.py +60 -4
  1755. pulumi_oci/identity/get_domains_my_devices.py +36 -4
  1756. pulumi_oci/identity/get_domains_my_groups.py +36 -4
  1757. pulumi_oci/identity/get_domains_my_oauth2client_credential.py +37 -4
  1758. pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +32 -4
  1759. pulumi_oci/identity/get_domains_my_pending_approval.py +40 -4
  1760. pulumi_oci/identity/get_domains_my_pending_approvals.py +32 -4
  1761. pulumi_oci/identity/get_domains_my_requestable_groups.py +32 -4
  1762. pulumi_oci/identity/get_domains_my_requests.py +36 -4
  1763. pulumi_oci/identity/get_domains_my_smtp_credential.py +35 -4
  1764. pulumi_oci/identity/get_domains_my_smtp_credentials.py +32 -4
  1765. pulumi_oci/identity/get_domains_my_support_account.py +34 -4
  1766. pulumi_oci/identity/get_domains_my_support_accounts.py +32 -4
  1767. pulumi_oci/identity/get_domains_my_trusted_user_agent.py +43 -4
  1768. pulumi_oci/identity/get_domains_my_trusted_user_agents.py +36 -4
  1769. pulumi_oci/identity/get_domains_my_user_db_credential.py +41 -4
  1770. pulumi_oci/identity/get_domains_my_user_db_credentials.py +32 -4
  1771. pulumi_oci/identity/get_domains_network_perimeter.py +38 -4
  1772. pulumi_oci/identity/get_domains_network_perimeters.py +36 -4
  1773. pulumi_oci/identity/get_domains_notification_setting.py +42 -4
  1774. pulumi_oci/identity/get_domains_notification_settings.py +27 -4
  1775. pulumi_oci/identity/get_domains_oauth2client_credential.py +42 -4
  1776. pulumi_oci/identity/get_domains_oauth2client_credentials.py +36 -4
  1777. pulumi_oci/identity/get_domains_oauth_client_certificate.py +41 -4
  1778. pulumi_oci/identity/get_domains_oauth_client_certificates.py +32 -4
  1779. pulumi_oci/identity/get_domains_oauth_partner_certificate.py +41 -4
  1780. pulumi_oci/identity/get_domains_oauth_partner_certificates.py +32 -4
  1781. pulumi_oci/identity/get_domains_password_policies.py +36 -4
  1782. pulumi_oci/identity/get_domains_password_policy.py +72 -4
  1783. pulumi_oci/identity/get_domains_policies.py +36 -4
  1784. pulumi_oci/identity/get_domains_policy.py +41 -4
  1785. pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +36 -4
  1786. pulumi_oci/identity/get_domains_rule.py +44 -4
  1787. pulumi_oci/identity/get_domains_rules.py +36 -4
  1788. pulumi_oci/identity/get_domains_security_question.py +38 -4
  1789. pulumi_oci/identity/get_domains_security_question_setting.py +39 -4
  1790. pulumi_oci/identity/get_domains_security_question_settings.py +27 -4
  1791. pulumi_oci/identity/get_domains_security_questions.py +37 -4
  1792. pulumi_oci/identity/get_domains_self_registration_profile.py +54 -4
  1793. pulumi_oci/identity/get_domains_self_registration_profiles.py +36 -4
  1794. pulumi_oci/identity/get_domains_setting.py +82 -4
  1795. pulumi_oci/identity/get_domains_settings.py +27 -4
  1796. pulumi_oci/identity/get_domains_smtp_credential.py +40 -4
  1797. pulumi_oci/identity/get_domains_smtp_credentials.py +36 -4
  1798. pulumi_oci/identity/get_domains_social_identity_provider.py +57 -4
  1799. pulumi_oci/identity/get_domains_social_identity_providers.py +32 -4
  1800. pulumi_oci/identity/get_domains_user.py +78 -4
  1801. pulumi_oci/identity/get_domains_user_attributes_setting.py +35 -4
  1802. pulumi_oci/identity/get_domains_user_attributes_settings.py +27 -4
  1803. pulumi_oci/identity/get_domains_user_db_credential.py +46 -4
  1804. pulumi_oci/identity/get_domains_user_db_credentials.py +36 -4
  1805. pulumi_oci/identity/get_domains_users.py +36 -4
  1806. pulumi_oci/identity/get_dynamic_groups.py +19 -4
  1807. pulumi_oci/identity/get_fault_domains.py +17 -4
  1808. pulumi_oci/identity/get_group.py +20 -4
  1809. pulumi_oci/identity/get_groups.py +19 -4
  1810. pulumi_oci/identity/get_iam_work_request.py +20 -4
  1811. pulumi_oci/identity/get_iam_work_request_errors.py +15 -4
  1812. pulumi_oci/identity/get_iam_work_request_logs.py +15 -4
  1813. pulumi_oci/identity/get_iam_work_requests.py +17 -4
  1814. pulumi_oci/identity/get_identity_provider_groups.py +19 -4
  1815. pulumi_oci/identity/get_identity_providers.py +21 -4
  1816. pulumi_oci/identity/get_idp_group_mappings.py +15 -4
  1817. pulumi_oci/identity/get_network_source.py +23 -4
  1818. pulumi_oci/identity/get_network_sources.py +19 -4
  1819. pulumi_oci/identity/get_policies.py +19 -4
  1820. pulumi_oci/identity/get_region_subscriptions.py +15 -4
  1821. pulumi_oci/identity/get_regions.py +13 -4
  1822. pulumi_oci/identity/get_smtp_credentials.py +15 -4
  1823. pulumi_oci/identity/get_tag.py +23 -4
  1824. pulumi_oci/identity/get_tag_default.py +20 -4
  1825. pulumi_oci/identity/get_tag_defaults.py +20 -4
  1826. pulumi_oci/identity/get_tag_namespaces.py +19 -4
  1827. pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +17 -4
  1828. pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +15 -4
  1829. pulumi_oci/identity/get_tags.py +17 -4
  1830. pulumi_oci/identity/get_tenancy.py +18 -4
  1831. pulumi_oci/identity/get_ui_password.py +16 -4
  1832. pulumi_oci/identity/get_user.py +28 -4
  1833. pulumi_oci/identity/get_user_group_memberships.py +19 -4
  1834. pulumi_oci/identity/get_users.py +23 -4
  1835. pulumi_oci/identity/group.py +5 -0
  1836. pulumi_oci/identity/identity_provider.py +5 -0
  1837. pulumi_oci/identity/idp_group_mapping.py +5 -0
  1838. pulumi_oci/identity/import_standard_tags_management.py +5 -0
  1839. pulumi_oci/identity/network_source.py +5 -0
  1840. pulumi_oci/identity/outputs.py +5 -0
  1841. pulumi_oci/identity/policy.py +5 -0
  1842. pulumi_oci/identity/smtp_credential.py +5 -0
  1843. pulumi_oci/identity/tag.py +5 -0
  1844. pulumi_oci/identity/tag_default.py +5 -0
  1845. pulumi_oci/identity/tag_namespace.py +5 -0
  1846. pulumi_oci/identity/ui_password.py +5 -0
  1847. pulumi_oci/identity/user.py +5 -0
  1848. pulumi_oci/identity/user_capabilities_management.py +5 -0
  1849. pulumi_oci/identity/user_group_membership.py +5 -0
  1850. pulumi_oci/identitydataplane/generated_scoped_access_token.py +5 -0
  1851. pulumi_oci/integration/__init__.py +1 -0
  1852. pulumi_oci/integration/_inputs.py +458 -2
  1853. pulumi_oci/integration/get_integration_instance.py +105 -5
  1854. pulumi_oci/integration/get_integration_instances.py +19 -4
  1855. pulumi_oci/integration/integration_instance.py +177 -0
  1856. pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
  1857. pulumi_oci/integration/outputs.py +592 -19
  1858. pulumi_oci/integration/private_endpoint_outbound_connection.py +5 -0
  1859. pulumi_oci/jms/_inputs.py +521 -0
  1860. pulumi_oci/jms/fleet.py +5 -0
  1861. pulumi_oci/jms/fleet_advanced_feature_configuration.py +5 -0
  1862. pulumi_oci/jms/get_agent_installers.py +21 -4
  1863. pulumi_oci/jms/get_announcements.py +19 -4
  1864. pulumi_oci/jms/get_fleet.py +29 -4
  1865. pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +21 -4
  1866. pulumi_oci/jms/get_fleet_blocklists.py +19 -4
  1867. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +31 -4
  1868. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +33 -4
  1869. pulumi_oci/jms/get_fleet_diagnoses.py +15 -4
  1870. pulumi_oci/jms/get_fleet_drs_file.py +20 -4
  1871. pulumi_oci/jms/get_fleet_drs_files.py +15 -4
  1872. pulumi_oci/jms/get_fleet_export_setting.py +23 -4
  1873. pulumi_oci/jms/get_fleet_export_status.py +15 -4
  1874. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +29 -4
  1875. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +25 -4
  1876. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +29 -4
  1877. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -4
  1878. pulumi_oci/jms/get_fleets.py +22 -4
  1879. pulumi_oci/jms/get_installation_site.py +35 -4
  1880. pulumi_oci/jms/get_installation_sites.py +37 -4
  1881. pulumi_oci/jms/get_java_downloads_java_download_records.py +29 -4
  1882. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -4
  1883. pulumi_oci/jms/get_java_downloads_java_download_report_content.py +12 -4
  1884. pulumi_oci/jms/get_java_downloads_java_download_reports.py +21 -4
  1885. pulumi_oci/jms/get_java_downloads_java_download_token.py +30 -4
  1886. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +26 -4
  1887. pulumi_oci/jms/get_java_downloads_java_license.py +14 -4
  1888. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +23 -4
  1889. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +22 -4
  1890. pulumi_oci/jms/get_java_downloads_java_licenses.py +17 -4
  1891. pulumi_oci/jms/get_java_families.py +19 -4
  1892. pulumi_oci/jms/get_java_family.py +20 -4
  1893. pulumi_oci/jms/get_java_release.py +25 -4
  1894. pulumi_oci/jms/get_java_releases.py +23 -4
  1895. pulumi_oci/jms/get_jms_plugin.py +28 -4
  1896. pulumi_oci/jms/get_jms_plugins.py +32 -4
  1897. pulumi_oci/jms/get_list_jre_usage.py +23 -4
  1898. pulumi_oci/jms/get_summarize_resource_inventory.py +21 -4
  1899. pulumi_oci/jms/java_downloads_java_download_report.py +5 -0
  1900. pulumi_oci/jms/java_downloads_java_download_token.py +5 -0
  1901. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +5 -0
  1902. pulumi_oci/jms/jms_plugin.py +5 -0
  1903. pulumi_oci/jms/outputs.py +5 -0
  1904. pulumi_oci/kms/_inputs.py +352 -0
  1905. pulumi_oci/kms/ekms_private_endpoint.py +5 -0
  1906. pulumi_oci/kms/encrypted_data.py +5 -0
  1907. pulumi_oci/kms/generated_key.py +5 -0
  1908. pulumi_oci/kms/get_decrypted_data.py +20 -4
  1909. pulumi_oci/kms/get_ekms_private_endpoint.py +25 -4
  1910. pulumi_oci/kms/get_ekms_private_endpoints.py +15 -4
  1911. pulumi_oci/kms/get_encrypted_data.py +19 -4
  1912. pulumi_oci/kms/get_key.py +36 -4
  1913. pulumi_oci/kms/get_key_version.py +29 -4
  1914. pulumi_oci/kms/get_key_versions.py +17 -4
  1915. pulumi_oci/kms/get_keys.py +25 -4
  1916. pulumi_oci/kms/get_replication_status.py +15 -4
  1917. pulumi_oci/kms/get_vault.py +31 -4
  1918. pulumi_oci/kms/get_vault_replicas.py +15 -4
  1919. pulumi_oci/kms/get_vault_usage.py +16 -4
  1920. pulumi_oci/kms/get_vaults.py +15 -4
  1921. pulumi_oci/kms/key.py +5 -0
  1922. pulumi_oci/kms/key_version.py +5 -0
  1923. pulumi_oci/kms/outputs.py +5 -0
  1924. pulumi_oci/kms/sign.py +5 -0
  1925. pulumi_oci/kms/vault.py +5 -0
  1926. pulumi_oci/kms/vault_verification.py +5 -0
  1927. pulumi_oci/kms/verify.py +5 -0
  1928. pulumi_oci/licensemanager/_inputs.py +51 -0
  1929. pulumi_oci/licensemanager/configuration.py +5 -0
  1930. pulumi_oci/licensemanager/get_configuration.py +15 -4
  1931. pulumi_oci/licensemanager/get_license_metric.py +18 -4
  1932. pulumi_oci/licensemanager/get_license_record.py +29 -4
  1933. pulumi_oci/licensemanager/get_license_records.py +15 -4
  1934. pulumi_oci/licensemanager/get_product_license.py +32 -4
  1935. pulumi_oci/licensemanager/get_product_license_consumers.py +17 -4
  1936. pulumi_oci/licensemanager/get_product_licenses.py +17 -4
  1937. pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +15 -4
  1938. pulumi_oci/licensemanager/get_top_utilized_resources.py +17 -4
  1939. pulumi_oci/licensemanager/license_record.py +5 -0
  1940. pulumi_oci/licensemanager/outputs.py +5 -0
  1941. pulumi_oci/licensemanager/product_license.py +5 -0
  1942. pulumi_oci/limits/_inputs.py +77 -0
  1943. pulumi_oci/limits/get_limit_definitions.py +21 -4
  1944. pulumi_oci/limits/get_limit_values.py +25 -4
  1945. pulumi_oci/limits/get_quota.py +22 -4
  1946. pulumi_oci/limits/get_quotas.py +19 -4
  1947. pulumi_oci/limits/get_resource_availability.py +25 -4
  1948. pulumi_oci/limits/get_services.py +17 -4
  1949. pulumi_oci/limits/outputs.py +5 -0
  1950. pulumi_oci/limits/quota.py +5 -0
  1951. pulumi_oci/loadbalancer/_inputs.py +911 -3
  1952. pulumi_oci/loadbalancer/backend.py +5 -0
  1953. pulumi_oci/loadbalancer/backend_set.py +5 -0
  1954. pulumi_oci/loadbalancer/certificate.py +5 -0
  1955. pulumi_oci/loadbalancer/get_backend_health.py +18 -4
  1956. pulumi_oci/loadbalancer/get_backend_set_health.py +19 -4
  1957. pulumi_oci/loadbalancer/get_backend_sets.py +15 -4
  1958. pulumi_oci/loadbalancer/get_backends.py +17 -4
  1959. pulumi_oci/loadbalancer/get_certificates.py +15 -4
  1960. pulumi_oci/loadbalancer/get_health.py +17 -4
  1961. pulumi_oci/loadbalancer/get_hostnames.py +15 -4
  1962. pulumi_oci/loadbalancer/get_listener_rules.py +17 -4
  1963. pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +15 -4
  1964. pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +18 -4
  1965. pulumi_oci/loadbalancer/get_load_balancers.py +21 -4
  1966. pulumi_oci/loadbalancer/get_path_route_sets.py +15 -4
  1967. pulumi_oci/loadbalancer/get_policies.py +15 -4
  1968. pulumi_oci/loadbalancer/get_protocols.py +15 -4
  1969. pulumi_oci/loadbalancer/get_rule_set.py +16 -4
  1970. pulumi_oci/loadbalancer/get_rule_sets.py +15 -4
  1971. pulumi_oci/loadbalancer/get_shapes.py +15 -4
  1972. pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +16 -4
  1973. pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +15 -4
  1974. pulumi_oci/loadbalancer/hostname.py +5 -0
  1975. pulumi_oci/loadbalancer/listener.py +9 -2
  1976. pulumi_oci/loadbalancer/load_balancer.py +5 -0
  1977. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +5 -0
  1978. pulumi_oci/loadbalancer/outputs.py +21 -2
  1979. pulumi_oci/loadbalancer/path_route_set.py +5 -0
  1980. pulumi_oci/loadbalancer/rule_set.py +5 -0
  1981. pulumi_oci/loadbalancer/ssl_cipher_suite.py +5 -0
  1982. pulumi_oci/loganalytics/_inputs.py +374 -0
  1983. pulumi_oci/loganalytics/get_log_analytics_categories_list.py +19 -4
  1984. pulumi_oci/loganalytics/get_log_analytics_category.py +18 -4
  1985. pulumi_oci/loganalytics/get_log_analytics_entities.py +39 -4
  1986. pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +17 -4
  1987. pulumi_oci/loganalytics/get_log_analytics_entity.py +35 -4
  1988. pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +19 -4
  1989. pulumi_oci/loganalytics/get_log_analytics_log_group.py +21 -4
  1990. pulumi_oci/loganalytics/get_log_analytics_log_groups.py +19 -4
  1991. pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +15 -4
  1992. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +41 -4
  1993. pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +21 -4
  1994. pulumi_oci/loganalytics/get_log_analytics_preference.py +13 -4
  1995. pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +20 -4
  1996. pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +16 -4
  1997. pulumi_oci/loganalytics/get_log_sets_count.py +13 -4
  1998. pulumi_oci/loganalytics/get_namespace.py +14 -4
  1999. pulumi_oci/loganalytics/get_namespace_effective_properties.py +27 -4
  2000. pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +25 -4
  2001. pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +27 -4
  2002. pulumi_oci/loganalytics/get_namespace_properties_metadata.py +23 -4
  2003. pulumi_oci/loganalytics/get_namespace_rules.py +25 -4
  2004. pulumi_oci/loganalytics/get_namespace_rules_summary.py +17 -4
  2005. pulumi_oci/loganalytics/get_namespace_scheduled_task.py +29 -4
  2006. pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +23 -4
  2007. pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +13 -4
  2008. pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +19 -4
  2009. pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +17 -4
  2010. pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +18 -4
  2011. pulumi_oci/loganalytics/get_namespaces.py +15 -4
  2012. pulumi_oci/loganalytics/log_analytics_entity.py +5 -0
  2013. pulumi_oci/loganalytics/log_analytics_import_custom_content.py +5 -0
  2014. pulumi_oci/loganalytics/log_analytics_log_group.py +5 -0
  2015. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +5 -0
  2016. pulumi_oci/loganalytics/log_analytics_preferences_management.py +5 -0
  2017. pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +5 -0
  2018. pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +5 -0
  2019. pulumi_oci/loganalytics/namespace.py +5 -0
  2020. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +5 -0
  2021. pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +5 -0
  2022. pulumi_oci/loganalytics/namespace_scheduled_task.py +5 -0
  2023. pulumi_oci/loganalytics/outputs.py +5 -0
  2024. pulumi_oci/logging/_inputs.py +1114 -0
  2025. pulumi_oci/logging/get_log.py +26 -4
  2026. pulumi_oci/logging/get_log_group.py +20 -4
  2027. pulumi_oci/logging/get_log_groups.py +19 -4
  2028. pulumi_oci/logging/get_log_saved_search.py +21 -4
  2029. pulumi_oci/logging/get_log_saved_searches.py +19 -4
  2030. pulumi_oci/logging/get_logs.py +25 -4
  2031. pulumi_oci/logging/get_unified_agent_configuration.py +24 -4
  2032. pulumi_oci/logging/get_unified_agent_configurations.py +25 -4
  2033. pulumi_oci/logging/log.py +5 -0
  2034. pulumi_oci/logging/log_group.py +5 -0
  2035. pulumi_oci/logging/log_saved_search.py +5 -0
  2036. pulumi_oci/logging/outputs.py +5 -0
  2037. pulumi_oci/logging/unified_agent_configuration.py +5 -0
  2038. pulumi_oci/managementagent/_inputs.py +256 -0
  2039. pulumi_oci/managementagent/get_management_agent.py +40 -4
  2040. pulumi_oci/managementagent/get_management_agent_available_histories.py +19 -4
  2041. pulumi_oci/managementagent/get_management_agent_count.py +19 -4
  2042. pulumi_oci/managementagent/get_management_agent_data_source.py +32 -4
  2043. pulumi_oci/managementagent/get_management_agent_data_sources.py +17 -4
  2044. pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +13 -4
  2045. pulumi_oci/managementagent/get_management_agent_images.py +21 -4
  2046. pulumi_oci/managementagent/get_management_agent_install_key.py +24 -4
  2047. pulumi_oci/managementagent/get_management_agent_install_keys.py +23 -4
  2048. pulumi_oci/managementagent/get_management_agent_plugin_count.py +15 -4
  2049. pulumi_oci/managementagent/get_management_agent_plugins.py +23 -4
  2050. pulumi_oci/managementagent/get_management_agents.py +45 -4
  2051. pulumi_oci/managementagent/management_agent.py +5 -0
  2052. pulumi_oci/managementagent/management_agent_data_source.py +5 -0
  2053. pulumi_oci/managementagent/management_agent_install_key.py +5 -0
  2054. pulumi_oci/managementagent/outputs.py +5 -0
  2055. pulumi_oci/managementdashboard/get_management_dashboards_export.py +13 -4
  2056. pulumi_oci/managementdashboard/management_dashboards_import.py +5 -0
  2057. pulumi_oci/marketplace/_inputs.py +217 -0
  2058. pulumi_oci/marketplace/accepted_agreement.py +5 -0
  2059. pulumi_oci/marketplace/get_accepted_agreement.py +21 -4
  2060. pulumi_oci/marketplace/get_accepted_agreements.py +23 -4
  2061. pulumi_oci/marketplace/get_categories.py +15 -4
  2062. pulumi_oci/marketplace/get_listing.py +43 -4
  2063. pulumi_oci/marketplace/get_listing_package.py +29 -4
  2064. pulumi_oci/marketplace/get_listing_package_agreements.py +19 -4
  2065. pulumi_oci/marketplace/get_listing_packages.py +21 -4
  2066. pulumi_oci/marketplace/get_listing_taxes.py +17 -4
  2067. pulumi_oci/marketplace/get_listings.py +35 -4
  2068. pulumi_oci/marketplace/get_publication.py +28 -4
  2069. pulumi_oci/marketplace/get_publication_package.py +26 -4
  2070. pulumi_oci/marketplace/get_publication_packages.py +19 -4
  2071. pulumi_oci/marketplace/get_publications.py +23 -4
  2072. pulumi_oci/marketplace/get_publishers.py +17 -4
  2073. pulumi_oci/marketplace/listing_package_agreement.py +5 -0
  2074. pulumi_oci/marketplace/outputs.py +5 -0
  2075. pulumi_oci/marketplace/publication.py +5 -0
  2076. pulumi_oci/mediaservices/_inputs.py +472 -0
  2077. pulumi_oci/mediaservices/get_media_asset.py +36 -4
  2078. pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +23 -4
  2079. pulumi_oci/mediaservices/get_media_assets.py +37 -4
  2080. pulumi_oci/mediaservices/get_media_workflow.py +27 -4
  2081. pulumi_oci/mediaservices/get_media_workflow_configuration.py +24 -4
  2082. pulumi_oci/mediaservices/get_media_workflow_configurations.py +20 -4
  2083. pulumi_oci/mediaservices/get_media_workflow_job.py +33 -4
  2084. pulumi_oci/mediaservices/get_media_workflow_job_fact.py +17 -4
  2085. pulumi_oci/mediaservices/get_media_workflow_job_facts.py +19 -4
  2086. pulumi_oci/mediaservices/get_media_workflow_jobs.py +22 -4
  2087. pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +19 -4
  2088. pulumi_oci/mediaservices/get_media_workflows.py +20 -4
  2089. pulumi_oci/mediaservices/get_stream_cdn_config.py +26 -4
  2090. pulumi_oci/mediaservices/get_stream_cdn_configs.py +20 -4
  2091. pulumi_oci/mediaservices/get_stream_distribution_channel.py +23 -4
  2092. pulumi_oci/mediaservices/get_stream_distribution_channels.py +20 -4
  2093. pulumi_oci/mediaservices/get_stream_packaging_config.py +26 -4
  2094. pulumi_oci/mediaservices/get_stream_packaging_configs.py +21 -4
  2095. pulumi_oci/mediaservices/get_system_media_workflow.py +15 -4
  2096. pulumi_oci/mediaservices/media_asset.py +5 -0
  2097. pulumi_oci/mediaservices/media_workflow.py +5 -0
  2098. pulumi_oci/mediaservices/media_workflow_configuration.py +5 -0
  2099. pulumi_oci/mediaservices/media_workflow_job.py +5 -0
  2100. pulumi_oci/mediaservices/outputs.py +5 -0
  2101. pulumi_oci/mediaservices/stream_cdn_config.py +5 -0
  2102. pulumi_oci/mediaservices/stream_distribution_channel.py +5 -0
  2103. pulumi_oci/mediaservices/stream_packaging_config.py +5 -0
  2104. pulumi_oci/meteringcomputation/_inputs.py +767 -0
  2105. pulumi_oci/meteringcomputation/custom_table.py +5 -0
  2106. pulumi_oci/meteringcomputation/get_average_carbon_emission.py +13 -4
  2107. pulumi_oci/meteringcomputation/get_clean_energy_usage.py +14 -4
  2108. pulumi_oci/meteringcomputation/get_configuration.py +13 -4
  2109. pulumi_oci/meteringcomputation/get_custom_table.py +15 -4
  2110. pulumi_oci/meteringcomputation/get_custom_tables.py +17 -4
  2111. pulumi_oci/meteringcomputation/get_queries.py +15 -4
  2112. pulumi_oci/meteringcomputation/get_query.py +14 -4
  2113. pulumi_oci/meteringcomputation/get_schedule.py +27 -4
  2114. pulumi_oci/meteringcomputation/get_scheduled_run.py +17 -4
  2115. pulumi_oci/meteringcomputation/get_scheduled_runs.py +15 -4
  2116. pulumi_oci/meteringcomputation/get_schedules.py +17 -4
  2117. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_config.py +13 -4
  2118. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +15 -4
  2119. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_query.py +14 -4
  2120. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_group.py +18 -4
  2121. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +17 -4
  2122. pulumi_oci/meteringcomputation/outputs.py +5 -0
  2123. pulumi_oci/meteringcomputation/query.py +5 -0
  2124. pulumi_oci/meteringcomputation/schedule.py +5 -0
  2125. pulumi_oci/meteringcomputation/usage.py +5 -0
  2126. pulumi_oci/meteringcomputation/usage_carbon_emission.py +5 -0
  2127. pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +5 -0
  2128. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +5 -0
  2129. pulumi_oci/monitoring/_inputs.py +284 -13
  2130. pulumi_oci/monitoring/alarm.py +5 -0
  2131. pulumi_oci/monitoring/alarm_suppression.py +169 -35
  2132. pulumi_oci/monitoring/get_alarm.py +40 -4
  2133. pulumi_oci/monitoring/get_alarm_history_collection.py +20 -4
  2134. pulumi_oci/monitoring/get_alarm_statuses.py +32 -7
  2135. pulumi_oci/monitoring/get_alarm_suppression.py +57 -7
  2136. pulumi_oci/monitoring/get_alarm_suppressions.py +155 -17
  2137. pulumi_oci/monitoring/get_alarms.py +21 -4
  2138. pulumi_oci/monitoring/get_metric_data.py +29 -4
  2139. pulumi_oci/monitoring/get_metrics.py +27 -4
  2140. pulumi_oci/monitoring/outputs.py +296 -18
  2141. pulumi_oci/mysql/_inputs.py +1624 -179
  2142. pulumi_oci/mysql/channel.py +5 -0
  2143. pulumi_oci/mysql/get_channel.py +24 -4
  2144. pulumi_oci/mysql/get_channels.py +25 -4
  2145. pulumi_oci/mysql/get_heat_wave_cluster.py +20 -4
  2146. pulumi_oci/mysql/get_mysql_backup.py +35 -4
  2147. pulumi_oci/mysql/get_mysql_backups.py +25 -4
  2148. pulumi_oci/mysql/get_mysql_configuration.py +25 -4
  2149. pulumi_oci/mysql/get_mysql_configurations.py +25 -4
  2150. pulumi_oci/mysql/get_mysql_db_system.py +51 -4
  2151. pulumi_oci/mysql/get_mysql_db_systems.py +29 -4
  2152. pulumi_oci/mysql/get_mysql_version.py +15 -4
  2153. pulumi_oci/mysql/get_replica.py +33 -4
  2154. pulumi_oci/mysql/get_replicas.py +27 -4
  2155. pulumi_oci/mysql/get_shapes.py +21 -4
  2156. pulumi_oci/mysql/heat_wave_cluster.py +5 -0
  2157. pulumi_oci/mysql/mysql_backup.py +5 -0
  2158. pulumi_oci/mysql/mysql_configuration.py +5 -0
  2159. pulumi_oci/mysql/mysql_db_system.py +12 -7
  2160. pulumi_oci/mysql/outputs.py +5 -0
  2161. pulumi_oci/mysql/replica.py +5 -0
  2162. pulumi_oci/networkfirewall/_inputs.py +292 -0
  2163. pulumi_oci/networkfirewall/get_network_firewall.py +27 -4
  2164. pulumi_oci/networkfirewall/get_network_firewall_policies.py +20 -4
  2165. pulumi_oci/networkfirewall/get_network_firewall_policy.py +22 -4
  2166. pulumi_oci/networkfirewall/get_network_firewall_policy_address_list.py +18 -4
  2167. pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +17 -4
  2168. pulumi_oci/networkfirewall/get_network_firewall_policy_application.py +18 -4
  2169. pulumi_oci/networkfirewall/get_network_firewall_policy_application_group.py +17 -4
  2170. pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +17 -4
  2171. pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +17 -4
  2172. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profile.py +25 -4
  2173. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +17 -4
  2174. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rule.py +21 -4
  2175. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +19 -4
  2176. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +19 -4
  2177. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secrets.py +15 -4
  2178. pulumi_oci/networkfirewall/get_network_firewall_policy_security_rule.py +20 -4
  2179. pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +19 -4
  2180. pulumi_oci/networkfirewall/get_network_firewall_policy_service.py +17 -4
  2181. pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py +17 -4
  2182. pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +17 -4
  2183. pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +17 -4
  2184. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +22 -4
  2185. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +19 -4
  2186. pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py +17 -4
  2187. pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +17 -4
  2188. pulumi_oci/networkfirewall/get_network_firewalls.py +24 -4
  2189. pulumi_oci/networkfirewall/network_firewall.py +5 -0
  2190. pulumi_oci/networkfirewall/network_firewall_policy.py +5 -0
  2191. pulumi_oci/networkfirewall/network_firewall_policy_address_list.py +5 -0
  2192. pulumi_oci/networkfirewall/network_firewall_policy_application.py +5 -0
  2193. pulumi_oci/networkfirewall/network_firewall_policy_application_group.py +5 -0
  2194. pulumi_oci/networkfirewall/network_firewall_policy_decryption_profile.py +5 -0
  2195. pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +5 -0
  2196. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +5 -0
  2197. pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +5 -0
  2198. pulumi_oci/networkfirewall/network_firewall_policy_service.py +5 -0
  2199. pulumi_oci/networkfirewall/network_firewall_policy_service_list.py +5 -0
  2200. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +5 -0
  2201. pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +5 -0
  2202. pulumi_oci/networkfirewall/outputs.py +5 -0
  2203. pulumi_oci/networkloadbalancer/_inputs.py +351 -0
  2204. pulumi_oci/networkloadbalancer/backend.py +5 -0
  2205. pulumi_oci/networkloadbalancer/backend_set.py +5 -0
  2206. pulumi_oci/networkloadbalancer/get_backend_health.py +18 -4
  2207. pulumi_oci/networkloadbalancer/get_backend_set.py +22 -4
  2208. pulumi_oci/networkloadbalancer/get_backend_set_health.py +19 -4
  2209. pulumi_oci/networkloadbalancer/get_backend_sets.py +15 -4
  2210. pulumi_oci/networkloadbalancer/get_backends.py +17 -4
  2211. pulumi_oci/networkloadbalancer/get_listener.py +22 -4
  2212. pulumi_oci/networkloadbalancer/get_listeners.py +15 -4
  2213. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +32 -4
  2214. pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +17 -4
  2215. pulumi_oci/networkloadbalancer/get_network_load_balancers.py +19 -4
  2216. pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +13 -4
  2217. pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +13 -4
  2218. pulumi_oci/networkloadbalancer/listener.py +5 -0
  2219. pulumi_oci/networkloadbalancer/network_load_balancer.py +5 -0
  2220. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +5 -0
  2221. pulumi_oci/networkloadbalancer/outputs.py +5 -0
  2222. pulumi_oci/nosql/_inputs.py +179 -0
  2223. pulumi_oci/nosql/get_index.py +23 -4
  2224. pulumi_oci/nosql/get_indexes.py +21 -4
  2225. pulumi_oci/nosql/get_table.py +31 -4
  2226. pulumi_oci/nosql/get_tables.py +19 -4
  2227. pulumi_oci/nosql/index.py +5 -0
  2228. pulumi_oci/nosql/outputs.py +5 -0
  2229. pulumi_oci/nosql/table.py +5 -0
  2230. pulumi_oci/nosql/table_replica.py +5 -0
  2231. pulumi_oci/objectstorage/__init__.py +3 -0
  2232. pulumi_oci/objectstorage/_inputs.py +325 -0
  2233. pulumi_oci/objectstorage/bucket.py +5 -0
  2234. pulumi_oci/objectstorage/get_bucket.py +34 -4
  2235. pulumi_oci/objectstorage/get_bucket_summaries.py +17 -4
  2236. pulumi_oci/objectstorage/get_namespace.py +13 -4
  2237. pulumi_oci/objectstorage/get_namespace_metadata.py +14 -4
  2238. pulumi_oci/objectstorage/get_object.py +44 -4
  2239. pulumi_oci/objectstorage/get_object_head.py +22 -4
  2240. pulumi_oci/objectstorage/get_object_lifecycle_policy.py +16 -4
  2241. pulumi_oci/objectstorage/get_object_versions.py +36 -10
  2242. pulumi_oci/objectstorage/get_objects.py +34 -10
  2243. pulumi_oci/objectstorage/get_preauthrequest.py +25 -4
  2244. pulumi_oci/objectstorage/get_preauthrequests.py +19 -4
  2245. pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
  2246. pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
  2247. pulumi_oci/objectstorage/get_replication_policies.py +17 -4
  2248. pulumi_oci/objectstorage/get_replication_policy.py +24 -4
  2249. pulumi_oci/objectstorage/get_replication_sources.py +17 -4
  2250. pulumi_oci/objectstorage/namespace_metadata.py +5 -0
  2251. pulumi_oci/objectstorage/object_lifecycle_policy.py +5 -0
  2252. pulumi_oci/objectstorage/outputs.py +263 -0
  2253. pulumi_oci/objectstorage/preauthrequest.py +5 -0
  2254. pulumi_oci/objectstorage/private_endpoint.py +630 -0
  2255. pulumi_oci/objectstorage/replication_policy.py +5 -0
  2256. pulumi_oci/objectstorage/storage_object.py +12 -7
  2257. pulumi_oci/oce/_inputs.py +19 -0
  2258. pulumi_oci/oce/get_oce_instance.py +38 -4
  2259. pulumi_oci/oce/get_oce_instances.py +21 -4
  2260. pulumi_oci/oce/instance.py +5 -0
  2261. pulumi_oci/oce/outputs.py +5 -0
  2262. pulumi_oci/ocvp/_inputs.py +443 -0
  2263. pulumi_oci/ocvp/cluster.py +5 -0
  2264. pulumi_oci/ocvp/esxi_host.py +5 -0
  2265. pulumi_oci/ocvp/get_cluster.py +37 -4
  2266. pulumi_oci/ocvp/get_clusters.py +21 -4
  2267. pulumi_oci/ocvp/get_exsi_host.py +42 -4
  2268. pulumi_oci/ocvp/get_exsi_hosts.py +29 -4
  2269. pulumi_oci/ocvp/get_retrieve_password.py +15 -4
  2270. pulumi_oci/ocvp/get_sddc.py +74 -4
  2271. pulumi_oci/ocvp/get_sddcs.py +21 -4
  2272. pulumi_oci/ocvp/get_supported_commitments.py +17 -4
  2273. pulumi_oci/ocvp/get_supported_host_shapes.py +23 -4
  2274. pulumi_oci/ocvp/get_supported_skus.py +17 -4
  2275. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +21 -4
  2276. pulumi_oci/ocvp/outputs.py +5 -0
  2277. pulumi_oci/ocvp/sddc.py +5 -0
  2278. pulumi_oci/oda/_inputs.py +75 -0
  2279. pulumi_oci/oda/get_oda_instance.py +34 -4
  2280. pulumi_oci/oda/get_oda_instances.py +19 -4
  2281. pulumi_oci/oda/get_oda_private_endpoint.py +22 -4
  2282. pulumi_oci/oda/get_oda_private_endpoint_attachment.py +18 -4
  2283. pulumi_oci/oda/get_oda_private_endpoint_attachments.py +19 -4
  2284. pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +17 -4
  2285. pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +19 -4
  2286. pulumi_oci/oda/get_oda_private_endpoints.py +19 -4
  2287. pulumi_oci/oda/oda_instance.py +5 -0
  2288. pulumi_oci/oda/oda_private_endpoint.py +5 -0
  2289. pulumi_oci/oda/oda_private_endpoint_attachment.py +5 -0
  2290. pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +5 -0
  2291. pulumi_oci/oda/outputs.py +5 -0
  2292. pulumi_oci/onesubsription/_inputs.py +124 -0
  2293. pulumi_oci/onesubsription/get_aggregated_computed_usages.py +25 -4
  2294. pulumi_oci/onesubsription/get_billing_schedules.py +19 -4
  2295. pulumi_oci/onesubsription/get_commitment.py +19 -4
  2296. pulumi_oci/onesubsription/get_commitments.py +17 -4
  2297. pulumi_oci/onesubsription/get_computed_usage.py +40 -4
  2298. pulumi_oci/onesubsription/get_computed_usages.py +25 -4
  2299. pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +19 -4
  2300. pulumi_oci/onesubsription/get_invoices.py +23 -4
  2301. pulumi_oci/onesubsription/get_organization_subscriptions.py +15 -4
  2302. pulumi_oci/onesubsription/get_ratecards.py +23 -4
  2303. pulumi_oci/onesubsription/get_subscribed_service.py +124 -4
  2304. pulumi_oci/onesubsription/get_subscribed_services.py +21 -4
  2305. pulumi_oci/onesubsription/get_subscriptions.py +23 -4
  2306. pulumi_oci/onesubsription/outputs.py +5 -0
  2307. pulumi_oci/ons/_inputs.py +28 -0
  2308. pulumi_oci/ons/get_notification_topic.py +22 -4
  2309. pulumi_oci/ons/get_notification_topics.py +20 -4
  2310. pulumi_oci/ons/get_subscription.py +22 -4
  2311. pulumi_oci/ons/get_subscriptions.py +17 -4
  2312. pulumi_oci/ons/notification_topic.py +5 -0
  2313. pulumi_oci/ons/outputs.py +5 -0
  2314. pulumi_oci/ons/subscription.py +5 -0
  2315. pulumi_oci/opa/_inputs.py +45 -0
  2316. pulumi_oci/opa/get_opa_instance.py +32 -4
  2317. pulumi_oci/opa/get_opa_instances.py +20 -4
  2318. pulumi_oci/opa/opa_instance.py +5 -0
  2319. pulumi_oci/opa/outputs.py +5 -0
  2320. pulumi_oci/opensearch/_inputs.py +25 -0
  2321. pulumi_oci/opensearch/cluster.py +5 -0
  2322. pulumi_oci/opensearch/get_opensearch_cluster.py +51 -4
  2323. pulumi_oci/opensearch/get_opensearch_clusters.py +20 -4
  2324. pulumi_oci/opensearch/get_opensearch_version.py +13 -4
  2325. pulumi_oci/opensearch/get_opensearch_versions.py +15 -4
  2326. pulumi_oci/opensearch/outputs.py +5 -0
  2327. pulumi_oci/operatoraccesscontrol/_inputs.py +46 -0
  2328. pulumi_oci/operatoraccesscontrol/get_access_request.py +49 -4
  2329. pulumi_oci/operatoraccesscontrol/get_access_request_audit_log_report.py +18 -4
  2330. pulumi_oci/operatoraccesscontrol/get_access_request_history.py +13 -4
  2331. pulumi_oci/operatoraccesscontrol/get_access_requests.py +25 -4
  2332. pulumi_oci/operatoraccesscontrol/get_action.py +18 -4
  2333. pulumi_oci/operatoraccesscontrol/get_actions.py +21 -4
  2334. pulumi_oci/operatoraccesscontrol/get_control.py +32 -4
  2335. pulumi_oci/operatoraccesscontrol/get_control_assignment.py +42 -4
  2336. pulumi_oci/operatoraccesscontrol/get_control_assignments.py +23 -4
  2337. pulumi_oci/operatoraccesscontrol/get_controls.py +21 -4
  2338. pulumi_oci/operatoraccesscontrol/operator_control.py +5 -0
  2339. pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +5 -0
  2340. pulumi_oci/operatoraccesscontrol/outputs.py +5 -0
  2341. pulumi_oci/opsi/_inputs.py +732 -75
  2342. pulumi_oci/opsi/awr_hub.py +5 -0
  2343. pulumi_oci/opsi/awr_hub_source.py +5 -0
  2344. pulumi_oci/opsi/awr_hub_source_awrhubsources_management.py +5 -0
  2345. pulumi_oci/opsi/database_insight.py +167 -21
  2346. pulumi_oci/opsi/enterprise_manager_bridge.py +5 -0
  2347. pulumi_oci/opsi/exadata_insight.py +49 -0
  2348. pulumi_oci/opsi/get_awr_hub.py +25 -4
  2349. pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +19 -4
  2350. pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +21 -4
  2351. pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +17 -4
  2352. pulumi_oci/opsi/get_awr_hub_source.py +34 -4
  2353. pulumi_oci/opsi/get_awr_hub_sources.py +27 -4
  2354. pulumi_oci/opsi/get_awr_hubs.py +22 -4
  2355. pulumi_oci/opsi/get_database_insight.py +88 -5
  2356. pulumi_oci/opsi/get_database_insights.py +34 -4
  2357. pulumi_oci/opsi/get_enterprise_manager_bridge.py +25 -4
  2358. pulumi_oci/opsi/get_enterprise_manager_bridges.py +22 -4
  2359. pulumi_oci/opsi/get_exadata_insight.py +38 -4
  2360. pulumi_oci/opsi/get_exadata_insights.py +26 -4
  2361. pulumi_oci/opsi/get_host_insight.py +38 -4
  2362. pulumi_oci/opsi/get_host_insights.py +30 -6
  2363. pulumi_oci/opsi/get_importable_agent_entities.py +13 -4
  2364. pulumi_oci/opsi/get_importable_agent_entity.py +13 -4
  2365. pulumi_oci/opsi/get_importable_compute_entities.py +13 -4
  2366. pulumi_oci/opsi/get_importable_compute_entity.py +13 -4
  2367. pulumi_oci/opsi/get_news_report.py +29 -4
  2368. pulumi_oci/opsi/get_news_reports.py +23 -4
  2369. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +27 -4
  2370. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +27 -4
  2371. pulumi_oci/opsi/get_operations_insights_warehouse.py +28 -4
  2372. pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +15 -4
  2373. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +26 -4
  2374. pulumi_oci/opsi/get_operations_insights_warehouse_users.py +22 -4
  2375. pulumi_oci/opsi/get_operations_insights_warehouses.py +20 -4
  2376. pulumi_oci/opsi/get_opsi_configuration.py +32 -4
  2377. pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +21 -4
  2378. pulumi_oci/opsi/get_opsi_configurations.py +21 -4
  2379. pulumi_oci/opsi/host_insight.py +5 -48
  2380. pulumi_oci/opsi/news_report.py +5 -0
  2381. pulumi_oci/opsi/operations_insights_private_endpoint.py +5 -0
  2382. pulumi_oci/opsi/operations_insights_warehouse.py +5 -0
  2383. pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +5 -0
  2384. pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +5 -0
  2385. pulumi_oci/opsi/operations_insights_warehouse_user.py +5 -0
  2386. pulumi_oci/opsi/opsi_configuration.py +5 -0
  2387. pulumi_oci/opsi/outputs.py +410 -109
  2388. pulumi_oci/optimizer/_inputs.py +226 -0
  2389. pulumi_oci/optimizer/enrollment_status.py +5 -0
  2390. pulumi_oci/optimizer/get_categories.py +25 -4
  2391. pulumi_oci/optimizer/get_category.py +23 -4
  2392. pulumi_oci/optimizer/get_enrollment_status.py +18 -4
  2393. pulumi_oci/optimizer/get_enrollment_statuses.py +19 -4
  2394. pulumi_oci/optimizer/get_histories.py +31 -4
  2395. pulumi_oci/optimizer/get_profile.py +25 -4
  2396. pulumi_oci/optimizer/get_profile_level.py +19 -4
  2397. pulumi_oci/optimizer/get_profile_levels.py +21 -4
  2398. pulumi_oci/optimizer/get_profiles.py +19 -4
  2399. pulumi_oci/optimizer/get_recommendation.py +27 -4
  2400. pulumi_oci/optimizer/get_recommendation_strategies.py +21 -4
  2401. pulumi_oci/optimizer/get_recommendation_strategy.py +19 -4
  2402. pulumi_oci/optimizer/get_recommendations.py +31 -4
  2403. pulumi_oci/optimizer/get_resource_action.py +31 -4
  2404. pulumi_oci/optimizer/get_resource_actions.py +35 -4
  2405. pulumi_oci/optimizer/outputs.py +5 -0
  2406. pulumi_oci/optimizer/profile.py +5 -0
  2407. pulumi_oci/optimizer/recommendation.py +5 -0
  2408. pulumi_oci/optimizer/resource_action.py +5 -0
  2409. pulumi_oci/osmanagement/_inputs.py +190 -0
  2410. pulumi_oci/osmanagement/get_managed_instance.py +37 -4
  2411. pulumi_oci/osmanagement/get_managed_instance_event_report.py +19 -4
  2412. pulumi_oci/osmanagement/get_managed_instance_group.py +22 -4
  2413. pulumi_oci/osmanagement/get_managed_instance_groups.py +21 -4
  2414. pulumi_oci/osmanagement/get_managed_instance_module_streams.py +23 -4
  2415. pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +25 -4
  2416. pulumi_oci/osmanagement/get_managed_instances.py +19 -4
  2417. pulumi_oci/osmanagement/get_software_source.py +33 -4
  2418. pulumi_oci/osmanagement/get_software_source_module_stream.py +21 -4
  2419. pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +21 -4
  2420. pulumi_oci/osmanagement/get_software_source_stream_profile.py +23 -4
  2421. pulumi_oci/osmanagement/get_software_sources.py +19 -4
  2422. pulumi_oci/osmanagement/managed_instance.py +5 -0
  2423. pulumi_oci/osmanagement/managed_instance_group.py +5 -0
  2424. pulumi_oci/osmanagement/managed_instance_management.py +5 -0
  2425. pulumi_oci/osmanagement/outputs.py +5 -0
  2426. pulumi_oci/osmanagement/software_source.py +5 -0
  2427. pulumi_oci/osmanagementhub/_inputs.py +1538 -12
  2428. pulumi_oci/osmanagementhub/event.py +5 -0
  2429. pulumi_oci/osmanagementhub/get_entitlements.py +19 -4
  2430. pulumi_oci/osmanagementhub/get_errata.py +31 -4
  2431. pulumi_oci/osmanagementhub/get_erratum.py +28 -4
  2432. pulumi_oci/osmanagementhub/get_event.py +28 -4
  2433. pulumi_oci/osmanagementhub/get_events.py +34 -4
  2434. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +27 -4
  2435. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +31 -4
  2436. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +28 -4
  2437. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +33 -4
  2438. pulumi_oci/osmanagementhub/get_managed_instance.py +49 -4
  2439. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +21 -4
  2440. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +21 -4
  2441. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +27 -4
  2442. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +23 -4
  2443. pulumi_oci/osmanagementhub/get_managed_instance_group.py +33 -4
  2444. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +21 -4
  2445. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +23 -4
  2446. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +21 -4
  2447. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +25 -4
  2448. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +23 -4
  2449. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +35 -4
  2450. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +25 -4
  2451. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +23 -4
  2452. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +21 -4
  2453. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +25 -4
  2454. pulumi_oci/osmanagementhub/get_managed_instances.py +59 -4
  2455. pulumi_oci/osmanagementhub/get_management_station.py +32 -4
  2456. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +21 -4
  2457. pulumi_oci/osmanagementhub/get_management_stations.py +24 -4
  2458. pulumi_oci/osmanagementhub/get_profile.py +35 -4
  2459. pulumi_oci/osmanagementhub/get_profiles.py +37 -4
  2460. pulumi_oci/osmanagementhub/get_scheduled_job.py +36 -4
  2461. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +48 -4
  2462. pulumi_oci/osmanagementhub/get_software_package.py +27 -4
  2463. pulumi_oci/osmanagementhub/get_software_package_software_source.py +35 -4
  2464. pulumi_oci/osmanagementhub/get_software_packages.py +25 -4
  2465. pulumi_oci/osmanagementhub/get_software_source.py +44 -4
  2466. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +23 -4
  2467. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +22 -4
  2468. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +21 -4
  2469. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +23 -4
  2470. pulumi_oci/osmanagementhub/get_software_source_package_group.py +22 -4
  2471. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +23 -4
  2472. pulumi_oci/osmanagementhub/get_software_source_software_package.py +29 -4
  2473. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +21 -4
  2474. pulumi_oci/osmanagementhub/get_software_source_vendors.py +17 -4
  2475. pulumi_oci/osmanagementhub/get_software_sources.py +41 -4
  2476. pulumi_oci/osmanagementhub/get_windows_update.py +21 -4
  2477. pulumi_oci/osmanagementhub/get_windows_updates.py +21 -4
  2478. pulumi_oci/osmanagementhub/lifecycle_environment.py +5 -0
  2479. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +5 -0
  2480. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +5 -0
  2481. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +5 -0
  2482. pulumi_oci/osmanagementhub/managed_instance.py +5 -0
  2483. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +5 -0
  2484. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +5 -0
  2485. pulumi_oci/osmanagementhub/managed_instance_group.py +5 -0
  2486. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +5 -0
  2487. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +5 -0
  2488. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +5 -0
  2489. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +5 -0
  2490. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +5 -0
  2491. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +5 -0
  2492. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +5 -0
  2493. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +5 -0
  2494. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +5 -0
  2495. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +5 -0
  2496. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +5 -0
  2497. pulumi_oci/osmanagementhub/management_station.py +5 -0
  2498. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +5 -0
  2499. pulumi_oci/osmanagementhub/management_station_refresh_management.py +5 -0
  2500. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +5 -0
  2501. pulumi_oci/osmanagementhub/outputs.py +5 -0
  2502. pulumi_oci/osmanagementhub/profile.py +5 -0
  2503. pulumi_oci/osmanagementhub/scheduled_job.py +5 -0
  2504. pulumi_oci/osmanagementhub/software_source.py +5 -0
  2505. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +5 -0
  2506. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +5 -0
  2507. pulumi_oci/ospgateway/_inputs.py +668 -0
  2508. pulumi_oci/ospgateway/address_action_verification.py +5 -0
  2509. pulumi_oci/ospgateway/get_address.py +42 -4
  2510. pulumi_oci/ospgateway/get_address_rule.py +19 -4
  2511. pulumi_oci/ospgateway/get_invoice.py +40 -4
  2512. pulumi_oci/ospgateway/get_invoices.py +33 -4
  2513. pulumi_oci/ospgateway/get_invoices_invoice_line.py +17 -4
  2514. pulumi_oci/ospgateway/get_invoices_invoice_lines.py +19 -4
  2515. pulumi_oci/ospgateway/get_subscription.py +38 -4
  2516. pulumi_oci/ospgateway/get_subscriptions.py +17 -4
  2517. pulumi_oci/ospgateway/outputs.py +5 -0
  2518. pulumi_oci/ospgateway/subscription.py +5 -0
  2519. pulumi_oci/osubbillingschedule/_inputs.py +19 -0
  2520. pulumi_oci/osubbillingschedule/get_billing_schedule.py +21 -4
  2521. pulumi_oci/osubbillingschedule/outputs.py +5 -0
  2522. pulumi_oci/osuborganizationsubscription/_inputs.py +19 -0
  2523. pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +19 -4
  2524. pulumi_oci/osuborganizationsubscription/outputs.py +5 -0
  2525. pulumi_oci/osubsubscription/_inputs.py +40 -0
  2526. pulumi_oci/osubsubscription/get_commitment.py +22 -4
  2527. pulumi_oci/osubsubscription/get_commitments.py +21 -4
  2528. pulumi_oci/osubsubscription/get_ratecards.py +25 -4
  2529. pulumi_oci/osubsubscription/get_subscriptions.py +27 -4
  2530. pulumi_oci/osubsubscription/outputs.py +5 -0
  2531. pulumi_oci/osubusage/_inputs.py +31 -0
  2532. pulumi_oci/osubusage/get_commitment_aggregateds.py +27 -4
  2533. pulumi_oci/osubusage/get_computed_usage.py +42 -4
  2534. pulumi_oci/osubusage/get_computed_usages.py +27 -4
  2535. pulumi_oci/osubusage/outputs.py +5 -0
  2536. pulumi_oci/provider.py +5 -0
  2537. pulumi_oci/psql/_inputs.py +351 -0
  2538. pulumi_oci/psql/backup.py +5 -0
  2539. pulumi_oci/psql/configuration.py +5 -0
  2540. pulumi_oci/psql/db_system.py +5 -0
  2541. pulumi_oci/psql/get_backup.py +29 -4
  2542. pulumi_oci/psql/get_backups.py +26 -4
  2543. pulumi_oci/psql/get_configuration.py +29 -4
  2544. pulumi_oci/psql/get_configurations.py +25 -4
  2545. pulumi_oci/psql/get_db_system.py +41 -4
  2546. pulumi_oci/psql/get_db_system_connection_detail.py +15 -4
  2547. pulumi_oci/psql/get_db_system_primary_db_instance.py +13 -4
  2548. pulumi_oci/psql/get_db_systems.py +20 -4
  2549. pulumi_oci/psql/get_default_configuration.py +23 -4
  2550. pulumi_oci/psql/get_default_configurations.py +23 -4
  2551. pulumi_oci/psql/get_shapes.py +16 -4
  2552. pulumi_oci/psql/outputs.py +5 -0
  2553. pulumi_oci/pulumi-plugin.json +1 -1
  2554. pulumi_oci/queue/_inputs.py +16 -0
  2555. pulumi_oci/queue/get_queue.py +30 -4
  2556. pulumi_oci/queue/get_queues.py +20 -4
  2557. pulumi_oci/queue/outputs.py +5 -0
  2558. pulumi_oci/queue/queue.py +5 -0
  2559. pulumi_oci/recoverymod/_inputs.py +86 -0
  2560. pulumi_oci/recoverymod/get_protected_database.py +36 -4
  2561. pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +17 -4
  2562. pulumi_oci/recoverymod/get_protected_databases.py +24 -4
  2563. pulumi_oci/recoverymod/get_protection_policies.py +23 -4
  2564. pulumi_oci/recoverymod/get_protection_policy.py +25 -4
  2565. pulumi_oci/recoverymod/get_recovery_service_subnet.py +25 -4
  2566. pulumi_oci/recoverymod/get_recovery_service_subnets.py +22 -4
  2567. pulumi_oci/recoverymod/outputs.py +5 -0
  2568. pulumi_oci/recoverymod/protected_database.py +5 -0
  2569. pulumi_oci/recoverymod/protection_policy.py +5 -0
  2570. pulumi_oci/recoverymod/recovery_service_subnet.py +5 -0
  2571. pulumi_oci/redis/_inputs.py +53 -0
  2572. pulumi_oci/redis/get_redis_cluster.py +33 -4
  2573. pulumi_oci/redis/get_redis_cluster_nodes.py +17 -4
  2574. pulumi_oci/redis/get_redis_clusters.py +20 -4
  2575. pulumi_oci/redis/outputs.py +5 -0
  2576. pulumi_oci/redis/redis_cluster.py +5 -0
  2577. pulumi_oci/resourcemanager/_inputs.py +25 -0
  2578. pulumi_oci/resourcemanager/get_private_endpoint.py +25 -4
  2579. pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +15 -4
  2580. pulumi_oci/resourcemanager/get_private_endpoints.py +21 -4
  2581. pulumi_oci/resourcemanager/get_stack.py +21 -4
  2582. pulumi_oci/resourcemanager/get_stack_tf_state.py +14 -4
  2583. pulumi_oci/resourcemanager/get_stacks.py +20 -4
  2584. pulumi_oci/resourcemanager/outputs.py +5 -0
  2585. pulumi_oci/resourcemanager/private_endpoint.py +5 -0
  2586. pulumi_oci/resourcescheduler/_inputs.py +72 -0
  2587. pulumi_oci/resourcescheduler/get_schedule.py +30 -4
  2588. pulumi_oci/resourcescheduler/get_schedules.py +21 -4
  2589. pulumi_oci/resourcescheduler/outputs.py +5 -0
  2590. pulumi_oci/resourcescheduler/schedule.py +5 -0
  2591. pulumi_oci/sch/_inputs.py +285 -0
  2592. pulumi_oci/sch/connector.py +5 -0
  2593. pulumi_oci/sch/get_connector_plugin.py +20 -4
  2594. pulumi_oci/sch/get_connector_plugins.py +19 -4
  2595. pulumi_oci/sch/get_service_connector.py +25 -4
  2596. pulumi_oci/sch/get_service_connectors.py +19 -4
  2597. pulumi_oci/sch/outputs.py +5 -0
  2598. pulumi_oci/secrets/_inputs.py +16 -0
  2599. pulumi_oci/secrets/get_secretbundle.py +25 -4
  2600. pulumi_oci/secrets/get_secretbundle_versions.py +15 -4
  2601. pulumi_oci/secrets/outputs.py +5 -0
  2602. pulumi_oci/securityattribute/__init__.py +15 -0
  2603. pulumi_oci/securityattribute/_inputs.py +209 -0
  2604. pulumi_oci/securityattribute/get_security_attribute.py +262 -0
  2605. pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
  2606. pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
  2607. pulumi_oci/securityattribute/get_security_attributes.py +169 -0
  2608. pulumi_oci/securityattribute/outputs.py +466 -0
  2609. pulumi_oci/securityattribute/security_attribute.py +588 -0
  2610. pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
  2611. pulumi_oci/servicecatalog/_inputs.py +76 -0
  2612. pulumi_oci/servicecatalog/catalog.py +5 -0
  2613. pulumi_oci/servicecatalog/catalog_association.py +5 -0
  2614. pulumi_oci/servicecatalog/get_private_application.py +25 -4
  2615. pulumi_oci/servicecatalog/get_private_application_package.py +19 -4
  2616. pulumi_oci/servicecatalog/get_private_application_packages.py +21 -4
  2617. pulumi_oci/servicecatalog/get_private_applications.py +19 -4
  2618. pulumi_oci/servicecatalog/get_service_catalog.py +19 -4
  2619. pulumi_oci/servicecatalog/get_service_catalog_association.py +16 -4
  2620. pulumi_oci/servicecatalog/get_service_catalog_associations.py +21 -4
  2621. pulumi_oci/servicecatalog/get_service_catalogs.py +19 -4
  2622. pulumi_oci/servicecatalog/outputs.py +5 -0
  2623. pulumi_oci/servicecatalog/private_application.py +5 -0
  2624. pulumi_oci/servicemanagerproxy/_inputs.py +16 -0
  2625. pulumi_oci/servicemanagerproxy/get_service_environment.py +19 -4
  2626. pulumi_oci/servicemanagerproxy/get_service_environments.py +21 -4
  2627. pulumi_oci/servicemanagerproxy/outputs.py +5 -0
  2628. pulumi_oci/servicemesh/_inputs.py +530 -0
  2629. pulumi_oci/servicemesh/access_policy.py +5 -0
  2630. pulumi_oci/servicemesh/get_access_policies.py +22 -4
  2631. pulumi_oci/servicemesh/get_access_policy.py +24 -4
  2632. pulumi_oci/servicemesh/get_ingress_gateway.py +26 -4
  2633. pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +25 -4
  2634. pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +22 -4
  2635. pulumi_oci/servicemesh/get_ingress_gateways.py +22 -4
  2636. pulumi_oci/servicemesh/get_mesh.py +24 -4
  2637. pulumi_oci/servicemesh/get_meshes.py +20 -4
  2638. pulumi_oci/servicemesh/get_proxy_detail.py +11 -4
  2639. pulumi_oci/servicemesh/get_virtual_deployment.py +26 -4
  2640. pulumi_oci/servicemesh/get_virtual_deployments.py +22 -4
  2641. pulumi_oci/servicemesh/get_virtual_service.py +26 -4
  2642. pulumi_oci/servicemesh/get_virtual_service_route_table.py +25 -4
  2643. pulumi_oci/servicemesh/get_virtual_service_route_tables.py +22 -4
  2644. pulumi_oci/servicemesh/get_virtual_services.py +22 -4
  2645. pulumi_oci/servicemesh/ingress_gateway.py +5 -0
  2646. pulumi_oci/servicemesh/ingress_gateway_route_table.py +5 -0
  2647. pulumi_oci/servicemesh/mesh.py +5 -0
  2648. pulumi_oci/servicemesh/outputs.py +5 -0
  2649. pulumi_oci/servicemesh/virtual_deployment.py +5 -0
  2650. pulumi_oci/servicemesh/virtual_service.py +5 -0
  2651. pulumi_oci/servicemesh/virtual_service_route_table.py +5 -0
  2652. pulumi_oci/stackmonitoring/__init__.py +5 -0
  2653. pulumi_oci/stackmonitoring/_inputs.py +1419 -6
  2654. pulumi_oci/stackmonitoring/baselineable_metric.py +5 -0
  2655. pulumi_oci/stackmonitoring/config.py +5 -0
  2656. pulumi_oci/stackmonitoring/discovery_job.py +5 -0
  2657. pulumi_oci/stackmonitoring/get_baselineable_metric.py +28 -4
  2658. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +27 -4
  2659. pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +17 -4
  2660. pulumi_oci/stackmonitoring/get_config.py +24 -4
  2661. pulumi_oci/stackmonitoring/get_configs.py +21 -4
  2662. pulumi_oci/stackmonitoring/get_discovery_job.py +26 -4
  2663. pulumi_oci/stackmonitoring/get_discovery_job_logs.py +17 -4
  2664. pulumi_oci/stackmonitoring/get_discovery_jobs.py +17 -4
  2665. pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
  2666. pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
  2667. pulumi_oci/stackmonitoring/get_metric_extension.py +32 -4
  2668. pulumi_oci/stackmonitoring/get_metric_extensions.py +25 -4
  2669. pulumi_oci/stackmonitoring/get_monitored_resource.py +37 -4
  2670. pulumi_oci/stackmonitoring/get_monitored_resource_task.py +23 -4
  2671. pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +17 -4
  2672. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +26 -4
  2673. pulumi_oci/stackmonitoring/get_monitored_resource_types.py +27 -4
  2674. pulumi_oci/stackmonitoring/get_monitored_resources.py +21 -4
  2675. pulumi_oci/stackmonitoring/get_process_set.py +22 -4
  2676. pulumi_oci/stackmonitoring/get_process_sets.py +17 -4
  2677. pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
  2678. pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
  2679. pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
  2680. pulumi_oci/stackmonitoring/metric_extension.py +5 -0
  2681. pulumi_oci/stackmonitoring/metric_extension_metric_extension_on_given_resources_management.py +5 -0
  2682. pulumi_oci/stackmonitoring/metric_extensions_test_management.py +5 -0
  2683. pulumi_oci/stackmonitoring/monitored_resource.py +5 -0
  2684. pulumi_oci/stackmonitoring/monitored_resource_task.py +5 -0
  2685. pulumi_oci/stackmonitoring/monitored_resource_type.py +5 -0
  2686. pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +5 -0
  2687. pulumi_oci/stackmonitoring/monitored_resources_list_member.py +5 -0
  2688. pulumi_oci/stackmonitoring/monitored_resources_search.py +5 -0
  2689. pulumi_oci/stackmonitoring/monitored_resources_search_association.py +5 -0
  2690. pulumi_oci/stackmonitoring/outputs.py +608 -0
  2691. pulumi_oci/stackmonitoring/process_set.py +5 -0
  2692. pulumi_oci/streaming/_inputs.py +101 -0
  2693. pulumi_oci/streaming/connect_harness.py +5 -0
  2694. pulumi_oci/streaming/get_connect_harness.py +19 -4
  2695. pulumi_oci/streaming/get_connect_harnesses.py +20 -4
  2696. pulumi_oci/streaming/get_stream.py +23 -4
  2697. pulumi_oci/streaming/get_stream_pool.py +24 -4
  2698. pulumi_oci/streaming/get_stream_pools.py +20 -4
  2699. pulumi_oci/streaming/get_streams.py +22 -4
  2700. pulumi_oci/streaming/outputs.py +5 -0
  2701. pulumi_oci/streaming/stream.py +5 -0
  2702. pulumi_oci/streaming/stream_pool.py +5 -0
  2703. pulumi_oci/usageproxy/_inputs.py +94 -0
  2704. pulumi_oci/usageproxy/get_resource_quotas.py +19 -4
  2705. pulumi_oci/usageproxy/get_resources.py +19 -4
  2706. pulumi_oci/usageproxy/get_subscription_product.py +19 -4
  2707. pulumi_oci/usageproxy/get_subscription_products.py +21 -4
  2708. pulumi_oci/usageproxy/get_subscription_redeemable_user.py +16 -4
  2709. pulumi_oci/usageproxy/get_subscription_redeemable_users.py +17 -4
  2710. pulumi_oci/usageproxy/get_subscription_redemption.py +19 -4
  2711. pulumi_oci/usageproxy/get_subscription_redemptions.py +21 -4
  2712. pulumi_oci/usageproxy/get_subscription_reward.py +16 -4
  2713. pulumi_oci/usageproxy/get_subscription_rewards.py +17 -4
  2714. pulumi_oci/usageproxy/get_usagelimits.py +23 -4
  2715. pulumi_oci/usageproxy/outputs.py +5 -0
  2716. pulumi_oci/usageproxy/subscription_redeemable_user.py +5 -0
  2717. pulumi_oci/vault/_inputs.py +103 -0
  2718. pulumi_oci/vault/get_secret.py +32 -4
  2719. pulumi_oci/vault/get_secret_version.py +21 -4
  2720. pulumi_oci/vault/get_secrets.py +21 -4
  2721. pulumi_oci/vault/outputs.py +5 -0
  2722. pulumi_oci/vault/secret.py +5 -0
  2723. pulumi_oci/vbs/_inputs.py +19 -0
  2724. pulumi_oci/vbs/get_inst_vbs_instance.py +26 -4
  2725. pulumi_oci/vbs/get_inst_vbs_instances.py +20 -4
  2726. pulumi_oci/vbs/inst_vbs_instance.py +5 -0
  2727. pulumi_oci/vbs/outputs.py +5 -0
  2728. pulumi_oci/visualbuilder/_inputs.py +107 -0
  2729. pulumi_oci/visualbuilder/get_vb_instance.py +34 -4
  2730. pulumi_oci/visualbuilder/get_vb_instance_applications.py +15 -4
  2731. pulumi_oci/visualbuilder/get_vb_instances.py +19 -4
  2732. pulumi_oci/visualbuilder/outputs.py +5 -0
  2733. pulumi_oci/visualbuilder/vb_instance.py +5 -0
  2734. pulumi_oci/vnmonitoring/_inputs.py +270 -0
  2735. pulumi_oci/vnmonitoring/get_path_analyzer_test.py +25 -4
  2736. pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +19 -4
  2737. pulumi_oci/vnmonitoring/outputs.py +5 -0
  2738. pulumi_oci/vnmonitoring/path_analysi.py +5 -0
  2739. pulumi_oci/vnmonitoring/path_analyzer_test.py +5 -0
  2740. pulumi_oci/vulnerabilityscanning/_inputs.py +216 -0
  2741. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +5 -0
  2742. pulumi_oci/vulnerabilityscanning/container_scan_target.py +5 -0
  2743. pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +22 -4
  2744. pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +19 -4
  2745. pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +23 -4
  2746. pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +19 -4
  2747. pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +24 -4
  2748. pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +19 -4
  2749. pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +24 -4
  2750. pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +19 -4
  2751. pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +19 -4
  2752. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +5 -0
  2753. pulumi_oci/vulnerabilityscanning/host_scan_target.py +5 -0
  2754. pulumi_oci/vulnerabilityscanning/outputs.py +5 -0
  2755. pulumi_oci/waa/_inputs.py +67 -0
  2756. pulumi_oci/waa/app_acceleration.py +5 -0
  2757. pulumi_oci/waa/app_acceleration_policy.py +5 -0
  2758. pulumi_oci/waa/get_app_acceleration.py +24 -4
  2759. pulumi_oci/waa/get_app_acceleration_policies.py +20 -4
  2760. pulumi_oci/waa/get_app_acceleration_policy.py +23 -4
  2761. pulumi_oci/waa/get_app_accelerations.py +22 -4
  2762. pulumi_oci/waa/outputs.py +5 -0
  2763. pulumi_oci/waas/_inputs.py +1251 -34
  2764. pulumi_oci/waas/address_list.py +5 -0
  2765. pulumi_oci/waas/certificate.py +5 -0
  2766. pulumi_oci/waas/custom_protection_rule.py +5 -0
  2767. pulumi_oci/waas/get_address_list.py +20 -4
  2768. pulumi_oci/waas/get_address_lists.py +25 -4
  2769. pulumi_oci/waas/get_certificate.py +31 -4
  2770. pulumi_oci/waas/get_certificates.py +25 -4
  2771. pulumi_oci/waas/get_custom_protection_rule.py +21 -4
  2772. pulumi_oci/waas/get_custom_protection_rules.py +25 -4
  2773. pulumi_oci/waas/get_edge_subnets.py +13 -4
  2774. pulumi_oci/waas/get_http_redirect.py +21 -4
  2775. pulumi_oci/waas/get_http_redirects.py +25 -4
  2776. pulumi_oci/waas/get_protection_rule.py +21 -4
  2777. pulumi_oci/waas/get_protection_rules.py +19 -4
  2778. pulumi_oci/waas/get_waas_policies.py +25 -4
  2779. pulumi_oci/waas/get_waas_policy.py +25 -4
  2780. pulumi_oci/waas/http_redirect.py +5 -0
  2781. pulumi_oci/waas/outputs.py +5 -0
  2782. pulumi_oci/waas/policy.py +5 -0
  2783. pulumi_oci/waas/protection_rule.py +5 -0
  2784. pulumi_oci/waas/purge_cache.py +5 -0
  2785. pulumi_oci/waf/_inputs.py +590 -0
  2786. pulumi_oci/waf/app_firewall.py +5 -0
  2787. pulumi_oci/waf/app_firewall_policy.py +5 -0
  2788. pulumi_oci/waf/get_firewalls.py +22 -4
  2789. pulumi_oci/waf/get_network_address_list.py +24 -4
  2790. pulumi_oci/waf/get_network_address_lists.py +20 -4
  2791. pulumi_oci/waf/get_protection_capabilities.py +25 -4
  2792. pulumi_oci/waf/get_protection_capability_group_tags.py +19 -4
  2793. pulumi_oci/waf/get_web_app_firewall.py +24 -4
  2794. pulumi_oci/waf/get_web_app_firewall_policies.py +20 -4
  2795. pulumi_oci/waf/get_web_app_firewall_policy.py +27 -4
  2796. pulumi_oci/waf/network_address_list.py +5 -0
  2797. pulumi_oci/waf/outputs.py +5 -0
  2798. pulumi_oci/zpr/__init__.py +14 -0
  2799. pulumi_oci/zpr/_inputs.py +79 -0
  2800. pulumi_oci/zpr/configuration.py +516 -0
  2801. pulumi_oci/zpr/get_configuration.py +230 -0
  2802. pulumi_oci/zpr/get_zpr_policies.py +191 -0
  2803. pulumi_oci/zpr/get_zpr_policy.py +264 -0
  2804. pulumi_oci/zpr/outputs.py +203 -0
  2805. pulumi_oci/zpr/zpr_policy.py +614 -0
  2806. {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/METADATA +3 -2
  2807. pulumi_oci-2.12.0.dist-info/RECORD +2920 -0
  2808. pulumi_oci-2.11.0a1726726622.dist-info/RECORD +0 -2815
  2809. {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/WHEEL +0 -0
  2810. {pulumi_oci-2.11.0a1726726622.dist-info → pulumi_oci-2.12.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2134 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import copy
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+
18
+ __all__ = [
19
+ 'FsuCollectionActiveFsuCycle',
20
+ 'FsuCollectionFleetDiscovery',
21
+ 'FsuCollectionFleetDiscoveryFilter',
22
+ 'FsuCollectionFleetDiscoveryFilterTag',
23
+ 'FsuCycleApplyActionSchedule',
24
+ 'FsuCycleBatchingStrategy',
25
+ 'FsuCycleDiagnosticsCollection',
26
+ 'FsuCycleGoalVersionDetails',
27
+ 'FsuCycleNextActionToExecute',
28
+ 'FsuCycleStageActionSchedule',
29
+ 'GetFsuCollectionActiveFsuCycleResult',
30
+ 'GetFsuCollectionFleetDiscoveryResult',
31
+ 'GetFsuCollectionFleetDiscoveryFilterResult',
32
+ 'GetFsuCollectionFleetDiscoveryFilterTagResult',
33
+ 'GetFsuCollectionsFilterResult',
34
+ 'GetFsuCollectionsFsuCollectionSummaryCollectionResult',
35
+ 'GetFsuCollectionsFsuCollectionSummaryCollectionItemResult',
36
+ 'GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycleResult',
37
+ 'GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryResult',
38
+ 'GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterResult',
39
+ 'GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTagResult',
40
+ 'GetFsuCycleApplyActionScheduleResult',
41
+ 'GetFsuCycleBatchingStrategyResult',
42
+ 'GetFsuCycleDiagnosticsCollectionResult',
43
+ 'GetFsuCycleGoalVersionDetailResult',
44
+ 'GetFsuCycleNextActionToExecuteResult',
45
+ 'GetFsuCycleStageActionScheduleResult',
46
+ 'GetFsuCyclesFilterResult',
47
+ 'GetFsuCyclesFsuCycleSummaryCollectionResult',
48
+ 'GetFsuCyclesFsuCycleSummaryCollectionItemResult',
49
+ 'GetFsuCyclesFsuCycleSummaryCollectionItemApplyActionScheduleResult',
50
+ 'GetFsuCyclesFsuCycleSummaryCollectionItemBatchingStrategyResult',
51
+ 'GetFsuCyclesFsuCycleSummaryCollectionItemDiagnosticsCollectionResult',
52
+ 'GetFsuCyclesFsuCycleSummaryCollectionItemGoalVersionDetailResult',
53
+ 'GetFsuCyclesFsuCycleSummaryCollectionItemNextActionToExecuteResult',
54
+ 'GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleResult',
55
+ ]
56
+
57
+ @pulumi.output_type
58
+ class FsuCollectionActiveFsuCycle(dict):
59
+ @staticmethod
60
+ def __key_warning(key: str):
61
+ suggest = None
62
+ if key == "displayName":
63
+ suggest = "display_name"
64
+
65
+ if suggest:
66
+ pulumi.log.warn(f"Key '{key}' not found in FsuCollectionActiveFsuCycle. Access the value via the '{suggest}' property getter instead.")
67
+
68
+ def __getitem__(self, key: str) -> Any:
69
+ FsuCollectionActiveFsuCycle.__key_warning(key)
70
+ return super().__getitem__(key)
71
+
72
+ def get(self, key: str, default = None) -> Any:
73
+ FsuCollectionActiveFsuCycle.__key_warning(key)
74
+ return super().get(key, default)
75
+
76
+ def __init__(__self__, *,
77
+ display_name: Optional[str] = None,
78
+ id: Optional[str] = None):
79
+ """
80
+ :param str display_name: (Updatable) Exadata Fleet Update Collection Identifier.
81
+ :param str id: OCID identifier for the Exadata Fleet Update Collection.
82
+ """
83
+ if display_name is not None:
84
+ pulumi.set(__self__, "display_name", display_name)
85
+ if id is not None:
86
+ pulumi.set(__self__, "id", id)
87
+
88
+ @property
89
+ @pulumi.getter(name="displayName")
90
+ def display_name(self) -> Optional[str]:
91
+ """
92
+ (Updatable) Exadata Fleet Update Collection Identifier.
93
+ """
94
+ return pulumi.get(self, "display_name")
95
+
96
+ @property
97
+ @pulumi.getter
98
+ def id(self) -> Optional[str]:
99
+ """
100
+ OCID identifier for the Exadata Fleet Update Collection.
101
+ """
102
+ return pulumi.get(self, "id")
103
+
104
+
105
+ @pulumi.output_type
106
+ class FsuCollectionFleetDiscovery(dict):
107
+ @staticmethod
108
+ def __key_warning(key: str):
109
+ suggest = None
110
+ if key == "fsuDiscoveryId":
111
+ suggest = "fsu_discovery_id"
112
+
113
+ if suggest:
114
+ pulumi.log.warn(f"Key '{key}' not found in FsuCollectionFleetDiscovery. Access the value via the '{suggest}' property getter instead.")
115
+
116
+ def __getitem__(self, key: str) -> Any:
117
+ FsuCollectionFleetDiscovery.__key_warning(key)
118
+ return super().__getitem__(key)
119
+
120
+ def get(self, key: str, default = None) -> Any:
121
+ FsuCollectionFleetDiscovery.__key_warning(key)
122
+ return super().get(key, default)
123
+
124
+ def __init__(__self__, *,
125
+ strategy: str,
126
+ filters: Optional[Sequence['outputs.FsuCollectionFleetDiscoveryFilter']] = None,
127
+ fsu_discovery_id: Optional[str] = None,
128
+ query: Optional[str] = None,
129
+ targets: Optional[Sequence[str]] = None):
130
+ """
131
+ :param str strategy: Possible fleet discovery strategies.
132
+ :param Sequence['FsuCollectionFleetDiscoveryFilterArgs'] filters: Filters to perform the target discovery.
133
+ :param str fsu_discovery_id: OCIDs of Fleet Software Update Discovery.
134
+ :param str query: Oracle Cloud Infrastructure Search Service query string.
135
+ :param Sequence[str] targets: OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
136
+ """
137
+ pulumi.set(__self__, "strategy", strategy)
138
+ if filters is not None:
139
+ pulumi.set(__self__, "filters", filters)
140
+ if fsu_discovery_id is not None:
141
+ pulumi.set(__self__, "fsu_discovery_id", fsu_discovery_id)
142
+ if query is not None:
143
+ pulumi.set(__self__, "query", query)
144
+ if targets is not None:
145
+ pulumi.set(__self__, "targets", targets)
146
+
147
+ @property
148
+ @pulumi.getter
149
+ def strategy(self) -> str:
150
+ """
151
+ Possible fleet discovery strategies.
152
+ """
153
+ return pulumi.get(self, "strategy")
154
+
155
+ @property
156
+ @pulumi.getter
157
+ def filters(self) -> Optional[Sequence['outputs.FsuCollectionFleetDiscoveryFilter']]:
158
+ """
159
+ Filters to perform the target discovery.
160
+ """
161
+ return pulumi.get(self, "filters")
162
+
163
+ @property
164
+ @pulumi.getter(name="fsuDiscoveryId")
165
+ def fsu_discovery_id(self) -> Optional[str]:
166
+ """
167
+ OCIDs of Fleet Software Update Discovery.
168
+ """
169
+ return pulumi.get(self, "fsu_discovery_id")
170
+
171
+ @property
172
+ @pulumi.getter
173
+ def query(self) -> Optional[str]:
174
+ """
175
+ Oracle Cloud Infrastructure Search Service query string.
176
+ """
177
+ return pulumi.get(self, "query")
178
+
179
+ @property
180
+ @pulumi.getter
181
+ def targets(self) -> Optional[Sequence[str]]:
182
+ """
183
+ OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
184
+ """
185
+ return pulumi.get(self, "targets")
186
+
187
+
188
+ @pulumi.output_type
189
+ class FsuCollectionFleetDiscoveryFilter(dict):
190
+ @staticmethod
191
+ def __key_warning(key: str):
192
+ suggest = None
193
+ if key == "entityType":
194
+ suggest = "entity_type"
195
+
196
+ if suggest:
197
+ pulumi.log.warn(f"Key '{key}' not found in FsuCollectionFleetDiscoveryFilter. Access the value via the '{suggest}' property getter instead.")
198
+
199
+ def __getitem__(self, key: str) -> Any:
200
+ FsuCollectionFleetDiscoveryFilter.__key_warning(key)
201
+ return super().__getitem__(key)
202
+
203
+ def get(self, key: str, default = None) -> Any:
204
+ FsuCollectionFleetDiscoveryFilter.__key_warning(key)
205
+ return super().get(key, default)
206
+
207
+ def __init__(__self__, *,
208
+ type: str,
209
+ entity_type: Optional[str] = None,
210
+ identifiers: Optional[Sequence[str]] = None,
211
+ mode: Optional[str] = None,
212
+ names: Optional[Sequence[str]] = None,
213
+ operator: Optional[str] = None,
214
+ tags: Optional[Sequence['outputs.FsuCollectionFleetDiscoveryFilterTag']] = None,
215
+ versions: Optional[Sequence[str]] = None):
216
+ """
217
+ :param str type: Type of filters supported for Database targets discovery.
218
+ :param str entity_type: Type of resource to match in the discovery.
219
+ :param Sequence[str] identifiers: Related resource Ids to include in the discovery. All must match the specified entityType.
220
+ :param str mode: INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
221
+ :param Sequence[str] names: List of Database unique names to include in the discovery.
222
+ :param str operator: Type of join for each element in this filter.
223
+ :param Sequence['FsuCollectionFleetDiscoveryFilterTagArgs'] tags: Freeform tags to include in the discovery.
224
+ :param Sequence[str] versions: List of Versions strings to include in the discovery.
225
+ """
226
+ pulumi.set(__self__, "type", type)
227
+ if entity_type is not None:
228
+ pulumi.set(__self__, "entity_type", entity_type)
229
+ if identifiers is not None:
230
+ pulumi.set(__self__, "identifiers", identifiers)
231
+ if mode is not None:
232
+ pulumi.set(__self__, "mode", mode)
233
+ if names is not None:
234
+ pulumi.set(__self__, "names", names)
235
+ if operator is not None:
236
+ pulumi.set(__self__, "operator", operator)
237
+ if tags is not None:
238
+ pulumi.set(__self__, "tags", tags)
239
+ if versions is not None:
240
+ pulumi.set(__self__, "versions", versions)
241
+
242
+ @property
243
+ @pulumi.getter
244
+ def type(self) -> str:
245
+ """
246
+ Type of filters supported for Database targets discovery.
247
+ """
248
+ return pulumi.get(self, "type")
249
+
250
+ @property
251
+ @pulumi.getter(name="entityType")
252
+ def entity_type(self) -> Optional[str]:
253
+ """
254
+ Type of resource to match in the discovery.
255
+ """
256
+ return pulumi.get(self, "entity_type")
257
+
258
+ @property
259
+ @pulumi.getter
260
+ def identifiers(self) -> Optional[Sequence[str]]:
261
+ """
262
+ Related resource Ids to include in the discovery. All must match the specified entityType.
263
+ """
264
+ return pulumi.get(self, "identifiers")
265
+
266
+ @property
267
+ @pulumi.getter
268
+ def mode(self) -> Optional[str]:
269
+ """
270
+ INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
271
+ """
272
+ return pulumi.get(self, "mode")
273
+
274
+ @property
275
+ @pulumi.getter
276
+ def names(self) -> Optional[Sequence[str]]:
277
+ """
278
+ List of Database unique names to include in the discovery.
279
+ """
280
+ return pulumi.get(self, "names")
281
+
282
+ @property
283
+ @pulumi.getter
284
+ def operator(self) -> Optional[str]:
285
+ """
286
+ Type of join for each element in this filter.
287
+ """
288
+ return pulumi.get(self, "operator")
289
+
290
+ @property
291
+ @pulumi.getter
292
+ def tags(self) -> Optional[Sequence['outputs.FsuCollectionFleetDiscoveryFilterTag']]:
293
+ """
294
+ Freeform tags to include in the discovery.
295
+ """
296
+ return pulumi.get(self, "tags")
297
+
298
+ @property
299
+ @pulumi.getter
300
+ def versions(self) -> Optional[Sequence[str]]:
301
+ """
302
+ List of Versions strings to include in the discovery.
303
+ """
304
+ return pulumi.get(self, "versions")
305
+
306
+
307
+ @pulumi.output_type
308
+ class FsuCollectionFleetDiscoveryFilterTag(dict):
309
+ def __init__(__self__, *,
310
+ key: str,
311
+ value: str,
312
+ namespace: Optional[str] = None):
313
+ """
314
+ :param str key: Freeform tag key.
315
+ :param str value: Freeform tag value.
316
+ :param str namespace: Defined tag namespace.
317
+ """
318
+ pulumi.set(__self__, "key", key)
319
+ pulumi.set(__self__, "value", value)
320
+ if namespace is not None:
321
+ pulumi.set(__self__, "namespace", namespace)
322
+
323
+ @property
324
+ @pulumi.getter
325
+ def key(self) -> str:
326
+ """
327
+ Freeform tag key.
328
+ """
329
+ return pulumi.get(self, "key")
330
+
331
+ @property
332
+ @pulumi.getter
333
+ def value(self) -> str:
334
+ """
335
+ Freeform tag value.
336
+ """
337
+ return pulumi.get(self, "value")
338
+
339
+ @property
340
+ @pulumi.getter
341
+ def namespace(self) -> Optional[str]:
342
+ """
343
+ Defined tag namespace.
344
+ """
345
+ return pulumi.get(self, "namespace")
346
+
347
+
348
+ @pulumi.output_type
349
+ class FsuCycleApplyActionSchedule(dict):
350
+ @staticmethod
351
+ def __key_warning(key: str):
352
+ suggest = None
353
+ if key == "timeToStart":
354
+ suggest = "time_to_start"
355
+
356
+ if suggest:
357
+ pulumi.log.warn(f"Key '{key}' not found in FsuCycleApplyActionSchedule. Access the value via the '{suggest}' property getter instead.")
358
+
359
+ def __getitem__(self, key: str) -> Any:
360
+ FsuCycleApplyActionSchedule.__key_warning(key)
361
+ return super().__getitem__(key)
362
+
363
+ def get(self, key: str, default = None) -> Any:
364
+ FsuCycleApplyActionSchedule.__key_warning(key)
365
+ return super().get(key, default)
366
+
367
+ def __init__(__self__, *,
368
+ time_to_start: str,
369
+ type: str):
370
+ """
371
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
372
+ :param str type: Type of scheduling strategy to use for Fleet Patching Update Action execution.
373
+ """
374
+ pulumi.set(__self__, "time_to_start", time_to_start)
375
+ pulumi.set(__self__, "type", type)
376
+
377
+ @property
378
+ @pulumi.getter(name="timeToStart")
379
+ def time_to_start(self) -> str:
380
+ """
381
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
382
+ """
383
+ return pulumi.get(self, "time_to_start")
384
+
385
+ @property
386
+ @pulumi.getter
387
+ def type(self) -> str:
388
+ """
389
+ Type of scheduling strategy to use for Fleet Patching Update Action execution.
390
+ """
391
+ return pulumi.get(self, "type")
392
+
393
+
394
+ @pulumi.output_type
395
+ class FsuCycleBatchingStrategy(dict):
396
+ @staticmethod
397
+ def __key_warning(key: str):
398
+ suggest = None
399
+ if key == "isForceRolling":
400
+ suggest = "is_force_rolling"
401
+ elif key == "isWaitForBatchResume":
402
+ suggest = "is_wait_for_batch_resume"
403
+
404
+ if suggest:
405
+ pulumi.log.warn(f"Key '{key}' not found in FsuCycleBatchingStrategy. Access the value via the '{suggest}' property getter instead.")
406
+
407
+ def __getitem__(self, key: str) -> Any:
408
+ FsuCycleBatchingStrategy.__key_warning(key)
409
+ return super().__getitem__(key)
410
+
411
+ def get(self, key: str, default = None) -> Any:
412
+ FsuCycleBatchingStrategy.__key_warning(key)
413
+ return super().get(key, default)
414
+
415
+ def __init__(__self__, *,
416
+ is_force_rolling: Optional[bool] = None,
417
+ is_wait_for_batch_resume: Optional[bool] = None,
418
+ percentage: Optional[int] = None,
419
+ type: Optional[str] = None):
420
+ """
421
+ :param bool is_force_rolling: (Updatable) True to force rolling patching.
422
+ :param bool is_wait_for_batch_resume: (Updatable) True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
423
+ :param int percentage: (Updatable) Percentage of availability in the service during the Patch operation.
424
+ :param str type: (Updatable) Supported batching strategies.
425
+ """
426
+ if is_force_rolling is not None:
427
+ pulumi.set(__self__, "is_force_rolling", is_force_rolling)
428
+ if is_wait_for_batch_resume is not None:
429
+ pulumi.set(__self__, "is_wait_for_batch_resume", is_wait_for_batch_resume)
430
+ if percentage is not None:
431
+ pulumi.set(__self__, "percentage", percentage)
432
+ if type is not None:
433
+ pulumi.set(__self__, "type", type)
434
+
435
+ @property
436
+ @pulumi.getter(name="isForceRolling")
437
+ def is_force_rolling(self) -> Optional[bool]:
438
+ """
439
+ (Updatable) True to force rolling patching.
440
+ """
441
+ return pulumi.get(self, "is_force_rolling")
442
+
443
+ @property
444
+ @pulumi.getter(name="isWaitForBatchResume")
445
+ def is_wait_for_batch_resume(self) -> Optional[bool]:
446
+ """
447
+ (Updatable) True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
448
+ """
449
+ return pulumi.get(self, "is_wait_for_batch_resume")
450
+
451
+ @property
452
+ @pulumi.getter
453
+ def percentage(self) -> Optional[int]:
454
+ """
455
+ (Updatable) Percentage of availability in the service during the Patch operation.
456
+ """
457
+ return pulumi.get(self, "percentage")
458
+
459
+ @property
460
+ @pulumi.getter
461
+ def type(self) -> Optional[str]:
462
+ """
463
+ (Updatable) Supported batching strategies.
464
+ """
465
+ return pulumi.get(self, "type")
466
+
467
+
468
+ @pulumi.output_type
469
+ class FsuCycleDiagnosticsCollection(dict):
470
+ @staticmethod
471
+ def __key_warning(key: str):
472
+ suggest = None
473
+ if key == "logCollectionMode":
474
+ suggest = "log_collection_mode"
475
+
476
+ if suggest:
477
+ pulumi.log.warn(f"Key '{key}' not found in FsuCycleDiagnosticsCollection. Access the value via the '{suggest}' property getter instead.")
478
+
479
+ def __getitem__(self, key: str) -> Any:
480
+ FsuCycleDiagnosticsCollection.__key_warning(key)
481
+ return super().__getitem__(key)
482
+
483
+ def get(self, key: str, default = None) -> Any:
484
+ FsuCycleDiagnosticsCollection.__key_warning(key)
485
+ return super().get(key, default)
486
+
487
+ def __init__(__self__, *,
488
+ log_collection_mode: Optional[str] = None):
489
+ """
490
+ :param str log_collection_mode: (Updatable) Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
491
+ """
492
+ if log_collection_mode is not None:
493
+ pulumi.set(__self__, "log_collection_mode", log_collection_mode)
494
+
495
+ @property
496
+ @pulumi.getter(name="logCollectionMode")
497
+ def log_collection_mode(self) -> Optional[str]:
498
+ """
499
+ (Updatable) Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
500
+ """
501
+ return pulumi.get(self, "log_collection_mode")
502
+
503
+
504
+ @pulumi.output_type
505
+ class FsuCycleGoalVersionDetails(dict):
506
+ @staticmethod
507
+ def __key_warning(key: str):
508
+ suggest = None
509
+ if key == "homePolicy":
510
+ suggest = "home_policy"
511
+ elif key == "newHomePrefix":
512
+ suggest = "new_home_prefix"
513
+ elif key == "softwareImageId":
514
+ suggest = "software_image_id"
515
+
516
+ if suggest:
517
+ pulumi.log.warn(f"Key '{key}' not found in FsuCycleGoalVersionDetails. Access the value via the '{suggest}' property getter instead.")
518
+
519
+ def __getitem__(self, key: str) -> Any:
520
+ FsuCycleGoalVersionDetails.__key_warning(key)
521
+ return super().__getitem__(key)
522
+
523
+ def get(self, key: str, default = None) -> Any:
524
+ FsuCycleGoalVersionDetails.__key_warning(key)
525
+ return super().get(key, default)
526
+
527
+ def __init__(__self__, *,
528
+ type: str,
529
+ home_policy: Optional[str] = None,
530
+ new_home_prefix: Optional[str] = None,
531
+ software_image_id: Optional[str] = None,
532
+ version: Optional[str] = None):
533
+ """
534
+ :param str type: (Updatable) Type of goal target version specified
535
+ :param str home_policy: (Updatable) Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
536
+ :param str new_home_prefix: (Updatable) Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_<timestamp> If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
537
+ :param str software_image_id: (Updatable) Target database software image OCID.
538
+ :param str version: (Updatable) Target DB or GI version string for the Exadata Fleet Update Cycle.
539
+ """
540
+ pulumi.set(__self__, "type", type)
541
+ if home_policy is not None:
542
+ pulumi.set(__self__, "home_policy", home_policy)
543
+ if new_home_prefix is not None:
544
+ pulumi.set(__self__, "new_home_prefix", new_home_prefix)
545
+ if software_image_id is not None:
546
+ pulumi.set(__self__, "software_image_id", software_image_id)
547
+ if version is not None:
548
+ pulumi.set(__self__, "version", version)
549
+
550
+ @property
551
+ @pulumi.getter
552
+ def type(self) -> str:
553
+ """
554
+ (Updatable) Type of goal target version specified
555
+ """
556
+ return pulumi.get(self, "type")
557
+
558
+ @property
559
+ @pulumi.getter(name="homePolicy")
560
+ def home_policy(self) -> Optional[str]:
561
+ """
562
+ (Updatable) Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
563
+ """
564
+ return pulumi.get(self, "home_policy")
565
+
566
+ @property
567
+ @pulumi.getter(name="newHomePrefix")
568
+ def new_home_prefix(self) -> Optional[str]:
569
+ """
570
+ (Updatable) Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_<timestamp> If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
571
+ """
572
+ return pulumi.get(self, "new_home_prefix")
573
+
574
+ @property
575
+ @pulumi.getter(name="softwareImageId")
576
+ def software_image_id(self) -> Optional[str]:
577
+ """
578
+ (Updatable) Target database software image OCID.
579
+ """
580
+ return pulumi.get(self, "software_image_id")
581
+
582
+ @property
583
+ @pulumi.getter
584
+ def version(self) -> Optional[str]:
585
+ """
586
+ (Updatable) Target DB or GI version string for the Exadata Fleet Update Cycle.
587
+ """
588
+ return pulumi.get(self, "version")
589
+
590
+
591
+ @pulumi.output_type
592
+ class FsuCycleNextActionToExecute(dict):
593
+ @staticmethod
594
+ def __key_warning(key: str):
595
+ suggest = None
596
+ if key == "timeToStart":
597
+ suggest = "time_to_start"
598
+
599
+ if suggest:
600
+ pulumi.log.warn(f"Key '{key}' not found in FsuCycleNextActionToExecute. Access the value via the '{suggest}' property getter instead.")
601
+
602
+ def __getitem__(self, key: str) -> Any:
603
+ FsuCycleNextActionToExecute.__key_warning(key)
604
+ return super().__getitem__(key)
605
+
606
+ def get(self, key: str, default = None) -> Any:
607
+ FsuCycleNextActionToExecute.__key_warning(key)
608
+ return super().get(key, default)
609
+
610
+ def __init__(__self__, *,
611
+ time_to_start: Optional[str] = None,
612
+ type: Optional[str] = None):
613
+ """
614
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
615
+ :param str type: (Updatable) Type of Exadata Fleet Update Cycle.
616
+
617
+
618
+ ** IMPORTANT **
619
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
620
+ """
621
+ if time_to_start is not None:
622
+ pulumi.set(__self__, "time_to_start", time_to_start)
623
+ if type is not None:
624
+ pulumi.set(__self__, "type", type)
625
+
626
+ @property
627
+ @pulumi.getter(name="timeToStart")
628
+ def time_to_start(self) -> Optional[str]:
629
+ """
630
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
631
+ """
632
+ return pulumi.get(self, "time_to_start")
633
+
634
+ @property
635
+ @pulumi.getter
636
+ def type(self) -> Optional[str]:
637
+ """
638
+ (Updatable) Type of Exadata Fleet Update Cycle.
639
+
640
+
641
+ ** IMPORTANT **
642
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
643
+ """
644
+ return pulumi.get(self, "type")
645
+
646
+
647
+ @pulumi.output_type
648
+ class FsuCycleStageActionSchedule(dict):
649
+ @staticmethod
650
+ def __key_warning(key: str):
651
+ suggest = None
652
+ if key == "timeToStart":
653
+ suggest = "time_to_start"
654
+
655
+ if suggest:
656
+ pulumi.log.warn(f"Key '{key}' not found in FsuCycleStageActionSchedule. Access the value via the '{suggest}' property getter instead.")
657
+
658
+ def __getitem__(self, key: str) -> Any:
659
+ FsuCycleStageActionSchedule.__key_warning(key)
660
+ return super().__getitem__(key)
661
+
662
+ def get(self, key: str, default = None) -> Any:
663
+ FsuCycleStageActionSchedule.__key_warning(key)
664
+ return super().get(key, default)
665
+
666
+ def __init__(__self__, *,
667
+ time_to_start: str,
668
+ type: str):
669
+ """
670
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
671
+ :param str type: Type of scheduling strategy to use for Fleet Patching Update Action execution.
672
+ """
673
+ pulumi.set(__self__, "time_to_start", time_to_start)
674
+ pulumi.set(__self__, "type", type)
675
+
676
+ @property
677
+ @pulumi.getter(name="timeToStart")
678
+ def time_to_start(self) -> str:
679
+ """
680
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
681
+ """
682
+ return pulumi.get(self, "time_to_start")
683
+
684
+ @property
685
+ @pulumi.getter
686
+ def type(self) -> str:
687
+ """
688
+ Type of scheduling strategy to use for Fleet Patching Update Action execution.
689
+ """
690
+ return pulumi.get(self, "type")
691
+
692
+
693
+ @pulumi.output_type
694
+ class GetFsuCollectionActiveFsuCycleResult(dict):
695
+ def __init__(__self__, *,
696
+ display_name: str,
697
+ id: str):
698
+ """
699
+ :param str display_name: Exadata Fleet Update Collection resource display name.
700
+ :param str id: OCID identifier for the Exadata Fleet Update Collection.
701
+ """
702
+ pulumi.set(__self__, "display_name", display_name)
703
+ pulumi.set(__self__, "id", id)
704
+
705
+ @property
706
+ @pulumi.getter(name="displayName")
707
+ def display_name(self) -> str:
708
+ """
709
+ Exadata Fleet Update Collection resource display name.
710
+ """
711
+ return pulumi.get(self, "display_name")
712
+
713
+ @property
714
+ @pulumi.getter
715
+ def id(self) -> str:
716
+ """
717
+ OCID identifier for the Exadata Fleet Update Collection.
718
+ """
719
+ return pulumi.get(self, "id")
720
+
721
+
722
+ @pulumi.output_type
723
+ class GetFsuCollectionFleetDiscoveryResult(dict):
724
+ def __init__(__self__, *,
725
+ filters: Sequence['outputs.GetFsuCollectionFleetDiscoveryFilterResult'],
726
+ fsu_discovery_id: str,
727
+ query: str,
728
+ strategy: str,
729
+ targets: Sequence[str]):
730
+ """
731
+ :param Sequence['GetFsuCollectionFleetDiscoveryFilterArgs'] filters: Filters to perform the target discovery.
732
+ :param str fsu_discovery_id: OCIDs of Fleet Software Update Discovery.
733
+ :param str query: Oracle Cloud Infrastructure Search Service query string.
734
+ :param str strategy: Possible fleet discovery strategies.
735
+ :param Sequence[str] targets: OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
736
+ """
737
+ pulumi.set(__self__, "filters", filters)
738
+ pulumi.set(__self__, "fsu_discovery_id", fsu_discovery_id)
739
+ pulumi.set(__self__, "query", query)
740
+ pulumi.set(__self__, "strategy", strategy)
741
+ pulumi.set(__self__, "targets", targets)
742
+
743
+ @property
744
+ @pulumi.getter
745
+ def filters(self) -> Sequence['outputs.GetFsuCollectionFleetDiscoveryFilterResult']:
746
+ """
747
+ Filters to perform the target discovery.
748
+ """
749
+ return pulumi.get(self, "filters")
750
+
751
+ @property
752
+ @pulumi.getter(name="fsuDiscoveryId")
753
+ def fsu_discovery_id(self) -> str:
754
+ """
755
+ OCIDs of Fleet Software Update Discovery.
756
+ """
757
+ return pulumi.get(self, "fsu_discovery_id")
758
+
759
+ @property
760
+ @pulumi.getter
761
+ def query(self) -> str:
762
+ """
763
+ Oracle Cloud Infrastructure Search Service query string.
764
+ """
765
+ return pulumi.get(self, "query")
766
+
767
+ @property
768
+ @pulumi.getter
769
+ def strategy(self) -> str:
770
+ """
771
+ Possible fleet discovery strategies.
772
+ """
773
+ return pulumi.get(self, "strategy")
774
+
775
+ @property
776
+ @pulumi.getter
777
+ def targets(self) -> Sequence[str]:
778
+ """
779
+ OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
780
+ """
781
+ return pulumi.get(self, "targets")
782
+
783
+
784
+ @pulumi.output_type
785
+ class GetFsuCollectionFleetDiscoveryFilterResult(dict):
786
+ def __init__(__self__, *,
787
+ entity_type: str,
788
+ identifiers: Sequence[str],
789
+ mode: str,
790
+ names: Sequence[str],
791
+ operator: str,
792
+ tags: Sequence['outputs.GetFsuCollectionFleetDiscoveryFilterTagResult'],
793
+ type: str,
794
+ versions: Sequence[str]):
795
+ """
796
+ :param str entity_type: Type of resource to match in the discovery.
797
+ :param Sequence[str] identifiers: Related resource Ids to include in the discovery. All must match the specified entityType.
798
+ :param str mode: INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
799
+ :param Sequence[str] names: List of Database unique names to include in the discovery.
800
+ :param str operator: Type of join for each element in this filter.
801
+ :param Sequence['GetFsuCollectionFleetDiscoveryFilterTagArgs'] tags: Freeform tags to include in the discovery.
802
+ :param str type: Exadata Fleet Update Collection type.
803
+ :param Sequence[str] versions: List of Versions strings to include in the discovery.
804
+ """
805
+ pulumi.set(__self__, "entity_type", entity_type)
806
+ pulumi.set(__self__, "identifiers", identifiers)
807
+ pulumi.set(__self__, "mode", mode)
808
+ pulumi.set(__self__, "names", names)
809
+ pulumi.set(__self__, "operator", operator)
810
+ pulumi.set(__self__, "tags", tags)
811
+ pulumi.set(__self__, "type", type)
812
+ pulumi.set(__self__, "versions", versions)
813
+
814
+ @property
815
+ @pulumi.getter(name="entityType")
816
+ def entity_type(self) -> str:
817
+ """
818
+ Type of resource to match in the discovery.
819
+ """
820
+ return pulumi.get(self, "entity_type")
821
+
822
+ @property
823
+ @pulumi.getter
824
+ def identifiers(self) -> Sequence[str]:
825
+ """
826
+ Related resource Ids to include in the discovery. All must match the specified entityType.
827
+ """
828
+ return pulumi.get(self, "identifiers")
829
+
830
+ @property
831
+ @pulumi.getter
832
+ def mode(self) -> str:
833
+ """
834
+ INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
835
+ """
836
+ return pulumi.get(self, "mode")
837
+
838
+ @property
839
+ @pulumi.getter
840
+ def names(self) -> Sequence[str]:
841
+ """
842
+ List of Database unique names to include in the discovery.
843
+ """
844
+ return pulumi.get(self, "names")
845
+
846
+ @property
847
+ @pulumi.getter
848
+ def operator(self) -> str:
849
+ """
850
+ Type of join for each element in this filter.
851
+ """
852
+ return pulumi.get(self, "operator")
853
+
854
+ @property
855
+ @pulumi.getter
856
+ def tags(self) -> Sequence['outputs.GetFsuCollectionFleetDiscoveryFilterTagResult']:
857
+ """
858
+ Freeform tags to include in the discovery.
859
+ """
860
+ return pulumi.get(self, "tags")
861
+
862
+ @property
863
+ @pulumi.getter
864
+ def type(self) -> str:
865
+ """
866
+ Exadata Fleet Update Collection type.
867
+ """
868
+ return pulumi.get(self, "type")
869
+
870
+ @property
871
+ @pulumi.getter
872
+ def versions(self) -> Sequence[str]:
873
+ """
874
+ List of Versions strings to include in the discovery.
875
+ """
876
+ return pulumi.get(self, "versions")
877
+
878
+
879
+ @pulumi.output_type
880
+ class GetFsuCollectionFleetDiscoveryFilterTagResult(dict):
881
+ def __init__(__self__, *,
882
+ key: str,
883
+ namespace: str,
884
+ value: str):
885
+ """
886
+ :param str key: Freeform tag key.
887
+ :param str namespace: Defined tag namespace.
888
+ :param str value: Freeform tag value.
889
+ """
890
+ pulumi.set(__self__, "key", key)
891
+ pulumi.set(__self__, "namespace", namespace)
892
+ pulumi.set(__self__, "value", value)
893
+
894
+ @property
895
+ @pulumi.getter
896
+ def key(self) -> str:
897
+ """
898
+ Freeform tag key.
899
+ """
900
+ return pulumi.get(self, "key")
901
+
902
+ @property
903
+ @pulumi.getter
904
+ def namespace(self) -> str:
905
+ """
906
+ Defined tag namespace.
907
+ """
908
+ return pulumi.get(self, "namespace")
909
+
910
+ @property
911
+ @pulumi.getter
912
+ def value(self) -> str:
913
+ """
914
+ Freeform tag value.
915
+ """
916
+ return pulumi.get(self, "value")
917
+
918
+
919
+ @pulumi.output_type
920
+ class GetFsuCollectionsFilterResult(dict):
921
+ def __init__(__self__, *,
922
+ name: str,
923
+ values: Sequence[str],
924
+ regex: Optional[bool] = None):
925
+ pulumi.set(__self__, "name", name)
926
+ pulumi.set(__self__, "values", values)
927
+ if regex is not None:
928
+ pulumi.set(__self__, "regex", regex)
929
+
930
+ @property
931
+ @pulumi.getter
932
+ def name(self) -> str:
933
+ return pulumi.get(self, "name")
934
+
935
+ @property
936
+ @pulumi.getter
937
+ def values(self) -> Sequence[str]:
938
+ return pulumi.get(self, "values")
939
+
940
+ @property
941
+ @pulumi.getter
942
+ def regex(self) -> Optional[bool]:
943
+ return pulumi.get(self, "regex")
944
+
945
+
946
+ @pulumi.output_type
947
+ class GetFsuCollectionsFsuCollectionSummaryCollectionResult(dict):
948
+ def __init__(__self__, *,
949
+ items: Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemResult']):
950
+ pulumi.set(__self__, "items", items)
951
+
952
+ @property
953
+ @pulumi.getter
954
+ def items(self) -> Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemResult']:
955
+ return pulumi.get(self, "items")
956
+
957
+
958
+ @pulumi.output_type
959
+ class GetFsuCollectionsFsuCollectionSummaryCollectionItemResult(dict):
960
+ def __init__(__self__, *,
961
+ active_fsu_cycles: Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycleResult'],
962
+ compartment_id: str,
963
+ defined_tags: Mapping[str, str],
964
+ display_name: str,
965
+ fleet_discoveries: Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryResult'],
966
+ freeform_tags: Mapping[str, str],
967
+ id: str,
968
+ lifecycle_details: str,
969
+ service_type: str,
970
+ source_major_version: str,
971
+ state: str,
972
+ system_tags: Mapping[str, str],
973
+ target_count: int,
974
+ time_created: str,
975
+ time_updated: str,
976
+ type: str):
977
+ """
978
+ :param Sequence['GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycleArgs'] active_fsu_cycles: Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
979
+ :param str compartment_id: The ID of the compartment in which to list resources.
980
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
981
+ :param str display_name: A filter to return only resources that match the entire display name given.
982
+ :param Sequence['GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryArgs'] fleet_discoveries: Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
983
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
984
+ :param str id: OCID identifier for the Exadata Fleet Update Collection.
985
+ :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
986
+ :param str service_type: Exadata service type for the target resource members.
987
+ :param str source_major_version: Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
988
+ :param str state: A filter to return only resources whose lifecycleState matches the given lifecycleState.
989
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
990
+ :param int target_count: Number of targets that are members of this Collection.
991
+ :param str time_created: The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
992
+ :param str time_updated: The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
993
+ :param str type: A filter to return only resources whose type matches the given type.
994
+ """
995
+ pulumi.set(__self__, "active_fsu_cycles", active_fsu_cycles)
996
+ pulumi.set(__self__, "compartment_id", compartment_id)
997
+ pulumi.set(__self__, "defined_tags", defined_tags)
998
+ pulumi.set(__self__, "display_name", display_name)
999
+ pulumi.set(__self__, "fleet_discoveries", fleet_discoveries)
1000
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
1001
+ pulumi.set(__self__, "id", id)
1002
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1003
+ pulumi.set(__self__, "service_type", service_type)
1004
+ pulumi.set(__self__, "source_major_version", source_major_version)
1005
+ pulumi.set(__self__, "state", state)
1006
+ pulumi.set(__self__, "system_tags", system_tags)
1007
+ pulumi.set(__self__, "target_count", target_count)
1008
+ pulumi.set(__self__, "time_created", time_created)
1009
+ pulumi.set(__self__, "time_updated", time_updated)
1010
+ pulumi.set(__self__, "type", type)
1011
+
1012
+ @property
1013
+ @pulumi.getter(name="activeFsuCycles")
1014
+ def active_fsu_cycles(self) -> Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycleResult']:
1015
+ """
1016
+ Active Exadata Fleet Update Cycle resource for this Collection. Object would be null if there is no active Cycle.
1017
+ """
1018
+ return pulumi.get(self, "active_fsu_cycles")
1019
+
1020
+ @property
1021
+ @pulumi.getter(name="compartmentId")
1022
+ def compartment_id(self) -> str:
1023
+ """
1024
+ The ID of the compartment in which to list resources.
1025
+ """
1026
+ return pulumi.get(self, "compartment_id")
1027
+
1028
+ @property
1029
+ @pulumi.getter(name="definedTags")
1030
+ def defined_tags(self) -> Mapping[str, str]:
1031
+ """
1032
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1033
+ """
1034
+ return pulumi.get(self, "defined_tags")
1035
+
1036
+ @property
1037
+ @pulumi.getter(name="displayName")
1038
+ def display_name(self) -> str:
1039
+ """
1040
+ A filter to return only resources that match the entire display name given.
1041
+ """
1042
+ return pulumi.get(self, "display_name")
1043
+
1044
+ @property
1045
+ @pulumi.getter(name="fleetDiscoveries")
1046
+ def fleet_discoveries(self) -> Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryResult']:
1047
+ """
1048
+ Supported fleet discovery strategies for DB Collections. If specified on an Update Collection request, this will re-discover the targets of the Collection.
1049
+ """
1050
+ return pulumi.get(self, "fleet_discoveries")
1051
+
1052
+ @property
1053
+ @pulumi.getter(name="freeformTags")
1054
+ def freeform_tags(self) -> Mapping[str, str]:
1055
+ """
1056
+ Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1057
+ """
1058
+ return pulumi.get(self, "freeform_tags")
1059
+
1060
+ @property
1061
+ @pulumi.getter
1062
+ def id(self) -> str:
1063
+ """
1064
+ OCID identifier for the Exadata Fleet Update Collection.
1065
+ """
1066
+ return pulumi.get(self, "id")
1067
+
1068
+ @property
1069
+ @pulumi.getter(name="lifecycleDetails")
1070
+ def lifecycle_details(self) -> str:
1071
+ """
1072
+ A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1073
+ """
1074
+ return pulumi.get(self, "lifecycle_details")
1075
+
1076
+ @property
1077
+ @pulumi.getter(name="serviceType")
1078
+ def service_type(self) -> str:
1079
+ """
1080
+ Exadata service type for the target resource members.
1081
+ """
1082
+ return pulumi.get(self, "service_type")
1083
+
1084
+ @property
1085
+ @pulumi.getter(name="sourceMajorVersion")
1086
+ def source_major_version(self) -> str:
1087
+ """
1088
+ Database Major Version of targets to be included in the Exadata Fleet Update Collection. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbVersionSummary/ListDbVersions Only Database targets that match the version specified in this value would be added to the Exadata Fleet Update Collection.
1089
+ """
1090
+ return pulumi.get(self, "source_major_version")
1091
+
1092
+ @property
1093
+ @pulumi.getter
1094
+ def state(self) -> str:
1095
+ """
1096
+ A filter to return only resources whose lifecycleState matches the given lifecycleState.
1097
+ """
1098
+ return pulumi.get(self, "state")
1099
+
1100
+ @property
1101
+ @pulumi.getter(name="systemTags")
1102
+ def system_tags(self) -> Mapping[str, str]:
1103
+ """
1104
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1105
+ """
1106
+ return pulumi.get(self, "system_tags")
1107
+
1108
+ @property
1109
+ @pulumi.getter(name="targetCount")
1110
+ def target_count(self) -> int:
1111
+ """
1112
+ Number of targets that are members of this Collection.
1113
+ """
1114
+ return pulumi.get(self, "target_count")
1115
+
1116
+ @property
1117
+ @pulumi.getter(name="timeCreated")
1118
+ def time_created(self) -> str:
1119
+ """
1120
+ The time the Exadata Fleet Update Collection was created. An RFC3339 formatted datetime string.
1121
+ """
1122
+ return pulumi.get(self, "time_created")
1123
+
1124
+ @property
1125
+ @pulumi.getter(name="timeUpdated")
1126
+ def time_updated(self) -> str:
1127
+ """
1128
+ The time the Exadata Fleet Update Collection was updated. An RFC3339 formatted datetime string.
1129
+ """
1130
+ return pulumi.get(self, "time_updated")
1131
+
1132
+ @property
1133
+ @pulumi.getter
1134
+ def type(self) -> str:
1135
+ """
1136
+ A filter to return only resources whose type matches the given type.
1137
+ """
1138
+ return pulumi.get(self, "type")
1139
+
1140
+
1141
+ @pulumi.output_type
1142
+ class GetFsuCollectionsFsuCollectionSummaryCollectionItemActiveFsuCycleResult(dict):
1143
+ def __init__(__self__, *,
1144
+ display_name: str,
1145
+ id: str):
1146
+ """
1147
+ :param str display_name: A filter to return only resources that match the entire display name given.
1148
+ :param str id: OCID identifier for the Exadata Fleet Update Collection.
1149
+ """
1150
+ pulumi.set(__self__, "display_name", display_name)
1151
+ pulumi.set(__self__, "id", id)
1152
+
1153
+ @property
1154
+ @pulumi.getter(name="displayName")
1155
+ def display_name(self) -> str:
1156
+ """
1157
+ A filter to return only resources that match the entire display name given.
1158
+ """
1159
+ return pulumi.get(self, "display_name")
1160
+
1161
+ @property
1162
+ @pulumi.getter
1163
+ def id(self) -> str:
1164
+ """
1165
+ OCID identifier for the Exadata Fleet Update Collection.
1166
+ """
1167
+ return pulumi.get(self, "id")
1168
+
1169
+
1170
+ @pulumi.output_type
1171
+ class GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryResult(dict):
1172
+ def __init__(__self__, *,
1173
+ filters: Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterResult'],
1174
+ fsu_discovery_id: str,
1175
+ query: str,
1176
+ strategy: str,
1177
+ targets: Sequence[str]):
1178
+ """
1179
+ :param Sequence['GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterArgs'] filters: Filters to perform the target discovery.
1180
+ :param str fsu_discovery_id: OCIDs of Fleet Software Update Discovery.
1181
+ :param str query: Oracle Cloud Infrastructure Search Service query string.
1182
+ :param str strategy: Possible fleet discovery strategies.
1183
+ :param Sequence[str] targets: OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
1184
+ """
1185
+ pulumi.set(__self__, "filters", filters)
1186
+ pulumi.set(__self__, "fsu_discovery_id", fsu_discovery_id)
1187
+ pulumi.set(__self__, "query", query)
1188
+ pulumi.set(__self__, "strategy", strategy)
1189
+ pulumi.set(__self__, "targets", targets)
1190
+
1191
+ @property
1192
+ @pulumi.getter
1193
+ def filters(self) -> Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterResult']:
1194
+ """
1195
+ Filters to perform the target discovery.
1196
+ """
1197
+ return pulumi.get(self, "filters")
1198
+
1199
+ @property
1200
+ @pulumi.getter(name="fsuDiscoveryId")
1201
+ def fsu_discovery_id(self) -> str:
1202
+ """
1203
+ OCIDs of Fleet Software Update Discovery.
1204
+ """
1205
+ return pulumi.get(self, "fsu_discovery_id")
1206
+
1207
+ @property
1208
+ @pulumi.getter
1209
+ def query(self) -> str:
1210
+ """
1211
+ Oracle Cloud Infrastructure Search Service query string.
1212
+ """
1213
+ return pulumi.get(self, "query")
1214
+
1215
+ @property
1216
+ @pulumi.getter
1217
+ def strategy(self) -> str:
1218
+ """
1219
+ Possible fleet discovery strategies.
1220
+ """
1221
+ return pulumi.get(self, "strategy")
1222
+
1223
+ @property
1224
+ @pulumi.getter
1225
+ def targets(self) -> Sequence[str]:
1226
+ """
1227
+ OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.
1228
+ """
1229
+ return pulumi.get(self, "targets")
1230
+
1231
+
1232
+ @pulumi.output_type
1233
+ class GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterResult(dict):
1234
+ def __init__(__self__, *,
1235
+ entity_type: str,
1236
+ identifiers: Sequence[str],
1237
+ mode: str,
1238
+ names: Sequence[str],
1239
+ operator: str,
1240
+ tags: Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTagResult'],
1241
+ type: str,
1242
+ versions: Sequence[str]):
1243
+ """
1244
+ :param str entity_type: Type of resource to match in the discovery.
1245
+ :param Sequence[str] identifiers: Related resource Ids to include in the discovery. All must match the specified entityType.
1246
+ :param str mode: INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
1247
+ :param Sequence[str] names: List of Database unique names to include in the discovery.
1248
+ :param str operator: Type of join for each element in this filter.
1249
+ :param Sequence['GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTagArgs'] tags: Freeform tags to include in the discovery.
1250
+ :param str type: A filter to return only resources whose type matches the given type.
1251
+ :param Sequence[str] versions: List of Versions strings to include in the discovery.
1252
+ """
1253
+ pulumi.set(__self__, "entity_type", entity_type)
1254
+ pulumi.set(__self__, "identifiers", identifiers)
1255
+ pulumi.set(__self__, "mode", mode)
1256
+ pulumi.set(__self__, "names", names)
1257
+ pulumi.set(__self__, "operator", operator)
1258
+ pulumi.set(__self__, "tags", tags)
1259
+ pulumi.set(__self__, "type", type)
1260
+ pulumi.set(__self__, "versions", versions)
1261
+
1262
+ @property
1263
+ @pulumi.getter(name="entityType")
1264
+ def entity_type(self) -> str:
1265
+ """
1266
+ Type of resource to match in the discovery.
1267
+ """
1268
+ return pulumi.get(self, "entity_type")
1269
+
1270
+ @property
1271
+ @pulumi.getter
1272
+ def identifiers(self) -> Sequence[str]:
1273
+ """
1274
+ Related resource Ids to include in the discovery. All must match the specified entityType.
1275
+ """
1276
+ return pulumi.get(self, "identifiers")
1277
+
1278
+ @property
1279
+ @pulumi.getter
1280
+ def mode(self) -> str:
1281
+ """
1282
+ INCLUDE or EXCLUDE the filter results in the discovery for DB targets. Supported for 'FSUCOLLECTION' RESOURCE_ID filter only.
1283
+ """
1284
+ return pulumi.get(self, "mode")
1285
+
1286
+ @property
1287
+ @pulumi.getter
1288
+ def names(self) -> Sequence[str]:
1289
+ """
1290
+ List of Database unique names to include in the discovery.
1291
+ """
1292
+ return pulumi.get(self, "names")
1293
+
1294
+ @property
1295
+ @pulumi.getter
1296
+ def operator(self) -> str:
1297
+ """
1298
+ Type of join for each element in this filter.
1299
+ """
1300
+ return pulumi.get(self, "operator")
1301
+
1302
+ @property
1303
+ @pulumi.getter
1304
+ def tags(self) -> Sequence['outputs.GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTagResult']:
1305
+ """
1306
+ Freeform tags to include in the discovery.
1307
+ """
1308
+ return pulumi.get(self, "tags")
1309
+
1310
+ @property
1311
+ @pulumi.getter
1312
+ def type(self) -> str:
1313
+ """
1314
+ A filter to return only resources whose type matches the given type.
1315
+ """
1316
+ return pulumi.get(self, "type")
1317
+
1318
+ @property
1319
+ @pulumi.getter
1320
+ def versions(self) -> Sequence[str]:
1321
+ """
1322
+ List of Versions strings to include in the discovery.
1323
+ """
1324
+ return pulumi.get(self, "versions")
1325
+
1326
+
1327
+ @pulumi.output_type
1328
+ class GetFsuCollectionsFsuCollectionSummaryCollectionItemFleetDiscoveryFilterTagResult(dict):
1329
+ def __init__(__self__, *,
1330
+ key: str,
1331
+ namespace: str,
1332
+ value: str):
1333
+ """
1334
+ :param str key: Freeform tag key.
1335
+ :param str namespace: Defined tag namespace.
1336
+ :param str value: Freeform tag value.
1337
+ """
1338
+ pulumi.set(__self__, "key", key)
1339
+ pulumi.set(__self__, "namespace", namespace)
1340
+ pulumi.set(__self__, "value", value)
1341
+
1342
+ @property
1343
+ @pulumi.getter
1344
+ def key(self) -> str:
1345
+ """
1346
+ Freeform tag key.
1347
+ """
1348
+ return pulumi.get(self, "key")
1349
+
1350
+ @property
1351
+ @pulumi.getter
1352
+ def namespace(self) -> str:
1353
+ """
1354
+ Defined tag namespace.
1355
+ """
1356
+ return pulumi.get(self, "namespace")
1357
+
1358
+ @property
1359
+ @pulumi.getter
1360
+ def value(self) -> str:
1361
+ """
1362
+ Freeform tag value.
1363
+ """
1364
+ return pulumi.get(self, "value")
1365
+
1366
+
1367
+ @pulumi.output_type
1368
+ class GetFsuCycleApplyActionScheduleResult(dict):
1369
+ def __init__(__self__, *,
1370
+ time_to_start: str,
1371
+ type: str):
1372
+ """
1373
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1374
+ :param str type: Type of Exadata Fleet Update Cycle.
1375
+ """
1376
+ pulumi.set(__self__, "time_to_start", time_to_start)
1377
+ pulumi.set(__self__, "type", type)
1378
+
1379
+ @property
1380
+ @pulumi.getter(name="timeToStart")
1381
+ def time_to_start(self) -> str:
1382
+ """
1383
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1384
+ """
1385
+ return pulumi.get(self, "time_to_start")
1386
+
1387
+ @property
1388
+ @pulumi.getter
1389
+ def type(self) -> str:
1390
+ """
1391
+ Type of Exadata Fleet Update Cycle.
1392
+ """
1393
+ return pulumi.get(self, "type")
1394
+
1395
+
1396
+ @pulumi.output_type
1397
+ class GetFsuCycleBatchingStrategyResult(dict):
1398
+ def __init__(__self__, *,
1399
+ is_force_rolling: bool,
1400
+ is_wait_for_batch_resume: bool,
1401
+ percentage: int,
1402
+ type: str):
1403
+ """
1404
+ :param bool is_force_rolling: True to force rolling patching.
1405
+ :param bool is_wait_for_batch_resume: True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
1406
+ :param int percentage: Percentage of availability in the service during the Patch operation.
1407
+ :param str type: Type of Exadata Fleet Update Cycle.
1408
+ """
1409
+ pulumi.set(__self__, "is_force_rolling", is_force_rolling)
1410
+ pulumi.set(__self__, "is_wait_for_batch_resume", is_wait_for_batch_resume)
1411
+ pulumi.set(__self__, "percentage", percentage)
1412
+ pulumi.set(__self__, "type", type)
1413
+
1414
+ @property
1415
+ @pulumi.getter(name="isForceRolling")
1416
+ def is_force_rolling(self) -> bool:
1417
+ """
1418
+ True to force rolling patching.
1419
+ """
1420
+ return pulumi.get(self, "is_force_rolling")
1421
+
1422
+ @property
1423
+ @pulumi.getter(name="isWaitForBatchResume")
1424
+ def is_wait_for_batch_resume(self) -> bool:
1425
+ """
1426
+ True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
1427
+ """
1428
+ return pulumi.get(self, "is_wait_for_batch_resume")
1429
+
1430
+ @property
1431
+ @pulumi.getter
1432
+ def percentage(self) -> int:
1433
+ """
1434
+ Percentage of availability in the service during the Patch operation.
1435
+ """
1436
+ return pulumi.get(self, "percentage")
1437
+
1438
+ @property
1439
+ @pulumi.getter
1440
+ def type(self) -> str:
1441
+ """
1442
+ Type of Exadata Fleet Update Cycle.
1443
+ """
1444
+ return pulumi.get(self, "type")
1445
+
1446
+
1447
+ @pulumi.output_type
1448
+ class GetFsuCycleDiagnosticsCollectionResult(dict):
1449
+ def __init__(__self__, *,
1450
+ log_collection_mode: str):
1451
+ """
1452
+ :param str log_collection_mode: Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
1453
+ """
1454
+ pulumi.set(__self__, "log_collection_mode", log_collection_mode)
1455
+
1456
+ @property
1457
+ @pulumi.getter(name="logCollectionMode")
1458
+ def log_collection_mode(self) -> str:
1459
+ """
1460
+ Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
1461
+ """
1462
+ return pulumi.get(self, "log_collection_mode")
1463
+
1464
+
1465
+ @pulumi.output_type
1466
+ class GetFsuCycleGoalVersionDetailResult(dict):
1467
+ def __init__(__self__, *,
1468
+ home_policy: str,
1469
+ new_home_prefix: str,
1470
+ software_image_id: str,
1471
+ type: str,
1472
+ version: str):
1473
+ """
1474
+ :param str home_policy: Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
1475
+ :param str new_home_prefix: Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_<timestamp> If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
1476
+ :param str software_image_id: Target database software image OCID.
1477
+ :param str type: Type of Exadata Fleet Update Cycle.
1478
+ :param str version: Target DB or GI version string for the Exadata Fleet Update Cycle.
1479
+ """
1480
+ pulumi.set(__self__, "home_policy", home_policy)
1481
+ pulumi.set(__self__, "new_home_prefix", new_home_prefix)
1482
+ pulumi.set(__self__, "software_image_id", software_image_id)
1483
+ pulumi.set(__self__, "type", type)
1484
+ pulumi.set(__self__, "version", version)
1485
+
1486
+ @property
1487
+ @pulumi.getter(name="homePolicy")
1488
+ def home_policy(self) -> str:
1489
+ """
1490
+ Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
1491
+ """
1492
+ return pulumi.get(self, "home_policy")
1493
+
1494
+ @property
1495
+ @pulumi.getter(name="newHomePrefix")
1496
+ def new_home_prefix(self) -> str:
1497
+ """
1498
+ Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_<timestamp> If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
1499
+ """
1500
+ return pulumi.get(self, "new_home_prefix")
1501
+
1502
+ @property
1503
+ @pulumi.getter(name="softwareImageId")
1504
+ def software_image_id(self) -> str:
1505
+ """
1506
+ Target database software image OCID.
1507
+ """
1508
+ return pulumi.get(self, "software_image_id")
1509
+
1510
+ @property
1511
+ @pulumi.getter
1512
+ def type(self) -> str:
1513
+ """
1514
+ Type of Exadata Fleet Update Cycle.
1515
+ """
1516
+ return pulumi.get(self, "type")
1517
+
1518
+ @property
1519
+ @pulumi.getter
1520
+ def version(self) -> str:
1521
+ """
1522
+ Target DB or GI version string for the Exadata Fleet Update Cycle.
1523
+ """
1524
+ return pulumi.get(self, "version")
1525
+
1526
+
1527
+ @pulumi.output_type
1528
+ class GetFsuCycleNextActionToExecuteResult(dict):
1529
+ def __init__(__self__, *,
1530
+ time_to_start: str,
1531
+ type: str):
1532
+ """
1533
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1534
+ :param str type: Type of Exadata Fleet Update Cycle.
1535
+ """
1536
+ pulumi.set(__self__, "time_to_start", time_to_start)
1537
+ pulumi.set(__self__, "type", type)
1538
+
1539
+ @property
1540
+ @pulumi.getter(name="timeToStart")
1541
+ def time_to_start(self) -> str:
1542
+ """
1543
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1544
+ """
1545
+ return pulumi.get(self, "time_to_start")
1546
+
1547
+ @property
1548
+ @pulumi.getter
1549
+ def type(self) -> str:
1550
+ """
1551
+ Type of Exadata Fleet Update Cycle.
1552
+ """
1553
+ return pulumi.get(self, "type")
1554
+
1555
+
1556
+ @pulumi.output_type
1557
+ class GetFsuCycleStageActionScheduleResult(dict):
1558
+ def __init__(__self__, *,
1559
+ time_to_start: str,
1560
+ type: str):
1561
+ """
1562
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1563
+ :param str type: Type of Exadata Fleet Update Cycle.
1564
+ """
1565
+ pulumi.set(__self__, "time_to_start", time_to_start)
1566
+ pulumi.set(__self__, "type", type)
1567
+
1568
+ @property
1569
+ @pulumi.getter(name="timeToStart")
1570
+ def time_to_start(self) -> str:
1571
+ """
1572
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1573
+ """
1574
+ return pulumi.get(self, "time_to_start")
1575
+
1576
+ @property
1577
+ @pulumi.getter
1578
+ def type(self) -> str:
1579
+ """
1580
+ Type of Exadata Fleet Update Cycle.
1581
+ """
1582
+ return pulumi.get(self, "type")
1583
+
1584
+
1585
+ @pulumi.output_type
1586
+ class GetFsuCyclesFilterResult(dict):
1587
+ def __init__(__self__, *,
1588
+ name: str,
1589
+ values: Sequence[str],
1590
+ regex: Optional[bool] = None):
1591
+ pulumi.set(__self__, "name", name)
1592
+ pulumi.set(__self__, "values", values)
1593
+ if regex is not None:
1594
+ pulumi.set(__self__, "regex", regex)
1595
+
1596
+ @property
1597
+ @pulumi.getter
1598
+ def name(self) -> str:
1599
+ return pulumi.get(self, "name")
1600
+
1601
+ @property
1602
+ @pulumi.getter
1603
+ def values(self) -> Sequence[str]:
1604
+ return pulumi.get(self, "values")
1605
+
1606
+ @property
1607
+ @pulumi.getter
1608
+ def regex(self) -> Optional[bool]:
1609
+ return pulumi.get(self, "regex")
1610
+
1611
+
1612
+ @pulumi.output_type
1613
+ class GetFsuCyclesFsuCycleSummaryCollectionResult(dict):
1614
+ def __init__(__self__, *,
1615
+ items: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemResult']):
1616
+ pulumi.set(__self__, "items", items)
1617
+
1618
+ @property
1619
+ @pulumi.getter
1620
+ def items(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemResult']:
1621
+ return pulumi.get(self, "items")
1622
+
1623
+
1624
+ @pulumi.output_type
1625
+ class GetFsuCyclesFsuCycleSummaryCollectionItemResult(dict):
1626
+ def __init__(__self__, *,
1627
+ apply_action_schedules: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemApplyActionScheduleResult'],
1628
+ batching_strategies: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemBatchingStrategyResult'],
1629
+ collection_type: str,
1630
+ compartment_id: str,
1631
+ defined_tags: Mapping[str, str],
1632
+ diagnostics_collections: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemDiagnosticsCollectionResult'],
1633
+ display_name: str,
1634
+ executing_fsu_action_id: str,
1635
+ freeform_tags: Mapping[str, str],
1636
+ fsu_collection_id: str,
1637
+ goal_version_details: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemGoalVersionDetailResult'],
1638
+ id: str,
1639
+ is_ignore_missing_patches: Sequence[str],
1640
+ is_ignore_patches: bool,
1641
+ is_keep_placement: bool,
1642
+ last_completed_action: str,
1643
+ lifecycle_details: str,
1644
+ max_drain_timeout_in_seconds: int,
1645
+ next_action_to_executes: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemNextActionToExecuteResult'],
1646
+ stage_action_schedules: Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleResult'],
1647
+ state: str,
1648
+ system_tags: Mapping[str, str],
1649
+ time_created: str,
1650
+ time_finished: str,
1651
+ time_updated: str,
1652
+ type: str):
1653
+ """
1654
+ :param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemApplyActionScheduleArgs'] apply_action_schedules: Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
1655
+ :param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemBatchingStrategyArgs'] batching_strategies: Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
1656
+ :param str collection_type: A filter to return only resources whose Collection type matches the given type.
1657
+ :param str compartment_id: The ID of the compartment in which to list resources.
1658
+ :param Mapping[str, str] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1659
+ :param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemDiagnosticsCollectionArgs'] diagnostics_collections: Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
1660
+ :param str display_name: A filter to return only resources that match the entire display name given.
1661
+ :param str executing_fsu_action_id: OCID identifier for the Action that is currently in execution, if applicable.
1662
+ :param Mapping[str, str] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1663
+ :param str fsu_collection_id: A filter to return only resources whose fsuCollectionId matches the given fsuCollectionId.
1664
+ :param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemGoalVersionDetailArgs'] goal_version_details: Goal version or image details for the Exadata Fleet Update Cycle.
1665
+ :param str id: OCID identifier for the Exadata Fleet Update Cycle.
1666
+ :param Sequence[str] is_ignore_missing_patches: List of bug numbers to ignore.
1667
+ :param bool is_ignore_patches: Ignore all patches between the source and target homes during patching.
1668
+ :param bool is_keep_placement: Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
1669
+ :param str last_completed_action: The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
1670
+ :param str lifecycle_details: A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1671
+ :param int max_drain_timeout_in_seconds: Service drain timeout specified in seconds.
1672
+ :param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemNextActionToExecuteArgs'] next_action_to_executes: In this array all the possible actions will be listed. The first element is the suggested Action.
1673
+ :param Sequence['GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleArgs'] stage_action_schedules: Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
1674
+ :param str state: A filter to return only resources whose lifecycleState matches the given lifecycleState.
1675
+ :param Mapping[str, str] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1676
+ :param str time_created: The date and time the Exadata Fleet Update Cycle was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1677
+ :param str time_finished: The date and time the Exadata Fleet Update Cycle was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
1678
+ :param str time_updated: The date and time the Exadata Fleet Update Cycle was updated, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1679
+ :param str type: Type of Exadata Fleet Update Cycle.
1680
+ """
1681
+ pulumi.set(__self__, "apply_action_schedules", apply_action_schedules)
1682
+ pulumi.set(__self__, "batching_strategies", batching_strategies)
1683
+ pulumi.set(__self__, "collection_type", collection_type)
1684
+ pulumi.set(__self__, "compartment_id", compartment_id)
1685
+ pulumi.set(__self__, "defined_tags", defined_tags)
1686
+ pulumi.set(__self__, "diagnostics_collections", diagnostics_collections)
1687
+ pulumi.set(__self__, "display_name", display_name)
1688
+ pulumi.set(__self__, "executing_fsu_action_id", executing_fsu_action_id)
1689
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
1690
+ pulumi.set(__self__, "fsu_collection_id", fsu_collection_id)
1691
+ pulumi.set(__self__, "goal_version_details", goal_version_details)
1692
+ pulumi.set(__self__, "id", id)
1693
+ pulumi.set(__self__, "is_ignore_missing_patches", is_ignore_missing_patches)
1694
+ pulumi.set(__self__, "is_ignore_patches", is_ignore_patches)
1695
+ pulumi.set(__self__, "is_keep_placement", is_keep_placement)
1696
+ pulumi.set(__self__, "last_completed_action", last_completed_action)
1697
+ pulumi.set(__self__, "lifecycle_details", lifecycle_details)
1698
+ pulumi.set(__self__, "max_drain_timeout_in_seconds", max_drain_timeout_in_seconds)
1699
+ pulumi.set(__self__, "next_action_to_executes", next_action_to_executes)
1700
+ pulumi.set(__self__, "stage_action_schedules", stage_action_schedules)
1701
+ pulumi.set(__self__, "state", state)
1702
+ pulumi.set(__self__, "system_tags", system_tags)
1703
+ pulumi.set(__self__, "time_created", time_created)
1704
+ pulumi.set(__self__, "time_finished", time_finished)
1705
+ pulumi.set(__self__, "time_updated", time_updated)
1706
+ pulumi.set(__self__, "type", type)
1707
+
1708
+ @property
1709
+ @pulumi.getter(name="applyActionSchedules")
1710
+ def apply_action_schedules(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemApplyActionScheduleResult']:
1711
+ """
1712
+ Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
1713
+ """
1714
+ return pulumi.get(self, "apply_action_schedules")
1715
+
1716
+ @property
1717
+ @pulumi.getter(name="batchingStrategies")
1718
+ def batching_strategies(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemBatchingStrategyResult']:
1719
+ """
1720
+ Batching strategy details to use during PRECHECK and APPLY Cycle Actions.
1721
+ """
1722
+ return pulumi.get(self, "batching_strategies")
1723
+
1724
+ @property
1725
+ @pulumi.getter(name="collectionType")
1726
+ def collection_type(self) -> str:
1727
+ """
1728
+ A filter to return only resources whose Collection type matches the given type.
1729
+ """
1730
+ return pulumi.get(self, "collection_type")
1731
+
1732
+ @property
1733
+ @pulumi.getter(name="compartmentId")
1734
+ def compartment_id(self) -> str:
1735
+ """
1736
+ The ID of the compartment in which to list resources.
1737
+ """
1738
+ return pulumi.get(self, "compartment_id")
1739
+
1740
+ @property
1741
+ @pulumi.getter(name="definedTags")
1742
+ def defined_tags(self) -> Mapping[str, str]:
1743
+ """
1744
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace.bar-key": "value"}`
1745
+ """
1746
+ return pulumi.get(self, "defined_tags")
1747
+
1748
+ @property
1749
+ @pulumi.getter(name="diagnosticsCollections")
1750
+ def diagnostics_collections(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemDiagnosticsCollectionResult']:
1751
+ """
1752
+ Details to configure diagnostics collection for targets affected by this Exadata Fleet Update Maintenance Cycle.
1753
+ """
1754
+ return pulumi.get(self, "diagnostics_collections")
1755
+
1756
+ @property
1757
+ @pulumi.getter(name="displayName")
1758
+ def display_name(self) -> str:
1759
+ """
1760
+ A filter to return only resources that match the entire display name given.
1761
+ """
1762
+ return pulumi.get(self, "display_name")
1763
+
1764
+ @property
1765
+ @pulumi.getter(name="executingFsuActionId")
1766
+ def executing_fsu_action_id(self) -> str:
1767
+ """
1768
+ OCID identifier for the Action that is currently in execution, if applicable.
1769
+ """
1770
+ return pulumi.get(self, "executing_fsu_action_id")
1771
+
1772
+ @property
1773
+ @pulumi.getter(name="freeformTags")
1774
+ def freeform_tags(self) -> Mapping[str, str]:
1775
+ """
1776
+ Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
1777
+ """
1778
+ return pulumi.get(self, "freeform_tags")
1779
+
1780
+ @property
1781
+ @pulumi.getter(name="fsuCollectionId")
1782
+ def fsu_collection_id(self) -> str:
1783
+ """
1784
+ A filter to return only resources whose fsuCollectionId matches the given fsuCollectionId.
1785
+ """
1786
+ return pulumi.get(self, "fsu_collection_id")
1787
+
1788
+ @property
1789
+ @pulumi.getter(name="goalVersionDetails")
1790
+ def goal_version_details(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemGoalVersionDetailResult']:
1791
+ """
1792
+ Goal version or image details for the Exadata Fleet Update Cycle.
1793
+ """
1794
+ return pulumi.get(self, "goal_version_details")
1795
+
1796
+ @property
1797
+ @pulumi.getter
1798
+ def id(self) -> str:
1799
+ """
1800
+ OCID identifier for the Exadata Fleet Update Cycle.
1801
+ """
1802
+ return pulumi.get(self, "id")
1803
+
1804
+ @property
1805
+ @pulumi.getter(name="isIgnoreMissingPatches")
1806
+ def is_ignore_missing_patches(self) -> Sequence[str]:
1807
+ """
1808
+ List of bug numbers to ignore.
1809
+ """
1810
+ return pulumi.get(self, "is_ignore_missing_patches")
1811
+
1812
+ @property
1813
+ @pulumi.getter(name="isIgnorePatches")
1814
+ def is_ignore_patches(self) -> bool:
1815
+ """
1816
+ Ignore all patches between the source and target homes during patching.
1817
+ """
1818
+ return pulumi.get(self, "is_ignore_patches")
1819
+
1820
+ @property
1821
+ @pulumi.getter(name="isKeepPlacement")
1822
+ def is_keep_placement(self) -> bool:
1823
+ """
1824
+ Ensure that services of administrator-managed Oracle RAC or Oracle RAC One databases are running on the same instances before and after the move operation.
1825
+ """
1826
+ return pulumi.get(self, "is_keep_placement")
1827
+
1828
+ @property
1829
+ @pulumi.getter(name="lastCompletedAction")
1830
+ def last_completed_action(self) -> str:
1831
+ """
1832
+ The latest Action type that was completed in the Exadata Fleet Update Cycle. No value would indicate that the Cycle has not completed any Action yet.
1833
+ """
1834
+ return pulumi.get(self, "last_completed_action")
1835
+
1836
+ @property
1837
+ @pulumi.getter(name="lifecycleDetails")
1838
+ def lifecycle_details(self) -> str:
1839
+ """
1840
+ A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
1841
+ """
1842
+ return pulumi.get(self, "lifecycle_details")
1843
+
1844
+ @property
1845
+ @pulumi.getter(name="maxDrainTimeoutInSeconds")
1846
+ def max_drain_timeout_in_seconds(self) -> int:
1847
+ """
1848
+ Service drain timeout specified in seconds.
1849
+ """
1850
+ return pulumi.get(self, "max_drain_timeout_in_seconds")
1851
+
1852
+ @property
1853
+ @pulumi.getter(name="nextActionToExecutes")
1854
+ def next_action_to_executes(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemNextActionToExecuteResult']:
1855
+ """
1856
+ In this array all the possible actions will be listed. The first element is the suggested Action.
1857
+ """
1858
+ return pulumi.get(self, "next_action_to_executes")
1859
+
1860
+ @property
1861
+ @pulumi.getter(name="stageActionSchedules")
1862
+ def stage_action_schedules(self) -> Sequence['outputs.GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleResult']:
1863
+ """
1864
+ Scheduling related details for the Exadata Fleet Update Action. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails would execute the Exadata Fleet Update Action as soon as possible.
1865
+ """
1866
+ return pulumi.get(self, "stage_action_schedules")
1867
+
1868
+ @property
1869
+ @pulumi.getter
1870
+ def state(self) -> str:
1871
+ """
1872
+ A filter to return only resources whose lifecycleState matches the given lifecycleState.
1873
+ """
1874
+ return pulumi.get(self, "state")
1875
+
1876
+ @property
1877
+ @pulumi.getter(name="systemTags")
1878
+ def system_tags(self) -> Mapping[str, str]:
1879
+ """
1880
+ Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud.free-tier-retained": "true"}`
1881
+ """
1882
+ return pulumi.get(self, "system_tags")
1883
+
1884
+ @property
1885
+ @pulumi.getter(name="timeCreated")
1886
+ def time_created(self) -> str:
1887
+ """
1888
+ The date and time the Exadata Fleet Update Cycle was created, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1889
+ """
1890
+ return pulumi.get(self, "time_created")
1891
+
1892
+ @property
1893
+ @pulumi.getter(name="timeFinished")
1894
+ def time_finished(self) -> str:
1895
+ """
1896
+ The date and time the Exadata Fleet Update Cycle was finished, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
1897
+ """
1898
+ return pulumi.get(self, "time_finished")
1899
+
1900
+ @property
1901
+ @pulumi.getter(name="timeUpdated")
1902
+ def time_updated(self) -> str:
1903
+ """
1904
+ The date and time the Exadata Fleet Update Cycle was updated, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1905
+ """
1906
+ return pulumi.get(self, "time_updated")
1907
+
1908
+ @property
1909
+ @pulumi.getter
1910
+ def type(self) -> str:
1911
+ """
1912
+ Type of Exadata Fleet Update Cycle.
1913
+ """
1914
+ return pulumi.get(self, "type")
1915
+
1916
+
1917
+ @pulumi.output_type
1918
+ class GetFsuCyclesFsuCycleSummaryCollectionItemApplyActionScheduleResult(dict):
1919
+ def __init__(__self__, *,
1920
+ time_to_start: str,
1921
+ type: str):
1922
+ """
1923
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1924
+ :param str type: Type of Exadata Fleet Update Cycle.
1925
+ """
1926
+ pulumi.set(__self__, "time_to_start", time_to_start)
1927
+ pulumi.set(__self__, "type", type)
1928
+
1929
+ @property
1930
+ @pulumi.getter(name="timeToStart")
1931
+ def time_to_start(self) -> str:
1932
+ """
1933
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
1934
+ """
1935
+ return pulumi.get(self, "time_to_start")
1936
+
1937
+ @property
1938
+ @pulumi.getter
1939
+ def type(self) -> str:
1940
+ """
1941
+ Type of Exadata Fleet Update Cycle.
1942
+ """
1943
+ return pulumi.get(self, "type")
1944
+
1945
+
1946
+ @pulumi.output_type
1947
+ class GetFsuCyclesFsuCycleSummaryCollectionItemBatchingStrategyResult(dict):
1948
+ def __init__(__self__, *,
1949
+ is_force_rolling: bool,
1950
+ is_wait_for_batch_resume: bool,
1951
+ percentage: int,
1952
+ type: str):
1953
+ """
1954
+ :param bool is_force_rolling: True to force rolling patching.
1955
+ :param bool is_wait_for_batch_resume: True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
1956
+ :param int percentage: Percentage of availability in the service during the Patch operation.
1957
+ :param str type: Type of Exadata Fleet Update Cycle.
1958
+ """
1959
+ pulumi.set(__self__, "is_force_rolling", is_force_rolling)
1960
+ pulumi.set(__self__, "is_wait_for_batch_resume", is_wait_for_batch_resume)
1961
+ pulumi.set(__self__, "percentage", percentage)
1962
+ pulumi.set(__self__, "type", type)
1963
+
1964
+ @property
1965
+ @pulumi.getter(name="isForceRolling")
1966
+ def is_force_rolling(self) -> bool:
1967
+ """
1968
+ True to force rolling patching.
1969
+ """
1970
+ return pulumi.get(self, "is_force_rolling")
1971
+
1972
+ @property
1973
+ @pulumi.getter(name="isWaitForBatchResume")
1974
+ def is_wait_for_batch_resume(self) -> bool:
1975
+ """
1976
+ True to wait for customer to resume the Apply Action once the first half is done. False to automatically patch the second half.
1977
+ """
1978
+ return pulumi.get(self, "is_wait_for_batch_resume")
1979
+
1980
+ @property
1981
+ @pulumi.getter
1982
+ def percentage(self) -> int:
1983
+ """
1984
+ Percentage of availability in the service during the Patch operation.
1985
+ """
1986
+ return pulumi.get(self, "percentage")
1987
+
1988
+ @property
1989
+ @pulumi.getter
1990
+ def type(self) -> str:
1991
+ """
1992
+ Type of Exadata Fleet Update Cycle.
1993
+ """
1994
+ return pulumi.get(self, "type")
1995
+
1996
+
1997
+ @pulumi.output_type
1998
+ class GetFsuCyclesFsuCycleSummaryCollectionItemDiagnosticsCollectionResult(dict):
1999
+ def __init__(__self__, *,
2000
+ log_collection_mode: str):
2001
+ """
2002
+ :param str log_collection_mode: Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
2003
+ """
2004
+ pulumi.set(__self__, "log_collection_mode", log_collection_mode)
2005
+
2006
+ @property
2007
+ @pulumi.getter(name="logCollectionMode")
2008
+ def log_collection_mode(self) -> str:
2009
+ """
2010
+ Enable incident logs and trace collection. Allow Oracle to collect incident logs and traces to enable fault diagnosis and issue resolution according to the selected mode.
2011
+ """
2012
+ return pulumi.get(self, "log_collection_mode")
2013
+
2014
+
2015
+ @pulumi.output_type
2016
+ class GetFsuCyclesFsuCycleSummaryCollectionItemGoalVersionDetailResult(dict):
2017
+ def __init__(__self__, *,
2018
+ home_policy: str,
2019
+ new_home_prefix: str,
2020
+ software_image_id: str,
2021
+ type: str,
2022
+ version: str):
2023
+ """
2024
+ :param str home_policy: Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
2025
+ :param str new_home_prefix: Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_<timestamp> If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
2026
+ :param str software_image_id: Target database software image OCID.
2027
+ :param str type: Type of Exadata Fleet Update Cycle.
2028
+ :param str version: Target DB or GI version string for the Exadata Fleet Update Cycle.
2029
+ """
2030
+ pulumi.set(__self__, "home_policy", home_policy)
2031
+ pulumi.set(__self__, "new_home_prefix", new_home_prefix)
2032
+ pulumi.set(__self__, "software_image_id", software_image_id)
2033
+ pulumi.set(__self__, "type", type)
2034
+ pulumi.set(__self__, "version", version)
2035
+
2036
+ @property
2037
+ @pulumi.getter(name="homePolicy")
2038
+ def home_policy(self) -> str:
2039
+ """
2040
+ Goal home policy to use when Staging the Goal Version during patching. CREATE_NEW: Create a new DBHome (for Database Collections) for the specified image or version. USE_EXISTING: All database targets in the same VMCluster or CloudVmCluster will be moved to a shared database home. If an existing home for the selected image or version is not found in the VM Cluster for a target database, then a new home will be created. If more than one existing home for the selected image is found, then the home with the least number of databases will be used. If multiple homes have the least number of databases, then a home will be selected at random.
2041
+ """
2042
+ return pulumi.get(self, "home_policy")
2043
+
2044
+ @property
2045
+ @pulumi.getter(name="newHomePrefix")
2046
+ def new_home_prefix(self) -> str:
2047
+ """
2048
+ Prefix name used for new DB home resources created as part of the Stage Action. Format: <specified_prefix>_<timestamp> If not specified, a default Oracle Cloud Infrastructure DB home resource will be generated for the new DB home resources created.
2049
+ """
2050
+ return pulumi.get(self, "new_home_prefix")
2051
+
2052
+ @property
2053
+ @pulumi.getter(name="softwareImageId")
2054
+ def software_image_id(self) -> str:
2055
+ """
2056
+ Target database software image OCID.
2057
+ """
2058
+ return pulumi.get(self, "software_image_id")
2059
+
2060
+ @property
2061
+ @pulumi.getter
2062
+ def type(self) -> str:
2063
+ """
2064
+ Type of Exadata Fleet Update Cycle.
2065
+ """
2066
+ return pulumi.get(self, "type")
2067
+
2068
+ @property
2069
+ @pulumi.getter
2070
+ def version(self) -> str:
2071
+ """
2072
+ Target DB or GI version string for the Exadata Fleet Update Cycle.
2073
+ """
2074
+ return pulumi.get(self, "version")
2075
+
2076
+
2077
+ @pulumi.output_type
2078
+ class GetFsuCyclesFsuCycleSummaryCollectionItemNextActionToExecuteResult(dict):
2079
+ def __init__(__self__, *,
2080
+ time_to_start: str,
2081
+ type: str):
2082
+ """
2083
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
2084
+ :param str type: Type of Exadata Fleet Update Cycle.
2085
+ """
2086
+ pulumi.set(__self__, "time_to_start", time_to_start)
2087
+ pulumi.set(__self__, "type", type)
2088
+
2089
+ @property
2090
+ @pulumi.getter(name="timeToStart")
2091
+ def time_to_start(self) -> str:
2092
+ """
2093
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
2094
+ """
2095
+ return pulumi.get(self, "time_to_start")
2096
+
2097
+ @property
2098
+ @pulumi.getter
2099
+ def type(self) -> str:
2100
+ """
2101
+ Type of Exadata Fleet Update Cycle.
2102
+ """
2103
+ return pulumi.get(self, "type")
2104
+
2105
+
2106
+ @pulumi.output_type
2107
+ class GetFsuCyclesFsuCycleSummaryCollectionItemStageActionScheduleResult(dict):
2108
+ def __init__(__self__, *,
2109
+ time_to_start: str,
2110
+ type: str):
2111
+ """
2112
+ :param str time_to_start: The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
2113
+ :param str type: Type of Exadata Fleet Update Cycle.
2114
+ """
2115
+ pulumi.set(__self__, "time_to_start", time_to_start)
2116
+ pulumi.set(__self__, "type", type)
2117
+
2118
+ @property
2119
+ @pulumi.getter(name="timeToStart")
2120
+ def time_to_start(self) -> str:
2121
+ """
2122
+ The date and time the Exadata Fleet Update Action is expected to start. [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
2123
+ """
2124
+ return pulumi.get(self, "time_to_start")
2125
+
2126
+ @property
2127
+ @pulumi.getter
2128
+ def type(self) -> str:
2129
+ """
2130
+ Type of Exadata Fleet Update Cycle.
2131
+ """
2132
+ return pulumi.get(self, "type")
2133
+
2134
+