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
|
@@ -0,0 +1,303 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# 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.
|
|
3
|
+
|
|
4
|
+
require 'date'
|
|
5
|
+
|
|
6
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
|
+
module OCI
|
|
8
|
+
# The details required to update a tablespace.
|
|
9
|
+
class DatabaseManagement::Models::UpdateTablespaceDetails
|
|
10
|
+
TYPE_ENUM = [
|
|
11
|
+
TYPE_PERMANENT = 'PERMANENT'.freeze,
|
|
12
|
+
TYPE_TEMPORARY = 'TEMPORARY'.freeze
|
|
13
|
+
].freeze
|
|
14
|
+
|
|
15
|
+
STATUS_ENUM = [
|
|
16
|
+
STATUS_READ_ONLY = 'READ_ONLY'.freeze,
|
|
17
|
+
STATUS_READ_WRITE = 'READ_WRITE'.freeze
|
|
18
|
+
].freeze
|
|
19
|
+
|
|
20
|
+
# This attribute is required.
|
|
21
|
+
# @return [OCI::DatabaseManagement::Models::TablespaceAdminCredentialDetails]
|
|
22
|
+
attr_accessor :credential_details
|
|
23
|
+
|
|
24
|
+
# The name of the tablespace. It must be unique within a database.
|
|
25
|
+
#
|
|
26
|
+
# @return [String]
|
|
27
|
+
attr_accessor :name
|
|
28
|
+
|
|
29
|
+
# The type of tablespace.
|
|
30
|
+
#
|
|
31
|
+
# @return [String]
|
|
32
|
+
attr_reader :type
|
|
33
|
+
|
|
34
|
+
# The size of each data file or temp file.
|
|
35
|
+
#
|
|
36
|
+
# @return [OCI::DatabaseManagement::Models::TablespaceStorageSize]
|
|
37
|
+
attr_accessor :file_size
|
|
38
|
+
|
|
39
|
+
# The status of the tablespace.
|
|
40
|
+
#
|
|
41
|
+
# @return [String]
|
|
42
|
+
attr_reader :status
|
|
43
|
+
|
|
44
|
+
# Specifies whether the data file or temp file can be extended automatically.
|
|
45
|
+
#
|
|
46
|
+
# @return [BOOLEAN]
|
|
47
|
+
attr_accessor :is_auto_extensible
|
|
48
|
+
|
|
49
|
+
# The size of the next increment of disk space to be allocated automatically when more extents are required.
|
|
50
|
+
#
|
|
51
|
+
# @return [OCI::DatabaseManagement::Models::TablespaceStorageSize]
|
|
52
|
+
attr_accessor :auto_extend_next_size
|
|
53
|
+
|
|
54
|
+
# The maximum disk space allowed for automatic extension of the data files or temp files.
|
|
55
|
+
#
|
|
56
|
+
# @return [OCI::DatabaseManagement::Models::TablespaceStorageSize]
|
|
57
|
+
attr_accessor :auto_extend_max_size
|
|
58
|
+
|
|
59
|
+
# Specifies whether the disk space of the data file or temp file can be limited.
|
|
60
|
+
#
|
|
61
|
+
# @return [BOOLEAN]
|
|
62
|
+
attr_accessor :is_max_size_unlimited
|
|
63
|
+
|
|
64
|
+
# Specifies whether the tablespace is the default tablespace.
|
|
65
|
+
#
|
|
66
|
+
# @return [BOOLEAN]
|
|
67
|
+
attr_accessor :is_default
|
|
68
|
+
|
|
69
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
70
|
+
def self.attribute_map
|
|
71
|
+
{
|
|
72
|
+
# rubocop:disable Style/SymbolLiteral
|
|
73
|
+
'credential_details': :'credentialDetails',
|
|
74
|
+
'name': :'name',
|
|
75
|
+
'type': :'type',
|
|
76
|
+
'file_size': :'fileSize',
|
|
77
|
+
'status': :'status',
|
|
78
|
+
'is_auto_extensible': :'isAutoExtensible',
|
|
79
|
+
'auto_extend_next_size': :'autoExtendNextSize',
|
|
80
|
+
'auto_extend_max_size': :'autoExtendMaxSize',
|
|
81
|
+
'is_max_size_unlimited': :'isMaxSizeUnlimited',
|
|
82
|
+
'is_default': :'isDefault'
|
|
83
|
+
# rubocop:enable Style/SymbolLiteral
|
|
84
|
+
}
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
# Attribute type mapping.
|
|
88
|
+
def self.swagger_types
|
|
89
|
+
{
|
|
90
|
+
# rubocop:disable Style/SymbolLiteral
|
|
91
|
+
'credential_details': :'OCI::DatabaseManagement::Models::TablespaceAdminCredentialDetails',
|
|
92
|
+
'name': :'String',
|
|
93
|
+
'type': :'String',
|
|
94
|
+
'file_size': :'OCI::DatabaseManagement::Models::TablespaceStorageSize',
|
|
95
|
+
'status': :'String',
|
|
96
|
+
'is_auto_extensible': :'BOOLEAN',
|
|
97
|
+
'auto_extend_next_size': :'OCI::DatabaseManagement::Models::TablespaceStorageSize',
|
|
98
|
+
'auto_extend_max_size': :'OCI::DatabaseManagement::Models::TablespaceStorageSize',
|
|
99
|
+
'is_max_size_unlimited': :'BOOLEAN',
|
|
100
|
+
'is_default': :'BOOLEAN'
|
|
101
|
+
# rubocop:enable Style/SymbolLiteral
|
|
102
|
+
}
|
|
103
|
+
end
|
|
104
|
+
|
|
105
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
106
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
# Initializes the object
|
|
110
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
111
|
+
# @option attributes [OCI::DatabaseManagement::Models::TablespaceAdminCredentialDetails] :credential_details The value to assign to the {#credential_details} property
|
|
112
|
+
# @option attributes [String] :name The value to assign to the {#name} property
|
|
113
|
+
# @option attributes [String] :type The value to assign to the {#type} property
|
|
114
|
+
# @option attributes [OCI::DatabaseManagement::Models::TablespaceStorageSize] :file_size The value to assign to the {#file_size} property
|
|
115
|
+
# @option attributes [String] :status The value to assign to the {#status} property
|
|
116
|
+
# @option attributes [BOOLEAN] :is_auto_extensible The value to assign to the {#is_auto_extensible} property
|
|
117
|
+
# @option attributes [OCI::DatabaseManagement::Models::TablespaceStorageSize] :auto_extend_next_size The value to assign to the {#auto_extend_next_size} property
|
|
118
|
+
# @option attributes [OCI::DatabaseManagement::Models::TablespaceStorageSize] :auto_extend_max_size The value to assign to the {#auto_extend_max_size} property
|
|
119
|
+
# @option attributes [BOOLEAN] :is_max_size_unlimited The value to assign to the {#is_max_size_unlimited} property
|
|
120
|
+
# @option attributes [BOOLEAN] :is_default The value to assign to the {#is_default} property
|
|
121
|
+
def initialize(attributes = {})
|
|
122
|
+
return unless attributes.is_a?(Hash)
|
|
123
|
+
|
|
124
|
+
# convert string to symbol for hash key
|
|
125
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
126
|
+
|
|
127
|
+
self.credential_details = attributes[:'credentialDetails'] if attributes[:'credentialDetails']
|
|
128
|
+
|
|
129
|
+
raise 'You cannot provide both :credentialDetails and :credential_details' if attributes.key?(:'credentialDetails') && attributes.key?(:'credential_details')
|
|
130
|
+
|
|
131
|
+
self.credential_details = attributes[:'credential_details'] if attributes[:'credential_details']
|
|
132
|
+
|
|
133
|
+
self.name = attributes[:'name'] if attributes[:'name']
|
|
134
|
+
|
|
135
|
+
self.type = attributes[:'type'] if attributes[:'type']
|
|
136
|
+
|
|
137
|
+
self.file_size = attributes[:'fileSize'] if attributes[:'fileSize']
|
|
138
|
+
|
|
139
|
+
raise 'You cannot provide both :fileSize and :file_size' if attributes.key?(:'fileSize') && attributes.key?(:'file_size')
|
|
140
|
+
|
|
141
|
+
self.file_size = attributes[:'file_size'] if attributes[:'file_size']
|
|
142
|
+
|
|
143
|
+
self.status = attributes[:'status'] if attributes[:'status']
|
|
144
|
+
|
|
145
|
+
self.is_auto_extensible = attributes[:'isAutoExtensible'] unless attributes[:'isAutoExtensible'].nil?
|
|
146
|
+
|
|
147
|
+
raise 'You cannot provide both :isAutoExtensible and :is_auto_extensible' if attributes.key?(:'isAutoExtensible') && attributes.key?(:'is_auto_extensible')
|
|
148
|
+
|
|
149
|
+
self.is_auto_extensible = attributes[:'is_auto_extensible'] unless attributes[:'is_auto_extensible'].nil?
|
|
150
|
+
|
|
151
|
+
self.auto_extend_next_size = attributes[:'autoExtendNextSize'] if attributes[:'autoExtendNextSize']
|
|
152
|
+
|
|
153
|
+
raise 'You cannot provide both :autoExtendNextSize and :auto_extend_next_size' if attributes.key?(:'autoExtendNextSize') && attributes.key?(:'auto_extend_next_size')
|
|
154
|
+
|
|
155
|
+
self.auto_extend_next_size = attributes[:'auto_extend_next_size'] if attributes[:'auto_extend_next_size']
|
|
156
|
+
|
|
157
|
+
self.auto_extend_max_size = attributes[:'autoExtendMaxSize'] if attributes[:'autoExtendMaxSize']
|
|
158
|
+
|
|
159
|
+
raise 'You cannot provide both :autoExtendMaxSize and :auto_extend_max_size' if attributes.key?(:'autoExtendMaxSize') && attributes.key?(:'auto_extend_max_size')
|
|
160
|
+
|
|
161
|
+
self.auto_extend_max_size = attributes[:'auto_extend_max_size'] if attributes[:'auto_extend_max_size']
|
|
162
|
+
|
|
163
|
+
self.is_max_size_unlimited = attributes[:'isMaxSizeUnlimited'] unless attributes[:'isMaxSizeUnlimited'].nil?
|
|
164
|
+
|
|
165
|
+
raise 'You cannot provide both :isMaxSizeUnlimited and :is_max_size_unlimited' if attributes.key?(:'isMaxSizeUnlimited') && attributes.key?(:'is_max_size_unlimited')
|
|
166
|
+
|
|
167
|
+
self.is_max_size_unlimited = attributes[:'is_max_size_unlimited'] unless attributes[:'is_max_size_unlimited'].nil?
|
|
168
|
+
|
|
169
|
+
self.is_default = attributes[:'isDefault'] unless attributes[:'isDefault'].nil?
|
|
170
|
+
|
|
171
|
+
raise 'You cannot provide both :isDefault and :is_default' if attributes.key?(:'isDefault') && attributes.key?(:'is_default')
|
|
172
|
+
|
|
173
|
+
self.is_default = attributes[:'is_default'] unless attributes[:'is_default'].nil?
|
|
174
|
+
end
|
|
175
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
176
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
177
|
+
|
|
178
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
179
|
+
# @param [Object] type Object to be assigned
|
|
180
|
+
def type=(type)
|
|
181
|
+
raise "Invalid value for 'type': this must be one of the values in TYPE_ENUM." if type && !TYPE_ENUM.include?(type)
|
|
182
|
+
|
|
183
|
+
@type = type
|
|
184
|
+
end
|
|
185
|
+
|
|
186
|
+
# Custom attribute writer method checking allowed values (enum).
|
|
187
|
+
# @param [Object] status Object to be assigned
|
|
188
|
+
def status=(status)
|
|
189
|
+
raise "Invalid value for 'status': this must be one of the values in STATUS_ENUM." if status && !STATUS_ENUM.include?(status)
|
|
190
|
+
|
|
191
|
+
@status = status
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
# Checks equality by comparing each attribute.
|
|
198
|
+
# @param [Object] other the other object to be compared
|
|
199
|
+
def ==(other)
|
|
200
|
+
return true if equal?(other)
|
|
201
|
+
|
|
202
|
+
self.class == other.class &&
|
|
203
|
+
credential_details == other.credential_details &&
|
|
204
|
+
name == other.name &&
|
|
205
|
+
type == other.type &&
|
|
206
|
+
file_size == other.file_size &&
|
|
207
|
+
status == other.status &&
|
|
208
|
+
is_auto_extensible == other.is_auto_extensible &&
|
|
209
|
+
auto_extend_next_size == other.auto_extend_next_size &&
|
|
210
|
+
auto_extend_max_size == other.auto_extend_max_size &&
|
|
211
|
+
is_max_size_unlimited == other.is_max_size_unlimited &&
|
|
212
|
+
is_default == other.is_default
|
|
213
|
+
end
|
|
214
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
215
|
+
|
|
216
|
+
# @see the `==` method
|
|
217
|
+
# @param [Object] other the other object to be compared
|
|
218
|
+
def eql?(other)
|
|
219
|
+
self == other
|
|
220
|
+
end
|
|
221
|
+
|
|
222
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
# Calculates hash code according to all attributes.
|
|
226
|
+
# @return [Fixnum] Hash code
|
|
227
|
+
def hash
|
|
228
|
+
[credential_details, name, type, file_size, status, is_auto_extensible, auto_extend_next_size, auto_extend_max_size, is_max_size_unlimited, is_default].hash
|
|
229
|
+
end
|
|
230
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
231
|
+
|
|
232
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
# Builds the object from hash
|
|
236
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
237
|
+
# @return [Object] Returns the model itself
|
|
238
|
+
def build_from_hash(attributes)
|
|
239
|
+
return nil unless attributes.is_a?(Hash)
|
|
240
|
+
|
|
241
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
242
|
+
if type =~ /^Array<(.*)>/i
|
|
243
|
+
# check to ensure the input is an array given that the the attribute
|
|
244
|
+
# is documented as an array but the input is not
|
|
245
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
246
|
+
public_method("#{key}=").call(
|
|
247
|
+
attributes[self.class.attribute_map[key]]
|
|
248
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
249
|
+
)
|
|
250
|
+
end
|
|
251
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
252
|
+
public_method("#{key}=").call(
|
|
253
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
254
|
+
)
|
|
255
|
+
end
|
|
256
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
self
|
|
260
|
+
end
|
|
261
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
262
|
+
|
|
263
|
+
# Returns the string representation of the object
|
|
264
|
+
# @return [String] String presentation of the object
|
|
265
|
+
def to_s
|
|
266
|
+
to_hash.to_s
|
|
267
|
+
end
|
|
268
|
+
|
|
269
|
+
# Returns the object in the form of hash
|
|
270
|
+
# @return [Hash] Returns the object in the form of hash
|
|
271
|
+
def to_hash
|
|
272
|
+
hash = {}
|
|
273
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
274
|
+
value = public_method(attr).call
|
|
275
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
276
|
+
|
|
277
|
+
hash[param] = _to_hash(value)
|
|
278
|
+
end
|
|
279
|
+
hash
|
|
280
|
+
end
|
|
281
|
+
|
|
282
|
+
private
|
|
283
|
+
|
|
284
|
+
# Outputs non-array value in the form of hash
|
|
285
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
286
|
+
# @param [Object] value Any valid value
|
|
287
|
+
# @return [Hash] Returns the value in the form of hash
|
|
288
|
+
def _to_hash(value)
|
|
289
|
+
if value.is_a?(Array)
|
|
290
|
+
value.compact.map { |v| _to_hash(v) }
|
|
291
|
+
elsif value.is_a?(Hash)
|
|
292
|
+
{}.tap do |hash|
|
|
293
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
294
|
+
end
|
|
295
|
+
elsif value.respond_to? :to_hash
|
|
296
|
+
value.to_hash
|
|
297
|
+
else
|
|
298
|
+
value
|
|
299
|
+
end
|
|
300
|
+
end
|
|
301
|
+
end
|
|
302
|
+
end
|
|
303
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -87,7 +87,7 @@ module OCI
|
|
|
87
87
|
# @return [String]
|
|
88
88
|
attr_accessor :name
|
|
89
89
|
|
|
90
|
-
# **[Required]** The
|
|
90
|
+
# **[Required]** The status of the user account.
|
|
91
91
|
# @return [String]
|
|
92
92
|
attr_reader :status
|
|
93
93
|
|
|
@@ -95,7 +95,7 @@ module OCI
|
|
|
95
95
|
# @return [DateTime]
|
|
96
96
|
attr_accessor :time_locked
|
|
97
97
|
|
|
98
|
-
# The date of expiration of the account
|
|
98
|
+
# The date and time of the expiration of the user account.
|
|
99
99
|
# @return [DateTime]
|
|
100
100
|
attr_accessor :time_expiring
|
|
101
101
|
|
|
@@ -107,11 +107,11 @@ module OCI
|
|
|
107
107
|
# @return [String]
|
|
108
108
|
attr_accessor :temp_tablespace
|
|
109
109
|
|
|
110
|
-
# The default local temporary tablespace for the
|
|
110
|
+
# The default local temporary tablespace for the user.
|
|
111
111
|
# @return [String]
|
|
112
112
|
attr_accessor :local_temp_tablespace
|
|
113
113
|
|
|
114
|
-
# **[Required]** The
|
|
114
|
+
# **[Required]** The date and time the user was created.
|
|
115
115
|
# @return [DateTime]
|
|
116
116
|
attr_accessor :time_created
|
|
117
117
|
|
|
@@ -123,19 +123,19 @@ module OCI
|
|
|
123
123
|
# @return [String]
|
|
124
124
|
attr_accessor :consumer_group
|
|
125
125
|
|
|
126
|
-
# The external name of
|
|
126
|
+
# The external name of the user.
|
|
127
127
|
# @return [String]
|
|
128
128
|
attr_accessor :external_name
|
|
129
129
|
|
|
130
|
-
# The list of versions of the password hashes (also known as \"verifiers\")
|
|
130
|
+
# The list of existing versions of the password hashes (also known as \"verifiers\") for the account.
|
|
131
131
|
# @return [String]
|
|
132
132
|
attr_accessor :password_versions
|
|
133
133
|
|
|
134
|
-
# Indicates whether editions have been enabled for the corresponding user (Y) or not (N)
|
|
134
|
+
# Indicates whether editions have been enabled for the corresponding user (Y) or not (N).
|
|
135
135
|
# @return [String]
|
|
136
136
|
attr_reader :editions_enabled
|
|
137
137
|
|
|
138
|
-
# The authentication mechanism for the user
|
|
138
|
+
# The authentication mechanism for the user.
|
|
139
139
|
# @return [String]
|
|
140
140
|
attr_reader :authentication
|
|
141
141
|
|
|
@@ -149,29 +149,29 @@ module OCI
|
|
|
149
149
|
# @return [String]
|
|
150
150
|
attr_reader :common
|
|
151
151
|
|
|
152
|
-
# The time of the last user login.
|
|
152
|
+
# The date and time of the last user login.
|
|
153
153
|
# This column is not populated when a user connects to the database with administrative privileges, that is, AS { SYSASM | SYSBACKUP | SYSDBA | SYSDG | SYSOPER | SYSRAC | SYSKM }.
|
|
154
154
|
#
|
|
155
155
|
# @return [DateTime]
|
|
156
156
|
attr_accessor :time_last_login
|
|
157
157
|
|
|
158
|
-
# Indicates whether the user was created
|
|
158
|
+
# Indicates whether the user was created and is maintained by Oracle-supplied scripts (such as catalog.sql or catproc.sql).
|
|
159
159
|
# @return [String]
|
|
160
160
|
attr_reader :oracle_maintained
|
|
161
161
|
|
|
162
|
-
# Indicates whether the user definition
|
|
162
|
+
# Indicates whether the user definition is inherited from another container (YES) or not (NO).
|
|
163
163
|
# @return [String]
|
|
164
164
|
attr_reader :inherited
|
|
165
165
|
|
|
166
|
-
# The default collation for the user
|
|
166
|
+
# The default collation for the user schema.
|
|
167
167
|
# @return [String]
|
|
168
168
|
attr_accessor :default_collation
|
|
169
169
|
|
|
170
|
-
# Indicates whether
|
|
170
|
+
# Indicates whether the user is a common user created by an implicit application (YES) or not (NO).
|
|
171
171
|
# @return [String]
|
|
172
172
|
attr_reader :implicit
|
|
173
173
|
|
|
174
|
-
# In a sharded database,
|
|
174
|
+
# In a sharded database, indicates whether the user is created with shard DDL enabled (YES) or not (NO).
|
|
175
175
|
# @return [String]
|
|
176
176
|
attr_reader :all_shared
|
|
177
177
|
|
|
@@ -179,7 +179,7 @@ module OCI
|
|
|
179
179
|
# @return [String]
|
|
180
180
|
attr_reader :external_shared
|
|
181
181
|
|
|
182
|
-
# The date
|
|
182
|
+
# The date and time when the user password was last set.
|
|
183
183
|
# This column is populated only when the value of the AUTHENTICATION_TYPE column is PASSWORD. Otherwise, this column is null.
|
|
184
184
|
#
|
|
185
185
|
# @return [DateTime]
|
|
@@ -5,7 +5,7 @@ require 'date'
|
|
|
5
5
|
|
|
6
6
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
7
|
module OCI
|
|
8
|
-
# A collection of
|
|
8
|
+
# A collection of users for a specific database.
|
|
9
9
|
class DatabaseManagement::Models::UserCollection
|
|
10
10
|
# **[Required]** An array of User resources.
|
|
11
11
|
# @return [Array<OCI::DatabaseManagement::Models::UserSummary>]
|
|
@@ -31,11 +31,11 @@ module OCI
|
|
|
31
31
|
# @return [String]
|
|
32
32
|
attr_accessor :name
|
|
33
33
|
|
|
34
|
-
# **[Required]** The
|
|
34
|
+
# **[Required]** The status of the user account.
|
|
35
35
|
# @return [String]
|
|
36
36
|
attr_reader :status
|
|
37
37
|
|
|
38
|
-
# The date of expiration of the account
|
|
38
|
+
# The date and time of the expiration of the user account.
|
|
39
39
|
# @return [DateTime]
|
|
40
40
|
attr_accessor :time_expiring
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ module OCI
|
|
|
47
47
|
# @return [String]
|
|
48
48
|
attr_accessor :temp_tablespace
|
|
49
49
|
|
|
50
|
-
# **[Required]** The
|
|
50
|
+
# **[Required]** The date and time the user was created.
|
|
51
51
|
# @return [DateTime]
|
|
52
52
|
attr_accessor :time_created
|
|
53
53
|
|
|
@@ -100,10 +100,10 @@ module OCI
|
|
|
100
100
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
101
101
|
|
|
102
102
|
|
|
103
|
-
#
|
|
103
|
+
# Clones and runs a SQL tuning task in the database.
|
|
104
104
|
#
|
|
105
105
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
106
|
-
# @param [OCI::DatabaseManagement::Models::CloneSqlTuningTaskDetails] clone_sql_tuning_task_details
|
|
106
|
+
# @param [OCI::DatabaseManagement::Models::CloneSqlTuningTaskDetails] clone_sql_tuning_task_details The detailed inputs required to clone a SQL tuning task.
|
|
107
107
|
# @param [Hash] opts the optional parameters
|
|
108
108
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
109
109
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -165,10 +165,10 @@ module OCI
|
|
|
165
165
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
166
166
|
|
|
167
167
|
|
|
168
|
-
#
|
|
168
|
+
# Drops a SQL tuning task and its related results from the database.
|
|
169
169
|
#
|
|
170
170
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
171
|
-
# @param [OCI::DatabaseManagement::Models::DropSqlTuningTaskDetails] drop_sql_tuning_task_details
|
|
171
|
+
# @param [OCI::DatabaseManagement::Models::DropSqlTuningTaskDetails] drop_sql_tuning_task_details The detailed inputs required to drop a SQL tuning task.
|
|
172
172
|
# @param [Hash] opts the optional parameters
|
|
173
173
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
174
174
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -229,13 +229,14 @@ module OCI
|
|
|
229
229
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
230
230
|
|
|
231
231
|
|
|
232
|
-
#
|
|
233
|
-
#
|
|
232
|
+
# Retrieves a comparison of the existing SQL execution plan and a new plan.
|
|
233
|
+
# A SQL tuning task may suggest a new execution plan for a SQL,
|
|
234
|
+
# and this API retrieves the comparison report of the statistics of the two plans.
|
|
234
235
|
#
|
|
235
236
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
236
237
|
# @param [Integer] sql_tuning_advisor_task_id The SQL tuning task identifier. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
237
|
-
# @param [Integer] sql_object_id The SQL object
|
|
238
|
-
# @param [Integer] execution_id The execution
|
|
238
|
+
# @param [Integer] sql_object_id The SQL object ID for the SQL tuning task. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
239
|
+
# @param [Integer] execution_id The execution ID for an execution of a SQL tuning task. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
239
240
|
#
|
|
240
241
|
# @param [Hash] opts the optional parameters
|
|
241
242
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -295,11 +296,11 @@ module OCI
|
|
|
295
296
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
296
297
|
|
|
297
298
|
|
|
298
|
-
#
|
|
299
|
+
# Retrieves a SQL execution plan for the SQL being tuned.
|
|
299
300
|
#
|
|
300
301
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
301
302
|
# @param [Integer] sql_tuning_advisor_task_id The SQL tuning task identifier. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
302
|
-
# @param [Integer] sql_object_id The SQL object
|
|
303
|
+
# @param [Integer] sql_object_id The SQL object ID for the SQL tuning task. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
303
304
|
# @param [String] attribute The attribute of the SQL execution plan.
|
|
304
305
|
# Allowed values are: ORIGINAL, ORIGINAL_WITH_ADJUSTED_COST, USING_SQL_PROFILE, USING_NEW_INDICES
|
|
305
306
|
# @param [Hash] opts the optional parameters
|
|
@@ -363,7 +364,7 @@ module OCI
|
|
|
363
364
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
364
365
|
|
|
365
366
|
|
|
366
|
-
# Gets the summary report for the
|
|
367
|
+
# Gets the summary report for the specified SQL Tuning Advisor task.
|
|
367
368
|
#
|
|
368
369
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
369
370
|
# @param [Integer] sql_tuning_advisor_task_id The SQL tuning task identifier. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
@@ -436,7 +437,7 @@ module OCI
|
|
|
436
437
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
437
438
|
|
|
438
439
|
|
|
439
|
-
#
|
|
440
|
+
# Gets an array of the details of the findings that match specific filters.
|
|
440
441
|
#
|
|
441
442
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
442
443
|
# @param [Integer] sql_tuning_advisor_task_id The SQL tuning task identifier. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
@@ -445,9 +446,11 @@ module OCI
|
|
|
445
446
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
446
447
|
# @option opts [Integer] :begin_exec_id The optional greater than or equal to filter on the execution ID related to a specific SQL Tuning Advisor task.
|
|
447
448
|
# @option opts [Integer] :end_exec_id The optional less than or equal to query parameter to filter on the execution ID related to a specific SQL Tuning Advisor task.
|
|
448
|
-
# @option opts [String] :search_period
|
|
449
|
+
# @option opts [String] :search_period The search period during which the API will search for begin and end exec id, if not supplied.
|
|
450
|
+
# Unused if beginExecId and endExecId optional query params are both supplied.
|
|
451
|
+
# (default to ALL)
|
|
449
452
|
# Allowed values are: LAST_24HR, LAST_7DAY, LAST_31DAY, SINCE_LAST, ALL
|
|
450
|
-
# @option opts [String] :finding_filter
|
|
453
|
+
# @option opts [String] :finding_filter The filter used to display specific findings in the report. (default to none)
|
|
451
454
|
# Allowed values are: none, FINDINGS, NOFINDINGS, ERRORS, PROFILES, INDICES, STATS, RESTRUCTURE, ALTERNATIVE, AUTO_PROFILES, OTHER_PROFILES
|
|
452
455
|
# @option opts [String] :stats_hash_filter The hash value of the object for the statistic finding search.
|
|
453
456
|
# @option opts [String] :index_hash_filter The hash value of the index table name.
|
|
@@ -535,12 +538,13 @@ module OCI
|
|
|
535
538
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
536
539
|
|
|
537
540
|
|
|
538
|
-
#
|
|
541
|
+
# Gets the findings and possible actions for a given object in a SQL tuning task.
|
|
542
|
+
# The task ID and object ID are used to retrieve the findings and recommendations.
|
|
539
543
|
#
|
|
540
544
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
541
545
|
# @param [Integer] sql_tuning_advisor_task_id The SQL tuning task identifier. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
542
|
-
# @param [Integer] sql_object_id The SQL object
|
|
543
|
-
# @param [Integer] execution_id The execution
|
|
546
|
+
# @param [Integer] sql_object_id The SQL object ID for the SQL tuning task. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
547
|
+
# @param [Integer] execution_id The execution ID for an execution of a SQL tuning task. This is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
544
548
|
#
|
|
545
549
|
# @param [Hash] opts the optional parameters
|
|
546
550
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -634,7 +638,7 @@ module OCI
|
|
|
634
638
|
# are retrieved. This is usually retrieved from a previous list call.
|
|
635
639
|
#
|
|
636
640
|
# @option opts [Integer] :limit The maximum number of records returned in the paginated response. (default to 10)
|
|
637
|
-
# @option opts [String] :sort_by The option to sort the SQL Tuning
|
|
641
|
+
# @option opts [String] :sort_by The option to sort the SQL Tuning Advisor task summary data. (default to START_TIME)
|
|
638
642
|
# Allowed values are: NAME, START_TIME
|
|
639
643
|
# @option opts [String] :sort_order The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Descending order is the default order. (default to DESC)
|
|
640
644
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
@@ -706,11 +710,10 @@ module OCI
|
|
|
706
710
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
707
711
|
|
|
708
712
|
|
|
709
|
-
#
|
|
710
|
-
# top SQLs.
|
|
713
|
+
# Starts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.
|
|
711
714
|
#
|
|
712
715
|
# @param [String] managed_database_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database.
|
|
713
|
-
# @param [OCI::DatabaseManagement::Models::StartSqlTuningTaskDetails] start_sql_tuning_task_details
|
|
716
|
+
# @param [OCI::DatabaseManagement::Models::StartSqlTuningTaskDetails] start_sql_tuning_task_details The detailed inputs required to start a SQL tuning task.
|
|
714
717
|
# @param [Hash] opts the optional parameters
|
|
715
718
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
716
719
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -100,6 +100,8 @@ module OCI
|
|
|
100
100
|
|
|
101
101
|
# Submit a query to search logs.
|
|
102
102
|
#
|
|
103
|
+
# See [Using the API](https://docs.cloud.oracle.com/Content/Logging/Concepts/using_the_api_searchlogs.htm) for SDK examples.
|
|
104
|
+
#
|
|
103
105
|
# @param [OCI::Loggingsearch::Models::SearchLogsDetails] search_logs_details Search request.
|
|
104
106
|
#
|
|
105
107
|
# @param [Hash] opts the optional parameters
|
|
@@ -110,7 +112,8 @@ module OCI
|
|
|
110
112
|
#
|
|
111
113
|
# @option opts [Integer] :limit The maximum number of items to return in a response. Pagination is not supported in this API.
|
|
112
114
|
# (default to 100)
|
|
113
|
-
# @option opts [String] :page
|
|
115
|
+
# @option opts [String] :page For list pagination. The value of the opc-next-page response header from the previous \"Search\" call.
|
|
116
|
+
# For important details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
114
117
|
#
|
|
115
118
|
# @return [Response] A Response object with data of type {OCI::Loggingsearch::Models::SearchResponse SearchResponse}
|
|
116
119
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loggingsearch/search_logs.rb.html) to see an example of how to use search_logs API.
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
#
|
|
9
|
+
# Use the Marketplace API to manage applications in Oracle Cloud Infrastructure Marketplace. For more information, see [Overview of Marketplace](/Content/Marketplace/Concepts/marketoverview.htm)
|
|
10
10
|
class Marketplace::AccountClient
|
|
11
11
|
# Client used to make HTTP requests.
|
|
12
12
|
# @return [OCI::ApiClient]
|
|
@@ -6,7 +6,7 @@ require 'logger'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
#
|
|
9
|
+
# Use the Marketplace API to manage applications in Oracle Cloud Infrastructure Marketplace. For more information, see [Overview of Marketplace](/Content/Marketplace/Concepts/marketoverview.htm)
|
|
10
10
|
class Marketplace::MarketplaceClient
|
|
11
11
|
# Client used to make HTTP requests.
|
|
12
12
|
# @return [OCI::ApiClient]
|
|
@@ -1042,6 +1042,7 @@ module OCI
|
|
|
1042
1042
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1043
1043
|
# @option opts [Array<String>] :name The name of the listing.
|
|
1044
1044
|
# @option opts [String] :listing_id The unique identifier for the listing.
|
|
1045
|
+
# @option opts [String] :image_id Image ID of the listing
|
|
1045
1046
|
# @option opts [String] :publisher_id Limit results to just this publisher.
|
|
1046
1047
|
# @option opts [String] :package_type A filter to return only packages that match the given package type exactly.
|
|
1047
1048
|
#
|
|
@@ -1113,6 +1114,7 @@ module OCI
|
|
|
1113
1114
|
query_params = {}
|
|
1114
1115
|
query_params[:name] = OCI::ApiClient.build_collection_params(opts[:name], :multi) if opts[:name] && !opts[:name].empty?
|
|
1115
1116
|
query_params[:listingId] = opts[:listing_id] if opts[:listing_id]
|
|
1117
|
+
query_params[:imageId] = opts[:image_id] if opts[:image_id]
|
|
1116
1118
|
query_params[:publisherId] = opts[:publisher_id] if opts[:publisher_id]
|
|
1117
1119
|
query_params[:packageType] = opts[:package_type] if opts[:package_type]
|
|
1118
1120
|
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
@@ -1555,7 +1557,8 @@ module OCI
|
|
|
1555
1557
|
|
|
1556
1558
|
# Lists reports in the compartment that match the specified report type and date.
|
|
1557
1559
|
# @param [String] report_type The type of the report.
|
|
1558
|
-
# @param [DateTime] date Date, expressed in
|
|
1560
|
+
# @param [DateTime] date Date, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. The service only interprets the year, month, and day parts in the input value, and ignores the hour, minute, and second parts.
|
|
1561
|
+
#
|
|
1559
1562
|
# @param [String] compartment_id The unique identifier for the compartment.
|
|
1560
1563
|
# @param [Hash] opts the optional parameters
|
|
1561
1564
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1675,8 +1678,8 @@ module OCI
|
|
|
1675
1678
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1676
1679
|
|
|
1677
1680
|
|
|
1678
|
-
#
|
|
1679
|
-
# or structured.
|
|
1681
|
+
# Queries all Marketplace Applications to find listings that match the specified criteria. To search
|
|
1682
|
+
# for a listing, you can use a free text or structured search.
|
|
1680
1683
|
#
|
|
1681
1684
|
# @param [OCI::Marketplace::Models::SearchListingsDetails] search_listings_details Details related to the search query
|
|
1682
1685
|
# @param [Hash] opts the optional parameters
|
|
@@ -6,7 +6,8 @@ require_relative 'search_listings_details'
|
|
|
6
6
|
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
8
|
module OCI
|
|
9
|
-
#
|
|
9
|
+
# A request containing arbitrary text that must be present in the Marketplace Applications.
|
|
10
|
+
#
|
|
10
11
|
class Marketplace::Models::FreeTextSearchDetails < Marketplace::Models::SearchListingsDetails
|
|
11
12
|
# **[Required]** The text to search for.
|
|
12
13
|
# @return [String]
|