oci 2.144.0__py3-none-any.whl → 2.145.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 (481) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_speech/models/realtime_parameters.py +61 -4
  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 +9 -9
  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/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -3
  30. oci/auth/signers/key_pair_signer.py +6 -5
  31. oci/autoscaling/auto_scaling_client.py +11 -11
  32. oci/base_client.py +2 -2
  33. oci/bastion/bastion_client.py +15 -15
  34. oci/bds/bds_client.py +84 -84
  35. oci/blockchain/blockchain_platform_client.py +27 -27
  36. oci/budget/budget_client.py +10 -10
  37. oci/capacity_management/capacity_management_client.py +32 -32
  38. oci/certificates/certificates_client.py +5 -5
  39. oci/certificates_management/certificates_management_client.py +32 -32
  40. oci/cims/incident_client.py +6 -6
  41. oci/cloud_bridge/common_client.py +5 -5
  42. oci/cloud_bridge/discovery_client.py +15 -15
  43. oci/cloud_bridge/inventory_client.py +16 -16
  44. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  45. oci/cloud_guard/cloud_guard_client.py +155 -155
  46. oci/cloud_migrations/migration_client.py +43 -43
  47. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  48. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  49. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  50. oci/compute_instance_agent/plugin_client.py +2 -2
  51. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  52. oci/container_engine/container_engine_client.py +44 -44
  53. oci/container_engine/models/cluster_create_options.py +47 -0
  54. oci/container_engine/models/cluster_endpoints.py +33 -2
  55. oci/container_instances/container_instance_client.py +18 -18
  56. oci/core/blockstorage_client.py +60 -60
  57. oci/core/compute_client.py +102 -102
  58. oci/core/compute_management_client.py +32 -32
  59. oci/core/virtual_network_client.py +256 -256
  60. oci/dashboard_service/dashboard_client.py +6 -6
  61. oci/dashboard_service/dashboard_group_client.py +6 -6
  62. oci/data_catalog/data_catalog_client.py +149 -149
  63. oci/data_flow/data_flow_client.py +45 -45
  64. oci/data_integration/data_integration_client.py +163 -163
  65. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  66. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  67. oci/data_safe/data_safe_client.py +306 -306
  68. oci/data_science/data_science_client.py +101 -101
  69. oci/database/database_client.py +409 -404
  70. oci/database/models/__init__.py +8 -0
  71. oci/database/models/autonomous_container_database.py +89 -0
  72. oci/database/models/autonomous_container_database_summary.py +89 -0
  73. oci/database/models/autonomous_database.py +64 -2
  74. oci/database/models/autonomous_database_backup.py +15 -3
  75. oci/database/models/autonomous_database_backup_summary.py +15 -3
  76. oci/database/models/autonomous_database_standby_summary.py +93 -0
  77. oci/database/models/autonomous_database_summary.py +64 -2
  78. oci/database/models/autonomous_dw_database.py +64 -2
  79. oci/database/models/backup_destination.py +95 -2
  80. oci/database/models/backup_destination_configuration_summary.py +387 -0
  81. oci/database/models/backup_destination_details_summary.py +356 -0
  82. oci/database/models/backup_destination_properties.py +134 -0
  83. oci/database/models/backup_destination_summary.py +95 -2
  84. oci/database/models/create_autonomous_database_clone_details.py +7 -3
  85. oci/database/models/create_autonomous_database_from_backup_details.py +40 -5
  86. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +40 -5
  87. oci/database/models/create_data_guard_association_with_new_db_system_details.py +33 -0
  88. oci/database/models/db_system.py +96 -10
  89. oci/database/models/db_system_summary.py +96 -10
  90. oci/database/models/launch_db_system_base.py +33 -0
  91. oci/database/models/launch_db_system_details.py +7 -0
  92. oci/database/models/launch_db_system_from_backup_details.py +7 -0
  93. oci/database/models/launch_db_system_from_database_details.py +7 -0
  94. oci/database/models/launch_db_system_from_db_system_details.py +7 -0
  95. oci/database/models/recovery_appliance_details.py +134 -0
  96. oci/database/models/restore_autonomous_database_details.py +1 -1
  97. oci/database_management/db_management_client.py +228 -228
  98. oci/database_management/diagnosability_client.py +4 -4
  99. oci/database_management/managed_my_sql_databases_client.py +9 -9
  100. oci/database_management/perfhub_client.py +1 -1
  101. oci/database_management/sql_tuning_client.py +17 -17
  102. oci/database_migration/database_migration_client.py +42 -42
  103. oci/database_tools/database_tools_client.py +23 -23
  104. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  105. oci/delegate_access_control/work_request_client.py +4 -4
  106. oci/demand_signal/occ_demand_signal_client.py +7 -7
  107. oci/desktops/desktop_service_client.py +21 -21
  108. oci/devops/devops_client.py +141 -141
  109. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  110. oci/dns/dns_client.py +54 -54
  111. oci/dts/appliance_export_job_client.py +6 -6
  112. oci/dts/shipping_vendors_client.py +1 -1
  113. oci/dts/transfer_appliance_client.py +8 -8
  114. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  115. oci/dts/transfer_device_client.py +5 -5
  116. oci/dts/transfer_job_client.py +6 -6
  117. oci/dts/transfer_package_client.py +7 -7
  118. oci/em_warehouse/em_warehouse_client.py +13 -13
  119. oci/email/email_client.py +31 -31
  120. oci/email_data_plane/email_dp_client.py +1 -1
  121. oci/events/events_client.py +6 -6
  122. oci/file_storage/file_storage_client.py +68 -68
  123. oci/file_storage/models/file_system.py +33 -0
  124. oci/file_storage/models/file_system_summary.py +33 -0
  125. oci/file_storage/models/filesystem_snapshot_policy.py +35 -2
  126. oci/file_storage/models/filesystem_snapshot_policy_summary.py +35 -2
  127. oci/file_storage/models/ldap_bind_account.py +7 -0
  128. oci/file_storage/models/ldap_bind_account_summary.py +7 -0
  129. oci/file_storage/models/mount_target.py +35 -2
  130. oci/file_storage/models/mount_target_summary.py +35 -2
  131. oci/file_storage/models/outbound_connector.py +35 -2
  132. oci/file_storage/models/outbound_connector_summary.py +35 -2
  133. oci/file_storage/models/replication.py +35 -2
  134. oci/file_storage/models/replication_summary.py +33 -0
  135. oci/file_storage/models/replication_target.py +33 -0
  136. oci/file_storage/models/replication_target_summary.py +33 -0
  137. oci/file_storage/models/snapshot.py +33 -0
  138. oci/file_storage/models/snapshot_summary.py +35 -2
  139. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  140. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  141. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  142. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  143. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  144. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  145. oci/functions/functions_invoke_client.py +1 -1
  146. oci/functions/functions_management_client.py +16 -16
  147. oci/fusion_apps/fusion_applications_client.py +41 -41
  148. oci/generative_ai/generative_ai_client.py +22 -22
  149. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  150. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  151. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  152. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  153. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  154. oci/golden_gate/golden_gate_client.py +90 -90
  155. oci/golden_gate/models/__init__.py +24 -0
  156. oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
  157. oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
  158. oci/golden_gate/models/amazon_redshift_connection.py +1 -1
  159. oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
  160. oci/golden_gate/models/amazon_s3_connection.py +1 -1
  161. oci/golden_gate/models/amazon_s3_connection_summary.py +1 -1
  162. oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
  163. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
  164. oci/golden_gate/models/azure_synapse_connection.py +1 -1
  165. oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
  166. oci/golden_gate/models/connection.py +59 -35
  167. oci/golden_gate/models/connection_summary.py +62 -38
  168. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +3 -1
  169. oci/golden_gate/models/create_amazon_redshift_connection_details.py +3 -1
  170. oci/golden_gate/models/create_amazon_s3_connection_details.py +3 -1
  171. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +7 -1
  172. oci/golden_gate/models/create_azure_synapse_connection_details.py +3 -1
  173. oci/golden_gate/models/create_connection_details.py +58 -34
  174. oci/golden_gate/models/create_database_registration_details.py +4 -0
  175. oci/golden_gate/models/create_databricks_connection_details.py +437 -0
  176. oci/golden_gate/models/create_db2_connection_details.py +7 -1
  177. oci/golden_gate/models/create_elasticsearch_connection_details.py +3 -1
  178. oci/golden_gate/models/create_generic_connection_details.py +1 -1
  179. oci/golden_gate/models/create_golden_gate_connection_details.py +3 -1
  180. oci/golden_gate/models/create_google_big_query_connection_details.py +3 -1
  181. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -1
  182. oci/golden_gate/models/create_google_pub_sub_connection_details.py +241 -0
  183. oci/golden_gate/models/create_hdfs_connection_details.py +1 -1
  184. oci/golden_gate/models/create_java_message_service_connection_details.py +15 -1
  185. oci/golden_gate/models/create_kafka_connection_details.py +13 -1
  186. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +13 -1
  187. oci/golden_gate/models/create_microsoft_fabric_connection_details.py +336 -0
  188. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -1
  189. oci/golden_gate/models/create_mongo_db_connection_details.py +209 -3
  190. oci/golden_gate/models/create_mysql_connection_details.py +5 -1
  191. oci/golden_gate/models/create_oci_object_storage_connection_details.py +43 -4
  192. oci/golden_gate/models/create_oracle_connection_details.py +5 -1
  193. oci/golden_gate/models/create_oracle_nosql_connection_details.py +43 -4
  194. oci/golden_gate/models/create_postgresql_connection_details.py +5 -1
  195. oci/golden_gate/models/create_redis_connection_details.py +11 -1
  196. oci/golden_gate/models/create_snowflake_connection_details.py +7 -1
  197. oci/golden_gate/models/databricks_connection.py +456 -0
  198. oci/golden_gate/models/databricks_connection_summary.py +418 -0
  199. oci/golden_gate/models/db2_connection.py +1 -1
  200. oci/golden_gate/models/db2_connection_summary.py +1 -1
  201. oci/golden_gate/models/deployment_type_summary.py +15 -3
  202. oci/golden_gate/models/elasticsearch_connection.py +1 -1
  203. oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
  204. oci/golden_gate/models/generic_connection.py +1 -1
  205. oci/golden_gate/models/generic_connection_summary.py +1 -1
  206. oci/golden_gate/models/golden_gate_connection.py +1 -1
  207. oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
  208. oci/golden_gate/models/google_big_query_connection.py +1 -1
  209. oci/golden_gate/models/google_big_query_connection_summary.py +1 -1
  210. oci/golden_gate/models/google_cloud_storage_connection.py +1 -1
  211. oci/golden_gate/models/google_cloud_storage_connection_summary.py +1 -1
  212. oci/golden_gate/models/google_pub_sub_connection.py +271 -0
  213. oci/golden_gate/models/google_pub_sub_connection_summary.py +255 -0
  214. oci/golden_gate/models/hdfs_connection.py +1 -1
  215. oci/golden_gate/models/hdfs_connection_summary.py +1 -1
  216. oci/golden_gate/models/java_message_service_connection.py +1 -1
  217. oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
  218. oci/golden_gate/models/kafka_connection.py +1 -1
  219. oci/golden_gate/models/kafka_connection_summary.py +1 -1
  220. oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
  221. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
  222. oci/golden_gate/models/microsoft_fabric_connection.py +372 -0
  223. oci/golden_gate/models/microsoft_fabric_connection_summary.py +352 -0
  224. oci/golden_gate/models/microsoft_sqlserver_connection.py +1 -1
  225. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +1 -1
  226. oci/golden_gate/models/mongo_db_connection.py +141 -6
  227. oci/golden_gate/models/mongo_db_connection_summary.py +110 -3
  228. oci/golden_gate/models/mysql_connection.py +1 -1
  229. oci/golden_gate/models/mysql_connection_summary.py +1 -1
  230. oci/golden_gate/models/oci_object_storage_connection.py +38 -3
  231. oci/golden_gate/models/oci_object_storage_connection_summary.py +38 -3
  232. oci/golden_gate/models/oracle_connection.py +24 -4
  233. oci/golden_gate/models/oracle_connection_summary.py +1 -1
  234. oci/golden_gate/models/oracle_nosql_connection.py +38 -3
  235. oci/golden_gate/models/oracle_nosql_connection_summary.py +38 -3
  236. oci/golden_gate/models/postgresql_connection.py +8 -4
  237. oci/golden_gate/models/postgresql_connection_summary.py +1 -1
  238. oci/golden_gate/models/redis_connection.py +1 -1
  239. oci/golden_gate/models/redis_connection_summary.py +1 -1
  240. oci/golden_gate/models/snowflake_connection.py +1 -1
  241. oci/golden_gate/models/snowflake_connection_summary.py +1 -1
  242. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +3 -1
  243. oci/golden_gate/models/update_amazon_redshift_connection_details.py +3 -1
  244. oci/golden_gate/models/update_amazon_s3_connection_details.py +3 -1
  245. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +7 -1
  246. oci/golden_gate/models/update_azure_synapse_connection_details.py +3 -1
  247. oci/golden_gate/models/update_connection_details.py +46 -22
  248. oci/golden_gate/models/update_database_registration_details.py +4 -0
  249. oci/golden_gate/models/update_databricks_connection_details.py +392 -0
  250. oci/golden_gate/models/update_db2_connection_details.py +7 -1
  251. oci/golden_gate/models/update_elasticsearch_connection_details.py +3 -1
  252. oci/golden_gate/models/update_generic_connection_details.py +1 -1
  253. oci/golden_gate/models/update_golden_gate_connection_details.py +3 -1
  254. oci/golden_gate/models/update_google_big_query_connection_details.py +3 -1
  255. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -1
  256. oci/golden_gate/models/update_google_pub_sub_connection_details.py +196 -0
  257. oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
  258. oci/golden_gate/models/update_java_message_service_connection_details.py +15 -1
  259. oci/golden_gate/models/update_kafka_connection_details.py +13 -1
  260. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +13 -1
  261. oci/golden_gate/models/update_microsoft_fabric_connection_details.py +291 -0
  262. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -1
  263. oci/golden_gate/models/update_mongo_db_connection_details.py +209 -3
  264. oci/golden_gate/models/update_mysql_connection_details.py +5 -1
  265. oci/golden_gate/models/update_oci_object_storage_connection_details.py +42 -3
  266. oci/golden_gate/models/update_oracle_connection_details.py +5 -1
  267. oci/golden_gate/models/update_oracle_nosql_connection_details.py +42 -3
  268. oci/golden_gate/models/update_postgresql_connection_details.py +5 -1
  269. oci/golden_gate/models/update_redis_connection_details.py +11 -1
  270. oci/golden_gate/models/update_snowflake_connection_details.py +7 -1
  271. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  272. oci/governance_rules_control_plane/work_request_client.py +5 -5
  273. oci/healthchecks/health_checks_client.py +17 -17
  274. oci/identity/identity_client.py +145 -145
  275. oci/identity_data_plane/dataplane_client.py +2 -2
  276. oci/identity_domains/identity_domains_client.py +311 -311
  277. oci/integration/integration_instance_client.py +19 -19
  278. oci/jms/java_management_service_client.py +653 -75
  279. oci/jms/models/__init__.py +24 -0
  280. oci/jms/models/fleet_error_aggregation.py +119 -0
  281. oci/jms/models/fleet_error_aggregation_collection.py +72 -0
  282. oci/jms/models/fleet_error_aggregation_summary.py +103 -0
  283. oci/jms/models/fleet_error_collection.py +72 -0
  284. oci/jms/models/fleet_error_details.py +156 -0
  285. oci/jms/models/fleet_error_summary.py +235 -0
  286. oci/jms/models/generate_agent_installer_configuration_details.py +2 -2
  287. oci/jms/models/operating_system.py +31 -0
  288. oci/jms/models/plugin_error_aggregation.py +123 -0
  289. oci/jms/models/plugin_error_aggregation_collection.py +72 -0
  290. oci/jms/models/plugin_error_aggregation_summary.py +103 -0
  291. oci/jms/models/plugin_error_collection.py +72 -0
  292. oci/jms/models/plugin_error_details.py +160 -0
  293. oci/jms/models/plugin_error_summary.py +282 -0
  294. oci/jms_java_downloads/java_download_client.py +25 -25
  295. oci/key_management/ekm_client.py +5 -5
  296. oci/key_management/kms_crypto_client.py +6 -6
  297. oci/key_management/kms_hsm_cluster_client.py +12 -12
  298. oci/key_management/kms_management_client.py +21 -21
  299. oci/key_management/kms_vault_client.py +14 -14
  300. oci/license_manager/license_manager_client.py +18 -18
  301. oci/limits/limits_client.py +4 -4
  302. oci/limits/quotas_client.py +7 -7
  303. oci/load_balancer/load_balancer_client.py +61 -61
  304. oci/lockbox/lockbox_client.py +24 -24
  305. oci/log_analytics/log_analytics_client.py +193 -193
  306. oci/logging/logging_management_client.py +30 -30
  307. oci/loggingingestion/logging_client.py +1 -1
  308. oci/loggingsearch/log_search_client.py +1 -1
  309. oci/management_agent/management_agent_client.py +28 -28
  310. oci/management_dashboard/dashx_apis_client.py +14 -14
  311. oci/marketplace/account_client.py +2 -2
  312. oci/marketplace/marketplace_client.py +30 -30
  313. oci/marketplace_private_offer/attachment_client.py +5 -5
  314. oci/marketplace_private_offer/offer_client.py +6 -6
  315. oci/marketplace_publisher/attachment_client.py +5 -5
  316. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  317. oci/marketplace_publisher/offer_client.py +6 -6
  318. oci/media_services/media_services_client.py +60 -60
  319. oci/media_services/media_stream_client.py +2 -2
  320. oci/monitoring/monitoring_client.py +18 -18
  321. oci/mysql/channels_client.py +7 -7
  322. oci/mysql/db_backups_client.py +7 -7
  323. oci/mysql/db_system_client.py +17 -17
  324. oci/mysql/mysqlaas_client.py +7 -7
  325. oci/mysql/replicas_client.py +5 -5
  326. oci/mysql/work_requests_client.py +4 -4
  327. oci/network_firewall/network_firewall_client.py +86 -86
  328. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  329. oci/nosql/nosql_client.py +24 -24
  330. oci/object_storage/object_storage_client.py +55 -55
  331. oci/oce/oce_instance_client.py +10 -10
  332. oci/oci_control_center/occ_metrics_client.py +3 -3
  333. oci/ocvp/cluster_client.py +5 -5
  334. oci/ocvp/esxi_host_client.py +8 -8
  335. oci/ocvp/sddc_client.py +14 -14
  336. oci/ocvp/work_request_client.py +4 -4
  337. oci/oda/management_client.py +59 -59
  338. oci/oda/oda_client.py +17 -17
  339. oci/oda/odapackage_client.py +7 -7
  340. oci/onesubscription/billing_schedule_client.py +1 -1
  341. oci/onesubscription/commitment_client.py +2 -2
  342. oci/onesubscription/computed_usage_client.py +3 -3
  343. oci/onesubscription/invoice_summary_client.py +2 -2
  344. oci/onesubscription/organization_subscription_client.py +1 -1
  345. oci/onesubscription/ratecard_client.py +1 -1
  346. oci/onesubscription/subscribed_service_client.py +2 -2
  347. oci/onesubscription/subscription_client.py +1 -1
  348. oci/ons/notification_control_plane_client.py +6 -6
  349. oci/ons/notification_data_plane_client.py +10 -10
  350. oci/opa/opa_instance_client.py +13 -13
  351. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  352. oci/opensearch/opensearch_cluster_client.py +16 -16
  353. oci/operator_access_control/access_requests_client.py +10 -10
  354. oci/operator_access_control/operator_actions_client.py +2 -2
  355. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  356. oci/operator_access_control/operator_control_client.py +6 -6
  357. oci/opsi/operations_insights_client.py +181 -181
  358. oci/optimizer/optimizer_client.py +26 -26
  359. oci/os_management/event_client.py +8 -8
  360. oci/os_management/os_management_client.py +69 -69
  361. oci/os_management_hub/event_client.py +8 -8
  362. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  363. oci/os_management_hub/managed_instance_client.py +31 -31
  364. oci/os_management_hub/managed_instance_group_client.py +25 -25
  365. oci/os_management_hub/management_station_client.py +10 -10
  366. oci/os_management_hub/onboarding_client.py +6 -6
  367. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  368. oci/os_management_hub/scheduled_job_client.py +7 -7
  369. oci/os_management_hub/software_source_client.py +27 -27
  370. oci/os_management_hub/work_request_client.py +4 -4
  371. oci/osp_gateway/address_rule_service_client.py +1 -1
  372. oci/osp_gateway/address_service_client.py +2 -2
  373. oci/osp_gateway/invoice_service_client.py +5 -5
  374. oci/osp_gateway/subscription_service_client.py +5 -5
  375. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  376. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  377. oci/osub_subscription/commitment_client.py +2 -2
  378. oci/osub_subscription/ratecard_client.py +1 -1
  379. oci/osub_subscription/subscription_client.py +1 -1
  380. oci/osub_usage/computed_usage_client.py +3 -3
  381. oci/psql/postgresql_client.py +33 -33
  382. oci/queue/queue_admin_client.py +11 -11
  383. oci/queue/queue_client.py +8 -8
  384. oci/recovery/database_recovery_client.py +26 -26
  385. oci/redis/redis_cluster_client.py +12 -12
  386. oci/resource_manager/resource_manager_client.py +52 -52
  387. oci/resource_scheduler/schedule_client.py +13 -13
  388. oci/resource_search/resource_search_client.py +3 -3
  389. oci/rover/rover_bundle_client.py +8 -8
  390. oci/rover/rover_cluster_client.py +8 -8
  391. oci/rover/rover_entitlement_client.py +6 -6
  392. oci/rover/rover_node_client.py +15 -15
  393. oci/rover/shape_client.py +1 -1
  394. oci/rover/work_requests_client.py +5 -5
  395. oci/sch/connector_plugins_client.py +2 -2
  396. oci/sch/service_connector_client.py +12 -12
  397. oci/secrets/secrets_client.py +3 -3
  398. oci/security_attribute/security_attribute_client.py +18 -18
  399. oci/service_catalog/service_catalog_client.py +26 -26
  400. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  401. oci/service_mesh/service_mesh_client.py +48 -48
  402. oci/stack_monitoring/models/__init__.py +42 -0
  403. oci/stack_monitoring/models/alarm_condition.py +588 -0
  404. oci/stack_monitoring/models/alarm_condition_collection.py +72 -0
  405. oci/stack_monitoring/models/alarm_condition_summary.py +588 -0
  406. oci/stack_monitoring/models/associated_monitored_resource.py +7 -3
  407. oci/stack_monitoring/models/associated_resources_summary.py +7 -3
  408. oci/stack_monitoring/models/condition.py +243 -0
  409. oci/stack_monitoring/models/create_alarm_condition_details.py +309 -0
  410. oci/stack_monitoring/models/create_license_auto_assign_config_details.py +7 -3
  411. oci/stack_monitoring/models/create_monitored_resource_details.py +7 -3
  412. oci/stack_monitoring/models/create_monitoring_template_details.py +406 -0
  413. oci/stack_monitoring/models/defined_alarm_condition.py +150 -0
  414. oci/stack_monitoring/models/defined_monitoring_template_collection.py +72 -0
  415. oci/stack_monitoring/models/defined_monitoring_template_summary.py +326 -0
  416. oci/stack_monitoring/models/discovery_details.py +7 -3
  417. oci/stack_monitoring/models/discovery_job_summary.py +7 -3
  418. oci/stack_monitoring/models/license_auto_assign_config_details.py +7 -3
  419. oci/stack_monitoring/models/license_auto_assign_config_summary.py +7 -3
  420. oci/stack_monitoring/models/manage_license_details.py +7 -3
  421. oci/stack_monitoring/models/member_reference.py +154 -0
  422. oci/stack_monitoring/models/metric_extension.py +2 -2
  423. oci/stack_monitoring/models/metric_extension_metric_aggregation_collection.py +72 -0
  424. oci/stack_monitoring/models/metric_extension_resource_aggregation.py +105 -0
  425. oci/stack_monitoring/models/metric_extension_resource_aggregation_collection.py +72 -0
  426. oci/stack_monitoring/models/metric_extensions_metric_aggregation.py +105 -0
  427. oci/stack_monitoring/models/monitored_resource.py +7 -3
  428. oci/stack_monitoring/models/monitored_resource_member_summary.py +7 -3
  429. oci/stack_monitoring/models/monitored_resource_summary.py +7 -3
  430. oci/stack_monitoring/models/monitored_resource_type.py +31 -0
  431. oci/stack_monitoring/models/monitored_resource_type_summary.py +31 -0
  432. oci/stack_monitoring/models/monitoring_template.py +743 -0
  433. oci/stack_monitoring/models/monitoring_template_collection.py +72 -0
  434. oci/stack_monitoring/models/monitoring_template_summary.py +599 -0
  435. oci/stack_monitoring/models/request_summarized_metric_extensions_metrics_details.py +263 -0
  436. oci/stack_monitoring/models/request_summarized_metric_extensions_resources_details.py +357 -0
  437. oci/stack_monitoring/models/search_monitored_resources_details.py +7 -3
  438. oci/stack_monitoring/models/system_format_resource_type_metadata_details.py +37 -2
  439. oci/stack_monitoring/models/update_alarm_condition_details.py +309 -0
  440. oci/stack_monitoring/models/update_license_auto_assign_config_details.py +7 -3
  441. oci/stack_monitoring/models/update_monitoring_template_details.py +375 -0
  442. oci/stack_monitoring/models/work_request.py +18 -6
  443. oci/stack_monitoring/models/work_request_summary.py +18 -6
  444. oci/stack_monitoring/stack_monitoring_client.py +2446 -446
  445. oci/stack_monitoring/stack_monitoring_client_composite_operations.py +331 -0
  446. oci/streaming/stream_admin_client.py +18 -18
  447. oci/streaming/stream_client.py +8 -8
  448. oci/tenant_manager_control_plane/domain_client.py +5 -5
  449. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  450. oci/tenant_manager_control_plane/governance_client.py +2 -2
  451. oci/tenant_manager_control_plane/link_client.py +3 -3
  452. oci/tenant_manager_control_plane/orders_client.py +2 -2
  453. oci/tenant_manager_control_plane/organization_client.py +10 -10
  454. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  455. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  456. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  457. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  458. oci/threat_intelligence/threatintel_client.py +5 -5
  459. oci/usage/resources_client.py +2 -2
  460. oci/usage/rewards_client.py +6 -6
  461. oci/usage/usagelimits_client.py +1 -1
  462. oci/usage_api/usageapi_client.py +33 -33
  463. oci/vault/vaults_client.py +13 -13
  464. oci/vbs_inst/vbs_instance_client.py +10 -10
  465. oci/version.py +1 -1
  466. oci/visual_builder/vb_instance_client.py +14 -14
  467. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  468. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  469. oci/waa/waa_client.py +13 -13
  470. oci/waa/work_request_client.py +4 -4
  471. oci/waas/redirect_client.py +6 -6
  472. oci/waas/waas_client.py +66 -66
  473. oci/waf/waf_client.py +24 -24
  474. oci/work_requests/work_request_client.py +4 -4
  475. oci/zpr/zpr_client.py +15 -15
  476. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/METADATA +1 -1
  477. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/RECORD +481 -432
  478. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/LICENSE.txt +0 -0
  479. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  480. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/WHEEL +0 -0
  481. {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/top_level.txt +0 -0
@@ -162,7 +162,7 @@ class JavaManagementServiceClient(object):
162
162
  :rtype: :class:`~oci.response.Response`
163
163
 
164
164
  :example:
165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/add_fleet_installation_sites.py.html>`__ to see an example of how to use add_fleet_installation_sites API.
165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/add_fleet_installation_sites.py.html>`__ to see an example of how to use add_fleet_installation_sites API.
166
166
  """
167
167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
168
168
  required_arguments = ['fleetId']
@@ -274,7 +274,7 @@ class JavaManagementServiceClient(object):
274
274
  :rtype: :class:`~oci.response.Response`
275
275
 
276
276
  :example:
277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
278
278
  """
279
279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
280
280
  required_arguments = ['workRequestId']
@@ -391,7 +391,7 @@ class JavaManagementServiceClient(object):
391
391
  :rtype: :class:`~oci.response.Response`
392
392
 
393
393
  :example:
394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/change_fleet_compartment.py.html>`__ to see an example of how to use change_fleet_compartment API.
394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/change_fleet_compartment.py.html>`__ to see an example of how to use change_fleet_compartment API.
395
395
  """
396
396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
397
397
  required_arguments = ['fleetId']
@@ -506,7 +506,7 @@ class JavaManagementServiceClient(object):
506
506
  :rtype: :class:`~oci.response.Response`
507
507
 
508
508
  :example:
509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/create_blocklist.py.html>`__ to see an example of how to use create_blocklist API.
509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/create_blocklist.py.html>`__ to see an example of how to use create_blocklist API.
510
510
  """
511
511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
512
512
  required_arguments = ['fleetId']
@@ -628,7 +628,7 @@ class JavaManagementServiceClient(object):
628
628
  :rtype: :class:`~oci.response.Response`
629
629
 
630
630
  :example:
631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/create_drs_file.py.html>`__ to see an example of how to use create_drs_file API.
631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/create_drs_file.py.html>`__ to see an example of how to use create_drs_file API.
632
632
  """
633
633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
634
634
  required_arguments = ['fleetId']
@@ -746,7 +746,7 @@ class JavaManagementServiceClient(object):
746
746
  :rtype: :class:`~oci.response.Response`
747
747
 
748
748
  :example:
749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/create_fleet.py.html>`__ to see an example of how to use create_fleet API.
749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/create_fleet.py.html>`__ to see an example of how to use create_fleet API.
750
750
  """
751
751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
752
752
  required_arguments = []
@@ -844,7 +844,7 @@ class JavaManagementServiceClient(object):
844
844
  :rtype: :class:`~oci.response.Response`
845
845
 
846
846
  :example:
847
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/create_jms_plugin.py.html>`__ to see an example of how to use create_jms_plugin API.
847
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/create_jms_plugin.py.html>`__ to see an example of how to use create_jms_plugin API.
848
848
  """
849
849
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
850
850
  required_arguments = []
@@ -947,7 +947,7 @@ class JavaManagementServiceClient(object):
947
947
  :rtype: :class:`~oci.response.Response`
948
948
 
949
949
  :example:
950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/delete_blocklist.py.html>`__ to see an example of how to use delete_blocklist API.
950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/delete_blocklist.py.html>`__ to see an example of how to use delete_blocklist API.
951
951
  """
952
952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
953
953
  required_arguments = ['fleetId', 'blocklistKey']
@@ -1058,7 +1058,7 @@ class JavaManagementServiceClient(object):
1058
1058
  :rtype: :class:`~oci.response.Response`
1059
1059
 
1060
1060
  :example:
1061
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/delete_crypto_analysis_result.py.html>`__ to see an example of how to use delete_crypto_analysis_result API.
1061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/delete_crypto_analysis_result.py.html>`__ to see an example of how to use delete_crypto_analysis_result API.
1062
1062
  """
1063
1063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1064
1064
  required_arguments = ['fleetId', 'cryptoAnalysisResultId']
@@ -1169,7 +1169,7 @@ class JavaManagementServiceClient(object):
1169
1169
  :rtype: :class:`~oci.response.Response`
1170
1170
 
1171
1171
  :example:
1172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/delete_drs_file.py.html>`__ to see an example of how to use delete_drs_file API.
1172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/delete_drs_file.py.html>`__ to see an example of how to use delete_drs_file API.
1173
1173
  """
1174
1174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1175
1175
  required_arguments = ['fleetId', 'drsFileKey']
@@ -1277,7 +1277,7 @@ class JavaManagementServiceClient(object):
1277
1277
  :rtype: :class:`~oci.response.Response`
1278
1278
 
1279
1279
  :example:
1280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/delete_fleet.py.html>`__ to see an example of how to use delete_fleet API.
1280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/delete_fleet.py.html>`__ to see an example of how to use delete_fleet API.
1281
1281
  """
1282
1282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1283
1283
  required_arguments = ['fleetId']
@@ -1387,7 +1387,7 @@ class JavaManagementServiceClient(object):
1387
1387
  :rtype: :class:`~oci.response.Response`
1388
1388
 
1389
1389
  :example:
1390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/delete_java_migration_analysis_result.py.html>`__ to see an example of how to use delete_java_migration_analysis_result API.
1390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/delete_java_migration_analysis_result.py.html>`__ to see an example of how to use delete_java_migration_analysis_result API.
1391
1391
  """
1392
1392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1393
1393
  required_arguments = ['fleetId', 'javaMigrationAnalysisResultId']
@@ -1496,7 +1496,7 @@ class JavaManagementServiceClient(object):
1496
1496
  :rtype: :class:`~oci.response.Response`
1497
1497
 
1498
1498
  :example:
1499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/delete_jms_plugin.py.html>`__ to see an example of how to use delete_jms_plugin API.
1499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/delete_jms_plugin.py.html>`__ to see an example of how to use delete_jms_plugin API.
1500
1500
  """
1501
1501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1502
1502
  required_arguments = ['jmsPluginId']
@@ -1606,7 +1606,7 @@ class JavaManagementServiceClient(object):
1606
1606
  :rtype: :class:`~oci.response.Response`
1607
1607
 
1608
1608
  :example:
1609
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/delete_performance_tuning_analysis_result.py.html>`__ to see an example of how to use delete_performance_tuning_analysis_result API.
1609
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/delete_performance_tuning_analysis_result.py.html>`__ to see an example of how to use delete_performance_tuning_analysis_result API.
1610
1610
  """
1611
1611
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1612
1612
  required_arguments = ['fleetId', 'performanceTuningAnalysisResultId']
@@ -1724,7 +1724,7 @@ class JavaManagementServiceClient(object):
1724
1724
  :rtype: :class:`~oci.response.Response`
1725
1725
 
1726
1726
  :example:
1727
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/disable_drs.py.html>`__ to see an example of how to use disable_drs API.
1727
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/disable_drs.py.html>`__ to see an example of how to use disable_drs API.
1728
1728
  """
1729
1729
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1730
1730
  required_arguments = ['fleetId']
@@ -1846,7 +1846,7 @@ class JavaManagementServiceClient(object):
1846
1846
  :rtype: :class:`~oci.response.Response`
1847
1847
 
1848
1848
  :example:
1849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/enable_drs.py.html>`__ to see an example of how to use enable_drs API.
1849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/enable_drs.py.html>`__ to see an example of how to use enable_drs API.
1850
1850
  """
1851
1851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1852
1852
  required_arguments = ['fleetId']
@@ -1954,7 +1954,7 @@ class JavaManagementServiceClient(object):
1954
1954
  :rtype: :class:`~oci.response.Response`
1955
1955
 
1956
1956
  :example:
1957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/generate_agent_deploy_script.py.html>`__ to see an example of how to use generate_agent_deploy_script API.
1957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/generate_agent_deploy_script.py.html>`__ to see an example of how to use generate_agent_deploy_script API.
1958
1958
  """
1959
1959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1960
1960
  required_arguments = ['fleetId']
@@ -2054,7 +2054,7 @@ class JavaManagementServiceClient(object):
2054
2054
  :rtype: :class:`~oci.response.Response`
2055
2055
 
2056
2056
  :example:
2057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/generate_agent_installer_configuration.py.html>`__ to see an example of how to use generate_agent_installer_configuration API.
2057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/generate_agent_installer_configuration.py.html>`__ to see an example of how to use generate_agent_installer_configuration API.
2058
2058
  """
2059
2059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2060
2060
  required_arguments = []
@@ -2147,7 +2147,7 @@ class JavaManagementServiceClient(object):
2147
2147
  :rtype: :class:`~oci.response.Response`
2148
2148
 
2149
2149
  :example:
2150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/generate_load_pipeline_script.py.html>`__ to see an example of how to use generate_load_pipeline_script API.
2150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/generate_load_pipeline_script.py.html>`__ to see an example of how to use generate_load_pipeline_script API.
2151
2151
  """
2152
2152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2153
2153
  required_arguments = ['fleetId']
@@ -2252,7 +2252,7 @@ class JavaManagementServiceClient(object):
2252
2252
  :rtype: :class:`~oci.response.Response`
2253
2253
 
2254
2254
  :example:
2255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_crypto_analysis_result.py.html>`__ to see an example of how to use get_crypto_analysis_result API.
2255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_crypto_analysis_result.py.html>`__ to see an example of how to use get_crypto_analysis_result API.
2256
2256
  """
2257
2257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2258
2258
  required_arguments = ['fleetId', 'cryptoAnalysisResultId']
@@ -2359,7 +2359,7 @@ class JavaManagementServiceClient(object):
2359
2359
  :rtype: :class:`~oci.response.Response`
2360
2360
 
2361
2361
  :example:
2362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_drs_file.py.html>`__ to see an example of how to use get_drs_file API.
2362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_drs_file.py.html>`__ to see an example of how to use get_drs_file API.
2363
2363
  """
2364
2364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2365
2365
  required_arguments = ['fleetId', 'drsFileKey']
@@ -2468,7 +2468,7 @@ class JavaManagementServiceClient(object):
2468
2468
  :rtype: :class:`~oci.response.Response`
2469
2469
 
2470
2470
  :example:
2471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_export_setting.py.html>`__ to see an example of how to use get_export_setting API.
2471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_export_setting.py.html>`__ to see an example of how to use get_export_setting API.
2472
2472
  """
2473
2473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2474
2474
  required_arguments = ['fleetId']
@@ -2568,7 +2568,7 @@ class JavaManagementServiceClient(object):
2568
2568
  :rtype: :class:`~oci.response.Response`
2569
2569
 
2570
2570
  :example:
2571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_export_status.py.html>`__ to see an example of how to use get_export_status API.
2571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_export_status.py.html>`__ to see an example of how to use get_export_status API.
2572
2572
  """
2573
2573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2574
2574
  required_arguments = ['fleetId']
@@ -2668,7 +2668,7 @@ class JavaManagementServiceClient(object):
2668
2668
  :rtype: :class:`~oci.response.Response`
2669
2669
 
2670
2670
  :example:
2671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_fleet.py.html>`__ to see an example of how to use get_fleet API.
2671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_fleet.py.html>`__ to see an example of how to use get_fleet API.
2672
2672
  """
2673
2673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2674
2674
  required_arguments = ['fleetId']
@@ -2775,7 +2775,7 @@ class JavaManagementServiceClient(object):
2775
2775
  :rtype: :class:`~oci.response.Response`
2776
2776
 
2777
2777
  :example:
2778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_fleet_advanced_feature_configuration.py.html>`__ to see an example of how to use get_fleet_advanced_feature_configuration API.
2778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_fleet_advanced_feature_configuration.py.html>`__ to see an example of how to use get_fleet_advanced_feature_configuration API.
2779
2779
  """
2780
2780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2781
2781
  required_arguments = ['fleetId']
@@ -2877,7 +2877,7 @@ class JavaManagementServiceClient(object):
2877
2877
  :rtype: :class:`~oci.response.Response`
2878
2878
 
2879
2879
  :example:
2880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_fleet_agent_configuration.py.html>`__ to see an example of how to use get_fleet_agent_configuration API.
2880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_fleet_agent_configuration.py.html>`__ to see an example of how to use get_fleet_agent_configuration API.
2881
2881
  """
2882
2882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2883
2883
  required_arguments = ['fleetId']
@@ -2975,7 +2975,7 @@ class JavaManagementServiceClient(object):
2975
2975
  :rtype: :class:`~oci.response.Response`
2976
2976
 
2977
2977
  :example:
2978
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_java_family.py.html>`__ to see an example of how to use get_java_family API.
2978
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_java_family.py.html>`__ to see an example of how to use get_java_family API.
2979
2979
  """
2980
2980
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2981
2981
  required_arguments = ['familyVersion']
@@ -3078,7 +3078,7 @@ class JavaManagementServiceClient(object):
3078
3078
  :rtype: :class:`~oci.response.Response`
3079
3079
 
3080
3080
  :example:
3081
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_java_migration_analysis_result.py.html>`__ to see an example of how to use get_java_migration_analysis_result API.
3081
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_java_migration_analysis_result.py.html>`__ to see an example of how to use get_java_migration_analysis_result API.
3082
3082
  """
3083
3083
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3084
3084
  required_arguments = ['fleetId', 'javaMigrationAnalysisResultId']
@@ -3177,7 +3177,7 @@ class JavaManagementServiceClient(object):
3177
3177
  :rtype: :class:`~oci.response.Response`
3178
3178
 
3179
3179
  :example:
3180
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_java_release.py.html>`__ to see an example of how to use get_java_release API.
3180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_java_release.py.html>`__ to see an example of how to use get_java_release API.
3181
3181
  """
3182
3182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3183
3183
  required_arguments = ['releaseVersion']
@@ -3277,7 +3277,7 @@ class JavaManagementServiceClient(object):
3277
3277
  :rtype: :class:`~oci.response.Response`
3278
3278
 
3279
3279
  :example:
3280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_jms_plugin.py.html>`__ to see an example of how to use get_jms_plugin API.
3280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_jms_plugin.py.html>`__ to see an example of how to use get_jms_plugin API.
3281
3281
  """
3282
3282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3283
3283
  required_arguments = ['jmsPluginId']
@@ -3380,7 +3380,7 @@ class JavaManagementServiceClient(object):
3380
3380
  :rtype: :class:`~oci.response.Response`
3381
3381
 
3382
3382
  :example:
3383
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_performance_tuning_analysis_result.py.html>`__ to see an example of how to use get_performance_tuning_analysis_result API.
3383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_performance_tuning_analysis_result.py.html>`__ to see an example of how to use get_performance_tuning_analysis_result API.
3384
3384
  """
3385
3385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3386
3386
  required_arguments = ['fleetId', 'performanceTuningAnalysisResultId']
@@ -3481,7 +3481,7 @@ class JavaManagementServiceClient(object):
3481
3481
  :rtype: :class:`~oci.response.Response`
3482
3482
 
3483
3483
  :example:
3484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
3485
3485
  """
3486
3486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3487
3487
  required_arguments = ['workRequestId']
@@ -3612,7 +3612,7 @@ class JavaManagementServiceClient(object):
3612
3612
  :rtype: :class:`~oci.response.Response`
3613
3613
 
3614
3614
  :example:
3615
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_agent_installers.py.html>`__ to see an example of how to use list_agent_installers API.
3615
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_agent_installers.py.html>`__ to see an example of how to use list_agent_installers API.
3616
3616
  """
3617
3617
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3618
3618
  required_arguments = []
@@ -3775,7 +3775,7 @@ class JavaManagementServiceClient(object):
3775
3775
  :rtype: :class:`~oci.response.Response`
3776
3776
 
3777
3777
  :example:
3778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_announcements.py.html>`__ to see an example of how to use list_announcements API.
3778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_announcements.py.html>`__ to see an example of how to use list_announcements API.
3779
3779
  """
3780
3780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3781
3781
  required_arguments = []
@@ -3923,7 +3923,7 @@ class JavaManagementServiceClient(object):
3923
3923
  :rtype: :class:`~oci.response.Response`
3924
3924
 
3925
3925
  :example:
3926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_blocklists.py.html>`__ to see an example of how to use list_blocklists API.
3926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_blocklists.py.html>`__ to see an example of how to use list_blocklists API.
3927
3927
  """
3928
3928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3929
3929
  required_arguments = ['fleetId']
@@ -4116,7 +4116,7 @@ class JavaManagementServiceClient(object):
4116
4116
  :rtype: :class:`~oci.response.Response`
4117
4117
 
4118
4118
  :example:
4119
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_crypto_analysis_results.py.html>`__ to see an example of how to use list_crypto_analysis_results API.
4119
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_crypto_analysis_results.py.html>`__ to see an example of how to use list_crypto_analysis_results API.
4120
4120
  """
4121
4121
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4122
4122
  required_arguments = ['fleetId']
@@ -4287,7 +4287,7 @@ class JavaManagementServiceClient(object):
4287
4287
  :rtype: :class:`~oci.response.Response`
4288
4288
 
4289
4289
  :example:
4290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_drs_files.py.html>`__ to see an example of how to use list_drs_files API.
4290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_drs_files.py.html>`__ to see an example of how to use list_drs_files API.
4291
4291
  """
4292
4292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4293
4293
  required_arguments = ['fleetId']
@@ -4421,7 +4421,7 @@ class JavaManagementServiceClient(object):
4421
4421
  :rtype: :class:`~oci.response.Response`
4422
4422
 
4423
4423
  :example:
4424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_fleet_diagnoses.py.html>`__ to see an example of how to use list_fleet_diagnoses API.
4424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_fleet_diagnoses.py.html>`__ to see an example of how to use list_fleet_diagnoses API.
4425
4425
  """
4426
4426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4427
4427
  required_arguments = ['fleetId']
@@ -4502,6 +4502,172 @@ class JavaManagementServiceClient(object):
4502
4502
  api_reference_link=api_reference_link,
4503
4503
  required_arguments=required_arguments)
