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
@@ -0,0 +1,103 @@
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: 20190415
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 CopyPolicy(object):
14
+ """
15
+ A policy of a DB system to schedule cross-region DB system backup copy.
16
+ """
17
+
18
+ def __init__(self, **kwargs):
19
+ """
20
+ Initializes a new CopyPolicy object with values from keyword arguments.
21
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
+
23
+ :param copy_to_region:
24
+ The value to assign to the copy_to_region property of this CopyPolicy.
25
+ :type copy_to_region: str
26
+
27
+ :param backup_copy_retention_in_days:
28
+ The value to assign to the backup_copy_retention_in_days property of this CopyPolicy.
29
+ :type backup_copy_retention_in_days: int
30
+
31
+ """
32
+ self.swagger_types = {
33
+ 'copy_to_region': 'str',
34
+ 'backup_copy_retention_in_days': 'int'
35
+ }
36
+
37
+ self.attribute_map = {
38
+ 'copy_to_region': 'copyToRegion',
39
+ 'backup_copy_retention_in_days': 'backupCopyRetentionInDays'
40
+ }
41
+
42
+ self._copy_to_region = None
43
+ self._backup_copy_retention_in_days = None
44
+
45
+ @property
46
+ def copy_to_region(self):
47
+ """
48
+ **[Required]** Gets the copy_to_region of this CopyPolicy.
49
+ The destination region name to which the DB system backup will be copied.
50
+
51
+
52
+ :return: The copy_to_region of this CopyPolicy.
53
+ :rtype: str
54
+ """
55
+ return self._copy_to_region
56
+
57
+ @copy_to_region.setter
58
+ def copy_to_region(self, copy_to_region):
59
+ """
60
+ Sets the copy_to_region of this CopyPolicy.
61
+ The destination region name to which the DB system backup will be copied.
62
+
63
+
64
+ :param copy_to_region: The copy_to_region of this CopyPolicy.
65
+ :type: str
66
+ """
67
+ self._copy_to_region = copy_to_region
68
+
69
+ @property
70
+ def backup_copy_retention_in_days(self):
71
+ """
72
+ Gets the backup_copy_retention_in_days of this CopyPolicy.
73
+ Number of days to retain the copied DB system backup.
74
+
75
+
76
+ :return: The backup_copy_retention_in_days of this CopyPolicy.
77
+ :rtype: int
78
+ """
79
+ return self._backup_copy_retention_in_days
80
+
81
+ @backup_copy_retention_in_days.setter
82
+ def backup_copy_retention_in_days(self, backup_copy_retention_in_days):
83
+ """
84
+ Sets the backup_copy_retention_in_days of this CopyPolicy.
85
+ Number of days to retain the copied DB system backup.
86
+
87
+
88
+ :param backup_copy_retention_in_days: The backup_copy_retention_in_days of this CopyPolicy.
89
+ :type: int
90
+ """
91
+ self._backup_copy_retention_in_days = backup_copy_retention_in_days
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
@@ -24,6 +24,10 @@ class CreateBackupPolicyDetails(object):
24
24
  The value to assign to the is_enabled property of this CreateBackupPolicyDetails.
25
25
  :type is_enabled: bool
26
26
 
27
+ :param copy_policies:
28
+ The value to assign to the copy_policies property of this CreateBackupPolicyDetails.
29
+ :type copy_policies: list[oci.mysql.models.CopyPolicy]
30
+
27
31
  :param window_start_time:
28
32
  The value to assign to the window_start_time property of this CreateBackupPolicyDetails.
29
33
  :type window_start_time: str
@@ -47,6 +51,7 @@ class CreateBackupPolicyDetails(object):
47
51
  """
48
52
  self.swagger_types = {
49
53
  'is_enabled': 'bool',
54
+ 'copy_policies': 'list[CopyPolicy]',
50
55
  'window_start_time': 'str',
51
56
  'retention_in_days': 'int',
52
57
  'freeform_tags': 'dict(str, str)',
@@ -56,6 +61,7 @@ class CreateBackupPolicyDetails(object):
56
61
 
57
62
  self.attribute_map = {
58
63
  'is_enabled': 'isEnabled',
64
+ 'copy_policies': 'copyPolicies',
59
65
  'window_start_time': 'windowStartTime',
60
66
  'retention_in_days': 'retentionInDays',
61
67
  'freeform_tags': 'freeformTags',
@@ -64,6 +70,7 @@ class CreateBackupPolicyDetails(object):
64
70
  }
65
71
 
66
72
  self._is_enabled = None
73
+ self._copy_policies = None
67
74
  self._window_start_time = None
68
75
  self._retention_in_days = None
69
76
  self._freeform_tags = None
@@ -94,6 +101,40 @@ class CreateBackupPolicyDetails(object):
94
101
  """
95
102
  self._is_enabled = is_enabled
96
103
 
