oci 2.147.0__py3-none-any.whl → 2.148.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 (329) 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 +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +57 -57
  22. oci/apm_synthetics/models/ftp_monitor_configuration.py +2 -2
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/autoscaling/auto_scaling_client.py +11 -11
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +84 -84
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +6 -6
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +15 -15
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +102 -102
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/virtual_network_client.py +258 -258
  55. oci/dashboard_service/dashboard_client.py +6 -6
  56. oci/dashboard_service/dashboard_group_client.py +6 -6
  57. oci/data_catalog/data_catalog_client.py +149 -149
  58. oci/data_flow/data_flow_client.py +45 -45
  59. oci/data_integration/data_integration_client.py +163 -163
  60. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  61. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  62. oci/data_safe/data_safe_client.py +3343 -1855
  63. oci/data_safe/data_safe_client_composite_operations.py +217 -0
  64. oci/data_safe/models/__init__.py +28 -0
  65. oci/data_safe/models/change_sensitive_type_group_compartment_details.py +72 -0
  66. oci/data_safe/models/create_discovery_job_details.py +33 -0
  67. oci/data_safe/models/create_sensitive_data_model_details.py +33 -0
  68. oci/data_safe/models/create_sensitive_type_group_details.py +210 -0
  69. oci/data_safe/models/discovery_job.py +31 -0
  70. oci/data_safe/models/grouped_sensitive_type_collection.py +72 -0
  71. oci/data_safe/models/grouped_sensitive_type_summary.py +72 -0
  72. oci/data_safe/models/mask_data_details.py +53 -0
  73. oci/{opensearch/models/pipeline_validation_error_details.py → data_safe/models/masking_error_collection.py} +25 -21
  74. oci/data_safe/models/masking_error_summary.py +189 -0
  75. oci/data_safe/models/masking_report.py +111 -2
  76. oci/data_safe/models/masking_report_summary.py +111 -2
  77. oci/data_safe/models/patch_grouped_sensitive_types_details.py +72 -0
  78. oci/data_safe/models/report_definition.py +14 -6
  79. oci/data_safe/models/report_definition_summary.py +14 -6
  80. oci/data_safe/models/sensitive_column_analytics_collection.py +72 -0
  81. oci/data_safe/models/sensitive_column_analytics_dimensions.py +227 -0
  82. oci/data_safe/models/sensitive_column_analytics_summary.py +99 -0
  83. oci/data_safe/models/sensitive_data_model.py +31 -0
  84. oci/data_safe/models/sensitive_type_group.py +438 -0
  85. oci/data_safe/models/sensitive_type_group_collection.py +72 -0
  86. oci/data_safe/models/sensitive_type_group_summary.py +438 -0
  87. oci/data_safe/models/update_sensitive_data_model_details.py +31 -0
  88. oci/data_safe/models/update_sensitive_type_group_details.py +179 -0
  89. oci/data_science/data_science_client.py +1849 -409
  90. oci/data_science/data_science_client_composite_operations.py +44 -0
  91. oci/data_science/models/__init__.py +6 -0
  92. oci/data_science/models/metadata.py +74 -2
  93. oci/data_science/models/model.py +78 -0
  94. oci/data_science/models/model_artifact_reference_details.py +101 -0
  95. oci/data_science/models/model_summary.py +78 -0
  96. oci/data_science/models/model_version_set.py +47 -0
  97. oci/data_science/models/model_version_set_summary.py +47 -0
  98. oci/data_science/models/oss_model_artifact_reference_details.py +144 -0
  99. oci/data_science/models/register_model_artifact_reference_details.py +72 -0
  100. oci/data_science/models/work_request.py +7 -3
  101. oci/data_science/models/work_request_summary.py +7 -3
  102. oci/database/database_client.py +453 -418
  103. oci/database/models/application_vip.py +33 -2
  104. oci/database/models/application_vip_summary.py +33 -2
  105. oci/database/models/cloud_vm_cluster.py +141 -8
  106. oci/database/models/cloud_vm_cluster_summary.py +141 -8
  107. oci/database/models/create_application_vip_details.py +35 -4
  108. oci/database/models/create_cloud_vm_cluster_details.py +49 -2
  109. oci/database/models/create_vm_cluster_details.py +47 -0
  110. oci/database/models/db_node.py +90 -8
  111. oci/database/models/db_node_summary.py +90 -8
  112. oci/database/models/vm_cluster.py +47 -0
  113. oci/database/models/vm_cluster_summary.py +47 -0
  114. oci/database_management/db_management_client.py +228 -228
  115. oci/database_management/diagnosability_client.py +4 -4
  116. oci/database_management/managed_my_sql_databases_client.py +9 -9
  117. oci/database_management/perfhub_client.py +1 -1
  118. oci/database_management/sql_tuning_client.py +17 -17
  119. oci/database_migration/database_migration_client.py +42 -42
  120. oci/database_tools/database_tools_client.py +23 -23
  121. oci/dblm/db_life_cycle_management_client.py +12 -12
  122. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  123. oci/delegate_access_control/work_request_client.py +4 -4
  124. oci/demand_signal/occ_demand_signal_client.py +7 -7
  125. oci/desktops/desktop_service_client.py +21 -21
  126. oci/devops/devops_client.py +141 -141
  127. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  128. oci/dns/dns_client.py +54 -54
  129. oci/dts/appliance_export_job_client.py +6 -6
  130. oci/dts/shipping_vendors_client.py +1 -1
  131. oci/dts/transfer_appliance_client.py +8 -8
  132. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  133. oci/dts/transfer_device_client.py +5 -5
  134. oci/dts/transfer_job_client.py +6 -6
  135. oci/dts/transfer_package_client.py +7 -7
  136. oci/em_warehouse/em_warehouse_client.py +13 -13
  137. oci/email/email_client.py +31 -31
  138. oci/email_data_plane/email_dp_client.py +1 -1
  139. oci/events/events_client.py +6 -6
  140. oci/file_storage/file_storage_client.py +74 -74
  141. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  142. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  143. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  144. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  145. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  146. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  147. oci/functions/functions_invoke_client.py +1 -1
  148. oci/functions/functions_management_client.py +16 -16
  149. oci/fusion_apps/fusion_applications_client.py +41 -41
  150. oci/generative_ai/generative_ai_client.py +22 -22
  151. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  152. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  153. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  154. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  155. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  156. oci/golden_gate/golden_gate_client.py +84 -84
  157. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  158. oci/governance_rules_control_plane/work_request_client.py +5 -5
  159. oci/healthchecks/health_checks_client.py +17 -17
  160. oci/identity/identity_client.py +145 -145
  161. oci/identity_data_plane/dataplane_client.py +2 -2
  162. oci/identity_domains/identity_domains_client.py +311 -311
  163. oci/integration/integration_instance_client.py +19 -19
  164. oci/jms/java_management_service_client.py +79 -79
  165. oci/jms_java_downloads/java_download_client.py +25 -25
  166. oci/key_management/ekm_client.py +5 -5
  167. oci/key_management/kms_crypto_client.py +6 -6
  168. oci/key_management/kms_hsm_cluster_client.py +12 -12
  169. oci/key_management/kms_management_client.py +21 -21
  170. oci/key_management/kms_vault_client.py +14 -14
  171. oci/license_manager/license_manager_client.py +18 -18
  172. oci/limits/limits_client.py +4 -4
  173. oci/limits/quotas_client.py +7 -7
  174. oci/load_balancer/load_balancer_client.py +61 -61
  175. oci/lockbox/lockbox_client.py +24 -24
  176. oci/log_analytics/log_analytics_client.py +193 -193
  177. oci/logging/logging_management_client.py +30 -30
  178. oci/loggingingestion/logging_client.py +1 -1
  179. oci/loggingsearch/log_search_client.py +1 -1
  180. oci/management_agent/management_agent_client.py +28 -28
  181. oci/management_dashboard/dashx_apis_client.py +14 -14
  182. oci/marketplace/account_client.py +2 -2
  183. oci/marketplace/marketplace_client.py +30 -30
  184. oci/marketplace_private_offer/attachment_client.py +5 -5
  185. oci/marketplace_private_offer/offer_client.py +6 -6
  186. oci/marketplace_publisher/attachment_client.py +5 -5
  187. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  188. oci/marketplace_publisher/offer_client.py +6 -6
  189. oci/media_services/media_services_client.py +60 -60
  190. oci/media_services/media_stream_client.py +2 -2
  191. oci/monitoring/monitoring_client.py +18 -18
  192. oci/mysql/channels_client.py +7 -7
  193. oci/mysql/db_backups_client.py +7 -7
  194. oci/mysql/db_system_client.py +17 -17
  195. oci/mysql/models/__init__.py +2 -0
  196. oci/mysql/models/backup_policy.py +41 -0
  197. oci/mysql/models/copy_backup_details.py +35 -0
  198. oci/mysql/models/copy_policy.py +103 -0
  199. oci/mysql/models/create_backup_policy_details.py +41 -0
  200. oci/mysql/models/update_backup_policy_details.py +41 -0
  201. oci/mysql/mysqlaas_client.py +7 -7
  202. oci/mysql/replicas_client.py +5 -5
  203. oci/mysql/work_requests_client.py +4 -4
  204. oci/network_firewall/network_firewall_client.py +86 -86
  205. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  206. oci/nosql/nosql_client.py +24 -24
  207. oci/object_storage/object_storage_client.py +55 -55
  208. oci/oce/oce_instance_client.py +10 -10
  209. oci/oci_control_center/occ_metrics_client.py +3 -3
  210. oci/ocvp/cluster_client.py +5 -5
  211. oci/ocvp/esxi_host_client.py +8 -8
  212. oci/ocvp/sddc_client.py +14 -14
  213. oci/ocvp/work_request_client.py +4 -4
  214. oci/oda/management_client.py +59 -59
  215. oci/oda/oda_client.py +17 -17
  216. oci/oda/odapackage_client.py +7 -7
  217. oci/onesubscription/billing_schedule_client.py +1 -1
  218. oci/onesubscription/commitment_client.py +2 -2
  219. oci/onesubscription/computed_usage_client.py +3 -3
  220. oci/onesubscription/invoice_summary_client.py +2 -2
  221. oci/onesubscription/organization_subscription_client.py +1 -1
  222. oci/onesubscription/ratecard_client.py +1 -1
  223. oci/onesubscription/subscribed_service_client.py +2 -2
  224. oci/onesubscription/subscription_client.py +1 -1
  225. oci/ons/notification_control_plane_client.py +6 -6
  226. oci/ons/notification_data_plane_client.py +10 -10
  227. oci/opa/opa_instance_client.py +13 -13
  228. oci/opensearch/__init__.py +3 -1
  229. oci/opensearch/models/__init__.py +6 -6
  230. oci/opensearch/models/create_opensearch_cluster_pipeline_details.py +152 -123
  231. oci/opensearch/models/force_patch_pipeline_details.py +103 -0
  232. oci/opensearch/models/opensearch_cluster_pipeline.py +198 -89
  233. oci/opensearch/models/opensearch_cluster_pipeline_collection.py +1 -1
  234. oci/opensearch/models/opensearch_cluster_pipeline_summary.py +195 -102
  235. oci/opensearch/models/opensearch_pipeline_reverse_connection_endpoint.py +103 -0
  236. oci/opensearch/models/update_opensearch_cluster_pipeline_details.py +337 -85
  237. oci/opensearch/models/update_pipeline_status_details.py +103 -0
  238. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  239. oci/opensearch/opensearch_cluster_client.py +16 -16
  240. oci/opensearch/opensearch_cluster_pipeline_client.py +688 -0
  241. oci/opensearch/opensearch_cluster_pipeline_client_composite_operations.py +154 -0
  242. oci/operator_access_control/access_requests_client.py +10 -10
  243. oci/operator_access_control/operator_actions_client.py +2 -2
  244. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  245. oci/operator_access_control/operator_control_client.py +6 -6
  246. oci/opsi/operations_insights_client.py +181 -181
  247. oci/optimizer/optimizer_client.py +26 -26
  248. oci/os_management/event_client.py +8 -8
  249. oci/os_management/os_management_client.py +69 -69
  250. oci/os_management_hub/event_client.py +8 -8
  251. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  252. oci/os_management_hub/managed_instance_client.py +33 -33
  253. oci/os_management_hub/managed_instance_group_client.py +26 -26
  254. oci/os_management_hub/management_station_client.py +10 -10
  255. oci/os_management_hub/onboarding_client.py +13 -13
  256. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  257. oci/os_management_hub/scheduled_job_client.py +7 -7
  258. oci/os_management_hub/software_source_client.py +33 -33
  259. oci/os_management_hub/work_request_client.py +5 -5
  260. oci/osp_gateway/address_rule_service_client.py +1 -1
  261. oci/osp_gateway/address_service_client.py +2 -2
  262. oci/osp_gateway/invoice_service_client.py +5 -5
  263. oci/osp_gateway/subscription_service_client.py +5 -5
  264. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  265. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  266. oci/osub_subscription/commitment_client.py +2 -2
  267. oci/osub_subscription/ratecard_client.py +1 -1
  268. oci/osub_subscription/subscription_client.py +1 -1
  269. oci/osub_usage/computed_usage_client.py +3 -3
  270. oci/psql/postgresql_client.py +34 -34
  271. oci/queue/queue_admin_client.py +11 -11
  272. oci/queue/queue_client.py +8 -8
  273. oci/recovery/database_recovery_client.py +26 -26
  274. oci/redis/redis_cluster_client.py +12 -12
  275. oci/resource_manager/resource_manager_client.py +52 -52
  276. oci/resource_scheduler/schedule_client.py +13 -13
  277. oci/resource_search/resource_search_client.py +3 -3
  278. oci/rover/rover_bundle_client.py +8 -8
  279. oci/rover/rover_cluster_client.py +8 -8
  280. oci/rover/rover_entitlement_client.py +6 -6
  281. oci/rover/rover_node_client.py +15 -15
  282. oci/rover/shape_client.py +1 -1
  283. oci/rover/work_requests_client.py +5 -5
  284. oci/sch/connector_plugins_client.py +2 -2
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/security_attribute/security_attribute_client.py +24 -24
  288. oci/service_catalog/service_catalog_client.py +26 -26
  289. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  290. oci/service_mesh/service_mesh_client.py +48 -48
  291. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  292. oci/streaming/stream_admin_client.py +18 -18
  293. oci/streaming/stream_client.py +8 -8
  294. oci/tenant_manager_control_plane/domain_client.py +5 -5
  295. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  296. oci/tenant_manager_control_plane/governance_client.py +2 -2
  297. oci/tenant_manager_control_plane/link_client.py +3 -3
  298. oci/tenant_manager_control_plane/orders_client.py +2 -2
  299. oci/tenant_manager_control_plane/organization_client.py +10 -10
  300. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  302. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  303. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  304. oci/threat_intelligence/threatintel_client.py +5 -5
  305. oci/usage/resources_client.py +2 -2
  306. oci/usage/rewards_client.py +6 -6
  307. oci/usage/usagelimits_client.py +1 -1
  308. oci/usage_api/usageapi_client.py +33 -33
  309. oci/vault/vaults_client.py +13 -13
  310. oci/vbs_inst/vbs_instance_client.py +10 -10
  311. oci/version.py +1 -1
  312. oci/visual_builder/vb_instance_client.py +14 -14
  313. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  314. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  315. oci/waa/waa_client.py +13 -13
  316. oci/waa/work_request_client.py +4 -4
  317. oci/waas/redirect_client.py +6 -6
  318. oci/waas/waas_client.py +66 -66
  319. oci/waf/waf_client.py +24 -24
  320. oci/work_requests/work_request_client.py +4 -4
  321. oci/zpr/zpr_client.py +15 -15
  322. {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/METADATA +1 -1
  323. {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/RECORD +327 -307
  324. oci/opensearch/models/opensearch_pipeline_validation_response.py +0 -103
  325. oci/opensearch/models/validate_opensearch_pipeline_details.py +0 -103
  326. {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/LICENSE.txt +0 -0
  327. {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  328. {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/WHEEL +0 -0
  329. {oci-2.147.0.dist-info → oci-2.148.0.dist-info}/top_level.txt +0 -0
@@ -1,103 +0,0 @@
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: 20180828
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 OpensearchPipelineValidationResponse(object):
14
- """
15
- Details for validation of customer input pipeline configuration.
16
- """
17
-
18
- def __init__(self, **kwargs):
19
- """
20
- Initializes a new OpensearchPipelineValidationResponse object with values from keyword arguments.
21
- The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
-
23
- :param errors:
24
- The value to assign to the errors property of this OpensearchPipelineValidationResponse.
25
- :type errors: list[oci.opensearch.models.PipelineValidationErrorDetails]
26
-
27
- :param is_valid:
28
- The value to assign to the is_valid property of this OpensearchPipelineValidationResponse.
29
- :type is_valid: bool
30
-
31
- """
32
- self.swagger_types = {
33
- 'errors': 'list[PipelineValidationErrorDetails]',
34
- 'is_valid': 'bool'
35
- }
36
-
37
- self.attribute_map = {
38
- 'errors': 'errors',
39
- 'is_valid': 'isValid'
40
- }
41
-
42
- self._errors = None
43
- self._is_valid = None
44
-
45
- @property
46
- def errors(self):
47
- """
48
- **[Required]** Gets the errors of this OpensearchPipelineValidationResponse.
49
- An array of errors in the pipeline configuration which is given for validation.
50
-
51
-
52
- :return: The errors of this OpensearchPipelineValidationResponse.
53
- :rtype: list[oci.opensearch.models.PipelineValidationErrorDetails]
54
- """
55
- return self._errors
56
-
57
- @errors.setter
58
- def errors(self, errors):
59
- """
60
- Sets the errors of this OpensearchPipelineValidationResponse.
61
- An array of errors in the pipeline configuration which is given for validation.
62
-
63
-
64
- :param errors: The errors of this OpensearchPipelineValidationResponse.
65
- :type: list[oci.opensearch.models.PipelineValidationErrorDetails]
66
- """
67
- self._errors = errors
68
-
69
- @property
70
- def is_valid(self):
71
- """
72
- **[Required]** Gets the is_valid of this OpensearchPipelineValidationResponse.
73
- Boolean value which tells us if the pipeline configuration given by user is valid or not.
74
-
75
-
76
- :return: The is_valid of this OpensearchPipelineValidationResponse.
77
- :rtype: bool
78
- """
79
- return self._is_valid
80
-
81
- @is_valid.setter
82
- def is_valid(self, is_valid):
83
- """
84
- Sets the is_valid of this OpensearchPipelineValidationResponse.
85
- Boolean value which tells us if the pipeline configuration given by user is valid or not.
86
-
87
-
88
- :param is_valid: The is_valid of this OpensearchPipelineValidationResponse.
89
- :type: bool
90
- """
91
- self._is_valid = is_valid
92
-
93
- def __repr__(self):
94
- return formatted_flat_dict(self)
95
-
96
- def __eq__(self, other):
97
- if other is None:
98
- return False
99
-
100
- return self.__dict__ == other.__dict__
101
-
102
- def __ne__(self, other):
103
- return not self == other
@@ -1,103 +0,0 @@
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: 20180828
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 ValidateOpensearchPipelineDetails(object):
14
- """
15
- The configuration details for validating pipeline configuration provided as input.
16
- """
17
-
18
- def __init__(self, **kwargs):
19
- """
20
- Initializes a new ValidateOpensearchPipelineDetails object with values from keyword arguments.
21
- The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
-
23
- :param compartment_id:
24
- The value to assign to the compartment_id property of this ValidateOpensearchPipelineDetails.
25
- :type compartment_id: str
26
-
27
- :param pipeline_configuration_body:
28
- The value to assign to the pipeline_configuration_body property of this ValidateOpensearchPipelineDetails.
29
- :type pipeline_configuration_body: str
30
-
31
- """
32
- self.swagger_types = {
33
- 'compartment_id': 'str',
34
- 'pipeline_configuration_body': 'str'
35
- }
36
-
37
- self.attribute_map = {
38
- 'compartment_id': 'compartmentId',
39
- 'pipeline_configuration_body': 'pipelineConfigurationBody'
40
- }
41
-
42
- self._compartment_id = None
43
- self._pipeline_configuration_body = None
44
-
45
- @property
46
- def compartment_id(self):
47
- """
48
- **[Required]** Gets the compartment_id of this ValidateOpensearchPipelineDetails.
49
- The OCID of the compartment where the pipeline will be created.
50
-
51
-
52
- :return: The compartment_id of this ValidateOpensearchPipelineDetails.
53
- :rtype: str
54
- """
55
- return self._compartment_id
56
-
57
- @compartment_id.setter
58
- def compartment_id(self, compartment_id):
59
- """
60
- Sets the compartment_id of this ValidateOpensearchPipelineDetails.
61
- The OCID of the compartment where the pipeline will be created.
62
-
63
-
64
- :param compartment_id: The compartment_id of this ValidateOpensearchPipelineDetails.
65
- :type: str
66
- """
67
- self._compartment_id = compartment_id
68
-
69
- @property
70
- def pipeline_configuration_body(self):
71
- """
72
- **[Required]** Gets the pipeline_configuration_body of this ValidateOpensearchPipelineDetails.
73
- The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \\.
74
-
75
-
76
- :return: The pipeline_configuration_body of this ValidateOpensearchPipelineDetails.
77
- :rtype: str
78
- """
79
- return self._pipeline_configuration_body
80
-
81
- @pipeline_configuration_body.setter
82
- def pipeline_configuration_body(self, pipeline_configuration_body):
83
- """
84
- Sets the pipeline_configuration_body of this ValidateOpensearchPipelineDetails.
85
- The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with \\.
86
-
87
-
88
- :param pipeline_configuration_body: The pipeline_configuration_body of this ValidateOpensearchPipelineDetails.
89
- :type: str
90
- """
91
- self._pipeline_configuration_body = pipeline_configuration_body
92
-
93
- def __repr__(self):
94
- return formatted_flat_dict(self)
95
-
96
- def __eq__(self, other):
97
- if other is None:
98
- return False
99
-
100
- return self.__dict__ == other.__dict__
101
-
102
- def __ne__(self, other):
103
- return not self == other
File without changes