4504
4504
 
4505
+ def list_fleet_errors(self, **kwargs):
4506
+ """
4507
+ Returns a list of fleet errors that describe all detected errors.
4508
+
4509
+
4510
+ :param str compartment_id: (optional)
4511
+ The `OCID`__ of the compartment in which to list resources.
4512
+
4513
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4514
+
4515
+ :param bool compartment_id_in_subtree: (optional)
4516
+ Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
4517
+
4518
+ :param str fleet_id: (optional)
4519
+ The ID of the Fleet.
4520
+
4521
+ :param datetime time_first_seen_less_than_or_equal_to: (optional)
4522
+ If specified, only errors with a first seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
4523
+
4524
+ :param datetime time_first_seen_greater_than_or_equal_to: (optional)
4525
+ If specified, only errors with a first seen time later than this parameter will be included in the search (formatted according to RFC3339).
4526
+
4527
+ :param datetime time_last_seen_less_than_or_equal_to: (optional)
4528
+ If specified, only errors with a last seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
4529
+
4530
+ :param datetime time_last_seen_greater_than_or_equal_to: (optional)
4531
+ If specified, only errors with a last seen time later than this parameter will be included in the search (formatted according to RFC3339).
4532
+
4533
+ :param int limit: (optional)
4534
+ The maximum number of items to return.
4535
+
4536
+ :param str page: (optional)
4537
+ The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
4538
+
4539
+ :param str sort_by: (optional)
4540
+ The field to sort FleetError. Only one sort order may be provided.
4541
+ Default order is **descending**.
4542
+ If no value is specified _timeLastSeen_ is default.
4543
+
4544
+ Allowed values are: "TIME_FIRST_SEEN", "TIME_LAST_SEEN"
4545
+
4546
+ :param str sort_order: (optional)
4547
+ The sort order, either 'asc' or 'desc'.
4548
+
4549
+ Allowed values are: "ASC", "DESC"
4550
+
4551
+ :param str opc_request_id: (optional)
4552
+ The client request ID for tracing.
4553
+
4554
+ :param obj retry_strategy: (optional)
4555
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
4556
+
4557
+ 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.
4558
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
4559
+
4560
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
4561
+
4562
+ :param bool allow_control_chars: (optional)
4563
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
4564
+ By default, the response will not allow control characters in strings
4565
+
4566
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.jms.models.FleetErrorCollection`
4567
+ :rtype: :class:`~oci.response.Response`
4568
+
4569
+ :example:
4570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_fleet_errors.py.html>`__ to see an example of how to use list_fleet_errors API.
4571
+ """
4572
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4573
+ required_arguments = []
4574
+ resource_path = "/fleetErrors"
4575
+ method = "GET"
4576
+ operation_name = "list_fleet_errors"
4577
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetErrorSummary/ListFleetErrors"
4578
+
4579
+ # Don't accept unknown kwargs
4580
+ expected_kwargs = [
4581
+ "allow_control_chars",
4582
+ "retry_strategy",
4583
+ "compartment_id",
4584
+ "compartment_id_in_subtree",
4585
+ "fleet_id",
4586
+ "time_first_seen_less_than_or_equal_to",
4587
+ "time_first_seen_greater_than_or_equal_to",
4588
+ "time_last_seen_less_than_or_equal_to",
4589
+ "time_last_seen_greater_than_or_equal_to",
4590
+ "limit",
4591
+ "page",
4592
+ "sort_by",
4593
+ "sort_order",
4594
+ "opc_request_id"
4595
+ ]
4596
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
4597
+ if extra_kwargs:
4598
+ raise ValueError(
4599
+ f"list_fleet_errors got unknown kwargs: {extra_kwargs!r}")
4600
+
4601
+ if 'sort_by' in kwargs:
4602
+ sort_by_allowed_values = ["TIME_FIRST_SEEN", "TIME_LAST_SEEN"]
4603
+ if kwargs['sort_by'] not in sort_by_allowed_values:
4604
+ raise ValueError(
4605
+ f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
4606
+ )
4607
+
4608
+ if 'sort_order' in kwargs:
4609
+ sort_order_allowed_values = ["ASC", "DESC"]
4610
+ if kwargs['sort_order'] not in sort_order_allowed_values:
4611
+ raise ValueError(
4612
+ f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
4613
+ )
4614
+
4615
+ query_params = {
4616
+ "compartmentId": kwargs.get("compartment_id", missing),
4617
+ "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
4618
+ "fleetId": kwargs.get("fleet_id", missing),
4619
+ "timeFirstSeenLessThanOrEqualTo": kwargs.get("time_first_seen_less_than_or_equal_to", missing),
4620
+ "timeFirstSeenGreaterThanOrEqualTo": kwargs.get("time_first_seen_greater_than_or_equal_to", missing),
4621
+ "timeLastSeenLessThanOrEqualTo": kwargs.get("time_last_seen_less_than_or_equal_to", missing),
4622
+ "timeLastSeenGreaterThanOrEqualTo": kwargs.get("time_last_seen_greater_than_or_equal_to", missing),
4623
+ "limit": kwargs.get("limit", missing),
4624
+ "page": kwargs.get("page", missing),
4625
+ "sortBy": kwargs.get("sort_by", missing),
4626
+ "sortOrder": kwargs.get("sort_order", missing)
4627
+ }
4628
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
4629
+
4630
+ header_params = {
4631
+ "accept": "application/json",
4632
+ "content-type": "application/json",
4633
+ "opc-request-id": kwargs.get("opc_request_id", missing)
4634
+ }
4635
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
4636
+
4637
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
4638
+ operation_retry_strategy=kwargs.get('retry_strategy'),
4639
+ client_retry_strategy=self.retry_strategy
4640
+ )
4641
+ if retry_strategy is None:
4642
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
4643
+
4644
+ if retry_strategy:
4645
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
4646
+ self.base_client.add_opc_client_retries_header(header_params)
4647
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
4648
+ return retry_strategy.make_retrying_call(
4649
+ self.base_client.call_api,
4650
+ resource_path=resource_path,
4651
+ method=method,
4652
+ query_params=query_params,
4653
+ header_params=header_params,
4654
+ response_type="FleetErrorCollection",
4655
+ allow_control_chars=kwargs.get('allow_control_chars'),
4656
+ operation_name=operation_name,
4657
+ api_reference_link=api_reference_link,
4658
+ required_arguments=required_arguments)
4659
+ else:
4660
+ return self.base_client.call_api(
4661
+ resource_path=resource_path,
4662
+ method=method,
4663
+ query_params=query_params,
4664
+ header_params=header_params,
4665
+ response_type="FleetErrorCollection",
4666
+ allow_control_chars=kwargs.get('allow_control_chars'),
4667
+ operation_name=operation_name,
4668
+ api_reference_link=api_reference_link,
4669
+ required_arguments=required_arguments)
4670
+
4505
4671
  def list_fleets(self, **kwargs):
