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
@@ -149,7 +149,7 @@ class FusionEnvironmentClient(object):
149
149
  :rtype: :class:`~oci.response.Response`
150
150
 
151
151
  :example:
152
- 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.
152
+ 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.
153
153
  """
154
154
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/actions/changeCompartment"
155
155
  method = "POST"
@@ -253,7 +253,7 @@ class FusionEnvironmentClient(object):
253
253
  :rtype: :class:`~oci.response.Response`
254
254
 
255
255
  :example:
256
- 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.
256
+ 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.
257
257
  """
258
258
  resource_path = "/fusionEnvironments"
259
259
  method = "POST"
@@ -346,7 +346,7 @@ class FusionEnvironmentClient(object):
346
346
  :rtype: :class:`~oci.response.Response`
347
347
 
348
348
  :example:
349
- 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.
349
+ 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.
350
350
  """
351
351
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers"
352
352
  method = "POST"
@@ -448,7 +448,7 @@ class FusionEnvironmentClient(object):
448
448
  :rtype: :class:`~oci.response.Response`
449
449
 
450
450
  :example:
451
- 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.
451
+ 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.
452
452
  """
453
453
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
454
454
  method = "DELETE"
@@ -550,7 +550,7 @@ class FusionEnvironmentClient(object):
550
550
  :rtype: :class:`~oci.response.Response`
551
551
 
552
552
  :example:
553
- 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.
553
+ 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.
554
554
  """
555
555
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}"
556
556
  method = "DELETE"
@@ -643,7 +643,7 @@ class FusionEnvironmentClient(object):
643
643
  :rtype: :class:`~oci.response.Response`
644
644
 
645
645
  :example:
646
- 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.
646
+ 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.
647
647
  """
648
648
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
649
649
  method = "GET"
@@ -735,7 +735,7 @@ class FusionEnvironmentClient(object):
735
735
  :rtype: :class:`~oci.response.Response`
736
736
 
737
737
  :example:
738
- 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.
738
+ 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.
739
739
  """
740
740
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/status"
741
741
  method = "GET"
@@ -827,7 +827,7 @@ class FusionEnvironmentClient(object):
827
827
  :rtype: :class:`~oci.response.Response`
828
828
 
829
829
  :example:
830
- 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.
830
+ 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.
831
831
  """
832
832
  resource_path = "/workRequests/{workRequestId}"
833
833
  method = "GET"
@@ -919,7 +919,7 @@ class FusionEnvironmentClient(object):
919
919
  :rtype: :class:`~oci.response.Response`
920
920
 
921
921
  :example:
922
- 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.
922
+ 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.
923
923
  """
924
924
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers"
925
925
  method = "GET"
@@ -1038,7 +1038,7 @@ class FusionEnvironmentClient(object):
1038
1038
  :rtype: :class:`~oci.response.Response`
1039
1039
 
1040
1040
  :example:
1041
- 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.
1041
+ 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.
1042
1042
  """
1043
1043
  resource_path = "/fusionEnvironments"
1044
1044
  method = "GET"
@@ -1176,7 +1176,7 @@ class FusionEnvironmentClient(object):
1176
1176
  :rtype: :class:`~oci.response.Response`
1177
1177
 
1178
1178
  :example:
1179
- 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.
1179
+ 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.
1180
1180
  """
1181
1181
  resource_path = "/workRequests/{workRequestId}/errors"
1182
1182
  method = "GET"
@@ -1312,7 +1312,7 @@ class FusionEnvironmentClient(object):
1312
1312
  :rtype: :class:`~oci.response.Response`
1313
1313
 
1314
1314
  :example:
1315
- 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.
1315
+ 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.
1316
1316
  """
1317
1317
  resource_path = "/workRequests/{workRequestId}/logs"
1318
1318
  method = "GET"
@@ -1456,7 +1456,7 @@ class FusionEnvironmentClient(object):
1456
1456
  :rtype: :class:`~oci.response.Response`
1457
1457
 
1458
1458
  :example:
1459
- 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.
1459
+ 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.
1460
1460
  """
1461
1461
  resource_path = "/workRequests"
1462
1462
  method = "GET"
@@ -1596,7 +1596,7 @@ class FusionEnvironmentClient(object):
1596
1596
  :rtype: :class:`~oci.response.Response`
1597
1597
 
1598
1598
  :example:
1599
- 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.
1599
+ 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.
1600
1600
  """
