oci 2.128.0__py3-none-any.whl → 2.128.2__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 (300) 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 +22 -22
  5. oci/ai_document/models/analyze_document_details.py +7 -3
  6. oci/ai_document/models/general_processor_config.py +7 -3
  7. oci/ai_language/ai_service_language_client.py +44 -44
  8. oci/ai_speech/ai_service_speech_client.py +10 -10
  9. oci/ai_vision/ai_service_vision_client.py +25 -25
  10. oci/analytics/analytics_client.py +23 -23
  11. oci/announcements_service/announcement_client.py +4 -4
  12. oci/announcements_service/announcement_subscription_client.py +9 -9
  13. oci/announcements_service/announcements_preferences_client.py +4 -4
  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 +108 -8
  21. oci/apm_config/models/__init__.py +10 -0
  22. oci/apm_config/models/filter_text_or_id.py +112 -0
  23. oci/apm_config/models/test_details.py +101 -0
  24. oci/apm_config/models/test_output.py +101 -0
  25. oci/apm_config/models/test_span_enrichment_details.py +148 -0
  26. oci/apm_config/models/test_span_enrichment_output.py +113 -0
  27. oci/apm_control_plane/apm_domain_client.py +14 -14
  28. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  29. oci/apm_traces/attributes_client.py +8 -8
  30. oci/apm_traces/query_client.py +2 -2
  31. oci/apm_traces/trace_client.py +4 -4
  32. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  33. oci/artifacts/artifacts_client.py +32 -32
  34. oci/audit/audit_client.py +3 -3
  35. oci/autoscaling/auto_scaling_client.py +11 -11
  36. oci/bastion/bastion_client.py +15 -15
  37. oci/bds/bds_client.py +66 -66
  38. oci/blockchain/blockchain_platform_client.py +27 -27
  39. oci/budget/budget_client.py +10 -10
  40. oci/capacity_management/capacity_management_client.py +22 -22
  41. oci/certificates/certificates_client.py +5 -5
  42. oci/certificates_management/certificates_management_client.py +32 -32
  43. oci/cims/incident_client.py +8 -8
  44. oci/cims/user_client.py +1 -1
  45. oci/cloud_bridge/common_client.py +5 -5
  46. oci/cloud_bridge/discovery_client.py +14 -14
  47. oci/cloud_bridge/inventory_client.py +16 -16
  48. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  49. oci/cloud_guard/cloud_guard_client.py +155 -155
  50. oci/cloud_guard/models/resource_profile.py +66 -4
  51. oci/cloud_guard/models/resource_profile_endpoint_summary.py +97 -4
  52. oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +126 -2
  53. oci/cloud_guard/models/resource_profile_summary.py +66 -4
  54. oci/cloud_guard/models/security_policy_collection.py +115 -2
  55. oci/cloud_guard/models/sighting.py +66 -4
  56. oci/cloud_guard/models/sighting_endpoint_summary.py +97 -4
  57. oci/cloud_guard/models/sighting_impacted_resource_summary.py +126 -2
  58. oci/cloud_guard/models/sighting_summary.py +66 -4
  59. oci/cloud_migrations/migration_client.py +43 -43
  60. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  61. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  62. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  63. oci/compute_instance_agent/plugin_client.py +2 -2
  64. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  65. oci/container_engine/container_engine_client.py +44 -44
  66. oci/container_instances/container_instance_client.py +18 -18
  67. oci/core/blockstorage_client.py +60 -60
  68. oci/core/compute_client.py +99 -99
  69. oci/core/compute_management_client.py +32 -32
  70. oci/core/virtual_network_client.py +247 -247
  71. oci/dashboard_service/dashboard_client.py +6 -6
  72. oci/dashboard_service/dashboard_group_client.py +6 -6
  73. oci/data_catalog/data_catalog_client.py +149 -149
  74. oci/data_flow/data_flow_client.py +42 -42
  75. oci/data_integration/data_integration_client.py +163 -163
  76. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  77. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  78. oci/data_safe/data_safe_client.py +278 -278
  79. oci/data_science/data_science_client.py +91 -91
  80. oci/database/database_client.py +334 -334
  81. oci/database/models/autonomous_database.py +62 -0
  82. oci/database/models/autonomous_database_summary.py +62 -0
  83. oci/database_management/db_management_client.py +208 -208
  84. oci/database_management/diagnosability_client.py +4 -4
  85. oci/database_management/managed_my_sql_databases_client.py +7 -7
  86. oci/database_management/perfhub_client.py +1 -1
  87. oci/database_management/sql_tuning_client.py +17 -17
  88. oci/database_migration/database_migration_client.py +41 -41
  89. oci/database_tools/database_tools_client.py +23 -23
  90. oci/demand_signal/occ_demand_signal_client.py +7 -7
  91. oci/desktops/desktop_service_client.py +21 -21
  92. oci/devops/devops_client.py +89 -89
  93. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  94. oci/dns/dns_client.py +52 -52
  95. oci/dts/appliance_export_job_client.py +6 -6
  96. oci/dts/shipping_vendors_client.py +1 -1
  97. oci/dts/transfer_appliance_client.py +8 -8
  98. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  99. oci/dts/transfer_device_client.py +5 -5
  100. oci/dts/transfer_job_client.py +6 -6
  101. oci/dts/transfer_package_client.py +7 -7
  102. oci/em_warehouse/em_data_lake_client.py +13 -13
  103. oci/em_warehouse/em_warehouse_client.py +13 -13
  104. oci/email/email_client.py +31 -31
  105. oci/email_data_plane/email_dp_client.py +1 -1
  106. oci/events/events_client.py +6 -6
  107. oci/file_storage/file_storage_client.py +50 -50
  108. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  109. oci/functions/functions_invoke_client.py +1 -1
  110. oci/functions/functions_management_client.py +16 -16
  111. oci/fusion_apps/data_masking_activity_client.py +3 -3
  112. oci/fusion_apps/fusion_applications_client.py +233 -39
  113. oci/fusion_apps/fusion_applications_client_composite_operations.py +39 -0
  114. oci/fusion_apps/fusion_environment_client.py +15 -15
  115. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  116. oci/fusion_apps/models/__init__.py +4 -0
  117. oci/fusion_apps/models/extract_details_collection.py +72 -0
  118. oci/fusion_apps/models/extract_details_summary.py +134 -0
  119. oci/fusion_apps/models/fusion_environment.py +33 -2
  120. oci/fusion_apps/models/subscription.py +214 -0
  121. oci/fusion_apps/models/work_request.py +27 -3
  122. oci/fusion_apps/refresh_activity_client.py +4 -4
  123. oci/fusion_apps/scheduled_activity_client.py +2 -2
  124. oci/fusion_apps/service_attachment_client.py +2 -2
  125. oci/generative_ai/generative_ai_client.py +22 -22
  126. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  127. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  128. oci/globally_distributed_database/models/create_dedicated_sharded_database.py +93 -0
  129. oci/globally_distributed_database/models/dedicated_sharded_database.py +111 -0
  130. oci/globally_distributed_database/models/dedicated_sharded_database_summary.py +93 -0
  131. oci/globally_distributed_database/models/private_endpoint.py +31 -0
  132. oci/globally_distributed_database/models/work_request.py +51 -3
  133. oci/globally_distributed_database/models/work_request_summary.py +51 -3
  134. oci/globally_distributed_database/sharded_database_service_client.py +174 -30
  135. oci/globally_distributed_database/sharded_database_service_client_composite_operations.py +39 -0
  136. oci/golden_gate/golden_gate_client.py +68 -68
  137. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  138. oci/governance_rules_control_plane/work_request_client.py +5 -5
  139. oci/healthchecks/health_checks_client.py +17 -17
  140. oci/identity/identity_client.py +145 -145
  141. oci/identity_data_plane/dataplane_client.py +2 -2
  142. oci/identity_domains/identity_domains_client.py +300 -300
  143. oci/integration/integration_instance_client.py +15 -15
  144. oci/jms/java_management_service_client.py +66 -66
  145. oci/jms_java_downloads/java_download_client.py +25 -25
  146. oci/key_management/ekm_client.py +5 -5
  147. oci/key_management/kms_crypto_client.py +6 -6
  148. oci/key_management/kms_hsm_cluster_client.py +12 -12
  149. oci/key_management/kms_management_client.py +21 -21
  150. oci/key_management/kms_vault_client.py +14 -14
  151. oci/license_manager/license_manager_client.py +18 -18
  152. oci/limits/limits_client.py +4 -4
  153. oci/limits/quotas_client.py +7 -7
  154. oci/load_balancer/load_balancer_client.py +61 -61
  155. oci/lockbox/lockbox_client.py +24 -24
  156. oci/log_analytics/log_analytics_client.py +193 -193
  157. oci/logging/logging_management_client.py +30 -30
  158. oci/loggingingestion/logging_client.py +1 -1
  159. oci/loggingsearch/log_search_client.py +1 -1
  160. oci/management_agent/management_agent_client.py +28 -28
  161. oci/management_dashboard/dashx_apis_client.py +14 -14
  162. oci/marketplace/account_client.py +2 -2
  163. oci/marketplace/marketplace_client.py +30 -30
  164. oci/marketplace_private_offer/attachment_client.py +5 -5
  165. oci/marketplace_private_offer/offer_client.py +6 -6
  166. oci/marketplace_publisher/attachment_client.py +5 -5
  167. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  168. oci/marketplace_publisher/offer_client.py +6 -6
  169. oci/media_services/media_services_client.py +60 -60
  170. oci/media_services/media_stream_client.py +2 -2
  171. oci/monitoring/models/alarm.py +167 -8
  172. oci/monitoring/models/alarm_dimension_states_entry.py +49 -4
  173. oci/monitoring/models/alarm_history_entry.py +47 -0
  174. oci/monitoring/models/alarm_override.py +34 -4
  175. oci/monitoring/models/alarm_status_summary.py +49 -4
  176. oci/monitoring/models/alarm_summary.py +172 -6
  177. oci/monitoring/models/create_alarm_details.py +169 -10
  178. oci/monitoring/models/update_alarm_details.py +169 -10
  179. oci/monitoring/monitoring_client.py +18 -18
  180. oci/mysql/channels_client.py +7 -7
  181. oci/mysql/db_backups_client.py +6 -6
  182. oci/mysql/db_system_client.py +17 -17
  183. oci/mysql/mysqlaas_client.py +7 -7
  184. oci/mysql/replicas_client.py +5 -5
  185. oci/mysql/work_requests_client.py +4 -4
  186. oci/network_firewall/network_firewall_client.py +80 -80
  187. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  188. oci/nosql/nosql_client.py +24 -24
  189. oci/object_storage/object_storage_client.py +50 -50
  190. oci/oce/oce_instance_client.py +10 -10
  191. oci/oci_control_center/occ_metrics_client.py +3 -3
  192. oci/ocvp/cluster_client.py +5 -5
  193. oci/ocvp/esxi_host_client.py +8 -8
  194. oci/ocvp/sddc_client.py +14 -14
  195. oci/ocvp/work_request_client.py +4 -4
  196. oci/oda/management_client.py +59 -59
  197. oci/oda/oda_client.py +17 -17
  198. oci/oda/odapackage_client.py +7 -7
  199. oci/onesubscription/billing_schedule_client.py +1 -1
  200. oci/onesubscription/commitment_client.py +2 -2
  201. oci/onesubscription/computed_usage_client.py +3 -3
  202. oci/onesubscription/invoice_summary_client.py +2 -2
  203. oci/onesubscription/organization_subscription_client.py +1 -1
  204. oci/onesubscription/ratecard_client.py +1 -1
  205. oci/onesubscription/subscribed_service_client.py +2 -2
  206. oci/onesubscription/subscription_client.py +1 -1
  207. oci/ons/notification_control_plane_client.py +6 -6
  208. oci/ons/notification_data_plane_client.py +10 -10
  209. oci/opa/opa_instance_client.py +13 -13
  210. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  211. oci/opensearch/opensearch_cluster_client.py +14 -14
  212. oci/operator_access_control/access_requests_client.py +10 -10
  213. oci/operator_access_control/operator_actions_client.py +2 -2
  214. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  215. oci/operator_access_control/operator_control_client.py +6 -6
  216. oci/opsi/operations_insights_client.py +175 -175
  217. oci/optimizer/optimizer_client.py +26 -26
  218. oci/os_management/event_client.py +8 -8
  219. oci/os_management/os_management_client.py +69 -69
  220. oci/os_management_hub/event_client.py +8 -8
  221. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  222. oci/os_management_hub/managed_instance_client.py +31 -31
  223. oci/os_management_hub/managed_instance_group_client.py +25 -25
  224. oci/os_management_hub/management_station_client.py +10 -10
  225. oci/os_management_hub/onboarding_client.py +6 -6
  226. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  227. oci/os_management_hub/scheduled_job_client.py +7 -7
  228. oci/os_management_hub/software_source_client.py +27 -27
  229. oci/os_management_hub/work_request_client.py +4 -4
  230. oci/osp_gateway/address_rule_service_client.py +1 -1
  231. oci/osp_gateway/address_service_client.py +2 -2
  232. oci/osp_gateway/invoice_service_client.py +5 -5
  233. oci/osp_gateway/subscription_service_client.py +5 -5
  234. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  235. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  236. oci/osub_subscription/commitment_client.py +2 -2
  237. oci/osub_subscription/ratecard_client.py +1 -1
  238. oci/osub_subscription/subscription_client.py +1 -1
  239. oci/osub_usage/computed_usage_client.py +3 -3
  240. oci/psql/postgresql_client.py +33 -33
  241. oci/queue/models/get_message.py +35 -0
  242. oci/queue/models/queue.py +7 -3
  243. oci/queue/models/queue_stats.py +2 -2
  244. oci/queue/queue_admin_client.py +13 -13
  245. oci/queue/queue_client.py +10 -10
  246. oci/recovery/database_recovery_client.py +25 -25
  247. oci/redis/redis_cluster_client.py +22 -22
  248. oci/resource_manager/resource_manager_client.py +52 -52
  249. oci/resource_scheduler/schedule_client.py +13 -13
  250. oci/resource_search/resource_search_client.py +3 -3
  251. oci/rover/rover_bundle_client.py +8 -8
  252. oci/rover/rover_cluster_client.py +8 -8
  253. oci/rover/rover_entitlement_client.py +6 -6
  254. oci/rover/rover_node_client.py +15 -15
  255. oci/rover/shape_client.py +1 -1
  256. oci/rover/work_requests_client.py +5 -5
  257. oci/sch/connector_plugins_client.py +2 -2
  258. oci/sch/service_connector_client.py +12 -12
  259. oci/secrets/secrets_client.py +3 -3
  260. oci/service_catalog/service_catalog_client.py +26 -26
  261. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  262. oci/service_mesh/service_mesh_client.py +48 -48
  263. oci/stack_monitoring/models/discovery_details.py +7 -3
  264. oci/stack_monitoring/models/discovery_job_summary.py +7 -3
  265. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  266. oci/streaming/stream_admin_client.py +18 -18
  267. oci/streaming/stream_client.py +8 -8
  268. oci/tenant_manager_control_plane/domain_client.py +5 -5
  269. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  270. oci/tenant_manager_control_plane/governance_client.py +2 -2
  271. oci/tenant_manager_control_plane/link_client.py +3 -3
  272. oci/tenant_manager_control_plane/orders_client.py +2 -2
  273. oci/tenant_manager_control_plane/organization_client.py +10 -10
  274. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  275. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  276. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  277. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  278. oci/threat_intelligence/threatintel_client.py +5 -5
  279. oci/usage/resources_client.py +2 -2
  280. oci/usage/rewards_client.py +6 -6
  281. oci/usage/usagelimits_client.py +1 -1
  282. oci/usage_api/usageapi_client.py +33 -33
  283. oci/vault/vaults_client.py +13 -13
  284. oci/vbs_inst/vbs_instance_client.py +10 -10
  285. oci/version.py +1 -1
  286. oci/visual_builder/vb_instance_client.py +13 -13
  287. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  288. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  289. oci/waa/waa_client.py +13 -13
  290. oci/waa/work_request_client.py +4 -4
  291. oci/waas/redirect_client.py +6 -6
  292. oci/waas/waas_client.py +66 -66
  293. oci/waf/waf_client.py +24 -24
  294. oci/work_requests/work_request_client.py +4 -4
  295. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/METADATA +1 -1
  296. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/RECORD +300 -293
  297. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/LICENSE.txt +0 -0
  298. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  299. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/WHEEL +0 -0
  300. {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/top_level.txt +0 -0
@@ -161,7 +161,7 @@ class FusionApplicationsClient(object):
161
161
  :rtype: :class:`~oci.response.Response`
162
162
 
163
163
  :example:
164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/change_fusion_environment_compartment.py.html>`__ to see an example of how to use change_fusion_environment_compartment API.
164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/change_fusion_environment_compartment.py.html>`__ to see an example of how to use change_fusion_environment_compartment API.
165
165
  """
166
166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
167
167
  required_arguments = ['fusionEnvironmentId']
@@ -282,7 +282,7 @@ class FusionApplicationsClient(object):
282
282
  :rtype: :class:`~oci.response.Response`
283
283
 
284
284
  :example:
285
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/change_fusion_environment_family_compartment.py.html>`__ to see an example of how to use change_fusion_environment_family_compartment API.
285
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/change_fusion_environment_family_compartment.py.html>`__ to see an example of how to use change_fusion_environment_family_compartment API.
286
286
  """
287
287
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
288
288
  required_arguments = ['fusionEnvironmentFamilyId']
@@ -395,7 +395,7 @@ class FusionApplicationsClient(object):
395
395
  :rtype: :class:`~oci.response.Response`
396
396
 
397
397
  :example:
398
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/create_data_masking_activity.py.html>`__ to see an example of how to use create_data_masking_activity API.
398
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/create_data_masking_activity.py.html>`__ to see an example of how to use create_data_masking_activity API.
399
399
  """
400
400
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
401
401
  required_arguments = ['fusionEnvironmentId']
@@ -503,7 +503,7 @@ class FusionApplicationsClient(object):
503
503
  :rtype: :class:`~oci.response.Response`
504
504
 
505
505
  :example:
506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/create_fusion_environment.py.html>`__ to see an example of how to use create_fusion_environment API.
506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/create_fusion_environment.py.html>`__ to see an example of how to use create_fusion_environment API.
507
507
  """
508
508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
509
509
  required_arguments = []
@@ -602,7 +602,7 @@ class FusionApplicationsClient(object):
602
602
  :rtype: :class:`~oci.response.Response`
603
603
 
604
604
  :example:
605
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/create_fusion_environment_admin_user.py.html>`__ to see an example of how to use create_fusion_environment_admin_user API.
605
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/create_fusion_environment_admin_user.py.html>`__ to see an example of how to use create_fusion_environment_admin_user API.
606
606
  """
607
607
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
608
608
  required_arguments = ['fusionEnvironmentId']
@@ -710,7 +710,7 @@ class FusionApplicationsClient(object):
710
710
  :rtype: :class:`~oci.response.Response`
711
711
 
712
712
  :example:
713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/create_fusion_environment_family.py.html>`__ to see an example of how to use create_fusion_environment_family API.
713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/create_fusion_environment_family.py.html>`__ to see an example of how to use create_fusion_environment_family API.
714
714
  """
715
715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
716
716
  required_arguments = []
@@ -809,7 +809,7 @@ class FusionApplicationsClient(object):
809
809
  :rtype: :class:`~oci.response.Response`
810
810
 
811
811
  :example:
812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/create_refresh_activity.py.html>`__ to see an example of how to use create_refresh_activity API.
812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/create_refresh_activity.py.html>`__ to see an example of how to use create_refresh_activity API.
813
813
  """
814
814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
815
815
  required_arguments = ['fusionEnvironmentId']
@@ -920,7 +920,7 @@ class FusionApplicationsClient(object):
920
920
  :rtype: :class:`~oci.response.Response`
921
921
 
922
922
  :example:
923
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/create_service_attachment.py.html>`__ to see an example of how to use create_service_attachment API.
923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/create_service_attachment.py.html>`__ to see an example of how to use create_service_attachment API.
924
924
  """
925
925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
926
926
  required_arguments = ['fusionEnvironmentId']
@@ -1028,7 +1028,7 @@ class FusionApplicationsClient(object):
1028
1028
  :rtype: :class:`~oci.response.Response`
1029
1029
 
1030
1030
  :example:
1031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/delete_fusion_environment.py.html>`__ to see an example of how to use delete_fusion_environment API.
1031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/delete_fusion_environment.py.html>`__ to see an example of how to use delete_fusion_environment API.
1032
1032
  """
1033
1033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1034
1034
  required_arguments = ['fusionEnvironmentId']
@@ -1136,7 +1136,7 @@ class FusionApplicationsClient(object):
1136
1136
  :rtype: :class:`~oci.response.Response`
1137
1137
 
1138
1138
  :example:
1139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/delete_fusion_environment_admin_user.py.html>`__ to see an example of how to use delete_fusion_environment_admin_user API.
1139
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/delete_fusion_environment_admin_user.py.html>`__ to see an example of how to use delete_fusion_environment_admin_user API.
1140
1140
  """
1141
1141
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1142
1142
  required_arguments = ['adminUsername', 'fusionEnvironmentId']
@@ -1242,7 +1242,7 @@ class FusionApplicationsClient(object):
1242
1242
  :rtype: :class:`~oci.response.Response`
1243
1243
 
1244
1244
  :example:
1245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/delete_fusion_environment_family.py.html>`__ to see an example of how to use delete_fusion_environment_family API.
1245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/delete_fusion_environment_family.py.html>`__ to see an example of how to use delete_fusion_environment_family API.
1246
1246
  """
1247
1247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1248
1248
  required_arguments = ['fusionEnvironmentFamilyId']
@@ -1350,7 +1350,7 @@ class FusionApplicationsClient(object):
1350
1350
  :rtype: :class:`~oci.response.Response`
1351
1351
 
1352
1352
  :example:
1353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/delete_refresh_activity.py.html>`__ to see an example of how to use delete_refresh_activity API.
1353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/delete_refresh_activity.py.html>`__ to see an example of how to use delete_refresh_activity API.
1354
1354
  """
1355
1355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1356
1356
  required_arguments = ['fusionEnvironmentId', 'refreshActivityId']
@@ -1459,7 +1459,7 @@ class FusionApplicationsClient(object):
1459
1459
  :rtype: :class:`~oci.response.Response`
1460
1460
 
1461
1461
  :example:
1462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/delete_service_attachment.py.html>`__ to see an example of how to use delete_service_attachment API.
1462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/delete_service_attachment.py.html>`__ to see an example of how to use delete_service_attachment API.
1463
1463
  """
1464
1464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1465
1465
  required_arguments = ['fusionEnvironmentId', 'serviceAttachmentId']
@@ -1531,6 +1531,104 @@ class FusionApplicationsClient(object):
1531
1531
  api_reference_link=api_reference_link,
1532
1532
  required_arguments=required_arguments)
1533
1533
 
1534
+ def generate_extract_details(self, fusion_environment_id, **kwargs):
1535
+ """
1536
+ Begin the process of showing the details about where to retrieve data extract for a Fusion environment.
1537
+
1538
+
1539
+ :param str fusion_environment_id: (required)
1540
+ unique FusionEnvironment identifier
1541
+
1542
+ :param str opc_request_id: (optional)
1543
+ The client request ID for tracing.
1544
+
1545
+ :param obj retry_strategy: (optional)
1546
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
1547
+
1548
+ 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.
1549
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
1550
+
1551
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
1552
+
1553
+ :param bool allow_control_chars: (optional)
1554
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
1555
+ By default, the response will not allow control characters in strings
1556
+
1557
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.fusion_apps.models.ExtractDetailsCollection`
1558
+ :rtype: :class:`~oci.response.Response`
1559
+
1560
+ :example:
1561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/generate_extract_details.py.html>`__ to see an example of how to use generate_extract_details API.
1562
+ """
1563
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1564
+ required_arguments = ['fusionEnvironmentId']
1565
+ resource_path = "/fusionEnvironments/{fusionEnvironmentId}/actions/generateExtractDetails"
1566
+ method = "POST"
1567
+ operation_name = "generate_extract_details"
1568
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fusion-applications/20211201/FusionEnvironment/GenerateExtractDetails"
1569
+
1570
+ # Don't accept unknown kwargs
1571
+ expected_kwargs = [
1572
+ "allow_control_chars",
1573
+ "retry_strategy",
1574
+ "opc_request_id"
1575
+ ]
1576
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
1577
+ if extra_kwargs:
1578
+ raise ValueError(
1579
+ f"generate_extract_details got unknown kwargs: {extra_kwargs!r}")
1580
+
1581
+ path_params = {
1582
+ "fusionEnvironmentId": fusion_environment_id
1583
+ }
1584
+
1585
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
1586
+
1587
+ for (k, v) in six.iteritems(path_params):
1588
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
1589
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
1590
+
1591
+ header_params = {
1592
+ "accept": "application/json",
1593
+ "content-type": "application/json",
1594
+ "opc-request-id": kwargs.get("opc_request_id", missing)
1595
+ }
1596
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
1597
+
1598
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
1599
+ operation_retry_strategy=kwargs.get('retry_strategy'),
1600
+ client_retry_strategy=self.retry_strategy
1601
+ )
1602
+ if retry_strategy is None:
1603
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
1604
+
1605
+ if retry_strategy:
1606
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
1607
+ self.base_client.add_opc_client_retries_header(header_params)
1608
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
1609
+ return retry_strategy.make_retrying_call(
1610
+ self.base_client.call_api,
1611
+ resource_path=resource_path,
1612
+ method=method,
1613
+ path_params=path_params,
1614
+ header_params=header_params,
1615
+ response_type="ExtractDetailsCollection",
1616
+ allow_control_chars=kwargs.get('allow_control_chars'),
1617
+ operation_name=operation_name,
1618
+ api_reference_link=api_reference_link,
1619
+ required_arguments=required_arguments)
1620
+ else:
1621
+ return self.base_client.call_api(
1622
+ resource_path=resource_path,
1623
+ method=method,
1624
+ path_params=path_params,
1625
+ header_params=header_params,
1626
+ response_type="ExtractDetailsCollection",
1627
+ allow_control_chars=kwargs.get('allow_control_chars'),
1628
+ operation_name=operation_name,
1629
+ api_reference_link=api_reference_link,
1630
+ required_arguments=required_arguments)
1631
+
1534
1632
  def get_data_masking_activity(self, fusion_environment_id, data_masking_activity_id, **kwargs):
1535
1633
  """
1536
1634
  Gets a DataMaskingActivity by identifier
@@ -1561,7 +1659,7 @@ class FusionApplicationsClient(object):
1561
1659
  :rtype: :class:`~oci.response.Response`
1562
1660
 
1563
1661
  :example:
1564
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_data_masking_activity.py.html>`__ to see an example of how to use get_data_masking_activity API.
1662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_data_masking_activity.py.html>`__ to see an example of how to use get_data_masking_activity API.
1565
1663
  """
1566
1664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1567
1665
  required_arguments = ['fusionEnvironmentId', 'dataMaskingActivityId']
@@ -1660,7 +1758,7 @@ class FusionApplicationsClient(object):
1660
1758
  :rtype: :class:`~oci.response.Response`
1661
1759
 
1662
1760
  :example:
1663
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_fusion_environment.py.html>`__ to see an example of how to use get_fusion_environment API.
1761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_fusion_environment.py.html>`__ to see an example of how to use get_fusion_environment API.
1664
1762
  """
1665
1763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1666
1764
  required_arguments = ['fusionEnvironmentId']
@@ -1758,7 +1856,7 @@ class FusionApplicationsClient(object):
1758
1856
  :rtype: :class:`~oci.response.Response`
1759
1857
 
1760
1858
  :example:
1761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_fusion_environment_family.py.html>`__ to see an example of how to use get_fusion_environment_family API.
1859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_fusion_environment_family.py.html>`__ to see an example of how to use get_fusion_environment_family API.
1762
1860
  """
1763
1861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1764
1862
  required_arguments = ['fusionEnvironmentFamilyId']
@@ -1856,7 +1954,7 @@ class FusionApplicationsClient(object):
1856
1954
  :rtype: :class:`~oci.response.Response`
1857
1955
 
1858
1956
  :example:
1859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_fusion_environment_family_limits_and_usage.py.html>`__ to see an example of how to use get_fusion_environment_family_limits_and_usage API.
1957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_fusion_environment_family_limits_and_usage.py.html>`__ to see an example of how to use get_fusion_environment_family_limits_and_usage API.
1860
1958
  """
1861
1959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1862
1960
  required_arguments = ['fusionEnvironmentFamilyId']
@@ -1954,7 +2052,7 @@ class FusionApplicationsClient(object):
1954
2052
  :rtype: :class:`~oci.response.Response`
1955
2053
 
1956
2054
  :example:
1957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_fusion_environment_family_subscription_detail.py.html>`__ to see an example of how to use get_fusion_environment_family_subscription_detail API.
2055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_fusion_environment_family_subscription_detail.py.html>`__ to see an example of how to use get_fusion_environment_family_subscription_detail API.
1958
2056
  """
1959
2057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1960
2058
  required_arguments = ['fusionEnvironmentFamilyId']
@@ -2052,7 +2150,7 @@ class FusionApplicationsClient(object):
2052
2150
  :rtype: :class:`~oci.response.Response`
2053
2151
 
2054
2152
  :example:
2055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_fusion_environment_status.py.html>`__ to see an example of how to use get_fusion_environment_status API.
2153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_fusion_environment_status.py.html>`__ to see an example of how to use get_fusion_environment_status API.
2056
2154
  """
2057
2155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2058
2156
  required_arguments = ['fusionEnvironmentId']
@@ -2153,7 +2251,7 @@ class FusionApplicationsClient(object):
2153
2251
  :rtype: :class:`~oci.response.Response`
2154
2252
 
2155
2253
  :example:
2156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_refresh_activity.py.html>`__ to see an example of how to use get_refresh_activity API.
2254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_refresh_activity.py.html>`__ to see an example of how to use get_refresh_activity API.
2157
2255
  """
2158
2256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2159
2257
  required_arguments = ['fusionEnvironmentId', 'refreshActivityId']
@@ -2255,7 +2353,7 @@ class FusionApplicationsClient(object):
2255
2353
  :rtype: :class:`~oci.response.Response`
2256
2354
 
2257
2355
  :example:
2258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_scheduled_activity.py.html>`__ to see an example of how to use get_scheduled_activity API.
2356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_scheduled_activity.py.html>`__ to see an example of how to use get_scheduled_activity API.
2259
2357
  """
2260
2358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2261
2359
  required_arguments = ['fusionEnvironmentId', 'scheduledActivityId']
@@ -2357,7 +2455,7 @@ class FusionApplicationsClient(object):
2357
2455
  :rtype: :class:`~oci.response.Response`
2358
2456
 
2359
2457
  :example:
2360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_service_attachment.py.html>`__ to see an example of how to use get_service_attachment API.
2458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_service_attachment.py.html>`__ to see an example of how to use get_service_attachment API.
2361
2459
  """
2362
2460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2363
2461
  required_arguments = ['fusionEnvironmentId', 'serviceAttachmentId']
@@ -2456,7 +2554,7 @@ class FusionApplicationsClient(object):
2456
2554
  :rtype: :class:`~oci.response.Response`
2457
2555
 
2458
2556
  :example:
2459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
2557
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
2460
2558
  """
2461
2559
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2462
2560
  required_arguments = ['workRequestId']
@@ -2527,6 +2625,102 @@ class FusionApplicationsClient(object):
2527
2625
  api_reference_link=api_reference_link,
2528
2626
  required_arguments=required_arguments)