4506
4672
  """
4507
4673
  Returns a list of all the Fleets contained by a compartment. The query parameter `compartmentId`
@@ -4566,7 +4732,7 @@ class JavaManagementServiceClient(object):
4566
4732
  :rtype: :class:`~oci.response.Response`
4567
4733
 
4568
4734
  :example:
4569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_fleets.py.html>`__ to see an example of how to use list_fleets API.
4735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_fleets.py.html>`__ to see an example of how to use list_fleets API.
4570
4736
  """
4571
4737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4572
4738
  required_arguments = []
@@ -4759,7 +4925,7 @@ class JavaManagementServiceClient(object):
4759
4925
  :rtype: :class:`~oci.response.Response`
4760
4926
 
4761
4927
  :example:
4762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_installation_sites.py.html>`__ to see an example of how to use list_installation_sites API.
4928
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_installation_sites.py.html>`__ to see an example of how to use list_installation_sites API.
4763
4929
  """
4764
4930
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4765
4931
  required_arguments = ['fleetId']
@@ -4945,7 +5111,7 @@ class JavaManagementServiceClient(object):
4945
5111
  :rtype: :class:`~oci.response.Response`
4946
5112
 
4947
5113
  :example:
4948
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_java_families.py.html>`__ to see an example of how to use list_java_families API.
5114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_java_families.py.html>`__ to see an example of how to use list_java_families API.
4949
5115
  """
