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
|
@@ -36,6 +36,11 @@ module OCI
|
|
|
36
36
|
# @return [String]
|
|
37
37
|
attr_accessor :shape_name
|
|
38
38
|
|
|
39
|
+
# The configuration details to create load balancer using Flexible shape. This is required only if shapeName is `Flexible`.
|
|
40
|
+
#
|
|
41
|
+
# @return [OCI::LoadBalancer::Models::ShapeDetails]
|
|
42
|
+
attr_accessor :shape_details
|
|
43
|
+
|
|
39
44
|
# Whether the load balancer has a VCN-local (private) IP address.
|
|
40
45
|
#
|
|
41
46
|
# If \"true\", the service assigns a private IP address to the load balancer.
|
|
@@ -131,6 +136,7 @@ module OCI
|
|
|
131
136
|
'compartment_id': :'compartmentId',
|
|
132
137
|
'display_name': :'displayName',
|
|
133
138
|
'shape_name': :'shapeName',
|
|
139
|
+
'shape_details': :'shapeDetails',
|
|
134
140
|
'is_private': :'isPrivate',
|
|
135
141
|
'ip_mode': :'ipMode',
|
|
136
142
|
'reserved_ips': :'reservedIps',
|
|
@@ -156,6 +162,7 @@ module OCI
|
|
|
156
162
|
'compartment_id': :'String',
|
|
157
163
|
'display_name': :'String',
|
|
158
164
|
'shape_name': :'String',
|
|
165
|
+
'shape_details': :'OCI::LoadBalancer::Models::ShapeDetails',
|
|
159
166
|
'is_private': :'BOOLEAN',
|
|
160
167
|
'ip_mode': :'String',
|
|
161
168
|
'reserved_ips': :'Array<OCI::LoadBalancer::Models::ReservedIP>',
|
|
@@ -183,6 +190,7 @@ module OCI
|
|
|
183
190
|
# @option attributes [String] :compartment_id The value to assign to the {#compartment_id} property
|
|
184
191
|
# @option attributes [String] :display_name The value to assign to the {#display_name} property
|
|
185
192
|
# @option attributes [String] :shape_name The value to assign to the {#shape_name} property
|
|
193
|
+
# @option attributes [OCI::LoadBalancer::Models::ShapeDetails] :shape_details The value to assign to the {#shape_details} property
|
|
186
194
|
# @option attributes [BOOLEAN] :is_private The value to assign to the {#is_private} property
|
|
187
195
|
# @option attributes [String] :ip_mode The value to assign to the {#ip_mode} property
|
|
188
196
|
# @option attributes [Array<OCI::LoadBalancer::Models::ReservedIP>] :reserved_ips The value to assign to the {#reserved_ips} property
|
|
@@ -221,6 +229,12 @@ module OCI
|
|
|
221
229
|
|
|
222
230
|
self.shape_name = attributes[:'shape_name'] if attributes[:'shape_name']
|
|
223
231
|
|
|
232
|
+
self.shape_details = attributes[:'shapeDetails'] if attributes[:'shapeDetails']
|
|
233
|
+
|
|
234
|
+
raise 'You cannot provide both :shapeDetails and :shape_details' if attributes.key?(:'shapeDetails') && attributes.key?(:'shape_details')
|
|
235
|
+
|
|
236
|
+
self.shape_details = attributes[:'shape_details'] if attributes[:'shape_details']
|
|
237
|
+
|
|
224
238
|
self.is_private = attributes[:'isPrivate'] unless attributes[:'isPrivate'].nil?
|
|
225
239
|
self.is_private = false if is_private.nil? && !attributes.key?(:'isPrivate') # rubocop:disable Style/StringLiterals
|
|
226
240
|
|
|
@@ -320,6 +334,7 @@ module OCI
|
|
|
320
334
|
compartment_id == other.compartment_id &&
|
|
321
335
|
display_name == other.display_name &&
|
|
322
336
|
shape_name == other.shape_name &&
|
|
337
|
+
shape_details == other.shape_details &&
|
|
323
338
|
is_private == other.is_private &&
|
|
324
339
|
ip_mode == other.ip_mode &&
|
|
325
340
|
reserved_ips == other.reserved_ips &&
|
|
@@ -349,7 +364,7 @@ module OCI
|
|
|
349
364
|
# Calculates hash code according to all attributes.
|
|
350
365
|
# @return [Fixnum] Hash code
|
|
351
366
|
def hash
|
|
352
|
-
[compartment_id, display_name, shape_name, is_private, ip_mode, reserved_ips, listeners, hostnames, backend_sets, network_security_group_ids, subnet_ids, certificates, ssl_cipher_suites, path_route_sets, freeform_tags, defined_tags, rule_sets].hash
|
|
367
|
+
[compartment_id, display_name, shape_name, shape_details, is_private, ip_mode, reserved_ips, listeners, hostnames, backend_sets, network_security_group_ids, subnet_ids, certificates, ssl_cipher_suites, path_route_sets, freeform_tags, defined_tags, rule_sets].hash
|
|
353
368
|
end
|
|
354
369
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
355
370
|
|
|
@@ -68,6 +68,9 @@ module OCI
|
|
|
68
68
|
# @return [String]
|
|
69
69
|
attr_accessor :shape_name
|
|
70
70
|
|
|
71
|
+
# @return [OCI::LoadBalancer::Models::ShapeDetails]
|
|
72
|
+
attr_accessor :shape_details
|
|
73
|
+
|
|
71
74
|
# Whether the load balancer has a VCN-local (private) IP address.
|
|
72
75
|
#
|
|
73
76
|
# If \"true\", the service assigns a private IP address to the load balancer.
|
|
@@ -161,6 +164,7 @@ module OCI
|
|
|
161
164
|
'time_created': :'timeCreated',
|
|
162
165
|
'ip_addresses': :'ipAddresses',
|
|
163
166
|
'shape_name': :'shapeName',
|
|
167
|
+
'shape_details': :'shapeDetails',
|
|
164
168
|
'is_private': :'isPrivate',
|
|
165
169
|
'subnet_ids': :'subnetIds',
|
|
166
170
|
'network_security_group_ids': :'networkSecurityGroupIds',
|
|
@@ -189,6 +193,7 @@ module OCI
|
|
|
189
193
|
'time_created': :'DateTime',
|
|
190
194
|
'ip_addresses': :'Array<OCI::LoadBalancer::Models::IpAddress>',
|
|
191
195
|
'shape_name': :'String',
|
|
196
|
+
'shape_details': :'OCI::LoadBalancer::Models::ShapeDetails',
|
|
192
197
|
'is_private': :'BOOLEAN',
|
|
193
198
|
'subnet_ids': :'Array<String>',
|
|
194
199
|
'network_security_group_ids': :'Array<String>',
|
|
@@ -219,6 +224,7 @@ module OCI
|
|
|
219
224
|
# @option attributes [DateTime] :time_created The value to assign to the {#time_created} property
|
|
220
225
|
# @option attributes [Array<OCI::LoadBalancer::Models::IpAddress>] :ip_addresses The value to assign to the {#ip_addresses} property
|
|
221
226
|
# @option attributes [String] :shape_name The value to assign to the {#shape_name} property
|
|
227
|
+
# @option attributes [OCI::LoadBalancer::Models::ShapeDetails] :shape_details The value to assign to the {#shape_details} property
|
|
222
228
|
# @option attributes [BOOLEAN] :is_private The value to assign to the {#is_private} property
|
|
223
229
|
# @option attributes [Array<String>] :subnet_ids The value to assign to the {#subnet_ids} property
|
|
224
230
|
# @option attributes [Array<String>] :network_security_group_ids The value to assign to the {#network_security_group_ids} property
|
|
@@ -276,6 +282,12 @@ module OCI
|
|
|
276
282
|
|
|
277
283
|
self.shape_name = attributes[:'shape_name'] if attributes[:'shape_name']
|
|
278
284
|
|
|
285
|
+
self.shape_details = attributes[:'shapeDetails'] if attributes[:'shapeDetails']
|
|
286
|
+
|
|
287
|
+
raise 'You cannot provide both :shapeDetails and :shape_details' if attributes.key?(:'shapeDetails') && attributes.key?(:'shape_details')
|
|
288
|
+
|
|
289
|
+
self.shape_details = attributes[:'shape_details'] if attributes[:'shape_details']
|
|
290
|
+
|
|
279
291
|
self.is_private = attributes[:'isPrivate'] unless attributes[:'isPrivate'].nil?
|
|
280
292
|
|
|
281
293
|
raise 'You cannot provide both :isPrivate and :is_private' if attributes.key?(:'isPrivate') && attributes.key?(:'is_private')
|
|
@@ -374,6 +386,7 @@ module OCI
|
|
|
374
386
|
time_created == other.time_created &&
|
|
375
387
|
ip_addresses == other.ip_addresses &&
|
|
376
388
|
shape_name == other.shape_name &&
|
|
389
|
+
shape_details == other.shape_details &&
|
|
377
390
|
is_private == other.is_private &&
|
|
378
391
|
subnet_ids == other.subnet_ids &&
|
|
379
392
|
network_security_group_ids == other.network_security_group_ids &&
|
|
@@ -402,7 +415,7 @@ module OCI
|
|
|
402
415
|
# Calculates hash code according to all attributes.
|
|
403
416
|
# @return [Fixnum] Hash code
|
|
404
417
|
def hash
|
|
405
|
-
[id, compartment_id, display_name, lifecycle_state, time_created, ip_addresses, shape_name, is_private, subnet_ids, network_security_group_ids, listeners, hostnames, ssl_cipher_suites, certificates, backend_sets, path_route_sets, freeform_tags, defined_tags, system_tags, rule_sets].hash
|
|
418
|
+
[id, compartment_id, display_name, lifecycle_state, time_created, ip_addresses, shape_name, shape_details, is_private, subnet_ids, network_security_group_ids, listeners, hostnames, ssl_cipher_suites, certificates, backend_sets, path_route_sets, freeform_tags, defined_tags, system_tags, rule_sets].hash
|
|
406
419
|
end
|
|
407
420
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
408
421
|
|
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
# Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
3
|
+
|
|
4
|
+
require 'date'
|
|
5
|
+
|
|
6
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
7
|
+
module OCI
|
|
8
|
+
# The configuration details to update load balancer to a different shape.
|
|
9
|
+
#
|
|
10
|
+
class LoadBalancer::Models::ShapeDetails
|
|
11
|
+
# **[Required]** Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress).
|
|
12
|
+
# The values must be between 10 and the maximumBandwidthInMbps.
|
|
13
|
+
#
|
|
14
|
+
# Example: `150`
|
|
15
|
+
#
|
|
16
|
+
# @return [Integer]
|
|
17
|
+
attr_accessor :minimum_bandwidth_in_mbps
|
|
18
|
+
|
|
19
|
+
# **[Required]** Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can
|
|
20
|
+
# achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps
|
|
21
|
+
# parameter.
|
|
22
|
+
#
|
|
23
|
+
# The values must be between minimumBandwidthInMbps and 8192 (8Gbps).
|
|
24
|
+
#
|
|
25
|
+
# Example: `1500`
|
|
26
|
+
#
|
|
27
|
+
# @return [Integer]
|
|
28
|
+
attr_accessor :maximum_bandwidth_in_mbps
|
|
29
|
+
|
|
30
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
31
|
+
def self.attribute_map
|
|
32
|
+
{
|
|
33
|
+
# rubocop:disable Style/SymbolLiteral
|
|
34
|
+
'minimum_bandwidth_in_mbps': :'minimumBandwidthInMbps',
|
|
35
|
+
'maximum_bandwidth_in_mbps': :'maximumBandwidthInMbps'
|
|
36
|
+
# rubocop:enable Style/SymbolLiteral
|
|
37
|
+
}
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
# Attribute type mapping.
|
|
41
|
+
def self.swagger_types
|
|
42
|
+
{
|
|
43
|
+
# rubocop:disable Style/SymbolLiteral
|
|
44
|
+
'minimum_bandwidth_in_mbps': :'Integer',
|
|
45
|
+
'maximum_bandwidth_in_mbps': :'Integer'
|
|
46
|
+
# rubocop:enable Style/SymbolLiteral
|
|
47
|
+
}
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
51
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
# Initializes the object
|
|
55
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
56
|
+
# @option attributes [Integer] :minimum_bandwidth_in_mbps The value to assign to the {#minimum_bandwidth_in_mbps} property
|
|
57
|
+
# @option attributes [Integer] :maximum_bandwidth_in_mbps The value to assign to the {#maximum_bandwidth_in_mbps} property
|
|
58
|
+
def initialize(attributes = {})
|
|
59
|
+
return unless attributes.is_a?(Hash)
|
|
60
|
+
|
|
61
|
+
# convert string to symbol for hash key
|
|
62
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
63
|
+
|
|
64
|
+
self.minimum_bandwidth_in_mbps = attributes[:'minimumBandwidthInMbps'] if attributes[:'minimumBandwidthInMbps']
|
|
65
|
+
|
|
66
|
+
raise 'You cannot provide both :minimumBandwidthInMbps and :minimum_bandwidth_in_mbps' if attributes.key?(:'minimumBandwidthInMbps') && attributes.key?(:'minimum_bandwidth_in_mbps')
|
|
67
|
+
|
|
68
|
+
self.minimum_bandwidth_in_mbps = attributes[:'minimum_bandwidth_in_mbps'] if attributes[:'minimum_bandwidth_in_mbps']
|
|
69
|
+
|
|
70
|
+
self.maximum_bandwidth_in_mbps = attributes[:'maximumBandwidthInMbps'] if attributes[:'maximumBandwidthInMbps']
|
|
71
|
+
|
|
72
|
+
raise 'You cannot provide both :maximumBandwidthInMbps and :maximum_bandwidth_in_mbps' if attributes.key?(:'maximumBandwidthInMbps') && attributes.key?(:'maximum_bandwidth_in_mbps')
|
|
73
|
+
|
|
74
|
+
self.maximum_bandwidth_in_mbps = attributes[:'maximum_bandwidth_in_mbps'] if attributes[:'maximum_bandwidth_in_mbps']
|
|
75
|
+
end
|
|
76
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
77
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
78
|
+
|
|
79
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
# Checks equality by comparing each attribute.
|
|
83
|
+
# @param [Object] other the other object to be compared
|
|
84
|
+
def ==(other)
|
|
85
|
+
return true if equal?(other)
|
|
86
|
+
|
|
87
|
+
self.class == other.class &&
|
|
88
|
+
minimum_bandwidth_in_mbps == other.minimum_bandwidth_in_mbps &&
|
|
89
|
+
maximum_bandwidth_in_mbps == other.maximum_bandwidth_in_mbps
|
|
90
|
+
end
|
|
91
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
92
|
+
|
|
93
|
+
# @see the `==` method
|
|
94
|
+
# @param [Object] other the other object to be compared
|
|
95
|
+
def eql?(other)
|
|
96
|
+
self == other
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
# Calculates hash code according to all attributes.
|
|
103
|
+
# @return [Fixnum] Hash code
|
|
104
|
+
def hash
|
|
105
|
+
[minimum_bandwidth_in_mbps, maximum_bandwidth_in_mbps].hash
|
|
106
|
+
end
|
|
107
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
108
|
+
|
|
109
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
# Builds the object from hash
|
|
113
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
114
|
+
# @return [Object] Returns the model itself
|
|
115
|
+
def build_from_hash(attributes)
|
|
116
|
+
return nil unless attributes.is_a?(Hash)
|
|
117
|
+
|
|
118
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
119
|
+
if type =~ /^Array<(.*)>/i
|
|
120
|
+
# check to ensure the input is an array given that the the attribute
|
|
121
|
+
# is documented as an array but the input is not
|
|
122
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
123
|
+
public_method("#{key}=").call(
|
|
124
|
+
attributes[self.class.attribute_map[key]]
|
|
125
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
126
|
+
)
|
|
127
|
+
end
|
|
128
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
129
|
+
public_method("#{key}=").call(
|
|
130
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
131
|
+
)
|
|
132
|
+
end
|
|
133
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
self
|
|
137
|
+
end
|
|
138
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
139
|
+
|
|
140
|
+
# Returns the string representation of the object
|
|
141
|
+
# @return [String] String presentation of the object
|
|
142
|
+
def to_s
|
|
143
|
+
to_hash.to_s
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
# Returns the object in the form of hash
|
|
147
|
+
# @return [Hash] Returns the object in the form of hash
|
|
148
|
+
def to_hash
|
|
149
|
+
hash = {}
|
|
150
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
151
|
+
value = public_method(attr).call
|
|
152
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
153
|
+
|
|
154
|
+
hash[param] = _to_hash(value)
|
|
155
|
+
end
|
|
156
|
+
hash
|
|
157
|
+
end
|
|
158
|
+
|
|
159
|
+
private
|
|
160
|
+
|
|
161
|
+
# Outputs non-array value in the form of hash
|
|
162
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
163
|
+
# @param [Object] value Any valid value
|
|
164
|
+
# @return [Hash] Returns the value in the form of hash
|
|
165
|
+
def _to_hash(value)
|
|
166
|
+
if value.is_a?(Array)
|
|
167
|
+
value.compact.map { |v| _to_hash(v) }
|
|
168
|
+
elsif value.is_a?(Hash)
|
|
169
|
+
{}.tap do |hash|
|
|
170
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
171
|
+
end
|
|
172
|
+
elsif value.respond_to? :to_hash
|
|
173
|
+
value.to_hash
|
|
174
|
+
else
|
|
175
|
+
value
|
|
176
|
+
end
|
|
177
|
+
end
|
|
178
|
+
end
|
|
179
|
+
end
|
|
180
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -33,7 +33,7 @@ module OCI
|
|
|
33
33
|
# @return [BOOLEAN]
|
|
34
34
|
attr_accessor :verify_peer_certificate
|
|
35
35
|
|
|
36
|
-
#
|
|
36
|
+
# A friendly name for the certificate bundle. It must be unique and it cannot be changed.
|
|
37
37
|
# Valid certificate bundle names include only alphanumeric characters, dashes, and underscores.
|
|
38
38
|
# Certificate bundle names cannot contain spaces. Avoid entering confidential information.
|
|
39
39
|
#
|
|
@@ -29,7 +29,7 @@ module OCI
|
|
|
29
29
|
# @return [BOOLEAN]
|
|
30
30
|
attr_accessor :verify_peer_certificate
|
|
31
31
|
|
|
32
|
-
#
|
|
32
|
+
# A friendly name for the certificate bundle. It must be unique and it cannot be changed.
|
|
33
33
|
# Valid certificate bundle names include only alphanumeric characters, dashes, and underscores.
|
|
34
34
|
# Certificate bundle names cannot contain spaces. Avoid entering confidential information.
|
|
35
35
|
#
|
|
@@ -14,15 +14,24 @@ module OCI
|
|
|
14
14
|
# * 100Mbps
|
|
15
15
|
# * 400Mbps
|
|
16
16
|
# * 8000Mbps
|
|
17
|
+
# * Flexible
|
|
18
|
+
#
|
|
19
|
+
# Example: `Flexible`
|
|
17
20
|
#
|
|
18
21
|
# @return [String]
|
|
19
22
|
attr_accessor :shape_name
|
|
20
23
|
|
|
24
|
+
# The configuration details to update load balancer to a different profile.
|
|
25
|
+
#
|
|
26
|
+
# @return [OCI::LoadBalancer::Models::ShapeDetails]
|
|
27
|
+
attr_accessor :shape_details
|
|
28
|
+
|
|
21
29
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
22
30
|
def self.attribute_map
|
|
23
31
|
{
|
|
24
32
|
# rubocop:disable Style/SymbolLiteral
|
|
25
|
-
'shape_name': :'shapeName'
|
|
33
|
+
'shape_name': :'shapeName',
|
|
34
|
+
'shape_details': :'shapeDetails'
|
|
26
35
|
# rubocop:enable Style/SymbolLiteral
|
|
27
36
|
}
|
|
28
37
|
end
|
|
@@ -31,7 +40,8 @@ module OCI
|
|
|
31
40
|
def self.swagger_types
|
|
32
41
|
{
|
|
33
42
|
# rubocop:disable Style/SymbolLiteral
|
|
34
|
-
'shape_name': :'String'
|
|
43
|
+
'shape_name': :'String',
|
|
44
|
+
'shape_details': :'OCI::LoadBalancer::Models::ShapeDetails'
|
|
35
45
|
# rubocop:enable Style/SymbolLiteral
|
|
36
46
|
}
|
|
37
47
|
end
|
|
@@ -43,6 +53,7 @@ module OCI
|
|
|
43
53
|
# Initializes the object
|
|
44
54
|
# @param [Hash] attributes Model attributes in the form of hash
|
|
45
55
|
# @option attributes [String] :shape_name The value to assign to the {#shape_name} property
|
|
56
|
+
# @option attributes [OCI::LoadBalancer::Models::ShapeDetails] :shape_details The value to assign to the {#shape_details} property
|
|
46
57
|
def initialize(attributes = {})
|
|
47
58
|
return unless attributes.is_a?(Hash)
|
|
48
59
|
|
|
@@ -54,6 +65,12 @@ module OCI
|
|
|
54
65
|
raise 'You cannot provide both :shapeName and :shape_name' if attributes.key?(:'shapeName') && attributes.key?(:'shape_name')
|
|
55
66
|
|
|
56
67
|
self.shape_name = attributes[:'shape_name'] if attributes[:'shape_name']
|
|
68
|
+
|
|
69
|
+
self.shape_details = attributes[:'shapeDetails'] if attributes[:'shapeDetails']
|
|
70
|
+
|
|
71
|
+
raise 'You cannot provide both :shapeDetails and :shape_details' if attributes.key?(:'shapeDetails') && attributes.key?(:'shape_details')
|
|
72
|
+
|
|
73
|
+
self.shape_details = attributes[:'shape_details'] if attributes[:'shape_details']
|
|
57
74
|
end
|
|
58
75
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
59
76
|
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
@@ -67,7 +84,8 @@ module OCI
|
|
|
67
84
|
return true if equal?(other)
|
|
68
85
|
|
|
69
86
|
self.class == other.class &&
|
|
70
|
-
shape_name == other.shape_name
|
|
87
|
+
shape_name == other.shape_name &&
|
|
88
|
+
shape_details == other.shape_details
|
|
71
89
|
end
|
|
72
90
|
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
73
91
|
|
|
@@ -83,7 +101,7 @@ module OCI
|
|
|
83
101
|
# Calculates hash code according to all attributes.
|
|
84
102
|
# @return [Fixnum] Hash code
|
|
85
103
|
def hash
|
|
86
|
-
[shape_name].hash
|
|
104
|
+
[shape_name, shape_details].hash
|
|
87
105
|
end
|
|
88
106
|
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
89
107
|
|
|
@@ -121,6 +121,7 @@ module OCI
|
|
|
121
121
|
# provide matches the resource's current etag value.
|
|
122
122
|
#
|
|
123
123
|
# @return [Response] A Response object with data of type nil
|
|
124
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/add_entity_association.rb.html) to see an example of how to use add_entity_association API.
|
|
124
125
|
def add_entity_association(namespace_name, log_analytics_entity_id, add_entity_association_details, opts = {})
|
|
125
126
|
logger.debug 'Calling operation LogAnalyticsClient#add_entity_association.' if logger
|
|
126
127
|
|
|
@@ -189,6 +190,7 @@ module OCI
|
|
|
189
190
|
# Allowed values are: name, priority
|
|
190
191
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
191
192
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLabelCollection LogAnalyticsLabelCollection}
|
|
193
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/batch_get_basic_info.rb.html) to see an example of how to use batch_get_basic_info API.
|
|
192
194
|
def batch_get_basic_info(namespace_name, basic_details, is_include_deleted, opts = {})
|
|
193
195
|
logger.debug 'Calling operation LogAnalyticsClient#batch_get_basic_info.' if logger
|
|
194
196
|
|
|
@@ -265,6 +267,7 @@ module OCI
|
|
|
265
267
|
# provide matches the resource's current etag value.
|
|
266
268
|
#
|
|
267
269
|
# @return [Response] A Response object with data of type nil
|
|
270
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/cancel_query_work_request.rb.html) to see an example of how to use cancel_query_work_request API.
|
|
268
271
|
def cancel_query_work_request(namespace_name, work_request_id, opts = {})
|
|
269
272
|
logger.debug 'Calling operation LogAnalyticsClient#cancel_query_work_request.' if logger
|
|
270
273
|
|
|
@@ -336,6 +339,7 @@ module OCI
|
|
|
336
339
|
# might be rejected.
|
|
337
340
|
#
|
|
338
341
|
# @return [Response] A Response object with data of type nil
|
|
342
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/change_log_analytics_entity_compartment.rb.html) to see an example of how to use change_log_analytics_entity_compartment API.
|
|
339
343
|
def change_log_analytics_entity_compartment(namespace_name, log_analytics_entity_id, change_log_analytics_entity_compartment_details, opts = {})
|
|
340
344
|
logger.debug 'Calling operation LogAnalyticsClient#change_log_analytics_entity_compartment.' if logger
|
|
341
345
|
|
|
@@ -409,6 +413,7 @@ module OCI
|
|
|
409
413
|
# might be rejected.
|
|
410
414
|
#
|
|
411
415
|
# @return [Response] A Response object with data of type nil
|
|
416
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/change_log_analytics_log_group_compartment.rb.html) to see an example of how to use change_log_analytics_log_group_compartment API.
|
|
412
417
|
def change_log_analytics_log_group_compartment(namespace_name, log_analytics_log_group_id, change_log_analytics_log_group_compartment_details, opts = {})
|
|
413
418
|
logger.debug 'Calling operation LogAnalyticsClient#change_log_analytics_log_group_compartment.' if logger
|
|
414
419
|
|
|
@@ -476,6 +481,7 @@ module OCI
|
|
|
476
481
|
#
|
|
477
482
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
478
483
|
# @return [Response] A Response object with data of type nil
|
|
484
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/change_log_analytics_object_collection_rule_compartment.rb.html) to see an example of how to use change_log_analytics_object_collection_rule_compartment API.
|
|
479
485
|
def change_log_analytics_object_collection_rule_compartment(namespace_name, log_analytics_object_collection_rule_id, change_log_analytics_object_collection_rule_compartment_details, opts = {})
|
|
480
486
|
logger.debug 'Calling operation LogAnalyticsClient#change_log_analytics_object_collection_rule_compartment.' if logger
|
|
481
487
|
|
|
@@ -550,6 +556,7 @@ module OCI
|
|
|
550
556
|
# might be rejected.
|
|
551
557
|
#
|
|
552
558
|
# @return [Response] A Response object with data of type nil
|
|
559
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/change_scheduled_task_compartment.rb.html) to see an example of how to use change_scheduled_task_compartment API.
|
|
553
560
|
def change_scheduled_task_compartment(namespace_name, scheduled_task_id, change_scheduled_task_compartment_details, opts = {})
|
|
554
561
|
logger.debug 'Calling operation LogAnalyticsClient#change_scheduled_task_compartment.' if logger
|
|
555
562
|
|
|
@@ -626,6 +633,7 @@ module OCI
|
|
|
626
633
|
# might be rejected.
|
|
627
634
|
#
|
|
628
635
|
# @return [Response] A Response object with data of type nil
|
|
636
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/clean.rb.html) to see an example of how to use clean API.
|
|
629
637
|
def clean(namespace_name, scheduled_task_id, opts = {})
|
|
630
638
|
logger.debug 'Calling operation LogAnalyticsClient#clean.' if logger
|
|
631
639
|
|
|
@@ -692,6 +700,7 @@ module OCI
|
|
|
692
700
|
#
|
|
693
701
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
694
702
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntity LogAnalyticsEntity}
|
|
703
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/create_log_analytics_entity.rb.html) to see an example of how to use create_log_analytics_entity API.
|
|
695
704
|
def create_log_analytics_entity(namespace_name, create_log_analytics_entity_details, opts = {})
|
|
696
705
|
logger.debug 'Calling operation LogAnalyticsClient#create_log_analytics_entity.' if logger
|
|
697
706
|
|
|
@@ -756,6 +765,7 @@ module OCI
|
|
|
756
765
|
# might be rejected.
|
|
757
766
|
#
|
|
758
767
|
# @return [Response] A Response object with data of type nil
|
|
768
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/create_log_analytics_entity_type.rb.html) to see an example of how to use create_log_analytics_entity_type API.
|
|
759
769
|
def create_log_analytics_entity_type(namespace_name, create_log_analytics_entity_type_details, opts = {})
|
|
760
770
|
logger.debug 'Calling operation LogAnalyticsClient#create_log_analytics_entity_type.' if logger
|
|
761
771
|
|
|
@@ -819,6 +829,7 @@ module OCI
|
|
|
819
829
|
#
|
|
820
830
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
821
831
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLogGroup LogAnalyticsLogGroup}
|
|
832
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/create_log_analytics_log_group.rb.html) to see an example of how to use create_log_analytics_log_group API.
|
|
822
833
|
def create_log_analytics_log_group(namespace_name, create_log_analytics_log_group_details, opts = {})
|
|
823
834
|
logger.debug 'Calling operation LogAnalyticsClient#create_log_analytics_log_group.' if logger
|
|
824
835
|
|
|
@@ -877,6 +888,7 @@ module OCI
|
|
|
877
888
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
878
889
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
879
890
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsObjectCollectionRule LogAnalyticsObjectCollectionRule}
|
|
891
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/create_log_analytics_object_collection_rule.rb.html) to see an example of how to use create_log_analytics_object_collection_rule API.
|
|
880
892
|
def create_log_analytics_object_collection_rule(namespace_name, create_log_analytics_object_collection_rule_details, opts = {})
|
|
881
893
|
logger.debug 'Calling operation LogAnalyticsClient#create_log_analytics_object_collection_rule.' if logger
|
|
882
894
|
|
|
@@ -939,6 +951,7 @@ module OCI
|
|
|
939
951
|
# might be rejected.
|
|
940
952
|
#
|
|
941
953
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ScheduledTask ScheduledTask}
|
|
954
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/create_scheduled_task.rb.html) to see an example of how to use create_scheduled_task API.
|
|
942
955
|
def create_scheduled_task(namespace_name, create_scheduled_task_details, opts = {})
|
|
943
956
|
logger.debug 'Calling operation LogAnalyticsClient#create_scheduled_task.' if logger
|
|
944
957
|
|
|
@@ -1003,6 +1016,7 @@ module OCI
|
|
|
1003
1016
|
#
|
|
1004
1017
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1005
1018
|
# @return [Response] A Response object with data of type nil
|
|
1019
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_associations.rb.html) to see an example of how to use delete_associations API.
|
|
1006
1020
|
def delete_associations(namespace_name, delete_log_analytics_association_details, opts = {})
|
|
1007
1021
|
logger.debug 'Calling operation LogAnalyticsClient#delete_associations.' if logger
|
|
1008
1022
|
|
|
@@ -1072,6 +1086,7 @@ module OCI
|
|
|
1072
1086
|
# provide matches the resource's current etag value.
|
|
1073
1087
|
#
|
|
1074
1088
|
# @return [Response] A Response object with data of type nil
|
|
1089
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_field.rb.html) to see an example of how to use delete_field API.
|
|
1075
1090
|
def delete_field(namespace_name, field_name, opts = {})
|
|
1076
1091
|
logger.debug 'Calling operation LogAnalyticsClient#delete_field.' if logger
|
|
1077
1092
|
|
|
@@ -1143,6 +1158,7 @@ module OCI
|
|
|
1143
1158
|
# provide matches the resource's current etag value.
|
|
1144
1159
|
#
|
|
1145
1160
|
# @return [Response] A Response object with data of type nil
|
|
1161
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_label.rb.html) to see an example of how to use delete_label API.
|
|
1146
1162
|
def delete_label(namespace_name, label_name, opts = {})
|
|
1147
1163
|
logger.debug 'Calling operation LogAnalyticsClient#delete_label.' if logger
|
|
1148
1164
|
|
|
@@ -1209,6 +1225,7 @@ module OCI
|
|
|
1209
1225
|
#
|
|
1210
1226
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1211
1227
|
# @return [Response] A Response object with data of type nil
|
|
1228
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_log_analytics_entity.rb.html) to see an example of how to use delete_log_analytics_entity API.
|
|
1212
1229
|
def delete_log_analytics_entity(namespace_name, log_analytics_entity_id, opts = {})
|
|
1213
1230
|
logger.debug 'Calling operation LogAnalyticsClient#delete_log_analytics_entity.' if logger
|
|
1214
1231
|
|
|
@@ -1273,6 +1290,7 @@ module OCI
|
|
|
1273
1290
|
#
|
|
1274
1291
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1275
1292
|
# @return [Response] A Response object with data of type nil
|
|
1293
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_log_analytics_entity_type.rb.html) to see an example of how to use delete_log_analytics_entity_type API.
|
|
1276
1294
|
def delete_log_analytics_entity_type(namespace_name, entity_type_name, opts = {})
|
|
1277
1295
|
logger.debug 'Calling operation LogAnalyticsClient#delete_log_analytics_entity_type.' if logger
|
|
1278
1296
|
|
|
@@ -1336,6 +1354,7 @@ module OCI
|
|
|
1336
1354
|
#
|
|
1337
1355
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1338
1356
|
# @return [Response] A Response object with data of type nil
|
|
1357
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_log_analytics_log_group.rb.html) to see an example of how to use delete_log_analytics_log_group API.
|
|
1339
1358
|
def delete_log_analytics_log_group(namespace_name, log_analytics_log_group_id, opts = {})
|
|
1340
1359
|
logger.debug 'Calling operation LogAnalyticsClient#delete_log_analytics_log_group.' if logger
|
|
1341
1360
|
|
|
@@ -1401,6 +1420,7 @@ module OCI
|
|
|
1401
1420
|
# provide matches the resource's current etag value.
|
|
1402
1421
|
#
|
|
1403
1422
|
# @return [Response] A Response object with data of type nil
|
|
1423
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_log_analytics_object_collection_rule.rb.html) to see an example of how to use delete_log_analytics_object_collection_rule API.
|
|
1404
1424
|
def delete_log_analytics_object_collection_rule(namespace_name, log_analytics_object_collection_rule_id, opts = {})
|
|
1405
1425
|
logger.debug 'Calling operation LogAnalyticsClient#delete_log_analytics_object_collection_rule.' if logger
|
|
1406
1426
|
|
|
@@ -1470,6 +1490,7 @@ module OCI
|
|
|
1470
1490
|
# provide matches the resource's current etag value.
|
|
1471
1491
|
#
|
|
1472
1492
|
# @return [Response] A Response object with data of type nil
|
|
1493
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_parser.rb.html) to see an example of how to use delete_parser API.
|
|
1473
1494
|
def delete_parser(namespace_name, parser_name, opts = {})
|
|
1474
1495
|
logger.debug 'Calling operation LogAnalyticsClient#delete_parser.' if logger
|
|
1475
1496
|
|
|
@@ -1537,6 +1558,7 @@ module OCI
|
|
|
1537
1558
|
# provide matches the resource's current etag value.
|
|
1538
1559
|
#
|
|
1539
1560
|
# @return [Response] A Response object with data of type nil
|
|
1561
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_scheduled_task.rb.html) to see an example of how to use delete_scheduled_task API.
|
|
1540
1562
|
def delete_scheduled_task(namespace_name, scheduled_task_id, opts = {})
|
|
1541
1563
|
logger.debug 'Calling operation LogAnalyticsClient#delete_scheduled_task.' if logger
|
|
1542
1564
|
|
|
@@ -1606,6 +1628,7 @@ module OCI
|
|
|
1606
1628
|
# provide matches the resource's current etag value.
|
|
1607
1629
|
#
|
|
1608
1630
|
# @return [Response] A Response object with data of type nil
|
|
1631
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_source.rb.html) to see an example of how to use delete_source API.
|
|
1609
1632
|
def delete_source(namespace_name, source_name, opts = {})
|
|
1610
1633
|
logger.debug 'Calling operation LogAnalyticsClient#delete_source.' if logger
|
|
1611
1634
|
|
|
@@ -1673,6 +1696,7 @@ module OCI
|
|
|
1673
1696
|
#
|
|
1674
1697
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1675
1698
|
# @return [Response] A Response object with data of type nil
|
|
1699
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_upload.rb.html) to see an example of how to use delete_upload API.
|
|
1676
1700
|
def delete_upload(namespace_name, upload_reference, opts = {})
|
|
1677
1701
|
logger.debug 'Calling operation LogAnalyticsClient#delete_upload.' if logger
|
|
1678
1702
|
|
|
@@ -1733,6 +1757,7 @@ module OCI
|
|
|
1733
1757
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1734
1758
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1735
1759
|
# @return [Response] A Response object with data of type nil
|
|
1760
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_upload_file.rb.html) to see an example of how to use delete_upload_file API.
|
|
1736
1761
|
def delete_upload_file(namespace_name, upload_reference, file_reference, opts = {})
|
|
1737
1762
|
logger.debug 'Calling operation LogAnalyticsClient#delete_upload_file.' if logger
|
|
1738
1763
|
|
|
@@ -1793,6 +1818,7 @@ module OCI
|
|
|
1793
1818
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1794
1819
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1795
1820
|
# @return [Response] A Response object with data of type nil
|
|
1821
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/delete_upload_warning.rb.html) to see an example of how to use delete_upload_warning API.
|
|
1796
1822
|
def delete_upload_warning(namespace_name, upload_reference, warning_reference, opts = {})
|
|
1797
1823
|
logger.debug 'Calling operation LogAnalyticsClient#delete_upload_warning.' if logger
|
|
1798
1824
|
|
|
@@ -1857,6 +1883,7 @@ module OCI
|
|
|
1857
1883
|
# provide matches the resource's current etag value.
|
|
1858
1884
|
#
|
|
1859
1885
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::Success Success}
|
|
1886
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/disable_archiving.rb.html) to see an example of how to use disable_archiving API.
|
|
1860
1887
|
def disable_archiving(namespace_name, opts = {})
|
|
1861
1888
|
logger.debug 'Calling operation LogAnalyticsClient#disable_archiving.' if logger
|
|
1862
1889
|
|
|
@@ -1919,6 +1946,7 @@ module OCI
|
|
|
1919
1946
|
# provide matches the resource's current etag value.
|
|
1920
1947
|
#
|
|
1921
1948
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::Success Success}
|
|
1949
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/enable_archiving.rb.html) to see an example of how to use enable_archiving API.
|
|
1922
1950
|
def enable_archiving(namespace_name, opts = {})
|
|
1923
1951
|
logger.debug 'Calling operation LogAnalyticsClient#enable_archiving.' if logger
|
|
1924
1952
|
|
|
@@ -1988,6 +2016,7 @@ module OCI
|
|
|
1988
2016
|
# provide matches the resource's current etag value.
|
|
1989
2017
|
#
|
|
1990
2018
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::EstimatePurgeDataSizeResult EstimatePurgeDataSizeResult}
|
|
2019
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/estimate_purge_data_size.rb.html) to see an example of how to use estimate_purge_data_size API.
|
|
1991
2020
|
def estimate_purge_data_size(namespace_name, estimate_purge_data_size_details, opts = {})
|
|
1992
2021
|
logger.debug 'Calling operation LogAnalyticsClient#estimate_purge_data_size.' if logger
|
|
1993
2022
|
|
|
@@ -2055,6 +2084,7 @@ module OCI
|
|
|
2055
2084
|
# @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
|
|
2056
2085
|
# @option [Block] &block Streaming http body to the block
|
|
2057
2086
|
# @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
|
|
2087
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/export_custom_content.rb.html) to see an example of how to use export_custom_content API.
|
|
2058
2088
|
def export_custom_content(namespace_name, export_custom_content_details, opts = {}, &block)
|
|
2059
2089
|
logger.debug 'Calling operation LogAnalyticsClient#export_custom_content.' if logger
|
|
2060
2090
|
|
|
@@ -2159,6 +2189,7 @@ module OCI
|
|
|
2159
2189
|
# @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
|
|
2160
2190
|
# @option [Block] &block Streaming http body to the block
|
|
2161
2191
|
# @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
|
|
2192
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/export_query_result.rb.html) to see an example of how to use export_query_result API.
|
|
2162
2193
|
def export_query_result(namespace_name, export_details, opts = {}, &block)
|
|
2163
2194
|
logger.debug 'Calling operation LogAnalyticsClient#export_query_result.' if logger
|
|
2164
2195
|
|
|
@@ -2267,6 +2298,7 @@ module OCI
|
|
|
2267
2298
|
#
|
|
2268
2299
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2269
2300
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ExtractLogFieldResults ExtractLogFieldResults}
|
|
2301
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/extract_structured_log_field_paths.rb.html) to see an example of how to use extract_structured_log_field_paths API.
|
|
2270
2302
|
def extract_structured_log_field_paths(namespace_name, logan_parser_details, opts = {})
|
|
2271
2303
|
logger.debug 'Calling operation LogAnalyticsClient#extract_structured_log_field_paths.' if logger
|
|
2272
2304
|
|
|
@@ -2338,6 +2370,7 @@ module OCI
|
|
|
2338
2370
|
#
|
|
2339
2371
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2340
2372
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ExtractLogHeaderResults ExtractLogHeaderResults}
|
|
2373
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/extract_structured_log_header_paths.rb.html) to see an example of how to use extract_structured_log_header_paths API.
|
|
2341
2374
|
def extract_structured_log_header_paths(namespace_name, logan_parser_details, opts = {})
|
|
2342
2375
|
logger.debug 'Calling operation LogAnalyticsClient#extract_structured_log_header_paths.' if logger
|
|
2343
2376
|
|
|
@@ -2401,6 +2434,7 @@ module OCI
|
|
|
2401
2434
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2402
2435
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2403
2436
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::FilterOutput FilterOutput}
|
|
2437
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/filter.rb.html) to see an example of how to use filter API.
|
|
2404
2438
|
def filter(namespace_name, filter_details, opts = {})
|
|
2405
2439
|
logger.debug 'Calling operation LogAnalyticsClient#filter.' if logger
|
|
2406
2440
|
|
|
@@ -2457,6 +2491,7 @@ module OCI
|
|
|
2457
2491
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2458
2492
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2459
2493
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::AssociationSummaryReport AssociationSummaryReport}
|
|
2494
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_association_summary.rb.html) to see an example of how to use get_association_summary API.
|
|
2460
2495
|
def get_association_summary(namespace_name, compartment_id, opts = {})
|
|
2461
2496
|
logger.debug 'Calling operation LogAnalyticsClient#get_association_summary.' if logger
|
|
2462
2497
|
|
|
@@ -2520,6 +2555,7 @@ module OCI
|
|
|
2520
2555
|
#
|
|
2521
2556
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2522
2557
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ColumnNameCollection ColumnNameCollection}
|
|
2558
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_column_names.rb.html) to see an example of how to use get_column_names API.
|
|
2523
2559
|
def get_column_names(namespace_name, sql_query, opts = {})
|
|
2524
2560
|
logger.debug 'Calling operation LogAnalyticsClient#get_column_names.' if logger
|
|
2525
2561
|
|
|
@@ -2579,6 +2615,7 @@ module OCI
|
|
|
2579
2615
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2580
2616
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2581
2617
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsConfigWorkRequest LogAnalyticsConfigWorkRequest}
|
|
2618
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_config_work_request.rb.html) to see an example of how to use get_config_work_request API.
|
|
2582
2619
|
def get_config_work_request(namespace_name, work_request_id, opts = {})
|
|
2583
2620
|
logger.debug 'Calling operation LogAnalyticsClient#get_config_work_request.' if logger
|
|
2584
2621
|
|
|
@@ -2636,6 +2673,7 @@ module OCI
|
|
|
2636
2673
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2637
2674
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2638
2675
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsField LogAnalyticsField}
|
|
2676
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_field.rb.html) to see an example of how to use get_field API.
|
|
2639
2677
|
def get_field(namespace_name, field_name, opts = {})
|
|
2640
2678
|
logger.debug 'Calling operation LogAnalyticsClient#get_field.' if logger
|
|
2641
2679
|
|
|
@@ -2693,6 +2731,7 @@ module OCI
|
|
|
2693
2731
|
# @option opts [BOOLEAN] :is_show_detail show detail flag (default to false)
|
|
2694
2732
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2695
2733
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::FieldSummaryReport FieldSummaryReport}
|
|
2734
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_fields_summary.rb.html) to see an example of how to use get_fields_summary API.
|
|
2696
2735
|
def get_fields_summary(namespace_name, opts = {})
|
|
2697
2736
|
logger.debug 'Calling operation LogAnalyticsClient#get_fields_summary.' if logger
|
|
2698
2737
|
|
|
@@ -2749,6 +2788,7 @@ module OCI
|
|
|
2749
2788
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2750
2789
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2751
2790
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLabel LogAnalyticsLabel}
|
|
2791
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_label.rb.html) to see an example of how to use get_label API.
|
|
2752
2792
|
def get_label(namespace_name, label_name, opts = {})
|
|
2753
2793
|
logger.debug 'Calling operation LogAnalyticsClient#get_label.' if logger
|
|
2754
2794
|
|
|
@@ -2805,6 +2845,7 @@ module OCI
|
|
|
2805
2845
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2806
2846
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2807
2847
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LabelSummaryReport LabelSummaryReport}
|
|
2848
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_label_summary.rb.html) to see an example of how to use get_label_summary API.
|
|
2808
2849
|
def get_label_summary(namespace_name, opts = {})
|
|
2809
2850
|
logger.debug 'Calling operation LogAnalyticsClient#get_label_summary.' if logger
|
|
2810
2851
|
|
|
@@ -2860,6 +2901,7 @@ module OCI
|
|
|
2860
2901
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2861
2902
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2862
2903
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntitySummaryReport LogAnalyticsEntitySummaryReport}
|
|
2904
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_log_analytics_entities_summary.rb.html) to see an example of how to use get_log_analytics_entities_summary API.
|
|
2863
2905
|
def get_log_analytics_entities_summary(namespace_name, compartment_id, opts = {})
|
|
2864
2906
|
logger.debug 'Calling operation LogAnalyticsClient#get_log_analytics_entities_summary.' if logger
|
|
2865
2907
|
|
|
@@ -2918,6 +2960,7 @@ module OCI
|
|
|
2918
2960
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2919
2961
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2920
2962
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntity LogAnalyticsEntity}
|
|
2963
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_log_analytics_entity.rb.html) to see an example of how to use get_log_analytics_entity API.
|
|
2921
2964
|
def get_log_analytics_entity(namespace_name, log_analytics_entity_id, opts = {})
|
|
2922
2965
|
logger.debug 'Calling operation LogAnalyticsClient#get_log_analytics_entity.' if logger
|
|
2923
2966
|
|
|
@@ -2976,6 +3019,7 @@ module OCI
|
|
|
2976
3019
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
2977
3020
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
2978
3021
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntityType LogAnalyticsEntityType}
|
|
3022
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_log_analytics_entity_type.rb.html) to see an example of how to use get_log_analytics_entity_type API.
|
|
2979
3023
|
def get_log_analytics_entity_type(namespace_name, entity_type_name, opts = {})
|
|
2980
3024
|
logger.debug 'Calling operation LogAnalyticsClient#get_log_analytics_entity_type.' if logger
|
|
2981
3025
|
|
|
@@ -3033,6 +3077,7 @@ module OCI
|
|
|
3033
3077
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3034
3078
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3035
3079
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLogGroup LogAnalyticsLogGroup}
|
|
3080
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_log_analytics_log_group.rb.html) to see an example of how to use get_log_analytics_log_group API.
|
|
3036
3081
|
def get_log_analytics_log_group(namespace_name, log_analytics_log_group_id, opts = {})
|
|
3037
3082
|
logger.debug 'Calling operation LogAnalyticsClient#get_log_analytics_log_group.' if logger
|
|
3038
3083
|
|
|
@@ -3090,6 +3135,7 @@ module OCI
|
|
|
3090
3135
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3091
3136
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3092
3137
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogGroupSummaryReport LogGroupSummaryReport}
|
|
3138
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_log_analytics_log_groups_summary.rb.html) to see an example of how to use get_log_analytics_log_groups_summary API.
|
|
3093
3139
|
def get_log_analytics_log_groups_summary(namespace_name, compartment_id, opts = {})
|
|
3094
3140
|
logger.debug 'Calling operation LogAnalyticsClient#get_log_analytics_log_groups_summary.' if logger
|
|
3095
3141
|
|
|
@@ -3147,6 +3193,7 @@ module OCI
|
|
|
3147
3193
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3148
3194
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3149
3195
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsObjectCollectionRule LogAnalyticsObjectCollectionRule}
|
|
3196
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_log_analytics_object_collection_rule.rb.html) to see an example of how to use get_log_analytics_object_collection_rule API.
|
|
3150
3197
|
def get_log_analytics_object_collection_rule(namespace_name, log_analytics_object_collection_rule_id, opts = {})
|
|
3151
3198
|
logger.debug 'Calling operation LogAnalyticsClient#get_log_analytics_object_collection_rule.' if logger
|
|
3152
3199
|
|
|
@@ -3204,6 +3251,7 @@ module OCI
|
|
|
3204
3251
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3205
3252
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3206
3253
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::Namespace Namespace}
|
|
3254
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_namespace.rb.html) to see an example of how to use get_namespace API.
|
|
3207
3255
|
def get_namespace(namespace_name, opts = {})
|
|
3208
3256
|
logger.debug 'Calling operation LogAnalyticsClient#get_namespace.' if logger
|
|
3209
3257
|
|
|
@@ -3259,6 +3307,7 @@ module OCI
|
|
|
3259
3307
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3260
3308
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3261
3309
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsParser LogAnalyticsParser}
|
|
3310
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_parser.rb.html) to see an example of how to use get_parser API.
|
|
3262
3311
|
def get_parser(namespace_name, parser_name, opts = {})
|
|
3263
3312
|
logger.debug 'Calling operation LogAnalyticsClient#get_parser.' if logger
|
|
3264
3313
|
|
|
@@ -3315,6 +3364,7 @@ module OCI
|
|
|
3315
3364
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3316
3365
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3317
3366
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ParserSummaryReport ParserSummaryReport}
|
|
3367
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_parser_summary.rb.html) to see an example of how to use get_parser_summary API.
|
|
3318
3368
|
def get_parser_summary(namespace_name, opts = {})
|
|
3319
3369
|
logger.debug 'Calling operation LogAnalyticsClient#get_parser_summary.' if logger
|
|
3320
3370
|
|
|
@@ -3378,6 +3428,7 @@ module OCI
|
|
|
3378
3428
|
# @option opts [String] :output_mode Specifies the format for the returned results. (default to JSON_ROWS)
|
|
3379
3429
|
# Allowed values are: JSON_ROWS
|
|
3380
3430
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::QueryAggregation QueryAggregation}
|
|
3431
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_query_result.rb.html) to see an example of how to use get_query_result API.
|
|
3381
3432
|
def get_query_result(namespace_name, work_request_id, opts = {})
|
|
3382
3433
|
logger.debug 'Calling operation LogAnalyticsClient#get_query_result.' if logger
|
|
3383
3434
|
|
|
@@ -3444,6 +3495,7 @@ module OCI
|
|
|
3444
3495
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3445
3496
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3446
3497
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::QueryWorkRequest QueryWorkRequest}
|
|
3498
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_query_work_request.rb.html) to see an example of how to use get_query_work_request API.
|
|
3447
3499
|
def get_query_work_request(namespace_name, work_request_id, opts = {})
|
|
3448
3500
|
logger.debug 'Calling operation LogAnalyticsClient#get_query_work_request.' if logger
|
|
3449
3501
|
|
|
@@ -3503,6 +3555,7 @@ module OCI
|
|
|
3503
3555
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3504
3556
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3505
3557
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ScheduledTask ScheduledTask}
|
|
3558
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_scheduled_task.rb.html) to see an example of how to use get_scheduled_task API.
|
|
3506
3559
|
def get_scheduled_task(namespace_name, scheduled_task_id, opts = {})
|
|
3507
3560
|
logger.debug 'Calling operation LogAnalyticsClient#get_scheduled_task.' if logger
|
|
3508
3561
|
|
|
@@ -3561,6 +3614,7 @@ module OCI
|
|
|
3561
3614
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3562
3615
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3563
3616
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsSource LogAnalyticsSource}
|
|
3617
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_source.rb.html) to see an example of how to use get_source API.
|
|
3564
3618
|
def get_source(namespace_name, source_name, compartment_id, opts = {})
|
|
3565
3619
|
logger.debug 'Calling operation LogAnalyticsClient#get_source.' if logger
|
|
3566
3620
|
|
|
@@ -3619,6 +3673,7 @@ module OCI
|
|
|
3619
3673
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3620
3674
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3621
3675
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::SourceSummaryReport SourceSummaryReport}
|
|
3676
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_source_summary.rb.html) to see an example of how to use get_source_summary API.
|
|
3622
3677
|
def get_source_summary(namespace_name, opts = {})
|
|
3623
3678
|
logger.debug 'Calling operation LogAnalyticsClient#get_source_summary.' if logger
|
|
3624
3679
|
|
|
@@ -3674,6 +3729,7 @@ module OCI
|
|
|
3674
3729
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3675
3730
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3676
3731
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::Storage Storage}
|
|
3732
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_storage.rb.html) to see an example of how to use get_storage API.
|
|
3677
3733
|
def get_storage(namespace_name, opts = {})
|
|
3678
3734
|
logger.debug 'Calling operation LogAnalyticsClient#get_storage.' if logger
|
|
3679
3735
|
|
|
@@ -3730,6 +3786,7 @@ module OCI
|
|
|
3730
3786
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3731
3787
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3732
3788
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::StorageUsage StorageUsage}
|
|
3789
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_storage_usage.rb.html) to see an example of how to use get_storage_usage API.
|
|
3733
3790
|
def get_storage_usage(namespace_name, opts = {})
|
|
3734
3791
|
logger.debug 'Calling operation LogAnalyticsClient#get_storage_usage.' if logger
|
|
3735
3792
|
|
|
@@ -3787,6 +3844,7 @@ module OCI
|
|
|
3787
3844
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3788
3845
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3789
3846
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::StorageWorkRequest StorageWorkRequest}
|
|
3847
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_storage_work_request.rb.html) to see an example of how to use get_storage_work_request API.
|
|
3790
3848
|
def get_storage_work_request(work_request_id, namespace_name, opts = {})
|
|
3791
3849
|
logger.debug 'Calling operation LogAnalyticsClient#get_storage_work_request.' if logger
|
|
3792
3850
|
|
|
@@ -3844,6 +3902,7 @@ module OCI
|
|
|
3844
3902
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3845
3903
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3846
3904
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::Upload Upload}
|
|
3905
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_upload.rb.html) to see an example of how to use get_upload API.
|
|
3847
3906
|
def get_upload(namespace_name, upload_reference, opts = {})
|
|
3848
3907
|
logger.debug 'Calling operation LogAnalyticsClient#get_upload.' if logger
|
|
3849
3908
|
|
|
@@ -3901,6 +3960,7 @@ module OCI
|
|
|
3901
3960
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
3902
3961
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3903
3962
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::WorkRequest WorkRequest}
|
|
3963
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
3904
3964
|
def get_work_request(namespace_name, work_request_id, opts = {})
|
|
3905
3965
|
logger.debug 'Calling operation LogAnalyticsClient#get_work_request.' if logger
|
|
3906
3966
|
|
|
@@ -3965,6 +4025,7 @@ module OCI
|
|
|
3965
4025
|
#
|
|
3966
4026
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
3967
4027
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsImportCustomContent LogAnalyticsImportCustomContent}
|
|
4028
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/import_custom_content.rb.html) to see an example of how to use import_custom_content API.
|
|
3968
4029
|
def import_custom_content(namespace_name, import_custom_content_file_body, opts = {})
|
|
3969
4030
|
logger.debug 'Calling operation LogAnalyticsClient#import_custom_content.' if logger
|
|
3970
4031
|
|
|
@@ -4035,6 +4096,7 @@ module OCI
|
|
|
4035
4096
|
# Allowed values are: entityName, entityTypeDisplayName, associationCount
|
|
4036
4097
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4037
4098
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsAssociatedEntityCollection LogAnalyticsAssociatedEntityCollection}
|
|
4099
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_associated_entities.rb.html) to see an example of how to use list_associated_entities API.
|
|
4038
4100
|
def list_associated_entities(namespace_name, compartment_id, opts = {})
|
|
4039
4101
|
logger.debug 'Calling operation LogAnalyticsClient#list_associated_entities.' if logger
|
|
4040
4102
|
|
|
@@ -4113,6 +4175,7 @@ module OCI
|
|
|
4113
4175
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
4114
4176
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
4115
4177
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsConfigWorkRequestCollection LogAnalyticsConfigWorkRequestCollection}
|
|
4178
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_config_work_requests.rb.html) to see an example of how to use list_config_work_requests API.
|
|
4116
4179
|
def list_config_work_requests(namespace_name, compartment_id, opts = {})
|
|
4117
4180
|
logger.debug 'Calling operation LogAnalyticsClient#list_config_work_requests.' if logger
|
|
4118
4181
|
|
|
@@ -4194,6 +4257,7 @@ module OCI
|
|
|
4194
4257
|
# Allowed values are: timeCreated, timeUpdated, name
|
|
4195
4258
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4196
4259
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntityCollection LogAnalyticsEntityCollection}
|
|
4260
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_entity_associations.rb.html) to see an example of how to use list_entity_associations API.
|
|
4197
4261
|
def list_entity_associations(namespace_name, log_analytics_entity_id, opts = {})
|
|
4198
4262
|
logger.debug 'Calling operation LogAnalyticsClient#list_entity_associations.' if logger
|
|
4199
4263
|
|
|
@@ -4282,6 +4346,7 @@ module OCI
|
|
|
4282
4346
|
# Allowed values are: sourceDisplayName, timeLastAttempted, status
|
|
4283
4347
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4284
4348
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsAssociationCollection LogAnalyticsAssociationCollection}
|
|
4349
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_entity_source_associations.rb.html) to see an example of how to use list_entity_source_associations API.
|
|
4285
4350
|
def list_entity_source_associations(namespace_name, compartment_id, opts = {})
|
|
4286
4351
|
logger.debug 'Calling operation LogAnalyticsClient#list_entity_source_associations.' if logger
|
|
4287
4352
|
|
|
@@ -4375,6 +4440,7 @@ module OCI
|
|
|
4375
4440
|
# Allowed values are: name, dataType
|
|
4376
4441
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4377
4442
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsFieldCollection LogAnalyticsFieldCollection}
|
|
4443
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_fields.rb.html) to see an example of how to use list_fields API.
|
|
4378
4444
|
def list_fields(namespace_name, opts = {})
|
|
4379
4445
|
logger.debug 'Calling operation LogAnalyticsClient#list_fields.' if logger
|
|
4380
4446
|
|
|
@@ -4455,6 +4521,7 @@ module OCI
|
|
|
4455
4521
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
4456
4522
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4457
4523
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LabelPriorityCollection LabelPriorityCollection}
|
|
4524
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_label_priorities.rb.html) to see an example of how to use list_label_priorities API.
|
|
4458
4525
|
def list_label_priorities(namespace_name, opts = {})
|
|
4459
4526
|
logger.debug 'Calling operation LogAnalyticsClient#list_label_priorities.' if logger
|
|
4460
4527
|
|
|
@@ -4519,6 +4586,7 @@ module OCI
|
|
|
4519
4586
|
# Allowed values are: sourceDisplayName, labelFieldDisplayName
|
|
4520
4587
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4521
4588
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LabelSourceCollection LabelSourceCollection}
|
|
4589
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_label_source_details.rb.html) to see an example of how to use list_label_source_details API.
|
|
4522
4590
|
def list_label_source_details(namespace_name, opts = {})
|
|
4523
4591
|
logger.debug 'Calling operation LogAnalyticsClient#list_label_source_details.' if logger
|
|
4524
4592
|
|
|
@@ -4602,6 +4670,7 @@ module OCI
|
|
|
4602
4670
|
# Allowed values are: name, priority, sourceUsing
|
|
4603
4671
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4604
4672
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLabelCollection LogAnalyticsLabelCollection}
|
|
4673
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_labels.rb.html) to see an example of how to use list_labels API.
|
|
4605
4674
|
def list_labels(namespace_name, opts = {})
|
|
4606
4675
|
logger.debug 'Calling operation LogAnalyticsClient#list_labels.' if logger
|
|
4607
4676
|
|
|
@@ -4718,6 +4787,7 @@ module OCI
|
|
|
4718
4787
|
# Allowed values are: timeCreated, timeUpdated, name
|
|
4719
4788
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4720
4789
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntityCollection LogAnalyticsEntityCollection}
|
|
4790
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_log_analytics_entities.rb.html) to see an example of how to use list_log_analytics_entities API.
|
|
4721
4791
|
def list_log_analytics_entities(namespace_name, compartment_id, opts = {})
|
|
4722
4792
|
logger.debug 'Calling operation LogAnalyticsClient#list_log_analytics_entities.' if logger
|
|
4723
4793
|
|
|
@@ -4824,6 +4894,7 @@ module OCI
|
|
|
4824
4894
|
# Allowed values are: timeCreated, timeUpdated, name
|
|
4825
4895
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4826
4896
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntityTypeCollection LogAnalyticsEntityTypeCollection}
|
|
4897
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_log_analytics_entity_types.rb.html) to see an example of how to use list_log_analytics_entity_types API.
|
|
4827
4898
|
def list_log_analytics_entity_types(namespace_name, opts = {})
|
|
4828
4899
|
logger.debug 'Calling operation LogAnalyticsClient#list_log_analytics_entity_types.' if logger
|
|
4829
4900
|
|
|
@@ -4914,6 +4985,7 @@ module OCI
|
|
|
4914
4985
|
# Allowed values are: timeCreated, timeUpdated, displayName
|
|
4915
4986
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4916
4987
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLogGroupSummaryCollection LogAnalyticsLogGroupSummaryCollection}
|
|
4988
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_log_analytics_log_groups.rb.html) to see an example of how to use list_log_analytics_log_groups API.
|
|
4917
4989
|
def list_log_analytics_log_groups(namespace_name, compartment_id, opts = {})
|
|
4918
4990
|
logger.debug 'Calling operation LogAnalyticsClient#list_log_analytics_log_groups.' if logger
|
|
4919
4991
|
|
|
@@ -4996,6 +5068,7 @@ module OCI
|
|
|
4996
5068
|
# Allowed values are: timeUpdated, timeCreated, name
|
|
4997
5069
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
4998
5070
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsObjectCollectionRuleCollection LogAnalyticsObjectCollectionRuleCollection}
|
|
5071
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_log_analytics_object_collection_rules.rb.html) to see an example of how to use list_log_analytics_object_collection_rules API.
|
|
4999
5072
|
def list_log_analytics_object_collection_rules(namespace_name, compartment_id, opts = {})
|
|
5000
5073
|
logger.debug 'Calling operation LogAnalyticsClient#list_log_analytics_object_collection_rules.' if logger
|
|
5001
5074
|
|
|
@@ -5076,6 +5149,7 @@ module OCI
|
|
|
5076
5149
|
# Allowed values are: ASC, DESC
|
|
5077
5150
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5078
5151
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsMetaSourceTypeCollection LogAnalyticsMetaSourceTypeCollection}
|
|
5152
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_meta_source_types.rb.html) to see an example of how to use list_meta_source_types API.
|
|
5079
5153
|
def list_meta_source_types(namespace_name, opts = {})
|
|
5080
5154
|
logger.debug 'Calling operation LogAnalyticsClient#list_meta_source_types.' if logger
|
|
5081
5155
|
|
|
@@ -5139,6 +5213,7 @@ module OCI
|
|
|
5139
5213
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
5140
5214
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5141
5215
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::NamespaceCollection NamespaceCollection}
|
|
5216
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_namespaces.rb.html) to see an example of how to use list_namespaces API.
|
|
5142
5217
|
def list_namespaces(compartment_id, opts = {})
|
|
5143
5218
|
logger.debug 'Calling operation LogAnalyticsClient#list_namespaces.' if logger
|
|
5144
5219
|
|
|
@@ -5200,6 +5275,7 @@ module OCI
|
|
|
5200
5275
|
# Allowed values are: ASC, DESC
|
|
5201
5276
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5202
5277
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsParserFunctionCollection LogAnalyticsParserFunctionCollection}
|
|
5278
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_parser_functions.rb.html) to see an example of how to use list_parser_functions API.
|
|
5203
5279
|
def list_parser_functions(namespace_name, opts = {})
|
|
5204
5280
|
logger.debug 'Calling operation LogAnalyticsClient#list_parser_functions.' if logger
|
|
5205
5281
|
|
|
@@ -5269,6 +5345,7 @@ module OCI
|
|
|
5269
5345
|
# Allowed values are: ASC, DESC
|
|
5270
5346
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5271
5347
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsParserMetaPluginCollection LogAnalyticsParserMetaPluginCollection}
|
|
5348
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_parser_meta_plugins.rb.html) to see an example of how to use list_parser_meta_plugins API.
|
|
5272
5349
|
def list_parser_meta_plugins(namespace_name, opts = {})
|
|
5273
5350
|
logger.debug 'Calling operation LogAnalyticsClient#list_parser_meta_plugins.' if logger
|
|
5274
5351
|
|
|
@@ -5348,6 +5425,7 @@ module OCI
|
|
|
5348
5425
|
# Allowed values are: name, type, sourcesCount, timeUpdated
|
|
5349
5426
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5350
5427
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsParserCollection LogAnalyticsParserCollection}
|
|
5428
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_parsers.rb.html) to see an example of how to use list_parsers API.
|
|
5351
5429
|
def list_parsers(namespace_name, opts = {})
|
|
5352
5430
|
logger.debug 'Calling operation LogAnalyticsClient#list_parsers.' if logger
|
|
5353
5431
|
|
|
@@ -5442,6 +5520,7 @@ module OCI
|
|
|
5442
5520
|
# (default to tinmeStarted)
|
|
5443
5521
|
# Allowed values are: timeStarted, timeExpires
|
|
5444
5522
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::QueryWorkRequestCollection QueryWorkRequestCollection}
|
|
5523
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_query_work_requests.rb.html) to see an example of how to use list_query_work_requests API.
|
|
5445
5524
|
def list_query_work_requests(namespace_name, compartment_id, opts = {})
|
|
5446
5525
|
logger.debug 'Calling operation LogAnalyticsClient#list_query_work_requests.' if logger
|
|
5447
5526
|
|
|
@@ -5527,6 +5606,7 @@ module OCI
|
|
|
5527
5606
|
# (default to timeCreated)
|
|
5528
5607
|
# Allowed values are: timeCreated, timeUpdated, displayName
|
|
5529
5608
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ScheduledTaskCollection ScheduledTaskCollection}
|
|
5609
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_scheduled_tasks.rb.html) to see an example of how to use list_scheduled_tasks API.
|
|
5530
5610
|
def list_scheduled_tasks(namespace_name, task_type, compartment_id, opts = {})
|
|
5531
5611
|
logger.debug 'Calling operation LogAnalyticsClient#list_scheduled_tasks.' if logger
|
|
5532
5612
|
|
|
@@ -5616,6 +5696,7 @@ module OCI
|
|
|
5616
5696
|
# @option opts [String] :sort_by sort by field (default to entityName)
|
|
5617
5697
|
# Allowed values are: entityName, timeLastAttempted, status
|
|
5618
5698
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsAssociationCollection LogAnalyticsAssociationCollection}
|
|
5699
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_source_associations.rb.html) to see an example of how to use list_source_associations API.
|
|
5619
5700
|
def list_source_associations(namespace_name, source_name, compartment_id, opts = {})
|
|
5620
5701
|
logger.debug 'Calling operation LogAnalyticsClient#list_source_associations.' if logger
|
|
5621
5702
|
|
|
@@ -5701,6 +5782,7 @@ module OCI
|
|
|
5701
5782
|
# Allowed values are: ASC, DESC
|
|
5702
5783
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5703
5784
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsSourceExtendedFieldDefinitionCollection LogAnalyticsSourceExtendedFieldDefinitionCollection}
|
|
5785
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_source_extended_field_definitions.rb.html) to see an example of how to use list_source_extended_field_definitions API.
|
|
5704
5786
|
def list_source_extended_field_definitions(namespace_name, source_name, opts = {})
|
|
5705
5787
|
logger.debug 'Calling operation LogAnalyticsClient#list_source_extended_field_definitions.' if logger
|
|
5706
5788
|
|
|
@@ -5775,6 +5857,7 @@ module OCI
|
|
|
5775
5857
|
# Allowed values are: ASC, DESC
|
|
5776
5858
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5777
5859
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLabelOperatorCollection LogAnalyticsLabelOperatorCollection}
|
|
5860
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_source_label_operators.rb.html) to see an example of how to use list_source_label_operators API.
|
|
5778
5861
|
def list_source_label_operators(namespace_name, opts = {})
|
|
5779
5862
|
logger.debug 'Calling operation LogAnalyticsClient#list_source_label_operators.' if logger
|
|
5780
5863
|
|
|
@@ -5843,6 +5926,7 @@ module OCI
|
|
|
5843
5926
|
# Allowed values are: ASC, DESC
|
|
5844
5927
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5845
5928
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsMetaFunctionCollection LogAnalyticsMetaFunctionCollection}
|
|
5929
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_source_meta_functions.rb.html) to see an example of how to use list_source_meta_functions API.
|
|
5846
5930
|
def list_source_meta_functions(namespace_name, opts = {})
|
|
5847
5931
|
logger.debug 'Calling operation LogAnalyticsClient#list_source_meta_functions.' if logger
|
|
5848
5932
|
|
|
@@ -5914,6 +5998,7 @@ module OCI
|
|
|
5914
5998
|
# Allowed values are: ASC, DESC
|
|
5915
5999
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
5916
6000
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsSourcePatternCollection LogAnalyticsSourcePatternCollection}
|
|
6001
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_source_patterns.rb.html) to see an example of how to use list_source_patterns API.
|
|
5917
6002
|
def list_source_patterns(namespace_name, source_name, opts = {})
|
|
5918
6003
|
logger.debug 'Calling operation LogAnalyticsClient#list_source_patterns.' if logger
|
|
5919
6004
|
|
|
@@ -6001,6 +6086,7 @@ module OCI
|
|
|
6001
6086
|
# @option opts [BOOLEAN] :is_simplified is simplified
|
|
6002
6087
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6003
6088
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsSourceCollection LogAnalyticsSourceCollection}
|
|
6089
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_sources.rb.html) to see an example of how to use list_sources API.
|
|
6004
6090
|
def list_sources(namespace_name, compartment_id, opts = {})
|
|
6005
6091
|
logger.debug 'Calling operation LogAnalyticsClient#list_sources.' if logger
|
|
6006
6092
|
|
|
@@ -6089,6 +6175,7 @@ module OCI
|
|
|
6089
6175
|
# (default to timeCreated)
|
|
6090
6176
|
# Allowed values are: timeCreated
|
|
6091
6177
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
|
|
6178
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_storage_work_request_errors.rb.html) to see an example of how to use list_storage_work_request_errors API.
|
|
6092
6179
|
def list_storage_work_request_errors(compartment_id, work_request_id, namespace_name, opts = {})
|
|
6093
6180
|
logger.debug 'Calling operation LogAnalyticsClient#list_storage_work_request_errors.' if logger
|
|
6094
6181
|
|
|
@@ -6176,6 +6263,7 @@ module OCI
|
|
|
6176
6263
|
# @option opts [String] :policy_name This is the query parameter of purge policy name
|
|
6177
6264
|
# @option opts [String] :policy_id This is the query parameter of purge policy ID
|
|
6178
6265
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::StorageWorkRequestCollection StorageWorkRequestCollection}
|
|
6266
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_storage_work_requests.rb.html) to see an example of how to use list_storage_work_requests API.
|
|
6179
6267
|
def list_storage_work_requests(compartment_id, namespace_name, opts = {})
|
|
6180
6268
|
logger.debug 'Calling operation LogAnalyticsClient#list_storage_work_requests.' if logger
|
|
6181
6269
|
|
|
@@ -6260,6 +6348,7 @@ module OCI
|
|
|
6260
6348
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
6261
6349
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6262
6350
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::CharEncodingCollection CharEncodingCollection}
|
|
6351
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_supported_char_encodings.rb.html) to see an example of how to use list_supported_char_encodings API.
|
|
6263
6352
|
def list_supported_char_encodings(namespace_name, opts = {})
|
|
6264
6353
|
logger.debug 'Calling operation LogAnalyticsClient#list_supported_char_encodings.' if logger
|
|
6265
6354
|
|
|
@@ -6318,6 +6407,7 @@ module OCI
|
|
|
6318
6407
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
6319
6408
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6320
6409
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::TimezoneCollection TimezoneCollection}
|
|
6410
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_supported_timezones.rb.html) to see an example of how to use list_supported_timezones API.
|
|
6321
6411
|
def list_supported_timezones(namespace_name, opts = {})
|
|
6322
6412
|
logger.debug 'Calling operation LogAnalyticsClient#list_supported_timezones.' if logger
|
|
6323
6413
|
|
|
@@ -6386,6 +6476,7 @@ module OCI
|
|
|
6386
6476
|
# Allowed values are: IN_PROGRESS, SUCCESSFUL, FAILED
|
|
6387
6477
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6388
6478
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::UploadFileCollection UploadFileCollection}
|
|
6479
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_upload_files.rb.html) to see an example of how to use list_upload_files API.
|
|
6389
6480
|
def list_upload_files(namespace_name, upload_reference, opts = {})
|
|
6390
6481
|
logger.debug 'Calling operation LogAnalyticsClient#list_upload_files.' if logger
|
|
6391
6482
|
|
|
@@ -6469,6 +6560,7 @@ module OCI
|
|
|
6469
6560
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
6470
6561
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6471
6562
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::UploadWarningCollection UploadWarningCollection}
|
|
6563
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_upload_warnings.rb.html) to see an example of how to use list_upload_warnings API.
|
|
6472
6564
|
def list_upload_warnings(namespace_name, upload_reference, opts = {})
|
|
6473
6565
|
logger.debug 'Calling operation LogAnalyticsClient#list_upload_warnings.' if logger
|
|
6474
6566
|
|
|
@@ -6541,6 +6633,7 @@ module OCI
|
|
|
6541
6633
|
# Allowed values are: timeUpdated, timeCreated, name
|
|
6542
6634
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6543
6635
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::UploadCollection UploadCollection}
|
|
6636
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_uploads.rb.html) to see an example of how to use list_uploads API.
|
|
6544
6637
|
def list_uploads(namespace_name, opts = {})
|
|
6545
6638
|
logger.debug 'Calling operation LogAnalyticsClient#list_uploads.' if logger
|
|
6546
6639
|
|
|
@@ -6613,6 +6706,7 @@ module OCI
|
|
|
6613
6706
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
6614
6707
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
6615
6708
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
|
|
6709
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
6616
6710
|
def list_work_request_errors(namespace_name, work_request_id, opts = {})
|
|
6617
6711
|
logger.debug 'Calling operation LogAnalyticsClient#list_work_request_errors.' if logger
|
|
6618
6712
|
|
|
@@ -6675,6 +6769,7 @@ module OCI
|
|
|
6675
6769
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
6676
6770
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
6677
6771
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::WorkRequestLogCollection WorkRequestLogCollection}
|
|
6772
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
6678
6773
|
def list_work_request_logs(namespace_name, work_request_id, opts = {})
|
|
6679
6774
|
logger.debug 'Calling operation LogAnalyticsClient#list_work_request_logs.' if logger
|
|
6680
6775
|
|
|
@@ -6737,6 +6832,7 @@ module OCI
|
|
|
6737
6832
|
# @option opts [String] :page The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
6738
6833
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 10)
|
|
6739
6834
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::WorkRequestCollection WorkRequestCollection}
|
|
6835
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
6740
6836
|
def list_work_requests(namespace_name, compartment_id, opts = {})
|
|
6741
6837
|
logger.debug 'Calling operation LogAnalyticsClient#list_work_requests.' if logger
|
|
6742
6838
|
|
|
@@ -6801,6 +6897,7 @@ module OCI
|
|
|
6801
6897
|
# might be rejected.
|
|
6802
6898
|
#
|
|
6803
6899
|
# @return [Response] A Response object with data of type nil
|
|
6900
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/offboard_namespace.rb.html) to see an example of how to use offboard_namespace API.
|
|
6804
6901
|
def offboard_namespace(namespace_name, opts = {})
|
|
6805
6902
|
logger.debug 'Calling operation LogAnalyticsClient#offboard_namespace.' if logger
|
|
6806
6903
|
|
|
@@ -6863,6 +6960,7 @@ module OCI
|
|
|
6863
6960
|
#
|
|
6864
6961
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6865
6962
|
# @return [Response] A Response object with data of type nil
|
|
6963
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/onboard_namespace.rb.html) to see an example of how to use onboard_namespace API.
|
|
6866
6964
|
def onboard_namespace(namespace_name, opts = {})
|
|
6867
6965
|
logger.debug 'Calling operation LogAnalyticsClient#onboard_namespace.' if logger
|
|
6868
6966
|
|
|
@@ -6919,6 +7017,7 @@ module OCI
|
|
|
6919
7017
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
6920
7018
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
6921
7019
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ParseQueryOutput ParseQueryOutput}
|
|
7020
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/parse_query.rb.html) to see an example of how to use parse_query API.
|
|
6922
7021
|
def parse_query(namespace_name, parse_query_details, opts = {})
|
|
6923
7022
|
logger.debug 'Calling operation LogAnalyticsClient#parse_query.' if logger
|
|
6924
7023
|
|
|
@@ -6989,6 +7088,7 @@ module OCI
|
|
|
6989
7088
|
# provide matches the resource's current etag value.
|
|
6990
7089
|
#
|
|
6991
7090
|
# @return [Response] A Response object with data of type nil
|
|
7091
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/purge_storage_data.rb.html) to see an example of how to use purge_storage_data API.
|
|
6992
7092
|
def purge_storage_data(namespace_name, purge_storage_data_details, opts = {})
|
|
6993
7093
|
logger.debug 'Calling operation LogAnalyticsClient#purge_storage_data.' if logger
|
|
6994
7094
|
|
|
@@ -7053,6 +7153,7 @@ module OCI
|
|
|
7053
7153
|
# provide matches the resource's current etag value.
|
|
7054
7154
|
#
|
|
7055
7155
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::QueryWorkRequest QueryWorkRequest}
|
|
7156
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/put_query_work_request_background.rb.html) to see an example of how to use put_query_work_request_background API.
|
|
7056
7157
|
def put_query_work_request_background(namespace_name, work_request_id, opts = {})
|
|
7057
7158
|
logger.debug 'Calling operation LogAnalyticsClient#put_query_work_request_background.' if logger
|
|
7058
7159
|
|
|
@@ -7114,6 +7215,7 @@ module OCI
|
|
|
7114
7215
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
7115
7216
|
# @option opts [Integer] :limit Maximum number of results to return in this request. Note a limit=-1 returns all results from pageId onwards up to maxtotalCount. (default to 10)
|
|
7116
7217
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::QueryAggregation QueryAggregation}
|
|
7218
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/query.rb.html) to see an example of how to use query API.
|
|
7117
7219
|
def query(namespace_name, query_details, opts = {})
|
|
7118
7220
|
logger.debug 'Calling operation LogAnalyticsClient#query.' if logger
|
|
7119
7221
|
|
|
@@ -7185,6 +7287,7 @@ module OCI
|
|
|
7185
7287
|
# provide matches the resource's current etag value.
|
|
7186
7288
|
#
|
|
7187
7289
|
# @return [Response] A Response object with data of type nil
|
|
7290
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/recall_archived_data.rb.html) to see an example of how to use recall_archived_data API.
|
|
7188
7291
|
def recall_archived_data(namespace_name, recall_archived_data_details, opts = {})
|
|
7189
7292
|
logger.debug 'Calling operation LogAnalyticsClient#recall_archived_data.' if logger
|
|
7190
7293
|
|
|
@@ -7257,6 +7360,7 @@ module OCI
|
|
|
7257
7360
|
#
|
|
7258
7361
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
7259
7362
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLookup LogAnalyticsLookup}
|
|
7363
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/register_lookup.rb.html) to see an example of how to use register_lookup API.
|
|
7260
7364
|
def register_lookup(namespace_name, type, register_lookup_content_file_body, opts = {})
|
|
7261
7365
|
logger.debug 'Calling operation LogAnalyticsClient#register_lookup.' if logger
|
|
7262
7366
|
|
|
@@ -7337,6 +7441,7 @@ module OCI
|
|
|
7337
7441
|
# provide matches the resource's current etag value.
|
|
7338
7442
|
#
|
|
7339
7443
|
# @return [Response] A Response object with data of type nil
|
|
7444
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/release_recalled_data.rb.html) to see an example of how to use release_recalled_data API.
|
|
7340
7445
|
def release_recalled_data(namespace_name, release_recalled_data_details, opts = {})
|
|
7341
7446
|
logger.debug 'Calling operation LogAnalyticsClient#release_recalled_data.' if logger
|
|
7342
7447
|
|
|
@@ -7409,6 +7514,7 @@ module OCI
|
|
|
7409
7514
|
# might be rejected.
|
|
7410
7515
|
#
|
|
7411
7516
|
# @return [Response] A Response object with data of type nil
|
|
7517
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/remove_entity_associations.rb.html) to see an example of how to use remove_entity_associations API.
|
|
7412
7518
|
def remove_entity_associations(namespace_name, log_analytics_entity_id, remove_entity_associations_details, opts = {})
|
|
7413
7519
|
logger.debug 'Calling operation LogAnalyticsClient#remove_entity_associations.' if logger
|
|
7414
7520
|
|
|
@@ -7486,6 +7592,7 @@ module OCI
|
|
|
7486
7592
|
# might be rejected.
|
|
7487
7593
|
#
|
|
7488
7594
|
# @return [Response] A Response object with data of type nil
|
|
7595
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/run.rb.html) to see an example of how to use run API.
|
|
7489
7596
|
def run(namespace_name, scheduled_task_id, opts = {})
|
|
7490
7597
|
logger.debug 'Calling operation LogAnalyticsClient#run.' if logger
|
|
7491
7598
|
|
|
@@ -7546,6 +7653,7 @@ module OCI
|
|
|
7546
7653
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
7547
7654
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
7548
7655
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::SuggestOutput SuggestOutput}
|
|
7656
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/suggest.rb.html) to see an example of how to use suggest API.
|
|
7549
7657
|
def suggest(namespace_name, suggest_details, opts = {})
|
|
7550
7658
|
logger.debug 'Calling operation LogAnalyticsClient#suggest.' if logger
|
|
7551
7659
|
|
|
@@ -7611,6 +7719,7 @@ module OCI
|
|
|
7611
7719
|
#
|
|
7612
7720
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
7613
7721
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ParserTestResult ParserTestResult}
|
|
7722
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/test_parser.rb.html) to see an example of how to use test_parser API.
|
|
7614
7723
|
def test_parser(namespace_name, test_parser_payload_details, opts = {})
|
|
7615
7724
|
logger.debug 'Calling operation LogAnalyticsClient#test_parser.' if logger
|
|
7616
7725
|
|
|
@@ -7683,6 +7792,7 @@ module OCI
|
|
|
7683
7792
|
#
|
|
7684
7793
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
7685
7794
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsEntity LogAnalyticsEntity}
|
|
7795
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/update_log_analytics_entity.rb.html) to see an example of how to use update_log_analytics_entity API.
|
|
7686
7796
|
def update_log_analytics_entity(namespace_name, log_analytics_entity_id, update_log_analytics_entity_details, opts = {})
|
|
7687
7797
|
logger.debug 'Calling operation LogAnalyticsClient#update_log_analytics_entity.' if logger
|
|
7688
7798
|
|
|
@@ -7750,6 +7860,7 @@ module OCI
|
|
|
7750
7860
|
# provide matches the resource's current etag value.
|
|
7751
7861
|
#
|
|
7752
7862
|
# @return [Response] A Response object with data of type nil
|
|
7863
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/update_log_analytics_entity_type.rb.html) to see an example of how to use update_log_analytics_entity_type API.
|
|
7753
7864
|
def update_log_analytics_entity_type(namespace_name, update_log_analytics_entity_type_details, entity_type_name, opts = {})
|
|
7754
7865
|
logger.debug 'Calling operation LogAnalyticsClient#update_log_analytics_entity_type.' if logger
|
|
7755
7866
|
|
|
@@ -7815,6 +7926,7 @@ module OCI
|
|
|
7815
7926
|
#
|
|
7816
7927
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
7817
7928
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLogGroup LogAnalyticsLogGroup}
|
|
7929
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/update_log_analytics_log_group.rb.html) to see an example of how to use update_log_analytics_log_group API.
|
|
7818
7930
|
def update_log_analytics_log_group(namespace_name, log_analytics_log_group_id, update_log_analytics_log_group_details, opts = {})
|
|
7819
7931
|
logger.debug 'Calling operation LogAnalyticsClient#update_log_analytics_log_group.' if logger
|
|
7820
7932
|
|
|
@@ -7881,6 +7993,7 @@ module OCI
|
|
|
7881
7993
|
#
|
|
7882
7994
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
7883
7995
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsObjectCollectionRule LogAnalyticsObjectCollectionRule}
|
|
7996
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/update_log_analytics_object_collection_rule.rb.html) to see an example of how to use update_log_analytics_object_collection_rule API.
|
|
7884
7997
|
def update_log_analytics_object_collection_rule(namespace_name, log_analytics_object_collection_rule_id, update_log_analytics_object_collection_rule_details, opts = {})
|
|
7885
7998
|
logger.debug 'Calling operation LogAnalyticsClient#update_log_analytics_object_collection_rule.' if logger
|
|
7886
7999
|
|
|
@@ -7951,6 +8064,7 @@ module OCI
|
|
|
7951
8064
|
# provide matches the resource's current etag value.
|
|
7952
8065
|
#
|
|
7953
8066
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ScheduledTask ScheduledTask}
|
|
8067
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/update_scheduled_task.rb.html) to see an example of how to use update_scheduled_task API.
|
|
7954
8068
|
def update_scheduled_task(namespace_name, scheduled_task_id, update_scheduled_task_details, opts = {})
|
|
7955
8069
|
logger.debug 'Calling operation LogAnalyticsClient#update_scheduled_task.' if logger
|
|
7956
8070
|
|
|
@@ -8017,6 +8131,7 @@ module OCI
|
|
|
8017
8131
|
# provide matches the resource's current etag value.
|
|
8018
8132
|
#
|
|
8019
8133
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::Storage Storage}
|
|
8134
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/update_storage.rb.html) to see an example of how to use update_storage API.
|
|
8020
8135
|
def update_storage(namespace_name, update_storage_details, opts = {})
|
|
8021
8136
|
logger.debug 'Calling operation LogAnalyticsClient#update_storage.' if logger
|
|
8022
8137
|
|
|
@@ -8106,6 +8221,7 @@ module OCI
|
|
|
8106
8221
|
# might be rejected.
|
|
8107
8222
|
#
|
|
8108
8223
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::Upload Upload}
|
|
8224
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/upload_log_file.rb.html) to see an example of how to use upload_log_file API.
|
|
8109
8225
|
def upload_log_file(namespace_name, upload_name, log_source_name, filename, opc_meta_loggrpid, upload_log_file_body, opts = {})
|
|
8110
8226
|
logger.debug 'Calling operation LogAnalyticsClient#upload_log_file.' if logger
|
|
8111
8227
|
|
|
@@ -8187,6 +8303,7 @@ module OCI
|
|
|
8187
8303
|
#
|
|
8188
8304
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
8189
8305
|
# @return [Response] A Response object with data of type nil
|
|
8306
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/upsert_associations.rb.html) to see an example of how to use upsert_associations API.
|
|
8190
8307
|
def upsert_associations(namespace_name, upsert_log_analytics_association_details, opts = {})
|
|
8191
8308
|
logger.debug 'Calling operation LogAnalyticsClient#upsert_associations.' if logger
|
|
8192
8309
|
|
|
@@ -8257,6 +8374,7 @@ module OCI
|
|
|
8257
8374
|
# provide matches the resource's current etag value.
|
|
8258
8375
|
#
|
|
8259
8376
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsField LogAnalyticsField}
|
|
8377
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/upsert_field.rb.html) to see an example of how to use upsert_field API.
|
|
8260
8378
|
def upsert_field(namespace_name, upsert_log_analytics_field_details, opts = {})
|
|
8261
8379
|
logger.debug 'Calling operation LogAnalyticsClient#upsert_field.' if logger
|
|
8262
8380
|
|
|
@@ -8328,6 +8446,7 @@ module OCI
|
|
|
8328
8446
|
# provide matches the resource's current etag value.
|
|
8329
8447
|
#
|
|
8330
8448
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsLabel LogAnalyticsLabel}
|
|
8449
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/upsert_label.rb.html) to see an example of how to use upsert_label API.
|
|
8331
8450
|
def upsert_label(namespace_name, upsert_log_analytics_label_details, opts = {})
|
|
8332
8451
|
logger.debug 'Calling operation LogAnalyticsClient#upsert_label.' if logger
|
|
8333
8452
|
|
|
@@ -8399,6 +8518,7 @@ module OCI
|
|
|
8399
8518
|
# provide matches the resource's current etag value.
|
|
8400
8519
|
#
|
|
8401
8520
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsParser LogAnalyticsParser}
|
|
8521
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/upsert_parser.rb.html) to see an example of how to use upsert_parser API.
|
|
8402
8522
|
def upsert_parser(namespace_name, upsert_log_analytics_parser_details, opts = {})
|
|
8403
8523
|
logger.debug 'Calling operation LogAnalyticsClient#upsert_parser.' if logger
|
|
8404
8524
|
|
|
@@ -8473,6 +8593,7 @@ module OCI
|
|
|
8473
8593
|
# provide matches the resource's current etag value.
|
|
8474
8594
|
#
|
|
8475
8595
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsSource LogAnalyticsSource}
|
|
8596
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/upsert_source.rb.html) to see an example of how to use upsert_source API.
|
|
8476
8597
|
def upsert_source(namespace_name, upsert_log_analytics_source_details, opts = {})
|
|
8477
8598
|
logger.debug 'Calling operation LogAnalyticsClient#upsert_source.' if logger
|
|
8478
8599
|
|
|
@@ -8548,6 +8669,7 @@ module OCI
|
|
|
8548
8669
|
#
|
|
8549
8670
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
8550
8671
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::LogAnalyticsAssociationParameterCollection LogAnalyticsAssociationParameterCollection}
|
|
8672
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/validate_association_parameters.rb.html) to see an example of how to use validate_association_parameters API.
|
|
8551
8673
|
def validate_association_parameters(namespace_name, upsert_log_analytics_association_details, opts = {})
|
|
8552
8674
|
logger.debug 'Calling operation LogAnalyticsClient#validate_association_parameters.' if logger
|
|
8553
8675
|
|
|
@@ -8620,6 +8742,7 @@ module OCI
|
|
|
8620
8742
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
8621
8743
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
8622
8744
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::FileValidationResponse FileValidationResponse}
|
|
8745
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/validate_file.rb.html) to see an example of how to use validate_file API.
|
|
8623
8746
|
def validate_file(namespace_name, object_location, filename, opts = {})
|
|
8624
8747
|
logger.debug 'Calling operation LogAnalyticsClient#validate_file.' if logger
|
|
8625
8748
|
|
|
@@ -8688,6 +8811,7 @@ module OCI
|
|
|
8688
8811
|
#
|
|
8689
8812
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
8690
8813
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::SourceValidateResults SourceValidateResults}
|
|
8814
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/validate_source.rb.html) to see an example of how to use validate_source API.
|
|
8691
8815
|
def validate_source(namespace_name, upsert_log_analytics_source_details, opts = {})
|
|
8692
8816
|
logger.debug 'Calling operation LogAnalyticsClient#validate_source.' if logger
|
|
8693
8817
|
|
|
@@ -8755,6 +8879,7 @@ module OCI
|
|
|
8755
8879
|
#
|
|
8756
8880
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
8757
8881
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::ExtendedFieldsValidationResult ExtendedFieldsValidationResult}
|
|
8882
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/validate_source_extended_field_details.rb.html) to see an example of how to use validate_source_extended_field_details API.
|
|
8758
8883
|
def validate_source_extended_field_details(namespace_name, log_analytics_source, opts = {})
|
|
8759
8884
|
logger.debug 'Calling operation LogAnalyticsClient#validate_source_extended_field_details.' if logger
|
|
8760
8885
|
|
|
@@ -8817,6 +8942,7 @@ module OCI
|
|
|
8817
8942
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
8818
8943
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
8819
8944
|
# @return [Response] A Response object with data of type {OCI::LogAnalytics::Models::SourceMappingResponse SourceMappingResponse}
|
|
8945
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/loganalytics/validate_source_mapping.rb.html) to see an example of how to use validate_source_mapping API.
|
|
8820
8946
|
def validate_source_mapping(namespace_name, object_location, filename, log_source_name, opts = {})
|
|
8821
8947
|
logger.debug 'Calling operation LogAnalyticsClient#validate_source_mapping.' if logger
|
|
8822
8948
|
|