oci 2.14.0 → 2.15.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 +7 -2
- data/lib/oci.rb +5 -0
- data/lib/oci/ai_anomaly_detection/ai_anomaly_detection.rb +76 -0
- data/lib/oci/ai_anomaly_detection/anomaly_detection_client.rb +2054 -0
- data/lib/oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.rb +658 -0
- data/lib/oci/ai_anomaly_detection/models/action_type.rb +14 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint.rb +350 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/ai_private_endpoint_summary.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/anomaly.rb +210 -0
- data/lib/oci/ai_anomaly_detection/models/anomaly_detect_result.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_ai_private_endpoint_compartment_details.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_data_asset_compartment_details.rb +154 -0
- data/lib/oci/ai_anomaly_detection/models/change_model_compartment_details.rb +156 -0
- data/lib/oci/ai_anomaly_detection/models/change_project_compartment_details.rb +156 -0
- data/lib/oci/ai_anomaly_detection/models/create_ai_private_endpoint_details.rb +231 -0
- data/lib/oci/ai_anomaly_detection/models/create_data_asset_details.rb +253 -0
- data/lib/oci/ai_anomaly_detection/models/create_model_details.rb +238 -0
- data/lib/oci/ai_anomaly_detection/models/create_project_details.rb +211 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset.rb +340 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/data_asset_summary.rb +341 -0
- data/lib/oci/ai_anomaly_detection/models/data_item.rb +160 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details.rb +193 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_atp.rb +302 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_influx.rb +214 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_details_object_storage.rb +186 -0
- data/lib/oci/ai_anomaly_detection/models/data_source_type.rb +12 -0
- data/lib/oci/ai_anomaly_detection/models/detect_anomalies_details.rb +202 -0
- data/lib/oci/ai_anomaly_detection/models/detection_result_item.rb +184 -0
- data/lib/oci/ai_anomaly_detection/models/embedded_detect_anomalies_request.rb +192 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details.rb +191 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details_v1v8.rb +176 -0
- data/lib/oci/ai_anomaly_detection/models/influx_details_v2v0.rb +176 -0
- data/lib/oci/ai_anomaly_detection/models/influx_version.rb +11 -0
- data/lib/oci/ai_anomaly_detection/models/inline_detect_anomalies_request.rb +179 -0
- data/lib/oci/ai_anomaly_detection/models/model.rb +358 -0
- data/lib/oci/ai_anomaly_detection/models/model_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/model_summary.rb +305 -0
- data/lib/oci/ai_anomaly_detection/models/model_training_details.rb +186 -0
- data/lib/oci/ai_anomaly_detection/models/model_training_results.rb +215 -0
- data/lib/oci/ai_anomaly_detection/models/operation_status.rb +16 -0
- data/lib/oci/ai_anomaly_detection/models/operation_type.rb +16 -0
- data/lib/oci/ai_anomaly_detection/models/per_signal_details.rb +267 -0
- data/lib/oci/ai_anomaly_detection/models/project.rb +302 -0
- data/lib/oci/ai_anomaly_detection/models/project_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/project_summary.rb +279 -0
- data/lib/oci/ai_anomaly_detection/models/row_reduction_details.rb +205 -0
- data/lib/oci/ai_anomaly_detection/models/sort_order.rb +11 -0
- data/lib/oci/ai_anomaly_detection/models/update_ai_private_endpoint_details.rb +202 -0
- data/lib/oci/ai_anomaly_detection/models/update_data_asset_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/update_model_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/update_project_details.rb +196 -0
- data/lib/oci/ai_anomaly_detection/models/work_request.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_error.rb +173 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_error_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_log_entry.rb +160 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_resource.rb +219 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_summary.rb +312 -0
- data/lib/oci/ai_anomaly_detection/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/ai_anomaly_detection/util.rb +3 -0
- data/lib/oci/api_client.rb +4 -4
- data/lib/oci/application_migration/application_migration.rb +2 -0
- data/lib/oci/application_migration/models/authorization_details.rb +2 -1
- data/lib/oci/application_migration/models/import_manifest.rb +208 -0
- data/lib/oci/application_migration/models/import_source_details.rb +192 -0
- data/lib/oci/application_migration/models/source_details.rb +2 -0
- data/lib/oci/application_migration/models/source_summary.rb +1 -0
- data/lib/oci/application_migration/models/source_types.rb +2 -1
- data/lib/oci/artifacts/artifacts.rb +15 -0
- data/lib/oci/artifacts/artifacts_client.rb +1104 -147
- data/lib/oci/artifacts/artifacts_client_composite_operations.rb +211 -0
- data/lib/oci/artifacts/models/change_repository_compartment_details.rb +155 -0
- data/lib/oci/artifacts/models/container_repository.rb +18 -4
- data/lib/oci/artifacts/models/container_repository_summary.rb +18 -4
- data/lib/oci/artifacts/models/create_generic_repository_details.rb +169 -0
- data/lib/oci/artifacts/models/create_repository_details.rb +259 -0
- data/lib/oci/artifacts/models/generic_artifact.rb +337 -0
- data/lib/oci/artifacts/models/generic_artifact_collection.rb +150 -0
- data/lib/oci/artifacts/models/generic_artifact_summary.rb +316 -0
- data/lib/oci/artifacts/models/generic_repository.rb +181 -0
- data/lib/oci/artifacts/models/generic_repository_summary.rb +181 -0
- data/lib/oci/artifacts/models/repository.rb +338 -0
- data/lib/oci/{usage_api/models/schedule_report_collection.rb → artifacts/models/repository_collection.rb} +6 -6
- data/lib/oci/artifacts/models/repository_summary.rb +299 -0
- data/lib/oci/artifacts/models/update_generic_artifact_by_path_details.rb +176 -0
- data/lib/oci/artifacts/models/update_generic_artifact_details.rb +176 -0
- data/lib/oci/artifacts/models/update_generic_repository_details.rb +161 -0
- data/lib/oci/artifacts/models/update_repository_details.rb +230 -0
- data/lib/oci/bastion/bastion.rb +48 -0
- data/lib/oci/bastion/bastion_client.rb +1041 -0
- data/lib/oci/bastion/bastion_client_composite_operations.rb +311 -0
- data/lib/oci/bastion/models/action_type.rb +14 -0
- data/lib/oci/bastion/models/bastion.rb +434 -0
- data/lib/oci/bastion/models/bastion_lifecycle_state.rb +15 -0
- data/lib/oci/bastion/models/bastion_summary.rb +348 -0
- data/lib/oci/bastion/models/change_bastion_compartment_details.rb +154 -0
- data/lib/oci/bastion/models/create_bastion_details.rb +283 -0
- data/lib/oci/bastion/models/create_managed_ssh_session_target_resource_details.rb +194 -0
- data/lib/oci/bastion/models/create_port_forwarding_session_target_resource_details.rb +180 -0
- data/lib/oci/bastion/models/create_session_details.rb +238 -0
- data/lib/oci/bastion/models/create_session_target_resource_details.rb +198 -0
- data/lib/oci/bastion/models/managed_ssh_session_target_resource_details.rb +208 -0
- data/lib/oci/bastion/models/operation_status.rb +15 -0
- data/lib/oci/bastion/models/operation_type.rb +14 -0
- data/lib/oci/bastion/models/port_forwarding_session_target_resource_details.rb +194 -0
- data/lib/oci/bastion/models/public_key_details.rb +154 -0
- data/lib/oci/bastion/models/session.rb +393 -0
- data/lib/oci/bastion/models/session_lifecycle_state.rb +14 -0
- data/lib/oci/bastion/models/session_summary.rb +303 -0
- data/lib/oci/bastion/models/session_type.rb +11 -0
- data/lib/oci/bastion/models/sort_order.rb +11 -0
- data/lib/oci/bastion/models/target_resource_details.rb +205 -0
- data/lib/oci/bastion/models/update_bastion_details.rb +215 -0
- data/lib/oci/bastion/models/update_session_details.rb +154 -0
- data/lib/oci/bastion/models/work_request.rb +309 -0
- data/lib/oci/bastion/models/work_request_error.rb +173 -0
- data/lib/oci/bastion/models/work_request_log_entry.rb +160 -0
- data/lib/oci/bastion/models/work_request_resource.rb +219 -0
- data/lib/oci/bastion/models/work_request_summary.rb +309 -0
- data/lib/oci/bastion/util.rb +3 -0
- data/lib/oci/bds/bds_client.rb +70 -77
- data/lib/oci/bds/bds_client_composite_operations.rb +21 -21
- data/lib/oci/bds/models/add_auto_scaling_configuration_details.rb +5 -5
- data/lib/oci/bds/models/add_block_storage_details.rb +4 -4
- data/lib/oci/bds/models/add_cloud_sql_details.rb +4 -5
- data/lib/oci/bds/models/add_worker_nodes_details.rb +3 -3
- data/lib/oci/bds/models/auto_scale_policy.rb +3 -3
- data/lib/oci/bds/models/auto_scale_policy_metric_rule.rb +2 -2
- data/lib/oci/bds/models/auto_scale_policy_rule.rb +2 -2
- data/lib/oci/bds/models/auto_scaling_configuration.rb +7 -8
- data/lib/oci/bds/models/auto_scaling_configuration_summary.rb +7 -8
- data/lib/oci/bds/models/bds_instance.rb +17 -16
- data/lib/oci/bds/models/bds_instance_summary.rb +14 -14
- data/lib/oci/bds/models/change_bds_instance_compartment_details.rb +2 -2
- data/lib/oci/bds/models/change_shape_details.rb +1 -1
- data/lib/oci/bds/models/change_shape_nodes.rb +2 -2
- data/lib/oci/bds/models/cloud_sql_details.rb +3 -3
- data/lib/oci/bds/models/cluster_details.rb +26 -13
- data/lib/oci/bds/models/create_bds_instance_details.rb +11 -11
- data/lib/oci/bds/models/create_node_details.rb +6 -6
- data/lib/oci/bds/models/kerberos_details.rb +2 -2
- data/lib/oci/bds/models/metric_threshold_rule.rb +4 -4
- data/lib/oci/bds/models/network_config.rb +1 -1
- data/lib/oci/bds/models/node.rb +15 -15
- data/lib/oci/bds/models/remove_auto_scaling_configuration_details.rb +2 -2
- data/lib/oci/bds/models/remove_cloud_sql_details.rb +2 -2
- data/lib/oci/bds/models/restart_node_details.rb +2 -2
- data/lib/oci/bds/models/update_auto_scaling_configuration_details.rb +4 -4
- data/lib/oci/bds/models/update_bds_instance_details.rb +5 -5
- data/lib/oci/bds/models/work_request.rb +9 -14
- data/lib/oci/bds/models/work_request_error.rb +2 -3
- data/lib/oci/bds/models/work_request_log_entry.rb +1 -1
- data/lib/oci/bds/models/work_request_resource.rb +2 -5
- data/lib/oci/container_engine/container_engine.rb +2 -0
- data/lib/oci/container_engine/container_engine_client.rb +118 -0
- data/lib/oci/container_engine/container_engine_client_composite_operations.rb +50 -0
- data/lib/oci/container_engine/models/cluster_migrate_to_native_vcn_details.rb +169 -0
- data/lib/oci/container_engine/models/cluster_migrate_to_native_vcn_status.rb +187 -0
- data/lib/oci/container_engine/models/create_node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/update_node_pool_node_config_details.rb +16 -1
- data/lib/oci/container_engine/models/work_request.rb +1 -0
- data/lib/oci/container_engine/models/work_request_operation_type.rb +1 -0
- data/lib/oci/container_engine/models/work_request_summary.rb +1 -0
- data/lib/oci/core/blockstorage_client.rb +70 -1
- data/lib/oci/core/blockstorage_client_composite_operations.rb +41 -0
- data/lib/oci/core/compute_client.rb +63 -0
- data/lib/oci/core/compute_client_composite_operations.rb +40 -0
- data/lib/oci/core/core.rb +4 -0
- data/lib/oci/core/models/attach_boot_volume_details.rb +35 -4
- data/lib/oci/core/models/attach_i_scsi_volume_details.rb +35 -4
- data/lib/oci/core/models/block_volume_replica.rb +1 -1
- data/lib/oci/core/models/boot_volume_attachment.rb +41 -4
- data/lib/oci/core/models/boot_volume_replica.rb +1 -1
- data/lib/oci/core/models/copy_volume_group_backup_details.rb +196 -0
- data/lib/oci/core/models/create_boot_volume_details.rb +1 -1
- data/lib/oci/core/models/create_dhcp_details.rb +32 -4
- data/lib/oci/core/models/create_vlan_details.rb +11 -3
- data/lib/oci/core/models/create_volume_details.rb +1 -1
- data/lib/oci/core/models/dhcp_options.rb +38 -4
- data/lib/oci/core/models/emulated_volume_attachment.rb +12 -4
- data/lib/oci/core/models/encryption_in_transit_type.rb +11 -0
- data/lib/oci/core/models/i_scsi_volume_attachment.rb +64 -4
- data/lib/oci/core/models/image.rb +18 -1
- data/lib/oci/core/models/instance_agent_features.rb +2 -2
- data/lib/oci/core/models/instance_configuration_instance_source_via_image_details.rb +1 -1
- data/lib/oci/core/models/instance_source_via_image_details.rb +1 -1
- data/lib/oci/core/models/launch_instance_availability_config_details.rb +2 -2
- data/lib/oci/core/models/multipath_device.rb +180 -0
- data/lib/oci/core/models/paravirtualized_volume_attachment.rb +12 -4
- data/lib/oci/core/models/update_dhcp_details.rb +32 -4
- data/lib/oci/core/models/update_instance_availability_config_details.rb +1 -1
- data/lib/oci/core/models/update_volume_attachment_details.rb +174 -0
- data/lib/oci/core/models/vlan.rb +2 -1
- data/lib/oci/core/models/volume_attachment.rb +58 -4
- data/lib/oci/core/virtual_network_client.rb +7 -5
- data/lib/oci/data_catalog/data_catalog.rb +11 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +599 -7
- data/lib/oci/data_catalog/data_catalog_client_composite_operations.rb +188 -0
- data/lib/oci/data_catalog/models/attribute.rb +43 -1
- data/lib/oci/data_catalog/models/attribute_summary.rb +33 -4
- data/lib/oci/data_catalog/models/change_metastore_compartment_details.rb +154 -0
- data/lib/oci/data_catalog/models/create_custom_property_details.rb +17 -1
- data/lib/oci/data_catalog/models/create_job_definition_details.rb +2 -1
- data/lib/oci/data_catalog/models/create_job_execution_details.rb +2 -1
- data/lib/oci/data_catalog/models/create_metastore_details.rb +232 -0
- data/lib/oci/data_catalog/models/custom_property.rb +17 -1
- data/lib/oci/data_catalog/models/custom_property_get_usage.rb +17 -1
- data/lib/oci/data_catalog/models/custom_property_summary.rb +63 -4
- data/lib/oci/data_catalog/models/custom_property_type_usage.rb +20 -4
- data/lib/oci/data_catalog/models/data_asset.rb +16 -1
- data/lib/oci/data_catalog/models/data_asset_export_scope.rb +172 -0
- data/lib/oci/data_catalog/models/data_asset_import_export_type_filter.rb +11 -0
- data/lib/oci/data_catalog/models/entity.rb +30 -1
- data/lib/oci/data_catalog/models/export_data_asset_details.rb +154 -0
- data/lib/oci/data_catalog/models/folder.rb +44 -1
- data/lib/oci/data_catalog/models/folder_summary.rb +15 -1
- data/lib/oci/data_catalog/models/import_data_asset_details.rb +154 -0
- data/lib/oci/data_catalog/models/import_data_asset_job_result.rb +235 -0
- data/lib/oci/data_catalog/models/job.rb +1 -0
- data/lib/oci/data_catalog/models/job_definition.rb +1 -0
- data/lib/oci/data_catalog/models/job_definition_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_execution.rb +1 -0
- data/lib/oci/data_catalog/models/job_execution_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_summary.rb +1 -0
- data/lib/oci/data_catalog/models/job_type.rb +2 -1
- data/lib/oci/data_catalog/models/metastore.rb +325 -0
- data/lib/oci/data_catalog/models/metastore_summary.rb +292 -0
- data/lib/oci/data_catalog/models/object_relationship.rb +233 -0
- data/lib/oci/data_catalog/models/search_result.rb +15 -1
- data/lib/oci/data_catalog/models/type_custom_property_details.rb +20 -4
- data/lib/oci/data_catalog/models/update_custom_property_details.rb +17 -1
- data/lib/oci/data_catalog/models/update_metastore_details.rb +186 -0
- data/lib/oci/data_flow/data_flow_client.rb +3 -0
- data/lib/oci/data_flow/models/application.rb +16 -1
- data/lib/oci/data_flow/models/application_summary.rb +16 -1
- data/lib/oci/data_flow/models/create_application_details.rb +16 -1
- data/lib/oci/data_flow/models/create_run_details.rb +17 -1
- data/lib/oci/data_flow/models/run.rb +16 -1
- data/lib/oci/data_flow/models/update_application_details.rb +16 -1
- data/lib/oci/data_integration/data_integration.rb +52 -0
- data/lib/oci/data_integration/data_integration_client.rb +766 -24
- data/lib/oci/data_integration/models/abstract_format_attribute.rb +19 -4
- data/lib/oci/data_integration/models/abstract_read_attribute.rb +3 -0
- data/lib/oci/data_integration/models/abstract_write_attribute.rb +7 -0
- data/lib/oci/data_integration/models/auth_details.rb +213 -0
- data/lib/oci/data_integration/models/avro_format_attribute.rb +5 -1
- data/lib/oci/data_integration/models/bicc_read_attributes.rb +237 -0
- data/lib/oci/data_integration/models/config_parameter_value.rb +18 -4
- data/lib/oci/data_integration/models/connection.rb +4 -0
- data/lib/oci/data_integration/models/connection_details.rb +5 -1
- data/lib/oci/data_integration/models/connection_from_amazon_s3.rb +226 -0
- data/lib/oci/data_integration/models/connection_from_amazon_s3_details.rb +222 -0
- data/lib/oci/data_integration/models/connection_from_bicc.rb +236 -0
- data/lib/oci/data_integration/models/connection_from_bicc_details.rb +232 -0
- data/lib/oci/data_integration/models/connection_summary.rb +4 -0
- data/lib/oci/data_integration/models/connection_summary_from_amazon_s3.rb +227 -0
- data/lib/oci/data_integration/models/connection_summary_from_bicc.rb +223 -0
- data/lib/oci/data_integration/models/connector_attribute.rb +182 -0
- data/lib/oci/data_integration/models/create_connection_details.rb +5 -1
- data/lib/oci/data_integration/models/create_connection_from_amazon_s3.rb +210 -0
- data/lib/oci/data_integration/models/create_connection_from_bicc.rb +220 -0
- data/lib/oci/data_integration/models/create_data_asset_details.rb +5 -1
- data/lib/oci/data_integration/models/create_data_asset_from_adwc.rb +57 -1
- data/lib/oci/data_integration/models/create_data_asset_from_amazon_s3.rb +207 -0
- data/lib/oci/data_integration/models/create_data_asset_from_atp.rb +57 -1
- data/lib/oci/data_integration/models/create_data_asset_from_fusion_app.rb +211 -0
- data/lib/oci/data_integration/models/create_schedule_details.rb +272 -0
- data/lib/oci/data_integration/models/create_task_details.rb +7 -1
- data/lib/oci/data_integration/models/create_task_from_oci_dataflow_task.rb +213 -0
- data/lib/oci/data_integration/models/create_task_from_rest_task.rb +348 -0
- data/lib/oci/data_integration/models/create_task_from_sql_task.rb +246 -0
- data/lib/oci/data_integration/models/create_task_run_details.rb +15 -1
- data/lib/oci/data_integration/models/create_task_schedule_details.rb +476 -0
- data/lib/oci/data_integration/models/csv_format_attribute.rb +5 -15
- data/lib/oci/data_integration/models/data_asset.rb +4 -0
- data/lib/oci/data_integration/models/data_asset_from_amazon_s3.rb +223 -0
- data/lib/oci/data_integration/models/data_asset_from_fusion_app.rb +227 -0
- data/lib/oci/data_integration/models/data_asset_summary.rb +4 -0
- data/lib/oci/data_integration/models/data_asset_summary_from_amazon_s3.rb +219 -0
- data/lib/oci/data_integration/models/data_asset_summary_from_fusion_app.rb +223 -0
- data/lib/oci/data_integration/models/data_entity.rb +2 -0
- data/lib/oci/data_integration/models/data_entity_details.rb +3 -1
- data/lib/oci/data_integration/models/data_entity_from_data_store.rb +454 -0
- data/lib/oci/data_integration/models/data_entity_from_data_store_entity_details.rb +443 -0
- data/lib/oci/data_integration/models/data_entity_summary.rb +2 -0
- data/lib/oci/data_integration/models/data_entity_summary_from_data_store.rb +454 -0
- data/lib/oci/{usage_api/models/create_schedule_report_details.rb → data_integration/models/dataflow_application.rb} +20 -33
- data/lib/oci/data_integration/models/dependent_object_summary.rb +17 -4
- data/lib/oci/data_integration/models/enriched_entity.rb +31 -4
- data/lib/oci/data_integration/models/expression_operator.rb +250 -0
- data/lib/oci/data_integration/models/external_storage.rb +221 -0
- data/lib/oci/data_integration/models/json_format_attribute.rb +5 -1
- data/lib/oci/data_integration/models/lookup.rb +274 -0
- data/lib/oci/data_integration/models/native_shape_field.rb +3 -3
- data/lib/oci/data_integration/models/object_metadata.rb +17 -4
- data/lib/oci/data_integration/models/object_storage_write_attribute.rb +162 -0
- data/lib/oci/data_integration/models/object_storage_write_attributes.rb +164 -0
- data/lib/oci/data_integration/models/operator.rb +4 -1
- data/lib/oci/data_integration/models/oracle_adwc_write_attributes.rb +22 -12
- data/lib/oci/data_integration/models/oracle_atp_write_attributes.rb +22 -12
- data/lib/oci/data_integration/models/oracle_read_attributes.rb +13 -2
- data/lib/oci/data_integration/models/oracle_write_attributes.rb +13 -2
- data/lib/oci/data_integration/models/parameter.rb +4 -3
- data/lib/oci/data_integration/models/parent_reference.rb +18 -4
- data/lib/oci/data_integration/models/parquet_format_attribute.rb +162 -0
- data/lib/oci/data_integration/models/patch_change_summary.rb +3 -0
- data/lib/oci/data_integration/models/patch_object_metadata.rb +3 -0
- data/lib/oci/data_integration/models/published_object.rb +3 -0
- data/lib/oci/data_integration/models/published_object_summary.rb +3 -0
- data/lib/oci/data_integration/models/schedule_summary.rb +295 -0
- data/lib/oci/data_integration/models/schedule_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/script.rb +202 -0
- data/lib/oci/data_integration/models/shape_field.rb +3 -3
- data/lib/oci/data_integration/models/task.rb +23 -4
- data/lib/oci/data_integration/models/task_from_data_loader_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_integration_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_oci_dataflow_task_details.rb +225 -0
- data/lib/oci/data_integration/models/task_from_pipeline_task_details.rb +5 -1
- data/lib/oci/data_integration/models/task_from_rest_task_details.rb +379 -0
- data/lib/oci/data_integration/models/task_from_sql_task_details.rb +265 -0
- data/lib/oci/data_integration/models/task_operator.rb +3 -0
- data/lib/oci/data_integration/models/task_run.rb +62 -1
- data/lib/oci/data_integration/models/task_run_details.rb +3 -0
- data/lib/oci/data_integration/models/task_run_summary.rb +3 -0
- data/lib/oci/data_integration/models/task_schedule_summary.rb +532 -0
- data/lib/oci/data_integration/models/task_schedule_summary_collection.rb +150 -0
- data/lib/oci/data_integration/models/task_summary.rb +6 -0
- data/lib/oci/data_integration/models/task_summary_from_oci_dataflow_task.rb +221 -0
- data/lib/oci/data_integration/models/task_summary_from_rest_task.rb +356 -0
- data/lib/oci/data_integration/models/task_summary_from_sql_task.rb +254 -0
- data/lib/oci/data_integration/models/update_connection_details.rb +5 -1
- data/lib/oci/data_integration/models/update_connection_from_amazon_s3.rb +214 -0
- data/lib/oci/data_integration/models/update_connection_from_bicc.rb +224 -0
- data/lib/oci/data_integration/models/update_data_asset_details.rb +5 -1
- data/lib/oci/data_integration/models/update_data_asset_from_adwc.rb +57 -1
- data/lib/oci/data_integration/models/update_data_asset_from_amazon_s3.rb +198 -0
- data/lib/oci/data_integration/models/update_data_asset_from_atp.rb +57 -1
- data/lib/oci/data_integration/models/update_data_asset_from_fusion_app.rb +202 -0
- data/lib/oci/data_integration/models/update_schedule_details.rb +299 -0
- data/lib/oci/data_integration/models/update_task_details.rb +7 -1
- data/lib/oci/data_integration/models/update_task_from_oci_dataflow_task.rb +217 -0
- data/lib/oci/data_integration/models/update_task_from_rest_task.rb +366 -0
- data/lib/oci/data_integration/models/update_task_from_sql_task.rb +250 -0
- data/lib/oci/data_integration/models/update_task_run_details.rb +15 -1
- data/lib/oci/data_integration/models/update_task_schedule_details.rb +490 -0
- data/lib/oci/data_safe/data_safe.rb +18 -0
- data/lib/oci/data_safe/data_safe_client.rb +731 -17
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +247 -0
- data/lib/oci/{usage_api/models/update_schedule_report_details.rb → data_safe/models/activate_target_database_details.rb} +10 -14
- data/lib/oci/data_safe/models/autonomous_database_details.rb +166 -0
- data/lib/oci/data_safe/models/change_target_database_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/connection_option.rb +194 -0
- data/lib/oci/data_safe/models/create_target_database_details.rb +261 -0
- data/lib/oci/data_safe/models/credentials.rb +164 -0
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +20 -4
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +54 -4
- data/lib/oci/data_safe/models/database_cloud_service_details.rb +194 -0
- data/lib/oci/data_safe/models/database_details.rb +231 -0
- data/lib/oci/data_safe/models/database_type.rb +12 -0
- data/lib/oci/data_safe/models/infrastructure_type.rb +13 -0
- data/lib/oci/data_safe/models/installed_database_details.rb +209 -0
- data/lib/oci/data_safe/models/on_prem_connector.rb +17 -1
- data/lib/oci/data_safe/models/on_prem_connector_summary.rb +17 -1
- data/lib/oci/data_safe/models/on_premise_connector.rb +162 -0
- data/lib/oci/data_safe/models/private_endpoint.rb +163 -0
- data/lib/oci/data_safe/models/service_list.rb +4 -0
- data/lib/oci/data_safe/models/target_database.rb +369 -0
- data/lib/oci/data_safe/models/target_database_lifecycle_state.rb +17 -0
- data/lib/oci/data_safe/models/target_database_summary.rb +359 -0
- data/lib/oci/data_safe/models/tls_config.rb +244 -0
- data/lib/oci/data_safe/models/update_target_database_details.rb +246 -0
- data/lib/oci/data_safe/models/work_request.rb +6 -0
- data/lib/oci/data_safe/models/work_request_summary.rb +6 -0
- data/lib/oci/data_science/data_science.rb +3 -0
- data/lib/oci/data_science/data_science_client.rb +16 -9
- data/lib/oci/data_science/data_science_client_composite_operations.rb +4 -4
- data/lib/oci/data_science/models/create_model_details.rb +60 -4
- data/lib/oci/data_science/models/create_model_provenance_details.rb +18 -4
- data/lib/oci/data_science/models/metadata.rb +197 -0
- data/lib/oci/data_science/models/model.rb +60 -4
- data/lib/oci/data_science/models/model_deployment.rb +1 -1
- data/lib/oci/data_science/models/model_provenance.rb +18 -4
- data/lib/oci/data_science/models/notebook_session_configuration_details.rb +17 -4
- data/lib/oci/data_science/models/notebook_session_shape_config_details.rb +169 -0
- data/lib/oci/data_science/models/notebook_session_shape_series.rb +13 -0
- data/lib/oci/data_science/models/notebook_session_shape_summary.rb +41 -4
- data/lib/oci/data_science/models/update_model_details.rb +32 -4
- data/lib/oci/data_science/models/update_model_provenance_details.rb +18 -4
- data/lib/oci/database/database.rb +17 -0
- data/lib/oci/database/database_client.rb +1228 -46
- data/lib/oci/database/database_client_composite_operations.rb +416 -0
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database.rb +213 -6
- data/lib/oci/database/models/autonomous_database_backup.rb +32 -4
- data/lib/oci/database/models/autonomous_database_backup_summary.rb +32 -4
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/{usage_api/models/schedule_report.rb → database/models/autonomous_database_key_history_entry.rb} +24 -36
- data/lib/oci/database/models/autonomous_database_standby_summary.rb +19 -4
- data/lib/oci/database/models/autonomous_database_summary.rb +213 -6
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +21 -4
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +21 -4
- data/lib/oci/database/models/configure_autonomous_database_vault_key_details.rb +182 -0
- data/lib/oci/database/models/create_autonomous_database_base.rb +118 -7
- data/lib/oci/database/models/create_autonomous_database_clone_details.rb +21 -1
- data/lib/oci/database/models/create_autonomous_database_details.rb +24 -4
- data/lib/oci/database/models/create_autonomous_database_from_backup_details.rb +21 -1
- data/lib/oci/database/models/create_autonomous_database_from_backup_timestamp_details.rb +21 -1
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +18 -4
- data/lib/oci/database/models/create_cross_region_autonomous_database_data_guard_details.rb +283 -0
- data/lib/oci/database/models/create_database_software_image_details.rb +18 -4
- data/lib/oci/database/models/create_db_home_base.rb +18 -4
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +5 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +5 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +29 -1
- data/lib/oci/database/models/create_pluggable_database_details.rb +233 -0
- data/lib/oci/database/models/create_refreshable_autonomous_database_clone_details.rb +21 -1
- data/lib/oci/database/models/customer_contact.rb +2 -2
- data/lib/oci/database/models/db_home_from_agent_resource_id.rb +380 -0
- data/lib/oci/database/models/db_node.rb +69 -1
- data/lib/oci/database/models/db_node_summary.rb +69 -1
- data/lib/oci/database/models/db_system_shape_summary.rb +72 -2
- data/lib/oci/database/models/exadata_infrastructure.rb +57 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +57 -1
- data/lib/oci/database/models/local_clone_pluggable_database_details.rb +185 -0
- data/lib/oci/database/models/maintenance_run.rb +4 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +4 -1
- data/lib/oci/database/models/pluggable_database.rb +358 -0
- data/lib/oci/database/models/pluggable_database_connection_strings.rb +183 -0
- data/lib/oci/database/models/pluggable_database_summary.rb +361 -0
- data/lib/oci/database/models/remote_clone_pluggable_database_details.rb +213 -0
- data/lib/oci/database/models/scan_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +64 -5
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +18 -4
- data/lib/oci/database/models/update_data_guard_association_details.rb +237 -0
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +15 -1
- data/lib/oci/database/models/update_external_macs_connector_details.rb +2 -1
- data/lib/oci/database/models/update_maintenance_run_details.rb +4 -1
- data/lib/oci/database/models/update_pluggable_database_details.rb +177 -0
- data/lib/oci/database/models/update_vm_cluster_details.rb +14 -1
- data/lib/oci/database/models/vm_cluster.rb +15 -2
- data/lib/oci/database/models/vm_cluster_summary.rb +15 -2
- data/lib/oci/database/models/vm_cluster_update.rb +346 -0
- data/lib/oci/database/models/vm_cluster_update_details.rb +183 -0
- data/lib/oci/database/models/vm_cluster_update_history_entry.rb +308 -0
- data/lib/oci/database/models/vm_cluster_update_history_entry_summary.rb +311 -0
- data/lib/oci/database/models/vm_cluster_update_summary.rb +349 -0
- data/lib/oci/database_management/database_management.rb +25 -0
- data/lib/oci/database_management/db_management_client.rb +1467 -97
- data/lib/oci/database_management/models/awr_db_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_cpu_usage_collection.rb +217 -0
- data/lib/oci/database_management/models/awr_db_cpu_usage_summary.rb +164 -0
- data/lib/oci/database_management/models/awr_db_metric_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_metric_summary.rb +202 -0
- data/lib/oci/database_management/models/awr_db_parameter_change_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_parameter_change_summary.rb +255 -0
- data/lib/oci/database_management/models/awr_db_parameter_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_parameter_summary.rb +238 -0
- data/lib/oci/database_management/models/awr_db_report.rb +205 -0
- data/lib/oci/database_management/models/awr_db_snapshot_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_snapshot_range_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_snapshot_range_summary.rb +331 -0
- data/lib/oci/database_management/models/awr_db_snapshot_summary.rb +244 -0
- data/lib/oci/database_management/models/awr_db_sql_report.rb +204 -0
- data/lib/oci/database_management/models/awr_db_summary.rb +334 -0
- data/lib/oci/database_management/models/awr_db_sysstat_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_sysstat_summary.rb +216 -0
- data/lib/oci/database_management/models/awr_db_top_wait_event_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_top_wait_event_summary.rb +178 -0
- data/lib/oci/database_management/models/awr_db_wait_event_bucket_collection.rb +189 -0
- data/lib/oci/database_management/models/awr_db_wait_event_bucket_summary.rb +160 -0
- data/lib/oci/database_management/models/awr_db_wait_event_collection.rb +175 -0
- data/lib/oci/database_management/models/awr_db_wait_event_summary.rb +223 -0
- data/lib/oci/database_management/models/awr_query_result.rb +254 -0
- data/lib/oci/devops/devops.rb +177 -0
- data/lib/oci/devops/devops_client.rb +2344 -0
- data/lib/oci/devops/devops_client_composite_operations.rb +974 -0
- data/lib/oci/devops/models/absolute_wait_criteria.rb +162 -0
- data/lib/oci/devops/models/absolute_wait_criteria_summary.rb +162 -0
- data/lib/oci/devops/models/action_type.rb +15 -0
- data/lib/oci/devops/models/approval_action.rb +184 -0
- data/lib/oci/devops/models/approval_policy.rb +189 -0
- data/lib/oci/devops/models/approve_deployment_details.rb +187 -0
- data/lib/oci/devops/models/automated_deploy_stage_rollback_policy.rb +145 -0
- data/lib/oci/devops/models/backend_set_ip_collection.rb +150 -0
- data/lib/oci/devops/models/cancel_deployment_details.rb +150 -0
- data/lib/oci/devops/models/change_project_compartment_details.rb +154 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_blue_green_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_by_ids_selector.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_by_query_selector.rb +168 -0
- data/lib/oci/devops/models/compute_instance_group_canary_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/compute_instance_group_canary_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_canary_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage.rb +299 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/compute_instance_group_deploy_stage_summary.rb +299 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy.rb +191 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_count.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_failure_policy_by_percentage.rb +162 -0
- data/lib/oci/devops/models/compute_instance_group_linear_rollout_policy_by_count.rb +166 -0
- data/lib/oci/devops/models/compute_instance_group_linear_rollout_policy_by_percentage.rb +166 -0
- data/lib/oci/devops/models/compute_instance_group_rollout_policy.rb +207 -0
- data/lib/oci/devops/models/compute_instance_group_selector.rb +191 -0
- data/lib/oci/devops/models/compute_instance_group_selector_collection.rb +150 -0
- data/lib/oci/devops/models/count_based_approval_policy.rb +164 -0
- data/lib/oci/devops/models/create_compute_instance_group_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_compute_instance_group_deploy_stage_details.rb +267 -0
- data/lib/oci/devops/models/create_deploy_artifact_details.rb +248 -0
- data/lib/oci/devops/models/create_deploy_environment_details.rb +238 -0
- data/lib/oci/devops/models/create_deploy_pipeline_deployment_details.rb +190 -0
- data/lib/oci/devops/models/create_deploy_pipeline_details.rb +219 -0
- data/lib/oci/devops/models/create_deploy_pipeline_redeployment_details.rb +178 -0
- data/lib/oci/devops/models/create_deploy_stage_details.rb +256 -0
- data/lib/oci/devops/models/create_deployment_details.rb +228 -0
- data/lib/oci/devops/models/create_function_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_function_deploy_stage_details.rb +238 -0
- data/lib/oci/devops/models/create_invoke_function_deploy_stage_details.rb +228 -0
- data/lib/oci/devops/models/create_load_balancer_traffic_shift_deploy_stage_details.rb +255 -0
- data/lib/oci/devops/models/create_manual_approval_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/create_oke_cluster_deploy_environment_details.rb +182 -0
- data/lib/oci/devops/models/create_oke_deploy_stage_details.rb +224 -0
- data/lib/oci/devops/models/create_project_details.rb +216 -0
- data/lib/oci/devops/models/create_single_deploy_stage_deployment_details.rb +204 -0
- data/lib/oci/devops/models/create_wait_deploy_stage_details.rb +186 -0
- data/lib/oci/devops/models/deploy_artifact.rb +407 -0
- data/lib/oci/devops/models/deploy_artifact_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_artifact_override_argument.rb +174 -0
- data/lib/oci/devops/models/deploy_artifact_override_argument_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_artifact_source.rb +193 -0
- data/lib/oci/devops/models/deploy_artifact_summary.rb +342 -0
- data/lib/oci/devops/models/deploy_environment.rb +376 -0
- data/lib/oci/devops/models/deploy_environment_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_environment_summary.rb +332 -0
- data/lib/oci/devops/models/deploy_pipeline.rb +365 -0
- data/lib/oci/{usage_api/models/saved_schedule_report.rb → devops/models/deploy_pipeline_artifact.rb} +27 -39
- data/lib/oci/devops/models/deploy_pipeline_artifact_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_deployment.rb +213 -0
- data/lib/oci/devops/models/deploy_pipeline_deployment_summary.rb +201 -0
- data/lib/oci/devops/models/deploy_pipeline_environment.rb +182 -0
- data/lib/oci/devops/models/deploy_pipeline_environment_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_parameter.rb +174 -0
- data/lib/oci/devops/models/deploy_pipeline_parameter_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_redeployment.rb +230 -0
- data/lib/oci/devops/models/deploy_pipeline_redeployment_summary.rb +218 -0
- data/lib/oci/devops/models/deploy_pipeline_stage.rb +168 -0
- data/lib/oci/devops/models/deploy_pipeline_stage_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_pipeline_summary.rb +299 -0
- data/lib/oci/devops/models/deploy_stage.rb +411 -0
- data/lib/oci/devops/models/deploy_stage_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_stage_execution_progress.rb +303 -0
- data/lib/oci/devops/models/deploy_stage_execution_progress_details.rb +192 -0
- data/lib/oci/devops/models/deploy_stage_execution_step.rb +211 -0
- data/lib/oci/{usage_api/models/schedule_report_summary.rb → devops/models/deploy_stage_predecessor.rb} +7 -20
- data/lib/oci/devops/models/deploy_stage_predecessor_collection.rb +150 -0
- data/lib/oci/devops/models/deploy_stage_rollback_policy.rb +191 -0
- data/lib/oci/devops/models/deploy_stage_summary.rb +363 -0
- data/lib/oci/devops/models/deployment.rb +445 -0
- data/lib/oci/devops/models/deployment_argument.rb +160 -0
- data/lib/oci/devops/models/deployment_argument_collection.rb +150 -0
- data/lib/oci/devops/models/deployment_collection.rb +150 -0
- data/lib/oci/devops/models/deployment_execution_progress.rb +182 -0
- data/lib/oci/devops/models/deployment_summary.rb +363 -0
- data/lib/oci/devops/models/function_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/function_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/function_deploy_stage.rb +270 -0
- data/lib/oci/devops/models/function_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/function_deploy_stage_summary.rb +270 -0
- data/lib/oci/devops/models/generic_deploy_artifact_source.rb +190 -0
- data/lib/oci/devops/models/inline_deploy_artifact_source.rb +162 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage.rb +260 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/invoke_function_deploy_stage_summary.rb +260 -0
- data/lib/oci/devops/models/load_balancer_config.rb +184 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage.rb +308 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_deploy_stage_summary.rb +287 -0
- data/lib/oci/devops/models/load_balancer_traffic_shift_rollout_policy.rb +184 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage_execution_progress.rb +189 -0
- data/lib/oci/devops/models/manual_approval_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/no_deploy_stage_rollback_policy.rb +145 -0
- data/lib/oci/devops/models/notification_config.rb +154 -0
- data/lib/oci/devops/models/ocir_deploy_artifact_source.rb +176 -0
- data/lib/oci/devops/models/oke_cluster_deploy_environment.rb +210 -0
- data/lib/oci/devops/models/oke_cluster_deploy_environment_summary.rb +210 -0
- data/lib/oci/devops/models/oke_deploy_stage.rb +256 -0
- data/lib/oci/devops/models/oke_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/oke_deploy_stage_summary.rb +256 -0
- data/lib/oci/devops/models/operation_status.rb +15 -0
- data/lib/oci/devops/models/operation_type.rb +28 -0
- data/lib/oci/devops/models/project.rb +330 -0
- data/lib/oci/devops/models/project_collection.rb +150 -0
- data/lib/oci/devops/models/project_summary.rb +292 -0
- data/lib/oci/devops/models/run_pipeline_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/run_validation_test_on_compute_instance_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/single_deploy_stage_deployment.rb +230 -0
- data/lib/oci/devops/models/single_deploy_stage_deployment_summary.rb +218 -0
- data/lib/oci/devops/models/sort_order.rb +11 -0
- data/lib/oci/devops/models/update_compute_instance_group_deploy_environment_details.rb +177 -0
- data/lib/oci/devops/models/update_compute_instance_group_deploy_stage_details.rb +262 -0
- data/lib/oci/devops/models/update_deploy_artifact_details.rb +233 -0
- data/lib/oci/devops/models/update_deploy_environment_details.rb +224 -0
- data/lib/oci/devops/models/update_deploy_pipeline_deployment_details.rb +157 -0
- data/lib/oci/devops/models/update_deploy_pipeline_details.rb +205 -0
- data/lib/oci/devops/models/update_deploy_pipeline_redeployment_details.rb +157 -0
- data/lib/oci/devops/models/update_deploy_stage_details.rb +241 -0
- data/lib/oci/devops/models/update_deployment_details.rb +214 -0
- data/lib/oci/devops/models/update_function_deploy_environment_details.rb +178 -0
- data/lib/oci/devops/models/update_function_deploy_stage_details.rb +234 -0
- data/lib/oci/devops/models/update_invoke_function_deploy_stage_details.rb +224 -0
- data/lib/oci/devops/models/update_load_balancer_traffic_shift_deploy_stage_details.rb +247 -0
- data/lib/oci/devops/models/update_manual_approval_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/update_oke_cluster_deploy_environment_details.rb +178 -0
- data/lib/oci/devops/models/update_oke_deploy_stage_details.rb +220 -0
- data/lib/oci/devops/models/update_project_details.rb +191 -0
- data/lib/oci/devops/models/update_single_deploy_stage_deployment_details.rb +157 -0
- data/lib/oci/devops/models/update_wait_deploy_stage_details.rb +181 -0
- data/lib/oci/devops/models/wait_criteria.rb +189 -0
- data/lib/oci/devops/models/wait_criteria_summary.rb +189 -0
- data/lib/oci/devops/models/wait_deploy_stage.rb +218 -0
- data/lib/oci/devops/models/wait_deploy_stage_execution_progress.rb +173 -0
- data/lib/oci/devops/models/wait_deploy_stage_summary.rb +218 -0
- data/lib/oci/devops/models/work_request.rb +314 -0
- data/lib/oci/devops/models/work_request_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_error.rb +171 -0
- data/lib/oci/devops/models/work_request_error_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_log_entry.rb +160 -0
- data/lib/oci/devops/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/devops/models/work_request_resource.rb +216 -0
- data/lib/oci/devops/models/work_request_summary.rb +314 -0
- data/lib/oci/devops/util.rb +3 -0
- data/lib/oci/dns/dns.rb +1 -1
- data/lib/oci/dns/dns_client.rb +306 -75
- data/lib/oci/dns/models/create_resolver_endpoint_details.rb +2 -2
- data/lib/oci/dns/models/create_resolver_vnic_endpoint_details.rb +5 -5
- data/lib/oci/dns/models/external_master.rb +1 -12
- data/lib/oci/dns/models/resolver.rb +4 -4
- data/lib/oci/dns/models/resolver_endpoint.rb +2 -2
- data/lib/oci/dns/models/resolver_endpoint_summary.rb +2 -2
- data/lib/oci/dns/models/resolver_forward_rule.rb +2 -2
- data/lib/oci/dns/models/resolver_forward_rule_details.rb +2 -2
- data/lib/oci/dns/models/resolver_rule.rb +2 -2
- data/lib/oci/dns/models/resolver_rule_details.rb +2 -2
- data/lib/oci/dns/models/resolver_summary.rb +4 -4
- data/lib/oci/dns/models/resolver_vnic_endpoint.rb +2 -1
- data/lib/oci/dns/models/tsig_key.rb +4 -0
- data/lib/oci/dns/models/tsig_key_summary.rb +4 -0
- data/lib/oci/dns/models/update_resolver_vnic_endpoint_details.rb +2 -1
- data/lib/oci/dns/models/zone.rb +20 -4
- data/lib/oci/dns/models/zone_summary.rb +1 -0
- data/lib/oci/dns/models/zone_transfer_server.rb +192 -0
- data/lib/oci/email/email.rb +23 -0
- data/lib/oci/email/email_client.rb +1139 -139
- data/lib/oci/email/email_client_composite_operations.rb +346 -0
- data/lib/oci/email/models/action_type.rb +14 -0
- data/lib/oci/email/models/change_email_domain_compartment_details.rb +156 -0
- data/lib/oci/email/models/create_dkim_details.rb +225 -0
- data/lib/oci/email/models/create_email_domain_details.rb +220 -0
- data/lib/oci/email/models/create_sender_details.rb +2 -0
- data/lib/oci/email/models/dkim.rb +399 -0
- data/lib/oci/email/models/dkim_collection.rb +150 -0
- data/lib/oci/email/models/dkim_summary.rb +307 -0
- data/lib/oci/email/models/email_domain.rb +333 -0
- data/lib/oci/email/models/email_domain_collection.rb +150 -0
- data/lib/oci/email/models/email_domain_summary.rb +291 -0
- data/lib/oci/email/models/operation_status.rb +15 -0
- data/lib/oci/email/models/operation_type.rb +17 -0
- data/lib/oci/email/models/sender.rb +21 -4
- data/lib/oci/email/models/sender_summary.rb +5 -3
- data/lib/oci/email/models/sort_order.rb +11 -0
- data/lib/oci/email/models/suppression.rb +77 -7
- data/lib/oci/email/models/suppression_summary.rb +3 -3
- data/lib/oci/email/models/update_dkim_details.rb +189 -0
- data/lib/oci/email/models/update_email_domain_details.rb +189 -0
- data/lib/oci/email/models/update_sender_details.rb +2 -0
- data/lib/oci/email/models/work_request.rb +312 -0
- data/lib/oci/email/models/work_request_error.rb +172 -0
- data/lib/oci/email/models/work_request_error_collection.rb +150 -0
- data/lib/oci/email/models/work_request_log_entry.rb +160 -0
- data/lib/oci/email/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/email/models/work_request_resource.rb +219 -0
- data/lib/oci/email/models/work_request_summary.rb +312 -0
- data/lib/oci/email/models/work_request_summary_collection.rb +150 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content.rb +20 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content_client.rb +410 -0
- data/lib/oci/generic_artifacts_content/generic_artifacts_content_client_composite_operations.rb +25 -0
- data/lib/oci/generic_artifacts_content/models/generic_artifact.rb +337 -0
- data/lib/oci/generic_artifacts_content/util.rb +3 -0
- data/lib/oci/jms/java_management_service_client.rb +1520 -0
- data/lib/oci/jms/java_management_service_client_composite_operations.rb +273 -0
- data/lib/oci/jms/jms.rb +63 -0
- data/lib/oci/jms/models/action_type.rb +14 -0
- data/lib/oci/jms/models/application_sort_by.rb +15 -0
- data/lib/oci/jms/models/application_usage.rb +292 -0
- data/lib/oci/jms/models/application_usage_collection.rb +150 -0
- data/lib/oci/jms/models/change_fleet_compartment_details.rb +154 -0
- data/lib/oci/jms/models/create_fleet_details.rb +210 -0
- data/lib/oci/jms/models/fleet.rb +358 -0
- data/lib/oci/jms/models/fleet_agent_configuration.rb +214 -0
- data/lib/oci/jms/models/fleet_agent_os_configuration.rb +171 -0
- data/lib/oci/jms/models/fleet_collection.rb +150 -0
- data/lib/oci/jms/models/fleet_summary.rb +359 -0
- data/lib/oci/jms/models/installation_sort_by.rb +17 -0
- data/lib/oci/jms/models/installation_usage.rb +306 -0
- data/lib/oci/jms/models/installation_usage_collection.rb +150 -0
- data/lib/oci/jms/models/jre_sort_by.rb +17 -0
- data/lib/oci/jms/models/jre_usage.rb +276 -0
- data/lib/oci/jms/models/jre_usage_collection.rb +150 -0
- data/lib/oci/jms/models/lifecycle_state.rb +15 -0
- data/lib/oci/jms/models/managed_instance_sort_by.rb +14 -0
- data/lib/oci/jms/models/managed_instance_type.rb +10 -0
- data/lib/oci/jms/models/managed_instance_usage.rb +308 -0
- data/lib/oci/jms/models/managed_instance_usage_collection.rb +150 -0
- data/lib/oci/jms/models/operation_status.rb +15 -0
- data/lib/oci/jms/models/operation_type.rb +13 -0
- data/lib/oci/jms/models/request_summarized_application_usage_details.rb +362 -0
- data/lib/oci/jms/models/request_summarized_installation_usage_details.rb +335 -0
- data/lib/oci/jms/models/request_summarized_jre_usage_details.rb +321 -0
- data/lib/oci/jms/models/request_summarized_managed_instance_usage_details.rb +358 -0
- data/lib/oci/jms/models/sort_by.rb +11 -0
- data/lib/oci/jms/models/sort_order.rb +11 -0
- data/lib/oci/jms/models/summarize_application_usage_fields.rb +12 -0
- data/lib/oci/jms/models/summarize_installation_usage_fields.rb +11 -0
- data/lib/oci/jms/models/summarize_jre_usage_fields.rb +12 -0
- data/lib/oci/jms/models/summarize_managed_instance_usage_fields.rb +12 -0
- data/lib/oci/jms/models/update_fleet_agent_configuration_details.rb +196 -0
- data/lib/oci/jms/models/update_fleet_details.rb +196 -0
- data/lib/oci/jms/models/work_request.rb +306 -0
- data/lib/oci/jms/models/work_request_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_error.rb +173 -0
- data/lib/oci/jms/models/work_request_error_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_log_entry.rb +160 -0
- data/lib/oci/jms/models/work_request_log_entry_collection.rb +150 -0
- data/lib/oci/jms/models/work_request_resource.rb +219 -0
- data/lib/oci/jms/util.rb +3 -0
- data/lib/oci/limits/limits_client.rb +12 -12
- data/lib/oci/limits/models/limit_definition_summary.rb +22 -7
- data/lib/oci/limits/models/quota.rb +6 -6
- data/lib/oci/limits/models/quota_summary.rb +3 -3
- data/lib/oci/limits/models/resource_availability.rb +7 -7
- data/lib/oci/limits/models/service_summary.rb +1 -1
- data/lib/oci/limits/quotas_client.rb +9 -9
- data/lib/oci/log_analytics/log_analytics.rb +1 -0
- data/lib/oci/log_analytics/log_analytics_client.rb +60 -0
- data/lib/oci/log_analytics/models/abstract_command_descriptor.rb +2 -0
- data/lib/oci/log_analytics/models/compare_command_descriptor.rb +166 -0
- data/lib/oci/log_analytics/models/cron_schedule.rb +5 -1
- data/lib/oci/log_analytics/models/fixed_frequency_schedule.rb +5 -1
- data/lib/oci/log_analytics/models/namespace.rb +20 -4
- data/lib/oci/log_analytics/models/namespace_summary.rb +20 -4
- data/lib/oci/log_analytics/models/schedule.rb +20 -4
- data/lib/oci/log_analytics/models/scheduled_task.rb +54 -1
- data/lib/oci/log_analytics/models/scheduled_task_summary.rb +15 -1
- data/lib/oci/log_analytics/models/standard_task.rb +9 -1
- data/lib/oci/log_analytics/models/stream_action.rb +40 -4
- data/lib/oci/loggingingestion/logging_client.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry.rb +1 -1
- data/lib/oci/loggingingestion/models/log_entry_batch.rb +2 -2
- data/lib/oci/management_dashboard/dashx_apis_client.rb +16 -6
- data/lib/oci/management_dashboard/dashx_apis_client_composite_operations.rb +238 -0
- data/lib/oci/management_dashboard/management_dashboard.rb +1 -0
- data/lib/oci/management_dashboard/models/create_management_dashboard_details.rb +15 -1
- data/lib/oci/management_dashboard/models/create_management_saved_search_details.rb +15 -1
- data/lib/oci/management_dashboard/models/management_dashboard.rb +59 -2
- data/lib/oci/management_dashboard/models/management_dashboard_export_details.rb +4 -36
- data/lib/oci/management_dashboard/models/management_dashboard_for_import_export_details.rb +15 -1
- data/lib/oci/management_dashboard/models/management_dashboard_summary.rb +12 -2
- data/lib/oci/management_dashboard/models/management_dashboard_tile_details.rb +18 -4
- data/lib/oci/management_dashboard/models/management_saved_search.rb +47 -1
- data/lib/oci/management_dashboard/models/management_saved_search_for_import_details.rb +18 -4
- data/lib/oci/management_dashboard/models/management_saved_search_summary.rb +15 -1
- data/lib/oci/management_dashboard/models/update_management_dashboard_details.rb +15 -1
- data/lib/oci/management_dashboard/models/update_management_saved_search_details.rb +15 -1
- data/lib/oci/marketplace/account_client.rb +220 -0
- data/lib/oci/marketplace/account_client_composite_operations.rb +25 -0
- data/lib/oci/marketplace/marketplace.rb +8 -0
- data/lib/oci/marketplace/marketplace_client.rb +86 -24
- data/lib/oci/marketplace/marketplace_client_composite_operations.rb +4 -4
- data/lib/oci/marketplace/models/change_publication_compartment_details.rb +2 -2
- data/lib/oci/marketplace/models/create_image_publication_package.rb +2 -2
- data/lib/oci/marketplace/models/create_publication_details.rb +10 -8
- data/lib/oci/marketplace/models/create_publication_package.rb +4 -4
- data/lib/oci/marketplace/models/eula.rb +2 -2
- data/lib/oci/marketplace/models/free_text_search_details.rb +162 -0
- data/lib/oci/marketplace/models/image_publication_package.rb +3 -3
- data/lib/oci/marketplace/models/launch_eligibility.rb +178 -0
- data/lib/oci/marketplace/models/listing.rb +2 -2
- data/lib/oci/marketplace/models/listing_package_summary.rb +10 -1
- data/lib/oci/marketplace/models/listing_summary.rb +2 -2
- data/lib/oci/marketplace/models/matching_context_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/operating_system.rb +2 -2
- data/lib/oci/marketplace/models/orchestration_publication_package.rb +3 -3
- data/lib/oci/marketplace/models/publication.rb +11 -11
- data/lib/oci/marketplace/models/publication_package.rb +3 -3
- data/lib/oci/marketplace/models/publication_package_summary.rb +1 -1
- data/lib/oci/marketplace/models/publication_summary.rb +9 -9
- data/lib/oci/marketplace/models/publisher_summary.rb +1 -1
- data/lib/oci/marketplace/models/search_details_type_enum.rb +11 -0
- data/lib/oci/marketplace/models/search_listings_details.rb +207 -0
- data/lib/oci/marketplace/models/structured_search_details.rb +162 -0
- data/lib/oci/marketplace/models/text_based_eula.rb +2 -2
- data/lib/oci/marketplace/models/third_party_paid_listing_eligibility.rb +210 -0
- data/lib/oci/marketplace/models/update_publication_details.rb +5 -5
- data/lib/oci/mysql/db_backups_client.rb +76 -0
- data/lib/oci/mysql/db_backups_client_composite_operations.rb +50 -0
- data/lib/oci/mysql/models/change_backup_compartment_details.rb +154 -0
- data/lib/oci/mysql/mysql.rb +1 -0
- data/lib/oci/oce/models/create_oce_instance_details.rb +3 -1
- data/lib/oci/oce/models/license_type.rb +3 -1
- data/lib/oci/oce/models/oce_instance.rb +19 -1
- data/lib/oci/oce/models/oce_instance_summary.rb +22 -4
- data/lib/oci/oce/models/update_oce_instance_details.rb +3 -1
- data/lib/oci/oce/oce_instance_client.rb +2 -0
- data/lib/oci/ocvp/models/create_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/create_sddc_details.rb +21 -2
- data/lib/oci/ocvp/models/downgrade_hcx_details.rb +154 -0
- data/lib/oci/ocvp/models/esxi_host.rb +2 -0
- data/lib/oci/ocvp/models/esxi_host_summary.rb +2 -0
- data/lib/oci/ocvp/models/hcx_license_status.rb +13 -0
- data/lib/oci/ocvp/models/hcx_license_summary.rb +201 -0
- data/lib/oci/ocvp/models/operation_types.rb +5 -1
- data/lib/oci/ocvp/models/sddc.rb +86 -2
- data/lib/oci/ocvp/models/supported_sku_summary.rb +2 -1
- data/lib/oci/ocvp/models/supported_sku_summary_collection.rb +3 -1
- data/lib/oci/ocvp/models/update_esxi_host_details.rb +3 -1
- data/lib/oci/ocvp/models/work_request.rb +4 -0
- data/lib/oci/ocvp/ocvp.rb +3 -0
- data/lib/oci/ocvp/sddc_client.rb +291 -2
- data/lib/oci/ocvp/sddc_client_composite_operations.rb +201 -0
- data/lib/oci/opsi/models/autonomous_database_configuration_summary.rb +198 -0
- data/lib/oci/opsi/models/create_enterprise_manager_bridge_details.rb +2 -2
- data/lib/oci/opsi/models/create_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/create_macs_managed_external_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/database_configuration_collection.rb +150 -0
- data/lib/oci/opsi/models/database_configuration_summary.rb +323 -0
- data/lib/oci/opsi/models/database_details.rb +1 -0
- data/lib/oci/opsi/models/database_insight.rb +1 -0
- data/lib/oci/opsi/models/database_insight_summary.rb +1 -0
- data/lib/oci/opsi/models/em_managed_external_database_configuration_summary.rb +222 -0
- data/lib/oci/opsi/models/enable_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/enable_macs_managed_external_host_insight_details.rb +1 -1
- data/lib/oci/opsi/models/enterprise_manager_bridge.rb +16 -1
- data/lib/oci/opsi/models/enterprise_manager_bridge_summary.rb +16 -1
- data/lib/oci/opsi/models/host_insight.rb +1 -0
- data/lib/oci/opsi/models/host_insight_summary.rb +1 -0
- data/lib/oci/opsi/models/lifecycle_state.rb +2 -1
- data/lib/oci/opsi/models/macs_managed_external_database_configuration_summary.rb +236 -0
- data/lib/oci/opsi/models/macs_managed_external_host_insight.rb +1 -1
- data/lib/oci/opsi/models/macs_managed_external_host_insight_summary.rb +1 -1
- data/lib/oci/opsi/models/summarize_database_insight_resource_forecast_trend_aggregation.rb +15 -1
- data/lib/oci/opsi/models/tablespace_usage_trend_aggregation.rb +1 -1
- data/lib/oci/opsi/operations_insights_client.rb +631 -25
- data/lib/oci/opsi/opsi.rb +5 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/secrets/secrets_client.rb +71 -1
- data/lib/oci/tenant_manager_control_plane/models/activate_order_details.rb +154 -0
- data/lib/oci/tenant_manager_control_plane/models/operation_type.rb +5 -1
- data/lib/oci/tenant_manager_control_plane/models/order.rb +206 -0
- data/lib/oci/{dns/models/tsig.rb → tenant_manager_control_plane/models/sku.rb} +22 -25
- data/lib/oci/tenant_manager_control_plane/models/subscription_info.rb +202 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request.rb +4 -0
- data/lib/oci/tenant_manager_control_plane/models/work_request_summary.rb +4 -0
- data/lib/oci/tenant_manager_control_plane/orders_client.rb +225 -0
- data/lib/oci/tenant_manager_control_plane/orders_client_composite_operations.rb +76 -0
- data/lib/oci/tenant_manager_control_plane/tenant_manager_control_plane.rb +6 -0
- data/lib/oci/usage_api/models/cost_analysis_ui.rb +2 -2
- data/lib/oci/usage_api/models/create_custom_table_details.rb +10 -10
- data/lib/oci/usage_api/models/create_query_details.rb +1 -1
- data/lib/oci/usage_api/models/custom_table.rb +13 -13
- data/lib/oci/usage_api/models/custom_table_summary.rb +1 -1
- data/lib/oci/usage_api/models/dimension.rb +1 -1
- data/lib/oci/usage_api/models/forecast.rb +3 -3
- data/lib/oci/usage_api/models/query_definition.rb +1 -1
- data/lib/oci/usage_api/models/query_summary.rb +1 -1
- data/lib/oci/usage_api/models/report_query.rb +11 -5
- data/lib/oci/usage_api/models/request_summarized_usages_details.rb +11 -5
- data/lib/oci/usage_api/models/saved_custom_table.rb +6 -6
- data/lib/oci/usage_api/models/update_custom_table_details.rb +1 -1
- data/lib/oci/usage_api/models/update_query_details.rb +1 -1
- data/lib/oci/usage_api/models/usage_summary.rb +1 -1
- data/lib/oci/usage_api/usage_api.rb +0 -6
- data/lib/oci/usage_api/usageapi_client.rb +332 -1
- data/lib/oci/version.rb +1 -1
- metadata +512 -16
|
@@ -7,7 +7,7 @@ require_relative 'host_insight'
|
|
|
7
7
|
|
|
8
8
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
9
9
|
module OCI
|
|
10
|
-
#
|
|
10
|
+
# MACS-managed external host insight resource.
|
|
11
11
|
class Opsi::Models::MacsManagedExternalHostInsight < Opsi::Models::HostInsight
|
|
12
12
|
PLATFORM_TYPE_ENUM = [
|
|
13
13
|
PLATFORM_TYPE_LINUX = 'LINUX'.freeze,
|
|
@@ -7,7 +7,7 @@ require_relative 'host_insight_summary'
|
|
|
7
7
|
|
|
8
8
|
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
9
9
|
module OCI
|
|
10
|
-
# Summary of a host insight resource.
|
|
10
|
+
# Summary of a MACS-managed external host insight resource.
|
|
11
11
|
class Opsi::Models::MacsManagedExternalHostInsightSummary < Opsi::Models::HostInsightSummary
|
|
12
12
|
PLATFORM_TYPE_ENUM = [
|
|
13
13
|
PLATFORM_TYPE_LINUX = 'LINUX'.freeze,
|
|
@@ -60,6 +60,10 @@ module OCI
|
|
|
60
60
|
# @return [String]
|
|
61
61
|
attr_reader :pattern
|
|
62
62
|
|
|
63
|
+
# **[Required]** The name of tablespace.
|
|
64
|
+
# @return [String]
|
|
65
|
+
attr_accessor :tablespace_name
|
|
66
|
+
|
|
63
67
|
# **[Required]** Time series data used for the forecast analysis.
|
|
64
68
|
# @return [Array<OCI::Opsi::Models::HistoricalDataItem>]
|
|
65
69
|
attr_accessor :historical_data
|
|
@@ -77,6 +81,7 @@ module OCI
|
|
|
77
81
|
'resource_metric': :'resourceMetric',
|
|
78
82
|
'usage_unit': :'usageUnit',
|
|
79
83
|
'pattern': :'pattern',
|
|
84
|
+
'tablespace_name': :'tablespaceName',
|
|
80
85
|
'historical_data': :'historicalData',
|
|
81
86
|
'projected_data': :'projectedData'
|
|
82
87
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -92,6 +97,7 @@ module OCI
|
|
|
92
97
|
'resource_metric': :'String',
|
|
93
98
|
'usage_unit': :'String',
|
|
94
99
|
'pattern': :'String',
|
|
100
|
+
'tablespace_name': :'String',
|
|
95
101
|
'historical_data': :'Array<OCI::Opsi::Models::HistoricalDataItem>',
|
|
96
102
|
'projected_data': :'Array<OCI::Opsi::Models::ProjectedDataItem>'
|
|
97
103
|
# rubocop:enable Style/SymbolLiteral
|
|
@@ -109,6 +115,7 @@ module OCI
|
|
|
109
115
|
# @option attributes [String] :resource_metric The value to assign to the {#resource_metric} property
|
|
110
116
|
# @option attributes [String] :usage_unit The value to assign to the {#usage_unit} property
|
|
111
117
|
# @option attributes [String] :pattern The value to assign to the {#pattern} property
|
|
118
|
+
# @option attributes [String] :tablespace_name The value to assign to the {#tablespace_name} property
|
|
112
119
|
# @option attributes [Array<OCI::Opsi::Models::HistoricalDataItem>] :historical_data The value to assign to the {#historical_data} property
|
|
113
120
|
# @option attributes [Array<OCI::Opsi::Models::ProjectedDataItem>] :projected_data The value to assign to the {#projected_data} property
|
|
114
121
|
def initialize(attributes = {})
|
|
@@ -143,6 +150,12 @@ module OCI
|
|
|
143
150
|
|
|
144
151
|
self.pattern = attributes[:'pattern'] if attributes[:'pattern']
|
|
145
152
|
|
|
153
|
+
self.tablespace_name = attributes[:'tablespaceName'] if attributes[:'tablespaceName']
|
|
154
|
+
|
|
155
|
+
raise 'You cannot provide both :tablespaceName and :tablespace_name' if attributes.key?(:'tablespaceName') && attributes.key?(:'tablespace_name')
|
|
156
|
+
|
|
157
|
+
self.tablespace_name = attributes[:'tablespace_name'] if attributes[:'tablespace_name']
|
|
158
|
+
|
|
146
159
|
self.historical_data = attributes[:'historicalData'] if attributes[:'historicalData']
|
|
147
160
|
|
|
148
161
|
raise 'You cannot provide both :historicalData and :historical_data' if attributes.key?(:'historicalData') && attributes.key?(:'historical_data')
|
|
@@ -211,6 +224,7 @@ module OCI
|
|
|
211
224
|
resource_metric == other.resource_metric &&
|
|
212
225
|
usage_unit == other.usage_unit &&
|
|
213
226
|
pattern == other.pattern &&
|
|
227
|
+
tablespace_name == other.tablespace_name &&
|
|
214
228
|
historical_data == other.historical_data &&
|
|
215
229
|
projected_data == other.projected_data
|
|
216
230
|
end
|
|
@@ -228,7 +242,7 @@ module OCI
|
|
|
228
242
|
# Calculates hash code according to all attributes.
|
|
229
243
|
# @return [Fixnum] Hash code
|
|
230
244
|
def hash
|
|
231
|
-
[time_interval_start, time_interval_end, resource_metric, usage_unit, pattern, historical_data, projected_data].hash
|
|
245
|
+
[time_interval_start, time_interval_end, resource_metric, usage_unit, pattern, tablespace_name, historical_data, projected_data].hash
|
|
232
246
|
end
|
|
233
247
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
234
248
|
|
|
@@ -7,7 +7,7 @@ require 'date'
|
|
|
7
7
|
module OCI
|
|
8
8
|
# Usage data per tablespace for a Pluggable database
|
|
9
9
|
class Opsi::Models::TablespaceUsageTrendAggregation
|
|
10
|
-
# **[Required]**
|
|
10
|
+
# **[Required]** The name of tablespace.
|
|
11
11
|
# @return [String]
|
|
12
12
|
attr_accessor :tablespace_name
|
|
13
13
|
|
|
@@ -1642,18 +1642,151 @@ module OCI
|
|
|
1642
1642
|
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1643
1643
|
|
|
1644
1644
|
|
|
1645
|
+
# Gets a list of database insight configurations based on the query parameters specified. Either compartmentId or databaseInsightId query parameter must be specified.
|
|
1646
|
+
# @param [Hash] opts the optional parameters
|
|
1647
|
+
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1648
|
+
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1649
|
+
# @option opts [String] :compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
1650
|
+
# @option opts [String] :enterprise_manager_bridge_id Unique Enterprise Manager bridge identifier
|
|
1651
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
1652
|
+
# (default to [])
|
|
1653
|
+
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
1654
|
+
# (default to [])
|
|
1655
|
+
# @option opts [Array<String>] :database_type Filter by one or more database type.
|
|
1656
|
+
# Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
|
1657
|
+
# (default to [])
|
|
1658
|
+
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
1659
|
+
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to
|
|
1660
|
+
# return in a paginated \"List\" call.
|
|
1661
|
+
# For important details about how pagination works, see
|
|
1662
|
+
# [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
1663
|
+
# Example: `50`
|
|
1664
|
+
# (default to 50)
|
|
1665
|
+
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
|
1666
|
+
# the previous \"List\" call. For important details about how pagination works,
|
|
1667
|
+
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
1668
|
+
#
|
|
1669
|
+
# @option opts [String] :sort_order The sort order to use, either ascending (`ASC`) or descending (`DESC`).
|
|
1670
|
+
#
|
|
1671
|
+
# @option opts [String] :sort_by Database configuration list sort options. If `fields` parameter is selected, the `sortBy` parameter must be one of the fields specified.
|
|
1672
|
+
# (default to databaseName)
|
|
1673
|
+
# Allowed values are: databaseName, databaseDisplayName, databaseType
|
|
1674
|
+
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
1675
|
+
# (default to [])
|
|
1676
|
+
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
1677
|
+
# Oracle about a particular request, please provide the request ID.
|
|
1678
|
+
#
|
|
1679
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
1680
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
1681
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
1682
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
1683
|
+
#
|
|
1684
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
1685
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
1686
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
1687
|
+
#
|
|
1688
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
1689
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
1690
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
1691
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
1692
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
1693
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
1694
|
+
#
|
|
1695
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
1696
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
1697
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
1698
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
1699
|
+
#
|
|
1700
|
+
# @return [Response] A Response object with data of type {OCI::Opsi::Models::DatabaseConfigurationCollection DatabaseConfigurationCollection}
|
|
1701
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_database_configurations.rb.html) to see an example of how to use list_database_configurations API.
|
|
1702
|
+
def list_database_configurations(opts = {})
|
|
1703
|
+
logger.debug 'Calling operation OperationsInsightsClient#list_database_configurations.' if logger
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
database_type_allowable_values = %w[ADW-S ATP-S ADW-D ATP-D EXTERNAL-PDB EXTERNAL-NONCDB]
|
|
1708
|
+
if opts[:database_type] && !opts[:database_type].empty?
|
|
1709
|
+
opts[:database_type].each do |val_to_check|
|
|
1710
|
+
unless database_type_allowable_values.include?(val_to_check)
|
|
1711
|
+
raise 'Invalid value for "database_type", must be one of ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.'
|
|
1712
|
+
end
|
|
1713
|
+
end
|
|
1714
|
+
end
|
|
1715
|
+
|
|
1716
|
+
if opts[:sort_order] && !OCI::Opsi::Models::SORT_ORDER_ENUM.include?(opts[:sort_order])
|
|
1717
|
+
raise 'Invalid value for "sort_order", must be one of the values in OCI::Opsi::Models::SORT_ORDER_ENUM.'
|
|
1718
|
+
end
|
|
1719
|
+
|
|
1720
|
+
if opts[:sort_by] && !%w[databaseName databaseDisplayName databaseType].include?(opts[:sort_by])
|
|
1721
|
+
raise 'Invalid value for "sort_by", must be one of databaseName, databaseDisplayName, databaseType.'
|
|
1722
|
+
end
|
|
1723
|
+
|
|
1724
|
+
path = '/databaseInsights/databaseConfigurations'
|
|
1725
|
+
operation_signing_strategy = :standard
|
|
1726
|
+
|
|
1727
|
+
# rubocop:disable Style/NegatedIf
|
|
1728
|
+
# Query Params
|
|
1729
|
+
query_params = {}
|
|
1730
|
+
query_params[:compartmentId] = opts[:compartment_id] if opts[:compartment_id]
|
|
1731
|
+
query_params[:enterpriseManagerBridgeId] = opts[:enterprise_manager_bridge_id] if opts[:enterprise_manager_bridge_id]
|
|
1732
|
+
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
1733
|
+
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
|
1734
|
+
query_params[:databaseType] = OCI::ApiClient.build_collection_params(opts[:database_type], :multi) if opts[:database_type] && !opts[:database_type].empty?
|
|
1735
|
+
query_params[:limit] = opts[:limit] if opts[:limit]
|
|
1736
|
+
query_params[:page] = opts[:page] if opts[:page]
|
|
1737
|
+
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
1738
|
+
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
1739
|
+
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
1740
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
1741
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
1742
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
1743
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
1744
|
+
|
|
1745
|
+
# Header Params
|
|
1746
|
+
header_params = {}
|
|
1747
|
+
header_params[:accept] = 'application/json'
|
|
1748
|
+
header_params[:'content-type'] = 'application/json'
|
|
1749
|
+
header_params[:'opc-request-id'] = opts[:opc_request_id] if opts[:opc_request_id]
|
|
1750
|
+
# rubocop:enable Style/NegatedIf
|
|
1751
|
+
|
|
1752
|
+
post_body = nil
|
|
1753
|
+
|
|
1754
|
+
# rubocop:disable Metrics/BlockLength
|
|
1755
|
+
OCI::Retry.make_retrying_call(applicable_retry_config(opts), call_name: 'OperationsInsightsClient#list_database_configurations') do
|
|
1756
|
+
@api_client.call_api(
|
|
1757
|
+
:GET,
|
|
1758
|
+
path,
|
|
1759
|
+
endpoint,
|
|
1760
|
+
header_params: header_params,
|
|
1761
|
+
query_params: query_params,
|
|
1762
|
+
operation_signing_strategy: operation_signing_strategy,
|
|
1763
|
+
body: post_body,
|
|
1764
|
+
return_type: 'OCI::Opsi::Models::DatabaseConfigurationCollection'
|
|
1765
|
+
)
|
|
1766
|
+
end
|
|
1767
|
+
# rubocop:enable Metrics/BlockLength
|
|
1768
|
+
end
|
|
1769
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1770
|
+
# rubocop:enable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1771
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines
|
|
1772
|
+
|
|
1773
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
1774
|
+
# rubocop:disable Style/IfUnlessModifier, Metrics/ParameterLists
|
|
1775
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines
|
|
1776
|
+
|
|
1777
|
+
|
|
1645
1778
|
# Gets a list of database insights based on the query parameters specified. Either compartmentId or id query parameter must be specified.
|
|
1646
1779
|
# @param [Hash] opts the optional parameters
|
|
1647
1780
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1648
1781
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1649
1782
|
# @option opts [String] :compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
1650
1783
|
# @option opts [String] :enterprise_manager_bridge_id Unique Enterprise Manager bridge identifier
|
|
1651
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
1784
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
1652
1785
|
# (default to [])
|
|
1653
1786
|
# @option opts [Array<String>] :status Resource Status (default to [ENABLED])
|
|
1654
1787
|
# Allowed values are: DISABLED, ENABLED, TERMINATED
|
|
1655
1788
|
# @option opts [Array<String>] :lifecycle_state Lifecycle states (default to [ACTIVE])
|
|
1656
|
-
# Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED
|
|
1789
|
+
# Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED, NEEDS_ATTENTION
|
|
1657
1790
|
# @option opts [Array<String>] :database_type Filter by one or more database type.
|
|
1658
1791
|
# Possible values are ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB.
|
|
1659
1792
|
# (default to [])
|
|
@@ -1698,11 +1831,11 @@ module OCI
|
|
|
1698
1831
|
end
|
|
1699
1832
|
|
|
1700
1833
|
|
|
1701
|
-
lifecycle_state_allowable_values = %w[CREATING UPDATING ACTIVE DELETING DELETED FAILED]
|
|
1834
|
+
lifecycle_state_allowable_values = %w[CREATING UPDATING ACTIVE DELETING DELETED FAILED NEEDS_ATTENTION]
|
|
1702
1835
|
if opts[:lifecycle_state] && !opts[:lifecycle_state].empty?
|
|
1703
1836
|
opts[:lifecycle_state].each do |val_to_check|
|
|
1704
1837
|
unless lifecycle_state_allowable_values.include?(val_to_check)
|
|
1705
|
-
raise 'Invalid value for "lifecycle_state", must be one of CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED.'
|
|
1838
|
+
raise 'Invalid value for "lifecycle_state", must be one of CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED, NEEDS_ATTENTION.'
|
|
1706
1839
|
end
|
|
1707
1840
|
end
|
|
1708
1841
|
end
|
|
@@ -1796,7 +1929,7 @@ module OCI
|
|
|
1796
1929
|
# @option opts [String] :display_name A filter to return only resources that match the entire display name.
|
|
1797
1930
|
# @option opts [String] :id Unique Enterprise Manager bridge identifier
|
|
1798
1931
|
# @option opts [Array<String>] :lifecycle_state Lifecycle states (default to [ACTIVE])
|
|
1799
|
-
# Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED
|
|
1932
|
+
# Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED, NEEDS_ATTENTION
|
|
1800
1933
|
# @option opts [Integer] :limit For list pagination. The maximum number of results per page, or items to
|
|
1801
1934
|
# return in a paginated \"List\" call.
|
|
1802
1935
|
# For important details about how pagination works, see
|
|
@@ -1822,11 +1955,11 @@ module OCI
|
|
|
1822
1955
|
|
|
1823
1956
|
|
|
1824
1957
|
|
|
1825
|
-
lifecycle_state_allowable_values = %w[CREATING UPDATING ACTIVE DELETING DELETED FAILED]
|
|
1958
|
+
lifecycle_state_allowable_values = %w[CREATING UPDATING ACTIVE DELETING DELETED FAILED NEEDS_ATTENTION]
|
|
1826
1959
|
if opts[:lifecycle_state] && !opts[:lifecycle_state].empty?
|
|
1827
1960
|
opts[:lifecycle_state].each do |val_to_check|
|
|
1828
1961
|
unless lifecycle_state_allowable_values.include?(val_to_check)
|
|
1829
|
-
raise 'Invalid value for "lifecycle_state", must be one of CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED.'
|
|
1962
|
+
raise 'Invalid value for "lifecycle_state", must be one of CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED, NEEDS_ATTENTION.'
|
|
1830
1963
|
end
|
|
1831
1964
|
end
|
|
1832
1965
|
end
|
|
@@ -1892,12 +2025,12 @@ module OCI
|
|
|
1892
2025
|
# @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
|
|
1893
2026
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1894
2027
|
# @option opts [String] :compartment_id The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
1895
|
-
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
2028
|
+
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
1896
2029
|
# (default to [])
|
|
1897
2030
|
# @option opts [Array<String>] :status Resource Status (default to [ENABLED])
|
|
1898
2031
|
# Allowed values are: DISABLED, ENABLED, TERMINATED
|
|
1899
2032
|
# @option opts [Array<String>] :lifecycle_state Lifecycle states (default to [ACTIVE])
|
|
1900
|
-
# Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED
|
|
2033
|
+
# Allowed values are: CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED, NEEDS_ATTENTION
|
|
1901
2034
|
# @option opts [Array<String>] :host_type Filter by one or more host types.
|
|
1902
2035
|
# Possible value is EXTERNAL-HOST.
|
|
1903
2036
|
# (default to [])
|
|
@@ -1940,11 +2073,11 @@ module OCI
|
|
|
1940
2073
|
end
|
|
1941
2074
|
|
|
1942
2075
|
|
|
1943
|
-
lifecycle_state_allowable_values = %w[CREATING UPDATING ACTIVE DELETING DELETED FAILED]
|
|
2076
|
+
lifecycle_state_allowable_values = %w[CREATING UPDATING ACTIVE DELETING DELETED FAILED NEEDS_ATTENTION]
|
|
1944
2077
|
if opts[:lifecycle_state] && !opts[:lifecycle_state].empty?
|
|
1945
2078
|
opts[:lifecycle_state].each do |val_to_check|
|
|
1946
2079
|
unless lifecycle_state_allowable_values.include?(val_to_check)
|
|
1947
|
-
raise 'Invalid value for "lifecycle_state", must be one of CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED.'
|
|
2080
|
+
raise 'Invalid value for "lifecycle_state", must be one of CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED, NEEDS_ATTENTION.'
|
|
1948
2081
|
end
|
|
1949
2082
|
end
|
|
1950
2083
|
end
|
|
@@ -2318,6 +2451,27 @@ module OCI
|
|
|
2318
2451
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
2319
2452
|
# Oracle about a particular request, please provide the request ID.
|
|
2320
2453
|
#
|
|
2454
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
2455
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
2456
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
2457
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
2458
|
+
#
|
|
2459
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
2460
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
2461
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
2462
|
+
#
|
|
2463
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
2464
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
2465
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
2466
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
2467
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
2468
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
2469
|
+
#
|
|
2470
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
2471
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
2472
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
2473
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
2474
|
+
#
|
|
2321
2475
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlSearchCollection SqlSearchCollection}
|
|
2322
2476
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_sql_searches.rb.html) to see an example of how to use list_sql_searches API.
|
|
2323
2477
|
def list_sql_searches(compartment_id, sql_identifier, opts = {})
|
|
@@ -2338,6 +2492,10 @@ module OCI
|
|
|
2338
2492
|
query_params[:timeIntervalStart] = opts[:time_interval_start] if opts[:time_interval_start]
|
|
2339
2493
|
query_params[:timeIntervalEnd] = opts[:time_interval_end] if opts[:time_interval_end]
|
|
2340
2494
|
query_params[:page] = opts[:page] if opts[:page]
|
|
2495
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
2496
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
2497
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
2498
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
2341
2499
|
|
|
2342
2500
|
# Header Params
|
|
2343
2501
|
header_params = {}
|
|
@@ -2391,6 +2549,27 @@ module OCI
|
|
|
2391
2549
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
2392
2550
|
# Oracle about a particular request, please provide the request ID.
|
|
2393
2551
|
#
|
|
2552
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
2553
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
2554
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
2555
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
2556
|
+
#
|
|
2557
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
2558
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
2559
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
2560
|
+
#
|
|
2561
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
2562
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
2563
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
2564
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
2565
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
2566
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
2567
|
+
#
|
|
2568
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
2569
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
2570
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
2571
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
2572
|
+
#
|
|
2394
2573
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlTextCollection SqlTextCollection}
|
|
2395
2574
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_sql_texts.rb.html) to see an example of how to use list_sql_texts API.
|
|
2396
2575
|
def list_sql_texts(compartment_id, sql_identifier, opts = {})
|
|
@@ -2410,6 +2589,10 @@ module OCI
|
|
|
2410
2589
|
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
|
2411
2590
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
2412
2591
|
query_params[:page] = opts[:page] if opts[:page]
|
|
2592
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
2593
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
2594
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
2595
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
2413
2596
|
|
|
2414
2597
|
# Header Params
|
|
2415
2598
|
header_params = {}
|
|
@@ -2683,7 +2866,7 @@ module OCI
|
|
|
2683
2866
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
2684
2867
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
2685
2868
|
# (default to [])
|
|
2686
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
2869
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2687
2870
|
# (default to [])
|
|
2688
2871
|
# @option opts [String] :utilization_level Filter by utilization level by the following buckets:
|
|
2689
2872
|
# - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.
|
|
@@ -2705,9 +2888,34 @@ module OCI
|
|
|
2705
2888
|
#
|
|
2706
2889
|
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
2707
2890
|
# (default to [])
|
|
2891
|
+
# @option opts [BOOLEAN] :is_database_instance_level_metrics Flag to indicate if database instance level metrics should be returned. The flag is ignored when a host name filter is not applied.
|
|
2892
|
+
# When a hostname filter is applied this flag will determine whether to return metrics for the instances located on the specified host or for the
|
|
2893
|
+
# whole database which contains an instance on this host.
|
|
2894
|
+
# (default to false)
|
|
2708
2895
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
2709
2896
|
# Oracle about a particular request, please provide the request ID.
|
|
2710
2897
|
#
|
|
2898
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
2899
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
2900
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
2901
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
2902
|
+
#
|
|
2903
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
2904
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
2905
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
2906
|
+
#
|
|
2907
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
2908
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
2909
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
2910
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
2911
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
2912
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
2913
|
+
#
|
|
2914
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
2915
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
2916
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
2917
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
2918
|
+
#
|
|
2711
2919
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection}
|
|
2712
2920
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_database_insight_resource_capacity_trend.rb.html) to see an example of how to use summarize_database_insight_resource_capacity_trend API.
|
|
2713
2921
|
def summarize_database_insight_resource_capacity_trend(compartment_id, resource_metric, opts = {})
|
|
@@ -2758,6 +2966,11 @@ module OCI
|
|
|
2758
2966
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
2759
2967
|
query_params[:tablespaceName] = opts[:tablespace_name] if opts[:tablespace_name]
|
|
2760
2968
|
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
2969
|
+
query_params[:isDatabaseInstanceLevelMetrics] = opts[:is_database_instance_level_metrics] if !opts[:is_database_instance_level_metrics].nil?
|
|
2970
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
2971
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
2972
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
2973
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
2761
2974
|
|
|
2762
2975
|
# Header Params
|
|
2763
2976
|
header_params = {}
|
|
@@ -2823,7 +3036,7 @@ module OCI
|
|
|
2823
3036
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
2824
3037
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
2825
3038
|
# (default to [])
|
|
2826
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
3039
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2827
3040
|
# (default to [])
|
|
2828
3041
|
# @option opts [String] :statistic Choose the type of statistic metric data to be used for forecasting. (default to AVG)
|
|
2829
3042
|
# Allowed values are: AVG, MAX
|
|
@@ -2857,9 +3070,34 @@ module OCI
|
|
|
2857
3070
|
# (default to [])
|
|
2858
3071
|
# @option opts [String] :tablespace_name Tablespace name for a database
|
|
2859
3072
|
#
|
|
3073
|
+
# @option opts [BOOLEAN] :is_database_instance_level_metrics Flag to indicate if database instance level metrics should be returned. The flag is ignored when a host name filter is not applied.
|
|
3074
|
+
# When a hostname filter is applied this flag will determine whether to return metrics for the instances located on the specified host or for the
|
|
3075
|
+
# whole database which contains an instance on this host.
|
|
3076
|
+
# (default to false)
|
|
2860
3077
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
2861
3078
|
# Oracle about a particular request, please provide the request ID.
|
|
2862
3079
|
#
|
|
3080
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
3081
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
3082
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3083
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3084
|
+
#
|
|
3085
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
3086
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
3087
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
3088
|
+
#
|
|
3089
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
3090
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
3091
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
3092
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3093
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3094
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3095
|
+
#
|
|
3096
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
3097
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
3098
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3099
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
3100
|
+
#
|
|
2863
3101
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceForecastTrendAggregation SummarizeDatabaseInsightResourceForecastTrendAggregation}
|
|
2864
3102
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_database_insight_resource_forecast_trend.rb.html) to see an example of how to use summarize_database_insight_resource_forecast_trend API.
|
|
2865
3103
|
def summarize_database_insight_resource_forecast_trend(compartment_id, resource_metric, opts = {})
|
|
@@ -2912,6 +3150,11 @@ module OCI
|
|
|
2912
3150
|
query_params[:page] = opts[:page] if opts[:page]
|
|
2913
3151
|
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
2914
3152
|
query_params[:tablespaceName] = opts[:tablespace_name] if opts[:tablespace_name]
|
|
3153
|
+
query_params[:isDatabaseInstanceLevelMetrics] = opts[:is_database_instance_level_metrics] if !opts[:is_database_instance_level_metrics].nil?
|
|
3154
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
3155
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
3156
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
3157
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
2915
3158
|
|
|
2916
3159
|
# Header Params
|
|
2917
3160
|
header_params = {}
|
|
@@ -2976,7 +3219,7 @@ module OCI
|
|
|
2976
3219
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
2977
3220
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
2978
3221
|
# (default to [])
|
|
2979
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
3222
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
2980
3223
|
# (default to [])
|
|
2981
3224
|
# @option opts [Integer] :percentile Percentile values of daily usage to be used for computing the aggregate resource usage.
|
|
2982
3225
|
# (default to 90)
|
|
@@ -3003,9 +3246,34 @@ module OCI
|
|
|
3003
3246
|
# Allowed values are: utilizationPercent, usage, usageChangePercent, databaseName, databaseType
|
|
3004
3247
|
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
3005
3248
|
# (default to [])
|
|
3249
|
+
# @option opts [BOOLEAN] :is_database_instance_level_metrics Flag to indicate if database instance level metrics should be returned. The flag is ignored when a host name filter is not applied.
|
|
3250
|
+
# When a hostname filter is applied this flag will determine whether to return metrics for the instances located on the specified host or for the
|
|
3251
|
+
# whole database which contains an instance on this host.
|
|
3252
|
+
# (default to false)
|
|
3006
3253
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3007
3254
|
# Oracle about a particular request, please provide the request ID.
|
|
3008
3255
|
#
|
|
3256
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
3257
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
3258
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3259
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3260
|
+
#
|
|
3261
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
3262
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
3263
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
3264
|
+
#
|
|
3265
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
3266
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
3267
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
3268
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3269
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3270
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3271
|
+
#
|
|
3272
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
3273
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
3274
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3275
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
3276
|
+
#
|
|
3009
3277
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceStatisticsAggregationCollection SummarizeDatabaseInsightResourceStatisticsAggregationCollection}
|
|
3010
3278
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_database_insight_resource_statistics.rb.html) to see an example of how to use summarize_database_insight_resource_statistics API.
|
|
3011
3279
|
def summarize_database_insight_resource_statistics(compartment_id, resource_metric, opts = {})
|
|
@@ -3054,6 +3322,11 @@ module OCI
|
|
|
3054
3322
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
3055
3323
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
3056
3324
|
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
3325
|
+
query_params[:isDatabaseInstanceLevelMetrics] = opts[:is_database_instance_level_metrics] if !opts[:is_database_instance_level_metrics].nil?
|
|
3326
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
3327
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
3328
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
3329
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
3057
3330
|
|
|
3058
3331
|
# Header Params
|
|
3059
3332
|
header_params = {}
|
|
@@ -3121,8 +3394,14 @@ module OCI
|
|
|
3121
3394
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
3122
3395
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
3123
3396
|
# (default to [])
|
|
3124
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
3397
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3125
3398
|
# (default to [])
|
|
3399
|
+
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
3400
|
+
# (default to [])
|
|
3401
|
+
# @option opts [BOOLEAN] :is_database_instance_level_metrics Flag to indicate if database instance level metrics should be returned. The flag is ignored when a host name filter is not applied.
|
|
3402
|
+
# When a hostname filter is applied this flag will determine whether to return metrics for the instances located on the specified host or for the
|
|
3403
|
+
# whole database which contains an instance on this host.
|
|
3404
|
+
# (default to false)
|
|
3126
3405
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
|
3127
3406
|
# the previous \"List\" call. For important details about how pagination works,
|
|
3128
3407
|
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -3132,6 +3411,27 @@ module OCI
|
|
|
3132
3411
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3133
3412
|
# Oracle about a particular request, please provide the request ID.
|
|
3134
3413
|
#
|
|
3414
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
3415
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
3416
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3417
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3418
|
+
#
|
|
3419
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
3420
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
3421
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
3422
|
+
#
|
|
3423
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
3424
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
3425
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
3426
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3427
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3428
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3429
|
+
#
|
|
3430
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
3431
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
3432
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3433
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
3434
|
+
#
|
|
3135
3435
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceUsageAggregation SummarizeDatabaseInsightResourceUsageAggregation}
|
|
3136
3436
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_database_insight_resource_usage.rb.html) to see an example of how to use summarize_database_insight_resource_usage API.
|
|
3137
3437
|
def summarize_database_insight_resource_usage(compartment_id, resource_metric, opts = {})
|
|
@@ -3164,8 +3464,14 @@ module OCI
|
|
|
3164
3464
|
query_params[:databaseType] = OCI::ApiClient.build_collection_params(opts[:database_type], :multi) if opts[:database_type] && !opts[:database_type].empty?
|
|
3165
3465
|
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
|
3166
3466
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
3467
|
+
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
3468
|
+
query_params[:isDatabaseInstanceLevelMetrics] = opts[:is_database_instance_level_metrics] if !opts[:is_database_instance_level_metrics].nil?
|
|
3167
3469
|
query_params[:page] = opts[:page] if opts[:page]
|
|
3168
3470
|
query_params[:percentile] = opts[:percentile] if opts[:percentile]
|
|
3471
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
3472
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
3473
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
3474
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
3169
3475
|
|
|
3170
3476
|
# Header Params
|
|
3171
3477
|
header_params = {}
|
|
@@ -3232,7 +3538,7 @@ module OCI
|
|
|
3232
3538
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
3233
3539
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
3234
3540
|
# (default to [])
|
|
3235
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
3541
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3236
3542
|
# (default to [])
|
|
3237
3543
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
|
3238
3544
|
# the previous \"List\" call. For important details about how pagination works,
|
|
@@ -3243,9 +3549,36 @@ module OCI
|
|
|
3243
3549
|
# @option opts [String] :sort_by Sorts using end timestamp, usage or capacity
|
|
3244
3550
|
# (default to endTimestamp)
|
|
3245
3551
|
# Allowed values are: endTimestamp, usage, capacity
|
|
3552
|
+
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
3553
|
+
# (default to [])
|
|
3554
|
+
# @option opts [BOOLEAN] :is_database_instance_level_metrics Flag to indicate if database instance level metrics should be returned. The flag is ignored when a host name filter is not applied.
|
|
3555
|
+
# When a hostname filter is applied this flag will determine whether to return metrics for the instances located on the specified host or for the
|
|
3556
|
+
# whole database which contains an instance on this host.
|
|
3557
|
+
# (default to false)
|
|
3246
3558
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3247
3559
|
# Oracle about a particular request, please provide the request ID.
|
|
3248
3560
|
#
|
|
3561
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
3562
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
3563
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3564
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3565
|
+
#
|
|
3566
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
3567
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
3568
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
3569
|
+
#
|
|
3570
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
3571
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
3572
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
3573
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3574
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3575
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3576
|
+
#
|
|
3577
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
3578
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
3579
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3580
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
3581
|
+
#
|
|
3249
3582
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceUsageTrendAggregationCollection SummarizeDatabaseInsightResourceUsageTrendAggregationCollection}
|
|
3250
3583
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_database_insight_resource_usage_trend.rb.html) to see an example of how to use summarize_database_insight_resource_usage_trend API.
|
|
3251
3584
|
def summarize_database_insight_resource_usage_trend(compartment_id, resource_metric, opts = {})
|
|
@@ -3289,6 +3622,12 @@ module OCI
|
|
|
3289
3622
|
query_params[:page] = opts[:page] if opts[:page]
|
|
3290
3623
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
3291
3624
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
3625
|
+
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
3626
|
+
query_params[:isDatabaseInstanceLevelMetrics] = opts[:is_database_instance_level_metrics] if !opts[:is_database_instance_level_metrics].nil?
|
|
3627
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
3628
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
3629
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
3630
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
3292
3631
|
|
|
3293
3632
|
# Header Params
|
|
3294
3633
|
header_params = {}
|
|
@@ -3353,10 +3692,16 @@ module OCI
|
|
|
3353
3692
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
3354
3693
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
3355
3694
|
# (default to [])
|
|
3356
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
3695
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3357
3696
|
# (default to [])
|
|
3358
3697
|
# @option opts [Integer] :forecast_days Number of days used for utilization forecast analysis.
|
|
3359
3698
|
# (default to 30)
|
|
3699
|
+
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
3700
|
+
# (default to [])
|
|
3701
|
+
# @option opts [BOOLEAN] :is_database_instance_level_metrics Flag to indicate if database instance level metrics should be returned. The flag is ignored when a host name filter is not applied.
|
|
3702
|
+
# When a hostname filter is applied this flag will determine whether to return metrics for the instances located on the specified host or for the
|
|
3703
|
+
# whole database which contains an instance on this host.
|
|
3704
|
+
# (default to false)
|
|
3360
3705
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
|
3361
3706
|
# the previous \"List\" call. For important details about how pagination works,
|
|
3362
3707
|
# see [List Pagination](https://docs.cloud.oracle.com/Content/API/Concepts/usingapi.htm#nine).
|
|
@@ -3364,6 +3709,27 @@ module OCI
|
|
|
3364
3709
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3365
3710
|
# Oracle about a particular request, please provide the request ID.
|
|
3366
3711
|
#
|
|
3712
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
3713
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
3714
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3715
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3716
|
+
#
|
|
3717
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
3718
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
3719
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
3720
|
+
#
|
|
3721
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
3722
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
3723
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
3724
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3725
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3726
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3727
|
+
#
|
|
3728
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
3729
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
3730
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3731
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
3732
|
+
#
|
|
3367
3733
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceUtilizationInsightAggregation SummarizeDatabaseInsightResourceUtilizationInsightAggregation}
|
|
3368
3734
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_database_insight_resource_utilization_insight.rb.html) to see an example of how to use summarize_database_insight_resource_utilization_insight API.
|
|
3369
3735
|
def summarize_database_insight_resource_utilization_insight(compartment_id, resource_metric, opts = {})
|
|
@@ -3397,7 +3763,13 @@ module OCI
|
|
|
3397
3763
|
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
|
3398
3764
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
3399
3765
|
query_params[:forecastDays] = opts[:forecast_days] if opts[:forecast_days]
|
|
3766
|
+
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
3767
|
+
query_params[:isDatabaseInstanceLevelMetrics] = opts[:is_database_instance_level_metrics] if !opts[:is_database_instance_level_metrics].nil?
|
|
3400
3768
|
query_params[:page] = opts[:page] if opts[:page]
|
|
3769
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
3770
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
3771
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
3772
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
3401
3773
|
|
|
3402
3774
|
# Header Params
|
|
3403
3775
|
header_params = {}
|
|
@@ -3558,7 +3930,7 @@ module OCI
|
|
|
3558
3930
|
# Possible value is LINUX.
|
|
3559
3931
|
# (default to [])
|
|
3560
3932
|
# Allowed values are: LINUX
|
|
3561
|
-
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
3933
|
+
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3562
3934
|
# (default to [])
|
|
3563
3935
|
# @option opts [String] :utilization_level Filter by utilization level by the following buckets:
|
|
3564
3936
|
# - HIGH_UTILIZATION: DBs with utilization greater or equal than 75.
|
|
@@ -3579,6 +3951,27 @@ module OCI
|
|
|
3579
3951
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3580
3952
|
# Oracle about a particular request, please provide the request ID.
|
|
3581
3953
|
#
|
|
3954
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
3955
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
3956
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3957
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3958
|
+
#
|
|
3959
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
3960
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
3961
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
3962
|
+
#
|
|
3963
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
3964
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
3965
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
3966
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3967
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
3968
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
3969
|
+
#
|
|
3970
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
3971
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
3972
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
3973
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
3974
|
+
#
|
|
3582
3975
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeHostInsightResourceCapacityTrendAggregationCollection SummarizeHostInsightResourceCapacityTrendAggregationCollection}
|
|
3583
3976
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_host_insight_resource_capacity_trend.rb.html) to see an example of how to use summarize_host_insight_resource_capacity_trend API.
|
|
3584
3977
|
def summarize_host_insight_resource_capacity_trend(compartment_id, resource_metric, opts = {})
|
|
@@ -3626,6 +4019,10 @@ module OCI
|
|
|
3626
4019
|
query_params[:page] = opts[:page] if opts[:page]
|
|
3627
4020
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
3628
4021
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
4022
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
4023
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
4024
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
4025
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
3629
4026
|
|
|
3630
4027
|
# Header Params
|
|
3631
4028
|
header_params = {}
|
|
@@ -3689,7 +4086,7 @@ module OCI
|
|
|
3689
4086
|
# Possible value is LINUX.
|
|
3690
4087
|
# (default to [])
|
|
3691
4088
|
# Allowed values are: LINUX
|
|
3692
|
-
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
4089
|
+
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3693
4090
|
# (default to [])
|
|
3694
4091
|
# @option opts [String] :statistic Choose the type of statistic metric data to be used for forecasting. (default to AVG)
|
|
3695
4092
|
# Allowed values are: AVG, MAX
|
|
@@ -3722,6 +4119,27 @@ module OCI
|
|
|
3722
4119
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3723
4120
|
# Oracle about a particular request, please provide the request ID.
|
|
3724
4121
|
#
|
|
4122
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
4123
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
4124
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4125
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4126
|
+
#
|
|
4127
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
4128
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
4129
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
4130
|
+
#
|
|
4131
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
4132
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
4133
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
4134
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4135
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4136
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4137
|
+
#
|
|
4138
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
4139
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
4140
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4141
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
4142
|
+
#
|
|
3725
4143
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeHostInsightResourceForecastTrendAggregation SummarizeHostInsightResourceForecastTrendAggregation}
|
|
3726
4144
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_host_insight_resource_forecast_trend.rb.html) to see an example of how to use summarize_host_insight_resource_forecast_trend API.
|
|
3727
4145
|
def summarize_host_insight_resource_forecast_trend(compartment_id, resource_metric, opts = {})
|
|
@@ -3771,6 +4189,10 @@ module OCI
|
|
|
3771
4189
|
query_params[:utilizationLevel] = opts[:utilization_level] if opts[:utilization_level]
|
|
3772
4190
|
query_params[:confidence] = opts[:confidence] if opts[:confidence]
|
|
3773
4191
|
query_params[:page] = opts[:page] if opts[:page]
|
|
4192
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
4193
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
4194
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
4195
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
3774
4196
|
|
|
3775
4197
|
# Header Params
|
|
3776
4198
|
header_params = {}
|
|
@@ -3835,7 +4257,7 @@ module OCI
|
|
|
3835
4257
|
# Possible value is LINUX.
|
|
3836
4258
|
# (default to [])
|
|
3837
4259
|
# Allowed values are: LINUX
|
|
3838
|
-
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
4260
|
+
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3839
4261
|
# (default to [])
|
|
3840
4262
|
# @option opts [Integer] :percentile Percentile values of daily usage to be used for computing the aggregate resource usage.
|
|
3841
4263
|
# (default to 90)
|
|
@@ -3863,6 +4285,27 @@ module OCI
|
|
|
3863
4285
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3864
4286
|
# Oracle about a particular request, please provide the request ID.
|
|
3865
4287
|
#
|
|
4288
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
4289
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
4290
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4291
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4292
|
+
#
|
|
4293
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
4294
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
4295
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
4296
|
+
#
|
|
4297
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
4298
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
4299
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
4300
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4301
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4302
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4303
|
+
#
|
|
4304
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
4305
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
4306
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4307
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
4308
|
+
#
|
|
3866
4309
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeHostInsightResourceStatisticsAggregationCollection SummarizeHostInsightResourceStatisticsAggregationCollection}
|
|
3867
4310
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_host_insight_resource_statistics.rb.html) to see an example of how to use summarize_host_insight_resource_statistics API.
|
|
3868
4311
|
def summarize_host_insight_resource_statistics(compartment_id, resource_metric, opts = {})
|
|
@@ -3909,6 +4352,10 @@ module OCI
|
|
|
3909
4352
|
query_params[:page] = opts[:page] if opts[:page]
|
|
3910
4353
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
3911
4354
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
4355
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
4356
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
4357
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
4358
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
3912
4359
|
|
|
3913
4360
|
# Header Params
|
|
3914
4361
|
header_params = {}
|
|
@@ -3974,7 +4421,7 @@ module OCI
|
|
|
3974
4421
|
# Possible value is LINUX.
|
|
3975
4422
|
# (default to [])
|
|
3976
4423
|
# Allowed values are: LINUX
|
|
3977
|
-
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
4424
|
+
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
3978
4425
|
# (default to [])
|
|
3979
4426
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
|
3980
4427
|
# the previous \"List\" call. For important details about how pagination works,
|
|
@@ -3985,6 +4432,27 @@ module OCI
|
|
|
3985
4432
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
3986
4433
|
# Oracle about a particular request, please provide the request ID.
|
|
3987
4434
|
#
|
|
4435
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
4436
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
4437
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4438
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4439
|
+
#
|
|
4440
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
4441
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
4442
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
4443
|
+
#
|
|
4444
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
4445
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
4446
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
4447
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4448
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4449
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4450
|
+
#
|
|
4451
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
4452
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
4453
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4454
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
4455
|
+
#
|
|
3988
4456
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeHostInsightResourceUsageAggregation SummarizeHostInsightResourceUsageAggregation}
|
|
3989
4457
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_host_insight_resource_usage.rb.html) to see an example of how to use summarize_host_insight_resource_usage API.
|
|
3990
4458
|
def summarize_host_insight_resource_usage(compartment_id, resource_metric, opts = {})
|
|
@@ -4018,6 +4486,10 @@ module OCI
|
|
|
4018
4486
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
4019
4487
|
query_params[:page] = opts[:page] if opts[:page]
|
|
4020
4488
|
query_params[:percentile] = opts[:percentile] if opts[:percentile]
|
|
4489
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
4490
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
4491
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
4492
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
4021
4493
|
|
|
4022
4494
|
# Header Params
|
|
4023
4495
|
header_params = {}
|
|
@@ -4082,7 +4554,7 @@ module OCI
|
|
|
4082
4554
|
# Possible value is LINUX.
|
|
4083
4555
|
# (default to [])
|
|
4084
4556
|
# Allowed values are: LINUX
|
|
4085
|
-
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
4557
|
+
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4086
4558
|
# (default to [])
|
|
4087
4559
|
# @option opts [String] :page For list pagination. The value of the `opc-next-page` response header from
|
|
4088
4560
|
# the previous \"List\" call. For important details about how pagination works,
|
|
@@ -4096,6 +4568,27 @@ module OCI
|
|
|
4096
4568
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
4097
4569
|
# Oracle about a particular request, please provide the request ID.
|
|
4098
4570
|
#
|
|
4571
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
4572
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
4573
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4574
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4575
|
+
#
|
|
4576
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
4577
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
4578
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
4579
|
+
#
|
|
4580
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
4581
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
4582
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
4583
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4584
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4585
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4586
|
+
#
|
|
4587
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
4588
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
4589
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4590
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
4591
|
+
#
|
|
4099
4592
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeHostInsightResourceUsageTrendAggregationCollection SummarizeHostInsightResourceUsageTrendAggregationCollection}
|
|
4100
4593
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_host_insight_resource_usage_trend.rb.html) to see an example of how to use summarize_host_insight_resource_usage_trend API.
|
|
4101
4594
|
def summarize_host_insight_resource_usage_trend(compartment_id, resource_metric, opts = {})
|
|
@@ -4138,6 +4631,10 @@ module OCI
|
|
|
4138
4631
|
query_params[:page] = opts[:page] if opts[:page]
|
|
4139
4632
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
4140
4633
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
4634
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
4635
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
4636
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
4637
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
4141
4638
|
|
|
4142
4639
|
# Header Params
|
|
4143
4640
|
header_params = {}
|
|
@@ -4200,7 +4697,7 @@ module OCI
|
|
|
4200
4697
|
# Possible value is LINUX.
|
|
4201
4698
|
# (default to [])
|
|
4202
4699
|
# Allowed values are: LINUX
|
|
4203
|
-
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
4700
|
+
# @option opts [Array<String>] :id Optional list of host insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4204
4701
|
# (default to [])
|
|
4205
4702
|
# @option opts [Integer] :forecast_days Number of days used for utilization forecast analysis.
|
|
4206
4703
|
# (default to 30)
|
|
@@ -4211,6 +4708,27 @@ module OCI
|
|
|
4211
4708
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
4212
4709
|
# Oracle about a particular request, please provide the request ID.
|
|
4213
4710
|
#
|
|
4711
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
4712
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
4713
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4714
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4715
|
+
#
|
|
4716
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
4717
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
4718
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
4719
|
+
#
|
|
4720
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
4721
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
4722
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
4723
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4724
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4725
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4726
|
+
#
|
|
4727
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
4728
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
4729
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4730
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
4731
|
+
#
|
|
4214
4732
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeHostInsightResourceUtilizationInsightAggregation SummarizeHostInsightResourceUtilizationInsightAggregation}
|
|
4215
4733
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_host_insight_resource_utilization_insight.rb.html) to see an example of how to use summarize_host_insight_resource_utilization_insight API.
|
|
4216
4734
|
def summarize_host_insight_resource_utilization_insight(compartment_id, resource_metric, opts = {})
|
|
@@ -4244,6 +4762,10 @@ module OCI
|
|
|
4244
4762
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
4245
4763
|
query_params[:forecastDays] = opts[:forecast_days] if opts[:forecast_days]
|
|
4246
4764
|
query_params[:page] = opts[:page] if opts[:page]
|
|
4765
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
4766
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
4767
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
4768
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
4247
4769
|
|
|
4248
4770
|
# Header Params
|
|
4249
4771
|
header_params = {}
|
|
@@ -4289,7 +4811,9 @@ module OCI
|
|
|
4289
4811
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
4290
4812
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
4291
4813
|
# (default to [])
|
|
4292
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
4814
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
4815
|
+
# (default to [])
|
|
4816
|
+
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
4293
4817
|
# (default to [])
|
|
4294
4818
|
# @option opts [Float] :database_time_pct_greater_than Filter sqls by percentage of db time.
|
|
4295
4819
|
# (default to 1)
|
|
@@ -4316,6 +4840,27 @@ module OCI
|
|
|
4316
4840
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
4317
4841
|
# Oracle about a particular request, please provide the request ID.
|
|
4318
4842
|
#
|
|
4843
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
4844
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
4845
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4846
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4847
|
+
#
|
|
4848
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
4849
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
4850
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
4851
|
+
#
|
|
4852
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
4853
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
4854
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
4855
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4856
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
4857
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
4858
|
+
#
|
|
4859
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
4860
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
4861
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
4862
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
4863
|
+
#
|
|
4319
4864
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlInsightAggregationCollection SqlInsightAggregationCollection}
|
|
4320
4865
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_sql_insights.rb.html) to see an example of how to use summarize_sql_insights API.
|
|
4321
4866
|
def summarize_sql_insights(compartment_id, opts = {})
|
|
@@ -4343,11 +4888,16 @@ module OCI
|
|
|
4343
4888
|
query_params[:databaseType] = OCI::ApiClient.build_collection_params(opts[:database_type], :multi) if opts[:database_type] && !opts[:database_type].empty?
|
|
4344
4889
|
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
|
4345
4890
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
4891
|
+
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
4346
4892
|
query_params[:databaseTimePctGreaterThan] = opts[:database_time_pct_greater_than] if opts[:database_time_pct_greater_than]
|
|
4347
4893
|
query_params[:analysisTimeInterval] = opts[:analysis_time_interval] if opts[:analysis_time_interval]
|
|
4348
4894
|
query_params[:timeIntervalStart] = opts[:time_interval_start] if opts[:time_interval_start]
|
|
4349
4895
|
query_params[:timeIntervalEnd] = opts[:time_interval_end] if opts[:time_interval_end]
|
|
4350
4896
|
query_params[:page] = opts[:page] if opts[:page]
|
|
4897
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
4898
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
4899
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
4900
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
4351
4901
|
|
|
4352
4902
|
# Header Params
|
|
4353
4903
|
header_params = {}
|
|
@@ -4579,7 +5129,9 @@ module OCI
|
|
|
4579
5129
|
# Allowed values are: ADW-S, ATP-S, ADW-D, ATP-D, EXTERNAL-PDB, EXTERNAL-NONCDB
|
|
4580
5130
|
# @option opts [Array<String>] :database_id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated DBaaS entity.
|
|
4581
5131
|
# (default to [])
|
|
4582
|
-
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)
|
|
5132
|
+
# @option opts [Array<String>] :id Optional list of database insight resource [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
|
5133
|
+
# (default to [])
|
|
5134
|
+
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
4583
5135
|
# (default to [])
|
|
4584
5136
|
# @option opts [Float] :database_time_pct_greater_than Filter sqls by percentage of db time.
|
|
4585
5137
|
# (default to 1)
|
|
@@ -4624,6 +5176,27 @@ module OCI
|
|
|
4624
5176
|
# @option opts [Array<String>] :category Filter sqls by one or more performance categories.
|
|
4625
5177
|
# (default to [])
|
|
4626
5178
|
# Allowed values are: DEGRADING, VARIANT, INEFFICIENT, CHANGING_PLANS, IMPROVING, DEGRADING_VARIANT, DEGRADING_INEFFICIENT, DEGRADING_CHANGING_PLANS, DEGRADING_INCREASING_IO, DEGRADING_INCREASING_CPU, DEGRADING_INCREASING_INEFFICIENT_WAIT, DEGRADING_CHANGING_PLANS_AND_INCREASING_IO, DEGRADING_CHANGING_PLANS_AND_INCREASING_CPU, DEGRADING_CHANGING_PLANS_AND_INCREASING_INEFFICIENT_WAIT, VARIANT_INEFFICIENT, VARIANT_CHANGING_PLANS, VARIANT_INCREASING_IO, VARIANT_INCREASING_CPU, VARIANT_INCREASING_INEFFICIENT_WAIT, VARIANT_CHANGING_PLANS_AND_INCREASING_IO, VARIANT_CHANGING_PLANS_AND_INCREASING_CPU, VARIANT_CHANGING_PLANS_AND_INCREASING_INEFFICIENT_WAIT, INEFFICIENT_CHANGING_PLANS, INEFFICIENT_INCREASING_INEFFICIENT_WAIT, INEFFICIENT_CHANGING_PLANS_AND_INCREASING_INEFFICIENT_WAIT
|
|
5179
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
5180
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
5181
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
5182
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
5183
|
+
#
|
|
5184
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
5185
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
5186
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
5187
|
+
#
|
|
5188
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
5189
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
5190
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
5191
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
5192
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
5193
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
5194
|
+
#
|
|
5195
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
5196
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
5197
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
5198
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
5199
|
+
#
|
|
4627
5200
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlStatisticAggregationCollection SqlStatisticAggregationCollection}
|
|
4628
5201
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_sql_statistics.rb.html) to see an example of how to use summarize_sql_statistics API.
|
|
4629
5202
|
def summarize_sql_statistics(compartment_id, opts = {})
|
|
@@ -4669,6 +5242,7 @@ module OCI
|
|
|
4669
5242
|
query_params[:databaseType] = OCI::ApiClient.build_collection_params(opts[:database_type], :multi) if opts[:database_type] && !opts[:database_type].empty?
|
|
4670
5243
|
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
|
4671
5244
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
5245
|
+
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
4672
5246
|
query_params[:databaseTimePctGreaterThan] = opts[:database_time_pct_greater_than] if opts[:database_time_pct_greater_than]
|
|
4673
5247
|
query_params[:sqlIdentifier] = OCI::ApiClient.build_collection_params(opts[:sql_identifier], :multi) if opts[:sql_identifier] && !opts[:sql_identifier].empty?
|
|
4674
5248
|
query_params[:analysisTimeInterval] = opts[:analysis_time_interval] if opts[:analysis_time_interval]
|
|
@@ -4679,6 +5253,10 @@ module OCI
|
|
|
4679
5253
|
query_params[:sortOrder] = opts[:sort_order] if opts[:sort_order]
|
|
4680
5254
|
query_params[:sortBy] = opts[:sort_by] if opts[:sort_by]
|
|
4681
5255
|
query_params[:category] = OCI::ApiClient.build_collection_params(opts[:category], :multi) if opts[:category] && !opts[:category].empty?
|
|
5256
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
5257
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
5258
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
5259
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
4682
5260
|
|
|
4683
5261
|
# Header Params
|
|
4684
5262
|
header_params = {}
|
|
@@ -4726,6 +5304,8 @@ module OCI
|
|
|
4726
5304
|
# (default to [])
|
|
4727
5305
|
# @option opts [Array<String>] :id Optional list of database [OCIDs](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the database insight resource.
|
|
4728
5306
|
# (default to [])
|
|
5307
|
+
# @option opts [Array<String>] :host_name Filter by one or more hostname.
|
|
5308
|
+
# (default to [])
|
|
4729
5309
|
# @option opts [String] :analysis_time_interval Specify time period in ISO 8601 format with respect to current time.
|
|
4730
5310
|
# Default is last 30 days represented by P30D.
|
|
4731
5311
|
# If timeInterval is specified, then timeIntervalStart and timeIntervalEnd will be ignored.
|
|
@@ -4749,6 +5329,27 @@ module OCI
|
|
|
4749
5329
|
# @option opts [String] :opc_request_id Unique Oracle-assigned identifier for the request. If you need to contact
|
|
4750
5330
|
# Oracle about a particular request, please provide the request ID.
|
|
4751
5331
|
#
|
|
5332
|
+
# @option opts [Array<String>] :defined_tag_equals A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
5333
|
+
# Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
5334
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
5335
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
5336
|
+
#
|
|
5337
|
+
# @option opts [Array<String>] :freeform_tag_equals A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
5338
|
+
# The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
5339
|
+
# Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
5340
|
+
#
|
|
5341
|
+
# @option opts [Array<String>] :defined_tag_exists A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
5342
|
+
# Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
5343
|
+
# or \"{namespace}.true\". All inputs are case-insensitive.
|
|
5344
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
5345
|
+
# Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
5346
|
+
# Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
5347
|
+
#
|
|
5348
|
+
# @option opts [Array<String>] :freeform_tag_exists A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
5349
|
+
# The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
5350
|
+
# Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
5351
|
+
# Multiple values for different tag names are interpreted as \"AND\".
|
|
5352
|
+
#
|
|
4752
5353
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlStatisticsTimeSeriesAggregationCollection SqlStatisticsTimeSeriesAggregationCollection}
|
|
4753
5354
|
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_sql_statistics_time_series.rb.html) to see an example of how to use summarize_sql_statistics_time_series API.
|
|
4754
5355
|
def summarize_sql_statistics_time_series(compartment_id, sql_identifier, opts = {})
|
|
@@ -4767,10 +5368,15 @@ module OCI
|
|
|
4767
5368
|
query_params[:sqlIdentifier] = sql_identifier
|
|
4768
5369
|
query_params[:databaseId] = OCI::ApiClient.build_collection_params(opts[:database_id], :multi) if opts[:database_id] && !opts[:database_id].empty?
|
|
4769
5370
|
query_params[:id] = OCI::ApiClient.build_collection_params(opts[:id], :multi) if opts[:id] && !opts[:id].empty?
|
|
5371
|
+
query_params[:hostName] = OCI::ApiClient.build_collection_params(opts[:host_name], :multi) if opts[:host_name] && !opts[:host_name].empty?
|
|
4770
5372
|
query_params[:analysisTimeInterval] = opts[:analysis_time_interval] if opts[:analysis_time_interval]
|
|
4771
5373
|
query_params[:timeIntervalStart] = opts[:time_interval_start] if opts[:time_interval_start]
|
|
4772
5374
|
query_params[:timeIntervalEnd] = opts[:time_interval_end] if opts[:time_interval_end]
|
|
4773
5375
|
query_params[:page] = opts[:page] if opts[:page]
|
|
5376
|
+
query_params[:definedTagEquals] = OCI::ApiClient.build_collection_params(opts[:defined_tag_equals], :multi) if opts[:defined_tag_equals] && !opts[:defined_tag_equals].empty?
|
|
5377
|
+
query_params[:freeformTagEquals] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_equals], :multi) if opts[:freeform_tag_equals] && !opts[:freeform_tag_equals].empty?
|
|
5378
|
+
query_params[:definedTagExists] = OCI::ApiClient.build_collection_params(opts[:defined_tag_exists], :multi) if opts[:defined_tag_exists] && !opts[:defined_tag_exists].empty?
|
|
5379
|
+
query_params[:freeformTagExists] = OCI::ApiClient.build_collection_params(opts[:freeform_tag_exists], :multi) if opts[:freeform_tag_exists] && !opts[:freeform_tag_exists].empty?
|
|
4774
5380
|
|
|
4775
5381
|
# Header Params
|
|
4776
5382
|
header_params = {}
|