4950
5116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4951
5117
  required_arguments = []
@@ -5106,7 +5272,7 @@ class JavaManagementServiceClient(object):
5106
5272
  :rtype: :class:`~oci.response.Response`
5107
5273
 
5108
5274
  :example:
5109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_java_migration_analysis_results.py.html>`__ to see an example of how to use list_java_migration_analysis_results API.
5275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_java_migration_analysis_results.py.html>`__ to see an example of how to use list_java_migration_analysis_results API.
5110
5276
  """
5111
5277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5112
5278
  required_arguments = ['fleetId']
@@ -5276,7 +5442,7 @@ class JavaManagementServiceClient(object):
5276
5442
  :rtype: :class:`~oci.response.Response`
5277
5443
 
5278
5444
  :example:
5279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_java_releases.py.html>`__ to see an example of how to use list_java_releases API.
5445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_java_releases.py.html>`__ to see an example of how to use list_java_releases API.
5280
5446
  """
5281
5447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5282
5448
  required_arguments = []
@@ -5430,6 +5596,11 @@ class JavaManagementServiceClient(object):
5430
5596
 
5431
5597
  Allowed values are: "ACTIVE", "SILENT", "NOT_AVAILABLE"
5432
5598
 
5599
+ :param str agent_type: (optional)
5600
+ Filter JmsPlugin with agent type.
5601
+
5602
+ Allowed values are: "OMA", "OCA"
5603
+
5433
5604
  :param datetime time_registered_less_than_or_equal_to: (optional)
