oci 2.19.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +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
|
@@ -0,0 +1,839 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
|
+
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220315
|
|
5
|
+
|
|
6
|
+
require 'uri'
|
|
7
|
+
require 'logger'
|
|
8
|
+
|
|
9
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
10
|
+
module OCI
|
|
11
|
+
# Use the Redis Service API to create and manage Redis clusters. A Redis cluster is a memory-based storage solution. For more information, see [OCI Caching Service with Redis](/iaas/Content/redis/home.htm).
|
|
12
|
+
class Redis::RedisClusterClient
|
|
13
|
+
# Client used to make HTTP requests.
|
|
14
|
+
# @return [OCI::ApiClient]
|
|
15
|
+
attr_reader :api_client
|
|
16
|
+
|
|
17
|
+
# Fully qualified endpoint URL
|
|
18
|
+
# @return [String]
|
|
19
|
+
attr_reader :endpoint
|
|
20
|
+
|
|
21
|
+
# The default retry configuration to apply to all operations in this service client. This can be overridden
|
|
22
|
+
# on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
|
|
23
|
+
# will not perform any retries
|
|
24
|
+
# @return [OCI::Retry::RetryConfig]
|
|
25
|
+
attr_reader :retry_config
|
|
26
|
+
|
|
27
|
+
# The region, which will usually correspond to a value in {OCI::Regions::REGION_ENUM}.
|
|
28
|
+
# @return [String]
|
|
29
|
+
attr_reader :region
|
|
30
|
+
|
|
31
|
+
# rubocop:disable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# Creates a new RedisClusterClient.
|
|
35
|
+
# Notes:
|
|
36
|
+
# If a config is not specified, then the global OCI.config will be used.
|
|
37
|
+
#
|
|
38
|
+
# This client is not thread-safe
|
|
39
|
+
#
|
|
40
|
+
# Either a region or an endpoint must be specified. If an endpoint is specified, it will be used instead of the
|
|
41
|
+
# region. A region may be specified in the config or via or the region parameter. If specified in both, then the
|
|
42
|
+
# region parameter will be used.
|
|
43
|
+
# @param [Config] config A Config object.
|
|
44
|
+
# @param [String] region A region used to determine the service endpoint. This will usually
|
|
45
|
+
# correspond to a value in {OCI::Regions::REGION_ENUM}, but may be an arbitrary string.
|
|
46
|
+
# @param [String] endpoint The fully qualified endpoint URL
|
|
47
|
+
# @param [OCI::BaseSigner] signer A signer implementation which can be used by this client. If this is not provided then
|
|
48
|
+
# a signer will be constructed via the provided config. One use case of this parameter is instance principals authentication,
|
|
49
|
+
# so that the instance principals signer can be provided to the client
|
|
50
|
+
# @param [OCI::ApiClientProxySettings] proxy_settings If your environment requires you to use a proxy server for outgoing HTTP requests
|
|
51
|
+
# the details for the proxy can be provided in this parameter
|
|
52
|
+
# @param [OCI::Retry::RetryConfig] retry_config The retry configuration for this service client. This represents the default retry configuration to
|
|
53
|
+
# apply across all operations. This can be overridden on a per-operation basis. The default retry configuration value is `nil`, which means that an operation
|
|
54
|
+
# will not perform any retries
|
|
55
|
+
def initialize(config: nil, region: nil, endpoint: nil, signer: nil, proxy_settings: nil, retry_config: nil)
|
|
56
|
+
# If the signer is an InstancePrincipalsSecurityTokenSigner or SecurityTokenSigner and no config was supplied (they are self-sufficient signers)
|
|
57
|
+
# then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals
|
|
58
|
+
# and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then
|
|
59
|
+
# pass it to this constructor.
|
|
60
|
+
#
|
|
61
|
+
# If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid
|
|
62
|
+
# so try and load the config from the default file.
|
|
63
|
+
config = OCI::Config.validate_and_build_config_with_signer(config, signer)
|
|
64
|
+
|
|
65
|
+
signer = OCI::Signer.config_file_auth_builder(config) if signer.nil?
|
|
66
|
+
|
|
67
|
+
@api_client = OCI::ApiClient.new(config, signer, proxy_settings: proxy_settings)
|
|
68
|
+
@retry_config = retry_config
|
|
69
|
+
|
|
70
|
+
if endpoint
|
|
71
|
+
@endpoint = endpoint + '/20220315'
|
|
72
|
+
else
|
|
73
|
+
region ||= config.region
|
|
74
|
+
region ||= signer.region if signer.respond_to?(:region)
|
|
75
|
+
self.region = region
|
|
76
|
+
end
|
|
77
|
+
logger.info "RedisClusterClient endpoint set to '#{@endpoint}'." if logger
|
|
78
|
+
end
|
|
79
|
+
# rubocop:enable Metrics/AbcSize, Metrics/CyclomaticComplexity, Layout/EmptyLines, Metrics/PerceivedComplexity
|
|
80
|
+
|
|
81
|
+
# Set the region that will be used to determine the service endpoint.
|
|
82
|
+
# This will usually correspond to a value in {OCI::Regions::REGION_ENUM},
|
|
83
|
+
# but may be an arbitrary string.
|
|
84
|
+
def region=(new_region)
|
|
85
|
+
@region = new_region
|
|
86
|
+
|
|
87
|
+
raise 'A region must be specified.' unless @region
|
|
88
|
+
|
|
89
|
+
@endpoint = OCI::Regions.get_service_endpoint_for_template(@region, 'https://redis.{region}.oci.{secondLevelDomain}') + '/20220315'
|
|
90
|
+
logger.info "RedisClusterClient endpoint set to '#{@endpoint} from region #{@region}'." if logger
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# @return [Logger] The logger for this client. May be nil.
|
|
94
|
+
def logger
|
|
95
|
+
@api_client.config.logger
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
99
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
100
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
# Cancels the specified work request.
|
|
104
|
+
# @param [String] work_request_id The the asynchronous request ID.
|
|
105
|
+
# @param [Hash] opts the optional parameters
|
|
106
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
107
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
108
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
|
109
|
+
# for a resource, set the `if-match` parameter to the value of the
|
|
110
|
+
# etag from a previous GET or POST response for that resource.
|
|
111
|
+
# The resource will be updated or deleted only if the etag you
|
|
112
|
+
# provide matches the resource's current etag value.
|
|
113
|
+
#
|
|
114
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
115
|
+
# @return [Response] A Response object with data of type nil
|
|
116
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/cancel_work_request.rb.html) to see an example of how to use cancel_work_request API.
|
|
117
|
+
def cancel_work_request(work_request_id, opts = {})
|
|
118
|
+
logger.debug 'Calling operation RedisClusterClient#cancel_work_request.' if logger
|
|
119
|
+
|
|
120
|
+
raise "Missing the required parameter 'work_request_id' when calling cancel_work_request." if work_request_id.nil?
|
|
121
|
+
raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
|
|
122
|
+
|
|
123
|
+
path = '/workRequests/{workRequestId}'.sub('{workRequestId}', work_request_id.to_s)
|
|
124
|
+
operation_signing_strategy = :standard
|
|
125
|
+
|
|
126
|
+
# rubocop:disable Style/NegatedIf
|
|
127
|
+
# Query Params
|
|
128
|
+
query_params = {}
|
|
129
|
+
|
|
130
|
+
# Header Params
|
|
131
|
+
header_params = {}
|
|
132
|
+
header_params[:accept] = 'application/json'
|
|
133
|
+
header_params[:'content-type'] = 'application/json'
|
|
134
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
135
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
136
|
+
# rubocop:enable Style/NegatedIf
|
|
137
|
+
|
|
138
|
+
post_body = nil
|
|
139
|
+
|
|
140
|
+
# rubocop:disable Metrics/BlockLength
|
|
141
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#cancel_work_request') do
|
|
142
|
+
@api_client.call_api(
|
|
143
|
+
:DELETE,
|
|
144
|
+
path,
|
|
145
|
+
endpoint,
|
|
146
|
+
header_params: header_params,
|
|
147
|
+
query_params: query_params,
|
|
148
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
149
|
+
body: post_body
|
|
150
|
+
)
|
|
151
|
+
end
|
|
152
|
+
# rubocop:enable Metrics/BlockLength
|
|
153
|
+
end
|
|
154
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
155
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
156
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
157
|
+
|
|
158
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
159
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
160
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
# Moves a Redis cluster into a different compartment within the same tenancy. A Redis cluster is a memory-based storage solution. For more information, see [OCI Caching Service with Redis](https://docs.cloud.oracle.com/iaas/Content/redis/home.htm).
|
|
164
|
+
# @param [String] redis_cluster_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster.
|
|
165
|
+
# @param [OCI::Redis::Models::ChangeRedisClusterCompartmentDetails] change_redis_cluster_compartment_details The information to be updated.
|
|
166
|
+
# @param [Hash] opts the optional parameters
|
|
167
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
168
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
169
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
|
170
|
+
# for a resource, set the `if-match` parameter to the value of the
|
|
171
|
+
# etag from a previous GET or POST response for that resource.
|
|
172
|
+
# The resource will be updated or deleted only if the etag you
|
|
173
|
+
# provide matches the resource's current etag value.
|
|
174
|
+
#
|
|
175
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
176
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
177
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
178
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
179
|
+
# might be rejected.
|
|
180
|
+
#
|
|
181
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
182
|
+
# @return [Response] A Response object with data of type nil
|
|
183
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/change_redis_cluster_compartment.rb.html) to see an example of how to use change_redis_cluster_compartment API.
|
|
184
|
+
def change_redis_cluster_compartment(redis_cluster_id, change_redis_cluster_compartment_details, opts = {})
|
|
185
|
+
logger.debug 'Calling operation RedisClusterClient#change_redis_cluster_compartment.' if logger
|
|
186
|
+
|
|
187
|
+
raise "Missing the required parameter 'redis_cluster_id' when calling change_redis_cluster_compartment." if redis_cluster_id.nil?
|
|
188
|
+
raise "Missing the required parameter 'change_redis_cluster_compartment_details' when calling change_redis_cluster_compartment." if change_redis_cluster_compartment_details.nil?
|
|
189
|
+
raise "Parameter value for 'redis_cluster_id' must not be blank" if OCI::Internal::Util.blank_string?(redis_cluster_id)
|
|
190
|
+
|
|
191
|
+
path = '/redisClusters/{redisClusterId}/actions/changeCompartment'.sub('{redisClusterId}', redis_cluster_id.to_s)
|
|
192
|
+
operation_signing_strategy = :standard
|
|
193
|
+
|
|
194
|
+
# rubocop:disable Style/NegatedIf
|
|
195
|
+
# Query Params
|
|
196
|
+
query_params = {}
|
|
197
|
+
|
|
198
|
+
# Header Params
|
|
199
|
+
header_params = {}
|
|
200
|
+
header_params[:accept] = 'application/json'
|
|
201
|
+
header_params[:'content-type'] = 'application/json'
|
|
202
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
203
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
204
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
205
|
+
# rubocop:enable Style/NegatedIf
|
|
206
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
207
|
+
|
|
208
|
+
post_body = @api_client.object_to_http_body(change_redis_cluster_compartment_details)
|
|
209
|
+
|
|
210
|
+
# rubocop:disable Metrics/BlockLength
|
|
211
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#change_redis_cluster_compartment') do
|
|
212
|
+
@api_client.call_api(
|
|
213
|
+
:POST,
|
|
214
|
+
path,
|
|
215
|
+
endpoint,
|
|
216
|
+
header_params: header_params,
|
|
217
|
+
query_params: query_params,
|
|
218
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
219
|
+
body: post_body
|
|
220
|
+
)
|
|
221
|
+
end
|
|
222
|
+
# rubocop:enable Metrics/BlockLength
|
|
223
|
+
end
|
|
224
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
225
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
226
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
227
|
+
|
|
228
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
229
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
230
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
# Creates a new Redis cluster. A Redis cluster is a memory-based storage solution. For more information, see [OCI Caching Service with Redis](https://docs.cloud.oracle.com/iaas/Content/redis/home.htm).
|
|
234
|
+
#
|
|
235
|
+
# @param [OCI::Redis::Models::CreateRedisClusterDetails] create_redis_cluster_details Details for the new RedisCluster.
|
|
236
|
+
# @param [Hash] opts the optional parameters
|
|
237
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
238
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
239
|
+
# @option opts [String] :opc_retry_token A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
240
|
+
# server error without risk of executing that same action again. Retry tokens expire after 24
|
|
241
|
+
# hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
242
|
+
# has been deleted and purged from the system, then a retry of the original creation request
|
|
243
|
+
# might be rejected.
|
|
244
|
+
#
|
|
245
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
246
|
+
# @return [Response] A Response object with data of type {OCI::Redis::Models::RedisCluster RedisCluster}
|
|
247
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/create_redis_cluster.rb.html) to see an example of how to use create_redis_cluster API.
|
|
248
|
+
def create_redis_cluster(create_redis_cluster_details, opts = {})
|
|
249
|
+
logger.debug 'Calling operation RedisClusterClient#create_redis_cluster.' if logger
|
|
250
|
+
|
|
251
|
+
raise "Missing the required parameter 'create_redis_cluster_details' when calling create_redis_cluster." if create_redis_cluster_details.nil?
|
|
252
|
+
|
|
253
|
+
path = '/redisClusters'
|
|
254
|
+
operation_signing_strategy = :standard
|
|
255
|
+
|
|
256
|
+
# rubocop:disable Style/NegatedIf
|
|
257
|
+
# Query Params
|
|
258
|
+
query_params = {}
|
|
259
|
+
|
|
260
|
+
# Header Params
|
|
261
|
+
header_params = {}
|
|
262
|
+
header_params[:accept] = 'application/json'
|
|
263
|
+
header_params[:'content-type'] = 'application/json'
|
|
264
|
+
header_params[:'opc-retry-token'] = opts[:opc_retry_token] if opts[:opc_retry_token]
|
|
265
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
266
|
+
# rubocop:enable Style/NegatedIf
|
|
267
|
+
header_params[:'opc-retry-token'] ||= OCI::Retry.generate_opc_retry_token
|
|
268
|
+
|
|
269
|
+
post_body = @api_client.object_to_http_body(create_redis_cluster_details)
|
|
270
|
+
|
|
271
|
+
# rubocop:disable Metrics/BlockLength
|
|
272
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#create_redis_cluster') do
|
|
273
|
+
@api_client.call_api(
|
|
274
|
+
:POST,
|
|
275
|
+
path,
|
|
276
|
+
endpoint,
|
|
277
|
+
header_params: header_params,
|
|
278
|
+
query_params: query_params,
|
|
279
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
280
|
+
body: post_body,
|
|
281
|
+
return_type: 'OCI::Redis::Models::RedisCluster'
|
|
282
|
+
)
|
|
283
|
+
end
|
|
284
|
+
# rubocop:enable Metrics/BlockLength
|
|
285
|
+
end
|
|
286
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
287
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
288
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
289
|
+
|
|
290
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
291
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
292
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
# Deletes the specified Redis cluster. A Redis cluster is a memory-based storage solution. For more information, see [OCI Caching Service with Redis](https://docs.cloud.oracle.com/iaas/Content/redis/home.htm).
|
|
296
|
+
# @param [String] redis_cluster_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster.
|
|
297
|
+
# @param [Hash] opts the optional parameters
|
|
298
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
299
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
300
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
|
301
|
+
# for a resource, set the `if-match` parameter to the value of the
|
|
302
|
+
# etag from a previous GET or POST response for that resource.
|
|
303
|
+
# The resource will be updated or deleted only if the etag you
|
|
304
|
+
# provide matches the resource's current etag value.
|
|
305
|
+
#
|
|
306
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
307
|
+
# @return [Response] A Response object with data of type nil
|
|
308
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/delete_redis_cluster.rb.html) to see an example of how to use delete_redis_cluster API.
|
|
309
|
+
def delete_redis_cluster(redis_cluster_id, opts = {})
|
|
310
|
+
logger.debug 'Calling operation RedisClusterClient#delete_redis_cluster.' if logger
|
|
311
|
+
|
|
312
|
+
raise "Missing the required parameter 'redis_cluster_id' when calling delete_redis_cluster." if redis_cluster_id.nil?
|
|
313
|
+
raise "Parameter value for 'redis_cluster_id' must not be blank" if OCI::Internal::Util.blank_string?(redis_cluster_id)
|
|
314
|
+
|
|
315
|
+
path = '/redisClusters/{redisClusterId}'.sub('{redisClusterId}', redis_cluster_id.to_s)
|
|
316
|
+
operation_signing_strategy = :standard
|
|
317
|
+
|
|
318
|
+
# rubocop:disable Style/NegatedIf
|
|
319
|
+
# Query Params
|
|
320
|
+
query_params = {}
|
|
321
|
+
|
|
322
|
+
# Header Params
|
|
323
|
+
header_params = {}
|
|
324
|
+
header_params[:accept] = 'application/json'
|
|
325
|
+
header_params[:'content-type'] = 'application/json'
|
|
326
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
327
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
328
|
+
# rubocop:enable Style/NegatedIf
|
|
329
|
+
|
|
330
|
+
post_body = nil
|
|
331
|
+
|
|
332
|
+
# rubocop:disable Metrics/BlockLength
|
|
333
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#delete_redis_cluster') do
|
|
334
|
+
@api_client.call_api(
|
|
335
|
+
:DELETE,
|
|
336
|
+
path,
|
|
337
|
+
endpoint,
|
|
338
|
+
header_params: header_params,
|
|
339
|
+
query_params: query_params,
|
|
340
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
341
|
+
body: post_body
|
|
342
|
+
)
|
|
343
|
+
end
|
|
344
|
+
# rubocop:enable Metrics/BlockLength
|
|
345
|
+
end
|
|
346
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
347
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
348
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
349
|
+
|
|
350
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
351
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
352
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
# Retrieves the specified Redis cluster. A Redis cluster is a memory-based storage solution. For more information, see [OCI Caching Service with Redis](https://docs.cloud.oracle.com/iaas/Content/redis/home.htm).
|
|
356
|
+
# @param [String] redis_cluster_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster.
|
|
357
|
+
# @param [Hash] opts the optional parameters
|
|
358
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
359
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
360
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
361
|
+
# @return [Response] A Response object with data of type {OCI::Redis::Models::RedisCluster RedisCluster}
|
|
362
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/get_redis_cluster.rb.html) to see an example of how to use get_redis_cluster API.
|
|
363
|
+
def get_redis_cluster(redis_cluster_id, opts = {})
|
|
364
|
+
logger.debug 'Calling operation RedisClusterClient#get_redis_cluster.' if logger
|
|
365
|
+
|
|
366
|
+
raise "Missing the required parameter 'redis_cluster_id' when calling get_redis_cluster." if redis_cluster_id.nil?
|
|
367
|
+
raise "Parameter value for 'redis_cluster_id' must not be blank" if OCI::Internal::Util.blank_string?(redis_cluster_id)
|
|
368
|
+
|
|
369
|
+
path = '/redisClusters/{redisClusterId}'.sub('{redisClusterId}', redis_cluster_id.to_s)
|
|
370
|
+
operation_signing_strategy = :standard
|
|
371
|
+
|
|
372
|
+
# rubocop:disable Style/NegatedIf
|
|
373
|
+
# Query Params
|
|
374
|
+
query_params = {}
|
|
375
|
+
|
|
376
|
+
# Header Params
|
|
377
|
+
header_params = {}
|
|
378
|
+
header_params[:accept] = 'application/json'
|
|
379
|
+
header_params[:'content-type'] = 'application/json'
|
|
380
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
381
|
+
# rubocop:enable Style/NegatedIf
|
|
382
|
+
|
|
383
|
+
post_body = nil
|
|
384
|
+
|
|
385
|
+
# rubocop:disable Metrics/BlockLength
|
|
386
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#get_redis_cluster') do
|
|
387
|
+
@api_client.call_api(
|
|
388
|
+
:GET,
|
|
389
|
+
path,
|
|
390
|
+
endpoint,
|
|
391
|
+
header_params: header_params,
|
|
392
|
+
query_params: query_params,
|
|
393
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
394
|
+
body: post_body,
|
|
395
|
+
return_type: 'OCI::Redis::Models::RedisCluster'
|
|
396
|
+
)
|
|
397
|
+
end
|
|
398
|
+
# rubocop:enable Metrics/BlockLength
|
|
399
|
+
end
|
|
400
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
401
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
402
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
403
|
+
|
|
404
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
405
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
406
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
# Gets the status of the work request with the given ID.
|
|
410
|
+
# @param [String] work_request_id The the asynchronous request ID.
|
|
411
|
+
# @param [Hash] opts the optional parameters
|
|
412
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
413
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
414
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
415
|
+
# @return [Response] A Response object with data of type {OCI::Redis::Models::WorkRequest WorkRequest}
|
|
416
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
417
|
+
def get_work_request(work_request_id, opts = {})
|
|
418
|
+
logger.debug 'Calling operation RedisClusterClient#get_work_request.' if logger
|
|
419
|
+
|
|
420
|
+
raise "Missing the required parameter 'work_request_id' when calling get_work_request." if work_request_id.nil?
|
|
421
|
+
raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
|
|
422
|
+
|
|
423
|
+
path = '/workRequests/{workRequestId}'.sub('{workRequestId}', work_request_id.to_s)
|
|
424
|
+
operation_signing_strategy = :standard
|
|
425
|
+
|
|
426
|
+
# rubocop:disable Style/NegatedIf
|
|
427
|
+
# Query Params
|
|
428
|
+
query_params = {}
|
|
429
|
+
|
|
430
|
+
# Header Params
|
|
431
|
+
header_params = {}
|
|
432
|
+
header_params[:accept] = 'application/json'
|
|
433
|
+
header_params[:'content-type'] = 'application/json'
|
|
434
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
435
|
+
# rubocop:enable Style/NegatedIf
|
|
436
|
+
|
|
437
|
+
post_body = nil
|
|
438
|
+
|
|
439
|
+
# rubocop:disable Metrics/BlockLength
|
|
440
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#get_work_request') do
|
|
441
|
+
@api_client.call_api(
|
|
442
|
+
:GET,
|
|
443
|
+
path,
|
|
444
|
+
endpoint,
|
|
445
|
+
header_params: header_params,
|
|
446
|
+
query_params: query_params,
|
|
447
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
448
|
+
body: post_body,
|
|
449
|
+
return_type: 'OCI::Redis::Models::WorkRequest'
|
|
450
|
+
)
|
|
451
|
+
end
|
|
452
|
+
# rubocop:enable Metrics/BlockLength
|
|
453
|
+
end
|
|
454
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
455
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
456
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
457
|
+
|
|
458
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
459
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
460
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
# Lists the Redis clusters in the specified compartment. A Redis cluster is a memory-based storage solution. For more information, see [OCI Caching Service with Redis](https://docs.cloud.oracle.com/iaas/Content/redis/home.htm).
|
|
464
|
+
#
|
|
465
|
+
# @param [Hash] opts the optional parameters
|
|
466
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
467
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
468
|
+
# @option opts [String] :compartment_id The ID of the compartment in which to list resources.
|
|
469
|
+
# @option opts [String] :lifecycle_state A filter to return only resources their lifecycleState matches the given lifecycleState.
|
|
470
|
+
# @option opts [String] :display_name A filter to return only resources that match the entire display name given.
|
|
471
|
+
# @option opts [String] :id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster.
|
|
472
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
473
|
+
# @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
474
|
+
# @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
|
|
475
|
+
# @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.
|
|
476
|
+
# (default to timeCreated)
|
|
477
|
+
# Allowed values are: timeCreated, displayName
|
|
478
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
479
|
+
# @return [Response] A Response object with data of type {OCI::Redis::Models::RedisClusterCollection RedisClusterCollection}
|
|
480
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/list_redis_clusters.rb.html) to see an example of how to use list_redis_clusters API.
|
|
481
|
+
def list_redis_clusters(opts = {})
|
|
482
|
+
logger.debug 'Calling operation RedisClusterClient#list_redis_clusters.' if logger
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
if opts[:lifecycle_state] && !OCI::Redis::Models::RedisCluster::LIFECYCLE_STATE_ENUM.include?(opts[:lifecycle_state])
|
|
486
|
+
raise 'Invalid value for "lifecycle_state", must be one of the values in OCI::Redis::Models::RedisCluster::LIFECYCLE_STATE_ENUM.'
|
|
487
|
+
end
|
|
488
|
+
|
|
489
|
+
if opts[:sort_order] && !OCI::Redis::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
|
490
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Redis::Models::SORT_ORDER_ENUM.'
|
|
491
|
+
end
|
|
492
|
+
|
|
493
|
+
if opts[:sort_by] && !%w[timeCreated displayName].include?(opts[:sort_by])
|
|
494
|
+
raise 'Invalid value for "sort_by", must be one of timeCreated, displayName.'
|
|
495
|
+
end
|
|
496
|
+
|
|
497
|
+
path = '/redisClusters'
|
|
498
|
+
operation_signing_strategy = :standard
|
|
499
|
+
|
|
500
|
+
# rubocop:disable Style/NegatedIf
|
|
501
|
+
# Query Params
|
|
502
|
+
query_params = {}
|
|
503
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
|
504
|
+
query_params[:lifecycleState] = opts[:lifecycle_state] if opts[:lifecycle_state]
|
|
505
|
+
query_params[:displayName] = opts[:display_name] if opts[:display_name]
|
|
506
|
+
query_params[:id] = opts[:id] if opts[:id]
|
|
507
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
508
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
509
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
510
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
511
|
+
|
|
512
|
+
# Header Params
|
|
513
|
+
header_params = {}
|
|
514
|
+
header_params[:accept] = 'application/json'
|
|
515
|
+
header_params[:'content-type'] = 'application/json'
|
|
516
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
517
|
+
# rubocop:enable Style/NegatedIf
|
|
518
|
+
|
|
519
|
+
post_body = nil
|
|
520
|
+
|
|
521
|
+
# rubocop:disable Metrics/BlockLength
|
|
522
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#list_redis_clusters') do
|
|
523
|
+
@api_client.call_api(
|
|
524
|
+
:GET,
|
|
525
|
+
path,
|
|
526
|
+
endpoint,
|
|
527
|
+
header_params: header_params,
|
|
528
|
+
query_params: query_params,
|
|
529
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
530
|
+
body: post_body,
|
|
531
|
+
return_type: 'OCI::Redis::Models::RedisClusterCollection'
|
|
532
|
+
)
|
|
533
|
+
end
|
|
534
|
+
# rubocop:enable Metrics/BlockLength
|
|
535
|
+
end
|
|
536
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
537
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
538
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
539
|
+
|
|
540
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
541
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
542
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
# Returns a list of errors for a given work request.
|
|
546
|
+
#
|
|
547
|
+
# @param [String] work_request_id The the asynchronous request ID.
|
|
548
|
+
# @param [Hash] opts the optional parameters
|
|
549
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
550
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
551
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
552
|
+
# @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
553
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
554
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
|
|
555
|
+
# (default to timeAccepted)
|
|
556
|
+
# Allowed values are: timeAccepted
|
|
557
|
+
# @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
|
|
558
|
+
# @return [Response] A Response object with data of type {OCI::Redis::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
|
|
559
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
560
|
+
def list_work_request_errors(work_request_id, opts = {})
|
|
561
|
+
logger.debug 'Calling operation RedisClusterClient#list_work_request_errors.' if logger
|
|
562
|
+
|
|
563
|
+
raise "Missing the required parameter 'work_request_id' when calling list_work_request_errors." if work_request_id.nil?
|
|
564
|
+
|
|
565
|
+
if opts[:sort_by] && !%w[timeAccepted].include?(opts[:sort_by])
|
|
566
|
+
raise 'Invalid value for "sort_by", must be one of timeAccepted.'
|
|
567
|
+
end
|
|
568
|
+
|
|
569
|
+
if opts[:sort_order] && !OCI::Redis::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
|
570
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Redis::Models::SORT_ORDER_ENUM.'
|
|
571
|
+
end
|
|
572
|
+
raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
|
|
573
|
+
|
|
574
|
+
path = '/workRequests/{workRequestId}/errors'.sub('{workRequestId}', work_request_id.to_s)
|
|
575
|
+
operation_signing_strategy = :standard
|
|
576
|
+
|
|
577
|
+
# rubocop:disable Style/NegatedIf
|
|
578
|
+
# Query Params
|
|
579
|
+
query_params = {}
|
|
580
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
581
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
582
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
583
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
584
|
+
|
|
585
|
+
# Header Params
|
|
586
|
+
header_params = {}
|
|
587
|
+
header_params[:accept] = 'application/json'
|
|
588
|
+
header_params[:'content-type'] = 'application/json'
|
|
589
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
590
|
+
# rubocop:enable Style/NegatedIf
|
|
591
|
+
|
|
592
|
+
post_body = nil
|
|
593
|
+
|
|
594
|
+
# rubocop:disable Metrics/BlockLength
|
|
595
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#list_work_request_errors') do
|
|
596
|
+
@api_client.call_api(
|
|
597
|
+
:GET,
|
|
598
|
+
path,
|
|
599
|
+
endpoint,
|
|
600
|
+
header_params: header_params,
|
|
601
|
+
query_params: query_params,
|
|
602
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
603
|
+
body: post_body,
|
|
604
|
+
return_type: 'OCI::Redis::Models::WorkRequestErrorCollection'
|
|
605
|
+
)
|
|
606
|
+
end
|
|
607
|
+
# rubocop:enable Metrics/BlockLength
|
|
608
|
+
end
|
|
609
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
610
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
611
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
612
|
+
|
|
613
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
614
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
615
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
# Returns a list of logs for a given work request.
|
|
619
|
+
#
|
|
620
|
+
# @param [String] work_request_id The the asynchronous request ID.
|
|
621
|
+
# @param [Hash] opts the optional parameters
|
|
622
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
623
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
624
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
625
|
+
# @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
626
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
627
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
|
|
628
|
+
# (default to timeAccepted)
|
|
629
|
+
# Allowed values are: timeAccepted
|
|
630
|
+
# @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
|
|
631
|
+
# @return [Response] A Response object with data of type {OCI::Redis::Models::WorkRequestLogEntryCollection WorkRequestLogEntryCollection}
|
|
632
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
633
|
+
def list_work_request_logs(work_request_id, opts = {})
|
|
634
|
+
logger.debug 'Calling operation RedisClusterClient#list_work_request_logs.' if logger
|
|
635
|
+
|
|
636
|
+
raise "Missing the required parameter 'work_request_id' when calling list_work_request_logs." if work_request_id.nil?
|
|
637
|
+
|
|
638
|
+
if opts[:sort_by] && !%w[timeAccepted].include?(opts[:sort_by])
|
|
639
|
+
raise 'Invalid value for "sort_by", must be one of timeAccepted.'
|
|
640
|
+
end
|
|
641
|
+
|
|
642
|
+
if opts[:sort_order] && !OCI::Redis::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
|
643
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Redis::Models::SORT_ORDER_ENUM.'
|
|
644
|
+
end
|
|
645
|
+
raise "Parameter value for 'work_request_id' must not be blank" if OCI::Internal::Util.blank_string?(work_request_id)
|
|
646
|
+
|
|
647
|
+
path = '/workRequests/{workRequestId}/logs'.sub('{workRequestId}', work_request_id.to_s)
|
|
648
|
+
operation_signing_strategy = :standard
|
|
649
|
+
|
|
650
|
+
# rubocop:disable Style/NegatedIf
|
|
651
|
+
# Query Params
|
|
652
|
+
query_params = {}
|
|
653
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
654
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
655
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
656
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
657
|
+
|
|
658
|
+
# Header Params
|
|
659
|
+
header_params = {}
|
|
660
|
+
header_params[:accept] = 'application/json'
|
|
661
|
+
header_params[:'content-type'] = 'application/json'
|
|
662
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
663
|
+
# rubocop:enable Style/NegatedIf
|
|
664
|
+
|
|
665
|
+
post_body = nil
|
|
666
|
+
|
|
667
|
+
# rubocop:disable Metrics/BlockLength
|
|
668
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#list_work_request_logs') do
|
|
669
|
+
@api_client.call_api(
|
|
670
|
+
:GET,
|
|
671
|
+
path,
|
|
672
|
+
endpoint,
|
|
673
|
+
header_params: header_params,
|
|
674
|
+
query_params: query_params,
|
|
675
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
676
|
+
body: post_body,
|
|
677
|
+
return_type: 'OCI::Redis::Models::WorkRequestLogEntryCollection'
|
|
678
|
+
)
|
|
679
|
+
end
|
|
680
|
+
# rubocop:enable Metrics/BlockLength
|
|
681
|
+
end
|
|
682
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
683
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
684
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
685
|
+
|
|
686
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
687
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
688
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
# Lists the work requests in a compartment.
|
|
692
|
+
#
|
|
693
|
+
# @param [Hash] opts the optional parameters
|
|
694
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
695
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
696
|
+
# @option opts [String] :compartment_id The ID of the compartment in which to list resources.
|
|
697
|
+
# @option opts [String] :work_request_id The ID of the asynchronous work request.
|
|
698
|
+
# @option opts [String] :status A filter to return only resources their lifecycleState matches the given OperationStatus.
|
|
699
|
+
# @option opts [String] :resource_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the resource affected by the work request.
|
|
700
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
701
|
+
# @option opts [String] :page A token representing the position at which to start retrieving results. This must come from the `opc-next-page` header field of a previous response.
|
|
702
|
+
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
703
|
+
# @option opts [String] :sort_order The sort order to use, either 'ASC' or 'DESC'.
|
|
704
|
+
# @option opts [String] :sort_by The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending.
|
|
705
|
+
# (default to timeAccepted)
|
|
706
|
+
# Allowed values are: timeAccepted
|
|
707
|
+
# @return [Response] A Response object with data of type {OCI::Redis::Models::WorkRequestSummaryCollection WorkRequestSummaryCollection}
|
|
708
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
709
|
+
def list_work_requests(opts = {})
|
|
710
|
+
logger.debug 'Calling operation RedisClusterClient#list_work_requests.' if logger
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
if opts[:status] && !OCI::Redis::Models::OPERATION_STATUS_ENUM.include?(opts[:status])
|
|
714
|
+
raise 'Invalid value for "status", must be one of the values in OCI::Redis::Models::OPERATION_STATUS_ENUM.'
|
|
715
|
+
end
|
|
716
|
+
|
|
717
|
+
if opts[:sort_order] && !OCI::Redis::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
|
718
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Redis::Models::SORT_ORDER_ENUM.'
|
|
719
|
+
end
|
|
720
|
+
|
|
721
|
+
if opts[:sort_by] && !%w[timeAccepted].include?(opts[:sort_by])
|
|
722
|
+
raise 'Invalid value for "sort_by", must be one of timeAccepted.'
|
|
723
|
+
end
|
|
724
|
+
|
|
725
|
+
path = '/workRequests'
|
|
726
|
+
operation_signing_strategy = :standard
|
|
727
|
+
|
|
728
|
+
# rubocop:disable Style/NegatedIf
|
|
729
|
+
# Query Params
|
|
730
|
+
query_params = {}
|
|
731
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
|
732
|
+
query_params[:workRequestId] = opts[:work_request_id] if opts[:work_request_id]
|
|
733
|
+
query_params[:status] = opts[:status] if opts[:status]
|
|
734
|
+
query_params[:resourceId] = opts[:resource_id] if opts[:resource_id]
|
|
735
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
736
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
737
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
738
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
739
|
+
|
|
740
|
+
# Header Params
|
|
741
|
+
header_params = {}
|
|
742
|
+
header_params[:accept] = 'application/json'
|
|
743
|
+
header_params[:'content-type'] = 'application/json'
|
|
744
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
745
|
+
# rubocop:enable Style/NegatedIf
|
|
746
|
+
|
|
747
|
+
post_body = nil
|
|
748
|
+
|
|
749
|
+
# rubocop:disable Metrics/BlockLength
|
|
750
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#list_work_requests') do
|
|
751
|
+
@api_client.call_api(
|
|
752
|
+
:GET,
|
|
753
|
+
path,
|
|
754
|
+
endpoint,
|
|
755
|
+
header_params: header_params,
|
|
756
|
+
query_params: query_params,
|
|
757
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
758
|
+
body: post_body,
|
|
759
|
+
return_type: 'OCI::Redis::Models::WorkRequestSummaryCollection'
|
|
760
|
+
)
|
|
761
|
+
end
|
|
762
|
+
# rubocop:enable Metrics/BlockLength
|
|
763
|
+
end
|
|
764
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
765
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
766
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
767
|
+
|
|
768
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
769
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
770
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
# Updates the specified Redis cluster. A Redis cluster is a memory-based storage solution. For more information, see [OCI Caching Service with Redis](https://docs.cloud.oracle.com/iaas/Content/redis/home.htm).
|
|
774
|
+
# @param [String] redis_cluster_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm#Oracle) of the Redis cluster.
|
|
775
|
+
# @param [OCI::Redis::Models::UpdateRedisClusterDetails] update_redis_cluster_details The information to be updated.
|
|
776
|
+
# @param [Hash] opts the optional parameters
|
|
777
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
778
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
779
|
+
# @option opts [String] :if_match For optimistic concurrency control. In the PUT or DELETE call
|
|
780
|
+
# for a resource, set the `if-match` parameter to the value of the
|
|
781
|
+
# etag from a previous GET or POST response for that resource.
|
|
782
|
+
# The resource will be updated or deleted only if the etag you
|
|
783
|
+
# provide matches the resource's current etag value.
|
|
784
|
+
#
|
|
785
|
+
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
786
|
+
# @return [Response] A Response object with data of type nil
|
|
787
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/redis/update_redis_cluster.rb.html) to see an example of how to use update_redis_cluster API.
|
|
788
|
+
def update_redis_cluster(redis_cluster_id, update_redis_cluster_details, opts = {})
|
|
789
|
+
logger.debug 'Calling operation RedisClusterClient#update_redis_cluster.' if logger
|
|
790
|
+
|
|
791
|
+
raise "Missing the required parameter 'redis_cluster_id' when calling update_redis_cluster." if redis_cluster_id.nil?
|
|
792
|
+
raise "Missing the required parameter 'update_redis_cluster_details' when calling update_redis_cluster." if update_redis_cluster_details.nil?
|
|
793
|
+
raise "Parameter value for 'redis_cluster_id' must not be blank" if OCI::Internal::Util.blank_string?(redis_cluster_id)
|
|
794
|
+
|
|
795
|
+
path = '/redisClusters/{redisClusterId}'.sub('{redisClusterId}', redis_cluster_id.to_s)
|
|
796
|
+
operation_signing_strategy = :standard
|
|
797
|
+
|
|
798
|
+
# rubocop:disable Style/NegatedIf
|
|
799
|
+
# Query Params
|
|
800
|
+
query_params = {}
|
|
801
|
+
|
|
802
|
+
# Header Params
|
|
803
|
+
header_params = {}
|
|
804
|
+
header_params[:accept] = 'application/json'
|
|
805
|
+
header_params[:'content-type'] = 'application/json'
|
|
806
|
+
header_params[:'if-match'] = opts[:if_match] if opts[:if_match]
|
|
807
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
808
|
+
# rubocop:enable Style/NegatedIf
|
|
809
|
+
|
|
810
|
+
post_body = @api_client.object_to_http_body(update_redis_cluster_details)
|
|
811
|
+
|
|
812
|
+
# rubocop:disable Metrics/BlockLength
|
|
813
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'RedisClusterClient#update_redis_cluster') do
|
|
814
|
+
@api_client.call_api(
|
|
815
|
+
:PUT,
|
|
816
|
+
path,
|
|
817
|
+
endpoint,
|
|
818
|
+
header_params: header_params,
|
|
819
|
+
query_params: query_params,
|
|
820
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
821
|
+
body: post_body
|
|
822
|
+
)
|
|
823
|
+
end
|
|
824
|
+
# rubocop:enable Metrics/BlockLength
|
|
825
|
+
end
|
|
826
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
827
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
828
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
829
|
+
|
|
830
|
+
private
|
|
831
|
+
|
|
832
|
+
def applicable_retry_config(opts = {})
|
|
833
|
+
return @retry_config unless opts.key?(:retry_config)
|
|
834
|
+
|
|
835
|
+
opts[:retry_config]
|
|
836
|
+
end
|
|
837
|
+
end
|
|
838
|
+
end
|
|
839
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|