2529
2627
 
2628
+ def initiate_extract(self, fusion_environment_id, **kwargs):
2629
+ """
2630
+ Begin the process of generating the data extract for a Fusion environment.
2631
+
2632
+
2633
+ :param str fusion_environment_id: (required)
2634
+ unique FusionEnvironment identifier
2635
+
2636
+ :param str opc_request_id: (optional)
2637
+ The client request ID for tracing.
2638
+
2639
+ :param obj retry_strategy: (optional)
2640
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
2641
+
2642
+ 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.
2643
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
2644
+
2645
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
2646
+
2647
+ :param bool allow_control_chars: (optional)
2648
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
2649
+ By default, the response will not allow control characters in strings
2650
+
2651
+ :return: A :class:`~oci.response.Response` object with data of type None
2652
+ :rtype: :class:`~oci.response.Response`
2653
+
2654
+ :example:
2655
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/initiate_extract.py.html>`__ to see an example of how to use initiate_extract API.
2656
+ """
2657
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2658
+ required_arguments = ['fusionEnvironmentId']
2659
+ resource_path = "/fusionEnvironments/{fusionEnvironmentId}/actions/initiateExtract"
2660
+ method = "POST"
2661
+ operation_name = "initiate_extract"
2662
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/fusion-applications/20211201/FusionEnvironment/InitiateExtract"
2663
+
2664
+ # Don't accept unknown kwargs
2665
+ expected_kwargs = [
2666
+ "allow_control_chars",
2667
+ "retry_strategy",
2668
+ "opc_request_id"
2669
+ ]
2670
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
2671
+ if extra_kwargs:
2672
+ raise ValueError(
2673
+ f"initiate_extract got unknown kwargs: {extra_kwargs!r}")
2674
+
2675
+ path_params = {
2676
+ "fusionEnvironmentId": fusion_environment_id
2677
+ }
2678
+
2679
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
2680
+
2681
+ for (k, v) in six.iteritems(path_params):
2682
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
2683
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
2684
+
2685
+ header_params = {
2686
+ "accept": "application/json",
2687
+ "content-type": "application/json",
2688
+ "opc-request-id": kwargs.get("opc_request_id", missing)
2689
+ }
2690
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
2691
+
2692
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
2693
+ operation_retry_strategy=kwargs.get('retry_strategy'),
2694
+ client_retry_strategy=self.retry_strategy
2695
+ )
2696
+ if retry_strategy is None:
2697
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
2698
+
2699
+ if retry_strategy:
2700
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
2701
+ self.base_client.add_opc_client_retries_header(header_params)
2702
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
2703
+ return retry_strategy.make_retrying_call(
2704
+ self.base_client.call_api,
2705
+ resource_path=resource_path,
2706
+ method=method,
2707
+ path_params=path_params,
2708
+ header_params=header_params,
2709
+ allow_control_chars=kwargs.get('allow_control_chars'),
2710
+ operation_name=operation_name,
2711
+ api_reference_link=api_reference_link,
2712
+ required_arguments=required_arguments)
2713
+ else:
2714
+ return self.base_client.call_api(
2715
+ resource_path=resource_path,
2716
+ method=method,
2717
+ path_params=path_params,
2718
+ header_params=header_params,
2719
+ allow_control_chars=kwargs.get('allow_control_chars'),
2720
+ operation_name=operation_name,
2721
+ api_reference_link=api_reference_link,
2722
+ required_arguments=required_arguments)
2723
+
2530
2724
  def list_admin_users(self, fusion_environment_id, **kwargs):
