oci 2.19.0 → 2.20.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 +5 -1
- data/lib/oci/adm/adm.rb +38 -0
- data/lib/oci/adm/application_dependency_management_client.rb +1429 -200
- data/lib/oci/adm/application_dependency_management_client_composite_operations.rb +454 -0
- data/lib/oci/adm/models/application_dependency.rb +3 -3
- data/lib/oci/adm/models/application_dependency_recommendation_collection.rb +151 -0
- data/lib/oci/adm/models/application_dependency_recommendation_summary.rb +195 -0
- data/lib/oci/adm/models/application_dependency_vulnerability_collection.rb +3 -3
- data/lib/oci/adm/models/application_dependency_vulnerability_summary.rb +6 -6
- data/lib/oci/adm/models/apply_stage.rb +208 -0
- data/lib/oci/adm/models/change_knowledge_base_compartment_details.rb +2 -2
- data/lib/oci/adm/models/change_remediation_recipe_compartment_details.rb +155 -0
- data/lib/oci/adm/models/change_remediation_run_compartment_details.rb +155 -0
- data/lib/oci/adm/models/change_vulnerability_audit_compartment_details.rb +1 -1
- data/lib/oci/adm/models/create_knowledge_base_details.rb +3 -3
- data/lib/oci/adm/models/create_remediation_recipe_details.rb +285 -0
- data/lib/oci/adm/models/create_remediation_run_details.rb +201 -0
- data/lib/oci/adm/models/create_vulnerability_audit_details.rb +20 -7
- data/lib/oci/adm/models/detect_configuration.rb +217 -0
- data/lib/oci/adm/models/detect_stage.rb +196 -0
- data/lib/oci/adm/models/external_resource_vulnerability_audit_source.rb +1 -1
- data/lib/oci/adm/models/external_scm_configuration.rb +241 -0
- data/lib/oci/adm/models/git_hub_actions_configuration.rb +220 -0
- data/lib/oci/adm/models/git_lab_pipeline_configuration.rb +221 -0
- data/lib/oci/adm/models/jenkins_pipeline_configuration.rb +217 -0
- data/lib/oci/adm/models/knowledge_base.rb +7 -7
- data/lib/oci/adm/models/knowledge_base_collection.rb +2 -2
- data/lib/oci/adm/models/knowledge_base_summary.rb +7 -7
- data/lib/oci/adm/models/network_configuration.rb +172 -0
- data/lib/oci/adm/models/none_verify_configuration.rb +146 -0
- data/lib/oci/adm/models/oci_code_repository_configuration.rb +175 -0
- data/lib/oci/adm/models/oci_dev_ops_build_configuration.rb +177 -0
- data/lib/oci/adm/models/oci_resource_vulnerability_audit_source.rb +2 -2
- data/lib/oci/adm/models/operation_type.rb +6 -0
- data/lib/oci/adm/models/pipeline_properties.rb +169 -0
- data/lib/oci/adm/models/pull_request_properties.rb +169 -0
- data/lib/oci/adm/models/recommend_stage.rb +209 -0
- data/lib/oci/adm/models/remediation_recipe.rb +381 -0
- data/lib/oci/adm/models/remediation_recipe_collection.rb +151 -0
- data/lib/oci/adm/models/remediation_recipe_summary.rb +297 -0
- data/lib/oci/adm/models/remediation_run.rb +418 -0
- data/lib/oci/adm/models/remediation_run_collection.rb +151 -0
- data/lib/oci/adm/models/remediation_run_stage.rb +363 -0
- data/lib/oci/adm/models/remediation_run_stage_collection.rb +151 -0
- data/lib/oci/adm/models/remediation_run_stage_summary.rb +249 -0
- data/lib/oci/adm/models/remediation_run_stage_type.rb +15 -0
- data/lib/oci/adm/models/remediation_run_summary.rb +361 -0
- data/lib/oci/adm/models/scm_configuration.rb +234 -0
- data/lib/oci/adm/models/stage_summary.rb +225 -0
- data/lib/oci/adm/models/unknown_source_vulnerability_audit_source.rb +1 -1
- data/lib/oci/adm/models/update_knowledge_base_details.rb +2 -2
- data/lib/oci/adm/models/update_remediation_recipe_details.rb +267 -0
- data/lib/oci/adm/models/update_remediation_run_details.rb +187 -0
- data/lib/oci/adm/models/update_vulnerability_audit_details.rb +2 -2
- data/lib/oci/adm/models/usage_data_details.rb +176 -0
- data/lib/oci/adm/models/usage_data_via_object_storage_tuple_details.rb +191 -0
- data/lib/oci/adm/models/verify_configuration.rb +201 -0
- data/lib/oci/adm/models/verify_stage.rb +208 -0
- data/lib/oci/adm/models/vulnerability.rb +18 -4
- data/lib/oci/adm/models/vulnerability_audit.rb +67 -18
- data/lib/oci/adm/models/vulnerability_audit_collection.rb +2 -2
- data/lib/oci/adm/models/vulnerability_audit_configuration.rb +7 -5
- data/lib/oci/adm/models/vulnerability_audit_source.rb +2 -2
- data/lib/oci/adm/models/vulnerability_audit_summary.rb +14 -14
- data/lib/oci/adm/models/work_request.rb +6 -0
- data/lib/oci/adm/models/work_request_summary.rb +26 -4
- data/lib/oci/ai_speech/ai_speech.rb +2 -0
- data/lib/oci/ai_speech/models/create_transcription_job_details.rb +2 -2
- data/lib/oci/ai_speech/models/diarization.rb +171 -0
- data/lib/oci/ai_speech/models/transcription_job.rb +3 -3
- data/lib/oci/ai_speech/models/transcription_job_summary.rb +3 -3
- data/lib/oci/ai_speech/models/transcription_model_details.rb +17 -4
- data/lib/oci/ai_speech/models/transcription_settings.rb +150 -0
- data/lib/oci/ai_speech/models/update_transcription_job_details.rb +2 -2
- data/lib/oci/bds/bds.rb +8 -0
- data/lib/oci/bds/bds_client.rb +285 -0
- data/lib/oci/bds/bds_client_composite_operations.rb +150 -0
- data/lib/oci/bds/models/certificate_service_info_details.rb +151 -0
- data/lib/oci/bds/models/certificate_service_info_summary.rb +228 -0
- data/lib/oci/bds/models/disable_certificate_details.rb +165 -0
- data/lib/oci/bds/models/enable_certificate_details.rb +207 -0
- data/lib/oci/bds/models/host_cert_details.rb +179 -0
- data/lib/oci/bds/models/host_specific_certificate_details.rb +203 -0
- data/lib/oci/bds/models/operation_types.rb +2 -1
- data/lib/oci/bds/models/renew_certificate_details.rb +207 -0
- data/lib/oci/bds/models/service.rb +23 -0
- data/lib/oci/bds/models/work_request.rb +1 -0
- data/lib/oci/compute_cloud_at_customer/compute_cloud_at_customer_client.rb +2 -3
- data/lib/oci/core/compute_client.rb +759 -31
- data/lib/oci/core/compute_client_composite_operations.rb +189 -0
- data/lib/oci/core/core.rb +22 -0
- data/lib/oci/core/models/capacity_source.rb +191 -0
- data/lib/oci/core/models/capture_filter.rb +20 -4
- data/lib/oci/core/models/change_compute_capacity_topology_compartment_details.rb +157 -0
- data/lib/oci/core/models/compute_bare_metal_host.rb +325 -0
- data/lib/oci/core/models/compute_bare_metal_host_collection.rb +152 -0
- data/lib/oci/core/models/compute_bare_metal_host_summary.rb +298 -0
- data/lib/oci/core/models/compute_capacity_topology.rb +321 -0
- data/lib/oci/core/models/compute_capacity_topology_collection.rb +152 -0
- data/lib/oci/core/models/compute_capacity_topology_summary.rb +284 -0
- data/lib/oci/core/models/compute_hpc_island.rb +241 -0
- data/lib/oci/core/models/compute_hpc_island_collection.rb +152 -0
- data/lib/oci/core/models/compute_hpc_island_summary.rb +228 -0
- data/lib/oci/core/models/compute_network_block.rb +255 -0
- data/lib/oci/core/models/compute_network_block_collection.rb +152 -0
- data/lib/oci/core/models/compute_network_block_summary.rb +242 -0
- data/lib/oci/core/models/create_capacity_source_details.rb +172 -0
- data/lib/oci/core/models/create_capture_filter_details.rb +21 -5
- data/lib/oci/core/models/create_compute_capacity_topology_details.rb +240 -0
- data/lib/oci/core/models/create_dedicated_capacity_source_details.rb +165 -0
- data/lib/oci/core/models/dedicated_capacity_source.rb +165 -0
- data/lib/oci/core/models/flow_log_capture_filter_rule_details.rb +334 -0
- data/lib/oci/core/models/update_capacity_source_details.rb +172 -0
- data/lib/oci/core/models/update_capture_filter_details.rb +16 -1
- data/lib/oci/core/models/update_compute_capacity_topology_details.rb +207 -0
- data/lib/oci/core/models/update_dedicated_capacity_source_details.rb +147 -0
- data/lib/oci/core/virtual_network_client.rb +6 -0
- data/lib/oci/data_safe/data_safe.rb +60 -0
- data/lib/oci/data_safe/data_safe_client.rb +7342 -4278
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +1302 -361
- data/lib/oci/data_safe/models/apply_sdm_masking_policy_difference_details.rb +1 -1
- data/lib/oci/data_safe/models/audit_policy_category.rb +2 -1
- data/lib/oci/data_safe/models/audit_policy_dimensions.rb +1 -0
- data/lib/oci/data_safe/models/audit_specification.rb +1 -0
- data/lib/oci/data_safe/models/audit_trail_source.rb +13 -0
- data/lib/oci/data_safe/models/autonomous_database_details.rb +2 -2
- data/lib/oci/data_safe/models/change_database_security_config_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_security_policy_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_security_policy_deployment_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_sql_collection_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_sql_firewall_policy_compartment_details.rb +155 -0
- data/lib/oci/data_safe/models/change_target_database_compartment_details.rb +1 -1
- data/lib/oci/data_safe/models/column_summary.rb +1 -1
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/create_discovery_job_details.rb +2 -2
- data/lib/oci/data_safe/models/create_masking_column_details.rb +1 -1
- data/lib/oci/data_safe/models/create_masking_policy_details.rb +1 -2
- data/lib/oci/data_safe/models/create_sensitive_data_model_details.rb +1 -1
- data/lib/oci/data_safe/models/create_sql_collection_details.rb +297 -0
- data/lib/oci/data_safe/models/create_target_alert_policy_association_details.rb +1 -1
- data/lib/oci/data_safe/models/database_cloud_service_details.rb +2 -2
- data/lib/oci/data_safe/models/database_security_config.rb +364 -0
- data/lib/oci/data_safe/models/database_security_config_collection.rb +151 -0
- data/lib/oci/data_safe/models/database_security_config_lifecycle_state.rb +18 -0
- data/lib/oci/data_safe/models/database_security_config_summary.rb +348 -0
- data/lib/oci/data_safe/models/discovery_job.rb +1 -1
- data/lib/oci/data_safe/models/discovery_job_result.rb +1 -1
- data/lib/oci/data_safe/models/discovery_job_result_summary.rb +1 -1
- data/lib/oci/data_safe/models/download_masking_log_details.rb +1 -1
- data/lib/oci/data_safe/models/entry_details.rb +192 -0
- data/lib/oci/data_safe/models/firewall_policy_entry_details.rb +177 -0
- data/lib/oci/data_safe/models/mask_data_details.rb +1 -2
- data/lib/oci/data_safe/models/masking_column.rb +1 -1
- data/lib/oci/data_safe/models/masking_column_summary.rb +1 -1
- data/lib/oci/data_safe/models/masking_policy.rb +1 -2
- data/lib/oci/data_safe/models/profile.rb +1 -1
- data/lib/oci/data_safe/models/profile_aggregation.rb +2 -32
- data/lib/oci/data_safe/models/profile_summary.rb +1 -1
- data/lib/oci/data_safe/models/report_definition.rb +4 -0
- data/lib/oci/data_safe/models/report_definition_data_source.rb +3 -1
- data/lib/oci/data_safe/models/report_definition_summary.rb +4 -0
- data/lib/oci/data_safe/models/role_summary.rb +2 -2
- data/lib/oci/data_safe/models/schema_summary.rb +1 -1
- data/lib/oci/data_safe/models/security_assessment.rb +3 -3
- data/lib/oci/data_safe/models/security_assessment_base_line_details.rb +2 -2
- data/lib/oci/data_safe/models/security_assessment_summary.rb +3 -3
- data/lib/oci/data_safe/models/security_policy.rb +320 -0
- data/lib/oci/data_safe/models/security_policy_collection.rb +151 -0
- data/lib/oci/data_safe/models/security_policy_deployment.rb +349 -0
- data/lib/oci/data_safe/models/security_policy_deployment_collection.rb +151 -0
- data/lib/oci/data_safe/models/security_policy_deployment_lifecycle_state.rb +18 -0
- data/lib/oci/data_safe/models/security_policy_deployment_summary.rb +349 -0
- data/lib/oci/data_safe/models/security_policy_entry_state.rb +230 -0
- data/lib/oci/data_safe/models/security_policy_entry_state_collection.rb +151 -0
- data/lib/oci/data_safe/models/security_policy_entry_state_deployment_status.rb +16 -0
- data/lib/oci/data_safe/models/security_policy_entry_state_summary.rb +217 -0
- data/lib/oci/data_safe/models/security_policy_lifecycle_state.rb +17 -0
- data/lib/oci/data_safe/models/security_policy_summary.rb +320 -0
- data/lib/oci/data_safe/models/sensitive_data_model.rb +1 -1
- data/lib/oci/data_safe/models/sql_collection.rb +445 -0
- data/lib/oci/data_safe/models/sql_collection_aggregation.rb +161 -0
- data/lib/oci/data_safe/models/sql_collection_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_collection_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_collection_dimensions.rb +196 -0
- data/lib/oci/data_safe/models/sql_collection_lifecycle_state.rb +20 -0
- data/lib/oci/data_safe/models/sql_collection_log_aggregation.rb +202 -0
- data/lib/oci/data_safe/models/sql_collection_log_dimensions.rb +183 -0
- data/lib/oci/data_safe/models/sql_collection_log_insights_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_collection_summary.rb +429 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_aggregation.rb +161 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_dimensions.rb +239 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_lifecycle_state.rb +13 -0
- data/lib/oci/data_safe/models/sql_firewall_allowed_sql_summary.rb +418 -0
- data/lib/oci/data_safe/models/sql_firewall_config.rb +254 -0
- data/lib/oci/data_safe/models/sql_firewall_policy.rb +557 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_aggregation.rb +161 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_dimensions.rb +262 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_lifecycle_state.rb +19 -0
- data/lib/oci/data_safe/models/sql_firewall_policy_summary.rb +499 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_aggregation.rb +216 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.rb +321 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_analytics_collection.rb +151 -0
- data/lib/oci/data_safe/models/sql_firewall_violation_summary.rb +413 -0
- data/lib/oci/data_safe/models/sql_firewall_violations_collection.rb +151 -0
- data/lib/oci/data_safe/models/table_summary.rb +2 -1
- data/lib/oci/data_safe/models/target_alert_policy_association.rb +1 -1
- data/lib/oci/data_safe/models/target_alert_policy_association_summary.rb +1 -1
- data/lib/oci/data_safe/models/target_database.rb +2 -2
- data/lib/oci/data_safe/models/target_database_summary.rb +1 -1
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_database_security_config_details.rb +212 -0
- data/lib/oci/data_safe/models/update_masking_column_details.rb +1 -1
- data/lib/oci/data_safe/models/update_masking_policy_details.rb +1 -2
- data/lib/oci/data_safe/models/update_security_policy_deployment_details.rb +199 -0
- data/lib/oci/data_safe/models/update_security_policy_details.rb +199 -0
- data/lib/oci/data_safe/models/update_sql_collection_details.rb +199 -0
- data/lib/oci/data_safe/models/update_sql_firewall_config_details.rb +221 -0
- data/lib/oci/data_safe/models/update_sql_firewall_policy_details.rb +346 -0
- data/lib/oci/data_safe/models/update_target_alert_policy_association_details.rb +1 -1
- data/lib/oci/data_safe/models/user_assessment.rb +7 -7
- data/lib/oci/data_safe/models/user_assessment_base_line_details.rb +2 -2
- data/lib/oci/data_safe/models/user_assessment_summary.rb +9 -9
- data/lib/oci/data_safe/models/user_summary.rb +4 -4
- data/lib/oci/data_safe/models/work_request.rb +20 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +20 -0
- data/lib/oci/data_science/data_science.rb +3 -0
- data/lib/oci/data_science/data_science_client.rb +51 -51
- data/lib/oci/data_science/models/create_job_details.rb +15 -1
- data/lib/oci/data_science/models/create_notebook_session_details.rb +18 -4
- data/lib/oci/data_science/models/fast_launch_job_config_summary.rb +1 -0
- data/lib/oci/data_science/models/file_storage_mount_configuration_details.rb +185 -0
- data/lib/oci/data_science/models/job.rb +15 -1
- data/lib/oci/data_science/models/job_run.rb +15 -1
- data/lib/oci/data_science/models/job_shape_summary.rb +1 -0
- data/lib/oci/data_science/models/model_deployment_shape_series.rb +2 -1
- data/lib/oci/data_science/models/model_deployment_shape_summary.rb +1 -0
- data/lib/oci/data_science/models/notebook_session.rb +15 -1
- data/lib/oci/data_science/models/notebook_session_shape_series.rb +2 -1
- data/lib/oci/data_science/models/notebook_session_shape_summary.rb +1 -0
- data/lib/oci/data_science/models/object_storage_mount_configuration_details.rb +187 -0
- data/lib/oci/data_science/models/storage_mount_configuration_details.rb +223 -0
- data/lib/oci/data_science/models/update_job_details.rb +15 -1
- data/lib/oci/data_science/models/update_notebook_session_details.rb +18 -4
- data/lib/oci/database/database.rb +21 -0
- data/lib/oci/database/database_client.rb +1057 -19
- data/lib/oci/database/database_client_composite_operations.rb +330 -0
- data/lib/oci/database/models/autonomous_container_database.rb +47 -4
- data/lib/oci/database/models/autonomous_container_database_backup_config.rb +1 -0
- data/lib/oci/database/models/autonomous_container_database_summary.rb +47 -4
- data/lib/oci/database/models/autonomous_patch.rb +40 -4
- data/lib/oci/database/models/autonomous_patch_summary.rb +40 -4
- data/lib/oci/database/models/autonomous_vm_cluster.rb +158 -4
- data/lib/oci/database/models/autonomous_vm_cluster_resource_usage.rb +435 -0
- data/lib/oci/database/models/autonomous_vm_cluster_summary.rb +158 -4
- data/lib/oci/database/models/cloud_autonomous_vm_cluster.rb +46 -4
- data/lib/oci/database/models/cloud_autonomous_vm_cluster_summary.rb +46 -4
- data/lib/oci/database/models/configure_saas_admin_user_details.rb +242 -0
- data/lib/oci/database/models/console_history.rb +291 -0
- data/lib/oci/database/models/console_history_collection.rb +151 -0
- data/lib/oci/database/models/console_history_summary.rb +294 -0
- data/lib/oci/database/models/convert_to_regular_pluggable_database_details.rb +184 -0
- data/lib/oci/database/models/create_autonomous_container_database_dataguard_association_details.rb +274 -0
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +15 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +18 -4
- data/lib/oci/database/models/create_console_history_details.rb +192 -0
- data/lib/oci/database/models/create_database_from_another_database_details.rb +18 -4
- data/lib/oci/database/models/create_database_from_backup_details.rb +18 -4
- data/lib/oci/database/models/create_maintenance_run_details.rb +256 -0
- data/lib/oci/database/models/create_pluggable_database_creation_type_details.rb +200 -0
- data/lib/oci/database/models/create_pluggable_database_details.rb +43 -1
- data/lib/oci/database/models/create_pluggable_database_from_local_clone_details.rb +163 -0
- data/lib/oci/database/models/create_pluggable_database_from_relocate_details.rb +208 -0
- data/lib/oci/database/models/create_pluggable_database_from_remote_clone_details.rb +221 -0
- data/lib/oci/database/models/create_pluggable_database_refreshable_clone_details.rb +157 -0
- data/lib/oci/database/models/create_vm_cluster_details.rb +18 -4
- data/lib/oci/database/models/database_connection_string_profile.rb +18 -4
- data/lib/oci/database/models/db_system_upgrade_history_entry.rb +31 -3
- data/lib/oci/database/models/db_system_upgrade_history_entry_summary.rb +31 -3
- data/lib/oci/database/models/generate_autonomous_database_wallet_details.rb +18 -4
- data/lib/oci/database/models/local_clone_pluggable_database_details.rb +1 -0
- data/lib/oci/database/models/maintenance_run.rb +16 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +16 -1
- data/lib/oci/database/models/peer_autonomous_container_database_backup_config.rb +1 -0
- data/lib/oci/database/models/pluggable_database.rb +42 -5
- data/lib/oci/database/models/pluggable_database_node_level_details.rb +192 -0
- data/lib/oci/database/models/pluggable_database_refreshable_clone_config.rb +155 -0
- data/lib/oci/database/models/pluggable_database_summary.rb +42 -5
- data/lib/oci/database/models/remote_clone_pluggable_database_details.rb +1 -0
- data/lib/oci/database/models/restore_database_details.rb +20 -4
- data/lib/oci/database/models/saas_admin_user_configuration.rb +245 -0
- data/lib/oci/database/models/saas_admin_user_status.rb +204 -0
- data/lib/oci/database/models/system_version_collection.rb +151 -0
- data/lib/oci/database/models/system_version_summary.rb +179 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +15 -1
- data/lib/oci/database/models/update_autonomous_vm_cluster_details.rb +46 -4
- data/lib/oci/database/models/update_cloud_autonomous_vm_cluster_details.rb +43 -1
- data/lib/oci/database/models/update_console_history_details.rb +191 -0
- data/lib/oci/database/models/upgrade_db_system_details.rb +15 -1
- data/lib/oci/database_management/database_management.rb +17 -0
- data/lib/oci/database_management/managed_my_sql_databases_client.rb +577 -0
- data/lib/oci/database_management/managed_my_sql_databases_client_composite_operations.rb +27 -0
- data/lib/oci/database_management/models/managed_my_sql_database.rb +217 -0
- data/lib/oci/database_management/models/managed_my_sql_database_collection.rb +151 -0
- data/lib/oci/database_management/models/managed_my_sql_database_summary.rb +217 -0
- data/lib/oci/database_management/models/mds_type.rb +14 -0
- data/lib/oci/database_management/models/my_sql_configuration_data_collection.rb +151 -0
- data/lib/oci/database_management/models/my_sql_configuration_data_summary.rb +383 -0
- data/lib/oci/database_management/models/my_sql_data_collection.rb +151 -0
- data/lib/oci/database_management/models/my_sql_data_summary.rb +573 -0
- data/lib/oci/database_management/models/my_sql_database_status.rb +14 -0
- data/lib/oci/database_management/models/my_sql_database_usage_metrics.rb +286 -0
- data/lib/oci/database_management/models/my_sql_deployment_type.rb +13 -0
- data/lib/oci/database_management/models/my_sql_fleet_by_category.rb +183 -0
- data/lib/oci/database_management/models/my_sql_fleet_metric_definition.rb +199 -0
- data/lib/oci/database_management/models/my_sql_fleet_metric_summary_definition.rb +189 -0
- data/lib/oci/database_management/models/my_sql_fleet_metrics.rb +197 -0
- data/lib/oci/database_management/models/my_sql_fleet_summary.rb +165 -0
- data/lib/oci/database_tools/database_tools.rb +60 -0
- data/lib/oci/database_tools/database_tools_client.rb +286 -19
- data/lib/oci/database_tools/database_tools_client_composite_operations.rb +160 -0
- data/lib/oci/database_tools/models/add_resource_lock_details.rb +202 -0
- data/lib/oci/database_tools/models/connection_type.rb +3 -1
- data/lib/oci/database_tools/models/create_database_tools_connection_details.rb +48 -5
- data/lib/oci/database_tools/models/create_database_tools_connection_generic_jdbc_details.rb +241 -0
- data/lib/oci/database_tools/models/create_database_tools_connection_my_sql_details.rb +12 -3
- data/lib/oci/database_tools/models/create_database_tools_connection_oracle_database_details.rb +28 -6
- data/lib/oci/database_tools/models/create_database_tools_connection_postgresql_details.rb +272 -0
- data/lib/oci/database_tools/models/create_database_tools_private_endpoint_details.rb +11 -1
- data/lib/oci/database_tools/models/create_database_tools_related_resource_postgresql_details.rb +177 -0
- data/lib/oci/database_tools/models/database_tools_connection.rb +52 -4
- data/lib/oci/database_tools/models/database_tools_connection_generic_jdbc.rb +264 -0
- data/lib/oci/database_tools/models/database_tools_connection_generic_jdbc_summary.rb +264 -0
- data/lib/oci/database_tools/models/database_tools_connection_my_sql.rb +10 -2
- data/lib/oci/database_tools/models/database_tools_connection_my_sql_summary.rb +10 -2
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database.rb +26 -5
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client.rb +194 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_details.rb +187 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy.rb +146 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy_details.rb +146 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_no_proxy_summary.rb +146 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_summary.rb +194 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name.rb +186 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name_details.rb +186 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_proxy_client_user_name_summary.rb +186 -0
- data/lib/oci/database_tools/models/database_tools_connection_oracle_database_summary.rb +26 -5
- data/lib/oci/database_tools/models/database_tools_connection_postgresql.rb +295 -0
- data/lib/oci/database_tools/models/database_tools_connection_postgresql_summary.rb +295 -0
- data/lib/oci/database_tools/models/database_tools_connection_summary.rb +52 -4
- data/lib/oci/database_tools/models/database_tools_endpoint_service.rb +1 -0
- data/lib/oci/database_tools/models/database_tools_endpoint_service_summary.rb +1 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_generic_jdbc.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_generic_jdbc_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_generic_jdbc_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_postgresql.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_postgresql_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_postgresql_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_generic_jdbc_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_content_secret_id_postgresql_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_generic_jdbc.rb +206 -0
- data/lib/oci/database_tools/models/database_tools_key_store_generic_jdbc_details.rb +199 -0
- data/lib/oci/database_tools/models/database_tools_key_store_generic_jdbc_summary.rb +206 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_generic_jdbc.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_generic_jdbc_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_generic_jdbc_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_postgresql.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_postgresql_details.rb +183 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_postgresql_summary.rb +190 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_generic_jdbc_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql_details.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_password_secret_id_postgresql_summary.rb +163 -0
- data/lib/oci/database_tools/models/database_tools_key_store_postgresql.rb +202 -0
- data/lib/oci/database_tools/models/database_tools_key_store_postgresql_details.rb +195 -0
- data/lib/oci/database_tools/models/database_tools_key_store_postgresql_summary.rb +202 -0
- data/lib/oci/database_tools/models/database_tools_private_endpoint.rb +12 -1
- data/lib/oci/database_tools/models/database_tools_private_endpoint_summary.rb +12 -1
- data/lib/oci/database_tools/models/database_tools_related_resource_postgresql.rb +184 -0
- data/lib/oci/database_tools/models/key_store_type_generic_jdbc.rb +18 -0
- data/lib/oci/database_tools/models/key_store_type_postgresql.rb +14 -0
- data/lib/oci/database_tools/models/lifecycle_state.rb +2 -1
- data/lib/oci/database_tools/models/proxy_authentication_type.rb +13 -0
- data/lib/oci/database_tools/models/related_resource_entity_type_postgresql.rb +12 -0
- data/lib/oci/database_tools/models/remove_resource_lock_details.rb +202 -0
- data/lib/oci/database_tools/models/resource_lock.rb +215 -0
- data/lib/oci/database_tools/models/runtime_support.rb +13 -0
- data/lib/oci/database_tools/models/update_database_tools_connection_details.rb +5 -1
- data/lib/oci/database_tools/models/update_database_tools_connection_generic_jdbc_details.rb +228 -0
- data/lib/oci/database_tools/models/update_database_tools_connection_oracle_database_details.rb +17 -4
- data/lib/oci/database_tools/models/update_database_tools_connection_postgresql_details.rb +259 -0
- data/lib/oci/database_tools/models/update_database_tools_related_resource_postgresql_details.rb +177 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_details.rb +4 -1
- data/lib/oci/database_tools/models/validate_database_tools_connection_my_sql_result.rb +1 -1
- data/lib/oci/database_tools/models/validate_database_tools_connection_oracle_database_result.rb +1 -1
- data/lib/oci/database_tools/models/validate_database_tools_connection_postgresql_details.rb +146 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_postgresql_result.rb +193 -0
- data/lib/oci/database_tools/models/validate_database_tools_connection_result.rb +3 -0
- data/lib/oci/disaster_recovery/disaster_recovery.rb +45 -0
- data/lib/oci/disaster_recovery/disaster_recovery_client.rb +124 -115
- data/lib/oci/disaster_recovery/disaster_recovery_client_composite_operations.rb +45 -45
- data/lib/oci/disaster_recovery/models/associate_dr_protection_group_details.rb +7 -5
- data/lib/oci/disaster_recovery/models/block_volume_attachment_details.rb +160 -0
- data/lib/oci/disaster_recovery/models/block_volume_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/cancel_dr_plan_execution_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/change_dr_protection_group_compartment_details.rb +3 -3
- data/lib/oci/disaster_recovery/models/compute_instance_movable_file_system_operation.rb +204 -0
- data/lib/oci/disaster_recovery/models/compute_instance_movable_vnic_mapping.rb +14 -12
- data/lib/oci/disaster_recovery/models/compute_instance_movable_vnic_mapping_details.rb +15 -12
- data/lib/oci/disaster_recovery/models/compute_instance_non_movable_block_volume_operation.rb +185 -0
- data/lib/oci/disaster_recovery/models/compute_instance_non_movable_file_system_operation.rb +193 -0
- data/lib/oci/disaster_recovery/models/compute_instance_vnic_mapping.rb +8 -6
- data/lib/oci/disaster_recovery/models/compute_instance_vnic_mapping_details.rb +14 -11
- data/lib/oci/disaster_recovery/models/create_block_volume_attachment_details.rb +160 -0
- data/lib/oci/disaster_recovery/models/create_block_volume_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/create_compute_instance_movable_file_system_operation_details.rb +204 -0
- data/lib/oci/disaster_recovery/models/create_compute_instance_non_movable_block_volume_operation_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_compute_instance_non_movable_file_system_operation_details.rb +193 -0
- data/lib/oci/disaster_recovery/models/create_dr_plan_details.rb +10 -6
- data/lib/oci/disaster_recovery/models/create_dr_plan_execution_details.rb +6 -4
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_details.rb +8 -6
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.rb +9 -8
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.rb +33 -16
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.rb +56 -5
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_database_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_details.rb +9 -3
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/create_file_system_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/create_file_system_unmount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/create_object_storage_log_location_details.rb +3 -3
- data/lib/oci/disaster_recovery/models/disassociate_dr_protection_group_default_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/disassociate_dr_protection_group_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/dr_plan.rb +25 -20
- data/lib/oci/disaster_recovery/models/dr_plan_collection.rb +2 -2
- data/lib/oci/disaster_recovery/models/dr_plan_execution.rb +31 -25
- data/lib/oci/disaster_recovery/models/dr_plan_execution_collection.rb +2 -3
- data/lib/oci/disaster_recovery/models/dr_plan_execution_option_details.rb +9 -1
- data/lib/oci/disaster_recovery/models/dr_plan_execution_options.rb +8 -0
- data/lib/oci/disaster_recovery/models/dr_plan_execution_summary.rb +29 -23
- data/lib/oci/disaster_recovery/models/dr_plan_execution_type.rb +5 -1
- data/lib/oci/disaster_recovery/models/dr_plan_group.rb +8 -6
- data/lib/oci/disaster_recovery/models/dr_plan_group_execution.rb +11 -9
- data/lib/oci/disaster_recovery/models/dr_plan_step.rb +45 -6
- data/lib/oci/disaster_recovery/models/dr_plan_step_execution.rb +49 -10
- data/lib/oci/disaster_recovery/models/dr_plan_step_type.rb +39 -0
- data/lib/oci/disaster_recovery/models/dr_plan_summary.rb +28 -18
- data/lib/oci/disaster_recovery/models/dr_plan_type.rb +3 -1
- data/lib/oci/disaster_recovery/models/dr_plan_user_defined_step.rb +10 -12
- data/lib/oci/disaster_recovery/models/dr_protection_group.rb +54 -17
- data/lib/oci/disaster_recovery/models/dr_protection_group_collection.rb +2 -2
- data/lib/oci/disaster_recovery/models/dr_protection_group_lifecycle_state.rb +1 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_lifecycle_sub_state.rb +12 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member.rb +8 -2
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.rb +1 -1
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_compute_instance.rb +8 -6
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.rb +32 -14
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.rb +55 -5
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_database.rb +4 -3
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_file_system.rb +186 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_load_balancer.rb +187 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.rb +187 -0
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_type.rb +4 -1
- data/lib/oci/disaster_recovery/models/dr_protection_group_member_volume_group.rb +1 -1
- data/lib/oci/disaster_recovery/models/dr_protection_group_summary.rb +53 -16
- data/lib/oci/disaster_recovery/models/file_system_export_mapping.rb +176 -0
- data/lib/oci/disaster_recovery/models/file_system_export_mapping_details.rb +175 -0
- data/lib/oci/disaster_recovery/models/file_system_mount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/file_system_unmount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/ignore_dr_plan_execution_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/invoke_function_step.rb +1 -1
- data/lib/oci/disaster_recovery/models/load_balancer_backend_set_mapping.rb +197 -0
- data/lib/oci/disaster_recovery/models/load_balancer_backend_set_mapping_details.rb +198 -0
- data/lib/oci/disaster_recovery/models/network_load_balancer_backend_set_mapping.rb +197 -0
- data/lib/oci/disaster_recovery/models/network_load_balancer_backend_set_mapping_details.rb +198 -0
- data/lib/oci/disaster_recovery/models/object_storage_log_location.rb +4 -4
- data/lib/oci/disaster_recovery/models/object_storage_script_location.rb +4 -4
- data/lib/oci/disaster_recovery/models/pause_dr_plan_execution_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/resume_dr_plan_execution_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/retry_dr_plan_execution_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/run_local_script_user_defined_step.rb +8 -3
- data/lib/oci/disaster_recovery/models/run_object_store_script_user_defined_step.rb +8 -3
- data/lib/oci/disaster_recovery/models/start_drill_execution_option_details.rb +187 -0
- data/lib/oci/disaster_recovery/models/start_drill_execution_options.rb +187 -0
- data/lib/oci/disaster_recovery/models/start_drill_precheck_execution_option_details.rb +168 -0
- data/lib/oci/disaster_recovery/models/start_drill_precheck_execution_options.rb +168 -0
- data/lib/oci/disaster_recovery/models/stop_drill_execution_option_details.rb +187 -0
- data/lib/oci/disaster_recovery/models/stop_drill_execution_options.rb +187 -0
- data/lib/oci/disaster_recovery/models/stop_drill_precheck_execution_option_details.rb +168 -0
- data/lib/oci/disaster_recovery/models/stop_drill_precheck_execution_options.rb +168 -0
- data/lib/oci/disaster_recovery/models/update_block_volume_attachment_details.rb +160 -0
- data/lib/oci/disaster_recovery/models/update_block_volume_mount_details.rb +159 -0
- data/lib/oci/disaster_recovery/models/update_compute_instance_movable_file_system_operation_details.rb +204 -0
- data/lib/oci/disaster_recovery/models/update_compute_instance_non_movable_block_volume_operation_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_compute_instance_non_movable_file_system_operation_details.rb +193 -0
- data/lib/oci/disaster_recovery/models/update_dr_plan_details.rb +5 -3
- data/lib/oci/disaster_recovery/models/update_dr_plan_execution_details.rb +5 -3
- data/lib/oci/disaster_recovery/models/update_dr_plan_group_details.rb +6 -4
- data/lib/oci/disaster_recovery/models/update_dr_plan_step_details.rb +4 -4
- data/lib/oci/disaster_recovery/models/update_dr_plan_user_defined_step_details.rb +14 -5
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_details.rb +7 -4
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.rb +9 -8
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.rb +33 -16
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.rb +56 -5
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_database_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_details.rb +9 -3
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.rb +185 -0
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/update_dr_protection_group_role_details.rb +2 -2
- data/lib/oci/disaster_recovery/models/update_file_system_mount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/update_file_system_unmount_details.rb +158 -0
- data/lib/oci/disaster_recovery/models/update_invoke_function_user_defined_step_details.rb +1 -1
- data/lib/oci/disaster_recovery/models/update_object_storage_log_location_details.rb +3 -3
- data/lib/oci/disaster_recovery/models/update_object_storage_script_location_details.rb +4 -4
- data/lib/oci/disaster_recovery/models/update_run_local_script_user_defined_step_details.rb +7 -2
- data/lib/oci/disaster_recovery/models/update_run_object_store_script_user_defined_step_details.rb +8 -1
- data/lib/oci/disaster_recovery/models/work_request.rb +3 -3
- data/lib/oci/disaster_recovery/models/work_request_error_collection.rb +1 -1
- data/lib/oci/disaster_recovery/models/work_request_log_entry.rb +1 -1
- data/lib/oci/disaster_recovery/models/work_request_resource.rb +1 -1
- data/lib/oci/disaster_recovery/models/work_request_summary.rb +4 -4
- data/lib/oci/disaster_recovery/models/work_request_summary_collection.rb +1 -1
- data/lib/oci/golden_gate/golden_gate.rb +33 -0
- data/lib/oci/golden_gate/golden_gate_client.rb +286 -6
- data/lib/oci/golden_gate/golden_gate_client_composite_operations.rb +104 -0
- data/lib/oci/golden_gate/models/amazon_kinesis_connection.rb +262 -0
- data/lib/oci/golden_gate/models/amazon_kinesis_connection_summary.rb +243 -0
- data/lib/oci/golden_gate/models/amazon_redshift_connection.rb +276 -0
- data/lib/oci/golden_gate/models/amazon_redshift_connection_summary.rb +257 -0
- data/lib/oci/golden_gate/models/amazon_s3_connection.rb +5 -5
- data/lib/oci/golden_gate/models/amazon_s3_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/azure_data_lake_storage_connection.rb +5 -5
- data/lib/oci/golden_gate/models/azure_data_lake_storage_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/azure_synapse_connection.rb +5 -5
- data/lib/oci/golden_gate/models/azure_synapse_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/certificate.rb +448 -0
- data/lib/oci/golden_gate/models/certificate_collection.rb +152 -0
- data/lib/oci/golden_gate/models/certificate_lifecycle_state.rb +16 -0
- data/lib/oci/golden_gate/models/certificate_summary.rb +249 -0
- data/lib/oci/golden_gate/models/connection.rb +33 -19
- data/lib/oci/golden_gate/models/connection_summary.rb +33 -19
- data/lib/oci/golden_gate/models/connection_type.rb +8 -1
- data/lib/oci/golden_gate/models/create_amazon_kinesis_connection_details.rb +230 -0
- data/lib/oci/golden_gate/models/create_amazon_redshift_connection_details.rb +241 -0
- data/lib/oci/golden_gate/models/create_amazon_s3_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_azure_data_lake_storage_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_azure_synapse_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_certificate_details.rb +168 -0
- data/lib/oci/golden_gate/models/create_connection_details.rb +34 -20
- data/lib/oci/golden_gate/models/create_deployment_details.rb +3 -1
- data/lib/oci/golden_gate/models/create_elasticsearch_connection_details.rb +279 -0
- data/lib/oci/golden_gate/models/create_generic_connection_details.rb +215 -0
- data/lib/oci/golden_gate/models/create_golden_gate_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_google_big_query_connection_details.rb +216 -0
- data/lib/oci/golden_gate/models/create_google_cloud_storage_connection_details.rb +216 -0
- data/lib/oci/golden_gate/models/create_hdfs_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_java_message_service_connection_details.rb +113 -5
- data/lib/oci/golden_gate/models/create_kafka_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_kafka_schema_registry_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_microsoft_sqlserver_connection_details.rb +6 -6
- data/lib/oci/golden_gate/models/create_mongo_db_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_mysql_connection_details.rb +10 -11
- data/lib/oci/golden_gate/models/create_oci_object_storage_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_oracle_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_oracle_nosql_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/create_postgresql_connection_details.rb +9 -8
- data/lib/oci/golden_gate/models/create_redis_connection_details.rb +327 -0
- data/lib/oci/golden_gate/models/create_snowflake_connection_details.rb +5 -5
- data/lib/oci/golden_gate/models/deployment.rb +2 -0
- data/lib/oci/golden_gate/models/deployment_summary.rb +2 -0
- data/lib/oci/golden_gate/models/deployment_type.rb +3 -1
- data/lib/oci/golden_gate/models/deployment_type_summary.rb +46 -6
- data/lib/oci/golden_gate/models/deployment_version_summary.rb +2 -0
- data/lib/oci/golden_gate/models/elasticsearch_connection.rb +340 -0
- data/lib/oci/golden_gate/models/elasticsearch_connection_summary.rb +283 -0
- data/lib/oci/golden_gate/models/generic_connection.rb +262 -0
- data/lib/oci/golden_gate/models/generic_connection_summary.rb +243 -0
- data/lib/oci/golden_gate/models/golden_gate_connection.rb +5 -5
- data/lib/oci/golden_gate/models/golden_gate_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/google_big_query_connection.rb +247 -0
- data/lib/oci/golden_gate/models/google_big_query_connection_summary.rb +228 -0
- data/lib/oci/golden_gate/models/google_cloud_storage_connection.rb +247 -0
- data/lib/oci/golden_gate/models/google_cloud_storage_connection_summary.rb +228 -0
- data/lib/oci/golden_gate/models/hdfs_connection.rb +5 -5
- data/lib/oci/golden_gate/models/hdfs_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/java_message_service_connection.rb +76 -5
- data/lib/oci/golden_gate/models/java_message_service_connection_summary.rb +37 -5
- data/lib/oci/golden_gate/models/kafka_connection.rb +5 -5
- data/lib/oci/golden_gate/models/kafka_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/kafka_schema_registry_connection.rb +5 -5
- data/lib/oci/golden_gate/models/kafka_schema_registry_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/microsoft_sqlserver_connection.rb +7 -6
- data/lib/oci/golden_gate/models/microsoft_sqlserver_connection_summary.rb +6 -6
- data/lib/oci/golden_gate/models/mongo_db_connection.rb +5 -5
- data/lib/oci/golden_gate/models/mongo_db_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/mysql_connection.rb +5 -5
- data/lib/oci/golden_gate/models/mysql_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/oci_object_storage_connection.rb +5 -5
- data/lib/oci/golden_gate/models/oci_object_storage_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/operation_type.rb +3 -1
- data/lib/oci/golden_gate/models/oracle_connection.rb +5 -5
- data/lib/oci/golden_gate/models/oracle_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/oracle_nosql_connection.rb +5 -5
- data/lib/oci/golden_gate/models/oracle_nosql_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/postgresql_connection.rb +5 -5
- data/lib/oci/golden_gate/models/postgresql_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/redis_connection.rb +341 -0
- data/lib/oci/golden_gate/models/redis_connection_summary.rb +283 -0
- data/lib/oci/golden_gate/models/snowflake_connection.rb +5 -5
- data/lib/oci/golden_gate/models/snowflake_connection_summary.rb +5 -5
- data/lib/oci/golden_gate/models/technology_type.rb +8 -0
- data/lib/oci/golden_gate/models/update_amazon_kinesis_connection_details.rb +208 -0
- data/lib/oci/golden_gate/models/update_amazon_redshift_connection_details.rb +219 -0
- data/lib/oci/golden_gate/models/update_connection_details.rb +15 -1
- data/lib/oci/golden_gate/models/update_elasticsearch_connection_details.rb +257 -0
- data/lib/oci/golden_gate/models/update_generic_connection_details.rb +193 -0
- data/lib/oci/golden_gate/models/update_google_big_query_connection_details.rb +194 -0
- data/lib/oci/golden_gate/models/update_google_cloud_storage_connection_details.rb +194 -0
- data/lib/oci/golden_gate/models/update_java_message_service_connection_details.rb +109 -1
- data/lib/oci/golden_gate/models/update_microsoft_sqlserver_connection_details.rb +1 -1
- data/lib/oci/golden_gate/models/update_mysql_connection_details.rb +5 -6
- data/lib/oci/golden_gate/models/update_postgresql_connection_details.rb +4 -3
- data/lib/oci/golden_gate/models/update_redis_connection_details.rb +305 -0
- data/lib/oci/golden_gate/models/work_request.rb +2 -0
- data/lib/oci/identity_domains/identity_domains.rb +108 -0
- data/lib/oci/identity_domains/identity_domains_client.rb +12111 -4165
- data/lib/oci/identity_domains/models/app_extension_radius_app_app.rb +27 -1
- data/lib/oci/identity_domains/models/approval_workflow.rb +506 -0
- data/lib/oci/identity_domains/models/approval_workflow_approval_workflow_steps.rb +240 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignment.rb +498 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignment_approval_workflow.rb +270 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignment_assigned_to.rb +270 -0
- data/lib/oci/identity_domains/models/approval_workflow_assignments.rb +203 -0
- data/lib/oci/identity_domains/models/approval_workflow_max_duration.rb +217 -0
- data/lib/oci/identity_domains/models/approval_workflow_step.rb +558 -0
- data/lib/oci/identity_domains/models/approval_workflow_step_approvers.rb +240 -0
- data/lib/oci/identity_domains/models/approval_workflow_steps.rb +203 -0
- data/lib/oci/identity_domains/models/approval_workflows.rb +203 -0
- data/lib/oci/identity_domains/models/authentication_factors_remover.rb +23 -4
- data/lib/oci/identity_domains/models/branding_setting.rb +841 -0
- data/lib/oci/identity_domains/models/branding_settings.rb +203 -0
- data/lib/oci/identity_domains/models/branding_settings_company_names.rb +175 -0
- data/lib/oci/identity_domains/models/branding_settings_default_company_names.rb +181 -0
- data/lib/oci/identity_domains/models/branding_settings_default_images.rb +198 -0
- data/lib/oci/identity_domains/models/branding_settings_default_login_texts.rb +181 -0
- data/lib/oci/identity_domains/models/branding_settings_images.rb +192 -0
- data/lib/oci/identity_domains/models/branding_settings_login_texts.rb +175 -0
- data/lib/oci/identity_domains/models/cloud_gate.rb +697 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_mappings.rb +397 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_servers.rb +253 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.rb +259 -0
- data/lib/oci/identity_domains/models/cloud_gate_ext_upstream_servers.rb +311 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping.rb +620 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_cloud_gate.rb +191 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_gateway_app.rb +211 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_server.rb +191 -0
- data/lib/oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.rb +218 -0
- data/lib/oci/identity_domains/models/cloud_gate_mappings.rb +203 -0
- data/lib/oci/identity_domains/models/cloud_gate_oauth_client.rb +217 -0
- data/lib/oci/identity_domains/models/cloud_gate_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/cloud_gate_server.rb +601 -0
- data/lib/oci/identity_domains/models/cloud_gate_server_cloud_gate.rb +191 -0
- data/lib/oci/identity_domains/models/cloud_gate_server_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/cloud_gate_servers.rb +203 -0
- data/lib/oci/identity_domains/models/cloud_gates.rb +203 -0
- data/lib/oci/identity_domains/models/condition.rb +612 -0
- data/lib/oci/identity_domains/models/condition_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/conditions.rb +203 -0
- data/lib/oci/identity_domains/models/defined_tags.rb +1 -0
- data/lib/oci/identity_domains/models/extension_social_identity_provider.rb +27 -1
- data/lib/oci/identity_domains/models/freeform_tags.rb +1 -0
- data/lib/oci/identity_domains/models/identity_provider_relay_idp_param_mappings.rb +203 -0
- data/lib/oci/identity_domains/models/me_password_changer.rb +1 -1
- data/lib/oci/identity_domains/models/my_authentication_factors_remover.rb +23 -4
- data/lib/oci/identity_domains/models/my_completed_approval.rb +648 -0
- data/lib/oci/identity_domains/models/my_completed_approvals.rb +203 -0
- data/lib/oci/identity_domains/models/my_pending_approval.rb +648 -0
- data/lib/oci/identity_domains/models/my_pending_approvals.rb +203 -0
- data/lib/oci/identity_domains/models/my_request.rb +113 -2
- data/lib/oci/identity_domains/models/my_request_approval_details.rb +297 -0
- data/lib/oci/identity_domains/models/my_request_requesting.rb +22 -1
- data/lib/oci/identity_domains/models/network_perimeter.rb +514 -0
- data/lib/oci/identity_domains/models/network_perimeter_ip_addresses.rb +240 -0
- data/lib/oci/identity_domains/models/network_perimeter_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/network_perimeters.rb +203 -0
- data/lib/oci/identity_domains/models/notification_setting.rb +611 -0
- data/lib/oci/identity_domains/models/notification_settings.rb +203 -0
- data/lib/oci/identity_domains/models/notification_settings_event_settings.rb +185 -0
- data/lib/oci/identity_domains/models/notification_settings_from_email_address.rb +273 -0
- data/lib/oci/identity_domains/models/notification_settings_search_request.rb +198 -0
- data/lib/oci/identity_domains/models/o_auth_client_certificate.rb +675 -0
- data/lib/oci/identity_domains/models/o_auth_client_certificate_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/o_auth_client_certificates.rb +203 -0
- data/lib/oci/identity_domains/models/o_auth_partner_certificate.rb +675 -0
- data/lib/oci/identity_domains/models/o_auth_partner_certificate_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/o_auth_partner_certificates.rb +203 -0
- data/lib/oci/identity_domains/models/policies.rb +203 -0
- data/lib/oci/identity_domains/models/policy.rb +567 -0
- data/lib/oci/identity_domains/models/policy_policy_type.rb +189 -0
- data/lib/oci/identity_domains/models/policy_rules.rb +222 -0
- data/lib/oci/identity_domains/models/policy_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/rule.rb +625 -0
- data/lib/oci/identity_domains/models/rule_condition_group.rb +250 -0
- data/lib/oci/identity_domains/models/rule_policy_type.rb +189 -0
- data/lib/oci/identity_domains/models/rule_return.rb +202 -0
- data/lib/oci/identity_domains/models/rule_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/rules.rb +203 -0
- data/lib/oci/identity_domains/models/schema.rb +358 -0
- data/lib/oci/identity_domains/models/schema_attributes.rb +2135 -0
- data/lib/oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.rb +206 -0
- data/lib/oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.rb +325 -0
- data/lib/oci/identity_domains/models/schema_localized_canonical_values.rb +202 -0
- data/lib/oci/identity_domains/models/schema_localized_display_name.rb +187 -0
- data/lib/oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.rb +187 -0
- data/lib/oci/identity_domains/models/schema_resolve_value_using_resource_type.rb +187 -0
- data/lib/oci/identity_domains/models/schema_search_request.rb +263 -0
- data/lib/oci/identity_domains/models/schema_sub_attributes.rb +1655 -0
- data/lib/oci/identity_domains/models/schemas.rb +203 -0
- data/lib/oci/identity_domains/models/self_registration_profile.rb +884 -0
- data/lib/oci/identity_domains/models/self_registration_profile_after_submit_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_consent_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_default_groups.rb +199 -0
- data/lib/oci/identity_domains/models/self_registration_profile_display_name.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_email_template.rb +209 -0
- data/lib/oci/identity_domains/models/self_registration_profile_footer_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_header_text.rb +201 -0
- data/lib/oci/identity_domains/models/self_registration_profile_search_request.rb +273 -0
- data/lib/oci/identity_domains/models/self_registration_profile_user_attributes.rb +244 -0
- data/lib/oci/identity_domains/models/self_registration_profiles.rb +203 -0
- data/lib/oci/identity_domains/models/setting.rb +1610 -0
- data/lib/oci/identity_domains/models/settings.rb +203 -0
- data/lib/oci/identity_domains/models/settings_certificate_validation.rb +394 -0
- data/lib/oci/identity_domains/models/settings_cloud_gate_cors_settings.rb +278 -0
- data/lib/oci/identity_domains/models/settings_company_names.rb +177 -0
- data/lib/oci/identity_domains/models/settings_default_company_names.rb +181 -0
- data/lib/oci/identity_domains/models/settings_default_images.rb +198 -0
- data/lib/oci/identity_domains/models/settings_default_login_texts.rb +182 -0
- data/lib/oci/identity_domains/models/settings_images.rb +192 -0
- data/lib/oci/identity_domains/models/settings_login_texts.rb +178 -0
- data/lib/oci/identity_domains/models/settings_purge_configs.rb +187 -0
- data/lib/oci/identity_domains/models/settings_search_request.rb +198 -0
- data/lib/oci/identity_domains/models/settings_tenant_custom_claims.rb +330 -0
- data/lib/oci/identity_domains/models/user_ext_risk_scores.rb +2 -0
- data/lib/oci/jms/java_management_service_client.rb +730 -72
- data/lib/oci/jms/java_management_service_client_composite_operations.rb +251 -0
- data/lib/oci/jms/jms.rb +23 -0
- data/lib/oci/jms/models/agent.rb +247 -0
- data/lib/oci/jms/models/agent_type.rb +13 -0
- data/lib/oci/jms/models/announcement_summary.rb +1 -1
- data/lib/oci/jms/models/blocklist.rb +7 -0
- data/lib/oci/jms/models/blocklist_entry.rb +7 -0
- data/lib/oci/jms/models/create_blocklist_details.rb +8 -1
- data/lib/oci/jms/models/create_drs_file_details.rb +179 -0
- data/lib/oci/jms/models/disable_drs_details.rb +156 -0
- data/lib/oci/jms/models/drs_file.rb +259 -0
- data/lib/oci/jms/models/drs_file_collection.rb +151 -0
- data/lib/oci/jms/models/drs_file_sort_by.rb +17 -0
- data/lib/oci/jms/models/drs_file_status.rb +15 -0
- data/lib/oci/jms/models/drs_file_summary.rb +259 -0
- data/lib/oci/jms/models/drs_target.rb +156 -0
- data/lib/oci/jms/models/enable_drs_details.rb +156 -0
- data/lib/oci/jms/models/export_duration.rb +14 -0
- data/lib/oci/jms/models/export_frequency.rb +14 -0
- data/lib/oci/jms/models/export_resources.rb +14 -0
- data/lib/oci/jms/models/export_run_status.rb +17 -0
- data/lib/oci/jms/models/export_setting.rb +386 -0
- data/lib/oci/jms/models/export_status.rb +223 -0
- data/lib/oci/jms/models/fleet.rb +16 -1
- data/lib/oci/jms/models/fleet_agent_configuration.rb +15 -1
- data/lib/oci/jms/models/fleet_summary.rb +16 -1
- data/lib/oci/jms/models/java_artifact.rb +119 -4
- data/lib/oci/jms/models/java_family.rb +53 -4
- data/lib/oci/jms/models/java_family_summary.rb +34 -4
- data/lib/oci/jms/models/java_migration_analysis_result.rb +15 -1
- data/lib/oci/jms/models/java_migration_analysis_result_summary.rb +15 -1
- data/lib/oci/jms/models/java_release.rb +34 -4
- data/lib/oci/jms/models/java_release_summary.rb +34 -4
- data/lib/oci/jms/models/lcm_work_item_details.rb +166 -0
- data/lib/oci/jms/models/manage_drs_details.rb +153 -0
- data/lib/oci/jms/models/managed_instance_usage.rb +45 -1
- data/lib/oci/jms/models/operation_type.rb +8 -1
- data/lib/oci/jms/models/patch_detail.rb +169 -0
- data/lib/oci/jms/models/performance_tuning_analysis.rb +1 -1
- data/lib/oci/jms/models/plugin.rb +162 -0
- data/lib/oci/jms/models/request_crypto_analyses_details.rb +2 -2
- data/lib/oci/jms/models/update_drs_file_details.rb +179 -0
- data/lib/oci/jms/models/update_export_setting_details.rb +306 -0
- data/lib/oci/jms/models/update_fleet_agent_configuration_details.rb +17 -4
- data/lib/oci/jms/models/work_item_details.rb +7 -0
- data/lib/oci/jms/models/work_item_type.rb +6 -1
- data/lib/oci/jms/models/work_request.rb +7 -0
- data/lib/oci/jms_java_downloads/java_download_client.rb +1812 -0
- data/lib/oci/jms_java_downloads/java_download_client_composite_operations.rb +392 -0
- data/lib/oci/jms_java_downloads/jms_java_downloads.rb +74 -0
- data/lib/oci/jms_java_downloads/models/action_type.rb +17 -0
- data/lib/oci/jms_java_downloads/models/aggregation_sort_by.rb +13 -0
- data/lib/oci/jms_java_downloads/models/checksum_type.rb +12 -0
- data/lib/oci/jms_java_downloads/models/create_java_download_report_details.rb +269 -0
- data/lib/oci/jms_java_downloads/models/create_java_download_token_details.rb +267 -0
- data/lib/oci/jms_java_downloads/models/create_java_license_acceptance_record_details.rb +210 -0
- data/lib/oci/jms_java_downloads/models/download_url.rb +189 -0
- data/lib/oci/jms_java_downloads/models/download_url_type.rb +13 -0
- data/lib/oci/jms_java_downloads/models/generate_artifact_download_url_details.rb +155 -0
- data/lib/oci/jms_java_downloads/models/java_download_count_aggregation.rb +249 -0
- data/lib/oci/jms_java_downloads/models/java_download_count_aggregation_collection.rb +186 -0
- data/lib/oci/jms_java_downloads/models/java_download_count_aggregation_type.rb +14 -0
- data/lib/oci/jms_java_downloads/models/java_download_record.rb +274 -0
- data/lib/oci/jms_java_downloads/models/java_download_record_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_download_record_sort_by.rb +14 -0
- data/lib/oci/jms_java_downloads/models/java_download_record_summary.rb +277 -0
- data/lib/oci/jms_java_downloads/models/java_download_report.rb +386 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_format.rb +12 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_sort_by.rb +13 -0
- data/lib/oci/jms_java_downloads/models/java_download_report_summary.rb +388 -0
- data/lib/oci/jms_java_downloads/models/java_download_token.rb +447 -0
- data/lib/oci/jms_java_downloads/models/java_download_token_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_download_token_summary.rb +450 -0
- data/lib/oci/jms_java_downloads/models/java_license.rb +202 -0
- data/lib/oci/jms_java_downloads/models/java_license_acceptance_record.rb +376 -0
- data/lib/oci/jms_java_downloads/models/java_license_acceptance_record_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_license_acceptance_record_summary.rb +380 -0
- data/lib/oci/jms_java_downloads/models/java_license_collection.rb +152 -0
- data/lib/oci/jms_java_downloads/models/java_license_summary.rb +204 -0
- data/lib/oci/jms_java_downloads/models/license_acceptance_sort_by.rb +14 -0
- data/lib/oci/jms_java_downloads/models/license_acceptance_status.rb +13 -0
- data/lib/oci/jms_java_downloads/models/license_sort_by.rb +13 -0
- data/lib/oci/jms_java_downloads/models/license_type.rb +14 -0
- data/lib/oci/jms_java_downloads/models/lifecycle_state.rb +18 -0
- data/lib/oci/jms_java_downloads/models/operation_status.rb +19 -0
- data/lib/oci/jms_java_downloads/models/operation_type.rb +16 -0
- data/lib/oci/jms_java_downloads/models/principal.rb +175 -0
- data/lib/oci/jms_java_downloads/models/request_summarized_java_download_counts_details.rb +321 -0
- data/lib/oci/jms_java_downloads/models/sort_order.rb +13 -0
- data/lib/oci/jms_java_downloads/models/token_lifecycle_details.rb +14 -0
- data/lib/oci/jms_java_downloads/models/token_sort_by.rb +16 -0
- data/lib/oci/jms_java_downloads/models/update_java_download_token_details.rb +239 -0
- data/lib/oci/jms_java_downloads/models/update_java_license_acceptance_record_details.rb +168 -0
- data/lib/oci/jms_java_downloads/models/work_request.rb +309 -0
- data/lib/oci/jms_java_downloads/models/work_request_error.rb +174 -0
- data/lib/oci/jms_java_downloads/models/work_request_error_collection.rb +151 -0
- data/lib/oci/jms_java_downloads/models/work_request_log_entry.rb +161 -0
- data/lib/oci/jms_java_downloads/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/jms_java_downloads/models/work_request_resource.rb +221 -0
- data/lib/oci/jms_java_downloads/models/work_request_summary.rb +309 -0
- data/lib/oci/jms_java_downloads/models/work_request_summary_collection.rb +151 -0
- data/lib/oci/jms_java_downloads/util.rb +3 -0
- data/lib/oci/lockbox/lockbox.rb +1 -0
- data/lib/oci/lockbox/lockbox_client.rb +147 -1
- data/lib/oci/lockbox/models/access_context_attribute.rb +14 -4
- data/lib/oci/lockbox/models/access_request.rb +51 -4
- data/lib/oci/lockbox/models/access_request_summary.rb +17 -1
- data/lib/oci/lockbox/models/approval_template.rb +0 -1
- data/lib/oci/lockbox/models/approval_template_summary.rb +0 -1
- data/lib/oci/lockbox/models/create_approval_template_details.rb +0 -1
- data/lib/oci/lockbox/models/create_lockbox_details.rb +17 -3
- data/lib/oci/lockbox/models/export_access_requests_details.rb +183 -0
- data/lib/oci/lockbox/models/lockbox.rb +31 -3
- data/lib/oci/lockbox/models/lockbox_summary.rb +17 -3
- data/lib/oci/lockbox/models/operation_status.rb +2 -1
- data/lib/oci/lockbox/models/operation_type.rb +4 -1
- data/lib/oci/lockbox/models/work_request.rb +4 -0
- data/lib/oci/lockbox/models/work_request_summary.rb +4 -0
- data/lib/oci/log_analytics/log_analytics_client.rb +91 -0
- data/lib/oci/log_analytics/models/export_details.rb +7 -8
- data/lib/oci/logging/logging.rb +4 -0
- data/lib/oci/logging/logging_management_client.rb +1 -4
- data/lib/oci/logging/models/grok_pattern.rb +3 -3
- data/lib/oci/logging/models/operational_metrics_configuration.rb +161 -0
- data/lib/oci/logging/models/operational_metrics_destination.rb +155 -0
- data/lib/oci/logging/models/operational_metrics_record_input.rb +165 -0
- data/lib/oci/logging/models/operational_metrics_source.rb +193 -0
- data/lib/oci/logging/models/parameter.rb +2 -34
- data/lib/oci/logging/models/unified_agent_cri_parser.rb +2 -2
- data/lib/oci/logging/models/unified_agent_csv_parser.rb +2 -2
- data/lib/oci/logging/models/unified_agent_grok_parser.rb +4 -4
- data/lib/oci/logging/models/unified_agent_logging_destination.rb +17 -4
- data/lib/oci/logging/models/unified_agent_logging_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_msgpack_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_multiline_grok_parser.rb +3 -3
- data/lib/oci/logging/models/unified_agent_parser.rb +5 -5
- data/lib/oci/logging/models/unified_agent_regex_parser.rb +1 -1
- data/lib/oci/logging/models/unified_agent_syslog_parser.rb +4 -4
- data/lib/oci/logging/models/unified_agent_tail_log_source.rb +1 -1
- data/lib/oci/logging/models/unified_agent_tsv_parser.rb +2 -2
- data/lib/oci/logging/models/unified_json_parser.rb +1 -1
- data/lib/oci/marketplace/marketplace.rb +15 -0
- data/lib/oci/marketplace/marketplace_client.rb +360 -0
- data/lib/oci/marketplace/marketplace_client_composite_operations.rb +51 -0
- data/lib/oci/marketplace/models/container_listing_package.rb +178 -0
- data/lib/oci/marketplace/models/create_publication_package.rb +3 -1
- data/lib/oci/marketplace/models/export_package_details.rb +169 -0
- data/lib/oci/marketplace/models/kubernetes_listing_package.rb +178 -0
- data/lib/oci/marketplace/models/listing.rb +2 -0
- data/lib/oci/marketplace/models/listing_package.rb +4 -0
- data/lib/oci/marketplace/models/listing_package_summary.rb +2 -0
- data/lib/oci/marketplace/models/listing_summary.rb +2 -0
- data/lib/oci/marketplace/models/operation_status.rb +15 -0
- data/lib/oci/marketplace/models/operation_type.rb +12 -0
- data/lib/oci/marketplace/models/package_type_enum.rb +3 -1
- data/lib/oci/marketplace/models/publication.rb +2 -0
- data/lib/oci/marketplace/models/publication_package.rb +2 -0
- data/lib/oci/marketplace/models/publication_package_summary.rb +2 -0
- data/lib/oci/marketplace/models/publication_summary.rb +2 -0
- data/lib/oci/marketplace/models/work_request.rb +327 -0
- data/lib/oci/marketplace/models/work_request_action_type.rb +18 -0
- data/lib/oci/marketplace/models/work_request_collection.rb +151 -0
- data/lib/oci/marketplace/models/work_request_error.rb +175 -0
- data/lib/oci/marketplace/models/work_request_error_collection.rb +152 -0
- data/lib/oci/marketplace/models/work_request_log_entry.rb +162 -0
- data/lib/oci/marketplace/models/work_request_log_entry_collection.rb +152 -0
- data/lib/oci/marketplace/models/work_request_resource.rb +233 -0
- data/lib/oci/marketplace/models/work_request_resource_metadata_key.rb +12 -0
- data/lib/oci/marketplace/models/work_request_summary.rb +330 -0
- data/lib/oci/marketplace_publisher/marketplace_publisher.rb +128 -0
- data/lib/oci/marketplace_publisher/marketplace_publisher_client.rb +4790 -0
- data/lib/oci/marketplace_publisher/marketplace_publisher_client_composite_operations.rb +1698 -0
- data/lib/oci/marketplace_publisher/models/action_type.rb +17 -0
- data/lib/oci/marketplace_publisher/models/artifact.rb +407 -0
- data/lib/oci/marketplace_publisher/models/artifact_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/artifact_summary.rb +319 -0
- data/lib/oci/marketplace_publisher/models/artifact_type_enum.rb +13 -0
- data/lib/oci/marketplace_publisher/models/category.rb +243 -0
- data/lib/oci/marketplace_publisher/models/category_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/category_summary.rb +224 -0
- data/lib/oci/marketplace_publisher/models/change_artifact_compartment_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/change_listing_compartment_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/change_term_compartment_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/container_image_artifact.rb +212 -0
- data/lib/oci/marketplace_publisher/models/container_image_details.rb +266 -0
- data/lib/oci/marketplace_publisher/models/container_package.rb +218 -0
- data/lib/oci/marketplace_publisher/models/create_artifact_details.rb +245 -0
- data/lib/oci/marketplace_publisher/models/create_container_image_artifact_details.rb +180 -0
- data/lib/oci/marketplace_publisher/models/create_container_image_details.rb +169 -0
- data/lib/oci/marketplace_publisher/models/create_helm_chart_image_details.rb +183 -0
- data/lib/oci/marketplace_publisher/models/create_kubernetes_image_artifact_details.rb +194 -0
- data/lib/oci/marketplace_publisher/models/create_listing_details.rb +250 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_attachment_details.rb +244 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_details.rb +395 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_note_details.rb +201 -0
- data/lib/oci/marketplace_publisher/models/create_listing_revision_package_details.rb +281 -0
- data/lib/oci/marketplace_publisher/models/create_related_document_attachment_details.rb +184 -0
- data/lib/oci/marketplace_publisher/models/create_screen_shot_attachment_details.rb +167 -0
- data/lib/oci/marketplace_publisher/models/create_term_details.rb +197 -0
- data/lib/oci/marketplace_publisher/models/create_video_attachment_details.rb +184 -0
- data/lib/oci/marketplace_publisher/models/create_video_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/helm_chart_image_details.rb +280 -0
- data/lib/oci/marketplace_publisher/models/helm_chart_package.rb +218 -0
- data/lib/oci/marketplace_publisher/models/kubernetes_image_artifact.rb +226 -0
- data/lib/oci/marketplace_publisher/models/language_item.rb +161 -0
- data/lib/oci/marketplace_publisher/models/listing.rb +394 -0
- data/lib/oci/marketplace_publisher/models/listing_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision.rb +664 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_attachment.rb +367 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_attachment_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_attachment_summary.rb +333 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_icon_attachment.rb +169 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_note.rb +344 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_note_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_note_summary.rb +305 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_package.rb +499 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_package_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_package_summary.rb +363 -0
- data/lib/oci/marketplace_publisher/models/listing_revision_summary.rb +401 -0
- data/lib/oci/marketplace_publisher/models/listing_summary.rb +337 -0
- data/lib/oci/marketplace_publisher/models/listing_type.rb +12 -0
- data/lib/oci/marketplace_publisher/models/market.rb +271 -0
- data/lib/oci/marketplace_publisher/models/market_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/market_summary.rb +237 -0
- data/lib/oci/marketplace_publisher/models/named_link.rb +161 -0
- data/lib/oci/marketplace_publisher/models/operation_status.rb +19 -0
- data/lib/oci/marketplace_publisher/models/operation_type.rb +26 -0
- data/lib/oci/marketplace_publisher/models/opn_membership.rb +232 -0
- data/lib/oci/marketplace_publisher/models/package_type.rb +13 -0
- data/lib/oci/marketplace_publisher/models/private_offer_account_details.rb +161 -0
- data/lib/oci/marketplace_publisher/models/product.rb +243 -0
- data/lib/oci/marketplace_publisher/models/product_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/product_summary.rb +223 -0
- data/lib/oci/marketplace_publisher/models/publication_status.rb +14 -0
- data/lib/oci/marketplace_publisher/models/publish_listing_revision_as_private_details.rb +155 -0
- data/lib/oci/marketplace_publisher/models/publisher.rb +525 -0
- data/lib/oci/marketplace_publisher/models/publisher_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/publisher_summary.rb +448 -0
- data/lib/oci/marketplace_publisher/models/related_document_attachment.rb +260 -0
- data/lib/oci/marketplace_publisher/models/screen_shot_attachment.rb +221 -0
- data/lib/oci/marketplace_publisher/models/sort_order.rb +13 -0
- data/lib/oci/marketplace_publisher/models/submit_listing_revision_for_review_details.rb +169 -0
- data/lib/oci/marketplace_publisher/models/support_contact.rb +181 -0
- data/lib/oci/marketplace_publisher/models/term.rb +334 -0
- data/lib/oci/marketplace_publisher/models/term_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/term_summary.rb +282 -0
- data/lib/oci/marketplace_publisher/models/term_version.rb +373 -0
- data/lib/oci/marketplace_publisher/models/term_version_attachment.rb +169 -0
- data/lib/oci/marketplace_publisher/models/term_version_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/term_version_summary.rb +285 -0
- data/lib/oci/marketplace_publisher/models/update_artifact_details.rb +246 -0
- data/lib/oci/marketplace_publisher/models/update_container_image_artifact_details.rb +179 -0
- data/lib/oci/marketplace_publisher/models/update_container_image_details.rb +169 -0
- data/lib/oci/marketplace_publisher/models/update_helm_chart_image_details.rb +183 -0
- data/lib/oci/marketplace_publisher/models/update_kubernetes_image_artifact_details.rb +193 -0
- data/lib/oci/marketplace_publisher/models/update_listing_details.rb +173 -0
- data/lib/oci/marketplace_publisher/models/update_listing_revision_attachment_details.rb +230 -0
- data/lib/oci/marketplace_publisher/models/update_listing_revision_details.rb +371 -0
- data/lib/oci/marketplace_publisher/models/update_listing_revision_package_details.rb +267 -0
- data/lib/oci/marketplace_publisher/models/update_related_document_attachment_details.rb +180 -0
- data/lib/oci/marketplace_publisher/models/update_screen_shot_attachment_details.rb +163 -0
- data/lib/oci/marketplace_publisher/models/update_term_details.rb +173 -0
- data/lib/oci/marketplace_publisher/models/update_term_version_details.rb +187 -0
- data/lib/oci/marketplace_publisher/models/update_video_attachment_details.rb +163 -0
- data/lib/oci/marketplace_publisher/models/upload_data.rb +179 -0
- data/lib/oci/marketplace_publisher/models/validation_status.rb +14 -0
- data/lib/oci/marketplace_publisher/models/version_details.rb +175 -0
- data/lib/oci/marketplace_publisher/models/video_attachment.rb +207 -0
- data/lib/oci/marketplace_publisher/models/work_request.rb +322 -0
- data/lib/oci/marketplace_publisher/models/work_request_error.rb +174 -0
- data/lib/oci/marketplace_publisher/models/work_request_error_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/work_request_log_entry.rb +161 -0
- data/lib/oci/marketplace_publisher/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/models/work_request_resource.rb +231 -0
- data/lib/oci/marketplace_publisher/models/work_request_resource_metadata_key.rb +12 -0
- data/lib/oci/marketplace_publisher/models/work_request_summary.rb +322 -0
- data/lib/oci/marketplace_publisher/models/work_request_summary_collection.rb +151 -0
- data/lib/oci/marketplace_publisher/util.rb +3 -0
- data/lib/oci/monitoring/models/alarm.rb +25 -18
- data/lib/oci/monitoring/models/alarm_dimension_states_collection.rb +2 -2
- data/lib/oci/monitoring/models/alarm_history_collection.rb +1 -1
- data/lib/oci/monitoring/models/alarm_status_summary.rb +4 -4
- data/lib/oci/monitoring/models/alarm_summary.rb +17 -10
- data/lib/oci/monitoring/models/create_alarm_details.rb +21 -15
- data/lib/oci/monitoring/models/datapoint.rb +1 -0
- data/lib/oci/monitoring/models/list_metrics_details.rb +1 -0
- data/lib/oci/monitoring/models/metric.rb +2 -1
- data/lib/oci/monitoring/models/metric_data.rb +6 -4
- data/lib/oci/monitoring/models/metric_data_details.rb +1 -0
- data/lib/oci/monitoring/models/summarize_metrics_data_details.rb +3 -3
- data/lib/oci/monitoring/models/suppression.rb +2 -1
- data/lib/oci/monitoring/models/update_alarm_details.rb +21 -16
- data/lib/oci/monitoring/monitoring_client.rb +120 -36
- data/lib/oci/mysql/db_system_client.rb +14 -0
- data/lib/oci/mysql/models/create_db_system_details.rb +34 -4
- data/lib/oci/mysql/models/database_management_status.rb +13 -0
- data/lib/oci/mysql/models/db_system.rb +40 -4
- data/lib/oci/mysql/models/db_system_snapshot.rb +40 -4
- data/lib/oci/mysql/models/db_system_summary.rb +40 -4
- data/lib/oci/mysql/models/update_db_system_details.rb +34 -4
- data/lib/oci/mysql/mysql.rb +1 -0
- data/lib/oci/network_firewall/models/action_type.rb +1 -1
- data/lib/oci/network_firewall/models/address_list.rb +222 -0
- data/lib/oci/network_firewall/models/address_list_summary.rb +209 -0
- data/lib/oci/network_firewall/models/address_list_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/address_list_type.rb +13 -0
- data/lib/oci/network_firewall/models/app_type.rb +13 -0
- data/lib/oci/network_firewall/models/application.rb +50 -9
- data/lib/oci/network_firewall/models/application_group.rb +190 -0
- data/lib/oci/network_firewall/models/application_group_summary.rb +179 -0
- data/lib/oci/network_firewall/models/application_group_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/application_summary.rb +212 -0
- data/lib/oci/network_firewall/models/application_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/apply_network_firewall_policy_details.rb +151 -0
- data/lib/oci/network_firewall/models/change_network_firewall_compartment_details.rb +1 -1
- data/lib/oci/network_firewall/models/change_network_firewall_policy_compartment_details.rb +1 -1
- data/lib/oci/network_firewall/models/clone_network_firewall_policy_details.rb +203 -0
- data/lib/oci/network_firewall/models/create_address_list_details.rb +185 -0
- data/lib/oci/network_firewall/models/create_application_details.rb +191 -0
- data/lib/oci/network_firewall/models/create_application_group_details.rb +161 -0
- data/lib/oci/network_firewall/models/create_decryption_profile_details.rb +191 -0
- data/lib/oci/network_firewall/models/create_decryption_rule_details.rb +223 -0
- data/lib/oci/network_firewall/models/create_icmp6_application_details.rb +181 -0
- data/lib/oci/network_firewall/models/create_icmp_application_details.rb +181 -0
- data/lib/oci/network_firewall/models/create_mapped_secret_details.rb +206 -0
- data/lib/oci/network_firewall/models/create_network_firewall_details.rb +6 -4
- data/lib/oci/network_firewall/models/create_network_firewall_policy_details.rb +7 -122
- data/lib/oci/network_firewall/models/create_security_rule_details.rb +231 -0
- data/lib/oci/network_firewall/models/create_service_details.rb +191 -0
- data/lib/oci/network_firewall/models/create_service_list_details.rb +161 -0
- data/lib/oci/network_firewall/models/create_ssl_forward_proxy_profile_details.rb +281 -0
- data/lib/oci/network_firewall/models/create_ssl_inbound_inspection_profile_details.rb +195 -0
- data/lib/oci/network_firewall/models/create_tcp_service_details.rb +168 -0
- data/lib/oci/network_firewall/models/create_udp_service_details.rb +168 -0
- data/lib/oci/network_firewall/models/create_url_list_details.rb +162 -0
- data/lib/oci/network_firewall/models/create_vault_mapped_secret_details.rb +185 -0
- data/lib/oci/network_firewall/models/decryption_action_type.rb +13 -0
- data/lib/oci/network_firewall/models/decryption_profile.rb +29 -5
- data/lib/oci/network_firewall/models/decryption_profile_summary.rb +200 -0
- data/lib/oci/network_firewall/models/decryption_profile_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/decryption_rule.rb +28 -5
- data/lib/oci/network_firewall/models/decryption_rule_match_criteria.rb +22 -14
- data/lib/oci/network_firewall/models/decryption_rule_summary.rb +239 -0
- data/lib/oci/network_firewall/models/decryption_rule_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/icmp6_application.rb +11 -3
- data/lib/oci/network_firewall/models/icmp6_application_summary.rb +185 -0
- data/lib/oci/network_firewall/models/icmp_application.rb +10 -2
- data/lib/oci/network_firewall/models/icmp_application_summary.rb +185 -0
- data/lib/oci/network_firewall/models/inspection_type.rb +13 -0
- data/lib/oci/network_firewall/models/lifecycle_state.rb +5 -2
- data/lib/oci/network_firewall/models/mapped_secret.rb +48 -6
- data/lib/oci/network_firewall/models/mapped_secret_summary.rb +210 -0
- data/lib/oci/network_firewall/models/mapped_secret_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/mapped_secret_type.rb +12 -0
- data/lib/oci/network_firewall/models/network_firewall.rb +15 -9
- data/lib/oci/network_firewall/models/network_firewall_collection.rb +1 -1
- data/lib/oci/network_firewall/models/network_firewall_policy.rb +20 -132
- data/lib/oci/network_firewall/models/network_firewall_policy_summary.rb +9 -4
- data/lib/oci/network_firewall/models/network_firewall_policy_summary_collection.rb +1 -1
- data/lib/oci/network_firewall/models/network_firewall_summary.rb +9 -4
- data/lib/oci/network_firewall/models/operation_status.rb +2 -1
- data/lib/oci/network_firewall/models/operation_type.rb +1 -1
- data/lib/oci/network_firewall/models/{tcp_application.rb → port_range.rb} +5 -12
- data/lib/oci/network_firewall/models/rule_position.rb +169 -0
- data/lib/oci/network_firewall/models/security_rule.rb +28 -5
- data/lib/oci/network_firewall/models/security_rule_match_criteria.rb +44 -26
- data/lib/oci/network_firewall/models/security_rule_summary.rb +253 -0
- data/lib/oci/network_firewall/models/security_rule_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/service.rb +213 -0
- data/lib/oci/network_firewall/models/service_list.rb +190 -0
- data/lib/oci/network_firewall/models/service_list_summary.rb +179 -0
- data/lib/oci/network_firewall/models/service_list_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/service_summary.rb +195 -0
- data/lib/oci/network_firewall/models/service_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/service_type.rb +13 -0
- data/lib/oci/network_firewall/models/simple_url_pattern.rb +5 -27
- data/lib/oci/network_firewall/models/sort_order.rb +1 -1
- data/lib/oci/network_firewall/models/ssl_forward_proxy_profile.rb +19 -11
- data/lib/oci/network_firewall/models/ssl_inbound_inspection_profile.rb +13 -5
- data/lib/oci/network_firewall/models/tcp_service.rb +172 -0
- data/lib/oci/network_firewall/models/traffic_action_type.rb +15 -0
- data/lib/oci/network_firewall/models/traffic_inspection_type.rb +13 -0
- data/lib/oci/network_firewall/models/udp_service.rb +172 -0
- data/lib/oci/network_firewall/models/update_address_list_details.rb +181 -0
- data/lib/oci/network_firewall/models/update_application_details.rb +182 -0
- data/lib/oci/network_firewall/models/update_application_group_details.rb +152 -0
- data/lib/oci/network_firewall/models/update_decryption_profile_details.rb +181 -0
- data/lib/oci/network_firewall/models/update_decryption_rule_details.rb +213 -0
- data/lib/oci/network_firewall/models/update_fqdn_address_list_details.rb +159 -0
- data/lib/oci/network_firewall/models/update_icmp6_application_details.rb +178 -0
- data/lib/oci/network_firewall/models/{udp_application.rb → update_icmp_application_details.rb} +25 -24
- data/lib/oci/network_firewall/models/update_ip_address_list_details.rb +159 -0
- data/lib/oci/network_firewall/models/update_mapped_secret_details.rb +195 -0
- data/lib/oci/network_firewall/models/update_network_firewall_details.rb +6 -4
- data/lib/oci/network_firewall/models/update_network_firewall_policy_details.rb +7 -122
- data/lib/oci/network_firewall/models/update_security_rule_details.rb +221 -0
- data/lib/oci/network_firewall/models/update_service_details.rb +182 -0
- data/lib/oci/network_firewall/models/update_service_list_details.rb +152 -0
- data/lib/oci/network_firewall/models/update_ssl_forward_proxy_profile_details.rb +277 -0
- data/lib/oci/network_firewall/models/update_ssl_inbound_inspection_profile_details.rb +191 -0
- data/lib/oci/network_firewall/models/update_tcp_service_details.rb +164 -0
- data/lib/oci/network_firewall/models/update_udp_service_details.rb +164 -0
- data/lib/oci/network_firewall/models/update_url_list_details.rb +151 -0
- data/lib/oci/network_firewall/models/update_vault_mapped_secret_details.rb +181 -0
- data/lib/oci/network_firewall/models/url_list.rb +192 -0
- data/lib/oci/network_firewall/models/url_list_summary.rb +179 -0
- data/lib/oci/network_firewall/models/url_list_summary_collection.rb +151 -0
- data/lib/oci/network_firewall/models/url_pattern.rb +1 -1
- data/lib/oci/network_firewall/models/vault_mapped_secret.rb +10 -2
- data/lib/oci/network_firewall/models/work_request.rb +2 -1
- data/lib/oci/network_firewall/models/work_request_error.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_error_collection.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_log_entry.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_resource.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_resource_metadata_key.rb +1 -1
- data/lib/oci/network_firewall/models/work_request_summary.rb +2 -1
- data/lib/oci/network_firewall/models/work_request_summary_collection.rb +1 -1
- data/lib/oci/network_firewall/network_firewall.rb +78 -3
- data/lib/oci/network_firewall/network_firewall_client.rb +4575 -367
- data/lib/oci/network_firewall/network_firewall_client_composite_operations.rb +650 -1
- data/lib/oci/nosql/models/create_replica_details.rb +203 -0
- data/lib/oci/nosql/models/replica.rb +265 -0
- data/lib/oci/nosql/models/table.rb +78 -1
- data/lib/oci/nosql/models/table_collection.rb +18 -4
- data/lib/oci/nosql/models/table_summary.rb +52 -1
- data/lib/oci/nosql/models/table_usage_summary.rb +19 -4
- data/lib/oci/nosql/nosql.rb +2 -0
- data/lib/oci/nosql/nosql_client.rb +140 -0
- data/lib/oci/nosql/nosql_client_composite_operations.rb +100 -0
- data/lib/oci/ocvp/cluster_client.rb +473 -0
- data/lib/oci/ocvp/cluster_client_composite_operations.rb +167 -0
- data/lib/oci/ocvp/esxi_host_client.rb +152 -3
- data/lib/oci/ocvp/esxi_host_client_composite_operations.rb +102 -1
- data/lib/oci/ocvp/models/action_types.rb +1 -1
- data/lib/oci/ocvp/models/change_sddc_compartment_details.rb +1 -1
- data/lib/oci/ocvp/models/cluster.rb +630 -0
- data/lib/oci/ocvp/models/cluster_collection.rb +151 -0
- data/lib/oci/ocvp/models/cluster_summary.rb +449 -0
- data/lib/oci/ocvp/models/commitment.rb +15 -0
- data/lib/oci/ocvp/models/create_cluster_details.rb +439 -0
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +72 -87
- data/lib/oci/ocvp/models/create_sddc_details.rb +46 -379
- data/lib/oci/ocvp/models/{datastore_summary.rb → datastore_details.rb} +2 -2
- data/lib/oci/ocvp/models/datastore_info.rb +12 -5
- data/lib/oci/ocvp/models/datastore_types.rb +1 -1
- data/lib/oci/ocvp/models/downgrade_hcx_details.rb +1 -1
- data/lib/oci/ocvp/models/esxi_host.rb +80 -49
- data/lib/oci/ocvp/models/esxi_host_collection.rb +1 -1
- data/lib/oci/ocvp/models/esxi_host_summary.rb +64 -48
- data/lib/oci/ocvp/models/hcx_license_status.rb +1 -1
- data/lib/oci/ocvp/models/hcx_license_summary.rb +1 -1
- data/lib/oci/ocvp/models/{sku.rb → hcx_modes.rb} +5 -6
- data/lib/oci/ocvp/models/initial_cluster_configuration.rb +395 -0
- data/lib/oci/ocvp/models/initial_configuration.rb +156 -0
- data/lib/oci/ocvp/models/lifecycle_states.rb +1 -1
- data/lib/oci/ocvp/models/network_configuration.rb +411 -0
- data/lib/oci/ocvp/models/operation_status.rb +1 -1
- data/lib/oci/ocvp/models/operation_types.rb +6 -2
- data/lib/oci/ocvp/models/password_types.rb +14 -0
- data/lib/oci/ocvp/models/replace_host_details.rb +160 -0
- data/lib/oci/ocvp/models/sddc.rb +71 -576
- data/lib/oci/ocvp/models/sddc_collection.rb +1 -1
- data/lib/oci/ocvp/models/sddc_password.rb +186 -0
- data/lib/oci/ocvp/models/sddc_summary.rb +41 -83
- data/lib/oci/ocvp/models/sort_orders.rb +1 -1
- data/lib/oci/ocvp/models/{supported_sku_summary.rb → supported_commitment_summary.rb} +4 -4
- data/lib/oci/ocvp/models/supported_commitment_summary_collection.rb +152 -0
- data/lib/oci/ocvp/models/supported_esxi_software_version_summary.rb +178 -0
- data/lib/oci/ocvp/models/supported_host_shape_collection.rb +1 -1
- data/lib/oci/ocvp/models/supported_host_shape_summary.rb +27 -49
- data/lib/oci/ocvp/models/supported_vmware_software_version_collection.rb +1 -1
- data/lib/oci/ocvp/models/supported_vmware_software_version_summary.rb +20 -5
- data/lib/oci/ocvp/models/update_cluster_details.rb +248 -0
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +22 -22
- data/lib/oci/ocvp/models/update_sddc_details.rb +22 -165
- data/lib/oci/ocvp/models/vsphere_license.rb +1 -1
- data/lib/oci/ocvp/models/{sddc_types.rb → vsphere_types.rb} +4 -4
- data/lib/oci/ocvp/models/vsphere_upgrade_object.rb +1 -1
- data/lib/oci/ocvp/models/work_request.rb +5 -1
- data/lib/oci/ocvp/models/work_request_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_error.rb +1 -1
- data/lib/oci/ocvp/models/work_request_error_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_log_entry.rb +1 -1
- data/lib/oci/ocvp/models/work_request_log_entry_collection.rb +1 -1
- data/lib/oci/ocvp/models/work_request_resource.rb +1 -1
- data/lib/oci/ocvp/ocvp.rb +21 -6
- data/lib/oci/ocvp/sddc_client.rb +114 -31
- data/lib/oci/ocvp/sddc_client_composite_operations.rb +1 -1
- data/lib/oci/ocvp/work_request_client.rb +3 -3
- data/lib/oci/ocvp/work_request_client_composite_operations.rb +1 -1
- data/lib/oci/onesubscription/models/commitment.rb +1 -0
- data/lib/oci/opsi/models/archival_state.rb +14 -0
- data/lib/oci/opsi/models/awr_hub_objects.rb +155 -0
- data/lib/oci/opsi/models/awr_hub_source.rb +531 -0
- data/lib/oci/opsi/models/awr_hub_source_lifecycle_state.rb +17 -0
- data/lib/oci/opsi/models/awr_hub_source_status.rb +15 -0
- data/lib/oci/opsi/models/awr_hub_source_summary.rb +531 -0
- data/lib/oci/opsi/models/awr_hub_source_summary_collection.rb +151 -0
- data/lib/oci/opsi/models/awr_hub_source_type.rb +27 -0
- data/lib/oci/opsi/models/awr_hub_sources.rb +155 -0
- data/lib/oci/opsi/models/change_awr_hub_source_compartment_details.rb +156 -0
- data/lib/oci/opsi/models/change_operations_insights_warehouse_compartment_details.rb +155 -0
- data/lib/oci/opsi/models/create_awr_hub_details.rb +1 -1
- data/lib/oci/opsi/models/create_awr_hub_source_details.rb +276 -0
- data/lib/oci/opsi/models/list_objects.rb +175 -0
- data/lib/oci/opsi/models/object_summary.rb +279 -0
- data/lib/oci/opsi/models/operation_type.rb +7 -1
- data/lib/oci/opsi/models/storage_tier.rb +14 -0
- data/lib/oci/opsi/models/update_awr_hub_source_details.rb +210 -0
- data/lib/oci/opsi/models/work_request.rb +6 -0
- data/lib/oci/opsi/operations_insights_client.rb +1197 -156
- data/lib/oci/opsi/operations_insights_client_composite_operations.rb +346 -0
- data/lib/oci/opsi/opsi.rb +16 -0
- data/lib/oci/osub_subscription/models/commitment.rb +1 -0
- data/lib/oci/psql/models/action_type.rb +17 -0
- data/lib/oci/psql/models/backup.rb +433 -0
- data/lib/oci/psql/models/backup_collection.rb +151 -0
- data/lib/oci/psql/models/backup_policy.rb +206 -0
- data/lib/oci/psql/models/backup_source_details.rb +180 -0
- data/lib/oci/psql/models/backup_summary.rb +340 -0
- data/lib/oci/psql/models/change_backup_compartment_details.rb +157 -0
- data/lib/oci/psql/models/change_configuration_compartment_details.rb +157 -0
- data/lib/oci/psql/models/change_db_system_compartment_details.rb +157 -0
- data/lib/oci/psql/models/config_overrides.rb +169 -0
- data/lib/oci/psql/models/config_params.rb +251 -0
- data/lib/oci/psql/models/configuration.rb +369 -0
- data/lib/oci/psql/models/configuration_collection.rb +151 -0
- data/lib/oci/psql/models/configuration_details.rb +151 -0
- data/lib/oci/psql/models/configuration_summary.rb +323 -0
- data/lib/oci/psql/models/connection_details.rb +188 -0
- data/lib/oci/psql/models/create_backup_details.rb +239 -0
- data/lib/oci/psql/models/create_configuration_details.rb +295 -0
- data/lib/oci/psql/models/create_db_instance_details.rb +181 -0
- data/lib/oci/psql/models/create_db_system_details.rb +381 -0
- data/lib/oci/psql/models/credentials.rb +167 -0
- data/lib/oci/psql/models/daily_backup_policy.rb +167 -0
- data/lib/oci/psql/models/db_configuration_override_collection.rb +151 -0
- data/lib/oci/psql/models/db_instance.rb +270 -0
- data/lib/oci/psql/models/db_instance_endpoint.rb +165 -0
- data/lib/oci/psql/models/db_system.rb +506 -0
- data/lib/oci/psql/models/db_system_collection.rb +151 -0
- data/lib/oci/psql/models/db_system_details.rb +169 -0
- data/lib/oci/psql/models/db_system_summary.rb +378 -0
- data/lib/oci/psql/models/default_config_params.rb +237 -0
- data/lib/oci/psql/models/default_configuration.rb +308 -0
- data/lib/oci/psql/models/default_configuration_collection.rb +151 -0
- data/lib/oci/psql/models/default_configuration_details.rb +151 -0
- data/lib/oci/psql/models/default_configuration_summary.rb +261 -0
- data/lib/oci/psql/models/endpoint.rb +176 -0
- data/lib/oci/psql/models/failover_db_system_details.rb +169 -0
- data/lib/oci/psql/models/management_policy.rb +170 -0
- data/lib/oci/psql/models/management_policy_details.rb +169 -0
- data/lib/oci/psql/models/monthly_backup_policy.rb +183 -0
- data/lib/oci/psql/models/network_details.rb +185 -0
- data/lib/oci/psql/models/none_backup_policy.rb +150 -0
- data/lib/oci/psql/models/none_source_details.rb +147 -0
- data/lib/oci/psql/models/oci_optimized_storage_details.rb +167 -0
- data/lib/oci/psql/models/operation_status.rb +18 -0
- data/lib/oci/psql/models/operation_type.rb +19 -0
- data/lib/oci/psql/models/password_details.rb +187 -0
- data/lib/oci/psql/models/patch_db_system_details.rb +154 -0
- data/lib/oci/psql/models/patch_insert_instruction.rb +204 -0
- data/lib/oci/psql/models/patch_instruction.rb +204 -0
- data/lib/oci/psql/models/patch_merge_instruction.rb +170 -0
- data/lib/oci/psql/models/patch_move_instruction.rb +195 -0
- data/lib/oci/psql/models/patch_prohibit_instruction.rb +170 -0
- data/lib/oci/psql/models/patch_remove_instruction.rb +152 -0
- data/lib/oci/psql/models/patch_replace_instruction.rb +167 -0
- data/lib/oci/psql/models/patch_require_instruction.rb +169 -0
- data/lib/oci/psql/models/plain_text_password_details.rb +159 -0
- data/lib/oci/psql/models/primary_db_instance_details.rb +155 -0
- data/lib/oci/psql/models/reset_master_user_password_details.rb +157 -0
- data/lib/oci/psql/models/restart_db_instance_in_db_system_details.rb +184 -0
- data/lib/oci/psql/models/restore_db_system_details.rb +167 -0
- data/lib/oci/psql/models/shape_collection.rb +151 -0
- data/lib/oci/psql/models/shape_summary.rb +190 -0
- data/lib/oci/psql/models/sort_order.rb +13 -0
- data/lib/oci/psql/models/source_details.rb +193 -0
- data/lib/oci/psql/models/storage_details.rb +208 -0
- data/lib/oci/psql/models/update_backup_details.rb +211 -0
- data/lib/oci/psql/models/update_configuration_details.rb +165 -0
- data/lib/oci/psql/models/update_db_config_params.rb +186 -0
- data/lib/oci/psql/models/update_db_system_db_instance_details.rb +165 -0
- data/lib/oci/psql/models/update_db_system_details.rb +236 -0
- data/lib/oci/psql/models/update_storage_details_params.rb +153 -0
- data/lib/oci/psql/models/vault_secret_password_details.rb +177 -0
- data/lib/oci/psql/models/weekly_backup_policy.rb +213 -0
- data/lib/oci/psql/models/work_request.rb +311 -0
- data/lib/oci/psql/models/work_request_error.rb +174 -0
- data/lib/oci/psql/models/work_request_error_collection.rb +151 -0
- data/lib/oci/psql/models/work_request_log_entry.rb +161 -0
- data/lib/oci/psql/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/psql/models/work_request_resource.rb +228 -0
- data/lib/oci/psql/models/work_request_resource_metadata_key.rb +12 -0
- data/lib/oci/psql/models/work_request_summary.rb +311 -0
- data/lib/oci/psql/models/work_request_summary_collection.rb +151 -0
- data/lib/oci/psql/postgresql_client.rb +2223 -0
- data/lib/oci/psql/postgresql_client_composite_operations.rb +873 -0
- data/lib/oci/psql/psql.rb +104 -0
- data/lib/oci/psql/util.rb +3 -0
- data/lib/oci/redis/models/action_type.rb +17 -0
- data/lib/oci/redis/models/change_redis_cluster_compartment_details.rb +157 -0
- data/lib/oci/redis/models/create_redis_cluster_details.rb +257 -0
- data/lib/oci/redis/models/node.rb +184 -0
- data/lib/oci/redis/models/node_collection.rb +151 -0
- data/lib/oci/redis/models/operation_status.rb +19 -0
- data/lib/oci/redis/models/operation_type.rb +20 -0
- data/lib/oci/redis/models/redis_cluster.rb +451 -0
- data/lib/oci/redis/models/redis_cluster_collection.rb +151 -0
- data/lib/oci/redis/models/redis_cluster_summary.rb +396 -0
- data/lib/oci/redis/models/sort_order.rb +13 -0
- data/lib/oci/redis/models/update_redis_cluster_details.rb +215 -0
- data/lib/oci/redis/models/work_request.rb +311 -0
- data/lib/oci/redis/models/work_request_error.rb +173 -0
- data/lib/oci/redis/models/work_request_error_collection.rb +151 -0
- data/lib/oci/redis/models/work_request_log_entry.rb +161 -0
- data/lib/oci/redis/models/work_request_log_entry_collection.rb +151 -0
- data/lib/oci/redis/models/work_request_resource.rb +221 -0
- data/lib/oci/redis/models/work_request_summary.rb +343 -0
- data/lib/oci/{ocvp/models/supported_sku_summary_collection.rb → redis/models/work_request_summary_collection.rb} +7 -8
- data/lib/oci/redis/redis.rb +42 -0
- data/lib/oci/redis/redis_cluster_client.rb +839 -0
- data/lib/oci/redis/redis_cluster_client_composite_operations.rb +225 -0
- data/lib/oci/redis/util.rb +3 -0
- data/lib/oci/regions_definitions.rb +15 -4
- data/lib/oci/stack_monitoring/models/anomaly_data_point.rb +191 -0
- data/lib/oci/stack_monitoring/models/anomaly_metric_data.rb +165 -0
- data/lib/oci/stack_monitoring/models/associated_monitored_resource.rb +30 -1
- data/lib/oci/stack_monitoring/models/associated_resources_summary.rb +30 -1
- data/lib/oci/stack_monitoring/models/baselineable_metric.rb +375 -0
- data/lib/oci/stack_monitoring/models/baselineable_metric_life_cycle_states.rb +13 -0
- data/lib/oci/stack_monitoring/models/baselineable_metric_summary.rb +319 -0
- data/lib/oci/stack_monitoring/models/baselineable_metric_summary_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/change_metric_extension_compartment_details.rb +157 -0
- data/lib/oci/stack_monitoring/models/change_monitored_resource_task_compartment_details.rb +157 -0
- data/lib/oci/stack_monitoring/models/config.rb +4 -0
- data/lib/oci/stack_monitoring/models/config_summary.rb +2 -0
- data/lib/oci/stack_monitoring/models/create_baselineable_metric_details.rb +199 -0
- data/lib/oci/stack_monitoring/models/create_config_details.rb +2 -0
- data/lib/oci/stack_monitoring/models/create_license_auto_assign_config_details.rb +189 -0
- data/lib/oci/stack_monitoring/models/create_license_enterprise_extensibility_config_details.rb +180 -0
- data/lib/oci/stack_monitoring/models/create_metric_extension_details.rb +245 -0
- data/lib/oci/stack_monitoring/models/create_monitored_resource_details.rb +26 -1
- data/lib/oci/stack_monitoring/models/create_monitored_resource_task_details.rb +214 -0
- data/lib/oci/stack_monitoring/models/create_monitored_resource_type_details.rb +250 -0
- data/lib/oci/stack_monitoring/models/data_point.rb +161 -0
- data/lib/oci/stack_monitoring/models/disable_metric_extension_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/discovery_details.rb +30 -1
- data/lib/oci/stack_monitoring/models/discovery_job_summary.rb +30 -1
- data/lib/oci/stack_monitoring/models/enable_metric_extension_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/enabled_resource_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/evaluate_baselineable_metric_details.rb +165 -0
- data/lib/oci/stack_monitoring/models/evaluate_baselineable_metric_result.rb +165 -0
- data/lib/oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.rb +245 -0
- data/lib/oci/stack_monitoring/models/jmx_query_properties.rb +221 -0
- data/lib/oci/stack_monitoring/models/jmx_update_query_properties.rb +221 -0
- data/lib/oci/stack_monitoring/models/license_auto_assign_config_details.rb +217 -0
- data/lib/oci/stack_monitoring/models/license_auto_assign_config_summary.rb +216 -0
- data/lib/oci/stack_monitoring/models/license_enterprise_extensibility_config_details.rb +201 -0
- data/lib/oci/stack_monitoring/models/license_enterprise_extensibility_config_summary.rb +200 -0
- data/lib/oci/stack_monitoring/models/license_type.rb +13 -0
- data/lib/oci/stack_monitoring/models/manage_license_details.rb +165 -0
- data/lib/oci/stack_monitoring/models/metric.rb +290 -0
- data/lib/oci/stack_monitoring/models/metric_data.rb +179 -0
- data/lib/oci/stack_monitoring/models/metric_extension.rb +444 -0
- data/lib/oci/stack_monitoring/models/metric_extension_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/metric_extension_collection_methods.rb +14 -0
- data/lib/oci/stack_monitoring/models/metric_extension_life_cycle_details.rb +13 -0
- data/lib/oci/stack_monitoring/models/metric_extension_life_cycle_states.rb +13 -0
- data/lib/oci/stack_monitoring/models/metric_extension_query_properties.rb +194 -0
- data/lib/oci/stack_monitoring/models/metric_extension_sort_by.rb +13 -0
- data/lib/oci/stack_monitoring/models/metric_extension_summary.rb +366 -0
- data/lib/oci/stack_monitoring/models/metric_extension_update_query_properties.rb +187 -0
- data/lib/oci/stack_monitoring/models/monitored_resource.rb +30 -1
- data/lib/oci/stack_monitoring/models/monitored_resource_member_summary.rb +30 -1
- data/lib/oci/stack_monitoring/models/monitored_resource_sort_by.rb +13 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_summary.rb +44 -1
- data/lib/oci/stack_monitoring/models/monitored_resource_task.rb +340 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_task_details.rb +186 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_task_lifecycle_state.rb +19 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_task_summary.rb +311 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_tasks_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_type.rb +346 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_type_summary.rb +345 -0
- data/lib/oci/stack_monitoring/models/monitored_resource_types_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/monitored_resources_count_aggregation.rb +166 -0
- data/lib/oci/stack_monitoring/models/monitored_resources_count_aggregation_collection.rb +151 -0
- data/lib/oci/stack_monitoring/models/operation_type.rb +5 -1
- data/lib/oci/stack_monitoring/models/os_command_query_properties.rb +206 -0
- data/lib/oci/stack_monitoring/models/os_command_update_query_properties.rb +206 -0
- data/lib/oci/stack_monitoring/models/resource_type_lifecycle_state.rb +17 -0
- data/lib/oci/stack_monitoring/models/resource_type_metadata_details.rb +189 -0
- data/lib/oci/stack_monitoring/models/script_file_details.rb +161 -0
- data/lib/oci/stack_monitoring/models/search_monitored_resources_details.rb +24 -1
- data/lib/oci/stack_monitoring/models/sql_details.rb +165 -0
- data/lib/oci/stack_monitoring/models/sql_in_param_details.rb +169 -0
- data/lib/oci/stack_monitoring/models/sql_out_param_details.rb +189 -0
- data/lib/oci/stack_monitoring/models/sql_out_param_types.rb +13 -0
- data/lib/oci/stack_monitoring/models/sql_query_properties.rb +224 -0
- data/lib/oci/stack_monitoring/models/sql_query_types.rb +13 -0
- data/lib/oci/stack_monitoring/models/sql_update_query_properties.rb +216 -0
- data/lib/oci/stack_monitoring/models/system_format_resource_type_metadata_details.rb +251 -0
- data/lib/oci/stack_monitoring/models/test_metric_extension_data.rb +197 -0
- data/lib/oci/stack_monitoring/models/test_metric_extension_details.rb +155 -0
- data/lib/oci/stack_monitoring/models/unique_property_set.rb +151 -0
- data/lib/oci/stack_monitoring/models/update_baselineable_metric_details.rb +309 -0
- data/lib/oci/stack_monitoring/models/update_config_details.rb +2 -0
- data/lib/oci/stack_monitoring/models/update_license_auto_assign_config_details.rb +185 -0
- data/lib/oci/stack_monitoring/models/update_license_enterprise_extensibility_config_details.rb +176 -0
- data/lib/oci/stack_monitoring/models/update_metric_extension_details.rb +206 -0
- data/lib/oci/stack_monitoring/models/update_monitored_resource_task_details.rb +173 -0
- data/lib/oci/stack_monitoring/models/update_monitored_resource_type_details.rb +220 -0
- data/lib/oci/stack_monitoring/models/work_request.rb +4 -0
- data/lib/oci/stack_monitoring/models/work_request_summary.rb +4 -0
- data/lib/oci/stack_monitoring/stack_monitoring.rb +73 -0
- data/lib/oci/stack_monitoring/stack_monitoring_client.rb +2942 -717
- data/lib/oci/stack_monitoring/stack_monitoring_client_composite_operations.rb +651 -16
- data/lib/oci/tenant_manager_control_plane/models/sku.rb +0 -1
- data/lib/oci/version.rb +1 -1
- data/lib/oci/vn_monitoring/models/capture_filter.rb +20 -4
- data/lib/oci/vn_monitoring/models/create_capture_filter_details.rb +21 -5
- data/lib/oci/vn_monitoring/models/flow_log_capture_filter_rule_details.rb +334 -0
- data/lib/oci/vn_monitoring/models/service.rb +1 -0
- data/lib/oci/vn_monitoring/models/update_capture_filter_details.rb +16 -1
- data/lib/oci/vn_monitoring/vn_monitoring.rb +1 -0
- data/lib/oci.rb +4 -0
- metadata +929 -9
@@ -244,6 +244,77 @@ module OCI
|
|
244
244
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
245
245
|
|
246
246
|
|
247
|
+
# Moves an AwrHubSource resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
|
248
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
249
|
+
# @param [OCI::Opsi::Models::ChangeAwrHubSourceCompartmentDetails] change_awr_hub_source_compartment_details The information to be updated.
|
250
|
+
# @param [Hash] opts the optional parameters
|
251
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
252
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
253
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
254
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
255
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
256
|
+
#
|
257
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
258
|
+
# Oracle about a particular request, please provide the request ID.
|
259
|
+
#
|
260
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request that can be retried in case of a timeout or
|
261
|
+
# server error without risk of executing the same action again. Retry tokens expire after 24
|
262
|
+
# hours.
|
263
|
+
#
|
264
|
+
# *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
265
|
+
# operations, such as a resource being deleted or purged from the system.
|
266
|
+
#
|
267
|
+
# @return [Response] A Response object with data of type nil
|
268
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/change_awr_hub_source_compartment.rb.html) to see an example of how to use change_awr_hub_source_compartment API.
|
269
|
+
def change_awr_hub_source_compartment(awr_hub_source_id, change_awr_hub_source_compartment_details, opts = {})
|
270
|
+
logger.debug 'Calling operation OperationsInsightsClient#change_awr_hub_source_compartment.' if logger
|
271
|
+
|
272
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling change_awr_hub_source_compartment." if awr_hub_source_id.nil?
|
273
|
+
raise "Missing the required parameter 'change_awr_hub_source_compartment_details' when calling change_awr_hub_source_compartment." if change_awr_hub_source_compartment_details.nil?
|
274
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
275
|
+
|
276
|
+
path = '/awrHubSources/{awrHubSourceId}/actions/changeCompartment'.sub('{awrHubSourceId}', awr_hub_source_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(change_awr_hub_source_compartment_details)
|
294
|
+
|
295
|
+
# rubocop:disable Metrics/BlockLength
|
296
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#change_awr_hub_source_compartment') 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
|
+
)
|
306
|
+
end
|
307
|
+
# rubocop:enable Metrics/BlockLength
|
308
|
+
end
|
309
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
310
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
311
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
312
|
+
|
313
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
314
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
315
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
316
|
+
|
317
|
+
|
247
318
|
# Moves a DatabaseInsight resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
|
248
319
|
# @param [String] database_insight_id Unique database insight identifier
|
249
320
|
# @param [OCI::Opsi::Models::ChangeDatabaseInsightCompartmentDetails] change_database_insight_compartment_details The information to be updated.
|
@@ -661,6 +732,77 @@ module OCI
|
|
661
732
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
662
733
|
|
663
734
|
|
735
|
+
# Moves a Operations Insights Warehouse resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
|
736
|
+
# @param [String] operations_insights_warehouse_id Unique Operations Insights Warehouse identifier
|
737
|
+
# @param [OCI::Opsi::Models::ChangeOperationsInsightsWarehouseCompartmentDetails] change_operations_insights_warehouse_compartment_details The information to be updated.
|
738
|
+
# @param [Hash] opts the optional parameters
|
739
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
740
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
741
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
742
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
743
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
744
|
+
#
|
745
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
746
|
+
# Oracle about a particular request, please provide the request ID.
|
747
|
+
#
|
748
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request that can be retried in case of a timeout or
|
749
|
+
# server error without risk of executing the same action again. Retry tokens expire after 24
|
750
|
+
# hours.
|
751
|
+
#
|
752
|
+
# *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
753
|
+
# operations, such as a resource being deleted or purged from the system.
|
754
|
+
#
|
755
|
+
# @return [Response] A Response object with data of type nil
|
756
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/change_operations_insights_warehouse_compartment.rb.html) to see an example of how to use change_operations_insights_warehouse_compartment API.
|
757
|
+
def change_operations_insights_warehouse_compartment(operations_insights_warehouse_id, change_operations_insights_warehouse_compartment_details, opts = {})
|
758
|
+
logger.debug 'Calling operation OperationsInsightsClient#change_operations_insights_warehouse_compartment.' if logger
|
759
|
+
|
760
|
+
raise "Missing the required parameter 'operations_insights_warehouse_id' when calling change_operations_insights_warehouse_compartment." if operations_insights_warehouse_id.nil?
|
761
|
+
raise "Missing the required parameter 'change_operations_insights_warehouse_compartment_details' when calling change_operations_insights_warehouse_compartment." if change_operations_insights_warehouse_compartment_details.nil?
|
762
|
+
raise "Parameter value for 'operations_insights_warehouse_id' must not be blank" if OCI::Internal::Util.blank_string?(operations_insights_warehouse_id)
|
763
|
+
|
764
|
+
path = '/operationsInsightsWarehouses/{operationsInsightsWarehouseId}/actions/changeCompartment'.sub('{operationsInsightsWarehouseId}', operations_insights_warehouse_id.to_s)
|
765
|
+
operation_signing_strategy = :standard
|
766
|
+
|
767
|
+
# rubocop:disable Style/NegatedIf
|
768
|
+
# Query Params
|
769
|
+
query_params = {}
|
770
|
+
|
771
|
+
# Header Params
|
772
|
+
header_params = {}
|
773
|
+
header_params[:accept] = 'application/json'
|
774
|
+
header_params[:'content-type'] = 'application/json'
|
775
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
776
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
777
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
778
|
+
# rubocop:enable Style/NegatedIf
|
779
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
780
|
+
|
781
|
+
post_body = @api_client.object_to_http_body(change_operations_insights_warehouse_compartment_details)
|
782
|
+
|
783
|
+
# rubocop:disable Metrics/BlockLength
|
784
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#change_operations_insights_warehouse_compartment') do
|
785
|
+
@api_client.call_api(
|
786
|
+
:POST,
|
787
|
+
path,
|
788
|
+
endpoint,
|
789
|
+
header_params: header_params,
|
790
|
+
query_params: query_params,
|
791
|
+
operation_signing_strategy: operation_signing_strategy,
|
792
|
+
body: post_body
|
793
|
+
)
|
794
|
+
end
|
795
|
+
# rubocop:enable Metrics/BlockLength
|
796
|
+
end
|
797
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
798
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
799
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
800
|
+
|
801
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
802
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
803
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
804
|
+
|
805
|
+
|
664
806
|
# Moves an OpsiConfiguration resource from one compartment to another.
|
665
807
|
# @param [String] opsi_configuration_id [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of OPSI configuration resource.
|
666
808
|
#
|
@@ -870,6 +1012,71 @@ module OCI
|
|
870
1012
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
871
1013
|
|
872
1014
|
|
1015
|
+
# Register Awr Hub source
|
1016
|
+
#
|
1017
|
+
# @param [OCI::Opsi::Models::CreateAwrHubSourceDetails] create_awr_hub_source_details Payload containing details to register the source database
|
1018
|
+
# @param [Hash] opts the optional parameters
|
1019
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1020
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
1021
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request that can be retried in case of a timeout or
|
1022
|
+
# server error without risk of executing the same action again. Retry tokens expire after 24
|
1023
|
+
# hours.
|
1024
|
+
#
|
1025
|
+
# *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
1026
|
+
# operations, such as a resource being deleted or purged from the system.
|
1027
|
+
#
|
1028
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
1029
|
+
# Oracle about a particular request, please provide the request ID.
|
1030
|
+
#
|
1031
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AwrHubSource AwrHubSource}
|
1032
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/create_awr_hub_source.rb.html) to see an example of how to use create_awr_hub_source API.
|
1033
|
+
def create_awr_hub_source(create_awr_hub_source_details, opts = {})
|
1034
|
+
logger.debug 'Calling operation OperationsInsightsClient#create_awr_hub_source.' if logger
|
1035
|
+
|
1036
|
+
raise "Missing the required parameter 'create_awr_hub_source_details' when calling create_awr_hub_source." if create_awr_hub_source_details.nil?
|
1037
|
+
|
1038
|
+
path = '/awrHubSources'
|
1039
|
+
operation_signing_strategy = :standard
|
1040
|
+
|
1041
|
+
# rubocop:disable Style/NegatedIf
|
1042
|
+
# Query Params
|
1043
|
+
query_params = {}
|
1044
|
+
|
1045
|
+
# Header Params
|
1046
|
+
header_params = {}
|
1047
|
+
header_params[:accept] = 'application/json'
|
1048
|
+
header_params[:'content-type'] = 'application/json'
|
1049
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
1050
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
1051
|
+
# rubocop:enable Style/NegatedIf
|
1052
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
1053
|
+
|
1054
|
+
post_body = @api_client.object_to_http_body(create_awr_hub_source_details)
|
1055
|
+
|
1056
|
+
# rubocop:disable Metrics/BlockLength
|
1057
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#create_awr_hub_source') do
|
1058
|
+
@api_client.call_api(
|
1059
|
+
:POST,
|
1060
|
+
path,
|
1061
|
+
endpoint,
|
1062
|
+
header_params: header_params,
|
1063
|
+
query_params: query_params,
|
1064
|
+
operation_signing_strategy: operation_signing_strategy,
|
1065
|
+
body: post_body,
|
1066
|
+
return_type: 'OCI::Opsi::Models::AwrHubSource'
|
1067
|
+
)
|
1068
|
+
end
|
1069
|
+
# rubocop:enable Metrics/BlockLength
|
1070
|
+
end
|
1071
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1072
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
1073
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
1074
|
+
|
1075
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
1076
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
1077
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1078
|
+
|
1079
|
+
|
873
1080
|
# Create a Database Insight resource for a database in Operations Insights. The database will be enabled in Operations Insights. Database metric collection and analysis will be started.
|
874
1081
|
#
|
875
1082
|
# @param [OCI::Opsi::Models::CreateDatabaseInsightDetails] create_database_insight_details Details for the database for which a Database Insight resource will be created in Operations Insights.
|
@@ -1564,8 +1771,9 @@ module OCI
|
|
1564
1771
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1565
1772
|
|
1566
1773
|
|
1567
|
-
# Deletes
|
1568
|
-
# @param [String]
|
1774
|
+
# Deletes an Awr Hub object.
|
1775
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
1776
|
+
# @param [String] object_name Unique Awr Hub Object identifier
|
1569
1777
|
# @param [Hash] opts the optional parameters
|
1570
1778
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1571
1779
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1577,14 +1785,16 @@ module OCI
|
|
1577
1785
|
# Oracle about a particular request, please provide the request ID.
|
1578
1786
|
#
|
1579
1787
|
# @return [Response] A Response object with data of type nil
|
1580
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
1581
|
-
def
|
1582
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
1788
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_awr_hub_object.rb.html) to see an example of how to use delete_awr_hub_object API.
|
1789
|
+
def delete_awr_hub_object(awr_hub_source_id, object_name, opts = {})
|
1790
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_awr_hub_object.' if logger
|
1583
1791
|
|
1584
|
-
raise "Missing the required parameter '
|
1585
|
-
raise "
|
1792
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling delete_awr_hub_object." if awr_hub_source_id.nil?
|
1793
|
+
raise "Missing the required parameter 'object_name' when calling delete_awr_hub_object." if object_name.nil?
|
1794
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
1795
|
+
raise "Parameter value for 'object_name' must not be blank" if OCI::Internal::Util.blank_string?(object_name)
|
1586
1796
|
|
1587
|
-
path = '/
|
1797
|
+
path = '/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}'.sub('{awrHubSourceId}', awr_hub_source_id.to_s).sub('{objectName}', object_name.to_s)
|
1588
1798
|
operation_signing_strategy = :standard
|
1589
1799
|
|
1590
1800
|
# rubocop:disable Style/NegatedIf
|
@@ -1602,7 +1812,7 @@ module OCI
|
|
1602
1812
|
post_body = nil
|
1603
1813
|
|
1604
1814
|
# rubocop:disable Metrics/BlockLength
|
1605
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
1815
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#delete_awr_hub_object') do
|
1606
1816
|
@api_client.call_api(
|
1607
1817
|
:DELETE,
|
1608
1818
|
path,
|
@@ -1624,8 +1834,8 @@ module OCI
|
|
1624
1834
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1625
1835
|
|
1626
1836
|
|
1627
|
-
# Deletes an
|
1628
|
-
# @param [String]
|
1837
|
+
# Deletes an Awr Hub source object.
|
1838
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
1629
1839
|
# @param [Hash] opts the optional parameters
|
1630
1840
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1631
1841
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1637,14 +1847,14 @@ module OCI
|
|
1637
1847
|
# Oracle about a particular request, please provide the request ID.
|
1638
1848
|
#
|
1639
1849
|
# @return [Response] A Response object with data of type nil
|
1640
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
1641
|
-
def
|
1642
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
1850
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_awr_hub_source.rb.html) to see an example of how to use delete_awr_hub_source API.
|
1851
|
+
def delete_awr_hub_source(awr_hub_source_id, opts = {})
|
1852
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_awr_hub_source.' if logger
|
1643
1853
|
|
1644
|
-
raise "Missing the required parameter '
|
1645
|
-
raise "Parameter value for '
|
1854
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling delete_awr_hub_source." if awr_hub_source_id.nil?
|
1855
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
1646
1856
|
|
1647
|
-
path = '/
|
1857
|
+
path = '/awrHubSources/{awrHubSourceId}'.sub('{awrHubSourceId}', awr_hub_source_id.to_s)
|
1648
1858
|
operation_signing_strategy = :standard
|
1649
1859
|
|
1650
1860
|
# rubocop:disable Style/NegatedIf
|
@@ -1662,7 +1872,7 @@ module OCI
|
|
1662
1872
|
post_body = nil
|
1663
1873
|
|
1664
1874
|
# rubocop:disable Metrics/BlockLength
|
1665
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
1875
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#delete_awr_hub_source') do
|
1666
1876
|
@api_client.call_api(
|
1667
1877
|
:DELETE,
|
1668
1878
|
path,
|
@@ -1684,8 +1894,8 @@ module OCI
|
|
1684
1894
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1685
1895
|
|
1686
1896
|
|
1687
|
-
# Deletes
|
1688
|
-
# @param [String]
|
1897
|
+
# Deletes a database insight. The database insight will be deleted and cannot be enabled again.
|
1898
|
+
# @param [String] database_insight_id Unique database insight identifier
|
1689
1899
|
# @param [Hash] opts the optional parameters
|
1690
1900
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1691
1901
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1697,14 +1907,14 @@ module OCI
|
|
1697
1907
|
# Oracle about a particular request, please provide the request ID.
|
1698
1908
|
#
|
1699
1909
|
# @return [Response] A Response object with data of type nil
|
1700
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
1701
|
-
def
|
1702
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
1910
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_database_insight.rb.html) to see an example of how to use delete_database_insight API.
|
1911
|
+
def delete_database_insight(database_insight_id, opts = {})
|
1912
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_database_insight.' if logger
|
1703
1913
|
|
1704
|
-
raise "Missing the required parameter '
|
1705
|
-
raise "Parameter value for '
|
1914
|
+
raise "Missing the required parameter 'database_insight_id' when calling delete_database_insight." if database_insight_id.nil?
|
1915
|
+
raise "Parameter value for 'database_insight_id' must not be blank" if OCI::Internal::Util.blank_string?(database_insight_id)
|
1706
1916
|
|
1707
|
-
path = '/
|
1917
|
+
path = '/databaseInsights/{databaseInsightId}'.sub('{databaseInsightId}', database_insight_id.to_s)
|
1708
1918
|
operation_signing_strategy = :standard
|
1709
1919
|
|
1710
1920
|
# rubocop:disable Style/NegatedIf
|
@@ -1722,7 +1932,7 @@ module OCI
|
|
1722
1932
|
post_body = nil
|
1723
1933
|
|
1724
1934
|
# rubocop:disable Metrics/BlockLength
|
1725
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
1935
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#delete_database_insight') do
|
1726
1936
|
@api_client.call_api(
|
1727
1937
|
:DELETE,
|
1728
1938
|
path,
|
@@ -1744,8 +1954,8 @@ module OCI
|
|
1744
1954
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1745
1955
|
|
1746
1956
|
|
1747
|
-
# Deletes
|
1748
|
-
# @param [String]
|
1957
|
+
# Deletes an Operations Insights Enterprise Manager bridge. If any database insight is still referencing this bridge, the operation will fail.
|
1958
|
+
# @param [String] enterprise_manager_bridge_id Unique Enterprise Manager bridge identifier
|
1749
1959
|
# @param [Hash] opts the optional parameters
|
1750
1960
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1751
1961
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1757,14 +1967,14 @@ module OCI
|
|
1757
1967
|
# Oracle about a particular request, please provide the request ID.
|
1758
1968
|
#
|
1759
1969
|
# @return [Response] A Response object with data of type nil
|
1760
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
1761
|
-
def
|
1762
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
1970
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_enterprise_manager_bridge.rb.html) to see an example of how to use delete_enterprise_manager_bridge API.
|
1971
|
+
def delete_enterprise_manager_bridge(enterprise_manager_bridge_id, opts = {})
|
1972
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_enterprise_manager_bridge.' if logger
|
1763
1973
|
|
1764
|
-
raise "Missing the required parameter '
|
1765
|
-
raise "Parameter value for '
|
1974
|
+
raise "Missing the required parameter 'enterprise_manager_bridge_id' when calling delete_enterprise_manager_bridge." if enterprise_manager_bridge_id.nil?
|
1975
|
+
raise "Parameter value for 'enterprise_manager_bridge_id' must not be blank" if OCI::Internal::Util.blank_string?(enterprise_manager_bridge_id)
|
1766
1976
|
|
1767
|
-
path = '/
|
1977
|
+
path = '/enterpriseManagerBridges/{enterpriseManagerBridgeId}'.sub('{enterpriseManagerBridgeId}', enterprise_manager_bridge_id.to_s)
|
1768
1978
|
operation_signing_strategy = :standard
|
1769
1979
|
|
1770
1980
|
# rubocop:disable Style/NegatedIf
|
@@ -1782,7 +1992,7 @@ module OCI
|
|
1782
1992
|
post_body = nil
|
1783
1993
|
|
1784
1994
|
# rubocop:disable Metrics/BlockLength
|
1785
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
1995
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#delete_enterprise_manager_bridge') do
|
1786
1996
|
@api_client.call_api(
|
1787
1997
|
:DELETE,
|
1788
1998
|
path,
|
@@ -1804,8 +2014,8 @@ module OCI
|
|
1804
2014
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1805
2015
|
|
1806
2016
|
|
1807
|
-
# Deletes
|
1808
|
-
# @param [String]
|
2017
|
+
# Deletes an Exadata insight. The Exadata insight will be deleted and cannot be enabled again.
|
2018
|
+
# @param [String] exadata_insight_id Unique Exadata insight identifier
|
1809
2019
|
# @param [Hash] opts the optional parameters
|
1810
2020
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1811
2021
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1817,14 +2027,14 @@ module OCI
|
|
1817
2027
|
# Oracle about a particular request, please provide the request ID.
|
1818
2028
|
#
|
1819
2029
|
# @return [Response] A Response object with data of type nil
|
1820
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
1821
|
-
def
|
1822
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
2030
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_exadata_insight.rb.html) to see an example of how to use delete_exadata_insight API.
|
2031
|
+
def delete_exadata_insight(exadata_insight_id, opts = {})
|
2032
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_exadata_insight.' if logger
|
1823
2033
|
|
1824
|
-
raise "Missing the required parameter '
|
1825
|
-
raise "Parameter value for '
|
2034
|
+
raise "Missing the required parameter 'exadata_insight_id' when calling delete_exadata_insight." if exadata_insight_id.nil?
|
2035
|
+
raise "Parameter value for 'exadata_insight_id' must not be blank" if OCI::Internal::Util.blank_string?(exadata_insight_id)
|
1826
2036
|
|
1827
|
-
path = '/
|
2037
|
+
path = '/exadataInsights/{exadataInsightId}'.sub('{exadataInsightId}', exadata_insight_id.to_s)
|
1828
2038
|
operation_signing_strategy = :standard
|
1829
2039
|
|
1830
2040
|
# rubocop:disable Style/NegatedIf
|
@@ -1842,7 +2052,7 @@ module OCI
|
|
1842
2052
|
post_body = nil
|
1843
2053
|
|
1844
2054
|
# rubocop:disable Metrics/BlockLength
|
1845
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
2055
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#delete_exadata_insight') do
|
1846
2056
|
@api_client.call_api(
|
1847
2057
|
:DELETE,
|
1848
2058
|
path,
|
@@ -1864,8 +2074,8 @@ module OCI
|
|
1864
2074
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
1865
2075
|
|
1866
2076
|
|
1867
|
-
# Deletes a
|
1868
|
-
# @param [String]
|
2077
|
+
# Deletes a host insight. The host insight will be deleted and cannot be enabled again.
|
2078
|
+
# @param [String] host_insight_id Unique host insight identifier
|
1869
2079
|
# @param [Hash] opts the optional parameters
|
1870
2080
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
1871
2081
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
@@ -1877,9 +2087,129 @@ module OCI
|
|
1877
2087
|
# Oracle about a particular request, please provide the request ID.
|
1878
2088
|
#
|
1879
2089
|
# @return [Response] A Response object with data of type nil
|
1880
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
1881
|
-
def
|
1882
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
2090
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_host_insight.rb.html) to see an example of how to use delete_host_insight API.
|
2091
|
+
def delete_host_insight(host_insight_id, opts = {})
|
2092
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_host_insight.' if logger
|
2093
|
+
|
2094
|
+
raise "Missing the required parameter 'host_insight_id' when calling delete_host_insight." if host_insight_id.nil?
|
2095
|
+
raise "Parameter value for 'host_insight_id' must not be blank" if OCI::Internal::Util.blank_string?(host_insight_id)
|
2096
|
+
|
2097
|
+
path = '/hostInsights/{hostInsightId}'.sub('{hostInsightId}', host_insight_id.to_s)
|
2098
|
+
operation_signing_strategy = :standard
|
2099
|
+
|
2100
|
+
# rubocop:disable Style/NegatedIf
|
2101
|
+
# Query Params
|
2102
|
+
query_params = {}
|
2103
|
+
|
2104
|
+
# Header Params
|
2105
|
+
header_params = {}
|
2106
|
+
header_params[:accept] = 'application/json'
|
2107
|
+
header_params[:'content-type'] = 'application/json'
|
2108
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
2109
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
2110
|
+
# rubocop:enable Style/NegatedIf
|
2111
|
+
|
2112
|
+
post_body = nil
|
2113
|
+
|
2114
|
+
# rubocop:disable Metrics/BlockLength
|
2115
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#delete_host_insight') do
|
2116
|
+
@api_client.call_api(
|
2117
|
+
:DELETE,
|
2118
|
+
path,
|
2119
|
+
endpoint,
|
2120
|
+
header_params: header_params,
|
2121
|
+
query_params: query_params,
|
2122
|
+
operation_signing_strategy: operation_signing_strategy,
|
2123
|
+
body: post_body
|
2124
|
+
)
|
2125
|
+
end
|
2126
|
+
# rubocop:enable Metrics/BlockLength
|
2127
|
+
end
|
2128
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2129
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
2130
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
2131
|
+
|
2132
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2133
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
2134
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2135
|
+
|
2136
|
+
|
2137
|
+
# Deletes a news report. The news report will be deleted and cannot be enabled again.
|
2138
|
+
# @param [String] news_report_id Unique news report identifier.
|
2139
|
+
# @param [Hash] opts the optional parameters
|
2140
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2141
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2142
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
2143
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
2144
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
2145
|
+
#
|
2146
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
2147
|
+
# Oracle about a particular request, please provide the request ID.
|
2148
|
+
#
|
2149
|
+
# @return [Response] A Response object with data of type nil
|
2150
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_news_report.rb.html) to see an example of how to use delete_news_report API.
|
2151
|
+
def delete_news_report(news_report_id, opts = {})
|
2152
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_news_report.' if logger
|
2153
|
+
|
2154
|
+
raise "Missing the required parameter 'news_report_id' when calling delete_news_report." if news_report_id.nil?
|
2155
|
+
raise "Parameter value for 'news_report_id' must not be blank" if OCI::Internal::Util.blank_string?(news_report_id)
|
2156
|
+
|
2157
|
+
path = '/newsReports/{newsReportId}'.sub('{newsReportId}', news_report_id.to_s)
|
2158
|
+
operation_signing_strategy = :standard
|
2159
|
+
|
2160
|
+
# rubocop:disable Style/NegatedIf
|
2161
|
+
# Query Params
|
2162
|
+
query_params = {}
|
2163
|
+
|
2164
|
+
# Header Params
|
2165
|
+
header_params = {}
|
2166
|
+
header_params[:accept] = 'application/json'
|
2167
|
+
header_params[:'content-type'] = 'application/json'
|
2168
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
2169
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
2170
|
+
# rubocop:enable Style/NegatedIf
|
2171
|
+
|
2172
|
+
post_body = nil
|
2173
|
+
|
2174
|
+
# rubocop:disable Metrics/BlockLength
|
2175
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#delete_news_report') do
|
2176
|
+
@api_client.call_api(
|
2177
|
+
:DELETE,
|
2178
|
+
path,
|
2179
|
+
endpoint,
|
2180
|
+
header_params: header_params,
|
2181
|
+
query_params: query_params,
|
2182
|
+
operation_signing_strategy: operation_signing_strategy,
|
2183
|
+
body: post_body
|
2184
|
+
)
|
2185
|
+
end
|
2186
|
+
# rubocop:enable Metrics/BlockLength
|
2187
|
+
end
|
2188
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2189
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
2190
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
2191
|
+
|
2192
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2193
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
2194
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2195
|
+
|
2196
|
+
|
2197
|
+
# Deletes a private endpoint.
|
2198
|
+
# @param [String] operations_insights_private_endpoint_id The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Operation Insights private endpoint.
|
2199
|
+
# @param [Hash] opts the optional parameters
|
2200
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2201
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2202
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
2203
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
2204
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
2205
|
+
#
|
2206
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
2207
|
+
# Oracle about a particular request, please provide the request ID.
|
2208
|
+
#
|
2209
|
+
# @return [Response] A Response object with data of type nil
|
2210
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/delete_operations_insights_private_endpoint.rb.html) to see an example of how to use delete_operations_insights_private_endpoint API.
|
2211
|
+
def delete_operations_insights_private_endpoint(operations_insights_private_endpoint_id, opts = {})
|
2212
|
+
logger.debug 'Calling operation OperationsInsightsClient#delete_operations_insights_private_endpoint.' if logger
|
1883
2213
|
|
1884
2214
|
raise "Missing the required parameter 'operations_insights_private_endpoint_id' when calling delete_operations_insights_private_endpoint." if operations_insights_private_endpoint_id.nil?
|
1885
2215
|
raise "Parameter value for 'operations_insights_private_endpoint_id' must not be blank" if OCI::Internal::Util.blank_string?(operations_insights_private_endpoint_id)
|
@@ -2178,6 +2508,75 @@ module OCI
|
|
2178
2508
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2179
2509
|
|
2180
2510
|
|
2511
|
+
# Disables a Awr Hub source database in Operations Insights. This will stop the Awr data flow for the given Awr Hub source.
|
2512
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
2513
|
+
# @param [Hash] opts the optional parameters
|
2514
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2515
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2516
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
2517
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
2518
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
2519
|
+
#
|
2520
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
2521
|
+
# Oracle about a particular request, please provide the request ID.
|
2522
|
+
#
|
2523
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request that can be retried in case of a timeout or
|
2524
|
+
# server error without risk of executing the same action again. Retry tokens expire after 24
|
2525
|
+
# hours.
|
2526
|
+
#
|
2527
|
+
# *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
2528
|
+
# operations, such as a resource being deleted or purged from the system.
|
2529
|
+
#
|
2530
|
+
# @return [Response] A Response object with data of type nil
|
2531
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/disable_awr_hub_source.rb.html) to see an example of how to use disable_awr_hub_source API.
|
2532
|
+
def disable_awr_hub_source(awr_hub_source_id, opts = {})
|
2533
|
+
logger.debug 'Calling operation OperationsInsightsClient#disable_awr_hub_source.' if logger
|
2534
|
+
|
2535
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling disable_awr_hub_source." if awr_hub_source_id.nil?
|
2536
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
2537
|
+
|
2538
|
+
path = '/awrHubSources/{awrHubSourceId}/actions/disable'.sub('{awrHubSourceId}', awr_hub_source_id.to_s)
|
2539
|
+
operation_signing_strategy = :standard
|
2540
|
+
|
2541
|
+
# rubocop:disable Style/NegatedIf
|
2542
|
+
# Query Params
|
2543
|
+
query_params = {}
|
2544
|
+
|
2545
|
+
# Header Params
|
2546
|
+
header_params = {}
|
2547
|
+
header_params[:accept] = 'application/json'
|
2548
|
+
header_params[:'content-type'] = 'application/json'
|
2549
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
2550
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
2551
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
2552
|
+
# rubocop:enable Style/NegatedIf
|
2553
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
2554
|
+
|
2555
|
+
post_body = nil
|
2556
|
+
|
2557
|
+
# rubocop:disable Metrics/BlockLength
|
2558
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#disable_awr_hub_source') do
|
2559
|
+
@api_client.call_api(
|
2560
|
+
:POST,
|
2561
|
+
path,
|
2562
|
+
endpoint,
|
2563
|
+
header_params: header_params,
|
2564
|
+
query_params: query_params,
|
2565
|
+
operation_signing_strategy: operation_signing_strategy,
|
2566
|
+
body: post_body
|
2567
|
+
)
|
2568
|
+
end
|
2569
|
+
# rubocop:enable Metrics/BlockLength
|
2570
|
+
end
|
2571
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2572
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
2573
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
2574
|
+
|
2575
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
2576
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
2577
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2578
|
+
|
2579
|
+
|
2181
2580
|
# Disables a database in Operations Insights. Database metric collection and analysis will be stopped.
|
2182
2581
|
# @param [String] database_insight_id Unique database insight identifier
|
2183
2582
|
# @param [Hash] opts the optional parameters
|
@@ -2569,6 +2968,75 @@ module OCI
|
|
2569
2968
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
2570
2969
|
|
2571
2970
|
|
2971
|
+
# Enables a Awr Hub source database in Operations Insights. This will resume the Awr data flow for the given Awr Hub source if it was stopped earlier.
|
2972
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
2973
|
+
# @param [Hash] opts the optional parameters
|
2974
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
2975
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
2976
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
2977
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
2978
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
2979
|
+
#
|
2980
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
2981
|
+
# Oracle about a particular request, please provide the request ID.
|
2982
|
+
#
|
2983
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request that can be retried in case of a timeout or
|
2984
|
+
# server error without risk of executing the same action again. Retry tokens expire after 24
|
2985
|
+
# hours.
|
2986
|
+
#
|
2987
|
+
# *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
|
2988
|
+
# operations, such as a resource being deleted or purged from the system.
|
2989
|
+
#
|
2990
|
+
# @return [Response] A Response object with data of type nil
|
2991
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/enable_awr_hub_source.rb.html) to see an example of how to use enable_awr_hub_source API.
|
2992
|
+
def enable_awr_hub_source(awr_hub_source_id, opts = {})
|
2993
|
+
logger.debug 'Calling operation OperationsInsightsClient#enable_awr_hub_source.' if logger
|
2994
|
+
|
2995
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling enable_awr_hub_source." if awr_hub_source_id.nil?
|
2996
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
2997
|
+
|
2998
|
+
path = '/awrHubSources/{awrHubSourceId}/actions/enable'.sub('{awrHubSourceId}', awr_hub_source_id.to_s)
|
2999
|
+
operation_signing_strategy = :standard
|
3000
|
+
|
3001
|
+
# rubocop:disable Style/NegatedIf
|
3002
|
+
# Query Params
|
3003
|
+
query_params = {}
|
3004
|
+
|
3005
|
+
# Header Params
|
3006
|
+
header_params = {}
|
3007
|
+
header_params[:accept] = 'application/json'
|
3008
|
+
header_params[:'content-type'] = 'application/json'
|
3009
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
3010
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
3011
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
3012
|
+
# rubocop:enable Style/NegatedIf
|
3013
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
3014
|
+
|
3015
|
+
post_body = nil
|
3016
|
+
|
3017
|
+
# rubocop:disable Metrics/BlockLength
|
3018
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#enable_awr_hub_source') do
|
3019
|
+
@api_client.call_api(
|
3020
|
+
:POST,
|
3021
|
+
path,
|
3022
|
+
endpoint,
|
3023
|
+
header_params: header_params,
|
3024
|
+
query_params: query_params,
|
3025
|
+
operation_signing_strategy: operation_signing_strategy,
|
3026
|
+
body: post_body
|
3027
|
+
)
|
3028
|
+
end
|
3029
|
+
# rubocop:enable Metrics/BlockLength
|
3030
|
+
end
|
3031
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3032
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
3033
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
3034
|
+
|
3035
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3036
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
3037
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3038
|
+
|
3039
|
+
|
2572
3040
|
# Enables a database in Operations Insights. Database metric collection and analysis will be started.
|
2573
3041
|
# @param [OCI::Opsi::Models::EnableDatabaseInsightDetails] enable_database_insight_details Details for the database to be enabled in Operations Insights.
|
2574
3042
|
# @param [String] database_insight_id Unique database insight identifier
|
@@ -2969,15 +3437,176 @@ module OCI
|
|
2969
3437
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
2970
3438
|
# Oracle about a particular request, please provide the request ID.
|
2971
3439
|
#
|
2972
|
-
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AwrHub AwrHub}
|
2973
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/get_awr_hub.rb.html) to see an example of how to use get_awr_hub API.
|
2974
|
-
def get_awr_hub(awr_hub_id, opts = {})
|
2975
|
-
logger.debug 'Calling operation OperationsInsightsClient#get_awr_hub.' if logger
|
3440
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AwrHub AwrHub}
|
3441
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/get_awr_hub.rb.html) to see an example of how to use get_awr_hub API.
|
3442
|
+
def get_awr_hub(awr_hub_id, opts = {})
|
3443
|
+
logger.debug 'Calling operation OperationsInsightsClient#get_awr_hub.' if logger
|
3444
|
+
|
3445
|
+
raise "Missing the required parameter 'awr_hub_id' when calling get_awr_hub." if awr_hub_id.nil?
|
3446
|
+
raise "Parameter value for 'awr_hub_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_id)
|
3447
|
+
|
3448
|
+
path = '/awrHubs/{awrHubId}'.sub('{awrHubId}', awr_hub_id.to_s)
|
3449
|
+
operation_signing_strategy = :standard
|
3450
|
+
|
3451
|
+
# rubocop:disable Style/NegatedIf
|
3452
|
+
# Query Params
|
3453
|
+
query_params = {}
|
3454
|
+
|
3455
|
+
# Header Params
|
3456
|
+
header_params = {}
|
3457
|
+
header_params[:accept] = 'application/json'
|
3458
|
+
header_params[:'content-type'] = 'application/json'
|
3459
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
3460
|
+
# rubocop:enable Style/NegatedIf
|
3461
|
+
|
3462
|
+
post_body = nil
|
3463
|
+
|
3464
|
+
# rubocop:disable Metrics/BlockLength
|
3465
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#get_awr_hub') do
|
3466
|
+
@api_client.call_api(
|
3467
|
+
:GET,
|
3468
|
+
path,
|
3469
|
+
endpoint,
|
3470
|
+
header_params: header_params,
|
3471
|
+
query_params: query_params,
|
3472
|
+
operation_signing_strategy: operation_signing_strategy,
|
3473
|
+
body: post_body,
|
3474
|
+
return_type: 'OCI::Opsi::Models::AwrHub'
|
3475
|
+
)
|
3476
|
+
end
|
3477
|
+
# rubocop:enable Metrics/BlockLength
|
3478
|
+
end
|
3479
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3480
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
3481
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
3482
|
+
|
3483
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3484
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
3485
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3486
|
+
|
3487
|
+
|
3488
|
+
# Gets the Awr Hub object metadata and body.
|
3489
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
3490
|
+
# @param [String] object_name Unique Awr Hub Object identifier
|
3491
|
+
# @param [Hash] opts the optional parameters
|
3492
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
3493
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
3494
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
3495
|
+
# Oracle about a particular request, please provide the request ID.
|
3496
|
+
#
|
3497
|
+
# @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
|
3498
|
+
# @option [Block] &block Streaming http body to the block
|
3499
|
+
# @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
|
3500
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/get_awr_hub_object.rb.html) to see an example of how to use get_awr_hub_object API.
|
3501
|
+
def get_awr_hub_object(awr_hub_source_id, object_name, opts = {}, &block)
|
3502
|
+
logger.debug 'Calling operation OperationsInsightsClient#get_awr_hub_object.' if logger
|
3503
|
+
|
3504
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling get_awr_hub_object." if awr_hub_source_id.nil?
|
3505
|
+
raise "Missing the required parameter 'object_name' when calling get_awr_hub_object." if object_name.nil?
|
3506
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
3507
|
+
raise "Parameter value for 'object_name' must not be blank" if OCI::Internal::Util.blank_string?(object_name)
|
3508
|
+
|
3509
|
+
path = '/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}'.sub('{awrHubSourceId}', awr_hub_source_id.to_s).sub('{objectName}', object_name.to_s)
|
3510
|
+
operation_signing_strategy = :standard
|
3511
|
+
|
3512
|
+
# rubocop:disable Style/NegatedIf
|
3513
|
+
# Query Params
|
3514
|
+
query_params = {}
|
3515
|
+
|
3516
|
+
# Header Params
|
3517
|
+
header_params = {}
|
3518
|
+
header_params[:accept] = opts[:accept] if opts[:accept]
|
3519
|
+
header_params[:accept] ||= 'application/octet-stream'
|
3520
|
+
header_params[:'accept-encoding'] = opts[:accept_encoding] if opts[:accept_encoding]
|
3521
|
+
header_params[:'content-type'] = 'application/json'
|
3522
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
3523
|
+
# rubocop:enable Style/NegatedIf
|
3524
|
+
|
3525
|
+
post_body = nil
|
3526
|
+
|
3527
|
+
# rubocop:disable Metrics/BlockLength
|
3528
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#get_awr_hub_object') do
|
3529
|
+
if !block.nil?
|
3530
|
+
@api_client.call_api(
|
3531
|
+
:GET,
|
3532
|
+
path,
|
3533
|
+
endpoint,
|
3534
|
+
header_params: header_params,
|
3535
|
+
query_params: query_params,
|
3536
|
+
operation_signing_strategy: operation_signing_strategy,
|
3537
|
+
body: post_body,
|
3538
|
+
return_type: 'Stream',
|
3539
|
+
&block
|
3540
|
+
)
|
3541
|
+
elsif opts[:response_target]
|
3542
|
+
if opts[:response_target].respond_to? :write
|
3543
|
+
@api_client.call_api(
|
3544
|
+
:GET,
|
3545
|
+
path,
|
3546
|
+
endpoint,
|
3547
|
+
header_params: header_params,
|
3548
|
+
query_params: query_params,
|
3549
|
+
operation_signing_strategy: operation_signing_strategy,
|
3550
|
+
body: post_body,
|
3551
|
+
return_type: 'Stream',
|
3552
|
+
&proc { |chunk, _response| opts[:response_target].write(chunk) }
|
3553
|
+
)
|
3554
|
+
elsif opts[:response_target].is_a?(String)
|
3555
|
+
File.open(opts[:response_target], 'wb') do |output|
|
3556
|
+
return @api_client.call_api(
|
3557
|
+
:GET,
|
3558
|
+
path,
|
3559
|
+
endpoint,
|
3560
|
+
header_params: header_params,
|
3561
|
+
query_params: query_params,
|
3562
|
+
operation_signing_strategy: operation_signing_strategy,
|
3563
|
+
body: post_body,
|
3564
|
+
return_type: 'Stream',
|
3565
|
+
&proc { |chunk, _response| output.write(chunk) }
|
3566
|
+
)
|
3567
|
+
end
|
3568
|
+
end
|
3569
|
+
else
|
3570
|
+
@api_client.call_api(
|
3571
|
+
:GET,
|
3572
|
+
path,
|
3573
|
+
endpoint,
|
3574
|
+
header_params: header_params,
|
3575
|
+
query_params: query_params,
|
3576
|
+
operation_signing_strategy: operation_signing_strategy,
|
3577
|
+
body: post_body,
|
3578
|
+
return_type: 'String'
|
3579
|
+
)
|
3580
|
+
end
|
3581
|
+
end
|
3582
|
+
# rubocop:enable Metrics/BlockLength
|
3583
|
+
end
|
3584
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3585
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
3586
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
3587
|
+
|
3588
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
3589
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
3590
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3591
|
+
|
3592
|
+
|
3593
|
+
# Gets the Awr Hub source object.
|
3594
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
3595
|
+
# @param [Hash] opts the optional parameters
|
3596
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
3597
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
3598
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
3599
|
+
# Oracle about a particular request, please provide the request ID.
|
3600
|
+
#
|
3601
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AwrHubSource AwrHubSource}
|
3602
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/get_awr_hub_source.rb.html) to see an example of how to use get_awr_hub_source API.
|
3603
|
+
def get_awr_hub_source(awr_hub_source_id, opts = {})
|
3604
|
+
logger.debug 'Calling operation OperationsInsightsClient#get_awr_hub_source.' if logger
|
2976
3605
|
|
2977
|
-
raise "Missing the required parameter '
|
2978
|
-
raise "Parameter value for '
|
3606
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling get_awr_hub_source." if awr_hub_source_id.nil?
|
3607
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
2979
3608
|
|
2980
|
-
path = '/
|
3609
|
+
path = '/awrHubSources/{awrHubSourceId}'.sub('{awrHubSourceId}', awr_hub_source_id.to_s)
|
2981
3610
|
operation_signing_strategy = :standard
|
2982
3611
|
|
2983
3612
|
# rubocop:disable Style/NegatedIf
|
@@ -2994,7 +3623,7 @@ module OCI
|
|
2994
3623
|
post_body = nil
|
2995
3624
|
|
2996
3625
|
# rubocop:disable Metrics/BlockLength
|
2997
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
3626
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#get_awr_hub_source') do
|
2998
3627
|
@api_client.call_api(
|
2999
3628
|
:GET,
|
3000
3629
|
path,
|
@@ -3003,7 +3632,7 @@ module OCI
|
|
3003
3632
|
query_params: query_params,
|
3004
3633
|
operation_signing_strategy: operation_signing_strategy,
|
3005
3634
|
body: post_body,
|
3006
|
-
return_type: 'OCI::Opsi::Models::
|
3635
|
+
return_type: 'OCI::Opsi::Models::AwrHubSource'
|
3007
3636
|
)
|
3008
3637
|
end
|
3009
3638
|
# rubocop:enable Metrics/BlockLength
|
@@ -3768,6 +4397,65 @@ module OCI
|
|
3768
4397
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
3769
4398
|
|
3770
4399
|
|
4400
|
+
# Gets the Awr Hub object's user-defined metadata and entity tag (ETag).
|
4401
|
+
#
|
4402
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
4403
|
+
# @param [String] object_name Unique Awr Hub Object identifier
|
4404
|
+
# @param [Hash] opts the optional parameters
|
4405
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
4406
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
4407
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
4408
|
+
# Oracle about a particular request, please provide the request ID.
|
4409
|
+
#
|
4410
|
+
# @return [Response] A Response object with data of type nil
|
4411
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/head_awr_hub_object.rb.html) to see an example of how to use head_awr_hub_object API.
|
4412
|
+
def head_awr_hub_object(awr_hub_source_id, object_name, opts = {})
|
4413
|
+
logger.debug 'Calling operation OperationsInsightsClient#head_awr_hub_object.' if logger
|
4414
|
+
|
4415
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling head_awr_hub_object." if awr_hub_source_id.nil?
|
4416
|
+
raise "Missing the required parameter 'object_name' when calling head_awr_hub_object." if object_name.nil?
|
4417
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
4418
|
+
raise "Parameter value for 'object_name' must not be blank" if OCI::Internal::Util.blank_string?(object_name)
|
4419
|
+
|
4420
|
+
path = '/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}'.sub('{awrHubSourceId}', awr_hub_source_id.to_s).sub('{objectName}', object_name.to_s)
|
4421
|
+
operation_signing_strategy = :standard
|
4422
|
+
|
4423
|
+
# rubocop:disable Style/NegatedIf
|
4424
|
+
# Query Params
|
4425
|
+
query_params = {}
|
4426
|
+
|
4427
|
+
# Header Params
|
4428
|
+
header_params = {}
|
4429
|
+
header_params[:accept] = 'application/octet-stream'
|
4430
|
+
header_params[:'content-type'] = 'application/json'
|
4431
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
4432
|
+
# rubocop:enable Style/NegatedIf
|
4433
|
+
|
4434
|
+
post_body = nil
|
4435
|
+
|
4436
|
+
# rubocop:disable Metrics/BlockLength
|
4437
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#head_awr_hub_object') do
|
4438
|
+
@api_client.call_api(
|
4439
|
+
:HEAD,
|
4440
|
+
path,
|
4441
|
+
endpoint,
|
4442
|
+
header_params: header_params,
|
4443
|
+
query_params: query_params,
|
4444
|
+
operation_signing_strategy: operation_signing_strategy,
|
4445
|
+
body: post_body
|
4446
|
+
)
|
4447
|
+
end
|
4448
|
+
# rubocop:enable Metrics/BlockLength
|
4449
|
+
end
|
4450
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4451
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
4452
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
4453
|
+
|
4454
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
4455
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
4456
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
4457
|
+
|
4458
|
+
|
3771
4459
|
# This endpoint takes in a JSON payload, persists it in Operation Insights ingest pipeline.
|
3772
4460
|
# Either databaseId or id must be specified.
|
3773
4461
|
#
|
@@ -5078,43 +5766,237 @@ module OCI
|
|
5078
5766
|
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
5079
5767
|
# Multiple values for different tag names are interpreted as \"AND\".
|
5080
5768
|
#
|
5081
|
-
# @option opts [BOOLEAN] :compartment_id_in_subtree A flag to search all resources within a given compartment and all sub-compartments.
|
5082
|
-
# (default to false)
|
5083
|
-
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AddmDbCollection AddmDbCollection}
|
5084
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_addm_dbs.rb.html) to see an example of how to use list_addm_dbs API.
|
5085
|
-
def list_addm_dbs(compartment_id, opts = {})
|
5086
|
-
logger.debug 'Calling operation OperationsInsightsClient#list_addm_dbs.' if logger
|
5769
|
+
# @option opts [BOOLEAN] :compartment_id_in_subtree A flag to search all resources within a given compartment and all sub-compartments.
|
5770
|
+
# (default to false)
|
5771
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AddmDbCollection AddmDbCollection}
|
5772
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_addm_dbs.rb.html) to see an example of how to use list_addm_dbs API.
|
5773
|
+
def list_addm_dbs(compartment_id, opts = {})
|
5774
|
+
logger.debug 'Calling operation OperationsInsightsClient#list_addm_dbs.' if logger
|
5775
|
+
|
5776
|
+
raise "Missing the required parameter 'compartment_id' when calling list_addm_dbs." if compartment_id.nil?
|
5777
|
+
|
5778
|
+
if opts[:sort_order] && !OCI::Opsi::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
5779
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Opsi::Models::SORT_ORDER_ENUM.'
|
5780
|
+
end
|
5781
|
+
|
5782
|
+
if opts[:sort_by] && !%w[databaseName numberOfFindings].include?(opts[:sort_by])
|
5783
|
+
raise 'Invalid value for "sort_by", must be one of databaseName, numberOfFindings.'
|
5784
|
+
end
|
5785
|
+
|
5786
|
+
path = '/databaseInsights/addmDbs'
|
5787
|
+
operation_signing_strategy = :standard
|
5788
|
+
|
5789
|
+
# rubocop:disable Style/NegatedIf
|
5790
|
+
# Query Params
|
5791
|
+
query_params = {}
|
5792
|
+
query_params[:compartmentId] = compartment_id
|
5793
|
+
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
5794
|
+
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
5795
|
+
query_params[:timeIntervalStart] = opts[:time_interval_start] if opts[:time_interval_start]
|
5796
|
+
query_params[:timeIntervalEnd] = opts[:time_interval_end] if opts[:time_interval_end]
|
5797
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
5798
|
+
query_params[:page] = opts[:page] if opts[:page]
|
5799
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
5800
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
5801
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
5802
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
5803
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
5804
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
5805
|
+
query_params[:compartmentIdInSubtree] = opts[:compartment_id_in_subtree] if !opts[:compartment_id_in_subtree].nil?
|
5806
|
+
|
5807
|
+
# Header Params
|
5808
|
+
header_params = {}
|
5809
|
+
header_params[:accept] = 'application/json'
|
5810
|
+
header_params[:'content-type'] = 'application/json'
|
5811
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
5812
|
+
# rubocop:enable Style/NegatedIf
|
5813
|
+
|
5814
|
+
post_body = nil
|
5815
|
+
|
5816
|
+
# rubocop:disable Metrics/BlockLength
|
5817
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#list_addm_dbs') do
|
5818
|
+
@api_client.call_api(
|
5819
|
+
:GET,
|
5820
|
+
path,
|
5821
|
+
endpoint,
|
5822
|
+
header_params: header_params,
|
5823
|
+
query_params: query_params,
|
5824
|
+
operation_signing_strategy: operation_signing_strategy,
|
5825
|
+
body: post_body,
|
5826
|
+
return_type: 'OCI::Opsi::Models::AddmDbCollection'
|
5827
|
+
)
|
5828
|
+
end
|
5829
|
+
# rubocop:enable Metrics/BlockLength
|
5830
|
+
end
|
5831
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
5832
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
5833
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
5834
|
+
|
5835
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
5836
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
5837
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
5838
|
+
|
5839
|
+
|
5840
|
+
# Lists AWR snapshots for the specified database in the AWR.
|
5841
|
+
#
|
5842
|
+
# @param [String] awr_hub_id Unique Awr Hub identifier
|
5843
|
+
# @param [String] awr_source_database_identifier The internal ID of the database. The internal ID of the database is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
5844
|
+
# It can be retrieved from the following endpoint:
|
5845
|
+
# /awrHubs/{awrHubId}/awrDatabases
|
5846
|
+
#
|
5847
|
+
# @param [Hash] opts the optional parameters
|
5848
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5849
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5850
|
+
# @option opts [String] :instance_number The optional single value query parameter to filter by database instance number.
|
5851
|
+
# @option opts [Integer] :begin_snapshot_identifier_greater_than_or_equal_to The optional greater than or equal to filter on the snapshot ID.
|
5852
|
+
#
|
5853
|
+
# @option opts [Integer] :end_snapshot_identifier_less_than_or_equal_to The optional less than or equal to query parameter to filter the snapshot Identifier.
|
5854
|
+
#
|
5855
|
+
# @option opts [DateTime] :time_greater_than_or_equal_to The optional greater than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
5856
|
+
#
|
5857
|
+
# @option opts [DateTime] :time_less_than_or_equal_to The optional less than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
5858
|
+
#
|
5859
|
+
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
5860
|
+
# the previous \"List\" call. For important details about how pagination works,
|
5861
|
+
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
5862
|
+
#
|
5863
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to
|
5864
|
+
# return in a paginated \"List\" call.
|
5865
|
+
# For important details about how pagination works, see
|
5866
|
+
# [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
5867
|
+
# Example: `50`
|
5868
|
+
# (default to 50)
|
5869
|
+
# @option opts [String] :sort_by The option to sort the AWR snapshot summary data. (default to TIME_BEGIN)
|
5870
|
+
# Allowed values are: TIME_BEGIN, SNAPSHOT_ID
|
5871
|
+
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5872
|
+
# (default to DESC)
|
5873
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
5874
|
+
# Oracle about a particular request, please provide the request ID.
|
5875
|
+
#
|
5876
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AwrDatabaseSnapshotCollection AwrDatabaseSnapshotCollection}
|
5877
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_awr_database_snapshots.rb.html) to see an example of how to use list_awr_database_snapshots API.
|
5878
|
+
def list_awr_database_snapshots(awr_hub_id, awr_source_database_identifier, opts = {})
|
5879
|
+
logger.debug 'Calling operation OperationsInsightsClient#list_awr_database_snapshots.' if logger
|
5880
|
+
|
5881
|
+
raise "Missing the required parameter 'awr_hub_id' when calling list_awr_database_snapshots." if awr_hub_id.nil?
|
5882
|
+
raise "Missing the required parameter 'awr_source_database_identifier' when calling list_awr_database_snapshots." if awr_source_database_identifier.nil?
|
5883
|
+
|
5884
|
+
if opts[:sort_by] && !%w[TIME_BEGIN SNAPSHOT_ID].include?(opts[:sort_by])
|
5885
|
+
raise 'Invalid value for "sort_by", must be one of TIME_BEGIN, SNAPSHOT_ID.'
|
5886
|
+
end
|
5887
|
+
|
5888
|
+
if opts[:sort_order] && !OCI::Opsi::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
5889
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Opsi::Models::SORT_ORDER_ENUM.'
|
5890
|
+
end
|
5891
|
+
raise "Parameter value for 'awr_hub_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_id)
|
5892
|
+
|
5893
|
+
path = '/awrHubs/{awrHubId}/awrDatabaseSnapshots'.sub('{awrHubId}', awr_hub_id.to_s)
|
5894
|
+
operation_signing_strategy = :standard
|
5895
|
+
|
5896
|
+
# rubocop:disable Style/NegatedIf
|
5897
|
+
# Query Params
|
5898
|
+
query_params = {}
|
5899
|
+
query_params[:awrSourceDatabaseIdentifier] = awr_source_database_identifier
|
5900
|
+
query_params[:instanceNumber] = opts[:instance_number] if opts[:instance_number]
|
5901
|
+
query_params[:beginSnapshotIdentifierGreaterThanOrEqualTo] = opts[:begin_snapshot_identifier_greater_than_or_equal_to] if opts[:begin_snapshot_identifier_greater_than_or_equal_to]
|
5902
|
+
query_params[:endSnapshotIdentifierLessThanOrEqualTo] = opts[:end_snapshot_identifier_less_than_or_equal_to] if opts[:end_snapshot_identifier_less_than_or_equal_to]
|
5903
|
+
query_params[:timeGreaterThanOrEqualTo] = opts[:time_greater_than_or_equal_to] if opts[:time_greater_than_or_equal_to]
|
5904
|
+
query_params[:timeLessThanOrEqualTo] = opts[:time_less_than_or_equal_to] if opts[:time_less_than_or_equal_to]
|
5905
|
+
query_params[:page] = opts[:page] if opts[:page]
|
5906
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
5907
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
5908
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
5909
|
+
|
5910
|
+
# Header Params
|
5911
|
+
header_params = {}
|
5912
|
+
header_params[:accept] = 'application/json'
|
5913
|
+
header_params[:'content-type'] = 'application/json'
|
5914
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
5915
|
+
# rubocop:enable Style/NegatedIf
|
5916
|
+
|
5917
|
+
post_body = nil
|
5918
|
+
|
5919
|
+
# rubocop:disable Metrics/BlockLength
|
5920
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#list_awr_database_snapshots') do
|
5921
|
+
@api_client.call_api(
|
5922
|
+
:GET,
|
5923
|
+
path,
|
5924
|
+
endpoint,
|
5925
|
+
header_params: header_params,
|
5926
|
+
query_params: query_params,
|
5927
|
+
operation_signing_strategy: operation_signing_strategy,
|
5928
|
+
body: post_body,
|
5929
|
+
return_type: 'OCI::Opsi::Models::AwrDatabaseSnapshotCollection'
|
5930
|
+
)
|
5931
|
+
end
|
5932
|
+
# rubocop:enable Metrics/BlockLength
|
5933
|
+
end
|
5934
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
5935
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
5936
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
5937
|
+
|
5938
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
5939
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
5940
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
5941
|
+
|
5942
|
+
|
5943
|
+
# Gets the list of databases and their snapshot summary details available in the AWRHub.
|
5944
|
+
#
|
5945
|
+
# @param [String] awr_hub_id Unique Awr Hub identifier
|
5946
|
+
# @param [Hash] opts the optional parameters
|
5947
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5948
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5949
|
+
# @option opts [String] :name The optional single value query parameter to filter the entity name.
|
5950
|
+
# @option opts [DateTime] :time_greater_than_or_equal_to The optional greater than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
5951
|
+
#
|
5952
|
+
# @option opts [DateTime] :time_less_than_or_equal_to The optional less than or equal to query parameter to filter the timestamp. The timestamp format to be followed is: YYYY-MM-DDTHH:MM:SSZ, example 2020-12-03T19:00:53Z
|
5953
|
+
#
|
5954
|
+
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
5955
|
+
# the previous \"List\" call. For important details about how pagination works,
|
5956
|
+
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
5957
|
+
#
|
5958
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to
|
5959
|
+
# return in a paginated \"List\" call.
|
5960
|
+
# For important details about how pagination works, see
|
5961
|
+
# [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
5962
|
+
# Example: `50`
|
5963
|
+
# (default to 50)
|
5964
|
+
# @option opts [String] :sort_by The option to sort the AWR summary data. (default to END_INTERVAL_TIME)
|
5965
|
+
# Allowed values are: END_INTERVAL_TIME, NAME
|
5966
|
+
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5967
|
+
# (default to DESC)
|
5968
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
5969
|
+
# Oracle about a particular request, please provide the request ID.
|
5970
|
+
#
|
5971
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AwrDatabaseCollection AwrDatabaseCollection}
|
5972
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_awr_databases.rb.html) to see an example of how to use list_awr_databases API.
|
5973
|
+
def list_awr_databases(awr_hub_id, opts = {})
|
5974
|
+
logger.debug 'Calling operation OperationsInsightsClient#list_awr_databases.' if logger
|
5087
5975
|
|
5088
|
-
raise "Missing the required parameter '
|
5976
|
+
raise "Missing the required parameter 'awr_hub_id' when calling list_awr_databases." if awr_hub_id.nil?
|
5089
5977
|
|
5090
|
-
if opts[:
|
5091
|
-
raise 'Invalid value for "
|
5978
|
+
if opts[:sort_by] && !%w[END_INTERVAL_TIME NAME].include?(opts[:sort_by])
|
5979
|
+
raise 'Invalid value for "sort_by", must be one of END_INTERVAL_TIME, NAME.'
|
5092
5980
|
end
|
5093
5981
|
|
5094
|
-
if opts[:
|
5095
|
-
raise 'Invalid value for "
|
5982
|
+
if opts[:sort_order] && !OCI::Opsi::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
5983
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Opsi::Models::SORT_ORDER_ENUM.'
|
5096
5984
|
end
|
5985
|
+
raise "Parameter value for 'awr_hub_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_id)
|
5097
5986
|
|
5098
|
-
path = '/
|
5987
|
+
path = '/awrHubs/{awrHubId}/awrDatabases'.sub('{awrHubId}', awr_hub_id.to_s)
|
5099
5988
|
operation_signing_strategy = :standard
|
5100
5989
|
|
5101
5990
|
# rubocop:disable Style/NegatedIf
|
5102
5991
|
# Query Params
|
5103
5992
|
query_params = {}
|
5104
|
-
query_params[:
|
5105
|
-
query_params[:
|
5106
|
-
query_params[:
|
5107
|
-
query_params[:timeIntervalStart] = opts[:time_interval_start] if opts[:time_interval_start]
|
5108
|
-
query_params[:timeIntervalEnd] = opts[:time_interval_end] if opts[:time_interval_end]
|
5109
|
-
query_params[:limit] = opts[:limit] if opts[:limit]
|
5993
|
+
query_params[:name] = opts[:name] if opts[:name]
|
5994
|
+
query_params[:timeGreaterThanOrEqualTo] = opts[:time_greater_than_or_equal_to] if opts[:time_greater_than_or_equal_to]
|
5995
|
+
query_params[:timeLessThanOrEqualTo] = opts[:time_less_than_or_equal_to] if opts[:time_less_than_or_equal_to]
|
5110
5996
|
query_params[:page] = opts[:page] if opts[:page]
|
5111
|
-
query_params[:
|
5997
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
5112
5998
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
5113
|
-
query_params[:
|
5114
|
-
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
5115
|
-
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
5116
|
-
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
5117
|
-
query_params[:compartmentIdInSubtree] = opts[:compartment_id_in_subtree] if !opts[:compartment_id_in_subtree].nil?
|
5999
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
5118
6000
|
|
5119
6001
|
# Header Params
|
5120
6002
|
header_params = {}
|
@@ -5126,7 +6008,7 @@ module OCI
|
|
5126
6008
|
post_body = nil
|
5127
6009
|
|
5128
6010
|
# rubocop:disable Metrics/BlockLength
|
5129
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
6011
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#list_awr_databases') do
|
5130
6012
|
@api_client.call_api(
|
5131
6013
|
:GET,
|
5132
6014
|
path,
|
@@ -5135,7 +6017,7 @@ module OCI
|
|
5135
6017
|
query_params: query_params,
|
5136
6018
|
operation_signing_strategy: operation_signing_strategy,
|
5137
6019
|
body: post_body,
|
5138
|
-
return_type: 'OCI::Opsi::Models::
|
6020
|
+
return_type: 'OCI::Opsi::Models::AwrDatabaseCollection'
|
5139
6021
|
)
|
5140
6022
|
end
|
5141
6023
|
# rubocop:enable Metrics/BlockLength
|
@@ -5149,25 +6031,22 @@ module OCI
|
|
5149
6031
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
5150
6032
|
|
5151
6033
|
|
5152
|
-
#
|
5153
|
-
#
|
5154
|
-
# @param [String] awr_hub_id Unique Awr Hub identifier
|
5155
|
-
# @param [String] awr_source_database_identifier The internal ID of the database. The internal ID of the database is not the [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
5156
|
-
# It can be retrieved from the following endpoint:
|
5157
|
-
# /awrHubs/{awrHubId}/awrDatabases
|
6034
|
+
# Gets a list of Awr Hub objects. Awr Hub id needs to specified.
|
5158
6035
|
#
|
6036
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
5159
6037
|
# @param [Hash] opts the optional parameters
|
5160
6038
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5161
6039
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5162
|
-
# @option opts [String] :
|
5163
|
-
# @option opts [
|
5164
|
-
#
|
5165
|
-
# @option opts [
|
5166
|
-
#
|
5167
|
-
#
|
5168
|
-
#
|
5169
|
-
#
|
5170
|
-
#
|
6040
|
+
# @option opts [String] :prefix The string to use for matching against the start of object names in a Awr Hub list objects query.
|
6041
|
+
# @option opts [String] :start Object names returned by Awr Hub list objects query must be greater or equal to this parameter.
|
6042
|
+
# @option opts [String] :_end Object names returned by Awr Hub list objects query must be strictly less than this parameter.
|
6043
|
+
# @option opts [String] :delimiter When this parameter is set, only objects whose names do not contain the delimiter character
|
6044
|
+
# (after an optionally specified prefix) are returned in the Awr Hub list objects key of the response body.
|
6045
|
+
# Scanned objects whose names contain the delimiter have the part of their name up to the first
|
6046
|
+
# occurrence of the delimiter (including the optional prefix) returned as a set of prefixes.
|
6047
|
+
# Note that only '/' is a supported delimiter character at this time.
|
6048
|
+
#
|
6049
|
+
# @option opts [String] :start_after Awr Hub Object name after which remaining objects are listed
|
5171
6050
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
5172
6051
|
# the previous \"List\" call. For important details about how pagination works,
|
5173
6052
|
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
@@ -5178,46 +6057,41 @@ module OCI
|
|
5178
6057
|
# [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
5179
6058
|
# Example: `50`
|
5180
6059
|
# (default to 50)
|
5181
|
-
# @option opts [String] :
|
5182
|
-
#
|
5183
|
-
#
|
5184
|
-
#
|
6060
|
+
# @option opts [String] :fields By default all the fields are returned. Use this parameter to fetch specific fields 'size', 'etag', 'md5',
|
6061
|
+
# 'timeCreated', 'timeModified', 'storageTier' and 'archivalState' fields. List the names of those fields
|
6062
|
+
# in a comma-separated, case-insensitive list as the value of this parameter.
|
6063
|
+
# For example: 'name,etag,timeCreated,md5,timeModified,storageTier,archivalState'.
|
6064
|
+
#
|
6065
|
+
# Allowed values are: name, size, etag, timeCreated, md5, archivalState, timeModified, storageTier
|
5185
6066
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
5186
6067
|
# Oracle about a particular request, please provide the request ID.
|
5187
6068
|
#
|
5188
|
-
# @return [Response] A Response object with data of type {OCI::Opsi::Models::
|
5189
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
5190
|
-
def
|
5191
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
6069
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::ListObjects ListObjects}
|
6070
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_awr_hub_objects.rb.html) to see an example of how to use list_awr_hub_objects API.
|
6071
|
+
def list_awr_hub_objects(awr_hub_source_id, opts = {})
|
6072
|
+
logger.debug 'Calling operation OperationsInsightsClient#list_awr_hub_objects.' if logger
|
5192
6073
|
|
5193
|
-
raise "Missing the required parameter '
|
5194
|
-
raise "Missing the required parameter 'awr_source_database_identifier' when calling list_awr_database_snapshots." if awr_source_database_identifier.nil?
|
5195
|
-
|
5196
|
-
if opts[:sort_by] && !%w[TIME_BEGIN SNAPSHOT_ID].include?(opts[:sort_by])
|
5197
|
-
raise 'Invalid value for "sort_by", must be one of TIME_BEGIN, SNAPSHOT_ID.'
|
5198
|
-
end
|
6074
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling list_awr_hub_objects." if awr_hub_source_id.nil?
|
5199
6075
|
|
5200
|
-
if opts[:
|
5201
|
-
raise 'Invalid value for "
|
6076
|
+
if opts[:fields] && !%w[name size etag timeCreated md5 archivalState timeModified storageTier].include?(opts[:fields])
|
6077
|
+
raise 'Invalid value for "fields", must be one of name, size, etag, timeCreated, md5, archivalState, timeModified, storageTier.'
|
5202
6078
|
end
|
5203
|
-
raise "Parameter value for '
|
6079
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
5204
6080
|
|
5205
|
-
path = '/
|
6081
|
+
path = '/awrHubObjects/awrHubSources/{awrHubSourceId}/o'.sub('{awrHubSourceId}', awr_hub_source_id.to_s)
|
5206
6082
|
operation_signing_strategy = :standard
|
5207
6083
|
|
5208
6084
|
# rubocop:disable Style/NegatedIf
|
5209
6085
|
# Query Params
|
5210
6086
|
query_params = {}
|
5211
|
-
query_params[:
|
5212
|
-
query_params[:
|
5213
|
-
query_params[:
|
5214
|
-
query_params[:
|
5215
|
-
query_params[:
|
5216
|
-
query_params[:timeLessThanOrEqualTo] = opts[:time_less_than_or_equal_to] if opts[:time_less_than_or_equal_to]
|
6087
|
+
query_params[:prefix] = opts[:prefix] if opts[:prefix]
|
6088
|
+
query_params[:start] = opts[:start] if opts[:start]
|
6089
|
+
query_params[:end] = opts[:_end] if opts[:_end]
|
6090
|
+
query_params[:delimiter] = opts[:delimiter] if opts[:delimiter]
|
6091
|
+
query_params[:startAfter] = opts[:start_after] if opts[:start_after]
|
5217
6092
|
query_params[:page] = opts[:page] if opts[:page]
|
5218
6093
|
query_params[:limit] = opts[:limit] if opts[:limit]
|
5219
|
-
query_params[:
|
5220
|
-
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
6094
|
+
query_params[:fields] = opts[:fields] if opts[:fields]
|
5221
6095
|
|
5222
6096
|
# Header Params
|
5223
6097
|
header_params = {}
|
@@ -5229,7 +6103,7 @@ module OCI
|
|
5229
6103
|
post_body = nil
|
5230
6104
|
|
5231
6105
|
# rubocop:disable Metrics/BlockLength
|
5232
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
6106
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#list_awr_hub_objects') do
|
5233
6107
|
@api_client.call_api(
|
5234
6108
|
:GET,
|
5235
6109
|
path,
|
@@ -5238,7 +6112,7 @@ module OCI
|
|
5238
6112
|
query_params: query_params,
|
5239
6113
|
operation_signing_strategy: operation_signing_strategy,
|
5240
6114
|
body: post_body,
|
5241
|
-
return_type: 'OCI::Opsi::Models::
|
6115
|
+
return_type: 'OCI::Opsi::Models::ListObjects'
|
5242
6116
|
)
|
5243
6117
|
end
|
5244
6118
|
# rubocop:enable Metrics/BlockLength
|
@@ -5252,63 +6126,102 @@ module OCI
|
|
5252
6126
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
5253
6127
|
|
5254
6128
|
|
5255
|
-
# Gets
|
5256
|
-
#
|
6129
|
+
# Gets a list of Awr Hub source objects.
|
5257
6130
|
# @param [String] awr_hub_id Unique Awr Hub identifier
|
5258
6131
|
# @param [Hash] opts the optional parameters
|
5259
6132
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
5260
6133
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
5261
|
-
# @option opts [String] :
|
5262
|
-
# @option opts [
|
5263
|
-
#
|
5264
|
-
#
|
5265
|
-
#
|
5266
|
-
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
5267
|
-
# the previous \"List\" call. For important details about how pagination works,
|
5268
|
-
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
6134
|
+
# @option opts [String] :compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
6135
|
+
# @option opts [String] :awr_hub_source_id Awr Hub source identifier
|
6136
|
+
# @option opts [Array<String>] :source_type Filter by one or more database type.
|
6137
|
+
# Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
5269
6138
|
#
|
6139
|
+
# Allowed values are: ADW_S, ATP_S, ADW_D, ATP_D, EXTERNAL_PDB, EXTERNAL_NONCDB, COMANAGED_VM_CDB, COMANAGED_VM_PDB, COMANAGED_VM_NONCDB, COMANAGED_BM_CDB, COMANAGED_BM_PDB, COMANAGED_BM_NONCDB, COMANAGED_EXACS_CDB, COMANAGED_EXACS_PDB, COMANAGED_EXACS_NONCDB, UNDEFINED
|
6140
|
+
# @option opts [String] :name Awr Hub source database name
|
6141
|
+
# @option opts [Array<String>] :status Resource Status (default to [])
|
6142
|
+
# Allowed values are: ACCEPTING, NOT_ACCEPTING, NOT_REGISTERED, TERMINATED
|
6143
|
+
# @option opts [Array<String>] :lifecycle_state Lifecycle states
|
6144
|
+
# Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED
|
5270
6145
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to
|
5271
6146
|
# return in a paginated \"List\" call.
|
5272
6147
|
# For important details about how pagination works, see
|
5273
6148
|
# [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
5274
6149
|
# Example: `50`
|
5275
6150
|
# (default to 50)
|
5276
|
-
# @option opts [String] :
|
5277
|
-
#
|
6151
|
+
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
6152
|
+
# the previous \"List\" call. For important details about how pagination works,
|
6153
|
+
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
6154
|
+
#
|
5278
6155
|
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
5279
|
-
#
|
6156
|
+
#
|
6157
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
6158
|
+
# (default to timeCreated)
|
6159
|
+
# Allowed values are: timeCreated, displayName
|
5280
6160
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
5281
6161
|
# Oracle about a particular request, please provide the request ID.
|
5282
6162
|
#
|
5283
|
-
# @return [Response] A Response object with data of type {OCI::Opsi::Models::
|
5284
|
-
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/
|
5285
|
-
def
|
5286
|
-
logger.debug 'Calling operation OperationsInsightsClient#
|
6163
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::AwrHubSourceSummaryCollection AwrHubSourceSummaryCollection}
|
6164
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_awr_hub_sources.rb.html) to see an example of how to use list_awr_hub_sources API.
|
6165
|
+
def list_awr_hub_sources(awr_hub_id, opts = {})
|
6166
|
+
logger.debug 'Calling operation OperationsInsightsClient#list_awr_hub_sources.' if logger
|
5287
6167
|
|
5288
|
-
raise "Missing the required parameter 'awr_hub_id' when calling
|
6168
|
+
raise "Missing the required parameter 'awr_hub_id' when calling list_awr_hub_sources." if awr_hub_id.nil?
|
5289
6169
|
|
5290
|
-
|
5291
|
-
|
6170
|
+
|
6171
|
+
source_type_allowable_values = %w[ADW_S ATP_S ADW_D ATP_D EXTERNAL_PDB EXTERNAL_NONCDB COMANAGED_VM_CDB COMANAGED_VM_PDB COMANAGED_VM_NONCDB COMANAGED_BM_CDB COMANAGED_BM_PDB COMANAGED_BM_NONCDB COMANAGED_EXACS_CDB COMANAGED_EXACS_PDB COMANAGED_EXACS_NONCDB UNDEFINED]
|
6172
|
+
if opts[:source_type] && !opts[:source_type].empty?
|
6173
|
+
opts[:source_type].each do |val_to_check|
|
6174
|
+
unless source_type_allowable_values.include?(val_to_check)
|
6175
|
+
raise 'Invalid value for "source_type", must be one of ADW_S, ATP_S, ADW_D, ATP_D, EXTERNAL_PDB, EXTERNAL_NONCDB, COMANAGED_VM_CDB, COMANAGED_VM_PDB, COMANAGED_VM_NONCDB, COMANAGED_BM_CDB, COMANAGED_BM_PDB, COMANAGED_BM_NONCDB, COMANAGED_EXACS_CDB, COMANAGED_EXACS_PDB, COMANAGED_EXACS_NONCDB, UNDEFINED.'
|
6176
|
+
end
|
6177
|
+
end
|
6178
|
+
end
|
6179
|
+
|
6180
|
+
|
6181
|
+
status_allowable_values = %w[ACCEPTING NOT_ACCEPTING NOT_REGISTERED TERMINATED]
|
6182
|
+
if opts[:status] && !opts[:status].empty?
|
6183
|
+
opts[:status].each do |val_to_check|
|
6184
|
+
unless status_allowable_values.include?(val_to_check)
|
6185
|
+
raise 'Invalid value for "status", must be one of ACCEPTING, NOT_ACCEPTING, NOT_REGISTERED, TERMINATED.'
|
6186
|
+
end
|
6187
|
+
end
|
6188
|
+
end
|
6189
|
+
|
6190
|
+
|
6191
|
+
lifecycle_state_allowable_values = %w[CREATING UPDATING ACTIVE DELETING DELETED FAILED]
|
6192
|
+
if opts[:lifecycle_state] && !opts[:lifecycle_state].empty?
|
6193
|
+
opts[:lifecycle_state].each do |val_to_check|
|
6194
|
+
unless lifecycle_state_allowable_values.include?(val_to_check)
|
6195
|
+
raise 'Invalid value for "lifecycle_state", must be one of CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED.'
|
6196
|
+
end
|
6197
|
+
end
|
5292
6198
|
end
|
5293
6199
|
|
5294
6200
|
if opts[:sort_order] && !OCI::Opsi::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
5295
6201
|
raise 'Invalid value for "sort_order", must be one of the values in OCI::Opsi::Models::SORT_ORDER_ENUM.'
|
5296
6202
|
end
|
5297
|
-
raise "Parameter value for 'awr_hub_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_id)
|
5298
6203
|
|
5299
|
-
|
6204
|
+
if opts[:sort_by] && !%w[timeCreated displayName].include?(opts[:sort_by])
|
6205
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, displayName.'
|
6206
|
+
end
|
6207
|
+
|
6208
|
+
path = '/awrHubSources'
|
5300
6209
|
operation_signing_strategy = :standard
|
5301
6210
|
|
5302
6211
|
# rubocop:disable Style/NegatedIf
|
5303
6212
|
# Query Params
|
5304
6213
|
query_params = {}
|
6214
|
+
query_params[:awrHubId] = awr_hub_id
|
6215
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
6216
|
+
query_params[:awrHubSourceId] = opts[:awr_hub_source_id] if opts[:awr_hub_source_id]
|
6217
|
+
query_params[:sourceType] = OCI::ApiClient.build_collection_params(opts[:source_type], :multi) if opts[:source_type] && !opts[:source_type].empty?
|
5305
6218
|
query_params[:name] = opts[:name] if opts[:name]
|
5306
|
-
query_params[:
|
5307
|
-
query_params[:
|
5308
|
-
query_params[:page] = opts[:page] if opts[:page]
|
6219
|
+
query_params[:status] = OCI::ApiClient.build_collection_params(opts[:status], :multi) if opts[:status] && !opts[:status].empty?
|
6220
|
+
query_params[:lifecycleState] = OCI::ApiClient.build_collection_params(opts[:lifecycle_state], :multi) if opts[:lifecycle_state] && !opts[:lifecycle_state].empty?
|
5309
6221
|
query_params[:limit] = opts[:limit] if opts[:limit]
|
5310
|
-
query_params[:
|
6222
|
+
query_params[:page] = opts[:page] if opts[:page]
|
5311
6223
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
6224
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
5312
6225
|
|
5313
6226
|
# Header Params
|
5314
6227
|
header_params = {}
|
@@ -5320,7 +6233,7 @@ module OCI
|
|
5320
6233
|
post_body = nil
|
5321
6234
|
|
5322
6235
|
# rubocop:disable Metrics/BlockLength
|
5323
|
-
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#
|
6236
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#list_awr_hub_sources') do
|
5324
6237
|
@api_client.call_api(
|
5325
6238
|
:GET,
|
5326
6239
|
path,
|
@@ -5329,7 +6242,7 @@ module OCI
|
|
5329
6242
|
query_params: query_params,
|
5330
6243
|
operation_signing_strategy: operation_signing_strategy,
|
5331
6244
|
body: post_body,
|
5332
|
-
return_type: 'OCI::Opsi::Models::
|
6245
|
+
return_type: 'OCI::Opsi::Models::AwrHubSourceSummaryCollection'
|
5333
6246
|
)
|
5334
6247
|
end
|
5335
6248
|
# rubocop:enable Metrics/BlockLength
|
@@ -8179,6 +9092,72 @@ module OCI
|
|
8179
9092
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
8180
9093
|
|
8181
9094
|
|
9095
|
+
# Creates a new object or overwrites an existing object with the same name to the Awr Hub.
|
9096
|
+
#
|
9097
|
+
# @param [String, IO] put_awr_hub_object_body The object to be uploaded to the Awr Hub.
|
9098
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
9099
|
+
# @param [String] object_name Unique Awr Hub Object identifier
|
9100
|
+
# @param [Hash] opts the optional parameters
|
9101
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
9102
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
9103
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
9104
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
9105
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
9106
|
+
#
|
9107
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
9108
|
+
# Oracle about a particular request, please provide the request ID.
|
9109
|
+
#
|
9110
|
+
# @return [Response] A Response object with data of type nil
|
9111
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/put_awr_hub_object.rb.html) to see an example of how to use put_awr_hub_object API.
|
9112
|
+
def put_awr_hub_object(put_awr_hub_object_body, awr_hub_source_id, object_name, opts = {})
|
9113
|
+
logger.debug 'Calling operation OperationsInsightsClient#put_awr_hub_object.' if logger
|
9114
|
+
|
9115
|
+
raise "Missing the required parameter 'put_awr_hub_object_body' when calling put_awr_hub_object." if put_awr_hub_object_body.nil?
|
9116
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling put_awr_hub_object." if awr_hub_source_id.nil?
|
9117
|
+
raise "Missing the required parameter 'object_name' when calling put_awr_hub_object." if object_name.nil?
|
9118
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
9119
|
+
raise "Parameter value for 'object_name' must not be blank" if OCI::Internal::Util.blank_string?(object_name)
|
9120
|
+
|
9121
|
+
path = '/awrHubObjects/awrHubSources/{awrHubSourceId}/o/{objectName}'.sub('{awrHubSourceId}', awr_hub_source_id.to_s).sub('{objectName}', object_name.to_s)
|
9122
|
+
operation_signing_strategy = :exclude_body
|
9123
|
+
|
9124
|
+
# rubocop:disable Style/NegatedIf
|
9125
|
+
# Query Params
|
9126
|
+
query_params = {}
|
9127
|
+
|
9128
|
+
# Header Params
|
9129
|
+
header_params = {}
|
9130
|
+
header_params[:accept] = 'application/json'
|
9131
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
9132
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
9133
|
+
# rubocop:enable Style/NegatedIf
|
9134
|
+
header_params[:'content-type'] ||= 'application/octet-stream'
|
9135
|
+
|
9136
|
+
post_body = @api_client.object_to_http_body(put_awr_hub_object_body)
|
9137
|
+
|
9138
|
+
# rubocop:disable Metrics/BlockLength
|
9139
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#put_awr_hub_object') do
|
9140
|
+
@api_client.call_api(
|
9141
|
+
:PUT,
|
9142
|
+
path,
|
9143
|
+
endpoint,
|
9144
|
+
header_params: header_params,
|
9145
|
+
query_params: query_params,
|
9146
|
+
operation_signing_strategy: operation_signing_strategy,
|
9147
|
+
body: post_body
|
9148
|
+
)
|
9149
|
+
end
|
9150
|
+
# rubocop:enable Metrics/BlockLength
|
9151
|
+
end
|
9152
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
9153
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
9154
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
9155
|
+
|
9156
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
9157
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
9158
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
9159
|
+
|
9160
|
+
|
8182
9161
|
# Queries an OPSI data object with the inputs provided and sends the result set back. Either analysisTimeInterval
|
8183
9162
|
# or timeIntervalStart and timeIntervalEnd parameters need to be passed as well.
|
8184
9163
|
#
|
@@ -15184,6 +16163,68 @@ module OCI
|
|
15184
16163
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
15185
16164
|
|
15186
16165
|
|
16166
|
+
# Update Awr Hub Source object.
|
16167
|
+
# @param [OCI::Opsi::Models::UpdateAwrHubSourceDetails] update_awr_hub_source_details The configuration to be updated.
|
16168
|
+
# @param [String] awr_hub_source_id Unique Awr Hub Source identifier
|
16169
|
+
# @param [Hash] opts the optional parameters
|
16170
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
16171
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
16172
|
+
# @option opts [String] :if_match Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
|
16173
|
+
# parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
|
16174
|
+
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
16175
|
+
#
|
16176
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
16177
|
+
# Oracle about a particular request, please provide the request ID.
|
16178
|
+
#
|
16179
|
+
# @return [Response] A Response object with data of type nil
|
16180
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/update_awr_hub_source.rb.html) to see an example of how to use update_awr_hub_source API.
|
16181
|
+
def update_awr_hub_source(update_awr_hub_source_details, awr_hub_source_id, opts = {})
|
16182
|
+
logger.debug 'Calling operation OperationsInsightsClient#update_awr_hub_source.' if logger
|
16183
|
+
|
16184
|
+
raise "Missing the required parameter 'update_awr_hub_source_details' when calling update_awr_hub_source." if update_awr_hub_source_details.nil?
|
16185
|
+
raise "Missing the required parameter 'awr_hub_source_id' when calling update_awr_hub_source." if awr_hub_source_id.nil?
|
16186
|
+
raise "Parameter value for 'awr_hub_source_id' must not be blank" if OCI::Internal::Util.blank_string?(awr_hub_source_id)
|
16187
|
+
|
16188
|
+
path = '/awrHubSources/{awrHubSourceId}'.sub('{awrHubSourceId}', awr_hub_source_id.to_s)
|
16189
|
+
operation_signing_strategy = :standard
|
16190
|
+
|
16191
|
+
# rubocop:disable Style/NegatedIf
|
16192
|
+
# Query Params
|
16193
|
+
query_params = {}
|
16194
|
+
|
16195
|
+
# Header Params
|
16196
|
+
header_params = {}
|
16197
|
+
header_params[:accept] = 'application/json'
|
16198
|
+
header_params[:'content-type'] = 'application/json'
|
16199
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
16200
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
16201
|
+
# rubocop:enable Style/NegatedIf
|
16202
|
+
|
16203
|
+
post_body = @api_client.object_to_http_body(update_awr_hub_source_details)
|
16204
|
+
|
16205
|
+
# rubocop:disable Metrics/BlockLength
|
16206
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#update_awr_hub_source') do
|
16207
|
+
@api_client.call_api(
|
16208
|
+
:PUT,
|
16209
|
+
path,
|
16210
|
+
endpoint,
|
16211
|
+
header_params: header_params,
|
16212
|
+
query_params: query_params,
|
16213
|
+
operation_signing_strategy: operation_signing_strategy,
|
16214
|
+
body: post_body
|
16215
|
+
)
|
16216
|
+
end
|
16217
|
+
# rubocop:enable Metrics/BlockLength
|
16218
|
+
end
|
16219
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
16220
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
16221
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
16222
|
+
|
16223
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
16224
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
16225
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
16226
|
+
|
16227
|
+
|
15187
16228
|
# Updates configuration of a database insight.
|
15188
16229
|
# @param [String] database_insight_id Unique database insight identifier
|
15189
16230
|
# @param [OCI::Opsi::Models::UpdateDatabaseInsightDetails] update_database_insight_details The configuration to be updated.
|