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
@@ -6,7 +6,7 @@ require 'logger'
|
|
6
6
|
|
7
7
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
8
8
|
module OCI
|
9
|
-
# APIs for managing users, groups, compartments, and
|
9
|
+
# APIs for managing users, groups, compartments, policies, and identity domains.
|
10
10
|
class Identity::IdentityClient
|
11
11
|
# Client used to make HTTP requests.
|
12
12
|
# @return [OCI::ApiClient]
|
@@ -98,25 +98,15 @@ module OCI
|
|
98
98
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
99
99
|
|
100
100
|
|
101
|
-
#
|
102
|
-
# 1. Set the {@code lifecycleDetails} to ACTIVATING and asynchronously starts enabling
|
103
|
-
# the domain and return 202 ACCEPTED.
|
104
|
-
# 1.1 Sets the domain status to ENABLED and set specified domain's
|
105
|
-
# {@code lifecycleState} to ACTIVE and set the {@code lifecycleDetails} to null.
|
101
|
+
# (For tenancies that support identity domains) Activates a deactivated identity domain. You can only activate identity domains that your user account is not a part of.
|
106
102
|
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
# /domains/{domainId}/actions/deactivate.
|
103
|
+
# After you send the request, the `lifecycleDetails` of the identity domain is set to ACTIVATING. When the operation completes, the
|
104
|
+
# `lifecycleDetails` is set to null and the `lifecycleState` of the identity domain is set to ACTIVE.
|
110
105
|
#
|
111
|
-
#
|
112
|
-
#
|
113
|
-
# - If domain is of {@code type} DEFAULT or DEFAULT_LIGHTWEIGHT or domain's {@code lifecycleState} is not INACTIVE,
|
114
|
-
# returns 400 BAD REQUEST.
|
115
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND.
|
116
|
-
# - If the authenticated user is part of the domain to be activated, returns 400 BAD REQUEST
|
117
|
-
# - If error occurs while activating domain, returns 500 INTERNAL SERVER ERROR.
|
106
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
107
|
+
# the operation's status.
|
118
108
|
#
|
119
|
-
# @param [String] domain_id The OCID of the domain
|
109
|
+
# @param [String] domain_id The OCID of the identity domain.
|
120
110
|
# @param [Hash] opts the optional parameters
|
121
111
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
122
112
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -254,6 +244,151 @@ module OCI
|
|
254
244
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
255
245
|
|
256
246
|
|
247
|
+
# Add a resource lock to a tag default.
|
248
|
+
#
|
249
|
+
# @param [String] tag_default_id The OCID of the tag default.
|
250
|
+
# @param [OCI::Identity::Models::AddLockDetails] add_lock_details Lock that is going to be added to resource
|
251
|
+
# @param [Hash] opts the optional parameters
|
252
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
253
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
254
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
255
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
256
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
257
|
+
#
|
258
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
259
|
+
# particular request, please provide the request ID.
|
260
|
+
#
|
261
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
262
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
263
|
+
# hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
264
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
265
|
+
# may be rejected).
|
266
|
+
#
|
267
|
+
# @return [Response] A Response object with data of type {OCI::Identity::Models::TagDefault TagDefault}
|
268
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/add_tag_default_lock.rb.html) to see an example of how to use add_tag_default_lock API.
|
269
|
+
def add_tag_default_lock(tag_default_id, add_lock_details, opts = {})
|
270
|
+
logger.debug 'Calling operation IdentityClient#add_tag_default_lock.' if logger
|
271
|
+
|
272
|
+
raise "Missing the required parameter 'tag_default_id' when calling add_tag_default_lock." if tag_default_id.nil?
|
273
|
+
raise "Missing the required parameter 'add_lock_details' when calling add_tag_default_lock." if add_lock_details.nil?
|
274
|
+
raise "Parameter value for 'tag_default_id' must not be blank" if OCI::Internal::Util.blank_string?(tag_default_id)
|
275
|
+
|
276
|
+
path = '/tagDefaults/{tagDefaultId}/actions/addLock'.sub('{tagDefaultId}', tag_default_id.to_s)
|
277
|
+
operation_signing_strategy = :standard
|
278
|
+
|
279
|
+
# rubocop:disable Style/NegatedIf
|
280
|
+
# Query Params
|
281
|
+
query_params = {}
|
282
|
+
|
283
|
+
# Header Params
|
284
|
+
header_params = {}
|
285
|
+
header_params[:accept] = 'application/json'
|
286
|
+
header_params[:'content-type'] = 'application/json'
|
287
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
288
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
289
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
290
|
+
# rubocop:enable Style/NegatedIf
|
291
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
292
|
+
|
293
|
+
post_body = @api_client.object_to_http_body(add_lock_details)
|
294
|
+
|
295
|
+
# rubocop:disable Metrics/BlockLength
|
296
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'IdentityClient#add_tag_default_lock') do
|
297
|
+
@api_client.call_api(
|
298
|
+
:POST,
|
299
|
+
path,
|
300
|
+
endpoint,
|
301
|
+
header_params: header_params,
|
302
|
+
query_params: query_params,
|
303
|
+
operation_signing_strategy: operation_signing_strategy,
|
304
|
+
body: post_body,
|
305
|
+
return_type: 'OCI::Identity::Models::TagDefault'
|
306
|
+
)
|
307
|
+
end
|
308
|
+
# rubocop:enable Metrics/BlockLength
|
309
|
+
end
|
310
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
311
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
312
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
313
|
+
|
314
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
315
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
316
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
317
|
+
|
318
|
+
|
319
|
+
# Add a resource lock to a tag namespace.
|
320
|
+
#
|
321
|
+
# @param [String] tag_namespace_id The OCID of the tag namespace.
|
322
|
+
#
|
323
|
+
# @param [OCI::Identity::Models::AddLockDetails] add_lock_details Lock that is going to be added to resource
|
324
|
+
# @param [Hash] opts the optional parameters
|
325
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
326
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
327
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
328
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
329
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
330
|
+
#
|
331
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
332
|
+
# particular request, please provide the request ID.
|
333
|
+
#
|
334
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
335
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
336
|
+
# hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
337
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
338
|
+
# may be rejected).
|
339
|
+
#
|
340
|
+
# @return [Response] A Response object with data of type {OCI::Identity::Models::TagNamespace TagNamespace}
|
341
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/add_tag_namespace_lock.rb.html) to see an example of how to use add_tag_namespace_lock API.
|
342
|
+
def add_tag_namespace_lock(tag_namespace_id, add_lock_details, opts = {})
|
343
|
+
logger.debug 'Calling operation IdentityClient#add_tag_namespace_lock.' if logger
|
344
|
+
|
345
|
+
raise "Missing the required parameter 'tag_namespace_id' when calling add_tag_namespace_lock." if tag_namespace_id.nil?
|
346
|
+
raise "Missing the required parameter 'add_lock_details' when calling add_tag_namespace_lock." if add_lock_details.nil?
|
347
|
+
raise "Parameter value for 'tag_namespace_id' must not be blank" if OCI::Internal::Util.blank_string?(tag_namespace_id)
|
348
|
+
|
349
|
+
path = '/tagNamespaces/{tagNamespaceId}/actions/addLock'.sub('{tagNamespaceId}', tag_namespace_id.to_s)
|
350
|
+
operation_signing_strategy = :standard
|
351
|
+
|
352
|
+
# rubocop:disable Style/NegatedIf
|
353
|
+
# Query Params
|
354
|
+
query_params = {}
|
355
|
+
|
356
|
+
# Header Params
|
357
|
+
header_params = {}
|
358
|
+
header_params[:accept] = 'application/json'
|
359
|
+
header_params[:'content-type'] = 'application/json'
|
360
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
361
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
362
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
363
|
+
# rubocop:enable Style/NegatedIf
|
364
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
365
|
+
|
366
|
+
post_body = @api_client.object_to_http_body(add_lock_details)
|
367
|
+
|
368
|
+
# rubocop:disable Metrics/BlockLength
|
369
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'IdentityClient#add_tag_namespace_lock') do
|
370
|
+
@api_client.call_api(
|
371
|
+
:POST,
|
372
|
+
path,
|
373
|
+
endpoint,
|
374
|
+
header_params: header_params,
|
375
|
+
query_params: query_params,
|
376
|
+
operation_signing_strategy: operation_signing_strategy,
|
377
|
+
body: post_body,
|
378
|
+
return_type: 'OCI::Identity::Models::TagNamespace'
|
379
|
+
)
|
380
|
+
end
|
381
|
+
# rubocop:enable Metrics/BlockLength
|
382
|
+
end
|
383
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
384
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
385
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
386
|
+
|
387
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
388
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
389
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
390
|
+
|
391
|
+
|
257
392
|
# Adds the specified user to the specified group and returns a `UserGroupMembership` object with its own OCID.
|
258
393
|
#
|
259
394
|
# After you send your request, the new object's `lifecycleState` will temporarily be CREATING. Before using the
|
@@ -383,7 +518,7 @@ module OCI
|
|
383
518
|
|
384
519
|
# Deletes multiple resources in the compartment. All resources must be in the same compartment. You must have the appropriate
|
385
520
|
# permissions to delete the resources in the request. This API can only be invoked from the tenancy's
|
386
|
-
# [home region](https://docs.cloud.oracle.com/Content/Identity/
|
521
|
+
# [home region](https://docs.cloud.oracle.com/Content/Identity/regions/managingregions.htm#Home). This operation creates a
|
387
522
|
# {WorkRequest}. Use the {#get_work_request get_work_request}
|
388
523
|
# API to monitor the status of the bulk action.
|
389
524
|
#
|
@@ -486,6 +621,7 @@ module OCI
|
|
486
621
|
# has been deleted and purged from the system, then a retry of the original creation request
|
487
622
|
# may be rejected).
|
488
623
|
#
|
624
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
489
625
|
# @return [Response] A Response object with data of type nil
|
490
626
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/bulk_delete_tags.rb.html) to see an example of how to use bulk_delete_tags API.
|
491
627
|
def bulk_delete_tags(bulk_delete_tags_details, opts = {})
|
@@ -499,6 +635,7 @@ module OCI
|
|
499
635
|
# rubocop:disable Style/NegatedIf
|
500
636
|
# Query Params
|
501
637
|
query_params = {}
|
638
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
502
639
|
|
503
640
|
# Header Params
|
504
641
|
header_params = {}
|
@@ -610,7 +747,7 @@ module OCI
|
|
610
747
|
|
611
748
|
|
612
749
|
# Moves multiple resources from one compartment to another. All resources must be in the same compartment.
|
613
|
-
# This API can only be invoked from the tenancy's [home region](https://docs.cloud.oracle.com/Content/Identity/
|
750
|
+
# This API can only be invoked from the tenancy's [home region](https://docs.cloud.oracle.com/Content/Identity/regions/managingregions.htm#Home).
|
614
751
|
# To move resources, you must have the appropriate permissions to move the resource in both the source and target
|
615
752
|
# compartments. This operation creates a {WorkRequest}.
|
616
753
|
# Use the {#get_work_request get_work_request} API to monitor the status of the bulk action.
|
@@ -717,6 +854,7 @@ module OCI
|
|
717
854
|
# has been deleted and purged from the system, then a retry of the original creation request
|
718
855
|
# may be rejected).
|
719
856
|
#
|
857
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
720
858
|
# @return [Response] A Response object with data of type nil
|
721
859
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/cascade_delete_tag_namespace.rb.html) to see an example of how to use cascade_delete_tag_namespace API.
|
722
860
|
def cascade_delete_tag_namespace(tag_namespace_id, opts = {})
|
@@ -731,6 +869,7 @@ module OCI
|
|
731
869
|
# rubocop:disable Style/NegatedIf
|
732
870
|
# Query Params
|
733
871
|
query_params = {}
|
872
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
734
873
|
|
735
874
|
# Header Params
|
736
875
|
header_params = {}
|
@@ -767,21 +906,13 @@ module OCI
|
|
767
906
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
768
907
|
|
769
908
|
|
770
|
-
#
|
771
|
-
#
|
772
|
-
# This is an asynchronous call where the Domain's compartment is changed and is updated with the new compartment information.
|
773
|
-
# To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
|
774
|
-
# the async operation's status.
|
909
|
+
# (For tenancies that support identity domains) Moves the identity domain to a different compartment in the tenancy.
|
775
910
|
#
|
776
|
-
#
|
777
|
-
#
|
778
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND.
|
779
|
-
# - If Domain {@code type} is DEFAULT or DEFAULT_LIGHTWEIGHT, return 400 BAD Request
|
780
|
-
# - If Domain is not active or being updated, returns 400 BAD REQUEST.
|
781
|
-
# - If error occurs while changing compartment for domain, return 500 INTERNAL SERVER ERROR.
|
911
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
912
|
+
# the operation's status.
|
782
913
|
#
|
783
|
-
# @param [String] domain_id The OCID of the domain
|
784
|
-
# @param [OCI::Identity::Models::ChangeDomainCompartmentDetails] change_domain_compartment_details
|
914
|
+
# @param [String] domain_id The OCID of the identity domain.
|
915
|
+
# @param [OCI::Identity::Models::ChangeDomainCompartmentDetails] change_domain_compartment_details The request object for moving the identity domain to a different compartment.
|
785
916
|
# @param [Hash] opts the optional parameters
|
786
917
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
787
918
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -849,24 +980,18 @@ module OCI
|
|
849
980
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
850
981
|
|
851
982
|
|
852
|
-
#
|
853
|
-
#
|
854
|
-
#
|
855
|
-
# 2. Asynchronously starts updating the domain and return 202 ACCEPTED.
|
856
|
-
# 2.1 Successfully updates specified domain's {@code licenseType}.
|
857
|
-
# 3. On completion set the {@code lifecycleDetails} to null.
|
858
|
-
# To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
|
859
|
-
# the async operation's status.
|
983
|
+
# (For tenancies that support identity domains) Changes the license type of the given identity domain. The identity domain's
|
984
|
+
# `lifecycleState` must be set to ACTIVE and the requested `licenseType` must be allowed. To retrieve the allowed `licenseType` for
|
985
|
+
# the identity domain, use {#list_allowed_domain_license_types list_allowed_domain_license_types}.
|
860
986
|
#
|
861
|
-
#
|
862
|
-
#
|
863
|
-
# - If Domain is not active or being updated, returns 400 BAD REQUEST.
|
864
|
-
# - If Domain {@code type} is DEFAULT or DEFAULT_LIGHTWEIGHT, return 400 BAD Request
|
865
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND
|
866
|
-
# - If any internal error occurs, returns 500 INTERNAL SERVER ERROR.
|
987
|
+
# After you send your request, the `lifecycleDetails` of this identity domain is set to UPDATING. When the update of the identity
|
988
|
+
# domain completes, then the `lifecycleDetails` is set to null.
|
867
989
|
#
|
868
|
-
#
|
869
|
-
#
|
990
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
991
|
+
# the operation's status.
|
992
|
+
#
|
993
|
+
# @param [String] domain_id The OCID of the identity domain.
|
994
|
+
# @param [OCI::Identity::Models::ChangeDomainLicenseTypeDetails] change_domain_license_type_details The request object for an update to the license type of the identity domain.
|
870
995
|
# @param [Hash] opts the optional parameters
|
871
996
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
872
997
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -937,7 +1062,7 @@ module OCI
|
|
937
1062
|
# Moves the specified tag namespace to the specified compartment within the same tenancy.
|
938
1063
|
#
|
939
1064
|
# To move the tag namespace, you must have the manage tag-namespaces permission on both compartments.
|
940
|
-
# For more information about IAM policies, see [Details for IAM](https://docs.cloud.oracle.com/Content/Identity/
|
1065
|
+
# For more information about IAM policies, see [Details for IAM](https://docs.cloud.oracle.com/Content/Identity/policyreference/iampolicyreference.htm).
|
941
1066
|
#
|
942
1067
|
# Moving a tag namespace moves all the tag key definitions contained in the tag namespace.
|
943
1068
|
#
|
@@ -953,6 +1078,7 @@ module OCI
|
|
953
1078
|
# has been deleted and purged from the system, then a retry of the original creation request
|
954
1079
|
# may be rejected).
|
955
1080
|
#
|
1081
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
956
1082
|
# @return [Response] A Response object with data of type nil
|
957
1083
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/change_tag_namespace_compartment.rb.html) to see an example of how to use change_tag_namespace_compartment API.
|
958
1084
|
def change_tag_namespace_compartment(tag_namespace_id, change_tag_namespace_compartment_detail, opts = {})
|
@@ -968,6 +1094,7 @@ module OCI
|
|
968
1094
|
# rubocop:disable Style/NegatedIf
|
969
1095
|
# Query Params
|
970
1096
|
query_params = {}
|
1097
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
971
1098
|
|
972
1099
|
# Header Params
|
973
1100
|
header_params = {}
|
@@ -1003,7 +1130,7 @@ module OCI
|
|
1003
1130
|
|
1004
1131
|
|
1005
1132
|
# Creates a new auth token for the specified user. For information about what auth tokens are for, see
|
1006
|
-
# [Managing User Credentials](https://docs.cloud.oracle.com/Content/Identity/
|
1133
|
+
# [Managing User Credentials](https://docs.cloud.oracle.com/Content/Identity/access/managing-user-credentials.htm).
|
1007
1134
|
#
|
1008
1135
|
# You must specify a *description* for the auth token (although it can be an empty string). It does not
|
1009
1136
|
# have to be unique, and you can change it anytime with
|
@@ -1076,8 +1203,6 @@ module OCI
|
|
1076
1203
|
|
1077
1204
|
# Creates a new compartment in the specified compartment.
|
1078
1205
|
#
|
1079
|
-
# **Important:** Compartments cannot be deleted.
|
1080
|
-
#
|
1081
1206
|
# Specify the parent compartment's OCID as the compartment ID in the request object. Remember that the tenancy
|
1082
1207
|
# is simply the root compartment. For information about OCIDs, see
|
1083
1208
|
# [Resource Identifiers](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
@@ -1085,7 +1210,7 @@ module OCI
|
|
1085
1210
|
# You must also specify a *name* for the compartment, which must be unique across all compartments in
|
1086
1211
|
# your tenancy. You can use this name or the OCID when writing policies that apply
|
1087
1212
|
# to the compartment. For more information about policies, see
|
1088
|
-
# [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/
|
1213
|
+
# [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/policieshow/how-policies-work.htm).
|
1089
1214
|
#
|
1090
1215
|
# You must also specify a *description* for the compartment (although it can be an empty string). It does
|
1091
1216
|
# not have to be unique, and you can change it anytime with
|
@@ -1154,7 +1279,7 @@ module OCI
|
|
1154
1279
|
|
1155
1280
|
# Creates a new secret key for the specified user. Secret keys are used for authentication with the Object Storage Service's Amazon S3
|
1156
1281
|
# compatible API. The secret key consists of an Access Key/Secret Key pair. For information, see
|
1157
|
-
# [Managing User Credentials](https://docs.cloud.oracle.com/Content/Identity/
|
1282
|
+
# [Managing User Credentials](https://docs.cloud.oracle.com/Content/Identity/access/managing-user-credentials.htm).
|
1158
1283
|
#
|
1159
1284
|
# You must specify a *description* for the secret key (although it can be an empty string). It does not
|
1160
1285
|
# have to be unique, and you can change it anytime with
|
@@ -1292,24 +1417,16 @@ module OCI
|
|
1292
1417
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1293
1418
|
|
1294
1419
|
|
1295
|
-
# Creates a new domain in the tenancy with domain home in
|
1296
|
-
#
|
1297
|
-
# this
|
1420
|
+
# (For tenancies that support identity domains) Creates a new identity domain in the tenancy with the identity domain home in `homeRegion`.
|
1421
|
+
# After you send your request, the temporary `lifecycleState` of this identity domain is set to CREATING and `lifecycleDetails` to UPDATING.
|
1422
|
+
# When creation of the identity domain completes, this identity domain's `lifecycleState` is set to ACTIVE and `lifecycleDetails` to null.
|
1298
1423
|
#
|
1299
|
-
# To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint
|
1300
|
-
# the
|
1424
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
1425
|
+
# the operation's status.
|
1301
1426
|
#
|
1302
|
-
# After creating
|
1303
|
-
# before using it.
|
1304
|
-
# If the domain's {@code displayName} already exists, returns 400 BAD REQUEST.
|
1305
|
-
# If any one of admin related fields are provided and one of the following 3 fields
|
1306
|
-
# - {@code adminEmail}, {@code adminLastName} and {@code adminUserName} - is not provided,
|
1307
|
-
# returns 400 BAD REQUEST.
|
1308
|
-
# - If {@code isNotificationBypassed} is NOT provided when admin information is provided,
|
1309
|
-
# returns 400 BAD REQUEST.
|
1310
|
-
# - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
|
1427
|
+
# After creating an `identity domain`, first make sure its `lifecycleState` changes from CREATING to ACTIVE before you use it.
|
1311
1428
|
#
|
1312
|
-
# @param [OCI::Identity::Models::CreateDomainDetails] create_domain_details The request object for creating a new domain
|
1429
|
+
# @param [OCI::Identity::Models::CreateDomainDetails] create_domain_details The request object for creating a new identity domain.
|
1313
1430
|
# @param [Hash] opts the optional parameters
|
1314
1431
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1315
1432
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1381,7 +1498,7 @@ module OCI
|
|
1381
1498
|
# You must also specify a *name* for the dynamic group, which must be unique across all dynamic groups in your
|
1382
1499
|
# tenancy, and cannot be changed. Note that this name has to be also unique across all groups in your tenancy.
|
1383
1500
|
# You can use this name or the OCID when writing policies that apply to the dynamic group. For more information
|
1384
|
-
# about policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/
|
1501
|
+
# about policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/policieshow/how-policies-work.htm).
|
1385
1502
|
#
|
1386
1503
|
# You must also specify a *description* for the dynamic group (although it can be an empty string). It does not
|
1387
1504
|
# have to be unique, and you can change it anytime with {#update_dynamic_group update_dynamic_group}.
|
@@ -1457,7 +1574,7 @@ module OCI
|
|
1457
1574
|
#
|
1458
1575
|
# You must also specify a *name* for the group, which must be unique across all groups in your tenancy and
|
1459
1576
|
# cannot be changed. You can use this name or the OCID when writing policies that apply to the group. For more
|
1460
|
-
# information about policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/
|
1577
|
+
# information about policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/policieshow/how-policies-work.htm).
|
1461
1578
|
#
|
1462
1579
|
# You must also specify a *description* for the group (although it can be an empty string). It does not
|
1463
1580
|
# have to be unique, and you can change it anytime with {#update_group update_group}.
|
@@ -1744,7 +1861,7 @@ module OCI
|
|
1744
1861
|
# You must also specify a *name* for the network source, which must be unique across all network sources in your
|
1745
1862
|
# tenancy, and cannot be changed.
|
1746
1863
|
# You can use this name or the OCID when writing policies that apply to the network source. For more information
|
1747
|
-
# about policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/
|
1864
|
+
# about policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/policieshow/how-policies-work.htm).
|
1748
1865
|
#
|
1749
1866
|
# You must also specify a *description* for the network source (although it can be an empty string). It does not
|
1750
1867
|
# have to be unique, and you can change it anytime with {#update_network_source update_network_source}.
|
@@ -1877,7 +1994,7 @@ module OCI
|
|
1877
1994
|
|
1878
1995
|
|
1879
1996
|
# Creates a new Console one-time password for the specified user. For more information about user
|
1880
|
-
# credentials, see [User Credentials](https://docs.cloud.oracle.com/Content/Identity/
|
1997
|
+
# credentials, see [User Credentials](https://docs.cloud.oracle.com/Content/Identity/usercred/usercredentials.htm).
|
1881
1998
|
#
|
1882
1999
|
# Use this operation after creating a new user, or if a user forgets their password. The new one-time
|
1883
2000
|
# password is returned to you in the response, and you must securely deliver it to the user. They'll
|
@@ -1885,6 +2002,10 @@ module OCI
|
|
1885
2002
|
# it within 7 days, the password will expire and you'll need to create a new one-time password for the
|
1886
2003
|
# user.
|
1887
2004
|
#
|
2005
|
+
# (For tenancies that support identity domains) Resetting a user's password generates a reset password email
|
2006
|
+
# with a link that the user must follow to reset their password. If the user does not reset their password before the
|
2007
|
+
# link expires, you'll need to reset the user's password again.
|
2008
|
+
#
|
1888
2009
|
# **Note:** The user's Console login is the unique name you specified when you created the user
|
1889
2010
|
# (see {#create_user create_user}).
|
1890
2011
|
#
|
@@ -1948,7 +2069,7 @@ module OCI
|
|
1948
2069
|
|
1949
2070
|
|
1950
2071
|
# Creates a new policy in the specified compartment (either the tenancy or another of your compartments).
|
1951
|
-
# If you're new to policies, see [
|
2072
|
+
# If you're new to policies, see [Get Started with Policies](https://docs.cloud.oracle.com/Content/Identity/policiesgs/get-started-with-policies.htm).
|
1952
2073
|
#
|
1953
2074
|
# You must specify a *name* for the policy, which must be unique across all policies in your tenancy
|
1954
2075
|
# and cannot be changed.
|
@@ -1957,8 +2078,8 @@ module OCI
|
|
1957
2078
|
# have to be unique, and you can change it anytime with {#update_policy update_policy}.
|
1958
2079
|
#
|
1959
2080
|
# You must specify one or more policy statements in the statements array. For information about writing
|
1960
|
-
# policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/
|
1961
|
-
# [Common Policies](https://docs.cloud.oracle.com/Content/Identity/
|
2081
|
+
# policies, see [How Policies Work](https://docs.cloud.oracle.com/Content/Identity/policieshow/how-policies-work.htm) and
|
2082
|
+
# [Common Policies](https://docs.cloud.oracle.com/Content/Identity/policiescommon/commonpolicies.htm).
|
1962
2083
|
#
|
1963
2084
|
# After you send your request, the new object's `lifecycleState` will temporarily be CREATING. Before using the
|
1964
2085
|
# object, first make sure its `lifecycleState` has changed to ACTIVE.
|
@@ -2261,6 +2382,7 @@ module OCI
|
|
2261
2382
|
# has been deleted and purged from the system, then a retry of the original creation request
|
2262
2383
|
# may be rejected).
|
2263
2384
|
#
|
2385
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
2264
2386
|
# @return [Response] A Response object with data of type {OCI::Identity::Models::Tag Tag}
|
2265
2387
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_tag.rb.html) to see an example of how to use create_tag API.
|
2266
2388
|
def create_tag(tag_namespace_id, create_tag_details, opts = {})
|
@@ -2276,6 +2398,7 @@ module OCI
|
|
2276
2398
|
# rubocop:disable Style/NegatedIf
|
2277
2399
|
# Query Params
|
2278
2400
|
query_params = {}
|
2401
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
2279
2402
|
|
2280
2403
|
# Header Params
|
2281
2404
|
header_params = {}
|
@@ -2456,7 +2579,7 @@ module OCI
|
|
2456
2579
|
|
2457
2580
|
|
2458
2581
|
# Creates a new user in your tenancy. For conceptual information about users, your tenancy, and other
|
2459
|
-
# IAM Service components, see [Overview of
|
2582
|
+
# IAM Service components, see [Overview of IAM](https://docs.cloud.oracle.com/Content/Identity/getstarted/identity-domains.htm).
|
2460
2583
|
#
|
2461
2584
|
# You must specify your tenancy's OCID as the compartment ID in the request object (remember that the
|
2462
2585
|
# tenancy is simply the root compartment). Notice that IAM resources (users, groups, compartments, and
|
@@ -2549,26 +2672,17 @@ module OCI
|
|
2549
2672
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2550
2673
|
|
2551
2674
|
|
2552
|
-
#
|
2553
|
-
#
|
2554
|
-
#
|
2555
|
-
# 1.1 Sets the domain status to DISABLED and set specified domain's
|
2556
|
-
# {@code lifecycleState} to INACTIVE and set the {@code lifecycleDetails} to null.
|
2675
|
+
# (For tenancies that support identity domains) Deactivates the specified identity domain. Identity domains must be in an ACTIVE
|
2676
|
+
# `lifecycleState` and have no active apps present in the domain or underlying Identity Cloud Service stripe. You cannot deactivate
|
2677
|
+
# the default identity domain.
|
2557
2678
|
#
|
2558
|
-
#
|
2559
|
-
# the
|
2560
|
-
# /domains/{domainId}/actions/activate.
|
2679
|
+
# After you send your request, the `lifecycleDetails` of this identity domain is set to DEACTIVATING. When the operation completes,
|
2680
|
+
# then the `lifecycleDetails` is set to null and the `lifecycleState` is set to INACTIVE.
|
2561
2681
|
#
|
2562
|
-
#
|
2563
|
-
#
|
2564
|
-
# - If domain is of {@code type} DEFAULT or DEFAULT_LIGHTWEIGHT or domain's {@code lifecycleState}
|
2565
|
-
# is not ACTIVE, returns 400 BAD REQUEST.
|
2566
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND.
|
2567
|
-
# - If any active Apps in domain, returns 400 BAD REQUEST.
|
2568
|
-
# - If the authenticated user is part of the domain to be activated, returns 400 BAD REQUEST
|
2569
|
-
# - If error occurs while deactivating domain, returns 500 INTERNAL SERVER ERROR.
|
2682
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
2683
|
+
# the operation's status.
|
2570
2684
|
#
|
2571
|
-
# @param [String] domain_id The OCID of the domain
|
2685
|
+
# @param [String] domain_id The OCID of the identity domain.
|
2572
2686
|
# @param [Hash] opts the optional parameters
|
2573
2687
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2574
2688
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -2820,7 +2934,7 @@ module OCI
|
|
2820
2934
|
# Deletes the specified secret key for the specified user.
|
2821
2935
|
#
|
2822
2936
|
# @param [String] user_id The OCID of the user.
|
2823
|
-
# @param [String] customer_secret_key_id The
|
2937
|
+
# @param [String] customer_secret_key_id The access token of the secret key.
|
2824
2938
|
# @param [Hash] opts the optional parameters
|
2825
2939
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2826
2940
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -2941,25 +3055,15 @@ module OCI
|
|
2941
3055
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2942
3056
|
|
2943
3057
|
|
2944
|
-
#
|
2945
|
-
#
|
2946
|
-
#
|
2947
|
-
#
|
2948
|
-
# 1. Sets the specified domain's {@code lifecycleState} to DELETING.
|
2949
|
-
# 2. Domains marked as DELETING will be cleaned up by a periodic task unless customer request it to be undo via ticket.
|
2950
|
-
# 3. Work request is created and returned as opc-work-request-id along with 202 ACCEPTED.
|
2951
|
-
# To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint will provide
|
2952
|
-
# the async operation's status.
|
3058
|
+
# (For tenancies that support identity domains) Deletes an identity domain. The identity domain must have no active apps present in
|
3059
|
+
# the underlying IDCS stripe. You must also deactivate the identity domain, rendering the `lifecycleState` of the identity domain INACTIVE.
|
3060
|
+
# Furthermore, as the authenticated user performing the operation, you cannot be a member of the identity domain you are deleting.
|
3061
|
+
# Lastly, you cannot delete the default identity domain. A tenancy must always have at least the default identity domain.
|
2953
3062
|
#
|
2954
|
-
#
|
2955
|
-
#
|
2956
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND.
|
2957
|
-
# - If domain is of {@code type} DEFAULT or DEFAULT_LIGHTWEIGHT, returns 400 BAD REQUEST.
|
2958
|
-
# - If any active Apps in domain, returns 400 BAD REQUEST.
|
2959
|
-
# - If the authenticated user is part of the domain to be deleted, returns 400 BAD REQUEST.
|
2960
|
-
# - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
|
3063
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
3064
|
+
# the operation's status.
|
2961
3065
|
#
|
2962
|
-
# @param [String] domain_id The OCID of the domain
|
3066
|
+
# @param [String] domain_id The OCID of the identity domain.
|
2963
3067
|
# @param [Hash] opts the optional parameters
|
2964
3068
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2965
3069
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -3314,7 +3418,7 @@ module OCI
|
|
3314
3418
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3315
3419
|
|
3316
3420
|
|
3317
|
-
# Deletes the specified network source
|
3421
|
+
# Deletes the specified network source.
|
3318
3422
|
#
|
3319
3423
|
# @param [String] network_source_id The OCID of the network source.
|
3320
3424
|
# @param [Hash] opts the optional parameters
|
@@ -3613,7 +3717,6 @@ module OCI
|
|
3613
3717
|
# tag from all resources in your tenancy.
|
3614
3718
|
#
|
3615
3719
|
# These things happen immediately:
|
3616
|
-
# \u00A0
|
3617
3720
|
# * If the tag was a cost-tracking tag, it no longer counts against your 10 cost-tracking
|
3618
3721
|
# tags limit, whether you first disabled it or not.
|
3619
3722
|
# * If the tag was used with dynamic groups, none of the rules that contain the tag will
|
@@ -3642,6 +3745,7 @@ module OCI
|
|
3642
3745
|
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
3643
3746
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3644
3747
|
#
|
3748
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
3645
3749
|
# @return [Response] A Response object with data of type nil
|
3646
3750
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_tag.rb.html) to see an example of how to use delete_tag API.
|
3647
3751
|
def delete_tag(tag_namespace_id, tag_name, opts = {})
|
@@ -3658,6 +3762,7 @@ module OCI
|
|
3658
3762
|
# rubocop:disable Style/NegatedIf
|
3659
3763
|
# Query Params
|
3660
3764
|
query_params = {}
|
3765
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
3661
3766
|
|
3662
3767
|
# Header Params
|
3663
3768
|
header_params = {}
|
@@ -3704,6 +3809,7 @@ module OCI
|
|
3704
3809
|
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
3705
3810
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
3706
3811
|
#
|
3812
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
3707
3813
|
# @return [Response] A Response object with data of type nil
|
3708
3814
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_tag_default.rb.html) to see an example of how to use delete_tag_default API.
|
3709
3815
|
def delete_tag_default(tag_default_id, opts = {})
|
@@ -3718,6 +3824,7 @@ module OCI
|
|
3718
3824
|
# rubocop:disable Style/NegatedIf
|
3719
3825
|
# Query Params
|
3720
3826
|
query_params = {}
|
3827
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
3721
3828
|
|
3722
3829
|
# Header Params
|
3723
3830
|
header_params = {}
|
@@ -3772,6 +3879,7 @@ module OCI
|
|
3772
3879
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
3773
3880
|
# particular request, please provide the request ID.
|
3774
3881
|
#
|
3882
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
3775
3883
|
# @return [Response] A Response object with data of type nil
|
3776
3884
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_tag_namespace.rb.html) to see an example of how to use delete_tag_namespace API.
|
3777
3885
|
def delete_tag_namespace(tag_namespace_id, opts = {})
|
@@ -3786,6 +3894,7 @@ module OCI
|
|
3786
3894
|
# rubocop:disable Style/NegatedIf
|
3787
3895
|
# Query Params
|
3788
3896
|
query_params = {}
|
3897
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
3789
3898
|
|
3790
3899
|
# Header Params
|
3791
3900
|
header_params = {}
|
@@ -3876,22 +3985,19 @@ module OCI
|
|
3876
3985
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3877
3986
|
|
3878
3987
|
|
3879
|
-
#
|
3880
|
-
#
|
3881
|
-
#
|
3988
|
+
# (For tenancies that support identity domains) Replicates the identity domain to a new region (provided that the region is the
|
3989
|
+
# tenancy home region or other region that the tenancy subscribes to). You can only replicate identity domains that are in an ACTIVE
|
3990
|
+
# `lifecycleState` and not currently updating or already replicating. You also can only trigger the replication of secondary identity domains.
|
3991
|
+
# The default identity domain is automatically replicated to all regions that the tenancy subscribes to.
|
3882
3992
|
#
|
3883
|
-
#
|
3884
|
-
# the
|
3993
|
+
# After you send the request, the `state` of the identity domain in the replica region is set to ENABLING_REPLICATION. When the operation
|
3994
|
+
# completes, the `state` is set to REPLICATION_ENABLED.
|
3885
3995
|
#
|
3886
|
-
#
|
3887
|
-
#
|
3888
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND.
|
3889
|
-
# - If home region is same as replication region, return 400 BAD REQUEST.
|
3890
|
-
# - If Domain is not active or being updated, returns 400 BAD REQUEST.
|
3891
|
-
# - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
|
3996
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
3997
|
+
# the operation's status.
|
3892
3998
|
#
|
3893
|
-
# @param [String] domain_id The OCID of the domain
|
3894
|
-
# @param [OCI::Identity::Models::EnableReplicationToRegionDetails] enable_replication_to_region_details
|
3999
|
+
# @param [String] domain_id The OCID of the identity domain.
|
4000
|
+
# @param [OCI::Identity::Models::EnableReplicationToRegionDetails] enable_replication_to_region_details The request object for replicating the identity domain to another region.
|
3895
4001
|
# @param [Hash] opts the optional parameters
|
3896
4002
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
3897
4003
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -4138,12 +4244,9 @@ module OCI
|
|
4138
4244
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
4139
4245
|
|
4140
4246
|
|
4141
|
-
#
|
4142
|
-
#
|
4143
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND.
|
4144
|
-
# - If any internal error occurs, returns 500 INTERNAL SERVER ERROR.
|
4247
|
+
# (For tenancies that support identity domains) Gets the specified identity domain's information.
|
4145
4248
|
#
|
4146
|
-
# @param [String] domain_id The OCID of the domain
|
4249
|
+
# @param [String] domain_id The OCID of the identity domain.
|
4147
4250
|
# @param [Hash] opts the optional parameters
|
4148
4251
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
4149
4252
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -4312,11 +4415,7 @@ module OCI
|
|
4312
4415
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
4313
4416
|
|
4314
4417
|
|
4315
|
-
# Gets details
|
4316
|
-
# iam work request id that can be provided in this API to track the current status of the operation.
|
4317
|
-
#
|
4318
|
-
# - If workrequest exists, returns 202 ACCEPTED
|
4319
|
-
# - If workrequest does not exist, returns 404 NOT FOUND
|
4418
|
+
# Gets the details of a specified IAM work request. The workRequestID is returned in the opc-workrequest-id header for any asynchronous operation in the Identity and Access Management service.
|
4320
4419
|
#
|
4321
4420
|
# @param [String] iam_work_request_id The OCID of the IAM work request.
|
4322
4421
|
# @param [Hash] opts the optional parameters
|
@@ -5280,18 +5379,16 @@ module OCI
|
|
5280
5379
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
5281
5380
|
|
5282
5381
|
|
5283
|
-
#
|
5284
|
-
#
|
5285
|
-
# If {@code name} is provided, it filters and returns resources that match the given license type name.
|
5286
|
-
# Otherwise, returns all valid license types that are currently supported.
|
5382
|
+
# (For tenancies that support identity domains) Lists the license types for identity domains supported by Oracle Cloud Infrastructure.
|
5383
|
+
# (License types are also referred to as domain types.)
|
5287
5384
|
#
|
5288
|
-
#
|
5289
|
-
#
|
5385
|
+
# If `currentLicenseTypeName` is provided, then the request returns license types that the identity domain with the specified license
|
5386
|
+
# type name can change to. Otherwise, the request returns all valid license types currently supported.
|
5290
5387
|
#
|
5291
5388
|
# @param [Hash] opts the optional parameters
|
5292
5389
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5293
5390
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5294
|
-
# @option opts [String] :current_license_type_name The
|
5391
|
+
# @option opts [String] :current_license_type_name The license type of the identity domain.
|
5295
5392
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
5296
5393
|
# particular request, please provide the request ID.
|
5297
5394
|
#
|
@@ -5775,7 +5872,7 @@ module OCI
|
|
5775
5872
|
|
5776
5873
|
|
5777
5874
|
# Lists all the tags enabled for cost-tracking in the specified tenancy. For information about
|
5778
|
-
# cost-tracking tags, see [Using Cost-tracking Tags](https://docs.cloud.oracle.com/Content/
|
5875
|
+
# cost-tracking tags, see [Using Cost-tracking Tags](https://docs.cloud.oracle.com/Content/Tagging/Tasks/usingcosttrackingtags.htm).
|
5779
5876
|
#
|
5780
5877
|
# @param [String] compartment_id The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
5781
5878
|
#
|
@@ -5988,20 +6085,19 @@ module OCI
|
|
5988
6085
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
5989
6086
|
|
5990
6087
|
|
5991
|
-
#
|
5992
|
-
# - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
|
6088
|
+
# (For tenancies that support identity domains) Lists all identity domains within a tenancy.
|
5993
6089
|
#
|
5994
6090
|
# @param [String] compartment_id The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
5995
6091
|
#
|
5996
6092
|
# @param [Hash] opts the optional parameters
|
5997
6093
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5998
6094
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5999
|
-
# @option opts [String] :display_name The mutable display name of the domain
|
6000
|
-
# @option opts [String] :url The region
|
6001
|
-
# @option opts [String] :home_region_url The region
|
6002
|
-
# @option opts [String] :type The domain type
|
6003
|
-
# @option opts [String] :license_type The
|
6004
|
-
# @option opts [BOOLEAN] :is_hidden_on_login
|
6095
|
+
# @option opts [String] :display_name The mutable display name of the identity domain.
|
6096
|
+
# @option opts [String] :url The region-agnostic identity domain URL.
|
6097
|
+
# @option opts [String] :home_region_url The region-specific identity domain URL.
|
6098
|
+
# @option opts [String] :type The identity domain type.
|
6099
|
+
# @option opts [String] :license_type The license type of the identity domain.
|
6100
|
+
# @option opts [BOOLEAN] :is_hidden_on_login Indicates whether or not the identity domain is visible at the sign-in screen.
|
6005
6101
|
# @option opts [String] :page The value of the `opc-next-page` response header from the previous \"List\" call.
|
6006
6102
|
#
|
6007
6103
|
# @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
|
@@ -6025,7 +6121,7 @@ module OCI
|
|
6025
6121
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
6026
6122
|
# particular request, please provide the request ID.
|
6027
6123
|
#
|
6028
|
-
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state.
|
6124
|
+
# @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
|
6029
6125
|
#
|
6030
6126
|
# @return [Response] A Response object with data of type Array<{OCI::Identity::Models::DomainSummary DomainSummary}>
|
6031
6127
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_domains.rb.html) to see an example of how to use list_domains API.
|
@@ -6202,7 +6298,7 @@ module OCI
|
|
6202
6298
|
#
|
6203
6299
|
# @param [String] compartment_id The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
6204
6300
|
#
|
6205
|
-
# @param [String] availability_domain The name of the
|
6301
|
+
# @param [String] availability_domain The name of the availabilityDomain.
|
6206
6302
|
#
|
6207
6303
|
# @param [Hash] opts the optional parameters
|
6208
6304
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -6353,11 +6449,7 @@ module OCI
|
|
6353
6449
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
6354
6450
|
|
6355
6451
|
|
6356
|
-
# Gets error details for a specified IAM work request.
|
6357
|
-
# iam work request id that can be provided in this API to track the current status of the operation.
|
6358
|
-
#
|
6359
|
-
# - If workrequest exists, returns 202 ACCEPTED
|
6360
|
-
# - If workrequest does not exist, returns 404 NOT FOUND
|
6452
|
+
# Gets error details for a specified IAM work request. The workRequestID is returned in the opc-workrequest-id header for any asynchronous operation in the Identity and Access Management service.
|
6361
6453
|
#
|
6362
6454
|
# @param [String] iam_work_request_id The OCID of the IAM work request.
|
6363
6455
|
# @param [Hash] opts the optional parameters
|
@@ -6429,11 +6521,7 @@ module OCI
|
|
6429
6521
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
6430
6522
|
|
6431
6523
|
|
6432
|
-
# Gets logs for a specified IAM work request.
|
6433
|
-
# iam work request id that can be provided in this API to track the current status of the operation.
|
6434
|
-
#
|
6435
|
-
# - If workrequest exists, returns 202 ACCEPTED
|
6436
|
-
# - If workrequest does not exist, returns 404 NOT FOUND
|
6524
|
+
# Gets logs for a specified IAM work request. The workRequestID is returned in the opc-workrequest-id header for any asynchronous operation in the Identity and Access Management service.
|
6437
6525
|
#
|
6438
6526
|
# @param [String] iam_work_request_id The OCID of the IAM work request.
|
6439
6527
|
# @param [Hash] opts the optional parameters
|
@@ -6505,10 +6593,7 @@ module OCI
|
|
6505
6593
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
6506
6594
|
|
6507
6595
|
|
6508
|
-
#
|
6509
|
-
#
|
6510
|
-
# - If IAM workrequest details are retrieved sucessfully, return 202 ACCEPTED.
|
6511
|
-
# - If any internal error occurs, return 500 INTERNAL SERVER ERROR.
|
6596
|
+
# Lists the IAM work requests in compartment. The workRequestID is returned in the opc-workrequest-id header for any asynchronous operation in the Identity and Access Management service.
|
6512
6597
|
#
|
6513
6598
|
# @param [String] compartment_id The OCID of the compartment (remember that the tenancy is simply the root compartment).
|
6514
6599
|
#
|
@@ -8069,7 +8154,7 @@ module OCI
|
|
8069
8154
|
# **IMPORTANT**: After you move a compartment to a new parent compartment, the access policies of
|
8070
8155
|
# the new parent take effect and the policies of the previous parent no longer apply. Ensure that you
|
8071
8156
|
# are aware of the implications for the compartment contents before you move it. For more
|
8072
|
-
# information, see [Moving a Compartment](https://docs.cloud.oracle.com/Content/Identity/
|
8157
|
+
# information, see [Moving a Compartment](https://docs.cloud.oracle.com/Content/Identity/compartments/managingcompartments.htm#MoveCompartment).
|
8073
8158
|
#
|
8074
8159
|
# @param [String] compartment_id The OCID of the compartment.
|
8075
8160
|
# @param [OCI::Identity::Models::MoveCompartmentDetails] move_compartment_details Request object for moving a compartment.
|
@@ -8202,6 +8287,151 @@ module OCI
|
|
8202
8287
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
8203
8288
|
|
8204
8289
|
|
8290
|
+
# Remove a resource lock from a tag default.
|
8291
|
+
#
|
8292
|
+
# @param [String] tag_default_id The OCID of the tag default.
|
8293
|
+
# @param [OCI::Identity::Models::RemoveLockDetails] remove_lock_details Lock that is going to be removed from resource
|
8294
|
+
# @param [Hash] opts the optional parameters
|
8295
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
8296
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
8297
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
8298
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
8299
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
8300
|
+
#
|
8301
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
8302
|
+
# particular request, please provide the request ID.
|
8303
|
+
#
|
8304
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
8305
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
8306
|
+
# hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
8307
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
8308
|
+
# may be rejected).
|
8309
|
+
#
|
8310
|
+
# @return [Response] A Response object with data of type {OCI::Identity::Models::TagDefault TagDefault}
|
8311
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/remove_tag_default_lock.rb.html) to see an example of how to use remove_tag_default_lock API.
|
8312
|
+
def remove_tag_default_lock(tag_default_id, remove_lock_details, opts = {})
|
8313
|
+
logger.debug 'Calling operation IdentityClient#remove_tag_default_lock.' if logger
|
8314
|
+
|
8315
|
+
raise "Missing the required parameter 'tag_default_id' when calling remove_tag_default_lock." if tag_default_id.nil?
|
8316
|
+
raise "Missing the required parameter 'remove_lock_details' when calling remove_tag_default_lock." if remove_lock_details.nil?
|
8317
|
+
raise "Parameter value for 'tag_default_id' must not be blank" if OCI::Internal::Util.blank_string?(tag_default_id)
|
8318
|
+
|
8319
|
+
path = '/tagDefaults/{tagDefaultId}/actions/removeLock'.sub('{tagDefaultId}', tag_default_id.to_s)
|
8320
|
+
operation_signing_strategy = :standard
|
8321
|
+
|
8322
|
+
# rubocop:disable Style/NegatedIf
|
8323
|
+
# Query Params
|
8324
|
+
query_params = {}
|
8325
|
+
|
8326
|
+
# Header Params
|
8327
|
+
header_params = {}
|
8328
|
+
header_params[:accept] = 'application/json'
|
8329
|
+
header_params[:'content-type'] = 'application/json'
|
8330
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
8331
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
8332
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
8333
|
+
# rubocop:enable Style/NegatedIf
|
8334
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
8335
|
+
|
8336
|
+
post_body = @api_client.object_to_http_body(remove_lock_details)
|
8337
|
+
|
8338
|
+
# rubocop:disable Metrics/BlockLength
|
8339
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'IdentityClient#remove_tag_default_lock') do
|
8340
|
+
@api_client.call_api(
|
8341
|
+
:POST,
|
8342
|
+
path,
|
8343
|
+
endpoint,
|
8344
|
+
header_params: header_params,
|
8345
|
+
query_params: query_params,
|
8346
|
+
operation_signing_strategy: operation_signing_strategy,
|
8347
|
+
body: post_body,
|
8348
|
+
return_type: 'OCI::Identity::Models::TagDefault'
|
8349
|
+
)
|
8350
|
+
end
|
8351
|
+
# rubocop:enable Metrics/BlockLength
|
8352
|
+
end
|
8353
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
8354
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
8355
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
8356
|
+
|
8357
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
8358
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
8359
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
8360
|
+
|
8361
|
+
|
8362
|
+
# Remove a resource lock from a tag namespace.
|
8363
|
+
#
|
8364
|
+
# @param [String] tag_namespace_id The OCID of the tag namespace.
|
8365
|
+
#
|
8366
|
+
# @param [OCI::Identity::Models::RemoveLockDetails] remove_lock_details Lock that is going to be removed from resource
|
8367
|
+
# @param [Hash] opts the optional parameters
|
8368
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
8369
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
8370
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
8371
|
+
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
8372
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
8373
|
+
#
|
8374
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
8375
|
+
# particular request, please provide the request ID.
|
8376
|
+
#
|
8377
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
8378
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
8379
|
+
# hours, but can be invalidated before then due to conflicting operations (e.g., if a resource
|
8380
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
8381
|
+
# may be rejected).
|
8382
|
+
#
|
8383
|
+
# @return [Response] A Response object with data of type {OCI::Identity::Models::TagNamespace TagNamespace}
|
8384
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/remove_tag_namespace_lock.rb.html) to see an example of how to use remove_tag_namespace_lock API.
|
8385
|
+
def remove_tag_namespace_lock(tag_namespace_id, remove_lock_details, opts = {})
|
8386
|
+
logger.debug 'Calling operation IdentityClient#remove_tag_namespace_lock.' if logger
|
8387
|
+
|
8388
|
+
raise "Missing the required parameter 'tag_namespace_id' when calling remove_tag_namespace_lock." if tag_namespace_id.nil?
|
8389
|
+
raise "Missing the required parameter 'remove_lock_details' when calling remove_tag_namespace_lock." if remove_lock_details.nil?
|
8390
|
+
raise "Parameter value for 'tag_namespace_id' must not be blank" if OCI::Internal::Util.blank_string?(tag_namespace_id)
|
8391
|
+
|
8392
|
+
path = '/tagNamespaces/{tagNamespaceId}/actions/removeLock'.sub('{tagNamespaceId}', tag_namespace_id.to_s)
|
8393
|
+
operation_signing_strategy = :standard
|
8394
|
+
|
8395
|
+
# rubocop:disable Style/NegatedIf
|
8396
|
+
# Query Params
|
8397
|
+
query_params = {}
|
8398
|
+
|
8399
|
+
# Header Params
|
8400
|
+
header_params = {}
|
8401
|
+
header_params[:accept] = 'application/json'
|
8402
|
+
header_params[:'content-type'] = 'application/json'
|
8403
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
8404
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
8405
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
8406
|
+
# rubocop:enable Style/NegatedIf
|
8407
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
8408
|
+
|
8409
|
+
post_body = @api_client.object_to_http_body(remove_lock_details)
|
8410
|
+
|
8411
|
+
# rubocop:disable Metrics/BlockLength
|
8412
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'IdentityClient#remove_tag_namespace_lock') do
|
8413
|
+
@api_client.call_api(
|
8414
|
+
:POST,
|
8415
|
+
path,
|
8416
|
+
endpoint,
|
8417
|
+
header_params: header_params,
|
8418
|
+
query_params: query_params,
|
8419
|
+
operation_signing_strategy: operation_signing_strategy,
|
8420
|
+
body: post_body,
|
8421
|
+
return_type: 'OCI::Identity::Models::TagNamespace'
|
8422
|
+
)
|
8423
|
+
end
|
8424
|
+
# rubocop:enable Metrics/BlockLength
|
8425
|
+
end
|
8426
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
8427
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
8428
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
8429
|
+
|
8430
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
8431
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
8432
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
8433
|
+
|
8434
|
+
|
8205
8435
|
# Removes a user from a group by deleting the corresponding `UserGroupMembership`.
|
8206
8436
|
# @param [String] user_group_membership_id The OCID of the userGroupMembership.
|
8207
8437
|
# @param [Hash] opts the optional parameters
|
@@ -8376,7 +8606,7 @@ module OCI
|
|
8376
8606
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
8377
8607
|
|
8378
8608
|
|
8379
|
-
# Updates authentication policy for the specified tenancy
|
8609
|
+
# Updates authentication policy for the specified tenancy.
|
8380
8610
|
#
|
8381
8611
|
# @param [String] compartment_id The OCID of the compartment.
|
8382
8612
|
# @param [OCI::Identity::Models::UpdateAuthenticationPolicyDetails] update_authentication_policy_details Request object for updating the authentication policy.
|
@@ -8498,7 +8728,7 @@ module OCI
|
|
8498
8728
|
# Updates the specified secret key's description.
|
8499
8729
|
#
|
8500
8730
|
# @param [String] user_id The OCID of the user.
|
8501
|
-
# @param [String] customer_secret_key_id The
|
8731
|
+
# @param [String] customer_secret_key_id The access token of the secret key.
|
8502
8732
|
# @param [OCI::Identity::Models::UpdateCustomerSecretKeyDetails] update_customer_secret_key_details Request object for updating a secret key.
|
8503
8733
|
# @param [Hash] opts the optional parameters
|
8504
8734
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
@@ -8558,21 +8788,13 @@ module OCI
|
|
8558
8788
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
8559
8789
|
|
8560
8790
|
|
8561
|
-
# Updates domain information and associated
|
8562
|
-
# the associated stripe and domain are updated.
|
8791
|
+
# (For tenancies that support identity domains) Updates identity domain information and the associated Identity Cloud Service (IDCS) stripe.
|
8563
8792
|
#
|
8564
|
-
# To track progress, HTTP GET on /iamWorkRequests/{iamWorkRequestsId} endpoint
|
8565
|
-
# the
|
8793
|
+
# To track the progress of the request, submitting an HTTP GET on the /iamWorkRequests/{iamWorkRequestsId} endpoint retrieves
|
8794
|
+
# the operation's status.
|
8566
8795
|
#
|
8567
|
-
#
|
8568
|
-
#
|
8569
|
-
# returns 400 BAD REQUEST.
|
8570
|
-
# - If Domain is not active or being updated, returns 400 BAD REQUEST.
|
8571
|
-
# - If Domain {@code type} is DEFAULT or DEFAULT_LIGHTWEIGHT, return 400 BAD Request
|
8572
|
-
# - If the domain doesn't exists, returns 404 NOT FOUND.
|
8573
|
-
#
|
8574
|
-
# @param [String] domain_id The OCID of the domain
|
8575
|
-
# @param [OCI::Identity::Models::UpdateDomainDetails] update_domain_details Request object for updating the Domain.
|
8796
|
+
# @param [String] domain_id The OCID of the identity domain.
|
8797
|
+
# @param [OCI::Identity::Models::UpdateDomainDetails] update_domain_details Request object for updating the identity domain.
|
8576
8798
|
# @param [Hash] opts the optional parameters
|
8577
8799
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
8578
8800
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -8878,6 +9100,7 @@ module OCI
|
|
8878
9100
|
|
8879
9101
|
|
8880
9102
|
# Updates the specified network source.
|
9103
|
+
#
|
8881
9104
|
# @param [String] network_source_id The OCID of the network source.
|
8882
9105
|
# @param [OCI::Identity::Models::UpdateNetworkSourceDetails] update_network_source_details Request object for updating a network source.
|
8883
9106
|
# @param [Hash] opts the optional parameters
|
@@ -9212,6 +9435,7 @@ module OCI
|
|
9212
9435
|
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
9213
9436
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
9214
9437
|
#
|
9438
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
9215
9439
|
# @return [Response] A Response object with data of type {OCI::Identity::Models::Tag Tag}
|
9216
9440
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_tag.rb.html) to see an example of how to use update_tag API.
|
9217
9441
|
def update_tag(tag_namespace_id, tag_name, update_tag_details, opts = {})
|
@@ -9229,6 +9453,7 @@ module OCI
|
|
9229
9453
|
# rubocop:disable Style/NegatedIf
|
9230
9454
|
# Query Params
|
9231
9455
|
query_params = {}
|
9456
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
9232
9457
|
|
9233
9458
|
# Header Params
|
9234
9459
|
header_params = {}
|
@@ -9275,6 +9500,7 @@ module OCI
|
|
9275
9500
|
# @param [Hash] opts the optional parameters
|
9276
9501
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
9277
9502
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
9503
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
9278
9504
|
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
9279
9505
|
# parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
9280
9506
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
@@ -9297,6 +9523,7 @@ module OCI
|
|
9297
9523
|
# rubocop:disable Style/NegatedIf
|
9298
9524
|
# Query Params
|
9299
9525
|
query_params = {}
|
9526
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
9300
9527
|
|
9301
9528
|
# Header Params
|
9302
9529
|
header_params = {}
|
@@ -9330,7 +9557,6 @@ module OCI
|
|
9330
9557
|
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
9331
9558
|
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
9332
9559
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
9333
|
-
# rubocop:disable Lint/UnusedMethodArgument
|
9334
9560
|
|
9335
9561
|
|
9336
9562
|
# Updates the the specified tag namespace. You can't update the namespace name.
|
@@ -9339,7 +9565,7 @@ module OCI
|
|
9339
9565
|
# namespace (changing `isRetired` from 'true' to 'false') does not reactivate tag definitions.
|
9340
9566
|
# To reactivate the tag definitions, you must reactivate each one individually *after* you reactivate the namespace,
|
9341
9567
|
# using {#update_tag update_tag}. For more information about retiring tag namespaces, see
|
9342
|
-
# [Retiring Key Definitions and Namespace Definitions](https://docs.cloud.oracle.com/Content/
|
9568
|
+
# [Retiring Key Definitions and Namespace Definitions](https://docs.cloud.oracle.com/Content/Tagging/Tasks/managingtagsandtagnamespaces.htm#retiringkeys).
|
9343
9569
|
#
|
9344
9570
|
# You can't add a namespace with the same name as a retired namespace in the same tenancy.
|
9345
9571
|
#
|
@@ -9349,6 +9575,7 @@ module OCI
|
|
9349
9575
|
# @param [Hash] opts the optional parameters
|
9350
9576
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
9351
9577
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
9578
|
+
# @option opts [BOOLEAN] :is_lock_override Whether to override locks (if any exist). (default to false)
|
9352
9579
|
# @return [Response] A Response object with data of type {OCI::Identity::Models::TagNamespace TagNamespace}
|
9353
9580
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_tag_namespace.rb.html) to see an example of how to use update_tag_namespace API.
|
9354
9581
|
def update_tag_namespace(tag_namespace_id, update_tag_namespace_details, opts = {})
|
@@ -9364,6 +9591,7 @@ module OCI
|
|
9364
9591
|
# rubocop:disable Style/NegatedIf
|
9365
9592
|
# Query Params
|
9366
9593
|
query_params = {}
|
9594
|
+
query_params[:isLockOverride] = opts[:is_lock_override] if !opts[:is_lock_override].nil?
|
9367
9595
|
|
9368
9596
|
# Header Params
|
9369
9597
|
header_params = {}
|
@@ -9391,7 +9619,6 @@ module OCI
|
|
9391
9619
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
9392
9620
|
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
9393
9621
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
9394
|
-
# rubocop:enable Lint/UnusedMethodArgument
|
9395
9622
|
|
9396
9623
|
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
9397
9624
|
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|