5434
5605
  If present, only plugins with a registration time before this parameter are searched (formatted according to `RFC3339`__).
5435
5606
 
@@ -5480,7 +5651,7 @@ class JavaManagementServiceClient(object):
5480
5651
  :rtype: :class:`~oci.response.Response`
5481
5652
 
5482
5653
  :example:
5483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_jms_plugins.py.html>`__ to see an example of how to use list_jms_plugins API.
5654
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_jms_plugins.py.html>`__ to see an example of how to use list_jms_plugins API.
5484
5655
  """
5485
5656
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5486
5657
  required_arguments = []
@@ -5500,6 +5671,7 @@ class JavaManagementServiceClient(object):
5500
5671
  "agent_id",
5501
5672
  "lifecycle_state",
5502
5673
  "availability_status",
5674
+ "agent_type",
5503
5675
  "time_registered_less_than_or_equal_to",
5504
5676
  "time_last_seen_less_than_or_equal_to",
5505
5677
  "limit",
@@ -5528,6 +5700,13 @@ class JavaManagementServiceClient(object):
5528
5700
  f"Invalid value for `availability_status`, must be one of { availability_status_allowed_values }"
5529
5701
  )
5530
5702
 
5703
+ if 'agent_type' in kwargs:
5704
+ agent_type_allowed_values = ["OMA", "OCA"]
5705
+ if kwargs['agent_type'] not in agent_type_allowed_values:
5706
+ raise ValueError(
5707
+ f"Invalid value for `agent_type`, must be one of { agent_type_allowed_values }"
5708
+ )
5709
+
5531
5710
  if 'sort_order' in kwargs:
5532
5711
  sort_order_allowed_values = ["ASC", "DESC"]
5533
5712
  if kwargs['sort_order'] not in sort_order_allowed_values:
@@ -5550,6 +5729,7 @@ class JavaManagementServiceClient(object):
5550
5729
  "agentId": kwargs.get("agent_id", missing),
5551
5730
  "lifecycleState": kwargs.get("lifecycle_state", missing),
5552
5731
  "availabilityStatus": kwargs.get("availability_status", missing),
5732
+ "agentType": kwargs.get("agent_type", missing),
5553
5733
  "timeRegisteredLessThanOrEqualTo": kwargs.get("time_registered_less_than_or_equal_to", missing),
5554
5734
  "timeLastSeenLessThanOrEqualTo": kwargs.get("time_last_seen_less_than_or_equal_to", missing),
5555
5735
  "limit": kwargs.get("limit", missing),
@@ -5672,7 +5852,7 @@ class JavaManagementServiceClient(object):
5672
5852
  :rtype: :class:`~oci.response.Response`
5673
5853
 
5674
5854
  :example:
5675
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_jre_usage.py.html>`__ to see an example of how to use list_jre_usage API.
5855
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_jre_usage.py.html>`__ to see an example of how to use list_jre_usage API.
5676
5856
  """
