oci 2.17.0 → 2.18.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -1143,6 +1143,165 @@ module OCI
|
|
1143
1143
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1144
1144
|
|
1145
1145
|
|
1146
|
+
# Disables a module stream on a managed instance. After the stream is
|
1147
|
+
# disabled, it is no longer possible to install the profiles that are
|
1148
|
+
# contained by the stream. All installed profiles must be removed prior
|
1149
|
+
# to disabling a module stream.
|
1150
|
+
#
|
1151
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
1152
|
+
# @param [String] module_name The name of a module.
|
1153
|
+
# @param [Hash] opts the optional parameters
|
1154
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1155
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
1156
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
1157
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
1158
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
1159
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
1160
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
1161
|
+
# might be rejected.
|
1162
|
+
#
|
1163
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
1164
|
+
# for a resource, set the `if-match` parameter to the value of the
|
1165
|
+
# etag from a previous GET or POST response for that resource.
|
1166
|
+
# The resource will be updated or deleted only if the etag you
|
1167
|
+
# provide matches the resource's current etag value.
|
1168
|
+
#
|
1169
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
1170
|
+
# is required if a profileName is specified.
|
1171
|
+
#
|
1172
|
+
# @return [Response] A Response object with data of type nil
|
1173
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/disable_module_stream_on_managed_instance.rb.html) to see an example of how to use disable_module_stream_on_managed_instance API.
|
1174
|
+
def disable_module_stream_on_managed_instance(managed_instance_id, module_name, opts = {})
|
1175
|
+
logger.debug 'Calling operation OsManagementClient#disable_module_stream_on_managed_instance.' if logger
|
1176
|
+
|
1177
|
+
raise "Missing the required parameter 'managed_instance_id' when calling disable_module_stream_on_managed_instance." if managed_instance_id.nil?
|
1178
|
+
raise "Missing the required parameter 'module_name' when calling disable_module_stream_on_managed_instance." if module_name.nil?
|
1179
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
1180
|
+
|
1181
|
+
path = '/managedInstances/{managedInstanceId}/actions/moduleStreams/disable'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
1182
|
+
operation_signing_strategy = :standard
|
1183
|
+
|
1184
|
+
# rubocop:disable Style/NegatedIf
|
1185
|
+
# Query Params
|
1186
|
+
query_params = {}
|
1187
|
+
query_params[:moduleName] = module_name
|
1188
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
1189
|
+
|
1190
|
+
# Header Params
|
1191
|
+
header_params = {}
|
1192
|
+
header_params[:accept] = 'application/json'
|
1193
|
+
header_params[:'content-type'] = 'application/json'
|
1194
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
1195
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
1196
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
1197
|
+
# rubocop:enable Style/NegatedIf
|
1198
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
1199
|
+
|
1200
|
+
post_body = nil
|
1201
|
+
|
1202
|
+
# rubocop:disable Metrics/BlockLength
|
1203
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#disable_module_stream_on_managed_instance') do
|
1204
|
+
@api_client.call_api(
|
1205
|
+
:POST,
|
1206
|
+
path,
|
1207
|
+
endpoint,
|
1208
|
+
header_params: header_params,
|
1209
|
+
query_params: query_params,
|
1210
|
+
operation_signing_strategy: operation_signing_strategy,
|
1211
|
+
body: post_body
|
1212
|
+
)
|
1213
|
+
end
|
1214
|
+
# rubocop:enable Metrics/BlockLength
|
1215
|
+
end
|
1216
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1217
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
1218
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
1219
|
+
|
1220
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1221
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
1222
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1223
|
+
|
1224
|
+
|
1225
|
+
# Enables a module stream on a managed instance. After the stream is
|
1226
|
+
# enabled, it is possible to install the profiles that are contained
|
1227
|
+
# by the stream. Enabling a stream that is already enabled will
|
1228
|
+
# succeed. Attempting to enable a different stream for a module that
|
1229
|
+
# already has a stream enabled results in an error.
|
1230
|
+
#
|
1231
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
1232
|
+
# @param [String] module_name The name of a module.
|
1233
|
+
# @param [Hash] opts the optional parameters
|
1234
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1235
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
1236
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
1237
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
1238
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
1239
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
1240
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
1241
|
+
# might be rejected.
|
1242
|
+
#
|
1243
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
1244
|
+
# for a resource, set the `if-match` parameter to the value of the
|
1245
|
+
# etag from a previous GET or POST response for that resource.
|
1246
|
+
# The resource will be updated or deleted only if the etag you
|
1247
|
+
# provide matches the resource's current etag value.
|
1248
|
+
#
|
1249
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
1250
|
+
# is required if a profileName is specified.
|
1251
|
+
#
|
1252
|
+
# @return [Response] A Response object with data of type nil
|
1253
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/enable_module_stream_on_managed_instance.rb.html) to see an example of how to use enable_module_stream_on_managed_instance API.
|
1254
|
+
def enable_module_stream_on_managed_instance(managed_instance_id, module_name, opts = {})
|
1255
|
+
logger.debug 'Calling operation OsManagementClient#enable_module_stream_on_managed_instance.' if logger
|
1256
|
+
|
1257
|
+
raise "Missing the required parameter 'managed_instance_id' when calling enable_module_stream_on_managed_instance." if managed_instance_id.nil?
|
1258
|
+
raise "Missing the required parameter 'module_name' when calling enable_module_stream_on_managed_instance." if module_name.nil?
|
1259
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
1260
|
+
|
1261
|
+
path = '/managedInstances/{managedInstanceId}/actions/moduleStreams/enable'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
1262
|
+
operation_signing_strategy = :standard
|
1263
|
+
|
1264
|
+
# rubocop:disable Style/NegatedIf
|
1265
|
+
# Query Params
|
1266
|
+
query_params = {}
|
1267
|
+
query_params[:moduleName] = module_name
|
1268
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
1269
|
+
|
1270
|
+
# Header Params
|
1271
|
+
header_params = {}
|
1272
|
+
header_params[:accept] = 'application/json'
|
1273
|
+
header_params[:'content-type'] = 'application/json'
|
1274
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
1275
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
1276
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
1277
|
+
# rubocop:enable Style/NegatedIf
|
1278
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
1279
|
+
|
1280
|
+
post_body = nil
|
1281
|
+
|
1282
|
+
# rubocop:disable Metrics/BlockLength
|
1283
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#enable_module_stream_on_managed_instance') do
|
1284
|
+
@api_client.call_api(
|
1285
|
+
:POST,
|
1286
|
+
path,
|
1287
|
+
endpoint,
|
1288
|
+
header_params: header_params,
|
1289
|
+
query_params: query_params,
|
1290
|
+
operation_signing_strategy: operation_signing_strategy,
|
1291
|
+
body: post_body
|
1292
|
+
)
|
1293
|
+
end
|
1294
|
+
# rubocop:enable Metrics/BlockLength
|
1295
|
+
end
|
1296
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1297
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
1298
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
1299
|
+
|
1300
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1301
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
1302
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1303
|
+
|
1304
|
+
|
1146
1305
|
# Returns a specific erratum.
|
1147
1306
|
#
|
1148
1307
|
# @param [String] erratum_id The OCID of the erratum.
|
@@ -1308,6 +1467,131 @@ module OCI
|
|
1308
1467
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1309
1468
|
|
1310
1469
|
|
1470
|
+
# Retrieve a detailed description of a module stream from a software source.
|
1471
|
+
#
|
1472
|
+
# @param [String] software_source_id The OCID of the software source.
|
1473
|
+
# @param [String] module_name The name of the module
|
1474
|
+
# @param [String] stream_name The name of the stream of the containing module
|
1475
|
+
# @param [Hash] opts the optional parameters
|
1476
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1477
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
1478
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
1479
|
+
# @return [Response] A Response object with data of type {OCI::OsManagement::Models::ModuleStream ModuleStream}
|
1480
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_module_stream.rb.html) to see an example of how to use get_module_stream API.
|
1481
|
+
def get_module_stream(software_source_id, module_name, stream_name, opts = {})
|
1482
|
+
logger.debug 'Calling operation OsManagementClient#get_module_stream.' if logger
|
1483
|
+
|
1484
|
+
raise "Missing the required parameter 'software_source_id' when calling get_module_stream." if software_source_id.nil?
|
1485
|
+
raise "Missing the required parameter 'module_name' when calling get_module_stream." if module_name.nil?
|
1486
|
+
raise "Missing the required parameter 'stream_name' when calling get_module_stream." if stream_name.nil?
|
1487
|
+
raise "Parameter value for 'software_source_id' must not be blank" if OCI::Internal::Util.blank_string?(software_source_id)
|
1488
|
+
raise "Parameter value for 'module_name' must not be blank" if OCI::Internal::Util.blank_string?(module_name)
|
1489
|
+
raise "Parameter value for 'stream_name' must not be blank" if OCI::Internal::Util.blank_string?(stream_name)
|
1490
|
+
|
1491
|
+
path = '/softwareSources/{softwareSourceId}/modules/{moduleName}/streams/{streamName}'.sub('{softwareSourceId}', software_source_id.to_s).sub('{moduleName}', module_name.to_s).sub('{streamName}', stream_name.to_s)
|
1492
|
+
operation_signing_strategy = :standard
|
1493
|
+
|
1494
|
+
# rubocop:disable Style/NegatedIf
|
1495
|
+
# Query Params
|
1496
|
+
query_params = {}
|
1497
|
+
|
1498
|
+
# Header Params
|
1499
|
+
header_params = {}
|
1500
|
+
header_params[:accept] = 'application/json'
|
1501
|
+
header_params[:'content-type'] = 'application/json'
|
1502
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
1503
|
+
# rubocop:enable Style/NegatedIf
|
1504
|
+
|
1505
|
+
post_body = nil
|
1506
|
+
|
1507
|
+
# rubocop:disable Metrics/BlockLength
|
1508
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#get_module_stream') do
|
1509
|
+
@api_client.call_api(
|
1510
|
+
:GET,
|
1511
|
+
path,
|
1512
|
+
endpoint,
|
1513
|
+
header_params: header_params,
|
1514
|
+
query_params: query_params,
|
1515
|
+
operation_signing_strategy: operation_signing_strategy,
|
1516
|
+
body: post_body,
|
1517
|
+
return_type: 'OCI::OsManagement::Models::ModuleStream'
|
1518
|
+
)
|
1519
|
+
end
|
1520
|
+
# rubocop:enable Metrics/BlockLength
|
1521
|
+
end
|
1522
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1523
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
1524
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
1525
|
+
|
1526
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1527
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
1528
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1529
|
+
|
1530
|
+
|
1531
|
+
# Retrieve a detailed description of a module stream profile from a software source.
|
1532
|
+
#
|
1533
|
+
# @param [String] software_source_id The OCID of the software source.
|
1534
|
+
# @param [String] module_name The name of the module
|
1535
|
+
# @param [String] stream_name The name of the stream of the containing module
|
1536
|
+
# @param [String] profile_name The name of the profile of the containing module stream
|
1537
|
+
# @param [Hash] opts the optional parameters
|
1538
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1539
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
1540
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
1541
|
+
# @return [Response] A Response object with data of type {OCI::OsManagement::Models::ModuleStreamProfile ModuleStreamProfile}
|
1542
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/get_module_stream_profile.rb.html) to see an example of how to use get_module_stream_profile API.
|
1543
|
+
def get_module_stream_profile(software_source_id, module_name, stream_name, profile_name, opts = {})
|
1544
|
+
logger.debug 'Calling operation OsManagementClient#get_module_stream_profile.' if logger
|
1545
|
+
|
1546
|
+
raise "Missing the required parameter 'software_source_id' when calling get_module_stream_profile." if software_source_id.nil?
|
1547
|
+
raise "Missing the required parameter 'module_name' when calling get_module_stream_profile." if module_name.nil?
|
1548
|
+
raise "Missing the required parameter 'stream_name' when calling get_module_stream_profile." if stream_name.nil?
|
1549
|
+
raise "Missing the required parameter 'profile_name' when calling get_module_stream_profile." if profile_name.nil?
|
1550
|
+
raise "Parameter value for 'software_source_id' must not be blank" if OCI::Internal::Util.blank_string?(software_source_id)
|
1551
|
+
raise "Parameter value for 'module_name' must not be blank" if OCI::Internal::Util.blank_string?(module_name)
|
1552
|
+
raise "Parameter value for 'stream_name' must not be blank" if OCI::Internal::Util.blank_string?(stream_name)
|
1553
|
+
raise "Parameter value for 'profile_name' must not be blank" if OCI::Internal::Util.blank_string?(profile_name)
|
1554
|
+
|
1555
|
+
path = '/softwareSources/{softwareSourceId}/modules/{moduleName}/streams/{streamName}/profiles/{profileName}'.sub('{softwareSourceId}', software_source_id.to_s).sub('{moduleName}', module_name.to_s).sub('{streamName}', stream_name.to_s).sub('{profileName}', profile_name.to_s)
|
1556
|
+
operation_signing_strategy = :standard
|
1557
|
+
|
1558
|
+
# rubocop:disable Style/NegatedIf
|
1559
|
+
# Query Params
|
1560
|
+
query_params = {}
|
1561
|
+
|
1562
|
+
# Header Params
|
1563
|
+
header_params = {}
|
1564
|
+
header_params[:accept] = 'application/json'
|
1565
|
+
header_params[:'content-type'] = 'application/json'
|
1566
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
1567
|
+
# rubocop:enable Style/NegatedIf
|
1568
|
+
|
1569
|
+
post_body = nil
|
1570
|
+
|
1571
|
+
# rubocop:disable Metrics/BlockLength
|
1572
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#get_module_stream_profile') do
|
1573
|
+
@api_client.call_api(
|
1574
|
+
:GET,
|
1575
|
+
path,
|
1576
|
+
endpoint,
|
1577
|
+
header_params: header_params,
|
1578
|
+
query_params: query_params,
|
1579
|
+
operation_signing_strategy: operation_signing_strategy,
|
1580
|
+
body: post_body,
|
1581
|
+
return_type: 'OCI::OsManagement::Models::ModuleStreamProfile'
|
1582
|
+
)
|
1583
|
+
end
|
1584
|
+
# rubocop:enable Metrics/BlockLength
|
1585
|
+
end
|
1586
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1587
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
1588
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
1589
|
+
|
1590
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1591
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
1592
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1593
|
+
|
1594
|
+
|
1311
1595
|
# Gets the detailed information for the Scheduled Job with the given ID.
|
1312
1596
|
#
|
1313
1597
|
# @param [String] scheduled_job_id The ID of the scheduled job.
|
@@ -1789,10 +2073,12 @@ module OCI
|
|
1789
2073
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1790
2074
|
|
1791
2075
|
|
1792
|
-
# Installs a
|
2076
|
+
# Installs a profile for an module stream. The stream must be
|
2077
|
+
# enabled before a profile can be installed. If a module stream
|
2078
|
+
# defines multiple profiles, each one can be installed independently.
|
1793
2079
|
#
|
1794
2080
|
# @param [String] managed_instance_id OCID for the managed instance
|
1795
|
-
# @param [String]
|
2081
|
+
# @param [String] module_name The name of a module.
|
1796
2082
|
# @param [Hash] opts the optional parameters
|
1797
2083
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1798
2084
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1803,22 +2089,34 @@ module OCI
|
|
1803
2089
|
# has been deleted and purged from the system, then a retry of the original creation request
|
1804
2090
|
# might be rejected.
|
1805
2091
|
#
|
2092
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
2093
|
+
# for a resource, set the `if-match` parameter to the value of the
|
2094
|
+
# etag from a previous GET or POST response for that resource.
|
2095
|
+
# The resource will be updated or deleted only if the etag you
|
2096
|
+
# provide matches the resource's current etag value.
|
2097
|
+
#
|
2098
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
2099
|
+
# is required if a profileName is specified.
|
2100
|
+
#
|
2101
|
+
# @option opts [String] :profile_name The name of the profile of the containing module stream
|
1806
2102
|
# @return [Response] A Response object with data of type nil
|
1807
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/
|
1808
|
-
def
|
1809
|
-
logger.debug 'Calling operation OsManagementClient#
|
2103
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_module_stream_profile_on_managed_instance.rb.html) to see an example of how to use install_module_stream_profile_on_managed_instance API.
|
2104
|
+
def install_module_stream_profile_on_managed_instance(managed_instance_id, module_name, opts = {})
|
2105
|
+
logger.debug 'Calling operation OsManagementClient#install_module_stream_profile_on_managed_instance.' if logger
|
1810
2106
|
|
1811
|
-
raise "Missing the required parameter 'managed_instance_id' when calling
|
1812
|
-
raise "Missing the required parameter '
|
2107
|
+
raise "Missing the required parameter 'managed_instance_id' when calling install_module_stream_profile_on_managed_instance." if managed_instance_id.nil?
|
2108
|
+
raise "Missing the required parameter 'module_name' when calling install_module_stream_profile_on_managed_instance." if module_name.nil?
|
1813
2109
|
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
1814
2110
|
|
1815
|
-
path = '/managedInstances/{managedInstanceId}/actions/
|
2111
|
+
path = '/managedInstances/{managedInstanceId}/actions/streamProfiles/install'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
1816
2112
|
operation_signing_strategy = :standard
|
1817
2113
|
|
1818
2114
|
# rubocop:disable Style/NegatedIf
|
1819
2115
|
# Query Params
|
1820
2116
|
query_params = {}
|
1821
|
-
query_params[:
|
2117
|
+
query_params[:moduleName] = module_name
|
2118
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
2119
|
+
query_params[:profileName] = opts[:profile_name] if opts[:profile_name]
|
1822
2120
|
|
1823
2121
|
# Header Params
|
1824
2122
|
header_params = {}
|
@@ -1826,13 +2124,14 @@ module OCI
|
|
1826
2124
|
header_params[:'content-type'] = 'application/json'
|
1827
2125
|
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
1828
2126
|
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
2127
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
1829
2128
|
# rubocop:enable Style/NegatedIf
|
1830
2129
|
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
1831
2130
|
|
1832
2131
|
post_body = nil
|
1833
2132
|
|
1834
2133
|
# rubocop:disable Metrics/BlockLength
|
1835
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#
|
2134
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#install_module_stream_profile_on_managed_instance') do
|
1836
2135
|
@api_client.call_api(
|
1837
2136
|
:POST,
|
1838
2137
|
path,
|
@@ -1854,7 +2153,7 @@ module OCI
|
|
1854
2153
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1855
2154
|
|
1856
2155
|
|
1857
|
-
#
|
2156
|
+
# Installs a package on a managed instance.
|
1858
2157
|
#
|
1859
2158
|
# @param [String] managed_instance_id OCID for the managed instance
|
1860
2159
|
# @param [String] software_package_name Package name
|
@@ -1869,15 +2168,15 @@ module OCI
|
|
1869
2168
|
# might be rejected.
|
1870
2169
|
#
|
1871
2170
|
# @return [Response] A Response object with data of type nil
|
1872
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/
|
1873
|
-
def
|
1874
|
-
logger.debug 'Calling operation OsManagementClient#
|
2171
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_package_on_managed_instance.rb.html) to see an example of how to use install_package_on_managed_instance API.
|
2172
|
+
def install_package_on_managed_instance(managed_instance_id, software_package_name, opts = {})
|
2173
|
+
logger.debug 'Calling operation OsManagementClient#install_package_on_managed_instance.' if logger
|
1875
2174
|
|
1876
|
-
raise "Missing the required parameter 'managed_instance_id' when calling
|
1877
|
-
raise "Missing the required parameter 'software_package_name' when calling
|
2175
|
+
raise "Missing the required parameter 'managed_instance_id' when calling install_package_on_managed_instance." if managed_instance_id.nil?
|
2176
|
+
raise "Missing the required parameter 'software_package_name' when calling install_package_on_managed_instance." if software_package_name.nil?
|
1878
2177
|
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
1879
2178
|
|
1880
|
-
path = '/managedInstances/{managedInstanceId}/actions/packages/
|
2179
|
+
path = '/managedInstances/{managedInstanceId}/actions/packages/install'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
1881
2180
|
operation_signing_strategy = :standard
|
1882
2181
|
|
1883
2182
|
# rubocop:disable Style/NegatedIf
|
@@ -1897,7 +2196,7 @@ module OCI
|
|
1897
2196
|
post_body = nil
|
1898
2197
|
|
1899
2198
|
# rubocop:disable Metrics/BlockLength
|
1900
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#
|
2199
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#install_package_on_managed_instance') do
|
1901
2200
|
@api_client.call_api(
|
1902
2201
|
:POST,
|
1903
2202
|
path,
|
@@ -1919,13 +2218,78 @@ module OCI
|
|
1919
2218
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1920
2219
|
|
1921
2220
|
|
1922
|
-
#
|
2221
|
+
# Updates a package on a managed instance.
|
1923
2222
|
#
|
1924
2223
|
# @param [String] managed_instance_id OCID for the managed instance
|
1925
|
-
# @param [String]
|
1926
|
-
#
|
1927
|
-
#
|
1928
|
-
#
|
2224
|
+
# @param [String] software_package_name Package name
|
2225
|
+
# @param [Hash] opts the optional parameters
|
2226
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2227
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2228
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
2229
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
2230
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
2231
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
2232
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
2233
|
+
# might be rejected.
|
2234
|
+
#
|
2235
|
+
# @return [Response] A Response object with data of type nil
|
2236
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/install_package_update_on_managed_instance.rb.html) to see an example of how to use install_package_update_on_managed_instance API.
|
2237
|
+
def install_package_update_on_managed_instance(managed_instance_id, software_package_name, opts = {})
|
2238
|
+
logger.debug 'Calling operation OsManagementClient#install_package_update_on_managed_instance.' if logger
|
2239
|
+
|
2240
|
+
raise "Missing the required parameter 'managed_instance_id' when calling install_package_update_on_managed_instance." if managed_instance_id.nil?
|
2241
|
+
raise "Missing the required parameter 'software_package_name' when calling install_package_update_on_managed_instance." if software_package_name.nil?
|
2242
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
2243
|
+
|
2244
|
+
path = '/managedInstances/{managedInstanceId}/actions/packages/update'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
2245
|
+
operation_signing_strategy = :standard
|
2246
|
+
|
2247
|
+
# rubocop:disable Style/NegatedIf
|
2248
|
+
# Query Params
|
2249
|
+
query_params = {}
|
2250
|
+
query_params[:softwarePackageName] = software_package_name
|
2251
|
+
|
2252
|
+
# Header Params
|
2253
|
+
header_params = {}
|
2254
|
+
header_params[:accept] = 'application/json'
|
2255
|
+
header_params[:'content-type'] = 'application/json'
|
2256
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
2257
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
2258
|
+
# rubocop:enable Style/NegatedIf
|
2259
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
2260
|
+
|
2261
|
+
post_body = nil
|
2262
|
+
|
2263
|
+
# rubocop:disable Metrics/BlockLength
|
2264
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#install_package_update_on_managed_instance') do
|
2265
|
+
@api_client.call_api(
|
2266
|
+
:POST,
|
2267
|
+
path,
|
2268
|
+
endpoint,
|
2269
|
+
header_params: header_params,
|
2270
|
+
query_params: query_params,
|
2271
|
+
operation_signing_strategy: operation_signing_strategy,
|
2272
|
+
body: post_body
|
2273
|
+
)
|
2274
|
+
end
|
2275
|
+
# rubocop:enable Metrics/BlockLength
|
2276
|
+
end
|
2277
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2278
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
2279
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
2280
|
+
|
2281
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2282
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
2283
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2284
|
+
|
2285
|
+
|
2286
|
+
# Installs a Windows update on a managed instance.
|
2287
|
+
#
|
2288
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
2289
|
+
# @param [String] windows_update_name Unique identifier for the Windows update. NOTE - This is not an OCID,
|
2290
|
+
# but is a unique identifier assigned by Microsoft.
|
2291
|
+
# Example: `6981d463-cd91-4a26-b7c4-ea4ded9183ed`
|
2292
|
+
#
|
1929
2293
|
# @param [Hash] opts the optional parameters
|
1930
2294
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1931
2295
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -2442,14 +2806,411 @@ module OCI
|
|
2442
2806
|
end
|
2443
2807
|
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
2444
2808
|
|
2445
|
-
path = '/managedInstances/{managedInstanceId}/errata'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
2809
|
+
path = '/managedInstances/{managedInstanceId}/errata'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
2810
|
+
operation_signing_strategy = :standard
|
2811
|
+
|
2812
|
+
# rubocop:disable Style/NegatedIf
|
2813
|
+
# Query Params
|
2814
|
+
query_params = {}
|
2815
|
+
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
2816
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
2817
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
2818
|
+
query_params[:page] = opts[:page] if opts[:page]
|
2819
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
2820
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
2821
|
+
|
2822
|
+
# Header Params
|
2823
|
+
header_params = {}
|
2824
|
+
header_params[:accept] = 'application/json'
|
2825
|
+
header_params[:'content-type'] = 'application/json'
|
2826
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
2827
|
+
# rubocop:enable Style/NegatedIf
|
2828
|
+
|
2829
|
+
post_body = nil
|
2830
|
+
|
2831
|
+
# rubocop:disable Metrics/BlockLength
|
2832
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#list_managed_instance_errata') do
|
2833
|
+
@api_client.call_api(
|
2834
|
+
:GET,
|
2835
|
+
path,
|
2836
|
+
endpoint,
|
2837
|
+
header_params: header_params,
|
2838
|
+
query_params: query_params,
|
2839
|
+
operation_signing_strategy: operation_signing_strategy,
|
2840
|
+
body: post_body,
|
2841
|
+
return_type: 'Array<OCI::OsManagement::Models::ErratumSummary>'
|
2842
|
+
)
|
2843
|
+
end
|
2844
|
+
# rubocop:enable Metrics/BlockLength
|
2845
|
+
end
|
2846
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2847
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
2848
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
2849
|
+
|
2850
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2851
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
2852
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2853
|
+
|
2854
|
+
|
2855
|
+
# Returns a list of all Managed Instance Groups.
|
2856
|
+
#
|
2857
|
+
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
2858
|
+
# @param [Hash] opts the optional parameters
|
2859
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2860
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2861
|
+
# @option opts [String] :display_name A user-friendly name. Does not have to be unique, and it's changeable.
|
2862
|
+
#
|
2863
|
+
# Example: `My new resource`
|
2864
|
+
#
|
2865
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
2866
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
2867
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to DESC)
|
2868
|
+
# Allowed values are: ASC, DESC
|
2869
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If no value is specified TIMECREATED is default.
|
2870
|
+
# (default to TIMECREATED)
|
2871
|
+
# Allowed values are: TIMECREATED, DISPLAYNAME
|
2872
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
2873
|
+
# @option opts [String] :lifecycle_state The current lifecycle state for the object.
|
2874
|
+
# @option opts [String] :os_family The OS family for which to list resources.
|
2875
|
+
# @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ManagedInstanceGroupSummary ManagedInstanceGroupSummary}>
|
2876
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_managed_instance_groups.rb.html) to see an example of how to use list_managed_instance_groups API.
|
2877
|
+
def list_managed_instance_groups(compartment_id, opts = {})
|
2878
|
+
logger.debug 'Calling operation OsManagementClient#list_managed_instance_groups.' if logger
|
2879
|
+
|
2880
|
+
raise "Missing the required parameter 'compartment_id' when calling list_managed_instance_groups." if compartment_id.nil?
|
2881
|
+
|
2882
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
2883
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
2884
|
+
end
|
2885
|
+
|
2886
|
+
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
2887
|
+
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
2888
|
+
end
|
2889
|
+
|
2890
|
+
if opts[:lifecycle_state] && !OCI::OsManagement::Models::LIFECYCLE_STATES_ENUM.include?(opts[:lifecycle_state])
|
2891
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::OsManagement::Models::LIFECYCLE_STATES_ENUM.'
|
2892
|
+
end
|
2893
|
+
|
2894
|
+
if opts[:os_family] && !OCI::OsManagement::Models::OS_FAMILIES_ENUM.include?(opts[:os_family])
|
2895
|
+
raise 'Invalid value for "os_family", must be one of the values in OCI::OsManagement::Models::OS_FAMILIES_ENUM.'
|
2896
|
+
end
|
2897
|
+
|
2898
|
+
path = '/managedInstanceGroups'
|
2899
|
+
operation_signing_strategy = :standard
|
2900
|
+
|
2901
|
+
# rubocop:disable Style/NegatedIf
|
2902
|
+
# Query Params
|
2903
|
+
query_params = {}
|
2904
|
+
query_params[:compartmentId] = compartment_id
|
2905
|
+
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
2906
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
2907
|
+
query_params[:page] = opts[:page] if opts[:page]
|
2908
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
2909
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
2910
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
2911
|
+
query_params[:osFamily] = opts[:os_family] if opts[:os_family]
|
2912
|
+
|
2913
|
+
# Header Params
|
2914
|
+
header_params = {}
|
2915
|
+
header_params[:accept] = 'application/json'
|
2916
|
+
header_params[:'content-type'] = 'application/json'
|
2917
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
2918
|
+
# rubocop:enable Style/NegatedIf
|
2919
|
+
|
2920
|
+
post_body = nil
|
2921
|
+
|
2922
|
+
# rubocop:disable Metrics/BlockLength
|
2923
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#list_managed_instance_groups') do
|
2924
|
+
@api_client.call_api(
|
2925
|
+
:GET,
|
2926
|
+
path,
|
2927
|
+
endpoint,
|
2928
|
+
header_params: header_params,
|
2929
|
+
query_params: query_params,
|
2930
|
+
operation_signing_strategy: operation_signing_strategy,
|
2931
|
+
body: post_body,
|
2932
|
+
return_type: 'Array<OCI::OsManagement::Models::ManagedInstanceGroupSummary>'
|
2933
|
+
)
|
2934
|
+
end
|
2935
|
+
# rubocop:enable Metrics/BlockLength
|
2936
|
+
end
|
2937
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2938
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
2939
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
2940
|
+
|
2941
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2942
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
2943
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2944
|
+
|
2945
|
+
|
2946
|
+
# Returns a list of all Managed Instances.
|
2947
|
+
#
|
2948
|
+
# @param [String] compartment_id The ID of the compartment in which to list resources.
|
2949
|
+
# @param [Hash] opts the optional parameters
|
2950
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2951
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2952
|
+
# @option opts [String] :display_name A user-friendly name. Does not have to be unique, and it's changeable.
|
2953
|
+
#
|
2954
|
+
# Example: `My new resource`
|
2955
|
+
#
|
2956
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
2957
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
2958
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to DESC)
|
2959
|
+
# Allowed values are: ASC, DESC
|
2960
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If no value is specified TIMECREATED is default.
|
2961
|
+
# (default to TIMECREATED)
|
2962
|
+
# Allowed values are: TIMECREATED, DISPLAYNAME
|
2963
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
2964
|
+
# @option opts [String] :os_family The OS family for which to list resources.
|
2965
|
+
# @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ManagedInstanceSummary ManagedInstanceSummary}>
|
2966
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_managed_instances.rb.html) to see an example of how to use list_managed_instances API.
|
2967
|
+
def list_managed_instances(compartment_id, opts = {})
|
2968
|
+
logger.debug 'Calling operation OsManagementClient#list_managed_instances.' if logger
|
2969
|
+
|
2970
|
+
raise "Missing the required parameter 'compartment_id' when calling list_managed_instances." if compartment_id.nil?
|
2971
|
+
|
2972
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
2973
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
2974
|
+
end
|
2975
|
+
|
2976
|
+
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
2977
|
+
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
2978
|
+
end
|
2979
|
+
|
2980
|
+
if opts[:os_family] && !OCI::OsManagement::Models::OS_FAMILIES_ENUM.include?(opts[:os_family])
|
2981
|
+
raise 'Invalid value for "os_family", must be one of the values in OCI::OsManagement::Models::OS_FAMILIES_ENUM.'
|
2982
|
+
end
|
2983
|
+
|
2984
|
+
path = '/managedInstances'
|
2985
|
+
operation_signing_strategy = :standard
|
2986
|
+
|
2987
|
+
# rubocop:disable Style/NegatedIf
|
2988
|
+
# Query Params
|
2989
|
+
query_params = {}
|
2990
|
+
query_params[:compartmentId] = compartment_id
|
2991
|
+
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
2992
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
2993
|
+
query_params[:page] = opts[:page] if opts[:page]
|
2994
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
2995
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
2996
|
+
query_params[:osFamily] = opts[:os_family] if opts[:os_family]
|
2997
|
+
|
2998
|
+
# Header Params
|
2999
|
+
header_params = {}
|
3000
|
+
header_params[:accept] = 'application/json'
|
3001
|
+
header_params[:'content-type'] = 'application/json'
|
3002
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
3003
|
+
# rubocop:enable Style/NegatedIf
|
3004
|
+
|
3005
|
+
post_body = nil
|
3006
|
+
|
3007
|
+
# rubocop:disable Metrics/BlockLength
|
3008
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#list_managed_instances') do
|
3009
|
+
@api_client.call_api(
|
3010
|
+
:GET,
|
3011
|
+
path,
|
3012
|
+
endpoint,
|
3013
|
+
header_params: header_params,
|
3014
|
+
query_params: query_params,
|
3015
|
+
operation_signing_strategy: operation_signing_strategy,
|
3016
|
+
body: post_body,
|
3017
|
+
return_type: 'Array<OCI::OsManagement::Models::ManagedInstanceSummary>'
|
3018
|
+
)
|
3019
|
+
end
|
3020
|
+
# rubocop:enable Metrics/BlockLength
|
3021
|
+
end
|
3022
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3023
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
3024
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
3025
|
+
|
3026
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3027
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
3028
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3029
|
+
|
3030
|
+
|
3031
|
+
# Retrieve a list of module stream profiles from a software source.
|
3032
|
+
# Filters may be applied to select a subset of module stream profiles
|
3033
|
+
# based on the filter criteria.
|
3034
|
+
#
|
3035
|
+
# The \"moduleName\", \"streamName\", and \"profileName\" attributes combine
|
3036
|
+
# to form a set of filters on the list of module stream profiles. If
|
3037
|
+
# a \"moduleName\" is provided, only profiles that belong to that module
|
3038
|
+
# are returned. If both a \"moduleName\" and \"streamName\" are given,
|
3039
|
+
# only profiles belonging to that module stream are returned. Finally,
|
3040
|
+
# if all three are given then only the particular profile indicated
|
3041
|
+
# by the triple is returned. It is not valid to supply a \"streamName\"
|
3042
|
+
# without a \"moduleName\". It is also not valid to supply a \"profileName\"
|
3043
|
+
# without a \"streamName\".
|
3044
|
+
#
|
3045
|
+
# @param [String] software_source_id The OCID of the software source.
|
3046
|
+
# @param [Hash] opts the optional parameters
|
3047
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
3048
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
3049
|
+
# @option opts [String] :compartment_id The ID of the compartment in which to list resources. This parameter is optional and in some cases may have no effect.
|
3050
|
+
# @option opts [String] :module_name The name of a module. This parameter is required if a
|
3051
|
+
# streamName is specified.
|
3052
|
+
#
|
3053
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
3054
|
+
# is required if a profileName is specified.
|
3055
|
+
#
|
3056
|
+
# @option opts [String] :profile_name The name of the profile of the containing module stream
|
3057
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
3058
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
3059
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to DESC)
|
3060
|
+
# Allowed values are: ASC, DESC
|
3061
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If no value is specified TIMECREATED is default.
|
3062
|
+
# (default to TIMECREATED)
|
3063
|
+
# Allowed values are: TIMECREATED, DISPLAYNAME
|
3064
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
3065
|
+
# @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ModuleStreamProfileSummary ModuleStreamProfileSummary}>
|
3066
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_module_stream_profiles.rb.html) to see an example of how to use list_module_stream_profiles API.
|
3067
|
+
def list_module_stream_profiles(software_source_id, opts = {})
|
3068
|
+
logger.debug 'Calling operation OsManagementClient#list_module_stream_profiles.' if logger
|
3069
|
+
|
3070
|
+
raise "Missing the required parameter 'software_source_id' when calling list_module_stream_profiles." if software_source_id.nil?
|
3071
|
+
|
3072
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
3073
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
3074
|
+
end
|
3075
|
+
|
3076
|
+
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
3077
|
+
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
3078
|
+
end
|
3079
|
+
raise "Parameter value for 'software_source_id' must not be blank" if OCI::Internal::Util.blank_string?(software_source_id)
|
3080
|
+
|
3081
|
+
path = '/softwareSources/{softwareSourceId}/streamProfiles'.sub('{softwareSourceId}', software_source_id.to_s)
|
3082
|
+
operation_signing_strategy = :standard
|
3083
|
+
|
3084
|
+
# rubocop:disable Style/NegatedIf
|
3085
|
+
# Query Params
|
3086
|
+
query_params = {}
|
3087
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
3088
|
+
query_params[:moduleName] = opts[:module_name] if opts[:module_name]
|
3089
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
3090
|
+
query_params[:profileName] = opts[:profile_name] if opts[:profile_name]
|
3091
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
3092
|
+
query_params[:page] = opts[:page] if opts[:page]
|
3093
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
3094
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
3095
|
+
|
3096
|
+
# Header Params
|
3097
|
+
header_params = {}
|
3098
|
+
header_params[:accept] = 'application/json'
|
3099
|
+
header_params[:'content-type'] = 'application/json'
|
3100
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
3101
|
+
# rubocop:enable Style/NegatedIf
|
3102
|
+
|
3103
|
+
post_body = nil
|
3104
|
+
|
3105
|
+
# rubocop:disable Metrics/BlockLength
|
3106
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#list_module_stream_profiles') do
|
3107
|
+
@api_client.call_api(
|
3108
|
+
:GET,
|
3109
|
+
path,
|
3110
|
+
endpoint,
|
3111
|
+
header_params: header_params,
|
3112
|
+
query_params: query_params,
|
3113
|
+
operation_signing_strategy: operation_signing_strategy,
|
3114
|
+
body: post_body,
|
3115
|
+
return_type: 'Array<OCI::OsManagement::Models::ModuleStreamProfileSummary>'
|
3116
|
+
)
|
3117
|
+
end
|
3118
|
+
# rubocop:enable Metrics/BlockLength
|
3119
|
+
end
|
3120
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3121
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
3122
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
3123
|
+
|
3124
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3125
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
3126
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3127
|
+
|
3128
|
+
|
3129
|
+
# Retrieve a list of module stream profiles, along with a summary of their
|
3130
|
+
# of their status, from a managed instance. Filters may be applied to
|
3131
|
+
# select a subset of profiles based on the filter criteria.
|
3132
|
+
#
|
3133
|
+
# The \"moduleName\", \"streamName\", and \"profileName\" attributes combine
|
3134
|
+
# to form a set of filters on the list of module stream profiles. If
|
3135
|
+
# a \"modulName\" is provided, only profiles that belong to that module
|
3136
|
+
# are returned. If both a \"moduleName\" and \"streamName\" are given,
|
3137
|
+
# only profiles belonging to that module stream are returned. Finally,
|
3138
|
+
# if all three are given then only the particular profile indicated
|
3139
|
+
# by the triple is returned. It is not valid to supply a \"streamName\"
|
3140
|
+
# without a \"moduleName\". It is also not valid to supply a \"profileName\"
|
3141
|
+
# without a \"streamName\".
|
3142
|
+
#
|
3143
|
+
# The \"status\" attribute filters against the state of a module stream
|
3144
|
+
# profile. Valid values are \"INSTALLED\" and \"AVAILABLE\". If the
|
3145
|
+
# attribute is set to \"INSTALLED\", only module stream profiles that
|
3146
|
+
# are installed are included in the result set. If the attribute is
|
3147
|
+
# set to \"AVAILABLE\", only module stream profiles that are not
|
3148
|
+
# installed are included in the result set. If the attribute is not
|
3149
|
+
# defined, the request is not subject to this filter.
|
3150
|
+
#
|
3151
|
+
# When sorting by display name, the result set is sorted first by
|
3152
|
+
# module name, then by stream name, and finally by profile name.
|
3153
|
+
#
|
3154
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
3155
|
+
# @param [Hash] opts the optional parameters
|
3156
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
3157
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
3158
|
+
# @option opts [String] :compartment_id The ID of the compartment in which to list resources. This parameter is optional and in some cases may have no effect.
|
3159
|
+
# @option opts [String] :module_name The name of a module. This parameter is required if a
|
3160
|
+
# streamName is specified.
|
3161
|
+
#
|
3162
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
3163
|
+
# is required if a profileName is specified.
|
3164
|
+
#
|
3165
|
+
# @option opts [String] :profile_name The name of the profile of the containing module stream
|
3166
|
+
# @option opts [String] :profile_status The status of the profile.
|
3167
|
+
#
|
3168
|
+
# A profile with the \"INSTALLED\" status indicates that the
|
3169
|
+
# profile has been installed.
|
3170
|
+
#
|
3171
|
+
# A profile with the \"AVAILABLE\" status indicates that the
|
3172
|
+
# profile is not installed, but can be.
|
3173
|
+
#
|
3174
|
+
# Allowed values are: INSTALLED, AVAILABLE
|
3175
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
3176
|
+
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
3177
|
+
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to DESC)
|
3178
|
+
# Allowed values are: ASC, DESC
|
3179
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If no value is specified TIMECREATED is default.
|
3180
|
+
# (default to TIMECREATED)
|
3181
|
+
# Allowed values are: TIMECREATED, DISPLAYNAME
|
3182
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
3183
|
+
# @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ModuleStreamProfileOnManagedInstanceSummary ModuleStreamProfileOnManagedInstanceSummary}>
|
3184
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_module_stream_profiles_on_managed_instance.rb.html) to see an example of how to use list_module_stream_profiles_on_managed_instance API.
|
3185
|
+
def list_module_stream_profiles_on_managed_instance(managed_instance_id, opts = {})
|
3186
|
+
logger.debug 'Calling operation OsManagementClient#list_module_stream_profiles_on_managed_instance.' if logger
|
3187
|
+
|
3188
|
+
raise "Missing the required parameter 'managed_instance_id' when calling list_module_stream_profiles_on_managed_instance." if managed_instance_id.nil?
|
3189
|
+
|
3190
|
+
if opts[:profile_status] && !%w[INSTALLED AVAILABLE].include?(opts[:profile_status])
|
3191
|
+
raise 'Invalid value for "profile_status", must be one of INSTALLED, AVAILABLE.'
|
3192
|
+
end
|
3193
|
+
|
3194
|
+
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
3195
|
+
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
3196
|
+
end
|
3197
|
+
|
3198
|
+
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
3199
|
+
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
3200
|
+
end
|
3201
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
3202
|
+
|
3203
|
+
path = '/managedInstances/{managedInstanceId}/streamProfiles'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
2446
3204
|
operation_signing_strategy = :standard
|
2447
3205
|
|
2448
3206
|
# rubocop:disable Style/NegatedIf
|
2449
3207
|
# Query Params
|
2450
3208
|
query_params = {}
|
2451
|
-
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
2452
3209
|
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
3210
|
+
query_params[:moduleName] = opts[:module_name] if opts[:module_name]
|
3211
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
3212
|
+
query_params[:profileName] = opts[:profile_name] if opts[:profile_name]
|
3213
|
+
query_params[:profileStatus] = opts[:profile_status] if opts[:profile_status]
|
2453
3214
|
query_params[:limit] = opts[:limit] if opts[:limit]
|
2454
3215
|
query_params[:page] = opts[:page] if opts[:page]
|
2455
3216
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
@@ -2465,7 +3226,7 @@ module OCI
|
|
2465
3226
|
post_body = nil
|
2466
3227
|
|
2467
3228
|
# rubocop:disable Metrics/BlockLength
|
2468
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#
|
3229
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#list_module_stream_profiles_on_managed_instance') do
|
2469
3230
|
@api_client.call_api(
|
2470
3231
|
:GET,
|
2471
3232
|
path,
|
@@ -2474,7 +3235,7 @@ module OCI
|
|
2474
3235
|
query_params: query_params,
|
2475
3236
|
operation_signing_strategy: operation_signing_strategy,
|
2476
3237
|
body: post_body,
|
2477
|
-
return_type: 'Array<OCI::OsManagement::Models::
|
3238
|
+
return_type: 'Array<OCI::OsManagement::Models::ModuleStreamProfileOnManagedInstanceSummary>'
|
2478
3239
|
)
|
2479
3240
|
end
|
2480
3241
|
# rubocop:enable Metrics/BlockLength
|
@@ -2488,15 +3249,34 @@ module OCI
|
|
2488
3249
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2489
3250
|
|
2490
3251
|
|
2491
|
-
#
|
3252
|
+
# Retrieve a list of module streams from a software source.
|
3253
|
+
# Filters may be applied to select a subset of module streams
|
3254
|
+
# based on the filter criteria.
|
2492
3255
|
#
|
2493
|
-
#
|
3256
|
+
# The 'moduleName' attribute filters against the name of a module.
|
3257
|
+
# It accepts strings of the format \"<module>\". If this attribute
|
3258
|
+
# is defined, only streams that belong to the specified module are
|
3259
|
+
# included in the result set. If it is not defined, the request is
|
3260
|
+
# not subject to this filter. The 'streamName' attribute filters
|
3261
|
+
# against the name of a stream of a module. If this attribute is
|
3262
|
+
# defined, only the particular module stream that matches both the
|
3263
|
+
# module and stream names is included in the result set. It is
|
3264
|
+
# not valid to supply 'streamName' without also supplying a
|
3265
|
+
# 'moduleName'.
|
3266
|
+
#
|
3267
|
+
# When sorting by display name, the result set is sorted first by
|
3268
|
+
# module name, then by stream name.
|
3269
|
+
#
|
3270
|
+
# @param [String] software_source_id The OCID of the software source.
|
2494
3271
|
# @param [Hash] opts the optional parameters
|
2495
3272
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2496
3273
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2497
|
-
# @option opts [String] :
|
3274
|
+
# @option opts [String] :compartment_id The ID of the compartment in which to list resources. This parameter is optional and in some cases may have no effect.
|
3275
|
+
# @option opts [String] :module_name The name of a module. This parameter is required if a
|
3276
|
+
# streamName is specified.
|
2498
3277
|
#
|
2499
|
-
#
|
3278
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
3279
|
+
# is required if a profileName is specified.
|
2500
3280
|
#
|
2501
3281
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
2502
3282
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
@@ -2506,14 +3286,12 @@ module OCI
|
|
2506
3286
|
# (default to TIMECREATED)
|
2507
3287
|
# Allowed values are: TIMECREATED, DISPLAYNAME
|
2508
3288
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
2509
|
-
# @
|
2510
|
-
# @
|
2511
|
-
|
2512
|
-
|
2513
|
-
def list_managed_instance_groups(compartment_id, opts = {})
|
2514
|
-
logger.debug 'Calling operation OsManagementClient#list_managed_instance_groups.' if logger
|
3289
|
+
# @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ModuleStreamSummary ModuleStreamSummary}>
|
3290
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_module_streams.rb.html) to see an example of how to use list_module_streams API.
|
3291
|
+
def list_module_streams(software_source_id, opts = {})
|
3292
|
+
logger.debug 'Calling operation OsManagementClient#list_module_streams.' if logger
|
2515
3293
|
|
2516
|
-
raise "Missing the required parameter '
|
3294
|
+
raise "Missing the required parameter 'software_source_id' when calling list_module_streams." if software_source_id.nil?
|
2517
3295
|
|
2518
3296
|
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
2519
3297
|
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
@@ -2522,29 +3300,21 @@ module OCI
|
|
2522
3300
|
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
2523
3301
|
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
2524
3302
|
end
|
3303
|
+
raise "Parameter value for 'software_source_id' must not be blank" if OCI::Internal::Util.blank_string?(software_source_id)
|
2525
3304
|
|
2526
|
-
|
2527
|
-
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::OsManagement::Models::LIFECYCLE_STATES_ENUM.'
|
2528
|
-
end
|
2529
|
-
|
2530
|
-
if opts[:os_family] && !OCI::OsManagement::Models::OS_FAMILIES_ENUM.include?(opts[:os_family])
|
2531
|
-
raise 'Invalid value for "os_family", must be one of the values in OCI::OsManagement::Models::OS_FAMILIES_ENUM.'
|
2532
|
-
end
|
2533
|
-
|
2534
|
-
path = '/managedInstanceGroups'
|
3305
|
+
path = '/softwareSources/{softwareSourceId}/moduleStreams'.sub('{softwareSourceId}', software_source_id.to_s)
|
2535
3306
|
operation_signing_strategy = :standard
|
2536
3307
|
|
2537
3308
|
# rubocop:disable Style/NegatedIf
|
2538
3309
|
# Query Params
|
2539
3310
|
query_params = {}
|
2540
|
-
query_params[:compartmentId] = compartment_id
|
2541
|
-
query_params[:
|
3311
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
3312
|
+
query_params[:moduleName] = opts[:module_name] if opts[:module_name]
|
3313
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
2542
3314
|
query_params[:limit] = opts[:limit] if opts[:limit]
|
2543
3315
|
query_params[:page] = opts[:page] if opts[:page]
|
2544
3316
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
2545
3317
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
2546
|
-
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
2547
|
-
query_params[:osFamily] = opts[:os_family] if opts[:os_family]
|
2548
3318
|
|
2549
3319
|
# Header Params
|
2550
3320
|
header_params = {}
|
@@ -2556,7 +3326,7 @@ module OCI
|
|
2556
3326
|
post_body = nil
|
2557
3327
|
|
2558
3328
|
# rubocop:disable Metrics/BlockLength
|
2559
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#
|
3329
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#list_module_streams') do
|
2560
3330
|
@api_client.call_api(
|
2561
3331
|
:GET,
|
2562
3332
|
path,
|
@@ -2565,7 +3335,7 @@ module OCI
|
|
2565
3335
|
query_params: query_params,
|
2566
3336
|
operation_signing_strategy: operation_signing_strategy,
|
2567
3337
|
body: post_body,
|
2568
|
-
return_type: 'Array<OCI::OsManagement::Models::
|
3338
|
+
return_type: 'Array<OCI::OsManagement::Models::ModuleStreamSummary>'
|
2569
3339
|
)
|
2570
3340
|
end
|
2571
3341
|
# rubocop:enable Metrics/BlockLength
|
@@ -2579,16 +3349,55 @@ module OCI
|
|
2579
3349
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2580
3350
|
|
2581
3351
|
|
2582
|
-
#
|
3352
|
+
# Retrieve a list of module streams, along with a summary of their
|
3353
|
+
# status, from a managed instance. Filters may be applied to select
|
3354
|
+
# a subset of module streams based on the filter criteria.
|
2583
3355
|
#
|
2584
|
-
#
|
3356
|
+
# The 'moduleName' attribute filters against the name of a module.
|
3357
|
+
# It accepts strings of the format \"<module>\". If this attribute
|
3358
|
+
# is defined, only streams that belong to the specified module are
|
3359
|
+
# included in the result set. If it is not defined, the request is
|
3360
|
+
# not subject to this filter.
|
3361
|
+
#
|
3362
|
+
# The \"status\" attribute filters against the state of a module stream.
|
3363
|
+
# Valid values are \"ENABLED\", \"DISABLED\", and \"ACTIVE\". If the
|
3364
|
+
# attribute is set to \"ENABLED\", only module streams that are enabled
|
3365
|
+
# are included in the result set. If the attribute is set to \"DISABLED\",
|
3366
|
+
# only module streams that are not enabled are included in the result
|
3367
|
+
# set. If the attribute is set to \"ACTIVE\", only module streams that
|
3368
|
+
# are active are included in the result set. If the attribute is not
|
3369
|
+
# defined, the request is not subject to this filter.
|
3370
|
+
#
|
3371
|
+
# When sorting by the display name, the result set is sorted first
|
3372
|
+
# by the module name and then by the stream name.
|
3373
|
+
#
|
3374
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
2585
3375
|
# @param [Hash] opts the optional parameters
|
2586
3376
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2587
3377
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2588
|
-
# @option opts [String] :
|
3378
|
+
# @option opts [String] :compartment_id The ID of the compartment in which to list resources. This parameter is optional and in some cases may have no effect.
|
3379
|
+
# @option opts [String] :module_name The name of a module. This parameter is required if a
|
3380
|
+
# streamName is specified.
|
2589
3381
|
#
|
2590
|
-
#
|
3382
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
3383
|
+
# is required if a profileName is specified.
|
3384
|
+
#
|
3385
|
+
# @option opts [String] :stream_status The status of the stream
|
3386
|
+
#
|
3387
|
+
# A stream with the \"ENABLED\" status can be used as a source for installing
|
3388
|
+
# profiles. Streams with this status are also \"ACTIVE\".
|
3389
|
+
#
|
3390
|
+
# A stream with the \"DISABLED\" status cannot be the source for installing
|
3391
|
+
# profiles. To install profiles and packages from this stream, it must be
|
3392
|
+
# enabled.
|
2591
3393
|
#
|
3394
|
+
# A stream with the \"ACTIVE\" status can be used as a source for installing
|
3395
|
+
# profiles. The packages that comprise the stream are also used when a
|
3396
|
+
# matching package is installed directly. In general, a stream can have
|
3397
|
+
# this status if it is the default stream for the module and no stream has
|
3398
|
+
# been explicitly enabled.
|
3399
|
+
#
|
3400
|
+
# Allowed values are: ENABLED, DISABLED, ACTIVE
|
2592
3401
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
2593
3402
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
2594
3403
|
# @option opts [String] :sort_order The sort order to use, either 'asc' or 'desc'. (default to DESC)
|
@@ -2597,13 +3406,16 @@ module OCI
|
|
2597
3406
|
# (default to TIMECREATED)
|
2598
3407
|
# Allowed values are: TIMECREATED, DISPLAYNAME
|
2599
3408
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
2600
|
-
# @
|
2601
|
-
# @
|
2602
|
-
|
2603
|
-
|
2604
|
-
logger.debug 'Calling operation OsManagementClient#list_managed_instances.' if logger
|
3409
|
+
# @return [Response] A Response object with data of type Array<{OCI::OsManagement::Models::ModuleStreamOnManagedInstanceSummary ModuleStreamOnManagedInstanceSummary}>
|
3410
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/list_module_streams_on_managed_instance.rb.html) to see an example of how to use list_module_streams_on_managed_instance API.
|
3411
|
+
def list_module_streams_on_managed_instance(managed_instance_id, opts = {})
|
3412
|
+
logger.debug 'Calling operation OsManagementClient#list_module_streams_on_managed_instance.' if logger
|
2605
3413
|
|
2606
|
-
raise "Missing the required parameter '
|
3414
|
+
raise "Missing the required parameter 'managed_instance_id' when calling list_module_streams_on_managed_instance." if managed_instance_id.nil?
|
3415
|
+
|
3416
|
+
if opts[:stream_status] && !%w[ENABLED DISABLED ACTIVE].include?(opts[:stream_status])
|
3417
|
+
raise 'Invalid value for "stream_status", must be one of ENABLED, DISABLED, ACTIVE.'
|
3418
|
+
end
|
2607
3419
|
|
2608
3420
|
if opts[:sort_order] && !%w[ASC DESC].include?(opts[:sort_order])
|
2609
3421
|
raise 'Invalid value for "sort_order", must be one of ASC, DESC.'
|
@@ -2612,24 +3424,22 @@ module OCI
|
|
2612
3424
|
if opts[:sort_by] && !%w[TIMECREATED DISPLAYNAME].include?(opts[:sort_by])
|
2613
3425
|
raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.'
|
2614
3426
|
end
|
3427
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
2615
3428
|
|
2616
|
-
|
2617
|
-
raise 'Invalid value for "os_family", must be one of the values in OCI::OsManagement::Models::OS_FAMILIES_ENUM.'
|
2618
|
-
end
|
2619
|
-
|
2620
|
-
path = '/managedInstances'
|
3429
|
+
path = '/managedInstances/{managedInstanceId}/moduleStreams'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
2621
3430
|
operation_signing_strategy = :standard
|
2622
3431
|
|
2623
3432
|
# rubocop:disable Style/NegatedIf
|
2624
3433
|
# Query Params
|
2625
3434
|
query_params = {}
|
2626
|
-
query_params[:compartmentId] = compartment_id
|
2627
|
-
query_params[:
|
3435
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
3436
|
+
query_params[:moduleName] = opts[:module_name] if opts[:module_name]
|
3437
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
3438
|
+
query_params[:streamStatus] = opts[:stream_status] if opts[:stream_status]
|
2628
3439
|
query_params[:limit] = opts[:limit] if opts[:limit]
|
2629
3440
|
query_params[:page] = opts[:page] if opts[:page]
|
2630
3441
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
2631
3442
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
2632
|
-
query_params[:osFamily] = opts[:os_family] if opts[:os_family]
|
2633
3443
|
|
2634
3444
|
# Header Params
|
2635
3445
|
header_params = {}
|
@@ -2641,7 +3451,7 @@ module OCI
|
|
2641
3451
|
post_body = nil
|
2642
3452
|
|
2643
3453
|
# rubocop:disable Metrics/BlockLength
|
2644
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#
|
3454
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#list_module_streams_on_managed_instance') do
|
2645
3455
|
@api_client.call_api(
|
2646
3456
|
:GET,
|
2647
3457
|
path,
|
@@ -2650,7 +3460,7 @@ module OCI
|
|
2650
3460
|
query_params: query_params,
|
2651
3461
|
operation_signing_strategy: operation_signing_strategy,
|
2652
3462
|
body: post_body,
|
2653
|
-
return_type: 'Array<OCI::OsManagement::Models::
|
3463
|
+
return_type: 'Array<OCI::OsManagement::Models::ModuleStreamOnManagedInstanceSummary>'
|
2654
3464
|
)
|
2655
3465
|
end
|
2656
3466
|
# rubocop:enable Metrics/BlockLength
|
@@ -3507,6 +4317,216 @@ module OCI
|
|
3507
4317
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3508
4318
|
|
3509
4319
|
|
4320
|
+
# Perform an operation involving modules, streams, and profiles on a
|
4321
|
+
# managed instance. Each operation may enable or disable an arbitrary
|
4322
|
+
# amount of module streams, and install or remove an arbitrary number
|
4323
|
+
# of module stream profiles. When the operation is complete, the
|
4324
|
+
# state of the modules, streams, and profiles on the managed instance
|
4325
|
+
# will match the state indicated in the operation.
|
4326
|
+
#
|
4327
|
+
# Each module stream specified in the list of module streams to enable
|
4328
|
+
# will be in the \"ENABLED\" state upon completion of the operation.
|
4329
|
+
# If there was already a stream of that module enabled, any work
|
4330
|
+
# required to switch from the current stream to the new stream is
|
4331
|
+
# performed implicitly.
|
4332
|
+
#
|
4333
|
+
# Each module stream specified in the list of module streams to disable
|
4334
|
+
# will be in the \"DISABLED\" state upon completion of the operation.
|
4335
|
+
# Any profiles that are installed for the module stream will be removed
|
4336
|
+
# as part of the operation.
|
4337
|
+
#
|
4338
|
+
# Each module stream profile specified in the list of profiles to install
|
4339
|
+
# will be in the \"INSTALLED\" state upon completion of the operation,
|
4340
|
+
# indicating that any packages that are part of the profile are installed
|
4341
|
+
# on the managed instance. If the module stream containing the profile
|
4342
|
+
# is not enabled, it will be enabled as part of the operation. There
|
4343
|
+
# is an exception when attempting to install a stream of a profile when
|
4344
|
+
# another stream of the same module is enabled. It is an error to attempt
|
4345
|
+
# to install a profile of another module stream, unless enabling the
|
4346
|
+
# new module stream is explicitly included in this operation.
|
4347
|
+
#
|
4348
|
+
# Each module stream profile specified in the list of profiles to remove
|
4349
|
+
# will be in the \"AVAILABLE\" state upon completion of the operation.
|
4350
|
+
# The status of packages within the profile after the operation is
|
4351
|
+
# complete is defined by the package manager on the managed instance.
|
4352
|
+
#
|
4353
|
+
# Operations that contain one or more elements that are not allowed
|
4354
|
+
# are rejected.
|
4355
|
+
#
|
4356
|
+
# The result of this request is a WorkRequest object. The returned
|
4357
|
+
# WorkRequest is the parent of a structure of other WorkRequests. Taken
|
4358
|
+
# as a whole, this structure indicates the entire set of work to be
|
4359
|
+
# performed to complete the operation.
|
4360
|
+
#
|
4361
|
+
# This interface can also be used to perform a dry run of the operation
|
4362
|
+
# rather than committing it to a managed instance. If a dry run is
|
4363
|
+
# requested, the OS Management Service will evaluate the operation
|
4364
|
+
# against the current module, stream, and profile state on the managed
|
4365
|
+
# instance. It will calculate the impact of the operation on all
|
4366
|
+
# modules, streams, and profiles on the managed instance, including those
|
4367
|
+
# that are implicitly impacted by the operation.
|
4368
|
+
#
|
4369
|
+
# The WorkRequest resulting from a dry run behaves differently than
|
4370
|
+
# a WorkRequest resulting from a committable operation. Dry run
|
4371
|
+
# WorkRequests are always singletons and never have children. The
|
4372
|
+
# impact of the operation is returned using the log and error
|
4373
|
+
# facilities of WorkRequests. The impact of operations that are
|
4374
|
+
# allowed by the OS Management Service are communicated as one or
|
4375
|
+
# more work request log entries. Operations that are not allowed
|
4376
|
+
# by the OS Management Service are communicated as one or more
|
4377
|
+
# work requst error entries. Each entry, for either logs or errors,
|
4378
|
+
# contains a structured message containing the results of one
|
4379
|
+
# or more operations.
|
4380
|
+
#
|
4381
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
4382
|
+
# @param [OCI::OsManagement::Models::ManageModuleStreamsOnManagedInstanceDetails] manage_module_streams_on_managed_instance_details A description of an operation to perform against the modules, streams, and profiles of a managed instance
|
4383
|
+
# @param [Hash] opts the optional parameters
|
4384
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
4385
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
4386
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
4387
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
4388
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
4389
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
4390
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
4391
|
+
# might be rejected.
|
4392
|
+
#
|
4393
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
4394
|
+
# for a resource, set the `if-match` parameter to the value of the
|
4395
|
+
# etag from a previous GET or POST response for that resource.
|
4396
|
+
# The resource will be updated or deleted only if the etag you
|
4397
|
+
# provide matches the resource's current etag value.
|
4398
|
+
#
|
4399
|
+
# @return [Response] A Response object with data of type nil
|
4400
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/manage_module_streams_on_managed_instance.rb.html) to see an example of how to use manage_module_streams_on_managed_instance API.
|
4401
|
+
def manage_module_streams_on_managed_instance(managed_instance_id, manage_module_streams_on_managed_instance_details, opts = {})
|
4402
|
+
logger.debug 'Calling operation OsManagementClient#manage_module_streams_on_managed_instance.' if logger
|
4403
|
+
|
4404
|
+
raise "Missing the required parameter 'managed_instance_id' when calling manage_module_streams_on_managed_instance." if managed_instance_id.nil?
|
4405
|
+
raise "Missing the required parameter 'manage_module_streams_on_managed_instance_details' when calling manage_module_streams_on_managed_instance." if manage_module_streams_on_managed_instance_details.nil?
|
4406
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
4407
|
+
|
4408
|
+
path = '/managedInstances/{managedInstanceId}/actions/moduleStreams/manage'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
4409
|
+
operation_signing_strategy = :standard
|
4410
|
+
|
4411
|
+
# rubocop:disable Style/NegatedIf
|
4412
|
+
# Query Params
|
4413
|
+
query_params = {}
|
4414
|
+
|
4415
|
+
# Header Params
|
4416
|
+
header_params = {}
|
4417
|
+
header_params[:accept] = 'application/json'
|
4418
|
+
header_params[:'content-type'] = 'application/json'
|
4419
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
4420
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
4421
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
4422
|
+
# rubocop:enable Style/NegatedIf
|
4423
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
4424
|
+
|
4425
|
+
post_body = @api_client.object_to_http_body(manage_module_streams_on_managed_instance_details)
|
4426
|
+
|
4427
|
+
# rubocop:disable Metrics/BlockLength
|
4428
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#manage_module_streams_on_managed_instance') do
|
4429
|
+
@api_client.call_api(
|
4430
|
+
:POST,
|
4431
|
+
path,
|
4432
|
+
endpoint,
|
4433
|
+
header_params: header_params,
|
4434
|
+
query_params: query_params,
|
4435
|
+
operation_signing_strategy: operation_signing_strategy,
|
4436
|
+
body: post_body
|
4437
|
+
)
|
4438
|
+
end
|
4439
|
+
# rubocop:enable Metrics/BlockLength
|
4440
|
+
end
|
4441
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4442
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
4443
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
4444
|
+
|
4445
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4446
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
4447
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
4448
|
+
|
4449
|
+
|
4450
|
+
# Removes a profile for a module stream that is installed on a managed instance.
|
4451
|
+
# If a module stream is provided, rather than a fully qualified profile, all
|
4452
|
+
# profiles that have been installed for the module stream will be removed.
|
4453
|
+
#
|
4454
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
4455
|
+
# @param [String] module_name The name of a module.
|
4456
|
+
# @param [Hash] opts the optional parameters
|
4457
|
+
# @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
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
4459
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
4460
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
4461
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
4462
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
4463
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
4464
|
+
# might be rejected.
|
4465
|
+
#
|
4466
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
4467
|
+
# for a resource, set the `if-match` parameter to the value of the
|
4468
|
+
# etag from a previous GET or POST response for that resource.
|
4469
|
+
# The resource will be updated or deleted only if the etag you
|
4470
|
+
# provide matches the resource's current etag value.
|
4471
|
+
#
|
4472
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
4473
|
+
# is required if a profileName is specified.
|
4474
|
+
#
|
4475
|
+
# @option opts [String] :profile_name The name of the profile of the containing module stream
|
4476
|
+
# @return [Response] A Response object with data of type nil
|
4477
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/remove_module_stream_profile_from_managed_instance.rb.html) to see an example of how to use remove_module_stream_profile_from_managed_instance API.
|
4478
|
+
def remove_module_stream_profile_from_managed_instance(managed_instance_id, module_name, opts = {})
|
4479
|
+
logger.debug 'Calling operation OsManagementClient#remove_module_stream_profile_from_managed_instance.' if logger
|
4480
|
+
|
4481
|
+
raise "Missing the required parameter 'managed_instance_id' when calling remove_module_stream_profile_from_managed_instance." if managed_instance_id.nil?
|
4482
|
+
raise "Missing the required parameter 'module_name' when calling remove_module_stream_profile_from_managed_instance." if module_name.nil?
|
4483
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
4484
|
+
|
4485
|
+
path = '/managedInstances/{managedInstanceId}/actions/streamProfiles/remove'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
4486
|
+
operation_signing_strategy = :standard
|
4487
|
+
|
4488
|
+
# rubocop:disable Style/NegatedIf
|
4489
|
+
# Query Params
|
4490
|
+
query_params = {}
|
4491
|
+
query_params[:moduleName] = module_name
|
4492
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
4493
|
+
query_params[:profileName] = opts[:profile_name] if opts[:profile_name]
|
4494
|
+
|
4495
|
+
# Header Params
|
4496
|
+
header_params = {}
|
4497
|
+
header_params[:accept] = 'application/json'
|
4498
|
+
header_params[:'content-type'] = 'application/json'
|
4499
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
4500
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
4501
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
4502
|
+
# rubocop:enable Style/NegatedIf
|
4503
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
4504
|
+
|
4505
|
+
post_body = nil
|
4506
|
+
|
4507
|
+
# rubocop:disable Metrics/BlockLength
|
4508
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#remove_module_stream_profile_from_managed_instance') do
|
4509
|
+
@api_client.call_api(
|
4510
|
+
:POST,
|
4511
|
+
path,
|
4512
|
+
endpoint,
|
4513
|
+
header_params: header_params,
|
4514
|
+
query_params: query_params,
|
4515
|
+
operation_signing_strategy: operation_signing_strategy,
|
4516
|
+
body: post_body
|
4517
|
+
)
|
4518
|
+
end
|
4519
|
+
# rubocop:enable Metrics/BlockLength
|
4520
|
+
end
|
4521
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4522
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
4523
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
4524
|
+
|
4525
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4526
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
4527
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
4528
|
+
|
4529
|
+
|
3510
4530
|
# Removes an installed package from a managed instance.
|
3511
4531
|
#
|
3512
4532
|
# @param [String] managed_instance_id OCID for the managed instance
|
@@ -3851,6 +4871,85 @@ module OCI
|
|
3851
4871
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3852
4872
|
|
3853
4873
|
|
4874
|
+
# Enables a new stream for a module that already has a stream enabled.
|
4875
|
+
# If any profiles or packages from the original module are installed,
|
4876
|
+
# switching to a new stream will remove the existing packages and
|
4877
|
+
# install their counterparts in the new stream.
|
4878
|
+
#
|
4879
|
+
# @param [String] managed_instance_id OCID for the managed instance
|
4880
|
+
# @param [String] module_name The name of a module.
|
4881
|
+
# @param [Hash] opts the optional parameters
|
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
|
4883
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
4884
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
4885
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
4886
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
4887
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
4888
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
4889
|
+
# might be rejected.
|
4890
|
+
#
|
4891
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
4892
|
+
# for a resource, set the `if-match` parameter to the value of the
|
4893
|
+
# etag from a previous GET or POST response for that resource.
|
4894
|
+
# The resource will be updated or deleted only if the etag you
|
4895
|
+
# provide matches the resource's current etag value.
|
4896
|
+
#
|
4897
|
+
# @option opts [String] :stream_name The name of the stream of the containing module. This parameter
|
4898
|
+
# is required if a profileName is specified.
|
4899
|
+
#
|
4900
|
+
# @return [Response] A Response object with data of type nil
|
4901
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/osmanagement/switch_module_stream_on_managed_instance.rb.html) to see an example of how to use switch_module_stream_on_managed_instance API.
|
4902
|
+
def switch_module_stream_on_managed_instance(managed_instance_id, module_name, opts = {})
|
4903
|
+
logger.debug 'Calling operation OsManagementClient#switch_module_stream_on_managed_instance.' if logger
|
4904
|
+
|
4905
|
+
raise "Missing the required parameter 'managed_instance_id' when calling switch_module_stream_on_managed_instance." if managed_instance_id.nil?
|
4906
|
+
raise "Missing the required parameter 'module_name' when calling switch_module_stream_on_managed_instance." if module_name.nil?
|
4907
|
+
raise "Parameter value for 'managed_instance_id' must not be blank" if OCI::Internal::Util.blank_string?(managed_instance_id)
|
4908
|
+
|
4909
|
+
path = '/managedInstances/{managedInstanceId}/actions/moduleStreams/switch'.sub('{managedInstanceId}', managed_instance_id.to_s)
|
4910
|
+
operation_signing_strategy = :standard
|
4911
|
+
|
4912
|
+
# rubocop:disable Style/NegatedIf
|
4913
|
+
# Query Params
|
4914
|
+
query_params = {}
|
4915
|
+
query_params[:moduleName] = module_name
|
4916
|
+
query_params[:streamName] = opts[:stream_name] if opts[:stream_name]
|
4917
|
+
|
4918
|
+
# Header Params
|
4919
|
+
header_params = {}
|
4920
|
+
header_params[:accept] = 'application/json'
|
4921
|
+
header_params[:'content-type'] = 'application/json'
|
4922
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
4923
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
4924
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
4925
|
+
# rubocop:enable Style/NegatedIf
|
4926
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
4927
|
+
|
4928
|
+
post_body = nil
|
4929
|
+
|
4930
|
+
# rubocop:disable Metrics/BlockLength
|
4931
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OsManagementClient#switch_module_stream_on_managed_instance') do
|
4932
|
+
@api_client.call_api(
|
4933
|
+
:POST,
|
4934
|
+
path,
|
4935
|
+
endpoint,
|
4936
|
+
header_params: header_params,
|
4937
|
+
query_params: query_params,
|
4938
|
+
operation_signing_strategy: operation_signing_strategy,
|
4939
|
+
body: post_body
|
4940
|
+
)
|
4941
|
+
end
|
4942
|
+
# rubocop:enable Metrics/BlockLength
|
4943
|
+
end
|
4944
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4945
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
4946
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
4947
|
+
|
4948
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4949
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
4950
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
4951
|
+
|
4952
|
+
|
3854
4953
|
# Updates a specific Managed Instance.
|
3855
4954
|
#
|
3856
4955
|
# @param [String] managed_instance_id OCID for the managed instance
|