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
|
@@ -222,6 +222,77 @@ module OCI
|
|
|
222
222
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
223
223
|
|
|
224
224
|
|
|
225
|
+
# Add an IPv6 CIDR to a subnet.
|
|
226
|
+
#
|
|
227
|
+
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
228
|
+
# @param [OCI::Core::Models::AddSubnetIpv6CidrDetails] add_subnet_ipv6_cidr_details Details object for adding an IPv6 CIDR to a subnet.
|
|
229
|
+
# @param [Hash] opts the optional parameters
|
|
230
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
231
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
232
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
233
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
234
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
235
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
236
|
+
# may be rejected).
|
|
237
|
+
#
|
|
238
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
239
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
240
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
241
|
+
#
|
|
242
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
243
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
244
|
+
#
|
|
245
|
+
# @return [Response] A Response object with data of type nil
|
|
246
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/add_ipv6_subnet_cidr.rb.html) to see an example of how to use add_ipv6_subnet_cidr API.
|
|
247
|
+
def add_ipv6_subnet_cidr(subnet_id, add_subnet_ipv6_cidr_details, opts = {})
|
|
248
|
+
logger.debug 'Calling operation VirtualNetworkClient#add_ipv6_subnet_cidr.' if logger
|
|
249
|
+
|
|
250
|
+
raise "Missing the required parameter 'subnet_id' when calling add_ipv6_subnet_cidr." if subnet_id.nil?
|
|
251
|
+
raise "Missing the required parameter 'add_subnet_ipv6_cidr_details' when calling add_ipv6_subnet_cidr." if add_subnet_ipv6_cidr_details.nil?
|
|
252
|
+
raise "Parameter value for 'subnet_id' must not be blank" if OCI::Internal::Util.blank_string?(subnet_id)
|
|
253
|
+
|
|
254
|
+
path = '/subnets/{subnetId}/actions/addIpv6Cidr'.sub('{subnetId}', subnet_id.to_s)
|
|
255
|
+
operation_signing_strategy = :standard
|
|
256
|
+
|
|
257
|
+
# rubocop:disable Style/NegatedIf
|
|
258
|
+
# Query Params
|
|
259
|
+
query_params = {}
|
|
260
|
+
|
|
261
|
+
# Header Params
|
|
262
|
+
header_params = {}
|
|
263
|
+
header_params[:accept] = 'application/json'
|
|
264
|
+
header_params[:'content-type'] = 'application/json'
|
|
265
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
266
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
267
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
268
|
+
# rubocop:enable Style/NegatedIf
|
|
269
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
270
|
+
|
|
271
|
+
post_body = @api_client.object_to_http_body(add_subnet_ipv6_cidr_details)
|
|
272
|
+
|
|
273
|
+
# rubocop:disable Metrics/BlockLength
|
|
274
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#add_ipv6_subnet_cidr') do
|
|
275
|
+
@api_client.call_api(
|
|
276
|
+
:POST,
|
|
277
|
+
path,
|
|
278
|
+
endpoint,
|
|
279
|
+
header_params: header_params,
|
|
280
|
+
query_params: query_params,
|
|
281
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
282
|
+
body: post_body
|
|
283
|
+
)
|
|
284
|
+
end
|
|
285
|
+
# rubocop:enable Metrics/BlockLength
|
|
286
|
+
end
|
|
287
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
288
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
289
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
290
|
+
|
|
291
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
292
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
293
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
294
|
+
|
|
295
|
+
|
|
225
296
|
# Add an IPv6 CIDR to a VCN. The VCN size is always /56 and assigned by Oracle.
|
|
226
297
|
# Once added the IPv6 CIDR block cannot be removed or modified.
|
|
227
298
|
#
|
|
@@ -242,6 +313,8 @@ module OCI
|
|
|
242
313
|
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
243
314
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
244
315
|
#
|
|
316
|
+
# @option opts [OCI::Core::Models::AddVcnIpv6CidrDetails] :add_vcn_ipv6_cidr_details Details object for adding an IPv6 VCN CIDR.
|
|
317
|
+
#
|
|
245
318
|
# @return [Response] A Response object with data of type nil
|
|
246
319
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/add_ipv6_vcn_cidr.rb.html) to see an example of how to use add_ipv6_vcn_cidr API.
|
|
247
320
|
def add_ipv6_vcn_cidr(vcn_id, opts = {})
|
|
@@ -267,7 +340,7 @@ module OCI
|
|
|
267
340
|
# rubocop:enable Style/NegatedIf
|
|
268
341
|
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
269
342
|
|
|
270
|
-
post_body =
|
|
343
|
+
post_body = @api_client.object_to_http_body(opts[:add_vcn_ipv6_cidr_details])
|
|
271
344
|
|
|
272
345
|
# rubocop:disable Metrics/BlockLength
|
|
273
346
|
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#add_ipv6_vcn_cidr') do
|
|
@@ -627,7 +700,7 @@ module OCI
|
|
|
627
700
|
# to add prefixes to the virtual circuit. Oracle must verify the customer's ownership
|
|
628
701
|
# of each prefix before traffic for that prefix will flow across the virtual circuit.
|
|
629
702
|
#
|
|
630
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
703
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
631
704
|
# @param [OCI::Core::Models::BulkAddVirtualCircuitPublicPrefixesDetails] bulk_add_virtual_circuit_public_prefixes_details Request with publix prefixes to be added to the virtual circuit
|
|
632
705
|
# @param [Hash] opts the optional parameters
|
|
633
706
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -686,7 +759,7 @@ module OCI
|
|
|
686
759
|
# to remove prefixes from the virtual circuit. When the virtual circuit's state switches
|
|
687
760
|
# back to PROVISIONED, Oracle stops advertising the specified prefixes across the connection.
|
|
688
761
|
#
|
|
689
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
762
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
690
763
|
# @param [OCI::Core::Models::BulkDeleteVirtualCircuitPublicPrefixesDetails] bulk_delete_virtual_circuit_public_prefixes_details Request with public prefixes to be deleted from the virtual circuit.
|
|
691
764
|
# @param [Hash] opts the optional parameters
|
|
692
765
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -807,11 +880,84 @@ module OCI
|
|
|
807
880
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
808
881
|
|
|
809
882
|
|
|
883
|
+
# Moves a capture filter to a new compartment in the same tenancy. For information
|
|
884
|
+
# about moving resources between compartments, see
|
|
885
|
+
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
886
|
+
#
|
|
887
|
+
# @param [String] capture_filter_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the capture filter.
|
|
888
|
+
# @param [OCI::Core::Models::ChangeCaptureFilterCompartmentDetails] change_capture_filter_compartment_details Request to change the compartment of a VTAP.
|
|
889
|
+
# @param [Hash] opts the optional parameters
|
|
890
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
891
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
892
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
893
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
894
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
895
|
+
#
|
|
896
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
897
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
898
|
+
#
|
|
899
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
900
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
901
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
902
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
903
|
+
# may be rejected).
|
|
904
|
+
#
|
|
905
|
+
# @return [Response] A Response object with data of type nil
|
|
906
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_capture_filter_compartment.rb.html) to see an example of how to use change_capture_filter_compartment API.
|
|
907
|
+
def change_capture_filter_compartment(capture_filter_id, change_capture_filter_compartment_details, opts = {})
|
|
908
|
+
logger.debug 'Calling operation VirtualNetworkClient#change_capture_filter_compartment.' if logger
|
|
909
|
+
|
|
910
|
+
raise "Missing the required parameter 'capture_filter_id' when calling change_capture_filter_compartment." if capture_filter_id.nil?
|
|
911
|
+
raise "Missing the required parameter 'change_capture_filter_compartment_details' when calling change_capture_filter_compartment." if change_capture_filter_compartment_details.nil?
|
|
912
|
+
raise "Parameter value for 'capture_filter_id' must not be blank" if OCI::Internal::Util.blank_string?(capture_filter_id)
|
|
913
|
+
|
|
914
|
+
path = '/captureFilters/{captureFilterId}/actions/changeCompartment'.sub('{captureFilterId}', capture_filter_id.to_s)
|
|
915
|
+
operation_signing_strategy = :standard
|
|
916
|
+
|
|
917
|
+
# rubocop:disable Style/NegatedIf
|
|
918
|
+
# Query Params
|
|
919
|
+
query_params = {}
|
|
920
|
+
|
|
921
|
+
# Header Params
|
|
922
|
+
header_params = {}
|
|
923
|
+
header_params[:accept] = 'application/json'
|
|
924
|
+
header_params[:'content-type'] = 'application/json'
|
|
925
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
926
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
927
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
928
|
+
# rubocop:enable Style/NegatedIf
|
|
929
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
930
|
+
|
|
931
|
+
post_body = @api_client.object_to_http_body(change_capture_filter_compartment_details)
|
|
932
|
+
|
|
933
|
+
# rubocop:disable Metrics/BlockLength
|
|
934
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#change_capture_filter_compartment') do
|
|
935
|
+
@api_client.call_api(
|
|
936
|
+
:POST,
|
|
937
|
+
path,
|
|
938
|
+
endpoint,
|
|
939
|
+
header_params: header_params,
|
|
940
|
+
query_params: query_params,
|
|
941
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
942
|
+
body: post_body
|
|
943
|
+
)
|
|
944
|
+
end
|
|
945
|
+
# rubocop:enable Metrics/BlockLength
|
|
946
|
+
end
|
|
947
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
948
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
949
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
950
|
+
|
|
951
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
952
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
953
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
954
|
+
|
|
955
|
+
|
|
810
956
|
# Moves a CPE object into a different compartment within the same tenancy. For information
|
|
811
957
|
# about moving resources between compartments, see
|
|
812
958
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
813
959
|
#
|
|
814
|
-
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
960
|
+
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
815
961
|
# @param [OCI::Core::Models::ChangeCpeCompartmentDetails] change_cpe_compartment_details Request to change the compartment of a CPE.
|
|
816
962
|
# @param [Hash] opts the optional parameters
|
|
817
963
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -879,7 +1025,7 @@ module OCI
|
|
|
879
1025
|
# about moving resources between compartments, see
|
|
880
1026
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
881
1027
|
#
|
|
882
|
-
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
1028
|
+
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
883
1029
|
# @param [OCI::Core::Models::ChangeCrossConnectCompartmentDetails] change_cross_connect_compartment_details Request to change the compartment of a Cross Connect.
|
|
884
1030
|
# @param [Hash] opts the optional parameters
|
|
885
1031
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -947,7 +1093,7 @@ module OCI
|
|
|
947
1093
|
# about moving resources between compartments, see
|
|
948
1094
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
949
1095
|
#
|
|
950
|
-
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
1096
|
+
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
951
1097
|
# @param [OCI::Core::Models::ChangeCrossConnectGroupCompartmentDetails] change_cross_connect_group_compartment_details Request to change the compartment of a Cross Connect Group.
|
|
952
1098
|
# @param [Hash] opts the optional parameters
|
|
953
1099
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1015,7 +1161,7 @@ module OCI
|
|
|
1015
1161
|
# about moving resources between compartments, see
|
|
1016
1162
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1017
1163
|
#
|
|
1018
|
-
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
1164
|
+
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
1019
1165
|
# @param [OCI::Core::Models::ChangeDhcpOptionsCompartmentDetails] change_dhcp_options_compartment_details Request to change the compartment of a set of DHCP Options.
|
|
1020
1166
|
# @param [Hash] opts the optional parameters
|
|
1021
1167
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1083,7 +1229,7 @@ module OCI
|
|
|
1083
1229
|
# about moving resources between compartments, see
|
|
1084
1230
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1085
1231
|
#
|
|
1086
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
1232
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
1087
1233
|
# @param [OCI::Core::Models::ChangeDrgCompartmentDetails] change_drg_compartment_details Request to change the compartment of a DRG.
|
|
1088
1234
|
# @param [Hash] opts the optional parameters
|
|
1089
1235
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1151,7 +1297,7 @@ module OCI
|
|
|
1151
1297
|
# about moving resources between compartments, see
|
|
1152
1298
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1153
1299
|
#
|
|
1154
|
-
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
1300
|
+
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
1155
1301
|
# @param [OCI::Core::Models::ChangeInternetGatewayCompartmentDetails] change_internet_gateway_compartment_details Request to change the compartment of an internet gateway.
|
|
1156
1302
|
# @param [Hash] opts the optional parameters
|
|
1157
1303
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1219,7 +1365,7 @@ module OCI
|
|
|
1219
1365
|
# about moving resources between compartments, see
|
|
1220
1366
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1221
1367
|
#
|
|
1222
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
1368
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
1223
1369
|
# @param [OCI::Core::Models::ChangeIPSecConnectionCompartmentDetails] change_ip_sec_connection_compartment_details Request to change the compartment of a IPSec connection.
|
|
1224
1370
|
# @param [Hash] opts the optional parameters
|
|
1225
1371
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1287,7 +1433,7 @@ module OCI
|
|
|
1287
1433
|
# about moving resources between compartments, see
|
|
1288
1434
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1289
1435
|
#
|
|
1290
|
-
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
1436
|
+
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
1291
1437
|
# @param [OCI::Core::Models::ChangeLocalPeeringGatewayCompartmentDetails] change_local_peering_gateway_compartment_details Request to change the compartment of a given local peering gateway.
|
|
1292
1438
|
# @param [Hash] opts the optional parameters
|
|
1293
1439
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1493,7 +1639,7 @@ module OCI
|
|
|
1493
1639
|
# This operation applies only to reserved public IPs. Ephemeral public IPs always belong to the
|
|
1494
1640
|
# same compartment as their VNIC and move accordingly.
|
|
1495
1641
|
#
|
|
1496
|
-
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
1642
|
+
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
1497
1643
|
# @param [OCI::Core::Models::ChangePublicIpCompartmentDetails] change_public_ip_compartment_details Request to change the compartment of a Public IP.
|
|
1498
1644
|
# @param [Hash] opts the optional parameters
|
|
1499
1645
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1629,7 +1775,7 @@ module OCI
|
|
|
1629
1775
|
# about moving resources between compartments, see
|
|
1630
1776
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1631
1777
|
#
|
|
1632
|
-
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
1778
|
+
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
1633
1779
|
# @param [OCI::Core::Models::ChangeRemotePeeringConnectionCompartmentDetails] change_remote_peering_connection_compartment_details Request to change the compartment of a remote peering connection.
|
|
1634
1780
|
# @param [Hash] opts the optional parameters
|
|
1635
1781
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1697,7 +1843,7 @@ module OCI
|
|
|
1697
1843
|
# about moving resources between compartments, see
|
|
1698
1844
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1699
1845
|
#
|
|
1700
|
-
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the route table.
|
|
1846
|
+
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table.
|
|
1701
1847
|
# @param [OCI::Core::Models::ChangeRouteTableCompartmentDetails] change_route_table_compartment_details Request to change the compartment of a given route table.
|
|
1702
1848
|
# @param [Hash] opts the optional parameters
|
|
1703
1849
|
# @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,7 +1911,7 @@ module OCI
|
|
|
1765
1911
|
# about moving resources between compartments, see
|
|
1766
1912
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1767
1913
|
#
|
|
1768
|
-
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the security list.
|
|
1914
|
+
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the security list.
|
|
1769
1915
|
# @param [OCI::Core::Models::ChangeSecurityListCompartmentDetails] change_security_list_compartment_details Request to change the compartment of a given security list.
|
|
1770
1916
|
# @param [Hash] opts the optional parameters
|
|
1771
1917
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -1901,7 +2047,7 @@ module OCI
|
|
|
1901
2047
|
# about moving resources between compartments, see
|
|
1902
2048
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
1903
2049
|
#
|
|
1904
|
-
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
2050
|
+
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
1905
2051
|
# @param [OCI::Core::Models::ChangeSubnetCompartmentDetails] change_subnet_compartment_details Request to change the compartment of a given subnet.
|
|
1906
2052
|
# @param [Hash] opts the optional parameters
|
|
1907
2053
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -2037,7 +2183,7 @@ module OCI
|
|
|
2037
2183
|
# about moving resources between compartments, see
|
|
2038
2184
|
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
2039
2185
|
#
|
|
2040
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
2186
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
2041
2187
|
# @param [OCI::Core::Models::ChangeVirtualCircuitCompartmentDetails] change_virtual_circuit_compartment_details Request to change the compartment of a virtual circuit.
|
|
2042
2188
|
# @param [Hash] opts the optional parameters
|
|
2043
2189
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -2169,6 +2315,79 @@ module OCI
|
|
|
2169
2315
|
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2170
2316
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2171
2317
|
|
|
2318
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2319
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2320
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
# Moves a VTAP to a new compartment within the same tenancy. For information
|
|
2324
|
+
# about moving resources between compartments, see
|
|
2325
|
+
# [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
2326
|
+
#
|
|
2327
|
+
# @param [String] vtap_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VTAP.
|
|
2328
|
+
# @param [OCI::Core::Models::ChangeVtapCompartmentDetails] change_vtap_compartment_details Request to change the compartment that contains a VTAP.
|
|
2329
|
+
# @param [Hash] opts the optional parameters
|
|
2330
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2331
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2332
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
2333
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
2334
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
2335
|
+
#
|
|
2336
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
2337
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
2338
|
+
#
|
|
2339
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
2340
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
2341
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
2342
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
2343
|
+
# may be rejected).
|
|
2344
|
+
#
|
|
2345
|
+
# @return [Response] A Response object with data of type nil
|
|
2346
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/change_vtap_compartment.rb.html) to see an example of how to use change_vtap_compartment API.
|
|
2347
|
+
def change_vtap_compartment(vtap_id, change_vtap_compartment_details, opts = {})
|
|
2348
|
+
logger.debug 'Calling operation VirtualNetworkClient#change_vtap_compartment.' if logger
|
|
2349
|
+
|
|
2350
|
+
raise "Missing the required parameter 'vtap_id' when calling change_vtap_compartment." if vtap_id.nil?
|
|
2351
|
+
raise "Missing the required parameter 'change_vtap_compartment_details' when calling change_vtap_compartment." if change_vtap_compartment_details.nil?
|
|
2352
|
+
raise "Parameter value for 'vtap_id' must not be blank" if OCI::Internal::Util.blank_string?(vtap_id)
|
|
2353
|
+
|
|
2354
|
+
path = '/vtaps/{vtapId}/actions/changeCompartment'.sub('{vtapId}', vtap_id.to_s)
|
|
2355
|
+
operation_signing_strategy = :standard
|
|
2356
|
+
|
|
2357
|
+
# rubocop:disable Style/NegatedIf
|
|
2358
|
+
# Query Params
|
|
2359
|
+
query_params = {}
|
|
2360
|
+
|
|
2361
|
+
# Header Params
|
|
2362
|
+
header_params = {}
|
|
2363
|
+
header_params[:accept] = 'application/json'
|
|
2364
|
+
header_params[:'content-type'] = 'application/json'
|
|
2365
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
2366
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2367
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
2368
|
+
# rubocop:enable Style/NegatedIf
|
|
2369
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
2370
|
+
|
|
2371
|
+
post_body = @api_client.object_to_http_body(change_vtap_compartment_details)
|
|
2372
|
+
|
|
2373
|
+
# rubocop:disable Metrics/BlockLength
|
|
2374
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#change_vtap_compartment') do
|
|
2375
|
+
@api_client.call_api(
|
|
2376
|
+
:POST,
|
|
2377
|
+
path,
|
|
2378
|
+
endpoint,
|
|
2379
|
+
header_params: header_params,
|
|
2380
|
+
query_params: query_params,
|
|
2381
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2382
|
+
body: post_body
|
|
2383
|
+
)
|
|
2384
|
+
end
|
|
2385
|
+
# rubocop:enable Metrics/BlockLength
|
|
2386
|
+
end
|
|
2387
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2388
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2389
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2390
|
+
|
|
2172
2391
|
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2173
2392
|
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2174
2393
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
@@ -2184,7 +2403,7 @@ module OCI
|
|
|
2184
2403
|
# operation will fail. For more information, see
|
|
2185
2404
|
# [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
|
|
2186
2405
|
#
|
|
2187
|
-
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
2406
|
+
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
2188
2407
|
# @param [OCI::Core::Models::ConnectLocalPeeringGatewaysDetails] connect_local_peering_gateways_details Details regarding the local peering gateway to connect.
|
|
2189
2408
|
# @param [Hash] opts the optional parameters
|
|
2190
2409
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -2247,7 +2466,7 @@ module OCI
|
|
|
2247
2466
|
# operation will fail. For more information, see
|
|
2248
2467
|
# [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
|
|
2249
2468
|
#
|
|
2250
|
-
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
2469
|
+
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
2251
2470
|
# @param [OCI::Core::Models::ConnectRemotePeeringConnectionsDetails] connect_remote_peering_connections_details Details to connect peering connection with peering connection from remote region
|
|
2252
2471
|
#
|
|
2253
2472
|
# @param [Hash] opts the optional parameters
|
|
@@ -2365,10 +2584,82 @@ module OCI
|
|
|
2365
2584
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2366
2585
|
|
|
2367
2586
|
|
|
2587
|
+
# Creates a virtual test access point (VTAP) capture filter in the specified compartment.
|
|
2588
|
+
#
|
|
2589
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains
|
|
2590
|
+
# the VTAP. For more information about compartments and access control, see
|
|
2591
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
2592
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2593
|
+
#
|
|
2594
|
+
# You may optionally specify a *display name* for the VTAP, otherwise a default is provided.
|
|
2595
|
+
# It does not have to be unique, and you can change it.
|
|
2596
|
+
#
|
|
2597
|
+
# @param [OCI::Core::Models::CreateCaptureFilterDetails] create_capture_filter_details Details for creating a capture filter.
|
|
2598
|
+
# @param [Hash] opts the optional parameters
|
|
2599
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
2600
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2601
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
2602
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
2603
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
2604
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
2605
|
+
# may be rejected).
|
|
2606
|
+
#
|
|
2607
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
2608
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
2609
|
+
#
|
|
2610
|
+
# @return [Response] A Response object with data of type {OCI::Core::Models::CaptureFilter CaptureFilter}
|
|
2611
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_capture_filter.rb.html) to see an example of how to use create_capture_filter API.
|
|
2612
|
+
def create_capture_filter(create_capture_filter_details, opts = {})
|
|
2613
|
+
logger.debug 'Calling operation VirtualNetworkClient#create_capture_filter.' if logger
|
|
2614
|
+
|
|
2615
|
+
raise "Missing the required parameter 'create_capture_filter_details' when calling create_capture_filter." if create_capture_filter_details.nil?
|
|
2616
|
+
|
|
2617
|
+
path = '/captureFilters'
|
|
2618
|
+
operation_signing_strategy = :standard
|
|
2619
|
+
|
|
2620
|
+
# rubocop:disable Style/NegatedIf
|
|
2621
|
+
# Query Params
|
|
2622
|
+
query_params = {}
|
|
2623
|
+
|
|
2624
|
+
# Header Params
|
|
2625
|
+
header_params = {}
|
|
2626
|
+
header_params[:accept] = 'application/json'
|
|
2627
|
+
header_params[:'content-type'] = 'application/json'
|
|
2628
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
2629
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
2630
|
+
# rubocop:enable Style/NegatedIf
|
|
2631
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
2632
|
+
|
|
2633
|
+
post_body = @api_client.object_to_http_body(create_capture_filter_details)
|
|
2634
|
+
|
|
2635
|
+
# rubocop:disable Metrics/BlockLength
|
|
2636
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#create_capture_filter') do
|
|
2637
|
+
@api_client.call_api(
|
|
2638
|
+
:POST,
|
|
2639
|
+
path,
|
|
2640
|
+
endpoint,
|
|
2641
|
+
header_params: header_params,
|
|
2642
|
+
query_params: query_params,
|
|
2643
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
2644
|
+
body: post_body,
|
|
2645
|
+
return_type: 'OCI::Core::Models::CaptureFilter'
|
|
2646
|
+
)
|
|
2647
|
+
end
|
|
2648
|
+
# rubocop:enable Metrics/BlockLength
|
|
2649
|
+
end
|
|
2650
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2651
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2652
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
2653
|
+
|
|
2654
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
2655
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
2656
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
2657
|
+
|
|
2658
|
+
|
|
2368
2659
|
# Creates a new virtual customer-premises equipment (CPE) object in the specified compartment. For
|
|
2369
2660
|
# more information, see [Site-to-Site VPN Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/overviewIPsec.htm).
|
|
2370
2661
|
#
|
|
2371
|
-
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment where you want
|
|
2662
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want
|
|
2372
2663
|
# the CPE to reside. Notice that the CPE doesn't have to be in the same compartment as the IPSec
|
|
2373
2664
|
# connection or other Networking Service components. If you're not sure which compartment to
|
|
2374
2665
|
# use, put the CPE in the same compartment as the DRG. For more information about
|
|
@@ -2447,7 +2738,7 @@ module OCI
|
|
|
2447
2738
|
# and request to have the physical cable installed. For more information, see
|
|
2448
2739
|
# [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
2449
2740
|
#
|
|
2450
|
-
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
|
|
2741
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
|
2451
2742
|
# compartment where you want the cross-connect to reside. If you're
|
|
2452
2743
|
# not sure which compartment to use, put the cross-connect in the
|
|
2453
2744
|
# same compartment with your VCN. For more information about
|
|
@@ -2521,7 +2812,7 @@ module OCI
|
|
|
2521
2812
|
# FastConnect. For more information, see
|
|
2522
2813
|
# [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
2523
2814
|
#
|
|
2524
|
-
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
|
|
2815
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the
|
|
2525
2816
|
# compartment where you want the cross-connect group to reside. If you're
|
|
2526
2817
|
# not sure which compartment to use, put the cross-connect group in the
|
|
2527
2818
|
# same compartment with your VCN. For more information about
|
|
@@ -2594,7 +2885,7 @@ module OCI
|
|
|
2594
2885
|
# Creates a new set of DHCP options for the specified VCN. For more information, see
|
|
2595
2886
|
# {DhcpOptions}.
|
|
2596
2887
|
#
|
|
2597
|
-
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment where you want the set of
|
|
2888
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want the set of
|
|
2598
2889
|
# DHCP options to reside. Notice that the set of options doesn't have to be in the same compartment as the VCN,
|
|
2599
2890
|
# subnets, or other Networking Service components. If you're not sure which compartment to use, put the set
|
|
2600
2891
|
# of DHCP options in the same compartment as the VCN. For more information about compartments and access control, see
|
|
@@ -2735,7 +3026,7 @@ module OCI
|
|
|
2735
3026
|
|
|
2736
3027
|
# Attaches the specified DRG to the specified network resource. A VCN can be attached to only one DRG
|
|
2737
3028
|
# at a time, but a DRG can be attached to more than one VCN. The response includes a `DrgAttachment`
|
|
2738
|
-
# object with its own [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm). For more information about DRGs, see
|
|
3029
|
+
# object with its own [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm). For more information about DRGs, see
|
|
2739
3030
|
# [Dynamic Routing Gateways (DRGs)](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingDRGs.htm).
|
|
2740
3031
|
#
|
|
2741
3032
|
# You may optionally specify a *display name* for the attachment, otherwise a default is provided.
|
|
@@ -2930,7 +3221,7 @@ module OCI
|
|
|
2930
3221
|
# Creates a new internet gateway for the specified VCN. For more information, see
|
|
2931
3222
|
# [Access to the Internet](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingIGs.htm).
|
|
2932
3223
|
#
|
|
2933
|
-
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment where you want the Internet
|
|
3224
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want the Internet
|
|
2934
3225
|
# Gateway to reside. Notice that the internet gateway doesn't have to be in the same compartment as the VCN or
|
|
2935
3226
|
# other Networking Service components. If you're not sure which compartment to use, put the Internet
|
|
2936
3227
|
# Gateway in the same compartment with the VCN. For more information about compartments and access control, see
|
|
@@ -3015,7 +3306,7 @@ module OCI
|
|
|
3015
3306
|
# the static routes. For more information, see the important note in
|
|
3016
3307
|
# {IPSecConnection}.
|
|
3017
3308
|
#
|
|
3018
|
-
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment where you want the
|
|
3309
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want the
|
|
3019
3310
|
# IPSec connection to reside. Notice that the IPSec connection doesn't have to be in the same compartment
|
|
3020
3311
|
# as the DRG, CPE, or other Networking Service components. If you're not sure which compartment to
|
|
3021
3312
|
# use, put the IPSec connection in the same compartment as the DRG. For more information about
|
|
@@ -4145,13 +4436,85 @@ module OCI
|
|
|
4145
4436
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4146
4437
|
|
|
4147
4438
|
|
|
4148
|
-
#
|
|
4149
|
-
# The resource must be in one of the following states: CREATING, PROVISIONED, ACTIVE, or FAILED.
|
|
4150
|
-
# It must not have any subranges currently allocated to a PublicIpPool object or the deletion will fail.
|
|
4151
|
-
# You must specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4152
|
-
# If the `ByoipRange` resource is currently in the PROVISIONED or ACTIVE state, it will be de-provisioned and then deleted.
|
|
4439
|
+
# Creates a virtual test access point (VTAP) in the specified compartment.
|
|
4153
4440
|
#
|
|
4154
|
-
#
|
|
4441
|
+
# For the purposes of access control, you must provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the VTAP.
|
|
4442
|
+
# For more information about compartments and access control, see
|
|
4443
|
+
# [Overview of the IAM Service](https://docs.cloud.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
4444
|
+
# For information about OCIDs, see [Resource Identifiers](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4445
|
+
#
|
|
4446
|
+
# You may optionally specify a *display name* for the VTAP, otherwise a default is provided.
|
|
4447
|
+
# It does not have to be unique, and you can change it.
|
|
4448
|
+
#
|
|
4449
|
+
# @param [OCI::Core::Models::CreateVtapDetails] create_vtap_details Details used to create a VTAP.
|
|
4450
|
+
# @param [Hash] opts the optional parameters
|
|
4451
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4452
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4453
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
4454
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
4455
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
4456
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
4457
|
+
# may be rejected).
|
|
4458
|
+
#
|
|
4459
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
4460
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
4461
|
+
#
|
|
4462
|
+
# @return [Response] A Response object with data of type {OCI::Core::Models::Vtap Vtap}
|
|
4463
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/create_vtap.rb.html) to see an example of how to use create_vtap API.
|
|
4464
|
+
def create_vtap(create_vtap_details, opts = {})
|
|
4465
|
+
logger.debug 'Calling operation VirtualNetworkClient#create_vtap.' if logger
|
|
4466
|
+
|
|
4467
|
+
raise "Missing the required parameter 'create_vtap_details' when calling create_vtap." if create_vtap_details.nil?
|
|
4468
|
+
|
|
4469
|
+
path = '/vtaps'
|
|
4470
|
+
operation_signing_strategy = :standard
|
|
4471
|
+
|
|
4472
|
+
# rubocop:disable Style/NegatedIf
|
|
4473
|
+
# Query Params
|
|
4474
|
+
query_params = {}
|
|
4475
|
+
|
|
4476
|
+
# Header Params
|
|
4477
|
+
header_params = {}
|
|
4478
|
+
header_params[:accept] = 'application/json'
|
|
4479
|
+
header_params[:'content-type'] = 'application/json'
|
|
4480
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
4481
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
4482
|
+
# rubocop:enable Style/NegatedIf
|
|
4483
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
4484
|
+
|
|
4485
|
+
post_body = @api_client.object_to_http_body(create_vtap_details)
|
|
4486
|
+
|
|
4487
|
+
# rubocop:disable Metrics/BlockLength
|
|
4488
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#create_vtap') do
|
|
4489
|
+
@api_client.call_api(
|
|
4490
|
+
:POST,
|
|
4491
|
+
path,
|
|
4492
|
+
endpoint,
|
|
4493
|
+
header_params: header_params,
|
|
4494
|
+
query_params: query_params,
|
|
4495
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
4496
|
+
body: post_body,
|
|
4497
|
+
return_type: 'OCI::Core::Models::Vtap'
|
|
4498
|
+
)
|
|
4499
|
+
end
|
|
4500
|
+
# rubocop:enable Metrics/BlockLength
|
|
4501
|
+
end
|
|
4502
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
4503
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
4504
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
4505
|
+
|
|
4506
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
4507
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
4508
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4509
|
+
|
|
4510
|
+
|
|
4511
|
+
# Deletes the specified `ByoipRange` resource.
|
|
4512
|
+
# The resource must be in one of the following states: CREATING, PROVISIONED, ACTIVE, or FAILED.
|
|
4513
|
+
# It must not have any subranges currently allocated to a PublicIpPool object or the deletion will fail.
|
|
4514
|
+
# You must specify the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4515
|
+
# If the `ByoipRange` resource is currently in the PROVISIONED or ACTIVE state, it will be de-provisioned and then deleted.
|
|
4516
|
+
#
|
|
4517
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
4155
4518
|
# @param [Hash] opts the optional parameters
|
|
4156
4519
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4157
4520
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4210,11 +4573,73 @@ module OCI
|
|
|
4210
4573
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4211
4574
|
|
|
4212
4575
|
|
|
4576
|
+
# Deletes the specified VTAP capture filter. This is an asynchronous operation. The VTAP capture filter's `lifecycleState` will
|
|
4577
|
+
# change to TERMINATING temporarily until the VTAP capture filter is completely removed.
|
|
4578
|
+
#
|
|
4579
|
+
# @param [String] capture_filter_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the capture filter.
|
|
4580
|
+
# @param [Hash] opts the optional parameters
|
|
4581
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4582
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
4583
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
4584
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
4585
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
4586
|
+
#
|
|
4587
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
4588
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
4589
|
+
#
|
|
4590
|
+
# @return [Response] A Response object with data of type nil
|
|
4591
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_capture_filter.rb.html) to see an example of how to use delete_capture_filter API.
|
|
4592
|
+
def delete_capture_filter(capture_filter_id, opts = {})
|
|
4593
|
+
logger.debug 'Calling operation VirtualNetworkClient#delete_capture_filter.' if logger
|
|
4594
|
+
|
|
4595
|
+
raise "Missing the required parameter 'capture_filter_id' when calling delete_capture_filter." if capture_filter_id.nil?
|
|
4596
|
+
raise "Parameter value for 'capture_filter_id' must not be blank" if OCI::Internal::Util.blank_string?(capture_filter_id)
|
|
4597
|
+
|
|
4598
|
+
path = '/captureFilters/{captureFilterId}'.sub('{captureFilterId}', capture_filter_id.to_s)
|
|
4599
|
+
operation_signing_strategy = :standard
|
|
4600
|
+
|
|
4601
|
+
# rubocop:disable Style/NegatedIf
|
|
4602
|
+
# Query Params
|
|
4603
|
+
query_params = {}
|
|
4604
|
+
|
|
4605
|
+
# Header Params
|
|
4606
|
+
header_params = {}
|
|
4607
|
+
header_params[:accept] = 'application/json'
|
|
4608
|
+
header_params[:'content-type'] = 'application/json'
|
|
4609
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
4610
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
4611
|
+
# rubocop:enable Style/NegatedIf
|
|
4612
|
+
|
|
4613
|
+
post_body = nil
|
|
4614
|
+
|
|
4615
|
+
# rubocop:disable Metrics/BlockLength
|
|
4616
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_capture_filter') do
|
|
4617
|
+
@api_client.call_api(
|
|
4618
|
+
:DELETE,
|
|
4619
|
+
path,
|
|
4620
|
+
endpoint,
|
|
4621
|
+
header_params: header_params,
|
|
4622
|
+
query_params: query_params,
|
|
4623
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
4624
|
+
body: post_body
|
|
4625
|
+
)
|
|
4626
|
+
end
|
|
4627
|
+
# rubocop:enable Metrics/BlockLength
|
|
4628
|
+
end
|
|
4629
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
4630
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
4631
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
4632
|
+
|
|
4633
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
4634
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
4635
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4636
|
+
|
|
4637
|
+
|
|
4213
4638
|
# Deletes the specified CPE object. The CPE must not be connected to a DRG. This is an asynchronous
|
|
4214
4639
|
# operation. The CPE's `lifecycleState` will change to TERMINATING temporarily until the CPE is completely
|
|
4215
4640
|
# removed.
|
|
4216
4641
|
#
|
|
4217
|
-
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
4642
|
+
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
4218
4643
|
# @param [Hash] opts the optional parameters
|
|
4219
4644
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4220
4645
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4272,7 +4697,7 @@ module OCI
|
|
|
4272
4697
|
# Deletes the specified cross-connect. It must not be mapped to a
|
|
4273
4698
|
# {VirtualCircuit}.
|
|
4274
4699
|
#
|
|
4275
|
-
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
4700
|
+
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
4276
4701
|
# @param [Hash] opts the optional parameters
|
|
4277
4702
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4278
4703
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4331,7 +4756,7 @@ module OCI
|
|
|
4331
4756
|
# cross-connects, and it cannot be mapped to a
|
|
4332
4757
|
# {VirtualCircuit}.
|
|
4333
4758
|
#
|
|
4334
|
-
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
4759
|
+
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
4335
4760
|
# @param [Hash] opts the optional parameters
|
|
4336
4761
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4337
4762
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4392,7 +4817,7 @@ module OCI
|
|
|
4392
4817
|
# This is an asynchronous operation. The state of the set of options will switch to TERMINATING temporarily
|
|
4393
4818
|
# until the set is completely removed.
|
|
4394
4819
|
#
|
|
4395
|
-
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
4820
|
+
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
4396
4821
|
# @param [Hash] opts the optional parameters
|
|
4397
4822
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4398
4823
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4452,7 +4877,7 @@ module OCI
|
|
|
4452
4877
|
# operation. The DRG's `lifecycleState` will change to TERMINATING temporarily until the DRG is completely
|
|
4453
4878
|
# removed.
|
|
4454
4879
|
#
|
|
4455
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
4880
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
4456
4881
|
# @param [Hash] opts the optional parameters
|
|
4457
4882
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4458
4883
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4688,7 +5113,7 @@ module OCI
|
|
|
4688
5113
|
# This is an asynchronous operation. The gateway's `lifecycleState` will change to TERMINATING temporarily
|
|
4689
5114
|
# until the gateway is completely removed.
|
|
4690
5115
|
#
|
|
4691
|
-
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
5116
|
+
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
4692
5117
|
# @param [Hash] opts the optional parameters
|
|
4693
5118
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4694
5119
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4752,7 +5177,7 @@ module OCI
|
|
|
4752
5177
|
# This is an asynchronous operation. The connection's `lifecycleState` will change to TERMINATING temporarily
|
|
4753
5178
|
# until the connection is completely removed.
|
|
4754
5179
|
#
|
|
4755
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
5180
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
4756
5181
|
# @param [Hash] opts the optional parameters
|
|
4757
5182
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4758
5183
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -4807,7 +5232,7 @@ module OCI
|
|
|
4807
5232
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
4808
5233
|
|
|
4809
5234
|
|
|
4810
|
-
# Unassigns and deletes the specified IPv6. You must specify the object's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
5235
|
+
# Unassigns and deletes the specified IPv6. You must specify the object's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4811
5236
|
# The IPv6 address is returned to the subnet's pool of available addresses.
|
|
4812
5237
|
#
|
|
4813
5238
|
# @param [String] ipv6_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6.
|
|
@@ -4874,7 +5299,7 @@ module OCI
|
|
|
4874
5299
|
# This is an asynchronous operation; the local peering gateway's `lifecycleState` changes to TERMINATING temporarily
|
|
4875
5300
|
# until the local peering gateway is completely removed.
|
|
4876
5301
|
#
|
|
4877
|
-
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
5302
|
+
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
4878
5303
|
# @param [Hash] opts the optional parameters
|
|
4879
5304
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
4880
5305
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5065,7 +5490,7 @@ module OCI
|
|
|
5065
5490
|
# unassigning it from the VNIC causes that route rule to blackhole and the traffic
|
|
5066
5491
|
# will be dropped.
|
|
5067
5492
|
#
|
|
5068
|
-
# @param [String] private_ip_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the private IP.
|
|
5493
|
+
# @param [String] private_ip_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private IP or IPv6.
|
|
5069
5494
|
# @param [Hash] opts the optional parameters
|
|
5070
5495
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5071
5496
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5136,7 +5561,7 @@ module OCI
|
|
|
5136
5561
|
# of reserved public IPs, instead use
|
|
5137
5562
|
# {#update_public_ip update_public_ip}.
|
|
5138
5563
|
#
|
|
5139
|
-
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
5564
|
+
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
5140
5565
|
# @param [Hash] opts the optional parameters
|
|
5141
5566
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5142
5567
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5259,7 +5684,7 @@ module OCI
|
|
|
5259
5684
|
# This is an asynchronous operation; the RPC's `lifecycleState` changes to TERMINATING temporarily
|
|
5260
5685
|
# until the RPC is completely removed.
|
|
5261
5686
|
#
|
|
5262
|
-
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
5687
|
+
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
5263
5688
|
# @param [Hash] opts the optional parameters
|
|
5264
5689
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5265
5690
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5320,7 +5745,7 @@ module OCI
|
|
|
5320
5745
|
# This is an asynchronous operation. The route table's `lifecycleState` will change to TERMINATING temporarily
|
|
5321
5746
|
# until the route table is completely removed.
|
|
5322
5747
|
#
|
|
5323
|
-
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the route table.
|
|
5748
|
+
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table.
|
|
5324
5749
|
# @param [Hash] opts the optional parameters
|
|
5325
5750
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5326
5751
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5381,7 +5806,7 @@ module OCI
|
|
|
5381
5806
|
# This is an asynchronous operation. The security list's `lifecycleState` will change to TERMINATING temporarily
|
|
5382
5807
|
# until the security list is completely removed.
|
|
5383
5808
|
#
|
|
5384
|
-
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the security list.
|
|
5809
|
+
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the security list.
|
|
5385
5810
|
# @param [Hash] opts the optional parameters
|
|
5386
5811
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5387
5812
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5498,7 +5923,7 @@ module OCI
|
|
|
5498
5923
|
# operation. The subnet's `lifecycleState` will change to TERMINATING temporarily. If there are any
|
|
5499
5924
|
# instances in the subnet, the state will instead change back to AVAILABLE.
|
|
5500
5925
|
#
|
|
5501
|
-
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
5926
|
+
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
5502
5927
|
# @param [Hash] opts the optional parameters
|
|
5503
5928
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5504
5929
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5618,7 +6043,7 @@ module OCI
|
|
|
5618
6043
|
# make sure to also terminate the connection with
|
|
5619
6044
|
# the provider, or else the provider may continue to bill you.
|
|
5620
6045
|
#
|
|
5621
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
6046
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
5622
6047
|
# @param [Hash] opts the optional parameters
|
|
5623
6048
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5624
6049
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5734,6 +6159,68 @@ module OCI
|
|
|
5734
6159
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
5735
6160
|
|
|
5736
6161
|
|
|
6162
|
+
# Deletes the specified VTAP. This is an asynchronous operation. The VTAP's `lifecycleState` will change to
|
|
6163
|
+
# TERMINATING temporarily until the VTAP is completely removed.
|
|
6164
|
+
#
|
|
6165
|
+
# @param [String] vtap_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VTAP.
|
|
6166
|
+
# @param [Hash] opts the optional parameters
|
|
6167
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6168
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6169
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
6170
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
6171
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
6172
|
+
#
|
|
6173
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
6174
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
6175
|
+
#
|
|
6176
|
+
# @return [Response] A Response object with data of type nil
|
|
6177
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/delete_vtap.rb.html) to see an example of how to use delete_vtap API.
|
|
6178
|
+
def delete_vtap(vtap_id, opts = {})
|
|
6179
|
+
logger.debug 'Calling operation VirtualNetworkClient#delete_vtap.' if logger
|
|
6180
|
+
|
|
6181
|
+
raise "Missing the required parameter 'vtap_id' when calling delete_vtap." if vtap_id.nil?
|
|
6182
|
+
raise "Parameter value for 'vtap_id' must not be blank" if OCI::Internal::Util.blank_string?(vtap_id)
|
|
6183
|
+
|
|
6184
|
+
path = '/vtaps/{vtapId}'.sub('{vtapId}', vtap_id.to_s)
|
|
6185
|
+
operation_signing_strategy = :standard
|
|
6186
|
+
|
|
6187
|
+
# rubocop:disable Style/NegatedIf
|
|
6188
|
+
# Query Params
|
|
6189
|
+
query_params = {}
|
|
6190
|
+
|
|
6191
|
+
# Header Params
|
|
6192
|
+
header_params = {}
|
|
6193
|
+
header_params[:accept] = 'application/json'
|
|
6194
|
+
header_params[:'content-type'] = 'application/json'
|
|
6195
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
6196
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
6197
|
+
# rubocop:enable Style/NegatedIf
|
|
6198
|
+
|
|
6199
|
+
post_body = nil
|
|
6200
|
+
|
|
6201
|
+
# rubocop:disable Metrics/BlockLength
|
|
6202
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#delete_vtap') do
|
|
6203
|
+
@api_client.call_api(
|
|
6204
|
+
:DELETE,
|
|
6205
|
+
path,
|
|
6206
|
+
endpoint,
|
|
6207
|
+
header_params: header_params,
|
|
6208
|
+
query_params: query_params,
|
|
6209
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
6210
|
+
body: post_body
|
|
6211
|
+
)
|
|
6212
|
+
end
|
|
6213
|
+
# rubocop:enable Metrics/BlockLength
|
|
6214
|
+
end
|
|
6215
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
6216
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
6217
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
6218
|
+
|
|
6219
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
6220
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
6221
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
6222
|
+
|
|
6223
|
+
|
|
5737
6224
|
# Removes the specified {Service} from the list of enabled
|
|
5738
6225
|
# `Service` objects for the specified gateway. You do not need to remove any route
|
|
5739
6226
|
# rules that specify this `Service` object's `cidrBlock` as the destination CIDR. However, consider
|
|
@@ -5807,7 +6294,7 @@ module OCI
|
|
|
5807
6294
|
|
|
5808
6295
|
# Returns a complete list of DRG attachments that belong to a particular DRG.
|
|
5809
6296
|
#
|
|
5810
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
6297
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
5811
6298
|
# @param [Hash] opts the optional parameters
|
|
5812
6299
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
5813
6300
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -5883,7 +6370,7 @@ module OCI
|
|
|
5883
6370
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
5884
6371
|
|
|
5885
6372
|
|
|
5886
|
-
# The allowed
|
|
6373
|
+
# The parameters allowed for IKE IPSec tunnels.
|
|
5887
6374
|
#
|
|
5888
6375
|
# @param [Hash] opts the optional parameters
|
|
5889
6376
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -5989,6 +6476,62 @@ module OCI
|
|
|
5989
6476
|
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
5990
6477
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
5991
6478
|
|
|
6479
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
6480
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
6481
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
6482
|
+
|
|
6483
|
+
|
|
6484
|
+
# Gets information about the specified VTAP capture filter.
|
|
6485
|
+
# @param [String] capture_filter_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the capture filter.
|
|
6486
|
+
# @param [Hash] opts the optional parameters
|
|
6487
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6488
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6489
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
6490
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
6491
|
+
#
|
|
6492
|
+
# @return [Response] A Response object with data of type {OCI::Core::Models::CaptureFilter CaptureFilter}
|
|
6493
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_capture_filter.rb.html) to see an example of how to use get_capture_filter API.
|
|
6494
|
+
def get_capture_filter(capture_filter_id, opts = {})
|
|
6495
|
+
logger.debug 'Calling operation VirtualNetworkClient#get_capture_filter.' if logger
|
|
6496
|
+
|
|
6497
|
+
raise "Missing the required parameter 'capture_filter_id' when calling get_capture_filter." if capture_filter_id.nil?
|
|
6498
|
+
raise "Parameter value for 'capture_filter_id' must not be blank" if OCI::Internal::Util.blank_string?(capture_filter_id)
|
|
6499
|
+
|
|
6500
|
+
path = '/captureFilters/{captureFilterId}'.sub('{captureFilterId}', capture_filter_id.to_s)
|
|
6501
|
+
operation_signing_strategy = :standard
|
|
6502
|
+
|
|
6503
|
+
# rubocop:disable Style/NegatedIf
|
|
6504
|
+
# Query Params
|
|
6505
|
+
query_params = {}
|
|
6506
|
+
|
|
6507
|
+
# Header Params
|
|
6508
|
+
header_params = {}
|
|
6509
|
+
header_params[:accept] = 'application/json'
|
|
6510
|
+
header_params[:'content-type'] = 'application/json'
|
|
6511
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
6512
|
+
# rubocop:enable Style/NegatedIf
|
|
6513
|
+
|
|
6514
|
+
post_body = nil
|
|
6515
|
+
|
|
6516
|
+
# rubocop:disable Metrics/BlockLength
|
|
6517
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_capture_filter') do
|
|
6518
|
+
@api_client.call_api(
|
|
6519
|
+
:GET,
|
|
6520
|
+
path,
|
|
6521
|
+
endpoint,
|
|
6522
|
+
header_params: header_params,
|
|
6523
|
+
query_params: query_params,
|
|
6524
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
6525
|
+
body: post_body,
|
|
6526
|
+
return_type: 'OCI::Core::Models::CaptureFilter'
|
|
6527
|
+
)
|
|
6528
|
+
end
|
|
6529
|
+
# rubocop:enable Metrics/BlockLength
|
|
6530
|
+
end
|
|
6531
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
6532
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
6533
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
6534
|
+
|
|
5992
6535
|
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
5993
6536
|
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
5994
6537
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
@@ -5996,7 +6539,7 @@ module OCI
|
|
|
5996
6539
|
|
|
5997
6540
|
|
|
5998
6541
|
# Gets the specified CPE's information.
|
|
5999
|
-
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
6542
|
+
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
6000
6543
|
# @param [Hash] opts the optional parameters
|
|
6001
6544
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6002
6545
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6067,7 +6610,7 @@ module OCI
|
|
|
6067
6610
|
# * {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}
|
|
6068
6611
|
# returns CPE configuration content for a specific IPSec tunnel in an IPSec connection.
|
|
6069
6612
|
#
|
|
6070
|
-
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
6613
|
+
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
6071
6614
|
# @param [Hash] opts the optional parameters
|
|
6072
6615
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6073
6616
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6235,7 +6778,7 @@ module OCI
|
|
|
6235
6778
|
|
|
6236
6779
|
|
|
6237
6780
|
# Gets the specified cross-connect's information.
|
|
6238
|
-
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
6781
|
+
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
6239
6782
|
# @param [Hash] opts the optional parameters
|
|
6240
6783
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6241
6784
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6289,7 +6832,7 @@ module OCI
|
|
|
6289
6832
|
|
|
6290
6833
|
|
|
6291
6834
|
# Gets the specified cross-connect group's information.
|
|
6292
|
-
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
6835
|
+
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
6293
6836
|
# @param [Hash] opts the optional parameters
|
|
6294
6837
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6295
6838
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6343,7 +6886,7 @@ module OCI
|
|
|
6343
6886
|
|
|
6344
6887
|
|
|
6345
6888
|
# Gets the Letter of Authority for the specified cross-connect.
|
|
6346
|
-
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
6889
|
+
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
6347
6890
|
# @param [Hash] opts the optional parameters
|
|
6348
6891
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6349
6892
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6398,7 +6941,7 @@ module OCI
|
|
|
6398
6941
|
|
|
6399
6942
|
# Gets the status of the specified cross-connect.
|
|
6400
6943
|
#
|
|
6401
|
-
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
6944
|
+
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
6402
6945
|
# @param [Hash] opts the optional parameters
|
|
6403
6946
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6404
6947
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6452,7 +6995,7 @@ module OCI
|
|
|
6452
6995
|
|
|
6453
6996
|
|
|
6454
6997
|
# Gets the specified set of DHCP options.
|
|
6455
|
-
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
6998
|
+
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
6456
6999
|
# @param [Hash] opts the optional parameters
|
|
6457
7000
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6458
7001
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6506,7 +7049,7 @@ module OCI
|
|
|
6506
7049
|
|
|
6507
7050
|
|
|
6508
7051
|
# Gets the specified DRG's information.
|
|
6509
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
7052
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
6510
7053
|
# @param [Hash] opts the optional parameters
|
|
6511
7054
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6512
7055
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6615,7 +7158,7 @@ module OCI
|
|
|
6615
7158
|
# Gets the redundancy status for the specified DRG. For more information, see
|
|
6616
7159
|
# [Redundancy Remedies](https://docs.cloud.oracle.com/iaas/Content/Network/Troubleshoot/drgredundancy.htm).
|
|
6617
7160
|
#
|
|
6618
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
7161
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
6619
7162
|
# @param [Hash] opts the optional parameters
|
|
6620
7163
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6621
7164
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6782,7 +7325,7 @@ module OCI
|
|
|
6782
7325
|
# Gets the specified provider service.
|
|
6783
7326
|
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
6784
7327
|
#
|
|
6785
|
-
# @param [String] provider_service_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the provider service.
|
|
7328
|
+
# @param [String] provider_service_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the provider service.
|
|
6786
7329
|
# @param [Hash] opts the optional parameters
|
|
6787
7330
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6788
7331
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6838,7 +7381,7 @@ module OCI
|
|
|
6838
7381
|
# Gets the specified provider service key's information. Use this operation to validate a
|
|
6839
7382
|
# provider service key. An invalid key returns a 404 error.
|
|
6840
7383
|
#
|
|
6841
|
-
# @param [String] provider_service_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the provider service.
|
|
7384
|
+
# @param [String] provider_service_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the provider service.
|
|
6842
7385
|
# @param [String] provider_service_key_name The provider service key that the provider gives you when you set up a virtual circuit connection
|
|
6843
7386
|
# from the provider to Oracle Cloud Infrastructure. You can set up that connection and get your
|
|
6844
7387
|
# provider service key at the provider's website or portal. For the portal location, see the `description`
|
|
@@ -6899,7 +7442,7 @@ module OCI
|
|
|
6899
7442
|
|
|
6900
7443
|
|
|
6901
7444
|
# Gets the specified internet gateway's information.
|
|
6902
|
-
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
7445
|
+
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
6903
7446
|
# @param [Hash] opts the optional parameters
|
|
6904
7447
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6905
7448
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -6956,7 +7499,7 @@ module OCI
|
|
|
6956
7499
|
# on-premises router. If you want the status of the connection (whether it's up or down), use
|
|
6957
7500
|
# {#get_ip_sec_connection_tunnel get_ip_sec_connection_tunnel}.
|
|
6958
7501
|
#
|
|
6959
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7502
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
6960
7503
|
# @param [Hash] opts the optional parameters
|
|
6961
7504
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
6962
7505
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7014,7 +7557,7 @@ module OCI
|
|
|
7014
7557
|
# * {#get_ip_sec_connection_tunnel get_ip_sec_connection_tunnel}
|
|
7015
7558
|
# * {#get_ip_sec_connection_tunnel_shared_secret get_ip_sec_connection_tunnel_shared_secret}
|
|
7016
7559
|
#
|
|
7017
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7560
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7018
7561
|
# @param [Hash] opts the optional parameters
|
|
7019
7562
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7020
7563
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7070,7 +7613,7 @@ module OCI
|
|
|
7070
7613
|
# Deprecated. To get the tunnel status, instead use
|
|
7071
7614
|
# {#get_ip_sec_connection_tunnel get_ip_sec_connection_tunnel}.
|
|
7072
7615
|
#
|
|
7073
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7616
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7074
7617
|
# @param [Hash] opts the optional parameters
|
|
7075
7618
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7076
7619
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7127,7 +7670,7 @@ module OCI
|
|
|
7127
7670
|
# shared secret (pre-shared key). To retrieve that, use
|
|
7128
7671
|
# {#get_ip_sec_connection_tunnel_shared_secret get_ip_sec_connection_tunnel_shared_secret}.
|
|
7129
7672
|
#
|
|
7130
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7673
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7131
7674
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
7132
7675
|
# @param [Hash] opts the optional parameters
|
|
7133
7676
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -7183,9 +7726,9 @@ module OCI
|
|
|
7183
7726
|
# rubocop:disable Lint/UnusedMethodArgument
|
|
7184
7727
|
|
|
7185
7728
|
|
|
7186
|
-
#
|
|
7729
|
+
# Gets the identified error for the specified IPSec tunnel ID.
|
|
7187
7730
|
#
|
|
7188
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7731
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7189
7732
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
7190
7733
|
# @param [Hash] opts the optional parameters
|
|
7191
7734
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -7244,7 +7787,7 @@ module OCI
|
|
|
7244
7787
|
# Gets the specified tunnel's shared secret (pre-shared key). To get other information
|
|
7245
7788
|
# about the tunnel, use {#get_ip_sec_connection_tunnel get_ip_sec_connection_tunnel}.
|
|
7246
7789
|
#
|
|
7247
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7790
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7248
7791
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
7249
7792
|
# @param [Hash] opts the optional parameters
|
|
7250
7793
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -7319,7 +7862,7 @@ module OCI
|
|
|
7319
7862
|
# * {#get_cpe_device_config_content get_cpe_device_config_content}
|
|
7320
7863
|
# returns CPE configuration content for *all* IPSec connections that use a specific CPE.
|
|
7321
7864
|
#
|
|
7322
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7865
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
7323
7866
|
# @param [Hash] opts the optional parameters
|
|
7324
7867
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7325
7868
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7420,7 +7963,7 @@ module OCI
|
|
|
7420
7963
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
7421
7964
|
|
|
7422
7965
|
|
|
7423
|
-
# Gets the specified IPv6. You must specify the object's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
7966
|
+
# Gets the specified IPv6. You must specify the object's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
7424
7967
|
# Alternatively, you can get the object by using
|
|
7425
7968
|
# {#list_ipv6s list_ipv6s}
|
|
7426
7969
|
# with the IPv6 address (for example, 2001:0db8:0123:1111:98fe:dcba:9876:4321) and subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
@@ -7482,7 +8025,7 @@ module OCI
|
|
|
7482
8025
|
|
|
7483
8026
|
|
|
7484
8027
|
# Gets the specified local peering gateway's information.
|
|
7485
|
-
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
8028
|
+
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
7486
8029
|
# @param [Hash] opts the optional parameters
|
|
7487
8030
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7488
8031
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7742,7 +8285,7 @@ module OCI
|
|
|
7742
8285
|
# {#list_private_ips list_private_ips}
|
|
7743
8286
|
# with the private IP address (for example, 10.0.3.3) and subnet [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
7744
8287
|
#
|
|
7745
|
-
# @param [String] private_ip_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the private IP.
|
|
8288
|
+
# @param [String] private_ip_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private IP or IPv6.
|
|
7746
8289
|
# @param [Hash] opts the optional parameters
|
|
7747
8290
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7748
8291
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -7807,7 +8350,7 @@ module OCI
|
|
|
7807
8350
|
# moved to a different private IP, the service returns the public IP object with
|
|
7808
8351
|
# `lifecycleState` = ASSIGNING and `assignedEntityId` = [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target private IP.
|
|
7809
8352
|
#
|
|
7810
|
-
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
8353
|
+
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
7811
8354
|
# @param [Hash] opts the optional parameters
|
|
7812
8355
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
7813
8356
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8041,7 +8584,7 @@ module OCI
|
|
|
8041
8584
|
|
|
8042
8585
|
# Get the specified remote peering connection's information.
|
|
8043
8586
|
#
|
|
8044
|
-
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
8587
|
+
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
8045
8588
|
# @param [Hash] opts the optional parameters
|
|
8046
8589
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8047
8590
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8095,7 +8638,7 @@ module OCI
|
|
|
8095
8638
|
|
|
8096
8639
|
|
|
8097
8640
|
# Gets the specified route table's information.
|
|
8098
|
-
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the route table.
|
|
8641
|
+
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table.
|
|
8099
8642
|
# @param [Hash] opts the optional parameters
|
|
8100
8643
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8101
8644
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8149,7 +8692,7 @@ module OCI
|
|
|
8149
8692
|
|
|
8150
8693
|
|
|
8151
8694
|
# Gets the specified security list's information.
|
|
8152
|
-
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the security list.
|
|
8695
|
+
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the security list.
|
|
8153
8696
|
# @param [Hash] opts the optional parameters
|
|
8154
8697
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8155
8698
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8312,7 +8855,7 @@ module OCI
|
|
|
8312
8855
|
|
|
8313
8856
|
|
|
8314
8857
|
# Gets the specified subnet's information.
|
|
8315
|
-
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
8858
|
+
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
8316
8859
|
# @param [Hash] opts the optional parameters
|
|
8317
8860
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8318
8861
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8366,7 +8909,7 @@ module OCI
|
|
|
8366
8909
|
|
|
8367
8910
|
# Gets a topology for a given subnet.
|
|
8368
8911
|
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
8369
|
-
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
8912
|
+
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
8370
8913
|
# @param [Hash] opts the optional parameters
|
|
8371
8914
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8372
8915
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8460,7 +9003,7 @@ module OCI
|
|
|
8460
9003
|
# information specific to the CPE device type), use
|
|
8461
9004
|
# {#get_tunnel_cpe_device_config_content get_tunnel_cpe_device_config_content}.
|
|
8462
9005
|
#
|
|
8463
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
9006
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
8464
9007
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
8465
9008
|
# @param [Hash] opts the optional parameters
|
|
8466
9009
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -8537,7 +9080,7 @@ module OCI
|
|
|
8537
9080
|
# * {#get_cpe_device_config_content get_cpe_device_config_content}
|
|
8538
9081
|
# returns CPE configuration content for *all* IPSec connections that use a specific CPE.
|
|
8539
9082
|
#
|
|
8540
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
9083
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
8541
9084
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
8542
9085
|
# @param [Hash] opts the optional parameters
|
|
8543
9086
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -8643,7 +9186,7 @@ module OCI
|
|
|
8643
9186
|
|
|
8644
9187
|
# Returns the DRG upgrade status. The status can be not updated, in progress, or updated. Also indicates how much of the upgrade is completed.
|
|
8645
9188
|
#
|
|
8646
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
9189
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
8647
9190
|
# @param [Hash] opts the optional parameters
|
|
8648
9191
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8649
9192
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -8900,7 +9443,7 @@ module OCI
|
|
|
8900
9443
|
|
|
8901
9444
|
|
|
8902
9445
|
# Gets the specified virtual circuit's information.
|
|
8903
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
9446
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
8904
9447
|
# @param [Hash] opts the optional parameters
|
|
8905
9448
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
8906
9449
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9014,7 +9557,7 @@ module OCI
|
|
|
9014
9557
|
# {#list_vnic_attachments list_vnic_attachments}
|
|
9015
9558
|
# operation.
|
|
9016
9559
|
#
|
|
9017
|
-
# @param [String] vnic_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VNIC.
|
|
9560
|
+
# @param [String] vnic_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
|
9018
9561
|
# @param [Hash] opts the optional parameters
|
|
9019
9562
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9020
9563
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9064,22 +9607,25 @@ module OCI
|
|
|
9064
9607
|
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
9065
9608
|
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
9066
9609
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
9067
|
-
# rubocop:disable Lint/UnusedMethodArgument
|
|
9068
9610
|
|
|
9069
9611
|
|
|
9070
|
-
#
|
|
9071
|
-
#
|
|
9072
|
-
#
|
|
9612
|
+
# Gets the specified `Vtap` resource.
|
|
9613
|
+
# @param [String] vtap_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VTAP.
|
|
9073
9614
|
# @param [Hash] opts the optional parameters
|
|
9074
9615
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9075
9616
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9076
|
-
# @
|
|
9077
|
-
#
|
|
9078
|
-
|
|
9079
|
-
|
|
9617
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
9618
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
9619
|
+
#
|
|
9620
|
+
# @return [Response] A Response object with data of type {OCI::Core::Models::Vtap Vtap}
|
|
9621
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/get_vtap.rb.html) to see an example of how to use get_vtap API.
|
|
9622
|
+
def get_vtap(vtap_id, opts = {})
|
|
9623
|
+
logger.debug 'Calling operation VirtualNetworkClient#get_vtap.' if logger
|
|
9080
9624
|
|
|
9625
|
+
raise "Missing the required parameter 'vtap_id' when calling get_vtap." if vtap_id.nil?
|
|
9626
|
+
raise "Parameter value for 'vtap_id' must not be blank" if OCI::Internal::Util.blank_string?(vtap_id)
|
|
9081
9627
|
|
|
9082
|
-
path = '/
|
|
9628
|
+
path = '/vtaps/{vtapId}'.sub('{vtapId}', vtap_id.to_s)
|
|
9083
9629
|
operation_signing_strategy = :standard
|
|
9084
9630
|
|
|
9085
9631
|
# rubocop:disable Style/NegatedIf
|
|
@@ -9090,12 +9636,13 @@ module OCI
|
|
|
9090
9636
|
header_params = {}
|
|
9091
9637
|
header_params[:accept] = 'application/json'
|
|
9092
9638
|
header_params[:'content-type'] = 'application/json'
|
|
9639
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
9093
9640
|
# rubocop:enable Style/NegatedIf
|
|
9094
9641
|
|
|
9095
9642
|
post_body = nil
|
|
9096
9643
|
|
|
9097
9644
|
# rubocop:disable Metrics/BlockLength
|
|
9098
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#
|
|
9645
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#get_vtap') do
|
|
9099
9646
|
@api_client.call_api(
|
|
9100
9647
|
:GET,
|
|
9101
9648
|
path,
|
|
@@ -9104,7 +9651,7 @@ module OCI
|
|
|
9104
9651
|
query_params: query_params,
|
|
9105
9652
|
operation_signing_strategy: operation_signing_strategy,
|
|
9106
9653
|
body: post_body,
|
|
9107
|
-
return_type: '
|
|
9654
|
+
return_type: 'OCI::Core::Models::Vtap'
|
|
9108
9655
|
)
|
|
9109
9656
|
end
|
|
9110
9657
|
# rubocop:enable Metrics/BlockLength
|
|
@@ -9112,37 +9659,89 @@ module OCI
|
|
|
9112
9659
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
9113
9660
|
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
9114
9661
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
9115
|
-
# rubocop:enable Lint/UnusedMethodArgument
|
|
9116
9662
|
|
|
9117
9663
|
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
9118
9664
|
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
9119
9665
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
9666
|
+
# rubocop:disable Lint/UnusedMethodArgument
|
|
9120
9667
|
|
|
9121
9668
|
|
|
9122
|
-
# Lists the
|
|
9123
|
-
#
|
|
9669
|
+
# Lists the regions that support remote VCN peering (which is peering across regions).
|
|
9670
|
+
# For more information, see [VCN Peering](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/VCNpeering.htm).
|
|
9124
9671
|
#
|
|
9125
|
-
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
9126
9672
|
# @param [Hash] opts the optional parameters
|
|
9127
9673
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9128
9674
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9129
|
-
# @
|
|
9130
|
-
#
|
|
9131
|
-
|
|
9132
|
-
|
|
9133
|
-
|
|
9134
|
-
|
|
9135
|
-
|
|
9136
|
-
|
|
9137
|
-
|
|
9138
|
-
|
|
9139
|
-
|
|
9140
|
-
|
|
9141
|
-
|
|
9142
|
-
|
|
9143
|
-
|
|
9144
|
-
|
|
9145
|
-
|
|
9675
|
+
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::PeerRegionForRemotePeering PeerRegionForRemotePeering}>
|
|
9676
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_allowed_peer_regions_for_remote_peering.rb.html) to see an example of how to use list_allowed_peer_regions_for_remote_peering API.
|
|
9677
|
+
def list_allowed_peer_regions_for_remote_peering(opts = {})
|
|
9678
|
+
logger.debug 'Calling operation VirtualNetworkClient#list_allowed_peer_regions_for_remote_peering.' if logger
|
|
9679
|
+
|
|
9680
|
+
|
|
9681
|
+
path = '/allowedPeerRegionsForRemotePeering'
|
|
9682
|
+
operation_signing_strategy = :standard
|
|
9683
|
+
|
|
9684
|
+
# rubocop:disable Style/NegatedIf
|
|
9685
|
+
# Query Params
|
|
9686
|
+
query_params = {}
|
|
9687
|
+
|
|
9688
|
+
# Header Params
|
|
9689
|
+
header_params = {}
|
|
9690
|
+
header_params[:accept] = 'application/json'
|
|
9691
|
+
header_params[:'content-type'] = 'application/json'
|
|
9692
|
+
# rubocop:enable Style/NegatedIf
|
|
9693
|
+
|
|
9694
|
+
post_body = nil
|
|
9695
|
+
|
|
9696
|
+
# rubocop:disable Metrics/BlockLength
|
|
9697
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_allowed_peer_regions_for_remote_peering') do
|
|
9698
|
+
@api_client.call_api(
|
|
9699
|
+
:GET,
|
|
9700
|
+
path,
|
|
9701
|
+
endpoint,
|
|
9702
|
+
header_params: header_params,
|
|
9703
|
+
query_params: query_params,
|
|
9704
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
9705
|
+
body: post_body,
|
|
9706
|
+
return_type: 'Array<OCI::Core::Models::PeerRegionForRemotePeering>'
|
|
9707
|
+
)
|
|
9708
|
+
end
|
|
9709
|
+
# rubocop:enable Metrics/BlockLength
|
|
9710
|
+
end
|
|
9711
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
9712
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
9713
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
9714
|
+
# rubocop:enable Lint/UnusedMethodArgument
|
|
9715
|
+
|
|
9716
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
9717
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
9718
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
9719
|
+
|
|
9720
|
+
|
|
9721
|
+
# Lists the subranges of a BYOIP CIDR block currently allocated to an IP pool.
|
|
9722
|
+
# Each `ByoipAllocatedRange` object also lists the IP pool where it is allocated.
|
|
9723
|
+
#
|
|
9724
|
+
# @param [String] byoip_range_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the `ByoipRange` resource containing the BYOIP CIDR block.
|
|
9725
|
+
# @param [Hash] opts the optional parameters
|
|
9726
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9727
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9728
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
9729
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
9730
|
+
#
|
|
9731
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
9732
|
+
# \"List\" call. For important details about how pagination works, see
|
|
9733
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
9734
|
+
#
|
|
9735
|
+
# Example: `50`
|
|
9736
|
+
#
|
|
9737
|
+
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
9738
|
+
# call. For important details about how pagination works, see
|
|
9739
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
9740
|
+
#
|
|
9741
|
+
# @return [Response] A Response object with data of type {OCI::Core::Models::ByoipAllocatedRangeCollection ByoipAllocatedRangeCollection}
|
|
9742
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_byoip_allocated_ranges.rb.html) to see an example of how to use list_byoip_allocated_ranges API.
|
|
9743
|
+
def list_byoip_allocated_ranges(byoip_range_id, opts = {})
|
|
9744
|
+
logger.debug 'Calling operation VirtualNetworkClient#list_byoip_allocated_ranges.' if logger
|
|
9146
9745
|
|
|
9147
9746
|
raise "Missing the required parameter 'byoip_range_id' when calling list_byoip_allocated_ranges." if byoip_range_id.nil?
|
|
9148
9747
|
raise "Parameter value for 'byoip_range_id' must not be blank" if OCI::Internal::Util.blank_string?(byoip_range_id)
|
|
@@ -9289,13 +9888,117 @@ module OCI
|
|
|
9289
9888
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
9290
9889
|
|
|
9291
9890
|
|
|
9891
|
+
# Lists the capture filters in the specified compartment.
|
|
9892
|
+
#
|
|
9893
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9894
|
+
# @param [Hash] opts the optional parameters
|
|
9895
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9896
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9897
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
9898
|
+
# \"List\" call. For important details about how pagination works, see
|
|
9899
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
9900
|
+
#
|
|
9901
|
+
# Example: `50`
|
|
9902
|
+
#
|
|
9903
|
+
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
9904
|
+
# call. For important details about how pagination works, see
|
|
9905
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
9906
|
+
#
|
|
9907
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
9908
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
9909
|
+
#
|
|
9910
|
+
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
9911
|
+
# TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
9912
|
+
# sort order is case sensitive.
|
|
9913
|
+
#
|
|
9914
|
+
# **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
|
|
9915
|
+
# optionally filter by availability domain if the scope of the resource type is within a
|
|
9916
|
+
# single availability domain. If you call one of these \"List\" operations without specifying
|
|
9917
|
+
# an availability domain, the resources are grouped by availability domain, then sorted.
|
|
9918
|
+
#
|
|
9919
|
+
# Allowed values are: TIMECREATED, DISPLAYNAME
|
|
9920
|
+
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
|
|
9921
|
+
# is case sensitive.
|
|
9922
|
+
#
|
|
9923
|
+
# Allowed values are: ASC, DESC
|
|
9924
|
+
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
9925
|
+
#
|
|
9926
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the given capture filter lifecycle state.
|
|
9927
|
+
# The state value is case-insensitive.
|
|
9928
|
+
#
|
|
9929
|
+
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::CaptureFilter CaptureFilter}>
|
|
9930
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_capture_filters.rb.html) to see an example of how to use list_capture_filters API.
|
|
9931
|
+
def list_capture_filters(compartment_id, opts = {})
|
|
9932
|
+
logger.debug 'Calling operation VirtualNetworkClient#list_capture_filters.' if logger
|
|
9933
|
+
|
|
9934
|
+
raise "Missing the required parameter 'compartment_id' when calling list_capture_filters." if compartment_id.nil?
|
|
9935
|
+
|
|
9936
|
+
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
|
9937
|
+
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
|
9938
|
+
end
|
|
9939
|
+
|
|
9940
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
9941
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
9942
|
+
end
|
|
9943
|
+
|
|
9944
|
+
if opts[:lifecycle_state] && !OCI::Core::Models::CaptureFilter::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
9945
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Core::Models::CaptureFilter::LIFECYCLE_STATE_ENUM.'
|
|
9946
|
+
end
|
|
9947
|
+
|
|
9948
|
+
path = '/captureFilters'
|
|
9949
|
+
operation_signing_strategy = :standard
|
|
9950
|
+
|
|
9951
|
+
# rubocop:disable Style/NegatedIf
|
|
9952
|
+
# Query Params
|
|
9953
|
+
query_params = {}
|
|
9954
|
+
query_params[:compartmentId] = compartment_id
|
|
9955
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
9956
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
9957
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
9958
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
9959
|
+
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
|
9960
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
9961
|
+
|
|
9962
|
+
# Header Params
|
|
9963
|
+
header_params = {}
|
|
9964
|
+
header_params[:accept] = 'application/json'
|
|
9965
|
+
header_params[:'content-type'] = 'application/json'
|
|
9966
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
9967
|
+
# rubocop:enable Style/NegatedIf
|
|
9968
|
+
|
|
9969
|
+
post_body = nil
|
|
9970
|
+
|
|
9971
|
+
# rubocop:disable Metrics/BlockLength
|
|
9972
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_capture_filters') do
|
|
9973
|
+
@api_client.call_api(
|
|
9974
|
+
:GET,
|
|
9975
|
+
path,
|
|
9976
|
+
endpoint,
|
|
9977
|
+
header_params: header_params,
|
|
9978
|
+
query_params: query_params,
|
|
9979
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
9980
|
+
body: post_body,
|
|
9981
|
+
return_type: 'Array<OCI::Core::Models::CaptureFilter>'
|
|
9982
|
+
)
|
|
9983
|
+
end
|
|
9984
|
+
# rubocop:enable Metrics/BlockLength
|
|
9985
|
+
end
|
|
9986
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
9987
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
9988
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
9989
|
+
|
|
9990
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
9991
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
9992
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
9993
|
+
|
|
9994
|
+
|
|
9292
9995
|
# Lists the CPE device types that the Networking service provides CPE configuration
|
|
9293
9996
|
# content for (example: Cisco ASA). The content helps a network engineer configure
|
|
9294
9997
|
# the actual CPE device represented by a {Cpe} object.
|
|
9295
9998
|
#
|
|
9296
9999
|
# If you want to generate CPE configuration content for one of the returned CPE device types,
|
|
9297
10000
|
# ensure that the {Cpe} object's `cpeDeviceShapeId` attribute is set
|
|
9298
|
-
# to the CPE device type's [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) (returned by this operation).
|
|
10001
|
+
# to the CPE device type's [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) (returned by this operation).
|
|
9299
10002
|
#
|
|
9300
10003
|
# For information about generating CPE configuration content, see these operations:
|
|
9301
10004
|
#
|
|
@@ -9601,7 +10304,7 @@ module OCI
|
|
|
9601
10304
|
# Lists the Cross Connect mapping Details for the specified
|
|
9602
10305
|
# virtual circuit.
|
|
9603
10306
|
#
|
|
9604
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
10307
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
9605
10308
|
# @param [Hash] opts the optional parameters
|
|
9606
10309
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9607
10310
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -9657,13 +10360,13 @@ module OCI
|
|
|
9657
10360
|
|
|
9658
10361
|
|
|
9659
10362
|
# Lists the cross-connects in the specified compartment. You can filter the list
|
|
9660
|
-
# by specifying the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a cross-connect group.
|
|
10363
|
+
# by specifying the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of a cross-connect group.
|
|
9661
10364
|
#
|
|
9662
10365
|
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
9663
10366
|
# @param [Hash] opts the optional parameters
|
|
9664
10367
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
9665
10368
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
9666
|
-
# @option opts [String] :cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
10369
|
+
# @option opts [String] :cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
9667
10370
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
9668
10371
|
# \"List\" call. For important details about how pagination works, see
|
|
9669
10372
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -10481,7 +11184,7 @@ module OCI
|
|
|
10481
11184
|
# information so you can specify your desired provider and service
|
|
10482
11185
|
# offering when you create a virtual circuit.
|
|
10483
11186
|
#
|
|
10484
|
-
# For the compartment ID, provide the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of your tenancy (the root compartment).
|
|
11187
|
+
# For the compartment ID, provide the [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of your tenancy (the root compartment).
|
|
10485
11188
|
#
|
|
10486
11189
|
# For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
10487
11190
|
#
|
|
@@ -10553,7 +11256,7 @@ module OCI
|
|
|
10553
11256
|
#
|
|
10554
11257
|
# For more information about virtual circuits, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
|
|
10555
11258
|
#
|
|
10556
|
-
# @param [String] provider_service_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the provider service.
|
|
11259
|
+
# @param [String] provider_service_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the provider service.
|
|
10557
11260
|
# @param [Hash] opts the optional parameters
|
|
10558
11261
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10559
11262
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10719,9 +11422,9 @@ module OCI
|
|
|
10719
11422
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
10720
11423
|
|
|
10721
11424
|
|
|
10722
|
-
# The routes advertised to the
|
|
11425
|
+
# The routes advertised to the on-premises network and the routes received from the on-premises network.
|
|
10723
11426
|
#
|
|
10724
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
11427
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
10725
11428
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
10726
11429
|
# @param [Hash] opts the optional parameters
|
|
10727
11430
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -10736,9 +11439,9 @@ module OCI
|
|
|
10736
11439
|
# call. For important details about how pagination works, see
|
|
10737
11440
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
10738
11441
|
#
|
|
10739
|
-
# @option opts [String] :advertiser Specifies the advertiser of the routes. If set to ORACLE
|
|
10740
|
-
# routes advertised by
|
|
10741
|
-
# routes advertised by the
|
|
11442
|
+
# @option opts [String] :advertiser Specifies the advertiser of the routes. If set to `ORACLE`, this returns only the
|
|
11443
|
+
# routes advertised by Oracle. When set to `CUSTOMER`, this returns only the
|
|
11444
|
+
# routes advertised by the CPE.
|
|
10742
11445
|
#
|
|
10743
11446
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::TunnelRouteSummary TunnelRouteSummary}>
|
|
10744
11447
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_ip_sec_connection_tunnel_routes.rb.html) to see an example of how to use list_ip_sec_connection_tunnel_routes API.
|
|
@@ -10796,9 +11499,9 @@ module OCI
|
|
|
10796
11499
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
10797
11500
|
|
|
10798
11501
|
|
|
10799
|
-
# Lists the tunnel
|
|
11502
|
+
# Lists the tunnel security associations information for the specified IPSec tunnel ID.
|
|
10800
11503
|
#
|
|
10801
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
11504
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
10802
11505
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
10803
11506
|
# @param [Hash] opts the optional parameters
|
|
10804
11507
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -10866,7 +11569,7 @@ module OCI
|
|
|
10866
11569
|
|
|
10867
11570
|
# Lists the tunnel information for the specified IPSec connection.
|
|
10868
11571
|
#
|
|
10869
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
11572
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
10870
11573
|
# @param [Hash] opts the optional parameters
|
|
10871
11574
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10872
11575
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -10937,7 +11640,7 @@ module OCI
|
|
|
10937
11640
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
10938
11641
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
10939
11642
|
# @option opts [String] :drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
10940
|
-
# @option opts [String] :cpe_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
11643
|
+
# @option opts [String] :cpe_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
10941
11644
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
10942
11645
|
# \"List\" call. For important details about how pagination works, see
|
|
10943
11646
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -11024,7 +11727,7 @@ module OCI
|
|
|
11024
11727
|
# @option opts [String] :ip_address An IP address. This could be either IPv4 or IPv6, depending on the resource.
|
|
11025
11728
|
# Example: `10.0.3.3`
|
|
11026
11729
|
#
|
|
11027
|
-
# @option opts [String] :subnet_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
11730
|
+
# @option opts [String] :subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
11028
11731
|
# @option opts [String] :vnic_id The OCID of the VNIC.
|
|
11029
11732
|
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
11030
11733
|
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
@@ -11559,7 +12262,7 @@ module OCI
|
|
|
11559
12262
|
# @option opts [String] :ip_address An IP address. This could be either IPv4 or IPv6, depending on the resource.
|
|
11560
12263
|
# Example: `10.0.3.3`
|
|
11561
12264
|
#
|
|
11562
|
-
# @option opts [String] :subnet_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
12265
|
+
# @option opts [String] :subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
11563
12266
|
# @option opts [String] :vnic_id The OCID of the VNIC.
|
|
11564
12267
|
# @option opts [String] :vlan_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
|
|
11565
12268
|
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::PrivateIp PrivateIp}>
|
|
@@ -12540,7 +13243,7 @@ module OCI
|
|
|
12540
13243
|
# Lists the public IP prefixes and their details for the specified
|
|
12541
13244
|
# public virtual circuit.
|
|
12542
13245
|
#
|
|
12543
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
13246
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
12544
13247
|
# @param [Hash] opts the optional parameters
|
|
12545
13248
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
12546
13249
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
@@ -12807,6 +13510,124 @@ module OCI
|
|
|
12807
13510
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
12808
13511
|
|
|
12809
13512
|
|
|
13513
|
+
# Lists the virtual test access points (VTAPs) in the specified compartment.
|
|
13514
|
+
#
|
|
13515
|
+
# @param [String] compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
13516
|
+
# @param [Hash] opts the optional parameters
|
|
13517
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13518
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
13519
|
+
# @option opts [String] :vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
13520
|
+
# @option opts [String] :source The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VTAP source.
|
|
13521
|
+
# @option opts [String] :target_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VTAP target.
|
|
13522
|
+
# @option opts [String] :target_ip The IP address of the VTAP target.
|
|
13523
|
+
# @option opts [BOOLEAN] :is_vtap_enabled Indicates whether to list all VTAPs or only running VTAPs.
|
|
13524
|
+
#
|
|
13525
|
+
# * When `FALSE`, lists ALL running and stopped VTAPs.
|
|
13526
|
+
# * When `TRUE`, lists only running VTAPs (VTAPs where isVtapEnabled = `TRUE`).
|
|
13527
|
+
# (default to false)
|
|
13528
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
13529
|
+
# \"List\" call. For important details about how pagination works, see
|
|
13530
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
13531
|
+
#
|
|
13532
|
+
# Example: `50`
|
|
13533
|
+
#
|
|
13534
|
+
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from the previous \"List\"
|
|
13535
|
+
# call. For important details about how pagination works, see
|
|
13536
|
+
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
13537
|
+
#
|
|
13538
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
13539
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
13540
|
+
#
|
|
13541
|
+
# @option opts [String] :sort_by The field to sort by. You can provide one sort order (`sortOrder`). Default order for
|
|
13542
|
+
# TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
13543
|
+
# sort order is case sensitive.
|
|
13544
|
+
#
|
|
13545
|
+
# **Note:** In general, some \"List\" operations (for example, `ListInstances`) let you
|
|
13546
|
+
# optionally filter by availability domain if the scope of the resource type is within a
|
|
13547
|
+
# single availability domain. If you call one of these \"List\" operations without specifying
|
|
13548
|
+
# an availability domain, the resources are grouped by availability domain, then sorted.
|
|
13549
|
+
#
|
|
13550
|
+
# Allowed values are: TIMECREATED, DISPLAYNAME
|
|
13551
|
+
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order
|
|
13552
|
+
# is case sensitive.
|
|
13553
|
+
#
|
|
13554
|
+
# Allowed values are: ASC, DESC
|
|
13555
|
+
# @option opts [String] :display_name A filter to return only resources that match the given display name exactly.
|
|
13556
|
+
#
|
|
13557
|
+
# @option opts [String] :lifecycle_state A filter to return only resources that match the given VTAP administrative lifecycle state.
|
|
13558
|
+
# The state value is case-insensitive.
|
|
13559
|
+
#
|
|
13560
|
+
# @return [Response] A Response object with data of type Array<{OCI::Core::Models::Vtap Vtap}>
|
|
13561
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/list_vtaps.rb.html) to see an example of how to use list_vtaps API.
|
|
13562
|
+
def list_vtaps(compartment_id, opts = {})
|
|
13563
|
+
logger.debug 'Calling operation VirtualNetworkClient#list_vtaps.' if logger
|
|
13564
|
+
|
|
13565
|
+
raise "Missing the required parameter 'compartment_id' when calling list_vtaps." if compartment_id.nil?
|
|
13566
|
+
|
|
13567
|
+
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
|
13568
|
+
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
|
13569
|
+
end
|
|
13570
|
+
|
|
13571
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
|
13572
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
|
13573
|
+
end
|
|
13574
|
+
|
|
13575
|
+
if opts[:lifecycle_state] && !OCI::Core::Models::Vtap::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
13576
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Core::Models::Vtap::LIFECYCLE_STATE_ENUM.'
|
|
13577
|
+
end
|
|
13578
|
+
|
|
13579
|
+
path = '/vtaps'
|
|
13580
|
+
operation_signing_strategy = :standard
|
|
13581
|
+
|
|
13582
|
+
# rubocop:disable Style/NegatedIf
|
|
13583
|
+
# Query Params
|
|
13584
|
+
query_params = {}
|
|
13585
|
+
query_params[:compartmentId] = compartment_id
|
|
13586
|
+
query_params[:vcnId] = opts[:vcn_id] if opts[:vcn_id]
|
|
13587
|
+
query_params[:source] = opts[:source] if opts[:source]
|
|
13588
|
+
query_params[:targetId] = opts[:target_id] if opts[:target_id]
|
|
13589
|
+
query_params[:targetIp] = opts[:target_ip] if opts[:target_ip]
|
|
13590
|
+
query_params[:isVtapEnabled] = opts[:is_vtap_enabled] if !opts[:is_vtap_enabled].nil?
|
|
13591
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
13592
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
13593
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
13594
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
13595
|
+
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
|
13596
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
13597
|
+
|
|
13598
|
+
# Header Params
|
|
13599
|
+
header_params = {}
|
|
13600
|
+
header_params[:accept] = 'application/json'
|
|
13601
|
+
header_params[:'content-type'] = 'application/json'
|
|
13602
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
13603
|
+
# rubocop:enable Style/NegatedIf
|
|
13604
|
+
|
|
13605
|
+
post_body = nil
|
|
13606
|
+
|
|
13607
|
+
# rubocop:disable Metrics/BlockLength
|
|
13608
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#list_vtaps') do
|
|
13609
|
+
@api_client.call_api(
|
|
13610
|
+
:GET,
|
|
13611
|
+
path,
|
|
13612
|
+
endpoint,
|
|
13613
|
+
header_params: header_params,
|
|
13614
|
+
query_params: query_params,
|
|
13615
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
13616
|
+
body: post_body,
|
|
13617
|
+
return_type: 'Array<OCI::Core::Models::Vtap>'
|
|
13618
|
+
)
|
|
13619
|
+
end
|
|
13620
|
+
# rubocop:enable Metrics/BlockLength
|
|
13621
|
+
end
|
|
13622
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
13623
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
13624
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
13625
|
+
|
|
13626
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
13627
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
13628
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
13629
|
+
|
|
13630
|
+
|
|
12810
13631
|
# Updates the specified CIDR block of a VCN. The new CIDR IP range must meet the following criteria:
|
|
12811
13632
|
#
|
|
12812
13633
|
# - Must be valid.
|
|
@@ -13120,6 +13941,147 @@ module OCI
|
|
|
13120
13941
|
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
13121
13942
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
13122
13943
|
|
|
13944
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
13945
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
13946
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
13947
|
+
|
|
13948
|
+
|
|
13949
|
+
# Remove an IPv6 CIDR from a subnet. At least one IPv6 CIDR should remain.
|
|
13950
|
+
#
|
|
13951
|
+
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
13952
|
+
# @param [OCI::Core::Models::RemoveSubnetIpv6CidrDetails] remove_subnet_ipv6_cidr_details Details object for removing an IPv6 SUBNET CIDR.
|
|
13953
|
+
# @param [Hash] opts the optional parameters
|
|
13954
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
13955
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
13956
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
13957
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
13958
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
13959
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
13960
|
+
# may be rejected).
|
|
13961
|
+
#
|
|
13962
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
13963
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
13964
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
13965
|
+
#
|
|
13966
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
13967
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
13968
|
+
#
|
|
13969
|
+
# @return [Response] A Response object with data of type nil
|
|
13970
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/remove_ipv6_subnet_cidr.rb.html) to see an example of how to use remove_ipv6_subnet_cidr API.
|
|
13971
|
+
def remove_ipv6_subnet_cidr(subnet_id, remove_subnet_ipv6_cidr_details, opts = {})
|
|
13972
|
+
logger.debug 'Calling operation VirtualNetworkClient#remove_ipv6_subnet_cidr.' if logger
|
|
13973
|
+
|
|
13974
|
+
raise "Missing the required parameter 'subnet_id' when calling remove_ipv6_subnet_cidr." if subnet_id.nil?
|
|
13975
|
+
raise "Missing the required parameter 'remove_subnet_ipv6_cidr_details' when calling remove_ipv6_subnet_cidr." if remove_subnet_ipv6_cidr_details.nil?
|
|
13976
|
+
raise "Parameter value for 'subnet_id' must not be blank" if OCI::Internal::Util.blank_string?(subnet_id)
|
|
13977
|
+
|
|
13978
|
+
path = '/subnets/{subnetId}/actions/removeIpv6Cidr'.sub('{subnetId}', subnet_id.to_s)
|
|
13979
|
+
operation_signing_strategy = :standard
|
|
13980
|
+
|
|
13981
|
+
# rubocop:disable Style/NegatedIf
|
|
13982
|
+
# Query Params
|
|
13983
|
+
query_params = {}
|
|
13984
|
+
|
|
13985
|
+
# Header Params
|
|
13986
|
+
header_params = {}
|
|
13987
|
+
header_params[:accept] = 'application/json'
|
|
13988
|
+
header_params[:'content-type'] = 'application/json'
|
|
13989
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
13990
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
13991
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
13992
|
+
# rubocop:enable Style/NegatedIf
|
|
13993
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
13994
|
+
|
|
13995
|
+
post_body = @api_client.object_to_http_body(remove_subnet_ipv6_cidr_details)
|
|
13996
|
+
|
|
13997
|
+
# rubocop:disable Metrics/BlockLength
|
|
13998
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#remove_ipv6_subnet_cidr') do
|
|
13999
|
+
@api_client.call_api(
|
|
14000
|
+
:POST,
|
|
14001
|
+
path,
|
|
14002
|
+
endpoint,
|
|
14003
|
+
header_params: header_params,
|
|
14004
|
+
query_params: query_params,
|
|
14005
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
14006
|
+
body: post_body
|
|
14007
|
+
)
|
|
14008
|
+
end
|
|
14009
|
+
# rubocop:enable Metrics/BlockLength
|
|
14010
|
+
end
|
|
14011
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
14012
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
14013
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
14014
|
+
|
|
14015
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
14016
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
14017
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
14018
|
+
|
|
14019
|
+
|
|
14020
|
+
# Removing an existing IPv6 CIDR from a VCN.
|
|
14021
|
+
#
|
|
14022
|
+
# @param [String] vcn_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
|
14023
|
+
# @param [Hash] opts the optional parameters
|
|
14024
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
14025
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
14026
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
14027
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
14028
|
+
#
|
|
14029
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
14030
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
14031
|
+
# hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
14032
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
14033
|
+
# may be rejected).
|
|
14034
|
+
#
|
|
14035
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
14036
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
14037
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
14038
|
+
#
|
|
14039
|
+
# @option opts [OCI::Core::Models::RemoveVcnIpv6CidrDetails] :remove_vcn_ipv6_cidr_details Details object for removing a VCN ipv6 CIDR.
|
|
14040
|
+
# @return [Response] A Response object with data of type nil
|
|
14041
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/remove_ipv6_vcn_cidr.rb.html) to see an example of how to use remove_ipv6_vcn_cidr API.
|
|
14042
|
+
def remove_ipv6_vcn_cidr(vcn_id, opts = {})
|
|
14043
|
+
logger.debug 'Calling operation VirtualNetworkClient#remove_ipv6_vcn_cidr.' if logger
|
|
14044
|
+
|
|
14045
|
+
raise "Missing the required parameter 'vcn_id' when calling remove_ipv6_vcn_cidr." if vcn_id.nil?
|
|
14046
|
+
raise "Parameter value for 'vcn_id' must not be blank" if OCI::Internal::Util.blank_string?(vcn_id)
|
|
14047
|
+
|
|
14048
|
+
path = '/vcns/{vcnId}/actions/removeIpv6Cidr'.sub('{vcnId}', vcn_id.to_s)
|
|
14049
|
+
operation_signing_strategy = :standard
|
|
14050
|
+
|
|
14051
|
+
# rubocop:disable Style/NegatedIf
|
|
14052
|
+
# Query Params
|
|
14053
|
+
query_params = {}
|
|
14054
|
+
|
|
14055
|
+
# Header Params
|
|
14056
|
+
header_params = {}
|
|
14057
|
+
header_params[:accept] = 'application/json'
|
|
14058
|
+
header_params[:'content-type'] = 'application/json'
|
|
14059
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
14060
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
14061
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
14062
|
+
# rubocop:enable Style/NegatedIf
|
|
14063
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
14064
|
+
|
|
14065
|
+
post_body = @api_client.object_to_http_body(opts[:remove_vcn_ipv6_cidr_details])
|
|
14066
|
+
|
|
14067
|
+
# rubocop:disable Metrics/BlockLength
|
|
14068
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#remove_ipv6_vcn_cidr') do
|
|
14069
|
+
@api_client.call_api(
|
|
14070
|
+
:POST,
|
|
14071
|
+
path,
|
|
14072
|
+
endpoint,
|
|
14073
|
+
header_params: header_params,
|
|
14074
|
+
query_params: query_params,
|
|
14075
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
14076
|
+
body: post_body
|
|
14077
|
+
)
|
|
14078
|
+
end
|
|
14079
|
+
# rubocop:enable Metrics/BlockLength
|
|
14080
|
+
end
|
|
14081
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
14082
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
14083
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
14084
|
+
|
|
13123
14085
|
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
13124
14086
|
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
13125
14087
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
@@ -13389,10 +14351,74 @@ module OCI
|
|
|
13389
14351
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
13390
14352
|
|
|
13391
14353
|
|
|
14354
|
+
# Updates the specified VTAP capture filter's display name or tags.
|
|
14355
|
+
#
|
|
14356
|
+
# @param [String] capture_filter_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the capture filter.
|
|
14357
|
+
# @param [OCI::Core::Models::UpdateCaptureFilterDetails] update_capture_filter_details Details object for updating a VTAP.
|
|
14358
|
+
# @param [Hash] opts the optional parameters
|
|
14359
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
14360
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
14361
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
14362
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
14363
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
14364
|
+
#
|
|
14365
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
14366
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
14367
|
+
#
|
|
14368
|
+
# @return [Response] A Response object with data of type {OCI::Core::Models::CaptureFilter CaptureFilter}
|
|
14369
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_capture_filter.rb.html) to see an example of how to use update_capture_filter API.
|
|
14370
|
+
def update_capture_filter(capture_filter_id, update_capture_filter_details, opts = {})
|
|
14371
|
+
logger.debug 'Calling operation VirtualNetworkClient#update_capture_filter.' if logger
|
|
14372
|
+
|
|
14373
|
+
raise "Missing the required parameter 'capture_filter_id' when calling update_capture_filter." if capture_filter_id.nil?
|
|
14374
|
+
raise "Missing the required parameter 'update_capture_filter_details' when calling update_capture_filter." if update_capture_filter_details.nil?
|
|
14375
|
+
raise "Parameter value for 'capture_filter_id' must not be blank" if OCI::Internal::Util.blank_string?(capture_filter_id)
|
|
14376
|
+
|
|
14377
|
+
path = '/captureFilters/{captureFilterId}'.sub('{captureFilterId}', capture_filter_id.to_s)
|
|
14378
|
+
operation_signing_strategy = :standard
|
|
14379
|
+
|
|
14380
|
+
# rubocop:disable Style/NegatedIf
|
|
14381
|
+
# Query Params
|
|
14382
|
+
query_params = {}
|
|
14383
|
+
|
|
14384
|
+
# Header Params
|
|
14385
|
+
header_params = {}
|
|
14386
|
+
header_params[:accept] = 'application/json'
|
|
14387
|
+
header_params[:'content-type'] = 'application/json'
|
|
14388
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
14389
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
14390
|
+
# rubocop:enable Style/NegatedIf
|
|
14391
|
+
|
|
14392
|
+
post_body = @api_client.object_to_http_body(update_capture_filter_details)
|
|
14393
|
+
|
|
14394
|
+
# rubocop:disable Metrics/BlockLength
|
|
14395
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#update_capture_filter') do
|
|
14396
|
+
@api_client.call_api(
|
|
14397
|
+
:PUT,
|
|
14398
|
+
path,
|
|
14399
|
+
endpoint,
|
|
14400
|
+
header_params: header_params,
|
|
14401
|
+
query_params: query_params,
|
|
14402
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
14403
|
+
body: post_body,
|
|
14404
|
+
return_type: 'OCI::Core::Models::CaptureFilter'
|
|
14405
|
+
)
|
|
14406
|
+
end
|
|
14407
|
+
# rubocop:enable Metrics/BlockLength
|
|
14408
|
+
end
|
|
14409
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
14410
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
14411
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
14412
|
+
|
|
14413
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
14414
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
14415
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
14416
|
+
|
|
14417
|
+
|
|
13392
14418
|
# Updates the specified CPE's display name or tags.
|
|
13393
14419
|
# Avoid entering confidential information.
|
|
13394
14420
|
#
|
|
13395
|
-
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
14421
|
+
# @param [String] cpe_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the CPE.
|
|
13396
14422
|
# @param [OCI::Core::Models::UpdateCpeDetails] update_cpe_details Details object for updating a CPE.
|
|
13397
14423
|
# @param [Hash] opts the optional parameters
|
|
13398
14424
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -13451,7 +14477,7 @@ module OCI
|
|
|
13451
14477
|
|
|
13452
14478
|
|
|
13453
14479
|
# Updates the specified cross-connect.
|
|
13454
|
-
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
14480
|
+
# @param [String] cross_connect_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect.
|
|
13455
14481
|
# @param [OCI::Core::Models::UpdateCrossConnectDetails] update_cross_connect_details Update CrossConnect fields.
|
|
13456
14482
|
# @param [Hash] opts the optional parameters
|
|
13457
14483
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -13512,7 +14538,7 @@ module OCI
|
|
|
13512
14538
|
# Updates the specified cross-connect group's display name.
|
|
13513
14539
|
# Avoid entering confidential information.
|
|
13514
14540
|
#
|
|
13515
|
-
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
14541
|
+
# @param [String] cross_connect_group_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the cross-connect group.
|
|
13516
14542
|
# @param [OCI::Core::Models::UpdateCrossConnectGroupDetails] update_cross_connect_group_details Update CrossConnectGroup fields
|
|
13517
14543
|
# @param [Hash] opts the optional parameters
|
|
13518
14544
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -13575,7 +14601,7 @@ module OCI
|
|
|
13575
14601
|
#
|
|
13576
14602
|
# Note that the `options` object you provide replaces the entire existing set of options.
|
|
13577
14603
|
#
|
|
13578
|
-
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
14604
|
+
# @param [String] dhcp_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the set of DHCP options.
|
|
13579
14605
|
# @param [OCI::Core::Models::UpdateDhcpDetails] update_dhcp_details Request object for updating a set of DHCP options.
|
|
13580
14606
|
# @param [Hash] opts the optional parameters
|
|
13581
14607
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -13635,7 +14661,7 @@ module OCI
|
|
|
13635
14661
|
|
|
13636
14662
|
# Updates the specified DRG's display name or tags. Avoid entering confidential information.
|
|
13637
14663
|
#
|
|
13638
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
14664
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
13639
14665
|
# @param [OCI::Core::Models::UpdateDrgDetails] update_drg_details Details object for updating a DRG.
|
|
13640
14666
|
# @param [Hash] opts the optional parameters
|
|
13641
14667
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -13996,7 +15022,7 @@ module OCI
|
|
|
13996
15022
|
# If the gateway is disabled, that means no traffic will flow to/from the internet even if there's
|
|
13997
15023
|
# a route rule that enables that traffic.
|
|
13998
15024
|
#
|
|
13999
|
-
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
15025
|
+
# @param [String] ig_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the internet gateway.
|
|
14000
15026
|
# @param [OCI::Core::Models::UpdateInternetGatewayDetails] update_internet_gateway_details Details for updating the internet gateway.
|
|
14001
15027
|
# @param [Hash] opts the optional parameters
|
|
14002
15028
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -14059,7 +15085,7 @@ module OCI
|
|
|
14059
15085
|
# To update an individual IPSec tunnel's attributes, use
|
|
14060
15086
|
# {#update_ip_sec_connection_tunnel update_ip_sec_connection_tunnel}.
|
|
14061
15087
|
#
|
|
14062
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
15088
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
14063
15089
|
# @param [OCI::Core::Models::UpdateIPSecConnectionDetails] update_ip_sec_connection_details Details object for updating an IPSec connection.
|
|
14064
15090
|
# @param [Hash] opts the optional parameters
|
|
14065
15091
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -14130,7 +15156,7 @@ module OCI
|
|
|
14130
15156
|
# {IPSecConnection} already has at least one valid CIDR
|
|
14131
15157
|
# static route.
|
|
14132
15158
|
#
|
|
14133
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
15159
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
14134
15160
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
14135
15161
|
# @param [OCI::Core::Models::UpdateIPSecConnectionTunnelDetails] update_ip_sec_connection_tunnel_details Details object for updating a IPSecConnection tunnel's details.
|
|
14136
15162
|
# @param [Hash] opts the optional parameters
|
|
@@ -14199,7 +15225,7 @@ module OCI
|
|
|
14199
15225
|
#
|
|
14200
15226
|
# **Important:** If you change the shared secret, the tunnel will go down while it's reprovisioned.
|
|
14201
15227
|
#
|
|
14202
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
15228
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
14203
15229
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
14204
15230
|
# @param [OCI::Core::Models::UpdateIPSecConnectionTunnelSharedSecretDetails] update_ip_sec_connection_tunnel_shared_secret_details Details object for updating a IPSec connection tunnel's sharedSecret.
|
|
14205
15231
|
# @param [Hash] opts the optional parameters
|
|
@@ -14332,7 +15358,7 @@ module OCI
|
|
|
14332
15358
|
|
|
14333
15359
|
# Updates the specified local peering gateway (LPG).
|
|
14334
15360
|
#
|
|
14335
|
-
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
15361
|
+
# @param [String] local_peering_gateway_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the local peering gateway.
|
|
14336
15362
|
# @param [OCI::Core::Models::UpdateLocalPeeringGatewayDetails] update_local_peering_gateway_details Details object for updating a local peering gateway.
|
|
14337
15363
|
# @param [Hash] opts the optional parameters
|
|
14338
15364
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -14594,7 +15620,7 @@ module OCI
|
|
|
14594
15620
|
# To update the hostname for the primary IP on a VNIC, use
|
|
14595
15621
|
# {#update_vnic update_vnic}.
|
|
14596
15622
|
#
|
|
14597
|
-
# @param [String] private_ip_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the private IP.
|
|
15623
|
+
# @param [String] private_ip_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private IP or IPv6.
|
|
14598
15624
|
# @param [OCI::Core::Models::UpdatePrivateIpDetails] update_private_ip_details Private IP details.
|
|
14599
15625
|
# @param [Hash] opts the optional parameters
|
|
14600
15626
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -14692,7 +15718,7 @@ module OCI
|
|
|
14692
15718
|
# returned. For information about the public IP limits, see
|
|
14693
15719
|
# [Public IP Addresses](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/managingpublicIPs.htm).
|
|
14694
15720
|
#
|
|
14695
|
-
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
15721
|
+
# @param [String] public_ip_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the public IP.
|
|
14696
15722
|
# @param [OCI::Core::Models::UpdatePublicIpDetails] update_public_ip_details Public IP details.
|
|
14697
15723
|
# @param [Hash] opts the optional parameters
|
|
14698
15724
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -14816,7 +15842,7 @@ module OCI
|
|
|
14816
15842
|
|
|
14817
15843
|
# Updates the specified remote peering connection (RPC).
|
|
14818
15844
|
#
|
|
14819
|
-
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
15845
|
+
# @param [String] remote_peering_connection_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the remote peering connection (RPC).
|
|
14820
15846
|
# @param [OCI::Core::Models::UpdateRemotePeeringConnectionDetails] update_remote_peering_connection_details Request to the update the peering connection to remote region
|
|
14821
15847
|
# @param [Hash] opts the optional parameters
|
|
14822
15848
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -14879,7 +15905,7 @@ module OCI
|
|
|
14879
15905
|
#
|
|
14880
15906
|
# Note that the `routeRules` object you provide replaces the entire existing set of rules.
|
|
14881
15907
|
#
|
|
14882
|
-
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the route table.
|
|
15908
|
+
# @param [String] rt_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table.
|
|
14883
15909
|
# @param [OCI::Core::Models::UpdateRouteTableDetails] update_route_table_details Details object for updating a route table.
|
|
14884
15910
|
# @param [Hash] opts the optional parameters
|
|
14885
15911
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -14943,7 +15969,7 @@ module OCI
|
|
|
14943
15969
|
# Note that the `egressSecurityRules` or `ingressSecurityRules` objects you provide replace the entire
|
|
14944
15970
|
# existing objects.
|
|
14945
15971
|
#
|
|
14946
|
-
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the security list.
|
|
15972
|
+
# @param [String] security_list_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the security list.
|
|
14947
15973
|
# @param [OCI::Core::Models::UpdateSecurityListDetails] update_security_list_details Updated details for the security list.
|
|
14948
15974
|
# @param [Hash] opts the optional parameters
|
|
14949
15975
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -15064,7 +16090,7 @@ module OCI
|
|
|
15064
16090
|
|
|
15065
16091
|
# Updates the specified subnet.
|
|
15066
16092
|
#
|
|
15067
|
-
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
16093
|
+
# @param [String] subnet_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
|
|
15068
16094
|
# @param [OCI::Core::Models::UpdateSubnetDetails] update_subnet_details Details object for updating a subnet.
|
|
15069
16095
|
# @param [Hash] opts the optional parameters
|
|
15070
16096
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -15126,7 +16152,7 @@ module OCI
|
|
|
15126
16152
|
# The answers correlate to the questions that are specific to the CPE device type (see the
|
|
15127
16153
|
# `parameters` attribute of {CpeDeviceShapeDetail}).
|
|
15128
16154
|
#
|
|
15129
|
-
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
16155
|
+
# @param [String] ipsc_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPSec connection.
|
|
15130
16156
|
# @param [String] tunnel_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tunnel.
|
|
15131
16157
|
# @param [OCI::Core::Models::UpdateTunnelCpeDeviceConfigDetails] update_tunnel_cpe_device_config_details Request to input the tunnel's cpe configuration parameters
|
|
15132
16158
|
# @param [Hash] opts the optional parameters
|
|
@@ -15284,7 +16310,7 @@ module OCI
|
|
|
15284
16310
|
# Oracle must verify the customer's ownership of each added prefix before
|
|
15285
16311
|
# traffic for that prefix will flow across the virtual circuit.
|
|
15286
16312
|
#
|
|
15287
|
-
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
16313
|
+
# @param [String] virtual_circuit_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual circuit.
|
|
15288
16314
|
# @param [OCI::Core::Models::UpdateVirtualCircuitDetails] update_virtual_circuit_details Update VirtualCircuit fields.
|
|
15289
16315
|
# @param [Hash] opts the optional parameters
|
|
15290
16316
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -15409,7 +16435,7 @@ module OCI
|
|
|
15409
16435
|
|
|
15410
16436
|
# Updates the specified VNIC.
|
|
15411
16437
|
#
|
|
15412
|
-
# @param [String] vnic_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VNIC.
|
|
16438
|
+
# @param [String] vnic_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC.
|
|
15413
16439
|
# @param [OCI::Core::Models::UpdateVnicDetails] update_vnic_details Details object for updating a VNIC.
|
|
15414
16440
|
# @param [Hash] opts the optional parameters
|
|
15415
16441
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
@@ -15467,10 +16493,74 @@ module OCI
|
|
|
15467
16493
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
15468
16494
|
|
|
15469
16495
|
|
|
16496
|
+
# Updates the specified VTAP's display name or tags.
|
|
16497
|
+
#
|
|
16498
|
+
# @param [String] vtap_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VTAP.
|
|
16499
|
+
# @param [OCI::Core::Models::UpdateVtapDetails] update_vtap_details Details object for updating a VTAP.
|
|
16500
|
+
# @param [Hash] opts the optional parameters
|
|
16501
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
16502
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
16503
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
16504
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
16505
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
16506
|
+
#
|
|
16507
|
+
# @option opts [String] :opc_request_id Unique identifier for the request.
|
|
16508
|
+
# If you need to contact Oracle about a particular request, please provide the request ID.
|
|
16509
|
+
#
|
|
16510
|
+
# @return [Response] A Response object with data of type {OCI::Core::Models::Vtap Vtap}
|
|
16511
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/core/update_vtap.rb.html) to see an example of how to use update_vtap API.
|
|
16512
|
+
def update_vtap(vtap_id, update_vtap_details, opts = {})
|
|
16513
|
+
logger.debug 'Calling operation VirtualNetworkClient#update_vtap.' if logger
|
|
16514
|
+
|
|
16515
|
+
raise "Missing the required parameter 'vtap_id' when calling update_vtap." if vtap_id.nil?
|
|
16516
|
+
raise "Missing the required parameter 'update_vtap_details' when calling update_vtap." if update_vtap_details.nil?
|
|
16517
|
+
raise "Parameter value for 'vtap_id' must not be blank" if OCI::Internal::Util.blank_string?(vtap_id)
|
|
16518
|
+
|
|
16519
|
+
path = '/vtaps/{vtapId}'.sub('{vtapId}', vtap_id.to_s)
|
|
16520
|
+
operation_signing_strategy = :standard
|
|
16521
|
+
|
|
16522
|
+
# rubocop:disable Style/NegatedIf
|
|
16523
|
+
# Query Params
|
|
16524
|
+
query_params = {}
|
|
16525
|
+
|
|
16526
|
+
# Header Params
|
|
16527
|
+
header_params = {}
|
|
16528
|
+
header_params[:accept] = 'application/json'
|
|
16529
|
+
header_params[:'content-type'] = 'application/json'
|
|
16530
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
16531
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
16532
|
+
# rubocop:enable Style/NegatedIf
|
|
16533
|
+
|
|
16534
|
+
post_body = @api_client.object_to_http_body(update_vtap_details)
|
|
16535
|
+
|
|
16536
|
+
# rubocop:disable Metrics/BlockLength
|
|
16537
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'VirtualNetworkClient#update_vtap') do
|
|
16538
|
+
@api_client.call_api(
|
|
16539
|
+
:PUT,
|
|
16540
|
+
path,
|
|
16541
|
+
endpoint,
|
|
16542
|
+
header_params: header_params,
|
|
16543
|
+
query_params: query_params,
|
|
16544
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
16545
|
+
body: post_body,
|
|
16546
|
+
return_type: 'OCI::Core::Models::Vtap'
|
|
16547
|
+
)
|
|
16548
|
+
end
|
|
16549
|
+
# rubocop:enable Metrics/BlockLength
|
|
16550
|
+
end
|
|
16551
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
16552
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
16553
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
16554
|
+
|
|
16555
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
16556
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
16557
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
16558
|
+
|
|
16559
|
+
|
|
15470
16560
|
# Upgrades the DRG. After upgrade, you can control routing inside your DRG
|
|
15471
16561
|
# via DRG attachments, route distributions, and DRG route tables.
|
|
15472
16562
|
#
|
|
15473
|
-
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
16563
|
+
# @param [String] drg_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DRG.
|
|
15474
16564
|
# @param [Hash] opts the optional parameters
|
|
15475
16565
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
15476
16566
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|