5677
5857
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5678
5858
  required_arguments = []
@@ -5787,6 +5967,9 @@ class JavaManagementServiceClient(object):
5787
5967
  :param str application_id: (optional)
5788
5968
  The Fleet-unique identifier of the related application.
5789
5969
 
5970
+ :param str application_name: (optional)
5971
+ The name of the application.
5972
+
5790
5973
  :param str host_name: (optional)
5791
5974
  The host `OCID`__ of the managed instance.
5792
5975
 
@@ -5840,7 +6023,7 @@ class JavaManagementServiceClient(object):
5840
6023
  :rtype: :class:`~oci.response.Response`
5841
6024
 
5842
6025
  :example:
5843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_performance_tuning_analysis_results.py.html>`__ to see an example of how to use list_performance_tuning_analysis_results API.
6026
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_performance_tuning_analysis_results.py.html>`__ to see an example of how to use list_performance_tuning_analysis_results API.
5844
6027
  """
5845
6028
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5846
6029
  required_arguments = ['fleetId']
@@ -5855,6 +6038,7 @@ class JavaManagementServiceClient(object):
5855
6038
  "retry_strategy",
5856
6039
  "managed_instance_id",
5857
6040
  "application_id",
6041
+ "application_name",
5858
6042
  "host_name",
5859
6043
  "time_start",
5860
6044
  "time_end",
@@ -5896,6 +6080,7 @@ class JavaManagementServiceClient(object):
5896
6080
  query_params = {
5897
6081
  "managedInstanceId": kwargs.get("managed_instance_id", missing),
5898
6082
  "applicationId": kwargs.get("application_id", missing),
6083
+ "applicationName": kwargs.get("application_name", missing),
5899
6084
  "hostName": kwargs.get("host_name", missing),
5900
6085
  "timeStart": kwargs.get("time_start", missing),
5901
6086
  "timeEnd": kwargs.get("time_end", missing),
@@ -5949,6 +6134,172 @@ class JavaManagementServiceClient(object):
5949
6134
  api_reference_link=api_reference_link,
5950
6135
  required_arguments=required_arguments)
5951
6136
 
6137
+ def list_plugin_errors(self, **kwargs):
6138
+ """
6139
+ Returns a list of plugin errors that describe all detected errors.
6140
+
6141
+
6142
+ :param str compartment_id: (optional)
6143
+ The `OCID`__ of the compartment in which to list resources.
6144
+
6145
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
6146
+
6147
+ :param bool compartment_id_in_subtree: (optional)
6148
+ Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
6149
+
6150
+ :param str managed_instance_id: (optional)
6151
+ The Fleet-unique identifier of the managed instance.
6152
+
6153
+ :param datetime time_first_seen_less_than_or_equal_to: (optional)
6154
+ If specified, only errors with a first seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
6155
+
6156
+ :param datetime time_first_seen_greater_than_or_equal_to: (optional)
6157
+ If specified, only errors with a first seen time later than this parameter will be included in the search (formatted according to RFC3339).
6158
+
6159
+ :param datetime time_last_seen_less_than_or_equal_to: (optional)
6160
+ If specified, only errors with a last seen time earlier than this parameter will be included in the search (formatted according to RFC3339).
6161
+
6162
+ :param datetime time_last_seen_greater_than_or_equal_to: (optional)
6163
+ If specified, only errors with a last seen time later than this parameter will be included in the search (formatted according to RFC3339).
6164
+
6165
+ :param int limit: (optional)
6166
+ The maximum number of items to return.
6167
+
6168
+ :param str page: (optional)
6169
+ The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
6170
+
6171
+ :param str sort_by: (optional)
6172
+ The field to sort PluginError. Only one sort order may be provided.
6173
+ Default order is **descending**.
6174
+ If no value is specified _timeLastSeen_ is default.
6175
+
6176
+ Allowed values are: "TIME_FIRST_SEEN", "TIME_LAST_SEEN"
6177
+
6178
+ :param str sort_order: (optional)
6179
+ The sort order, either 'asc' or 'desc'.
6180
+
6181
+ Allowed values are: "ASC", "DESC"
6182
+
6183
+ :param str opc_request_id: (optional)
6184
+ The client request ID for tracing.
6185
+
6186
+ :param obj retry_strategy: (optional)
6187
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
6188
+
6189
+ 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.
6190
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
6191
+
6192
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
6193
+
6194
+ :param bool allow_control_chars: (optional)
6195
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
6196
+ By default, the response will not allow control characters in strings
6197
+
6198
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.jms.models.PluginErrorCollection`
6199
+ :rtype: :class:`~oci.response.Response`
6200
+
6201
+ :example:
6202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_plugin_errors.py.html>`__ to see an example of how to use list_plugin_errors API.
6203
+ """
6204
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6205
+ required_arguments = []
6206
+ resource_path = "/pluginErrors"
6207
+ method = "GET"
6208
+ operation_name = "list_plugin_errors"
6209
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PluginErrorSummary/ListPluginErrors"
6210
+
6211
+ # Don't accept unknown kwargs
6212
+ expected_kwargs = [
6213
+ "allow_control_chars",
6214
+ "retry_strategy",
6215
+ "compartment_id",
6216
+ "compartment_id_in_subtree",
6217
+ "managed_instance_id",
6218
+ "time_first_seen_less_than_or_equal_to",
6219
+ "time_first_seen_greater_than_or_equal_to",
6220
+ "time_last_seen_less_than_or_equal_to",
6221
+ "time_last_seen_greater_than_or_equal_to",
6222
+ "limit",
6223
+ "page",
6224
+ "sort_by",
6225
+ "sort_order",
6226
+ "opc_request_id"
6227
+ ]
6228
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
6229
+ if extra_kwargs:
6230
+ raise ValueError(
6231
+ f"list_plugin_errors got unknown kwargs: {extra_kwargs!r}")
6232
+
6233
+ if 'sort_by' in kwargs:
6234
+ sort_by_allowed_values = ["TIME_FIRST_SEEN", "TIME_LAST_SEEN"]
6235
+ if kwargs['sort_by'] not in sort_by_allowed_values:
6236
+ raise ValueError(
6237
+ f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
6238
+ )
6239
+
6240
+ if 'sort_order' in kwargs:
6241
+ sort_order_allowed_values = ["ASC", "DESC"]
6242
+ if kwargs['sort_order'] not in sort_order_allowed_values:
6243
+ raise ValueError(
6244
+ f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
6245
+ )
6246
+
6247
+ query_params = {
6248
+ "compartmentId": kwargs.get("compartment_id", missing),
6249
+ "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
6250
+ "managedInstanceId": kwargs.get("managed_instance_id", missing),
6251
+ "timeFirstSeenLessThanOrEqualTo": kwargs.get("time_first_seen_less_than_or_equal_to", missing),
6252
+ "timeFirstSeenGreaterThanOrEqualTo": kwargs.get("time_first_seen_greater_than_or_equal_to", missing),
6253
+ "timeLastSeenLessThanOrEqualTo": kwargs.get("time_last_seen_less_than_or_equal_to", missing),
6254
+ "timeLastSeenGreaterThanOrEqualTo": kwargs.get("time_last_seen_greater_than_or_equal_to", missing),
6255
+ "limit": kwargs.get("limit", missing),
6256
+ "page": kwargs.get("page", missing),
6257
+ "sortBy": kwargs.get("sort_by", missing),
6258
+ "sortOrder": kwargs.get("sort_order", missing)
6259
+ }
6260
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
6261
+
6262
+ header_params = {
6263
+ "accept": "application/json",
6264
+ "content-type": "application/json",
6265
+ "opc-request-id": kwargs.get("opc_request_id", missing)
6266
+ }
6267
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
6268
+
6269
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
6270
+ operation_retry_strategy=kwargs.get('retry_strategy'),
6271
+ client_retry_strategy=self.retry_strategy
6272
+ )
6273
+ if retry_strategy is None:
6274
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
6275
+
6276
+ if retry_strategy:
6277
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
6278
+ self.base_client.add_opc_client_retries_header(header_params)
6279
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
6280
+ return retry_strategy.make_retrying_call(
6281
+ self.base_client.call_api,
6282
+ resource_path=resource_path,
6283
+ method=method,
6284
+ query_params=query_params,
6285
+ header_params=header_params,
6286
+ response_type="PluginErrorCollection",
6287
+ allow_control_chars=kwargs.get('allow_control_chars'),
6288
+ operation_name=operation_name,
6289
+ api_reference_link=api_reference_link,
6290
+ required_arguments=required_arguments)
6291
+ else:
6292
+ return self.base_client.call_api(
6293
+ resource_path=resource_path,
6294
+ method=method,
6295
+ query_params=query_params,
6296
+ header_params=header_params,
6297
+ response_type="PluginErrorCollection",
6298
+ allow_control_chars=kwargs.get('allow_control_chars'),
6299
+ operation_name=operation_name,
6300
+ api_reference_link=api_reference_link,
6301
+ required_arguments=required_arguments)
6302
+
5952
6303
  def list_work_items(self, work_request_id, **kwargs):
5953
6304
  """
5954
6305
  Retrieve a paginated list of work items for a specified work request.
@@ -5984,7 +6335,7 @@ class JavaManagementServiceClient(object):
5984
6335
  :rtype: :class:`~oci.response.Response`
5985
6336
 
5986
6337
  :example:
5987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_work_items.py.html>`__ to see an example of how to use list_work_items API.
6338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_work_items.py.html>`__ to see an example of how to use list_work_items API.
5988
6339
  """
5989
6340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5990
6341
  required_arguments = ['workRequestId']
@@ -6100,7 +6451,7 @@ class JavaManagementServiceClient(object):
6100
6451
  :rtype: :class:`~oci.response.Response`
6101
6452
 
6102
6453
  :example:
6103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
6454
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
6104
6455
  """
6105
6456
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6106
6457
  required_arguments = ['workRequestId']