104
+ @property
105
+ def copy_policies(self):
106
+ """
107
+ Gets the copy_policies of this CreateBackupPolicyDetails.
108
+ List of policies of a DB system to schedule cross-region DB system backup copy.
109
+
110
+ The policy includes the name of the destination region to which the DB system backup will be copied, and
111
+ an optional parameter which specifies the retention period of the copied DB system backup in days.
112
+
113
+ **Note:** Currently, only one policy can be specified in the list.
114
+
115
+
116
+ :return: The copy_policies of this CreateBackupPolicyDetails.
117
+ :rtype: list[oci.mysql.models.CopyPolicy]
118
+ """
119
+ return self._copy_policies
120
+
121
+ @copy_policies.setter
122
+ def copy_policies(self, copy_policies):
123
+ """
124
+ Sets the copy_policies of this CreateBackupPolicyDetails.
125
+ List of policies of a DB system to schedule cross-region DB system backup copy.
126
+
127
+ The policy includes the name of the destination region to which the DB system backup will be copied, and
128
+ an optional parameter which specifies the retention period of the copied DB system backup in days.
129
+
130
+ **Note:** Currently, only one policy can be specified in the list.
131
+
132
+
133
+ :param copy_policies: The copy_policies of this CreateBackupPolicyDetails.
134
+ :type: list[oci.mysql.models.CopyPolicy]
135
+ """
136
+ self._copy_policies = copy_policies
137
+
97
138
  @property
98
139
  def window_start_time(self):
99
140
  """
@@ -24,6 +24,10 @@ class UpdateBackupPolicyDetails(object):
24
24
  The value to assign to the is_enabled property of this UpdateBackupPolicyDetails.
25
25
  :type is_enabled: bool
26
26
 
27
+ :param copy_policies:
28
+ The value to assign to the copy_policies property of this UpdateBackupPolicyDetails.
29
+ :type copy_policies: list[oci.mysql.models.CopyPolicy]
30
+
27
31
  :param window_start_time:
28
32
  The value to assign to the window_start_time property of this UpdateBackupPolicyDetails.
29
33
  :type window_start_time: str
@@ -47,6 +51,7 @@ class UpdateBackupPolicyDetails(object):
47
51
  """