2531
2725
  """
2532
2726
  List all FusionEnvironment admin users
@@ -2554,7 +2748,7 @@ class FusionApplicationsClient(object):
2554
2748
  :rtype: :class:`~oci.response.Response`
2555
2749
 
2556
2750
  :example:
2557
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_admin_users.py.html>`__ to see an example of how to use list_admin_users API.
2751
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_admin_users.py.html>`__ to see an example of how to use list_admin_users API.
2558
2752
  """
2559
2753
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2560
2754
  required_arguments = ['fusionEnvironmentId']
@@ -2673,7 +2867,7 @@ class FusionApplicationsClient(object):
2673
2867
  :rtype: :class:`~oci.response.Response`
2674
2868
 
2675
2869
  :example:
2676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_data_masking_activities.py.html>`__ to see an example of how to use list_data_masking_activities API.
2870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_data_masking_activities.py.html>`__ to see an example of how to use list_data_masking_activities API.
2677
2871
  """
2678
2872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2679
2873
  required_arguments = ['fusionEnvironmentId']
@@ -2835,7 +3029,7 @@ class FusionApplicationsClient(object):
2835
3029
  :rtype: :class:`~oci.response.Response`
2836
3030
 
2837
3031
  :example:
2838
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_fusion_environment_families.py.html>`__ to see an example of how to use list_fusion_environment_families API.
3032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_fusion_environment_families.py.html>`__ to see an example of how to use list_fusion_environment_families API.
2839
3033
  """