@@ -6216,7 +6567,7 @@ class JavaManagementServiceClient(object):
6216
6567
  :rtype: :class:`~oci.response.Response`
6217
6568
 
6218
6569
  :example:
6219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
6570
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
6220
6571
  """
6221
6572
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6222
6573
  required_arguments = ['workRequestId']
@@ -6353,7 +6704,7 @@ class JavaManagementServiceClient(object):
6353
6704
  :rtype: :class:`~oci.response.Response`
6354
6705
 
6355
6706
  :example:
6356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
6707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
6357
6708
  """
6358
6709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6359
6710
  required_arguments = []
@@ -6495,7 +6846,7 @@ class JavaManagementServiceClient(object):
6495
6846
  :rtype: :class:`~oci.response.Response`
6496
6847
 
6497
6848
  :example:
6498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/remove_fleet_installation_sites.py.html>`__ to see an example of how to use remove_fleet_installation_sites API.
6849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/remove_fleet_installation_sites.py.html>`__ to see an example of how to use remove_fleet_installation_sites API.
6499
6850
  """
6500
6851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6501
6852
  required_arguments = ['fleetId']
@@ -6603,7 +6954,7 @@ class JavaManagementServiceClient(object):
6603
6954
  :rtype: :class:`~oci.response.Response`
6604
6955
 
6605
6956
  :example:
6606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/request_crypto_analyses.py.html>`__ to see an example of how to use request_crypto_analyses API.
6957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/request_crypto_analyses.py.html>`__ to see an example of how to use request_crypto_analyses API.
6607
6958
  """
6608
6959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6609
6960
  required_arguments = ['fleetId']
@@ -6707,7 +7058,7 @@ class JavaManagementServiceClient(object):
6707
7058
  :rtype: :class:`~oci.response.Response`
6708
7059
 
6709
7060
  :example:
6710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/request_deployed_application_migration_analyses.py.html>`__ to see an example of how to use request_deployed_application_migration_analyses API.
7061
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/request_deployed_application_migration_analyses.py.html>`__ to see an example of how to use request_deployed_application_migration_analyses API.
6711
7062
  """
6712
7063
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6713
7064
  required_arguments = ['fleetId']
@@ -6811,7 +7162,7 @@ class JavaManagementServiceClient(object):
6811
7162
  :rtype: :class:`~oci.response.Response`
6812
7163
 
6813
7164
  :example:
6814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/request_java_migration_analyses.py.html>`__ to see an example of how to use request_java_migration_analyses API.
7165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/request_java_migration_analyses.py.html>`__ to see an example of how to use request_java_migration_analyses API.
6815
7166
  """
6816
7167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6817
7168
  required_arguments = ['fleetId']
@@ -6914,7 +7265,7 @@ class JavaManagementServiceClient(object):
6914
7265
  :rtype: :class:`~oci.response.Response`
6915
7266
 
6916
7267
  :example:
6917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/request_jfr_recordings.py.html>`__ to see an example of how to use request_jfr_recordings API.
7268
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/request_jfr_recordings.py.html>`__ to see an example of how to use request_jfr_recordings API.
6918
7269
  """
6919
7270
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6920
7271
  required_arguments = ['fleetId']
@@ -7018,7 +7369,7 @@ class JavaManagementServiceClient(object):
7018
7369
  :rtype: :class:`~oci.response.Response`
7019
7370
 
7020
7371
  :example:
7021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/request_performance_tuning_analyses.py.html>`__ to see an example of how to use request_performance_tuning_analyses API.
7372
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/request_performance_tuning_analyses.py.html>`__ to see an example of how to use request_performance_tuning_analyses API.
7022
7373
  """
7023
7374
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7024
7375
  required_arguments = ['fleetId']
@@ -7135,7 +7486,7 @@ class JavaManagementServiceClient(object):
7135
7486
  :rtype: :class:`~oci.response.Response`
7136
7487
 
7137
7488
  :example:
7138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/scan_java_server_usage.py.html>`__ to see an example of how to use scan_java_server_usage API.
7489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/scan_java_server_usage.py.html>`__ to see an example of how to use scan_java_server_usage API.
7139
7490
  """
7140
7491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7141
7492
  required_arguments = ['fleetId']
@@ -7257,7 +7608,7 @@ class JavaManagementServiceClient(object):
7257
7608
  :rtype: :class:`~oci.response.Response`
7258
7609
 
7259
7610
  :example:
7260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/scan_library_usage.py.html>`__ to see an example of how to use scan_library_usage API.
7611
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/scan_library_usage.py.html>`__ to see an example of how to use scan_library_usage API.
7261
7612
  """
7262
7613
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7263
7614
  required_arguments = ['fleetId']
@@ -7433,7 +7784,7 @@ class JavaManagementServiceClient(object):
7433
7784
  :rtype: :class:`~oci.response.Response`
7434
7785
 
7435
7786
  :example:
7436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_application_installation_usage.py.html>`__ to see an example of how to use summarize_application_installation_usage API.
7787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_application_installation_usage.py.html>`__ to see an example of how to use summarize_application_installation_usage API.
7437
7788
  """
7438
7789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7439
7790
  required_arguments = ['fleetId']
@@ -7671,7 +8022,7 @@ class JavaManagementServiceClient(object):
7671
8022
  :rtype: :class:`~oci.response.Response`
7672
8023
 
7673
8024
  :example:
7674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_application_usage.py.html>`__ to see an example of how to use summarize_application_usage API.
8025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_application_usage.py.html>`__ to see an example of how to use summarize_application_usage API.
7675
8026
  """
7676
8027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7677
8028
  required_arguments = ['fleetId']
@@ -7897,7 +8248,7 @@ class JavaManagementServiceClient(object):
7897
8248
  :rtype: :class:`~oci.response.Response`
7898
8249
 
7899
8250
  :example:
7900
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_deployed_application_installation_usage.py.html>`__ to see an example of how to use summarize_deployed_application_installation_usage API.
8251
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_deployed_application_installation_usage.py.html>`__ to see an example of how to use summarize_deployed_application_installation_usage API.
7901
8252
  """
7902
8253
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7903
8254
  required_arguments = ['fleetId']
@@ -8095,7 +8446,7 @@ class JavaManagementServiceClient(object):
8095
8446
  :rtype: :class:`~oci.response.Response`
8096
8447
 
8097
8448
  :example:
8098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_deployed_application_usage.py.html>`__ to see an example of how to use summarize_deployed_application_usage API.
8449
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_deployed_application_usage.py.html>`__ to see an example of how to use summarize_deployed_application_usage API.
8099
8450
  """
8100
8451
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8101
8452
  required_arguments = ['fleetId']
@@ -8212,6 +8563,117 @@ class JavaManagementServiceClient(object):
8212
8563
  api_reference_link=api_reference_link,
8213
8564
  required_arguments=required_arguments)
8214
8565
 
8566
+ def summarize_fleet_errors(self, **kwargs):
8567
+ """
8568
+ Returns a high level summary of FleetErrors.
8569
+
8570
+
8571
+ :param str compartment_id: (optional)
8572
+ The `OCID`__ of the compartment in which to list resources.
8573
+
8574
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
8575
+
8576
+ :param bool compartment_id_in_subtree: (optional)
8577
+ Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
8578
+
8579
+ :param int limit: (optional)
8580
+ The maximum number of items to return.
8581
+
8582
+ :param str page: (optional)
8583
+ The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
8584
+
8585
+ :param str opc_request_id: (optional)
8586
+ The client request ID for tracing.
8587
+
8588
+ :param obj retry_strategy: (optional)
8589
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
8590
+
8591
+ 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.
8592
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
8593
+
8594
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
8595
+
8596
+ :param bool allow_control_chars: (optional)
8597
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
8598
+ By default, the response will not allow control characters in strings
8599
+
8600
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.jms.models.FleetErrorAggregationCollection`
8601
+ :rtype: :class:`~oci.response.Response`
8602
+
8603
+ :example:
8604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_fleet_errors.py.html>`__ to see an example of how to use summarize_fleet_errors API.
8605
+ """
8606
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8607
+ required_arguments = []
8608
+ resource_path = "/fleetErrorAnalytics"
8609
+ method = "GET"
8610
+ operation_name = "summarize_fleet_errors"
8611
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/FleetErrorAggregation/SummarizeFleetErrors"
8612
+
8613
+ # Don't accept unknown kwargs
8614
+ expected_kwargs = [
8615
+ "allow_control_chars",
8616
+ "retry_strategy",
8617
+ "compartment_id",
8618
+ "compartment_id_in_subtree",
8619
+ "limit",
8620
+ "page",
8621
+ "opc_request_id"
8622
+ ]
8623
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
8624
+ if extra_kwargs:
8625
+ raise ValueError(
8626
+ f"summarize_fleet_errors got unknown kwargs: {extra_kwargs!r}")
8627
+
8628
+ query_params = {
8629
+ "compartmentId": kwargs.get("compartment_id", missing),
8630
+ "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
8631
+ "limit": kwargs.get("limit", missing),
8632
+ "page": kwargs.get("page", missing)
8633
+ }
8634
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
8635
+
8636
+ header_params = {
8637
+ "accept": "application/json",
8638
+ "content-type": "application/json",
8639
+ "opc-request-id": kwargs.get("opc_request_id", missing)
8640
+ }
8641
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
8642
+
8643
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
8644
+ operation_retry_strategy=kwargs.get('retry_strategy'),
8645
+ client_retry_strategy=self.retry_strategy
8646
+ )
8647
+ if retry_strategy is None:
8648
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
8649
+
8650
+ if retry_strategy:
8651
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
8652
+ self.base_client.add_opc_client_retries_header(header_params)
8653
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
8654
+ return retry_strategy.make_retrying_call(
8655
+ self.base_client.call_api,
8656
+ resource_path=resource_path,
8657
+ method=method,
8658
+ query_params=query_params,
8659
+ header_params=header_params,
8660
+ response_type="FleetErrorAggregationCollection",
8661
+ allow_control_chars=kwargs.get('allow_control_chars'),
8662
+ operation_name=operation_name,
8663
+ api_reference_link=api_reference_link,
8664
+ required_arguments=required_arguments)
8665
+ else:
8666
+ return self.base_client.call_api(
8667
+ resource_path=resource_path,
8668
+ method=method,
8669
+ query_params=query_params,
8670
+ header_params=header_params,
8671
+ response_type="FleetErrorAggregationCollection",
8672
+ allow_control_chars=kwargs.get('allow_control_chars'),
8673
+ operation_name=operation_name,
8674
+ api_reference_link=api_reference_link,
8675
+ required_arguments=required_arguments)
8676
+
8215
8677
  def summarize_installation_usage(self, fleet_id, **kwargs):
8216
8678
  """
8217
8679
  List Java installation usage in a Fleet filtered by query parameters.
@@ -8303,7 +8765,7 @@ class JavaManagementServiceClient(object):
8303
8765
  :rtype: :class:`~oci.response.Response`
8304
8766
 
8305
8767
  :example:
8306
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_installation_usage.py.html>`__ to see an example of how to use summarize_installation_usage API.
8768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_installation_usage.py.html>`__ to see an example of how to use summarize_installation_usage API.
8307
8769
  """
8308
8770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8309
8771
  required_arguments = ['fleetId']
@@ -8517,7 +8979,7 @@ class JavaManagementServiceClient(object):
8517
8979
  :rtype: :class:`~oci.response.Response`
