oci 2.129.3__py3-none-any.whl → 2.129.4__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 (389) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +10 -10
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +9 -9
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +29 -29
  21. oci/apm_synthetics/models/__init__.py +14 -0
  22. oci/apm_synthetics/models/basic_authentication_details.py +99 -0
  23. oci/apm_synthetics/models/browser_monitor_configuration.py +1 -1
  24. oci/apm_synthetics/models/create_monitor_details.py +48 -9
  25. oci/apm_synthetics/models/database_wallet_details.py +103 -0
  26. oci/apm_synthetics/models/dns_sec_monitor_configuration.py +1 -1
  27. oci/apm_synthetics/models/dns_server_monitor_configuration.py +1 -1
  28. oci/apm_synthetics/models/dns_trace_monitor_configuration.py +1 -1
  29. oci/apm_synthetics/models/ftp_monitor_configuration.py +379 -0
  30. oci/apm_synthetics/models/monitor.py +112 -11
  31. oci/apm_synthetics/models/monitor_configuration.py +19 -3
  32. oci/apm_synthetics/models/monitor_summary.py +112 -11
  33. oci/apm_synthetics/models/network_monitor_configuration.py +1 -1
  34. oci/apm_synthetics/models/password.py +109 -0
  35. oci/apm_synthetics/models/password_in_text.py +82 -0
  36. oci/apm_synthetics/models/password_in_vault.py +83 -0
  37. oci/apm_synthetics/models/rest_monitor_configuration.py +1 -1
  38. oci/apm_synthetics/models/scripted_browser_monitor_configuration.py +1 -1
  39. oci/apm_synthetics/models/scripted_rest_monitor_configuration.py +1 -1
  40. oci/apm_synthetics/models/sql_monitor_configuration.py +307 -0
  41. oci/apm_synthetics/models/update_monitor_details.py +37 -6
  42. oci/apm_synthetics/models/vantage_point_info.py +33 -2
  43. oci/apm_synthetics/models/worker_monitor_list.py +11 -3
  44. oci/apm_traces/attributes_client.py +8 -8
  45. oci/apm_traces/query_client.py +2 -2
  46. oci/apm_traces/trace_client.py +4 -4
  47. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  48. oci/artifacts/artifacts_client.py +32 -32
  49. oci/audit/audit_client.py +3 -3
  50. oci/auth/certificate_retriever.py +13 -6
  51. oci/auth/signers/instance_principals_security_token_signer.py +1 -1
  52. oci/autoscaling/auto_scaling_client.py +11 -11
  53. oci/bastion/bastion_client.py +15 -15
  54. oci/bds/bds_client.py +66 -66
  55. oci/blockchain/blockchain_platform_client.py +27 -27
  56. oci/budget/budget_client.py +10 -10
  57. oci/capacity_management/capacity_management_client.py +22 -22
  58. oci/certificates/certificates_client.py +5 -5
  59. oci/certificates_management/certificates_management_client.py +32 -32
  60. oci/cims/incident_client.py +8 -8
  61. oci/cims/user_client.py +1 -1
  62. oci/cloud_bridge/common_client.py +5 -5
  63. oci/cloud_bridge/discovery_client.py +14 -14
  64. oci/cloud_bridge/inventory_client.py +16 -16
  65. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  66. oci/cloud_guard/cloud_guard_client.py +155 -155
  67. oci/cloud_migrations/migration_client.py +43 -43
  68. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  69. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  70. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  71. oci/compute_instance_agent/plugin_client.py +2 -2
  72. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  73. oci/container_engine/container_engine_client.py +44 -44
  74. oci/container_instances/container_instance_client.py +18 -18
  75. oci/core/blockstorage_client.py +60 -60
  76. oci/core/compute_client.py +99 -99
  77. oci/core/compute_management_client.py +32 -32
  78. oci/core/virtual_network_client.py +247 -247
  79. oci/dashboard_service/dashboard_client.py +6 -6
  80. oci/dashboard_service/dashboard_group_client.py +6 -6
  81. oci/data_catalog/data_catalog_client.py +149 -149
  82. oci/data_flow/data_flow_client.py +42 -42
  83. oci/data_integration/data_integration_client.py +163 -163
  84. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  85. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  86. oci/data_safe/data_safe_client.py +476 -284
  87. oci/data_safe/models/__init__.py +12 -0
  88. oci/data_safe/models/audit_event_summary.py +62 -0
  89. oci/data_safe/models/create_discovery_job_details.py +33 -0
  90. oci/data_safe/models/create_security_assessment_details.py +31 -0
  91. oci/data_safe/models/create_sensitive_data_model_details.py +35 -0
  92. oci/data_safe/models/create_user_assessment_details.py +31 -0
  93. oci/data_safe/models/discovery_job.py +31 -0
  94. oci/data_safe/models/finding_summary.py +31 -0
  95. oci/data_safe/models/generate_report_details.py +2 -2
  96. oci/data_safe/models/references.py +34 -3
  97. oci/data_safe/models/report.py +2 -2
  98. oci/data_safe/models/report_definition.py +2 -2
  99. oci/data_safe/models/report_summary.py +2 -2
  100. oci/data_safe/models/schedule_report_details.py +2 -2
  101. oci/data_safe/models/security_assessment.py +31 -0
  102. oci/data_safe/models/sensitive_data_model.py +35 -0
  103. oci/data_safe/models/sensitive_data_model_sensitive_type_collection.py +72 -0
  104. oci/data_safe/models/sensitive_data_model_sensitive_type_summary.py +103 -0
  105. oci/data_safe/models/sql_firewall_allowed_sql.py +626 -0
  106. oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -3
  107. oci/data_safe/models/sql_firewall_allowed_sql_summary.py +7 -3
  108. oci/data_safe/models/tables_for_discovery.py +103 -0
  109. oci/data_safe/models/unset_security_assessment_baseline_details.py +72 -0
  110. oci/data_safe/models/unset_user_assessment_baseline_details.py +72 -0
  111. oci/data_safe/models/update_security_assessment_details.py +31 -0
  112. oci/data_safe/models/update_sensitive_data_model_details.py +35 -0
  113. oci/data_safe/models/update_user_assessment_details.py +31 -0
  114. oci/data_safe/models/user_assessment.py +31 -0
  115. oci/data_safe/models/user_assessment_summary.py +31 -0
  116. oci/data_safe/models/work_request.py +11 -3
  117. oci/data_safe/models/work_request_summary.py +11 -3
  118. oci/data_science/data_science_client.py +91 -91
  119. oci/database/database_client.py +707 -353
  120. oci/database/database_client_composite_operations.py +123 -0
  121. oci/database/models/__init__.py +8 -0
  122. oci/database/models/autonomous_database.py +66 -0
  123. oci/database/models/autonomous_database_summary.py +66 -0
  124. oci/database/models/change_autonomous_database_subscription_details.py +107 -0
  125. oci/database/models/change_cloud_exadata_infrastructure_subscription_details.py +107 -0
  126. oci/database/models/change_cloud_vm_cluster_subscription_details.py +107 -0
  127. oci/database/models/change_subscription_details.py +107 -0
  128. oci/database/models/cloud_exadata_infrastructure.py +35 -0
  129. oci/database/models/cloud_exadata_infrastructure_summary.py +35 -0
  130. oci/database/models/cloud_vm_cluster.py +35 -0
  131. oci/database/models/cloud_vm_cluster_summary.py +35 -0
  132. oci/database/models/create_autonomous_database_base.py +66 -0
  133. oci/database/models/create_autonomous_database_clone_details.py +14 -0
  134. oci/database/models/create_autonomous_database_details.py +14 -0
  135. oci/database/models/create_autonomous_database_from_backup_details.py +14 -0
  136. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +14 -0
  137. oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
  138. oci/database/models/create_cloud_vm_cluster_details.py +35 -0
  139. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +14 -0
  140. oci/database/models/create_cross_region_disaster_recovery_details.py +14 -0
  141. oci/database/models/create_cross_tenancy_disaster_recovery_details.py +14 -0
  142. oci/database/models/create_refreshable_autonomous_database_clone_details.py +14 -0
  143. oci/database/models/update_autonomous_database_details.py +31 -0
  144. oci/database_management/db_management_client.py +208 -208
  145. oci/database_management/diagnosability_client.py +4 -4
  146. oci/database_management/managed_my_sql_databases_client.py +7 -7
  147. oci/database_management/perfhub_client.py +1 -1
  148. oci/database_management/sql_tuning_client.py +17 -17
  149. oci/database_migration/database_migration_client.py +36 -36
  150. oci/database_tools/database_tools_client.py +23 -23
  151. oci/demand_signal/occ_demand_signal_client.py +7 -7
  152. oci/desktops/desktop_service_client.py +21 -21
  153. oci/devops/devops_client.py +89 -89
  154. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  155. oci/dns/dns_client.py +52 -52
  156. oci/dts/appliance_export_job_client.py +6 -6
  157. oci/dts/shipping_vendors_client.py +1 -1
  158. oci/dts/transfer_appliance_client.py +8 -8
  159. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  160. oci/dts/transfer_device_client.py +5 -5
  161. oci/dts/transfer_job_client.py +6 -6
  162. oci/dts/transfer_package_client.py +7 -7
  163. oci/em_warehouse/em_data_lake_client.py +13 -13
  164. oci/em_warehouse/em_warehouse_client.py +13 -13
  165. oci/email/email_client.py +31 -31
  166. oci/email_data_plane/email_dp_client.py +1 -1
  167. oci/events/events_client.py +6 -6
  168. oci/file_storage/file_storage_client.py +51 -51
  169. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  170. oci/functions/functions_invoke_client.py +1 -1
  171. oci/functions/functions_management_client.py +16 -16
  172. oci/fusion_apps/data_masking_activity_client.py +3 -3
  173. oci/fusion_apps/fusion_applications_client.py +41 -41
  174. oci/fusion_apps/fusion_environment_client.py +15 -15
  175. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  176. oci/fusion_apps/refresh_activity_client.py +4 -4
  177. oci/fusion_apps/scheduled_activity_client.py +2 -2
  178. oci/fusion_apps/service_attachment_client.py +2 -2
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  181. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  182. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  183. oci/golden_gate/golden_gate_client.py +68 -68
  184. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  185. oci/governance_rules_control_plane/work_request_client.py +5 -5
  186. oci/healthchecks/health_checks_client.py +17 -17
  187. oci/identity/identity_client.py +145 -145
  188. oci/identity_data_plane/dataplane_client.py +2 -2
  189. oci/identity_domains/identity_domains_client.py +300 -300
  190. oci/integration/integration_instance_client.py +15 -15
  191. oci/jms/java_management_service_client.py +66 -66
  192. oci/jms_java_downloads/java_download_client.py +25 -25
  193. oci/key_management/ekm_client.py +5 -5
  194. oci/key_management/kms_crypto_client.py +6 -6
  195. oci/key_management/kms_hsm_cluster_client.py +12 -12
  196. oci/key_management/kms_management_client.py +21 -21
  197. oci/key_management/kms_vault_client.py +14 -14
  198. oci/license_manager/license_manager_client.py +18 -18
  199. oci/limits/limits_client.py +4 -4
  200. oci/limits/quotas_client.py +7 -7
  201. oci/load_balancer/load_balancer_client.py +61 -61
  202. oci/lockbox/lockbox_client.py +24 -24
  203. oci/log_analytics/log_analytics_client.py +193 -193
  204. oci/logging/logging_management_client.py +30 -30
  205. oci/loggingingestion/logging_client.py +1 -1
  206. oci/loggingsearch/log_search_client.py +1 -1
  207. oci/management_agent/management_agent_client.py +28 -28
  208. oci/management_dashboard/dashx_apis_client.py +14 -14
  209. oci/marketplace/account_client.py +2 -2
  210. oci/marketplace/marketplace_client.py +30 -30
  211. oci/marketplace_private_offer/attachment_client.py +5 -5
  212. oci/marketplace_private_offer/offer_client.py +6 -6
  213. oci/marketplace_publisher/attachment_client.py +5 -5
  214. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  215. oci/marketplace_publisher/offer_client.py +6 -6
  216. oci/media_services/media_services_client.py +60 -60
  217. oci/media_services/media_stream_client.py +2 -2
  218. oci/monitoring/monitoring_client.py +18 -18
  219. oci/mysql/channels_client.py +7 -7
  220. oci/mysql/db_backups_client.py +7 -7
  221. oci/mysql/db_system_client.py +17 -17
  222. oci/mysql/mysqlaas_client.py +7 -7
  223. oci/mysql/replicas_client.py +5 -5
  224. oci/mysql/work_requests_client.py +4 -4
  225. oci/network_firewall/network_firewall_client.py +80 -80
  226. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  227. oci/nosql/nosql_client.py +24 -24
  228. oci/object_storage/object_storage_client.py +50 -50
  229. oci/object_storage/transfer/internal/download/__init__.py +1 -1
  230. oci/oce/oce_instance_client.py +10 -10
  231. oci/oci_control_center/occ_metrics_client.py +3 -3
  232. oci/ocvp/cluster_client.py +5 -5
  233. oci/ocvp/esxi_host_client.py +8 -8
  234. oci/ocvp/sddc_client.py +14 -14
  235. oci/ocvp/work_request_client.py +4 -4
  236. oci/oda/management_client.py +59 -59
  237. oci/oda/oda_client.py +17 -17
  238. oci/oda/odapackage_client.py +7 -7
  239. oci/onesubscription/billing_schedule_client.py +1 -1
  240. oci/onesubscription/commitment_client.py +2 -2
  241. oci/onesubscription/computed_usage_client.py +3 -3
  242. oci/onesubscription/invoice_summary_client.py +2 -2
  243. oci/onesubscription/organization_subscription_client.py +1 -1
  244. oci/onesubscription/ratecard_client.py +1 -1
  245. oci/onesubscription/subscribed_service_client.py +2 -2
  246. oci/onesubscription/subscription_client.py +1 -1
  247. oci/ons/notification_control_plane_client.py +6 -6
  248. oci/ons/notification_data_plane_client.py +10 -10
  249. oci/opa/opa_instance_client.py +13 -13
  250. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  251. oci/opensearch/opensearch_cluster_client.py +14 -14
  252. oci/operator_access_control/access_requests_client.py +10 -10
  253. oci/operator_access_control/operator_actions_client.py +2 -2
  254. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  255. oci/operator_access_control/operator_control_client.py +6 -6
  256. oci/opsi/models/__init__.py +22 -0
  257. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  258. oci/opsi/models/autonomous_database_insight.py +1 -1
  259. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  260. oci/opsi/models/create_database_insight_details.py +11 -3
  261. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  262. oci/opsi/models/create_mds_my_sql_database_insight_details.py +107 -0
  263. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  264. oci/opsi/models/database_configuration_summary.py +11 -3
  265. oci/opsi/models/database_insight.py +11 -3
  266. oci/opsi/models/database_insight_summary.py +11 -3
  267. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  268. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  269. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  270. oci/opsi/models/enable_database_insight_details.py +11 -3
  271. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  272. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +51 -0
  273. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  274. oci/opsi/models/host_containers.py +182 -0
  275. oci/opsi/models/host_cpu_usage.py +1 -1
  276. oci/opsi/models/host_filesystem_usage.py +30 -3
  277. oci/opsi/models/host_gpu_processes.py +1 -1
  278. oci/opsi/models/host_gpu_usage.py +1 -1
  279. oci/opsi/models/host_io_usage.py +244 -0
  280. oci/opsi/models/host_memory_usage.py +1 -1
  281. oci/opsi/models/host_network_activity_summary.py +1 -1
  282. oci/opsi/models/host_performance_metric_group.py +19 -3
  283. oci/opsi/models/host_top_processes.py +158 -3
  284. oci/opsi/models/ingest_my_sql_sql_stats_details.py +72 -0
  285. oci/opsi/models/ingest_my_sql_sql_stats_response_details.py +72 -0
  286. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  287. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  288. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  289. oci/opsi/models/mds_my_sql_database_insight.py +374 -0
  290. oci/opsi/models/mds_my_sql_database_insight_summary.py +210 -0
  291. oci/opsi/models/mds_mysql_database_configuration_summary.py +251 -0
  292. oci/opsi/models/my_sql_sql_stats.py +1074 -0
  293. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  294. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  295. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  296. oci/opsi/models/resource_statistics.py +64 -2
  297. oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +11 -3
  298. oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +11 -3
  299. oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +11 -3
  300. oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +11 -3
  301. oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +11 -3
  302. oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +11 -3
  303. oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +11 -3
  304. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  305. oci/opsi/models/update_database_insight_details.py +11 -3
  306. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  307. oci/opsi/models/update_macs_managed_external_database_insight_details.py +2 -2
  308. oci/opsi/models/update_mds_my_sql_database_insight.py +65 -0
  309. oci/opsi/models/update_pe_comanaged_database_insight_details.py +2 -2
  310. oci/opsi/operations_insights_client.py +464 -195
  311. oci/optimizer/optimizer_client.py +26 -26
  312. oci/os_management/event_client.py +8 -8
  313. oci/os_management/os_management_client.py +69 -69
  314. oci/os_management_hub/event_client.py +8 -8
  315. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  316. oci/os_management_hub/managed_instance_client.py +31 -31
  317. oci/os_management_hub/managed_instance_group_client.py +25 -25
  318. oci/os_management_hub/management_station_client.py +10 -10
  319. oci/os_management_hub/onboarding_client.py +6 -6
  320. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  321. oci/os_management_hub/scheduled_job_client.py +7 -7
  322. oci/os_management_hub/software_source_client.py +27 -27
  323. oci/os_management_hub/work_request_client.py +4 -4
  324. oci/osp_gateway/address_rule_service_client.py +1 -1
  325. oci/osp_gateway/address_service_client.py +2 -2
  326. oci/osp_gateway/invoice_service_client.py +5 -5
  327. oci/osp_gateway/subscription_service_client.py +5 -5
  328. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  329. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  330. oci/osub_subscription/commitment_client.py +2 -2
  331. oci/osub_subscription/ratecard_client.py +1 -1
  332. oci/osub_subscription/subscription_client.py +1 -1
  333. oci/osub_usage/computed_usage_client.py +3 -3
  334. oci/psql/postgresql_client.py +33 -33
  335. oci/queue/queue_admin_client.py +11 -11
  336. oci/queue/queue_client.py +8 -8
  337. oci/recovery/database_recovery_client.py +25 -25
  338. oci/redis/redis_cluster_client.py +11 -11
  339. oci/resource_manager/resource_manager_client.py +52 -52
  340. oci/resource_scheduler/schedule_client.py +13 -13
  341. oci/resource_search/resource_search_client.py +3 -3
  342. oci/rover/rover_bundle_client.py +8 -8
  343. oci/rover/rover_cluster_client.py +8 -8
  344. oci/rover/rover_entitlement_client.py +6 -6
  345. oci/rover/rover_node_client.py +15 -15
  346. oci/rover/shape_client.py +1 -1
  347. oci/rover/work_requests_client.py +5 -5
  348. oci/sch/connector_plugins_client.py +2 -2
  349. oci/sch/service_connector_client.py +12 -12
  350. oci/secrets/secrets_client.py +3 -3
  351. oci/service_catalog/service_catalog_client.py +26 -26
  352. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  353. oci/service_mesh/service_mesh_client.py +48 -48
  354. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  355. oci/streaming/stream_admin_client.py +18 -18
  356. oci/streaming/stream_client.py +8 -8
  357. oci/tenant_manager_control_plane/domain_client.py +5 -5
  358. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  359. oci/tenant_manager_control_plane/governance_client.py +2 -2
  360. oci/tenant_manager_control_plane/link_client.py +3 -3
  361. oci/tenant_manager_control_plane/orders_client.py +2 -2
  362. oci/tenant_manager_control_plane/organization_client.py +10 -10
  363. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  364. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  365. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  366. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  367. oci/threat_intelligence/threatintel_client.py +5 -5
  368. oci/usage/resources_client.py +2 -2
  369. oci/usage/rewards_client.py +6 -6
  370. oci/usage/usagelimits_client.py +1 -1
  371. oci/usage_api/usageapi_client.py +33 -33
  372. oci/vault/vaults_client.py +13 -13
  373. oci/vbs_inst/vbs_instance_client.py +10 -10
  374. oci/version.py +1 -1
  375. oci/visual_builder/vb_instance_client.py +13 -13
  376. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  377. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  378. oci/waa/waa_client.py +13 -13
  379. oci/waa/work_request_client.py +4 -4
  380. oci/waas/redirect_client.py +6 -6
  381. oci/waas/waas_client.py +66 -66
  382. oci/waf/waf_client.py +24 -24
  383. oci/work_requests/work_request_client.py +4 -4
  384. {oci-2.129.3.dist-info → oci-2.129.4.dist-info}/METADATA +1 -1
  385. {oci-2.129.3.dist-info → oci-2.129.4.dist-info}/RECORD +389 -361
  386. {oci-2.129.3.dist-info → oci-2.129.4.dist-info}/LICENSE.txt +0 -0
  387. {oci-2.129.3.dist-info → oci-2.129.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  388. {oci-2.129.3.dist-info → oci-2.129.4.dist-info}/WHEEL +0 -0
  389. {oci-2.129.3.dist-info → oci-2.129.4.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1074 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20200630
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 MySqlSqlStats(object):
14
+ """
15
+ MySql Sql Stats type object.
16
+ """
17
+
18
+ def __init__(self, **kwargs):
19
+ """
20
+ Initializes a new MySqlSqlStats object with values from keyword arguments.
21
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
22
+
23
+ :param digest:
24
+ The value to assign to the digest property of this MySqlSqlStats.
25
+ :type digest: str
26
+
27
+ :param time_collected:
28
+ The value to assign to the time_collected property of this MySqlSqlStats.
29
+ :type time_collected: datetime
30
+
31
+ :param command_type:
32
+ The value to assign to the command_type property of this MySqlSqlStats.
33
+ :type command_type: str
34
+
35
+ :param total_rows:
36
+ The value to assign to the total_rows property of this MySqlSqlStats.
37
+ :type total_rows: int
38
+
39
+ :param perf_schema_used_percent:
40
+ The value to assign to the perf_schema_used_percent property of this MySqlSqlStats.
41
+ :type perf_schema_used_percent: int
42
+
43
+ :param schema_name:
44
+ The value to assign to the schema_name property of this MySqlSqlStats.
45
+ :type schema_name: str
46
+
47
+ :param exec_count:
48
+ The value to assign to the exec_count property of this MySqlSqlStats.
49
+ :type exec_count: int
50
+
51
+ :param total_latency_in_ps:
52
+ The value to assign to the total_latency_in_ps property of this MySqlSqlStats.
53
+ :type total_latency_in_ps: int
54
+
55
+ :param lock_latency_in_ps:
56
+ The value to assign to the lock_latency_in_ps property of this MySqlSqlStats.
57
+ :type lock_latency_in_ps: int
58
+
59
+ :param err_count:
60
+ The value to assign to the err_count property of this MySqlSqlStats.
61
+ :type err_count: int
62
+
63
+ :param warn_count:
64
+ The value to assign to the warn_count property of this MySqlSqlStats.
65
+ :type warn_count: int
66
+
67
+ :param rows_affected:
68
+ The value to assign to the rows_affected property of this MySqlSqlStats.
69
+ :type rows_affected: int
70
+
71
+ :param rows_sent:
72
+ The value to assign to the rows_sent property of this MySqlSqlStats.
73
+ :type rows_sent: int
74
+
75
+ :param rows_examined:
76
+ The value to assign to the rows_examined property of this MySqlSqlStats.
77
+ :type rows_examined: int
78
+
79
+ :param tmp_disk_tables:
80
+ The value to assign to the tmp_disk_tables property of this MySqlSqlStats.
81
+ :type tmp_disk_tables: int
82
+
83
+ :param tmp_tables:
84
+ The value to assign to the tmp_tables property of this MySqlSqlStats.
85
+ :type tmp_tables: int
86
+
87
+ :param select_full_join:
88
+ The value to assign to the select_full_join property of this MySqlSqlStats.
89
+ :type select_full_join: int
90
+
91
+ :param select_full_range_join:
92
+ The value to assign to the select_full_range_join property of this MySqlSqlStats.
93
+ :type select_full_range_join: int
94
+
95
+ :param select_range:
96
+ The value to assign to the select_range property of this MySqlSqlStats.
97
+ :type select_range: int
98
+
99
+ :param select_range_check:
100
+ The value to assign to the select_range_check property of this MySqlSqlStats.
101
+ :type select_range_check: int
102
+
103
+ :param select_scan:
104
+ The value to assign to the select_scan property of this MySqlSqlStats.
105
+ :type select_scan: int
106
+
107
+ :param sort_merge_passes:
108
+ The value to assign to the sort_merge_passes property of this MySqlSqlStats.
109
+ :type sort_merge_passes: int
110
+
111
+ :param sort_range:
112
+ The value to assign to the sort_range property of this MySqlSqlStats.
113
+ :type sort_range: int
114
+
115
+ :param rows_sorted:
116
+ The value to assign to the rows_sorted property of this MySqlSqlStats.
117
+ :type rows_sorted: int
118
+
119
+ :param sort_scan:
120
+ The value to assign to the sort_scan property of this MySqlSqlStats.
121
+ :type sort_scan: int
122
+
123
+ :param no_index_used_count:
124
+ The value to assign to the no_index_used_count property of this MySqlSqlStats.
125
+ :type no_index_used_count: int
126
+
127
+ :param no_good_index_used_count:
128
+ The value to assign to the no_good_index_used_count property of this MySqlSqlStats.
129
+ :type no_good_index_used_count: int
130
+
131
+ :param cpu_latency_in_ps:
132
+ The value to assign to the cpu_latency_in_ps property of this MySqlSqlStats.
133
+ :type cpu_latency_in_ps: int
134
+
135
+ :param max_controlled_memory_in_bytes:
136
+ The value to assign to the max_controlled_memory_in_bytes property of this MySqlSqlStats.
137
+ :type max_controlled_memory_in_bytes: int
138
+
139
+ :param max_total_memory_in_bytes:
140
+ The value to assign to the max_total_memory_in_bytes property of this MySqlSqlStats.
141
+ :type max_total_memory_in_bytes: int
142
+
143
+ :param exec_count_secondary:
144
+ The value to assign to the exec_count_secondary property of this MySqlSqlStats.
145
+ :type exec_count_secondary: int
146
+
147
+ :param time_first_seen:
148
+ The value to assign to the time_first_seen property of this MySqlSqlStats.
149
+ :type time_first_seen: datetime
150
+
151
+ :param time_last_seen:
152
+ The value to assign to the time_last_seen property of this MySqlSqlStats.
153
+ :type time_last_seen: datetime
154
+
155
+ """
156
+ self.swagger_types = {
157
+ 'digest': 'str',
158
+ 'time_collected': 'datetime',
159
+ 'command_type': 'str',
160
+ 'total_rows': 'int',
161
+ 'perf_schema_used_percent': 'int',
162
+ 'schema_name': 'str',
163
+ 'exec_count': 'int',
164
+ 'total_latency_in_ps': 'int',
165
+ 'lock_latency_in_ps': 'int',
166
+ 'err_count': 'int',
167
+ 'warn_count': 'int',
168
+ 'rows_affected': 'int',
169
+ 'rows_sent': 'int',
170
+ 'rows_examined': 'int',
171
+ 'tmp_disk_tables': 'int',
172
+ 'tmp_tables': 'int',
173
+ 'select_full_join': 'int',
174
+ 'select_full_range_join': 'int',
175
+ 'select_range': 'int',
176
+ 'select_range_check': 'int',
177
+ 'select_scan': 'int',
178
+ 'sort_merge_passes': 'int',
179
+ 'sort_range': 'int',
180
+ 'rows_sorted': 'int',
181
+ 'sort_scan': 'int',
182
+ 'no_index_used_count': 'int',
183
+ 'no_good_index_used_count': 'int',
184
+ 'cpu_latency_in_ps': 'int',
185
+ 'max_controlled_memory_in_bytes': 'int',
186
+ 'max_total_memory_in_bytes': 'int',
187
+ 'exec_count_secondary': 'int',
188
+ 'time_first_seen': 'datetime',
189
+ 'time_last_seen': 'datetime'
190
+ }
191
+
192
+ self.attribute_map = {
193
+ 'digest': 'digest',
194
+ 'time_collected': 'timeCollected',
195
+ 'command_type': 'commandType',
196
+ 'total_rows': 'totalRows',
197
+ 'perf_schema_used_percent': 'perfSchemaUsedPercent',
198
+ 'schema_name': 'schemaName',
199
+ 'exec_count': 'execCount',
200
+ 'total_latency_in_ps': 'totalLatencyInPs',
201
+ 'lock_latency_in_ps': 'lockLatencyInPs',
202
+ 'err_count': 'errCount',
203
+ 'warn_count': 'warnCount',
204
+ 'rows_affected': 'rowsAffected',
205
+ 'rows_sent': 'rowsSent',
206
+ 'rows_examined': 'rowsExamined',
207
+ 'tmp_disk_tables': 'tmpDiskTables',
208
+ 'tmp_tables': 'tmpTables',
209
+ 'select_full_join': 'selectFullJoin',
210
+ 'select_full_range_join': 'selectFullRangeJoin',
211
+ 'select_range': 'selectRange',
212
+ 'select_range_check': 'selectRangeCheck',
213
+ 'select_scan': 'selectScan',
214
+ 'sort_merge_passes': 'sortMergePasses',
215
+ 'sort_range': 'sortRange',
216
+ 'rows_sorted': 'rowsSorted',
217
+ 'sort_scan': 'sortScan',
218
+ 'no_index_used_count': 'noIndexUsedCount',
219
+ 'no_good_index_used_count': 'noGoodIndexUsedCount',
220
+ 'cpu_latency_in_ps': 'cpuLatencyInPs',
221
+ 'max_controlled_memory_in_bytes': 'maxControlledMemoryInBytes',
222
+ 'max_total_memory_in_bytes': 'maxTotalMemoryInBytes',
223
+ 'exec_count_secondary': 'execCountSecondary',
224
+ 'time_first_seen': 'timeFirstSeen',
225
+ 'time_last_seen': 'timeLastSeen'
226
+ }
227
+
228
+ self._digest = None
229
+ self._time_collected = None
230
+ self._command_type = None
231
+ self._total_rows = None
232
+ self._perf_schema_used_percent = None
233
+ self._schema_name = None
234
+ self._exec_count = None
235
+ self._total_latency_in_ps = None
236
+ self._lock_latency_in_ps = None
237
+ self._err_count = None
238
+ self._warn_count = None
239
+ self._rows_affected = None
240
+ self._rows_sent = None
241
+ self._rows_examined = None
242
+ self._tmp_disk_tables = None
243
+ self._tmp_tables = None
244
+ self._select_full_join = None
245
+ self._select_full_range_join = None
246
+ self._select_range = None
247
+ self._select_range_check = None
248
+ self._select_scan = None
249
+ self._sort_merge_passes = None
250
+ self._sort_range = None
251
+ self._rows_sorted = None
252
+ self._sort_scan = None
253
+ self._no_index_used_count = None
254
+ self._no_good_index_used_count = None
255
+ self._cpu_latency_in_ps = None
256
+ self._max_controlled_memory_in_bytes = None
257
+ self._max_total_memory_in_bytes = None
258
+ self._exec_count_secondary = None
259
+ self._time_first_seen = None
260
+ self._time_last_seen = None
261
+
262
+ @property
263
+ def digest(self):
264
+ """
265
+ **[Required]** Gets the digest of this MySqlSqlStats.
266
+ Unique SQL ID Digest for a MySql Statement.
267
+ Example: `\"c20fcea11911be36651b7ca7bd3712d4ed9ac1134cee9c6620039e1fb13b5eff\"`
268
+
269
+
270
+ :return: The digest of this MySqlSqlStats.
271
+ :rtype: str
272
+ """
273
+ return self._digest
274
+
275
+ @digest.setter
276
+ def digest(self, digest):
277
+ """
278
+ Sets the digest of this MySqlSqlStats.
279
+ Unique SQL ID Digest for a MySql Statement.
280
+ Example: `\"c20fcea11911be36651b7ca7bd3712d4ed9ac1134cee9c6620039e1fb13b5eff\"`
281
+
282
+
283
+ :param digest: The digest of this MySqlSqlStats.
284
+ :type: str
285
+ """
286
+ self._digest = digest
287
+
288
+ @property
289
+ def time_collected(self):
290
+ """
291
+ **[Required]** Gets the time_collected of this MySqlSqlStats.
292
+ Collection timestamp.
293
+ Example: `\"2020-03-31T00:00:00.000Z\"`
294
+
295
+
296
+ :return: The time_collected of this MySqlSqlStats.
297
+ :rtype: datetime
298
+ """
299
+ return self._time_collected
300
+
301
+ @time_collected.setter
302
+ def time_collected(self, time_collected):
303
+ """
304
+ Sets the time_collected of this MySqlSqlStats.
305
+ Collection timestamp.
306
+ Example: `\"2020-03-31T00:00:00.000Z\"`
307
+
308
+
309
+ :param time_collected: The time_collected of this MySqlSqlStats.
310
+ :type: datetime
311
+ """
312
+ self._time_collected = time_collected
313
+
314
+ @property
315
+ def command_type(self):
316
+ """
317
+ Gets the command_type of this MySqlSqlStats.
318
+ Type of statement such as select, update or delete.
319
+
320
+
321
+ :return: The command_type of this MySqlSqlStats.
322
+ :rtype: str
323
+ """
324
+ return self._command_type
325
+
326
+ @command_type.setter
327
+ def command_type(self, command_type):
328
+ """
329
+ Sets the command_type of this MySqlSqlStats.
330
+ Type of statement such as select, update or delete.
331
+
332
+
333
+ :param command_type: The command_type of this MySqlSqlStats.
334
+ :type: str
335
+ """
336
+ self._command_type = command_type
337
+
338
+ @property
339
+ def total_rows(self):
340
+ """
341
+ Gets the total_rows of this MySqlSqlStats.
342
+ Total number of SQL statements used in collection ranking calculation.
343
+
344
+
345
+ :return: The total_rows of this MySqlSqlStats.
346
+ :rtype: int
347
+ """
348
+ return self._total_rows
349
+
350
+ @total_rows.setter
351
+ def total_rows(self, total_rows):
352
+ """
353
+ Sets the total_rows of this MySqlSqlStats.
354
+ Total number of SQL statements used in collection ranking calculation.
355
+
356
+
357
+ :param total_rows: The total_rows of this MySqlSqlStats.
358
+ :type: int
359
+ """
360
+ self._total_rows = total_rows
361
+
362
+ @property
363
+ def perf_schema_used_percent(self):
364
+ """
365
+ Gets the perf_schema_used_percent of this MySqlSqlStats.
366
+ Percent of SQL statements in the perf schema table relative to max or overflow count set in @@GLOBAL.performance_schema_digests_size.
367
+
368
+
369
+ :return: The perf_schema_used_percent of this MySqlSqlStats.
370
+ :rtype: int
371
+ """
372
+ return self._perf_schema_used_percent
373
+
374
+ @perf_schema_used_percent.setter
375
+ def perf_schema_used_percent(self, perf_schema_used_percent):
376
+ """
377
+ Sets the perf_schema_used_percent of this MySqlSqlStats.
378
+ Percent of SQL statements in the perf schema table relative to max or overflow count set in @@GLOBAL.performance_schema_digests_size.
379
+
380
+
381
+ :param perf_schema_used_percent: The perf_schema_used_percent of this MySqlSqlStats.
382
+ :type: int
383
+ """
384
+ self._perf_schema_used_percent = perf_schema_used_percent
385
+
386
+ @property
387
+ def schema_name(self):
388
+ """
389
+ Gets the schema_name of this MySqlSqlStats.
390
+ Name of Database Schema.
391
+ Example: `\"performance_schema\"`
392
+
393
+
394
+ :return: The schema_name of this MySqlSqlStats.
395
+ :rtype: str
396
+ """
397
+ return self._schema_name
398
+
399
+ @schema_name.setter
400
+ def schema_name(self, schema_name):
401
+ """
402
+ Sets the schema_name of this MySqlSqlStats.
403
+ Name of Database Schema.
404
+ Example: `\"performance_schema\"`
405
+
406
+
407
+ :param schema_name: The schema_name of this MySqlSqlStats.
408
+ :type: str
409
+ """
410
+ self._schema_name = schema_name
411
+
412
+ @property
413
+ def exec_count(self):
414
+ """
415
+ Gets the exec_count of this MySqlSqlStats.
416
+ The total number of times the statement has executed.
417
+
418
+
419
+ :return: The exec_count of this MySqlSqlStats.
420
+ :rtype: int
421
+ """
422
+ return self._exec_count
423
+
424
+ @exec_count.setter
425
+ def exec_count(self, exec_count):
426
+ """
427
+ Sets the exec_count of this MySqlSqlStats.
428
+ The total number of times the statement has executed.
429
+
430
+
431
+ :param exec_count: The exec_count of this MySqlSqlStats.
432
+ :type: int
433
+ """
434
+ self._exec_count = exec_count
435
+
436
+ @property
437
+ def total_latency_in_ps(self):
438
+ """
439
+ Gets the total_latency_in_ps of this MySqlSqlStats.
440
+ The total wait time (in picoseconds) of timed occurrences of the statement.
441
+
442
+
443
+ :return: The total_latency_in_ps of this MySqlSqlStats.
444
+ :rtype: int
445
+ """
446
+ return self._total_latency_in_ps
447
+
448
+ @total_latency_in_ps.setter
449
+ def total_latency_in_ps(self, total_latency_in_ps):
450
+ """
451
+ Sets the total_latency_in_ps of this MySqlSqlStats.
452
+ The total wait time (in picoseconds) of timed occurrences of the statement.
453
+
454
+
455
+ :param total_latency_in_ps: The total_latency_in_ps of this MySqlSqlStats.
456
+ :type: int
457
+ """
458
+ self._total_latency_in_ps = total_latency_in_ps
459
+
460
+ @property
461
+ def lock_latency_in_ps(self):
462
+ """
463
+ Gets the lock_latency_in_ps of this MySqlSqlStats.
464
+ The total time waiting (in picoseconds) for locks by timed occurrences of the statement.
465
+
466
+
467
+ :return: The lock_latency_in_ps of this MySqlSqlStats.
468
+ :rtype: int
469
+ """
470
+ return self._lock_latency_in_ps
471
+
472
+ @lock_latency_in_ps.setter
473
+ def lock_latency_in_ps(self, lock_latency_in_ps):
474
+ """
475
+ Sets the lock_latency_in_ps of this MySqlSqlStats.
476
+ The total time waiting (in picoseconds) for locks by timed occurrences of the statement.
477
+
478
+
479
+ :param lock_latency_in_ps: The lock_latency_in_ps of this MySqlSqlStats.
480
+ :type: int
481
+ """
482
+ self._lock_latency_in_ps = lock_latency_in_ps
483
+
484
+ @property
485
+ def err_count(self):
486
+ """
487
+ Gets the err_count of this MySqlSqlStats.
488
+ The total number of errors produced by occurrences of the statement.
489
+
490
+
491
+ :return: The err_count of this MySqlSqlStats.
492
+ :rtype: int
493
+ """
494
+ return self._err_count
495
+
496
+ @err_count.setter
497
+ def err_count(self, err_count):
498
+ """
499
+ Sets the err_count of this MySqlSqlStats.
500
+ The total number of errors produced by occurrences of the statement.
501
+
502
+
503
+ :param err_count: The err_count of this MySqlSqlStats.
504
+ :type: int
505
+ """
506
+ self._err_count = err_count
507
+
508
+ @property
509
+ def warn_count(self):
510
+ """
511
+ Gets the warn_count of this MySqlSqlStats.
512
+ The total number of warnings produced by occurrences of the statement.
513
+
514
+
515
+ :return: The warn_count of this MySqlSqlStats.
516
+ :rtype: int
517
+ """
518
+ return self._warn_count
519
+
520
+ @warn_count.setter
521
+ def warn_count(self, warn_count):
522
+ """
523
+ Sets the warn_count of this MySqlSqlStats.
524
+ The total number of warnings produced by occurrences of the statement.
525
+
526
+
527
+ :param warn_count: The warn_count of this MySqlSqlStats.
528
+ :type: int
529
+ """
530
+ self._warn_count = warn_count
531
+
532
+ @property
533
+ def rows_affected(self):
534
+ """
535
+ Gets the rows_affected of this MySqlSqlStats.
536
+ The total number of rows affected by occurrences of the statement.
537
+
538
+
539
+ :return: The rows_affected of this MySqlSqlStats.
540
+ :rtype: int
541
+ """
542
+ return self._rows_affected
543
+
544
+ @rows_affected.setter
545
+ def rows_affected(self, rows_affected):
546
+ """
547
+ Sets the rows_affected of this MySqlSqlStats.
548
+ The total number of rows affected by occurrences of the statement.
549
+
550
+
551
+ :param rows_affected: The rows_affected of this MySqlSqlStats.
552
+ :type: int
553
+ """
554
+ self._rows_affected = rows_affected
555
+
556
+ @property
557
+ def rows_sent(self):
558
+ """
559
+ Gets the rows_sent of this MySqlSqlStats.
560
+ The total number of rows returned by occurrences of the statement.
561
+
562
+
563
+ :return: The rows_sent of this MySqlSqlStats.
564
+ :rtype: int
565
+ """
566
+ return self._rows_sent
567
+
568
+ @rows_sent.setter
569
+ def rows_sent(self, rows_sent):
570
+ """
571
+ Sets the rows_sent of this MySqlSqlStats.
572
+ The total number of rows returned by occurrences of the statement.
573
+
574
+
575
+ :param rows_sent: The rows_sent of this MySqlSqlStats.
576
+ :type: int
577
+ """
578
+ self._rows_sent = rows_sent
579
+
580
+ @property
581
+ def rows_examined(self):
582
+ """
583
+ Gets the rows_examined of this MySqlSqlStats.
584
+ The total number of rows read from storage engines by occurrences of the statement.
585
+
586
+
587
+ :return: The rows_examined of this MySqlSqlStats.
588
+ :rtype: int
589
+ """
590
+ return self._rows_examined
591
+
592
+ @rows_examined.setter
593
+ def rows_examined(self, rows_examined):
594
+ """
595
+ Sets the rows_examined of this MySqlSqlStats.
596
+ The total number of rows read from storage engines by occurrences of the statement.
597
+
598
+
599
+ :param rows_examined: The rows_examined of this MySqlSqlStats.
600
+ :type: int
601
+ """
602
+ self._rows_examined = rows_examined
603
+
604
+ @property
605
+ def tmp_disk_tables(self):
606
+ """
607
+ Gets the tmp_disk_tables of this MySqlSqlStats.
608
+ The total number of internal on-disk temporary tables created by occurrences of the statement.
609
+
610
+
611
+ :return: The tmp_disk_tables of this MySqlSqlStats.
612
+ :rtype: int
613
+ """
614
+ return self._tmp_disk_tables
615
+
616
+ @tmp_disk_tables.setter
617
+ def tmp_disk_tables(self, tmp_disk_tables):
618
+ """
619
+ Sets the tmp_disk_tables of this MySqlSqlStats.
620
+ The total number of internal on-disk temporary tables created by occurrences of the statement.
621
+
622
+
623
+ :param tmp_disk_tables: The tmp_disk_tables of this MySqlSqlStats.
624
+ :type: int
625
+ """
626
+ self._tmp_disk_tables = tmp_disk_tables
627
+
628
+ @property
629
+ def tmp_tables(self):
630
+ """
631
+ Gets the tmp_tables of this MySqlSqlStats.
632
+ The total number of internal in-memory temporary tables created by occurrences of the statement Count
633
+
634
+
635
+ :return: The tmp_tables of this MySqlSqlStats.
636
+ :rtype: int
637
+ """
638
+ return self._tmp_tables
639
+
640
+ @tmp_tables.setter
641
+ def tmp_tables(self, tmp_tables):
642
+ """
643
+ Sets the tmp_tables of this MySqlSqlStats.
644
+ The total number of internal in-memory temporary tables created by occurrences of the statement Count
645
+
646
+
647
+ :param tmp_tables: The tmp_tables of this MySqlSqlStats.
648
+ :type: int
649
+ """
650
+ self._tmp_tables = tmp_tables
651
+
652
+ @property
653
+ def select_full_join(self):
654
+ """
655
+ Gets the select_full_join of this MySqlSqlStats.
656
+ The total number of joins that perform table scans because they do not use indexes by occurrences of the statement. If this value is not 0
657
+
658
+
659
+ :return: The select_full_join of this MySqlSqlStats.
660
+ :rtype: int
661
+ """
662
+ return self._select_full_join
663
+
664
+ @select_full_join.setter
665
+ def select_full_join(self, select_full_join):
666
+ """
667
+ Sets the select_full_join of this MySqlSqlStats.
668
+ The total number of joins that perform table scans because they do not use indexes by occurrences of the statement. If this value is not 0
669
+
670
+
671
+ :param select_full_join: The select_full_join of this MySqlSqlStats.
672
+ :type: int
673
+ """
674
+ self._select_full_join = select_full_join
675
+
676
+ @property
677
+ def select_full_range_join(self):
678
+ """
679
+ Gets the select_full_range_join of this MySqlSqlStats.
680
+ The total number of joins that used a range search on a reference table by occurrences of the statement
681
+
682
+
683
+ :return: The select_full_range_join of this MySqlSqlStats.
684
+ :rtype: int
685
+ """
686
+ return self._select_full_range_join
687
+
688
+ @select_full_range_join.setter
689
+ def select_full_range_join(self, select_full_range_join):
690
+ """
691
+ Sets the select_full_range_join of this MySqlSqlStats.
692
+ The total number of joins that used a range search on a reference table by occurrences of the statement
693
+
694
+
695
+ :param select_full_range_join: The select_full_range_join of this MySqlSqlStats.
696
+ :type: int
697
+ """
698
+ self._select_full_range_join = select_full_range_join
699
+
700
+ @property
701
+ def select_range(self):
702
+ """
703
+ Gets the select_range of this MySqlSqlStats.
704
+ The total number of joins that used ranges on the first table by occurrences of the statement. This is normally not a critical issue even if the value is quite large. Count
705
+
706
+
707
+ :return: The select_range of this MySqlSqlStats.
708
+ :rtype: int
709
+ """
710
+ return self._select_range
711
+
712
+ @select_range.setter
713
+ def select_range(self, select_range):
714
+ """
715
+ Sets the select_range of this MySqlSqlStats.
716
+ The total number of joins that used ranges on the first table by occurrences of the statement. This is normally not a critical issue even if the value is quite large. Count
717
+
718
+
719
+ :param select_range: The select_range of this MySqlSqlStats.
720
+ :type: int
721
+ """
722
+ self._select_range = select_range
723
+
724
+ @property
725
+ def select_range_check(self):
726
+ """
727
+ Gets the select_range_check of this MySqlSqlStats.
728
+ The total number of joins without keys that check for key usage after each row by occurrences of the statement. If this is not 0
729
+
730
+
731
+ :return: The select_range_check of this MySqlSqlStats.
732
+ :rtype: int
733
+ """
734
+ return self._select_range_check
735
+
736
+ @select_range_check.setter
737
+ def select_range_check(self, select_range_check):
738
+ """
739
+ Sets the select_range_check of this MySqlSqlStats.
740
+ The total number of joins without keys that check for key usage after each row by occurrences of the statement. If this is not 0
741
+
742
+
743
+ :param select_range_check: The select_range_check of this MySqlSqlStats.
744
+ :type: int
745
+ """
746
+ self._select_range_check = select_range_check
747
+
748
+ @property
749
+ def select_scan(self):
750
+ """
751
+ Gets the select_scan of this MySqlSqlStats.
752
+ The total number of joins that did a full scan of the first table by occurrences of the statement Count
753
+
754
+
755
+ :return: The select_scan of this MySqlSqlStats.
756
+ :rtype: int
757
+ """
758
+ return self._select_scan
759
+
760
+ @select_scan.setter
761
+ def select_scan(self, select_scan):
762
+ """
763
+ Sets the select_scan of this MySqlSqlStats.
764
+ The total number of joins that did a full scan of the first table by occurrences of the statement Count
765
+
766
+
767
+ :param select_scan: The select_scan of this MySqlSqlStats.
768
+ :type: int
769
+ """
770
+ self._select_scan = select_scan
771
+
772
+ @property
773
+ def sort_merge_passes(self):
774
+ """
775
+ Gets the sort_merge_passes of this MySqlSqlStats.
776
+ The total number of sort merge passes by occurrences of the statement.
777
+
778
+
779
+ :return: The sort_merge_passes of this MySqlSqlStats.
780
+ :rtype: int
781
+ """
782
+ return self._sort_merge_passes
783
+
784
+ @sort_merge_passes.setter
785
+ def sort_merge_passes(self, sort_merge_passes):
786
+ """
787
+ Sets the sort_merge_passes of this MySqlSqlStats.
788
+ The total number of sort merge passes by occurrences of the statement.
789
+
790
+
791
+ :param sort_merge_passes: The sort_merge_passes of this MySqlSqlStats.
792
+ :type: int
793
+ """
794
+ self._sort_merge_passes = sort_merge_passes
795
+
796
+ @property
797
+ def sort_range(self):
798
+ """
799
+ Gets the sort_range of this MySqlSqlStats.
800
+ The total number of sorts that were done using ranges by occurrences of the statement.
801
+
802
+
803
+ :return: The sort_range of this MySqlSqlStats.
804
+ :rtype: int
805
+ """
806
+ return self._sort_range
807
+
808
+ @sort_range.setter
809
+ def sort_range(self, sort_range):
810
+ """
811
+ Sets the sort_range of this MySqlSqlStats.
812
+ The total number of sorts that were done using ranges by occurrences of the statement.
813
+
814
+
815
+ :param sort_range: The sort_range of this MySqlSqlStats.
816
+ :type: int
817
+ """
818
+ self._sort_range = sort_range
819
+
820
+ @property
821
+ def rows_sorted(self):
822
+ """
823
+ Gets the rows_sorted of this MySqlSqlStats.
824
+ The total number of rows sorted by occurrences of the statement.
825
+
826
+
827
+ :return: The rows_sorted of this MySqlSqlStats.
828
+ :rtype: int
829
+ """
830
+ return self._rows_sorted
831
+
832
+ @rows_sorted.setter
833
+ def rows_sorted(self, rows_sorted):
834
+ """
835
+ Sets the rows_sorted of this MySqlSqlStats.
836
+ The total number of rows sorted by occurrences of the statement.
837
+
838
+
839
+ :param rows_sorted: The rows_sorted of this MySqlSqlStats.
840
+ :type: int
841
+ """
842
+ self._rows_sorted = rows_sorted
843
+
844
+ @property
845
+ def sort_scan(self):
846
+ """
847
+ Gets the sort_scan of this MySqlSqlStats.
848
+ The total number of sorts that were done by scanning the table by occurrences of the statement.
849
+
850
+
851
+ :return: The sort_scan of this MySqlSqlStats.
852
+ :rtype: int
853
+ """
854
+ return self._sort_scan
855
+
856
+ @sort_scan.setter
857
+ def sort_scan(self, sort_scan):
858
+ """
859
+ Sets the sort_scan of this MySqlSqlStats.
860
+ The total number of sorts that were done by scanning the table by occurrences of the statement.
861
+
862
+
863
+ :param sort_scan: The sort_scan of this MySqlSqlStats.
864
+ :type: int
865
+ """
866
+ self._sort_scan = sort_scan
867
+
868
+ @property
869
+ def no_index_used_count(self):
870
+ """
871
+ Gets the no_index_used_count of this MySqlSqlStats.
872
+ The number of occurences of the statement which performed a table scan without using an index Count
873
+
874
+
875
+ :return: The no_index_used_count of this MySqlSqlStats.
876
+ :rtype: int
877
+ """
878
+ return self._no_index_used_count
879
+
880
+ @no_index_used_count.setter
881
+ def no_index_used_count(self, no_index_used_count):
882
+ """
883
+ Sets the no_index_used_count of this MySqlSqlStats.
884
+ The number of occurences of the statement which performed a table scan without using an index Count
885
+
886
+
887
+ :param no_index_used_count: The no_index_used_count of this MySqlSqlStats.
888
+ :type: int
889
+ """
890
+ self._no_index_used_count = no_index_used_count
891
+
892
+ @property
893
+ def no_good_index_used_count(self):
894
+ """
895
+ Gets the no_good_index_used_count of this MySqlSqlStats.
896
+ The number of occurences of the statement where the server found no good index to use Count
897
+
898
+
899
+ :return: The no_good_index_used_count of this MySqlSqlStats.
900
+ :rtype: int
901
+ """
902
+ return self._no_good_index_used_count
903
+
904
+ @no_good_index_used_count.setter
905
+ def no_good_index_used_count(self, no_good_index_used_count):
906
+ """
907
+ Sets the no_good_index_used_count of this MySqlSqlStats.
908
+ The number of occurences of the statement where the server found no good index to use Count
909
+
910
+
911
+ :param no_good_index_used_count: The no_good_index_used_count of this MySqlSqlStats.
912
+ :type: int
913
+ """
914
+ self._no_good_index_used_count = no_good_index_used_count
915
+
916
+ @property
917
+ def cpu_latency_in_ps(self):
918
+ """
919
+ Gets the cpu_latency_in_ps of this MySqlSqlStats.
920
+ The total time spent on CPU (in picoseconds) for the current thread.
921
+
922
+
923
+ :return: The cpu_latency_in_ps of this MySqlSqlStats.
924
+ :rtype: int
925
+ """
926
+ return self._cpu_latency_in_ps
927
+
928
+ @cpu_latency_in_ps.setter
929
+ def cpu_latency_in_ps(self, cpu_latency_in_ps):
930
+ """
931
+ Sets the cpu_latency_in_ps of this MySqlSqlStats.
932
+ The total time spent on CPU (in picoseconds) for the current thread.
933
+
934
+
935
+ :param cpu_latency_in_ps: The cpu_latency_in_ps of this MySqlSqlStats.
936
+ :type: int
937
+ """
938
+ self._cpu_latency_in_ps = cpu_latency_in_ps
939
+
940
+ @property
941
+ def max_controlled_memory_in_bytes(self):
942
+ """
943
+ Gets the max_controlled_memory_in_bytes of this MySqlSqlStats.
944
+ The maximum amount of controlled memory (in bytes) used by the statement.
945
+
946
+
947
+ :return: The max_controlled_memory_in_bytes of this MySqlSqlStats.
948
+ :rtype: int
949
+ """
950
+ return self._max_controlled_memory_in_bytes
951
+
952
+ @max_controlled_memory_in_bytes.setter
953
+ def max_controlled_memory_in_bytes(self, max_controlled_memory_in_bytes):
954
+ """
955
+ Sets the max_controlled_memory_in_bytes of this MySqlSqlStats.
956
+ The maximum amount of controlled memory (in bytes) used by the statement.
957
+
958
+
959
+ :param max_controlled_memory_in_bytes: The max_controlled_memory_in_bytes of this MySqlSqlStats.
960
+ :type: int
961
+ """
962
+ self._max_controlled_memory_in_bytes = max_controlled_memory_in_bytes
963
+
964
+ @property
965
+ def max_total_memory_in_bytes(self):
966
+ """
967
+ Gets the max_total_memory_in_bytes of this MySqlSqlStats.
968
+ The maximum amount of memory (in bytes) used by the statement.
969
+
970
+
971
+ :return: The max_total_memory_in_bytes of this MySqlSqlStats.
972
+ :rtype: int
973
+ """
974
+ return self._max_total_memory_in_bytes
975
+
976
+ @max_total_memory_in_bytes.setter
977
+ def max_total_memory_in_bytes(self, max_total_memory_in_bytes):
978
+ """
979
+ Sets the max_total_memory_in_bytes of this MySqlSqlStats.
980
+ The maximum amount of memory (in bytes) used by the statement.
981
+
982
+
983
+ :param max_total_memory_in_bytes: The max_total_memory_in_bytes of this MySqlSqlStats.
984
+ :type: int
985
+ """
986
+ self._max_total_memory_in_bytes = max_total_memory_in_bytes
987
+
988
+ @property
989
+ def exec_count_secondary(self):
990
+ """
991
+ Gets the exec_count_secondary of this MySqlSqlStats.
992
+ The total number of times a query was processed on the secondary engine (HEATWAVE) for occurrences of this statement Count.
993
+
994
+
995
+ :return: The exec_count_secondary of this MySqlSqlStats.
996
+ :rtype: int
997
+ """
998
+ return self._exec_count_secondary
999
+
1000
+ @exec_count_secondary.setter
1001
+ def exec_count_secondary(self, exec_count_secondary):
1002
+ """
1003
+ Sets the exec_count_secondary of this MySqlSqlStats.
1004
+ The total number of times a query was processed on the secondary engine (HEATWAVE) for occurrences of this statement Count.
1005
+
1006
+
1007
+ :param exec_count_secondary: The exec_count_secondary of this MySqlSqlStats.
1008
+ :type: int
1009
+ """
1010
+ self._exec_count_secondary = exec_count_secondary
1011
+
1012
+ @property
1013
+ def time_first_seen(self):
1014
+ """
1015
+ Gets the time_first_seen of this MySqlSqlStats.
1016
+ The time at which statement was first seen.
1017
+ Example: `\"2023-01-16 08:04:31.533577\"`
1018
+
1019
+
1020
+ :return: The time_first_seen of this MySqlSqlStats.
1021
+ :rtype: datetime
1022
+ """
1023
+ return self._time_first_seen
1024
+
1025
+ @time_first_seen.setter
1026
+ def time_first_seen(self, time_first_seen):
1027
+ """
1028
+ Sets the time_first_seen of this MySqlSqlStats.
1029
+ The time at which statement was first seen.
1030
+ Example: `\"2023-01-16 08:04:31.533577\"`
1031
+
1032
+
1033
+ :param time_first_seen: The time_first_seen of this MySqlSqlStats.
1034
+ :type: datetime
1035
+ """
1036
+ self._time_first_seen = time_first_seen
1037
+
1038
+ @property
1039
+ def time_last_seen(self):
1040
+ """
1041
+ Gets the time_last_seen of this MySqlSqlStats.
1042
+ The time at which statement was most recently seen for all occurrences of the statement.
1043
+ Example: `\"2023-01-30 02:17:08.067961\"`
1044
+
1045
+
1046
+ :return: The time_last_seen of this MySqlSqlStats.
1047
+ :rtype: datetime
1048
+ """
1049
+ return self._time_last_seen
1050
+
1051
+ @time_last_seen.setter
1052
+ def time_last_seen(self, time_last_seen):
1053
+ """
1054
+ Sets the time_last_seen of this MySqlSqlStats.
1055
+ The time at which statement was most recently seen for all occurrences of the statement.
1056
+ Example: `\"2023-01-30 02:17:08.067961\"`
1057
+
1058
+
1059
+ :param time_last_seen: The time_last_seen of this MySqlSqlStats.
1060
+ :type: datetime
1061
+ """
1062
+ self._time_last_seen = time_last_seen
1063
+
1064
+ def __repr__(self):
1065
+ return formatted_flat_dict(self)
1066
+
1067
+ def __eq__(self, other):
1068
+ if other is None:
1069
+ return False
1070
+
1071
+ return self.__dict__ == other.__dict__
1072
+
1073
+ def __ne__(self, other):
1074
+ return not self == other