2840
3034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2841
3035
  required_arguments = ['compartmentId']
@@ -2990,7 +3184,7 @@ class FusionApplicationsClient(object):
2990
3184
  :rtype: :class:`~oci.response.Response`
2991
3185
 
2992
3186
  :example:
2993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_fusion_environments.py.html>`__ to see an example of how to use list_fusion_environments API.
3187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_fusion_environments.py.html>`__ to see an example of how to use list_fusion_environments API.
2994
3188
  """
2995
3189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2996
3190
  required_arguments = ['compartmentId']
@@ -3148,7 +3342,7 @@ class FusionApplicationsClient(object):
3148
3342
  :rtype: :class:`~oci.response.Response`
3149
3343
 
3150
3344
  :example:
3151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_refresh_activities.py.html>`__ to see an example of how to use list_refresh_activities API.
3345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_refresh_activities.py.html>`__ to see an example of how to use list_refresh_activities API.
3152
3346
  """
3153
3347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3154
3348
  required_arguments = ['fusionEnvironmentId']
@@ -3332,7 +3526,7 @@ class FusionApplicationsClient(object):
3332
3526
  :rtype: :class:`~oci.response.Response`
3333
3527
 
3334
3528
  :example:
3335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_scheduled_activities.py.html>`__ to see an example of how to use list_scheduled_activities API.
3529
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_scheduled_activities.py.html>`__ to see an example of how to use list_scheduled_activities API.
3336
3530
  """
3337
3531
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3338
3532
  required_arguments = ['fusionEnvironmentId']
@@ -3522,7 +3716,7 @@ class FusionApplicationsClient(object):
3522
3716
  :rtype: :class:`~oci.response.Response`
3523
3717
 
3524
3718
  :example:
3525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_service_attachments.py.html>`__ to see an example of how to use list_service_attachments API.
3719
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_service_attachments.py.html>`__ to see an example of how to use list_service_attachments API.
3526
3720
  """
