oci 2.17.0 → 2.18.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 +13 -1
- data/lib/oci/adm/adm.rb +50 -0
- data/lib/oci/adm/application_dependency_management_client.rb +1329 -0
- data/lib/oci/adm/application_dependency_management_client_composite_operations.rb +352 -0
- data/lib/oci/adm/models/action_type.rb +15 -0
- data/lib/oci/adm/models/application_dependency.rb +178 -0
- data/lib/oci/adm/models/application_dependency_vulnerability_collection.rb +152 -0
- data/lib/oci/adm/models/application_dependency_vulnerability_summary.rb +205 -0
- data/lib/oci/adm/models/change_knowledge_base_compartment_details.rb +154 -0
- data/lib/oci/adm/models/change_vulnerability_audit_compartment_details.rb +154 -0
- data/lib/oci/adm/models/create_knowledge_base_details.rb +200 -0
- data/lib/oci/adm/models/create_vulnerability_audit_details.rb +251 -0
- data/lib/oci/adm/models/knowledge_base.rb +293 -0
- data/lib/oci/adm/models/knowledge_base_collection.rb +150 -0
- data/lib/oci/adm/models/knowledge_base_summary.rb +268 -0
- data/lib/oci/adm/models/operation_status.rb +16 -0
- data/lib/oci/adm/models/operation_type.rb +13 -0
- data/lib/oci/adm/models/sort_order.rb +11 -0
- data/lib/oci/adm/models/update_knowledge_base_details.rb +186 -0
- data/lib/oci/adm/models/update_vulnerability_audit_details.rb +186 -0
- data/lib/oci/adm/models/vulnerability.rb +195 -0
- data/lib/oci/adm/models/vulnerability_audit.rb +414 -0
- data/lib/oci/adm/models/vulnerability_audit_collection.rb +150 -0
- data/lib/oci/adm/models/vulnerability_audit_configuration.rb +184 -0
- data/lib/oci/adm/models/vulnerability_audit_summary.rb +352 -0
- data/lib/oci/adm/models/work_request.rb +309 -0
- data/lib/oci/adm/models/work_request_error.rb +173 -0
- data/lib/oci/adm/models/work_request_error_collection.rb +150 -0
- data/lib/oci/adm/models/work_request_log_entry.rb +160 -0
- data/lib/oci/adm/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/adm/models/work_request_resource.rb +230 -0
- data/lib/oci/adm/models/work_request_resource_metadata_key.rb +10 -0
- data/lib/oci/adm/models/work_request_summary.rb +341 -0
- data/lib/oci/adm/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/adm/util.rb +3 -0
- data/lib/oci/ai_speech/ai_service_speech_client.rb +715 -0
- data/lib/oci/ai_speech/ai_service_speech_client_composite_operations.rb +104 -0
- data/lib/oci/ai_speech/ai_speech.rb +40 -0
- data/lib/oci/ai_speech/models/audio_format_details.rb +188 -0
- data/lib/oci/ai_speech/models/change_transcription_job_compartment_details.rb +156 -0
- data/lib/oci/ai_speech/models/create_transcription_job_details.rb +293 -0
- data/lib/oci/ai_speech/models/input_location.rb +192 -0
- data/lib/oci/ai_speech/models/object_list_file_input_location.rb +162 -0
- data/lib/oci/ai_speech/models/object_list_inline_input_location.rb +162 -0
- data/lib/oci/ai_speech/models/object_location.rb +182 -0
- data/lib/oci/ai_speech/models/output_location.rb +178 -0
- data/lib/oci/ai_speech/models/profanity_transcription_filter.rb +182 -0
- data/lib/oci/ai_speech/models/sort_order.rb +11 -0
- data/lib/oci/ai_speech/models/transcription_filter.rb +186 -0
- data/lib/oci/ai_speech/models/transcription_job.rb +504 -0
- data/lib/oci/ai_speech/models/transcription_job_collection.rb +150 -0
- data/lib/oci/ai_speech/models/transcription_job_summary.rb +366 -0
- data/lib/oci/ai_speech/models/transcription_model_details.rb +206 -0
- data/lib/oci/ai_speech/models/transcription_normalization.rb +166 -0
- data/lib/oci/ai_speech/models/transcription_task.rb +351 -0
- data/lib/oci/ai_speech/models/transcription_task_collection.rb +150 -0
- data/lib/oci/ai_speech/models/transcription_task_summary.rb +262 -0
- data/lib/oci/ai_speech/models/update_transcription_job_details.rb +196 -0
- data/lib/oci/ai_speech/util.rb +3 -0
- data/lib/oci/ai_vision/ai_service_vision_client.rb +49 -49
- data/lib/oci/ai_vision/ai_service_vision_client_composite_operations.rb +10 -10
- data/lib/oci/ai_vision/models/analyze_document_details.rb +4 -4
- data/lib/oci/ai_vision/models/analyze_document_result.rb +9 -9
- data/lib/oci/ai_vision/models/analyze_image_details.rb +3 -3
- data/lib/oci/ai_vision/models/analyze_image_result.rb +8 -8
- data/lib/oci/ai_vision/models/bounding_polygon.rb +2 -2
- data/lib/oci/ai_vision/models/cell.rb +5 -5
- data/lib/oci/ai_vision/models/change_model_compartment_details.rb +1 -1
- data/lib/oci/ai_vision/models/create_document_job_details.rb +6 -6
- data/lib/oci/ai_vision/models/create_image_job_details.rb +5 -5
- data/lib/oci/ai_vision/models/create_model_details.rb +12 -12
- data/lib/oci/ai_vision/models/create_project_details.rb +7 -7
- data/lib/oci/ai_vision/models/data_science_labeling_dataset.rb +1 -1
- data/lib/oci/ai_vision/models/dataset.rb +1 -1
- data/lib/oci/ai_vision/models/detected_document_type.rb +3 -3
- data/lib/oci/ai_vision/models/detected_language.rb +3 -3
- data/lib/oci/ai_vision/models/dimensions.rb +4 -4
- data/lib/oci/ai_vision/models/document_classification_feature.rb +2 -2
- data/lib/oci/ai_vision/models/document_details.rb +4 -4
- data/lib/oci/ai_vision/models/document_feature.rb +3 -3
- data/lib/oci/ai_vision/models/document_field.rb +1 -1
- data/lib/oci/ai_vision/models/document_job.rb +12 -12
- data/lib/oci/ai_vision/models/document_metadata.rb +3 -3
- data/lib/oci/ai_vision/models/document_text_detection_feature.rb +1 -1
- data/lib/oci/ai_vision/models/field_label.rb +3 -3
- data/lib/oci/ai_vision/models/field_name.rb +4 -4
- data/lib/oci/ai_vision/models/field_value.rb +5 -5
- data/lib/oci/ai_vision/models/image_classification_feature.rb +2 -2
- data/lib/oci/ai_vision/models/image_details.rb +4 -4
- data/lib/oci/ai_vision/models/image_feature.rb +3 -3
- data/lib/oci/ai_vision/models/image_job.rb +10 -10
- data/lib/oci/ai_vision/models/image_object.rb +3 -3
- data/lib/oci/ai_vision/models/image_object_detection_feature.rb +2 -2
- data/lib/oci/ai_vision/models/image_text.rb +3 -3
- data/lib/oci/ai_vision/models/image_text_detection_feature.rb +2 -2
- data/lib/oci/ai_vision/models/inline_document_details.rb +2 -2
- data/lib/oci/ai_vision/models/inline_image_details.rb +2 -2
- data/lib/oci/ai_vision/models/input_location.rb +3 -3
- data/lib/oci/ai_vision/models/label.rb +3 -3
- data/lib/oci/ai_vision/models/line.rb +4 -4
- data/lib/oci/ai_vision/models/model.rb +20 -20
- data/lib/oci/ai_vision/models/model_collection.rb +2 -2
- data/lib/oci/ai_vision/models/model_summary.rb +12 -12
- data/lib/oci/ai_vision/models/normalized_vertex.rb +2 -2
- data/lib/oci/ai_vision/models/object_list_inline_input_location.rb +1 -1
- data/lib/oci/ai_vision/models/object_location.rb +3 -3
- data/lib/oci/ai_vision/models/object_storage_dataset.rb +1 -1
- data/lib/oci/ai_vision/models/object_storage_document_details.rb +3 -3
- data/lib/oci/ai_vision/models/object_storage_image_details.rb +4 -4
- data/lib/oci/ai_vision/models/ontology_class.rb +3 -3
- data/lib/oci/ai_vision/models/output_location.rb +4 -4
- data/lib/oci/ai_vision/models/page.rb +5 -5
- data/lib/oci/ai_vision/models/processing_error.rb +3 -3
- data/lib/oci/ai_vision/models/project.rb +10 -10
- data/lib/oci/ai_vision/models/project_collection.rb +1 -1
- data/lib/oci/ai_vision/models/project_summary.rb +9 -9
- data/lib/oci/ai_vision/models/table.rb +7 -7
- data/lib/oci/ai_vision/models/table_row.rb +1 -1
- data/lib/oci/ai_vision/models/update_model_details.rb +6 -6
- data/lib/oci/ai_vision/models/update_project_details.rb +6 -6
- data/lib/oci/ai_vision/models/value_array.rb +1 -1
- data/lib/oci/ai_vision/models/value_date.rb +2 -2
- data/lib/oci/ai_vision/models/value_integer.rb +2 -2
- data/lib/oci/ai_vision/models/value_number.rb +2 -2
- data/lib/oci/ai_vision/models/value_phone_number.rb +2 -2
- data/lib/oci/ai_vision/models/value_string.rb +2 -2
- data/lib/oci/ai_vision/models/value_time.rb +2 -2
- data/lib/oci/ai_vision/models/word.rb +2 -2
- data/lib/oci/ai_vision/models/work_request.rb +5 -5
- data/lib/oci/ai_vision/models/work_request_error.rb +1 -1
- data/lib/oci/ai_vision/models/work_request_error_collection.rb +2 -2
- data/lib/oci/ai_vision/models/work_request_log_entry.rb +1 -1
- data/lib/oci/ai_vision/models/work_request_log_entry_collection.rb +2 -2
- data/lib/oci/ai_vision/models/work_request_resource.rb +4 -4
- data/lib/oci/ai_vision/models/work_request_summary.rb +7 -7
- data/lib/oci/ai_vision/models/work_request_summary_collection.rb +2 -2
- data/lib/oci/analytics/analytics.rb +1 -0
- data/lib/oci/analytics/analytics_client.rb +73 -0
- data/lib/oci/analytics/analytics_client_composite_operations.rb +52 -0
- data/lib/oci/analytics/models/analytics_instance.rb +16 -1
- data/lib/oci/analytics/models/create_analytics_instance_details.rb +19 -4
- data/lib/oci/analytics/models/set_kms_key_details.rb +156 -0
- data/lib/oci/analytics/models/work_request.rb +1 -0
- data/lib/oci/analytics/models/work_request_operation_type.rb +2 -1
- data/lib/oci/analytics/models/work_request_summary.rb +1 -0
- data/lib/oci/apigateway/apigateway.rb +24 -0
- data/lib/oci/apigateway/models/api_specification_request_policies.rb +17 -4
- data/lib/oci/apigateway/models/change_subscriber_compartment_details.rb +156 -0
- data/lib/oci/apigateway/models/change_usage_plan_compartment_details.rb +156 -0
- data/lib/oci/apigateway/models/client.rb +160 -0
- data/lib/oci/apigateway/models/client_summary.rb +150 -0
- data/lib/oci/apigateway/models/create_deployment_details.rb +1 -0
- data/lib/oci/apigateway/models/create_subscriber_details.rb +238 -0
- data/lib/oci/apigateway/models/create_usage_plan_details.rb +223 -0
- data/lib/oci/apigateway/models/deployment.rb +1 -0
- data/lib/oci/apigateway/models/entitlement.rb +197 -0
- data/lib/oci/apigateway/models/entitlement_summary.rb +186 -0
- data/lib/oci/apigateway/models/entitlement_target.rb +157 -0
- data/lib/oci/apigateway/models/quota.rb +257 -0
- data/lib/oci/apigateway/models/rate_limit.rb +183 -0
- data/lib/oci/apigateway/models/subscriber.rb +333 -0
- data/lib/oci/apigateway/models/subscriber_collection.rb +150 -0
- data/lib/oci/apigateway/models/subscriber_summary.rb +308 -0
- data/lib/oci/apigateway/models/update_subscriber_details.rb +222 -0
- data/lib/oci/apigateway/models/update_usage_plan_details.rb +207 -0
- data/lib/oci/apigateway/models/usage_plan.rb +318 -0
- data/lib/oci/apigateway/models/usage_plan_collection.rb +150 -0
- data/lib/oci/apigateway/models/usage_plan_summary.rb +293 -0
- data/lib/oci/apigateway/models/usage_plans_policy.rb +160 -0
- data/lib/oci/apigateway/models/work_request.rb +6 -0
- data/lib/oci/apigateway/subscribers_client.rb +503 -0
- data/lib/oci/apigateway/subscribers_client_composite_operations.rb +223 -0
- data/lib/oci/apigateway/usage_plans_client.rb +503 -0
- data/lib/oci/apigateway/usage_plans_client_composite_operations.rb +223 -0
- data/lib/oci/apm_config/apm_config.rb +11 -0
- data/lib/oci/apm_config/config_client.rb +203 -0
- data/lib/oci/apm_config/models/apdex.rb +1 -1
- data/lib/oci/apm_config/models/apdex_rules.rb +1 -1
- data/lib/oci/apm_config/models/apdex_rules_summary.rb +1 -1
- data/lib/oci/apm_config/models/config.rb +2 -0
- data/lib/oci/apm_config/models/config_summary.rb +2 -0
- data/lib/oci/apm_config/models/config_types.rb +2 -1
- data/lib/oci/apm_config/models/create_apdex_rules_details.rb +1 -1
- data/lib/oci/apm_config/models/create_config_details.rb +3 -1
- data/lib/oci/apm_config/models/create_metric_group_details.rb +1 -1
- data/lib/oci/apm_config/models/create_options_details.rb +201 -0
- data/lib/oci/apm_config/models/create_span_filter_details.rb +1 -1
- data/lib/oci/apm_config/models/metric_group.rb +1 -1
- data/lib/oci/apm_config/models/metric_group_summary.rb +1 -1
- data/lib/oci/apm_config/models/metric_types.rb +11 -0
- data/lib/oci/apm_config/models/namespace.rb +151 -0
- data/lib/oci/apm_config/models/namespace_collection.rb +150 -0
- data/lib/oci/apm_config/models/namespace_metric.rb +190 -0
- data/lib/oci/apm_config/models/namespace_metric_collection.rb +150 -0
- data/lib/oci/apm_config/models/options.rb +213 -0
- data/lib/oci/apm_config/models/options_summary.rb +213 -0
- data/lib/oci/apm_config/models/retrieve_namespace_metrics_details.rb +150 -0
- data/lib/oci/apm_config/models/span_filter.rb +1 -1
- data/lib/oci/apm_config/models/span_filter_summary.rb +1 -1
- data/lib/oci/apm_config/models/update_apdex_rules_details.rb +1 -1
- data/lib/oci/apm_config/models/update_config_details.rb +3 -1
- data/lib/oci/apm_config/models/update_metric_group_details.rb +1 -1
- data/lib/oci/apm_config/models/update_options_details.rb +201 -0
- data/lib/oci/apm_config/models/update_span_filter_details.rb +1 -1
- data/lib/oci/apm_config/models/validate_span_filter_pattern_details.rb +155 -0
- data/lib/oci/apm_control_plane/apm_domain_client.rb +12 -12
- data/lib/oci/apm_control_plane/apm_domain_client_composite_operations.rb +5 -5
- data/lib/oci/apm_control_plane/models/work_request_error.rb +1 -1
- data/lib/oci/apm_synthetics/apm_synthetic_client.rb +368 -7
- data/lib/oci/apm_synthetics/apm_synthetics.rb +8 -0
- data/lib/oci/apm_synthetics/models/browser_monitor_configuration.rb +1 -1
- data/lib/oci/apm_synthetics/models/create_dedicated_vantage_point_details.rb +234 -0
- data/lib/oci/apm_synthetics/models/create_monitor_details.rb +5 -4
- data/lib/oci/apm_synthetics/models/dedicated_vantage_point.rb +308 -0
- data/lib/oci/apm_synthetics/models/dedicated_vantage_point_collection.rb +150 -0
- data/lib/oci/apm_synthetics/models/dedicated_vantage_point_status.rb +11 -0
- data/lib/oci/apm_synthetics/models/dedicated_vantage_point_summary.rb +308 -0
- data/lib/oci/apm_synthetics/models/dvp_stack_details.rb +203 -0
- data/lib/oci/apm_synthetics/models/geo_summary.rb +1 -1
- data/lib/oci/apm_synthetics/models/monitor.rb +4 -3
- data/lib/oci/apm_synthetics/models/monitor_result.rb +1 -1
- data/lib/oci/apm_synthetics/models/monitor_summary.rb +3 -3
- data/lib/oci/apm_synthetics/models/oracle_rm_stack.rb +180 -0
- data/lib/oci/apm_synthetics/models/script.rb +1 -1
- data/lib/oci/apm_synthetics/models/update_dedicated_vantage_point_details.rb +218 -0
- data/lib/oci/apm_synthetics/models/update_monitor_details.rb +5 -4
- data/lib/oci/appmgmt_control/appmgmt_control_client.rb +1 -1
- data/lib/oci/artifacts/artifacts_client.rb +2 -2
- data/lib/oci/bastion/bastion_client.rb +1 -1
- data/lib/oci/bds/bds.rb +31 -0
- data/lib/oci/bds/bds_client.rb +276 -2
- data/lib/oci/bds/bds_client_composite_operations.rb +100 -0
- data/lib/oci/bds/models/add_auto_scale_policy_details.rb +186 -0
- data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +18 -6
- data/lib/oci/bds/models/add_block_storage_details.rb +31 -4
- data/lib/oci/bds/models/add_metric_based_horizontal_scaling_policy_details.rb +177 -0
- data/lib/oci/bds/models/add_metric_based_vertical_scaling_policy_details.rb +177 -0
- data/lib/oci/bds/models/add_schedule_based_horizontal_scaling_policy_details.rb +175 -0
- data/lib/oci/bds/models/add_schedule_based_vertical_scaling_policy_details.rb +175 -0
- data/lib/oci/bds/models/add_worker_nodes_details.rb +69 -4
- data/lib/oci/bds/models/auto_scale_policy.rb +3 -1
- data/lib/oci/bds/models/auto_scale_policy_details.rb +269 -0
- data/lib/oci/bds/models/auto_scaling_configuration.rb +19 -5
- data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +18 -5
- data/lib/oci/bds/models/bds_instance.rb +16 -1
- data/lib/oci/bds/models/change_shape_nodes.rb +70 -4
- data/lib/oci/bds/models/cluster_details.rb +32 -4
- data/lib/oci/bds/models/create_bds_instance_details.rb +29 -1
- data/lib/oci/bds/models/create_node_details.rb +17 -4
- data/lib/oci/bds/models/day_based_horizontal_scaling_schedule_details.rb +161 -0
- data/lib/oci/bds/models/day_based_vertical_scaling_schedule_details.rb +161 -0
- data/lib/oci/bds/models/horizontal_scaling_schedule_details.rb +170 -0
- data/lib/oci/bds/models/install_patch_details.rb +164 -0
- data/lib/oci/bds/models/metric_based_horizontal_scale_in_config.rb +177 -0
- data/lib/oci/bds/models/metric_based_horizontal_scale_out_config.rb +177 -0
- data/lib/oci/bds/models/metric_based_horizontal_scaling_policy_details.rb +185 -0
- data/lib/oci/bds/models/metric_based_vertical_scale_down_config.rb +205 -0
- data/lib/oci/bds/models/metric_based_vertical_scale_up_config.rb +206 -0
- data/lib/oci/bds/models/metric_based_vertical_scaling_policy_details.rb +185 -0
- data/lib/oci/bds/models/metric_threshold_rule.rb +2 -2
- data/lib/oci/bds/models/node.rb +29 -4
- data/lib/oci/bds/models/operation_types.rb +7 -1
- data/lib/oci/bds/models/patch_history_summary.rb +199 -0
- data/lib/oci/bds/models/patch_summary.rb +165 -0
- data/lib/oci/bds/models/remove_node_details.rb +186 -0
- data/lib/oci/bds/models/schedule_based_horizontal_scaling_policy_details.rb +182 -0
- data/lib/oci/bds/models/schedule_based_vertical_scaling_policy_details.rb +182 -0
- data/lib/oci/bds/models/schedule_type.rb +10 -0
- data/lib/oci/bds/models/shape_config_details.rb +164 -0
- data/lib/oci/bds/models/time_and_horizontal_scaling_config.rb +169 -0
- data/lib/oci/bds/models/time_and_vertical_scaling_config.rb +200 -0
- data/lib/oci/bds/models/update_auto_scale_policy_details.rb +173 -0
- data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +17 -4
- data/lib/oci/bds/models/update_bds_instance_details.rb +15 -1
- data/lib/oci/bds/models/update_metric_based_horizontal_scaling_policy_details.rb +177 -0
- data/lib/oci/bds/models/update_metric_based_vertical_scaling_policy_details.rb +177 -0
- data/lib/oci/bds/models/update_schedule_based_horizontal_scaling_policy_details.rb +174 -0
- data/lib/oci/bds/models/update_schedule_based_vertical_scaling_policy_details.rb +174 -0
- data/lib/oci/bds/models/vertical_scaling_schedule_details.rb +170 -0
- data/lib/oci/bds/models/work_request.rb +6 -0
- data/lib/oci/budget/budget.rb +1 -0
- data/lib/oci/budget/budget_client.rb +30 -32
- data/lib/oci/budget/budget_client_composite_operations.rb +6 -6
- data/lib/oci/budget/models/alert_rule.rb +12 -12
- data/lib/oci/budget/models/alert_rule_summary.rb +11 -11
- data/lib/oci/budget/models/budget.rb +49 -15
- data/lib/oci/budget/models/budget_summary.rb +51 -17
- data/lib/oci/budget/models/create_alert_rule_details.rb +8 -8
- data/lib/oci/budget/models/create_budget_details.rb +39 -11
- data/lib/oci/budget/models/processing_period_type.rb +11 -0
- data/lib/oci/budget/models/update_alert_rule_details.rb +9 -9
- data/lib/oci/budget/models/update_budget_details.rb +30 -2
- data/lib/oci/cloud_guard/cloud_guard.rb +53 -0
- data/lib/oci/cloud_guard/cloud_guard_client.rb +2392 -270
- data/lib/oci/cloud_guard/cloud_guard_client_composite_operations.rb +318 -0
- data/lib/oci/cloud_guard/models/add_compartment_details.rb +155 -0
- data/lib/oci/cloud_guard/models/change_security_policy_compartment_details.rb +156 -0
- data/lib/oci/cloud_guard/models/change_security_recipe_compartment_details.rb +156 -0
- data/lib/oci/cloud_guard/models/change_security_zone_compartment_details.rb +156 -0
- data/lib/oci/cloud_guard/models/classification_status.rb +14 -0
- data/lib/oci/cloud_guard/models/condition_type_enum.rb +2 -1
- data/lib/oci/cloud_guard/models/confidence.rb +14 -0
- data/lib/oci/cloud_guard/models/create_data_mask_rule_details.rb +8 -2
- data/lib/oci/cloud_guard/models/create_detector_recipe_details.rb +10 -2
- data/lib/oci/cloud_guard/models/create_managed_list_details.rb +10 -2
- data/lib/oci/cloud_guard/models/create_responder_recipe_details.rb +10 -2
- data/lib/oci/cloud_guard/models/create_security_policy_details.rb +246 -0
- data/lib/oci/cloud_guard/models/create_security_recipe_details.rb +226 -0
- data/lib/oci/cloud_guard/models/create_security_zone_details.rb +226 -0
- data/lib/oci/cloud_guard/models/create_target_details.rb +11 -2
- data/lib/oci/cloud_guard/models/data_mask_rule.rb +4 -2
- data/lib/oci/cloud_guard/models/data_mask_rule_summary.rb +2 -0
- data/lib/oci/cloud_guard/models/detector_details.rb +47 -5
- data/lib/oci/cloud_guard/models/detector_enum.rb +2 -1
- data/lib/oci/cloud_guard/models/detector_recipe.rb +20 -3
- data/lib/oci/cloud_guard/models/detector_recipe_detector_rule.rb +4 -3
- data/lib/oci/cloud_guard/models/detector_recipe_detector_rule_summary.rb +1 -0
- data/lib/oci/cloud_guard/models/detector_recipe_summary.rb +18 -1
- data/lib/oci/cloud_guard/models/detector_rule.rb +4 -3
- data/lib/oci/cloud_guard/models/detector_rule_summary.rb +1 -0
- data/lib/oci/cloud_guard/models/managed_list.rb +4 -2
- data/lib/oci/cloud_guard/models/managed_list_summary.rb +2 -0
- data/lib/oci/cloud_guard/models/problem.rb +72 -1
- data/lib/oci/cloud_guard/models/problem_category_enum.rb +10 -0
- data/lib/oci/cloud_guard/models/problem_endpoint_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/problem_endpoint_summary.rb +326 -0
- data/lib/oci/cloud_guard/models/problem_summary.rb +16 -1
- data/lib/oci/cloud_guard/models/remove_compartment_details.rb +155 -0
- data/lib/oci/cloud_guard/models/request_summarized_trend_resource_risk_scores_details.rb +177 -0
- data/lib/oci/cloud_guard/models/resource_profile.rb +361 -0
- data/lib/oci/cloud_guard/models/resource_profile_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/resource_profile_endpoint_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/resource_profile_endpoint_summary.rb +326 -0
- data/lib/oci/cloud_guard/models/resource_profile_impacted_resource_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/resource_profile_impacted_resource_summary.rb +286 -0
- data/lib/oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary.rb +192 -0
- data/lib/oci/cloud_guard/models/resource_profile_risk_score_aggregation_summary_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/resource_profile_summary.rb +268 -0
- data/lib/oci/cloud_guard/models/resource_risk_score_aggregation.rb +215 -0
- data/lib/oci/cloud_guard/models/resource_risk_score_aggregation_collection.rb +192 -0
- data/lib/oci/cloud_guard/models/resource_risk_score_dimension.rb +11 -0
- data/lib/oci/cloud_guard/models/responder_recipe.rb +4 -2
- data/lib/oci/cloud_guard/models/responder_recipe_responder_rule.rb +2 -2
- data/lib/oci/cloud_guard/models/responder_recipe_summary.rb +4 -2
- data/lib/oci/cloud_guard/models/security_policy.rb +385 -0
- data/lib/oci/cloud_guard/models/security_policy_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/security_policy_summary.rb +385 -0
- data/lib/oci/cloud_guard/models/security_recipe.rb +365 -0
- data/lib/oci/cloud_guard/models/security_recipe_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/security_recipe_summary.rb +365 -0
- data/lib/oci/cloud_guard/models/security_zone.rb +364 -0
- data/lib/oci/cloud_guard/models/security_zone_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/security_zone_summary.rb +336 -0
- data/lib/oci/cloud_guard/models/security_zone_target_details.rb +190 -0
- data/lib/oci/cloud_guard/models/severity.rb +14 -0
- data/lib/oci/cloud_guard/models/sighting.rb +453 -0
- data/lib/oci/cloud_guard/models/sighting_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/sighting_endpoint_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/sighting_endpoint_summary.rb +298 -0
- data/lib/oci/cloud_guard/models/sighting_impacted_resource_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/sighting_impacted_resource_summary.rb +258 -0
- data/lib/oci/cloud_guard/models/sighting_summary.rb +443 -0
- data/lib/oci/cloud_guard/models/sighting_type.rb +208 -0
- data/lib/oci/cloud_guard/models/tactic_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/tactic_summary.rb +164 -0
- data/lib/oci/cloud_guard/models/target.rb +19 -3
- data/lib/oci/cloud_guard/models/target_details.rb +192 -0
- data/lib/oci/cloud_guard/models/target_detector_details.rb +47 -5
- data/lib/oci/cloud_guard/models/target_detector_recipe.rb +21 -6
- data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule.rb +4 -3
- data/lib/oci/cloud_guard/models/target_detector_recipe_detector_rule_summary.rb +1 -0
- data/lib/oci/cloud_guard/models/target_detector_recipe_summary.rb +19 -4
- data/lib/oci/cloud_guard/models/target_resource_type.rb +2 -1
- data/lib/oci/cloud_guard/models/target_resource_types_selected.rb +1 -0
- data/lib/oci/cloud_guard/models/target_responder_recipe.rb +4 -4
- data/lib/oci/cloud_guard/models/target_responder_recipe_responder_rule.rb +3 -3
- data/lib/oci/cloud_guard/models/target_summary.rb +3 -0
- data/lib/oci/cloud_guard/models/technique_collection.rb +150 -0
- data/lib/oci/cloud_guard/models/technique_summary.rb +164 -0
- data/lib/oci/cloud_guard/models/update_data_mask_rule_details.rb +6 -1
- data/lib/oci/cloud_guard/models/update_detector_recipe_details.rb +10 -2
- data/lib/oci/cloud_guard/models/update_detector_rule_details.rb +1 -1
- data/lib/oci/cloud_guard/models/update_managed_list_details.rb +8 -2
- data/lib/oci/cloud_guard/models/update_responder_recipe_details.rb +10 -2
- data/lib/oci/cloud_guard/models/update_security_policy_details.rb +188 -0
- data/lib/oci/cloud_guard/models/update_security_recipe_details.rb +212 -0
- data/lib/oci/cloud_guard/models/update_security_zone_details.rb +212 -0
- data/lib/oci/cloud_guard/models/update_target_details.rb +6 -1
- data/lib/oci/cloud_guard/models/update_target_detector_recipe_details.rb +32 -2
- data/lib/oci/container_engine/container_engine.rb +8 -0
- data/lib/oci/container_engine/container_engine_client.rb +96 -0
- data/lib/oci/container_engine/container_engine_client_composite_operations.rb +50 -0
- data/lib/oci/container_engine/models/cluster.rb +18 -4
- data/lib/oci/container_engine/models/cluster_endpoints.rb +20 -4
- data/lib/oci/container_engine/models/cluster_options.rb +18 -4
- data/lib/oci/container_engine/models/cluster_pod_network_option_details.rb +191 -0
- data/lib/oci/container_engine/models/cluster_summary.rb +18 -4
- data/lib/oci/container_engine/models/create_cluster_details.rb +18 -4
- data/lib/oci/container_engine/models/create_cluster_kubeconfig_content_details.rb +2 -1
- data/lib/oci/container_engine/models/create_node_pool_details.rb +18 -5
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +19 -4
- data/lib/oci/container_engine/models/flannel_overlay_cluster_pod_network_option_details.rb +145 -0
- data/lib/oci/container_engine/models/flannel_overlay_node_pool_pod_network_option_details.rb +145 -0
- data/lib/oci/container_engine/models/node_eviction_node_pool_settings.rb +172 -0
- data/lib/oci/container_engine/models/node_pool.rb +71 -4
- data/lib/oci/container_engine/models/node_pool_lifecycle_state.rb +17 -0
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +19 -4
- data/lib/oci/container_engine/models/node_pool_placement_config_details.rb +19 -4
- data/lib/oci/container_engine/models/node_pool_pod_network_option_details.rb +191 -0
- data/lib/oci/container_engine/models/node_pool_summary.rb +71 -4
- data/lib/oci/container_engine/models/oci_vcn_ip_native_cluster_pod_network_option_details.rb +145 -0
- data/lib/oci/container_engine/models/oci_vcn_ip_native_node_pool_pod_network_option_details.rb +195 -0
- data/lib/oci/container_engine/models/update_node_pool_details.rb +17 -4
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +19 -4
- data/lib/oci/core/blockstorage_client.rb +1 -1
- data/lib/oci/core/compute_client.rb +17 -6
- data/lib/oci/core/compute_client_composite_operations.rb +1 -1
- data/lib/oci/core/core.rb +33 -0
- data/lib/oci/core/models/add_drg_route_distribution_statement_details.rb +0 -1
- data/lib/oci/core/models/add_subnet_ipv6_cidr_details.rb +159 -0
- data/lib/oci/core/models/add_vcn_cidr_details.rb +1 -1
- data/lib/oci/core/models/add_vcn_ipv6_cidr_details.rb +188 -0
- data/lib/oci/core/models/allowed_ike_ip_sec_parameters.rb +1 -1
- data/lib/oci/core/models/allowed_phase_one_parameters.rb +4 -4
- data/lib/oci/core/models/allowed_phase_two_parameters.rb +4 -4
- data/lib/oci/core/models/amd_milan_bm_launch_instance_platform_config.rb +103 -6
- data/lib/oci/core/models/amd_milan_bm_platform_config.rb +103 -6
- data/lib/oci/core/models/amd_rome_bm_gpu_launch_instance_platform_config.rb +270 -0
- data/lib/oci/core/models/amd_rome_bm_gpu_platform_config.rb +277 -0
- data/lib/oci/core/models/amd_rome_bm_launch_instance_platform_config.rb +138 -5
- data/lib/oci/core/models/amd_rome_bm_platform_config.rb +144 -5
- data/lib/oci/core/models/app_catalog_listing_resource_version.rb +3 -3
- data/lib/oci/core/models/attach_i_scsi_volume_details.rb +19 -4
- data/lib/oci/core/models/boot_volume.rb +3 -1
- data/lib/oci/core/models/byoip_range.rb +35 -3
- data/lib/oci/core/models/byoip_range_summary.rb +33 -1
- data/lib/oci/core/models/byoip_range_vcn_ipv6_allocation_summary.rb +201 -0
- data/lib/oci/core/models/byoipv6_cidr_details.rb +175 -0
- data/lib/oci/core/models/capture_filter.rb +321 -0
- data/lib/oci/core/models/change_capture_filter_compartment_details.rb +157 -0
- data/lib/oci/core/models/change_vtap_compartment_details.rb +155 -0
- data/lib/oci/core/models/compartment_internal.rb +151 -0
- data/lib/oci/core/models/copy_volume_group_backup_details.rb +2 -2
- data/lib/oci/core/models/create_boot_volume_details.rb +3 -1
- data/lib/oci/core/models/create_byoip_range_details.rb +17 -2
- data/lib/oci/core/models/create_capture_filter_details.rb +249 -0
- data/lib/oci/core/models/create_drg_attachment_details.rb +5 -5
- data/lib/oci/core/models/create_drg_details.rb +1 -1
- data/lib/oci/core/models/create_drg_route_table_details.rb +1 -1
- data/lib/oci/core/models/create_internet_gateway_details.rb +1 -1
- data/lib/oci/core/models/create_ip_sec_connection_tunnel_details.rb +12 -3
- data/lib/oci/core/models/create_ipv6_details.rb +19 -4
- data/lib/oci/core/models/create_subnet_details.rb +19 -1
- data/lib/oci/core/models/create_vcn_details.rb +55 -1
- data/lib/oci/core/models/create_virtual_circuit_details.rb +46 -1
- data/lib/oci/core/models/create_volume_details.rb +3 -1
- data/lib/oci/core/models/create_vtap_details.rb +476 -0
- data/lib/oci/core/models/cross_connect.rb +35 -4
- data/lib/oci/core/models/cross_connect_group.rb +35 -4
- data/lib/oci/core/models/cross_connect_mapping_details.rb +19 -4
- data/lib/oci/core/models/default_drg_route_tables.rb +1 -1
- data/lib/oci/core/models/default_phase_one_parameters.rb +4 -4
- data/lib/oci/core/models/default_phase_two_parameters.rb +4 -4
- data/lib/oci/core/models/dpd_config.rb +6 -3
- data/lib/oci/core/models/drg.rb +6 -6
- data/lib/oci/core/models/drg_attachment.rb +7 -7
- data/lib/oci/core/models/drg_attachment_match_all_drg_route_distribution_match_criteria.rb +146 -0
- data/lib/oci/core/models/drg_attachment_network_create_details.rb +1 -1
- data/lib/oci/core/models/drg_redundancy_status.rb +1 -1
- data/lib/oci/core/models/drg_route_distribution.rb +2 -2
- data/lib/oci/core/models/drg_route_distribution_match_criteria.rb +3 -1
- data/lib/oci/core/models/drg_route_rule.rb +1 -1
- data/lib/oci/core/models/drg_route_table.rb +3 -3
- data/lib/oci/core/models/i_scsi_volume_attachment.rb +19 -4
- data/lib/oci/core/models/instance_configuration_amd_milan_bm_launch_instance_platform_config.rb +104 -7
- data/lib/oci/core/models/instance_configuration_amd_rome_bm_gpu_launch_instance_platform_config.rb +277 -0
- data/lib/oci/core/models/instance_configuration_amd_rome_bm_launch_instance_platform_config.rb +145 -5
- data/lib/oci/core/models/instance_configuration_create_volume_details.rb +3 -1
- data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +29 -4
- data/lib/oci/core/models/instance_configuration_intel_icelake_bm_launch_instance_platform_config.rb +260 -0
- data/lib/oci/core/models/instance_configuration_intel_skylake_bm_launch_instance_platform_config.rb +2 -1
- data/lib/oci/core/models/instance_configuration_launch_instance_platform_config.rb +4 -0
- data/lib/oci/core/models/instance_configuration_launch_instance_shape_config_details.rb +15 -4
- data/lib/oci/core/models/instance_power_action_details.rb +172 -0
- data/lib/oci/core/models/instance_source_via_image_details.rb +31 -4
- data/lib/oci/core/models/intel_icelake_bm_launch_instance_platform_config.rb +253 -0
- data/lib/oci/core/models/intel_icelake_bm_platform_config.rb +260 -0
- data/lib/oci/core/models/intel_skylake_bm_launch_instance_platform_config.rb +2 -1
- data/lib/oci/core/models/intel_skylake_bm_platform_config.rb +2 -1
- data/lib/oci/core/models/internet_gateway.rb +1 -1
- data/lib/oci/core/models/ip_sec_connection.rb +2 -2
- data/lib/oci/core/models/ip_sec_connection_tunnel.rb +26 -11
- data/lib/oci/core/models/ip_sec_connection_tunnel_error_details.rb +7 -7
- data/lib/oci/core/models/launch_instance_platform_config.rb +10 -0
- data/lib/oci/core/models/launch_instance_shape_config_details.rb +15 -4
- data/lib/oci/core/models/percentage_of_cores_enabled_options.rb +178 -0
- data/lib/oci/core/models/phase_one_config_details.rb +7 -6
- data/lib/oci/core/models/phase_two_config_details.rb +7 -6
- data/lib/oci/core/models/platform_config.rb +4 -0
- data/lib/oci/core/models/public_ip_pool.rb +3 -1
- data/lib/oci/core/models/reboot_migrate_action_details.rb +185 -0
- data/lib/oci/core/models/remove_subnet_ipv6_cidr_details.rb +159 -0
- data/lib/oci/core/models/remove_vcn_ipv6_cidr_details.rb +160 -0
- data/lib/oci/core/models/reset_action_details.rb +178 -0
- data/lib/oci/core/models/route_table.rb +1 -1
- data/lib/oci/core/models/shape.rb +181 -4
- data/lib/oci/core/models/shape_access_control_service_enabled_platform_options.rb +171 -0
- data/lib/oci/core/models/shape_alternative_object.rb +156 -0
- data/lib/oci/core/models/shape_input_output_memory_management_unit_enabled_platform_options.rb +171 -0
- data/lib/oci/core/models/shape_platform_config_options.rb +71 -4
- data/lib/oci/core/models/shape_symmetric_multi_threading_enabled_platform_options.rb +171 -0
- data/lib/oci/core/models/shape_virtual_instructions_enabled_platform_options.rb +171 -0
- data/lib/oci/core/models/soft_reset_action_details.rb +178 -0
- data/lib/oci/core/models/subnet.rb +16 -1
- data/lib/oci/core/models/topology.rb +2 -1
- data/lib/oci/core/models/tunnel_phase_one_details.rb +9 -10
- data/lib/oci/core/models/tunnel_phase_two_details.rb +12 -10
- data/lib/oci/core/models/tunnel_route_summary.rb +7 -6
- data/lib/oci/core/models/tunnel_security_association_summary.rb +8 -6
- data/lib/oci/core/models/update_boot_volume_details.rb +3 -1
- data/lib/oci/core/models/update_capture_filter_details.rb +208 -0
- data/lib/oci/core/models/update_drg_attachment_details.rb +2 -2
- data/lib/oci/core/models/update_drg_route_distribution_statement_details.rb +0 -1
- data/lib/oci/core/models/update_instance_shape_config_details.rb +15 -4
- data/lib/oci/core/models/update_ip_sec_connection_tunnel_details.rb +12 -3
- data/lib/oci/core/models/update_subnet_details.rb +22 -4
- data/lib/oci/core/models/update_virtual_circuit_details.rb +46 -1
- data/lib/oci/core/models/update_volume_details.rb +3 -1
- data/lib/oci/core/models/update_vtap_details.rb +448 -0
- data/lib/oci/core/models/vcn.rb +31 -1
- data/lib/oci/core/models/vcn_drg_attachment_network_create_details.rb +23 -5
- data/lib/oci/core/models/vcn_drg_attachment_network_details.rb +43 -5
- data/lib/oci/core/models/vcn_drg_attachment_network_update_details.rb +21 -5
- data/lib/oci/core/models/virtual_circuit.rb +52 -1
- data/lib/oci/core/models/volume.rb +3 -1
- data/lib/oci/core/models/vtap.rb +601 -0
- data/lib/oci/core/models/vtap_capture_filter_rule_details.rb +294 -0
- data/lib/oci/core/virtual_network_client.rb +1244 -154
- data/lib/oci/core/virtual_network_client_composite_operations.rb +527 -31
- data/lib/oci/data_catalog/data_catalog_client.rb +2 -3
- data/lib/oci/data_catalog/models/create_attribute_details.rb +15 -1
- data/lib/oci/data_catalog/models/create_folder_details.rb +18 -4
- data/lib/oci/data_catalog/models/create_job_details.rb +2 -3
- data/lib/oci/data_catalog/models/entity.rb +15 -1
- data/lib/oci/data_catalog/models/entity_summary.rb +15 -1
- data/lib/oci/data_catalog/models/folder.rb +18 -4
- data/lib/oci/data_catalog/models/folder_summary.rb +30 -1
- data/lib/oci/data_catalog/models/job.rb +2 -3
- data/lib/oci/data_catalog/models/job_summary.rb +2 -3
- data/lib/oci/data_catalog/models/update_job_details.rb +2 -3
- data/lib/oci/data_catalog/models/work_request.rb +4 -0
- data/lib/oci/data_connectivity/data_connectivity.rb +230 -0
- data/lib/oci/data_connectivity/data_connectivity_management_client.rb +4234 -0
- data/lib/oci/data_connectivity/data_connectivity_management_client_composite_operations.rb +470 -0
- data/lib/oci/data_connectivity/models/abstract_call_attribute.rb +182 -0
- data/lib/oci/data_connectivity/models/abstract_data_operation_config.rb +184 -0
- data/lib/oci/data_connectivity/models/abstract_format_attribute.rb +195 -0
- data/lib/oci/data_connectivity/models/abstract_read_attribute.rb +193 -0
- data/lib/oci/data_connectivity/models/abstract_write_attribute.rb +197 -0
- data/lib/oci/data_connectivity/models/aggregator_summary.rb +190 -0
- data/lib/oci/data_connectivity/models/attach_data_asset_info.rb +154 -0
- data/lib/oci/data_connectivity/models/attribute.rb +235 -0
- data/lib/oci/data_connectivity/models/attribute_profile_result.rb +262 -0
- data/lib/oci/data_connectivity/models/avro_format_attribute.rb +158 -0
- data/lib/oci/data_connectivity/models/base_type.rb +268 -0
- data/lib/oci/data_connectivity/models/bicc_read_attributes.rb +237 -0
- data/lib/oci/data_connectivity/models/bip_call_attribute.rb +230 -0
- data/lib/oci/data_connectivity/models/call_operation_config.rb +195 -0
- data/lib/oci/data_connectivity/models/change_endpoint_compartment_details.rb +154 -0
- data/lib/oci/data_connectivity/models/change_registry_compartment_details.rb +154 -0
- data/lib/oci/data_connectivity/models/column.rb +164 -0
- data/lib/oci/data_connectivity/models/composite_type.rb +208 -0
- data/lib/oci/data_connectivity/models/compression.rb +176 -0
- data/lib/oci/data_connectivity/models/config_definition.rb +243 -0
- data/lib/oci/data_connectivity/models/config_parameter_definition.rb +233 -0
- data/lib/oci/data_connectivity/models/config_parameter_value.rb +210 -0
- data/lib/oci/data_connectivity/models/config_values.rb +167 -0
- data/lib/oci/data_connectivity/models/configured_type.rb +212 -0
- data/lib/oci/data_connectivity/models/connection.rb +322 -0
- data/lib/oci/data_connectivity/models/connection_property.rb +160 -0
- data/lib/oci/data_connectivity/models/connection_summary.rb +322 -0
- data/lib/oci/data_connectivity/models/connection_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/connection_validation.rb +306 -0
- data/lib/oci/data_connectivity/models/connection_validation_summary.rb +303 -0
- data/lib/oci/data_connectivity/models/connection_validation_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/connectivity_validation.rb +210 -0
- data/lib/oci/data_connectivity/models/connector_attribute.rb +182 -0
- data/lib/oci/data_connectivity/models/create_attach_data_asset_details.rb +154 -0
- data/lib/oci/data_connectivity/models/create_connection_details.rb +321 -0
- data/lib/oci/data_connectivity/models/create_connection_validation_details.rb +175 -0
- data/lib/oci/data_connectivity/models/create_connectivity_validation_details.rb +330 -0
- data/lib/oci/data_connectivity/models/create_data_asset_details.rb +346 -0
- data/lib/oci/data_connectivity/models/create_data_preview_details.rb +197 -0
- data/lib/oci/data_connectivity/models/create_data_profile_details.rb +210 -0
- data/lib/oci/data_connectivity/models/create_de_reference_artifact_details.rb +154 -0
- data/lib/oci/data_connectivity/models/create_detach_data_asset_details.rb +154 -0
- data/lib/oci/data_connectivity/models/create_dp_endpoint_details.rb +293 -0
- data/lib/oci/data_connectivity/models/create_dp_endpoint_from_private.rb +291 -0
- data/lib/oci/data_connectivity/models/create_dp_endpoint_from_public.rb +181 -0
- data/lib/oci/data_connectivity/models/create_endpoint_details.rb +282 -0
- data/lib/oci/data_connectivity/models/create_entity_shape_details.rb +420 -0
- data/lib/oci/data_connectivity/models/create_entity_shape_from_data_store.rb +213 -0
- data/lib/oci/data_connectivity/models/create_entity_shape_from_file.rb +229 -0
- data/lib/oci/data_connectivity/models/create_entity_shape_from_sql.rb +230 -0
- data/lib/oci/data_connectivity/models/create_entity_shape_from_table.rb +213 -0
- data/lib/oci/data_connectivity/models/create_entity_shape_from_view.rb +213 -0
- data/lib/oci/data_connectivity/models/create_execute_operation_job_details.rb +176 -0
- data/lib/oci/data_connectivity/models/create_folder_details.rb +263 -0
- data/lib/oci/data_connectivity/models/create_full_push_down_task_details.rb +172 -0
- data/lib/oci/data_connectivity/models/create_reference_artifact_details.rb +154 -0
- data/lib/oci/data_connectivity/models/create_registry_details.rb +210 -0
- data/lib/oci/data_connectivity/models/create_test_network_connectivity_details.rb +154 -0
- data/lib/oci/data_connectivity/models/csv_format_attribute.rb +238 -0
- data/lib/oci/data_connectivity/models/data_asset.rb +347 -0
- data/lib/oci/data_connectivity/models/data_asset_summary.rb +347 -0
- data/lib/oci/data_connectivity/models/data_asset_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/data_entity.rb +206 -0
- data/lib/oci/data_connectivity/models/data_entity_details.rb +190 -0
- data/lib/oci/data_connectivity/models/data_entity_from_data_store.rb +443 -0
- data/lib/oci/data_connectivity/models/data_entity_from_data_store_entity_details.rb +432 -0
- data/lib/oci/data_connectivity/models/data_entity_from_file.rb +390 -0
- data/lib/oci/data_connectivity/models/data_entity_from_file_entity_details.rb +379 -0
- data/lib/oci/data_connectivity/models/data_entity_from_sql.rb +390 -0
- data/lib/oci/data_connectivity/models/data_entity_from_sql_entity_details.rb +379 -0
- data/lib/oci/data_connectivity/models/data_entity_from_table.rb +377 -0
- data/lib/oci/data_connectivity/models/data_entity_from_table_entity_details.rb +366 -0
- data/lib/oci/data_connectivity/models/data_entity_from_view.rb +377 -0
- data/lib/oci/data_connectivity/models/data_entity_from_view_entity_details.rb +366 -0
- data/lib/oci/data_connectivity/models/data_entity_summary.rb +206 -0
- data/lib/oci/data_connectivity/models/data_entity_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/data_entity_summary_from_data_store.rb +443 -0
- data/lib/oci/data_connectivity/models/data_entity_summary_from_file.rb +390 -0
- data/lib/oci/data_connectivity/models/data_entity_summary_from_sql.rb +390 -0
- data/lib/oci/data_connectivity/models/data_entity_summary_from_table.rb +377 -0
- data/lib/oci/data_connectivity/models/data_entity_summary_from_view.rb +377 -0
- data/lib/oci/data_connectivity/models/data_format.rb +198 -0
- data/lib/oci/data_connectivity/models/data_preview.rb +188 -0
- data/lib/oci/data_connectivity/models/data_profile.rb +181 -0
- data/lib/oci/data_connectivity/models/data_type.rb +233 -0
- data/lib/oci/data_connectivity/models/data_type_stat.rb +181 -0
- data/lib/oci/data_connectivity/models/date_attribute.rb +177 -0
- data/lib/oci/data_connectivity/models/de_reference_info.rb +300 -0
- data/lib/oci/data_connectivity/models/derived_type.rb +169 -0
- data/lib/oci/data_connectivity/models/detach_data_asset_info.rb +154 -0
- data/lib/oci/data_connectivity/models/dp_endpoint.rb +300 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_details.rb +293 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_from_private.rb +298 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_from_private_details.rb +291 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_from_public.rb +181 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_from_public_details.rb +181 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_summary.rb +293 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_summary_from_private.rb +291 -0
- data/lib/oci/data_connectivity/models/dp_endpoint_summary_from_public.rb +181 -0
- data/lib/oci/data_connectivity/models/endpoint.rb +382 -0
- data/lib/oci/data_connectivity/models/endpoint_summary.rb +276 -0
- data/lib/oci/data_connectivity/models/endpoint_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/entity_profile_result.rb +182 -0
- data/lib/oci/data_connectivity/models/entity_shape.rb +206 -0
- data/lib/oci/data_connectivity/models/entity_shape_from_data_store.rb +390 -0
- data/lib/oci/data_connectivity/models/entity_shape_from_file.rb +390 -0
- data/lib/oci/data_connectivity/models/entity_shape_from_sql.rb +403 -0
- data/lib/oci/data_connectivity/models/entity_shape_from_table.rb +390 -0
- data/lib/oci/data_connectivity/models/entity_shape_from_view.rb +390 -0
- data/lib/oci/data_connectivity/models/error_details.rb +162 -0
- data/lib/oci/data_connectivity/models/execute_operation_job.rb +210 -0
- data/lib/oci/data_connectivity/models/execute_operation_job_details.rb +198 -0
- data/lib/oci/data_connectivity/models/external_storage.rb +221 -0
- data/lib/oci/data_connectivity/models/filter_push.rb +162 -0
- data/lib/oci/data_connectivity/models/folder.rb +264 -0
- data/lib/oci/data_connectivity/models/folder_summary.rb +264 -0
- data/lib/oci/data_connectivity/models/folder_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/foreign_key.rb +265 -0
- data/lib/oci/data_connectivity/models/full_push_down_task_response.rb +178 -0
- data/lib/oci/data_connectivity/models/hdfs_write_attributes.rb +164 -0
- data/lib/oci/data_connectivity/models/histogram.rb +160 -0
- data/lib/oci/data_connectivity/models/input_port.rb +221 -0
- data/lib/oci/data_connectivity/models/join.rb +190 -0
- data/lib/oci/data_connectivity/models/json_format_attribute.rb +158 -0
- data/lib/oci/data_connectivity/models/key.rb +189 -0
- data/lib/oci/data_connectivity/models/key_attribute.rb +159 -0
- data/lib/oci/data_connectivity/models/key_range.rb +159 -0
- data/lib/oci/data_connectivity/models/key_range_partition_config.rb +175 -0
- data/lib/oci/data_connectivity/models/message.rb +191 -0
- data/lib/oci/data_connectivity/models/native_shape_field.rb +224 -0
- data/lib/oci/data_connectivity/models/network_connectivity_status.rb +231 -0
- data/lib/oci/data_connectivity/models/network_connectivity_status_collection.rb +154 -0
- data/lib/oci/data_connectivity/models/numeric_attribute.rb +252 -0
- data/lib/oci/data_connectivity/models/object_freq_stat.rb +184 -0
- data/lib/oci/data_connectivity/models/object_metadata.rb +315 -0
- data/lib/oci/data_connectivity/models/object_storage_write_attributes.rb +164 -0
- data/lib/oci/data_connectivity/models/operation.rb +198 -0
- data/lib/oci/data_connectivity/models/operation_exec_result.rb +228 -0
- data/lib/oci/data_connectivity/models/operation_from_procedure.rb +264 -0
- data/lib/oci/data_connectivity/models/operation_input_record.rb +154 -0
- data/lib/oci/data_connectivity/models/operation_summary.rb +198 -0
- data/lib/oci/data_connectivity/models/operation_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/operation_summary_from_procedure.rb +255 -0
- data/lib/oci/data_connectivity/models/oracle_adwc_write_attributes.rb +201 -0
- data/lib/oci/data_connectivity/models/oracle_atp_write_attributes.rb +201 -0
- data/lib/oci/data_connectivity/models/oracle_read_attribute.rb +162 -0
- data/lib/oci/data_connectivity/models/oracle_read_attributes.rb +162 -0
- data/lib/oci/data_connectivity/models/oracle_write_attributes.rb +190 -0
- data/lib/oci/data_connectivity/models/outlier.rb +188 -0
- data/lib/oci/data_connectivity/models/output_port.rb +221 -0
- data/lib/oci/data_connectivity/models/parameter.rb +291 -0
- data/lib/oci/data_connectivity/models/parent_reference.rb +150 -0
- data/lib/oci/data_connectivity/models/parquet_format_attribute.rb +158 -0
- data/lib/oci/data_connectivity/models/partition_config.rb +189 -0
- data/lib/oci/data_connectivity/models/primary_key.rb +169 -0
- data/lib/oci/data_connectivity/models/profile_config.rb +240 -0
- data/lib/oci/data_connectivity/models/profile_stat.rb +160 -0
- data/lib/oci/data_connectivity/models/push_down_operation.rb +197 -0
- data/lib/oci/data_connectivity/models/query.rb +158 -0
- data/lib/oci/data_connectivity/models/read_operation_config.rb +263 -0
- data/lib/oci/data_connectivity/models/reference_artifact_summary.rb +300 -0
- data/lib/oci/data_connectivity/models/reference_artifact_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/reference_info.rb +300 -0
- data/lib/oci/data_connectivity/models/registry.rb +324 -0
- data/lib/oci/data_connectivity/models/registry_metadata.rb +288 -0
- data/lib/oci/data_connectivity/models/registry_summary.rb +290 -0
- data/lib/oci/data_connectivity/models/registry_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/row.rb +150 -0
- data/lib/oci/data_connectivity/models/schema.rb +314 -0
- data/lib/oci/data_connectivity/models/schema_drift_config.rb +265 -0
- data/lib/oci/data_connectivity/models/schema_summary.rb +311 -0
- data/lib/oci/data_connectivity/models/schema_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/select.rb +176 -0
- data/lib/oci/data_connectivity/models/shape.rb +186 -0
- data/lib/oci/data_connectivity/models/shape_field.rb +209 -0
- data/lib/oci/data_connectivity/models/sort.rb +162 -0
- data/lib/oci/data_connectivity/models/sort_clause.rb +179 -0
- data/lib/oci/data_connectivity/models/source.rb +288 -0
- data/lib/oci/data_connectivity/models/string_attribute.rb +247 -0
- data/lib/oci/data_connectivity/models/structured_type.rb +181 -0
- data/lib/oci/data_connectivity/models/target.rb +325 -0
- data/lib/oci/data_connectivity/models/test_network_connectivity.rb +182 -0
- data/lib/oci/data_connectivity/models/type.rb +169 -0
- data/lib/oci/data_connectivity/models/type_library.rb +259 -0
- data/lib/oci/data_connectivity/models/type_summary.rb +171 -0
- data/lib/oci/data_connectivity/models/type_system.rb +287 -0
- data/lib/oci/data_connectivity/models/typed_object.rb +280 -0
- data/lib/oci/data_connectivity/models/types_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/unique_key.rb +265 -0
- data/lib/oci/data_connectivity/models/update_connection_details.rb +311 -0
- data/lib/oci/data_connectivity/models/update_data_asset_details.rb +336 -0
- data/lib/oci/data_connectivity/models/update_dp_endpoint_details.rb +293 -0
- data/lib/oci/data_connectivity/models/update_dp_endpoint_from_private.rb +291 -0
- data/lib/oci/data_connectivity/models/update_dp_endpoint_from_public.rb +181 -0
- data/lib/oci/data_connectivity/models/update_endpoint_details.rb +224 -0
- data/lib/oci/data_connectivity/models/update_folder_details.rb +263 -0
- data/lib/oci/data_connectivity/models/update_registry_details.rb +196 -0
- data/lib/oci/data_connectivity/models/validation_message.rb +164 -0
- data/lib/oci/data_connectivity/models/validation_result.rb +184 -0
- data/lib/oci/data_connectivity/models/work_request.rb +308 -0
- data/lib/oci/data_connectivity/models/work_request_error.rb +173 -0
- data/lib/oci/data_connectivity/models/work_request_error_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/work_request_error_summary.rb +169 -0
- data/lib/oci/data_connectivity/models/work_request_log.rb +160 -0
- data/lib/oci/data_connectivity/models/work_request_log_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/work_request_resource.rb +222 -0
- data/lib/oci/data_connectivity/models/work_request_summary.rb +305 -0
- data/lib/oci/data_connectivity/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/data_connectivity/models/write_operation_config.rb +312 -0
- data/lib/oci/data_connectivity/network_validation_client.rb +187 -0
- data/lib/oci/data_connectivity/network_validation_client_composite_operations.rb +25 -0
- data/lib/oci/data_connectivity/util.rb +3 -0
- data/lib/oci/data_flow/data_flow.rb +1 -0
- data/lib/oci/data_flow/models/application.rb +27 -1
- data/lib/oci/data_flow/models/create_application_details.rb +27 -1
- data/lib/oci/data_flow/models/create_run_details.rb +27 -1
- data/lib/oci/data_flow/models/run.rb +27 -1
- data/lib/oci/data_flow/models/shape_config.rb +168 -0
- data/lib/oci/data_flow/models/update_application_details.rb +27 -1
- data/lib/oci/data_integration/data_integration.rb +36 -0
- data/lib/oci/data_integration/data_integration_client.rb +413 -0
- data/lib/oci/data_integration/data_integration_client_composite_operations.rb +213 -0
- data/lib/oci/data_integration/models/abstract_call_attribute.rb +196 -0
- data/lib/oci/data_integration/models/abstract_data_operation_config.rb +45 -4
- data/lib/oci/data_integration/models/abstract_formatted_text.rb +153 -0
- data/lib/oci/data_integration/models/abstract_read_attribute.rb +2 -0
- data/lib/oci/data_integration/models/aggregator.rb +2 -2
- data/lib/oci/data_integration/models/application.rb +139 -1
- data/lib/oci/data_integration/models/application_details.rb +81 -4
- data/lib/oci/data_integration/models/application_summary.rb +139 -1
- data/lib/oci/data_integration/models/auth_config.rb +226 -0
- data/lib/oci/data_integration/models/auth_details.rb +1 -1
- data/lib/oci/data_integration/models/bip_call_attribute.rb +220 -0
- data/lib/oci/data_integration/models/bip_read_attributes.rb +257 -0
- data/lib/oci/data_integration/models/bip_report_parameter_value.rb +160 -0
- data/lib/oci/data_integration/models/change_dis_application_compartment_details.rb +154 -0
- data/lib/oci/data_integration/models/child_reference.rb +3 -0
- data/lib/oci/data_integration/models/conditional_composite_field_map.rb +244 -0
- data/lib/oci/data_integration/models/conditional_output_port.rb +234 -0
- data/lib/oci/data_integration/models/connection.rb +2 -0
- data/lib/oci/data_integration/models/connection_details.rb +3 -1
- data/lib/oci/data_integration/models/connection_from_bip.rb +223 -0
- data/lib/oci/data_integration/models/connection_from_bip_details.rb +219 -0
- data/lib/oci/data_integration/models/connection_summary.rb +2 -0
- data/lib/oci/data_integration/models/connection_summary_from_bip.rb +223 -0
- data/lib/oci/data_integration/models/connection_summary_from_object_storage.rb +1 -0
- data/lib/oci/data_integration/models/create_application_details.rb +78 -1
- data/lib/oci/data_integration/models/create_connection_details.rb +3 -1
- data/lib/oci/data_integration/models/create_connection_from_bip.rb +207 -0
- data/lib/oci/data_integration/models/create_data_asset_from_fusion_app.rb +45 -6
- data/lib/oci/data_integration/models/create_dis_application_details.rb +334 -0
- data/lib/oci/data_integration/models/create_task_from_data_loader_task.rb +47 -4
- data/lib/oci/data_integration/models/create_task_from_rest_task.rb +44 -4
- data/lib/oci/data_integration/models/data_asset_from_fusion_app.rb +3 -3
- data/lib/oci/data_integration/models/data_asset_summary_from_fusion_app.rb +45 -6
- data/lib/oci/data_integration/models/data_asset_summary_from_object_storage.rb +1 -0
- data/lib/oci/data_integration/models/data_entity.rb +1 -0
- data/lib/oci/data_integration/models/dependent_object.rb +140 -1
- data/lib/oci/data_integration/models/direct_field_map.rb +29 -3
- data/lib/oci/data_integration/models/direct_named_field_map.rb +29 -3
- data/lib/oci/data_integration/models/dis_application.rb +478 -0
- data/lib/oci/data_integration/models/dis_application_summary.rb +478 -0
- data/lib/oci/data_integration/models/dis_application_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/distinct.rb +2 -2
- data/lib/oci/data_integration/models/end_operator.rb +2 -2
- data/lib/oci/data_integration/models/expression_operator.rb +2 -2
- data/lib/oci/data_integration/models/field_map.rb +6 -0
- data/lib/oci/data_integration/models/filter.rb +2 -2
- data/lib/oci/data_integration/models/flatten.rb +222 -0
- data/lib/oci/data_integration/models/flatten_details.rb +196 -0
- data/lib/oci/data_integration/models/flatten_projection_preferences.rb +273 -0
- data/lib/oci/data_integration/models/function.rb +210 -0
- data/lib/oci/data_integration/models/intersect.rb +2 -2
- data/lib/oci/data_integration/models/joiner.rb +2 -2
- data/lib/oci/data_integration/models/json_text.rb +167 -0
- data/lib/oci/data_integration/models/lookup.rb +2 -2
- data/lib/oci/data_integration/models/macro_pivot_field.rb +201 -0
- data/lib/oci/data_integration/models/merge_operator.rb +2 -2
- data/lib/oci/data_integration/models/minus.rb +2 -2
- data/lib/oci/data_integration/models/named_entity_map.rb +244 -0
- data/lib/oci/data_integration/models/oci_function.rb +207 -0
- data/lib/oci/data_integration/models/operator.rb +11 -3
- data/lib/oci/data_integration/models/pivot.rb +222 -0
- data/lib/oci/data_integration/models/pivot_field.rb +221 -0
- data/lib/oci/data_integration/models/pivot_keys.rb +233 -0
- data/lib/oci/data_integration/models/poll_rest_call_config.rb +194 -0
- data/lib/oci/data_integration/models/projection.rb +2 -2
- data/lib/oci/data_integration/models/proxy_field.rb +15 -2
- data/lib/oci/data_integration/models/published_object_from_data_loader_task.rb +47 -4
- data/lib/oci/data_integration/models/read_operation_config.rb +13 -1
- data/lib/oci/data_integration/models/reference.rb +9 -0
- data/lib/oci/data_integration/models/reference_summary.rb +9 -0
- data/lib/oci/data_integration/models/resource_principal_auth_config.rb +194 -0
- data/lib/oci/data_integration/models/rule_based_entity_map.rb +292 -0
- data/lib/oci/data_integration/models/rule_type_config.rb +15 -2
- data/lib/oci/data_integration/models/scope_reference.rb +207 -0
- data/lib/oci/data_integration/models/sort_oper.rb +2 -2
- data/lib/oci/data_integration/models/source.rb +2 -2
- data/lib/oci/data_integration/models/split.rb +232 -0
- data/lib/oci/data_integration/models/start_operator.rb +2 -2
- data/lib/oci/data_integration/models/target.rb +68 -6
- data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +47 -4
- data/lib/oci/data_integration/models/task_from_rest_task_details.rb +44 -4
- data/lib/oci/data_integration/models/task_operator.rb +2 -2
- data/lib/oci/data_integration/models/task_run_details.rb +11 -1
- data/lib/oci/data_integration/models/task_run_summary.rb +11 -1
- data/lib/oci/data_integration/models/task_summary_from_data_loader_task.rb +47 -4
- data/lib/oci/data_integration/models/task_summary_from_rest_task.rb +30 -4
- data/lib/oci/data_integration/models/typed_expression.rb +186 -0
- data/lib/oci/data_integration/models/typed_object.rb +6 -0
- data/lib/oci/data_integration/models/union.rb +2 -2
- data/lib/oci/data_integration/models/update_application_details.rb +81 -4
- data/lib/oci/data_integration/models/update_connection_details.rb +3 -1
- data/lib/oci/data_integration/models/update_connection_from_bip.rb +211 -0
- data/lib/oci/data_integration/models/update_dis_application_details.rb +346 -0
- data/lib/oci/data_integration/models/update_reference_details.rb +1 -1
- data/lib/oci/data_integration/models/update_task_from_data_loader_task.rb +47 -4
- data/lib/oci/data_integration/models/update_task_from_rest_task.rb +44 -4
- data/lib/oci/data_integration/models/write_operation_config.rb +13 -1
- data/lib/oci/data_labeling_service/data_labeling_service.rb +2 -0
- data/lib/oci/data_labeling_service/models/dataset_format_details.rb +2 -2
- data/lib/oci/data_labeling_service/models/dataset_source_details.rb +1 -1
- data/lib/oci/data_labeling_service/models/delimited_file_type_metadata.rb +220 -0
- data/lib/oci/data_labeling_service/models/document_dataset_format_details.rb +1 -1
- data/lib/oci/data_labeling_service/models/export_format.rb +2 -1
- data/lib/oci/data_labeling_service/models/image_dataset_format_details.rb +1 -1
- data/lib/oci/data_labeling_service/models/initial_record_generation_configuration.rb +2 -2
- data/lib/oci/data_labeling_service/models/label.rb +1 -1
- data/lib/oci/data_labeling_service/models/label_set.rb +2 -2
- data/lib/oci/data_labeling_service/models/object_storage_source_details.rb +3 -3
- data/lib/oci/data_labeling_service/models/text_dataset_format_details.rb +21 -5
- data/lib/oci/data_labeling_service/models/text_file_type_metadata.rb +189 -0
- data/lib/oci/data_labeling_service_dataplane/data_labeling_service_dataplane.rb +2 -0
- data/lib/oci/data_labeling_service_dataplane/models/dataset.rb +6 -6
- data/lib/oci/data_labeling_service_dataplane/models/dataset_source_details.rb +1 -1
- data/lib/oci/data_labeling_service_dataplane/models/delimited_file_type_metadata.rb +220 -0
- data/lib/oci/data_labeling_service_dataplane/models/initial_record_generation_configuration.rb +1 -1
- data/lib/oci/data_labeling_service_dataplane/models/object_storage_dataset_source_details.rb +2 -2
- data/lib/oci/data_labeling_service_dataplane/models/text_dataset_format_details.rb +20 -4
- data/lib/oci/data_labeling_service_dataplane/models/text_file_type_metadata.rb +189 -0
- data/lib/oci/data_safe/data_safe_client.rb +6 -6
- data/lib/oci/data_safe/models/audit_archive_retrieval.rb +1 -0
- data/lib/oci/data_safe/models/audit_archive_retrieval_lifecycle_state.rb +2 -1
- data/lib/oci/data_safe/models/audit_archive_retrieval_summary.rb +1 -0
- data/lib/oci/data_safe/models/security_assessment.rb +1 -0
- data/lib/oci/data_safe/models/security_assessment_lifecycle_state.rb +1 -0
- data/lib/oci/data_safe/models/security_assessment_summary.rb +1 -0
- data/lib/oci/data_safe/models/user_assessment.rb +1 -0
- data/lib/oci/data_safe/models/user_assessment_lifecycle_state.rb +1 -0
- data/lib/oci/data_safe/models/user_assessment_summary.rb +1 -0
- data/lib/oci/data_safe/models/work_request_resource.rb +1 -0
- data/lib/oci/data_science/data_science.rb +2 -0
- data/lib/oci/data_science/data_science_client.rb +2 -7
- data/lib/oci/data_science/models/create_notebook_session_details.rb +14 -2
- data/lib/oci/data_science/models/job_infrastructure_configuration_details.rb +2 -0
- data/lib/oci/data_science/models/managed_egress_standalone_job_infrastructure_configuration_details.rb +177 -0
- data/lib/oci/data_science/models/notebook_session.rb +14 -1
- data/lib/oci/data_science/models/notebook_session_config_details.rb +194 -0
- data/lib/oci/data_science/models/notebook_session_summary.rb +14 -1
- data/lib/oci/database/database.rb +18 -0
- data/lib/oci/database/database_client.rb +958 -83
- data/lib/oci/database/database_client_composite_operations.rb +379 -0
- data/lib/oci/database/models/autonomous_container_database.rb +76 -5
- data/lib/oci/database/models/autonomous_container_database_summary.rb +76 -5
- data/lib/oci/database/models/autonomous_database.rb +208 -8
- data/lib/oci/database/models/autonomous_database_character_sets.rb +153 -0
- data/lib/oci/database/models/autonomous_database_standby_summary.rb +1 -0
- data/lib/oci/database/models/autonomous_database_summary.rb +208 -8
- data/lib/oci/database/models/autonomous_exadata_infrastructure.rb +2 -2
- data/lib/oci/database/models/autonomous_exadata_infrastructure_summary.rb +2 -2
- data/lib/oci/database/models/autonomous_vm_cluster.rb +145 -5
- data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +145 -5
- data/lib/oci/database/models/backup.rb +33 -4
- data/lib/oci/database/models/backup_summary.rb +33 -4
- data/lib/oci/database/models/cloud_autonomous_vm_cluster.rb +132 -6
- data/lib/oci/database/models/cloud_autonomous_vm_cluster_summary.rb +132 -6
- data/lib/oci/database/models/cloud_vm_cluster.rb +19 -6
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +19 -6
- data/lib/oci/database/models/compute_performance_summary.rb +211 -0
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +4 -2
- data/lib/oci/database/models/create_autonomous_database_base.rb +105 -10
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +25 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +28 -4
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +25 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +25 -1
- data/lib/oci/database/models/create_autonomous_vm_cluster_details.rb +70 -1
- data/lib/oci/database/models/create_cloud_autonomous_vm_cluster_details.rb +19 -3
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +19 -6
- data/lib/oci/database/models/create_cross_region_autonomous_database_data_guard_details.rb +33 -5
- data/lib/oci/database/models/create_data_guard_association_with_new_db_system_details.rb +222 -6
- data/lib/oci/database/models/create_database_details.rb +44 -1
- data/lib/oci/database/models/create_database_software_image_details.rb +1 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +18 -1
- data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +25 -1
- data/lib/oci/database/models/create_vm_cluster_details.rb +17 -4
- data/lib/oci/database/models/data_collection_options.rb +156 -0
- data/lib/oci/database/models/data_guard_association.rb +1 -0
- data/lib/oci/database/models/data_guard_association_summary.rb +1 -0
- data/lib/oci/database/models/database.rb +30 -1
- data/lib/oci/database/models/database_connection_credentials.rb +2 -0
- data/lib/oci/database/models/database_connection_string.rb +1 -0
- data/lib/oci/database/models/database_software_image.rb +1 -1
- data/lib/oci/database/models/database_software_image_summary.rb +1 -1
- data/lib/oci/database/models/database_ssl_connection_credentials.rb +236 -0
- data/lib/oci/database/models/database_summary.rb +30 -1
- data/lib/oci/database/models/db_node.rb +6 -2
- data/lib/oci/database/models/db_node_summary.rb +6 -2
- data/lib/oci/database/models/db_server.rb +14 -1
- data/lib/oci/database/models/db_server_patching_details.rb +219 -0
- data/lib/oci/database/models/db_server_summary.rb +14 -1
- data/lib/oci/database/models/db_system.rb +54 -3
- data/lib/oci/database/models/db_system_compute_performance_summary.rb +165 -0
- data/lib/oci/database/models/db_system_shape_summary.rb +35 -1
- data/lib/oci/database/models/db_system_storage_performance_summary.rb +203 -0
- data/lib/oci/database/models/db_system_summary.rb +54 -3
- data/lib/oci/database/models/db_system_upgrade_history_entry.rb +303 -0
- data/lib/oci/database/models/db_system_upgrade_history_entry_summary.rb +304 -0
- data/lib/oci/database/models/disk_performance_details.rb +169 -0
- data/lib/oci/database/models/enable_external_container_database_stack_monitoring_details.rb +153 -0
- data/lib/oci/database/models/enable_external_database_stack_monitoring_details_base.rb +156 -0
- data/lib/oci/database/models/enable_external_non_container_database_stack_monitoring_details.rb +153 -0
- data/lib/oci/database/models/enable_external_pluggable_database_stack_monitoring_details.rb +153 -0
- data/lib/oci/database/models/estimated_patching_time.rb +197 -0
- data/lib/oci/database/models/exadata_infrastructure.rb +46 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +46 -1
- data/lib/oci/database/models/external_container_database.rb +17 -4
- data/lib/oci/database/models/external_container_database_summary.rb +17 -4
- data/lib/oci/database/models/external_database_base.rb +17 -4
- data/lib/oci/database/models/external_non_container_database.rb +17 -4
- data/lib/oci/database/models/external_non_container_database_summary.rb +17 -4
- data/lib/oci/database/models/external_pluggable_database.rb +17 -4
- data/lib/oci/database/models/external_pluggable_database_summary.rb +17 -4
- data/lib/oci/database/models/launch_autonomous_exadata_infrastructure_details.rb +2 -2
- data/lib/oci/database/models/launch_db_system_base.rb +36 -5
- data/lib/oci/database/models/launch_db_system_details.rb +5 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +5 -1
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +5 -1
- data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +5 -1
- data/lib/oci/database/models/maintenance_run.rb +180 -4
- data/lib/oci/database/models/maintenance_run_summary.rb +180 -4
- data/lib/oci/database/models/maintenance_window.rb +67 -1
- data/lib/oci/database/models/migrate_vault_key_details.rb +46 -4
- data/lib/oci/database/models/stack_monitoring_config.rb +194 -0
- data/lib/oci/database/models/storage_performance_details.rb +183 -0
- data/lib/oci/database/models/update_autonomous_database_details.rb +76 -7
- data/lib/oci/database/models/update_autonomous_exadata_infrastructure_details.rb +2 -2
- data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +14 -1
- data/lib/oci/database/models/update_cloud_autonomous_vm_cluster_details.rb +2 -2
- data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +19 -6
- data/lib/oci/database/models/update_db_system_details.rb +3 -3
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +18 -1
- data/lib/oci/database/models/update_maintenance_run_details.rb +62 -4
- data/lib/oci/database/models/update_vm_cluster_details.rb +17 -4
- data/lib/oci/database/models/upgrade_db_system_details.rb +208 -0
- data/lib/oci/database/models/vm_cluster.rb +17 -4
- data/lib/oci/database/models/vm_cluster_summary.rb +17 -4
- data/lib/oci/database_management/database_management.rb +21 -0
- data/lib/oci/database_management/db_management_client.rb +213 -0
- data/lib/oci/database_management/diagnosability_client.rb +479 -0
- data/lib/oci/database_management/diagnosability_client_composite_operations.rb +25 -0
- data/lib/oci/database_management/models/activity_time_series_metrics.rb +1 -1
- data/lib/oci/database_management/models/addm_task_summary.rb +342 -0
- data/lib/oci/database_management/models/addm_tasks_collection.rb +164 -0
- data/lib/oci/database_management/models/alert_log_collection.rb +164 -0
- data/lib/oci/database_management/models/alert_log_count_summary.rb +190 -0
- data/lib/oci/database_management/models/alert_log_counts_collection.rb +164 -0
- data/lib/oci/database_management/models/alert_log_summary.rb +266 -0
- data/lib/oci/database_management/models/asm_property_collection.rb +1 -1
- data/lib/oci/database_management/models/attention_log_collection.rb +164 -0
- data/lib/oci/database_management/models/attention_log_count_summary.rb +190 -0
- data/lib/oci/database_management/models/attention_log_counts_collection.rb +164 -0
- data/lib/oci/database_management/models/attention_log_summary.rb +310 -0
- data/lib/oci/database_management/models/cluster_cache_metric.rb +1 -1
- data/lib/oci/database_management/models/compare_type.rb +2 -1
- data/lib/oci/database_management/models/cpu_utilization_aggregate_metrics.rb +17 -4
- data/lib/oci/database_management/models/database_fleet_health_metrics.rb +1 -0
- data/lib/oci/database_management/models/database_home_metric_definition.rb +2 -2
- data/lib/oci/database_management/models/database_home_metrics.rb +1 -1
- data/lib/oci/database_management/models/database_io_aggregate_metrics.rb +34 -6
- data/lib/oci/database_management/models/database_storage_aggregate_metrics.rb +1 -1
- data/lib/oci/database_management/models/historic_addm_result.rb +357 -0
- data/lib/oci/database_management/models/managed_database_credential.rb +217 -0
- data/lib/oci/database_management/models/managed_database_password_credential.rb +166 -0
- data/lib/oci/database_management/models/managed_database_secret_credential.rb +173 -0
- data/lib/oci/database_management/models/memory_aggregate_metrics.rb +1 -1
- data/lib/oci/database_management/models/metric_statistics_definition.rb +218 -0
- data/lib/oci/database_management/models/object_storage_job_execution_result_details.rb +1 -1
- data/lib/oci/database_management/models/run_historic_addm_details.rb +169 -0
- data/lib/oci/database_management/models/snapshot_details.rb +154 -0
- data/lib/oci/database_management/models/sql_tuning_advisor_task_recommendation_summary.rb +18 -4
- data/lib/oci/database_management/models/sql_tuning_set_collection.rb +164 -0
- data/lib/oci/database_management/models/sql_tuning_set_input.rb +160 -0
- data/lib/oci/database_management/models/sql_tuning_set_summary.rb +184 -0
- data/lib/oci/database_management/models/start_sql_tuning_task_details.rb +20 -4
- data/lib/oci/database_management/models/tablespace_collection.rb +1 -1
- data/lib/oci/database_management/models/time_series_metric_definition.rb +1 -1
- data/lib/oci/database_management/models/user.rb +3 -3
- data/lib/oci/database_management/models/user_collection.rb +1 -1
- data/lib/oci/database_management/models/user_summary.rb +16 -2
- data/lib/oci/database_management/sql_tuning_client.rb +81 -3
- data/lib/oci/database_migration/database_migration.rb +32 -0
- data/lib/oci/database_migration/database_migration_client.rb +311 -0
- data/lib/oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.rb +198 -0
- data/lib/oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.rb +166 -0
- data/lib/oci/database_migration/models/adb_serverles_tablespace_details.rb +185 -0
- data/lib/oci/database_migration/models/aws_s3_details.rb +166 -0
- data/lib/oci/database_migration/models/connection.rb +52 -1
- data/lib/oci/database_migration/models/connection_summary.rb +52 -1
- data/lib/oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.rb +198 -0
- data/lib/oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.rb +166 -0
- data/lib/oci/database_migration/models/create_adb_serverles_tablespace_details.rb +146 -0
- data/lib/oci/database_migration/models/create_aws_s3_details.rb +198 -0
- data/lib/oci/database_migration/models/create_connection_details.rb +31 -1
- data/lib/oci/database_migration/models/create_data_pump_settings.rb +14 -1
- data/lib/oci/database_migration/models/create_data_transfer_medium_details.rb +19 -5
- data/lib/oci/database_migration/models/create_non_adb_auto_create_tablespace_details.rb +198 -0
- data/lib/oci/database_migration/models/create_non_adb_remap_tablespace_details.rb +166 -0
- data/lib/oci/database_migration/models/create_target_type_tablespace_details.rb +192 -0
- data/lib/oci/database_migration/models/data_pump_settings.rb +14 -1
- data/lib/oci/database_migration/models/data_transfer_medium_details.rb +17 -4
- data/lib/oci/database_migration/models/database_manual_connection_sub_types.rb +11 -0
- data/lib/oci/database_migration/models/excluded_object_summary.rb +227 -0
- data/lib/oci/database_migration/models/excluded_object_summary_collection.rb +152 -0
- data/lib/oci/database_migration/models/migration_database_target_types.rb +14 -0
- data/lib/oci/database_migration/models/migration_database_target_types_update.rb +16 -0
- data/lib/oci/database_migration/models/migration_object_collection.rb +152 -0
- data/lib/oci/database_migration/models/migration_object_summary.rb +214 -0
- data/lib/oci/database_migration/models/non_adb_auto_create_tablespace_details.rb +198 -0
- data/lib/oci/database_migration/models/non_adb_remap_tablespace_details.rb +166 -0
- data/lib/oci/database_migration/models/object_status.rb +11 -0
- data/lib/oci/database_migration/models/reason_keywords.rb +14 -0
- data/lib/oci/database_migration/models/target_type_tablespace_details.rb +199 -0
- data/lib/oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.rb +198 -0
- data/lib/oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.rb +166 -0
- data/lib/oci/database_migration/models/update_adb_serverles_tablespace_details.rb +146 -0
- data/lib/oci/database_migration/models/update_aws_s3_details.rb +198 -0
- data/lib/oci/database_migration/models/update_data_pump_settings.rb +14 -1
- data/lib/oci/database_migration/models/update_data_transfer_medium_details.rb +19 -5
- data/lib/oci/database_migration/models/update_non_adb_auto_create_tablespace_details.rb +198 -0
- data/lib/oci/database_migration/models/update_non_adb_remap_tablespace_details.rb +166 -0
- data/lib/oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.rb +148 -0
- data/lib/oci/database_migration/models/update_target_defaults_remap_tablespace_details.rb +148 -0
- data/lib/oci/database_migration/models/update_target_type_tablespace_details.rb +196 -0
- data/lib/oci/database_tools/database_tools.rb +26 -3
- data/lib/oci/database_tools/database_tools_client.rb +43 -43
- data/lib/oci/database_tools/database_tools_client_composite_operations.rb +7 -7
- data/lib/oci/database_tools/models/change_database_tools_connection_compartment_details.rb +2 -2
- data/lib/oci/database_tools/models/change_database_tools_private_endpoint_compartment_details.rb +2 -2
- data/lib/oci/database_tools/models/connection_type.rb +2 -1
- data/lib/oci/database_tools/models/create_database_tools_connection_details.rb +5 -3
- data/lib/oci/database_tools/models/create_database_tools_connection_my_sql_details.rb +262 -0
- data/lib/oci/database_tools/models/create_database_tools_connection_oracle_database_details.rb +5 -5
- data/lib/oci/database_tools/models/create_database_tools_private_endpoint_details.rb +4 -4
- data/lib/oci/database_tools/models/create_database_tools_related_resource_my_sql_details.rb +176 -0
- data/lib/oci/database_tools/models/database_tools_connection.rb +10 -8
- data/lib/oci/database_tools/models/database_tools_connection_collection.rb +2 -2
- data/lib/oci/database_tools/models/database_tools_connection_my_sql.rb +286 -0
- data/lib/oci/database_tools/models/database_tools_connection_my_sql_summary.rb +286 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database.rb +6 -6
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_summary.rb +4 -4
- data/lib/oci/database_tools/models/database_tools_connection_summary.rb +9 -7
- data/lib/oci/database_tools/models/database_tools_endpoint_service.rb +7 -7
- data/lib/oci/database_tools/models/database_tools_endpoint_service_collection.rb +2 -2
- data/lib/oci/database_tools/models/database_tools_endpoint_service_summary.rb +7 -7
- data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql.rb +189 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql_details.rb +182 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_my_sql_summary.rb +189 -0
- data/lib/oci/database_tools/models/{database_tools_virtual_source.rb → database_tools_key_store_content_secret_id_my_sql.rb} +20 -26
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_details.rb +162 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_my_sql_summary.rb +162 -0
- data/lib/oci/database_tools/models/database_tools_key_store_my_sql.rb +201 -0
- data/lib/oci/database_tools/models/database_tools_key_store_my_sql_details.rb +194 -0
- data/lib/oci/database_tools/models/database_tools_key_store_my_sql_summary.rb +201 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql.rb +189 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql_details.rb +182 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_my_sql_summary.rb +189 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql.rb +162 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_details.rb +162 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_my_sql_summary.rb +162 -0
- data/lib/oci/database_tools/models/database_tools_private_endpoint.rb +8 -8
- data/lib/oci/database_tools/models/database_tools_private_endpoint_collection.rb +2 -2
- data/lib/oci/database_tools/models/database_tools_private_endpoint_reverse_connection_configuration.rb +1 -1
- data/lib/oci/database_tools/models/database_tools_private_endpoint_summary.rb +8 -8
- data/lib/oci/database_tools/models/database_tools_related_resource_my_sql.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_user_password_secret_id_details.rb +1 -1
- data/lib/oci/database_tools/models/key_store_type_my_sql.rb +12 -0
- data/lib/oci/database_tools/models/{service_capability.rb → related_resource_entity_type_my_sql.rb} +2 -2
- data/lib/oci/database_tools/models/update_database_tools_connection_details.rb +4 -2
- data/lib/oci/database_tools/models/update_database_tools_connection_my_sql_details.rb +258 -0
- data/lib/oci/database_tools/models/update_database_tools_connection_oracle_database_details.rb +4 -4
- data/lib/oci/database_tools/models/update_database_tools_private_endpoint_details.rb +1 -1
- data/lib/oci/database_tools/models/update_database_tools_related_resource_my_sql_details.rb +176 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_details.rb +4 -2
- data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_details.rb +145 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_result.rb +192 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_oracle_database_details.rb +1 -1
- data/lib/oci/database_tools/models/validate_database_tools_connection_result.rb +4 -2
- data/lib/oci/database_tools/models/work_request_collection.rb +2 -2
- data/lib/oci/database_tools/models/work_request_error_collection.rb +1 -1
- data/lib/oci/database_tools/models/work_request_log_entry.rb +1 -1
- data/lib/oci/database_tools/models/work_request_log_entry_collection.rb +2 -2
- data/lib/oci/database_tools/models/work_request_resource.rb +1 -1
- data/lib/oci/devops/devops.rb +81 -0
- data/lib/oci/devops/devops_client.rb +132 -3
- data/lib/oci/devops/devops_client_composite_operations.rb +1 -1
- data/lib/oci/devops/models/approval_action.rb +14 -4
- data/lib/oci/devops/models/bitbucket_cloud_app_password_connection.rb +218 -0
- data/lib/oci/devops/models/bitbucket_cloud_app_password_connection_summary.rb +218 -0
- data/lib/oci/devops/models/bitbucket_cloud_build_run_source.rb +176 -0
- data/lib/oci/devops/models/bitbucket_cloud_build_source.rb +174 -0
- data/lib/oci/devops/models/bitbucket_cloud_filter.rb +196 -0
- data/lib/oci/devops/models/bitbucket_cloud_filter_attributes.rb +168 -0
- data/lib/oci/devops/models/bitbucket_cloud_trigger.rb +214 -0
- data/lib/oci/devops/models/bitbucket_cloud_trigger_create_result.rb +214 -0
- data/lib/oci/devops/models/bitbucket_cloud_trigger_summary.rb +193 -0
- data/lib/oci/devops/models/build_outputs.rb +17 -4
- data/lib/oci/devops/models/build_pipeline_stage.rb +2 -2
- data/lib/oci/devops/models/build_pipeline_stage_predecessor.rb +3 -1
- data/lib/oci/devops/models/build_pipeline_stage_summary.rb +1 -1
- data/lib/oci/devops/models/build_run_source.rb +2 -0
- data/lib/oci/devops/models/build_source.rb +2 -0
- data/lib/oci/devops/models/build_stage_run_step.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage.rb +314 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_execution_progress.rb +190 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_summary.rb +314 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_execution_progress.rb +190 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/compute_instance_group_by_query_selector.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage.rb +232 -0
- data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_summary.rb +232 -0
- data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage.rb +287 -0
- data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_summary.rb +287 -0
- data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage.rb +232 -0
- data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_summary.rb +232 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_environment.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_deploy_stage.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_execution_progress.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_summary.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_count.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_percentage.rb +1 -1
- data/lib/oci/devops/models/compute_instance_group_selector_collection.rb +1 -1
- data/lib/oci/devops/models/connection.rb +2 -0
- data/lib/oci/devops/models/connection_summary.rb +1 -0
- data/lib/oci/devops/models/create_bitbucket_cloud_app_password_connection_details.rb +194 -0
- data/lib/oci/devops/models/create_bitbucket_cloud_trigger_details.rb +169 -0
- data/lib/oci/devops/models/create_build_pipeline_stage_details.rb +1 -1
- data/lib/oci/devops/models/create_compute_instance_group_blue_green_deploy_stage_details.rb +282 -0
- data/lib/oci/devops/models/create_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/create_compute_instance_group_canary_approval_deploy_stage_details.rb +200 -0
- data/lib/oci/devops/models/create_compute_instance_group_canary_deploy_stage_details.rb +255 -0
- data/lib/oci/devops/models/create_compute_instance_group_canary_traffic_shift_deploy_stage_details.rb +200 -0
- data/lib/oci/devops/models/create_compute_instance_group_deploy_stage_details.rb +1 -1
- data/lib/oci/devops/models/create_connection_details.rb +1 -0
- data/lib/oci/devops/models/create_deploy_stage_details.rb +13 -2
- data/lib/oci/devops/models/create_deployment_details.rb +1 -0
- data/lib/oci/devops/models/create_oke_blue_green_deploy_stage_details.rb +214 -0
- data/lib/oci/devops/models/create_oke_blue_green_traffic_shift_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/create_oke_canary_approval_deploy_stage_details.rb +200 -0
- data/lib/oci/devops/models/create_oke_canary_deploy_stage_details.rb +214 -0
- data/lib/oci/devops/models/create_oke_canary_traffic_shift_deploy_stage_details.rb +200 -0
- data/lib/oci/devops/models/create_oke_cluster_deploy_environment_details.rb +17 -4
- data/lib/oci/devops/models/create_oke_deploy_stage_details.rb +2 -2
- data/lib/oci/devops/models/create_oke_helm_chart_deploy_stage_details.rb +268 -0
- data/lib/oci/devops/models/create_repository_details.rb +1 -1
- data/lib/oci/devops/models/create_single_deploy_stage_redeployment_details.rb +192 -0
- data/lib/oci/devops/models/create_trigger_details.rb +1 -0
- data/lib/oci/devops/models/deploy_artifact.rb +1 -0
- data/lib/oci/devops/models/deploy_artifact_source.rb +2 -0
- data/lib/oci/devops/models/deploy_environment.rb +2 -1
- data/lib/oci/devops/models/deploy_stage.rb +24 -2
- data/lib/oci/devops/models/deploy_stage_execution_progress.rb +14 -3
- data/lib/oci/devops/models/deploy_stage_summary.rb +12 -1
- data/lib/oci/devops/models/deployment.rb +3 -1
- data/lib/oci/devops/models/deployment_summary.rb +1 -0
- data/lib/oci/devops/models/filter.rb +1 -0
- data/lib/oci/devops/models/generic_deploy_artifact_source.rb +1 -1
- data/lib/oci/devops/models/helm_repository_deploy_artifact_source.rb +176 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage_execution_progress.rb +1 -1
- data/lib/oci/devops/models/load_balancer_config.rb +4 -1
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_execution_progress.rb +1 -1
- data/lib/oci/devops/models/network_channel.rb +191 -0
- data/lib/oci/devops/models/nginx_blue_green_strategy.rb +190 -0
- data/lib/oci/devops/models/nginx_canary_strategy.rb +172 -0
- data/lib/oci/devops/models/ocir_deploy_artifact_source.rb +1 -1
- data/lib/oci/devops/models/oke_blue_green_deploy_stage.rb +246 -0
- data/lib/oci/devops/models/oke_blue_green_deploy_stage_execution_progress.rb +186 -0
- data/lib/oci/devops/models/oke_blue_green_deploy_stage_summary.rb +246 -0
- data/lib/oci/devops/models/oke_blue_green_strategy.rb +189 -0
- data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_execution_progress.rb +186 -0
- data/lib/oci/devops/models/oke_blue_green_traffic_shift_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/oke_canary_approval_deploy_stage.rb +232 -0
- data/lib/oci/devops/models/oke_canary_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/oke_canary_approval_deploy_stage_summary.rb +232 -0
- data/lib/oci/devops/models/oke_canary_deploy_stage.rb +246 -0
- data/lib/oci/devops/models/oke_canary_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/oke_canary_deploy_stage_summary.rb +246 -0
- data/lib/oci/devops/models/oke_canary_strategy.rb +189 -0
- data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage.rb +232 -0
- data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/oke_canary_traffic_shift_deploy_stage_summary.rb +232 -0
- data/lib/oci/devops/models/oke_cluster_deploy_environment.rb +17 -4
- data/lib/oci/devops/models/oke_cluster_deploy_environment_summary.rb +17 -4
- data/lib/oci/devops/models/oke_deploy_stage.rb +2 -2
- data/lib/oci/devops/models/oke_deploy_stage_summary.rb +2 -2
- data/lib/oci/devops/models/oke_helm_chart_deploy_stage.rb +298 -0
- data/lib/oci/devops/models/oke_helm_chart_deploy_stage_summary.rb +298 -0
- data/lib/oci/devops/models/oke_helm_chart_deployment_stage_execution_progress.rb +225 -0
- data/lib/oci/devops/models/private_endpoint_channel.rb +176 -0
- data/lib/oci/devops/models/put_repository_ref_details.rb +1 -1
- data/lib/oci/devops/models/repository.rb +4 -4
- data/lib/oci/devops/models/repository_branch.rb +9 -1
- data/lib/oci/devops/models/repository_ref.rb +33 -5
- data/lib/oci/devops/models/repository_ref_summary.rb +1 -1
- data/lib/oci/devops/models/repository_tag.rb +9 -1
- data/lib/oci/devops/models/single_deploy_stage_redeployment.rb +244 -0
- data/lib/oci/devops/models/single_deploy_stage_redeployment_summary.rb +232 -0
- data/lib/oci/devops/models/trigger.rb +3 -1
- data/lib/oci/devops/models/trigger_create_result.rb +1 -0
- data/lib/oci/devops/models/trigger_schedule.rb +3 -3
- data/lib/oci/devops/models/trigger_summary.rb +1 -0
- data/lib/oci/devops/models/update_bitbucket_cloud_app_password_connection_details.rb +190 -0
- data/lib/oci/devops/models/update_bitbucket_cloud_trigger_details.rb +165 -0
- data/lib/oci/devops/models/update_compute_instance_group_blue_green_deploy_stage_details.rb +235 -0
- data/lib/oci/devops/models/update_compute_instance_group_blue_green_traffic_shift_deploy_stage_details.rb +165 -0
- data/lib/oci/devops/models/update_compute_instance_group_canary_approval_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/update_compute_instance_group_canary_deploy_stage_details.rb +222 -0
- data/lib/oci/devops/models/update_compute_instance_group_canary_traffic_shift_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/update_compute_instance_group_deploy_stage_details.rb +1 -1
- data/lib/oci/devops/models/update_connection_details.rb +1 -0
- data/lib/oci/devops/models/update_deploy_stage_details.rb +12 -1
- data/lib/oci/devops/models/update_deployment_details.rb +1 -0
- data/lib/oci/devops/models/update_github_access_token_connection_details.rb +1 -1
- data/lib/oci/devops/models/update_oke_blue_green_deploy_stage_details.rb +182 -0
- data/lib/oci/devops/models/update_oke_blue_green_traffic_shift_deploy_stage_details.rb +165 -0
- data/lib/oci/devops/models/update_oke_canary_approval_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/update_oke_canary_deploy_stage_details.rb +182 -0
- data/lib/oci/devops/models/update_oke_canary_traffic_shift_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/update_oke_cluster_deploy_environment_details.rb +17 -4
- data/lib/oci/devops/models/update_oke_deploy_stage_details.rb +2 -2
- data/lib/oci/devops/models/update_oke_helm_chart_deploy_stage_details.rb +264 -0
- data/lib/oci/devops/models/update_single_deploy_stage_redeployment_details.rb +157 -0
- data/lib/oci/devops/models/update_trigger_details.rb +1 -0
- data/lib/oci/devops/models/vulnerability_audit_summary.rb +182 -0
- data/lib/oci/devops/models/vulnerability_audit_summary_collection.rb +150 -0
- data/lib/oci/dns/dns_client.rb +189 -119
- data/lib/oci/dns/models/record.rb +2 -1
- data/lib/oci/dns/models/record_details.rb +2 -1
- data/lib/oci/dns/models/record_operation.rb +2 -1
- data/lib/oci/dns/models/resolver_vnic_endpoint.rb +2 -1
- data/lib/oci/dns/models/resolver_vnic_endpoint_summary.rb +2 -1
- data/lib/oci/dns/models/steering_policy_filter_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_health_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_limit_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_priority_rule_case.rb +1 -1
- data/lib/oci/dns/models/steering_policy_weighted_rule_case.rb +1 -1
- data/lib/oci/dns/models/tsig_key.rb +0 -1
- data/lib/oci/em_warehouse/em_data_lake_client.rb +968 -0
- data/lib/oci/em_warehouse/em_data_lake_client_composite_operations.rb +223 -0
- data/lib/oci/em_warehouse/em_warehouse.rb +43 -0
- data/lib/oci/em_warehouse/models/action_type.rb +15 -0
- data/lib/oci/em_warehouse/models/change_em_warehouse_compartment_details.rb +156 -0
- data/lib/oci/em_warehouse/models/create_em_warehouse_details.rb +228 -0
- data/lib/oci/em_warehouse/models/em_instances_details.rb +182 -0
- data/lib/oci/em_warehouse/models/em_warehouse.rb +390 -0
- data/lib/oci/em_warehouse/models/em_warehouse_collection.rb +150 -0
- data/lib/oci/em_warehouse/models/em_warehouse_summary.rb +366 -0
- data/lib/oci/em_warehouse/models/etl_run_collection.rb +150 -0
- data/lib/oci/em_warehouse/models/etl_run_summary.rb +322 -0
- data/lib/oci/em_warehouse/models/operation_status.rb +16 -0
- data/lib/oci/em_warehouse/models/operation_type.rb +13 -0
- data/lib/oci/em_warehouse/models/resource_usage.rb +206 -0
- data/lib/oci/em_warehouse/models/sort_order.rb +11 -0
- data/lib/oci/em_warehouse/models/update_em_warehouse_details.rb +200 -0
- data/lib/oci/em_warehouse/models/work_request.rb +309 -0
- data/lib/oci/em_warehouse/models/work_request_error.rb +173 -0
- data/lib/oci/em_warehouse/models/work_request_error_collection.rb +150 -0
- data/lib/oci/em_warehouse/models/work_request_log_entry.rb +160 -0
- data/lib/oci/em_warehouse/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/em_warehouse/models/work_request_resource.rb +230 -0
- data/lib/oci/em_warehouse/models/work_request_resource_metadata_key.rb +10 -0
- data/lib/oci/em_warehouse/models/work_request_summary.rb +309 -0
- data/lib/oci/em_warehouse/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/em_warehouse/util.rb +3 -0
- data/lib/oci/functions/functions.rb +3 -0
- data/lib/oci/functions/functions_invoke_client.rb +2 -2
- data/lib/oci/functions/models/constant_provisioned_concurrency_config.rb +159 -0
- data/lib/oci/functions/models/create_function_details.rb +14 -1
- data/lib/oci/functions/models/function.rb +14 -1
- data/lib/oci/functions/models/function_provisioned_concurrency_config.rb +189 -0
- data/lib/oci/functions/models/function_summary.rb +14 -1
- data/lib/oci/functions/models/none_provisioned_concurrency_config.rb +146 -0
- data/lib/oci/functions/models/update_function_details.rb +14 -1
- data/lib/oci/golden_gate/models/create_deployment_details.rb +1 -2
- data/lib/oci/golden_gate/models/deployment.rb +32 -3
- data/lib/oci/golden_gate/models/deployment_summary.rb +35 -6
- data/lib/oci/governance_rules_control_plane/governance_rule_client.rb +1107 -0
- data/lib/oci/governance_rules_control_plane/governance_rule_client_composite_operations.rb +369 -0
- data/lib/oci/governance_rules_control_plane/governance_rules_control_plane.rb +63 -0
- data/lib/oci/governance_rules_control_plane/models/action_type.rb +15 -0
- data/lib/oci/governance_rules_control_plane/models/allowed_regions_template.rb +183 -0
- data/lib/oci/governance_rules_control_plane/models/association.rb +171 -0
- data/lib/oci/governance_rules_control_plane/models/base_tag_definition_validator.rb +203 -0
- data/lib/oci/governance_rules_control_plane/models/create_governance_rule_details.rb +291 -0
- data/lib/oci/governance_rules_control_plane/models/create_inclusion_criterion_details.rb +173 -0
- data/lib/oci/governance_rules_control_plane/models/creation_option.rb +11 -0
- data/lib/oci/governance_rules_control_plane/models/default_tag_definition_validator.rb +148 -0
- data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule.rb +289 -0
- data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule_collection.rb +150 -0
- data/lib/oci/governance_rules_control_plane/models/enforced_governance_rule_summary.rb +279 -0
- data/lib/oci/governance_rules_control_plane/models/enum_tag_definition_validator.rb +163 -0
- data/lib/oci/governance_rules_control_plane/models/governance_rule.rb +397 -0
- data/lib/oci/governance_rules_control_plane/models/governance_rule_collection.rb +150 -0
- data/lib/oci/governance_rules_control_plane/models/governance_rule_lifecycle_state.rb +11 -0
- data/lib/oci/governance_rules_control_plane/models/governance_rule_summary.rb +363 -0
- data/lib/oci/governance_rules_control_plane/models/governance_rule_type.rb +12 -0
- data/lib/oci/governance_rules_control_plane/models/inclusion_criterion.rb +270 -0
- data/lib/oci/governance_rules_control_plane/models/inclusion_criterion_collection.rb +150 -0
- data/lib/oci/governance_rules_control_plane/models/inclusion_criterion_summary.rb +231 -0
- data/lib/oci/governance_rules_control_plane/models/operation_status.rb +16 -0
- data/lib/oci/governance_rules_control_plane/models/operation_type.rb +25 -0
- data/lib/oci/governance_rules_control_plane/models/quota_template.rb +183 -0
- data/lib/oci/governance_rules_control_plane/models/sort_order.rb +11 -0
- data/lib/oci/governance_rules_control_plane/models/tag.rb +188 -0
- data/lib/oci/governance_rules_control_plane/models/tag_default.rb +192 -0
- data/lib/oci/governance_rules_control_plane/models/tag_template.rb +192 -0
- data/lib/oci/governance_rules_control_plane/models/template.rb +193 -0
- data/lib/oci/governance_rules_control_plane/models/tenancy_association.rb +163 -0
- data/lib/oci/governance_rules_control_plane/models/tenancy_attachment.rb +281 -0
- data/lib/oci/governance_rules_control_plane/models/tenancy_attachment_collection.rb +150 -0
- data/lib/oci/governance_rules_control_plane/models/tenancy_attachment_summary.rb +257 -0
- data/lib/oci/governance_rules_control_plane/models/update_governance_rule_details.rb +219 -0
- data/lib/oci/governance_rules_control_plane/models/work_request.rb +321 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_error.rb +173 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_error_collection.rb +150 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_log_entry.rb +160 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_resource.rb +230 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_resource_metadata_key.rb +10 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_summary.rb +321 -0
- data/lib/oci/governance_rules_control_plane/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/governance_rules_control_plane/util.rb +3 -0
- data/lib/oci/governance_rules_control_plane/work_request_client.rb +447 -0
- data/lib/oci/governance_rules_control_plane/work_request_client_composite_operations.rb +25 -0
- data/lib/oci/identity/identity.rb +3 -0
- data/lib/oci/identity/identity_client.rb +415 -188
- data/lib/oci/identity/identity_client_composite_operations.rb +174 -12
- data/lib/oci/identity/models/add_lock_details.rb +191 -0
- data/lib/oci/identity/models/allowed_domain_license_type_summary.rb +1 -1
- data/lib/oci/identity/models/auth_token.rb +4 -1
- data/lib/oci/identity/models/authentication_policy.rb +1 -1
- data/lib/oci/identity/models/base_tag_definition_validator.rb +1 -1
- data/lib/oci/identity/models/change_domain_compartment_details.rb +1 -1
- data/lib/oci/identity/models/change_domain_license_type_details.rb +2 -2
- data/lib/oci/identity/models/change_tas_domain_license_type_details.rb +2 -2
- data/lib/oci/identity/models/compartment.rb +2 -2
- data/lib/oci/identity/models/create_auth_token_details.rb +2 -0
- data/lib/oci/identity/models/create_db_credential_details.rb +2 -0
- data/lib/oci/identity/models/create_domain_details.rb +13 -15
- data/lib/oci/identity/models/create_dynamic_group_details.rb +4 -1
- data/lib/oci/identity/models/create_group_details.rb +3 -0
- data/lib/oci/identity/models/create_network_source_details.rb +2 -3
- data/lib/oci/identity/models/create_policy_details.rb +2 -2
- data/lib/oci/identity/models/create_smtp_credential_details.rb +2 -0
- data/lib/oci/identity/models/create_swift_password_details.rb +2 -0
- data/lib/oci/identity/models/create_tag_default_details.rb +14 -4
- data/lib/oci/identity/models/create_tag_namespace_details.rb +14 -4
- data/lib/oci/identity/models/create_user_details.rb +7 -1
- data/lib/oci/identity/models/customer_secret_key.rb +1 -1
- data/lib/oci/identity/models/db_credential_summary.rb +3 -0
- data/lib/oci/identity/models/domain.rb +14 -13
- data/lib/oci/identity/models/domain_replication.rb +4 -4
- data/lib/oci/identity/models/domain_replication_states.rb +4 -4
- data/lib/oci/identity/models/domain_summary.rb +14 -14
- data/lib/oci/identity/models/dynamic_group.rb +5 -2
- data/lib/oci/identity/models/enable_replication_to_region_details.rb +2 -2
- data/lib/oci/identity/models/group.rb +5 -2
- data/lib/oci/identity/models/iam_work_request.rb +3 -2
- data/lib/oci/identity/models/iam_work_request_error_summary.rb +2 -1
- data/lib/oci/identity/models/iam_work_request_log_summary.rb +1 -1
- data/lib/oci/identity/models/iam_work_request_resource.rb +1 -1
- data/lib/oci/identity/models/iam_work_request_summary.rb +2 -2
- data/lib/oci/identity/models/identity_provider.rb +1 -1
- data/lib/oci/identity/models/mfa_totp_device.rb +1 -1
- data/lib/oci/identity/models/network_policy.rb +1 -1
- data/lib/oci/identity/models/network_sources.rb +1 -3
- data/lib/oci/identity/models/network_sources_summary.rb +1 -2
- data/lib/oci/identity/models/policy.rb +2 -2
- data/lib/oci/identity/models/region.rb +1 -1
- data/lib/oci/identity/models/region_subscription.rb +2 -2
- data/lib/oci/identity/models/remove_lock_details.rb +164 -0
- data/lib/oci/identity/models/replicated_region_details.rb +3 -3
- data/lib/oci/identity/models/resource_lock.rb +228 -0
- data/lib/oci/identity/models/smtp_credential.rb +4 -1
- data/lib/oci/identity/models/smtp_credential_summary.rb +3 -0
- data/lib/oci/identity/models/tag.rb +1 -1
- data/lib/oci/identity/models/tag_default.rb +15 -5
- data/lib/oci/identity/models/tag_default_summary.rb +14 -4
- data/lib/oci/identity/models/tag_namespace.rb +16 -6
- data/lib/oci/identity/models/tag_namespace_summary.rb +15 -5
- data/lib/oci/identity/models/tag_summary.rb +1 -1
- data/lib/oci/identity/models/tenancy.rb +1 -1
- data/lib/oci/identity/models/ui_password.rb +1 -1
- data/lib/oci/identity/models/update_auth_token_details.rb +3 -0
- data/lib/oci/identity/models/update_customer_secret_key_details.rb +3 -0
- data/lib/oci/identity/models/update_domain_details.rb +4 -4
- data/lib/oci/identity/models/update_dynamic_group_details.rb +4 -1
- data/lib/oci/identity/models/update_group_details.rb +3 -0
- data/lib/oci/identity/models/update_network_source_details.rb +1 -2
- data/lib/oci/identity/models/update_policy_details.rb +2 -2
- data/lib/oci/identity/models/update_smtp_credential_details.rb +3 -0
- data/lib/oci/identity/models/update_swift_password_details.rb +3 -0
- data/lib/oci/identity/models/update_tag_details.rb +1 -1
- data/lib/oci/identity/models/update_tag_namespace_details.rb +1 -1
- data/lib/oci/identity/models/update_user_details.rb +7 -1
- data/lib/oci/identity/models/user.rb +9 -4
- data/lib/oci/jms/java_management_service_client.rb +507 -1
- data/lib/oci/jms/java_management_service_client_composite_operations.rb +50 -0
- data/lib/oci/jms/jms.rb +18 -0
- data/lib/oci/jms/models/action_type.rb +2 -1
- data/lib/oci/jms/models/blocklist.rb +204 -0
- data/lib/oci/jms/models/blocklist_collection.rb +150 -0
- data/lib/oci/jms/models/blocklist_entry.rb +184 -0
- data/lib/oci/jms/models/blocklist_sort_by.rb +10 -0
- data/lib/oci/jms/models/blocklist_target.rb +184 -0
- data/lib/oci/jms/models/create_blocklist_details.rb +187 -0
- data/lib/oci/jms/models/create_fleet_details.rb +27 -1
- data/lib/oci/jms/models/custom_log.rb +169 -0
- data/lib/oci/jms/models/existing_installation_site_id.rb +169 -0
- data/lib/oci/jms/models/fleet.rb +28 -1
- data/lib/oci/jms/models/fleet_summary.rb +28 -1
- data/lib/oci/jms/models/installation_site.rb +328 -0
- data/lib/oci/jms/models/installation_site_collection.rb +150 -0
- data/lib/oci/jms/models/installation_site_sort_by.rb +17 -0
- data/lib/oci/jms/models/installation_site_summary.rb +319 -0
- data/lib/oci/jms/models/java_runtime_id.rb +184 -0
- data/lib/oci/jms/models/jre_usage.rb +15 -1
- data/lib/oci/jms/models/lifecycle_state.rb +1 -0
- data/lib/oci/jms/models/operation_type.rb +3 -1
- data/lib/oci/jms/models/principal.rb +164 -0
- data/lib/oci/jms/models/remove_fleet_installation_sites_details.rb +154 -0
- data/lib/oci/jms/models/update_fleet_details.rb +27 -1
- data/lib/oci/jms/models/work_item_collection.rb +150 -0
- data/lib/oci/jms/models/work_item_status.rb +16 -0
- data/lib/oci/jms/models/work_item_summary.rb +242 -0
- data/lib/oci/jms/models/work_request.rb +62 -4
- data/lib/oci/jms/models/work_request_resource.rb +1 -0
- data/lib/oci/license_manager/license_manager.rb +53 -0
- data/lib/oci/license_manager/license_manager_client.rb +1294 -0
- data/lib/oci/license_manager/license_manager_client_composite_operations.rb +264 -0
- data/lib/oci/license_manager/models/bulk_upload_cell_info.rb +168 -0
- data/lib/oci/license_manager/models/bulk_upload_failed_record_info.rb +178 -0
- data/lib/oci/license_manager/models/bulk_upload_license_records_details.rb +183 -0
- data/lib/oci/license_manager/models/bulk_upload_response.rb +248 -0
- data/lib/oci/license_manager/models/bulk_upload_template.rb +150 -0
- data/lib/oci/license_manager/models/bulk_upload_validation_error_info.rb +182 -0
- data/lib/oci/license_manager/models/configuration.rb +198 -0
- data/lib/oci/license_manager/models/create_license_record_details.rb +283 -0
- data/lib/oci/license_manager/models/create_product_license_details.rb +270 -0
- data/lib/oci/license_manager/models/image_details.rb +168 -0
- data/lib/oci/license_manager/models/image_response.rb +202 -0
- data/lib/oci/license_manager/models/license_metric.rb +200 -0
- data/lib/oci/license_manager/models/license_record.rb +448 -0
- data/lib/oci/license_manager/models/license_record_collection.rb +150 -0
- data/lib/oci/license_manager/models/license_record_summary.rb +448 -0
- data/lib/oci/license_manager/models/license_unit.rb +12 -0
- data/lib/oci/license_manager/models/life_cycle_state.rb +12 -0
- data/lib/oci/license_manager/models/product.rb +191 -0
- data/lib/oci/license_manager/models/product_category.rb +11 -0
- data/lib/oci/license_manager/models/product_license.rb +503 -0
- data/lib/oci/license_manager/models/product_license_collection.rb +150 -0
- data/lib/oci/license_manager/models/product_license_consumer_collection.rb +150 -0
- data/lib/oci/license_manager/models/product_license_consumer_summary.rb +356 -0
- data/lib/oci/license_manager/models/product_license_summary.rb +503 -0
- data/lib/oci/license_manager/models/resource_unit.rb +10 -0
- data/lib/oci/license_manager/models/status.rb +13 -0
- data/lib/oci/license_manager/models/top_utilized_product_license_collection.rb +150 -0
- data/lib/oci/license_manager/models/top_utilized_product_license_summary.rb +281 -0
- data/lib/oci/license_manager/models/top_utilized_resource_collection.rb +150 -0
- data/lib/oci/license_manager/models/top_utilized_resource_summary.rb +246 -0
- data/lib/oci/license_manager/models/update_configuration_details.rb +154 -0
- data/lib/oci/license_manager/models/update_license_record_details.rb +280 -0
- data/lib/oci/license_manager/models/update_product_license_details.rb +182 -0
- data/lib/oci/license_manager/util.rb +3 -0
- data/lib/oci/limits/limits.rb +3 -0
- data/lib/oci/limits/models/add_lock_details.rb +192 -0
- data/lib/oci/limits/models/create_quota_details.rb +11 -1
- data/lib/oci/limits/models/quota.rb +11 -1
- data/lib/oci/limits/models/quota_summary.rb +11 -1
- data/lib/oci/limits/models/remove_lock_details.rb +164 -0
- data/lib/oci/limits/models/resource_lock.rb +214 -0
- data/lib/oci/limits/quotas_client.rb +130 -0
- data/lib/oci/limits/quotas_client_composite_operations.rb +80 -0
- data/lib/oci/management_agent/management_agent.rb +3 -0
- data/lib/oci/management_agent/management_agent_client.rb +12 -10
- data/lib/oci/management_agent/models/architecture_types.rb +11 -0
- data/lib/oci/management_agent/models/create_management_agent_install_key_details.rb +20 -4
- data/lib/oci/management_agent/models/management_agent_image.rb +55 -1
- data/lib/oci/management_agent/models/management_agent_image_summary.rb +67 -1
- data/lib/oci/management_agent/models/management_agent_install_key.rb +20 -4
- data/lib/oci/management_agent/models/management_agent_install_key_summary.rb +20 -4
- data/lib/oci/management_agent/models/management_agent_plugin.rb +25 -4
- data/lib/oci/management_agent/models/management_agent_plugin_summary.rb +31 -4
- data/lib/oci/management_agent/models/package_types.rb +11 -0
- data/lib/oci/management_agent/models/work_request_resource.rb +1 -1
- data/lib/oci/management_agent/models/work_submission_key.rb +154 -0
- data/lib/oci/management_dashboard/dashx_apis_client.rb +18 -14
- data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +3 -1
- data/lib/oci/management_dashboard/models/management_saved_search.rb +2 -0
- data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +2 -0
- data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +2 -0
- data/lib/oci/management_dashboard/models/saved_search_types.rb +3 -1
- data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +3 -1
- data/lib/oci/marketplace/marketplace.rb +3 -0
- data/lib/oci/marketplace/marketplace_client.rb +1 -1
- data/lib/oci/marketplace/models/architecture_type.rb +11 -0
- data/lib/oci/marketplace/models/ineligibility_reason_enum.rb +19 -0
- data/lib/oci/marketplace/models/international_market_price.rb +203 -0
- data/lib/oci/marketplace/models/launch_eligibility.rb +46 -4
- data/lib/oci/marketplace/models/listing.rb +41 -1
- data/lib/oci/marketplace/models/listing_summary.rb +41 -1
- data/lib/oci/marketplace/models/pricing_currency_enum.rb +7 -1
- data/lib/oci/marketplace/models/pricing_model.rb +23 -4
- data/lib/oci/mysql/db_backups_client.rb +3 -2
- data/lib/oci/mysql/db_backups_client_composite_operations.rb +40 -0
- data/lib/oci/mysql/models/backup_policy.rb +17 -4
- data/lib/oci/mysql/models/channel_summary.rb +1 -0
- data/lib/oci/mysql/models/crash_recovery_status.rb +11 -0
- data/lib/oci/mysql/models/create_backup_policy_details.rb +17 -4
- data/lib/oci/mysql/models/create_db_system_details.rb +50 -6
- data/lib/oci/mysql/models/create_db_system_source_details.rb +2 -0
- data/lib/oci/mysql/models/create_db_system_source_from_pitr_details.rb +188 -0
- data/lib/oci/mysql/models/create_db_system_source_import_from_url_details.rb +5 -1
- data/lib/oci/mysql/models/create_deletion_policy_details.rb +220 -0
- data/lib/oci/mysql/models/db_system.rb +69 -6
- data/lib/oci/mysql/models/db_system_snapshot.rb +57 -6
- data/lib/oci/mysql/models/db_system_source.rb +2 -0
- data/lib/oci/mysql/models/db_system_source_from_pitr.rb +188 -0
- data/lib/oci/mysql/models/db_system_summary.rb +87 -6
- data/lib/oci/mysql/models/deletion_policy_details.rb +232 -0
- data/lib/oci/mysql/models/pitr_policy.rb +154 -0
- data/lib/oci/mysql/models/point_in_time_recovery_details.rb +171 -0
- data/lib/oci/mysql/models/update_backup_policy_details.rb +17 -4
- data/lib/oci/mysql/models/update_db_system_details.rb +59 -9
- data/lib/oci/mysql/models/update_deletion_policy_details.rb +220 -0
- data/lib/oci/mysql/mysql.rb +8 -0
- data/lib/oci/network_firewall/models/action_type.rb +15 -0
- data/lib/oci/network_firewall/models/application.rb +172 -0
- data/lib/oci/network_firewall/models/change_network_firewall_compartment_details.rb +156 -0
- data/lib/oci/network_firewall/models/change_network_firewall_policy_compartment_details.rb +156 -0
- data/lib/oci/network_firewall/models/create_network_firewall_details.rb +287 -0
- data/lib/oci/network_firewall/models/create_network_firewall_policy_details.rb +317 -0
- data/lib/oci/network_firewall/models/decryption_profile.rb +187 -0
- data/lib/oci/network_firewall/models/decryption_rule.rb +220 -0
- data/lib/oci/network_firewall/models/decryption_rule_match_criteria.rb +160 -0
- data/lib/oci/network_firewall/models/icmp6_application.rb +176 -0
- data/lib/oci/network_firewall/models/icmp_application.rb +176 -0
- data/lib/oci/network_firewall/models/lifecycle_state.rb +15 -0
- data/lib/oci/network_firewall/models/mapped_secret.rb +201 -0
- data/lib/oci/network_firewall/models/network_firewall.rb +397 -0
- data/lib/oci/network_firewall/models/network_firewall_collection.rb +150 -0
- data/lib/oci/network_firewall/models/network_firewall_policy.rb +442 -0
- data/lib/oci/network_firewall/models/network_firewall_policy_summary.rb +310 -0
- data/lib/oci/network_firewall/models/network_firewall_policy_summary_collection.rb +150 -0
- data/lib/oci/network_firewall/models/network_firewall_summary.rb +383 -0
- data/lib/oci/network_firewall/models/operation_status.rb +16 -0
- data/lib/oci/network_firewall/models/operation_type.rb +17 -0
- data/lib/oci/network_firewall/models/security_rule.rb +234 -0
- data/lib/oci/network_firewall/models/security_rule_match_criteria.rb +182 -0
- data/lib/oci/network_firewall/models/simple_url_pattern.rb +194 -0
- data/lib/oci/network_firewall/models/sort_order.rb +11 -0
- data/lib/oci/network_firewall/models/ssl_forward_proxy_profile.rb +276 -0
- data/lib/oci/network_firewall/models/ssl_inbound_inspection_profile.rb +190 -0
- data/lib/oci/network_firewall/models/tcp_application.rb +176 -0
- data/lib/oci/network_firewall/models/udp_application.rb +176 -0
- data/lib/oci/network_firewall/models/update_network_firewall_details.rb +214 -0
- data/lib/oci/network_firewall/models/update_network_firewall_policy_details.rb +303 -0
- data/lib/oci/network_firewall/models/url_pattern.rb +188 -0
- data/lib/oci/network_firewall/models/vault_mapped_secret.rb +180 -0
- data/lib/oci/network_firewall/models/work_request.rb +313 -0
- data/lib/oci/network_firewall/models/work_request_error.rb +173 -0
- data/lib/oci/network_firewall/models/work_request_error_collection.rb +150 -0
- data/lib/oci/network_firewall/models/work_request_log_entry.rb +160 -0
- data/lib/oci/network_firewall/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/network_firewall/models/work_request_resource.rb +230 -0
- data/lib/oci/network_firewall/models/work_request_resource_metadata_key.rb +10 -0
- data/lib/oci/network_firewall/models/work_request_summary.rb +313 -0
- data/lib/oci/network_firewall/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/network_firewall/network_firewall.rb +62 -0
- data/lib/oci/network_firewall/network_firewall_client.rb +1229 -0
- data/lib/oci/network_firewall/network_firewall_client_composite_operations.rb +371 -0
- data/lib/oci/network_firewall/util.rb +3 -0
- data/lib/oci/oce/models/create_oce_instance_details.rb +15 -1
- data/lib/oci/oce/models/lifecycle_details.rb +13 -0
- data/lib/oci/oce/models/lifecycle_state.rb +15 -0
- data/lib/oci/oce/models/oce_instance.rb +51 -2
- data/lib/oci/oce/models/oce_instance_summary.rb +51 -2
- data/lib/oci/oce/models/update_oce_instance_details.rb +15 -1
- data/lib/oci/oce/oce.rb +2 -0
- data/lib/oci/oce/oce_instance_client.rb +3 -4
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +51 -5
- data/lib/oci/ocvp/models/create_sddc_details.rb +66 -1
- data/lib/oci/ocvp/models/esxi_host.rb +50 -5
- data/lib/oci/ocvp/models/esxi_host_summary.rb +35 -5
- data/lib/oci/ocvp/models/sddc.rb +64 -1
- data/lib/oci/ocvp/models/sddc_summary.rb +49 -1
- data/lib/oci/ocvp/models/sddc_types.rb +11 -0
- data/lib/oci/ocvp/models/supported_host_shape_collection.rb +150 -0
- data/lib/oci/ocvp/models/supported_host_shape_summary.rb +328 -0
- data/lib/oci/ocvp/ocvp.rb +3 -0
- data/lib/oci/ocvp/sddc_client.rb +75 -0
- data/lib/oci/oda/management_client.rb +3131 -0
- data/lib/oci/oda/management_client_composite_operations.rb +847 -0
- data/lib/oci/oda/models/android_channel.rb +230 -0
- data/lib/oci/oda/models/app_event_channel.rb +232 -0
- data/lib/oci/oda/models/application_channel.rb +232 -0
- data/lib/oci/oda/models/authentication_grant_type.rb +11 -0
- data/lib/oci/oda/models/authentication_identity_provider.rb +13 -0
- data/lib/oci/oda/models/authentication_provider.rb +476 -0
- data/lib/oci/oda/models/authentication_provider_collection.rb +150 -0
- data/lib/oci/oda/models/authentication_provider_summary.rb +327 -0
- data/lib/oci/oda/models/bot.rb +420 -0
- data/lib/oci/oda/models/bot_multilingual_mode.rb +11 -0
- data/lib/oci/oda/models/bot_publish_state.rb +11 -0
- data/lib/oci/oda/models/channel.rb +389 -0
- data/lib/oci/oda/models/channel_category.rb +15 -0
- data/lib/oci/oda/models/channel_collection.rb +150 -0
- data/lib/oci/oda/models/channel_summary.rb +345 -0
- data/lib/oci/oda/models/channel_type.rb +24 -0
- data/lib/oci/oda/models/clone_digital_assistant_details.rb +224 -0
- data/lib/oci/oda/models/clone_skill_details.rb +224 -0
- data/lib/oci/oda/models/configure_digital_assistant_parameters_details.rb +150 -0
- data/lib/oci/oda/models/cortana_channel.rb +232 -0
- data/lib/oci/oda/models/create_android_channel_details.rb +210 -0
- data/lib/oci/oda/models/create_android_channel_result.rb +246 -0
- data/lib/oci/oda/models/create_app_event_channel_details.rb +196 -0
- data/lib/oci/oda/models/create_app_event_channel_result.rb +248 -0
- data/lib/oci/oda/models/create_application_channel_details.rb +196 -0
- data/lib/oci/oda/models/create_application_channel_result.rb +248 -0
- data/lib/oci/oda/models/create_authentication_provider_details.rb +403 -0
- data/lib/oci/oda/models/create_bot_kind.rb +13 -0
- data/lib/oci/oda/models/create_channel_details.rb +272 -0
- data/lib/oci/oda/models/create_channel_result.rb +389 -0
- data/lib/oci/oda/models/create_cortana_channel_details.rb +210 -0
- data/lib/oci/oda/models/create_cortana_channel_result.rb +232 -0
- data/lib/oci/oda/models/create_digital_assistant_details.rb +291 -0
- data/lib/oci/oda/models/create_digital_assistant_version_details.rb +198 -0
- data/lib/oci/oda/models/create_facebook_channel_details.rb +210 -0
- data/lib/oci/oda/models/create_facebook_channel_result.rb +235 -0
- data/lib/oci/oda/models/create_imported_package_details.rb +200 -0
- data/lib/oci/oda/models/create_ios_channel_details.rb +210 -0
- data/lib/oci/oda/models/create_ios_channel_result.rb +246 -0
- data/lib/oci/oda/models/create_ms_teams_channel_details.rb +210 -0
- data/lib/oci/oda/models/create_ms_teams_channel_result.rb +232 -0
- data/lib/oci/oda/models/create_new_digital_assistant_details.rb +228 -0
- data/lib/oci/oda/models/create_new_skill_details.rb +228 -0
- data/lib/oci/oda/models/create_oda_instance_attachment_details.rb +250 -0
- data/lib/oci/oda/models/create_oda_instance_details.rb +35 -6
- data/lib/oci/oda/models/create_oss_channel_details.rb +308 -0
- data/lib/oci/oda/models/create_oss_channel_result.rb +314 -0
- data/lib/oci/oda/models/create_osvc_channel_details.rb +289 -0
- data/lib/oci/oda/models/create_osvc_channel_result.rb +306 -0
- data/lib/oci/oda/models/create_service_cloud_channel_details.rb +263 -0
- data/lib/oci/oda/models/create_service_cloud_channel_result.rb +280 -0
- data/lib/oci/oda/models/create_skill_details.rb +291 -0
- data/lib/oci/oda/models/create_skill_parameter_details.rb +210 -0
- data/lib/oci/oda/models/create_skill_version_details.rb +198 -0
- data/lib/oci/oda/models/create_slack_channel_details.rb +252 -0
- data/lib/oci/oda/models/create_slack_channel_result.rb +260 -0
- data/lib/oci/oda/models/create_test_channel_result.rb +220 -0
- data/lib/oci/oda/models/create_translator_details.rb +235 -0
- data/lib/oci/oda/models/create_twilio_channel_details.rb +252 -0
- data/lib/oci/oda/models/create_twilio_channel_result.rb +274 -0
- data/lib/oci/oda/models/create_web_channel_details.rb +231 -0
- data/lib/oci/oda/models/create_web_channel_result.rb +267 -0
- data/lib/oci/oda/models/create_webhook_channel_details.rb +223 -0
- data/lib/oci/oda/models/create_webhook_channel_result.rb +282 -0
- data/lib/oci/oda/models/default_parameter_values.rb +154 -0
- data/lib/oci/oda/models/digital_assistant.rb +436 -0
- data/lib/oci/oda/models/digital_assistant_collection.rb +150 -0
- data/lib/oci/oda/models/digital_assistant_parameter.rb +252 -0
- data/lib/oci/oda/models/digital_assistant_parameter_collection.rb +150 -0
- data/lib/oci/oda/models/digital_assistant_parameter_summary.rb +255 -0
- data/lib/oci/oda/models/digital_assistant_parameter_value.rb +186 -0
- data/lib/oci/oda/models/digital_assistant_summary.rb +354 -0
- data/lib/oci/oda/models/export_bot_details.rb +150 -0
- data/lib/oci/oda/models/export_digital_assistant_details.rb +147 -0
- data/lib/oci/oda/models/export_skill_details.rb +147 -0
- data/lib/oci/oda/models/extend_digital_assistant_details.rb +224 -0
- data/lib/oci/oda/models/extend_skill_details.rb +224 -0
- data/lib/oci/oda/models/facebook_channel.rb +218 -0
- data/lib/oci/oda/models/import_bot_details.rb +150 -0
- data/lib/oci/oda/models/import_contract.rb +154 -0
- data/lib/oci/oda/models/imported_package.rb +321 -0
- data/lib/oci/oda/models/imported_package_summary.rb +272 -0
- data/lib/oci/oda/models/ios_channel.rb +230 -0
- data/lib/oci/oda/models/lifecycle_state.rb +16 -0
- data/lib/oci/oda/models/metadata_property.rb +160 -0
- data/lib/oci/oda/models/ms_teams_channel.rb +232 -0
- data/lib/oci/oda/models/oda_instance.rb +136 -4
- data/lib/oci/oda/models/oda_instance_attachment.rb +344 -0
- data/lib/oci/oda/models/oda_instance_attachment_collection.rb +150 -0
- data/lib/oci/oda/models/oda_instance_attachment_owner.rb +168 -0
- data/lib/oci/oda/models/oda_instance_attachment_summary.rb +322 -0
- data/lib/oci/oda/models/oda_instance_owner.rb +168 -0
- data/lib/oci/oda/models/oda_instance_summary.rb +67 -5
- data/lib/oci/oda/models/oss_channel.rb +314 -0
- data/lib/oci/oda/models/osvc_channel.rb +306 -0
- data/lib/oci/oda/models/osvc_service_type.rb +11 -0
- data/lib/oci/oda/models/package.rb +339 -0
- data/lib/oci/oda/models/package_summary.rb +297 -0
- data/lib/oci/oda/models/parameter.rb +242 -0
- data/lib/oci/oda/models/parameter_definition.rb +329 -0
- data/lib/oci/oda/models/parameter_type.rb +14 -0
- data/lib/oci/oda/models/resource_type_default_parameter_values.rb +168 -0
- data/lib/oci/oda/models/resource_type_import_contract.rb +164 -0
- data/lib/oci/oda/models/resource_type_metadata.rb +164 -0
- data/lib/oci/oda/models/restricted_operation.rb +168 -0
- data/lib/oci/oda/models/service_cloud_channel.rb +280 -0
- data/lib/oci/oda/models/service_cloud_client_type.rb +11 -0
- data/lib/oci/oda/models/skill.rb +436 -0
- data/lib/oci/oda/models/skill_collection.rb +150 -0
- data/lib/oci/oda/models/skill_parameter.rb +252 -0
- data/lib/oci/oda/models/skill_parameter_collection.rb +150 -0
- data/lib/oci/oda/models/skill_parameter_summary.rb +255 -0
- data/lib/oci/oda/models/skill_summary.rb +354 -0
- data/lib/oci/oda/models/slack_channel.rb +260 -0
- data/lib/oci/oda/models/storage_location.rb +210 -0
- data/lib/oci/oda/models/test_channel.rb +204 -0
- data/lib/oci/oda/models/translation_service.rb +11 -0
- data/lib/oci/oda/models/translator.rb +314 -0
- data/lib/oci/oda/models/translator_collection.rb +150 -0
- data/lib/oci/oda/models/translator_summary.rb +288 -0
- data/lib/oci/oda/models/twilio_channel.rb +274 -0
- data/lib/oci/oda/models/update_android_channel_details.rb +206 -0
- data/lib/oci/oda/models/update_app_event_channel_details.rb +192 -0
- data/lib/oci/oda/models/update_application_channel_details.rb +192 -0
- data/lib/oci/oda/models/update_authentication_provider_details.rb +321 -0
- data/lib/oci/oda/models/update_channel_details.rb +261 -0
- data/lib/oci/oda/models/update_cortana_channel_details.rb +206 -0
- data/lib/oci/oda/models/update_digital_assistant_details.rb +192 -0
- data/lib/oci/oda/models/update_digital_assistant_parameter_details.rb +150 -0
- data/lib/oci/oda/models/update_facebook_channel_details.rb +206 -0
- data/lib/oci/oda/models/update_imported_package_details.rb +200 -0
- data/lib/oci/oda/models/update_ios_channel_details.rb +206 -0
- data/lib/oci/oda/models/update_ms_teams_channel_details.rb +206 -0
- data/lib/oci/oda/models/update_oda_instance_attachment_details.rb +210 -0
- data/lib/oci/oda/models/update_oda_instance_details.rb +1 -2
- data/lib/oci/oda/models/update_oss_channel_details.rb +304 -0
- data/lib/oci/oda/models/update_osvc_channel_details.rb +285 -0
- data/lib/oci/oda/models/update_service_cloud_channel_details.rb +259 -0
- data/lib/oci/oda/models/update_skill_details.rb +192 -0
- data/lib/oci/oda/models/update_skill_parameter_details.rb +174 -0
- data/lib/oci/oda/models/update_slack_channel_details.rb +248 -0
- data/lib/oci/oda/models/update_translator_details.rb +212 -0
- data/lib/oci/oda/models/update_twilio_channel_details.rb +248 -0
- data/lib/oci/oda/models/update_web_channel_details.rb +227 -0
- data/lib/oci/oda/models/update_webhook_channel_details.rb +219 -0
- data/lib/oci/oda/models/web_channel.rb +251 -0
- data/lib/oci/oda/models/webhook_channel.rb +266 -0
- data/lib/oci/oda/models/webhook_payload_version.rb +11 -0
- data/lib/oci/oda/models/work_request.rb +20 -0
- data/lib/oci/oda/models/work_request_resource.rb +9 -0
- data/lib/oci/oda/models/work_request_summary.rb +19 -0
- data/lib/oci/oda/oda.rb +148 -0
- data/lib/oci/oda/oda_client.rb +349 -2
- data/lib/oci/oda/oda_client_composite_operations.rb +151 -0
- data/lib/oci/oda/odapackage_client.rb +644 -0
- data/lib/oci/oda/odapackage_client_composite_operations.rb +176 -0
- data/lib/oci/onesubscription/billing_schedule_client.rb +193 -0
- data/lib/oci/onesubscription/billing_schedule_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/commitment_client.rb +245 -0
- data/lib/oci/onesubscription/commitment_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/computed_usage_client.rb +355 -0
- data/lib/oci/onesubscription/computed_usage_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/invoice_summary_client.rb +290 -0
- data/lib/oci/onesubscription/invoice_summary_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/models/aggregated_computed_usage_summary.rb +312 -0
- data/lib/oci/onesubscription/models/billing_schedule_product.rb +166 -0
- data/lib/oci/onesubscription/models/billing_schedule_summary.rb +342 -0
- data/lib/oci/onesubscription/models/commitment.rb +254 -0
- data/lib/oci/onesubscription/models/commitment_service.rb +227 -0
- data/lib/oci/onesubscription/models/commitment_summary.rb +254 -0
- data/lib/oci/onesubscription/models/computed_usage.rb +525 -0
- data/lib/oci/onesubscription/models/computed_usage_aggregation.rb +276 -0
- data/lib/oci/onesubscription/models/computed_usage_product.rb +242 -0
- data/lib/oci/onesubscription/models/computed_usage_summary.rb +529 -0
- data/lib/oci/onesubscription/models/invoice_line_summary.rb +222 -0
- data/lib/oci/onesubscription/models/invoice_summary.rb +405 -0
- data/lib/oci/onesubscription/models/invoiceline_computed_usage_summary.rb +271 -0
- data/lib/oci/onesubscription/models/invoicing_address.rb +262 -0
- data/lib/oci/onesubscription/models/invoicing_business_partner.rb +272 -0
- data/lib/oci/onesubscription/models/invoicing_currency.rb +182 -0
- data/lib/oci/onesubscription/models/invoicing_location.rb +226 -0
- data/lib/oci/onesubscription/models/invoicing_organization.rb +163 -0
- data/lib/oci/onesubscription/models/invoicing_payment_term.rb +249 -0
- data/lib/oci/onesubscription/models/invoicing_product.rb +227 -0
- data/lib/oci/onesubscription/models/invoicing_user.rb +253 -0
- data/lib/oci/onesubscription/models/organization_subscription_summary.rb +243 -0
- data/lib/oci/onesubscription/models/orgnization_subs_currency.rb +182 -0
- data/lib/oci/onesubscription/models/rate_card_product.rb +227 -0
- data/lib/oci/onesubscription/models/rate_card_summary.rb +280 -0
- data/lib/oci/onesubscription/models/rate_card_tier.rb +186 -0
- data/lib/oci/onesubscription/models/subscribed_service.rb +1752 -0
- data/lib/oci/onesubscription/models/subscribed_service_address.rb +262 -0
- data/lib/oci/onesubscription/models/subscribed_service_business_partner.rb +272 -0
- data/lib/oci/onesubscription/models/subscribed_service_location.rb +226 -0
- data/lib/oci/onesubscription/models/subscribed_service_payment_term.rb +249 -0
- data/lib/oci/onesubscription/models/subscribed_service_summary.rb +1722 -0
- data/lib/oci/onesubscription/models/subscribed_service_user.rb +249 -0
- data/lib/oci/onesubscription/models/subscription_currency.rb +182 -0
- data/lib/oci/onesubscription/models/subscription_product.rb +197 -0
- data/lib/oci/onesubscription/models/subscription_subscribed_service.rb +495 -0
- data/lib/oci/onesubscription/models/subscription_summary.rb +252 -0
- data/lib/oci/onesubscription/onesubscription.rb +63 -0
- data/lib/oci/onesubscription/organization_subscription_client.rb +185 -0
- data/lib/oci/onesubscription/organization_subscription_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/ratecard_client.rb +195 -0
- data/lib/oci/onesubscription/ratecard_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/subscribed_service_client.rb +261 -0
- data/lib/oci/onesubscription/subscribed_service_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/subscription_client.rb +196 -0
- data/lib/oci/onesubscription/subscription_client_composite_operations.rb +25 -0
- data/lib/oci/onesubscription/util.rb +3 -0
- data/lib/oci/operator_access_control/access_requests_client.rb +131 -0
- data/lib/oci/operator_access_control/access_requests_client_composite_operations.rb +40 -0
- data/lib/oci/operator_access_control/models/access_request.rb +1 -0
- data/lib/oci/operator_access_control/models/access_request_history_summary.rb +1 -0
- data/lib/oci/operator_access_control/models/access_request_lifecycle_states.rb +1 -0
- data/lib/oci/operator_access_control/models/access_request_summary.rb +1 -0
- data/lib/oci/operator_access_control/models/interaction_collection.rb +150 -0
- data/lib/oci/operator_access_control/models/interaction_request_details.rb +154 -0
- data/lib/oci/operator_access_control/models/interaction_summary.rb +217 -0
- data/lib/oci/operator_access_control/operator_access_control.rb +3 -0
- data/lib/oci/opsi/models/autonomous_database_insight.rb +5 -1
- data/lib/oci/opsi/models/autonomous_database_insight_summary.rb +5 -1
- data/lib/oci/opsi/models/change_operations_insights_private_endpoint_compartment_details.rb +154 -0
- data/lib/oci/opsi/models/change_pe_comanaged_database_insight_details.rb +182 -0
- data/lib/oci/opsi/models/connection_details.rb +1 -1
- data/lib/oci/opsi/models/create_database_insight_details.rb +3 -1
- data/lib/oci/opsi/models/create_host_insight_details.rb +2 -1
- data/lib/oci/opsi/models/create_operations_insights_private_endpoint_details.rb +269 -0
- data/lib/oci/opsi/models/create_pe_comanaged_database_insight_details.rb +288 -0
- data/lib/oci/opsi/models/credential_by_vault.rb +209 -0
- data/lib/oci/opsi/models/credential_details.rb +2 -0
- data/lib/oci/opsi/models/data_object_column_metadata.rb +266 -0
- data/lib/oci/opsi/models/data_object_column_unit.rb +219 -0
- data/lib/oci/opsi/models/data_object_core_column_unit.rb +182 -0
- data/lib/oci/opsi/models/data_object_custom_column_unit.rb +162 -0
- data/lib/oci/opsi/models/data_object_data_size_column_unit.rb +192 -0
- data/lib/oci/opsi/models/data_object_frequency_column_unit.rb +185 -0
- data/lib/oci/opsi/models/data_object_other_standard_column_unit.rb +194 -0
- data/lib/oci/opsi/models/data_object_power_column_unit.rb +185 -0
- data/lib/oci/opsi/models/data_object_query.rb +182 -0
- data/lib/oci/opsi/models/data_object_query_time_filters.rb +191 -0
- data/lib/oci/opsi/models/data_object_rate_column_unit.rb +170 -0
- data/lib/oci/opsi/models/data_object_temperature_column_unit.rb +182 -0
- data/lib/oci/opsi/models/data_object_templatized_query.rb +235 -0
- data/lib/oci/opsi/models/data_object_time_column_unit.rb +190 -0
- data/lib/oci/opsi/models/database_configuration_summary.rb +2 -0
- data/lib/oci/opsi/models/database_entity_source.rb +2 -1
- data/lib/oci/opsi/models/database_entity_source_all.rb +2 -1
- data/lib/oci/opsi/models/database_insight.rb +20 -4
- data/lib/oci/opsi/models/database_insight_summary.rb +20 -4
- data/lib/oci/opsi/models/database_insights_data_object.rb +161 -0
- data/lib/oci/opsi/models/database_insights_data_object_summary.rb +157 -0
- data/lib/oci/opsi/models/em_managed_external_database_insight.rb +5 -1
- data/lib/oci/opsi/models/em_managed_external_database_insight_summary.rb +5 -1
- data/lib/oci/opsi/models/em_managed_external_host_insight.rb +2 -1
- data/lib/oci/opsi/models/em_managed_external_host_insight_summary.rb +7 -2
- data/lib/oci/opsi/models/enable_database_insight_details.rb +3 -1
- data/lib/oci/opsi/models/enable_host_insight_details.rb +2 -1
- data/lib/oci/opsi/models/enable_pe_comanaged_database_insight_details.rb +252 -0
- data/lib/oci/opsi/models/exadata_insight_resource_insight_utilization_item.rb +15 -1
- data/lib/oci/opsi/models/exadata_insights_data_object.rb +161 -0
- data/lib/oci/opsi/models/exadata_insights_data_object_summary.rb +157 -0
- data/lib/oci/opsi/models/exadata_member_summary.rb +1 -0
- data/lib/oci/opsi/models/host_configuration_summary.rb +4 -1
- data/lib/oci/opsi/models/host_details.rb +2 -1
- data/lib/oci/opsi/models/host_entity_source.rb +2 -1
- data/lib/oci/opsi/models/host_importable_agent_entity_summary.rb +2 -1
- data/lib/oci/opsi/models/host_insight.rb +1 -0
- data/lib/oci/opsi/models/host_insight_summary.rb +16 -1
- data/lib/oci/opsi/models/host_insights_data_object.rb +161 -0
- data/lib/oci/opsi/models/host_insights_data_object_summary.rb +157 -0
- data/lib/oci/opsi/models/host_performance_metric_group.rb +3 -1
- data/lib/oci/opsi/models/host_top_processes.rb +287 -0
- data/lib/oci/opsi/models/macs_managed_external_database_insight.rb +5 -1
- data/lib/oci/opsi/models/macs_managed_external_database_insight_summary.rb +5 -1
- data/lib/oci/opsi/models/macs_managed_external_host_insight.rb +2 -1
- data/lib/oci/opsi/models/macs_managed_external_host_insight_summary.rb +7 -2
- data/lib/oci/opsi/models/operation_type.rb +6 -1
- data/lib/oci/opsi/models/operations_insights_private_endpoint.rb +391 -0
- data/lib/oci/opsi/models/operations_insights_private_endpoint_collection.rb +150 -0
- data/lib/oci/opsi/models/operations_insights_private_endpoint_lifecycle_state.rb +16 -0
- data/lib/oci/opsi/models/operations_insights_private_endpoint_summary.rb +361 -0
- data/lib/oci/opsi/models/opsi_data_object.rb +241 -0
- data/lib/oci/opsi/models/opsi_data_object_summary.rb +227 -0
- data/lib/oci/opsi/models/opsi_data_object_type.rb +12 -0
- data/lib/oci/opsi/models/opsi_data_objects.rb +154 -0
- data/lib/oci/opsi/models/opsi_data_objects_collection.rb +150 -0
- data/lib/oci/opsi/models/pe_comanaged_database_connection_details.rb +194 -0
- data/lib/oci/opsi/models/pe_comanaged_database_host_details.rb +164 -0
- data/lib/oci/opsi/models/pe_comanaged_database_insight.rb +300 -0
- data/lib/oci/opsi/models/pe_comanaged_database_insight_summary.rb +248 -0
- data/lib/oci/opsi/models/pe_comanaged_host_configuration_summary.rb +252 -0
- data/lib/oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.rb +240 -0
- data/lib/oci/opsi/models/query_data_object_json_result_set_rows_collection.rb +172 -0
- data/lib/oci/opsi/models/query_data_object_result_set_column_metadata.rb +185 -0
- data/lib/oci/opsi/models/query_data_object_result_set_rows_collection.rb +185 -0
- data/lib/oci/opsi/models/query_opsi_data_object_data_details.rb +177 -0
- data/lib/oci/opsi/models/resource_filters.rb +233 -0
- data/lib/oci/opsi/models/resource_usage_summary.rb +15 -1
- data/lib/oci/opsi/models/summarize_exadata_insight_resource_statistics_aggregation_collection.rb +18 -4
- data/lib/oci/opsi/models/summarize_host_insights_top_processes_usage_trend_collection.rb +179 -0
- data/lib/oci/opsi/models/top_processes_usage_trend.rb +238 -0
- data/lib/oci/opsi/models/top_processes_usage_trend_aggregation.rb +164 -0
- data/lib/oci/opsi/models/update_database_insight_details.rb +3 -1
- data/lib/oci/opsi/models/update_host_insight_details.rb +2 -1
- data/lib/oci/opsi/models/update_operations_insights_private_endpoint_details.rb +210 -0
- data/lib/oci/opsi/models/update_pe_comanaged_database_insight_details.rb +153 -0
- data/lib/oci/opsi/models/work_request.rb +5 -0
- data/lib/oci/opsi/operations_insights_client.rb +945 -110
- data/lib/oci/opsi/operations_insights_client_composite_operations.rb +248 -0
- data/lib/oci/opsi/opsi.rb +52 -0
- data/lib/oci/os_management/models/create_scheduled_job_details.rb +7 -1
- data/lib/oci/os_management/models/manage_module_streams_on_managed_instance_details.rb +199 -0
- data/lib/oci/os_management/models/module_stream.rb +244 -0
- data/lib/oci/os_management/models/module_stream_details.rb +168 -0
- data/lib/oci/os_management/models/module_stream_on_managed_instance_summary.rb +256 -0
- data/lib/oci/os_management/models/module_stream_profile.rb +220 -0
- data/lib/oci/os_management/models/module_stream_profile_details.rb +182 -0
- data/lib/oci/os_management/models/module_stream_profile_on_managed_instance_summary.rb +236 -0
- data/lib/oci/os_management/models/module_stream_profile_summary.rb +182 -0
- data/lib/oci/os_management/models/module_stream_summary.rb +184 -0
- data/lib/oci/os_management/models/operation_types.rb +7 -1
- data/lib/oci/os_management/models/scheduled_job.rb +6 -0
- data/lib/oci/os_management/models/scheduled_job_summary.rb +6 -0
- data/lib/oci/os_management/models/update_module_details.rb +164 -0
- data/lib/oci/os_management/models/update_module_stream_details.rb +261 -0
- data/lib/oci/os_management/models/update_module_stream_profile_details.rb +215 -0
- data/lib/oci/os_management/models/update_module_stream_state_details.rb +150 -0
- data/lib/oci/os_management/models/update_scheduled_job_details.rb +7 -1
- data/lib/oci/os_management/models/work_request.rb +38 -4
- data/lib/oci/os_management/models/work_request_summary.rb +6 -0
- data/lib/oci/os_management/os_management.rb +13 -0
- data/lib/oci/os_management/os_management_client.rb +1172 -73
- data/lib/oci/os_management/os_management_client_composite_operations.rb +605 -6
- data/lib/oci/osp_gateway/models/credit_card_payment_detail.rb +88 -4
- data/lib/oci/osp_gateway/models/credit_card_payment_option.rb +88 -4
- data/lib/oci/osp_gateway/models/other_payment_detail.rb +102 -4
- data/lib/oci/osp_gateway/models/paypal_payment_detail.rb +35 -4
- data/lib/oci/osp_gateway/models/paypal_payment_option.rb +63 -4
- data/lib/oci/regions_definitions.rb +3 -0
- data/lib/oci/resource_manager/models/change_private_endpoint_compartment_details.rb +157 -0
- data/lib/oci/resource_manager/models/config_source.rb +4 -1
- data/lib/oci/resource_manager/models/configuration_source_provider.rb +14 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +14 -1
- data/lib/oci/resource_manager/models/create_config_source_details.rb +5 -2
- data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +14 -1
- data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +5 -1
- data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +5 -1
- data/lib/oci/resource_manager/models/create_object_storage_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/create_private_endpoint_details.rb +284 -0
- data/lib/oci/resource_manager/models/failure_details.rb +2 -0
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +5 -1
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +5 -1
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +5 -1
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +5 -1
- data/lib/oci/resource_manager/models/job.rb +5 -2
- data/lib/oci/resource_manager/models/object_storage_config_source.rb +1 -1
- data/lib/oci/resource_manager/models/object_storage_config_source_record.rb +1 -1
- data/lib/oci/resource_manager/models/private_endpoint.rb +363 -0
- data/lib/oci/resource_manager/models/private_endpoint_collection.rb +151 -0
- data/lib/oci/resource_manager/models/private_endpoint_summary.rb +304 -0
- data/lib/oci/resource_manager/models/private_server_config_details.rb +171 -0
- data/lib/oci/resource_manager/models/reachable_ip.rb +155 -0
- data/lib/oci/resource_manager/models/terraform_advanced_options.rb +0 -1
- data/lib/oci/resource_manager/models/update_config_source_details.rb +7 -1
- data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +14 -1
- data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +5 -1
- data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +5 -1
- data/lib/oci/resource_manager/models/update_object_storage_config_source_details.rb +1 -1
- data/lib/oci/resource_manager/models/update_private_endpoint_details.rb +270 -0
- data/lib/oci/resource_manager/models/work_request.rb +3 -0
- data/lib/oci/resource_manager/resource_manager.rb +8 -0
- data/lib/oci/resource_manager/resource_manager_client.rb +594 -0
- data/lib/oci/resource_manager/resource_manager_client_composite_operations.rb +119 -0
- data/lib/oci/resource_search/models/resource_summary.rb +24 -4
- data/lib/oci/response.rb +1 -1
- data/lib/oci/rover/models/cluster_type.rb +11 -0
- data/lib/oci/rover/models/create_rover_cluster_details.rb +56 -1
- data/lib/oci/rover/models/create_rover_node_details.rb +26 -2
- data/lib/oci/rover/models/node_type.rb +2 -1
- data/lib/oci/rover/models/rover_cluster.rb +92 -1
- data/lib/oci/rover/models/rover_cluster_summary.rb +48 -1
- data/lib/oci/rover/models/rover_node.rb +26 -1
- data/lib/oci/rover/models/rover_node_summary.rb +45 -1
- data/lib/oci/rover/models/shape_collection.rb +150 -0
- data/lib/oci/rover/models/shape_summary.rb +321 -0
- data/lib/oci/rover/models/update_rover_cluster_details.rb +15 -1
- data/lib/oci/rover/models/update_rover_node_details.rb +11 -1
- data/lib/oci/rover/rover.rb +4 -0
- data/lib/oci/rover/rover_cluster_client.rb +6 -0
- data/lib/oci/rover/rover_node_client.rb +8 -0
- data/lib/oci/rover/shape_client.rb +178 -0
- data/lib/oci/rover/shape_client_composite_operations.rb +25 -0
- data/lib/oci/sch/models/jmes_path_dimension_value.rb +1 -1
- data/lib/oci/sch/models/monitoring_source.rb +169 -0
- data/lib/oci/sch/models/monitoring_source_all_metrics.rb +146 -0
- data/lib/oci/sch/models/monitoring_source_details.rb +166 -0
- data/lib/oci/sch/models/monitoring_source_metric_details.rb +187 -0
- data/lib/oci/sch/models/monitoring_source_namespace_details.rb +187 -0
- data/lib/oci/sch/models/monitoring_source_selected_namespace.rb +164 -0
- data/lib/oci/sch/models/monitoring_source_selected_namespace_details.rb +160 -0
- data/lib/oci/sch/models/source_details.rb +2 -0
- data/lib/oci/sch/sch.rb +7 -0
- data/lib/oci/secrets/secrets_client.rb +3 -3
- data/lib/oci/service_mesh/models/access_logging_configuration.rb +156 -0
- data/lib/oci/service_mesh/models/access_policy.rb +345 -0
- data/lib/oci/service_mesh/models/access_policy_collection.rb +150 -0
- data/lib/oci/service_mesh/models/access_policy_rule.rb +189 -0
- data/lib/oci/service_mesh/models/access_policy_summary.rb +311 -0
- data/lib/oci/service_mesh/models/access_policy_target.rb +191 -0
- data/lib/oci/service_mesh/models/action_type.rb +15 -0
- data/lib/oci/service_mesh/models/all_virtual_services_access_policy_target.rb +145 -0
- data/lib/oci/service_mesh/models/ca_bundle.rb +187 -0
- data/lib/oci/service_mesh/models/certificate_authority.rb +151 -0
- data/lib/oci/service_mesh/models/change_access_policy_compartment_details.rb +155 -0
- data/lib/oci/service_mesh/models/change_ingress_gateway_compartment_details.rb +155 -0
- data/lib/oci/service_mesh/models/change_ingress_gateway_route_table_compartment_details.rb +155 -0
- data/lib/oci/service_mesh/models/change_mesh_compartment_details.rb +155 -0
- data/lib/oci/service_mesh/models/change_virtual_deployment_compartment_details.rb +155 -0
- data/lib/oci/service_mesh/models/change_virtual_service_compartment_details.rb +155 -0
- data/lib/oci/service_mesh/models/change_virtual_service_route_table_compartment_details.rb +155 -0
- data/lib/oci/service_mesh/models/create_access_policy_details.rb +239 -0
- data/lib/oci/service_mesh/models/create_ingress_gateway_details.rb +261 -0
- data/lib/oci/service_mesh/models/create_ingress_gateway_mutual_transport_layer_security_details.rb +161 -0
- data/lib/oci/service_mesh/models/create_ingress_gateway_route_table_details.rb +254 -0
- data/lib/oci/service_mesh/models/create_mesh_details.rb +242 -0
- data/lib/oci/service_mesh/models/create_mutual_transport_layer_security_details.rb +174 -0
- data/lib/oci/service_mesh/models/create_virtual_deployment_details.rb +266 -0
- data/lib/oci/service_mesh/models/create_virtual_service_details.rb +265 -0
- data/lib/oci/service_mesh/models/create_virtual_service_route_table_details.rb +254 -0
- data/lib/oci/service_mesh/models/default_virtual_service_routing_policy.rb +171 -0
- data/lib/oci/service_mesh/models/dns_service_discovery_configuration.rb +158 -0
- data/lib/oci/service_mesh/models/external_service_access_policy_target.rb +220 -0
- data/lib/oci/service_mesh/models/http_ingress_gateway_traffic_route_rule.rb +254 -0
- data/lib/oci/service_mesh/models/http_virtual_service_traffic_route_rule.rb +216 -0
- data/lib/oci/service_mesh/models/ingress_gateway.rb +367 -0
- data/lib/oci/service_mesh/models/ingress_gateway_access_policy_target.rb +162 -0
- data/lib/oci/service_mesh/models/ingress_gateway_collection.rb +150 -0
- data/lib/oci/service_mesh/models/ingress_gateway_host.rb +177 -0
- data/lib/oci/service_mesh/models/ingress_gateway_host_ref.rb +163 -0
- data/lib/oci/service_mesh/models/ingress_gateway_listener.rb +190 -0
- data/lib/oci/service_mesh/models/ingress_gateway_mutual_transport_layer_security.rb +176 -0
- data/lib/oci/service_mesh/models/ingress_gateway_route_table.rb +360 -0
- data/lib/oci/service_mesh/models/ingress_gateway_route_table_collection.rb +150 -0
- data/lib/oci/service_mesh/models/ingress_gateway_route_table_summary.rb +322 -0
- data/lib/oci/service_mesh/models/ingress_gateway_summary.rb +311 -0
- data/lib/oci/service_mesh/models/ingress_gateway_traffic_route_rule.rb +212 -0
- data/lib/oci/service_mesh/models/ingress_listener_client_validation_config.rb +169 -0
- data/lib/oci/service_mesh/models/ingress_listener_tls_config.rb +202 -0
- data/lib/oci/service_mesh/models/local_file_ca_bundle.rb +165 -0
- data/lib/oci/service_mesh/models/local_file_tls_certificate.rb +165 -0
- data/lib/oci/service_mesh/models/mesh.rb +351 -0
- data/lib/oci/service_mesh/models/mesh_collection.rb +150 -0
- data/lib/oci/service_mesh/models/mesh_mutual_transport_layer_security.rb +154 -0
- data/lib/oci/service_mesh/models/mesh_summary.rb +310 -0
- data/lib/oci/service_mesh/models/mutual_transport_layer_security.rb +210 -0
- data/lib/oci/service_mesh/models/oci_ca_bundle.rb +162 -0
- data/lib/oci/service_mesh/models/oci_tls_certificate.rb +162 -0
- data/lib/oci/service_mesh/models/operation_status.rb +16 -0
- data/lib/oci/service_mesh/models/operation_type.rb +37 -0
- data/lib/oci/service_mesh/models/proxy_details.rb +154 -0
- data/lib/oci/service_mesh/models/service_discovery_configuration.rb +185 -0
- data/lib/oci/service_mesh/models/sort_order.rb +11 -0
- data/lib/oci/service_mesh/models/tcp_ingress_gateway_traffic_route_rule.rb +153 -0
- data/lib/oci/service_mesh/models/tcp_virtual_service_traffic_route_rule.rb +149 -0
- data/lib/oci/service_mesh/models/tls_certificate.rb +187 -0
- data/lib/oci/service_mesh/models/tls_passthrough_ingress_gateway_traffic_route_rule.rb +153 -0
- data/lib/oci/service_mesh/models/tls_passthrough_virtual_service_traffic_route_rule.rb +149 -0
- data/lib/oci/service_mesh/models/traffic_rule_target.rb +180 -0
- data/lib/oci/service_mesh/models/update_access_policy_details.rb +196 -0
- data/lib/oci/service_mesh/models/update_ingress_gateway_details.rb +218 -0
- data/lib/oci/service_mesh/models/update_ingress_gateway_route_table_details.rb +211 -0
- data/lib/oci/service_mesh/models/update_mesh_details.rb +213 -0
- data/lib/oci/service_mesh/models/update_virtual_deployment_details.rb +222 -0
- data/lib/oci/service_mesh/models/update_virtual_service_details.rb +222 -0
- data/lib/oci/service_mesh/models/update_virtual_service_route_table_details.rb +211 -0
- data/lib/oci/service_mesh/models/virtual_deployment.rb +372 -0
- data/lib/oci/service_mesh/models/virtual_deployment_collection.rb +150 -0
- data/lib/oci/service_mesh/models/virtual_deployment_listener.rb +183 -0
- data/lib/oci/service_mesh/models/virtual_deployment_summary.rb +311 -0
- data/lib/oci/service_mesh/models/virtual_deployment_traffic_rule_target.rb +185 -0
- data/lib/oci/service_mesh/models/virtual_service.rb +371 -0
- data/lib/oci/service_mesh/models/virtual_service_access_policy_target.rb +162 -0
- data/lib/oci/service_mesh/models/virtual_service_collection.rb +150 -0
- data/lib/oci/service_mesh/models/virtual_service_route_table.rb +360 -0
- data/lib/oci/service_mesh/models/virtual_service_route_table_collection.rb +150 -0
- data/lib/oci/service_mesh/models/virtual_service_route_table_summary.rb +322 -0
- data/lib/oci/service_mesh/models/virtual_service_summary.rb +311 -0
- data/lib/oci/service_mesh/models/virtual_service_traffic_route_rule.rb +199 -0
- data/lib/oci/service_mesh/models/virtual_service_traffic_rule_target.rb +187 -0
- data/lib/oci/service_mesh/models/work_request.rb +329 -0
- data/lib/oci/service_mesh/models/work_request_collection.rb +150 -0
- data/lib/oci/service_mesh/models/work_request_error.rb +173 -0
- data/lib/oci/service_mesh/models/work_request_error_collection.rb +150 -0
- data/lib/oci/service_mesh/models/work_request_log_entry.rb +160 -0
- data/lib/oci/service_mesh/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/service_mesh/models/work_request_resource.rb +220 -0
- data/lib/oci/service_mesh/models/work_request_summary.rb +331 -0
- data/lib/oci/service_mesh/service_mesh.rb +114 -0
- data/lib/oci/service_mesh/service_mesh_client.rb +3167 -0
- data/lib/oci/service_mesh/service_mesh_client_composite_operations.rb +1411 -0
- data/lib/oci/service_mesh/util.rb +3 -0
- data/lib/oci/stack_monitoring/models/action_type.rb +15 -0
- data/lib/oci/stack_monitoring/models/associate_monitored_resources_details.rb +196 -0
- data/lib/oci/stack_monitoring/models/association_resource_details.rb +160 -0
- data/lib/oci/stack_monitoring/models/change_monitored_resource_compartment_details.rb +156 -0
- data/lib/oci/stack_monitoring/models/connection_details.rb +236 -0
- data/lib/oci/stack_monitoring/models/create_discovery_job_details.rb +245 -0
- data/lib/oci/stack_monitoring/models/create_monitored_resource_details.rb +273 -0
- data/lib/oci/stack_monitoring/models/credential_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/credential_details.rb +179 -0
- data/lib/oci/stack_monitoring/models/credential_property.rb +160 -0
- data/lib/oci/stack_monitoring/models/disassociate_monitored_resources_details.rb +196 -0
- data/lib/oci/stack_monitoring/models/discovery_details.rb +231 -0
- data/lib/oci/stack_monitoring/models/discovery_job.rb +403 -0
- data/lib/oci/stack_monitoring/models/discovery_job_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/discovery_job_log_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/discovery_job_log_summary.rb +214 -0
- data/lib/oci/stack_monitoring/models/discovery_job_summary.rb +424 -0
- data/lib/oci/stack_monitoring/models/encrypted_credentials.rb +189 -0
- data/lib/oci/stack_monitoring/models/lifecycle_state.rb +15 -0
- data/lib/oci/stack_monitoring/models/monitored_resource.rb +411 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_alias_credential.rb +170 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_alias_source_credential.rb +170 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_association.rb +298 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_association_summary.rb +270 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_associations_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_credential.rb +233 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_member_summary.rb +310 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_members_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_property.rb +160 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_summary.rb +326 -0
- data/lib/oci/stack_monitoring/models/operation_status.rb +16 -0
- data/lib/oci/stack_monitoring/models/operation_type.rb +16 -0
- data/lib/oci/stack_monitoring/models/plain_text_credentials.rb +175 -0
- data/lib/oci/stack_monitoring/models/pre_existing_credentials.rb +162 -0
- data/lib/oci/stack_monitoring/models/property_details.rb +154 -0
- data/lib/oci/stack_monitoring/models/resource_lifecycle_state.rb +15 -0
- data/lib/oci/stack_monitoring/models/search_monitored_resource_associations_details.rb +310 -0
- data/lib/oci/stack_monitoring/models/search_monitored_resource_members_details.rb +168 -0
- data/lib/oci/stack_monitoring/models/search_monitored_resources_details.rb +437 -0
- data/lib/oci/stack_monitoring/models/sort_order.rb +11 -0
- data/lib/oci/stack_monitoring/models/update_monitored_resource_details.rb +225 -0
- data/lib/oci/stack_monitoring/models/work_request.rb +312 -0
- data/lib/oci/stack_monitoring/models/work_request_error.rb +173 -0
- data/lib/oci/stack_monitoring/models/work_request_error_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/work_request_log_entry.rb +160 -0
- data/lib/oci/stack_monitoring/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/stack_monitoring/models/work_request_resource.rb +220 -0
- data/lib/oci/stack_monitoring/models/work_request_summary.rb +312 -0
- data/lib/oci/stack_monitoring/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/stack_monitoring/stack_monitoring.rb +70 -0
- data/lib/oci/stack_monitoring/stack_monitoring_client.rb +1565 -0
- data/lib/oci/stack_monitoring/stack_monitoring_client_composite_operations.rb +351 -0
- data/lib/oci/stack_monitoring/util.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/models/assigned_subscription.rb +113 -3
- data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +8 -1
- data/lib/oci/tenant_manager_control_plane/models/organization.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/organization_summary.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/promotion.rb +261 -0
- data/lib/oci/tenant_manager_control_plane/models/subscription.rb +111 -1
- data/lib/oci/tenant_manager_control_plane/models/subscription_mapping.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/models/update_organization_details.rb +2 -2
- data/lib/oci/tenant_manager_control_plane/models/work_request.rb +7 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +7 -0
- data/lib/oci/tenant_manager_control_plane/orders_client.rb +3 -3
- data/lib/oci/tenant_manager_control_plane/orders_client_composite_operations.rb +1 -1
- data/lib/oci/tenant_manager_control_plane/organization_client.rb +60 -0
- data/lib/oci/tenant_manager_control_plane/organization_client_composite_operations.rb +49 -0
- data/lib/oci/tenant_manager_control_plane/subscription_client.rb +4 -3
- data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +1 -0
- data/lib/oci/usage/models/create_redeemable_user_details.rb +2 -2
- data/lib/oci/usage/models/monthly_reward_summary.rb +6 -6
- data/lib/oci/usage/models/product_summary.rb +5 -5
- data/lib/oci/usage/models/redeemable_user.rb +2 -2
- data/lib/oci/usage/models/redeemable_user_collection.rb +2 -2
- data/lib/oci/usage/models/redeemable_user_summary.rb +2 -2
- data/lib/oci/usage/models/reward_collection.rb +1 -1
- data/lib/oci/usage/models/reward_details.rb +21 -7
- data/lib/oci/usage/rewards_client.rb +17 -17
- data/lib/oci/usage_api/models/create_schedule_details.rb +253 -0
- data/lib/oci/usage_api/models/date_range.rb +193 -0
- data/lib/oci/usage_api/models/dynamic_date_range.rb +187 -0
- data/lib/oci/usage_api/models/object_storage_location.rb +182 -0
- data/lib/oci/usage_api/models/query_properties.rb +298 -0
- data/lib/oci/usage_api/models/result_location.rb +192 -0
- data/lib/oci/usage_api/models/schedule.rb +326 -0
- data/lib/oci/usage_api/models/schedule_collection.rb +150 -0
- data/lib/oci/usage_api/models/schedule_summary.rb +250 -0
- data/lib/oci/usage_api/models/scheduled_run.rb +240 -0
- data/lib/oci/usage_api/models/scheduled_run_collection.rb +150 -0
- data/lib/oci/usage_api/models/scheduled_run_summary.rb +220 -0
- data/lib/oci/usage_api/models/static_date_range.rb +176 -0
- data/lib/oci/usage_api/models/update_schedule_details.rb +172 -0
- data/lib/oci/usage_api/usage_api.rb +15 -0
- data/lib/oci/usage_api/usageapi_client.rb +466 -0
- data/lib/oci/usage_api/usageapi_client_composite_operations.rb +119 -0
- data/lib/oci/vault/models/create_secret_details.rb +2 -1
- data/lib/oci/vault/models/secret.rb +2 -1
- data/lib/oci/vault/models/secret_expiry_rule.rb +1 -2
- data/lib/oci/vault/models/secret_summary.rb +2 -1
- data/lib/oci/vault/vaults_client.rb +4 -4
- data/lib/oci/version.rb +1 -1
- data/lib/oci/visual_builder/models/attachment_details.rb +235 -0
- data/lib/oci/visual_builder/models/idcs_info_details.rb +212 -0
- data/lib/oci/visual_builder/models/vb_instance.rb +28 -4
- data/lib/oci/visual_builder/visual_builder.rb +2 -0
- data/lib/oci/vn_monitoring/models/access_denied_traffic_node.rb +161 -0
- data/lib/oci/vn_monitoring/models/action_type.rb +14 -0
- data/lib/oci/vn_monitoring/models/add_drg_route_distribution_statement_details.rb +194 -0
- data/lib/oci/vn_monitoring/models/add_drg_route_distribution_statements_details.rb +152 -0
- data/lib/oci/vn_monitoring/models/add_drg_route_rule_details.rb +202 -0
- data/lib/oci/vn_monitoring/models/add_drg_route_rules_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/add_network_security_group_security_rules_details.rb +154 -0
- data/lib/oci/vn_monitoring/models/add_security_rule_details.rb +378 -0
- data/lib/oci/vn_monitoring/models/added_network_security_group_security_rules.rb +154 -0
- data/lib/oci/vn_monitoring/models/adhoc_get_path_analysis_details.rb +226 -0
- data/lib/oci/vn_monitoring/models/allowed_security_action.rb +166 -0
- data/lib/oci/vn_monitoring/models/allowed_security_action_details.rb +170 -0
- data/lib/oci/vn_monitoring/models/allowed_security_configuration.rb +195 -0
- data/lib/oci/vn_monitoring/models/bulk_add_virtual_circuit_public_prefixes_details.rb +154 -0
- data/lib/oci/vn_monitoring/models/bulk_delete_virtual_circuit_public_prefixes_details.rb +155 -0
- data/lib/oci/vn_monitoring/models/change_path_analyzer_test_compartment_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/compartment_internal.rb +151 -0
- data/lib/oci/vn_monitoring/models/compute_instance_endpoint.rb +190 -0
- data/lib/oci/vn_monitoring/models/connect_local_peering_gateways_details.rb +154 -0
- data/lib/oci/vn_monitoring/models/connect_remote_peering_connections_details.rb +171 -0
- data/lib/oci/vn_monitoring/models/cpe.rb +252 -0
- data/lib/oci/vn_monitoring/models/create_cpe_details.rb +219 -0
- data/lib/oci/vn_monitoring/models/create_cross_connect_details.rb +257 -0
- data/lib/oci/vn_monitoring/models/create_cross_connect_group_details.rb +170 -0
- data/lib/oci/vn_monitoring/models/create_dhcp_details.rb +226 -0
- data/lib/oci/vn_monitoring/models/create_drg_attachment_details.rb +248 -0
- data/lib/oci/vn_monitoring/models/create_drg_details.rb +202 -0
- data/lib/oci/vn_monitoring/models/create_drg_route_distribution_details.rb +231 -0
- data/lib/oci/vn_monitoring/models/create_drg_route_table_details.rb +238 -0
- data/lib/oci/vn_monitoring/models/create_internet_gateway_details.rb +230 -0
- data/lib/oci/vn_monitoring/models/create_ip_sec_connection_details.rb +250 -0
- data/lib/oci/vn_monitoring/models/create_ipv6_details.rb +248 -0
- data/lib/oci/vn_monitoring/models/create_local_peering_gateway_details.rb +217 -0
- data/lib/oci/vn_monitoring/models/create_network_security_group_details.rb +220 -0
- data/lib/oci/vn_monitoring/models/create_path_analyzer_test_details.rb +266 -0
- data/lib/oci/vn_monitoring/models/create_private_ip_details.rb +248 -0
- data/lib/oci/vn_monitoring/models/create_public_ip_details.rb +252 -0
- data/lib/oci/vn_monitoring/models/create_remote_peering_connection_details.rb +184 -0
- data/lib/oci/vn_monitoring/models/create_route_table_details.rb +231 -0
- data/lib/oci/vn_monitoring/models/create_security_list_details.rb +244 -0
- data/lib/oci/vn_monitoring/models/create_service_gateway_details.rb +237 -0
- data/lib/oci/vn_monitoring/models/create_subnet_details.rb +379 -0
- data/lib/oci/vn_monitoring/models/create_vcn_details.rb +300 -0
- data/lib/oci/vn_monitoring/models/create_virtual_circuit_details.rb +345 -0
- data/lib/oci/vn_monitoring/models/create_virtual_circuit_public_prefix_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/create_vnic_details.rb +341 -0
- data/lib/oci/vn_monitoring/models/cross_connect.rb +312 -0
- data/lib/oci/vn_monitoring/models/cross_connect_group.rb +247 -0
- data/lib/oci/vn_monitoring/models/cross_connect_location.rb +163 -0
- data/lib/oci/vn_monitoring/models/cross_connect_mapping.rb +261 -0
- data/lib/oci/vn_monitoring/models/cross_connect_port_speed_shape.rb +171 -0
- data/lib/oci/vn_monitoring/models/cross_connect_status.rb +248 -0
- data/lib/oci/vn_monitoring/models/default_drg_route_tables.rb +206 -0
- data/lib/oci/vn_monitoring/models/delete_virtual_circuit_public_prefix_details.rb +155 -0
- data/lib/oci/vn_monitoring/models/denied_security_action.rb +166 -0
- data/lib/oci/vn_monitoring/models/denied_security_action_details.rb +189 -0
- data/lib/oci/vn_monitoring/models/dhcp_dns_option.rb +217 -0
- data/lib/oci/vn_monitoring/models/dhcp_option.rb +175 -0
- data/lib/oci/vn_monitoring/models/dhcp_options.rb +304 -0
- data/lib/oci/{database_tools/models/database_tools_allowed_network_sources.rb → vn_monitoring/models/dhcp_search_domain_option.rb} +33 -28
- data/lib/oci/vn_monitoring/models/drg.rb +302 -0
- data/lib/oci/vn_monitoring/models/drg_attachment.rb +363 -0
- data/lib/oci/vn_monitoring/models/drg_attachment_id_drg_route_distribution_match_criteria.rb +164 -0
- data/lib/oci/vn_monitoring/models/drg_attachment_info.rb +152 -0
- data/lib/oci/vn_monitoring/models/drg_attachment_network_create_details.rb +189 -0
- data/lib/oci/vn_monitoring/models/drg_attachment_network_details.rb +202 -0
- data/lib/oci/vn_monitoring/models/drg_attachment_network_update_details.rb +178 -0
- data/lib/oci/vn_monitoring/models/drg_attachment_type_drg_route_distribution_match_criteria.rb +188 -0
- data/lib/oci/vn_monitoring/models/drg_route_distribution.rb +332 -0
- data/lib/oci/vn_monitoring/models/drg_route_distribution_match_criteria.rb +194 -0
- data/lib/oci/vn_monitoring/models/drg_route_distribution_statement.rb +215 -0
- data/lib/oci/vn_monitoring/models/drg_route_rule.rb +352 -0
- data/lib/oci/vn_monitoring/models/drg_route_table.rb +328 -0
- data/lib/oci/vn_monitoring/models/drg_routing_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/egress_security_list_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/egress_security_rule.rb +279 -0
- data/lib/oci/vn_monitoring/models/egress_traffic_spec.rb +191 -0
- data/lib/oci/vn_monitoring/models/endpoint.rb +202 -0
- data/lib/oci/vn_monitoring/models/fast_connect_provider_service.rb +340 -0
- data/lib/oci/vn_monitoring/models/forwarded_routing_action.rb +165 -0
- data/lib/oci/vn_monitoring/models/forwarded_routing_action_details.rb +170 -0
- data/lib/oci/vn_monitoring/models/forwarded_routing_configuration.rb +187 -0
- data/lib/oci/vn_monitoring/models/get_path_analysis_details.rb +180 -0
- data/lib/oci/vn_monitoring/models/get_public_ip_by_ip_address_details.rb +157 -0
- data/lib/oci/vn_monitoring/models/get_public_ip_by_private_ip_id_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/icmp_options.rb +170 -0
- data/lib/oci/vn_monitoring/models/icmp_protocol_parameters.rb +177 -0
- data/lib/oci/vn_monitoring/models/icmp_traffic_protocol_parameters.rb +177 -0
- data/lib/oci/vn_monitoring/models/indeterminate_routing_action.rb +150 -0
- data/lib/oci/vn_monitoring/models/ingress_security_list_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/ingress_security_rule.rb +277 -0
- data/lib/oci/vn_monitoring/models/internet_gateway.rb +302 -0
- data/lib/oci/vn_monitoring/models/ip_address_endpoint.rb +160 -0
- data/lib/oci/vn_monitoring/models/ip_sec_connection.rb +320 -0
- data/lib/oci/vn_monitoring/models/ip_sec_connection_device_config.rb +188 -0
- data/lib/oci/vn_monitoring/models/ip_sec_connection_device_status.rb +191 -0
- data/lib/oci/vn_monitoring/models/ipsec_tunnel_drg_attachment_network_details.rb +166 -0
- data/lib/oci/vn_monitoring/models/ipv6.rb +375 -0
- data/lib/oci/vn_monitoring/models/letter_of_authority.rb +264 -0
- data/lib/oci/vn_monitoring/models/load_balancer_endpoint.rb +164 -0
- data/lib/oci/vn_monitoring/models/load_balancer_listener_endpoint.rb +179 -0
- data/lib/oci/vn_monitoring/models/local_peering_gateway.rb +378 -0
- data/lib/oci/vn_monitoring/models/network_load_balancer_endpoint.rb +164 -0
- data/lib/oci/vn_monitoring/models/network_load_balancer_listener_endpoint.rb +179 -0
- data/lib/oci/vn_monitoring/models/network_security_group.rb +318 -0
- data/lib/oci/vn_monitoring/models/network_security_group_vnic.rb +189 -0
- data/lib/oci/vn_monitoring/models/networking_topology.rb +158 -0
- data/lib/oci/vn_monitoring/models/no_route_routing_action.rb +165 -0
- data/lib/oci/vn_monitoring/models/no_route_routing_action_details.rb +187 -0
- data/lib/oci/vn_monitoring/models/nsg_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/operation_status.rb +15 -0
- data/lib/oci/vn_monitoring/models/operation_type.rb +10 -0
- data/lib/oci/vn_monitoring/models/path.rb +177 -0
- data/lib/oci/vn_monitoring/models/path_analysis_work_request_result.rb +176 -0
- data/lib/oci/vn_monitoring/models/path_analyzer_test.rb +360 -0
- data/lib/oci/vn_monitoring/models/path_analyzer_test_collection.rb +150 -0
- data/lib/oci/vn_monitoring/models/path_analyzer_test_summary.rb +338 -0
- data/lib/oci/vn_monitoring/models/path_topology.rb +158 -0
- data/lib/oci/vn_monitoring/models/persisted_get_path_analysis_details.rb +164 -0
- data/lib/oci/vn_monitoring/models/port_range.rb +163 -0
- data/lib/oci/vn_monitoring/models/private_ip.rb +368 -0
- data/lib/oci/vn_monitoring/models/protocol_parameters.rb +189 -0
- data/lib/oci/vn_monitoring/models/public_ip.rb +411 -0
- data/lib/oci/vn_monitoring/models/query_options.rb +156 -0
- data/lib/oci/vn_monitoring/models/remote_peering_connection.rb +359 -0
- data/lib/oci/vn_monitoring/models/remote_peering_connection_drg_attachment_network_details.rb +149 -0
- data/lib/oci/vn_monitoring/models/remove_drg_route_distribution_statements_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/remove_drg_route_rules_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/remove_network_security_group_security_rules_details.rb +155 -0
- data/lib/oci/vn_monitoring/models/route_rule.rb +249 -0
- data/lib/oci/vn_monitoring/models/route_table.rb +301 -0
- data/lib/oci/vn_monitoring/models/routing_action.rb +223 -0
- data/lib/oci/vn_monitoring/models/security_action.rb +220 -0
- data/lib/oci/vn_monitoring/models/security_list.rb +324 -0
- data/lib/oci/vn_monitoring/models/security_rule.rb +445 -0
- data/lib/oci/vn_monitoring/models/service.rb +207 -0
- data/lib/oci/vn_monitoring/models/service_gateway.rb +329 -0
- data/lib/oci/vn_monitoring/models/service_id_request_details.rb +155 -0
- data/lib/oci/vn_monitoring/models/service_id_response_details.rb +169 -0
- data/lib/oci/vn_monitoring/models/sort_order.rb +11 -0
- data/lib/oci/vn_monitoring/models/stateful_egress_security_list_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/stateful_ingress_security_list_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/stateful_nsg_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/subnet.rb +531 -0
- data/lib/oci/vn_monitoring/models/subnet_endpoint.rb +176 -0
- data/lib/oci/vn_monitoring/models/subnet_topology.rb +175 -0
- data/lib/oci/vn_monitoring/models/tcp_options.rb +168 -0
- data/lib/oci/vn_monitoring/models/tcp_protocol_parameters.rb +176 -0
- data/lib/oci/vn_monitoring/models/tcp_traffic_protocol_parameters.rb +176 -0
- data/lib/oci/vn_monitoring/models/topology.rb +218 -0
- data/lib/oci/vn_monitoring/models/topology_associated_with_entity_relationship.rb +173 -0
- data/lib/oci/vn_monitoring/models/topology_associated_with_relationship_details.rb +150 -0
- data/lib/oci/vn_monitoring/models/topology_contains_entity_relationship.rb +157 -0
- data/lib/oci/vn_monitoring/models/topology_entity_relationship.rb +209 -0
- data/lib/oci/vn_monitoring/models/topology_routes_to_entity_relationship.rb +173 -0
- data/lib/oci/vn_monitoring/models/topology_routes_to_relationship_details.rb +218 -0
- data/lib/oci/vn_monitoring/models/traffic_node.rb +240 -0
- data/lib/oci/vn_monitoring/models/traffic_protocol_parameters.rb +189 -0
- data/lib/oci/vn_monitoring/models/traffic_route.rb +201 -0
- data/lib/oci/vn_monitoring/models/tunnel_config.rb +190 -0
- data/lib/oci/vn_monitoring/models/tunnel_status.rb +227 -0
- data/lib/oci/vn_monitoring/models/udp_options.rb +168 -0
- data/lib/oci/vn_monitoring/models/udp_protocol_parameters.rb +176 -0
- data/lib/oci/vn_monitoring/models/udp_traffic_protocol_parameters.rb +176 -0
- data/lib/oci/vn_monitoring/models/update_cpe_details.rb +188 -0
- data/lib/oci/vn_monitoring/models/update_cross_connect_details.rb +176 -0
- data/lib/oci/vn_monitoring/models/update_cross_connect_group_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/update_dhcp_details.rb +197 -0
- data/lib/oci/vn_monitoring/models/update_drg_attachment_details.rb +238 -0
- data/lib/oci/vn_monitoring/models/update_drg_details.rb +201 -0
- data/lib/oci/vn_monitoring/models/update_drg_route_distribution_details.rb +191 -0
- data/lib/oci/vn_monitoring/models/update_drg_route_distribution_statement_details.rb +178 -0
- data/lib/oci/vn_monitoring/models/update_drg_route_distribution_statements_details.rb +152 -0
- data/lib/oci/vn_monitoring/models/update_drg_route_rule_details.rb +212 -0
- data/lib/oci/vn_monitoring/models/update_drg_route_rules_details.rb +155 -0
- data/lib/oci/vn_monitoring/models/update_drg_route_table_details.rb +223 -0
- data/lib/oci/vn_monitoring/models/update_internet_gateway_details.rb +202 -0
- data/lib/oci/vn_monitoring/models/update_ip_sec_connection_details.rb +188 -0
- data/lib/oci/vn_monitoring/models/update_ipv6_details.rb +228 -0
- data/lib/oci/vn_monitoring/models/update_local_peering_gateway_details.rb +188 -0
- data/lib/oci/vn_monitoring/models/update_network_security_group_details.rb +188 -0
- data/lib/oci/vn_monitoring/models/update_network_security_group_security_rules_details.rb +154 -0
- data/lib/oci/vn_monitoring/models/update_path_analyzer_test_details.rb +250 -0
- data/lib/oci/vn_monitoring/models/update_private_ip_details.rb +229 -0
- data/lib/oci/vn_monitoring/models/update_public_ip_details.rb +207 -0
- data/lib/oci/vn_monitoring/models/update_remote_peering_connection_details.rb +156 -0
- data/lib/oci/vn_monitoring/models/update_route_table_details.rb +203 -0
- data/lib/oci/vn_monitoring/models/update_security_list_details.rb +216 -0
- data/lib/oci/vn_monitoring/models/update_security_rule_details.rb +392 -0
- data/lib/oci/vn_monitoring/models/update_service_gateway_details.rb +229 -0
- data/lib/oci/vn_monitoring/models/update_subnet_details.rb +236 -0
- data/lib/oci/vn_monitoring/models/update_vcn_details.rb +188 -0
- data/lib/oci/vn_monitoring/models/update_virtual_circuit_details.rb +288 -0
- data/lib/oci/vn_monitoring/models/update_vnic_details.rb +253 -0
- data/lib/oci/vn_monitoring/models/updated_network_security_group_security_rules.rb +154 -0
- data/lib/oci/vn_monitoring/models/upgrade_status.rb +203 -0
- data/lib/oci/vn_monitoring/models/vcn.rb +420 -0
- data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_create_details.rb +174 -0
- data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_details.rb +173 -0
- data/lib/oci/vn_monitoring/models/vcn_drg_attachment_network_update_details.rb +168 -0
- data/lib/oci/vn_monitoring/models/vcn_routing_configuration.rb +179 -0
- data/lib/oci/vn_monitoring/models/vcn_topology.rb +175 -0
- data/lib/oci/vn_monitoring/models/virtual_circuit.rb +606 -0
- data/lib/oci/vn_monitoring/models/virtual_circuit_bandwidth_shape.rb +171 -0
- data/lib/oci/vn_monitoring/models/virtual_circuit_drg_attachment_network_details.rb +149 -0
- data/lib/oci/vn_monitoring/models/virtual_circuit_public_prefix.rb +197 -0
- data/lib/oci/vn_monitoring/models/visible_traffic_node.rb +196 -0
- data/lib/oci/vn_monitoring/models/vlan_endpoint.rb +175 -0
- data/lib/oci/vn_monitoring/models/vnic.rb +442 -0
- data/lib/oci/vn_monitoring/models/vnic_endpoint.rb +175 -0
- data/lib/oci/vn_monitoring/models/work_request.rb +303 -0
- data/lib/oci/vn_monitoring/models/work_request_error.rb +172 -0
- data/lib/oci/vn_monitoring/models/work_request_error_collection.rb +150 -0
- data/lib/oci/vn_monitoring/models/work_request_log_entry.rb +161 -0
- data/lib/oci/vn_monitoring/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/vn_monitoring/models/work_request_resource.rb +219 -0
- data/lib/oci/vn_monitoring/models/work_request_result.rb +190 -0
- data/lib/oci/vn_monitoring/models/work_request_result_collection.rb +150 -0
- data/lib/oci/vn_monitoring/models/work_request_summary.rb +303 -0
- data/lib/oci/vn_monitoring/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/vn_monitoring/util.rb +3 -0
- data/lib/oci/vn_monitoring/vn_monitoring.rb +240 -0
- data/lib/oci/vn_monitoring/vn_monitoring_client.rb +993 -0
- data/lib/oci/vn_monitoring/vn_monitoring_client_composite_operations.rb +193 -0
- data/lib/oci/vulnerability_scanning/models/application_scan_settings.rb +187 -0
- data/lib/oci/vulnerability_scanning/models/container_scan_recipe.rb +15 -1
- data/lib/oci/vulnerability_scanning/models/container_scan_result.rb +29 -1
- data/lib/oci/vulnerability_scanning/models/container_scan_result_problem.rb +46 -4
- data/lib/oci/vulnerability_scanning/models/container_scan_result_summary.rb +15 -1
- data/lib/oci/vulnerability_scanning/models/container_scan_target_summary.rb +14 -1
- data/lib/oci/vulnerability_scanning/models/create_container_scan_recipe_details.rb +15 -1
- data/lib/oci/vulnerability_scanning/models/create_host_scan_recipe_details.rb +14 -1
- data/lib/oci/vulnerability_scanning/models/folder_to_scan.rb +180 -0
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_result.rb +15 -1
- data/lib/oci/vulnerability_scanning/models/host_agent_scan_result_problem.rb +18 -4
- data/lib/oci/vulnerability_scanning/models/host_scan_recipe.rb +14 -1
- data/lib/oci/vulnerability_scanning/models/impacted_resources_count.rb +168 -0
- data/lib/oci/vulnerability_scanning/models/operating_system.rb +11 -0
- data/lib/oci/vulnerability_scanning/models/operation_type.rb +5 -1
- data/lib/oci/vulnerability_scanning/models/package.rb +223 -0
- data/lib/oci/vulnerability_scanning/models/update_container_scan_recipe_details.rb +15 -1
- data/lib/oci/vulnerability_scanning/models/update_host_scan_recipe_details.rb +14 -1
- data/lib/oci/vulnerability_scanning/models/vulnerability.rb +400 -0
- data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_container_summary.rb +212 -0
- data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_container_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_host_summary.rb +182 -0
- data/lib/oci/vulnerability_scanning/models/vulnerability_impacted_host_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/vulnerability_summary.rb +377 -0
- data/lib/oci/vulnerability_scanning/models/vulnerability_summary_collection.rb +150 -0
- data/lib/oci/vulnerability_scanning/models/work_request.rb +4 -0
- data/lib/oci/vulnerability_scanning/vulnerability_scanning.rb +12 -0
- data/lib/oci/vulnerability_scanning/vulnerability_scanning_client.rb +323 -25
- data/lib/oci/waa/models/backend_type.rb +10 -0
- data/lib/oci/waa/models/change_resource_compartment_details.rb +156 -0
- data/lib/oci/waa/models/change_web_app_acceleration_compartment_details.rb +156 -0
- data/lib/oci/waa/models/change_web_app_acceleration_policy_compartment_details.rb +156 -0
- data/lib/oci/waa/models/create_web_app_acceleration_details.rb +272 -0
- data/lib/oci/waa/models/create_web_app_acceleration_load_balancer_details.rb +186 -0
- data/lib/oci/waa/models/create_web_app_acceleration_policy_details.rb +242 -0
- data/lib/oci/waa/models/gzip_compression_policy.rb +162 -0
- data/lib/oci/waa/models/purge_entire_web_app_acceleration_cache_details.rb +145 -0
- data/lib/oci/waa/models/purge_web_app_acceleration_cache_details.rb +182 -0
- data/lib/oci/waa/models/response_caching_policy.rb +174 -0
- data/lib/oci/waa/models/response_compression_policy.rb +160 -0
- data/lib/oci/waa/models/sort_order.rb +11 -0
- data/lib/oci/waa/models/update_web_app_acceleration_details.rb +218 -0
- data/lib/oci/waa/models/update_web_app_acceleration_policy_details.rb +232 -0
- data/lib/oci/waa/models/web_app_acceleration.rb +370 -0
- data/lib/oci/waa/models/web_app_acceleration_collection.rb +150 -0
- data/lib/oci/waa/models/web_app_acceleration_load_balancer.rb +206 -0
- data/lib/oci/waa/models/web_app_acceleration_load_balancer_summary.rb +206 -0
- data/lib/oci/waa/models/web_app_acceleration_policy.rb +338 -0
- data/lib/oci/waa/models/web_app_acceleration_policy_collection.rb +150 -0
- data/lib/oci/waa/models/web_app_acceleration_policy_summary.rb +284 -0
- data/lib/oci/waa/models/web_app_acceleration_summary.rb +347 -0
- data/lib/oci/waa/models/work_request.rb +311 -0
- data/lib/oci/waa/models/work_request_collection.rb +150 -0
- data/lib/oci/waa/models/work_request_error.rb +173 -0
- data/lib/oci/waa/models/work_request_error_collection.rb +150 -0
- data/lib/oci/waa/models/work_request_log_entry.rb +160 -0
- data/lib/oci/waa/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/waa/models/work_request_resource.rb +219 -0
- data/lib/oci/waa/util.rb +3 -0
- data/lib/oci/waa/waa.rb +51 -0
- data/lib/oci/waa/waa_client.rb +926 -0
- data/lib/oci/waa/waa_client_composite_operations.rb +471 -0
- data/lib/oci/waa/work_request_client.rb +346 -0
- data/lib/oci/waa/work_request_client_composite_operations.rb +25 -0
- data/lib/oci/waas/models/create_custom_protection_rule_details.rb +1 -1
- data/lib/oci/waas/models/custom_protection_rule.rb +1 -1
- data/lib/oci/waas/models/update_custom_protection_rule_details.rb +1 -1
- data/lib/oci/waf/models/protection_rule.rb +25 -5
- data/lib/oci/waf/models/request_protection.rb +44 -5
- data/lib/oci/waf/models/return_http_response_action.rb +1 -0
- data/lib/oci.rb +115 -103
- metadata +1603 -5
|
@@ -0,0 +1,3131 @@
|
|
|
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 'uri'
|
|
5
|
+
require 'logger'
|
|
6
|
+
|
|
7
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
|
+
module OCI
|
|
9
|
+
# API to create and maintain Oracle Digital Assistant service instances.
|
|
10
|
+
class Oda::ManagementClient
|
|
11
|
+
# Client used to make HTTP requests.
|
|
12
|
+
# @return [OCI::ApiClient]
|
|
13
|
+
attr_reader :api_client
|
|
14
|
+
|
|
15
|
+
# Fully qualified endpoint URL
|
|
16
|
+
# @return [String]
|
|
17
|
+
attr_reader :endpoint
|
|
18
|
+
|
|
19
|
+
# The default retry configuration to apply to all operations in this service client. This can be overridden
|
|
20
|
+
# on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
|
|
21
|
+
# will not perform any retries
|
|
22
|
+
# @return [OCI::Retry::RetryConfig]
|
|
23
|
+
attr_reader :retry_config
|
|
24
|
+
|
|
25
|
+
# The region, which will usually correspond to a value in {OCI::Regions::REGION_ENUM}.
|
|
26
|
+
# @return [String]
|
|
27
|
+
attr_reader :region
|
|
28
|
+
|
|
29
|
+
# rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
# Creates a new ManagementClient.
|
|
33
|
+
# Notes:
|
|
34
|
+
# If a config is not specified, then the global OCI.config will be used.
|
|
35
|
+
#
|
|
36
|
+
# This client is not thread-safe
|
|
37
|
+
#
|
|
38
|
+
# Either a region or an endpoint must be specified. If an endpoint is specified, it will be used instead of the
|
|
39
|
+
# region. A region may be specified in the config or via or the region parameter. If specified in both, then the
|
|
40
|
+
# region parameter will be used.
|
|
41
|
+
# @param [Config] config A Config object.
|
|
42
|
+
# @param [String] region A region used to determine the service endpoint. This will usually
|
|
43
|
+
# correspond to a value in {OCI::Regions::REGION_ENUM}, but may be an arbitrary string.
|
|
44
|
+
# @param [String] endpoint The fully qualified endpoint URL
|
|
45
|
+
# @param [OCI::BaseSigner] signer A signer implementation which can be used by this client. If this is not provided then
|
|
46
|
+
# a signer will be constructed via the provided config. One use case of this parameter is instance principals authentication,
|
|
47
|
+
# so that the instance principals signer can be provided to the client
|
|
48
|
+
# @param [OCI::ApiClientProxySettings] proxy_settings If your environment requires you to use a proxy server for outgoing HTTP requests
|
|
49
|
+
# the details for the proxy can be provided in this parameter
|
|
50
|
+
# @param [OCI::Retry::RetryConfig] retry_config The retry configuration for this service client. This represents the default retry configuration to
|
|
51
|
+
# apply across all operations. This can be overridden on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
|
|
52
|
+
# will not perform any retries
|
|
53
|
+
def initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil)
|
|
54
|
+
# If the signer is an InstancePrincipalsSecurityTokenSigner or SecurityTokenSigner and no config was supplied (they are self-sufficient signers)
|
|
55
|
+
# then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals
|
|
56
|
+
# and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then
|
|
57
|
+
# pass it to this constructor.
|
|
58
|
+
#
|
|
59
|
+
# If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid
|
|
60
|
+
# so try and load the config from the default file.
|
|
61
|
+
config = OCI::Config.validate_and_build_config_with_signer(config, signer)
|
|
62
|
+
|
|
63
|
+
signer = OCI::Signer.config_file_auth_builder(config) if signer.nil?
|
|
64
|
+
|
|
65
|
+
@api_client = OCI::ApiClient.new(config, signer, proxy_settings: proxy_settings)
|
|
66
|
+
@retry_config = retry_config
|
|
67
|
+
|
|
68
|
+
if endpoint
|
|
69
|
+
@endpoint = endpoint + '/20190506'
|
|
70
|
+
else
|
|
71
|
+
region ||= config.region
|
|
72
|
+
region ||= signer.region if signer.respond_to?(:region)
|
|
73
|
+
self.region = region
|
|
74
|
+
end
|
|
75
|
+
logger.info "ManagementClient endpoint set to '#{@endpoint}'." if logger
|
|
76
|
+
end
|
|
77
|
+
# rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
|
|
78
|
+
|
|
79
|
+
# Set the region that will be used to determine the service endpoint.
|
|
80
|
+
# This will usually correspond to a value in {OCI::Regions::REGION_ENUM},
|
|
81
|
+
# but may be an arbitrary string.
|
|
82
|
+
def region=(new_region)
|
|
83
|
+
@region = new_region
|
|
84
|
+
|
|
85
|
+
raise 'A region must be specified.' unless @region
|
|
86
|
+
|
|
87
|
+
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://digitalassistant-api.{region}.oci.{secondLevelDomain}') + '/20190506'
|
|
88
|
+
logger.info "ManagementClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
# @return [Logger] The logger for this client. May be nil.
|
|
92
|
+
def logger
|
|
93
|
+
@api_client.config.logger
|
|
94
|
+
end
|
|
95
|
+
|
|
96
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
97
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
98
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
# This will store the provided parameters in the Digital Assistant instance and update any Digital Assistants with matching parameters.
|
|
102
|
+
#
|
|
103
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
104
|
+
# @param [OCI::Oda::Models::ConfigureDigitalAssistantParametersDetails] configure_digital_assistant_parameters_details The parameter values to use.
|
|
105
|
+
# @param [Hash] opts the optional parameters
|
|
106
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
107
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
108
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
109
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
110
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
111
|
+
#
|
|
112
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
113
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
114
|
+
# then the service might reject a retry of the original creation request.
|
|
115
|
+
#
|
|
116
|
+
# @return [Response] A Response object with data of type nil
|
|
117
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/configure_digital_assistant_parameters.rb.html) to see an example of how to use configure_digital_assistant_parameters API.
|
|
118
|
+
def configure_digital_assistant_parameters(oda_instance_id, configure_digital_assistant_parameters_details, opts = {})
|
|
119
|
+
logger.debug 'Calling operation ManagementClient#configure_digital_assistant_parameters.' if logger
|
|
120
|
+
|
|
121
|
+
raise "Missing the required parameter 'oda_instance_id' when calling configure_digital_assistant_parameters." if oda_instance_id.nil?
|
|
122
|
+
raise "Missing the required parameter 'configure_digital_assistant_parameters_details' when calling configure_digital_assistant_parameters." if configure_digital_assistant_parameters_details.nil?
|
|
123
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
124
|
+
|
|
125
|
+
path = '/odaInstances/{odaInstanceId}/actions/configureDigitalAssistantParameters'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
126
|
+
operation_signing_strategy = :standard
|
|
127
|
+
|
|
128
|
+
# rubocop:disable Style/NegatedIf
|
|
129
|
+
# Query Params
|
|
130
|
+
query_params = {}
|
|
131
|
+
|
|
132
|
+
# Header Params
|
|
133
|
+
header_params = {}
|
|
134
|
+
header_params[:accept] = 'application/json'
|
|
135
|
+
header_params[:'content-type'] = 'application/json'
|
|
136
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
137
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
138
|
+
# rubocop:enable Style/NegatedIf
|
|
139
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
140
|
+
|
|
141
|
+
post_body = @api_client.object_to_http_body(configure_digital_assistant_parameters_details)
|
|
142
|
+
|
|
143
|
+
# rubocop:disable Metrics/BlockLength
|
|
144
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#configure_digital_assistant_parameters') do
|
|
145
|
+
@api_client.call_api(
|
|
146
|
+
:POST,
|
|
147
|
+
path,
|
|
148
|
+
endpoint,
|
|
149
|
+
header_params: header_params,
|
|
150
|
+
query_params: query_params,
|
|
151
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
152
|
+
body: post_body
|
|
153
|
+
)
|
|
154
|
+
end
|
|
155
|
+
# rubocop:enable Metrics/BlockLength
|
|
156
|
+
end
|
|
157
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
158
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
159
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
160
|
+
|
|
161
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
162
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
163
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
# Creates a new Authentication Provider
|
|
167
|
+
#
|
|
168
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
169
|
+
# @param [OCI::Oda::Models::CreateAuthenticationProviderDetails] create_authentication_provider_details Property values required to create the new Authentication Provider.
|
|
170
|
+
# @param [Hash] opts the optional parameters
|
|
171
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
172
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
173
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
174
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
175
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
176
|
+
#
|
|
177
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
178
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
179
|
+
# then the service might reject a retry of the original creation request.
|
|
180
|
+
#
|
|
181
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProvider AuthenticationProvider}
|
|
182
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_authentication_provider.rb.html) to see an example of how to use create_authentication_provider API.
|
|
183
|
+
def create_authentication_provider(oda_instance_id, create_authentication_provider_details, opts = {})
|
|
184
|
+
logger.debug 'Calling operation ManagementClient#create_authentication_provider.' if logger
|
|
185
|
+
|
|
186
|
+
raise "Missing the required parameter 'oda_instance_id' when calling create_authentication_provider." if oda_instance_id.nil?
|
|
187
|
+
raise "Missing the required parameter 'create_authentication_provider_details' when calling create_authentication_provider." if create_authentication_provider_details.nil?
|
|
188
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
189
|
+
|
|
190
|
+
path = '/odaInstances/{odaInstanceId}/authenticationProviders'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
191
|
+
operation_signing_strategy = :standard
|
|
192
|
+
|
|
193
|
+
# rubocop:disable Style/NegatedIf
|
|
194
|
+
# Query Params
|
|
195
|
+
query_params = {}
|
|
196
|
+
|
|
197
|
+
# Header Params
|
|
198
|
+
header_params = {}
|
|
199
|
+
header_params[:accept] = 'application/json'
|
|
200
|
+
header_params[:'content-type'] = 'application/json'
|
|
201
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
202
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
203
|
+
# rubocop:enable Style/NegatedIf
|
|
204
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
205
|
+
|
|
206
|
+
post_body = @api_client.object_to_http_body(create_authentication_provider_details)
|
|
207
|
+
|
|
208
|
+
# rubocop:disable Metrics/BlockLength
|
|
209
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_authentication_provider') do
|
|
210
|
+
@api_client.call_api(
|
|
211
|
+
:POST,
|
|
212
|
+
path,
|
|
213
|
+
endpoint,
|
|
214
|
+
header_params: header_params,
|
|
215
|
+
query_params: query_params,
|
|
216
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
217
|
+
body: post_body,
|
|
218
|
+
return_type: 'OCI::Oda::Models::AuthenticationProvider'
|
|
219
|
+
)
|
|
220
|
+
end
|
|
221
|
+
# rubocop:enable Metrics/BlockLength
|
|
222
|
+
end
|
|
223
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
224
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
225
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
226
|
+
|
|
227
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
228
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
229
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
# Creates a new Channel.
|
|
233
|
+
#
|
|
234
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
235
|
+
# @param [OCI::Oda::Models::CreateChannelDetails] create_channel_details Property values for creating the new Channel.
|
|
236
|
+
# @param [Hash] opts the optional parameters
|
|
237
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
238
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
239
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
240
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
241
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
242
|
+
#
|
|
243
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
244
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
245
|
+
# then the service might reject a retry of the original creation request.
|
|
246
|
+
#
|
|
247
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::CreateChannelResult CreateChannelResult}
|
|
248
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_channel.rb.html) to see an example of how to use create_channel API.
|
|
249
|
+
def create_channel(oda_instance_id, create_channel_details, opts = {})
|
|
250
|
+
logger.debug 'Calling operation ManagementClient#create_channel.' if logger
|
|
251
|
+
|
|
252
|
+
raise "Missing the required parameter 'oda_instance_id' when calling create_channel." if oda_instance_id.nil?
|
|
253
|
+
raise "Missing the required parameter 'create_channel_details' when calling create_channel." if create_channel_details.nil?
|
|
254
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
255
|
+
|
|
256
|
+
path = '/odaInstances/{odaInstanceId}/channels'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
257
|
+
operation_signing_strategy = :standard
|
|
258
|
+
|
|
259
|
+
# rubocop:disable Style/NegatedIf
|
|
260
|
+
# Query Params
|
|
261
|
+
query_params = {}
|
|
262
|
+
|
|
263
|
+
# Header Params
|
|
264
|
+
header_params = {}
|
|
265
|
+
header_params[:accept] = 'application/json'
|
|
266
|
+
header_params[:'content-type'] = 'application/json'
|
|
267
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
268
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
269
|
+
# rubocop:enable Style/NegatedIf
|
|
270
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
271
|
+
|
|
272
|
+
post_body = @api_client.object_to_http_body(create_channel_details)
|
|
273
|
+
|
|
274
|
+
# rubocop:disable Metrics/BlockLength
|
|
275
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_channel') do
|
|
276
|
+
@api_client.call_api(
|
|
277
|
+
:POST,
|
|
278
|
+
path,
|
|
279
|
+
endpoint,
|
|
280
|
+
header_params: header_params,
|
|
281
|
+
query_params: query_params,
|
|
282
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
283
|
+
body: post_body,
|
|
284
|
+
return_type: 'OCI::Oda::Models::CreateChannelResult'
|
|
285
|
+
)
|
|
286
|
+
end
|
|
287
|
+
# rubocop:enable Metrics/BlockLength
|
|
288
|
+
end
|
|
289
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
290
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
291
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
292
|
+
|
|
293
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
294
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
295
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
# Creates a new Digital Assistant.
|
|
299
|
+
#
|
|
300
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
301
|
+
# @param [OCI::Oda::Models::CreateDigitalAssistantDetails] create_digital_assistant_details Property values for creating the new Digital Assistant.
|
|
302
|
+
# @param [Hash] opts the optional parameters
|
|
303
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
304
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
305
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
306
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
307
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
308
|
+
#
|
|
309
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
310
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
311
|
+
# then the service might reject a retry of the original creation request.
|
|
312
|
+
#
|
|
313
|
+
# @return [Response] A Response object with data of type nil
|
|
314
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_digital_assistant.rb.html) to see an example of how to use create_digital_assistant API.
|
|
315
|
+
def create_digital_assistant(oda_instance_id, create_digital_assistant_details, opts = {})
|
|
316
|
+
logger.debug 'Calling operation ManagementClient#create_digital_assistant.' if logger
|
|
317
|
+
|
|
318
|
+
raise "Missing the required parameter 'oda_instance_id' when calling create_digital_assistant." if oda_instance_id.nil?
|
|
319
|
+
raise "Missing the required parameter 'create_digital_assistant_details' when calling create_digital_assistant." if create_digital_assistant_details.nil?
|
|
320
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
321
|
+
|
|
322
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
323
|
+
operation_signing_strategy = :standard
|
|
324
|
+
|
|
325
|
+
# rubocop:disable Style/NegatedIf
|
|
326
|
+
# Query Params
|
|
327
|
+
query_params = {}
|
|
328
|
+
|
|
329
|
+
# Header Params
|
|
330
|
+
header_params = {}
|
|
331
|
+
header_params[:accept] = 'application/json'
|
|
332
|
+
header_params[:'content-type'] = 'application/json'
|
|
333
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
334
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
335
|
+
# rubocop:enable Style/NegatedIf
|
|
336
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
337
|
+
|
|
338
|
+
post_body = @api_client.object_to_http_body(create_digital_assistant_details)
|
|
339
|
+
|
|
340
|
+
# rubocop:disable Metrics/BlockLength
|
|
341
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_digital_assistant') do
|
|
342
|
+
@api_client.call_api(
|
|
343
|
+
:POST,
|
|
344
|
+
path,
|
|
345
|
+
endpoint,
|
|
346
|
+
header_params: header_params,
|
|
347
|
+
query_params: query_params,
|
|
348
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
349
|
+
body: post_body
|
|
350
|
+
)
|
|
351
|
+
end
|
|
352
|
+
# rubocop:enable Metrics/BlockLength
|
|
353
|
+
end
|
|
354
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
355
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
356
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
357
|
+
|
|
358
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
359
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
360
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
# Creates a new Skill from scratch.
|
|
364
|
+
#
|
|
365
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
366
|
+
# @param [OCI::Oda::Models::CreateSkillDetails] create_skill_details Property values for creating the Skill.
|
|
367
|
+
# @param [Hash] opts the optional parameters
|
|
368
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
369
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
370
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
371
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
372
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
373
|
+
#
|
|
374
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
375
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
376
|
+
# then the service might reject a retry of the original creation request.
|
|
377
|
+
#
|
|
378
|
+
# @return [Response] A Response object with data of type nil
|
|
379
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_skill.rb.html) to see an example of how to use create_skill API.
|
|
380
|
+
def create_skill(oda_instance_id, create_skill_details, opts = {})
|
|
381
|
+
logger.debug 'Calling operation ManagementClient#create_skill.' if logger
|
|
382
|
+
|
|
383
|
+
raise "Missing the required parameter 'oda_instance_id' when calling create_skill." if oda_instance_id.nil?
|
|
384
|
+
raise "Missing the required parameter 'create_skill_details' when calling create_skill." if create_skill_details.nil?
|
|
385
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
386
|
+
|
|
387
|
+
path = '/odaInstances/{odaInstanceId}/skills'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
388
|
+
operation_signing_strategy = :standard
|
|
389
|
+
|
|
390
|
+
# rubocop:disable Style/NegatedIf
|
|
391
|
+
# Query Params
|
|
392
|
+
query_params = {}
|
|
393
|
+
|
|
394
|
+
# Header Params
|
|
395
|
+
header_params = {}
|
|
396
|
+
header_params[:accept] = 'application/json'
|
|
397
|
+
header_params[:'content-type'] = 'application/json'
|
|
398
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
399
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
400
|
+
# rubocop:enable Style/NegatedIf
|
|
401
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
402
|
+
|
|
403
|
+
post_body = @api_client.object_to_http_body(create_skill_details)
|
|
404
|
+
|
|
405
|
+
# rubocop:disable Metrics/BlockLength
|
|
406
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_skill') do
|
|
407
|
+
@api_client.call_api(
|
|
408
|
+
:POST,
|
|
409
|
+
path,
|
|
410
|
+
endpoint,
|
|
411
|
+
header_params: header_params,
|
|
412
|
+
query_params: query_params,
|
|
413
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
414
|
+
body: post_body
|
|
415
|
+
)
|
|
416
|
+
end
|
|
417
|
+
# rubocop:enable Metrics/BlockLength
|
|
418
|
+
end
|
|
419
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
420
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
421
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
422
|
+
|
|
423
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
424
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
425
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
# Creates a new Skill Parameter.
|
|
429
|
+
#
|
|
430
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
431
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
432
|
+
# @param [OCI::Oda::Models::CreateSkillParameterDetails] create_skill_parameter_details Property values for creating the new Skill Parameter.
|
|
433
|
+
# @param [Hash] opts the optional parameters
|
|
434
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
435
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
436
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
437
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
438
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
439
|
+
#
|
|
440
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
441
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
442
|
+
# then the service might reject a retry of the original creation request.
|
|
443
|
+
#
|
|
444
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameter SkillParameter}
|
|
445
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_skill_parameter.rb.html) to see an example of how to use create_skill_parameter API.
|
|
446
|
+
def create_skill_parameter(oda_instance_id, skill_id, create_skill_parameter_details, opts = {})
|
|
447
|
+
logger.debug 'Calling operation ManagementClient#create_skill_parameter.' if logger
|
|
448
|
+
|
|
449
|
+
raise "Missing the required parameter 'oda_instance_id' when calling create_skill_parameter." if oda_instance_id.nil?
|
|
450
|
+
raise "Missing the required parameter 'skill_id' when calling create_skill_parameter." if skill_id.nil?
|
|
451
|
+
raise "Missing the required parameter 'create_skill_parameter_details' when calling create_skill_parameter." if create_skill_parameter_details.nil?
|
|
452
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
453
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
454
|
+
|
|
455
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
|
|
456
|
+
operation_signing_strategy = :standard
|
|
457
|
+
|
|
458
|
+
# rubocop:disable Style/NegatedIf
|
|
459
|
+
# Query Params
|
|
460
|
+
query_params = {}
|
|
461
|
+
|
|
462
|
+
# Header Params
|
|
463
|
+
header_params = {}
|
|
464
|
+
header_params[:accept] = 'application/json'
|
|
465
|
+
header_params[:'content-type'] = 'application/json'
|
|
466
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
467
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
468
|
+
# rubocop:enable Style/NegatedIf
|
|
469
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
470
|
+
|
|
471
|
+
post_body = @api_client.object_to_http_body(create_skill_parameter_details)
|
|
472
|
+
|
|
473
|
+
# rubocop:disable Metrics/BlockLength
|
|
474
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_skill_parameter') do
|
|
475
|
+
@api_client.call_api(
|
|
476
|
+
:POST,
|
|
477
|
+
path,
|
|
478
|
+
endpoint,
|
|
479
|
+
header_params: header_params,
|
|
480
|
+
query_params: query_params,
|
|
481
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
482
|
+
body: post_body,
|
|
483
|
+
return_type: 'OCI::Oda::Models::SkillParameter'
|
|
484
|
+
)
|
|
485
|
+
end
|
|
486
|
+
# rubocop:enable Metrics/BlockLength
|
|
487
|
+
end
|
|
488
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
489
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
490
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
491
|
+
|
|
492
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
493
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
494
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
# Creates a new Translator
|
|
498
|
+
#
|
|
499
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
500
|
+
# @param [OCI::Oda::Models::CreateTranslatorDetails] create_translator_details Property values to create the new Translator.
|
|
501
|
+
# @param [Hash] opts the optional parameters
|
|
502
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
503
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
504
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
505
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
506
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
507
|
+
#
|
|
508
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
509
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
510
|
+
# then the service might reject a retry of the original creation request.
|
|
511
|
+
#
|
|
512
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Translator Translator}
|
|
513
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_translator.rb.html) to see an example of how to use create_translator API.
|
|
514
|
+
def create_translator(oda_instance_id, create_translator_details, opts = {})
|
|
515
|
+
logger.debug 'Calling operation ManagementClient#create_translator.' if logger
|
|
516
|
+
|
|
517
|
+
raise "Missing the required parameter 'oda_instance_id' when calling create_translator." if oda_instance_id.nil?
|
|
518
|
+
raise "Missing the required parameter 'create_translator_details' when calling create_translator." if create_translator_details.nil?
|
|
519
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
520
|
+
|
|
521
|
+
path = '/odaInstances/{odaInstanceId}/translators'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
522
|
+
operation_signing_strategy = :standard
|
|
523
|
+
|
|
524
|
+
# rubocop:disable Style/NegatedIf
|
|
525
|
+
# Query Params
|
|
526
|
+
query_params = {}
|
|
527
|
+
|
|
528
|
+
# Header Params
|
|
529
|
+
header_params = {}
|
|
530
|
+
header_params[:accept] = 'application/json'
|
|
531
|
+
header_params[:'content-type'] = 'application/json'
|
|
532
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
533
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
534
|
+
# rubocop:enable Style/NegatedIf
|
|
535
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
536
|
+
|
|
537
|
+
post_body = @api_client.object_to_http_body(create_translator_details)
|
|
538
|
+
|
|
539
|
+
# rubocop:disable Metrics/BlockLength
|
|
540
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#create_translator') do
|
|
541
|
+
@api_client.call_api(
|
|
542
|
+
:POST,
|
|
543
|
+
path,
|
|
544
|
+
endpoint,
|
|
545
|
+
header_params: header_params,
|
|
546
|
+
query_params: query_params,
|
|
547
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
548
|
+
body: post_body,
|
|
549
|
+
return_type: 'OCI::Oda::Models::Translator'
|
|
550
|
+
)
|
|
551
|
+
end
|
|
552
|
+
# rubocop:enable Metrics/BlockLength
|
|
553
|
+
end
|
|
554
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
555
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
556
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
557
|
+
|
|
558
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
559
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
560
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
# Delete the specified Authentication Provider.
|
|
564
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
565
|
+
# @param [String] authentication_provider_id Unique Authentication Provider identifier.
|
|
566
|
+
# @param [Hash] opts the optional parameters
|
|
567
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
568
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
569
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
570
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
571
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
572
|
+
# response for that instance. The service updates or deletes the
|
|
573
|
+
# instance only if the etag that you provide matches the instance's
|
|
574
|
+
# current etag value.
|
|
575
|
+
#
|
|
576
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
577
|
+
# @return [Response] A Response object with data of type nil
|
|
578
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_authentication_provider.rb.html) to see an example of how to use delete_authentication_provider API.
|
|
579
|
+
def delete_authentication_provider(oda_instance_id, authentication_provider_id, opts = {})
|
|
580
|
+
logger.debug 'Calling operation ManagementClient#delete_authentication_provider.' if logger
|
|
581
|
+
|
|
582
|
+
raise "Missing the required parameter 'oda_instance_id' when calling delete_authentication_provider." if oda_instance_id.nil?
|
|
583
|
+
raise "Missing the required parameter 'authentication_provider_id' when calling delete_authentication_provider." if authentication_provider_id.nil?
|
|
584
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
585
|
+
raise "Parameter value for 'authentication_provider_id' must not be blank" if OCI::Internal::Util.blank_string?(authentication_provider_id)
|
|
586
|
+
|
|
587
|
+
path = '/odaInstances/{odaInstanceId}/authenticationProviders/{authenticationProviderId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{authenticationProviderId}', authentication_provider_id.to_s)
|
|
588
|
+
operation_signing_strategy = :standard
|
|
589
|
+
|
|
590
|
+
# rubocop:disable Style/NegatedIf
|
|
591
|
+
# Query Params
|
|
592
|
+
query_params = {}
|
|
593
|
+
|
|
594
|
+
# Header Params
|
|
595
|
+
header_params = {}
|
|
596
|
+
header_params[:accept] = 'application/json'
|
|
597
|
+
header_params[:'content-type'] = 'application/json'
|
|
598
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
599
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
600
|
+
# rubocop:enable Style/NegatedIf
|
|
601
|
+
|
|
602
|
+
post_body = nil
|
|
603
|
+
|
|
604
|
+
# rubocop:disable Metrics/BlockLength
|
|
605
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_authentication_provider') do
|
|
606
|
+
@api_client.call_api(
|
|
607
|
+
:DELETE,
|
|
608
|
+
path,
|
|
609
|
+
endpoint,
|
|
610
|
+
header_params: header_params,
|
|
611
|
+
query_params: query_params,
|
|
612
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
613
|
+
body: post_body
|
|
614
|
+
)
|
|
615
|
+
end
|
|
616
|
+
# rubocop:enable Metrics/BlockLength
|
|
617
|
+
end
|
|
618
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
619
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
620
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
621
|
+
|
|
622
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
623
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
624
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
# Delete the specified Channel.
|
|
628
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
629
|
+
# @param [String] channel_id Unique Channel identifier.
|
|
630
|
+
# @param [Hash] opts the optional parameters
|
|
631
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
632
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
633
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
634
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
635
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
636
|
+
# response for that instance. The service updates or deletes the
|
|
637
|
+
# instance only if the etag that you provide matches the instance's
|
|
638
|
+
# current etag value.
|
|
639
|
+
#
|
|
640
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
641
|
+
# @return [Response] A Response object with data of type nil
|
|
642
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_channel.rb.html) to see an example of how to use delete_channel API.
|
|
643
|
+
def delete_channel(oda_instance_id, channel_id, opts = {})
|
|
644
|
+
logger.debug 'Calling operation ManagementClient#delete_channel.' if logger
|
|
645
|
+
|
|
646
|
+
raise "Missing the required parameter 'oda_instance_id' when calling delete_channel." if oda_instance_id.nil?
|
|
647
|
+
raise "Missing the required parameter 'channel_id' when calling delete_channel." if channel_id.nil?
|
|
648
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
649
|
+
raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
|
|
650
|
+
|
|
651
|
+
path = '/odaInstances/{odaInstanceId}/channels/{channelId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
|
|
652
|
+
operation_signing_strategy = :standard
|
|
653
|
+
|
|
654
|
+
# rubocop:disable Style/NegatedIf
|
|
655
|
+
# Query Params
|
|
656
|
+
query_params = {}
|
|
657
|
+
|
|
658
|
+
# Header Params
|
|
659
|
+
header_params = {}
|
|
660
|
+
header_params[:accept] = 'application/json'
|
|
661
|
+
header_params[:'content-type'] = 'application/json'
|
|
662
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
663
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
664
|
+
# rubocop:enable Style/NegatedIf
|
|
665
|
+
|
|
666
|
+
post_body = nil
|
|
667
|
+
|
|
668
|
+
# rubocop:disable Metrics/BlockLength
|
|
669
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_channel') do
|
|
670
|
+
@api_client.call_api(
|
|
671
|
+
:DELETE,
|
|
672
|
+
path,
|
|
673
|
+
endpoint,
|
|
674
|
+
header_params: header_params,
|
|
675
|
+
query_params: query_params,
|
|
676
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
677
|
+
body: post_body
|
|
678
|
+
)
|
|
679
|
+
end
|
|
680
|
+
# rubocop:enable Metrics/BlockLength
|
|
681
|
+
end
|
|
682
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
683
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
684
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
685
|
+
|
|
686
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
687
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
688
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
# Delete the specified Digital Assistant.
|
|
692
|
+
#
|
|
693
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
694
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
695
|
+
# @param [Hash] opts the optional parameters
|
|
696
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
697
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
698
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
699
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
700
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
701
|
+
# response for that instance. The service updates or deletes the
|
|
702
|
+
# instance only if the etag that you provide matches the instance's
|
|
703
|
+
# current etag value.
|
|
704
|
+
#
|
|
705
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
706
|
+
# @return [Response] A Response object with data of type nil
|
|
707
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_digital_assistant.rb.html) to see an example of how to use delete_digital_assistant API.
|
|
708
|
+
def delete_digital_assistant(oda_instance_id, digital_assistant_id, opts = {})
|
|
709
|
+
logger.debug 'Calling operation ManagementClient#delete_digital_assistant.' if logger
|
|
710
|
+
|
|
711
|
+
raise "Missing the required parameter 'oda_instance_id' when calling delete_digital_assistant." if oda_instance_id.nil?
|
|
712
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling delete_digital_assistant." if digital_assistant_id.nil?
|
|
713
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
714
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
715
|
+
|
|
716
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
|
|
717
|
+
operation_signing_strategy = :standard
|
|
718
|
+
|
|
719
|
+
# rubocop:disable Style/NegatedIf
|
|
720
|
+
# Query Params
|
|
721
|
+
query_params = {}
|
|
722
|
+
|
|
723
|
+
# Header Params
|
|
724
|
+
header_params = {}
|
|
725
|
+
header_params[:accept] = 'application/json'
|
|
726
|
+
header_params[:'content-type'] = 'application/json'
|
|
727
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
728
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
729
|
+
# rubocop:enable Style/NegatedIf
|
|
730
|
+
|
|
731
|
+
post_body = nil
|
|
732
|
+
|
|
733
|
+
# rubocop:disable Metrics/BlockLength
|
|
734
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_digital_assistant') do
|
|
735
|
+
@api_client.call_api(
|
|
736
|
+
:DELETE,
|
|
737
|
+
path,
|
|
738
|
+
endpoint,
|
|
739
|
+
header_params: header_params,
|
|
740
|
+
query_params: query_params,
|
|
741
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
742
|
+
body: post_body
|
|
743
|
+
)
|
|
744
|
+
end
|
|
745
|
+
# rubocop:enable Metrics/BlockLength
|
|
746
|
+
end
|
|
747
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
748
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
749
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
750
|
+
|
|
751
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
752
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
753
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
# Delete the specified Skill.
|
|
757
|
+
#
|
|
758
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
759
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
760
|
+
# @param [Hash] opts the optional parameters
|
|
761
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
762
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
763
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
764
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
765
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
766
|
+
# response for that instance. The service updates or deletes the
|
|
767
|
+
# instance only if the etag that you provide matches the instance's
|
|
768
|
+
# current etag value.
|
|
769
|
+
#
|
|
770
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
771
|
+
# @return [Response] A Response object with data of type nil
|
|
772
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_skill.rb.html) to see an example of how to use delete_skill API.
|
|
773
|
+
def delete_skill(oda_instance_id, skill_id, opts = {})
|
|
774
|
+
logger.debug 'Calling operation ManagementClient#delete_skill.' if logger
|
|
775
|
+
|
|
776
|
+
raise "Missing the required parameter 'oda_instance_id' when calling delete_skill." if oda_instance_id.nil?
|
|
777
|
+
raise "Missing the required parameter 'skill_id' when calling delete_skill." if skill_id.nil?
|
|
778
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
779
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
780
|
+
|
|
781
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
|
|
782
|
+
operation_signing_strategy = :standard
|
|
783
|
+
|
|
784
|
+
# rubocop:disable Style/NegatedIf
|
|
785
|
+
# Query Params
|
|
786
|
+
query_params = {}
|
|
787
|
+
|
|
788
|
+
# Header Params
|
|
789
|
+
header_params = {}
|
|
790
|
+
header_params[:accept] = 'application/json'
|
|
791
|
+
header_params[:'content-type'] = 'application/json'
|
|
792
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
793
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
794
|
+
# rubocop:enable Style/NegatedIf
|
|
795
|
+
|
|
796
|
+
post_body = nil
|
|
797
|
+
|
|
798
|
+
# rubocop:disable Metrics/BlockLength
|
|
799
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_skill') do
|
|
800
|
+
@api_client.call_api(
|
|
801
|
+
:DELETE,
|
|
802
|
+
path,
|
|
803
|
+
endpoint,
|
|
804
|
+
header_params: header_params,
|
|
805
|
+
query_params: query_params,
|
|
806
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
807
|
+
body: post_body
|
|
808
|
+
)
|
|
809
|
+
end
|
|
810
|
+
# rubocop:enable Metrics/BlockLength
|
|
811
|
+
end
|
|
812
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
813
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
814
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
815
|
+
|
|
816
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
817
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
818
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
# Delete the specified Skill Parameter.
|
|
822
|
+
#
|
|
823
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
824
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
825
|
+
# @param [String] parameter_name The name of a Skill Parameter.
|
|
826
|
+
# @param [Hash] opts the optional parameters
|
|
827
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
828
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
829
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
830
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
831
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
832
|
+
# response for that instance. The service updates or deletes the
|
|
833
|
+
# instance only if the etag that you provide matches the instance's
|
|
834
|
+
# current etag value.
|
|
835
|
+
#
|
|
836
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
837
|
+
# @return [Response] A Response object with data of type nil
|
|
838
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_skill_parameter.rb.html) to see an example of how to use delete_skill_parameter API.
|
|
839
|
+
def delete_skill_parameter(oda_instance_id, skill_id, parameter_name, opts = {})
|
|
840
|
+
logger.debug 'Calling operation ManagementClient#delete_skill_parameter.' if logger
|
|
841
|
+
|
|
842
|
+
raise "Missing the required parameter 'oda_instance_id' when calling delete_skill_parameter." if oda_instance_id.nil?
|
|
843
|
+
raise "Missing the required parameter 'skill_id' when calling delete_skill_parameter." if skill_id.nil?
|
|
844
|
+
raise "Missing the required parameter 'parameter_name' when calling delete_skill_parameter." if parameter_name.nil?
|
|
845
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
846
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
847
|
+
raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
|
|
848
|
+
|
|
849
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s).sub('{parameterName}', parameter_name.to_s)
|
|
850
|
+
operation_signing_strategy = :standard
|
|
851
|
+
|
|
852
|
+
# rubocop:disable Style/NegatedIf
|
|
853
|
+
# Query Params
|
|
854
|
+
query_params = {}
|
|
855
|
+
|
|
856
|
+
# Header Params
|
|
857
|
+
header_params = {}
|
|
858
|
+
header_params[:accept] = 'application/json'
|
|
859
|
+
header_params[:'content-type'] = 'application/json'
|
|
860
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
861
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
862
|
+
# rubocop:enable Style/NegatedIf
|
|
863
|
+
|
|
864
|
+
post_body = nil
|
|
865
|
+
|
|
866
|
+
# rubocop:disable Metrics/BlockLength
|
|
867
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_skill_parameter') do
|
|
868
|
+
@api_client.call_api(
|
|
869
|
+
:DELETE,
|
|
870
|
+
path,
|
|
871
|
+
endpoint,
|
|
872
|
+
header_params: header_params,
|
|
873
|
+
query_params: query_params,
|
|
874
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
875
|
+
body: post_body
|
|
876
|
+
)
|
|
877
|
+
end
|
|
878
|
+
# rubocop:enable Metrics/BlockLength
|
|
879
|
+
end
|
|
880
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
881
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
882
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
883
|
+
|
|
884
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
885
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
886
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
# Delete the specified Translator.
|
|
890
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
891
|
+
# @param [String] translator_id Unique Translator identifier.
|
|
892
|
+
# @param [Hash] opts the optional parameters
|
|
893
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
894
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
895
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
896
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
897
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
898
|
+
# response for that instance. The service updates or deletes the
|
|
899
|
+
# instance only if the etag that you provide matches the instance's
|
|
900
|
+
# current etag value.
|
|
901
|
+
#
|
|
902
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
903
|
+
# @return [Response] A Response object with data of type nil
|
|
904
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_translator.rb.html) to see an example of how to use delete_translator API.
|
|
905
|
+
def delete_translator(oda_instance_id, translator_id, opts = {})
|
|
906
|
+
logger.debug 'Calling operation ManagementClient#delete_translator.' if logger
|
|
907
|
+
|
|
908
|
+
raise "Missing the required parameter 'oda_instance_id' when calling delete_translator." if oda_instance_id.nil?
|
|
909
|
+
raise "Missing the required parameter 'translator_id' when calling delete_translator." if translator_id.nil?
|
|
910
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
911
|
+
raise "Parameter value for 'translator_id' must not be blank" if OCI::Internal::Util.blank_string?(translator_id)
|
|
912
|
+
|
|
913
|
+
path = '/odaInstances/{odaInstanceId}/translators/{translatorId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{translatorId}', translator_id.to_s)
|
|
914
|
+
operation_signing_strategy = :standard
|
|
915
|
+
|
|
916
|
+
# rubocop:disable Style/NegatedIf
|
|
917
|
+
# Query Params
|
|
918
|
+
query_params = {}
|
|
919
|
+
|
|
920
|
+
# Header Params
|
|
921
|
+
header_params = {}
|
|
922
|
+
header_params[:accept] = 'application/json'
|
|
923
|
+
header_params[:'content-type'] = 'application/json'
|
|
924
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
925
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
926
|
+
# rubocop:enable Style/NegatedIf
|
|
927
|
+
|
|
928
|
+
post_body = nil
|
|
929
|
+
|
|
930
|
+
# rubocop:disable Metrics/BlockLength
|
|
931
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#delete_translator') do
|
|
932
|
+
@api_client.call_api(
|
|
933
|
+
:DELETE,
|
|
934
|
+
path,
|
|
935
|
+
endpoint,
|
|
936
|
+
header_params: header_params,
|
|
937
|
+
query_params: query_params,
|
|
938
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
939
|
+
body: post_body
|
|
940
|
+
)
|
|
941
|
+
end
|
|
942
|
+
# rubocop:enable Metrics/BlockLength
|
|
943
|
+
end
|
|
944
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
945
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
946
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
947
|
+
|
|
948
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
949
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
950
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
# Exports the specified Digital Assistant as an archive to Object Storage.
|
|
954
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
955
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
956
|
+
# @param [OCI::Oda::Models::ExportDigitalAssistantDetails] export_digital_assistant_details Where in Object Storage to export the Digital Assistant to.
|
|
957
|
+
# @param [Hash] opts the optional parameters
|
|
958
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
959
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
960
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
961
|
+
# @return [Response] A Response object with data of type nil
|
|
962
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/export_digital_assistant.rb.html) to see an example of how to use export_digital_assistant API.
|
|
963
|
+
def export_digital_assistant(oda_instance_id, digital_assistant_id, export_digital_assistant_details, opts = {})
|
|
964
|
+
logger.debug 'Calling operation ManagementClient#export_digital_assistant.' if logger
|
|
965
|
+
|
|
966
|
+
raise "Missing the required parameter 'oda_instance_id' when calling export_digital_assistant." if oda_instance_id.nil?
|
|
967
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling export_digital_assistant." if digital_assistant_id.nil?
|
|
968
|
+
raise "Missing the required parameter 'export_digital_assistant_details' when calling export_digital_assistant." if export_digital_assistant_details.nil?
|
|
969
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
970
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
971
|
+
|
|
972
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/actions/export'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
|
|
973
|
+
operation_signing_strategy = :standard
|
|
974
|
+
|
|
975
|
+
# rubocop:disable Style/NegatedIf
|
|
976
|
+
# Query Params
|
|
977
|
+
query_params = {}
|
|
978
|
+
|
|
979
|
+
# Header Params
|
|
980
|
+
header_params = {}
|
|
981
|
+
header_params[:accept] = 'application/json'
|
|
982
|
+
header_params[:'content-type'] = 'application/json'
|
|
983
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
984
|
+
# rubocop:enable Style/NegatedIf
|
|
985
|
+
|
|
986
|
+
post_body = @api_client.object_to_http_body(export_digital_assistant_details)
|
|
987
|
+
|
|
988
|
+
# rubocop:disable Metrics/BlockLength
|
|
989
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#export_digital_assistant') do
|
|
990
|
+
@api_client.call_api(
|
|
991
|
+
:POST,
|
|
992
|
+
path,
|
|
993
|
+
endpoint,
|
|
994
|
+
header_params: header_params,
|
|
995
|
+
query_params: query_params,
|
|
996
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
997
|
+
body: post_body
|
|
998
|
+
)
|
|
999
|
+
end
|
|
1000
|
+
# rubocop:enable Metrics/BlockLength
|
|
1001
|
+
end
|
|
1002
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1003
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1004
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1005
|
+
|
|
1006
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1007
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1008
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
# Exports the specified Skill as an archive to Object Storage.
|
|
1012
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1013
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
1014
|
+
# @param [OCI::Oda::Models::ExportSkillDetails] export_skill_details Where in Object Storage to export the Skill to.
|
|
1015
|
+
# @param [Hash] opts the optional parameters
|
|
1016
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1017
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1018
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1019
|
+
# @return [Response] A Response object with data of type nil
|
|
1020
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/export_skill.rb.html) to see an example of how to use export_skill API.
|
|
1021
|
+
def export_skill(oda_instance_id, skill_id, export_skill_details, opts = {})
|
|
1022
|
+
logger.debug 'Calling operation ManagementClient#export_skill.' if logger
|
|
1023
|
+
|
|
1024
|
+
raise "Missing the required parameter 'oda_instance_id' when calling export_skill." if oda_instance_id.nil?
|
|
1025
|
+
raise "Missing the required parameter 'skill_id' when calling export_skill." if skill_id.nil?
|
|
1026
|
+
raise "Missing the required parameter 'export_skill_details' when calling export_skill." if export_skill_details.nil?
|
|
1027
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1028
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
1029
|
+
|
|
1030
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}/actions/export'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
|
|
1031
|
+
operation_signing_strategy = :standard
|
|
1032
|
+
|
|
1033
|
+
# rubocop:disable Style/NegatedIf
|
|
1034
|
+
# Query Params
|
|
1035
|
+
query_params = {}
|
|
1036
|
+
|
|
1037
|
+
# Header Params
|
|
1038
|
+
header_params = {}
|
|
1039
|
+
header_params[:accept] = 'application/json'
|
|
1040
|
+
header_params[:'content-type'] = 'application/json'
|
|
1041
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1042
|
+
# rubocop:enable Style/NegatedIf
|
|
1043
|
+
|
|
1044
|
+
post_body = @api_client.object_to_http_body(export_skill_details)
|
|
1045
|
+
|
|
1046
|
+
# rubocop:disable Metrics/BlockLength
|
|
1047
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#export_skill') do
|
|
1048
|
+
@api_client.call_api(
|
|
1049
|
+
:POST,
|
|
1050
|
+
path,
|
|
1051
|
+
endpoint,
|
|
1052
|
+
header_params: header_params,
|
|
1053
|
+
query_params: query_params,
|
|
1054
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1055
|
+
body: post_body
|
|
1056
|
+
)
|
|
1057
|
+
end
|
|
1058
|
+
# rubocop:enable Metrics/BlockLength
|
|
1059
|
+
end
|
|
1060
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1061
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1062
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1063
|
+
|
|
1064
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1065
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1066
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
# Gets the specified Authentication Provider.
|
|
1070
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1071
|
+
# @param [String] authentication_provider_id Unique Authentication Provider identifier.
|
|
1072
|
+
# @param [Hash] opts the optional parameters
|
|
1073
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1074
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1075
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1076
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProvider AuthenticationProvider}
|
|
1077
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_authentication_provider.rb.html) to see an example of how to use get_authentication_provider API.
|
|
1078
|
+
def get_authentication_provider(oda_instance_id, authentication_provider_id, opts = {})
|
|
1079
|
+
logger.debug 'Calling operation ManagementClient#get_authentication_provider.' if logger
|
|
1080
|
+
|
|
1081
|
+
raise "Missing the required parameter 'oda_instance_id' when calling get_authentication_provider." if oda_instance_id.nil?
|
|
1082
|
+
raise "Missing the required parameter 'authentication_provider_id' when calling get_authentication_provider." if authentication_provider_id.nil?
|
|
1083
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1084
|
+
raise "Parameter value for 'authentication_provider_id' must not be blank" if OCI::Internal::Util.blank_string?(authentication_provider_id)
|
|
1085
|
+
|
|
1086
|
+
path = '/odaInstances/{odaInstanceId}/authenticationProviders/{authenticationProviderId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{authenticationProviderId}', authentication_provider_id.to_s)
|
|
1087
|
+
operation_signing_strategy = :standard
|
|
1088
|
+
|
|
1089
|
+
# rubocop:disable Style/NegatedIf
|
|
1090
|
+
# Query Params
|
|
1091
|
+
query_params = {}
|
|
1092
|
+
|
|
1093
|
+
# Header Params
|
|
1094
|
+
header_params = {}
|
|
1095
|
+
header_params[:accept] = 'application/json'
|
|
1096
|
+
header_params[:'content-type'] = 'application/json'
|
|
1097
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1098
|
+
# rubocop:enable Style/NegatedIf
|
|
1099
|
+
|
|
1100
|
+
post_body = nil
|
|
1101
|
+
|
|
1102
|
+
# rubocop:disable Metrics/BlockLength
|
|
1103
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_authentication_provider') do
|
|
1104
|
+
@api_client.call_api(
|
|
1105
|
+
:GET,
|
|
1106
|
+
path,
|
|
1107
|
+
endpoint,
|
|
1108
|
+
header_params: header_params,
|
|
1109
|
+
query_params: query_params,
|
|
1110
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1111
|
+
body: post_body,
|
|
1112
|
+
return_type: 'OCI::Oda::Models::AuthenticationProvider'
|
|
1113
|
+
)
|
|
1114
|
+
end
|
|
1115
|
+
# rubocop:enable Metrics/BlockLength
|
|
1116
|
+
end
|
|
1117
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1118
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1119
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1120
|
+
|
|
1121
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1122
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1123
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
# Gets the specified Channel.
|
|
1127
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1128
|
+
# @param [String] channel_id Unique Channel identifier.
|
|
1129
|
+
# @param [Hash] opts the optional parameters
|
|
1130
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1131
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1132
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1133
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
|
|
1134
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_channel.rb.html) to see an example of how to use get_channel API.
|
|
1135
|
+
def get_channel(oda_instance_id, channel_id, opts = {})
|
|
1136
|
+
logger.debug 'Calling operation ManagementClient#get_channel.' if logger
|
|
1137
|
+
|
|
1138
|
+
raise "Missing the required parameter 'oda_instance_id' when calling get_channel." if oda_instance_id.nil?
|
|
1139
|
+
raise "Missing the required parameter 'channel_id' when calling get_channel." if channel_id.nil?
|
|
1140
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1141
|
+
raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
|
|
1142
|
+
|
|
1143
|
+
path = '/odaInstances/{odaInstanceId}/channels/{channelId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
|
|
1144
|
+
operation_signing_strategy = :standard
|
|
1145
|
+
|
|
1146
|
+
# rubocop:disable Style/NegatedIf
|
|
1147
|
+
# Query Params
|
|
1148
|
+
query_params = {}
|
|
1149
|
+
|
|
1150
|
+
# Header Params
|
|
1151
|
+
header_params = {}
|
|
1152
|
+
header_params[:accept] = 'application/json'
|
|
1153
|
+
header_params[:'content-type'] = 'application/json'
|
|
1154
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1155
|
+
# rubocop:enable Style/NegatedIf
|
|
1156
|
+
|
|
1157
|
+
post_body = nil
|
|
1158
|
+
|
|
1159
|
+
# rubocop:disable Metrics/BlockLength
|
|
1160
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_channel') do
|
|
1161
|
+
@api_client.call_api(
|
|
1162
|
+
:GET,
|
|
1163
|
+
path,
|
|
1164
|
+
endpoint,
|
|
1165
|
+
header_params: header_params,
|
|
1166
|
+
query_params: query_params,
|
|
1167
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1168
|
+
body: post_body,
|
|
1169
|
+
return_type: 'OCI::Oda::Models::Channel'
|
|
1170
|
+
)
|
|
1171
|
+
end
|
|
1172
|
+
# rubocop:enable Metrics/BlockLength
|
|
1173
|
+
end
|
|
1174
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1175
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1176
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1177
|
+
|
|
1178
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1179
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1180
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
# Gets the specified Digital Assistant.
|
|
1184
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1185
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
1186
|
+
# @param [Hash] opts the optional parameters
|
|
1187
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1188
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1189
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1190
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistant DigitalAssistant}
|
|
1191
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_digital_assistant.rb.html) to see an example of how to use get_digital_assistant API.
|
|
1192
|
+
def get_digital_assistant(oda_instance_id, digital_assistant_id, opts = {})
|
|
1193
|
+
logger.debug 'Calling operation ManagementClient#get_digital_assistant.' if logger
|
|
1194
|
+
|
|
1195
|
+
raise "Missing the required parameter 'oda_instance_id' when calling get_digital_assistant." if oda_instance_id.nil?
|
|
1196
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling get_digital_assistant." if digital_assistant_id.nil?
|
|
1197
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1198
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
1199
|
+
|
|
1200
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
|
|
1201
|
+
operation_signing_strategy = :standard
|
|
1202
|
+
|
|
1203
|
+
# rubocop:disable Style/NegatedIf
|
|
1204
|
+
# Query Params
|
|
1205
|
+
query_params = {}
|
|
1206
|
+
|
|
1207
|
+
# Header Params
|
|
1208
|
+
header_params = {}
|
|
1209
|
+
header_params[:accept] = 'application/json'
|
|
1210
|
+
header_params[:'content-type'] = 'application/json'
|
|
1211
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1212
|
+
# rubocop:enable Style/NegatedIf
|
|
1213
|
+
|
|
1214
|
+
post_body = nil
|
|
1215
|
+
|
|
1216
|
+
# rubocop:disable Metrics/BlockLength
|
|
1217
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_digital_assistant') do
|
|
1218
|
+
@api_client.call_api(
|
|
1219
|
+
:GET,
|
|
1220
|
+
path,
|
|
1221
|
+
endpoint,
|
|
1222
|
+
header_params: header_params,
|
|
1223
|
+
query_params: query_params,
|
|
1224
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1225
|
+
body: post_body,
|
|
1226
|
+
return_type: 'OCI::Oda::Models::DigitalAssistant'
|
|
1227
|
+
)
|
|
1228
|
+
end
|
|
1229
|
+
# rubocop:enable Metrics/BlockLength
|
|
1230
|
+
end
|
|
1231
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1232
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1233
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1234
|
+
|
|
1235
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1236
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1237
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
# Gets the specified Digital Assistant Parameter.
|
|
1241
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1242
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
1243
|
+
# @param [String] parameter_name The name of a Digital Assistant Parameter. This is unique with the Digital Assistant.
|
|
1244
|
+
# @param [Hash] opts the optional parameters
|
|
1245
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1246
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1247
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1248
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantParameter DigitalAssistantParameter}
|
|
1249
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_digital_assistant_parameter.rb.html) to see an example of how to use get_digital_assistant_parameter API.
|
|
1250
|
+
def get_digital_assistant_parameter(oda_instance_id, digital_assistant_id, parameter_name, opts = {})
|
|
1251
|
+
logger.debug 'Calling operation ManagementClient#get_digital_assistant_parameter.' if logger
|
|
1252
|
+
|
|
1253
|
+
raise "Missing the required parameter 'oda_instance_id' when calling get_digital_assistant_parameter." if oda_instance_id.nil?
|
|
1254
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling get_digital_assistant_parameter." if digital_assistant_id.nil?
|
|
1255
|
+
raise "Missing the required parameter 'parameter_name' when calling get_digital_assistant_parameter." if parameter_name.nil?
|
|
1256
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1257
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
1258
|
+
raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
|
|
1259
|
+
|
|
1260
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s).sub('{parameterName}', parameter_name.to_s)
|
|
1261
|
+
operation_signing_strategy = :standard
|
|
1262
|
+
|
|
1263
|
+
# rubocop:disable Style/NegatedIf
|
|
1264
|
+
# Query Params
|
|
1265
|
+
query_params = {}
|
|
1266
|
+
|
|
1267
|
+
# Header Params
|
|
1268
|
+
header_params = {}
|
|
1269
|
+
header_params[:accept] = 'application/json'
|
|
1270
|
+
header_params[:'content-type'] = 'application/json'
|
|
1271
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1272
|
+
# rubocop:enable Style/NegatedIf
|
|
1273
|
+
|
|
1274
|
+
post_body = nil
|
|
1275
|
+
|
|
1276
|
+
# rubocop:disable Metrics/BlockLength
|
|
1277
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_digital_assistant_parameter') do
|
|
1278
|
+
@api_client.call_api(
|
|
1279
|
+
:GET,
|
|
1280
|
+
path,
|
|
1281
|
+
endpoint,
|
|
1282
|
+
header_params: header_params,
|
|
1283
|
+
query_params: query_params,
|
|
1284
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1285
|
+
body: post_body,
|
|
1286
|
+
return_type: 'OCI::Oda::Models::DigitalAssistantParameter'
|
|
1287
|
+
)
|
|
1288
|
+
end
|
|
1289
|
+
# rubocop:enable Metrics/BlockLength
|
|
1290
|
+
end
|
|
1291
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1292
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1293
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1294
|
+
|
|
1295
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1296
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1297
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
# Gets the specified Skill.
|
|
1301
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1302
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
1303
|
+
# @param [Hash] opts the optional parameters
|
|
1304
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1305
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1306
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1307
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Skill Skill}
|
|
1308
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_skill.rb.html) to see an example of how to use get_skill API.
|
|
1309
|
+
def get_skill(oda_instance_id, skill_id, opts = {})
|
|
1310
|
+
logger.debug 'Calling operation ManagementClient#get_skill.' if logger
|
|
1311
|
+
|
|
1312
|
+
raise "Missing the required parameter 'oda_instance_id' when calling get_skill." if oda_instance_id.nil?
|
|
1313
|
+
raise "Missing the required parameter 'skill_id' when calling get_skill." if skill_id.nil?
|
|
1314
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1315
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
1316
|
+
|
|
1317
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
|
|
1318
|
+
operation_signing_strategy = :standard
|
|
1319
|
+
|
|
1320
|
+
# rubocop:disable Style/NegatedIf
|
|
1321
|
+
# Query Params
|
|
1322
|
+
query_params = {}
|
|
1323
|
+
|
|
1324
|
+
# Header Params
|
|
1325
|
+
header_params = {}
|
|
1326
|
+
header_params[:accept] = 'application/json'
|
|
1327
|
+
header_params[:'content-type'] = 'application/json'
|
|
1328
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1329
|
+
# rubocop:enable Style/NegatedIf
|
|
1330
|
+
|
|
1331
|
+
post_body = nil
|
|
1332
|
+
|
|
1333
|
+
# rubocop:disable Metrics/BlockLength
|
|
1334
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_skill') do
|
|
1335
|
+
@api_client.call_api(
|
|
1336
|
+
:GET,
|
|
1337
|
+
path,
|
|
1338
|
+
endpoint,
|
|
1339
|
+
header_params: header_params,
|
|
1340
|
+
query_params: query_params,
|
|
1341
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1342
|
+
body: post_body,
|
|
1343
|
+
return_type: 'OCI::Oda::Models::Skill'
|
|
1344
|
+
)
|
|
1345
|
+
end
|
|
1346
|
+
# rubocop:enable Metrics/BlockLength
|
|
1347
|
+
end
|
|
1348
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1349
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1350
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1351
|
+
|
|
1352
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1353
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1354
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
# Gets the specified Skill Parameter.
|
|
1358
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1359
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
1360
|
+
# @param [String] parameter_name The name of a Skill Parameter.
|
|
1361
|
+
# @param [Hash] opts the optional parameters
|
|
1362
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1363
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1364
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1365
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameter SkillParameter}
|
|
1366
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_skill_parameter.rb.html) to see an example of how to use get_skill_parameter API.
|
|
1367
|
+
def get_skill_parameter(oda_instance_id, skill_id, parameter_name, opts = {})
|
|
1368
|
+
logger.debug 'Calling operation ManagementClient#get_skill_parameter.' if logger
|
|
1369
|
+
|
|
1370
|
+
raise "Missing the required parameter 'oda_instance_id' when calling get_skill_parameter." if oda_instance_id.nil?
|
|
1371
|
+
raise "Missing the required parameter 'skill_id' when calling get_skill_parameter." if skill_id.nil?
|
|
1372
|
+
raise "Missing the required parameter 'parameter_name' when calling get_skill_parameter." if parameter_name.nil?
|
|
1373
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1374
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
1375
|
+
raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
|
|
1376
|
+
|
|
1377
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s).sub('{parameterName}', parameter_name.to_s)
|
|
1378
|
+
operation_signing_strategy = :standard
|
|
1379
|
+
|
|
1380
|
+
# rubocop:disable Style/NegatedIf
|
|
1381
|
+
# Query Params
|
|
1382
|
+
query_params = {}
|
|
1383
|
+
|
|
1384
|
+
# Header Params
|
|
1385
|
+
header_params = {}
|
|
1386
|
+
header_params[:accept] = 'application/json'
|
|
1387
|
+
header_params[:'content-type'] = 'application/json'
|
|
1388
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1389
|
+
# rubocop:enable Style/NegatedIf
|
|
1390
|
+
|
|
1391
|
+
post_body = nil
|
|
1392
|
+
|
|
1393
|
+
# rubocop:disable Metrics/BlockLength
|
|
1394
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_skill_parameter') do
|
|
1395
|
+
@api_client.call_api(
|
|
1396
|
+
:GET,
|
|
1397
|
+
path,
|
|
1398
|
+
endpoint,
|
|
1399
|
+
header_params: header_params,
|
|
1400
|
+
query_params: query_params,
|
|
1401
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1402
|
+
body: post_body,
|
|
1403
|
+
return_type: 'OCI::Oda::Models::SkillParameter'
|
|
1404
|
+
)
|
|
1405
|
+
end
|
|
1406
|
+
# rubocop:enable Metrics/BlockLength
|
|
1407
|
+
end
|
|
1408
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1409
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1410
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1411
|
+
|
|
1412
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1413
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1414
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
# Gets the specified Translator.
|
|
1418
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1419
|
+
# @param [String] translator_id Unique Translator identifier.
|
|
1420
|
+
# @param [Hash] opts the optional parameters
|
|
1421
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1422
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1423
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1424
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Translator Translator}
|
|
1425
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_translator.rb.html) to see an example of how to use get_translator API.
|
|
1426
|
+
def get_translator(oda_instance_id, translator_id, opts = {})
|
|
1427
|
+
logger.debug 'Calling operation ManagementClient#get_translator.' if logger
|
|
1428
|
+
|
|
1429
|
+
raise "Missing the required parameter 'oda_instance_id' when calling get_translator." if oda_instance_id.nil?
|
|
1430
|
+
raise "Missing the required parameter 'translator_id' when calling get_translator." if translator_id.nil?
|
|
1431
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1432
|
+
raise "Parameter value for 'translator_id' must not be blank" if OCI::Internal::Util.blank_string?(translator_id)
|
|
1433
|
+
|
|
1434
|
+
path = '/odaInstances/{odaInstanceId}/translators/{translatorId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{translatorId}', translator_id.to_s)
|
|
1435
|
+
operation_signing_strategy = :standard
|
|
1436
|
+
|
|
1437
|
+
# rubocop:disable Style/NegatedIf
|
|
1438
|
+
# Query Params
|
|
1439
|
+
query_params = {}
|
|
1440
|
+
|
|
1441
|
+
# Header Params
|
|
1442
|
+
header_params = {}
|
|
1443
|
+
header_params[:accept] = 'application/json'
|
|
1444
|
+
header_params[:'content-type'] = 'application/json'
|
|
1445
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1446
|
+
# rubocop:enable Style/NegatedIf
|
|
1447
|
+
|
|
1448
|
+
post_body = nil
|
|
1449
|
+
|
|
1450
|
+
# rubocop:disable Metrics/BlockLength
|
|
1451
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#get_translator') do
|
|
1452
|
+
@api_client.call_api(
|
|
1453
|
+
:GET,
|
|
1454
|
+
path,
|
|
1455
|
+
endpoint,
|
|
1456
|
+
header_params: header_params,
|
|
1457
|
+
query_params: query_params,
|
|
1458
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1459
|
+
body: post_body,
|
|
1460
|
+
return_type: 'OCI::Oda::Models::Translator'
|
|
1461
|
+
)
|
|
1462
|
+
end
|
|
1463
|
+
# rubocop:enable Metrics/BlockLength
|
|
1464
|
+
end
|
|
1465
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1466
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1467
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1468
|
+
|
|
1469
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1470
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1471
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
# Import a Bot archive from Object Storage.
|
|
1475
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1476
|
+
# @param [OCI::Oda::Models::ImportBotDetails] import_bot_details Properties for where in Object Storage to import the Bot archive from.
|
|
1477
|
+
# @param [Hash] opts the optional parameters
|
|
1478
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1479
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1480
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1481
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
1482
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
1483
|
+
#
|
|
1484
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
1485
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
1486
|
+
# then the service might reject a retry of the original creation request.
|
|
1487
|
+
#
|
|
1488
|
+
# @return [Response] A Response object with data of type nil
|
|
1489
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/import_bot.rb.html) to see an example of how to use import_bot API.
|
|
1490
|
+
def import_bot(oda_instance_id, import_bot_details, opts = {})
|
|
1491
|
+
logger.debug 'Calling operation ManagementClient#import_bot.' if logger
|
|
1492
|
+
|
|
1493
|
+
raise "Missing the required parameter 'oda_instance_id' when calling import_bot." if oda_instance_id.nil?
|
|
1494
|
+
raise "Missing the required parameter 'import_bot_details' when calling import_bot." if import_bot_details.nil?
|
|
1495
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1496
|
+
|
|
1497
|
+
path = '/odaInstances/{odaInstanceId}/actions/importBot'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
1498
|
+
operation_signing_strategy = :standard
|
|
1499
|
+
|
|
1500
|
+
# rubocop:disable Style/NegatedIf
|
|
1501
|
+
# Query Params
|
|
1502
|
+
query_params = {}
|
|
1503
|
+
|
|
1504
|
+
# Header Params
|
|
1505
|
+
header_params = {}
|
|
1506
|
+
header_params[:accept] = 'application/json'
|
|
1507
|
+
header_params[:'content-type'] = 'application/json'
|
|
1508
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1509
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
1510
|
+
# rubocop:enable Style/NegatedIf
|
|
1511
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
1512
|
+
|
|
1513
|
+
post_body = @api_client.object_to_http_body(import_bot_details)
|
|
1514
|
+
|
|
1515
|
+
# rubocop:disable Metrics/BlockLength
|
|
1516
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#import_bot') do
|
|
1517
|
+
@api_client.call_api(
|
|
1518
|
+
:POST,
|
|
1519
|
+
path,
|
|
1520
|
+
endpoint,
|
|
1521
|
+
header_params: header_params,
|
|
1522
|
+
query_params: query_params,
|
|
1523
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1524
|
+
body: post_body
|
|
1525
|
+
)
|
|
1526
|
+
end
|
|
1527
|
+
# rubocop:enable Metrics/BlockLength
|
|
1528
|
+
end
|
|
1529
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1530
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1531
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1532
|
+
|
|
1533
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1534
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1535
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
# Returns a page of Authentication Providers that belong to the specified Digital Assistant instance.
|
|
1539
|
+
#
|
|
1540
|
+
# If the `opc-next-page` header appears in the response, then
|
|
1541
|
+
# there are more items to retrieve. To get the next page in the subsequent
|
|
1542
|
+
# GET request, include the header's value as the `page` query parameter.
|
|
1543
|
+
#
|
|
1544
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1545
|
+
# @param [Hash] opts the optional parameters
|
|
1546
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1547
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1548
|
+
# @option opts [String] :id Unique Authentication Provider identifier.
|
|
1549
|
+
# @option opts [String] :identity_provider List only Authentication Providers for this Identity Provider.
|
|
1550
|
+
# @option opts [String] :name List only the information for Authentication Providers with this name. Authentication Provider names are unique and may not change.
|
|
1551
|
+
#
|
|
1552
|
+
# Example: `MyProvider`
|
|
1553
|
+
#
|
|
1554
|
+
# @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
|
|
1555
|
+
# @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
|
|
1556
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
1557
|
+
#
|
|
1558
|
+
# You get this value from the `opc-next-page` header in a previous list request.
|
|
1559
|
+
# To retireve the first page, omit this query parameter.
|
|
1560
|
+
#
|
|
1561
|
+
# Example: `MToxMA==`
|
|
1562
|
+
#
|
|
1563
|
+
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
1564
|
+
# Allowed values are: ASC, DESC
|
|
1565
|
+
# @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
|
|
1566
|
+
#
|
|
1567
|
+
# The default sort order for `timeCreated` and `timeUpdated` is descending.
|
|
1568
|
+
# For all other sort fields the default sort order is ascending.
|
|
1569
|
+
# (default to timeCreated)
|
|
1570
|
+
# Allowed values are: timeCreated, timeUpdated, name, identityProvider
|
|
1571
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1572
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProviderCollection AuthenticationProviderCollection}
|
|
1573
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_authentication_providers.rb.html) to see an example of how to use list_authentication_providers API.
|
|
1574
|
+
def list_authentication_providers(oda_instance_id, opts = {})
|
|
1575
|
+
logger.debug 'Calling operation ManagementClient#list_authentication_providers.' if logger
|
|
1576
|
+
|
|
1577
|
+
raise "Missing the required parameter 'oda_instance_id' when calling list_authentication_providers." if oda_instance_id.nil?
|
|
1578
|
+
|
|
1579
|
+
if opts[:identity_provider] && !OCI::Oda::Models::AUTHENTICATION_IDENTITY_PROVIDER_ENUM.include?(opts[:identity_provider])
|
|
1580
|
+
raise 'Invalid value for "identity_provider", must be one of the values in OCI::Oda::Models::AUTHENTICATION_IDENTITY_PROVIDER_ENUM.'
|
|
1581
|
+
end
|
|
1582
|
+
|
|
1583
|
+
if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
1584
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
|
|
1585
|
+
end
|
|
1586
|
+
|
|
1587
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
1588
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
1589
|
+
end
|
|
1590
|
+
|
|
1591
|
+
if opts[:sort_by] && !%w[timeCreated timeUpdated name identityProvider].include?(opts[:sort_by])
|
|
1592
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name, identityProvider.'
|
|
1593
|
+
end
|
|
1594
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1595
|
+
|
|
1596
|
+
path = '/odaInstances/{odaInstanceId}/authenticationProviders'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
1597
|
+
operation_signing_strategy = :standard
|
|
1598
|
+
|
|
1599
|
+
# rubocop:disable Style/NegatedIf
|
|
1600
|
+
# Query Params
|
|
1601
|
+
query_params = {}
|
|
1602
|
+
query_params[:id] = opts[:id] if opts[:id]
|
|
1603
|
+
query_params[:identityProvider] = opts[:identity_provider] if opts[:identity_provider]
|
|
1604
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
1605
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
1606
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
1607
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
1608
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
1609
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
1610
|
+
|
|
1611
|
+
# Header Params
|
|
1612
|
+
header_params = {}
|
|
1613
|
+
header_params[:accept] = 'application/json'
|
|
1614
|
+
header_params[:'content-type'] = 'application/json'
|
|
1615
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1616
|
+
# rubocop:enable Style/NegatedIf
|
|
1617
|
+
|
|
1618
|
+
post_body = nil
|
|
1619
|
+
|
|
1620
|
+
# rubocop:disable Metrics/BlockLength
|
|
1621
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_authentication_providers') do
|
|
1622
|
+
@api_client.call_api(
|
|
1623
|
+
:GET,
|
|
1624
|
+
path,
|
|
1625
|
+
endpoint,
|
|
1626
|
+
header_params: header_params,
|
|
1627
|
+
query_params: query_params,
|
|
1628
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1629
|
+
body: post_body,
|
|
1630
|
+
return_type: 'OCI::Oda::Models::AuthenticationProviderCollection'
|
|
1631
|
+
)
|
|
1632
|
+
end
|
|
1633
|
+
# rubocop:enable Metrics/BlockLength
|
|
1634
|
+
end
|
|
1635
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1636
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1637
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1638
|
+
|
|
1639
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1640
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1641
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
# Returns a page of Channels that belong to the specified Digital Assistant instance.
|
|
1645
|
+
#
|
|
1646
|
+
# If the `opc-next-page` header appears in the response, then
|
|
1647
|
+
# there are more items to retrieve. To get the next page in the subsequent
|
|
1648
|
+
# GET request, include the header's value as the `page` query parameter.
|
|
1649
|
+
#
|
|
1650
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1651
|
+
# @param [Hash] opts the optional parameters
|
|
1652
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1653
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1654
|
+
# @option opts [String] :id Unique Channel identifier.
|
|
1655
|
+
# @option opts [String] :name List only the information for Channels with this name. Channels names are unique and may not change.
|
|
1656
|
+
#
|
|
1657
|
+
# Example: `MyChannel`
|
|
1658
|
+
#
|
|
1659
|
+
# @option opts [String] :category List only Channels with this category.
|
|
1660
|
+
# @option opts [String] :type List only Channels of this type.
|
|
1661
|
+
# @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
|
|
1662
|
+
# @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
|
|
1663
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
1664
|
+
#
|
|
1665
|
+
# You get this value from the `opc-next-page` header in a previous list request.
|
|
1666
|
+
# To retireve the first page, omit this query parameter.
|
|
1667
|
+
#
|
|
1668
|
+
# Example: `MToxMA==`
|
|
1669
|
+
#
|
|
1670
|
+
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
1671
|
+
# Allowed values are: ASC, DESC
|
|
1672
|
+
# @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
|
|
1673
|
+
#
|
|
1674
|
+
# The default sort order for `timeCreated` and `timeUpdated` is descending, and the default sort order for `name` is ascending.
|
|
1675
|
+
# (default to timeCreated)
|
|
1676
|
+
# Allowed values are: timeCreated, timeUpdated, name
|
|
1677
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1678
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::ChannelCollection ChannelCollection}
|
|
1679
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_channels.rb.html) to see an example of how to use list_channels API.
|
|
1680
|
+
def list_channels(oda_instance_id, opts = {})
|
|
1681
|
+
logger.debug 'Calling operation ManagementClient#list_channels.' if logger
|
|
1682
|
+
|
|
1683
|
+
raise "Missing the required parameter 'oda_instance_id' when calling list_channels." if oda_instance_id.nil?
|
|
1684
|
+
|
|
1685
|
+
if opts[:category] && !OCI::Oda::Models::CHANNEL_CATEGORY_ENUM.include?(opts[:category])
|
|
1686
|
+
raise 'Invalid value for "category", must be one of the values in OCI::Oda::Models::CHANNEL_CATEGORY_ENUM.'
|
|
1687
|
+
end
|
|
1688
|
+
|
|
1689
|
+
if opts[:type] && !OCI::Oda::Models::CHANNEL_TYPE_ENUM.include?(opts[:type])
|
|
1690
|
+
raise 'Invalid value for "type", must be one of the values in OCI::Oda::Models::CHANNEL_TYPE_ENUM.'
|
|
1691
|
+
end
|
|
1692
|
+
|
|
1693
|
+
if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
1694
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
|
|
1695
|
+
end
|
|
1696
|
+
|
|
1697
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
1698
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
1699
|
+
end
|
|
1700
|
+
|
|
1701
|
+
if opts[:sort_by] && !%w[timeCreated timeUpdated name].include?(opts[:sort_by])
|
|
1702
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name.'
|
|
1703
|
+
end
|
|
1704
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1705
|
+
|
|
1706
|
+
path = '/odaInstances/{odaInstanceId}/channels'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
1707
|
+
operation_signing_strategy = :standard
|
|
1708
|
+
|
|
1709
|
+
# rubocop:disable Style/NegatedIf
|
|
1710
|
+
# Query Params
|
|
1711
|
+
query_params = {}
|
|
1712
|
+
query_params[:id] = opts[:id] if opts[:id]
|
|
1713
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
1714
|
+
query_params[:category] = opts[:category] if opts[:category]
|
|
1715
|
+
query_params[:type] = opts[:type] if opts[:type]
|
|
1716
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
1717
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
1718
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
1719
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
1720
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
1721
|
+
|
|
1722
|
+
# Header Params
|
|
1723
|
+
header_params = {}
|
|
1724
|
+
header_params[:accept] = 'application/json'
|
|
1725
|
+
header_params[:'content-type'] = 'application/json'
|
|
1726
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1727
|
+
# rubocop:enable Style/NegatedIf
|
|
1728
|
+
|
|
1729
|
+
post_body = nil
|
|
1730
|
+
|
|
1731
|
+
# rubocop:disable Metrics/BlockLength
|
|
1732
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_channels') do
|
|
1733
|
+
@api_client.call_api(
|
|
1734
|
+
:GET,
|
|
1735
|
+
path,
|
|
1736
|
+
endpoint,
|
|
1737
|
+
header_params: header_params,
|
|
1738
|
+
query_params: query_params,
|
|
1739
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1740
|
+
body: post_body,
|
|
1741
|
+
return_type: 'OCI::Oda::Models::ChannelCollection'
|
|
1742
|
+
)
|
|
1743
|
+
end
|
|
1744
|
+
# rubocop:enable Metrics/BlockLength
|
|
1745
|
+
end
|
|
1746
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1747
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1748
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1749
|
+
|
|
1750
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1751
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1752
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
# Returns a page of Parameters that belong to the specified Digital Assistant.
|
|
1756
|
+
#
|
|
1757
|
+
# If the `opc-next-page` header appears in the response, then
|
|
1758
|
+
# there are more items to retrieve. To get the next page in the subsequent
|
|
1759
|
+
# GET request, include the header's value as the `page` query parameter.
|
|
1760
|
+
#
|
|
1761
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1762
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
1763
|
+
# @param [Hash] opts the optional parameters
|
|
1764
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1765
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1766
|
+
# @option opts [String] :name List only Parameters with this name.
|
|
1767
|
+
# @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
|
|
1768
|
+
# @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
|
|
1769
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
1770
|
+
#
|
|
1771
|
+
# You get this value from the `opc-next-page` header in a previous list request.
|
|
1772
|
+
# To retireve the first page, omit this query parameter.
|
|
1773
|
+
#
|
|
1774
|
+
# Example: `MToxMA==`
|
|
1775
|
+
#
|
|
1776
|
+
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
1777
|
+
# Allowed values are: ASC, DESC
|
|
1778
|
+
# @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `name`.
|
|
1779
|
+
#
|
|
1780
|
+
# The default sort order is ascending.
|
|
1781
|
+
# (default to name)
|
|
1782
|
+
# Allowed values are: name, displayName, type
|
|
1783
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1784
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantParameterCollection DigitalAssistantParameterCollection}
|
|
1785
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_digital_assistant_parameters.rb.html) to see an example of how to use list_digital_assistant_parameters API.
|
|
1786
|
+
def list_digital_assistant_parameters(oda_instance_id, digital_assistant_id, opts = {})
|
|
1787
|
+
logger.debug 'Calling operation ManagementClient#list_digital_assistant_parameters.' if logger
|
|
1788
|
+
|
|
1789
|
+
raise "Missing the required parameter 'oda_instance_id' when calling list_digital_assistant_parameters." if oda_instance_id.nil?
|
|
1790
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling list_digital_assistant_parameters." if digital_assistant_id.nil?
|
|
1791
|
+
|
|
1792
|
+
if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
1793
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
|
|
1794
|
+
end
|
|
1795
|
+
|
|
1796
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
1797
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
1798
|
+
end
|
|
1799
|
+
|
|
1800
|
+
if opts[:sort_by] && !%w[name displayName type].include?(opts[:sort_by])
|
|
1801
|
+
raise 'Invalid value for "sort_by", must be one of name, displayName, type.'
|
|
1802
|
+
end
|
|
1803
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1804
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
1805
|
+
|
|
1806
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/parameters'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
|
|
1807
|
+
operation_signing_strategy = :standard
|
|
1808
|
+
|
|
1809
|
+
# rubocop:disable Style/NegatedIf
|
|
1810
|
+
# Query Params
|
|
1811
|
+
query_params = {}
|
|
1812
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
1813
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
1814
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
1815
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
1816
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
1817
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
1818
|
+
|
|
1819
|
+
# Header Params
|
|
1820
|
+
header_params = {}
|
|
1821
|
+
header_params[:accept] = 'application/json'
|
|
1822
|
+
header_params[:'content-type'] = 'application/json'
|
|
1823
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1824
|
+
# rubocop:enable Style/NegatedIf
|
|
1825
|
+
|
|
1826
|
+
post_body = nil
|
|
1827
|
+
|
|
1828
|
+
# rubocop:disable Metrics/BlockLength
|
|
1829
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_digital_assistant_parameters') do
|
|
1830
|
+
@api_client.call_api(
|
|
1831
|
+
:GET,
|
|
1832
|
+
path,
|
|
1833
|
+
endpoint,
|
|
1834
|
+
header_params: header_params,
|
|
1835
|
+
query_params: query_params,
|
|
1836
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1837
|
+
body: post_body,
|
|
1838
|
+
return_type: 'OCI::Oda::Models::DigitalAssistantParameterCollection'
|
|
1839
|
+
)
|
|
1840
|
+
end
|
|
1841
|
+
# rubocop:enable Metrics/BlockLength
|
|
1842
|
+
end
|
|
1843
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1844
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1845
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1846
|
+
|
|
1847
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1848
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1849
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
# Returns a page of Digital Assistants that belong to the specified Digital Assistant instance.
|
|
1853
|
+
#
|
|
1854
|
+
# If the `opc-next-page` header appears in the response, then
|
|
1855
|
+
# there are more items to retrieve. To get the next page in the subsequent
|
|
1856
|
+
# GET request, include the header's value as the `page` query parameter.
|
|
1857
|
+
#
|
|
1858
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1859
|
+
# @param [Hash] opts the optional parameters
|
|
1860
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1861
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1862
|
+
# @option opts [String] :digital_assistant_id Unique Digital Assistant identifier.
|
|
1863
|
+
# @option opts [String] :category List only Bot resources with this category.
|
|
1864
|
+
# @option opts [String] :name List only Bot resources with this name. Names are unique and may not change.
|
|
1865
|
+
#
|
|
1866
|
+
# Example: `MySkill`
|
|
1867
|
+
#
|
|
1868
|
+
# @option opts [String] :version List only Bot resources with this version. Versions are unique and may not change.
|
|
1869
|
+
#
|
|
1870
|
+
# Example: `1.0`
|
|
1871
|
+
#
|
|
1872
|
+
# @option opts [String] :namespace List only Bot resources with this namespace. Namespaces may not change.
|
|
1873
|
+
#
|
|
1874
|
+
# Example: `MyNamespace`
|
|
1875
|
+
#
|
|
1876
|
+
# @option opts [String] :platform_version List only Bot resources with this platform version.
|
|
1877
|
+
#
|
|
1878
|
+
# @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
|
|
1879
|
+
# @option opts [String] :lifecycle_details List only Bot resources with this lifecycle details.
|
|
1880
|
+
#
|
|
1881
|
+
# @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
|
|
1882
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
1883
|
+
#
|
|
1884
|
+
# You get this value from the `opc-next-page` header in a previous list request.
|
|
1885
|
+
# To retireve the first page, omit this query parameter.
|
|
1886
|
+
#
|
|
1887
|
+
# Example: `MToxMA==`
|
|
1888
|
+
#
|
|
1889
|
+
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
1890
|
+
# Allowed values are: ASC, DESC
|
|
1891
|
+
# @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
|
|
1892
|
+
#
|
|
1893
|
+
# The default sort order for `timeCreated` and `timeUpdated` is descending.
|
|
1894
|
+
# For all other sort fields the default sort order is ascending.
|
|
1895
|
+
# (default to timeCreated)
|
|
1896
|
+
# Allowed values are: timeCreated, timeUpdated, name
|
|
1897
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1898
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantCollection DigitalAssistantCollection}
|
|
1899
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_digital_assistants.rb.html) to see an example of how to use list_digital_assistants API.
|
|
1900
|
+
def list_digital_assistants(oda_instance_id, opts = {})
|
|
1901
|
+
logger.debug 'Calling operation ManagementClient#list_digital_assistants.' if logger
|
|
1902
|
+
|
|
1903
|
+
raise "Missing the required parameter 'oda_instance_id' when calling list_digital_assistants." if oda_instance_id.nil?
|
|
1904
|
+
|
|
1905
|
+
if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
1906
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
|
|
1907
|
+
end
|
|
1908
|
+
|
|
1909
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
1910
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
1911
|
+
end
|
|
1912
|
+
|
|
1913
|
+
if opts[:sort_by] && !%w[timeCreated timeUpdated name].include?(opts[:sort_by])
|
|
1914
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name.'
|
|
1915
|
+
end
|
|
1916
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
1917
|
+
|
|
1918
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
1919
|
+
operation_signing_strategy = :standard
|
|
1920
|
+
|
|
1921
|
+
# rubocop:disable Style/NegatedIf
|
|
1922
|
+
# Query Params
|
|
1923
|
+
query_params = {}
|
|
1924
|
+
query_params[:digitalAssistantId] = opts[:digital_assistant_id] if opts[:digital_assistant_id]
|
|
1925
|
+
query_params[:category] = opts[:category] if opts[:category]
|
|
1926
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
1927
|
+
query_params[:version] = opts[:version] if opts[:version]
|
|
1928
|
+
query_params[:namespace] = opts[:namespace] if opts[:namespace]
|
|
1929
|
+
query_params[:platformVersion] = opts[:platform_version] if opts[:platform_version]
|
|
1930
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
1931
|
+
query_params[:lifecycleDetails] = opts[:lifecycle_details] if opts[:lifecycle_details]
|
|
1932
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
1933
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
1934
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
1935
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
1936
|
+
|
|
1937
|
+
# Header Params
|
|
1938
|
+
header_params = {}
|
|
1939
|
+
header_params[:accept] = 'application/json'
|
|
1940
|
+
header_params[:'content-type'] = 'application/json'
|
|
1941
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1942
|
+
# rubocop:enable Style/NegatedIf
|
|
1943
|
+
|
|
1944
|
+
post_body = nil
|
|
1945
|
+
|
|
1946
|
+
# rubocop:disable Metrics/BlockLength
|
|
1947
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_digital_assistants') do
|
|
1948
|
+
@api_client.call_api(
|
|
1949
|
+
:GET,
|
|
1950
|
+
path,
|
|
1951
|
+
endpoint,
|
|
1952
|
+
header_params: header_params,
|
|
1953
|
+
query_params: query_params,
|
|
1954
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1955
|
+
body: post_body,
|
|
1956
|
+
return_type: 'OCI::Oda::Models::DigitalAssistantCollection'
|
|
1957
|
+
)
|
|
1958
|
+
end
|
|
1959
|
+
# rubocop:enable Metrics/BlockLength
|
|
1960
|
+
end
|
|
1961
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1962
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1963
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1964
|
+
|
|
1965
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1966
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1967
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
# Returns a page of Skill Parameters that belong to the specified Skill.
|
|
1971
|
+
#
|
|
1972
|
+
# If the `opc-next-page` header appears in the response, then
|
|
1973
|
+
# there are more items to retrieve. To get the next page in the subsequent
|
|
1974
|
+
# GET request, include the header's value as the `page` query parameter.
|
|
1975
|
+
#
|
|
1976
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
1977
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
1978
|
+
# @param [Hash] opts the optional parameters
|
|
1979
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1980
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1981
|
+
# @option opts [String] :name List only Parameters with this name.
|
|
1982
|
+
# @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
|
|
1983
|
+
# @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
|
|
1984
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
1985
|
+
#
|
|
1986
|
+
# You get this value from the `opc-next-page` header in a previous list request.
|
|
1987
|
+
# To retireve the first page, omit this query parameter.
|
|
1988
|
+
#
|
|
1989
|
+
# Example: `MToxMA==`
|
|
1990
|
+
#
|
|
1991
|
+
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
1992
|
+
# Allowed values are: ASC, DESC
|
|
1993
|
+
# @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `name`.
|
|
1994
|
+
#
|
|
1995
|
+
# The default sort order is ascending.
|
|
1996
|
+
# (default to name)
|
|
1997
|
+
# Allowed values are: name, displayName, type
|
|
1998
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
1999
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameterCollection SkillParameterCollection}
|
|
2000
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_skill_parameters.rb.html) to see an example of how to use list_skill_parameters API.
|
|
2001
|
+
def list_skill_parameters(oda_instance_id, skill_id, opts = {})
|
|
2002
|
+
logger.debug 'Calling operation ManagementClient#list_skill_parameters.' if logger
|
|
2003
|
+
|
|
2004
|
+
raise "Missing the required parameter 'oda_instance_id' when calling list_skill_parameters." if oda_instance_id.nil?
|
|
2005
|
+
raise "Missing the required parameter 'skill_id' when calling list_skill_parameters." if skill_id.nil?
|
|
2006
|
+
|
|
2007
|
+
if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
2008
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
|
|
2009
|
+
end
|
|
2010
|
+
|
|
2011
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
2012
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
2013
|
+
end
|
|
2014
|
+
|
|
2015
|
+
if opts[:sort_by] && !%w[name displayName type].include?(opts[:sort_by])
|
|
2016
|
+
raise 'Invalid value for "sort_by", must be one of name, displayName, type.'
|
|
2017
|
+
end
|
|
2018
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2019
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
2020
|
+
|
|
2021
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
|
|
2022
|
+
operation_signing_strategy = :standard
|
|
2023
|
+
|
|
2024
|
+
# rubocop:disable Style/NegatedIf
|
|
2025
|
+
# Query Params
|
|
2026
|
+
query_params = {}
|
|
2027
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
2028
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
2029
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
2030
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
2031
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
2032
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
2033
|
+
|
|
2034
|
+
# Header Params
|
|
2035
|
+
header_params = {}
|
|
2036
|
+
header_params[:accept] = 'application/json'
|
|
2037
|
+
header_params[:'content-type'] = 'application/json'
|
|
2038
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2039
|
+
# rubocop:enable Style/NegatedIf
|
|
2040
|
+
|
|
2041
|
+
post_body = nil
|
|
2042
|
+
|
|
2043
|
+
# rubocop:disable Metrics/BlockLength
|
|
2044
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_skill_parameters') do
|
|
2045
|
+
@api_client.call_api(
|
|
2046
|
+
:GET,
|
|
2047
|
+
path,
|
|
2048
|
+
endpoint,
|
|
2049
|
+
header_params: header_params,
|
|
2050
|
+
query_params: query_params,
|
|
2051
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2052
|
+
body: post_body,
|
|
2053
|
+
return_type: 'OCI::Oda::Models::SkillParameterCollection'
|
|
2054
|
+
)
|
|
2055
|
+
end
|
|
2056
|
+
# rubocop:enable Metrics/BlockLength
|
|
2057
|
+
end
|
|
2058
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2059
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2060
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2061
|
+
|
|
2062
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2063
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2064
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
# Returns a page of Skills that belong to the specified Digital Assistant instance.
|
|
2068
|
+
#
|
|
2069
|
+
# If the `opc-next-page` header appears in the response, then
|
|
2070
|
+
# there are more items to retrieve. To get the next page in the subsequent
|
|
2071
|
+
# GET request, include the header's value as the `page` query parameter.
|
|
2072
|
+
#
|
|
2073
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2074
|
+
# @param [Hash] opts the optional parameters
|
|
2075
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2076
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2077
|
+
# @option opts [String] :skill_id Unique Skill identifier.
|
|
2078
|
+
# @option opts [String] :category List only Bot resources with this category.
|
|
2079
|
+
# @option opts [String] :name List only Bot resources with this name. Names are unique and may not change.
|
|
2080
|
+
#
|
|
2081
|
+
# Example: `MySkill`
|
|
2082
|
+
#
|
|
2083
|
+
# @option opts [String] :version List only Bot resources with this version. Versions are unique and may not change.
|
|
2084
|
+
#
|
|
2085
|
+
# Example: `1.0`
|
|
2086
|
+
#
|
|
2087
|
+
# @option opts [String] :namespace List only Bot resources with this namespace. Namespaces may not change.
|
|
2088
|
+
#
|
|
2089
|
+
# Example: `MyNamespace`
|
|
2090
|
+
#
|
|
2091
|
+
# @option opts [String] :platform_version List only Bot resources with this platform version.
|
|
2092
|
+
#
|
|
2093
|
+
# @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
|
|
2094
|
+
# @option opts [String] :lifecycle_details List only Bot resources with this lifecycle details.
|
|
2095
|
+
#
|
|
2096
|
+
# @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
|
|
2097
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
2098
|
+
#
|
|
2099
|
+
# You get this value from the `opc-next-page` header in a previous list request.
|
|
2100
|
+
# To retireve the first page, omit this query parameter.
|
|
2101
|
+
#
|
|
2102
|
+
# Example: `MToxMA==`
|
|
2103
|
+
#
|
|
2104
|
+
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
2105
|
+
# Allowed values are: ASC, DESC
|
|
2106
|
+
# @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
|
|
2107
|
+
#
|
|
2108
|
+
# The default sort order for `timeCreated` and `timeUpdated` is descending.
|
|
2109
|
+
# For all other sort fields the default sort order is ascending.
|
|
2110
|
+
# (default to timeCreated)
|
|
2111
|
+
# Allowed values are: timeCreated, timeUpdated, name
|
|
2112
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2113
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::SkillCollection SkillCollection}
|
|
2114
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_skills.rb.html) to see an example of how to use list_skills API.
|
|
2115
|
+
def list_skills(oda_instance_id, opts = {})
|
|
2116
|
+
logger.debug 'Calling operation ManagementClient#list_skills.' if logger
|
|
2117
|
+
|
|
2118
|
+
raise "Missing the required parameter 'oda_instance_id' when calling list_skills." if oda_instance_id.nil?
|
|
2119
|
+
|
|
2120
|
+
if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
2121
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
|
|
2122
|
+
end
|
|
2123
|
+
|
|
2124
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
2125
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
2126
|
+
end
|
|
2127
|
+
|
|
2128
|
+
if opts[:sort_by] && !%w[timeCreated timeUpdated name].include?(opts[:sort_by])
|
|
2129
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name.'
|
|
2130
|
+
end
|
|
2131
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2132
|
+
|
|
2133
|
+
path = '/odaInstances/{odaInstanceId}/skills'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
2134
|
+
operation_signing_strategy = :standard
|
|
2135
|
+
|
|
2136
|
+
# rubocop:disable Style/NegatedIf
|
|
2137
|
+
# Query Params
|
|
2138
|
+
query_params = {}
|
|
2139
|
+
query_params[:skillId] = opts[:skill_id] if opts[:skill_id]
|
|
2140
|
+
query_params[:category] = opts[:category] if opts[:category]
|
|
2141
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
2142
|
+
query_params[:version] = opts[:version] if opts[:version]
|
|
2143
|
+
query_params[:namespace] = opts[:namespace] if opts[:namespace]
|
|
2144
|
+
query_params[:platformVersion] = opts[:platform_version] if opts[:platform_version]
|
|
2145
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
2146
|
+
query_params[:lifecycleDetails] = opts[:lifecycle_details] if opts[:lifecycle_details]
|
|
2147
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
2148
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
2149
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
2150
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
2151
|
+
|
|
2152
|
+
# Header Params
|
|
2153
|
+
header_params = {}
|
|
2154
|
+
header_params[:accept] = 'application/json'
|
|
2155
|
+
header_params[:'content-type'] = 'application/json'
|
|
2156
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2157
|
+
# rubocop:enable Style/NegatedIf
|
|
2158
|
+
|
|
2159
|
+
post_body = nil
|
|
2160
|
+
|
|
2161
|
+
# rubocop:disable Metrics/BlockLength
|
|
2162
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_skills') do
|
|
2163
|
+
@api_client.call_api(
|
|
2164
|
+
:GET,
|
|
2165
|
+
path,
|
|
2166
|
+
endpoint,
|
|
2167
|
+
header_params: header_params,
|
|
2168
|
+
query_params: query_params,
|
|
2169
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2170
|
+
body: post_body,
|
|
2171
|
+
return_type: 'OCI::Oda::Models::SkillCollection'
|
|
2172
|
+
)
|
|
2173
|
+
end
|
|
2174
|
+
# rubocop:enable Metrics/BlockLength
|
|
2175
|
+
end
|
|
2176
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2177
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2178
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2179
|
+
|
|
2180
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2181
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2182
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2183
|
+
|
|
2184
|
+
|
|
2185
|
+
# Returns a page of Translators that belong to the specified Digital Assistant instance.
|
|
2186
|
+
#
|
|
2187
|
+
# If the `opc-next-page` header appears in the response, then
|
|
2188
|
+
# there are more items to retrieve. To get the next page in the subsequent
|
|
2189
|
+
# GET request, include the header's value as the `page` query parameter.
|
|
2190
|
+
#
|
|
2191
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2192
|
+
# @param [Hash] opts the optional parameters
|
|
2193
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2194
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2195
|
+
# @option opts [String] :id Unique Translator identifier.
|
|
2196
|
+
# @option opts [String] :type List only Translators of this type.
|
|
2197
|
+
# @option opts [String] :name List only Translators with this name. Translator names are unique and may not change.
|
|
2198
|
+
#
|
|
2199
|
+
# Example: `MyTranslator`
|
|
2200
|
+
#
|
|
2201
|
+
# @option opts [String] :lifecycle_state List only the resources that are in this lifecycle state.
|
|
2202
|
+
# @option opts [Integer] :limit The maximum number of items to return per page. (default to 100)
|
|
2203
|
+
# @option opts [String] :page The page at which to start retrieving results.
|
|
2204
|
+
#
|
|
2205
|
+
# You get this value from the `opc-next-page` header in a previous list request.
|
|
2206
|
+
# To retireve the first page, omit this query parameter.
|
|
2207
|
+
#
|
|
2208
|
+
# Example: `MToxMA==`
|
|
2209
|
+
#
|
|
2210
|
+
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
2211
|
+
# Allowed values are: ASC, DESC
|
|
2212
|
+
# @option opts [String] :sort_by Sort on this field. You can specify one sort order only. The default sort field is `timeCreated`.
|
|
2213
|
+
#
|
|
2214
|
+
# The default sort order for `timeCreated` and `timeUpdated` is descending.
|
|
2215
|
+
# For all other sort fields the default sort order is ascending.
|
|
2216
|
+
# (default to timeCreated)
|
|
2217
|
+
# Allowed values are: timeCreated, timeUpdated, name, type
|
|
2218
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2219
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::TranslatorCollection TranslatorCollection}
|
|
2220
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_translators.rb.html) to see an example of how to use list_translators API.
|
|
2221
|
+
def list_translators(oda_instance_id, opts = {})
|
|
2222
|
+
logger.debug 'Calling operation ManagementClient#list_translators.' if logger
|
|
2223
|
+
|
|
2224
|
+
raise "Missing the required parameter 'oda_instance_id' when calling list_translators." if oda_instance_id.nil?
|
|
2225
|
+
|
|
2226
|
+
if opts[:type] && !OCI::Oda::Models::TRANSLATION_SERVICE_ENUM.include?(opts[:type])
|
|
2227
|
+
raise 'Invalid value for "type", must be one of the values in OCI::Oda::Models::TRANSLATION_SERVICE_ENUM.'
|
|
2228
|
+
end
|
|
2229
|
+
|
|
2230
|
+
if opts[:lifecycle_state] && !OCI::Oda::Models::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
2231
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Oda::Models::LIFECYCLE_STATE_ENUM.'
|
|
2232
|
+
end
|
|
2233
|
+
|
|
2234
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
2235
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
2236
|
+
end
|
|
2237
|
+
|
|
2238
|
+
if opts[:sort_by] && !%w[timeCreated timeUpdated name type].include?(opts[:sort_by])
|
|
2239
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, timeUpdated, name, type.'
|
|
2240
|
+
end
|
|
2241
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2242
|
+
|
|
2243
|
+
path = '/odaInstances/{odaInstanceId}/translators'.sub('{odaInstanceId}', oda_instance_id.to_s)
|
|
2244
|
+
operation_signing_strategy = :standard
|
|
2245
|
+
|
|
2246
|
+
# rubocop:disable Style/NegatedIf
|
|
2247
|
+
# Query Params
|
|
2248
|
+
query_params = {}
|
|
2249
|
+
query_params[:id] = opts[:id] if opts[:id]
|
|
2250
|
+
query_params[:type] = opts[:type] if opts[:type]
|
|
2251
|
+
query_params[:name] = opts[:name] if opts[:name]
|
|
2252
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
2253
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
2254
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
2255
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
2256
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
2257
|
+
|
|
2258
|
+
# Header Params
|
|
2259
|
+
header_params = {}
|
|
2260
|
+
header_params[:accept] = 'application/json'
|
|
2261
|
+
header_params[:'content-type'] = 'application/json'
|
|
2262
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2263
|
+
# rubocop:enable Style/NegatedIf
|
|
2264
|
+
|
|
2265
|
+
post_body = nil
|
|
2266
|
+
|
|
2267
|
+
# rubocop:disable Metrics/BlockLength
|
|
2268
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#list_translators') do
|
|
2269
|
+
@api_client.call_api(
|
|
2270
|
+
:GET,
|
|
2271
|
+
path,
|
|
2272
|
+
endpoint,
|
|
2273
|
+
header_params: header_params,
|
|
2274
|
+
query_params: query_params,
|
|
2275
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2276
|
+
body: post_body,
|
|
2277
|
+
return_type: 'OCI::Oda::Models::TranslatorCollection'
|
|
2278
|
+
)
|
|
2279
|
+
end
|
|
2280
|
+
# rubocop:enable Metrics/BlockLength
|
|
2281
|
+
end
|
|
2282
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2283
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2284
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2285
|
+
|
|
2286
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2287
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2288
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2289
|
+
|
|
2290
|
+
|
|
2291
|
+
# Publish a draft Digital Assistant.
|
|
2292
|
+
# Once published the Digital Assistant cannot be modified.
|
|
2293
|
+
#
|
|
2294
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2295
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
2296
|
+
# @param [Hash] opts the optional parameters
|
|
2297
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2298
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2299
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2300
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2301
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2302
|
+
# response for that instance. The service updates or deletes the
|
|
2303
|
+
# instance only if the etag that you provide matches the instance's
|
|
2304
|
+
# current etag value.
|
|
2305
|
+
#
|
|
2306
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2307
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistant DigitalAssistant}
|
|
2308
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/publish_digital_assistant.rb.html) to see an example of how to use publish_digital_assistant API.
|
|
2309
|
+
def publish_digital_assistant(oda_instance_id, digital_assistant_id, opts = {})
|
|
2310
|
+
logger.debug 'Calling operation ManagementClient#publish_digital_assistant.' if logger
|
|
2311
|
+
|
|
2312
|
+
raise "Missing the required parameter 'oda_instance_id' when calling publish_digital_assistant." if oda_instance_id.nil?
|
|
2313
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling publish_digital_assistant." if digital_assistant_id.nil?
|
|
2314
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2315
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
2316
|
+
|
|
2317
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/actions/publish'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
|
|
2318
|
+
operation_signing_strategy = :standard
|
|
2319
|
+
|
|
2320
|
+
# rubocop:disable Style/NegatedIf
|
|
2321
|
+
# Query Params
|
|
2322
|
+
query_params = {}
|
|
2323
|
+
|
|
2324
|
+
# Header Params
|
|
2325
|
+
header_params = {}
|
|
2326
|
+
header_params[:accept] = 'application/json'
|
|
2327
|
+
header_params[:'content-type'] = 'application/json'
|
|
2328
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2329
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2330
|
+
# rubocop:enable Style/NegatedIf
|
|
2331
|
+
|
|
2332
|
+
post_body = nil
|
|
2333
|
+
|
|
2334
|
+
# rubocop:disable Metrics/BlockLength
|
|
2335
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#publish_digital_assistant') do
|
|
2336
|
+
@api_client.call_api(
|
|
2337
|
+
:POST,
|
|
2338
|
+
path,
|
|
2339
|
+
endpoint,
|
|
2340
|
+
header_params: header_params,
|
|
2341
|
+
query_params: query_params,
|
|
2342
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2343
|
+
body: post_body,
|
|
2344
|
+
return_type: 'OCI::Oda::Models::DigitalAssistant'
|
|
2345
|
+
)
|
|
2346
|
+
end
|
|
2347
|
+
# rubocop:enable Metrics/BlockLength
|
|
2348
|
+
end
|
|
2349
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2350
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2351
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2352
|
+
|
|
2353
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2354
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2355
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
# Publish a draft Skill.
|
|
2359
|
+
# Once published it cannot be modified.
|
|
2360
|
+
#
|
|
2361
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2362
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
2363
|
+
# @param [Hash] opts the optional parameters
|
|
2364
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2365
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2366
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2367
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2368
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2369
|
+
# response for that instance. The service updates or deletes the
|
|
2370
|
+
# instance only if the etag that you provide matches the instance's
|
|
2371
|
+
# current etag value.
|
|
2372
|
+
#
|
|
2373
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2374
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Skill Skill}
|
|
2375
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/publish_skill.rb.html) to see an example of how to use publish_skill API.
|
|
2376
|
+
def publish_skill(oda_instance_id, skill_id, opts = {})
|
|
2377
|
+
logger.debug 'Calling operation ManagementClient#publish_skill.' if logger
|
|
2378
|
+
|
|
2379
|
+
raise "Missing the required parameter 'oda_instance_id' when calling publish_skill." if oda_instance_id.nil?
|
|
2380
|
+
raise "Missing the required parameter 'skill_id' when calling publish_skill." if skill_id.nil?
|
|
2381
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2382
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
2383
|
+
|
|
2384
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}/actions/publish'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
|
|
2385
|
+
operation_signing_strategy = :standard
|
|
2386
|
+
|
|
2387
|
+
# rubocop:disable Style/NegatedIf
|
|
2388
|
+
# Query Params
|
|
2389
|
+
query_params = {}
|
|
2390
|
+
|
|
2391
|
+
# Header Params
|
|
2392
|
+
header_params = {}
|
|
2393
|
+
header_params[:accept] = 'application/json'
|
|
2394
|
+
header_params[:'content-type'] = 'application/json'
|
|
2395
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2396
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2397
|
+
# rubocop:enable Style/NegatedIf
|
|
2398
|
+
|
|
2399
|
+
post_body = nil
|
|
2400
|
+
|
|
2401
|
+
# rubocop:disable Metrics/BlockLength
|
|
2402
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#publish_skill') do
|
|
2403
|
+
@api_client.call_api(
|
|
2404
|
+
:POST,
|
|
2405
|
+
path,
|
|
2406
|
+
endpoint,
|
|
2407
|
+
header_params: header_params,
|
|
2408
|
+
query_params: query_params,
|
|
2409
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2410
|
+
body: post_body,
|
|
2411
|
+
return_type: 'OCI::Oda::Models::Skill'
|
|
2412
|
+
)
|
|
2413
|
+
end
|
|
2414
|
+
# rubocop:enable Metrics/BlockLength
|
|
2415
|
+
end
|
|
2416
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2417
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2418
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2419
|
+
|
|
2420
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2421
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2422
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
# This will generate new keys for any generated keys in the Channel (eg. secretKey, verifyToken).
|
|
2426
|
+
# If a Channel has no generated keys then no changes will be made.
|
|
2427
|
+
# Ensure that you take note of the newly generated keys in the response as they will not be returned again.
|
|
2428
|
+
#
|
|
2429
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2430
|
+
# @param [String] channel_id Unique Channel identifier.
|
|
2431
|
+
# @param [Hash] opts the optional parameters
|
|
2432
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2433
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2434
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2435
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2436
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2437
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2438
|
+
# response for that instance. The service updates or deletes the
|
|
2439
|
+
# instance only if the etag that you provide matches the instance's
|
|
2440
|
+
# current etag value.
|
|
2441
|
+
#
|
|
2442
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
2443
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
2444
|
+
#
|
|
2445
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
2446
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
2447
|
+
# then the service might reject a retry of the original creation request.
|
|
2448
|
+
#
|
|
2449
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::CreateChannelResult CreateChannelResult}
|
|
2450
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/rotate_channel_keys.rb.html) to see an example of how to use rotate_channel_keys API.
|
|
2451
|
+
def rotate_channel_keys(oda_instance_id, channel_id, opts = {})
|
|
2452
|
+
logger.debug 'Calling operation ManagementClient#rotate_channel_keys.' if logger
|
|
2453
|
+
|
|
2454
|
+
raise "Missing the required parameter 'oda_instance_id' when calling rotate_channel_keys." if oda_instance_id.nil?
|
|
2455
|
+
raise "Missing the required parameter 'channel_id' when calling rotate_channel_keys." if channel_id.nil?
|
|
2456
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2457
|
+
raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
|
|
2458
|
+
|
|
2459
|
+
path = '/odaInstances/{odaInstanceId}/channels/{channelId}/actions/rotateKeys'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
|
|
2460
|
+
operation_signing_strategy = :standard
|
|
2461
|
+
|
|
2462
|
+
# rubocop:disable Style/NegatedIf
|
|
2463
|
+
# Query Params
|
|
2464
|
+
query_params = {}
|
|
2465
|
+
|
|
2466
|
+
# Header Params
|
|
2467
|
+
header_params = {}
|
|
2468
|
+
header_params[:accept] = 'application/json'
|
|
2469
|
+
header_params[:'content-type'] = 'application/json'
|
|
2470
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2471
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2472
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
2473
|
+
# rubocop:enable Style/NegatedIf
|
|
2474
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
2475
|
+
|
|
2476
|
+
post_body = nil
|
|
2477
|
+
|
|
2478
|
+
# rubocop:disable Metrics/BlockLength
|
|
2479
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#rotate_channel_keys') do
|
|
2480
|
+
@api_client.call_api(
|
|
2481
|
+
:POST,
|
|
2482
|
+
path,
|
|
2483
|
+
endpoint,
|
|
2484
|
+
header_params: header_params,
|
|
2485
|
+
query_params: query_params,
|
|
2486
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2487
|
+
body: post_body,
|
|
2488
|
+
return_type: 'OCI::Oda::Models::CreateChannelResult'
|
|
2489
|
+
)
|
|
2490
|
+
end
|
|
2491
|
+
# rubocop:enable Metrics/BlockLength
|
|
2492
|
+
end
|
|
2493
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2494
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2495
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2496
|
+
|
|
2497
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2498
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2499
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2500
|
+
|
|
2501
|
+
|
|
2502
|
+
# Starts a Channel so that it will begin accepting messages.
|
|
2503
|
+
#
|
|
2504
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2505
|
+
# @param [String] channel_id Unique Channel identifier.
|
|
2506
|
+
# @param [Hash] opts the optional parameters
|
|
2507
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2508
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2509
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2510
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2511
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2512
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2513
|
+
# response for that instance. The service updates or deletes the
|
|
2514
|
+
# instance only if the etag that you provide matches the instance's
|
|
2515
|
+
# current etag value.
|
|
2516
|
+
#
|
|
2517
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
2518
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
2519
|
+
#
|
|
2520
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
2521
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
2522
|
+
# then the service might reject a retry of the original creation request.
|
|
2523
|
+
#
|
|
2524
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
|
|
2525
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/start_channel.rb.html) to see an example of how to use start_channel API.
|
|
2526
|
+
def start_channel(oda_instance_id, channel_id, opts = {})
|
|
2527
|
+
logger.debug 'Calling operation ManagementClient#start_channel.' if logger
|
|
2528
|
+
|
|
2529
|
+
raise "Missing the required parameter 'oda_instance_id' when calling start_channel." if oda_instance_id.nil?
|
|
2530
|
+
raise "Missing the required parameter 'channel_id' when calling start_channel." if channel_id.nil?
|
|
2531
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2532
|
+
raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
|
|
2533
|
+
|
|
2534
|
+
path = '/odaInstances/{odaInstanceId}/channels/{channelId}/actions/start'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
|
|
2535
|
+
operation_signing_strategy = :standard
|
|
2536
|
+
|
|
2537
|
+
# rubocop:disable Style/NegatedIf
|
|
2538
|
+
# Query Params
|
|
2539
|
+
query_params = {}
|
|
2540
|
+
|
|
2541
|
+
# Header Params
|
|
2542
|
+
header_params = {}
|
|
2543
|
+
header_params[:accept] = 'application/json'
|
|
2544
|
+
header_params[:'content-type'] = 'application/json'
|
|
2545
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2546
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2547
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
2548
|
+
# rubocop:enable Style/NegatedIf
|
|
2549
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
2550
|
+
|
|
2551
|
+
post_body = nil
|
|
2552
|
+
|
|
2553
|
+
# rubocop:disable Metrics/BlockLength
|
|
2554
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#start_channel') do
|
|
2555
|
+
@api_client.call_api(
|
|
2556
|
+
:POST,
|
|
2557
|
+
path,
|
|
2558
|
+
endpoint,
|
|
2559
|
+
header_params: header_params,
|
|
2560
|
+
query_params: query_params,
|
|
2561
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2562
|
+
body: post_body,
|
|
2563
|
+
return_type: 'OCI::Oda::Models::Channel'
|
|
2564
|
+
)
|
|
2565
|
+
end
|
|
2566
|
+
# rubocop:enable Metrics/BlockLength
|
|
2567
|
+
end
|
|
2568
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2569
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2570
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2571
|
+
|
|
2572
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2573
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2574
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2575
|
+
|
|
2576
|
+
|
|
2577
|
+
# Stops a Channel so that it will no longer accept messages.
|
|
2578
|
+
#
|
|
2579
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2580
|
+
# @param [String] channel_id Unique Channel identifier.
|
|
2581
|
+
# @param [Hash] opts the optional parameters
|
|
2582
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2583
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2584
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2585
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2586
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2587
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2588
|
+
# response for that instance. The service updates or deletes the
|
|
2589
|
+
# instance only if the etag that you provide matches the instance's
|
|
2590
|
+
# current etag value.
|
|
2591
|
+
#
|
|
2592
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so that you can retry the request if there's
|
|
2593
|
+
# a timeout or server error without the risk of executing that same action again.
|
|
2594
|
+
#
|
|
2595
|
+
# Retry tokens expire after 24 hours, but they can become invalid before then if there are
|
|
2596
|
+
# conflicting operations. For example, if an instance was deleted and purged from the system,
|
|
2597
|
+
# then the service might reject a retry of the original creation request.
|
|
2598
|
+
#
|
|
2599
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
|
|
2600
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/stop_channel.rb.html) to see an example of how to use stop_channel API.
|
|
2601
|
+
def stop_channel(oda_instance_id, channel_id, opts = {})
|
|
2602
|
+
logger.debug 'Calling operation ManagementClient#stop_channel.' if logger
|
|
2603
|
+
|
|
2604
|
+
raise "Missing the required parameter 'oda_instance_id' when calling stop_channel." if oda_instance_id.nil?
|
|
2605
|
+
raise "Missing the required parameter 'channel_id' when calling stop_channel." if channel_id.nil?
|
|
2606
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2607
|
+
raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
|
|
2608
|
+
|
|
2609
|
+
path = '/odaInstances/{odaInstanceId}/channels/{channelId}/actions/stop'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
|
|
2610
|
+
operation_signing_strategy = :standard
|
|
2611
|
+
|
|
2612
|
+
# rubocop:disable Style/NegatedIf
|
|
2613
|
+
# Query Params
|
|
2614
|
+
query_params = {}
|
|
2615
|
+
|
|
2616
|
+
# Header Params
|
|
2617
|
+
header_params = {}
|
|
2618
|
+
header_params[:accept] = 'application/json'
|
|
2619
|
+
header_params[:'content-type'] = 'application/json'
|
|
2620
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2621
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2622
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
2623
|
+
# rubocop:enable Style/NegatedIf
|
|
2624
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
2625
|
+
|
|
2626
|
+
post_body = nil
|
|
2627
|
+
|
|
2628
|
+
# rubocop:disable Metrics/BlockLength
|
|
2629
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#stop_channel') do
|
|
2630
|
+
@api_client.call_api(
|
|
2631
|
+
:POST,
|
|
2632
|
+
path,
|
|
2633
|
+
endpoint,
|
|
2634
|
+
header_params: header_params,
|
|
2635
|
+
query_params: query_params,
|
|
2636
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2637
|
+
body: post_body,
|
|
2638
|
+
return_type: 'OCI::Oda::Models::Channel'
|
|
2639
|
+
)
|
|
2640
|
+
end
|
|
2641
|
+
# rubocop:enable Metrics/BlockLength
|
|
2642
|
+
end
|
|
2643
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2644
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2645
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2646
|
+
|
|
2647
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2648
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2649
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
# Updates the specified Authentication Provider with the information in the request body.
|
|
2653
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2654
|
+
# @param [String] authentication_provider_id Unique Authentication Provider identifier.
|
|
2655
|
+
# @param [OCI::Oda::Models::UpdateAuthenticationProviderDetails] update_authentication_provider_details Property values to update the Authentication Provider.
|
|
2656
|
+
# @param [Hash] opts the optional parameters
|
|
2657
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2658
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2659
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2660
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2661
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2662
|
+
# response for that instance. The service updates or deletes the
|
|
2663
|
+
# instance only if the etag that you provide matches the instance's
|
|
2664
|
+
# current etag value.
|
|
2665
|
+
#
|
|
2666
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2667
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::AuthenticationProvider AuthenticationProvider}
|
|
2668
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_authentication_provider.rb.html) to see an example of how to use update_authentication_provider API.
|
|
2669
|
+
def update_authentication_provider(oda_instance_id, authentication_provider_id, update_authentication_provider_details, opts = {})
|
|
2670
|
+
logger.debug 'Calling operation ManagementClient#update_authentication_provider.' if logger
|
|
2671
|
+
|
|
2672
|
+
raise "Missing the required parameter 'oda_instance_id' when calling update_authentication_provider." if oda_instance_id.nil?
|
|
2673
|
+
raise "Missing the required parameter 'authentication_provider_id' when calling update_authentication_provider." if authentication_provider_id.nil?
|
|
2674
|
+
raise "Missing the required parameter 'update_authentication_provider_details' when calling update_authentication_provider." if update_authentication_provider_details.nil?
|
|
2675
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2676
|
+
raise "Parameter value for 'authentication_provider_id' must not be blank" if OCI::Internal::Util.blank_string?(authentication_provider_id)
|
|
2677
|
+
|
|
2678
|
+
path = '/odaInstances/{odaInstanceId}/authenticationProviders/{authenticationProviderId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{authenticationProviderId}', authentication_provider_id.to_s)
|
|
2679
|
+
operation_signing_strategy = :standard
|
|
2680
|
+
|
|
2681
|
+
# rubocop:disable Style/NegatedIf
|
|
2682
|
+
# Query Params
|
|
2683
|
+
query_params = {}
|
|
2684
|
+
|
|
2685
|
+
# Header Params
|
|
2686
|
+
header_params = {}
|
|
2687
|
+
header_params[:accept] = 'application/json'
|
|
2688
|
+
header_params[:'content-type'] = 'application/json'
|
|
2689
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2690
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2691
|
+
# rubocop:enable Style/NegatedIf
|
|
2692
|
+
|
|
2693
|
+
post_body = @api_client.object_to_http_body(update_authentication_provider_details)
|
|
2694
|
+
|
|
2695
|
+
# rubocop:disable Metrics/BlockLength
|
|
2696
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_authentication_provider') do
|
|
2697
|
+
@api_client.call_api(
|
|
2698
|
+
:PUT,
|
|
2699
|
+
path,
|
|
2700
|
+
endpoint,
|
|
2701
|
+
header_params: header_params,
|
|
2702
|
+
query_params: query_params,
|
|
2703
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2704
|
+
body: post_body,
|
|
2705
|
+
return_type: 'OCI::Oda::Models::AuthenticationProvider'
|
|
2706
|
+
)
|
|
2707
|
+
end
|
|
2708
|
+
# rubocop:enable Metrics/BlockLength
|
|
2709
|
+
end
|
|
2710
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2711
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2712
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2713
|
+
|
|
2714
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2715
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2716
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2717
|
+
|
|
2718
|
+
|
|
2719
|
+
# Updates the specified Channel with the information in the request body.
|
|
2720
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2721
|
+
# @param [String] channel_id Unique Channel identifier.
|
|
2722
|
+
# @param [OCI::Oda::Models::UpdateChannelDetails] update_channel_details Property values to update the Channel.
|
|
2723
|
+
# @param [Hash] opts the optional parameters
|
|
2724
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2725
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2726
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2727
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2728
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2729
|
+
# response for that instance. The service updates or deletes the
|
|
2730
|
+
# instance only if the etag that you provide matches the instance's
|
|
2731
|
+
# current etag value.
|
|
2732
|
+
#
|
|
2733
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2734
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Channel Channel}
|
|
2735
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_channel.rb.html) to see an example of how to use update_channel API.
|
|
2736
|
+
def update_channel(oda_instance_id, channel_id, update_channel_details, opts = {})
|
|
2737
|
+
logger.debug 'Calling operation ManagementClient#update_channel.' if logger
|
|
2738
|
+
|
|
2739
|
+
raise "Missing the required parameter 'oda_instance_id' when calling update_channel." if oda_instance_id.nil?
|
|
2740
|
+
raise "Missing the required parameter 'channel_id' when calling update_channel." if channel_id.nil?
|
|
2741
|
+
raise "Missing the required parameter 'update_channel_details' when calling update_channel." if update_channel_details.nil?
|
|
2742
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2743
|
+
raise "Parameter value for 'channel_id' must not be blank" if OCI::Internal::Util.blank_string?(channel_id)
|
|
2744
|
+
|
|
2745
|
+
path = '/odaInstances/{odaInstanceId}/channels/{channelId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{channelId}', channel_id.to_s)
|
|
2746
|
+
operation_signing_strategy = :standard
|
|
2747
|
+
|
|
2748
|
+
# rubocop:disable Style/NegatedIf
|
|
2749
|
+
# Query Params
|
|
2750
|
+
query_params = {}
|
|
2751
|
+
|
|
2752
|
+
# Header Params
|
|
2753
|
+
header_params = {}
|
|
2754
|
+
header_params[:accept] = 'application/json'
|
|
2755
|
+
header_params[:'content-type'] = 'application/json'
|
|
2756
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2757
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2758
|
+
# rubocop:enable Style/NegatedIf
|
|
2759
|
+
|
|
2760
|
+
post_body = @api_client.object_to_http_body(update_channel_details)
|
|
2761
|
+
|
|
2762
|
+
# rubocop:disable Metrics/BlockLength
|
|
2763
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_channel') do
|
|
2764
|
+
@api_client.call_api(
|
|
2765
|
+
:PUT,
|
|
2766
|
+
path,
|
|
2767
|
+
endpoint,
|
|
2768
|
+
header_params: header_params,
|
|
2769
|
+
query_params: query_params,
|
|
2770
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2771
|
+
body: post_body,
|
|
2772
|
+
return_type: 'OCI::Oda::Models::Channel'
|
|
2773
|
+
)
|
|
2774
|
+
end
|
|
2775
|
+
# rubocop:enable Metrics/BlockLength
|
|
2776
|
+
end
|
|
2777
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2778
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2779
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2780
|
+
|
|
2781
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2782
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2783
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2784
|
+
|
|
2785
|
+
|
|
2786
|
+
# Updates the specified Digital Assistant with the information in the request body.
|
|
2787
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2788
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
2789
|
+
# @param [OCI::Oda::Models::UpdateDigitalAssistantDetails] update_digital_assistant_details Property values to update the Digital Assistant.
|
|
2790
|
+
# @param [Hash] opts the optional parameters
|
|
2791
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2792
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2793
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2794
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2795
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2796
|
+
# response for that instance. The service updates or deletes the
|
|
2797
|
+
# instance only if the etag that you provide matches the instance's
|
|
2798
|
+
# current etag value.
|
|
2799
|
+
#
|
|
2800
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2801
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistant DigitalAssistant}
|
|
2802
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_digital_assistant.rb.html) to see an example of how to use update_digital_assistant API.
|
|
2803
|
+
def update_digital_assistant(oda_instance_id, digital_assistant_id, update_digital_assistant_details, opts = {})
|
|
2804
|
+
logger.debug 'Calling operation ManagementClient#update_digital_assistant.' if logger
|
|
2805
|
+
|
|
2806
|
+
raise "Missing the required parameter 'oda_instance_id' when calling update_digital_assistant." if oda_instance_id.nil?
|
|
2807
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling update_digital_assistant." if digital_assistant_id.nil?
|
|
2808
|
+
raise "Missing the required parameter 'update_digital_assistant_details' when calling update_digital_assistant." if update_digital_assistant_details.nil?
|
|
2809
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2810
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
2811
|
+
|
|
2812
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s)
|
|
2813
|
+
operation_signing_strategy = :standard
|
|
2814
|
+
|
|
2815
|
+
# rubocop:disable Style/NegatedIf
|
|
2816
|
+
# Query Params
|
|
2817
|
+
query_params = {}
|
|
2818
|
+
|
|
2819
|
+
# Header Params
|
|
2820
|
+
header_params = {}
|
|
2821
|
+
header_params[:accept] = 'application/json'
|
|
2822
|
+
header_params[:'content-type'] = 'application/json'
|
|
2823
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2824
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2825
|
+
# rubocop:enable Style/NegatedIf
|
|
2826
|
+
|
|
2827
|
+
post_body = @api_client.object_to_http_body(update_digital_assistant_details)
|
|
2828
|
+
|
|
2829
|
+
# rubocop:disable Metrics/BlockLength
|
|
2830
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_digital_assistant') do
|
|
2831
|
+
@api_client.call_api(
|
|
2832
|
+
:PUT,
|
|
2833
|
+
path,
|
|
2834
|
+
endpoint,
|
|
2835
|
+
header_params: header_params,
|
|
2836
|
+
query_params: query_params,
|
|
2837
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2838
|
+
body: post_body,
|
|
2839
|
+
return_type: 'OCI::Oda::Models::DigitalAssistant'
|
|
2840
|
+
)
|
|
2841
|
+
end
|
|
2842
|
+
# rubocop:enable Metrics/BlockLength
|
|
2843
|
+
end
|
|
2844
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2845
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2846
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2847
|
+
|
|
2848
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2849
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2850
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
# Updates the specified Digital Assistant Parameter with the information in the request body.
|
|
2854
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2855
|
+
# @param [String] digital_assistant_id Unique Digital Assistant identifier.
|
|
2856
|
+
# @param [String] parameter_name The name of a Digital Assistant Parameter. This is unique with the Digital Assistant.
|
|
2857
|
+
# @param [OCI::Oda::Models::UpdateDigitalAssistantParameterDetails] update_digital_assistant_parameter_details Property values to update the Digital Assistant Parameter.
|
|
2858
|
+
# @param [Hash] opts the optional parameters
|
|
2859
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2860
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2861
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2862
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2863
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2864
|
+
# response for that instance. The service updates or deletes the
|
|
2865
|
+
# instance only if the etag that you provide matches the instance's
|
|
2866
|
+
# current etag value.
|
|
2867
|
+
#
|
|
2868
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2869
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::DigitalAssistantParameter DigitalAssistantParameter}
|
|
2870
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_digital_assistant_parameter.rb.html) to see an example of how to use update_digital_assistant_parameter API.
|
|
2871
|
+
def update_digital_assistant_parameter(oda_instance_id, digital_assistant_id, parameter_name, update_digital_assistant_parameter_details, opts = {})
|
|
2872
|
+
logger.debug 'Calling operation ManagementClient#update_digital_assistant_parameter.' if logger
|
|
2873
|
+
|
|
2874
|
+
raise "Missing the required parameter 'oda_instance_id' when calling update_digital_assistant_parameter." if oda_instance_id.nil?
|
|
2875
|
+
raise "Missing the required parameter 'digital_assistant_id' when calling update_digital_assistant_parameter." if digital_assistant_id.nil?
|
|
2876
|
+
raise "Missing the required parameter 'parameter_name' when calling update_digital_assistant_parameter." if parameter_name.nil?
|
|
2877
|
+
raise "Missing the required parameter 'update_digital_assistant_parameter_details' when calling update_digital_assistant_parameter." if update_digital_assistant_parameter_details.nil?
|
|
2878
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2879
|
+
raise "Parameter value for 'digital_assistant_id' must not be blank" if OCI::Internal::Util.blank_string?(digital_assistant_id)
|
|
2880
|
+
raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
|
|
2881
|
+
|
|
2882
|
+
path = '/odaInstances/{odaInstanceId}/digitalAssistants/{digitalAssistantId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{digitalAssistantId}', digital_assistant_id.to_s).sub('{parameterName}', parameter_name.to_s)
|
|
2883
|
+
operation_signing_strategy = :standard
|
|
2884
|
+
|
|
2885
|
+
# rubocop:disable Style/NegatedIf
|
|
2886
|
+
# Query Params
|
|
2887
|
+
query_params = {}
|
|
2888
|
+
|
|
2889
|
+
# Header Params
|
|
2890
|
+
header_params = {}
|
|
2891
|
+
header_params[:accept] = 'application/json'
|
|
2892
|
+
header_params[:'content-type'] = 'application/json'
|
|
2893
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2894
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2895
|
+
# rubocop:enable Style/NegatedIf
|
|
2896
|
+
|
|
2897
|
+
post_body = @api_client.object_to_http_body(update_digital_assistant_parameter_details)
|
|
2898
|
+
|
|
2899
|
+
# rubocop:disable Metrics/BlockLength
|
|
2900
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_digital_assistant_parameter') do
|
|
2901
|
+
@api_client.call_api(
|
|
2902
|
+
:PUT,
|
|
2903
|
+
path,
|
|
2904
|
+
endpoint,
|
|
2905
|
+
header_params: header_params,
|
|
2906
|
+
query_params: query_params,
|
|
2907
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2908
|
+
body: post_body,
|
|
2909
|
+
return_type: 'OCI::Oda::Models::DigitalAssistantParameter'
|
|
2910
|
+
)
|
|
2911
|
+
end
|
|
2912
|
+
# rubocop:enable Metrics/BlockLength
|
|
2913
|
+
end
|
|
2914
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2915
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2916
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2917
|
+
|
|
2918
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2919
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2920
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2921
|
+
|
|
2922
|
+
|
|
2923
|
+
# Updates the specified Skill with the information in the request body.
|
|
2924
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2925
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
2926
|
+
# @param [OCI::Oda::Models::UpdateSkillDetails] update_skill_details Property values to update the Skill.
|
|
2927
|
+
# @param [Hash] opts the optional parameters
|
|
2928
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2929
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2930
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2931
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
2932
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
2933
|
+
# response for that instance. The service updates or deletes the
|
|
2934
|
+
# instance only if the etag that you provide matches the instance's
|
|
2935
|
+
# current etag value.
|
|
2936
|
+
#
|
|
2937
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
2938
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Skill Skill}
|
|
2939
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_skill.rb.html) to see an example of how to use update_skill API.
|
|
2940
|
+
def update_skill(oda_instance_id, skill_id, update_skill_details, opts = {})
|
|
2941
|
+
logger.debug 'Calling operation ManagementClient#update_skill.' if logger
|
|
2942
|
+
|
|
2943
|
+
raise "Missing the required parameter 'oda_instance_id' when calling update_skill." if oda_instance_id.nil?
|
|
2944
|
+
raise "Missing the required parameter 'skill_id' when calling update_skill." if skill_id.nil?
|
|
2945
|
+
raise "Missing the required parameter 'update_skill_details' when calling update_skill." if update_skill_details.nil?
|
|
2946
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
2947
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
2948
|
+
|
|
2949
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s)
|
|
2950
|
+
operation_signing_strategy = :standard
|
|
2951
|
+
|
|
2952
|
+
# rubocop:disable Style/NegatedIf
|
|
2953
|
+
# Query Params
|
|
2954
|
+
query_params = {}
|
|
2955
|
+
|
|
2956
|
+
# Header Params
|
|
2957
|
+
header_params = {}
|
|
2958
|
+
header_params[:accept] = 'application/json'
|
|
2959
|
+
header_params[:'content-type'] = 'application/json'
|
|
2960
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2961
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2962
|
+
# rubocop:enable Style/NegatedIf
|
|
2963
|
+
|
|
2964
|
+
post_body = @api_client.object_to_http_body(update_skill_details)
|
|
2965
|
+
|
|
2966
|
+
# rubocop:disable Metrics/BlockLength
|
|
2967
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_skill') do
|
|
2968
|
+
@api_client.call_api(
|
|
2969
|
+
:PUT,
|
|
2970
|
+
path,
|
|
2971
|
+
endpoint,
|
|
2972
|
+
header_params: header_params,
|
|
2973
|
+
query_params: query_params,
|
|
2974
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2975
|
+
body: post_body,
|
|
2976
|
+
return_type: 'OCI::Oda::Models::Skill'
|
|
2977
|
+
)
|
|
2978
|
+
end
|
|
2979
|
+
# rubocop:enable Metrics/BlockLength
|
|
2980
|
+
end
|
|
2981
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2982
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2983
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2984
|
+
|
|
2985
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2986
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2987
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2988
|
+
|
|
2989
|
+
|
|
2990
|
+
# Updates the specified Skill Parameter with the information in the request body.
|
|
2991
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
2992
|
+
# @param [String] skill_id Unique Skill identifier.
|
|
2993
|
+
# @param [String] parameter_name The name of a Skill Parameter.
|
|
2994
|
+
# @param [OCI::Oda::Models::UpdateSkillParameterDetails] update_skill_parameter_details Property values to update the Skill Parameter.
|
|
2995
|
+
# @param [Hash] opts the optional parameters
|
|
2996
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2997
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2998
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
2999
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
3000
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
3001
|
+
# response for that instance. The service updates or deletes the
|
|
3002
|
+
# instance only if the etag that you provide matches the instance's
|
|
3003
|
+
# current etag value.
|
|
3004
|
+
#
|
|
3005
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
3006
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::SkillParameter SkillParameter}
|
|
3007
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_skill_parameter.rb.html) to see an example of how to use update_skill_parameter API.
|
|
3008
|
+
def update_skill_parameter(oda_instance_id, skill_id, parameter_name, update_skill_parameter_details, opts = {})
|
|
3009
|
+
logger.debug 'Calling operation ManagementClient#update_skill_parameter.' if logger
|
|
3010
|
+
|
|
3011
|
+
raise "Missing the required parameter 'oda_instance_id' when calling update_skill_parameter." if oda_instance_id.nil?
|
|
3012
|
+
raise "Missing the required parameter 'skill_id' when calling update_skill_parameter." if skill_id.nil?
|
|
3013
|
+
raise "Missing the required parameter 'parameter_name' when calling update_skill_parameter." if parameter_name.nil?
|
|
3014
|
+
raise "Missing the required parameter 'update_skill_parameter_details' when calling update_skill_parameter." if update_skill_parameter_details.nil?
|
|
3015
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
3016
|
+
raise "Parameter value for 'skill_id' must not be blank" if OCI::Internal::Util.blank_string?(skill_id)
|
|
3017
|
+
raise "Parameter value for 'parameter_name' must not be blank" if OCI::Internal::Util.blank_string?(parameter_name)
|
|
3018
|
+
|
|
3019
|
+
path = '/odaInstances/{odaInstanceId}/skills/{skillId}/parameters/{parameterName}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{skillId}', skill_id.to_s).sub('{parameterName}', parameter_name.to_s)
|
|
3020
|
+
operation_signing_strategy = :standard
|
|
3021
|
+
|
|
3022
|
+
# rubocop:disable Style/NegatedIf
|
|
3023
|
+
# Query Params
|
|
3024
|
+
query_params = {}
|
|
3025
|
+
|
|
3026
|
+
# Header Params
|
|
3027
|
+
header_params = {}
|
|
3028
|
+
header_params[:accept] = 'application/json'
|
|
3029
|
+
header_params[:'content-type'] = 'application/json'
|
|
3030
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
3031
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
3032
|
+
# rubocop:enable Style/NegatedIf
|
|
3033
|
+
|
|
3034
|
+
post_body = @api_client.object_to_http_body(update_skill_parameter_details)
|
|
3035
|
+
|
|
3036
|
+
# rubocop:disable Metrics/BlockLength
|
|
3037
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_skill_parameter') do
|
|
3038
|
+
@api_client.call_api(
|
|
3039
|
+
:PUT,
|
|
3040
|
+
path,
|
|
3041
|
+
endpoint,
|
|
3042
|
+
header_params: header_params,
|
|
3043
|
+
query_params: query_params,
|
|
3044
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
3045
|
+
body: post_body,
|
|
3046
|
+
return_type: 'OCI::Oda::Models::SkillParameter'
|
|
3047
|
+
)
|
|
3048
|
+
end
|
|
3049
|
+
# rubocop:enable Metrics/BlockLength
|
|
3050
|
+
end
|
|
3051
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
3052
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
3053
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
3054
|
+
|
|
3055
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
3056
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
3057
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
3058
|
+
|
|
3059
|
+
|
|
3060
|
+
# Updates the specified Translator with the information in the request body.
|
|
3061
|
+
# @param [String] oda_instance_id Unique Digital Assistant instance identifier.
|
|
3062
|
+
# @param [String] translator_id Unique Translator identifier.
|
|
3063
|
+
# @param [OCI::Oda::Models::UpdateTranslatorDetails] update_translator_details Property values to update the Translator.
|
|
3064
|
+
# @param [Hash] opts the optional parameters
|
|
3065
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
3066
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3067
|
+
# @option opts [String] :if_match For optimistic concurrency control in a PUT or DELETE call for
|
|
3068
|
+
# a Digital Assistant instance, set the `if-match` query parameter
|
|
3069
|
+
# to the value of the `ETAG` header from a previous GET or POST
|
|
3070
|
+
# response for that instance. The service updates or deletes the
|
|
3071
|
+
# instance only if the etag that you provide matches the instance's
|
|
3072
|
+
# current etag value.
|
|
3073
|
+
#
|
|
3074
|
+
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
3075
|
+
# @return [Response] A Response object with data of type {OCI::Oda::Models::Translator Translator}
|
|
3076
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_translator.rb.html) to see an example of how to use update_translator API.
|
|
3077
|
+
def update_translator(oda_instance_id, translator_id, update_translator_details, opts = {})
|
|
3078
|
+
logger.debug 'Calling operation ManagementClient#update_translator.' if logger
|
|
3079
|
+
|
|
3080
|
+
raise "Missing the required parameter 'oda_instance_id' when calling update_translator." if oda_instance_id.nil?
|
|
3081
|
+
raise "Missing the required parameter 'translator_id' when calling update_translator." if translator_id.nil?
|
|
3082
|
+
raise "Missing the required parameter 'update_translator_details' when calling update_translator." if update_translator_details.nil?
|
|
3083
|
+
raise "Parameter value for 'oda_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(oda_instance_id)
|
|
3084
|
+
raise "Parameter value for 'translator_id' must not be blank" if OCI::Internal::Util.blank_string?(translator_id)
|
|
3085
|
+
|
|
3086
|
+
path = '/odaInstances/{odaInstanceId}/translators/{translatorId}'.sub('{odaInstanceId}', oda_instance_id.to_s).sub('{translatorId}', translator_id.to_s)
|
|
3087
|
+
operation_signing_strategy = :standard
|
|
3088
|
+
|
|
3089
|
+
# rubocop:disable Style/NegatedIf
|
|
3090
|
+
# Query Params
|
|
3091
|
+
query_params = {}
|
|
3092
|
+
|
|
3093
|
+
# Header Params
|
|
3094
|
+
header_params = {}
|
|
3095
|
+
header_params[:accept] = 'application/json'
|
|
3096
|
+
header_params[:'content-type'] = 'application/json'
|
|
3097
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
3098
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
3099
|
+
# rubocop:enable Style/NegatedIf
|
|
3100
|
+
|
|
3101
|
+
post_body = @api_client.object_to_http_body(update_translator_details)
|
|
3102
|
+
|
|
3103
|
+
# rubocop:disable Metrics/BlockLength
|
|
3104
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'ManagementClient#update_translator') do
|
|
3105
|
+
@api_client.call_api(
|
|
3106
|
+
:PUT,
|
|
3107
|
+
path,
|
|
3108
|
+
endpoint,
|
|
3109
|
+
header_params: header_params,
|
|
3110
|
+
query_params: query_params,
|
|
3111
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
3112
|
+
body: post_body,
|
|
3113
|
+
return_type: 'OCI::Oda::Models::Translator'
|
|
3114
|
+
)
|
|
3115
|
+
end
|
|
3116
|
+
# rubocop:enable Metrics/BlockLength
|
|
3117
|
+
end
|
|
3118
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
3119
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
3120
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
3121
|
+
|
|
3122
|
+
private
|
|
3123
|
+
|
|
3124
|
+
def applicable_retry_config(opts = {})
|
|
3125
|
+
return @retry_config unless opts.key?(:retry_config)
|
|
3126
|
+
|
|
3127
|
+
opts[:retry_config]
|
|
3128
|
+
end
|
|
3129
|
+
end
|
|
3130
|
+
end
|
|
3131
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|