oci 2.16.0 → 2.17.0
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.
- checksums.yaml +4 -4
- data/README.md +12 -2
- data/lib/oci/ai_vision/ai_service_vision_client.rb +1677 -0
- data/lib/oci/ai_vision/ai_service_vision_client_composite_operations.rb +399 -0
- data/lib/oci/ai_vision/ai_vision.rb +105 -0
- data/lib/oci/ai_vision/models/action_type.rb +15 -0
- data/lib/oci/ai_vision/models/analyze_document_details.rb +268 -0
- data/lib/oci/ai_vision/models/analyze_document_result.rb +286 -0
- data/lib/oci/ai_vision/models/analyze_image_details.rb +174 -0
- data/lib/oci/ai_vision/models/analyze_image_result.rb +243 -0
- data/lib/oci/ai_vision/models/bounding_polygon.rb +156 -0
- data/lib/oci/ai_vision/models/cell.rb +216 -0
- data/lib/oci/ai_vision/models/change_model_compartment_details.rb +156 -0
- data/lib/oci/ai_vision/models/change_project_compartment_details.rb +156 -0
- data/lib/oci/ai_vision/models/create_document_job_details.rb +304 -0
- data/lib/oci/ai_vision/models/create_image_job_details.rb +222 -0
- data/lib/oci/ai_vision/models/create_model_details.rb +325 -0
- data/lib/oci/ai_vision/models/create_project_details.rb +213 -0
- data/lib/oci/ai_vision/models/data_science_labeling_dataset.rb +162 -0
- data/lib/oci/ai_vision/models/dataset.rb +191 -0
- data/lib/oci/ai_vision/models/detected_document_type.rb +164 -0
- data/lib/oci/ai_vision/models/detected_language.rb +207 -0
- data/lib/oci/ai_vision/models/dimensions.rb +190 -0
- data/lib/oci/ai_vision/models/document_classification_feature.rb +176 -0
- data/lib/oci/ai_vision/models/document_details.rb +184 -0
- data/lib/oci/ai_vision/models/document_feature.rb +204 -0
- data/lib/oci/ai_vision/models/document_field.rb +216 -0
- data/lib/oci/ai_vision/models/document_job.rb +451 -0
- data/lib/oci/ai_vision/models/document_key_value_detection_feature.rb +145 -0
- data/lib/oci/ai_vision/models/document_language.rb +34 -0
- data/lib/oci/ai_vision/models/document_language_classification_feature.rb +162 -0
- data/lib/oci/ai_vision/models/document_metadata.rb +168 -0
- data/lib/oci/ai_vision/models/document_table_detection_feature.rb +145 -0
- data/lib/oci/ai_vision/models/document_text_detection_feature.rb +164 -0
- data/lib/oci/ai_vision/models/document_type.rb +19 -0
- data/lib/oci/ai_vision/models/field_label.rb +160 -0
- data/lib/oci/ai_vision/models/field_name.rb +187 -0
- data/lib/oci/ai_vision/models/field_value.rb +250 -0
- data/lib/oci/ai_vision/models/image_classification_feature.rb +176 -0
- data/lib/oci/ai_vision/models/image_details.rb +184 -0
- data/lib/oci/ai_vision/models/image_feature.rb +198 -0
- data/lib/oci/ai_vision/models/image_job.rb +358 -0
- data/lib/oci/ai_vision/models/image_object.rb +174 -0
- data/lib/oci/ai_vision/models/image_object_detection_feature.rb +176 -0
- data/lib/oci/ai_vision/models/image_text.rb +160 -0
- data/lib/oci/ai_vision/models/image_text_detection_feature.rb +201 -0
- data/lib/oci/ai_vision/models/inline_document_details.rb +158 -0
- data/lib/oci/ai_vision/models/inline_image_details.rb +158 -0
- data/lib/oci/ai_vision/models/input_location.rb +192 -0
- data/lib/oci/ai_vision/models/label.rb +160 -0
- data/lib/oci/ai_vision/models/line.rb +188 -0
- data/lib/oci/ai_vision/models/model.rb +547 -0
- data/lib/oci/ai_vision/models/model_collection.rb +150 -0
- data/lib/oci/ai_vision/models/model_summary.rb +384 -0
- data/lib/oci/ai_vision/models/normalized_vertex.rb +163 -0
- data/lib/oci/ai_vision/models/object_list_inline_input_location.rb +162 -0
- data/lib/oci/ai_vision/models/object_location.rb +182 -0
- data/lib/oci/ai_vision/models/object_storage_dataset.rb +190 -0
- data/lib/oci/ai_vision/models/object_storage_document_details.rb +190 -0
- data/lib/oci/ai_vision/models/object_storage_image_details.rb +190 -0
- data/lib/oci/ai_vision/models/ontology_class.rb +178 -0
- data/lib/oci/ai_vision/models/operation_status.rb +16 -0
- data/lib/oci/ai_vision/models/operation_type.rb +17 -0
- data/lib/oci/ai_vision/models/output_location.rb +178 -0
- data/lib/oci/ai_vision/models/page.rb +235 -0
- data/lib/oci/ai_vision/models/processing_error.rb +160 -0
- data/lib/oci/ai_vision/models/project.rb +316 -0
- data/lib/oci/ai_vision/models/project_collection.rb +150 -0
- data/lib/oci/ai_vision/models/project_summary.rb +283 -0
- data/lib/oci/ai_vision/models/sort_order.rb +11 -0
- data/lib/oci/ai_vision/models/table.rb +235 -0
- data/lib/oci/ai_vision/models/table_row.rb +150 -0
- data/lib/oci/ai_vision/models/update_model_details.rb +196 -0
- data/lib/oci/ai_vision/models/update_project_details.rb +196 -0
- data/lib/oci/ai_vision/models/value_array.rb +174 -0
- data/lib/oci/ai_vision/models/value_date.rb +174 -0
- data/lib/oci/ai_vision/models/value_integer.rb +174 -0
- data/lib/oci/ai_vision/models/value_number.rb +174 -0
- data/lib/oci/ai_vision/models/value_phone_number.rb +174 -0
- data/lib/oci/ai_vision/models/value_string.rb +174 -0
- data/lib/oci/ai_vision/models/value_time.rb +174 -0
- data/lib/oci/ai_vision/models/word.rb +174 -0
- data/lib/oci/ai_vision/models/work_request.rb +311 -0
- data/lib/oci/ai_vision/models/work_request_error.rb +173 -0
- data/lib/oci/ai_vision/models/work_request_error_collection.rb +150 -0
- data/lib/oci/ai_vision/models/work_request_log_entry.rb +160 -0
- data/lib/oci/ai_vision/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/ai_vision/models/work_request_resource.rb +220 -0
- data/lib/oci/ai_vision/models/work_request_summary.rb +313 -0
- data/lib/oci/ai_vision/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/ai_vision/util.rb +3 -0
- data/lib/oci/announcements_service/announcement_client.rb +26 -5
- data/lib/oci/announcements_service/announcement_subscription_client.rb +703 -0
- data/lib/oci/announcements_service/announcement_subscription_client_composite_operations.rb +144 -0
- data/lib/oci/announcements_service/announcements_preferences_client.rb +10 -3
- data/lib/oci/announcements_service/announcements_service.rb +14 -0
- data/lib/oci/announcements_service/models/announcement.rb +9 -1
- data/lib/oci/announcements_service/models/announcement_subscription.rb +348 -0
- data/lib/oci/announcements_service/models/announcement_subscription_collection.rb +150 -0
- data/lib/oci/announcements_service/models/announcement_subscription_summary.rb +299 -0
- data/lib/oci/announcements_service/models/announcement_summary.rb +12 -4
- data/lib/oci/announcements_service/models/base_announcement.rb +47 -4
- data/lib/oci/announcements_service/models/change_announcement_subscription_compartment_details.rb +156 -0
- data/lib/oci/announcements_service/models/create_announcement_subscription_details.rb +241 -0
- data/lib/oci/announcements_service/models/create_filter_group_details.rb +160 -0
- data/lib/oci/announcements_service/models/filter.rb +184 -0
- data/lib/oci/announcements_service/models/filter_group.rb +160 -0
- data/lib/oci/announcements_service/models/filter_group_details.rb +150 -0
- data/lib/oci/announcements_service/models/sort_order.rb +11 -0
- data/lib/oci/announcements_service/models/update_announcement_subscription_details.rb +211 -0
- data/lib/oci/announcements_service/models/update_filter_group_details.rb +150 -0
- data/lib/oci/apm_config/config_client.rb +31 -29
- data/lib/oci/apm_config/models/apdex.rb +20 -20
- data/lib/oci/apm_config/models/apdex_rules.rb +2 -2
- data/lib/oci/apm_config/models/apdex_rules_summary.rb +2 -2
- data/lib/oci/apm_config/models/config.rb +3 -3
- data/lib/oci/apm_config/models/config_collection.rb +1 -1
- data/lib/oci/apm_config/models/config_summary.rb +3 -3
- data/lib/oci/apm_config/models/create_apdex_rules_details.rb +2 -3
- data/lib/oci/apm_config/models/create_config_details.rb +3 -3
- data/lib/oci/apm_config/models/create_metric_group_details.rb +9 -6
- data/lib/oci/apm_config/models/create_span_filter_details.rb +2 -2
- data/lib/oci/apm_config/models/dimension.rb +3 -3
- data/lib/oci/apm_config/models/metric.rb +5 -5
- data/lib/oci/apm_config/models/metric_group.rb +9 -5
- data/lib/oci/apm_config/models/metric_group_summary.rb +9 -5
- data/lib/oci/apm_config/models/span_filter.rb +3 -3
- data/lib/oci/apm_config/models/span_filter_summary.rb +2 -2
- data/lib/oci/apm_config/models/update_apdex_rules_details.rb +1 -1
- data/lib/oci/apm_config/models/update_config_details.rb +2 -2
- data/lib/oci/apm_config/models/update_metric_group_details.rb +9 -5
- data/lib/oci/apm_config/models/update_span_filter_details.rb +2 -2
- data/lib/oci/apm_traces/apm_traces.rb +7 -0
- data/lib/oci/apm_traces/models/aggregated_snapshot.rb +167 -0
- data/lib/oci/apm_traces/models/aggregated_stack_trace.rb +165 -0
- data/lib/oci/apm_traces/models/query_details.rb +2 -2
- data/lib/oci/apm_traces/models/query_result_metadata_summary.rb +2 -2
- data/lib/oci/apm_traces/models/query_result_row.rb +6 -7
- data/lib/oci/apm_traces/models/query_result_row_type_summary.rb +1 -1
- data/lib/oci/apm_traces/models/query_results_grouped_by_summary.rb +2 -2
- data/lib/oci/apm_traces/models/query_results_ordered_by_summary.rb +2 -2
- data/lib/oci/apm_traces/models/quick_pick_summary.rb +3 -3
- data/lib/oci/apm_traces/models/snapshot_detail.rb +163 -0
- data/lib/oci/apm_traces/models/span.rb +4 -4
- data/lib/oci/apm_traces/models/span_log.rb +1 -1
- data/lib/oci/apm_traces/models/span_snapshot.rb +238 -0
- data/lib/oci/apm_traces/models/stack_trace_element.rb +212 -0
- data/lib/oci/apm_traces/models/tag.rb +1 -1
- data/lib/oci/apm_traces/models/thread_snapshot.rb +186 -0
- data/lib/oci/apm_traces/models/trace.rb +15 -16
- data/lib/oci/apm_traces/models/trace_service_summary.rb +3 -3
- data/lib/oci/apm_traces/models/trace_snapshot.rb +214 -0
- data/lib/oci/apm_traces/models/trace_span_summary.rb +16 -18
- data/lib/oci/apm_traces/query_client.rb +9 -89
- data/lib/oci/apm_traces/trace_client.rb +141 -8
- data/lib/oci/common.rb +33 -0
- data/lib/oci/container_engine/container_engine.rb +2 -0
- data/lib/oci/container_engine/models/cluster.rb +51 -1
- data/lib/oci/container_engine/models/cluster_create_options.rb +30 -4
- data/lib/oci/container_engine/models/cluster_summary.rb +51 -1
- data/lib/oci/container_engine/models/create_cluster_details.rb +35 -1
- data/lib/oci/container_engine/models/create_node_pool_details.rb +38 -4
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +35 -1
- data/lib/oci/container_engine/models/node.rb +51 -1
- data/lib/oci/container_engine/models/node_pool.rb +54 -4
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +35 -1
- data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +18 -4
- data/lib/oci/container_engine/models/node_pool_summary.rb +54 -4
- data/lib/oci/container_engine/models/persistent_volume_config_details.rb +174 -0
- data/lib/oci/container_engine/models/service_lb_config_details.rb +174 -0
- data/lib/oci/container_engine/models/update_cluster_details.rb +35 -1
- data/lib/oci/container_engine/models/update_cluster_options_details.rb +30 -4
- data/lib/oci/container_engine/models/update_node_pool_details.rb +38 -4
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +35 -1
- data/lib/oci/dashboard_service/dashboard_client.rb +477 -0
- data/lib/oci/dashboard_service/dashboard_client_composite_operations.rb +144 -0
- data/lib/oci/dashboard_service/dashboard_group_client.rb +477 -0
- data/lib/oci/dashboard_service/dashboard_group_client_composite_operations.rb +144 -0
- data/lib/oci/dashboard_service/dashboard_service.rb +36 -0
- data/lib/oci/dashboard_service/models/create_dashboard_details.rb +247 -0
- data/lib/oci/dashboard_service/models/create_dashboard_group_details.rb +214 -0
- data/lib/oci/dashboard_service/models/create_v1_dashboard_details.rb +191 -0
- data/lib/oci/dashboard_service/models/dashboard.rb +377 -0
- data/lib/oci/dashboard_service/models/dashboard_collection.rb +150 -0
- data/lib/oci/dashboard_service/models/dashboard_group.rb +312 -0
- data/lib/oci/dashboard_service/models/dashboard_group_collection.rb +150 -0
- data/lib/oci/dashboard_service/models/dashboard_group_summary.rb +288 -0
- data/lib/oci/dashboard_service/models/dashboard_summary.rb +302 -0
- data/lib/oci/dashboard_service/models/sort_order.rb +11 -0
- data/lib/oci/dashboard_service/models/update_dashboard_details.rb +233 -0
- data/lib/oci/dashboard_service/models/update_dashboard_group_details.rb +200 -0
- data/lib/oci/dashboard_service/models/update_v1_dashboard_details.rb +187 -0
- data/lib/oci/dashboard_service/models/v1_dashboard.rb +215 -0
- data/lib/oci/dashboard_service/util.rb +3 -0
- data/lib/oci/data_integration/models/filter.rb +1 -0
- data/lib/oci/data_safe/data_safe.rb +239 -0
- data/lib/oci/data_safe/data_safe_client.rb +11900 -1705
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +3157 -156
- data/lib/oci/data_safe/models/alert.rb +535 -0
- data/lib/oci/data_safe/models/alert_aggregation_items.rb +201 -0
- data/lib/oci/data_safe/models/alert_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_lifecycle_state.rb +12 -0
- data/lib/oci/data_safe/models/alert_policy.rb +387 -0
- data/lib/oci/data_safe/models/alert_policy_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_policy_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/alert_policy_rule.rb +170 -0
- data/lib/oci/data_safe/models/alert_policy_rule_collection.rb +150 -0
- data/lib/oci/data_safe/models/alert_policy_rule_summary.rb +170 -0
- data/lib/oci/data_safe/models/alert_policy_summary.rb +368 -0
- data/lib/oci/data_safe/models/alert_policy_type.rb +12 -0
- data/lib/oci/data_safe/models/alert_severity.rb +14 -0
- data/lib/oci/data_safe/models/alert_status.rb +11 -0
- data/lib/oci/data_safe/models/alert_summary.rb +495 -0
- data/lib/oci/data_safe/models/alert_type.rb +12 -0
- data/lib/oci/data_safe/models/alerts_aggregation_dimension.rb +154 -0
- data/lib/oci/data_safe/models/apply_discovery_job_results_details.rb +154 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval.rb +404 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval_summary.rb +386 -0
- data/lib/oci/data_safe/models/audit_conditions.rb +197 -0
- data/lib/oci/data_safe/models/audit_event_aggregation_dimensions.rb +352 -0
- data/lib/oci/data_safe/models/audit_event_aggregation_items.rb +215 -0
- data/lib/oci/data_safe/models/audit_event_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_event_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_event_summary.rb +719 -0
- data/lib/oci/data_safe/models/audit_policy.rb +410 -0
- data/lib/oci/data_safe/models/audit_policy_aggregation_items.rb +159 -0
- data/lib/oci/data_safe/models/audit_policy_analytic_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_policy_category.rb +15 -0
- data/lib/oci/data_safe/models/audit_policy_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_policy_dimensions.rb +186 -0
- data/lib/oci/data_safe/models/audit_policy_lifecycle_state.rb +16 -0
- data/lib/oci/data_safe/models/audit_policy_summary.rb +380 -0
- data/lib/oci/data_safe/models/audit_profile.rb +429 -0
- data/lib/oci/data_safe/models/audit_profile_aggregation_items.rb +159 -0
- data/lib/oci/data_safe/models/audit_profile_analytic_collection.rb +151 -0
- data/lib/oci/data_safe/models/audit_profile_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_profile_dimensions.rb +157 -0
- data/lib/oci/data_safe/models/audit_profile_lifecycle_state.rb +16 -0
- data/lib/oci/data_safe/models/audit_profile_summary.rb +400 -0
- data/lib/oci/data_safe/models/audit_specification.rb +367 -0
- data/lib/oci/data_safe/models/audit_trail.rb +447 -0
- data/lib/oci/data_safe/models/audit_trail_aggregation_items.rb +159 -0
- data/lib/oci/data_safe/models/audit_trail_analytic_collection.rb +151 -0
- data/lib/oci/data_safe/models/audit_trail_collection.rb +150 -0
- data/lib/oci/data_safe/models/audit_trail_dimensions.rb +212 -0
- data/lib/oci/data_safe/models/audit_trail_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/audit_trail_status.rb +17 -0
- data/lib/oci/data_safe/models/audit_trail_summary.rb +411 -0
- data/lib/oci/data_safe/models/available_audit_volume_collection.rb +150 -0
- data/lib/oci/data_safe/models/available_audit_volume_summary.rb +197 -0
- data/lib/oci/data_safe/models/calculate_audit_volume_available_details.rb +168 -0
- data/lib/oci/data_safe/models/calculate_audit_volume_collected_details.rb +168 -0
- data/lib/oci/data_safe/models/change_alert_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_alert_policy_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_audit_archive_retrieval_compartment_details.rb +156 -0
- data/lib/oci/data_safe/models/change_audit_policy_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_audit_profile_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_discovery_job_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_library_masking_format_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_masking_policy_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_report_compartment_details.rb +156 -0
- data/lib/oci/data_safe/models/change_report_definition_compartment_details.rb +156 -0
- data/lib/oci/data_safe/models/change_retention_details.rb +189 -0
- data/lib/oci/data_safe/models/change_sensitive_data_model_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_sensitive_type_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/change_target_alert_policy_association_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/collected_audit_volume_collection.rb +150 -0
- data/lib/oci/data_safe/models/collected_audit_volume_summary.rb +199 -0
- data/lib/oci/data_safe/models/column.rb +212 -0
- data/lib/oci/data_safe/models/column_filter.rb +234 -0
- data/lib/oci/data_safe/models/column_sorting.rb +182 -0
- data/lib/oci/data_safe/models/column_source_details.rb +191 -0
- data/lib/oci/data_safe/models/column_source_from_sdm_details.rb +162 -0
- data/lib/oci/data_safe/models/column_source_from_target_details.rb +162 -0
- data/lib/oci/data_safe/models/column_summary.rb +240 -0
- data/lib/oci/data_safe/models/compatible_formats_for_data_types.rb +161 -0
- data/lib/oci/data_safe/models/compatible_formats_for_sensitive_types.rb +154 -0
- data/lib/oci/data_safe/models/create_alert_policy_details.rb +267 -0
- data/lib/oci/data_safe/models/create_alert_policy_rule_details.rb +161 -0
- data/lib/oci/data_safe/models/create_audit_archive_retrieval_details.rb +254 -0
- data/lib/oci/data_safe/models/create_audit_policy_details.rb +226 -0
- data/lib/oci/data_safe/models/create_audit_profile_details.rb +243 -0
- data/lib/oci/data_safe/models/create_column_source_details.rb +184 -0
- data/lib/oci/data_safe/models/create_column_source_from_sdm_details.rb +162 -0
- data/lib/oci/data_safe/models/create_column_source_from_target_details.rb +162 -0
- data/lib/oci/data_safe/models/create_discovery_job_details.rb +350 -0
- data/lib/oci/data_safe/models/create_library_masking_format_details.rb +247 -0
- data/lib/oci/data_safe/models/create_masking_column_details.rb +312 -0
- data/lib/oci/data_safe/models/create_masking_policy_details.rb +371 -0
- data/lib/oci/data_safe/models/create_report_definition_details.rb +278 -0
- data/lib/oci/data_safe/models/create_sensitive_category_details.rb +173 -0
- data/lib/oci/data_safe/models/create_sensitive_column_details.rb +371 -0
- data/lib/oci/data_safe/models/create_sensitive_data_model_details.rb +359 -0
- data/lib/oci/data_safe/models/create_sensitive_type_details.rb +286 -0
- data/lib/oci/data_safe/models/create_sensitive_type_pattern_details.rb +250 -0
- data/lib/oci/data_safe/models/create_target_alert_policy_association_details.rb +257 -0
- data/lib/oci/data_safe/models/data_model_format.rb +10 -0
- data/lib/oci/data_safe/models/data_safe_configuration.rb +29 -1
- data/lib/oci/data_safe/models/delete_rows_format_entry.rb +157 -0
- data/lib/oci/data_safe/models/deterministic_encryption_date_format_entry.rb +201 -0
- data/lib/oci/data_safe/models/deterministic_encryption_format_entry.rb +193 -0
- data/lib/oci/data_safe/models/deterministic_substitution_format_entry.rb +205 -0
- data/lib/oci/data_safe/models/dimensions.rb +168 -0
- data/lib/oci/data_safe/models/discovery_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/discovery_analytics_summary.rb +197 -0
- data/lib/oci/data_safe/models/discovery_job.rb +544 -0
- data/lib/oci/data_safe/models/discovery_job_collection.rb +150 -0
- data/lib/oci/data_safe/models/discovery_job_result.rb +506 -0
- data/lib/oci/data_safe/models/discovery_job_result_collection.rb +150 -0
- data/lib/oci/data_safe/models/discovery_job_result_summary.rb +406 -0
- data/lib/oci/data_safe/models/discovery_job_summary.rb +320 -0
- data/lib/oci/data_safe/models/discovery_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/download_discovery_report_details.rb +183 -0
- data/lib/oci/data_safe/models/download_masking_log_details.rb +154 -0
- data/lib/oci/data_safe/models/download_masking_policy_details.rb +168 -0
- data/lib/oci/data_safe/models/download_masking_report_details.rb +183 -0
- data/lib/oci/data_safe/models/download_security_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/download_sensitive_data_model_details.rb +168 -0
- data/lib/oci/data_safe/models/download_user_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/enable_conditions.rb +256 -0
- data/lib/oci/data_safe/models/fixed_number_format_entry.rb +168 -0
- data/lib/oci/data_safe/models/fixed_string_format_entry.rb +168 -0
- data/lib/oci/data_safe/models/format_entry.rb +243 -0
- data/lib/oci/data_safe/models/format_entry_type.rb +32 -0
- data/lib/oci/data_safe/models/format_summary.rb +170 -0
- data/lib/oci/data_safe/models/formats_for_data_type.rb +174 -0
- data/lib/oci/data_safe/models/formats_for_sensitive_type.rb +168 -0
- data/lib/oci/data_safe/models/generate_discovery_report_for_download_details.rb +183 -0
- data/lib/oci/data_safe/models/generate_masking_policy_for_download_details.rb +168 -0
- data/lib/oci/data_safe/models/generate_masking_report_for_download_details.rb +183 -0
- data/lib/oci/data_safe/models/generate_report_details.rb +263 -0
- data/lib/oci/data_safe/models/generate_security_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/generate_sensitive_data_model_for_download_details.rb +168 -0
- data/lib/oci/data_safe/models/generate_user_assessment_report_details.rb +1 -0
- data/lib/oci/data_safe/models/global_settings.rb +185 -0
- data/lib/oci/data_safe/models/library_masking_format.rb +354 -0
- data/lib/oci/data_safe/models/library_masking_format_collection.rb +150 -0
- data/lib/oci/data_safe/models/library_masking_format_entry.rb +171 -0
- data/lib/oci/data_safe/models/library_masking_format_source.rb +11 -0
- data/lib/oci/data_safe/models/library_masking_format_summary.rb +332 -0
- data/lib/oci/data_safe/models/mask_data_details.rb +274 -0
- data/lib/oci/data_safe/models/masked_column_collection.rb +150 -0
- data/lib/oci/data_safe/models/masked_column_summary.rb +296 -0
- data/lib/oci/data_safe/models/masking_analytics_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_analytics_dimensions.rb +168 -0
- data/lib/oci/data_safe/models/masking_analytics_summary.rb +199 -0
- data/lib/oci/data_safe/models/masking_column.rb +414 -0
- data/lib/oci/data_safe/models/masking_column_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_column_lifecycle_state.rb +15 -0
- data/lib/oci/data_safe/models/masking_column_summary.rb +410 -0
- data/lib/oci/data_safe/models/masking_format.rb +190 -0
- data/lib/oci/data_safe/models/masking_lifecycle_state.rb +16 -0
- data/lib/oci/data_safe/models/masking_policy.rb +448 -0
- data/lib/oci/data_safe/models/masking_policy_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_policy_summary.rb +304 -0
- data/lib/oci/data_safe/models/masking_report.rb +306 -0
- data/lib/oci/data_safe/models/masking_report_collection.rb +150 -0
- data/lib/oci/data_safe/models/masking_report_summary.rb +304 -0
- data/lib/oci/data_safe/models/modified_attributes.rb +170 -0
- data/lib/oci/data_safe/models/modify_global_settings_details.rb +184 -0
- data/lib/oci/data_safe/models/null_value_format_entry.rb +152 -0
- data/lib/oci/data_safe/models/object_type.rb +11 -0
- data/lib/oci/data_safe/models/patch_alert_policy_rule_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_alerts_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_discovery_job_result_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_insert_instruction.rb +162 -0
- data/lib/oci/data_safe/models/patch_instruction.rb +192 -0
- data/lib/oci/data_safe/models/patch_masking_columns_details.rb +150 -0
- data/lib/oci/data_safe/models/patch_merge_instruction.rb +162 -0
- data/lib/oci/data_safe/models/patch_remove_instruction.rb +149 -0
- data/lib/oci/data_safe/models/patch_sensitive_column_details.rb +150 -0
- data/lib/oci/data_safe/models/policy_format.rb +10 -0
- data/lib/oci/data_safe/models/ppf_format_entry.rb +179 -0
- data/lib/oci/data_safe/models/preserve_original_data_format_entry.rb +153 -0
- data/lib/oci/data_safe/models/provision_audit_conditions.rb +199 -0
- data/lib/oci/data_safe/models/provision_audit_policy_details.rb +170 -0
- data/lib/oci/data_safe/models/random_date_format_entry.rb +189 -0
- data/lib/oci/data_safe/models/random_decimal_number_format_entry.rb +190 -0
- data/lib/oci/data_safe/models/random_digits_format_entry.rb +193 -0
- data/lib/oci/data_safe/models/random_list_format_entry.rb +173 -0
- data/lib/oci/data_safe/models/random_number_format_entry.rb +192 -0
- data/lib/oci/data_safe/models/random_string_format_entry.rb +192 -0
- data/lib/oci/data_safe/models/random_substitution_format_entry.rb +204 -0
- data/lib/oci/data_safe/models/regular_expression_format_entry.rb +189 -0
- data/lib/oci/data_safe/models/report.rb +333 -0
- data/lib/oci/data_safe/models/report_collection.rb +150 -0
- data/lib/oci/data_safe/models/report_definition.rb +474 -0
- data/lib/oci/data_safe/models/report_definition_collection.rb +150 -0
- data/lib/oci/data_safe/models/report_definition_data_source.rb +11 -0
- data/lib/oci/data_safe/models/report_definition_lifecycle_state.rb +14 -0
- data/lib/oci/data_safe/models/report_definition_summary.rb +378 -0
- data/lib/oci/data_safe/models/report_lifecycle_state.rb +11 -0
- data/lib/oci/data_safe/models/report_summary.rb +317 -0
- data/lib/oci/data_safe/models/role_summary.rb +238 -0
- data/lib/oci/data_safe/models/schema_summary.rb +168 -0
- data/lib/oci/data_safe/models/sensitive_category.rb +197 -0
- data/lib/oci/data_safe/models/sensitive_column.rb +559 -0
- data/lib/oci/data_safe/models/sensitive_column_collection.rb +150 -0
- data/lib/oci/data_safe/models/sensitive_column_lifecycle_state.rb +14 -0
- data/lib/oci/data_safe/models/sensitive_column_summary.rb +512 -0
- data/lib/oci/data_safe/models/sensitive_data_model.rb +438 -0
- data/lib/oci/data_safe/models/sensitive_data_model_collection.rb +150 -0
- data/lib/oci/data_safe/models/sensitive_data_model_summary.rb +320 -0
- data/lib/oci/data_safe/models/sensitive_type.rb +416 -0
- data/lib/oci/data_safe/models/sensitive_type_collection.rb +150 -0
- data/lib/oci/data_safe/models/sensitive_type_entity.rb +11 -0
- data/lib/oci/data_safe/models/sensitive_type_pattern.rb +292 -0
- data/lib/oci/data_safe/models/sensitive_type_source.rb +11 -0
- data/lib/oci/data_safe/models/sensitive_type_summary.rb +394 -0
- data/lib/oci/data_safe/models/service_list.rb +1 -0
- data/lib/oci/data_safe/models/shuffle_format_entry.rb +177 -0
- data/lib/oci/data_safe/models/sql_expression_format_entry.rb +176 -0
- data/lib/oci/data_safe/models/start_audit_trail_details.rb +172 -0
- data/lib/oci/data_safe/models/substring_format_entry.rb +187 -0
- data/lib/oci/data_safe/models/summary.rb +222 -0
- data/lib/oci/data_safe/models/table_summary.rb +168 -0
- data/lib/oci/data_safe/models/target_alert_policy_association.rb +348 -0
- data/lib/oci/data_safe/models/target_alert_policy_association_collection.rb +150 -0
- data/lib/oci/data_safe/models/target_alert_policy_association_summary.rb +332 -0
- data/lib/oci/data_safe/models/target_database.rb +15 -1
- data/lib/oci/data_safe/models/target_database_summary.rb +15 -1
- data/lib/oci/data_safe/models/truncate_table_format_entry.rb +154 -0
- data/lib/oci/data_safe/models/udf_format_entry.rb +173 -0
- data/lib/oci/data_safe/models/update_alert_details.rb +207 -0
- data/lib/oci/data_safe/models/update_alert_policy_rule_details.rb +160 -0
- data/lib/oci/data_safe/models/update_audit_archive_retrieval_details.rb +198 -0
- data/lib/oci/data_safe/models/update_audit_policy_details.rb +198 -0
- data/lib/oci/data_safe/models/update_audit_profile_details.rb +215 -0
- data/lib/oci/data_safe/models/update_audit_trail_details.rb +216 -0
- data/lib/oci/data_safe/models/update_column_source_details.rb +184 -0
- data/lib/oci/data_safe/models/update_column_source_sdm_details.rb +162 -0
- data/lib/oci/data_safe/models/update_column_source_target_details.rb +162 -0
- data/lib/oci/data_safe/models/update_library_masking_format_details.rb +228 -0
- data/lib/oci/data_safe/models/update_masking_column_details.rb +239 -0
- data/lib/oci/data_safe/models/update_masking_policy_details.rb +329 -0
- data/lib/oci/data_safe/models/update_report_definition_details.rb +250 -0
- data/lib/oci/data_safe/models/update_sensitive_category_details.rb +169 -0
- data/lib/oci/data_safe/models/update_sensitive_column_details.rb +280 -0
- data/lib/oci/data_safe/models/update_sensitive_data_model_details.rb +299 -0
- data/lib/oci/data_safe/models/update_sensitive_type_details.rb +272 -0
- data/lib/oci/data_safe/models/update_sensitive_type_pattern_details.rb +244 -0
- data/lib/oci/data_safe/models/update_target_alert_policy_association_details.rb +213 -0
- data/lib/oci/data_safe/models/work_request.rb +57 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +56 -0
- data/lib/oci/data_science/data_science.rb +1 -0
- data/lib/oci/data_science/data_science_client.rb +71 -2
- data/lib/oci/data_science/data_science_client_composite_operations.rb +1 -1
- data/lib/oci/data_science/models/fast_launch_job_config_summary.rb +272 -0
- data/lib/oci/database/models/autonomous_database.rb +2 -1
- data/lib/oci/database/models/autonomous_database_summary.rb +2 -1
- data/lib/oci/database_management/database_management.rb +14 -0
- data/lib/oci/database_management/db_management_client.rb +544 -8
- data/lib/oci/database_management/models/add_data_files_details.rb +303 -0
- data/lib/oci/database_management/models/asm_property.rb +151 -0
- data/lib/oci/database_management/models/asm_property_collection.rb +150 -0
- data/lib/oci/database_management/models/asm_property_summary.rb +154 -0
- data/lib/oci/database_management/models/clone_sql_tuning_task_details.rb +4 -4
- data/lib/oci/database_management/models/consumer_group_privilege_collection.rb +2 -2
- data/lib/oci/database_management/models/consumer_group_privilege_summary.rb +4 -4
- data/lib/oci/database_management/models/create_tablespace_details.rb +508 -0
- data/lib/oci/database_management/models/data_access_container_collection.rb +2 -2
- data/lib/oci/database_management/models/data_access_container_summary.rb +2 -2
- data/lib/oci/database_management/models/drop_sql_tuning_task_details.rb +3 -3
- data/lib/oci/database_management/models/drop_tablespace_details.rb +199 -0
- data/lib/oci/database_management/models/execution_plan_stats_comparision.rb +1 -1
- data/lib/oci/database_management/models/object_privilege_collection.rb +2 -2
- data/lib/oci/database_management/models/object_privilege_summary.rb +9 -9
- data/lib/oci/database_management/models/proxied_for_user_collection.rb +2 -2
- data/lib/oci/database_management/models/proxied_for_user_summary.rb +4 -4
- data/lib/oci/database_management/models/proxy_user_collection.rb +2 -2
- data/lib/oci/database_management/models/proxy_user_summary.rb +4 -4
- data/lib/oci/database_management/models/remove_data_file_details.rb +197 -0
- data/lib/oci/database_management/models/resize_data_file_details.rb +272 -0
- data/lib/oci/database_management/models/role_collection.rb +2 -2
- data/lib/oci/database_management/models/role_summary.rb +9 -9
- data/lib/oci/database_management/models/sql_tuning_advisor_task_finding_collection.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_advisor_task_finding_summary.rb +19 -19
- data/lib/oci/database_management/models/sql_tuning_advisor_task_recommendation_summary.rb +6 -6
- data/lib/oci/database_management/models/sql_tuning_advisor_task_sql_execution_plan.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary.rb +13 -13
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_finding_benefits.rb +21 -21
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_finding_counts.rb +7 -7
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_statement_counts.rb +5 -5
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_statistics.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_task_info.rb +9 -9
- data/lib/oci/database_management/models/sql_tuning_task_credential_details.rb +3 -3
- data/lib/oci/database_management/models/sql_tuning_task_password_credential_details.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_task_plan_stats.rb +2 -2
- data/lib/oci/database_management/models/sql_tuning_task_return.rb +3 -3
- data/lib/oci/database_management/models/sql_tuning_task_secret_credential_details.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_task_sql_detail.rb +1 -1
- data/lib/oci/database_management/models/sql_tuning_task_sql_execution_plan_step.rb +30 -30
- data/lib/oci/database_management/models/start_sql_tuning_task_details.rb +8 -8
- data/lib/oci/database_management/models/system_privilege_collection.rb +2 -2
- data/lib/oci/database_management/models/system_privilege_summary.rb +7 -7
- data/lib/oci/database_management/models/tablespace.rb +217 -81
- data/lib/oci/database_management/models/tablespace_admin_credential_details.rb +217 -0
- data/lib/oci/database_management/models/tablespace_admin_password_credential_details.rb +166 -0
- data/lib/oci/database_management/models/tablespace_admin_secret_credential_details.rb +173 -0
- data/lib/oci/database_management/models/tablespace_admin_status.rb +201 -0
- data/lib/oci/database_management/models/tablespace_storage_size.rb +178 -0
- data/lib/oci/database_management/models/tablespace_summary.rb +16 -1
- data/lib/oci/database_management/models/update_tablespace_details.rb +303 -0
- data/lib/oci/database_management/models/user.rb +15 -15
- data/lib/oci/database_management/models/user_collection.rb +1 -1
- data/lib/oci/database_management/models/user_summary.rb +3 -3
- data/lib/oci/database_management/sql_tuning_client.rb +24 -21
- data/lib/oci/loggingsearch/log_search_client.rb +4 -1
- data/lib/oci/marketplace/account_client.rb +1 -1
- data/lib/oci/marketplace/marketplace_client.rb +7 -4
- data/lib/oci/marketplace/models/free_text_search_details.rb +2 -1
- data/lib/oci/marketplace/models/listing_summary.rb +17 -1
- data/lib/oci/marketplace/models/search_listings_details.rb +4 -2
- data/lib/oci/marketplace/models/structured_search_details.rb +3 -1
- data/lib/oci/nosql/models/table_collection.rb +32 -4
- data/lib/oci/nosql/models/table_limits.rb +41 -4
- data/lib/oci/osp_gateway/invoice_service_client.rb +1 -1
- data/lib/oci/osp_gateway/models/authorize_subscription_payment_details.rb +174 -0
- data/lib/oci/osp_gateway/models/authorize_subscription_payment_receipt.rb +182 -0
- data/lib/oci/osp_gateway/models/{address.rb → bill_to_address.rb} +1 -1
- data/lib/oci/osp_gateway/models/billing_address.rb +274 -0
- data/lib/oci/osp_gateway/models/credit_card_payment_option.rb +153 -0
- data/lib/oci/osp_gateway/models/credit_card_type.rb +16 -0
- data/lib/oci/osp_gateway/models/invoice.rb +3 -3
- data/lib/oci/osp_gateway/models/merchant_defined_data.rb +168 -0
- data/lib/oci/osp_gateway/models/pay_subscription_details.rb +174 -0
- data/lib/oci/osp_gateway/models/pay_subscription_receipt.rb +182 -0
- data/lib/oci/osp_gateway/models/payment_detail.rb +1 -1
- data/lib/oci/osp_gateway/models/payment_gateway.rb +153 -0
- data/lib/oci/osp_gateway/models/payment_method.rb +11 -0
- data/lib/oci/osp_gateway/models/payment_option.rb +219 -0
- data/lib/oci/osp_gateway/models/paypal_payment_option.rb +153 -0
- data/lib/oci/osp_gateway/models/subscription.rb +456 -0
- data/lib/oci/osp_gateway/models/subscription_collection.rb +150 -0
- data/lib/oci/osp_gateway/models/subscription_summary.rb +459 -0
- data/lib/oci/osp_gateway/models/tax_info.rb +210 -0
- data/lib/oci/osp_gateway/models/update_subscription_details.rb +160 -0
- data/lib/oci/osp_gateway/osp_gateway.rb +19 -1
- data/lib/oci/osp_gateway/subscription_service_client.rb +481 -0
- data/lib/oci/osp_gateway/subscription_service_client_composite_operations.rb +25 -0
- data/lib/oci/regions_definitions.rb +9 -4
- data/lib/oci/threat_intelligence/models/data_attribution.rb +198 -0
- data/lib/oci/threat_intelligence/models/data_visibility.rb +187 -0
- data/lib/oci/threat_intelligence/models/entity_reference.rb +185 -0
- data/lib/oci/threat_intelligence/models/indicator.rb +320 -0
- data/lib/oci/threat_intelligence/models/indicator_attribute.rb +170 -0
- data/lib/oci/threat_intelligence/models/indicator_count_collection.rb +150 -0
- data/lib/oci/threat_intelligence/models/indicator_count_dimensions.rb +189 -0
- data/lib/oci/threat_intelligence/models/indicator_count_summary.rb +160 -0
- data/lib/oci/threat_intelligence/models/indicator_reference.rb +162 -0
- data/lib/oci/threat_intelligence/models/indicator_relationship.rb +174 -0
- data/lib/oci/threat_intelligence/models/indicator_source_summary.rb +150 -0
- data/lib/oci/threat_intelligence/models/indicator_summary.rb +294 -0
- data/lib/oci/threat_intelligence/models/indicator_summary_collection.rb +150 -0
- data/lib/oci/threat_intelligence/models/indicator_type.rb +16 -0
- data/lib/oci/threat_intelligence/models/lifecycle_state.rb +11 -0
- data/lib/oci/threat_intelligence/models/sort_order.rb +11 -0
- data/lib/oci/threat_intelligence/models/threat_type.rb +170 -0
- data/lib/oci/threat_intelligence/models/threat_type_summary.rb +160 -0
- data/lib/oci/threat_intelligence/models/threat_types_collection.rb +150 -0
- data/lib/oci/threat_intelligence/threat_intelligence.rb +38 -0
- data/lib/oci/threat_intelligence/threatintel_client.rb +375 -0
- data/lib/oci/threat_intelligence/threatintel_client_composite_operations.rb +25 -0
- data/lib/oci/threat_intelligence/util.rb +3 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci.rb +6 -23
- metadata +432 -3
|
@@ -5,23 +5,23 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# The
|
|
8
|
+
# The benefits of the findings in the SQL Tuning Advisor summary report.
|
|
9
9
|
class DatabaseManagement::Models::SqlTuningAdvisorTaskSummaryFindingBenefits
|
|
10
|
-
# **[Required]** The
|
|
10
|
+
# **[Required]** The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are not implemented.
|
|
11
11
|
# @return [Integer]
|
|
12
12
|
attr_accessor :db_time_before_recommended
|
|
13
13
|
|
|
14
|
-
# **[Required]** The
|
|
14
|
+
# **[Required]** The estimated database time of the above SQL statements, if SQL Tuning Advisor recommendations are implemented.
|
|
15
15
|
# @return [Integer]
|
|
16
16
|
attr_accessor :db_time_after_recommended
|
|
17
17
|
|
|
18
|
-
# **[Required]** The
|
|
18
|
+
# **[Required]** The actual database time of the SQL statements for which SQL Tuning Advisor recommendations are implemented.
|
|
19
19
|
# @return [Integer]
|
|
20
|
-
attr_accessor :
|
|
20
|
+
attr_accessor :db_time_after_implemented
|
|
21
21
|
|
|
22
|
-
# **[Required]** The
|
|
22
|
+
# **[Required]** The actual database time of the above SQL statements, before SQL Tuning Advisor recommendations are implemented.
|
|
23
23
|
# @return [Integer]
|
|
24
|
-
attr_accessor :
|
|
24
|
+
attr_accessor :db_time_before_implemented
|
|
25
25
|
|
|
26
26
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
27
27
|
def self.attribute_map
|
|
@@ -29,8 +29,8 @@ module OCI
|
|
|
29
29
|
# rubocop:disable Style/SymbolLiteral
|
|
30
30
|
'db_time_before_recommended': :'dbTimeBeforeRecommended',
|
|
31
31
|
'db_time_after_recommended': :'dbTimeAfterRecommended',
|
|
32
|
-
'
|
|
33
|
-
'
|
|
32
|
+
'db_time_after_implemented': :'dbTimeAfterImplemented',
|
|
33
|
+
'db_time_before_implemented': :'dbTimeBeforeImplemented'
|
|
34
34
|
# rubocop:enable Style/SymbolLiteral
|
|
35
35
|
}
|
|
36
36
|
end
|
|
@@ -41,8 +41,8 @@ module OCI
|
|
|
41
41
|
# rubocop:disable Style/SymbolLiteral
|
|
42
42
|
'db_time_before_recommended': :'Integer',
|
|
43
43
|
'db_time_after_recommended': :'Integer',
|
|
44
|
-
'
|
|
45
|
-
'
|
|
44
|
+
'db_time_after_implemented': :'Integer',
|
|
45
|
+
'db_time_before_implemented': :'Integer'
|
|
46
46
|
# rubocop:enable Style/SymbolLiteral
|
|
47
47
|
}
|
|
48
48
|
end
|
|
@@ -55,8 +55,8 @@ module OCI
|
|
|
55
55
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
56
56
|
# @option attributes [Integer] :db_time_before_recommended The value to assign to the {#db_time_before_recommended} property
|
|
57
57
|
# @option attributes [Integer] :db_time_after_recommended The value to assign to the {#db_time_after_recommended} property
|
|
58
|
-
# @option attributes [Integer] :db_time_before_implemented The value to assign to the {#db_time_before_implemented} property
|
|
59
58
|
# @option attributes [Integer] :db_time_after_implemented The value to assign to the {#db_time_after_implemented} property
|
|
59
|
+
# @option attributes [Integer] :db_time_before_implemented The value to assign to the {#db_time_before_implemented} property
|
|
60
60
|
def initialize(attributes = {})
|
|
61
61
|
return unless attributes.is_a?(Hash)
|
|
62
62
|
|
|
@@ -75,17 +75,17 @@ module OCI
|
|
|
75
75
|
|
|
76
76
|
self.db_time_after_recommended = attributes[:'db_time_after_recommended'] if attributes[:'db_time_after_recommended']
|
|
77
77
|
|
|
78
|
-
self.db_time_before_implemented = attributes[:'dbTimeBeforeImplemented'] if attributes[:'dbTimeBeforeImplemented']
|
|
79
|
-
|
|
80
|
-
raise 'You cannot provide both :dbTimeBeforeImplemented and :db_time_before_implemented' if attributes.key?(:'dbTimeBeforeImplemented') && attributes.key?(:'db_time_before_implemented')
|
|
81
|
-
|
|
82
|
-
self.db_time_before_implemented = attributes[:'db_time_before_implemented'] if attributes[:'db_time_before_implemented']
|
|
83
|
-
|
|
84
78
|
self.db_time_after_implemented = attributes[:'dbTimeAfterImplemented'] if attributes[:'dbTimeAfterImplemented']
|
|
85
79
|
|
|
86
80
|
raise 'You cannot provide both :dbTimeAfterImplemented and :db_time_after_implemented' if attributes.key?(:'dbTimeAfterImplemented') && attributes.key?(:'db_time_after_implemented')
|
|
87
81
|
|
|
88
82
|
self.db_time_after_implemented = attributes[:'db_time_after_implemented'] if attributes[:'db_time_after_implemented']
|
|
83
|
+
|
|
84
|
+
self.db_time_before_implemented = attributes[:'dbTimeBeforeImplemented'] if attributes[:'dbTimeBeforeImplemented']
|
|
85
|
+
|
|
86
|
+
raise 'You cannot provide both :dbTimeBeforeImplemented and :db_time_before_implemented' if attributes.key?(:'dbTimeBeforeImplemented') && attributes.key?(:'db_time_before_implemented')
|
|
87
|
+
|
|
88
|
+
self.db_time_before_implemented = attributes[:'db_time_before_implemented'] if attributes[:'db_time_before_implemented']
|
|
89
89
|
end
|
|
90
90
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
91
91
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -101,8 +101,8 @@ module OCI
|
|
|
101
101
|
self.class == other.class &&
|
|
102
102
|
db_time_before_recommended == other.db_time_before_recommended &&
|
|
103
103
|
db_time_after_recommended == other.db_time_after_recommended &&
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
db_time_after_implemented == other.db_time_after_implemented &&
|
|
105
|
+
db_time_before_implemented == other.db_time_before_implemented
|
|
106
106
|
end
|
|
107
107
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
108
108
|
|
|
@@ -118,7 +118,7 @@ module OCI
|
|
|
118
118
|
# Calculates hash code according to all attributes.
|
|
119
119
|
# @return [Fixnum] Hash code
|
|
120
120
|
def hash
|
|
121
|
-
[db_time_before_recommended, db_time_after_recommended,
|
|
121
|
+
[db_time_before_recommended, db_time_after_recommended, db_time_after_implemented, db_time_before_implemented].hash
|
|
122
122
|
end
|
|
123
123
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
124
124
|
|
|
@@ -5,29 +5,29 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# The
|
|
8
|
+
# The number of findings in the SQL Tuning Advisor summary report.
|
|
9
9
|
class DatabaseManagement::Models::SqlTuningAdvisorTaskSummaryFindingCounts
|
|
10
|
-
# **[Required]** The
|
|
10
|
+
# **[Required]** The number of distinct SQL statements with recommended SQL profiles.
|
|
11
11
|
# @return [Integer]
|
|
12
12
|
attr_accessor :recommended_sql_profile
|
|
13
13
|
|
|
14
|
-
# **[Required]** The
|
|
14
|
+
# **[Required]** The number of distinct SQL statements with implemented SQL profiles.
|
|
15
15
|
# @return [Integer]
|
|
16
16
|
attr_accessor :implemented_sql_profile
|
|
17
17
|
|
|
18
|
-
# **[Required]** The
|
|
18
|
+
# **[Required]** The number of distinct SQL statements with index recommendations.
|
|
19
19
|
# @return [Integer]
|
|
20
20
|
attr_accessor :index
|
|
21
21
|
|
|
22
|
-
# **[Required]** The
|
|
22
|
+
# **[Required]** The number of distinct SQL statements with restructured SQL recommendations.
|
|
23
23
|
# @return [Integer]
|
|
24
24
|
attr_accessor :restructure
|
|
25
25
|
|
|
26
|
-
# **[Required]** The
|
|
26
|
+
# **[Required]** The number of distinct SQL statements with stale or missing optimizer statistics recommendations.
|
|
27
27
|
# @return [Integer]
|
|
28
28
|
attr_accessor :statistics
|
|
29
29
|
|
|
30
|
-
# **[Required]** The
|
|
30
|
+
# **[Required]** The number of distinct SQL statements with alternative plan recommendations.
|
|
31
31
|
# @return [Integer]
|
|
32
32
|
attr_accessor :alternate_plan
|
|
33
33
|
|
data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_statement_counts.rb
CHANGED
|
@@ -5,21 +5,21 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# The
|
|
8
|
+
# The number of statements in the SQL Tuning Advisor summary report.
|
|
9
9
|
class DatabaseManagement::Models::SqlTuningAdvisorTaskSummaryReportStatementCounts
|
|
10
|
-
# **[Required]** The
|
|
10
|
+
# **[Required]** The number of distinct SQL statements.
|
|
11
11
|
# @return [Integer]
|
|
12
12
|
attr_accessor :distinct_sql
|
|
13
13
|
|
|
14
|
-
# **[Required]** The total
|
|
14
|
+
# **[Required]** The total number of SQL statements.
|
|
15
15
|
# @return [Integer]
|
|
16
16
|
attr_accessor :total_sql
|
|
17
17
|
|
|
18
|
-
# **[Required]** The
|
|
18
|
+
# **[Required]** The number of distinct SQL statements with findings.
|
|
19
19
|
# @return [Integer]
|
|
20
20
|
attr_accessor :finding_count
|
|
21
21
|
|
|
22
|
-
# **[Required]** The
|
|
22
|
+
# **[Required]** The number of distinct SQL statements with errors.
|
|
23
23
|
# @return [Integer]
|
|
24
24
|
attr_accessor :error_count
|
|
25
25
|
|
data/lib/oci/database_management/models/sql_tuning_advisor_task_summary_report_statistics.rb
CHANGED
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
#
|
|
8
|
+
# The statistics of the statements and findings in the SQL Tuning Advisor summary report.
|
|
9
9
|
class DatabaseManagement::Models::SqlTuningAdvisorTaskSummaryReportStatistics
|
|
10
10
|
# This attribute is required.
|
|
11
11
|
# @return [OCI::DatabaseManagement::Models::SqlTuningAdvisorTaskSummaryReportStatementCounts]
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# SQL Tuning
|
|
9
|
+
# The general information regarding the SQL Tuning Advisor task.
|
|
10
10
|
class DatabaseManagement::Models::SqlTuningAdvisorTaskSummaryReportTaskInfo
|
|
11
11
|
STATUS_ENUM = [
|
|
12
12
|
STATUS_COMPLETED = 'COMPLETED'.freeze,
|
|
@@ -17,35 +17,35 @@ module OCI
|
|
|
17
17
|
STATUS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
18
18
|
].freeze
|
|
19
19
|
|
|
20
|
-
# **[Required]** The SQL Tuning Advisor task
|
|
20
|
+
# **[Required]** The ID of the SQL Tuning Advisor task. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
21
21
|
# @return [Integer]
|
|
22
22
|
attr_accessor :id
|
|
23
23
|
|
|
24
|
-
# **[Required]** The SQL Tuning Advisor task
|
|
24
|
+
# **[Required]** The name of the SQL Tuning Advisor task.
|
|
25
25
|
# @return [String]
|
|
26
26
|
attr_accessor :name
|
|
27
27
|
|
|
28
|
-
# The SQL Tuning Advisor task
|
|
28
|
+
# The description of the SQL Tuning Advisor task. This is not defined for Auto SQL Tuning tasks.
|
|
29
29
|
# @return [String]
|
|
30
30
|
attr_accessor :description
|
|
31
31
|
|
|
32
|
-
# **[Required]** The SQL Tuning Advisor task
|
|
32
|
+
# **[Required]** The owner of the SQL Tuning Advisor task.
|
|
33
33
|
# @return [String]
|
|
34
34
|
attr_accessor :owner
|
|
35
35
|
|
|
36
|
-
# The SQL Tuning Advisor task
|
|
36
|
+
# The status of the SQL Tuning Advisor task. This is not defined for Auto SQL Tuning tasks.
|
|
37
37
|
# @return [String]
|
|
38
38
|
attr_reader :status
|
|
39
39
|
|
|
40
|
-
# **[Required]**
|
|
40
|
+
# **[Required]** The start time of the task execution.
|
|
41
41
|
# @return [DateTime]
|
|
42
42
|
attr_accessor :time_started
|
|
43
43
|
|
|
44
|
-
# **[Required]**
|
|
44
|
+
# **[Required]** The end time of the task execution.
|
|
45
45
|
# @return [DateTime]
|
|
46
46
|
attr_accessor :time_ended
|
|
47
47
|
|
|
48
|
-
# The total running time in seconds.
|
|
48
|
+
# The total running time in seconds. This is not defined for Auto SQL Tuning tasks.
|
|
49
49
|
# @return [Integer]
|
|
50
50
|
attr_accessor :running_time
|
|
51
51
|
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# The credential
|
|
8
|
+
# The credential used to connect to the database.
|
|
9
9
|
# This class has direct subclasses. If you are using this class as input to a service operations then you should favor using a subclass over the base class
|
|
10
10
|
class DatabaseManagement::Models::SqlTuningTaskCredentialDetails
|
|
11
11
|
SQL_TUNING_TASK_CREDENTIAL_TYPE_ENUM = [
|
|
@@ -18,11 +18,11 @@ module OCI
|
|
|
18
18
|
ROLE_SYSDBA = 'SYSDBA'.freeze
|
|
19
19
|
].freeze
|
|
20
20
|
|
|
21
|
-
# **[Required]** The type
|
|
21
|
+
# **[Required]** The type of credential for the SQL tuning task.
|
|
22
22
|
# @return [String]
|
|
23
23
|
attr_reader :sql_tuning_task_credential_type
|
|
24
24
|
|
|
25
|
-
# **[Required]** The user to connect to the database.
|
|
25
|
+
# **[Required]** The user name used to connect to the database.
|
|
26
26
|
# @return [String]
|
|
27
27
|
attr_accessor :username
|
|
28
28
|
|
|
@@ -6,7 +6,7 @@ require_relative 'sql_tuning_task_credential_details'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
#
|
|
9
|
+
# The password provided by the user to connect to the database.
|
|
10
10
|
class DatabaseManagement::Models::SqlTuningTaskPasswordCredentialDetails < DatabaseManagement::Models::SqlTuningTaskCredentialDetails
|
|
11
11
|
# **[Required]** The database user's password encoded using BASE64 scheme.
|
|
12
12
|
# @return [String]
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# The statistics of
|
|
9
|
+
# The statistics of a SQL execution plan.
|
|
10
10
|
#
|
|
11
11
|
class DatabaseManagement::Models::SqlTuningTaskPlanStats
|
|
12
12
|
PLAN_STATUS_ENUM = [
|
|
@@ -15,7 +15,7 @@ module OCI
|
|
|
15
15
|
PLAN_STATUS_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
16
16
|
].freeze
|
|
17
17
|
|
|
18
|
-
# **[Required]** The type of the
|
|
18
|
+
# **[Required]** The type of the original or modified plan with profile, index, and so on.
|
|
19
19
|
# @return [String]
|
|
20
20
|
attr_accessor :plan_type
|
|
21
21
|
|
|
@@ -5,11 +5,11 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# The returned object for starting
|
|
8
|
+
# The returned object for starting or cloning a SQL tuning advisor task.
|
|
9
9
|
class DatabaseManagement::Models::SqlTuningTaskReturn
|
|
10
|
-
# **[Required]** The identifier of the task being cloned. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
10
|
+
# **[Required]** The identifier of the task being started or cloned. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
11
11
|
# It can be retrieved from the following endpoint
|
|
12
|
-
# {#list_sql_tuning_advisor_tasks list_sql_tuning_advisor_tasks}
|
|
12
|
+
# {#list_sql_tuning_advisor_tasks list_sql_tuning_advisor_tasks}.
|
|
13
13
|
#
|
|
14
14
|
# @return [Integer]
|
|
15
15
|
attr_accessor :sql_tuning_task_id
|
|
@@ -6,7 +6,7 @@ require_relative 'sql_tuning_task_credential_details'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
#
|
|
9
|
+
# The OCID of the Secret provided by the user to retrieve the password to connect to the database.
|
|
10
10
|
#
|
|
11
11
|
class DatabaseManagement::Models::SqlTuningTaskSecretCredentialDetails < DatabaseManagement::Models::SqlTuningTaskCredentialDetails
|
|
12
12
|
# **[Required]** The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Secret
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# The
|
|
8
|
+
# The details of the SQL statements on which SQL tuning is performed.
|
|
9
9
|
class DatabaseManagement::Models::SqlTuningTaskSqlDetail
|
|
10
10
|
# **[Required]** The identifier of a SQL statement.
|
|
11
11
|
# @return [String]
|
|
@@ -5,49 +5,49 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# A step
|
|
8
|
+
# A step in the SQL execution plan.
|
|
9
9
|
class DatabaseManagement::Models::SqlTuningTaskSqlExecutionPlanStep
|
|
10
|
-
#
|
|
10
|
+
# The numerical representation of the SQL execution plan.
|
|
11
11
|
# @return [Integer]
|
|
12
12
|
attr_accessor :plan_hash_value
|
|
13
13
|
|
|
14
|
-
#
|
|
15
|
-
#
|
|
14
|
+
# The identification number of a step in the SQL execution plan. This is unique within the SQL execution plan.
|
|
15
|
+
# This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
16
16
|
#
|
|
17
17
|
# @return [Integer]
|
|
18
18
|
attr_accessor :step_id
|
|
19
19
|
|
|
20
|
-
# ID of the next step that operates on the results of this step.
|
|
21
|
-
#
|
|
20
|
+
# The ID of the next step that operates on the results of this step.
|
|
21
|
+
# This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
22
22
|
#
|
|
23
23
|
# @return [Integer]
|
|
24
24
|
attr_accessor :parent_step_id
|
|
25
25
|
|
|
26
|
-
#
|
|
26
|
+
# The order of processing for steps with the same parent ID.
|
|
27
27
|
# @return [Integer]
|
|
28
28
|
attr_accessor :position
|
|
29
29
|
|
|
30
|
-
#
|
|
30
|
+
# The name of the operation performed at this step.
|
|
31
31
|
# @return [String]
|
|
32
32
|
attr_accessor :operation
|
|
33
33
|
|
|
34
|
-
#
|
|
34
|
+
# The options used for the operation performed at this step.
|
|
35
35
|
# @return [String]
|
|
36
36
|
attr_accessor :options
|
|
37
37
|
|
|
38
|
-
#
|
|
38
|
+
# The current mode of the optimizer, such as all_rows, first_rows_n (where n = 1, 10, 100, 1000, and so on).
|
|
39
39
|
# @return [String]
|
|
40
40
|
attr_accessor :optimizer_mode
|
|
41
41
|
|
|
42
|
-
#
|
|
42
|
+
# The cost of the current operation estimated by the cost-based optimizer (CBO).
|
|
43
43
|
# @return [Float]
|
|
44
44
|
attr_accessor :cost
|
|
45
45
|
|
|
46
|
-
#
|
|
46
|
+
# The number of rows returned by the current operation (estimated by the CBO).
|
|
47
47
|
# @return [Integer]
|
|
48
48
|
attr_accessor :cardinality
|
|
49
49
|
|
|
50
|
-
#
|
|
50
|
+
# The number of bytes returned by the current operation.
|
|
51
51
|
# @return [Integer]
|
|
52
52
|
attr_accessor :bytes
|
|
53
53
|
|
|
@@ -59,58 +59,58 @@ module OCI
|
|
|
59
59
|
# @return [Float]
|
|
60
60
|
attr_accessor :io_cost
|
|
61
61
|
|
|
62
|
-
#
|
|
62
|
+
# The temporary space usage (in bytes) of the operation (sort or hash-join) as estimated by the CBO.
|
|
63
63
|
# @return [Integer]
|
|
64
64
|
attr_accessor :temp_space
|
|
65
65
|
|
|
66
|
-
#
|
|
66
|
+
# The elapsed time (in seconds) of the operation as estimated by the CBO.
|
|
67
67
|
# @return [Integer]
|
|
68
68
|
attr_accessor :time
|
|
69
69
|
|
|
70
|
-
#
|
|
70
|
+
# The name of the database link used to reference the object.
|
|
71
71
|
# @return [String]
|
|
72
72
|
attr_accessor :object_node
|
|
73
73
|
|
|
74
|
-
#
|
|
74
|
+
# The owner of the object.
|
|
75
75
|
# @return [String]
|
|
76
76
|
attr_accessor :object_owner
|
|
77
77
|
|
|
78
|
-
#
|
|
78
|
+
# The name of the object.
|
|
79
79
|
# @return [String]
|
|
80
80
|
attr_accessor :object_name
|
|
81
81
|
|
|
82
|
-
#
|
|
82
|
+
# The numbered position of the object name in the original SQL statement.
|
|
83
83
|
# @return [Integer]
|
|
84
84
|
attr_accessor :object_position
|
|
85
85
|
|
|
86
|
-
#
|
|
86
|
+
# The descriptive modifier that further describes the type of object.
|
|
87
87
|
# @return [String]
|
|
88
88
|
attr_accessor :object_type
|
|
89
89
|
|
|
90
|
-
# A step may get data from a range of partitions of a partitioned object, such table or index,
|
|
90
|
+
# A step may get data from a range of partitions of a partitioned object, such as table or index,
|
|
91
91
|
# based on predicates and sorting order. The partionStart is the starting partition of the range.
|
|
92
|
-
# The partitionStop is the ending partition of the range
|
|
92
|
+
# The partitionStop is the ending partition of the range.
|
|
93
93
|
#
|
|
94
94
|
# @return [String]
|
|
95
95
|
attr_accessor :partition_start
|
|
96
96
|
|
|
97
|
-
# A step may get data from a range of partitions of a partitioned object, such table or index,
|
|
97
|
+
# A step may get data from a range of partitions of a partitioned object, such as table or index,
|
|
98
98
|
# based on predicates and sorting order. The partionStart is the starting partition of the range.
|
|
99
|
-
# The partitionStop is the ending partition of the range
|
|
99
|
+
# The partitionStop is the ending partition of the range.
|
|
100
100
|
#
|
|
101
101
|
# @return [String]
|
|
102
102
|
attr_accessor :partition_stop
|
|
103
103
|
|
|
104
|
-
# The
|
|
104
|
+
# The ID of the step in the execution plan that has computed the pair of values of partitionStart and partitionStop.
|
|
105
105
|
#
|
|
106
106
|
# @return [Integer]
|
|
107
107
|
attr_accessor :partition_id
|
|
108
108
|
|
|
109
|
-
#
|
|
109
|
+
# The place for comments that can be added to the steps of the execution plan.
|
|
110
110
|
# @return [String]
|
|
111
111
|
attr_accessor :remarks
|
|
112
112
|
|
|
113
|
-
# Number of index columns with start and stop keys (that is, the number of columns with matching predicates)
|
|
113
|
+
# Number of index columns with start and stop keys (that is, the number of columns with matching predicates).
|
|
114
114
|
#
|
|
115
115
|
# @return [Integer]
|
|
116
116
|
attr_accessor :number_of_search_column
|
|
@@ -123,17 +123,17 @@ module OCI
|
|
|
123
123
|
# @return [String]
|
|
124
124
|
attr_accessor :other_tag
|
|
125
125
|
|
|
126
|
-
#
|
|
126
|
+
# The text string identifying the type of execution plan.
|
|
127
127
|
# @return [String]
|
|
128
128
|
attr_accessor :attribute
|
|
129
129
|
|
|
130
|
-
#
|
|
130
|
+
# The predicates used to locate rows in an access structure. For example,
|
|
131
131
|
# start or stop predicates for an index range scan.
|
|
132
132
|
#
|
|
133
133
|
# @return [String]
|
|
134
134
|
attr_accessor :access_predicates
|
|
135
135
|
|
|
136
|
-
#
|
|
136
|
+
# The predicates used to filter rows before producing them.
|
|
137
137
|
# @return [String]
|
|
138
138
|
attr_accessor :filter_predicates
|
|
139
139
|
|
|
@@ -5,14 +5,14 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
#
|
|
8
|
+
# The request to start a SQL tuning task.
|
|
9
9
|
class DatabaseManagement::Models::StartSqlTuningTaskDetails
|
|
10
10
|
SCOPE_ENUM = [
|
|
11
11
|
SCOPE_LIMITED = 'LIMITED'.freeze,
|
|
12
12
|
SCOPE_COMPREHENSIVE = 'COMPREHENSIVE'.freeze
|
|
13
13
|
].freeze
|
|
14
14
|
|
|
15
|
-
# **[Required]** The name of the SQL tuning task. The name is unique per user in a database, and it is case
|
|
15
|
+
# **[Required]** The name of the SQL tuning task. The name is unique per user in a database, and it is case-sensitive.
|
|
16
16
|
# @return [String]
|
|
17
17
|
attr_accessor :task_name
|
|
18
18
|
|
|
@@ -29,27 +29,27 @@ module OCI
|
|
|
29
29
|
attr_accessor :total_time_limit_in_minutes
|
|
30
30
|
|
|
31
31
|
# **[Required]** The scope for the SQL tuning task. For LIMITED scope, the SQL profile recommendation
|
|
32
|
-
# is excluded, so the task is faster. For COMPREHENSIVE scope, the SQL profile recommendation
|
|
32
|
+
# is excluded, so the task is executed faster. For COMPREHENSIVE scope, the SQL profile recommendation
|
|
33
33
|
# is included.
|
|
34
34
|
#
|
|
35
35
|
# @return [String]
|
|
36
36
|
attr_reader :scope
|
|
37
37
|
|
|
38
|
-
# The time limit per SQL statement in minutes. This is for task with COMPREHENSIVE scope.
|
|
39
|
-
#
|
|
38
|
+
# The time limit per SQL statement (in minutes). This is for a task with the COMPREHENSIVE scope.
|
|
39
|
+
# The time limit per SQL statement should not be more than the total time limit.
|
|
40
40
|
#
|
|
41
41
|
# @return [Integer]
|
|
42
42
|
attr_accessor :statement_time_limit_in_minutes
|
|
43
43
|
|
|
44
|
-
# **[Required]** The array of the details of SQL
|
|
44
|
+
# **[Required]** The array of the details of SQL statement on which tuning is performed.
|
|
45
45
|
# @return [Array<OCI::DatabaseManagement::Models::SqlTuningTaskSqlDetail>]
|
|
46
46
|
attr_accessor :sql_details
|
|
47
47
|
|
|
48
|
-
# **[Required]** The start time of the period
|
|
48
|
+
# **[Required]** The start time of the period in which SQL statements are running.
|
|
49
49
|
# @return [DateTime]
|
|
50
50
|
attr_accessor :time_started
|
|
51
51
|
|
|
52
|
-
# **[Required]** The end time of the period
|
|
52
|
+
# **[Required]** The end time of the period in which SQL statements are running.
|
|
53
53
|
# @return [DateTime]
|
|
54
54
|
attr_accessor :time_ended
|
|
55
55
|
|
|
@@ -5,9 +5,9 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# A collection of
|
|
8
|
+
# A collection of system privileges granted to the current user.
|
|
9
9
|
class DatabaseManagement::Models::SystemPrivilegeCollection
|
|
10
|
-
# **[Required]** An array of
|
|
10
|
+
# **[Required]** An array of system privileges.
|
|
11
11
|
# @return [Array<OCI::DatabaseManagement::Models::SystemPrivilegeSummary>]
|
|
12
12
|
attr_accessor :items
|
|
13
13
|
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
# Summary of
|
|
9
|
+
# A Summary of system privileges.
|
|
10
10
|
class DatabaseManagement::Models::SystemPrivilegeSummary
|
|
11
11
|
ADMIN_OPTION_ENUM = [
|
|
12
12
|
ADMIN_OPTION_YES = 'YES'.freeze,
|
|
@@ -26,22 +26,22 @@ module OCI
|
|
|
26
26
|
INHERITED_UNKNOWN_ENUM_VALUE = 'UNKNOWN_ENUM_VALUE'.freeze
|
|
27
27
|
].freeze
|
|
28
28
|
|
|
29
|
-
# The name of a system privilege
|
|
29
|
+
# The name of a system privilege.
|
|
30
30
|
# @return [String]
|
|
31
31
|
attr_accessor :name
|
|
32
32
|
|
|
33
|
-
# Indicates whether the
|
|
33
|
+
# Indicates whether the system privilege is granted with the ADMIN option (YES) or not (NO).
|
|
34
34
|
# @return [String]
|
|
35
35
|
attr_reader :admin_option
|
|
36
36
|
|
|
37
|
-
# Indicates how the
|
|
38
|
-
# YES if the
|
|
39
|
-
# NO if the
|
|
37
|
+
# Indicates how the system privilege was granted. Possible values:
|
|
38
|
+
# YES if the system privilege is granted commonly (CONTAINER=ALL is used)
|
|
39
|
+
# NO if the system privilege is granted locally (CONTAINER=ALL is not used)
|
|
40
40
|
#
|
|
41
41
|
# @return [String]
|
|
42
42
|
attr_reader :common
|
|
43
43
|
|
|
44
|
-
# Indicates whether the
|
|
44
|
+
# Indicates whether the granted system privilege is inherited from another container (YES) or not (NO).
|
|
45
45
|
# @return [String]
|
|
46
46
|
attr_reader :inherited
|
|
47
47
|
|