3527
3721
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3528
3722
  required_arguments = ['fusionEnvironmentId']
@@ -3684,7 +3878,7 @@ class FusionApplicationsClient(object):
3684
3878
  :rtype: :class:`~oci.response.Response`
3685
3879
 
3686
3880
  :example:
3687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_time_available_for_refreshes.py.html>`__ to see an example of how to use list_time_available_for_refreshes API.
3881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_time_available_for_refreshes.py.html>`__ to see an example of how to use list_time_available_for_refreshes API.
3688
3882
  """
3689
3883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3690
3884
  required_arguments = ['fusionEnvironmentId']
@@ -3826,7 +4020,7 @@ class FusionApplicationsClient(object):
3826
4020
  :rtype: :class:`~oci.response.Response`
3827
4021
 
3828
4022
  :example:
3829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
4023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
3830
4024
  """
3831
4025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3832
4026
  required_arguments = ['workRequestId']
@@ -3968,7 +4162,7 @@ class FusionApplicationsClient(object):
3968
4162
  :rtype: :class:`~oci.response.Response`
3969
4163
 
3970
4164
  :example:
3971
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
4165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
3972
4166
  """
3973
4167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3974
4168
  required_arguments = ['workRequestId']
@@ -4118,7 +4312,7 @@ class FusionApplicationsClient(object):
4118
4312
  :rtype: :class:`~oci.response.Response`
4119
4313
 
4120
4314
  :example:
4121
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
4315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
4122
4316
  """