1601
1601
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}/adminUsers/{adminUsername}/actions/resetPassword"
1602
1602
  method = "POST"
@@ -1704,7 +1704,7 @@ class FusionEnvironmentClient(object):
1704
1704
  :rtype: :class:`~oci.response.Response`
1705
1705
 
1706
1706
  :example:
1707
- 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.
1707
+ 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.
1708
1708
  """
1709
1709
  resource_path = "/fusionEnvironments/{fusionEnvironmentId}"
1710
1710
  method = "PUT"
@@ -149,7 +149,7 @@ class FusionEnvironmentFamilyClient(object):
149
149
  :rtype: :class:`~oci.response.Response`
150
150
 
151
151
  :example:
152
- 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.
152
+ 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.
153
153
  """
154
154
  resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/actions/changeCompartment"
155
155
  method = "POST"
@@ -256,7 +256,7 @@ class FusionEnvironmentFamilyClient(object):
256
256
  :rtype: :class:`~oci.response.Response`
257
257
 
258
258
  :example:
259
- 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.
259
+ 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.
260
260
  """
261
261
  resource_path = "/fusionEnvironmentFamilies"
262
262
  method = "POST"
@@ -348,7 +348,7 @@ class FusionEnvironmentFamilyClient(object):
348
348
  :rtype: :class:`~oci.response.Response`
349
349
 
350
350
  :example:
351
- 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.
351
+ 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.
352
352
  """
353
353
  resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
354
354
  method = "DELETE"
@@ -440,7 +440,7 @@ class FusionEnvironmentFamilyClient(object):
440
440
  :rtype: :class:`~oci.response.Response`
441
441
 
442
442
  :example:
443
- 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.
443
+ 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.
444
444
  """
445
445
  resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
446
446
  method = "GET"
@@ -532,7 +532,7 @@ class FusionEnvironmentFamilyClient(object):
532
532
  :rtype: :class:`~oci.response.Response`
533
533
 
534
534
  :example:
535
- 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.
535
+ 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.
536
536
  """
537
537
  resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/limitsAndUsage"
538
538
  method = "GET"
@@ -624,7 +624,7 @@ class FusionEnvironmentFamilyClient(object):
624
624
  :rtype: :class:`~oci.response.Response`
625
625
 
626
626
  :example:
627
- 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.
627
+ 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.
628
628
  """
629
629
  resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}/subscriptionDetails"
630
630
  method = "GET"
@@ -743,7 +743,7 @@ class FusionEnvironmentFamilyClient(object):
743
743
  :rtype: :class:`~oci.response.Response`
744
744
 
745
745
  :example:
746
- 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.
746
+ 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.
747
747
  """
748
748
  resource_path = "/fusionEnvironmentFamilies"
749
749
  method = "GET"
@@ -875,7 +875,7 @@ class FusionEnvironmentFamilyClient(object):
875
875
  :rtype: :class:`~oci.response.Response`
876
876
 
877
877
  :example:
878
- 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.
878
+ 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.
879
879
  """
880
880
  resource_path = "/fusionEnvironmentFamilies/{fusionEnvironmentFamilyId}"
881
881
  method = "PUT"
@@ -23,6 +23,8 @@ from .data_masking_activity import DataMaskingActivity
23
23
  from .data_masking_activity_collection import DataMaskingActivityCollection
24
24
  from .data_masking_activity_summary import DataMaskingActivitySummary
25
25
  from .environment_role import EnvironmentRole
26
+ from .extract_details_collection import ExtractDetailsCollection
27
+ from .extract_details_summary import ExtractDetailsSummary
26
28
  from .family_maintenance_policy import FamilyMaintenancePolicy
27
29
  from .fusion_environment import FusionEnvironment
28
30
  from .fusion_environment_collection import FusionEnvironmentCollection
@@ -96,6 +98,8 @@ fusion_apps_type_mapping = {
96
98
  "DataMaskingActivityCollection": DataMaskingActivityCollection,
97
99
  "DataMaskingActivitySummary": DataMaskingActivitySummary,
98
100
  "EnvironmentRole": EnvironmentRole,
101
+ "ExtractDetailsCollection": ExtractDetailsCollection,
102
+ "ExtractDetailsSummary": ExtractDetailsSummary,
99
103
  "FamilyMaintenancePolicy": FamilyMaintenancePolicy,
100
104
  "FusionEnvironment": FusionEnvironment,
101
105
  "FusionEnvironmentCollection": FusionEnvironmentCollection,
@@ -0,0 +1,72 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20211201
6
+
7
+
8
+ from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
9
+ from oci.decorators import init_model_state_from_kwargs
10
+
11
+
12
+ @init_model_state_from_kwargs
13
+ class ExtractDetailsCollection(object):
14
+ """
15
+ Results of GenerateExtractDetails for a pod.
16
+ """
17
+
18
+ def __init__(self, **kwargs):
19
+ """
20
+ Initializes a new ExtractDetailsCollection object with values from keyword arguments.
21
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
+
23
+ :param items:
24
+ The value to assign to the items property of this ExtractDetailsCollection.
25
+ :type items: list[oci.fusion_apps.models.ExtractDetailsSummary]
26
+
27
+ """
28
+ self.swagger_types = {
29
+ 'items': 'list[ExtractDetailsSummary]'
30
+ }
31
+
32
+ self.attribute_map = {
33
+ 'items': 'items'
34
+ }
35
+
36
+ self._items = None
37
+
38
+ @property
39
+ def items(self):
40
+ """
41
+ **[Required]** Gets the items of this ExtractDetailsCollection.
42
+ A page of ExtractDetailsSummary objects.
43
+
44
+
45
+ :return: The items of this ExtractDetailsCollection.
46
+ :rtype: list[oci.fusion_apps.models.ExtractDetailsSummary]
47
+ """
48
+ return self._items
49
+
50
+ @items.setter
51
+ def items(self, items):
52
+ """
53
+ Sets the items of this ExtractDetailsCollection.
54
+ A page of ExtractDetailsSummary objects.
55
+
56
+
57
+ :param items: The items of this ExtractDetailsCollection.
58
+ :type: list[oci.fusion_apps.models.ExtractDetailsSummary]
59
+ """
60
+ self._items = items
61
+
62
+ def __repr__(self):
63
+ return formatted_flat_dict(self)
64
+
65
+ def __eq__(self, other):
66
+ if other is None:
67
+ return False
68
+
69
+ return self.__dict__ == other.__dict__
70
+
71
+ def __ne__(self, other):
72
+ return not self == other
@@ -0,0 +1,134 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20211201
6
+
7
+
8
+ from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
9
+ from oci.decorators import init_model_state_from_kwargs
10
+
11
+
12
+ @init_model_state_from_kwargs
13
+ class ExtractDetailsSummary(object):
14
+ """
15
+ Details about where the data can be extracted from and password.
16
+ """
17
+
18
+ def __init__(self, **kwargs):
19
+ """
20
+ Initializes a new ExtractDetailsSummary object with values from keyword arguments.
21
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
+
23
+ :param par_url:
24
+ The value to assign to the par_url property of this ExtractDetailsSummary.
25
+ :type par_url: str
26
+
27
+ :param password:
28
+ The value to assign to the password property of this ExtractDetailsSummary.
29
+ :type password: str
30
+
31
+ :param time_created:
32
+ The value to assign to the time_created property of this ExtractDetailsSummary.
33
+ :type time_created: datetime
34
+
35
+ """
36
+ self.swagger_types = {
37
+ 'par_url': 'str',
38
+ 'password': 'str',
39
+ 'time_created': 'datetime'
40
+ }
41
+
42
+ self.attribute_map = {
43
+ 'par_url': 'parUrl',
44
+ 'password': 'password',
45
+ 'time_created': 'timeCreated'
46
+ }
47
+
48
+ self._par_url = None
49
+ self._password = None
50
+ self._time_created = None
51
+
52
+ @property
53
+ def par_url(self):
54
+ """
55
+ **[Required]** Gets the par_url of this ExtractDetailsSummary.
56
+ The parUrl to extract data extract from Object Storage bucket.
57
+
58
+
59
+ :return: The par_url of this ExtractDetailsSummary.
60
+ :rtype: str
61
+ """
62
+ return self._par_url
63
+
64
+ @par_url.setter
65
+ def par_url(self, par_url):
66
+ """
67
+ Sets the par_url of this ExtractDetailsSummary.
68
+ The parUrl to extract data extract from Object Storage bucket.
69
+
70
+
71
+ :param par_url: The par_url of this ExtractDetailsSummary.
72
+ :type: str
73
+ """
74
+ self._par_url = par_url
75
+
76
+ @property
77
+ def password(self):
78
+ """
79
+ **[Required]** Gets the password of this ExtractDetailsSummary.
80
+ The password to decrypt data extract.
81
+
82
+
83
+ :return: The password of this ExtractDetailsSummary.
84
+ :rtype: str
85
+ """
86
+ return self._password
87
+
88
+ @password.setter
89
+ def password(self, password):
90
+ """
91
+ Sets the password of this ExtractDetailsSummary.
92
+ The password to decrypt data extract.
93
+
94
+
95
+ :param password: The password of this ExtractDetailsSummary.
96
+ :type: str
97
+ """
98
+ self._password = password
99
+
100
+ @property
101
+ def time_created(self):
102
+ """
103
+ **[Required]** Gets the time_created of this ExtractDetailsSummary.
104
+ The time when the data extract was requested. An RFC3339 formatted datetime string
105
+
106
+
107
+ :return: The time_created of this ExtractDetailsSummary.
108
+ :rtype: datetime
109
+ """
110
+ return self._time_created
111
+
112
+ @time_created.setter
113
+ def time_created(self, time_created):
114
+ """
115
+ Sets the time_created of this ExtractDetailsSummary.
116
+ The time when the data extract was requested. An RFC3339 formatted datetime string
117
+
118
+
119
+ :param time_created: The time_created of this ExtractDetailsSummary.
120
+ :type: datetime
121
+ """
122
+ self._time_created = time_created
123
+
124
+ def __repr__(self):
125
+ return formatted_flat_dict(self)
126
+
127
+ def __eq__(self, other):
128
+ if other is None:
129
+ return False
130
+
131
+ return self.__dict__ == other.__dict__
132
+
133
+ def __ne__(self, other):
134
+ return not self == other
@@ -180,6 +180,10 @@ class FusionEnvironment(object):
180
180
  The value to assign to the defined_tags property of this FusionEnvironment.
181
181
  :type defined_tags: dict(str, dict(str, object))
182
182
 
183
+ :param is_suspended:
184
+ The value to assign to the is_suspended property of this FusionEnvironment.
185
+ :type is_suspended: bool
186
+
183
187
  """
