oci 2.149.2__py3-none-any.whl → 2.150.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (308) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +28 -28
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +12 -12
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/bastion/bastion_client.py +15 -15
  30. oci/bds/bds_client.py +84 -84
  31. oci/blockchain/blockchain_platform_client.py +27 -27
  32. oci/budget/budget_client.py +10 -10
  33. oci/capacity_management/capacity_management_client.py +32 -32
  34. oci/certificates/certificates_client.py +5 -5
  35. oci/certificates_management/certificates_management_client.py +32 -32
  36. oci/cims/incident_client.py +6 -6
  37. oci/cloud_bridge/common_client.py +5 -5
  38. oci/cloud_bridge/discovery_client.py +15 -15
  39. oci/cloud_bridge/inventory_client.py +16 -16
  40. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  41. oci/cloud_guard/cloud_guard_client.py +155 -155
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_instances/container_instance_client.py +18 -18
  50. oci/core/blockstorage_client.py +60 -60
  51. oci/core/compute_client.py +117 -117
  52. oci/core/compute_management_client.py +32 -32
  53. oci/core/virtual_network_client.py +258 -258
  54. oci/dashboard_service/dashboard_client.py +6 -6
  55. oci/dashboard_service/dashboard_group_client.py +6 -6
  56. oci/data_catalog/data_catalog_client.py +149 -149
  57. oci/data_flow/data_flow_client.py +45 -45
  58. oci/data_integration/data_integration_client.py +163 -163
  59. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  60. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  61. oci/data_safe/data_safe_client.py +317 -317
  62. oci/data_science/data_science_client.py +145 -145
  63. oci/database/database_client.py +414 -414
  64. oci/database_management/db_management_client.py +228 -228
  65. oci/database_management/diagnosability_client.py +4 -4
  66. oci/database_management/managed_my_sql_databases_client.py +9 -9
  67. oci/database_management/perfhub_client.py +1 -1
  68. oci/database_management/sql_tuning_client.py +17 -17
  69. oci/database_migration/database_migration_client.py +42 -42
  70. oci/database_tools/database_tools_client.py +23 -23
  71. oci/dblm/db_life_cycle_management_client.py +12 -12
  72. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  73. oci/delegate_access_control/work_request_client.py +4 -4
  74. oci/demand_signal/occ_demand_signal_client.py +7 -7
  75. oci/desktops/desktop_service_client.py +21 -21
  76. oci/devops/devops_client.py +141 -141
  77. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  78. oci/dns/dns_client.py +54 -54
  79. oci/dts/appliance_export_job_client.py +6 -6
  80. oci/dts/shipping_vendors_client.py +1 -1
  81. oci/dts/transfer_appliance_client.py +8 -8
  82. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  83. oci/dts/transfer_device_client.py +5 -5
  84. oci/dts/transfer_job_client.py +6 -6
  85. oci/dts/transfer_package_client.py +7 -7
  86. oci/em_warehouse/em_warehouse_client.py +13 -13
  87. oci/email/email_client.py +31 -31
  88. oci/email_data_plane/email_dp_client.py +1 -1
  89. oci/events/events_client.py +6 -6
  90. oci/file_storage/file_storage_client.py +74 -74
  91. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  92. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  93. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  94. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  95. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  96. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  97. oci/functions/functions_invoke_client.py +8 -3
  98. oci/functions/functions_management_client.py +16 -16
  99. oci/fusion_apps/fusion_applications_client.py +41 -41
  100. oci/generative_ai/generative_ai_client.py +22 -22
  101. oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
  102. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
  103. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  104. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  105. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  106. oci/golden_gate/golden_gate_client.py +751 -113
  107. oci/golden_gate/golden_gate_client_composite_operations.py +170 -0
  108. oci/golden_gate/models/__init__.py +18 -0
  109. oci/golden_gate/models/add_deployment_local_peer_details.py +101 -0
  110. oci/golden_gate/models/collect_pipeline_diagnostic_details.py +132 -0
  111. oci/golden_gate/models/create_deployment_details.py +132 -4
  112. oci/golden_gate/models/deployment.py +212 -0
  113. oci/golden_gate/models/deployment_peer_collection.py +70 -0
  114. oci/golden_gate/models/deployment_peer_summary.py +464 -0
  115. oci/golden_gate/models/deployment_placement_details.py +103 -0
  116. oci/golden_gate/models/deployment_placement_info.py +101 -0
  117. oci/golden_gate/models/deployment_type_summary.py +69 -2
  118. oci/golden_gate/models/pipeline.py +27 -0
  119. oci/golden_gate/models/pipeline_diagnostic_data.py +220 -0
  120. oci/golden_gate/models/process_options.py +49 -2
  121. oci/golden_gate/models/remove_deployment_local_peer_details.py +101 -0
  122. oci/golden_gate/models/switchover_deployment_peer_details.py +101 -0
  123. oci/golden_gate/models/update_deployment_details.py +31 -0
  124. oci/golden_gate/models/work_request.py +11 -3
  125. oci/golden_gate/models/zero_etl_pipeline.py +7 -0
  126. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  127. oci/governance_rules_control_plane/work_request_client.py +5 -5
  128. oci/healthchecks/health_checks_client.py +17 -17
  129. oci/identity/identity_client.py +145 -145
  130. oci/identity_data_plane/dataplane_client.py +2 -2
  131. oci/identity_domains/identity_domains_client.py +311 -311
  132. oci/integration/integration_instance_client.py +19 -19
  133. oci/jms/java_management_service_client.py +79 -79
  134. oci/jms_java_downloads/java_download_client.py +25 -25
  135. oci/key_management/ekm_client.py +5 -5
  136. oci/key_management/kms_crypto_client.py +6 -6
  137. oci/key_management/kms_hsm_cluster_client.py +12 -12
  138. oci/key_management/kms_management_client.py +21 -21
  139. oci/key_management/kms_vault_client.py +14 -14
  140. oci/key_management/models/__init__.py +4 -0
  141. oci/key_management/models/create_vault_replica_details.py +29 -2
  142. oci/key_management/models/replica_external_vault_metadata.py +111 -0
  143. oci/key_management/models/replica_vault_metadata.py +101 -0
  144. oci/license_manager/license_manager_client.py +18 -18
  145. oci/limits/limits_client.py +4 -4
  146. oci/limits/quotas_client.py +7 -7
  147. oci/load_balancer/load_balancer_client.py +61 -61
  148. oci/lockbox/lockbox_client.py +24 -24
  149. oci/log_analytics/log_analytics_client.py +193 -193
  150. oci/logging/logging_management_client.py +30 -30
  151. oci/loggingingestion/logging_client.py +1 -1
  152. oci/loggingsearch/log_search_client.py +1 -1
  153. oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
  154. oci/management_agent/management_agent_client.py +28 -28
  155. oci/management_dashboard/dashx_apis_client.py +14 -14
  156. oci/marketplace/account_client.py +2 -2
  157. oci/marketplace/marketplace_client.py +30 -30
  158. oci/marketplace_private_offer/attachment_client.py +5 -5
  159. oci/marketplace_private_offer/offer_client.py +6 -6
  160. oci/marketplace_publisher/attachment_client.py +5 -5
  161. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  162. oci/marketplace_publisher/offer_client.py +6 -6
  163. oci/media_services/media_services_client.py +60 -60
  164. oci/media_services/media_stream_client.py +2 -2
  165. oci/mngdmac/mac_device_client.py +3 -3
  166. oci/mngdmac/mac_order_client.py +11 -11
  167. oci/monitoring/monitoring_client.py +18 -18
  168. oci/mysql/channels_client.py +7 -7
  169. oci/mysql/db_backups_client.py +7 -7
  170. oci/mysql/db_system_client.py +17 -17
  171. oci/mysql/mysqlaas_client.py +7 -7
  172. oci/mysql/replicas_client.py +5 -5
  173. oci/mysql/work_requests_client.py +4 -4
  174. oci/network_firewall/network_firewall_client.py +86 -86
  175. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  176. oci/nosql/nosql_client.py +24 -24
  177. oci/object_storage/object_storage_client.py +55 -55
  178. oci/oce/oce_instance_client.py +10 -10
  179. oci/oci_control_center/occ_metrics_client.py +3 -3
  180. oci/ocvp/cluster_client.py +5 -5
  181. oci/ocvp/esxi_host_client.py +8 -8
  182. oci/ocvp/sddc_client.py +14 -14
  183. oci/ocvp/work_request_client.py +4 -4
  184. oci/oda/management_client.py +59 -59
  185. oci/oda/oda_client.py +17 -17
  186. oci/oda/odapackage_client.py +7 -7
  187. oci/onesubscription/billing_schedule_client.py +1 -1
  188. oci/onesubscription/commitment_client.py +2 -2
  189. oci/onesubscription/computed_usage_client.py +3 -3
  190. oci/onesubscription/invoice_summary_client.py +2 -2
  191. oci/onesubscription/organization_subscription_client.py +1 -1
  192. oci/onesubscription/ratecard_client.py +1 -1
  193. oci/onesubscription/subscribed_service_client.py +2 -2
  194. oci/onesubscription/subscription_client.py +1 -1
  195. oci/ons/notification_control_plane_client.py +6 -6
  196. oci/ons/notification_data_plane_client.py +10 -10
  197. oci/opa/opa_instance_client.py +13 -13
  198. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  199. oci/opensearch/opensearch_cluster_client.py +16 -16
  200. oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
  201. oci/operator_access_control/access_requests_client.py +10 -10
  202. oci/operator_access_control/operator_actions_client.py +2 -2
  203. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  204. oci/operator_access_control/operator_control_client.py +6 -6
  205. oci/opsi/operations_insights_client.py +181 -181
  206. oci/optimizer/optimizer_client.py +26 -26
  207. oci/os_management/event_client.py +8 -8
  208. oci/os_management/os_management_client.py +69 -69
  209. oci/os_management_hub/event_client.py +8 -8
  210. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  211. oci/os_management_hub/managed_instance_client.py +33 -33
  212. oci/os_management_hub/managed_instance_group_client.py +26 -26
  213. oci/os_management_hub/management_station_client.py +10 -10
  214. oci/os_management_hub/onboarding_client.py +13 -13
  215. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  216. oci/os_management_hub/scheduled_job_client.py +7 -7
  217. oci/os_management_hub/software_source_client.py +33 -33
  218. oci/os_management_hub/work_request_client.py +5 -5
  219. oci/osp_gateway/address_rule_service_client.py +1 -1
  220. oci/osp_gateway/address_service_client.py +2 -2
  221. oci/osp_gateway/invoice_service_client.py +5 -5
  222. oci/osp_gateway/subscription_service_client.py +5 -5
  223. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  224. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  225. oci/osub_subscription/commitment_client.py +2 -2
  226. oci/osub_subscription/ratecard_client.py +1 -1
  227. oci/osub_subscription/subscription_client.py +1 -1
  228. oci/osub_usage/computed_usage_client.py +3 -3
  229. oci/psql/postgresql_client.py +34 -34
  230. oci/queue/queue_admin_client.py +11 -11
  231. oci/queue/queue_client.py +8 -8
  232. oci/recovery/database_recovery_client.py +26 -26
  233. oci/redis/redis_cluster_client.py +12 -12
  234. oci/resource_manager/resource_manager_client.py +52 -52
  235. oci/resource_scheduler/schedule_client.py +13 -13
  236. oci/resource_search/resource_search_client.py +3 -3
  237. oci/rover/rover_bundle_client.py +8 -8
  238. oci/rover/rover_cluster_client.py +8 -8
  239. oci/rover/rover_entitlement_client.py +6 -6
  240. oci/rover/rover_node_client.py +15 -15
  241. oci/rover/shape_client.py +1 -1
  242. oci/rover/work_requests_client.py +5 -5
  243. oci/sch/connector_plugins_client.py +4 -4
  244. oci/sch/models/__init__.py +32 -0
  245. oci/sch/models/function_task_details_response.py +158 -0
  246. oci/sch/models/functions_target_details_response.py +192 -0
  247. oci/sch/models/log_rule_task_details_response.py +91 -0
  248. oci/sch/models/logging_analytics_target_details_response.py +130 -0
  249. oci/sch/models/logging_source_details_response.py +91 -0
  250. oci/sch/models/monitoring_source_details_response.py +91 -0
  251. oci/sch/models/monitoring_target_details_response.py +192 -0
  252. oci/sch/models/notifications_target_details_response.py +128 -0
  253. oci/sch/models/object_storage_target_details_response.py +219 -0
  254. oci/sch/models/plugin_source_details_response.py +128 -0
  255. oci/sch/models/private_endpoint_metadata.py +101 -0
  256. oci/sch/models/service_connector.py +19 -15
  257. oci/sch/models/service_connector_summary.py +7 -3
  258. oci/sch/models/source_details.py +5 -5
  259. oci/sch/models/source_details_response.py +158 -0
  260. oci/sch/models/streaming_source_details_response.py +121 -0
  261. oci/sch/models/streaming_target_details_response.py +94 -0
  262. oci/sch/models/target_details.py +5 -5
  263. oci/sch/models/target_details_response.py +174 -0
  264. oci/sch/models/task_details.py +5 -5
  265. oci/sch/models/task_details_response.py +142 -0
  266. oci/sch/service_connector_client.py +14 -14
  267. oci/secrets/secrets_client.py +3 -3
  268. oci/security_attribute/security_attribute_client.py +18 -18
  269. oci/service_catalog/service_catalog_client.py +26 -26
  270. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  271. oci/service_mesh/service_mesh_client.py +48 -48
  272. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  273. oci/streaming/stream_admin_client.py +18 -18
  274. oci/streaming/stream_client.py +8 -8
  275. oci/tenant_manager_control_plane/domain_client.py +5 -5
  276. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  277. oci/tenant_manager_control_plane/governance_client.py +2 -2
  278. oci/tenant_manager_control_plane/link_client.py +3 -3
  279. oci/tenant_manager_control_plane/orders_client.py +2 -2
  280. oci/tenant_manager_control_plane/organization_client.py +10 -10
  281. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  282. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  283. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  284. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  285. oci/threat_intelligence/threatintel_client.py +5 -5
  286. oci/usage/resources_client.py +2 -2
  287. oci/usage/rewards_client.py +6 -6
  288. oci/usage/usagelimits_client.py +1 -1
  289. oci/usage_api/usageapi_client.py +33 -33
  290. oci/vault/vaults_client.py +13 -13
  291. oci/vbs_inst/vbs_instance_client.py +10 -10
  292. oci/version.py +1 -1
  293. oci/visual_builder/vb_instance_client.py +14 -14
  294. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  295. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  296. oci/waa/waa_client.py +13 -13
  297. oci/waa/work_request_client.py +4 -4
  298. oci/waas/redirect_client.py +6 -6
  299. oci/waas/waas_client.py +66 -66
  300. oci/waf/waf_client.py +24 -24
  301. oci/work_requests/work_request_client.py +4 -4
  302. oci/zpr/zpr_client.py +15 -15
  303. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/METADATA +1 -1
  304. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/RECORD +308 -281
  305. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/LICENSE.txt +0 -0
  306. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  307. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/WHEEL +0 -0
  308. {oci-2.149.2.dist-info → oci-2.150.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,128 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2025, 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: 20200909
6
+
7
+ from .source_details_response import SourceDetailsResponse
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 PluginSourceDetailsResponse(SourceDetailsResponse):
14
+ """
15
+ Details about a connector plugin used to fetch data from a source.
16
+ For configuration instructions, see
17
+ `Creating a Connector`__.
18
+
19
+ __ https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm
20
+ """
21
+
22
+ def __init__(self, **kwargs):
23
+ """
24
+ Initializes a new PluginSourceDetailsResponse object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.PluginSourceDetailsResponse.kind` attribute
25
+ of this class is ``plugin`` and it should not be changed.
26
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
27
+
28
+ :param private_endpoint_metadata:
29
+ The value to assign to the private_endpoint_metadata property of this PluginSourceDetailsResponse.
30
+ :type private_endpoint_metadata: oci.sch.models.PrivateEndpointMetadata
31
+
32
+ :param kind:
33
+ The value to assign to the kind property of this PluginSourceDetailsResponse.
34
+ Allowed values for this property are: "logging", "monitoring", "streaming", "plugin"
35
+ :type kind: str
36
+
37
+ :param plugin_name:
38
+ The value to assign to the plugin_name property of this PluginSourceDetailsResponse.
39
+ :type plugin_name: str
40
+
41
+ :param config_map:
42
+ The value to assign to the config_map property of this PluginSourceDetailsResponse.
43
+ :type config_map: object
44
+
45
+ """
46
+ self.swagger_types = {
47
+ 'private_endpoint_metadata': 'PrivateEndpointMetadata',
48
+ 'kind': 'str',
49
+ 'plugin_name': 'str',
50
+ 'config_map': 'object'
51
+ }
52
+ self.attribute_map = {
53
+ 'private_endpoint_metadata': 'privateEndpointMetadata',
54
+ 'kind': 'kind',
55
+ 'plugin_name': 'pluginName',
56
+ 'config_map': 'configMap'
57
+ }
58
+ self._private_endpoint_metadata = None
59
+ self._kind = None
60
+ self._plugin_name = None
61
+ self._config_map = None
62
+ self._kind = 'plugin'
63
+
64
+ @property
65
+ def plugin_name(self):
66
+ """
67
+ **[Required]** Gets the plugin_name of this PluginSourceDetailsResponse.
68
+ The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, `QueueSource` indicates the Queue service.
69
+ To find names of connector plugins, list the plugin using :func:`list_connector_plugins`.
70
+
71
+
72
+ :return: The plugin_name of this PluginSourceDetailsResponse.
73
+ :rtype: str
74
+ """
75
+ return self._plugin_name
76
+
77
+ @plugin_name.setter
78
+ def plugin_name(self, plugin_name):
79
+ """
80
+ Sets the plugin_name of this PluginSourceDetailsResponse.
81
+ The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, `QueueSource` indicates the Queue service.
82
+ To find names of connector plugins, list the plugin using :func:`list_connector_plugins`.
83
+
84
+
85
+ :param plugin_name: The plugin_name of this PluginSourceDetailsResponse.
86
+ :type: str
87
+ """
88
+ self._plugin_name = plugin_name
89
+
90
+ @property
91
+ def config_map(self):
92
+ """
93
+ **[Required]** Gets the config_map of this PluginSourceDetailsResponse.
94
+ The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type.
95
+ For example, for `QueueSource`, the map lists the OCID of the selected queue.
96
+ To find the parameters for a connector plugin, get the plugin using :func:`get_connector_plugin` and review its schema value.
97
+
98
+
99
+ :return: The config_map of this PluginSourceDetailsResponse.
100
+ :rtype: object
101
+ """
102
+ return self._config_map
103
+
104
+ @config_map.setter
105
+ def config_map(self, config_map):
106
+ """
107
+ Sets the config_map of this PluginSourceDetailsResponse.
108
+ The configuration map for the connector plugin. This map includes parameters specific to the connector plugin type.
109
+ For example, for `QueueSource`, the map lists the OCID of the selected queue.
110
+ To find the parameters for a connector plugin, get the plugin using :func:`get_connector_plugin` and review its schema value.
111
+
112
+
113
+ :param config_map: The config_map of this PluginSourceDetailsResponse.
114
+ :type: object
115
+ """
116
+ self._config_map = config_map
117
+
118
+ def __repr__(self):
119
+ return formatted_flat_dict(self)
120
+
121
+ def __eq__(self, other):
122
+ if other is None:
123
+ return False
124
+
125
+ return self.__dict__ == other.__dict__
126
+
127
+ def __ne__(self, other):
128
+ return not self == other
@@ -0,0 +1,101 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2025, 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: 20200909
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 PrivateEndpointMetadata(object):
14
+ """
15
+ The private endpoint metadata for the connector's source or target.
16
+ """
17
+
18
+ def __init__(self, **kwargs):
19
+ """
20
+ Initializes a new PrivateEndpointMetadata object with values from keyword arguments.
21
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
+
23
+ :param rce_traffic_ip_address:
24
+ The value to assign to the rce_traffic_ip_address property of this PrivateEndpointMetadata.
25
+ :type rce_traffic_ip_address: str
26
+
27
+ :param rce_dns_proxy_ip_address:
28
+ The value to assign to the rce_dns_proxy_ip_address property of this PrivateEndpointMetadata.
29
+ :type rce_dns_proxy_ip_address: str
30
+
31
+ """
32
+ self.swagger_types = {
33
+ 'rce_traffic_ip_address': 'str',
34
+ 'rce_dns_proxy_ip_address': 'str'
35
+ }
36
+ self.attribute_map = {
37
+ 'rce_traffic_ip_address': 'rceTrafficIpAddress',
38
+ 'rce_dns_proxy_ip_address': 'rceDnsProxyIpAddress'
39
+ }
40
+ self._rce_traffic_ip_address = None
41
+ self._rce_dns_proxy_ip_address = None
42
+
43
+ @property
44
+ def rce_traffic_ip_address(self):
45
+ """
46
+ Gets the rce_traffic_ip_address of this PrivateEndpointMetadata.
47
+ The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
48
+
49
+
50
+ :return: The rce_traffic_ip_address of this PrivateEndpointMetadata.
51
+ :rtype: str
52
+ """
53
+ return self._rce_traffic_ip_address
54
+
55
+ @rce_traffic_ip_address.setter
56
+ def rce_traffic_ip_address(self, rce_traffic_ip_address):
57
+ """
58
+ Sets the rce_traffic_ip_address of this PrivateEndpointMetadata.
59
+ The reverse connection endpoint (RCE) IP address for primary flow of traffic in the subnet.
60
+
61
+
62
+ :param rce_traffic_ip_address: The rce_traffic_ip_address of this PrivateEndpointMetadata.
63
+ :type: str
64
+ """
65
+ self._rce_traffic_ip_address = rce_traffic_ip_address
66
+
67
+ @property
68
+ def rce_dns_proxy_ip_address(self):
69
+ """
70
+ Gets the rce_dns_proxy_ip_address of this PrivateEndpointMetadata.
71
+ The reverse connection endpoint (RCE) IP address for DNS lookups.
72
+
73
+
74
+ :return: The rce_dns_proxy_ip_address of this PrivateEndpointMetadata.
75
+ :rtype: str
76
+ """
77
+ return self._rce_dns_proxy_ip_address
78
+
79
+ @rce_dns_proxy_ip_address.setter
80
+ def rce_dns_proxy_ip_address(self, rce_dns_proxy_ip_address):
81
+ """
82
+ Sets the rce_dns_proxy_ip_address of this PrivateEndpointMetadata.
83
+ The reverse connection endpoint (RCE) IP address for DNS lookups.
84
+
85
+
86
+ :param rce_dns_proxy_ip_address: The rce_dns_proxy_ip_address of this PrivateEndpointMetadata.
87
+ :type: str
88
+ """
89
+ self._rce_dns_proxy_ip_address = rce_dns_proxy_ip_address
90
+
91
+ def __repr__(self):
92
+ return formatted_flat_dict(self)
93
+
94
+ def __eq__(self, other):
95
+ if other is None:
96
+ return False
97
+
98
+ return self.__dict__ == other.__dict__
99
+
100
+ def __ne__(self, other):
101
+ return not self == other
@@ -35,6 +35,10 @@ class ServiceConnector(object):
35
35
  #: This constant has a value of "INACTIVE"
36
36
  LIFECYCLE_STATE_INACTIVE = "INACTIVE"
37
37
 
38
+ #: A constant which can be used with the lifecycle_state property of a ServiceConnector.
39
+ #: This constant has a value of "NEEDS_ATTENTION"
40
+ LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION"
41
+
38
42
  #: A constant which can be used with the lifecycle_state property of a ServiceConnector.
39
43
  #: This constant has a value of "DELETING"
40
44
  LIFECYCLE_STATE_DELETING = "DELETING"
@@ -78,7 +82,7 @@ class ServiceConnector(object):
78
82
 
79
83
  :param lifecycle_state:
80
84
  The value to assign to the lifecycle_state property of this ServiceConnector.
81
- Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
85
+ Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
82
86
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
83
87
  :type lifecycle_state: str
84
88
 
@@ -92,15 +96,15 @@ class ServiceConnector(object):
92
96
 
93
97
  :param source:
94
98
  The value to assign to the source property of this ServiceConnector.
95
- :type source: oci.sch.models.SourceDetails
99
+ :type source: oci.sch.models.SourceDetailsResponse
96
100
 
97
101
  :param tasks:
98
102
  The value to assign to the tasks property of this ServiceConnector.
99
- :type tasks: list[oci.sch.models.TaskDetails]
103
+ :type tasks: list[oci.sch.models.TaskDetailsResponse]
100
104
 
101
105
  :param target:
102
106
  The value to assign to the target property of this ServiceConnector.
103
- :type target: oci.sch.models.TargetDetails
107
+ :type target: oci.sch.models.TargetDetailsResponse
104
108
 
105
109
  :param freeform_tags:
106
110
  The value to assign to the freeform_tags property of this ServiceConnector.
@@ -125,9 +129,9 @@ class ServiceConnector(object):
125
129
  'lifecycle_state': 'str',
126
130
  'lifecycle_details': 'str',
127
131
  'lifecyle_details': 'str',
128
- 'source': 'SourceDetails',
129
- 'tasks': 'list[TaskDetails]',
130
- 'target': 'TargetDetails',
132
+ 'source': 'SourceDetailsResponse',
133
+ 'tasks': 'list[TaskDetailsResponse]',
134
+ 'target': 'TargetDetailsResponse',
131
135
  'freeform_tags': 'dict(str, str)',
132
136
  'defined_tags': 'dict(str, dict(str, object))',
133
137
  'system_tags': 'dict(str, dict(str, object))'
@@ -341,7 +345,7 @@ class ServiceConnector(object):
341
345
  **[Required]** Gets the lifecycle_state of this ServiceConnector.
342
346
  The current state of the connector.
343
347
 
344
- Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
348
+ Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
345
349
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
346
350
 
347
351
 
@@ -360,7 +364,7 @@ class ServiceConnector(object):
360
364
  :param lifecycle_state: The lifecycle_state of this ServiceConnector.
361
365
  :type: str
362
366
  """
363
- allowed_values = ["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED"]
367
+ allowed_values = ["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"]
364
368
  if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
365
369
  lifecycle_state = 'UNKNOWN_ENUM_VALUE'
366
370
  self._lifecycle_state = lifecycle_state
@@ -429,7 +433,7 @@ class ServiceConnector(object):
429
433
  Gets the source of this ServiceConnector.
430
434
 
431
435
  :return: The source of this ServiceConnector.
432
- :rtype: oci.sch.models.SourceDetails
436
+ :rtype: oci.sch.models.SourceDetailsResponse
433
437
  """
434
438
  return self._source
435
439
 
@@ -439,7 +443,7 @@ class ServiceConnector(object):
439
443
  Sets the source of this ServiceConnector.
440
444
 
441
445
  :param source: The source of this ServiceConnector.
442
- :type: oci.sch.models.SourceDetails
446
+ :type: oci.sch.models.SourceDetailsResponse
443
447
  """
444
448
  self._source = source
445
449
 
@@ -451,7 +455,7 @@ class ServiceConnector(object):
451
455
 
452
456
 
453
457
  :return: The tasks of this ServiceConnector.
454
- :rtype: list[oci.sch.models.TaskDetails]
458
+ :rtype: list[oci.sch.models.TaskDetailsResponse]
455
459
  """
456
460
  return self._tasks
457
461
 
@@ -463,7 +467,7 @@ class ServiceConnector(object):
463
467
 
464
468
 
465
469
  :param tasks: The tasks of this ServiceConnector.
466
- :type: list[oci.sch.models.TaskDetails]
470
+ :type: list[oci.sch.models.TaskDetailsResponse]
467
471
  """
468
472
  self._tasks = tasks
469
473
 
@@ -473,7 +477,7 @@ class ServiceConnector(object):
473
477
  Gets the target of this ServiceConnector.
474
478
 
475
479
  :return: The target of this ServiceConnector.
476
- :rtype: oci.sch.models.TargetDetails
480
+ :rtype: oci.sch.models.TargetDetailsResponse
477
481
  """
478
482
  return self._target
479
483
 
@@ -483,7 +487,7 @@ class ServiceConnector(object):
483
487
  Sets the target of this ServiceConnector.
484
488
 
485
489
  :param target: The target of this ServiceConnector.
486
- :type: oci.sch.models.TargetDetails
490
+ :type: oci.sch.models.TargetDetailsResponse
487
491
  """
488
492
  self._target = target
489
493
 
@@ -31,6 +31,10 @@ class ServiceConnectorSummary(object):
31
31
  #: This constant has a value of "INACTIVE"
32
32
  LIFECYCLE_STATE_INACTIVE = "INACTIVE"
33
33
 
34
+ #: A constant which can be used with the lifecycle_state property of a ServiceConnectorSummary.
35
+ #: This constant has a value of "NEEDS_ATTENTION"
36
+ LIFECYCLE_STATE_NEEDS_ATTENTION = "NEEDS_ATTENTION"
37
+
34
38
  #: A constant which can be used with the lifecycle_state property of a ServiceConnectorSummary.
35
39
  #: This constant has a value of "DELETING"
36
40
  LIFECYCLE_STATE_DELETING = "DELETING"
@@ -74,7 +78,7 @@ class ServiceConnectorSummary(object):
74
78
 
75
79
  :param lifecycle_state:
76
80
  The value to assign to the lifecycle_state property of this ServiceConnectorSummary.
77
- Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
81
+ Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
78
82
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
79
83
  :type lifecycle_state: str
80
84
 
@@ -309,7 +313,7 @@ class ServiceConnectorSummary(object):
309
313
  **[Required]** Gets the lifecycle_state of this ServiceConnectorSummary.
310
314
  The current state of the connector.
311
315
 
312
- Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
316
+ Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
313
317
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
314
318
 
315
319
 
@@ -328,7 +332,7 @@ class ServiceConnectorSummary(object):
328
332
  :param lifecycle_state: The lifecycle_state of this ServiceConnectorSummary.
329
333
  :type: str
330
334
  """
331
- allowed_values = ["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED"]
335
+ allowed_values = ["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "NEEDS_ATTENTION", "DELETING", "DELETED", "FAILED"]
332
336
  if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
333
337
  lifecycle_state = 'UNKNOWN_ENUM_VALUE'
334
338
  self._lifecycle_state = lifecycle_state
@@ -53,8 +53,7 @@ class SourceDetails(object):
53
53
 
54
54
  :param kind:
55
55
  The value to assign to the kind property of this SourceDetails.
56
- Allowed values for this property are: "logging", "monitoring", "streaming", "plugin", 'UNKNOWN_ENUM_VALUE'.
57
- Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
56
+ Allowed values for this property are: "logging", "monitoring", "streaming", "plugin"
58
57
  :type kind: str
59
58
 
60
59
  """
@@ -94,8 +93,7 @@ class SourceDetails(object):
94
93
  **[Required]** Gets the kind of this SourceDetails.
95
94
  The type discriminator.
96
95
 
97
- Allowed values for this property are: "logging", "monitoring", "streaming", "plugin", 'UNKNOWN_ENUM_VALUE'.
98
- Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
96
+ Allowed values for this property are: "logging", "monitoring", "streaming", "plugin"
99
97
 
100
98
 
101
99
  :return: The kind of this SourceDetails.
@@ -115,7 +113,9 @@ class SourceDetails(object):
115
113
  """
116
114
  allowed_values = ["logging", "monitoring", "streaming", "plugin"]
117
115
  if not value_allowed_none_or_none_sentinel(kind, allowed_values):
118
- kind = 'UNKNOWN_ENUM_VALUE'
116
+ raise ValueError(
117
+ f"Invalid value for `kind`, must be None or one of {allowed_values}"
118
+ )
119
119
  self._kind = kind
120
120
 
121
121
  def __repr__(self):
@@ -0,0 +1,158 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2025, 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: 20200909
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 SourceDetailsResponse(object):
14
+ """
15
+ An object that represents the source of the flow defined by the connector.
16
+ An example source is the VCNFlow logs within the NetworkLogs group.
17
+ For more information about flows defined by connectors, see
18
+ `Overview of Connector Hub`__.
19
+ For configuration instructions, see
20
+ `Creating a Connector`__.
21
+
22
+ __ https://docs.cloud.oracle.com/iaas/Content/connector-hub/overview.htm
23
+ __ https://docs.cloud.oracle.com/iaas/Content/connector-hub/create-service-connector.htm
24
+ """
25
+
26
+ #: A constant which can be used with the kind property of a SourceDetailsResponse.
27
+ #: This constant has a value of "logging"
28
+ KIND_LOGGING = "logging"
29
+
30
+ #: A constant which can be used with the kind property of a SourceDetailsResponse.
31
+ #: This constant has a value of "monitoring"
32
+ KIND_MONITORING = "monitoring"
33
+
34
+ #: A constant which can be used with the kind property of a SourceDetailsResponse.
35
+ #: This constant has a value of "streaming"
36
+ KIND_STREAMING = "streaming"
37
+
38
+ #: A constant which can be used with the kind property of a SourceDetailsResponse.
39
+ #: This constant has a value of "plugin"
40
+ KIND_PLUGIN = "plugin"
41
+
42
+ def __init__(self, **kwargs):
43
+ """
44
+ Initializes a new SourceDetailsResponse object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
45
+ to a service operations then you should favor using a subclass over the base class:
46
+
47
+ * :class:`~oci.sch.models.LoggingSourceDetailsResponse`
48
+ * :class:`~oci.sch.models.MonitoringSourceDetailsResponse`
49
+ * :class:`~oci.sch.models.StreamingSourceDetailsResponse`
50
+ * :class:`~oci.sch.models.PluginSourceDetailsResponse`
51
+
52
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
53
+
54
+ :param private_endpoint_metadata:
55
+ The value to assign to the private_endpoint_metadata property of this SourceDetailsResponse.
56
+ :type private_endpoint_metadata: oci.sch.models.PrivateEndpointMetadata
57
+
58
+ :param kind:
59
+ The value to assign to the kind property of this SourceDetailsResponse.
60
+ Allowed values for this property are: "logging", "monitoring", "streaming", "plugin", 'UNKNOWN_ENUM_VALUE'.
61
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
62
+ :type kind: str
63
+
64
+ """
65
+ self.swagger_types = {
66
+ 'private_endpoint_metadata': 'PrivateEndpointMetadata',
67
+ 'kind': 'str'
68
+ }
69
+ self.attribute_map = {
70
+ 'private_endpoint_metadata': 'privateEndpointMetadata',
71
+ 'kind': 'kind'
72
+ }
73
+ self._private_endpoint_metadata = None
74
+ self._kind = None
75
+
76
+ @staticmethod
77
+ def get_subtype(object_dictionary):
78
+ """
79
+ Given the hash representation of a subtype of this class,
80
+ use the info in the hash to return the class of the subtype.
81
+ """
82
+ type = object_dictionary['kind']
83
+
84
+ if type == 'logging':
85
+ return 'LoggingSourceDetailsResponse'
86
+
87
+ if type == 'monitoring':
88
+ return 'MonitoringSourceDetailsResponse'
89
+
90
+ if type == 'streaming':
91
+ return 'StreamingSourceDetailsResponse'
92
+
93
+ if type == 'plugin':
94
+ return 'PluginSourceDetailsResponse'
95
+ else:
96
+ return 'SourceDetailsResponse'
97
+
98
+ @property
99
+ def private_endpoint_metadata(self):
100
+ """
101
+ Gets the private_endpoint_metadata of this SourceDetailsResponse.
102
+
103
+ :return: The private_endpoint_metadata of this SourceDetailsResponse.
104
+ :rtype: oci.sch.models.PrivateEndpointMetadata
105
+ """
106
+ return self._private_endpoint_metadata
107
+
108
+ @private_endpoint_metadata.setter
109
+ def private_endpoint_metadata(self, private_endpoint_metadata):
110
+ """
111
+ Sets the private_endpoint_metadata of this SourceDetailsResponse.
112
+
113
+ :param private_endpoint_metadata: The private_endpoint_metadata of this SourceDetailsResponse.
114
+ :type: oci.sch.models.PrivateEndpointMetadata
115
+ """
116
+ self._private_endpoint_metadata = private_endpoint_metadata
117
+
118
+ @property
119
+ def kind(self):
120
+ """
121
+ **[Required]** Gets the kind of this SourceDetailsResponse.
122
+ The type discriminator.
123
+
124
+ Allowed values for this property are: "logging", "monitoring", "streaming", "plugin", 'UNKNOWN_ENUM_VALUE'.
125
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
126
+
127
+
128
+ :return: The kind of this SourceDetailsResponse.
129
+ :rtype: str
130
+ """
131
+ return self._kind
132
+
133
+ @kind.setter
134
+ def kind(self, kind):
135
+ """
136
+ Sets the kind of this SourceDetailsResponse.
137
+ The type discriminator.
138
+
139
+
140
+ :param kind: The kind of this SourceDetailsResponse.
141
+ :type: str
142
+ """
143
+ allowed_values = ["logging", "monitoring", "streaming", "plugin"]
144
+ if not value_allowed_none_or_none_sentinel(kind, allowed_values):
145
+ kind = 'UNKNOWN_ENUM_VALUE'
146
+ self._kind = kind
147
+
148
+ def __repr__(self):
149
+ return formatted_flat_dict(self)
150
+
151
+ def __eq__(self, other):
152
+ if other is None:
153
+ return False
154
+
155
+ return self.__dict__ == other.__dict__
156
+
157
+ def __ne__(self, other):
158
+ return not self == other