4123
4317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4124
4318
  required_arguments = ['compartmentId']
@@ -4264,7 +4458,7 @@ class FusionApplicationsClient(object):
4264
4458
  :rtype: :class:`~oci.response.Response`
4265
4459
 
4266
4460
  :example:
4267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/reset_fusion_environment_password.py.html>`__ to see an example of how to use reset_fusion_environment_password API.
4461
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/reset_fusion_environment_password.py.html>`__ to see an example of how to use reset_fusion_environment_password API.
4268
4462
  """
4269
4463
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4270
4464
  required_arguments = ['fusionEnvironmentId', 'adminUsername']
@@ -4378,7 +4572,7 @@ class FusionApplicationsClient(object):
4378
4572
  :rtype: :class:`~oci.response.Response`
4379
4573
 
4380
4574
  :example:
4381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/update_fusion_environment.py.html>`__ to see an example of how to use update_fusion_environment API.
4575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/update_fusion_environment.py.html>`__ to see an example of how to use update_fusion_environment API.
4382
4576
  """
4383
4577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4384
4578
  required_arguments = ['fusionEnvironmentId']
@@ -4488,7 +4682,7 @@ class FusionApplicationsClient(object):
4488
4682
  :rtype: :class:`~oci.response.Response`
4489
4683
 