8518
8980
 
8519
8981
  :example:
8520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_java_server_instance_usage.py.html>`__ to see an example of how to use summarize_java_server_instance_usage API.
8982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_java_server_instance_usage.py.html>`__ to see an example of how to use summarize_java_server_instance_usage API.
8521
8983
  """
8522
8984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8523
8985
  required_arguments = ['fleetId']
@@ -8702,7 +9164,7 @@ class JavaManagementServiceClient(object):
8702
9164
  :rtype: :class:`~oci.response.Response`
8703
9165
 
8704
9166
  :example:
8705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_java_server_usage.py.html>`__ to see an example of how to use summarize_java_server_usage API.
9167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_java_server_usage.py.html>`__ to see an example of how to use summarize_java_server_usage API.
8706
9168
  """
8707
9169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8708
9170
  required_arguments = ['fleetId']
@@ -8908,7 +9370,7 @@ class JavaManagementServiceClient(object):
8908
9370
  :rtype: :class:`~oci.response.Response`
8909
9371
 
8910
9372
  :example:
8911
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_jre_usage.py.html>`__ to see an example of how to use summarize_jre_usage API.
9373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_jre_usage.py.html>`__ to see an example of how to use summarize_jre_usage API.
8912
9374
  """
8913
9375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8914
9376
  required_arguments = ['fleetId']
@@ -9132,7 +9594,7 @@ class JavaManagementServiceClient(object):
9132
9594
  :rtype: :class:`~oci.response.Response`
9133
9595
 
9134
9596
  :example:
9135
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_library_usage.py.html>`__ to see an example of how to use summarize_library_usage API.
9597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_library_usage.py.html>`__ to see an example of how to use summarize_library_usage API.
9136
9598
  """
9137
9599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9138
9600
  required_arguments = ['fleetId']
@@ -9351,7 +9813,7 @@ class JavaManagementServiceClient(object):
9351
9813
  :rtype: :class:`~oci.response.Response`
9352
9814
 
9353
9815
  :example:
9354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_managed_instance_usage.py.html>`__ to see an example of how to use summarize_managed_instance_usage API.
9816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_managed_instance_usage.py.html>`__ to see an example of how to use summarize_managed_instance_usage API.
9355
9817
  """
9356
9818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9357
9819
  required_arguments = ['fleetId']
@@ -9499,6 +9961,117 @@ class JavaManagementServiceClient(object):
9499
9961
  api_reference_link=api_reference_link,
9500
9962
  required_arguments=required_arguments)
9501
9963
 
9964
+ def summarize_plugin_errors(self, **kwargs):
9965
+ """
9966
+ Returns a high level summary of PluginErrors.
9967
+
9968
+
9969
+ :param str compartment_id: (optional)
9970
+ The `OCID`__ of the compartment in which to list resources.
9971
+
9972
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
9973
+
9974
+ :param bool compartment_id_in_subtree: (optional)
9975
+ Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
9976
+
9977
+ :param int limit: (optional)
9978
+ The maximum number of items to return.
9979
+
9980
+ :param str page: (optional)
9981
+ The page token representing the page at which to start retrieving results. The token is usually retrieved from a previous list call.
9982
+
9983
+ :param str opc_request_id: (optional)
9984
+ The client request ID for tracing.
9985
+
9986
+ :param obj retry_strategy: (optional)
9987
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
9988
+
9989
+ 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.
9990
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
9991
+
9992
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
9993
+
9994
+ :param bool allow_control_chars: (optional)
9995
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
9996
+ By default, the response will not allow control characters in strings
9997
+
9998
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.jms.models.PluginErrorAggregationCollection`
9999
+ :rtype: :class:`~oci.response.Response`
10000
+
10001
+ :example:
10002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_plugin_errors.py.html>`__ to see an example of how to use summarize_plugin_errors API.
10003
+ """
10004
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10005
+ required_arguments = []
10006
+ resource_path = "/pluginErrorAnalytics"
10007
+ method = "GET"
10008
+ operation_name = "summarize_plugin_errors"
10009
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/jms/20210610/PluginErrorAggregation/SummarizePluginErrors"
10010
+
10011
+ # Don't accept unknown kwargs
10012
+ expected_kwargs = [
10013
+ "allow_control_chars",
10014
+ "retry_strategy",
10015
+ "compartment_id",
10016
+ "compartment_id_in_subtree",
10017
+ "limit",
10018
+ "page",
10019
+ "opc_request_id"
10020
+ ]
10021
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
10022
+ if extra_kwargs:
10023
+ raise ValueError(
10024
+ f"summarize_plugin_errors got unknown kwargs: {extra_kwargs!r}")
10025
+
10026
+ query_params = {
10027
+ "compartmentId": kwargs.get("compartment_id", missing),
10028
+ "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
10029
+ "limit": kwargs.get("limit", missing),
10030
+ "page": kwargs.get("page", missing)
10031
+ }
10032
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
10033
+
10034
+ header_params = {
10035
+ "accept": "application/json",
10036
+ "content-type": "application/json",
10037
+ "opc-request-id": kwargs.get("opc_request_id", missing)
10038
+ }
10039
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
10040
+
10041
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
10042
+ operation_retry_strategy=kwargs.get('retry_strategy'),
10043
+ client_retry_strategy=self.retry_strategy
10044
+ )
10045
+ if retry_strategy is None:
10046
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
10047
+
10048
+ if retry_strategy:
10049
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
10050
+ self.base_client.add_opc_client_retries_header(header_params)
10051
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
10052
+ return retry_strategy.make_retrying_call(
10053
+ self.base_client.call_api,
10054
+ resource_path=resource_path,
10055
+ method=method,
10056
+ query_params=query_params,
10057
+ header_params=header_params,
10058
+ response_type="PluginErrorAggregationCollection",
10059
+ allow_control_chars=kwargs.get('allow_control_chars'),
10060
+ operation_name=operation_name,
10061
+ api_reference_link=api_reference_link,
10062
+ required_arguments=required_arguments)
10063
+ else:
10064
+ return self.base_client.call_api(
10065
+ resource_path=resource_path,
10066
+ method=method,
10067
+ query_params=query_params,
10068
+ header_params=header_params,
10069
+ response_type="PluginErrorAggregationCollection",
10070
+ allow_control_chars=kwargs.get('allow_control_chars'),
10071
+ operation_name=operation_name,
10072
+ api_reference_link=api_reference_link,
10073
+ required_arguments=required_arguments)
10074
+
9502
10075
  def summarize_resource_inventory(self, **kwargs):
9503
10076
  """
9504
10077
  Retrieve the inventory of JMS resources in the specified compartment: a list of the number of _active_ fleets, managed instances, Java Runtimes, Java installations, and applications.
@@ -9509,6 +10082,9 @@ class JavaManagementServiceClient(object):
9509
10082
 
9510
10083
  __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
9511
10084
 
10085
+ :param bool compartment_id_in_subtree: (optional)
10086
+ Flag to determine whether the info should be gathered only in the compartment or in the compartment and its subcompartments.
10087
+
9512
10088
  :param datetime time_start: (optional)
9513
10089
  The start of the time period during which resources are searched (formatted according to `RFC3339`__).
9514
10090
 
@@ -9538,7 +10114,7 @@ class JavaManagementServiceClient(object):
9538
10114
  :rtype: :class:`~oci.response.Response`
9539
10115
 
9540
10116
  :example:
9541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/summarize_resource_inventory.py.html>`__ to see an example of how to use summarize_resource_inventory API.
10117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/summarize_resource_inventory.py.html>`__ to see an example of how to use summarize_resource_inventory API.
9542
10118
  """
9543
10119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9544
10120
  required_arguments = []
@@ -9552,6 +10128,7 @@ class JavaManagementServiceClient(object):
9552
10128
  "allow_control_chars",
9553
10129
  "retry_strategy",
9554
10130
  "compartment_id",
10131
+ "compartment_id_in_subtree",
9555
10132
  "time_start",
9556
10133
  "time_end",
9557
10134
  "opc_request_id"
@@ -9563,6 +10140,7 @@ class JavaManagementServiceClient(object):
9563
10140
 
9564
10141
  query_params = {
9565
10142
  "compartmentId": kwargs.get("compartment_id", missing),
10143
+ "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
9566
10144
  "timeStart": kwargs.get("time_start", missing),
9567
10145
  "timeEnd": kwargs.get("time_end", missing)
9568
10146
  }
@@ -9658,7 +10236,7 @@ class JavaManagementServiceClient(object):
9658
10236
  :rtype: :class:`~oci.response.Response`
9659
10237
 
9660
10238
  :example:
9661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/update_drs_file.py.html>`__ to see an example of how to use update_drs_file API.
10239
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/update_drs_file.py.html>`__ to see an example of how to use update_drs_file API.
9662
10240
  """
9663
10241
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9664
10242
  required_arguments = ['fleetId', 'drsFileKey']
@@ -9774,7 +10352,7 @@ class JavaManagementServiceClient(object):
9774
10352
  :rtype: :class:`~oci.response.Response`
9775
10353
 
9776
10354
  :example:
9777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/update_export_setting.py.html>`__ to see an example of how to use update_export_setting API.
10355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/update_export_setting.py.html>`__ to see an example of how to use update_export_setting API.
9778
10356
  """
9779
10357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9780
10358
  required_arguments = ['fleetId']
@@ -9888,7 +10466,7 @@ class JavaManagementServiceClient(object):
9888
10466
  :rtype: :class:`~oci.response.Response`
9889
10467
 
9890
10468
  :example:
9891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/update_fleet.py.html>`__ to see an example of how to use update_fleet API.
10469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/update_fleet.py.html>`__ to see an example of how to use update_fleet API.
9892
10470
  """
9893
10471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9894
10472
  required_arguments = ['fleetId']
@@ -10008,7 +10586,7 @@ class JavaManagementServiceClient(object):
10008
10586
  :rtype: :class:`~oci.response.Response`
10009
10587
 
10010
10588
  :example:
10011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/update_fleet_advanced_feature_configuration.py.html>`__ to see an example of how to use update_fleet_advanced_feature_configuration API.
10589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/update_fleet_advanced_feature_configuration.py.html>`__ to see an example of how to use update_fleet_advanced_feature_configuration API.
10012
10590
  """
10013
10591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10014
10592
  required_arguments = ['fleetId']
@@ -10125,7 +10703,7 @@ class JavaManagementServiceClient(object):
10125
10703
  :rtype: :class:`~oci.response.Response`
10126
10704
 
10127
10705
  :example:
10128
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/update_fleet_agent_configuration.py.html>`__ to see an example of how to use update_fleet_agent_configuration API.
10706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/update_fleet_agent_configuration.py.html>`__ to see an example of how to use update_fleet_agent_configuration API.
10129
10707
  """
10130
10708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10131
10709
  required_arguments = ['fleetId']
@@ -10237,7 +10815,7 @@ class JavaManagementServiceClient(object):
10237
10815
  :rtype: :class:`~oci.response.Response`
10238
10816
 
10239
10817
  :example:
10240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.144.0/jms/update_jms_plugin.py.html>`__ to see an example of how to use update_jms_plugin API.
10818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.145.0/jms/update_jms_plugin.py.html>`__ to see an example of how to use update_jms_plugin API.
10241
10819
  """
10242
10820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10243
10821
  required_arguments = ['jmsPluginId']