184
188
  self.swagger_types = {
185
189
  'id': 'str',
@@ -210,7 +214,8 @@ class FusionEnvironment(object):
210
214
  'system_name': 'str',
211
215
  'environment_role': 'EnvironmentRole',
212
216
  'freeform_tags': 'dict(str, str)',
213
- 'defined_tags': 'dict(str, dict(str, object))'
217
+ 'defined_tags': 'dict(str, dict(str, object))',
218
+ 'is_suspended': 'bool'
214
219
  }
215
220
 
216
221
  self.attribute_map = {
@@ -242,7 +247,8 @@ class FusionEnvironment(object):
242
247
  'system_name': 'systemName',
243
248
  'environment_role': 'environmentRole',
244
249
  'freeform_tags': 'freeformTags',
245
- 'defined_tags': 'definedTags'
250
+ 'defined_tags': 'definedTags',
251
+ 'is_suspended': 'isSuspended'
246
252
  }
247
253
 
248
254
  self._id = None
@@ -274,6 +280,7 @@ class FusionEnvironment(object):
274
280
  self._environment_role = None
275
281
  self._freeform_tags = None
276
282
  self._defined_tags = None
283
+ self._is_suspended = None
277
284
 
278
285
  @property
279
286
  def id(self):
@@ -975,6 +982,30 @@ class FusionEnvironment(object):
975
982
  """
976
983
  self._defined_tags = defined_tags
977
984
 
985
+ @property
986
+ def is_suspended(self):
987
+ """
988
+ Gets the is_suspended of this FusionEnvironment.
989
+ Environment suspended status
990
+
991
+
992
+ :return: The is_suspended of this FusionEnvironment.
993
+ :rtype: bool
994
+ """
995
+ return self._is_suspended
996
+
997
+ @is_suspended.setter
998
+ def is_suspended(self, is_suspended):
999
+ """
1000
+ Sets the is_suspended of this FusionEnvironment.
1001
+ Environment suspended status
1002
+
1003
+
1004
+ :param is_suspended: The is_suspended of this FusionEnvironment.
1005
+ :type: bool
1006
+ """
1007
+ self._is_suspended = is_suspended
1008
+
978
1009
  def __repr__(self):
979
1010
  return formatted_flat_dict(self)
980
1011