oci 2.150.2__py3-none-any.whl → 2.151.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 (786) hide show
  1. oci/__init__.py +1 -1
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +26 -26
  6. oci/ai_language/ai_service_language_client.py +44 -44
  7. oci/ai_speech/ai_service_speech_client.py +19 -19
  8. oci/ai_vision/ai_service_vision_client.py +28 -28
  9. oci/analytics/analytics_client.py +24 -24
  10. oci/announcements_service/announcement_client.py +5 -5
  11. oci/announcements_service/announcement_subscription_client.py +9 -9
  12. oci/announcements_service/announcements_preferences_client.py +4 -4
  13. oci/announcements_service/service_client.py +1 -1
  14. oci/apigateway/api_gateway_client.py +21 -21
  15. oci/apigateway/deployment_client.py +6 -6
  16. oci/apigateway/gateway_client.py +6 -6
  17. oci/apigateway/subscribers_client.py +6 -6
  18. oci/apigateway/usage_plans_client.py +6 -6
  19. oci/apigateway/work_requests_client.py +5 -5
  20. oci/apm_config/config_client.py +12 -12
  21. oci/apm_control_plane/apm_domain_client.py +14 -14
  22. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/autoscaling/auto_scaling_client.py +11 -11
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +84 -84
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +6 -6
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +15 -15
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +46 -46
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +117 -117
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/virtual_network_client.py +258 -258
  55. oci/dashboard_service/dashboard_client.py +6 -6
  56. oci/dashboard_service/dashboard_group_client.py +6 -6
  57. oci/data_catalog/data_catalog_client.py +149 -149
  58. oci/data_flow/data_flow_client.py +45 -45
  59. oci/data_integration/data_integration_client.py +163 -163
  60. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  61. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  62. oci/data_safe/data_safe_client.py +317 -317
  63. oci/data_science/data_science_client.py +145 -145
  64. oci/database/database_client.py +606 -427
  65. oci/database/models/__init__.py +4 -0
  66. oci/database/models/system_version_minor_version_collection.py +70 -0
  67. oci/database/models/system_version_minor_version_summary.py +70 -0
  68. oci/database_management/db_management_client.py +228 -228
  69. oci/database_management/diagnosability_client.py +4 -4
  70. oci/database_management/managed_my_sql_databases_client.py +9 -9
  71. oci/database_management/perfhub_client.py +1 -1
  72. oci/database_management/sql_tuning_client.py +17 -17
  73. oci/database_migration/database_migration_client.py +42 -42
  74. oci/database_migration/models/migration.py +7 -3
  75. oci/database_migration/models/migration_job_progress_resource.py +7 -3
  76. oci/database_migration/models/migration_job_progress_summary.py +7 -3
  77. oci/database_migration/models/migration_phase_summary.py +7 -3
  78. oci/database_migration/models/my_sql_migration.py +1 -1
  79. oci/database_migration/models/oracle_migration.py +1 -1
  80. oci/database_migration/models/parameter_file_version.py +1 -1
  81. oci/database_migration/models/parameter_file_version_collection.py +3 -3
  82. oci/database_migration/models/parameter_file_version_summary.py +1 -1
  83. oci/database_migration/models/phase_status.py +7 -3
  84. oci/database_migration/models/resume_job_details.py +7 -3
  85. oci/database_migration/models/start_migration_details.py +7 -3
  86. oci/database_migration/models/update_oracle_migration_details.py +2 -2
  87. oci/database_tools/database_tools_client.py +23 -23
  88. oci/dblm/db_life_cycle_management_client.py +14 -14
  89. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  90. oci/delegate_access_control/work_request_client.py +4 -4
  91. oci/demand_signal/occ_demand_signal_client.py +7 -7
  92. oci/desktops/desktop_service_client.py +21 -21
  93. oci/devops/devops_client.py +141 -141
  94. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  95. oci/disaster_recovery/models/__init__.py +42 -0
  96. oci/disaster_recovery/models/block_volume_attachment_details.py +5 -4
  97. oci/disaster_recovery/models/block_volume_mount_details.py +1 -0
  98. oci/disaster_recovery/models/compute_instance_movable_vnic_mapping.py +35 -0
  99. oci/disaster_recovery/models/compute_instance_movable_vnic_mapping_details.py +35 -0
  100. oci/disaster_recovery/models/compute_instance_non_movable_block_volume_attach_and_mount_operations_details.py +101 -0
  101. oci/disaster_recovery/models/compute_instance_non_movable_block_volume_attach_operation_details.py +111 -0
  102. oci/disaster_recovery/models/compute_instance_non_movable_block_volume_mount_operation_details.py +74 -0
  103. oci/disaster_recovery/models/compute_instance_non_movable_block_volume_operation.py +1 -0
  104. oci/disaster_recovery/models/create_block_volume_attachment_details.py +5 -4
  105. oci/disaster_recovery/models/create_block_volume_mount_details.py +3 -2
  106. oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_attach_and_mount_operations_details.py +101 -0
  107. oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_attach_operation_details.py +111 -0
  108. oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_mount_operation_details.py +74 -0
  109. oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_operation_details.py +1 -0
  110. oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +29 -2
  111. oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +31 -2
  112. oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +1 -1
  113. oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +64 -2
  114. oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +115 -2
  115. oci/disaster_recovery/models/create_oke_cluster_backup_config_details.py +14 -14
  116. oci/disaster_recovery/models/create_source_volume_to_destination_encryption_key_mapping_details.py +101 -0
  117. oci/disaster_recovery/models/create_vault_and_encryption_key_details.py +111 -0
  118. oci/disaster_recovery/models/dr_plan_step.py +58 -3
  119. oci/disaster_recovery/models/dr_plan_step_execution.py +58 -3
  120. oci/disaster_recovery/models/dr_plan_user_defined_step.py +57 -13
  121. oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +29 -2
  122. oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +31 -2
  123. oci/disaster_recovery/models/dr_protection_group_member_file_system.py +64 -2
  124. oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +113 -2
  125. oci/disaster_recovery/models/invoke_function_precheck_step.py +1 -1
  126. oci/disaster_recovery/models/invoke_function_step.py +1 -1
  127. oci/disaster_recovery/models/invoke_function_user_defined_custom_precheck_step.py +154 -0
  128. oci/disaster_recovery/models/local_script_precheck_step.py +1 -1
  129. oci/disaster_recovery/models/object_store_script_precheck_step.py +1 -1
  130. oci/disaster_recovery/models/run_local_script_user_defined_custom_precheck_step.py +199 -0
  131. oci/disaster_recovery/models/run_local_script_user_defined_step.py +1 -1
  132. oci/disaster_recovery/models/run_object_store_script_user_defined_custom_precheck_step.py +156 -0
  133. oci/disaster_recovery/models/run_object_store_script_user_defined_step.py +1 -1
  134. oci/disaster_recovery/models/source_volume_to_destination_encryption_key_mapping.py +101 -0
  135. oci/disaster_recovery/models/update_block_volume_attachment_details.py +5 -4
  136. oci/disaster_recovery/models/update_block_volume_mount_details.py +1 -0
  137. oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_attach_and_mount_operations_details.py +101 -0
  138. oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_attach_operation_details.py +111 -0
  139. oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_mount_operation_details.py +74 -0
  140. oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_operation_details.py +1 -0
  141. oci/disaster_recovery/models/update_dr_plan_user_defined_step_details.py +57 -13
  142. oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +29 -2
  143. oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +31 -2
  144. oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +1 -1
  145. oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +64 -2
  146. oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +113 -2
  147. oci/disaster_recovery/models/update_invoke_function_precheck_step_details.py +1 -1
  148. oci/disaster_recovery/models/update_invoke_function_user_defined_custom_precheck_step_details.py +119 -0
  149. oci/disaster_recovery/models/update_invoke_function_user_defined_step_details.py +1 -1
  150. oci/disaster_recovery/models/update_local_script_precheck_step_details.py +1 -1
  151. oci/disaster_recovery/models/update_object_store_script_precheck_step_details.py +1 -1
  152. oci/disaster_recovery/models/update_run_local_script_user_defined_custom_precheck_step_details.py +164 -0
  153. oci/disaster_recovery/models/update_run_local_script_user_defined_step_details.py +1 -1
  154. oci/disaster_recovery/models/update_run_object_store_script_user_defined_custom_precheck_step_details.py +121 -0
  155. oci/disaster_recovery/models/update_run_object_store_script_user_defined_step_details.py +1 -1
  156. oci/disaster_recovery/models/update_source_volume_to_destination_encryption_key_mapping_details.py +101 -0
  157. oci/disaster_recovery/models/update_vault_and_encryption_key_details.py +111 -0
  158. oci/disaster_recovery/models/vault_and_encryption_key.py +115 -0
  159. oci/dns/dns_client.py +54 -54
  160. oci/dts/appliance_export_job_client.py +6 -6
  161. oci/dts/shipping_vendors_client.py +1 -1
  162. oci/dts/transfer_appliance_client.py +8 -8
  163. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  164. oci/dts/transfer_device_client.py +5 -5
  165. oci/dts/transfer_job_client.py +6 -6
  166. oci/dts/transfer_package_client.py +7 -7
  167. oci/em_warehouse/em_warehouse_client.py +13 -13
  168. oci/email/email_client.py +31 -31
  169. oci/email_data_plane/email_dp_client.py +1 -1
  170. oci/events/events_client.py +6 -6
  171. oci/file_storage/file_storage_client.py +74 -74
  172. oci/fleet_apps_management/__init__.py +8 -2
  173. oci/fleet_apps_management/fleet_apps_management_admin_client.py +396 -84
  174. oci/fleet_apps_management/fleet_apps_management_admin_client_composite_operations.py +92 -11
  175. oci/fleet_apps_management/fleet_apps_management_catalog_client.py +969 -0
  176. oci/fleet_apps_management/fleet_apps_management_catalog_client_composite_operations.py +246 -0
  177. oci/fleet_apps_management/fleet_apps_management_client.py +248 -670
  178. oci/fleet_apps_management/fleet_apps_management_client_composite_operations.py +49 -7
  179. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +17 -14
  180. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client_composite_operations.py +1 -1
  181. oci/fleet_apps_management/fleet_apps_management_operations_client.py +597 -98
  182. oci/fleet_apps_management/fleet_apps_management_operations_client_composite_operations.py +46 -4
  183. oci/fleet_apps_management/fleet_apps_management_provision_client.py +814 -0
  184. oci/fleet_apps_management/fleet_apps_management_provision_client_composite_operations.py +202 -0
  185. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +952 -135
  186. oci/fleet_apps_management/fleet_apps_management_runbooks_client_composite_operations.py +218 -6
  187. oci/fleet_apps_management/fleet_apps_management_work_request_client.py +656 -0
  188. oci/fleet_apps_management/fleet_apps_management_work_request_client_composite_operations.py +26 -0
  189. oci/fleet_apps_management/models/__init__.py +155 -5
  190. oci/fleet_apps_management/models/action_group.py +62 -233
  191. oci/fleet_apps_management/models/action_group_based_user_action_details.py +2 -2
  192. oci/fleet_apps_management/models/action_group_details.py +57 -141
  193. oci/fleet_apps_management/models/activity_resource_target.py +1 -1
  194. oci/fleet_apps_management/models/announcement_collection.py +3 -3
  195. oci/fleet_apps_management/models/announcement_summary.py +5 -5
  196. oci/fleet_apps_management/models/api_based_execution_details.py +2 -2
  197. oci/fleet_apps_management/models/artifact_details.py +1 -1
  198. oci/fleet_apps_management/models/associated_fleet_credential_details.py +3 -3
  199. oci/fleet_apps_management/models/associated_fleet_property_details.py +3 -3
  200. oci/fleet_apps_management/models/associated_fleet_resource_details.py +1 -1
  201. oci/fleet_apps_management/models/associated_local_task_details.py +2 -2
  202. oci/fleet_apps_management/models/associated_scheduler_definition.py +1 -32
  203. oci/fleet_apps_management/models/associated_shared_task_details.py +1 -1
  204. oci/fleet_apps_management/models/associated_task_details.py +1 -1
  205. oci/fleet_apps_management/models/catalog_content_details.py +80 -0
  206. oci/fleet_apps_management/models/catalog_git_result_config.py +153 -0
  207. oci/fleet_apps_management/models/catalog_git_source_config.py +152 -0
  208. oci/fleet_apps_management/models/catalog_item.py +874 -0
  209. oci/fleet_apps_management/models/catalog_item_collection.py +70 -0
  210. oci/fleet_apps_management/models/catalog_item_summary.py +689 -0
  211. oci/fleet_apps_management/models/catalog_marketplace_source_config.py +117 -0
  212. oci/fleet_apps_management/models/catalog_par_result_config.py +126 -0
  213. oci/fleet_apps_management/models/catalog_par_source_config.py +218 -0
  214. oci/fleet_apps_management/models/catalog_result_payload.py +146 -0
  215. oci/fleet_apps_management/models/catalog_source_payload.py +130 -0
  216. oci/fleet_apps_management/models/catalog_source_template_config.py +179 -0
  217. oci/fleet_apps_management/models/catalog_template_result_config.py +87 -0
  218. oci/fleet_apps_management/models/change_catalog_item_compartment_details.py +74 -0
  219. oci/fleet_apps_management/models/change_fleet_compartment_details.py +74 -0
  220. oci/fleet_apps_management/models/change_patch_compartment_details.py +74 -0
  221. oci/fleet_apps_management/models/change_platform_configuration_compartment_details.py +74 -0
  222. oci/fleet_apps_management/models/change_property_compartment_details.py +74 -0
  223. oci/fleet_apps_management/models/change_provision_compartment_details.py +74 -0
  224. oci/fleet_apps_management/models/change_runbook_compartment_details.py +74 -0
  225. oci/fleet_apps_management/models/change_task_record_compartment_details.py +74 -0
  226. oci/fleet_apps_management/models/check_resource_tagging_details.py +3 -3
  227. oci/fleet_apps_management/models/clone_catalog_item_details.py +105 -0
  228. oci/fleet_apps_management/models/compliance_detail_policy.py +1 -1
  229. oci/fleet_apps_management/models/compliance_detail_product.py +2 -2
  230. oci/fleet_apps_management/models/compliance_detail_resource.py +3 -3
  231. oci/fleet_apps_management/models/compliance_detail_target.py +2 -2
  232. oci/fleet_apps_management/models/compliance_patch_detail.py +2 -2
  233. oci/fleet_apps_management/models/compliance_policy.py +49 -2
  234. oci/fleet_apps_management/models/compliance_policy_collection.py +3 -3
  235. oci/fleet_apps_management/models/compliance_policy_rule.py +16 -16
  236. oci/fleet_apps_management/models/compliance_policy_rule_collection.py +1 -1
  237. oci/fleet_apps_management/models/compliance_policy_rule_summary.py +16 -16
  238. oci/fleet_apps_management/models/compliance_policy_summary.py +32 -1
  239. oci/fleet_apps_management/models/compliance_record.py +102 -3
  240. oci/fleet_apps_management/models/compliance_record_aggregation.py +3 -3
  241. oci/fleet_apps_management/models/compliance_record_aggregation_collection.py +1 -1
  242. oci/fleet_apps_management/models/compliance_record_collection.py +1 -1
  243. oci/fleet_apps_management/models/compliance_record_dimension.py +1 -1
  244. oci/fleet_apps_management/models/compliance_record_summary.py +102 -3
  245. oci/fleet_apps_management/models/compliance_report.py +32 -1
  246. oci/fleet_apps_management/models/compliance_report_patch_detail.py +1 -1
  247. oci/fleet_apps_management/models/compliance_report_product.py +1 -1
  248. oci/fleet_apps_management/models/compliance_report_resource.py +1 -1
  249. oci/fleet_apps_management/models/compliance_report_target.py +1 -1
  250. oci/fleet_apps_management/models/component_properties.py +20 -30
  251. oci/fleet_apps_management/models/condition.py +1 -1
  252. oci/fleet_apps_management/models/config_association_details.py +1 -1
  253. oci/fleet_apps_management/models/config_category_details.py +20 -4
  254. oci/fleet_apps_management/models/config_file_details.py +99 -0
  255. oci/fleet_apps_management/models/confirm_targets_details.py +1 -1
  256. oci/fleet_apps_management/models/content_details.py +12 -4
  257. oci/fleet_apps_management/models/create_catalog_item_details.py +452 -0
  258. oci/fleet_apps_management/models/create_compliance_policy_rule_details.py +17 -48
  259. oci/fleet_apps_management/models/create_fleet_credential_details.py +1 -32
  260. oci/fleet_apps_management/models/create_fleet_details.py +112 -151
  261. oci/fleet_apps_management/models/create_fleet_property_details.py +1 -32
  262. oci/fleet_apps_management/models/create_fleet_resource_details.py +1 -1
  263. oci/fleet_apps_management/models/create_maintenance_window_details.py +4 -78
  264. oci/fleet_apps_management/models/create_onboarding_details.py +1 -1
  265. oci/fleet_apps_management/models/create_patch_details.py +1 -1
  266. oci/fleet_apps_management/models/create_platform_configuration_details.py +4 -4
  267. oci/fleet_apps_management/models/create_property_details.py +4 -4
  268. oci/fleet_apps_management/models/create_provision_details.py +431 -0
  269. oci/fleet_apps_management/models/create_runbook_details.py +53 -53
  270. oci/fleet_apps_management/models/create_runbook_version_details.py +252 -0
  271. oci/fleet_apps_management/models/create_scheduler_definition_details.py +3 -34
  272. oci/fleet_apps_management/models/create_task_record_details.py +3 -3
  273. oci/fleet_apps_management/models/credential_config_category_details.py +2 -2
  274. oci/fleet_apps_management/models/credential_details.py +1 -1
  275. oci/fleet_apps_management/models/credential_entity_specific_details.py +1 -1
  276. oci/fleet_apps_management/models/custom_schedule.py +118 -0
  277. oci/fleet_apps_management/models/dependent_patch_details.py +1 -1
  278. oci/fleet_apps_management/models/deployed_resource_details.py +200 -0
  279. oci/fleet_apps_management/models/details.py +35 -4
  280. oci/fleet_apps_management/models/discovered_target.py +1 -1
  281. oci/fleet_apps_management/models/dynamic_resource_selection.py +76 -0
  282. oci/fleet_apps_management/models/enable_latest_policy_details.py +1 -1
  283. oci/fleet_apps_management/models/entity_execution_details.py +1 -1
  284. oci/fleet_apps_management/models/environment_config_category_details.py +2 -2
  285. oci/fleet_apps_management/models/environment_fleet_details.py +49 -0
  286. oci/fleet_apps_management/models/execution.py +32 -1
  287. oci/fleet_apps_management/models/execution_collection.py +1 -1
  288. oci/fleet_apps_management/models/execution_details.py +12 -4
  289. oci/fleet_apps_management/models/execution_summary.py +32 -1
  290. oci/fleet_apps_management/models/execution_workflow_details.py +1 -1
  291. oci/fleet_apps_management/models/export_compliance_report_details.py +2 -2
  292. oci/fleet_apps_management/models/file_input_argument.py +63 -0
  293. oci/fleet_apps_management/models/file_task_argument.py +83 -0
  294. oci/fleet_apps_management/models/fleet.py +80 -208
  295. oci/fleet_apps_management/models/fleet_based_action_group.py +186 -0
  296. oci/fleet_apps_management/models/fleet_based_action_group_details.py +223 -0
  297. oci/fleet_apps_management/models/fleet_collection.py +1 -1
  298. oci/fleet_apps_management/models/fleet_credential.py +3 -3
  299. oci/fleet_apps_management/models/fleet_credential_collection.py +1 -1
  300. oci/fleet_apps_management/models/fleet_credential_entity_specific_details.py +1 -1
  301. oci/fleet_apps_management/models/fleet_credential_summary.py +3 -3
  302. oci/fleet_apps_management/models/fleet_details.py +131 -0
  303. oci/fleet_apps_management/models/fleet_product_collection.py +1 -1
  304. oci/fleet_apps_management/models/fleet_product_summary.py +1 -1
  305. oci/fleet_apps_management/models/fleet_property.py +4 -4
  306. oci/fleet_apps_management/models/fleet_property_collection.py +1 -1
  307. oci/fleet_apps_management/models/fleet_property_summary.py +3 -3
  308. oci/fleet_apps_management/models/fleet_resource.py +32 -34
  309. oci/fleet_apps_management/models/fleet_resource_collection.py +1 -1
  310. oci/fleet_apps_management/models/fleet_resource_summary.py +32 -34
  311. oci/fleet_apps_management/models/fleet_summary.py +20 -32
  312. oci/fleet_apps_management/models/fleet_target.py +3 -3
  313. oci/fleet_apps_management/models/fleet_target_collection.py +1 -1
  314. oci/fleet_apps_management/models/fleet_target_summary.py +3 -3
  315. oci/fleet_apps_management/models/generate_compliance_report_details.py +1 -1
  316. oci/fleet_apps_management/models/generic_artifact.py +5 -5
  317. oci/fleet_apps_management/models/generic_artifact_details.py +1 -1
  318. oci/fleet_apps_management/models/generic_fleet_details.py +49 -0
  319. oci/fleet_apps_management/models/group.py +1 -1
  320. oci/fleet_apps_management/models/group_fleet_details.py +49 -0
  321. oci/fleet_apps_management/models/input_argument.py +12 -4
  322. oci/fleet_apps_management/models/input_file_content_details.py +99 -0
  323. oci/fleet_apps_management/models/input_file_object_storage_bucket_content_details.py +174 -0
  324. oci/fleet_apps_management/models/input_parameter.py +1 -1
  325. oci/fleet_apps_management/models/instance_summary.py +140 -0
  326. oci/fleet_apps_management/models/inventory_record.py +547 -0
  327. oci/fleet_apps_management/models/inventory_record_collection.py +70 -0
  328. oci/fleet_apps_management/models/inventory_record_component.py +163 -0
  329. oci/fleet_apps_management/models/inventory_record_patch_details.py +194 -0
  330. oci/fleet_apps_management/models/inventory_record_property.py +101 -0
  331. oci/fleet_apps_management/models/inventory_record_summary.py +535 -0
  332. oci/fleet_apps_management/models/inventory_resource_collection.py +1 -1
  333. oci/fleet_apps_management/models/inventory_resource_summary.py +1 -1
  334. oci/fleet_apps_management/models/job_activity.py +32 -1
  335. oci/fleet_apps_management/models/job_execution_details.py +194 -0
  336. oci/fleet_apps_management/models/key_encryption_credential_details.py +1 -1
  337. oci/fleet_apps_management/models/lifecycle_operation_config_category_details.py +49 -0
  338. oci/fleet_apps_management/models/maintenance_window.py +3 -77
  339. oci/fleet_apps_management/models/maintenance_window_collection.py +1 -1
  340. oci/fleet_apps_management/models/maintenance_window_schedule.py +87 -0
  341. oci/fleet_apps_management/models/maintenance_window_summary.py +3 -77
  342. oci/fleet_apps_management/models/manage_job_execution_details.py +1 -1
  343. oci/fleet_apps_management/models/manage_settings_details.py +1 -1
  344. oci/fleet_apps_management/models/managed_entity_aggregation.py +3 -3
  345. oci/fleet_apps_management/models/managed_entity_aggregation_collection.py +1 -1
  346. oci/fleet_apps_management/models/managed_entity_dimension.py +1 -1
  347. oci/fleet_apps_management/models/manual_resource_selection.py +49 -0
  348. oci/fleet_apps_management/models/model_property.py +10 -6
  349. oci/fleet_apps_management/models/{notification_preferences.py → notification_preference.py} +18 -18
  350. oci/fleet_apps_management/models/object_storage_bucket_config_file_details.py +174 -0
  351. oci/fleet_apps_management/models/object_storage_bucket_content_details.py +2 -2
  352. oci/fleet_apps_management/models/onboarding.py +69 -3
  353. oci/fleet_apps_management/models/onboarding_collection.py +1 -1
  354. oci/fleet_apps_management/models/onboarding_policy_collection.py +1 -1
  355. oci/fleet_apps_management/models/onboarding_policy_summary.py +1 -1
  356. oci/fleet_apps_management/models/onboarding_summary.py +69 -3
  357. oci/fleet_apps_management/models/operation_runbook.py +47 -16
  358. oci/fleet_apps_management/models/outcome.py +1 -1
  359. oci/fleet_apps_management/models/output_variable_details.py +1 -1
  360. oci/fleet_apps_management/models/output_variable_input_argument.py +2 -2
  361. oci/fleet_apps_management/models/output_variable_mapping.py +1 -1
  362. oci/fleet_apps_management/models/patch.py +1 -1
  363. oci/fleet_apps_management/models/patch_collection.py +1 -1
  364. oci/fleet_apps_management/models/patch_file_content_details.py +99 -0
  365. oci/fleet_apps_management/models/patch_file_object_storage_bucket_content_details.py +174 -0
  366. oci/fleet_apps_management/models/patch_level_selection_details.py +1 -1
  367. oci/fleet_apps_management/models/patch_name_selection_details.py +1 -1
  368. oci/fleet_apps_management/models/patch_product.py +2 -2
  369. oci/fleet_apps_management/models/patch_release_date_selection_details.py +1 -1
  370. oci/fleet_apps_management/models/patch_selection_details.py +1 -1
  371. oci/fleet_apps_management/models/patch_summary.py +1 -1
  372. oci/fleet_apps_management/models/patch_type.py +1 -1
  373. oci/fleet_apps_management/models/patch_type_config_category_details.py +2 -2
  374. oci/fleet_apps_management/models/pause_details.py +1 -1
  375. oci/fleet_apps_management/models/plain_text_credential_details.py +1 -1
  376. oci/fleet_apps_management/models/platform_configuration.py +10 -6
  377. oci/fleet_apps_management/models/platform_configuration_collection.py +1 -1
  378. oci/fleet_apps_management/models/platform_configuration_summary.py +3 -3
  379. oci/fleet_apps_management/models/platform_specific_artifact.py +5 -5
  380. oci/fleet_apps_management/models/platform_specific_artifact_details.py +2 -2
  381. oci/fleet_apps_management/models/preferences.py +175 -24
  382. oci/fleet_apps_management/models/previous_task_instance_details.py +128 -0
  383. oci/fleet_apps_management/models/previous_task_instance_run_on_details.py +80 -0
  384. oci/fleet_apps_management/models/product_config_category_details.py +2 -2
  385. oci/fleet_apps_management/models/product_fleet_details.py +49 -0
  386. oci/fleet_apps_management/models/product_stack_as_product_sub_category_details.py +1 -1
  387. oci/fleet_apps_management/models/product_stack_config_category_details.py +2 -2
  388. oci/fleet_apps_management/models/product_stack_generic_sub_category_details.py +1 -1
  389. oci/fleet_apps_management/models/product_stack_sub_category_details.py +1 -1
  390. oci/fleet_apps_management/models/product_version_details.py +1 -1
  391. oci/fleet_apps_management/models/properties.py +1 -1
  392. oci/fleet_apps_management/models/property_collection.py +1 -1
  393. oci/fleet_apps_management/models/property_summary.py +3 -3
  394. oci/fleet_apps_management/models/provision.py +997 -0
  395. oci/fleet_apps_management/models/provision_collection.py +70 -0
  396. oci/fleet_apps_management/models/provision_summary.py +738 -0
  397. oci/fleet_apps_management/models/publish_runbook_details.py +34 -3
  398. oci/fleet_apps_management/models/request_resource_validation_details.py +1 -1
  399. oci/fleet_apps_management/models/request_target_discovery_details.py +1 -1
  400. oci/fleet_apps_management/models/resource_collection.py +1 -1
  401. oci/fleet_apps_management/models/resource_credential_entity_specific_details.py +1 -1
  402. oci/fleet_apps_management/models/resource_selection.py +109 -0
  403. oci/fleet_apps_management/models/resource_summary.py +1 -1
  404. oci/fleet_apps_management/models/resource_tag_check_details.py +1 -1
  405. oci/fleet_apps_management/models/resource_tag_enablement_info.py +1 -1
  406. oci/fleet_apps_management/models/rollback_workflow_details.py +1 -1
  407. oci/fleet_apps_management/models/rule.py +3 -3
  408. oci/fleet_apps_management/models/run_on_details.py +115 -0
  409. oci/fleet_apps_management/models/runbook.py +116 -69
  410. oci/fleet_apps_management/models/runbook_collection.py +1 -1
  411. oci/fleet_apps_management/models/runbook_summary.py +65 -34
  412. oci/fleet_apps_management/models/runbook_version.py +542 -0
  413. oci/fleet_apps_management/models/runbook_version_collection.py +70 -0
  414. oci/fleet_apps_management/models/runbook_version_summary.py +533 -0
  415. oci/fleet_apps_management/models/schedule.py +25 -97
  416. oci/fleet_apps_management/models/schedule_instance_run_on_details.py +80 -0
  417. oci/fleet_apps_management/models/scheduled_fleet_collection.py +1 -1
  418. oci/fleet_apps_management/models/scheduled_fleet_summary.py +35 -82
  419. oci/fleet_apps_management/models/scheduler_definition.py +3 -112
  420. oci/fleet_apps_management/models/scheduler_definition_collection.py +1 -1
  421. oci/fleet_apps_management/models/scheduler_definition_summary.py +5 -83
  422. oci/fleet_apps_management/models/scheduler_execution_collection.py +70 -0
  423. oci/fleet_apps_management/models/scheduler_execution_summary.py +753 -0
  424. oci/fleet_apps_management/models/scheduler_job.py +40 -102
  425. oci/fleet_apps_management/models/scheduler_job_aggregation.py +3 -3
  426. oci/fleet_apps_management/models/scheduler_job_aggregation_collection.py +1 -1
  427. oci/fleet_apps_management/models/scheduler_job_collection.py +1 -1
  428. oci/fleet_apps_management/models/scheduler_job_dimension.py +1 -1
  429. oci/fleet_apps_management/models/scheduler_job_summary.py +18 -96
  430. oci/fleet_apps_management/models/script_based_execution_details.py +66 -4
  431. oci/fleet_apps_management/models/selection_criteria.py +1 -1
  432. oci/fleet_apps_management/models/self_hosted_instance_config_category_details.py +117 -0
  433. oci/fleet_apps_management/models/self_hosted_instance_run_on_details.py +80 -0
  434. oci/fleet_apps_management/models/set_default_runbook_details.py +1 -1
  435. oci/fleet_apps_management/models/step_based_user_action_details.py +2 -2
  436. oci/fleet_apps_management/models/step_collection.py +1 -1
  437. oci/fleet_apps_management/models/step_summary.py +11 -11
  438. oci/fleet_apps_management/models/string_input_argument.py +2 -2
  439. oci/fleet_apps_management/models/string_task_argument.py +87 -0
  440. oci/fleet_apps_management/models/target_credential_entity_specific_details.py +1 -1
  441. oci/fleet_apps_management/models/target_resource.py +1 -1
  442. oci/fleet_apps_management/models/task.py +1 -44
  443. oci/fleet_apps_management/models/task_argument.py +71 -34
  444. oci/fleet_apps_management/models/task_notification_preferences.py +1 -1
  445. oci/fleet_apps_management/models/task_record.py +6 -6
  446. oci/fleet_apps_management/models/task_record_collection.py +4 -4
  447. oci/fleet_apps_management/models/task_record_summary.py +6 -6
  448. oci/fleet_apps_management/models/task_variable.py +1 -1
  449. oci/fleet_apps_management/models/terraform_based_execution_details.py +173 -0
  450. oci/fleet_apps_management/models/time_based_pause_details.py +1 -1
  451. oci/fleet_apps_management/models/upcoming_schedule.py +101 -0
  452. oci/fleet_apps_management/models/update_catalog_item_details.py +229 -0
  453. oci/fleet_apps_management/models/update_compliance_policy_rule_details.py +16 -16
  454. oci/fleet_apps_management/models/update_fleet_credential_details.py +1 -1
  455. oci/fleet_apps_management/models/update_fleet_details.py +69 -32
  456. oci/fleet_apps_management/models/update_fleet_property_details.py +1 -1
  457. oci/fleet_apps_management/models/update_fleet_resource_details.py +1 -1
  458. oci/fleet_apps_management/models/update_maintenance_window_details.py +1 -75
  459. oci/fleet_apps_management/models/update_onboarding_details.py +1 -1
  460. oci/fleet_apps_management/models/update_patch_details.py +1 -32
  461. oci/fleet_apps_management/models/update_platform_configuration_details.py +1 -1
  462. oci/fleet_apps_management/models/update_property_details.py +1 -1
  463. oci/fleet_apps_management/models/update_provision_details.py +167 -0
  464. oci/fleet_apps_management/models/update_runbook_details.py +24 -51
  465. oci/fleet_apps_management/models/update_runbook_version_details.py +155 -0
  466. oci/fleet_apps_management/models/update_scheduler_definition_details.py +1 -32
  467. oci/fleet_apps_management/models/update_scheduler_job_details.py +1 -1
  468. oci/fleet_apps_management/models/update_task_record_details.py +2 -2
  469. oci/fleet_apps_management/models/user_action_based_pause_details.py +1 -1
  470. oci/fleet_apps_management/models/user_action_details.py +12 -4
  471. oci/fleet_apps_management/models/variable.py +1 -1
  472. oci/fleet_apps_management/models/vault_secret_credential_details.py +1 -1
  473. oci/fleet_apps_management/models/{associations.py → version.py} +62 -31
  474. oci/fleet_apps_management/models/work_request.py +84 -4
  475. oci/fleet_apps_management/models/work_request_error.py +1 -1
  476. oci/fleet_apps_management/models/work_request_error_collection.py +1 -1
  477. oci/fleet_apps_management/models/work_request_log_entry.py +1 -1
  478. oci/fleet_apps_management/models/work_request_log_entry_collection.py +1 -1
  479. oci/fleet_apps_management/models/work_request_resource.py +1 -1
  480. oci/fleet_apps_management/models/work_request_summary.py +84 -4
  481. oci/fleet_apps_management/models/work_request_summary_collection.py +1 -1
  482. oci/fleet_apps_management/models/workflow_component.py +1 -1
  483. oci/fleet_apps_management/models/workflow_group.py +1 -1
  484. oci/fleet_apps_management/models/workflow_group_component.py +1 -1
  485. oci/fleet_apps_management/models/workflow_task_component.py +1 -1
  486. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  487. oci/functions/functions_invoke_client.py +1 -1
  488. oci/functions/functions_management_client.py +16 -16
  489. oci/fusion_apps/fusion_applications_client.py +41 -41
  490. oci/generative_ai/generative_ai_client.py +24 -24
  491. oci/generative_ai/models/content_moderation_config.py +79 -1
  492. oci/generative_ai/models/model.py +69 -3
  493. oci/generative_ai/models/model_summary.py +69 -3
  494. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  495. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  496. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  497. oci/generative_ai_inference/models/__init__.py +8 -0
  498. oci/generative_ai_inference/models/cohere_chat_request.py +41 -2
  499. oci/generative_ai_inference/models/cohere_chat_response.py +29 -2
  500. oci/generative_ai_inference/models/completion_tokens_details.py +132 -0
  501. oci/generative_ai_inference/models/embed_text_result.py +29 -2
  502. oci/generative_ai_inference/models/prompt_tokens_details.py +70 -0
  503. oci/generative_ai_inference/models/stream_options.py +70 -0
  504. oci/generative_ai_inference/models/usage.py +186 -0
  505. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  506. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  507. oci/golden_gate/golden_gate_client.py +89 -89
  508. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  509. oci/governance_rules_control_plane/work_request_client.py +5 -5
  510. oci/healthchecks/health_checks_client.py +17 -17
  511. oci/identity/identity_client.py +145 -145
  512. oci/identity_data_plane/dataplane_client.py +2 -2
  513. oci/identity_domains/identity_domains_client.py +311 -311
  514. oci/integration/integration_instance_client.py +19 -19
  515. oci/jms/java_management_service_client.py +79 -79
  516. oci/jms_java_downloads/java_download_client.py +25 -25
  517. oci/key_management/ekm_client.py +5 -5
  518. oci/key_management/kms_crypto_client.py +6 -6
  519. oci/key_management/kms_hsm_cluster_client.py +12 -12
  520. oci/key_management/kms_management_client.py +21 -21
  521. oci/key_management/kms_vault_client.py +14 -14
  522. oci/license_manager/license_manager_client.py +18 -18
  523. oci/limits/limits_client.py +4 -4
  524. oci/limits/quotas_client.py +7 -7
  525. oci/load_balancer/load_balancer_client.py +61 -61
  526. oci/lockbox/lockbox_client.py +24 -24
  527. oci/log_analytics/log_analytics_client.py +1358 -250
  528. oci/log_analytics/models/__init__.py +38 -0
  529. oci/log_analytics/models/abstract_command_descriptor.py +11 -3
  530. oci/log_analytics/models/add_fields_command_descriptor.py +1 -1
  531. oci/log_analytics/models/add_insights_command_descriptor.py +1 -1
  532. oci/log_analytics/models/anomaly_command_descriptor.py +1 -1
  533. oci/log_analytics/models/auto_schedule.py +64 -0
  534. oci/log_analytics/models/bottom_command_descriptor.py +1 -1
  535. oci/log_analytics/models/bucket_command_descriptor.py +1 -1
  536. oci/log_analytics/models/change_lookup_compartment_details.py +70 -0
  537. oci/log_analytics/models/classify_command_descriptor.py +1 -1
  538. oci/log_analytics/models/cluster_command_descriptor.py +1 -1
  539. oci/log_analytics/models/cluster_compare_command_descriptor.py +1 -1
  540. oci/log_analytics/models/cluster_details_command_descriptor.py +1 -1
  541. oci/log_analytics/models/cluster_split_command_descriptor.py +1 -1
  542. oci/log_analytics/models/command_descriptor.py +1 -1
  543. oci/log_analytics/models/compare_command_descriptor.py +1 -1
  544. oci/log_analytics/models/create_log_analytics_object_collection_rule_details.py +134 -1
  545. oci/log_analytics/models/create_standard_task_details.py +1 -1
  546. oci/log_analytics/models/create_table_command_descriptor.py +1 -1
  547. oci/log_analytics/models/create_view_command_descriptor.py +1 -1
  548. oci/log_analytics/models/cron_schedule.py +3 -3
  549. oci/log_analytics/models/dedup_command_descriptor.py +1 -1
  550. oci/log_analytics/models/delete_command_descriptor.py +1 -1
  551. oci/log_analytics/models/delta_command_descriptor.py +1 -1
  552. oci/log_analytics/models/demo_mode_command_descriptor.py +1 -1
  553. oci/log_analytics/models/dependency.py +64 -2
  554. oci/log_analytics/models/dependent_parser.py +1 -1
  555. oci/log_analytics/models/dependent_source.py +1 -1
  556. oci/log_analytics/models/distinct_command_descriptor.py +1 -1
  557. oci/log_analytics/models/estimate_recall_data_size_result.py +64 -2
  558. oci/log_analytics/models/eval_command_descriptor.py +1 -1
  559. oci/log_analytics/models/event_stats_command_descriptor.py +1 -1
  560. oci/log_analytics/models/export_details.py +7 -3
  561. oci/log_analytics/models/extract_command_descriptor.py +1 -1
  562. oci/log_analytics/models/field_summary_command_descriptor.py +1 -1
  563. oci/log_analytics/models/fields_command_descriptor.py +1 -1
  564. oci/log_analytics/models/fixed_frequency_schedule.py +2 -2
  565. oci/log_analytics/models/frequent_command_descriptor.py +1 -1
  566. oci/log_analytics/models/generic_condition_block.py +251 -0
  567. oci/log_analytics/models/geo_stats_command_descriptor.py +1 -1
  568. oci/log_analytics/models/head_command_descriptor.py +1 -1
  569. oci/log_analytics/models/highlight_command_descriptor.py +1 -1
  570. oci/log_analytics/models/highlight_groups_command_descriptor.py +1 -1
  571. oci/log_analytics/models/highlight_rows_command_descriptor.py +1 -1
  572. oci/log_analytics/models/json_extract_command_descriptor.py +1 -1
  573. oci/log_analytics/models/link_command_descriptor.py +1 -1
  574. oci/log_analytics/models/link_details_command_descriptor.py +1 -1
  575. oci/log_analytics/models/log_analytics_entity.py +33 -2
  576. oci/log_analytics/models/log_analytics_entity_summary.py +33 -2
  577. oci/log_analytics/models/log_analytics_entity_topology_link.py +64 -2
  578. oci/log_analytics/models/log_analytics_field.py +64 -2
  579. oci/log_analytics/models/log_analytics_field_summary.py +64 -2
  580. oci/log_analytics/models/log_analytics_field_usages.py +101 -0
  581. oci/log_analytics/models/log_analytics_lookup.py +136 -2
  582. oci/log_analytics/models/log_analytics_object_collection_rule.py +164 -0
  583. oci/log_analytics/models/log_analytics_object_collection_rule_summary.py +31 -0
  584. oci/log_analytics/models/log_analytics_parser_field.py +33 -2
  585. oci/log_analytics/models/log_analytics_resource_category.py +64 -2
  586. oci/log_analytics/models/log_analytics_source_extended_field_definition.py +62 -4
  587. oci/log_analytics/models/log_analytics_template.py +594 -0
  588. oci/log_analytics/models/log_analytics_template_collection.py +70 -0
  589. oci/log_analytics/models/log_analytics_template_summary.py +439 -0
  590. oci/log_analytics/models/lookup_command_descriptor.py +1 -1
  591. oci/log_analytics/models/macro_command_descriptor.py +1 -1
  592. oci/log_analytics/models/map_command_descriptor.py +1 -1
  593. oci/log_analytics/models/metric_extraction.py +3 -3
  594. oci/log_analytics/models/module_command_descriptor.py +127 -3
  595. oci/log_analytics/models/multi_search_command_descriptor.py +1 -1
  596. oci/log_analytics/models/namespace.py +33 -2
  597. oci/log_analytics/models/namespace_summary.py +33 -2
  598. oci/log_analytics/models/nlp_command_descriptor.py +1 -1
  599. oci/log_analytics/models/outlier_command_descriptor.py +1 -1
  600. oci/log_analytics/models/overlapping_recall_summary.py +7 -3
  601. oci/log_analytics/models/parse_query_output.py +64 -2
  602. oci/log_analytics/models/parser_action.py +101 -0
  603. oci/log_analytics/models/parser_action_summary.py +132 -0
  604. oci/log_analytics/models/parser_action_summary_collection.py +70 -0
  605. oci/log_analytics/models/property_definition.py +195 -0
  606. oci/log_analytics/models/query_aggregation.py +89 -0
  607. oci/log_analytics/models/rare_command_descriptor.py +1 -1
  608. oci/log_analytics/models/recall_archived_data_details.py +35 -2
  609. oci/log_analytics/models/recall_definition.py +101 -0
  610. oci/log_analytics/models/recalled_data.py +40 -5
  611. oci/log_analytics/models/recalled_info.py +280 -0
  612. oci/log_analytics/models/recalled_info_collection.py +70 -0
  613. oci/log_analytics/models/regex_command_descriptor.py +1 -1
  614. oci/log_analytics/models/rename_command_descriptor.py +1 -1
  615. oci/log_analytics/models/schedule.py +11 -3
  616. oci/log_analytics/models/scheduled_task_summary.py +49 -2
  617. oci/log_analytics/models/search_command_descriptor.py +1 -1
  618. oci/log_analytics/models/search_lookup_command_descriptor.py +1 -1
  619. oci/log_analytics/models/sequence_command_descriptor.py +1 -1
  620. oci/log_analytics/models/sort_command_descriptor.py +1 -1
  621. oci/log_analytics/models/stats_command_descriptor.py +1 -1
  622. oci/log_analytics/models/stream_action.py +27 -0
  623. oci/log_analytics/models/tail_command_descriptor.py +1 -1
  624. oci/log_analytics/models/template_details.py +101 -0
  625. oci/log_analytics/models/template_facet.py +101 -0
  626. oci/log_analytics/models/template_params.py +101 -0
  627. oci/log_analytics/models/time_cluster_command_descriptor.py +1 -1
  628. oci/log_analytics/models/time_compare_command_descriptor.py +1 -1
  629. oci/log_analytics/models/time_stats_command_descriptor.py +1 -1
  630. oci/log_analytics/models/top_command_descriptor.py +1 -1
  631. oci/log_analytics/models/update_log_analytics_object_collection_rule_details.py +133 -0
  632. oci/log_analytics/models/update_lookup_metadata_details.py +68 -2
  633. oci/log_analytics/models/update_table_command_descriptor.py +122 -0
  634. oci/log_analytics/models/upsert_log_analytics_field_details.py +33 -2
  635. oci/log_analytics/models/usage_status_item.py +33 -2
  636. oci/log_analytics/models/variable_definition.py +214 -0
  637. oci/log_analytics/models/where_command_descriptor.py +1 -1
  638. oci/log_analytics/models/xml_extract_command_descriptor.py +1 -1
  639. oci/logging/logging_management_client.py +30 -30
  640. oci/loggingingestion/logging_client.py +1 -1
  641. oci/loggingsearch/log_search_client.py +1 -1
  642. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  643. oci/management_agent/management_agent_client.py +28 -28
  644. oci/management_dashboard/dashx_apis_client.py +14 -14
  645. oci/marketplace/account_client.py +2 -2
  646. oci/marketplace/marketplace_client.py +30 -30
  647. oci/marketplace_private_offer/attachment_client.py +5 -5
  648. oci/marketplace_private_offer/offer_client.py +6 -6
  649. oci/marketplace_publisher/attachment_client.py +5 -5
  650. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  651. oci/marketplace_publisher/offer_client.py +6 -6
  652. oci/media_services/media_services_client.py +60 -60
  653. oci/media_services/media_stream_client.py +2 -2
  654. oci/mngdmac/mac_device_client.py +3 -3
  655. oci/mngdmac/mac_order_client.py +11 -11
  656. oci/monitoring/monitoring_client.py +18 -18
  657. oci/mysql/channels_client.py +7 -7
  658. oci/mysql/db_backups_client.py +7 -7
  659. oci/mysql/db_system_client.py +17 -17
  660. oci/mysql/mysqlaas_client.py +7 -7
  661. oci/mysql/replicas_client.py +5 -5
  662. oci/mysql/work_requests_client.py +4 -4
  663. oci/network_firewall/network_firewall_client.py +86 -86
  664. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  665. oci/nosql/nosql_client.py +24 -24
  666. oci/object_storage/object_storage_client.py +55 -55
  667. oci/oce/oce_instance_client.py +10 -10
  668. oci/oci_control_center/occ_metrics_client.py +3 -3
  669. oci/ocvp/cluster_client.py +5 -5
  670. oci/ocvp/esxi_host_client.py +8 -8
  671. oci/ocvp/sddc_client.py +14 -14
  672. oci/ocvp/work_request_client.py +4 -4
  673. oci/oda/management_client.py +59 -59
  674. oci/oda/oda_client.py +17 -17
  675. oci/oda/odapackage_client.py +7 -7
  676. oci/onesubscription/billing_schedule_client.py +1 -1
  677. oci/onesubscription/commitment_client.py +2 -2
  678. oci/onesubscription/computed_usage_client.py +3 -3
  679. oci/onesubscription/invoice_summary_client.py +2 -2
  680. oci/onesubscription/organization_subscription_client.py +1 -1
  681. oci/onesubscription/ratecard_client.py +1 -1
  682. oci/onesubscription/subscribed_service_client.py +2 -2
  683. oci/onesubscription/subscription_client.py +1 -1
  684. oci/ons/notification_control_plane_client.py +6 -6
  685. oci/ons/notification_data_plane_client.py +10 -10
  686. oci/opa/opa_instance_client.py +13 -13
  687. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  688. oci/opensearch/opensearch_cluster_client.py +16 -16
  689. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  690. oci/operator_access_control/access_requests_client.py +10 -10
  691. oci/operator_access_control/operator_actions_client.py +2 -2
  692. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  693. oci/operator_access_control/operator_control_client.py +6 -6
  694. oci/opsi/operations_insights_client.py +181 -181
  695. oci/optimizer/optimizer_client.py +26 -26
  696. oci/os_management/event_client.py +15 -15
  697. oci/os_management/os_management_client.py +138 -138
  698. oci/os_management_hub/event_client.py +8 -8
  699. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  700. oci/os_management_hub/managed_instance_client.py +33 -33
  701. oci/os_management_hub/managed_instance_group_client.py +26 -26
  702. oci/os_management_hub/management_station_client.py +10 -10
  703. oci/os_management_hub/onboarding_client.py +13 -13
  704. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  705. oci/os_management_hub/scheduled_job_client.py +7 -7
  706. oci/os_management_hub/software_source_client.py +33 -33
  707. oci/os_management_hub/work_request_client.py +5 -5
  708. oci/osp_gateway/address_rule_service_client.py +1 -1
  709. oci/osp_gateway/address_service_client.py +2 -2
  710. oci/osp_gateway/invoice_service_client.py +5 -5
  711. oci/osp_gateway/subscription_service_client.py +5 -5
  712. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  713. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  714. oci/osub_subscription/commitment_client.py +2 -2
  715. oci/osub_subscription/ratecard_client.py +1 -1
  716. oci/osub_subscription/subscription_client.py +1 -1
  717. oci/osub_usage/computed_usage_client.py +3 -3
  718. oci/psql/postgresql_client.py +34 -34
  719. oci/queue/queue_admin_client.py +11 -11
  720. oci/queue/queue_client.py +8 -8
  721. oci/recovery/database_recovery_client.py +26 -26
  722. oci/redis/redis_cluster_client.py +12 -12
  723. oci/regions_definitions.py +0 -9
  724. oci/resource_manager/resource_manager_client.py +52 -52
  725. oci/resource_scheduler/models/__init__.py +12 -0
  726. oci/resource_scheduler/models/body_parameter.py +80 -0
  727. oci/resource_scheduler/models/change_schedule_compartment_details.py +74 -0
  728. oci/resource_scheduler/models/header_parameter.py +80 -0
  729. oci/resource_scheduler/models/parameter.py +123 -0
  730. oci/resource_scheduler/models/path_parameter.py +80 -0
  731. oci/resource_scheduler/models/query_parameter.py +80 -0
  732. oci/resource_scheduler/models/resource.py +113 -2
  733. oci/resource_scheduler/models/schedule.py +71 -0
  734. oci/resource_scheduler/schedule_client.py +156 -18
  735. oci/resource_scheduler/schedule_client_composite_operations.py +44 -0
  736. oci/resource_search/resource_search_client.py +3 -3
  737. oci/rover/rover_bundle_client.py +8 -8
  738. oci/rover/rover_cluster_client.py +8 -8
  739. oci/rover/rover_entitlement_client.py +6 -6
  740. oci/rover/rover_node_client.py +15 -15
  741. oci/rover/shape_client.py +1 -1
  742. oci/rover/work_requests_client.py +5 -5
  743. oci/sch/connector_plugins_client.py +2 -2
  744. oci/sch/service_connector_client.py +12 -12
  745. oci/secrets/secrets_client.py +3 -3
  746. oci/security_attribute/security_attribute_client.py +18 -18
  747. oci/service_catalog/service_catalog_client.py +26 -26
  748. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  749. oci/service_mesh/service_mesh_client.py +48 -48
  750. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  751. oci/streaming/stream_admin_client.py +18 -18
  752. oci/streaming/stream_client.py +8 -8
  753. oci/tenant_manager_control_plane/domain_client.py +5 -5
  754. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  755. oci/tenant_manager_control_plane/governance_client.py +2 -2
  756. oci/tenant_manager_control_plane/link_client.py +3 -3
  757. oci/tenant_manager_control_plane/orders_client.py +2 -2
  758. oci/tenant_manager_control_plane/organization_client.py +10 -10
  759. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  760. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  761. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  762. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  763. oci/threat_intelligence/threatintel_client.py +5 -5
  764. oci/usage/resources_client.py +2 -2
  765. oci/usage/rewards_client.py +6 -6
  766. oci/usage/usagelimits_client.py +1 -1
  767. oci/usage_api/usageapi_client.py +33 -33
  768. oci/vault/vaults_client.py +13 -13
  769. oci/vbs_inst/vbs_instance_client.py +10 -10
  770. oci/version.py +1 -1
  771. oci/visual_builder/vb_instance_client.py +14 -14
  772. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  773. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  774. oci/waa/waa_client.py +13 -13
  775. oci/waa/work_request_client.py +4 -4
  776. oci/waas/redirect_client.py +6 -6
  777. oci/waas/waas_client.py +66 -66
  778. oci/waf/waf_client.py +24 -24
  779. oci/work_requests/work_request_client.py +4 -4
  780. oci/zpr/zpr_client.py +15 -15
  781. {oci-2.150.2.dist-info → oci-2.151.0.dist-info}/METADATA +1 -1
  782. {oci-2.150.2.dist-info → oci-2.151.0.dist-info}/RECORD +786 -653
  783. {oci-2.150.2.dist-info → oci-2.151.0.dist-info}/LICENSE.txt +0 -0
  784. {oci-2.150.2.dist-info → oci-2.151.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  785. {oci-2.150.2.dist-info → oci-2.151.0.dist-info}/WHEEL +0 -0
  786. {oci-2.150.2.dist-info → oci-2.151.0.dist-info}/top_level.txt +0 -0
@@ -2,7 +2,7 @@
2
2
  # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
4
 
5
- # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20230831
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20250228
6
6
 
7
7
  from __future__ import absolute_import
8
8
 
@@ -99,7 +99,7 @@ class FleetAppsManagementClient(object):
99
99
  base_client_init_kwargs = {
100
100
  'regional_client': True,
101
101
  'service_endpoint': kwargs.get('service_endpoint'),
102
- 'base_path': '/20230831',
102
+ 'base_path': '/20250228',
103
103
  'service_endpoint_template': 'https://fams.{region}.oci.{secondLevelDomain}',
104
104
  'service_endpoint_template_per_realm': { }, # noqa: E201 E202
105
105
  'skip_deserialization': kwargs.get('skip_deserialization', False),
@@ -116,6 +116,129 @@ class FleetAppsManagementClient(object):
116
116
  self.retry_strategy = kwargs.get('retry_strategy')
117
117
  self.circuit_breaker_callback = kwargs.get('circuit_breaker_callback')
118
118
 
119
+ def change_fleet_compartment(self, fleet_id, change_fleet_compartment_details, **kwargs):
120
+ """
121
+ Moves a Fleet into a different compartment within the same tenancy. For information about moving resources between
122
+ compartments, see `Moving Resources to a Different Compartment`__.
123
+
124
+ __ https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes
125
+
126
+
127
+ :param str fleet_id: (required)
128
+ Unique Fleet identifier.
129
+
130
+ :param oci.fleet_apps_management.models.ChangeFleetCompartmentDetails change_fleet_compartment_details: (required)
131
+ Details of the target compartment.
132
+
133
+ :param str if_match: (optional)
134
+ For optimistic concurrency control. In the PUT or DELETE call
135
+ for a resource, set the `if-match` parameter to the value of the
136
+ etag from a previous GET or POST response for that resource.
137
+ The resource will be updated or deleted only if the etag you
138
+ provide matches the resource's current etag value.
139
+
140
+ :param str opc_request_id: (optional)
141
+ The client request ID for tracing.
142
+
143
+ :param str opc_retry_token: (optional)
144
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
145
+ server error without risk of executing that same action again. Retry tokens expire after 24
146
+ hours, but can be invalidated before then due to conflicting operations. For example, if a resource
147
+ has been deleted and purged from the system, then a retry of the original creation request
148
+ might be rejected.
149
+
150
+ :param obj retry_strategy: (optional)
151
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
152
+
153
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
154
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
155
+
156
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
157
+
158
+ :param bool allow_control_chars: (optional)
159
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
160
+ By default, the response will not allow control characters in strings
161
+
162
+ :return: A :class:`~oci.response.Response` object with data of type None
163
+ :rtype: :class:`~oci.response.Response`
164
+
165
+ :example:
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/change_fleet_compartment.py.html>`__ to see an example of how to use change_fleet_compartment API.
167
+ """
168
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
+ required_arguments = ['fleetId']
170
+ resource_path = "/fleets/{fleetId}/actions/changeCompartment"
171
+ method = "POST"
172
+ operation_name = "change_fleet_compartment"
173
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/ChangeFleetCompartment"
174
+
175
+ # Don't accept unknown kwargs
176
+ expected_kwargs = [
177
+ "allow_control_chars",
178
+ "retry_strategy",
179
+ "if_match",
180
+ "opc_request_id",
181
+ "opc_retry_token"
182
+ ]
183
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
184
+ if extra_kwargs:
185
+ raise ValueError(
186
+ f"change_fleet_compartment got unknown kwargs: {extra_kwargs!r}")
187
+
188
+ path_params = {
189
+ "fleetId": fleet_id
190
+ }
191
+
192
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
193
+
194
+ for (k, v) in six.iteritems(path_params):
195
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
196
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
197
+
198
+ header_params = {
199
+ "accept": "application/json",
200
+ "content-type": "application/json",
201
+ "if-match": kwargs.get("if_match", missing),
202
+ "opc-request-id": kwargs.get("opc_request_id", missing),
203
+ "opc-retry-token": kwargs.get("opc_retry_token", missing)
204
+ }
205
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
206
+
207
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
208
+ operation_retry_strategy=kwargs.get('retry_strategy'),
209
+ client_retry_strategy=self.retry_strategy
210
+ )
211
+ if retry_strategy is None:
212
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
213
+
214
+ if retry_strategy:
215
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
216
+ self.base_client.add_opc_retry_token_if_needed(header_params)
217
+ self.base_client.add_opc_client_retries_header(header_params)
218
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
219
+ return retry_strategy.make_retrying_call(
220
+ self.base_client.call_api,
221
+ resource_path=resource_path,
222
+ method=method,
223
+ path_params=path_params,
224
+ header_params=header_params,
225
+ body=change_fleet_compartment_details,
226
+ allow_control_chars=kwargs.get('allow_control_chars'),
227
+ operation_name=operation_name,
228
+ api_reference_link=api_reference_link,
229
+ required_arguments=required_arguments)
230
+ else:
231
+ return self.base_client.call_api(
232
+ resource_path=resource_path,
233
+ method=method,
234
+ path_params=path_params,
235
+ header_params=header_params,
236
+ body=change_fleet_compartment_details,
237
+ allow_control_chars=kwargs.get('allow_control_chars'),
238
+ operation_name=operation_name,
239
+ api_reference_link=api_reference_link,
240
+ required_arguments=required_arguments)
241
+
119
242
  def check_resource_tagging(self, check_resource_tagging_details, **kwargs):
120
243
  """
121
244
  Check if Fleet Application Management tags can be added to the resources.
@@ -150,14 +273,14 @@ class FleetAppsManagementClient(object):
150
273
  :rtype: :class:`~oci.response.Response`
151
274
 
152
275
  :example:
153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/check_resource_tagging.py.html>`__ to see an example of how to use check_resource_tagging API.
276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/check_resource_tagging.py.html>`__ to see an example of how to use check_resource_tagging API.
154
277
  """
155
278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
156
279
  required_arguments = []
157
280
  resource_path = "/fleets/actions/checkResourceTagging"
158
281
  method = "POST"
159
282
  operation_name = "check_resource_tagging"
160
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/CheckResourceTagging"
283
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/CheckResourceTagging"
161
284
 
162
285
  # Don't accept unknown kwargs
163
286
  expected_kwargs = [
@@ -217,7 +340,7 @@ class FleetAppsManagementClient(object):
217
340
  def confirm_targets(self, confirm_targets_details, fleet_id, **kwargs):
218
341
  """
219
342
  Confirm targets to be managed for a Fleet.
220
- Only targets that are confirmed will be managed by Fleet Application Management
343
+ Only targets that are confirmed will be managed by Fleet Application Management.
221
344
 
222
345
 
223
346
  :param oci.fleet_apps_management.models.ConfirmTargetsDetails confirm_targets_details: (required)
@@ -252,14 +375,14 @@ class FleetAppsManagementClient(object):
252
375
  :rtype: :class:`~oci.response.Response`
253
376
 
254
377
  :example:
255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/confirm_targets.py.html>`__ to see an example of how to use confirm_targets API.
378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/confirm_targets.py.html>`__ to see an example of how to use confirm_targets API.
256
379
  """
257
380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
258
381
  required_arguments = ['fleetId']
259
382
  resource_path = "/fleets/{fleetId}/actions/confirmTargets"
260
383
  method = "POST"
261
384
  operation_name = "confirm_targets"
262
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/ConfirmTargets"
385
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/ConfirmTargets"
263
386
 
264
387
  # Don't accept unknown kwargs
265
388
  expected_kwargs = [
@@ -328,7 +451,7 @@ class FleetAppsManagementClient(object):
328
451
 
329
452
  def create_fleet(self, create_fleet_details, **kwargs):
330
453
  """
331
- Create a product, environment, group, or generic type of fleet in Fleet Application Management.
454
+ Create a fleet in Fleet Application Management.
332
455
 
333
456
 
334
457
  :param oci.fleet_apps_management.models.CreateFleetDetails create_fleet_details: (required)
@@ -360,14 +483,14 @@ class FleetAppsManagementClient(object):
360
483
  :rtype: :class:`~oci.response.Response`
361
484
 
362
485
  :example:
363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/create_fleet.py.html>`__ to see an example of how to use create_fleet API.
486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/create_fleet.py.html>`__ to see an example of how to use create_fleet API.
364
487
  """
365
488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
366
489
  required_arguments = []
367
490
  resource_path = "/fleets"
368
491
  method = "POST"
369
492
  operation_name = "create_fleet"
370
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/CreateFleet"
493
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/CreateFleet"
371
494
 
372
495
  # Don't accept unknown kwargs
373
496
  expected_kwargs = [
@@ -430,7 +553,7 @@ class FleetAppsManagementClient(object):
430
553
 
431
554
 
432
555
  :param oci.fleet_apps_management.models.CreateFleetCredentialDetails create_fleet_credential_details: (required)
433
- Details for the new FleetCredential.
556
+ Details for the new fleet credential.
434
557
 
435
558
  :param str fleet_id: (required)
436
559
  Unique Fleet identifier.
@@ -461,14 +584,14 @@ class FleetAppsManagementClient(object):
461
584
  :rtype: :class:`~oci.response.Response`
462
585
 
463
586
  :example:
464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/create_fleet_credential.py.html>`__ to see an example of how to use create_fleet_credential API.
587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/create_fleet_credential.py.html>`__ to see an example of how to use create_fleet_credential API.
465
588
  """
466
589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
467
590
  required_arguments = ['fleetId']
468
591
  resource_path = "/fleets/{fleetId}/fleetCredentials"
469
592
  method = "POST"
470
593
  operation_name = "create_fleet_credential"
471
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetCredential/CreateFleetCredential"
594
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetCredential/CreateFleetCredential"
472
595
 
473
596
  # Don't accept unknown kwargs
474
597
  expected_kwargs = [
@@ -543,7 +666,7 @@ class FleetAppsManagementClient(object):
543
666
 
544
667
 
545
668
  :param oci.fleet_apps_management.models.CreateFleetPropertyDetails create_fleet_property_details: (required)
546
- Details for the new FleetProperty.
669
+ Details for the new fleet property.
547
670
 
548
671
  :param str fleet_id: (required)
549
672
  Unique Fleet identifier.
@@ -574,14 +697,14 @@ class FleetAppsManagementClient(object):
574
697
  :rtype: :class:`~oci.response.Response`
575
698
 
576
699
  :example:
577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/create_fleet_property.py.html>`__ to see an example of how to use create_fleet_property API.
700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/create_fleet_property.py.html>`__ to see an example of how to use create_fleet_property API.
578
701
  """
579
702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
580
703
  required_arguments = ['fleetId']
581
704
  resource_path = "/fleets/{fleetId}/fleetProperties"
582
705
  method = "POST"
583
706
  operation_name = "create_fleet_property"
584
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetProperty/CreateFleetProperty"
707
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetProperty/CreateFleetProperty"
585
708
 
586
709
  # Don't accept unknown kwargs
587
710
  expected_kwargs = [
@@ -652,11 +775,11 @@ class FleetAppsManagementClient(object):
652
775
 
653
776
  def create_fleet_resource(self, create_fleet_resource_details, fleet_id, **kwargs):
654
777
  """
655
- Add resource to a fleet in\u00A0Fleet Application Management.
778
+ Add resource to a fleet in Fleet Application Management.
656
779
 
657
780
 
658
781
  :param oci.fleet_apps_management.models.CreateFleetResourceDetails create_fleet_resource_details: (required)
659
- Details for the new FleetResource.
782
+ Details for the new fleet resource.
660
783
 
661
784
  :param str fleet_id: (required)
662
785
  Unique Fleet identifier.
@@ -687,14 +810,14 @@ class FleetAppsManagementClient(object):
687
810
  :rtype: :class:`~oci.response.Response`
688
811
 
689
812
  :example:
690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/create_fleet_resource.py.html>`__ to see an example of how to use create_fleet_resource API.
813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/create_fleet_resource.py.html>`__ to see an example of how to use create_fleet_resource API.
691
814
  """
692
815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
693
816
  required_arguments = ['fleetId']
694
817
  resource_path = "/fleets/{fleetId}/fleetResources"
695
818
  method = "POST"
696
819
  operation_name = "create_fleet_resource"
697
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetResource/CreateFleetResource"
820
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetResource/CreateFleetResource"
698
821
 
699
822
  # Don't accept unknown kwargs
700
823
  expected_kwargs = [
@@ -797,14 +920,14 @@ class FleetAppsManagementClient(object):
797
920
  :rtype: :class:`~oci.response.Response`
798
921
 
799
922
  :example:
800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/delete_fleet.py.html>`__ to see an example of how to use delete_fleet API.
923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/delete_fleet.py.html>`__ to see an example of how to use delete_fleet API.
801
924
  """
802
925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
803
926
  required_arguments = ['fleetId']
804
927
  resource_path = "/fleets/{fleetId}"
805
928
  method = "DELETE"
806
929
  operation_name = "delete_fleet"
807
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/DeleteFleet"
930
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/DeleteFleet"
808
931
 
809
932
  # Don't accept unknown kwargs
810
933
  expected_kwargs = [
@@ -870,7 +993,7 @@ class FleetAppsManagementClient(object):
870
993
 
871
994
  def delete_fleet_credential(self, fleet_credential_id, fleet_id, **kwargs):
872
995
  """
873
- Delete a credential associated with a fleet product or application in\u00A0Fleet Application Management.
996
+ Deletes a credential associated with a fleet or with a product/target with in a fleet.
874
997
 
875
998
 
876
999
  :param str fleet_credential_id: (required)
@@ -905,14 +1028,14 @@ class FleetAppsManagementClient(object):
905
1028
  :rtype: :class:`~oci.response.Response`
906
1029
 
907
1030
  :example:
908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/delete_fleet_credential.py.html>`__ to see an example of how to use delete_fleet_credential API.
1031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/delete_fleet_credential.py.html>`__ to see an example of how to use delete_fleet_credential API.
909
1032
  """
910
1033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
911
1034
  required_arguments = ['fleetCredentialId', 'fleetId']
912
1035
  resource_path = "/fleets/{fleetId}/fleetCredentials/{fleetCredentialId}"
913
1036
  method = "DELETE"
914
1037
  operation_name = "delete_fleet_credential"
915
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetCredential/DeleteFleetCredential"
1038
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetCredential/DeleteFleetCredential"
916
1039
 
917
1040
  # Don't accept unknown kwargs
918
1041
  expected_kwargs = [
@@ -979,11 +1102,11 @@ class FleetAppsManagementClient(object):
979
1102
 
980
1103
  def delete_fleet_property(self, fleet_property_id, fleet_id, **kwargs):
981
1104
  """
982
- Delete a property associated with a fleet in Fleet Application Management.
1105
+ Deletes a property associated with a fleet in Fleet Application Management.
983
1106
 
984
1107
 
985
1108
  :param str fleet_property_id: (required)
986
- unique FleetProperty identifier.
1109
+ Unique fleetProperty identifier.
987
1110
 
988
1111
  :param str fleet_id: (required)
989
1112
  Unique Fleet identifier.
@@ -1014,14 +1137,14 @@ class FleetAppsManagementClient(object):
1014
1137
  :rtype: :class:`~oci.response.Response`
1015
1138
 
1016
1139
  :example:
1017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/delete_fleet_property.py.html>`__ to see an example of how to use delete_fleet_property API.
1140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/delete_fleet_property.py.html>`__ to see an example of how to use delete_fleet_property API.
1018
1141
  """
1019
1142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1020
1143
  required_arguments = ['fleetPropertyId', 'fleetId']
1021
1144
  resource_path = "/fleets/{fleetId}/fleetProperties/{fleetPropertyId}"
1022
1145
  method = "DELETE"
1023
1146
  operation_name = "delete_fleet_property"
1024
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetProperty/DeleteFleetProperty"
1147
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetProperty/DeleteFleetProperty"
1025
1148
 
1026
1149
  # Don't accept unknown kwargs
1027
1150
  expected_kwargs = [
@@ -1123,14 +1246,14 @@ class FleetAppsManagementClient(object):
1123
1246
  :rtype: :class:`~oci.response.Response`
1124
1247
 
1125
1248
  :example:
1126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/delete_fleet_resource.py.html>`__ to see an example of how to use delete_fleet_resource API.
1249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/delete_fleet_resource.py.html>`__ to see an example of how to use delete_fleet_resource API.
1127
1250
  """
1128
1251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1129
1252
  required_arguments = ['fleetResourceId', 'fleetId']
1130
1253
  resource_path = "/fleets/{fleetId}/fleetResources/{fleetResourceId}"
1131
1254
  method = "DELETE"
1132
1255
  operation_name = "delete_fleet_resource"
1133
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetResource/DeleteFleetResource"
1256
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetResource/DeleteFleetResource"
1134
1257
 
1135
1258
  # Don't accept unknown kwargs
1136
1259
  expected_kwargs = [
@@ -1197,11 +1320,11 @@ class FleetAppsManagementClient(object):
1197
1320
 
1198
1321
  def generate_compliance_report(self, generate_compliance_report_details, fleet_id, **kwargs):
1199
1322
  """
1200
- Generate compliance reports for a Fleet.
1323
+ Generate compliance report for a Fleet.
1201
1324
 
1202
1325
 
1203
1326
  :param oci.fleet_apps_management.models.GenerateComplianceReportDetails generate_compliance_report_details: (required)
1204
- Details for generating Compliance Report for the Fleet.
1327
+ Details for generating compliance report for the Fleet.
1205
1328
 
1206
1329
  :param str fleet_id: (required)
1207
1330
  Unique Fleet identifier.
@@ -1232,14 +1355,14 @@ class FleetAppsManagementClient(object):
1232
1355
  :rtype: :class:`~oci.response.Response`
1233
1356
 
1234
1357
  :example:
1235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/generate_compliance_report.py.html>`__ to see an example of how to use generate_compliance_report API.
1358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/generate_compliance_report.py.html>`__ to see an example of how to use generate_compliance_report API.
1236
1359
  """
1237
1360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1238
1361
  required_arguments = ['fleetId']
1239
1362
  resource_path = "/fleets/{fleetId}/actions/generateComplianceReport"
1240
1363
  method = "POST"
1241
1364
  operation_name = "generate_compliance_report"
1242
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/GenerateComplianceReport"
1365
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/GenerateComplianceReport"
1243
1366
 
1244
1367
  # Don't accept unknown kwargs
1245
1368
  expected_kwargs = [
@@ -1336,14 +1459,14 @@ class FleetAppsManagementClient(object):
1336
1459
  :rtype: :class:`~oci.response.Response`
1337
1460
 
1338
1461
  :example:
1339
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/get_compliance_report.py.html>`__ to see an example of how to use get_compliance_report API.
1462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/get_compliance_report.py.html>`__ to see an example of how to use get_compliance_report API.
1340
1463
  """
1341
1464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1342
1465
  required_arguments = ['fleetId', 'complianceReportId']
1343
1466
  resource_path = "/fleets/{fleetId}/complianceReports/{complianceReportId}"
1344
1467
  method = "GET"
1345
1468
  operation_name = "get_compliance_report"
1346
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/ComplianceReport/GetComplianceReport"
1469
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/ComplianceReport/GetComplianceReport"
1347
1470
 
1348
1471
  # Don't accept unknown kwargs
1349
1472
  expected_kwargs = [
@@ -1435,14 +1558,14 @@ class FleetAppsManagementClient(object):
1435
1558
  :rtype: :class:`~oci.response.Response`
1436
1559
 
1437
1560
  :example:
1438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/get_fleet.py.html>`__ to see an example of how to use get_fleet API.
1561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/get_fleet.py.html>`__ to see an example of how to use get_fleet API.
1439
1562
  """
1440
1563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1441
1564
  required_arguments = ['fleetId']
1442
1565
  resource_path = "/fleets/{fleetId}"
1443
1566
  method = "GET"
1444
1567
  operation_name = "get_fleet"
1445
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/GetFleet"
1568
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/GetFleet"
1446
1569
 
1447
1570
  # Don't accept unknown kwargs
1448
1571
  expected_kwargs = [
@@ -1508,7 +1631,7 @@ class FleetAppsManagementClient(object):
1508
1631
 
1509
1632
  def get_fleet_credential(self, fleet_credential_id, fleet_id, **kwargs):
1510
1633
  """
1511
- Gets a FleetCredential by identifier.
1634
+ Gets a fleet credential by identifier.
1512
1635
 
1513
1636
 
1514
1637
  :param str fleet_credential_id: (required)
@@ -1536,14 +1659,14 @@ class FleetAppsManagementClient(object):
1536
1659
  :rtype: :class:`~oci.response.Response`
1537
1660
 
1538
1661
  :example:
1539
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/get_fleet_credential.py.html>`__ to see an example of how to use get_fleet_credential API.
1662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/get_fleet_credential.py.html>`__ to see an example of how to use get_fleet_credential API.
1540
1663
  """
1541
1664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1542
1665
  required_arguments = ['fleetCredentialId', 'fleetId']
1543
1666
  resource_path = "/fleets/{fleetId}/fleetCredentials/{fleetCredentialId}"
1544
1667
  method = "GET"
1545
1668
  operation_name = "get_fleet_credential"
1546
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetCredential/GetFleetCredential"
1669
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetCredential/GetFleetCredential"
1547
1670
 
1548
1671
  # Don't accept unknown kwargs
1549
1672
  expected_kwargs = [
@@ -1610,11 +1733,11 @@ class FleetAppsManagementClient(object):
1610
1733
 
1611
1734
  def get_fleet_property(self, fleet_property_id, fleet_id, **kwargs):
1612
1735
  """
1613
- Gets a Fleet Property by identifier.
1736
+ Gets a fleet property by identifier.
1614
1737
 
1615
1738
 
1616
1739
  :param str fleet_property_id: (required)
1617
- unique FleetProperty identifier.
1740
+ Unique fleetProperty identifier.
1618
1741
 
1619
1742
  :param str fleet_id: (required)
1620
1743
  Unique Fleet identifier.
@@ -1638,14 +1761,14 @@ class FleetAppsManagementClient(object):
1638
1761
  :rtype: :class:`~oci.response.Response`
1639
1762
 
1640
1763
  :example:
1641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/get_fleet_property.py.html>`__ to see an example of how to use get_fleet_property API.
1764
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/get_fleet_property.py.html>`__ to see an example of how to use get_fleet_property API.
1642
1765
  """
1643
1766
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1644
1767
  required_arguments = ['fleetPropertyId', 'fleetId']
1645
1768
  resource_path = "/fleets/{fleetId}/fleetProperties/{fleetPropertyId}"
1646
1769
  method = "GET"
1647
1770
  operation_name = "get_fleet_property"
1648
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetProperty/GetFleetProperty"
1771
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetProperty/GetFleetProperty"
1649
1772
 
1650
1773
  # Don't accept unknown kwargs
1651
1774
  expected_kwargs = [
@@ -1712,7 +1835,7 @@ class FleetAppsManagementClient(object):
1712
1835
 
1713
1836
  def get_fleet_resource(self, fleet_resource_id, fleet_id, **kwargs):
1714
1837
  """
1715
- Gets a Fleet Resource by identifier.
1838
+ Gets a fleet resource by identifier.
1716
1839
 
1717
1840
 
1718
1841
  :param str fleet_resource_id: (required)
@@ -1740,14 +1863,14 @@ class FleetAppsManagementClient(object):
1740
1863
  :rtype: :class:`~oci.response.Response`
1741
1864
 
1742
1865
  :example:
1743
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/get_fleet_resource.py.html>`__ to see an example of how to use get_fleet_resource API.
1866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/get_fleet_resource.py.html>`__ to see an example of how to use get_fleet_resource API.
1744
1867
  """
1745
1868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1746
1869
  required_arguments = ['fleetResourceId', 'fleetId']
1747
1870
  resource_path = "/fleets/{fleetId}/fleetResources/{fleetResourceId}"
1748
1871
  method = "GET"
1749
1872
  operation_name = "get_fleet_resource"
1750
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetResource/GetFleetResource"
1873
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetResource/GetFleetResource"
1751
1874
 
1752
1875
  # Don't accept unknown kwargs
1753
1876
  expected_kwargs = [
@@ -1812,108 +1935,13 @@ class FleetAppsManagementClient(object):
1812
1935
  api_reference_link=api_reference_link,
1813
1936
  required_arguments=required_arguments)
1814
1937
 
1815
- def get_work_request(self, work_request_id, **kwargs):
1816
- """
1817
- Gets details of the work request with the given ID.
1818
-
1819
-
1820
- :param str work_request_id: (required)
1821
- The ID of the asynchronous request.
1822
-
1823
- :param str opc_request_id: (optional)
1824
- The client request ID for tracing.
1825
-
1826
- :param obj retry_strategy: (optional)
1827
- A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
1828
-
1829
- This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
1830
- The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
1831
-
1832
- To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
1833
-
1834
- :param bool allow_control_chars: (optional)
1835
- allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
1836
- By default, the response will not allow control characters in strings
1837
-
1838
- :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.fleet_apps_management.models.WorkRequest`
1839
- :rtype: :class:`~oci.response.Response`
1840
-
1841
- :example:
1842
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1938
+ def list_announcements(self, compartment_id, **kwargs):
1843
1939
  """
1844
- # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1845
- required_arguments = ['workRequestId']
1846
- resource_path = "/workRequests/{workRequestId}"
1847
- method = "GET"
1848
- operation_name = "get_work_request"
1849
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/WorkRequest/GetWorkRequest"
1850
-
1851
- # Don't accept unknown kwargs
1852
- expected_kwargs = [
1853
- "allow_control_chars",
1854
- "retry_strategy",
1855
- "opc_request_id"
1856
- ]
1857
- extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1858
- if extra_kwargs:
1859
- raise ValueError(
1860
- f"get_work_request got unknown kwargs: {extra_kwargs!r}")
1861
-
1862
- path_params = {
1863
- "workRequestId": work_request_id
1864
- }
1865
-
1866
- path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
1867
-
1868
- for (k, v) in six.iteritems(path_params):
1869
- if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
1870
- raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
1871
-
1872
- header_params = {
1873
- "accept": "application/json",
1874
- "content-type": "application/json",
1875
- "opc-request-id": kwargs.get("opc_request_id", missing)
1876
- }
1877
- header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
1878
-
1879
- retry_strategy = self.base_client.get_preferred_retry_strategy(
1880
- operation_retry_strategy=kwargs.get('retry_strategy'),
1881
- client_retry_strategy=self.retry_strategy
1882
- )
1883
- if retry_strategy is None:
1884
- retry_strategy = retry.DEFAULT_RETRY_STRATEGY
1885
-
1886
- if retry_strategy:
1887
- if not isinstance(retry_strategy, retry.NoneRetryStrategy):
1888
- self.base_client.add_opc_client_retries_header(header_params)
1889
- retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
1890
- return retry_strategy.make_retrying_call(
1891
- self.base_client.call_api,
1892
- resource_path=resource_path,
1893
- method=method,
1894
- path_params=path_params,
1895
- header_params=header_params,
1896
- response_type="WorkRequest",
1897
- allow_control_chars=kwargs.get('allow_control_chars'),
1898
- operation_name=operation_name,
1899
- api_reference_link=api_reference_link,
1900
- required_arguments=required_arguments)
1901
- else:
1902
- return self.base_client.call_api(
1903
- resource_path=resource_path,
1904
- method=method,
1905
- path_params=path_params,
1906
- header_params=header_params,
1907
- response_type="WorkRequest",
1908
- allow_control_chars=kwargs.get('allow_control_chars'),
1909
- operation_name=operation_name,
1910
- api_reference_link=api_reference_link,
1911
- required_arguments=required_arguments)
1940
+ Return a list of Announcement Summary items in a tenancy.
1912
1941
 
1913
- def list_announcements(self, **kwargs):
1914
- """
1915
- Return a list of AnnouncementSummary items.
1916
1942
 
1943
+ :param str compartment_id: (required)
1944
+ The ID of the compartment in which to list resources.
1917
1945
 
1918
1946
  :param str summary_contains: (optional)
1919
1947
  Filter the list of announcements that contains the given summary value.
@@ -1957,14 +1985,14 @@ class FleetAppsManagementClient(object):
1957
1985
  :rtype: :class:`~oci.response.Response`
1958
1986
 
1959
1987
  :example:
1960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_announcements.py.html>`__ to see an example of how to use list_announcements API.
1988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_announcements.py.html>`__ to see an example of how to use list_announcements API.
1961
1989
  """
1962
1990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1963
- required_arguments = []
1991
+ required_arguments = ['compartmentId']
1964
1992
  resource_path = "/announcements"
1965
1993
  method = "GET"
1966
1994
  operation_name = "list_announcements"
1967
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/AnnouncementCollection/ListAnnouncements"
1995
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/AnnouncementCollection/ListAnnouncements"
1968
1996
 
1969
1997
  # Don't accept unknown kwargs
1970
1998
  expected_kwargs = [
@@ -1999,6 +2027,7 @@ class FleetAppsManagementClient(object):
1999
2027
 
2000
2028
  query_params = {
2001
2029
  "summaryContains": kwargs.get("summary_contains", missing),
2030
+ "compartmentId": compartment_id,
2002
2031
  "displayName": kwargs.get("display_name", missing),
2003
2032
  "limit": kwargs.get("limit", missing),
2004
2033
  "page": kwargs.get("page", missing),
@@ -2050,15 +2079,12 @@ class FleetAppsManagementClient(object):
2050
2079
 
2051
2080
  def list_fleet_credentials(self, fleet_id, **kwargs):
2052
2081
  """
2053
- List credentials in Fleet Application Management.
2082
+ List credentials associated with a fleet.
2054
2083
 
2055
2084
 
2056
2085
  :param str fleet_id: (required)
2057
2086
  Unique Fleet identifier.
2058
2087
 
2059
- :param str compartment_id: (optional)
2060
- The ID of the compartment in which to list resources.
2061
-
2062
2088
  :param str lifecycle_state: (optional)
2063
2089
  A filter to return only resources whose lifecycleState matches the given lifecycleState.
2064
2090
 
@@ -2116,20 +2142,19 @@ class FleetAppsManagementClient(object):
2116
2142
  :rtype: :class:`~oci.response.Response`
2117
2143
 
2118
2144
  :example:
2119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_fleet_credentials.py.html>`__ to see an example of how to use list_fleet_credentials API.
2145
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_fleet_credentials.py.html>`__ to see an example of how to use list_fleet_credentials API.
2120
2146
  """
2121
2147
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2122
2148
  required_arguments = ['fleetId']
2123
2149
  resource_path = "/fleets/{fleetId}/fleetCredentials"
2124
2150
  method = "GET"
2125
2151
  operation_name = "list_fleet_credentials"
2126
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetCredentialCollection/ListFleetCredentials"
2152
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetCredentialCollection/ListFleetCredentials"
2127
2153
 
2128
2154
  # Don't accept unknown kwargs
2129
2155
  expected_kwargs = [
2130
2156
  "allow_control_chars",
2131
2157
  "retry_strategy",
2132
- "compartment_id",
2133
2158
  "lifecycle_state",
2134
2159
  "display_name",
2135
2160
  "resource_id",
@@ -2186,7 +2211,6 @@ class FleetAppsManagementClient(object):
2186
2211
  )
2187
2212
 
2188
2213
  query_params = {
2189
- "compartmentId": kwargs.get("compartment_id", missing),
2190
2214
  "lifecycleState": kwargs.get("lifecycle_state", missing),
2191
2215
  "displayName": kwargs.get("display_name", missing),
2192
2216
  "resourceId": kwargs.get("resource_id", missing),
@@ -2253,6 +2277,7 @@ class FleetAppsManagementClient(object):
2253
2277
 
2254
2278
  :param str compartment_id: (optional)
2255
2279
  The ID of the compartment in which to list resources.
2280
+ Empty only if the resource OCID query param is not specified.
2256
2281
 
2257
2282
  :param str resource_id: (optional)
2258
2283
  Resource Identifier
@@ -2298,14 +2323,14 @@ class FleetAppsManagementClient(object):
2298
2323
  :rtype: :class:`~oci.response.Response`
2299
2324
 
2300
2325
  :example:
2301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_fleet_products.py.html>`__ to see an example of how to use list_fleet_products API.
2326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_fleet_products.py.html>`__ to see an example of how to use list_fleet_products API.
2302
2327
  """
2303
2328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2304
2329
  required_arguments = ['fleetId']
2305
2330
  resource_path = "/fleets/{fleetId}/fleetProducts"
2306
2331
  method = "GET"
2307
2332
  operation_name = "list_fleet_products"
2308
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetProductCollection/ListFleetProducts"
2333
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetProductCollection/ListFleetProducts"
2309
2334
 
2310
2335
  # Don't accept unknown kwargs
2311
2336
  expected_kwargs = [
@@ -2407,15 +2432,12 @@ class FleetAppsManagementClient(object):
2407
2432
 
2408
2433
  def list_fleet_properties(self, fleet_id, **kwargs):
2409
2434
  """
2410
- List fleet properties in Fleet Application Management.
2435
+ List properties associated with a fleet.
2411
2436
 
2412
2437
 
2413
2438
  :param str fleet_id: (required)
2414
2439
  Unique Fleet identifier.
2415
2440
 
2416
- :param str compartment_id: (optional)
2417
- The ID of the compartment in which to list resources.
2418
-
2419
2441
  :param str lifecycle_state: (optional)
2420
2442
  A filter to return only resources whose lifecycleState matches the given lifecycleState.
2421
2443
 
@@ -2462,20 +2484,19 @@ class FleetAppsManagementClient(object):
2462
2484
  :rtype: :class:`~oci.response.Response`
2463
2485
 
2464
2486
  :example:
2465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_fleet_properties.py.html>`__ to see an example of how to use list_fleet_properties API.
2487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_fleet_properties.py.html>`__ to see an example of how to use list_fleet_properties API.
2466
2488
  """
2467
2489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2468
2490
  required_arguments = ['fleetId']
2469
2491
  resource_path = "/fleets/{fleetId}/fleetProperties"
2470
2492
  method = "GET"
2471
2493
  operation_name = "list_fleet_properties"
2472
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetPropertyCollection/ListFleetProperties"
2494
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetPropertyCollection/ListFleetProperties"
2473
2495
 
2474
2496
  # Don't accept unknown kwargs
2475
2497
  expected_kwargs = [
2476
2498
  "allow_control_chars",
2477
2499
  "retry_strategy",
2478
- "compartment_id",
2479
2500
  "lifecycle_state",
2480
2501
  "display_name",
2481
2502
  "id",
@@ -2522,7 +2543,6 @@ class FleetAppsManagementClient(object):
2522
2543
  )
2523
2544
 
2524
2545
  query_params = {
2525
- "compartmentId": kwargs.get("compartment_id", missing),
2526
2546
  "lifecycleState": kwargs.get("lifecycle_state", missing),
2527
2547
  "displayName": kwargs.get("display_name", missing),
2528
2548
  "id": kwargs.get("id", missing),
@@ -2584,9 +2604,6 @@ class FleetAppsManagementClient(object):
2584
2604
  :param str fleet_id: (required)
2585
2605
  Unique Fleet identifier.
2586
2606
 
2587
- :param str tenancy_id: (optional)
2588
- Resource Tenancy Id
2589
-
2590
2607
  :param str lifecycle_state: (optional)
2591
2608
  A filter to return only resources whose lifecycleState matches the given lifecycleState.
2592
2609
 
@@ -2636,20 +2653,19 @@ class FleetAppsManagementClient(object):
2636
2653
  :rtype: :class:`~oci.response.Response`
2637
2654
 
2638
2655
  :example:
2639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_fleet_resources.py.html>`__ to see an example of how to use list_fleet_resources API.
2656
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_fleet_resources.py.html>`__ to see an example of how to use list_fleet_resources API.
2640
2657
  """
2641
2658
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2642
2659
  required_arguments = ['fleetId']
2643
2660
  resource_path = "/fleets/{fleetId}/fleetResources"
2644
2661
  method = "GET"
2645
2662
  operation_name = "list_fleet_resources"
2646
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetResourceCollection/ListFleetResources"
2663
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetResourceCollection/ListFleetResources"
2647
2664
 
2648
2665
  # Don't accept unknown kwargs
2649
2666
  expected_kwargs = [
2650
2667
  "allow_control_chars",
2651
2668
  "retry_strategy",
2652
- "tenancy_id",
2653
2669
  "lifecycle_state",
2654
2670
  "display_name",
2655
2671
  "id",
@@ -2697,7 +2713,6 @@ class FleetAppsManagementClient(object):
2697
2713
  )
2698
2714
 
2699
2715
  query_params = {
2700
- "tenancyId": kwargs.get("tenancy_id", missing),
2701
2716
  "lifecycleState": kwargs.get("lifecycle_state", missing),
2702
2717
  "displayName": kwargs.get("display_name", missing),
2703
2718
  "id": kwargs.get("id", missing),
@@ -2807,14 +2822,14 @@ class FleetAppsManagementClient(object):
2807
2822
  :rtype: :class:`~oci.response.Response`
2808
2823
 
2809
2824
  :example:
2810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_fleet_targets.py.html>`__ to see an example of how to use list_fleet_targets API.
2825
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_fleet_targets.py.html>`__ to see an example of how to use list_fleet_targets API.
2811
2826
  """
2812
2827
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2813
2828
  required_arguments = ['fleetId']
2814
2829
  resource_path = "/fleets/{fleetId}/fleetTargets"
2815
2830
  method = "GET"
2816
2831
  operation_name = "list_fleet_targets"
2817
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetTargetCollection/ListFleetTargets"
2832
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetTargetCollection/ListFleetTargets"
2818
2833
 
2819
2834
  # Don't accept unknown kwargs
2820
2835
  expected_kwargs = [
@@ -2916,7 +2931,8 @@ class FleetAppsManagementClient(object):
2916
2931
 
2917
2932
  def list_fleets(self, **kwargs):
2918
2933
  """
2919
- Returns a list of Fleets in the specified Tenancy.
2934
+ Returns a list of all the Fleets in the specified compartment.
2935
+ The query parameter `compartmentId` is required unless the query parameter `id` is specified.
2920
2936
 
2921
2937
 
2922
2938
  :param str lifecycle_state: (optional)
@@ -2926,17 +2942,18 @@ class FleetAppsManagementClient(object):
2926
2942
 
2927
2943
  :param str compartment_id: (optional)
2928
2944
  The ID of the compartment in which to list resources.
2945
+ Empty only if the resource OCID query param is not specified.
2929
2946
 
2930
2947
  :param str fleet_type: (optional)
2931
2948
  A filter to return fleets whose fleetType matches the given fleetType.
2932
2949
 
2933
- Allowed values are: "PRODUCT", "ENVIRONMENT", "GENERIC", "GROUP"
2950
+ Allowed values are: "GENERIC", "PRODUCT", "ENVIRONMENT", "GROUP"
2934
2951
 
2935
2952
  :param str application_type: (optional)
2936
2953
  A filter to return resources that match the Application Type/Product Stack given..
2937
2954
 
2938
2955
  :param str product: (optional)
2939
- A filter to return resources that match the Product given.
2956
+ A filter to return resources that match the Product/Product Stack given.
2940
2957
 
2941
2958
  :param str environment_type: (optional)
2942
2959
  A filter to return resources that match the Environment Type given.
@@ -2945,7 +2962,8 @@ class FleetAppsManagementClient(object):
2945
2962
  A filter to return only resources that match the entire display name given.
2946
2963
 
2947
2964
  :param str id: (optional)
2948
- A filter to return fleets whose id matches the given Fleet identifier
2965
+ Unique identifier or OCID for listing a single fleet by id.
2966
+ Either compartmentId or id must be provided.
2949
2967
 
2950
2968
  :param int limit: (optional)
2951
2969
  The maximum number of items to return.
@@ -2982,14 +3000,14 @@ class FleetAppsManagementClient(object):
2982
3000
  :rtype: :class:`~oci.response.Response`
2983
3001
 
2984
3002
  :example:
2985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_fleets.py.html>`__ to see an example of how to use list_fleets API.
3003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_fleets.py.html>`__ to see an example of how to use list_fleets API.
2986
3004
  """
2987
3005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2988
3006
  required_arguments = []
2989
3007
  resource_path = "/fleets"
2990
3008
  method = "GET"
2991
3009
  operation_name = "list_fleets"
2992
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetCollection/ListFleets"
3010
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetCollection/ListFleets"
2993
3011
 
2994
3012
  # Don't accept unknown kwargs
2995
3013
  expected_kwargs = [
@@ -3022,7 +3040,7 @@ class FleetAppsManagementClient(object):
3022
3040
  )
3023
3041
 
3024
3042
  if 'fleet_type' in kwargs:
3025
- fleet_type_allowed_values = ["PRODUCT", "ENVIRONMENT", "GENERIC", "GROUP"]
3043
+ fleet_type_allowed_values = ["GENERIC", "PRODUCT", "ENVIRONMENT", "GROUP"]
3026
3044
  if kwargs['fleet_type'] not in fleet_type_allowed_values:
3027
3045
  raise ValueError(
3028
3046
  f"Invalid value for `fleet_type`, must be one of { fleet_type_allowed_values }"
@@ -3101,7 +3119,8 @@ class FleetAppsManagementClient(object):
3101
3119
 
3102
3120
  def list_inventory_resources(self, compartment_id, resource_compartment_id, **kwargs):
3103
3121
  """
3104
- Returns a list of InventoryResources.
3122
+ Returns a list of Inventory Resources based on the criteria provided.
3123
+ instance, dbsystem, cloudvmcluster resources are supported.
3105
3124
 
3106
3125
 
3107
3126
  :param str compartment_id: (required)
@@ -3175,14 +3194,14 @@ class FleetAppsManagementClient(object):
3175
3194
  :rtype: :class:`~oci.response.Response`
3176
3195
 
3177
3196
  :example:
3178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_inventory_resources.py.html>`__ to see an example of how to use list_inventory_resources API.
3197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_inventory_resources.py.html>`__ to see an example of how to use list_inventory_resources API.
3179
3198
  """
3180
3199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3181
3200
  required_arguments = ['compartmentId', 'resourceCompartmentId']
3182
3201
  resource_path = "/inventoryResources"
3183
3202
  method = "GET"
3184
3203
  operation_name = "list_inventory_resources"
3185
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/InventoryResourceCollection/ListInventoryResources"
3204
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/InventoryResourceCollection/ListInventoryResources"
3186
3205
 
3187
3206
  # Don't accept unknown kwargs
3188
3207
  expected_kwargs = [
@@ -3325,14 +3344,14 @@ class FleetAppsManagementClient(object):
3325
3344
  :rtype: :class:`~oci.response.Response`
3326
3345
 
3327
3346
  :example:
3328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_targets.py.html>`__ to see an example of how to use list_targets API.
3347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/list_targets.py.html>`__ to see an example of how to use list_targets API.
3329
3348
  """
3330
3349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3331
3350
  required_arguments = ['fleetId']
3332
3351
  resource_path = "/fleets/{fleetId}/targets"
3333
3352
  method = "GET"
3334
3353
  operation_name = "list_targets"
3335
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetTargetCollection/ListTargets"
3354
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetTargetCollection/ListTargets"
3336
3355
 
3337
3356
  # Don't accept unknown kwargs
3338
3357
  expected_kwargs = [
@@ -3426,32 +3445,26 @@ class FleetAppsManagementClient(object):
3426
3445
  api_reference_link=api_reference_link,
3427
3446
  required_arguments=required_arguments)
3428
3447
 
3429
- def list_work_request_errors(self, work_request_id, **kwargs):
3448
+ def request_resource_validation(self, request_resource_validation_details, fleet_id, **kwargs):
3430
3449
  """
3431
- Returns a (paginated) list of errors for the work request with the given ID.
3432
-
3433
-
3434
- :param str work_request_id: (required)
3435
- The ID of the asynchronous request.
3436
-
3437
- :param str opc_request_id: (optional)
3438
- The client request ID for tracing.
3439
-
3440
- :param str page: (optional)
3441
- A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
3450
+ Request validation for resources within a fleet.
3442
3451
 
3443
- :param int limit: (optional)
3444
- The maximum number of items to return.
3445
3452
 
3446
- :param str sort_by: (optional)
3447
- The field to sort by. Only one sort order may be provided. Default order for timestamp is descending.
3453
+ :param oci.fleet_apps_management.models.RequestResourceValidationDetails request_resource_validation_details: (required)
3454
+ Details for requesting resource validation.
3448
3455
 
3449
- Allowed values are: "timestamp"
3456
+ :param str fleet_id: (required)
3457
+ Unique Fleet identifier.
3450
3458
 
3451
- :param str sort_order: (optional)
3452
- The sort order to use, either 'ASC' or 'DESC'.
3459
+ :param str opc_retry_token: (optional)
3460
+ A token that uniquely identifies a request so it can be retried in case of a timeout or
3461
+ server error without risk of executing that same action again. Retry tokens expire after 24
3462
+ hours, but can be invalidated before then due to conflicting operations. For example, if a resource
3463
+ has been deleted and purged from the system, then a retry of the original creation request
3464
+ might be rejected.
3453
3465
 
3454
- Allowed values are: "ASC", "DESC"
3466
+ :param str opc_request_id: (optional)
3467
+ The client request ID for tracing.
3455
3468
 
3456
3469
  :param obj retry_strategy: (optional)
3457
3470
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
@@ -3465,467 +3478,33 @@ class FleetAppsManagementClient(object):
3465
3478
  allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
3466
3479
  By default, the response will not allow control characters in strings
3467
3480
 
3468
- :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.fleet_apps_management.models.WorkRequestErrorCollection`
3481
+ :return: A :class:`~oci.response.Response` object with data of type None
3469
3482
  :rtype: :class:`~oci.response.Response`
3470
3483
 
3471
3484
  :example:
3472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
3485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/request_resource_validation.py.html>`__ to see an example of how to use request_resource_validation API.
3473
3486
  """
3474
3487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3475
- required_arguments = ['workRequestId']
3476
- resource_path = "/workRequests/{workRequestId}/errors"
3477
- method = "GET"
3478
- operation_name = "list_work_request_errors"
3479
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/WorkRequestError/ListWorkRequestErrors"
3488
+ required_arguments = ['fleetId']
3489
+ resource_path = "/fleets/{fleetId}/actions/requestResourceValidation"
3490
+ method = "POST"
3491
+ operation_name = "request_resource_validation"
3492
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/RequestResourceValidation"
3480
3493
 
3481
3494
  # Don't accept unknown kwargs
3482
3495
  expected_kwargs = [
3483
3496
  "allow_control_chars",
3484
3497
  "retry_strategy",
3485
- "opc_request_id",
3486
- "page",
3487
- "limit",
3488
- "sort_by",
3489
- "sort_order"
3498
+ "opc_retry_token",
3499
+ "opc_request_id"
3490
3500
  ]
3491
3501
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
3492
3502
  if extra_kwargs:
3493
3503
  raise ValueError(
3494
- f"list_work_request_errors got unknown kwargs: {extra_kwargs!r}")
3504
+ f"request_resource_validation got unknown kwargs: {extra_kwargs!r}")
3495
3505
 
3496
3506
  path_params = {
3497
- "workRequestId": work_request_id
3498
- }
3499
-
3500
- path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
3501
-
3502
- for (k, v) in six.iteritems(path_params):
3503
- if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
3504
- raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
3505
-
3506
- if 'sort_by' in kwargs:
3507
- sort_by_allowed_values = ["timestamp"]
3508
- if kwargs['sort_by'] not in sort_by_allowed_values:
3509
- raise ValueError(
3510
- f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
3511
- )
3512
-
3513
- if 'sort_order' in kwargs:
3514
- sort_order_allowed_values = ["ASC", "DESC"]
3515
- if kwargs['sort_order'] not in sort_order_allowed_values:
3516
- raise ValueError(
3517
- f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
3518
- )
3519
-
3520
- query_params = {
3521
- "page": kwargs.get("page", missing),
3522
- "limit": kwargs.get("limit", missing),
3523
- "sortBy": kwargs.get("sort_by", missing),
3524
- "sortOrder": kwargs.get("sort_order", missing)
3525
- }
3526
- query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
3527
-
3528
- header_params = {
3529
- "accept": "application/json",
3530
- "content-type": "application/json",
3531
- "opc-request-id": kwargs.get("opc_request_id", missing)
3532
- }
3533
- header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
3534
-
3535
- retry_strategy = self.base_client.get_preferred_retry_strategy(
3536
- operation_retry_strategy=kwargs.get('retry_strategy'),
3537
- client_retry_strategy=self.retry_strategy
3538
- )
3539
- if retry_strategy is None:
3540
- retry_strategy = retry.DEFAULT_RETRY_STRATEGY
3541
-
3542
- if retry_strategy:
3543
- if not isinstance(retry_strategy, retry.NoneRetryStrategy):
3544
- self.base_client.add_opc_client_retries_header(header_params)
3545
- retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
3546
- return retry_strategy.make_retrying_call(
3547
- self.base_client.call_api,
3548
- resource_path=resource_path,
3549
- method=method,
3550
- path_params=path_params,
3551
- query_params=query_params,
3552
- header_params=header_params,
3553
- response_type="WorkRequestErrorCollection",
3554
- allow_control_chars=kwargs.get('allow_control_chars'),
3555
- operation_name=operation_name,
3556
- api_reference_link=api_reference_link,
3557
- required_arguments=required_arguments)
3558
- else:
3559
- return self.base_client.call_api(
3560
- resource_path=resource_path,
3561
- method=method,
3562
- path_params=path_params,
3563
- query_params=query_params,
3564
- header_params=header_params,
3565
- response_type="WorkRequestErrorCollection",
3566
- allow_control_chars=kwargs.get('allow_control_chars'),
3567
- operation_name=operation_name,
3568
- api_reference_link=api_reference_link,
3569
- required_arguments=required_arguments)
3570
-
3571
- def list_work_request_logs(self, work_request_id, **kwargs):
3572
- """
3573
- Returns a (paginated) list of logs for the work request with the given ID.
3574
-
3575
-
3576
- :param str work_request_id: (required)
3577
- The ID of the asynchronous request.
3578
-
3579
- :param str opc_request_id: (optional)
3580
- The client request ID for tracing.
3581
-
3582
- :param str page: (optional)
3583
- A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
3584
-
3585
- :param int limit: (optional)
3586
- The maximum number of items to return.
3587
-
3588
- :param str sort_by: (optional)
3589
- The field to sort by. Only one sort order may be provided. Default order for timestamp is descending.
3590
-
3591
- Allowed values are: "timestamp"
3592
-
3593
- :param str sort_order: (optional)
3594
- The sort order to use, either 'ASC' or 'DESC'.
3595
-
3596
- Allowed values are: "ASC", "DESC"
3597
-
3598
- :param obj retry_strategy: (optional)
3599
- A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
3600
-
3601
- This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
3602
- The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
3603
-
3604
- To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
3605
-
3606
- :param bool allow_control_chars: (optional)
3607
- allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
3608
- By default, the response will not allow control characters in strings
3609
-
3610
- :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.fleet_apps_management.models.WorkRequestLogEntryCollection`
3611
- :rtype: :class:`~oci.response.Response`
3612
-
3613
- :example:
3614
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
3615
- """
3616
- # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3617
- required_arguments = ['workRequestId']
3618
- resource_path = "/workRequests/{workRequestId}/logs"
3619
- method = "GET"
3620
- operation_name = "list_work_request_logs"
3621
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/WorkRequestLogEntry/ListWorkRequestLogs"
3622
-
3623
- # Don't accept unknown kwargs
3624
- expected_kwargs = [
3625
- "allow_control_chars",
3626
- "retry_strategy",
3627
- "opc_request_id",
3628
- "page",
3629
- "limit",
3630
- "sort_by",
3631
- "sort_order"
3632
- ]
3633
- extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
3634
- if extra_kwargs:
3635
- raise ValueError(
3636
- f"list_work_request_logs got unknown kwargs: {extra_kwargs!r}")
3637
-
3638
- path_params = {
3639
- "workRequestId": work_request_id
3640
- }
3641
-
3642
- path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
3643
-
3644
- for (k, v) in six.iteritems(path_params):
3645
- if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
3646
- raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
3647
-
3648
- if 'sort_by' in kwargs:
3649
- sort_by_allowed_values = ["timestamp"]
3650
- if kwargs['sort_by'] not in sort_by_allowed_values:
3651
- raise ValueError(
3652
- f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
3653
- )
3654
-
3655
- if 'sort_order' in kwargs:
3656
- sort_order_allowed_values = ["ASC", "DESC"]
3657
- if kwargs['sort_order'] not in sort_order_allowed_values:
3658
- raise ValueError(
3659
- f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
3660
- )
3661
-
3662
- query_params = {
3663
- "page": kwargs.get("page", missing),
3664
- "limit": kwargs.get("limit", missing),
3665
- "sortBy": kwargs.get("sort_by", missing),
3666
- "sortOrder": kwargs.get("sort_order", missing)
3667
- }
3668
- query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
3669
-
3670
- header_params = {
3671
- "accept": "application/json",
3672
- "content-type": "application/json",
3673
- "opc-request-id": kwargs.get("opc_request_id", missing)
3674
- }
3675
- header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
3676
-
3677
- retry_strategy = self.base_client.get_preferred_retry_strategy(
3678
- operation_retry_strategy=kwargs.get('retry_strategy'),
3679
- client_retry_strategy=self.retry_strategy
3680
- )
3681
- if retry_strategy is None:
3682
- retry_strategy = retry.DEFAULT_RETRY_STRATEGY
3683
-
3684
- if retry_strategy:
3685
- if not isinstance(retry_strategy, retry.NoneRetryStrategy):
3686
- self.base_client.add_opc_client_retries_header(header_params)
3687
- retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
3688
- return retry_strategy.make_retrying_call(
3689
- self.base_client.call_api,
3690
- resource_path=resource_path,
3691
- method=method,
3692
- path_params=path_params,
3693
- query_params=query_params,
3694
- header_params=header_params,
3695
- response_type="WorkRequestLogEntryCollection",
3696
- allow_control_chars=kwargs.get('allow_control_chars'),
3697
- operation_name=operation_name,
3698
- api_reference_link=api_reference_link,
3699
- required_arguments=required_arguments)
3700
- else:
3701
- return self.base_client.call_api(
3702
- resource_path=resource_path,
3703
- method=method,
3704
- path_params=path_params,
3705
- query_params=query_params,
3706
- header_params=header_params,
3707
- response_type="WorkRequestLogEntryCollection",
3708
- allow_control_chars=kwargs.get('allow_control_chars'),
3709
- operation_name=operation_name,
3710
- api_reference_link=api_reference_link,
3711
- required_arguments=required_arguments)
3712
-
3713
- def list_work_requests(self, **kwargs):
3714
- """
3715
- Lists the work requests in a compartment.
3716
-
3717
-
3718
- :param str compartment_id: (optional)
3719
- The ID of the compartment in which to list resources.
3720
-
3721
- :param str work_request_id: (optional)
3722
- The ID of the asynchronous work request.
3723
-
3724
- :param str status: (optional)
3725
- A filter to return only resources their lifecycleState matches the given OperationStatus.
3726
-
3727
- Allowed values are: "ACCEPTED", "IN_PROGRESS", "WAITING", "NEEDS_ATTENTION", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"
3728
-
3729
- :param str resource_id: (optional)
3730
- Resource Identifier
3731
-
3732
- :param str opc_request_id: (optional)
3733
- The client request ID for tracing.
3734
-
3735
- :param str page: (optional)
3736
- A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
3737
-
3738
- :param int limit: (optional)
3739
- The maximum number of items to return.
3740
-
3741
- :param str sort_order: (optional)
3742
- The sort order to use, either 'ASC' or 'DESC'.
3743
-
3744
- Allowed values are: "ASC", "DESC"
3745
-
3746
- :param str sort_by: (optional)
3747
- The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
3748
-
3749
- Allowed values are: "timeAccepted"
3750
-
3751
- :param obj retry_strategy: (optional)
3752
- A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
3753
-
3754
- This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
3755
- The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
3756
-
3757
- To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
3758
-
3759
- :param bool allow_control_chars: (optional)
3760
- allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
3761
- By default, the response will not allow control characters in strings
3762
-
3763
- :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.fleet_apps_management.models.WorkRequestSummaryCollection`
3764
- :rtype: :class:`~oci.response.Response`
3765
-
3766
- :example:
3767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
3768
- """
3769
- # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3770
- required_arguments = []
3771
- resource_path = "/workRequests"
3772
- method = "GET"
3773
- operation_name = "list_work_requests"
3774
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/WorkRequest/ListWorkRequests"
3775
-
3776
- # Don't accept unknown kwargs
3777
- expected_kwargs = [
3778
- "allow_control_chars",
3779
- "retry_strategy",
3780
- "compartment_id",
3781
- "work_request_id",
3782
- "status",
3783
- "resource_id",
3784
- "opc_request_id",
3785
- "page",
3786
- "limit",
3787
- "sort_order",
3788
- "sort_by"
3789
- ]
3790
- extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
3791
- if extra_kwargs:
3792
- raise ValueError(
3793
- f"list_work_requests got unknown kwargs: {extra_kwargs!r}")
3794
-
3795
- if 'status' in kwargs:
3796
- status_allowed_values = ["ACCEPTED", "IN_PROGRESS", "WAITING", "NEEDS_ATTENTION", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]
3797
- if kwargs['status'] not in status_allowed_values:
3798
- raise ValueError(
3799
- f"Invalid value for `status`, must be one of { status_allowed_values }"
3800
- )
3801
-
3802
- if 'sort_order' in kwargs:
3803
- sort_order_allowed_values = ["ASC", "DESC"]
3804
- if kwargs['sort_order'] not in sort_order_allowed_values:
3805
- raise ValueError(
3806
- f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
3807
- )
3808
-
3809
- if 'sort_by' in kwargs:
3810
- sort_by_allowed_values = ["timeAccepted"]
3811
- if kwargs['sort_by'] not in sort_by_allowed_values:
3812
- raise ValueError(
3813
- f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
3814
- )
3815
-
3816
- query_params = {
3817
- "compartmentId": kwargs.get("compartment_id", missing),
3818
- "workRequestId": kwargs.get("work_request_id", missing),
3819
- "status": kwargs.get("status", missing),
3820
- "resourceId": kwargs.get("resource_id", missing),
3821
- "page": kwargs.get("page", missing),
3822
- "limit": kwargs.get("limit", missing),
3823
- "sortOrder": kwargs.get("sort_order", missing),
3824
- "sortBy": kwargs.get("sort_by", missing)
3825
- }
3826
- query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
3827
-
3828
- header_params = {
3829
- "accept": "application/json",
3830
- "content-type": "application/json",
3831
- "opc-request-id": kwargs.get("opc_request_id", missing)
3832
- }
3833
- header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
3834
-
3835
- retry_strategy = self.base_client.get_preferred_retry_strategy(
3836
- operation_retry_strategy=kwargs.get('retry_strategy'),
3837
- client_retry_strategy=self.retry_strategy
3838
- )
3839
- if retry_strategy is None:
3840
- retry_strategy = retry.DEFAULT_RETRY_STRATEGY
3841
-
3842
- if retry_strategy:
3843
- if not isinstance(retry_strategy, retry.NoneRetryStrategy):
3844
- self.base_client.add_opc_client_retries_header(header_params)
3845
- retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
3846
- return retry_strategy.make_retrying_call(
3847
- self.base_client.call_api,
3848
- resource_path=resource_path,
3849
- method=method,
3850
- query_params=query_params,
3851
- header_params=header_params,
3852
- response_type="WorkRequestSummaryCollection",
3853
- allow_control_chars=kwargs.get('allow_control_chars'),
3854
- operation_name=operation_name,
3855
- api_reference_link=api_reference_link,
3856
- required_arguments=required_arguments)
3857
- else:
3858
- return self.base_client.call_api(
3859
- resource_path=resource_path,
3860
- method=method,
3861
- query_params=query_params,
3862
- header_params=header_params,
3863
- response_type="WorkRequestSummaryCollection",
3864
- allow_control_chars=kwargs.get('allow_control_chars'),
3865
- operation_name=operation_name,
3866
- api_reference_link=api_reference_link,
3867
- required_arguments=required_arguments)
3868
-
3869
- def request_resource_validation(self, request_resource_validation_details, fleet_id, **kwargs):
3870
- """
3871
- Request validation for resources within a fleet.
3872
-
3873
-
3874
- :param oci.fleet_apps_management.models.RequestResourceValidationDetails request_resource_validation_details: (required)
3875
- Details for requesting resource validation.
3876
-
3877
- :param str fleet_id: (required)
3878
- Unique Fleet identifier.
3879
-
3880
- :param str opc_retry_token: (optional)
3881
- A token that uniquely identifies a request so it can be retried in case of a timeout or
3882
- server error without risk of executing that same action again. Retry tokens expire after 24
3883
- hours, but can be invalidated before then due to conflicting operations. For example, if a resource
3884
- has been deleted and purged from the system, then a retry of the original creation request
3885
- might be rejected.
3886
-
3887
- :param str opc_request_id: (optional)
3888
- The client request ID for tracing.
3889
-
3890
- :param obj retry_strategy: (optional)
3891
- A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
3892
-
3893
- This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
3894
- The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
3895
-
3896
- To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
3897
-
3898
- :param bool allow_control_chars: (optional)
3899
- allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
3900
- By default, the response will not allow control characters in strings
3901
-
3902
- :return: A :class:`~oci.response.Response` object with data of type None
3903
- :rtype: :class:`~oci.response.Response`
3904
-
3905
- :example:
3906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/request_resource_validation.py.html>`__ to see an example of how to use request_resource_validation API.
3907
- """
3908
- # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3909
- required_arguments = ['fleetId']
3910
- resource_path = "/fleets/{fleetId}/actions/requestResourceValidation"
3911
- method = "POST"
3912
- operation_name = "request_resource_validation"
3913
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/RequestResourceValidation"
3914
-
3915
- # Don't accept unknown kwargs
3916
- expected_kwargs = [
3917
- "allow_control_chars",
3918
- "retry_strategy",
3919
- "opc_retry_token",
3920
- "opc_request_id"
3921
- ]
3922
- extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
3923
- if extra_kwargs:
3924
- raise ValueError(
3925
- f"request_resource_validation got unknown kwargs: {extra_kwargs!r}")
3926
-
3927
- path_params = {
3928
- "fleetId": fleet_id
3507
+ "fleetId": fleet_id
3929
3508
  }
3930
3509
 
3931
3510
  path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
@@ -3979,8 +3558,7 @@ class FleetAppsManagementClient(object):
3979
3558
 
3980
3559
  def request_target_discovery(self, request_target_discovery_details, fleet_id, **kwargs):
3981
3560
  """
3982
- Confirm targets to be managed for a Fleet.
3983
- Only targets that are confirmed will be managed by Fleet Application Management
3561
+ Request target discovery for resources with in a fleet.
3984
3562
 
3985
3563
 
3986
3564
  :param oci.fleet_apps_management.models.RequestTargetDiscoveryDetails request_target_discovery_details: (required)
@@ -4015,14 +3593,14 @@ class FleetAppsManagementClient(object):
4015
3593
  :rtype: :class:`~oci.response.Response`
4016
3594
 
4017
3595
  :example:
4018
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/request_target_discovery.py.html>`__ to see an example of how to use request_target_discovery API.
3596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/request_target_discovery.py.html>`__ to see an example of how to use request_target_discovery API.
4019
3597
  """
4020
3598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4021
3599
  required_arguments = ['fleetId']
4022
3600
  resource_path = "/fleets/{fleetId}/actions/requestTargetDiscovery"
4023
3601
  method = "POST"
4024
3602
  operation_name = "request_target_discovery"
4025
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/RequestTargetDiscovery"
3603
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/RequestTargetDiscovery"
4026
3604
 
4027
3605
  # Don't accept unknown kwargs
4028
3606
  expected_kwargs = [
@@ -4126,14 +3704,14 @@ class FleetAppsManagementClient(object):
4126
3704
  :rtype: :class:`~oci.response.Response`
4127
3705
 
4128
3706
  :example:
4129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/update_fleet.py.html>`__ to see an example of how to use update_fleet API.
3707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/update_fleet.py.html>`__ to see an example of how to use update_fleet API.
4130
3708
  """
4131
3709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4132
3710
  required_arguments = ['fleetId']
4133
3711
  resource_path = "/fleets/{fleetId}"
4134
3712
  method = "PUT"
4135
3713
  operation_name = "update_fleet"
4136
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/Fleet/UpdateFleet"
3714
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/Fleet/UpdateFleet"
4137
3715
 
4138
3716
  # Don't accept unknown kwargs
4139
3717
  expected_kwargs = [
@@ -4203,7 +3781,7 @@ class FleetAppsManagementClient(object):
4203
3781
 
4204
3782
  def update_fleet_credential(self, fleet_credential_id, fleet_id, update_fleet_credential_details, **kwargs):
4205
3783
  """
4206
- Edit credentials associated with a product or application in\u00A0Fleet Application Management.
3784
+ Edit credential associated with a fleet or with a product/target with in a fleet.
4207
3785
 
4208
3786
 
4209
3787
  :param str fleet_credential_id: (required)
@@ -4241,14 +3819,14 @@ class FleetAppsManagementClient(object):
4241
3819
  :rtype: :class:`~oci.response.Response`
4242
3820
 
4243
3821
  :example:
4244
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/update_fleet_credential.py.html>`__ to see an example of how to use update_fleet_credential API.
3822
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/update_fleet_credential.py.html>`__ to see an example of how to use update_fleet_credential API.
4245
3823
  """
4246
3824
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4247
3825
  required_arguments = ['fleetCredentialId', 'fleetId']
4248
3826
  resource_path = "/fleets/{fleetId}/fleetCredentials/{fleetCredentialId}"
4249
3827
  method = "PUT"
4250
3828
  operation_name = "update_fleet_credential"
4251
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetCredential/UpdateFleetCredential"
3829
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetCredential/UpdateFleetCredential"
4252
3830
 
4253
3831
  # Don't accept unknown kwargs
4254
3832
  expected_kwargs = [
@@ -4321,13 +3899,13 @@ class FleetAppsManagementClient(object):
4321
3899
 
4322
3900
 
4323
3901
  :param str fleet_property_id: (required)
4324
- unique FleetProperty identifier.
3902
+ Unique fleetProperty identifier.
4325
3903
 
4326
3904
  :param str fleet_id: (required)
4327
3905
  Unique Fleet identifier.
4328
3906
 
4329
3907
  :param oci.fleet_apps_management.models.UpdateFleetPropertyDetails update_fleet_property_details: (required)
4330
- The information to be updated.
3908
+ Attributes to update a fleet property.
4331
3909
 
4332
3910
  :param str if_match: (optional)
4333
3911
  For optimistic concurrency control. In the PUT or DELETE call
@@ -4355,14 +3933,14 @@ class FleetAppsManagementClient(object):
4355
3933
  :rtype: :class:`~oci.response.Response`
4356
3934
 
4357
3935
  :example:
4358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/update_fleet_property.py.html>`__ to see an example of how to use update_fleet_property API.
3936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/update_fleet_property.py.html>`__ to see an example of how to use update_fleet_property API.
4359
3937
  """
4360
3938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4361
3939
  required_arguments = ['fleetPropertyId', 'fleetId']
4362
3940
  resource_path = "/fleets/{fleetId}/fleetProperties/{fleetPropertyId}"
4363
3941
  method = "PUT"
4364
3942
  operation_name = "update_fleet_property"
4365
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetProperty/UpdateFleetProperty"
3943
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetProperty/UpdateFleetProperty"
4366
3944
 
4367
3945
  # Don't accept unknown kwargs
4368
3946
  expected_kwargs = [
@@ -4471,14 +4049,14 @@ class FleetAppsManagementClient(object):
4471
4049
  :rtype: :class:`~oci.response.Response`
4472
4050
 
4473
4051
  :example:
4474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.150.2/fleetappsmanagement/update_fleet_resource.py.html>`__ to see an example of how to use update_fleet_resource API.
4052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.151.0/fleetappsmanagement/update_fleet_resource.py.html>`__ to see an example of how to use update_fleet_resource API.
4475
4053
  """
4476
4054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4477
4055
  required_arguments = ['fleetResourceId', 'fleetId']
4478
4056
  resource_path = "/fleets/{fleetId}/fleetResources/{fleetResourceId}"
4479
4057
  method = "PUT"
4480
4058
  operation_name = "update_fleet_resource"
4481
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20230831/FleetResource/UpdateFleetResource"
4059
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fleet-management/20250228/FleetResource/UpdateFleetResource"
4482
4060
 
4483
4061
  # Don't accept unknown kwargs
4484
4062
  expected_kwargs = [