4490
4684
  :example:
4491
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/update_fusion_environment_family.py.html>`__ to see an example of how to use update_fusion_environment_family API.
4685
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/update_fusion_environment_family.py.html>`__ to see an example of how to use update_fusion_environment_family API.
4492
4686
  """
4493
4687
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4494
4688
  required_arguments = ['fusionEnvironmentFamilyId']
@@ -4601,7 +4795,7 @@ class FusionApplicationsClient(object):
4601
4795
  :rtype: :class:`~oci.response.Response`
4602
4796
 
4603
4797
  :example:
4604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/update_refresh_activity.py.html>`__ to see an example of how to use update_refresh_activity API.
4798
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/update_refresh_activity.py.html>`__ to see an example of how to use update_refresh_activity API.
4605
4799
  """
4606
4800
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4607
4801
  required_arguments = ['fusionEnvironmentId', 'refreshActivityId']
@@ -4707,7 +4901,7 @@ class FusionApplicationsClient(object):
4707
4901
  :rtype: :class:`~oci.response.Response`
4708
4902
 
4709
4903
  :example:
4710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.0/fusionapps/verify_service_attachment.py.html>`__ to see an example of how to use verify_service_attachment API.
4904
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/fusionapps/verify_service_attachment.py.html>`__ to see an example of how to use verify_service_attachment API.
4711
4905
  """
4712
4906
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4713
4907
  required_arguments = ['fusionEnvironmentId']
@@ -599,6 +599,45 @@ class FusionApplicationsClientCompositeOperations(object):
599
599
  except Exception as e:
600
600
  raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
601
601
 
602
+ def initiate_extract_and_wait_for_state(self, fusion_environment_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
603
+ """
604
+ Calls :py:func:`~oci.fusion_apps.FusionApplicationsClient.initiate_extract` and waits for the :py:class:`~oci.fusion_apps.models.WorkRequest`
605
+ to enter the given state(s).
606
+
607
+ :param str fusion_environment_id: (required)
608
+ unique FusionEnvironment identifier
609
+
610
+ :param list[str] wait_for_states:
611
+ An array of states to wait on. These should be valid values for :py:attr:`~oci.fusion_apps.models.WorkRequest.status`
612
+
613
+ :param dict operation_kwargs:
614
+ A dictionary of keyword arguments to pass to :py:func:`~oci.fusion_apps.FusionApplicationsClient.initiate_extract`
615
+
616
+ :param dict waiter_kwargs:
617
+ A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
618
+ as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
619
+ """
620
+ operation_result = self.client.initiate_extract(fusion_environment_id, **operation_kwargs)
621
+ if not wait_for_states:
622
+ return operation_result
623
+ lowered_wait_for_states = [w.lower() for w in wait_for_states]
624
+ if 'opc-work-request-id' not in operation_result.headers:
625
+ return operation_result
626
+ wait_for_resource_id = operation_result.headers['opc-work-request-id']
627
+
628
+ try:
629
+ waiter_result = oci.wait_until(
630
+ self.client,
631
+ self.client.get_work_request(wait_for_resource_id),
632
+ evaluate_response=lambda r: getattr(r.data, 'status') and getattr(r.data, 'status').lower() in lowered_wait_for_states,
633
+ **waiter_kwargs
634
+ )
635
+ result_to_return = waiter_result
636
+
637
+ return result_to_return
638
+ except Exception as e:
639
+ raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
640
+
602
641
  def reset_fusion_environment_password_and_wait_for_state(self, reset_fusion_environment_password_details, fusion_environment_id, admin_username, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
603
642
  """
604
643
  Calls :py:func:`~oci.fusion_apps.FusionApplicationsClient.reset_fusion_environment_password` and waits for the :py:class:`~oci.fusion_apps.models.WorkRequest`