oci 2.11.0 → 2.12.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 +1 -0
- data/lib/oci.rb +1 -0
- data/lib/oci/analytics/analytics_client.rb +15 -0
- data/lib/oci/announcements_service/announcement_client.rb +4 -0
- data/lib/oci/apigateway/api_gateway_client.rb +15 -0
- data/lib/oci/apigateway/deployment_client.rb +6 -0
- data/lib/oci/apigateway/gateway_client.rb +6 -0
- data/lib/oci/apigateway/work_requests_client.rb +5 -0
- data/lib/oci/application_migration/application_migration_client.rb +19 -0
- data/lib/oci/audit/audit_client.rb +4 -1
- data/lib/oci/audit/models/audit_event.rb +8 -7
- data/lib/oci/audit/models/data.rb +0 -107
- data/lib/oci/audit/models/identity.rb +0 -17
- data/lib/oci/audit/models/request.rb +0 -46
- data/lib/oci/audit/models/response.rb +0 -34
- data/lib/oci/audit/models/state_change.rb +0 -9
- data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
- data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
- data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
- data/lib/oci/bds/bds_client.rb +16 -0
- data/lib/oci/blockchain/blockchain.rb +1 -0
- data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
- data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
- data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
- data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
- data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
- data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
- data/lib/oci/blockchain/models/work_request.rb +1 -0
- data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
- data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
- data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
- data/lib/oci/budget/budget_client.rb +10 -0
- data/lib/oci/cims/incident_client.rb +7 -0
- data/lib/oci/cims/user_client.rb +1 -0
- data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
- data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
- data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
- data/lib/oci/container_engine/container_engine_client.rb +18 -0
- data/lib/oci/core/blockstorage_client.rb +53 -0
- data/lib/oci/core/compute_client.rb +71 -0
- data/lib/oci/core/compute_management_client.rb +28 -0
- data/lib/oci/core/virtual_network_client.rb +194 -0
- data/lib/oci/data_catalog/data_catalog.rb +5 -0
- data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
- data/lib/oci/data_catalog/models/attribute.rb +45 -4
- data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
- data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
- data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
- data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
- data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
- data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
- data/lib/oci/data_catalog/models/rule_type.rb +12 -0
- data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
- data/lib/oci/data_flow/data_flow_client.rb +24 -0
- data/lib/oci/data_integration/data_integration_client.rb +92 -0
- data/lib/oci/data_safe/data_safe.rb +8 -0
- data/lib/oci/data_safe/data_safe_client.rb +606 -13
- data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
- data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
- data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
- data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
- data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
- data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
- data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
- data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
- data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
- data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
- data/lib/oci/data_safe/models/service_list.rb +1 -0
- data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
- data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
- data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
- data/lib/oci/data_safe/models/work_request.rb +11 -6
- data/lib/oci/data_safe/models/work_request_error.rb +3 -4
- data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
- data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
- data/lib/oci/data_science/data_science_client.rb +34 -0
- data/lib/oci/database/database.rb +4 -8
- data/lib/oci/database/database_client.rb +523 -766
- data/lib/oci/database/database_client_composite_operations.rb +1299 -330
- data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
- data/lib/oci/database/models/autonomous_container_database.rb +3 -3
- data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
- data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
- data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
- data/lib/oci/database/models/autonomous_database.rb +35 -3
- data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
- data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
- data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
- data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
- data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
- data/lib/oci/database/models/backup.rb +19 -5
- data/lib/oci/database/models/backup_summary.rb +19 -5
- data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
- data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
- data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
- data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
- data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
- data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
- data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/create_database_base.rb +33 -4
- data/lib/oci/database/models/create_database_from_backup.rb +9 -1
- data/lib/oci/database/models/create_db_home_base.rb +30 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
- data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
- data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/create_new_database_details.rb +9 -1
- data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
- data/lib/oci/database/models/database.rb +16 -2
- data/lib/oci/database/models/database_summary.rb +16 -2
- data/lib/oci/database/models/db_home.rb +16 -2
- data/lib/oci/database/models/db_home_summary.rb +16 -2
- data/lib/oci/database/models/db_system.rb +16 -2
- data/lib/oci/database/models/db_system_summary.rb +16 -2
- data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
- data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
- data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
- data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
- data/lib/oci/database/models/flex_component_collection.rb +150 -0
- data/lib/oci/database/models/flex_component_summary.rb +197 -0
- data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
- data/lib/oci/database/models/launch_db_system_base.rb +30 -1
- data/lib/oci/database/models/launch_db_system_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
- data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
- data/lib/oci/database/models/maintenance_run.rb +2 -1
- data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
- data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
- data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
- data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
- data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
- data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
- data/lib/oci/database/models/update_database_details.rb +1 -1
- data/lib/oci/database/models/update_details.rb +1 -1
- data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
- data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
- data/lib/oci/database/models/update_summary.rb +1 -1
- data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
- data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster.rb +2 -1
- data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
- data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
- data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
- data/lib/oci/database/models/vm_network_details.rb +2 -1
- data/lib/oci/dns/dns_client.rb +49 -0
- data/lib/oci/dts/appliance_export_job_client.rb +6 -0
- data/lib/oci/dts/shipping_vendors_client.rb +1 -0
- data/lib/oci/dts/transfer_appliance_client.rb +8 -0
- data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
- data/lib/oci/dts/transfer_device_client.rb +5 -0
- data/lib/oci/dts/transfer_job_client.rb +6 -0
- data/lib/oci/dts/transfer_package_client.rb +7 -0
- data/lib/oci/email/email_client.rb +10 -0
- data/lib/oci/events/events_client.rb +6 -0
- data/lib/oci/file_storage/file_storage_client.rb +25 -0
- data/lib/oci/functions/functions_invoke_client.rb +1 -0
- data/lib/oci/functions/functions_management_client.rb +11 -0
- data/lib/oci/healthchecks/health_checks_client.rb +17 -0
- data/lib/oci/identity/identity_client.rb +120 -0
- data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
- data/lib/oci/integration/integration.rb +3 -0
- data/lib/oci/integration/integration_instance_client.rb +12 -0
- data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
- data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
- data/lib/oci/integration/models/integration_instance.rb +43 -1
- data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
- data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
- data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
- data/lib/oci/key_management/kms_crypto_client.rb +4 -0
- data/lib/oci/key_management/kms_management_client.rb +31 -0
- data/lib/oci/key_management/kms_vault_client.rb +11 -0
- data/lib/oci/limits/limits_client.rb +4 -0
- data/lib/oci/limits/quotas_client.rb +5 -0
- data/lib/oci/load_balancer/load_balancer.rb +1 -0
- data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
- data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
- data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
- data/lib/oci/load_balancer/models/shape_details.rb +180 -0
- data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
- data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
- data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
- data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
- data/lib/oci/logging/logging_management_client.rb +32 -0
- data/lib/oci/loggingingestion/logging_client.rb +1 -0
- data/lib/oci/loggingsearch/log_search_client.rb +1 -0
- data/lib/oci/management_agent/management_agent.rb +2 -0
- data/lib/oci/management_agent/management_agent_client.rb +101 -0
- data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
- data/lib/oci/management_agent/models/availability_status.rb +12 -0
- data/lib/oci/management_agent/models/management_agent.rb +35 -1
- data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
- data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
- data/lib/oci/marketplace/marketplace_client.rb +16 -0
- data/lib/oci/monitoring/monitoring_client.rb +12 -0
- data/lib/oci/mysql/channels_client.rb +625 -0
- data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
- data/lib/oci/mysql/db_backups_client.rb +11 -0
- data/lib/oci/mysql/db_system_client.rb +17 -0
- data/lib/oci/mysql/models/backup.rb +16 -3
- data/lib/oci/mysql/models/backup_summary.rb +17 -3
- data/lib/oci/mysql/models/ca_certificate.rb +189 -0
- data/lib/oci/mysql/models/channel.rb +340 -0
- data/lib/oci/mysql/models/channel_source.rb +189 -0
- data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
- data/lib/oci/mysql/models/channel_summary.rb +304 -0
- data/lib/oci/mysql/models/channel_target.rb +189 -0
- data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
- data/lib/oci/mysql/models/configuration.rb +2 -2
- data/lib/oci/mysql/models/configuration_summary.rb +2 -2
- data/lib/oci/mysql/models/configuration_variables.rb +30 -15
- data/lib/oci/mysql/models/create_backup_details.rb +2 -2
- data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/create_channel_details.rb +248 -0
- data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
- data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
- data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
- data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
- data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
- data/lib/oci/mysql/models/db_system.rb +15 -3
- data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
- data/lib/oci/mysql/models/db_system_source.rb +1 -0
- data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
- data/lib/oci/mysql/models/db_system_summary.rb +2 -2
- data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
- data/lib/oci/mysql/models/update_backup_details.rb +2 -2
- data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
- data/lib/oci/mysql/models/update_channel_details.rb +234 -0
- data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
- data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
- data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
- data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
- data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
- data/lib/oci/mysql/mysql.rb +23 -0
- data/lib/oci/mysql/mysqlaas_client.rb +7 -0
- data/lib/oci/mysql/work_requests_client.rb +4 -0
- data/lib/oci/nosql/nosql_client.rb +22 -0
- data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
- data/lib/oci/object_storage/object_storage_client.rb +55 -6
- data/lib/oci/oce/oce_instance_client.rb +10 -0
- data/lib/oci/ocvp/esxi_host_client.rb +5 -0
- data/lib/oci/ocvp/sddc_client.rb +7 -0
- data/lib/oci/ocvp/work_request_client.rb +4 -0
- data/lib/oci/oda/oda_client.rb +12 -0
- data/lib/oci/ons/notification_control_plane_client.rb +6 -0
- data/lib/oci/ons/notification_data_plane_client.rb +10 -0
- data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
- data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
- data/lib/oci/opsi/operations_insights_client.rb +22 -3
- data/lib/oci/optimizer/optimizer_client.rb +22 -0
- data/lib/oci/os_management/os_management_client.rb +53 -0
- data/lib/oci/regions.rb +3 -0
- data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
- data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
- data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
- data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
- data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
- data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
- data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
- data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
- data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
- data/lib/oci/resource_manager/resource_manager.rb +4 -0
- data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
- data/lib/oci/resource_search/resource_search_client.rb +3 -0
- data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
- data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
- data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
- data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
- data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
- data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
- data/lib/oci/rover/models/enclosure_type.rb +11 -0
- data/lib/oci/rover/models/lifecycle_state.rb +15 -0
- data/lib/oci/rover/models/node_type.rb +11 -0
- data/lib/oci/rover/models/rover_cluster.rb +610 -0
- data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
- data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
- data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
- data/lib/oci/rover/models/rover_entitlement.rb +363 -0
- data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
- data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
- data/lib/oci/rover/models/rover_node.rb +661 -0
- data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
- data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
- data/lib/oci/rover/models/rover_node_collection.rb +150 -0
- data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
- data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
- data/lib/oci/rover/models/rover_node_summary.rb +323 -0
- data/lib/oci/rover/models/rover_workload.rb +264 -0
- data/lib/oci/rover/models/shipping_address.rb +276 -0
- data/lib/oci/rover/models/sort_orders.rb +11 -0
- data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
- data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
- data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
- data/lib/oci/rover/rover.rb +54 -0
- data/lib/oci/rover/rover_cluster_client.rb +549 -0
- data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_entitlement_client.rb +514 -0
- data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
- data/lib/oci/rover/rover_node_client.rb +738 -0
- data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
- data/lib/oci/rover/util.rb +3 -0
- data/lib/oci/sch/service_connector_client.rb +12 -0
- data/lib/oci/secrets/secrets_client.rb +2 -0
- data/lib/oci/streaming/stream_admin_client.rb +18 -0
- data/lib/oci/streaming/stream_client.rb +8 -0
- data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
- data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
- data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
- data/lib/oci/usage_api/usageapi_client.rb +2 -0
- data/lib/oci/vault/vaults_client.rb +11 -0
- data/lib/oci/version.rb +1 -1
- data/lib/oci/waas/redirect_client.rb +6 -0
- data/lib/oci/waas/waas_client.rb +66 -0
- data/lib/oci/work_requests/work_request_client.rb +4 -0
- metadata +91 -10
|
@@ -119,6 +119,7 @@ module OCI
|
|
|
119
119
|
# request, please provide the request ID.
|
|
120
120
|
#
|
|
121
121
|
# @return [Response] A Response object with data of type nil
|
|
122
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/create_esxi_host.rb.html) to see an example of how to use create_esxi_host API.
|
|
122
123
|
def create_esxi_host(create_esxi_host_details, opts = {})
|
|
123
124
|
logger.debug 'Calling operation EsxiHostClient#create_esxi_host.' if logger
|
|
124
125
|
|
|
@@ -195,6 +196,7 @@ module OCI
|
|
|
195
196
|
# request, please provide the request ID.
|
|
196
197
|
#
|
|
197
198
|
# @return [Response] A Response object with data of type nil
|
|
199
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/delete_esxi_host.rb.html) to see an example of how to use delete_esxi_host API.
|
|
198
200
|
def delete_esxi_host(esxi_host_id, opts = {})
|
|
199
201
|
logger.debug 'Calling operation EsxiHostClient#delete_esxi_host.' if logger
|
|
200
202
|
|
|
@@ -251,6 +253,7 @@ module OCI
|
|
|
251
253
|
# request, please provide the request ID.
|
|
252
254
|
#
|
|
253
255
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::EsxiHost EsxiHost}
|
|
256
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/get_esxi_host.rb.html) to see an example of how to use get_esxi_host API.
|
|
254
257
|
def get_esxi_host(esxi_host_id, opts = {})
|
|
255
258
|
logger.debug 'Calling operation EsxiHostClient#get_esxi_host.' if logger
|
|
256
259
|
|
|
@@ -341,6 +344,7 @@ module OCI
|
|
|
341
344
|
#
|
|
342
345
|
# @option opts [String] :lifecycle_state The lifecycle state of the resource.
|
|
343
346
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::EsxiHostCollection EsxiHostCollection}
|
|
347
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/list_esxi_hosts.rb.html) to see an example of how to use list_esxi_hosts API.
|
|
344
348
|
def list_esxi_hosts(opts = {})
|
|
345
349
|
logger.debug 'Calling operation EsxiHostClient#list_esxi_hosts.' if logger
|
|
346
350
|
|
|
@@ -422,6 +426,7 @@ module OCI
|
|
|
422
426
|
# request, please provide the request ID.
|
|
423
427
|
#
|
|
424
428
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::EsxiHost EsxiHost}
|
|
429
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/update_esxi_host.rb.html) to see an example of how to use update_esxi_host API.
|
|
425
430
|
def update_esxi_host(esxi_host_id, update_esxi_host_details, opts = {})
|
|
426
431
|
logger.debug 'Calling operation EsxiHostClient#update_esxi_host.' if logger
|
|
427
432
|
|
data/lib/oci/ocvp/sddc_client.rb
CHANGED
|
@@ -124,6 +124,7 @@ module OCI
|
|
|
124
124
|
# may be rejected).
|
|
125
125
|
#
|
|
126
126
|
# @return [Response] A Response object with data of type nil
|
|
127
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/change_sddc_compartment.rb.html) to see an example of how to use change_sddc_compartment API.
|
|
127
128
|
def change_sddc_compartment(sddc_id, change_sddc_compartment_details, opts = {})
|
|
128
129
|
logger.debug 'Calling operation SddcClient#change_sddc_compartment.' if logger
|
|
129
130
|
|
|
@@ -192,6 +193,7 @@ module OCI
|
|
|
192
193
|
# request, please provide the request ID.
|
|
193
194
|
#
|
|
194
195
|
# @return [Response] A Response object with data of type nil
|
|
196
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/create_sddc.rb.html) to see an example of how to use create_sddc API.
|
|
195
197
|
def create_sddc(create_sddc_details, opts = {})
|
|
196
198
|
logger.debug 'Calling operation SddcClient#create_sddc.' if logger
|
|
197
199
|
|
|
@@ -260,6 +262,7 @@ module OCI
|
|
|
260
262
|
# request, please provide the request ID.
|
|
261
263
|
#
|
|
262
264
|
# @return [Response] A Response object with data of type nil
|
|
265
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/delete_sddc.rb.html) to see an example of how to use delete_sddc API.
|
|
263
266
|
def delete_sddc(sddc_id, opts = {})
|
|
264
267
|
logger.debug 'Calling operation SddcClient#delete_sddc.' if logger
|
|
265
268
|
|
|
@@ -316,6 +319,7 @@ module OCI
|
|
|
316
319
|
# request, please provide the request ID.
|
|
317
320
|
#
|
|
318
321
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::Sddc Sddc}
|
|
322
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/get_sddc.rb.html) to see an example of how to use get_sddc API.
|
|
319
323
|
def get_sddc(sddc_id, opts = {})
|
|
320
324
|
logger.debug 'Calling operation SddcClient#get_sddc.' if logger
|
|
321
325
|
|
|
@@ -400,6 +404,7 @@ module OCI
|
|
|
400
404
|
#
|
|
401
405
|
# @option opts [String] :lifecycle_state The lifecycle state of the resource.
|
|
402
406
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::SddcCollection SddcCollection}
|
|
407
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/list_sddcs.rb.html) to see an example of how to use list_sddcs API.
|
|
403
408
|
def list_sddcs(compartment_id, opts = {})
|
|
404
409
|
logger.debug 'Calling operation SddcClient#list_sddcs.' if logger
|
|
405
410
|
|
|
@@ -484,6 +489,7 @@ module OCI
|
|
|
484
489
|
# request, please provide the request ID.
|
|
485
490
|
#
|
|
486
491
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::SupportedVmwareSoftwareVersionCollection SupportedVmwareSoftwareVersionCollection}
|
|
492
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/list_supported_vmware_software_versions.rb.html) to see an example of how to use list_supported_vmware_software_versions API.
|
|
487
493
|
def list_supported_vmware_software_versions(compartment_id, opts = {})
|
|
488
494
|
logger.debug 'Calling operation SddcClient#list_supported_vmware_software_versions.' if logger
|
|
489
495
|
|
|
@@ -555,6 +561,7 @@ module OCI
|
|
|
555
561
|
# request, please provide the request ID.
|
|
556
562
|
#
|
|
557
563
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::Sddc Sddc}
|
|
564
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/update_sddc.rb.html) to see an example of how to use update_sddc API.
|
|
558
565
|
def update_sddc(sddc_id, update_sddc_details, opts = {})
|
|
559
566
|
logger.debug 'Calling operation SddcClient#update_sddc.' if logger
|
|
560
567
|
|
|
@@ -107,6 +107,7 @@ module OCI
|
|
|
107
107
|
# request, please provide the request ID.
|
|
108
108
|
#
|
|
109
109
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::WorkRequest WorkRequest}
|
|
110
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
110
111
|
def get_work_request(work_request_id, opts = {})
|
|
111
112
|
logger.debug 'Calling operation WorkRequestClient#get_work_request.' if logger
|
|
112
113
|
|
|
@@ -171,6 +172,7 @@ module OCI
|
|
|
171
172
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
172
173
|
# (default to 10)
|
|
173
174
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
|
|
175
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
174
176
|
def list_work_request_errors(work_request_id, opts = {})
|
|
175
177
|
logger.debug 'Calling operation WorkRequestClient#list_work_request_errors.' if logger
|
|
176
178
|
|
|
@@ -237,6 +239,7 @@ module OCI
|
|
|
237
239
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
238
240
|
# (default to 10)
|
|
239
241
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::WorkRequestLogEntryCollection WorkRequestLogEntryCollection}
|
|
242
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
240
243
|
def list_work_request_logs(work_request_id, opts = {})
|
|
241
244
|
logger.debug 'Calling operation WorkRequestClient#list_work_request_logs.' if logger
|
|
242
245
|
|
|
@@ -305,6 +308,7 @@ module OCI
|
|
|
305
308
|
# [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
306
309
|
# (default to 10)
|
|
307
310
|
# @return [Response] A Response object with data of type {OCI::Ocvp::Models::WorkRequestCollection WorkRequestCollection}
|
|
311
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ocvp/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
308
312
|
def list_work_requests(compartment_id, opts = {})
|
|
309
313
|
logger.debug 'Calling operation WorkRequestClient#list_work_requests.' if logger
|
|
310
314
|
|
data/lib/oci/oda/oda_client.rb
CHANGED
|
@@ -122,6 +122,7 @@ module OCI
|
|
|
122
122
|
# then the service might reject a retry of the original creation request.
|
|
123
123
|
#
|
|
124
124
|
# @return [Response] A Response object with data of type nil
|
|
125
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/change_oda_instance_compartment.rb.html) to see an example of how to use change_oda_instance_compartment API.
|
|
125
126
|
def change_oda_instance_compartment(oda_instance_id, change_oda_instance_compartment_details, opts = {})
|
|
126
127
|
logger.debug 'Calling operation OdaClient#change_oda_instance_compartment.' if logger
|
|
127
128
|
|
|
@@ -189,6 +190,7 @@ module OCI
|
|
|
189
190
|
# then the service might reject a retry of the original creation request.
|
|
190
191
|
#
|
|
191
192
|
# @return [Response] A Response object with data of type {OCI::Oda::Models::OdaInstance OdaInstance}
|
|
193
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/create_oda_instance.rb.html) to see an example of how to use create_oda_instance API.
|
|
192
194
|
def create_oda_instance(create_oda_instance_details, opts = {})
|
|
193
195
|
logger.debug 'Calling operation OdaClient#create_oda_instance.' if logger
|
|
194
196
|
|
|
@@ -251,6 +253,7 @@ module OCI
|
|
|
251
253
|
#
|
|
252
254
|
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
253
255
|
# @return [Response] A Response object with data of type nil
|
|
256
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/delete_oda_instance.rb.html) to see an example of how to use delete_oda_instance API.
|
|
254
257
|
def delete_oda_instance(oda_instance_id, opts = {})
|
|
255
258
|
logger.debug 'Calling operation OdaClient#delete_oda_instance.' if logger
|
|
256
259
|
|
|
@@ -304,6 +307,7 @@ module OCI
|
|
|
304
307
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
305
308
|
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
306
309
|
# @return [Response] A Response object with data of type {OCI::Oda::Models::OdaInstance OdaInstance}
|
|
310
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_oda_instance.rb.html) to see an example of how to use get_oda_instance API.
|
|
307
311
|
def get_oda_instance(oda_instance_id, opts = {})
|
|
308
312
|
logger.debug 'Calling operation OdaClient#get_oda_instance.' if logger
|
|
309
313
|
|
|
@@ -361,6 +365,7 @@ module OCI
|
|
|
361
365
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
362
366
|
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
363
367
|
# @return [Response] A Response object with data of type {OCI::Oda::Models::WorkRequest WorkRequest}
|
|
368
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
364
369
|
def get_work_request(work_request_id, opts = {})
|
|
365
370
|
logger.debug 'Calling operation OdaClient#get_work_request.' if logger
|
|
366
371
|
|
|
@@ -441,6 +446,7 @@ module OCI
|
|
|
441
446
|
# Allowed values are: TIMECREATED, DISPLAYNAME
|
|
442
447
|
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
443
448
|
# @return [Response] A Response object with data of type Array<{OCI::Oda::Models::OdaInstanceSummary OdaInstanceSummary}>
|
|
449
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_oda_instances.rb.html) to see an example of how to use list_oda_instances API.
|
|
444
450
|
def list_oda_instances(compartment_id, opts = {})
|
|
445
451
|
logger.debug 'Calling operation OdaClient#list_oda_instances.' if logger
|
|
446
452
|
|
|
@@ -532,6 +538,7 @@ module OCI
|
|
|
532
538
|
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
533
539
|
# Allowed values are: ASC, DESC
|
|
534
540
|
# @return [Response] A Response object with data of type Array<{OCI::Oda::Models::WorkRequestError WorkRequestError}>
|
|
541
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
535
542
|
def list_work_request_errors(work_request_id, opts = {})
|
|
536
543
|
logger.debug 'Calling operation OdaClient#list_work_request_errors.' if logger
|
|
537
544
|
|
|
@@ -617,6 +624,7 @@ module OCI
|
|
|
617
624
|
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
618
625
|
# Allowed values are: ASC, DESC
|
|
619
626
|
# @return [Response] A Response object with data of type Array<{OCI::Oda::Models::WorkRequestLogEntry WorkRequestLogEntry}>
|
|
627
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
620
628
|
def list_work_request_logs(work_request_id, opts = {})
|
|
621
629
|
logger.debug 'Calling operation OdaClient#list_work_request_logs.' if logger
|
|
622
630
|
|
|
@@ -703,6 +711,7 @@ module OCI
|
|
|
703
711
|
# @option opts [String] :sort_order Sort the results in this order, use either `ASC` (ascending) or `DESC` (descending).
|
|
704
712
|
# Allowed values are: ASC, DESC
|
|
705
713
|
# @return [Response] A Response object with data of type Array<{OCI::Oda::Models::WorkRequestSummary WorkRequestSummary}>
|
|
714
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
706
715
|
def list_work_requests(compartment_id, opts = {})
|
|
707
716
|
logger.debug 'Calling operation OdaClient#list_work_requests.' if logger
|
|
708
717
|
|
|
@@ -785,6 +794,7 @@ module OCI
|
|
|
785
794
|
# then the service might reject a retry of the original creation request.
|
|
786
795
|
#
|
|
787
796
|
# @return [Response] A Response object with data of type nil
|
|
797
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/start_oda_instance.rb.html) to see an example of how to use start_oda_instance API.
|
|
788
798
|
def start_oda_instance(oda_instance_id, opts = {})
|
|
789
799
|
logger.debug 'Calling operation OdaClient#start_oda_instance.' if logger
|
|
790
800
|
|
|
@@ -857,6 +867,7 @@ module OCI
|
|
|
857
867
|
# then the service might reject a retry of the original creation request.
|
|
858
868
|
#
|
|
859
869
|
# @return [Response] A Response object with data of type nil
|
|
870
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/stop_oda_instance.rb.html) to see an example of how to use stop_oda_instance API.
|
|
860
871
|
def stop_oda_instance(oda_instance_id, opts = {})
|
|
861
872
|
logger.debug 'Calling operation OdaClient#stop_oda_instance.' if logger
|
|
862
873
|
|
|
@@ -920,6 +931,7 @@ module OCI
|
|
|
920
931
|
#
|
|
921
932
|
# @option opts [String] :opc_request_id The client request ID for tracing. This value is included in the opc-request-id response header.
|
|
922
933
|
# @return [Response] A Response object with data of type {OCI::Oda::Models::OdaInstance OdaInstance}
|
|
934
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/oda/update_oda_instance.rb.html) to see an example of how to use update_oda_instance API.
|
|
923
935
|
def update_oda_instance(oda_instance_id, update_oda_instance_details, opts = {})
|
|
924
936
|
logger.debug 'Calling operation OdaClient#update_oda_instance.' if logger
|
|
925
937
|
|
|
@@ -125,6 +125,7 @@ module OCI
|
|
|
125
125
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
126
126
|
#
|
|
127
127
|
# @return [Response] A Response object with data of type nil
|
|
128
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/change_topic_compartment.rb.html) to see an example of how to use change_topic_compartment API.
|
|
128
129
|
def change_topic_compartment(topic_id, change_topic_compartment_details, opts = {})
|
|
129
130
|
logger.debug 'Calling operation NotificationControlPlaneClient#change_topic_compartment.' if logger
|
|
130
131
|
|
|
@@ -203,6 +204,7 @@ module OCI
|
|
|
203
204
|
# particular request, please provide the request ID.
|
|
204
205
|
#
|
|
205
206
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::NotificationTopic NotificationTopic}
|
|
207
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/create_topic.rb.html) to see an example of how to use create_topic API.
|
|
206
208
|
def create_topic(create_topic_details, opts = {})
|
|
207
209
|
logger.debug 'Calling operation NotificationControlPlaneClient#create_topic.' if logger
|
|
208
210
|
|
|
@@ -267,6 +269,7 @@ module OCI
|
|
|
267
269
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
268
270
|
#
|
|
269
271
|
# @return [Response] A Response object with data of type nil
|
|
272
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/delete_topic.rb.html) to see an example of how to use delete_topic API.
|
|
270
273
|
def delete_topic(topic_id, opts = {})
|
|
271
274
|
logger.debug 'Calling operation NotificationControlPlaneClient#delete_topic.' if logger
|
|
272
275
|
|
|
@@ -326,6 +329,7 @@ module OCI
|
|
|
326
329
|
# particular request, please provide the request ID.
|
|
327
330
|
#
|
|
328
331
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::NotificationTopic NotificationTopic}
|
|
332
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/get_topic.rb.html) to see an example of how to use get_topic API.
|
|
329
333
|
def get_topic(topic_id, opts = {})
|
|
330
334
|
logger.debug 'Calling operation NotificationControlPlaneClient#get_topic.' if logger
|
|
331
335
|
|
|
@@ -403,6 +407,7 @@ module OCI
|
|
|
403
407
|
# particular request, please provide the request ID.
|
|
404
408
|
#
|
|
405
409
|
# @return [Response] A Response object with data of type Array<{OCI::Ons::Models::NotificationTopicSummary NotificationTopicSummary}>
|
|
410
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/list_topics.rb.html) to see an example of how to use list_topics API.
|
|
406
411
|
def list_topics(compartment_id, opts = {})
|
|
407
412
|
logger.debug 'Calling operation NotificationControlPlaneClient#list_topics.' if logger
|
|
408
413
|
|
|
@@ -486,6 +491,7 @@ module OCI
|
|
|
486
491
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
487
492
|
#
|
|
488
493
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::NotificationTopic NotificationTopic}
|
|
494
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/update_topic.rb.html) to see an example of how to use update_topic API.
|
|
489
495
|
def update_topic(topic_id, topic_attributes_details, opts = {})
|
|
490
496
|
logger.debug 'Calling operation NotificationControlPlaneClient#update_topic.' if logger
|
|
491
497
|
|
|
@@ -125,6 +125,7 @@ module OCI
|
|
|
125
125
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
126
126
|
#
|
|
127
127
|
# @return [Response] A Response object with data of type nil
|
|
128
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/change_subscription_compartment.rb.html) to see an example of how to use change_subscription_compartment API.
|
|
128
129
|
def change_subscription_compartment(subscription_id, change_subscription_compartment_details, opts = {})
|
|
129
130
|
logger.debug 'Calling operation NotificationDataPlaneClient#change_subscription_compartment.' if logger
|
|
130
131
|
|
|
@@ -194,6 +195,7 @@ module OCI
|
|
|
194
195
|
# particular request, please provide the request ID.
|
|
195
196
|
#
|
|
196
197
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::Subscription Subscription}
|
|
198
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/create_subscription.rb.html) to see an example of how to use create_subscription API.
|
|
197
199
|
def create_subscription(create_subscription_details, opts = {})
|
|
198
200
|
logger.debug 'Calling operation NotificationDataPlaneClient#create_subscription.' if logger
|
|
199
201
|
|
|
@@ -258,6 +260,7 @@ module OCI
|
|
|
258
260
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
259
261
|
#
|
|
260
262
|
# @return [Response] A Response object with data of type nil
|
|
263
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/delete_subscription.rb.html) to see an example of how to use delete_subscription API.
|
|
261
264
|
def delete_subscription(subscription_id, opts = {})
|
|
262
265
|
logger.debug 'Calling operation NotificationDataPlaneClient#delete_subscription.' if logger
|
|
263
266
|
|
|
@@ -331,6 +334,7 @@ module OCI
|
|
|
331
334
|
# particular request, please provide the request ID.
|
|
332
335
|
#
|
|
333
336
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::ConfirmationResult ConfirmationResult}
|
|
337
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/get_confirm_subscription.rb.html) to see an example of how to use get_confirm_subscription API.
|
|
334
338
|
def get_confirm_subscription(id, token, protocol, opts = {})
|
|
335
339
|
logger.debug 'Calling operation NotificationDataPlaneClient#get_confirm_subscription.' if logger
|
|
336
340
|
|
|
@@ -394,6 +398,7 @@ module OCI
|
|
|
394
398
|
# particular request, please provide the request ID.
|
|
395
399
|
#
|
|
396
400
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::Subscription Subscription}
|
|
401
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/get_subscription.rb.html) to see an example of how to use get_subscription API.
|
|
397
402
|
def get_subscription(subscription_id, opts = {})
|
|
398
403
|
logger.debug 'Calling operation NotificationDataPlaneClient#get_subscription.' if logger
|
|
399
404
|
|
|
@@ -467,6 +472,7 @@ module OCI
|
|
|
467
472
|
# particular request, please provide the request ID.
|
|
468
473
|
#
|
|
469
474
|
# @return [Response] A Response object with data of type String
|
|
475
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/get_unsubscription.rb.html) to see an example of how to use get_unsubscription API.
|
|
470
476
|
def get_unsubscription(id, token, protocol, opts = {})
|
|
471
477
|
logger.debug 'Calling operation NotificationDataPlaneClient#get_unsubscription.' if logger
|
|
472
478
|
|
|
@@ -538,6 +544,7 @@ module OCI
|
|
|
538
544
|
# particular request, please provide the request ID.
|
|
539
545
|
#
|
|
540
546
|
# @return [Response] A Response object with data of type Array<{OCI::Ons::Models::SubscriptionSummary SubscriptionSummary}>
|
|
547
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/list_subscriptions.rb.html) to see an example of how to use list_subscriptions API.
|
|
541
548
|
def list_subscriptions(compartment_id, opts = {})
|
|
542
549
|
logger.debug 'Calling operation NotificationDataPlaneClient#list_subscriptions.' if logger
|
|
543
550
|
|
|
@@ -618,6 +625,7 @@ module OCI
|
|
|
618
625
|
# (default to JSON)
|
|
619
626
|
# Allowed values are: JSON, RAW_TEXT
|
|
620
627
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::PublishResult PublishResult}
|
|
628
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/publish_message.rb.html) to see an example of how to use publish_message API.
|
|
621
629
|
def publish_message(topic_id, message_details, opts = {})
|
|
622
630
|
logger.debug 'Calling operation NotificationDataPlaneClient#publish_message.' if logger
|
|
623
631
|
|
|
@@ -683,6 +691,7 @@ module OCI
|
|
|
683
691
|
# particular request, please provide the request ID.
|
|
684
692
|
#
|
|
685
693
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::Subscription Subscription}
|
|
694
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/resend_subscription_confirmation.rb.html) to see an example of how to use resend_subscription_confirmation API.
|
|
686
695
|
def resend_subscription_confirmation(id, opts = {})
|
|
687
696
|
logger.debug 'Calling operation NotificationDataPlaneClient#resend_subscription_confirmation.' if logger
|
|
688
697
|
|
|
@@ -748,6 +757,7 @@ module OCI
|
|
|
748
757
|
# will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
749
758
|
#
|
|
750
759
|
# @return [Response] A Response object with data of type {OCI::Ons::Models::UpdateSubscriptionDetails UpdateSubscriptionDetails}
|
|
760
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/ons/update_subscription.rb.html) to see an example of how to use update_subscription API.
|
|
751
761
|
def update_subscription(subscription_id, update_subscription_details, opts = {})
|
|
752
762
|
logger.debug 'Calling operation NotificationDataPlaneClient#update_subscription.' if logger
|
|
753
763
|
|
|
@@ -9,7 +9,7 @@ module OCI
|
|
|
9
9
|
class Opsi::Models::SqlInsightAggregation
|
|
10
10
|
# **[Required]** Insight text.
|
|
11
11
|
# For example `Degrading SQLs`, `Variant SQLs`,
|
|
12
|
-
# `Inefficient SQLs`, `SQLs with Plan Changes`,
|
|
12
|
+
# `Inefficient SQLs`, `Improving SQLs`, `SQLs with Plan Changes`,
|
|
13
13
|
# `Degrading SQLs have increasing IO Time above 50%`,
|
|
14
14
|
# `Degrading SQLs are variant`,
|
|
15
15
|
# `2 of the 2 variant SQLs have plan changes`,
|
|
@@ -28,6 +28,7 @@ module OCI
|
|
|
28
28
|
# VARIANT,
|
|
29
29
|
# INEFFICIENT,
|
|
30
30
|
# CHANGING_PLANS,
|
|
31
|
+
# IMPROVING,
|
|
31
32
|
# DEGRADING_VARIANT,
|
|
32
33
|
# DEGRADING_INEFFICIENT,
|
|
33
34
|
# DEGRADING_CHANGING_PLANS,
|
|
@@ -43,6 +43,11 @@ module OCI
|
|
|
43
43
|
# @return [Integer]
|
|
44
44
|
attr_accessor :increase_in_inefficient_wait_in_pct
|
|
45
45
|
|
|
46
|
+
# **[Required]** Improved Percent Threshold is used to derive improving SQLs.
|
|
47
|
+
#
|
|
48
|
+
# @return [Integer]
|
|
49
|
+
attr_accessor :improved_in_pct
|
|
50
|
+
|
|
46
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
47
52
|
def self.attribute_map
|
|
48
53
|
{
|
|
@@ -52,7 +57,8 @@ module OCI
|
|
|
52
57
|
'inefficiency_in_pct': :'inefficiencyInPct',
|
|
53
58
|
'increase_in_io_in_pct': :'increaseInIOInPct',
|
|
54
59
|
'increase_in_cpu_in_pct': :'increaseInCPUInPct',
|
|
55
|
-
'increase_in_inefficient_wait_in_pct': :'increaseInInefficientWaitInPct'
|
|
60
|
+
'increase_in_inefficient_wait_in_pct': :'increaseInInefficientWaitInPct',
|
|
61
|
+
'improved_in_pct': :'improvedInPct'
|
|
56
62
|
# rubocop:enable Style/SymbolLiteral
|
|
57
63
|
}
|
|
58
64
|
end
|
|
@@ -66,7 +72,8 @@ module OCI
|
|
|
66
72
|
'inefficiency_in_pct': :'Integer',
|
|
67
73
|
'increase_in_io_in_pct': :'Integer',
|
|
68
74
|
'increase_in_cpu_in_pct': :'Integer',
|
|
69
|
-
'increase_in_inefficient_wait_in_pct': :'Integer'
|
|
75
|
+
'increase_in_inefficient_wait_in_pct': :'Integer',
|
|
76
|
+
'improved_in_pct': :'Integer'
|
|
70
77
|
# rubocop:enable Style/SymbolLiteral
|
|
71
78
|
}
|
|
72
79
|
end
|
|
@@ -83,6 +90,7 @@ module OCI
|
|
|
83
90
|
# @option attributes [Integer] :increase_in_io_in_pct The value to assign to the {#increase_in_io_in_pct} property
|
|
84
91
|
# @option attributes [Integer] :increase_in_cpu_in_pct The value to assign to the {#increase_in_cpu_in_pct} property
|
|
85
92
|
# @option attributes [Integer] :increase_in_inefficient_wait_in_pct The value to assign to the {#increase_in_inefficient_wait_in_pct} property
|
|
93
|
+
# @option attributes [Integer] :improved_in_pct The value to assign to the {#improved_in_pct} property
|
|
86
94
|
def initialize(attributes = {})
|
|
87
95
|
return unless attributes.is_a?(Hash)
|
|
88
96
|
|
|
@@ -131,6 +139,14 @@ module OCI
|
|
|
131
139
|
|
|
132
140
|
self.increase_in_inefficient_wait_in_pct = attributes[:'increase_in_inefficient_wait_in_pct'] if attributes[:'increase_in_inefficient_wait_in_pct']
|
|
133
141
|
self.increase_in_inefficient_wait_in_pct = 50 if increase_in_inefficient_wait_in_pct.nil? && !attributes.key?(:'increaseInInefficientWaitInPct') && !attributes.key?(:'increase_in_inefficient_wait_in_pct') # rubocop:disable Style/StringLiterals
|
|
142
|
+
|
|
143
|
+
self.improved_in_pct = attributes[:'improvedInPct'] if attributes[:'improvedInPct']
|
|
144
|
+
self.improved_in_pct = 20 if improved_in_pct.nil? && !attributes.key?(:'improvedInPct') # rubocop:disable Style/StringLiterals
|
|
145
|
+
|
|
146
|
+
raise 'You cannot provide both :improvedInPct and :improved_in_pct' if attributes.key?(:'improvedInPct') && attributes.key?(:'improved_in_pct')
|
|
147
|
+
|
|
148
|
+
self.improved_in_pct = attributes[:'improved_in_pct'] if attributes[:'improved_in_pct']
|
|
149
|
+
self.improved_in_pct = 20 if improved_in_pct.nil? && !attributes.key?(:'improvedInPct') && !attributes.key?(:'improved_in_pct') # rubocop:disable Style/StringLiterals
|
|
134
150
|
end
|
|
135
151
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
136
152
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -149,7 +165,8 @@ module OCI
|
|
|
149
165
|
inefficiency_in_pct == other.inefficiency_in_pct &&
|
|
150
166
|
increase_in_io_in_pct == other.increase_in_io_in_pct &&
|
|
151
167
|
increase_in_cpu_in_pct == other.increase_in_cpu_in_pct &&
|
|
152
|
-
increase_in_inefficient_wait_in_pct == other.increase_in_inefficient_wait_in_pct
|
|
168
|
+
increase_in_inefficient_wait_in_pct == other.increase_in_inefficient_wait_in_pct &&
|
|
169
|
+
improved_in_pct == other.improved_in_pct
|
|
153
170
|
end
|
|
154
171
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
155
172
|
|
|
@@ -165,7 +182,7 @@ module OCI
|
|
|
165
182
|
# Calculates hash code according to all attributes.
|
|
166
183
|
# @return [Fixnum] Hash code
|
|
167
184
|
def hash
|
|
168
|
-
[degradation_in_pct, variability, inefficiency_in_pct, increase_in_io_in_pct, increase_in_cpu_in_pct, increase_in_inefficient_wait_in_pct].hash
|
|
185
|
+
[degradation_in_pct, variability, inefficiency_in_pct, increase_in_io_in_pct, increase_in_cpu_in_pct, increase_in_inefficient_wait_in_pct, improved_in_pct].hash
|
|
169
186
|
end
|
|
170
187
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
171
188
|
|
|
@@ -123,6 +123,7 @@ module OCI
|
|
|
123
123
|
# operations, such as a resource being deleted or purged from the system.
|
|
124
124
|
#
|
|
125
125
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::IngestSqlBucketResponseDetails IngestSqlBucketResponseDetails}
|
|
126
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/ingest_sql_bucket.rb.html) to see an example of how to use ingest_sql_bucket API.
|
|
126
127
|
def ingest_sql_bucket(compartment_id, database_id, ingest_sql_bucket_details, opts = {})
|
|
127
128
|
logger.debug 'Calling operation OperationsInsightsClient#ingest_sql_bucket.' if logger
|
|
128
129
|
|
|
@@ -198,6 +199,7 @@ module OCI
|
|
|
198
199
|
# operations, such as a resource being deleted or purged from the system.
|
|
199
200
|
#
|
|
200
201
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::IngestSqlPlanLinesResponseDetails IngestSqlPlanLinesResponseDetails}
|
|
202
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/ingest_sql_plan_lines.rb.html) to see an example of how to use ingest_sql_plan_lines API.
|
|
201
203
|
def ingest_sql_plan_lines(compartment_id, database_id, ingest_sql_plan_lines_details, opts = {})
|
|
202
204
|
logger.debug 'Calling operation OperationsInsightsClient#ingest_sql_plan_lines.' if logger
|
|
203
205
|
|
|
@@ -275,6 +277,7 @@ module OCI
|
|
|
275
277
|
# operations, such as a resource being deleted or purged from the system.
|
|
276
278
|
#
|
|
277
279
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::IngestSqlTextResponseDetails IngestSqlTextResponseDetails}
|
|
280
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/ingest_sql_text.rb.html) to see an example of how to use ingest_sql_text API.
|
|
278
281
|
def ingest_sql_text(compartment_id, database_id, ingest_sql_text_details, opts = {})
|
|
279
282
|
logger.debug 'Calling operation OperationsInsightsClient#ingest_sql_text.' if logger
|
|
280
283
|
|
|
@@ -360,6 +363,7 @@ module OCI
|
|
|
360
363
|
# Oracle about a particular request, please provide the request ID.
|
|
361
364
|
#
|
|
362
365
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::DatabaseInsightsCollection DatabaseInsightsCollection}
|
|
366
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_database_insights.rb.html) to see an example of how to use list_database_insights API.
|
|
363
367
|
def list_database_insights(compartment_id, opts = {})
|
|
364
368
|
logger.debug 'Calling operation OperationsInsightsClient#list_database_insights.' if logger
|
|
365
369
|
|
|
@@ -462,6 +466,7 @@ module OCI
|
|
|
462
466
|
# Oracle about a particular request, please provide the request ID.
|
|
463
467
|
#
|
|
464
468
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlPlanCollection SqlPlanCollection}
|
|
469
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/list_sql_plans.rb.html) to see an example of how to use list_sql_plans API.
|
|
465
470
|
def list_sql_plans(compartment_id, database_id, sql_identifier, plan_hash, opts = {})
|
|
466
471
|
logger.debug 'Calling operation OperationsInsightsClient#list_sql_plans.' if logger
|
|
467
472
|
|
|
@@ -547,6 +552,7 @@ module OCI
|
|
|
547
552
|
# Oracle about a particular request, please provide the request ID.
|
|
548
553
|
#
|
|
549
554
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlSearchCollection SqlSearchCollection}
|
|
555
|
+
# @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.
|
|
550
556
|
def list_sql_searches(compartment_id, sql_identifier, opts = {})
|
|
551
557
|
logger.debug 'Calling operation OperationsInsightsClient#list_sql_searches.' if logger
|
|
552
558
|
|
|
@@ -617,6 +623,7 @@ module OCI
|
|
|
617
623
|
# Oracle about a particular request, please provide the request ID.
|
|
618
624
|
#
|
|
619
625
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlTextCollection SqlTextCollection}
|
|
626
|
+
# @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.
|
|
620
627
|
def list_sql_texts(compartment_id, sql_identifier, opts = {})
|
|
621
628
|
logger.debug 'Calling operation OperationsInsightsClient#list_sql_texts.' if logger
|
|
622
629
|
|
|
@@ -719,6 +726,7 @@ module OCI
|
|
|
719
726
|
# Oracle about a particular request, please provide the request ID.
|
|
720
727
|
#
|
|
721
728
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection SummarizeDatabaseInsightResourceCapacityTrendAggregationCollection}
|
|
729
|
+
# @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.
|
|
722
730
|
def summarize_database_insight_resource_capacity_trend(compartment_id, resource_metric, opts = {})
|
|
723
731
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_database_insight_resource_capacity_trend.' if logger
|
|
724
732
|
|
|
@@ -861,6 +869,7 @@ module OCI
|
|
|
861
869
|
# Oracle about a particular request, please provide the request ID.
|
|
862
870
|
#
|
|
863
871
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceForecastTrendAggregation SummarizeDatabaseInsightResourceForecastTrendAggregation}
|
|
872
|
+
# @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.
|
|
864
873
|
def summarize_database_insight_resource_forecast_trend(compartment_id, resource_metric, opts = {})
|
|
865
874
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_database_insight_resource_forecast_trend.' if logger
|
|
866
875
|
|
|
@@ -999,6 +1008,7 @@ module OCI
|
|
|
999
1008
|
# Oracle about a particular request, please provide the request ID.
|
|
1000
1009
|
#
|
|
1001
1010
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceStatisticsAggregationCollection SummarizeDatabaseInsightResourceStatisticsAggregationCollection}
|
|
1011
|
+
# @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.
|
|
1002
1012
|
def summarize_database_insight_resource_statistics(compartment_id, resource_metric, opts = {})
|
|
1003
1013
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_database_insight_resource_statistics.' if logger
|
|
1004
1014
|
|
|
@@ -1120,6 +1130,7 @@ module OCI
|
|
|
1120
1130
|
# Oracle about a particular request, please provide the request ID.
|
|
1121
1131
|
#
|
|
1122
1132
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceUsageAggregation SummarizeDatabaseInsightResourceUsageAggregation}
|
|
1133
|
+
# @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.
|
|
1123
1134
|
def summarize_database_insight_resource_usage(compartment_id, resource_metric, opts = {})
|
|
1124
1135
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_database_insight_resource_usage.' if logger
|
|
1125
1136
|
|
|
@@ -1230,6 +1241,7 @@ module OCI
|
|
|
1230
1241
|
# Oracle about a particular request, please provide the request ID.
|
|
1231
1242
|
#
|
|
1232
1243
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceUsageTrendAggregationCollection SummarizeDatabaseInsightResourceUsageTrendAggregationCollection}
|
|
1244
|
+
# @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.
|
|
1233
1245
|
def summarize_database_insight_resource_usage_trend(compartment_id, resource_metric, opts = {})
|
|
1234
1246
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_database_insight_resource_usage_trend.' if logger
|
|
1235
1247
|
|
|
@@ -1344,6 +1356,7 @@ module OCI
|
|
|
1344
1356
|
# Oracle about a particular request, please provide the request ID.
|
|
1345
1357
|
#
|
|
1346
1358
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SummarizeDatabaseInsightResourceUtilizationInsightAggregation SummarizeDatabaseInsightResourceUtilizationInsightAggregation}
|
|
1359
|
+
# @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.
|
|
1347
1360
|
def summarize_database_insight_resource_utilization_insight(compartment_id, resource_metric, opts = {})
|
|
1348
1361
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_database_insight_resource_utilization_insight.' if logger
|
|
1349
1362
|
|
|
@@ -1446,6 +1459,7 @@ module OCI
|
|
|
1446
1459
|
# Oracle about a particular request, please provide the request ID.
|
|
1447
1460
|
#
|
|
1448
1461
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlInsightAggregationCollection SqlInsightAggregationCollection}
|
|
1462
|
+
# @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.
|
|
1449
1463
|
def summarize_sql_insights(compartment_id, opts = {})
|
|
1450
1464
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_sql_insights.' if logger
|
|
1451
1465
|
|
|
@@ -1543,6 +1557,7 @@ module OCI
|
|
|
1543
1557
|
# Oracle about a particular request, please provide the request ID.
|
|
1544
1558
|
#
|
|
1545
1559
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlPlanInsightAggregationCollection SqlPlanInsightAggregationCollection}
|
|
1560
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_sql_plan_insights.rb.html) to see an example of how to use summarize_sql_plan_insights API.
|
|
1546
1561
|
def summarize_sql_plan_insights(compartment_id, database_id, sql_identifier, opts = {})
|
|
1547
1562
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_sql_plan_insights.' if logger
|
|
1548
1563
|
|
|
@@ -1631,6 +1646,7 @@ module OCI
|
|
|
1631
1646
|
# Oracle about a particular request, please provide the request ID.
|
|
1632
1647
|
#
|
|
1633
1648
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlResponseTimeDistributionAggregationCollection SqlResponseTimeDistributionAggregationCollection}
|
|
1649
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_sql_response_time_distributions.rb.html) to see an example of how to use summarize_sql_response_time_distributions API.
|
|
1634
1650
|
def summarize_sql_response_time_distributions(compartment_id, database_id, sql_identifier, opts = {})
|
|
1635
1651
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_sql_response_time_distributions.' if logger
|
|
1636
1652
|
|
|
@@ -1738,8 +1754,9 @@ module OCI
|
|
|
1738
1754
|
# Allowed values are: databaseTimeInSec, executionsPerHour, executionsCount, cpuTimeInSec, ioTimeInSec, inefficientWaitTimeInSec, responseTimeInSec, planCount, variability, averageActiveSessions, databaseTimePct, inefficiencyInPct, changeInCpuTimeInPct, changeInIoTimeInPct, changeInInefficientWaitTimeInPct, changeInResponseTimeInPct, changeInAverageActiveSessionsInPct, changeInExecutionsPerHourInPct, changeInInefficiencyInPct
|
|
1739
1755
|
# @option opts [Array<String>] :category Filter sqls by one or more performance categories.
|
|
1740
1756
|
# (default to [])
|
|
1741
|
-
# Allowed values are: DEGRADING, VARIANT, INEFFICIENT, CHANGING_PLANS, 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
|
|
1757
|
+
# 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
|
|
1742
1758
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlStatisticAggregationCollection SqlStatisticAggregationCollection}
|
|
1759
|
+
# @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.
|
|
1743
1760
|
def summarize_sql_statistics(compartment_id, opts = {})
|
|
1744
1761
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_sql_statistics.' if logger
|
|
1745
1762
|
|
|
@@ -1764,11 +1781,11 @@ module OCI
|
|
|
1764
1781
|
end
|
|
1765
1782
|
|
|
1766
1783
|
|
|
1767
|
-
category_allowable_values = %w[DEGRADING VARIANT INEFFICIENT CHANGING_PLANS 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]
|
|
1784
|
+
category_allowable_values = %w[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]
|
|
1768
1785
|
if opts[:category] && !opts[:category].empty?
|
|
1769
1786
|
opts[:category].each do |val_to_check|
|
|
1770
1787
|
unless category_allowable_values.include?(val_to_check)
|
|
1771
|
-
raise 'Invalid value for "category", must be one of DEGRADING, VARIANT, INEFFICIENT, CHANGING_PLANS, 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.'
|
|
1788
|
+
raise 'Invalid value for "category", must be one of 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.'
|
|
1772
1789
|
end
|
|
1773
1790
|
end
|
|
1774
1791
|
end
|
|
@@ -1860,6 +1877,7 @@ module OCI
|
|
|
1860
1877
|
# Oracle about a particular request, please provide the request ID.
|
|
1861
1878
|
#
|
|
1862
1879
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlStatisticsTimeSeriesAggregationCollection SqlStatisticsTimeSeriesAggregationCollection}
|
|
1880
|
+
# @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.
|
|
1863
1881
|
def summarize_sql_statistics_time_series(compartment_id, sql_identifier, opts = {})
|
|
1864
1882
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_sql_statistics_time_series.' if logger
|
|
1865
1883
|
|
|
@@ -1947,6 +1965,7 @@ module OCI
|
|
|
1947
1965
|
# Oracle about a particular request, please provide the request ID.
|
|
1948
1966
|
#
|
|
1949
1967
|
# @return [Response] A Response object with data of type {OCI::Opsi::Models::SqlStatisticsTimeSeriesByPlanAggregationCollection SqlStatisticsTimeSeriesByPlanAggregationCollection}
|
|
1968
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/opsi/summarize_sql_statistics_time_series_by_plan.rb.html) to see an example of how to use summarize_sql_statistics_time_series_by_plan API.
|
|
1950
1969
|
def summarize_sql_statistics_time_series_by_plan(compartment_id, database_id, sql_identifier, opts = {})
|
|
1951
1970
|
logger.debug 'Calling operation OperationsInsightsClient#summarize_sql_statistics_time_series_by_plan.' if logger
|
|
1952
1971
|
|