48
52
  self.swagger_types = {
49
53
  'is_enabled': 'bool',
54
+ 'copy_policies': 'list[CopyPolicy]',
50
55
  'window_start_time': 'str',
51
56
  'retention_in_days': 'int',
52
57
  'freeform_tags': 'dict(str, str)',
@@ -56,6 +61,7 @@ class UpdateBackupPolicyDetails(object):
56
61
 
57
62
  self.attribute_map = {
58
63
  'is_enabled': 'isEnabled',
64
+ 'copy_policies': 'copyPolicies',
59
65
  'window_start_time': 'windowStartTime',
60
66
  'retention_in_days': 'retentionInDays',
61
67
  'freeform_tags': 'freeformTags',
@@ -64,6 +70,7 @@ class UpdateBackupPolicyDetails(object):
64
70
  }
65
71
 
66
72
  self._is_enabled = None
73
+ self._copy_policies = None
67
74
  self._window_start_time = None
68
75
  self._retention_in_days = None
69
76
  self._freeform_tags = None
@@ -94,6 +101,40 @@ class UpdateBackupPolicyDetails(object):
94
101
  """
95
102
  self._is_enabled = is_enabled
96
103
 
104
+ @property
105
+ def copy_policies(self):
106
+ """
107
+ Gets the copy_policies of this UpdateBackupPolicyDetails.
108
+ List of policies of a DB system to schedule cross-region DB system backup copy.
109
+
110
+ The policy includes the name of the destination region to which the DB system backup will be copied, and
111
+ an optional parameter which specifies the retention period of the copied DB system backup in days.
112
+
113
+ **Note:** Currently, only one policy can be specified in the list.
114
+
115
+
116
+ :return: The copy_policies of this UpdateBackupPolicyDetails.
117
+ :rtype: list[oci.mysql.models.CopyPolicy]
118
+ """
119
+ return self._copy_policies
120
+
121
+ @copy_policies.setter
122
+ def copy_policies(self, copy_policies):
123
+ """
124
+ Sets the copy_policies of this UpdateBackupPolicyDetails.
125
+ List of policies of a DB system to schedule cross-region DB system backup copy.
126
+
127
+ The policy includes the name of the destination region to which the DB system backup will be copied, and
128
+ an optional parameter which specifies the retention period of the copied DB system backup in days.
129
+
130
+ **Note:** Currently, only one policy can be specified in the list.
131
+
132
+
133
+ :param copy_policies: The copy_policies of this UpdateBackupPolicyDetails.
134
+ :type: list[oci.mysql.models.CopyPolicy]
135
+ """
136
+ self._copy_policies = copy_policies
137
+
97
138
  @property
98
139
  def window_start_time(self):
99
140
  """
@@ -153,7 +153,7 @@ class MysqlaasClient(object):
153
153
  :rtype: :class:`~oci.response.Response`
154
154
 
155
155
  :example:
156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/create_configuration.py.html>`__ to see an example of how to use create_configuration API.
156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/create_configuration.py.html>`__ to see an example of how to use create_configuration API.
157
157
  """
158
158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
159
159
  required_arguments = []
@@ -252,7 +252,7 @@ class MysqlaasClient(object):
252
252
  :rtype: :class:`~oci.response.Response`
253
253
 
254
254
  :example:
255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/delete_configuration.py.html>`__ to see an example of how to use delete_configuration API.
255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/delete_configuration.py.html>`__ to see an example of how to use delete_configuration API.
256
256
  """
257
257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
258
258
  required_arguments = ['configurationId']
@@ -359,7 +359,7 @@ class MysqlaasClient(object):
359
359
  :rtype: :class:`~oci.response.Response`
360
360
 
361
361
  :example:
362
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
362
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
363
363
  """
364
364
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
365
365
  required_arguments = ['configurationId']
@@ -512,7 +512,7 @@ class MysqlaasClient(object):
512
512
  :rtype: :class:`~oci.response.Response`
513
513
 
514
514
  :example:
515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/list_configurations.py.html>`__ to see an example of how to use list_configurations API.
515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/list_configurations.py.html>`__ to see an example of how to use list_configurations API.
516
516
  """
517
517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
518
518
  required_arguments = ['compartmentId']
@@ -670,7 +670,7 @@ class MysqlaasClient(object):
670
670
  :rtype: :class:`~oci.response.Response`
671
671
 
672
672
  :example:
673
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
673
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
674
674
  """
675
675
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
676
676
  required_arguments = ['compartmentId']
@@ -783,7 +783,7 @@ class MysqlaasClient(object):
783
783
  :rtype: :class:`~oci.response.Response`
784
784
 
785
785
  :example:
786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/list_versions.py.html>`__ to see an example of how to use list_versions API.
786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/list_versions.py.html>`__ to see an example of how to use list_versions API.
787
787
  """
788
788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
789
789
  required_arguments = ['compartmentId']
@@ -888,7 +888,7 @@ class MysqlaasClient(object):
888
888
  :rtype: :class:`~oci.response.Response`
889
889
 
890
890
  :example:
891
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
891
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
892
892
  """
893
893
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
894
894
  required_arguments = ['configurationId']
@@ -153,7 +153,7 @@ class ReplicasClient(object):
153
153
  :rtype: :class:`~oci.response.Response`
154
154
 
155
155
  :example:
156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/create_replica.py.html>`__ to see an example of how to use create_replica API.
156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/create_replica.py.html>`__ to see an example of how to use create_replica API.
157
157
  """
158
158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
159
159
  required_arguments = []
@@ -255,7 +255,7 @@ class ReplicasClient(object):
255
255
  :rtype: :class:`~oci.response.Response`
256
256
 
257
257
  :example:
258
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/delete_replica.py.html>`__ to see an example of how to use delete_replica API.
258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/delete_replica.py.html>`__ to see an example of how to use delete_replica API.
259
259
  """
260
260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
261
261
  required_arguments = ['replicaId']
@@ -364,7 +364,7 @@ class ReplicasClient(object):
364
364
  :rtype: :class:`~oci.response.Response`
365
365
 
366
366
  :example:
367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/get_replica.py.html>`__ to see an example of how to use get_replica API.
367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/get_replica.py.html>`__ to see an example of how to use get_replica API.
368
368
  """
369
369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
370
370
  required_arguments = ['replicaId']
@@ -516,7 +516,7 @@ class ReplicasClient(object):
516
516
  :rtype: :class:`~oci.response.Response`
517
517
 
518
518
  :example:
519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/list_replicas.py.html>`__ to see an example of how to use list_replicas API.
519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/list_replicas.py.html>`__ to see an example of how to use list_replicas API.
520
520
  """
521
521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
522
522
  required_arguments = ['compartmentId']
@@ -664,7 +664,7 @@ class ReplicasClient(object):
664
664
  :rtype: :class:`~oci.response.Response`
665
665
 
666
666
  :example:
667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/update_replica.py.html>`__ to see an example of how to use update_replica API.
667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/update_replica.py.html>`__ to see an example of how to use update_replica API.
668
668
  """
669
669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
670
670
  required_arguments = ['replicaId']
@@ -152,7 +152,7 @@ class WorkRequestsClient(object):
152
152
  :rtype: :class:`~oci.response.Response`
153
153
 
154
154
  :example:
155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
156
156
  """
157
157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
158
158
  required_arguments = ['workRequestId']
@@ -267,7 +267,7 @@ class WorkRequestsClient(object):
267
267
  :rtype: :class:`~oci.response.Response`
268
268
 
269
269
  :example:
270
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
270
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
271
271
  """
272
272
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
273
273
  required_arguments = ['workRequestId']
@@ -390,7 +390,7 @@ class WorkRequestsClient(object):
390
390
  :rtype: :class:`~oci.response.Response`
391
391
 
392
392
  :example:
393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
394
394
  """
395
395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
396
396
  required_arguments = ['workRequestId']
@@ -525,7 +525,7 @@ class WorkRequestsClient(object):
525
525
  :rtype: :class:`~oci.response.Response`
526
526
 
527
527
  :example:
528
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.147.0/mysql/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/mysql/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
529
529
  """
530
530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
531
531
  required_arguments = ['compartmentId']