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
|
@@ -0,0 +1,179 @@
|
|
|
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
|
+
require_relative 'update_channel_target_details'
|
|
6
|
+
|
|
7
|
+
# rubocop:disable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
8
|
+
module OCI
|
|
9
|
+
# Parameters detailing how to provision the target endpoint that is a DB System.
|
|
10
|
+
class Mysql::Models::UpdateChannelTargetFromDbSystemDetails < Mysql::Models::UpdateChannelTargetDetails
|
|
11
|
+
# The case-insensitive name that identifies the replication channel. Channel names
|
|
12
|
+
# must follow the rules defined for [MySQL identifiers](https://dev.mysql.com/doc/refman/8.0/en/identifiers.html).
|
|
13
|
+
# The names of non-Deleted Channels must be unique for each DB System.
|
|
14
|
+
#
|
|
15
|
+
# @return [String]
|
|
16
|
+
attr_accessor :channel_name
|
|
17
|
+
|
|
18
|
+
# The username for the replication applier of the target MySQL DB System.
|
|
19
|
+
# @return [String]
|
|
20
|
+
attr_accessor :applier_username
|
|
21
|
+
|
|
22
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
23
|
+
def self.attribute_map
|
|
24
|
+
{
|
|
25
|
+
# rubocop:disable Style/SymbolLiteral
|
|
26
|
+
'target_type': :'targetType',
|
|
27
|
+
'channel_name': :'channelName',
|
|
28
|
+
'applier_username': :'applierUsername'
|
|
29
|
+
# rubocop:enable Style/SymbolLiteral
|
|
30
|
+
}
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
# Attribute type mapping.
|
|
34
|
+
def self.swagger_types
|
|
35
|
+
{
|
|
36
|
+
# rubocop:disable Style/SymbolLiteral
|
|
37
|
+
'target_type': :'String',
|
|
38
|
+
'channel_name': :'String',
|
|
39
|
+
'applier_username': :'String'
|
|
40
|
+
# rubocop:enable Style/SymbolLiteral
|
|
41
|
+
}
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
45
|
+
# rubocop:disable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
# Initializes the object
|
|
49
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
50
|
+
# @option attributes [String] :channel_name The value to assign to the {#channel_name} property
|
|
51
|
+
# @option attributes [String] :applier_username The value to assign to the {#applier_username} property
|
|
52
|
+
def initialize(attributes = {})
|
|
53
|
+
return unless attributes.is_a?(Hash)
|
|
54
|
+
|
|
55
|
+
attributes['targetType'] = 'DBSYSTEM'
|
|
56
|
+
|
|
57
|
+
super(attributes)
|
|
58
|
+
|
|
59
|
+
# convert string to symbol for hash key
|
|
60
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
|
61
|
+
|
|
62
|
+
self.channel_name = attributes[:'channelName'] if attributes[:'channelName']
|
|
63
|
+
|
|
64
|
+
raise 'You cannot provide both :channelName and :channel_name' if attributes.key?(:'channelName') && attributes.key?(:'channel_name')
|
|
65
|
+
|
|
66
|
+
self.channel_name = attributes[:'channel_name'] if attributes[:'channel_name']
|
|
67
|
+
|
|
68
|
+
self.applier_username = attributes[:'applierUsername'] if attributes[:'applierUsername']
|
|
69
|
+
|
|
70
|
+
raise 'You cannot provide both :applierUsername and :applier_username' if attributes.key?(:'applierUsername') && attributes.key?(:'applier_username')
|
|
71
|
+
|
|
72
|
+
self.applier_username = attributes[:'applier_username'] if attributes[:'applier_username']
|
|
73
|
+
end
|
|
74
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity
|
|
75
|
+
# rubocop:enable Metrics/MethodLength, Layout/EmptyLines, Style/SymbolLiteral
|
|
76
|
+
|
|
77
|
+
# rubocop:disable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
# Checks equality by comparing each attribute.
|
|
81
|
+
# @param [Object] other the other object to be compared
|
|
82
|
+
def ==(other)
|
|
83
|
+
return true if equal?(other)
|
|
84
|
+
|
|
85
|
+
self.class == other.class &&
|
|
86
|
+
target_type == other.target_type &&
|
|
87
|
+
channel_name == other.channel_name &&
|
|
88
|
+
applier_username == other.applier_username
|
|
89
|
+
end
|
|
90
|
+
# rubocop:enable Metrics/CyclomaticComplexity, Metrics/AbcSize, Metrics/PerceivedComplexity, Layout/EmptyLines
|
|
91
|
+
|
|
92
|
+
# @see the `==` method
|
|
93
|
+
# @param [Object] other the other object to be compared
|
|
94
|
+
def eql?(other)
|
|
95
|
+
self == other
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
# Calculates hash code according to all attributes.
|
|
102
|
+
# @return [Fixnum] Hash code
|
|
103
|
+
def hash
|
|
104
|
+
[target_type, channel_name, applier_username].hash
|
|
105
|
+
end
|
|
106
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
107
|
+
|
|
108
|
+
# rubocop:disable Metrics/AbcSize, Layout/EmptyLines
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
# Builds the object from hash
|
|
112
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
113
|
+
# @return [Object] Returns the model itself
|
|
114
|
+
def build_from_hash(attributes)
|
|
115
|
+
return nil unless attributes.is_a?(Hash)
|
|
116
|
+
|
|
117
|
+
self.class.swagger_types.each_pair do |key, type|
|
|
118
|
+
if type =~ /^Array<(.*)>/i
|
|
119
|
+
# check to ensure the input is an array given that the the attribute
|
|
120
|
+
# is documented as an array but the input is not
|
|
121
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
122
|
+
public_method("#{key}=").call(
|
|
123
|
+
attributes[self.class.attribute_map[key]]
|
|
124
|
+
.map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) }
|
|
125
|
+
)
|
|
126
|
+
end
|
|
127
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
|
128
|
+
public_method("#{key}=").call(
|
|
129
|
+
OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]])
|
|
130
|
+
)
|
|
131
|
+
end
|
|
132
|
+
# or else data not found in attributes(hash), not an issue as the data can be optional
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
self
|
|
136
|
+
end
|
|
137
|
+
# rubocop:enable Metrics/AbcSize, Layout/EmptyLines
|
|
138
|
+
|
|
139
|
+
# Returns the string representation of the object
|
|
140
|
+
# @return [String] String presentation of the object
|
|
141
|
+
def to_s
|
|
142
|
+
to_hash.to_s
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
# Returns the object in the form of hash
|
|
146
|
+
# @return [Hash] Returns the object in the form of hash
|
|
147
|
+
def to_hash
|
|
148
|
+
hash = {}
|
|
149
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
150
|
+
value = public_method(attr).call
|
|
151
|
+
next if value.nil? && !instance_variable_defined?("@#{attr}")
|
|
152
|
+
|
|
153
|
+
hash[param] = _to_hash(value)
|
|
154
|
+
end
|
|
155
|
+
hash
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
private
|
|
159
|
+
|
|
160
|
+
# Outputs non-array value in the form of hash
|
|
161
|
+
# For object, use to_hash. Otherwise, just return the value
|
|
162
|
+
# @param [Object] value Any valid value
|
|
163
|
+
# @return [Hash] Returns the value in the form of hash
|
|
164
|
+
def _to_hash(value)
|
|
165
|
+
if value.is_a?(Array)
|
|
166
|
+
value.compact.map { |v| _to_hash(v) }
|
|
167
|
+
elsif value.is_a?(Hash)
|
|
168
|
+
{}.tap do |hash|
|
|
169
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
|
170
|
+
end
|
|
171
|
+
elsif value.respond_to? :to_hash
|
|
172
|
+
value.to_hash
|
|
173
|
+
else
|
|
174
|
+
value
|
|
175
|
+
end
|
|
176
|
+
end
|
|
177
|
+
end
|
|
178
|
+
end
|
|
179
|
+
# rubocop:enable Lint/UnneededCopDisableDirective, Metrics/LineLength
|
|
@@ -16,13 +16,13 @@ module OCI
|
|
|
16
16
|
# @return [String]
|
|
17
17
|
attr_accessor :display_name
|
|
18
18
|
|
|
19
|
-
# Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
19
|
+
# Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
20
20
|
# Example: `{\"bar-key\": \"value\"}`
|
|
21
21
|
#
|
|
22
22
|
# @return [Hash<String, String>]
|
|
23
23
|
attr_accessor :freeform_tags
|
|
24
24
|
|
|
25
|
-
#
|
|
25
|
+
# Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
26
26
|
# Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
27
27
|
#
|
|
28
28
|
# @return [Hash<String, Hash<String, Object>>]
|
data/lib/oci/mysql/mysql.rb
CHANGED
|
@@ -22,31 +22,52 @@ require 'oci/mysql/models/analytics_cluster_table_memory_estimate'
|
|
|
22
22
|
require 'oci/mysql/models/backup'
|
|
23
23
|
require 'oci/mysql/models/backup_policy'
|
|
24
24
|
require 'oci/mysql/models/backup_summary'
|
|
25
|
+
require 'oci/mysql/models/ca_certificate'
|
|
26
|
+
require 'oci/mysql/models/channel'
|
|
27
|
+
require 'oci/mysql/models/channel_source'
|
|
28
|
+
require 'oci/mysql/models/channel_source_mysql'
|
|
29
|
+
require 'oci/mysql/models/channel_summary'
|
|
30
|
+
require 'oci/mysql/models/channel_target'
|
|
31
|
+
require 'oci/mysql/models/channel_target_db_system'
|
|
25
32
|
require 'oci/mysql/models/configuration'
|
|
26
33
|
require 'oci/mysql/models/configuration_summary'
|
|
27
34
|
require 'oci/mysql/models/configuration_variables'
|
|
28
35
|
require 'oci/mysql/models/create_backup_details'
|
|
29
36
|
require 'oci/mysql/models/create_backup_policy_details'
|
|
37
|
+
require 'oci/mysql/models/create_channel_details'
|
|
38
|
+
require 'oci/mysql/models/create_channel_source_details'
|
|
39
|
+
require 'oci/mysql/models/create_channel_source_from_mysql_details'
|
|
40
|
+
require 'oci/mysql/models/create_channel_target_details'
|
|
41
|
+
require 'oci/mysql/models/create_channel_target_from_db_system_details'
|
|
30
42
|
require 'oci/mysql/models/create_configuration_details'
|
|
31
43
|
require 'oci/mysql/models/create_db_system_details'
|
|
32
44
|
require 'oci/mysql/models/create_db_system_source_details'
|
|
33
45
|
require 'oci/mysql/models/create_db_system_source_from_backup_details'
|
|
46
|
+
require 'oci/mysql/models/create_db_system_source_from_none_details'
|
|
34
47
|
require 'oci/mysql/models/create_db_system_source_import_from_url_details'
|
|
35
48
|
require 'oci/mysql/models/create_maintenance_details'
|
|
36
49
|
require 'oci/mysql/models/db_system'
|
|
37
50
|
require 'oci/mysql/models/db_system_endpoint'
|
|
51
|
+
require 'oci/mysql/models/db_system_snapshot'
|
|
38
52
|
require 'oci/mysql/models/db_system_source'
|
|
39
53
|
require 'oci/mysql/models/db_system_source_from_backup'
|
|
54
|
+
require 'oci/mysql/models/db_system_source_from_none'
|
|
40
55
|
require 'oci/mysql/models/db_system_source_import_from_url'
|
|
41
56
|
require 'oci/mysql/models/db_system_summary'
|
|
42
57
|
require 'oci/mysql/models/inno_db_shutdown_mode'
|
|
43
58
|
require 'oci/mysql/models/maintenance_details'
|
|
59
|
+
require 'oci/mysql/models/pem_ca_certificate'
|
|
44
60
|
require 'oci/mysql/models/restart_db_system_details'
|
|
45
61
|
require 'oci/mysql/models/shape_summary'
|
|
46
62
|
require 'oci/mysql/models/stop_db_system_details'
|
|
47
63
|
require 'oci/mysql/models/update_analytics_cluster_details'
|
|
48
64
|
require 'oci/mysql/models/update_backup_details'
|
|
49
65
|
require 'oci/mysql/models/update_backup_policy_details'
|
|
66
|
+
require 'oci/mysql/models/update_channel_details'
|
|
67
|
+
require 'oci/mysql/models/update_channel_source_details'
|
|
68
|
+
require 'oci/mysql/models/update_channel_source_from_mysql_details'
|
|
69
|
+
require 'oci/mysql/models/update_channel_target_details'
|
|
70
|
+
require 'oci/mysql/models/update_channel_target_from_db_system_details'
|
|
50
71
|
require 'oci/mysql/models/update_configuration_details'
|
|
51
72
|
require 'oci/mysql/models/update_db_system_details'
|
|
52
73
|
require 'oci/mysql/models/update_maintenance_details'
|
|
@@ -62,6 +83,8 @@ require 'oci/mysql/models/work_request_resource_action_type'
|
|
|
62
83
|
require 'oci/mysql/models/work_request_summary'
|
|
63
84
|
|
|
64
85
|
# Require generated clients
|
|
86
|
+
require 'oci/mysql/channels_client'
|
|
87
|
+
require 'oci/mysql/channels_client_composite_operations'
|
|
65
88
|
require 'oci/mysql/db_backups_client'
|
|
66
89
|
require 'oci/mysql/db_backups_client_composite_operations'
|
|
67
90
|
require 'oci/mysql/db_system_client'
|
|
@@ -115,6 +115,7 @@ module OCI
|
|
|
115
115
|
# creation request may be rejected).
|
|
116
116
|
#
|
|
117
117
|
# @return [Response] A Response object with data of type {OCI::Mysql::Models::Configuration Configuration}
|
|
118
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/create_configuration.rb.html) to see an example of how to use create_configuration API.
|
|
118
119
|
def create_configuration(create_configuration_details, opts = {})
|
|
119
120
|
logger.debug 'Calling operation MysqlaasClient#create_configuration.' if logger
|
|
120
121
|
|
|
@@ -180,6 +181,7 @@ module OCI
|
|
|
180
181
|
# ID that you supplied in this header with the request.
|
|
181
182
|
#
|
|
182
183
|
# @return [Response] A Response object with data of type nil
|
|
184
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/delete_configuration.rb.html) to see an example of how to use delete_configuration API.
|
|
183
185
|
def delete_configuration(configuration_id, opts = {})
|
|
184
186
|
logger.debug 'Calling operation MysqlaasClient#delete_configuration.' if logger
|
|
185
187
|
|
|
@@ -243,6 +245,7 @@ module OCI
|
|
|
243
245
|
# 200 OK response with the updated representation.
|
|
244
246
|
#
|
|
245
247
|
# @return [Response] A Response object with data of type {OCI::Mysql::Models::Configuration Configuration}
|
|
248
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/get_configuration.rb.html) to see an example of how to use get_configuration API.
|
|
246
249
|
def get_configuration(configuration_id, opts = {})
|
|
247
250
|
logger.debug 'Calling operation MysqlaasClient#get_configuration.' if logger
|
|
248
251
|
|
|
@@ -326,6 +329,7 @@ module OCI
|
|
|
326
329
|
# Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
327
330
|
#
|
|
328
331
|
# @return [Response] A Response object with data of type Array<{OCI::Mysql::Models::ConfigurationSummary ConfigurationSummary}>
|
|
332
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/list_configurations.rb.html) to see an example of how to use list_configurations API.
|
|
329
333
|
def list_configurations(compartment_id, opts = {})
|
|
330
334
|
logger.debug 'Calling operation MysqlaasClient#list_configurations.' if logger
|
|
331
335
|
|
|
@@ -422,6 +426,7 @@ module OCI
|
|
|
422
426
|
# @option opts [String] :availability_domain The name of the Availability Domain.
|
|
423
427
|
# @option opts [String] :name Name
|
|
424
428
|
# @return [Response] A Response object with data of type Array<{OCI::Mysql::Models::ShapeSummary ShapeSummary}>
|
|
429
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/list_shapes.rb.html) to see an example of how to use list_shapes API.
|
|
425
430
|
def list_shapes(compartment_id, opts = {})
|
|
426
431
|
logger.debug 'Calling operation MysqlaasClient#list_shapes.' if logger
|
|
427
432
|
|
|
@@ -494,6 +499,7 @@ module OCI
|
|
|
494
499
|
# ID that you supplied in this header with the request.
|
|
495
500
|
#
|
|
496
501
|
# @return [Response] A Response object with data of type Array<{OCI::Mysql::Models::VersionSummary VersionSummary}>
|
|
502
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/list_versions.rb.html) to see an example of how to use list_versions API.
|
|
497
503
|
def list_versions(compartment_id, opts = {})
|
|
498
504
|
logger.debug 'Calling operation MysqlaasClient#list_versions.' if logger
|
|
499
505
|
|
|
@@ -557,6 +563,7 @@ module OCI
|
|
|
557
563
|
# ID that you supplied in this header with the request.
|
|
558
564
|
#
|
|
559
565
|
# @return [Response] A Response object with data of type {OCI::Mysql::Models::Configuration Configuration}
|
|
566
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/update_configuration.rb.html) to see an example of how to use update_configuration API.
|
|
560
567
|
def update_configuration(configuration_id, update_configuration_details, opts = {})
|
|
561
568
|
logger.debug 'Calling operation MysqlaasClient#update_configuration.' if logger
|
|
562
569
|
|
|
@@ -114,6 +114,7 @@ module OCI
|
|
|
114
114
|
# ID that you supplied in this header with the request.
|
|
115
115
|
#
|
|
116
116
|
# @return [Response] A Response object with data of type {OCI::Mysql::Models::WorkRequest WorkRequest}
|
|
117
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
117
118
|
def get_work_request(work_request_id, opts = {})
|
|
118
119
|
logger.debug 'Calling operation WorkRequestsClient#get_work_request.' if logger
|
|
119
120
|
|
|
@@ -179,6 +180,7 @@ module OCI
|
|
|
179
180
|
# Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
180
181
|
#
|
|
181
182
|
# @return [Response] A Response object with data of type Array<{OCI::Mysql::Models::WorkRequestError WorkRequestError}>
|
|
183
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
182
184
|
def list_work_request_errors(work_request_id, opts = {})
|
|
183
185
|
logger.debug 'Calling operation WorkRequestsClient#list_work_request_errors.' if logger
|
|
184
186
|
|
|
@@ -245,6 +247,7 @@ module OCI
|
|
|
245
247
|
# Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
246
248
|
#
|
|
247
249
|
# @return [Response] A Response object with data of type Array<{OCI::Mysql::Models::WorkRequestLogEntry WorkRequestLogEntry}>
|
|
250
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
248
251
|
def list_work_request_logs(work_request_id, opts = {})
|
|
249
252
|
logger.debug 'Calling operation WorkRequestsClient#list_work_request_logs.' if logger
|
|
250
253
|
|
|
@@ -315,6 +318,7 @@ module OCI
|
|
|
315
318
|
# Pagination](https://docs.cloud.oracle.com/#API/Concepts/usingapi.htm#List_Pagination).
|
|
316
319
|
#
|
|
317
320
|
# @return [Response] A Response object with data of type Array<{OCI::Mysql::Models::WorkRequestSummary WorkRequestSummary}>
|
|
321
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/mysql/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
318
322
|
def list_work_requests(compartment_id, opts = {})
|
|
319
323
|
logger.debug 'Calling operation WorkRequestsClient#list_work_requests.' if logger
|
|
320
324
|
|
|
@@ -123,6 +123,7 @@ module OCI
|
|
|
123
123
|
# (default to false)
|
|
124
124
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
125
125
|
# @return [Response] A Response object with data of type nil
|
|
126
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/change_table_compartment.rb.html) to see an example of how to use change_table_compartment API.
|
|
126
127
|
def change_table_compartment(table_name_or_id, change_table_compartment_details, opts = {})
|
|
127
128
|
logger.debug 'Calling operation NosqlClient#change_table_compartment.' if logger
|
|
128
129
|
|
|
@@ -188,6 +189,7 @@ module OCI
|
|
|
188
189
|
#
|
|
189
190
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
190
191
|
# @return [Response] A Response object with data of type nil
|
|
192
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/create_index.rb.html) to see an example of how to use create_index API.
|
|
191
193
|
def create_index(table_name_or_id, create_index_details, opts = {})
|
|
192
194
|
logger.debug 'Calling operation NosqlClient#create_index.' if logger
|
|
193
195
|
|
|
@@ -251,6 +253,7 @@ module OCI
|
|
|
251
253
|
#
|
|
252
254
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
253
255
|
# @return [Response] A Response object with data of type nil
|
|
256
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/create_table.rb.html) to see an example of how to use create_table API.
|
|
254
257
|
def create_table(create_table_details, opts = {})
|
|
255
258
|
logger.debug 'Calling operation NosqlClient#create_table.' if logger
|
|
256
259
|
|
|
@@ -316,6 +319,7 @@ module OCI
|
|
|
316
319
|
# (default to false)
|
|
317
320
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
318
321
|
# @return [Response] A Response object with data of type nil
|
|
322
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/delete_index.rb.html) to see an example of how to use delete_index API.
|
|
319
323
|
def delete_index(table_name_or_id, index_name, opts = {})
|
|
320
324
|
logger.debug 'Calling operation NosqlClient#delete_index.' if logger
|
|
321
325
|
|
|
@@ -390,6 +394,7 @@ module OCI
|
|
|
390
394
|
# (default to false)
|
|
391
395
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
392
396
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::DeleteRowResult DeleteRowResult}
|
|
397
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/delete_row.rb.html) to see an example of how to use delete_row API.
|
|
393
398
|
def delete_row(table_name_or_id, key, opts = {})
|
|
394
399
|
logger.debug 'Calling operation NosqlClient#delete_row.' if logger
|
|
395
400
|
|
|
@@ -460,6 +465,7 @@ module OCI
|
|
|
460
465
|
# (default to false)
|
|
461
466
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
462
467
|
# @return [Response] A Response object with data of type nil
|
|
468
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/delete_table.rb.html) to see an example of how to use delete_table API.
|
|
463
469
|
def delete_table(table_name_or_id, opts = {})
|
|
464
470
|
logger.debug 'Calling operation NosqlClient#delete_table.' if logger
|
|
465
471
|
|
|
@@ -521,6 +527,7 @@ module OCI
|
|
|
521
527
|
# (default to false)
|
|
522
528
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
523
529
|
# @return [Response] A Response object with data of type nil
|
|
530
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/delete_work_request.rb.html) to see an example of how to use delete_work_request API.
|
|
524
531
|
def delete_work_request(work_request_id, opts = {})
|
|
525
532
|
logger.debug 'Calling operation NosqlClient#delete_work_request.' if logger
|
|
526
533
|
|
|
@@ -579,6 +586,7 @@ module OCI
|
|
|
579
586
|
#
|
|
580
587
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
581
588
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::Index Index}
|
|
589
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/get_index.rb.html) to see an example of how to use get_index API.
|
|
582
590
|
def get_index(table_name_or_id, index_name, opts = {})
|
|
583
591
|
logger.debug 'Calling operation NosqlClient#get_index.' if logger
|
|
584
592
|
|
|
@@ -645,6 +653,7 @@ module OCI
|
|
|
645
653
|
# @option opts [Integer] :timeout_in_ms Timeout setting for this operation. (default to 5000)
|
|
646
654
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
647
655
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::Row Row}
|
|
656
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/get_row.rb.html) to see an example of how to use get_row API.
|
|
648
657
|
def get_row(table_name_or_id, key, opts = {})
|
|
649
658
|
logger.debug 'Calling operation NosqlClient#get_row.' if logger
|
|
650
659
|
|
|
@@ -711,6 +720,7 @@ module OCI
|
|
|
711
720
|
#
|
|
712
721
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
713
722
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::Table Table}
|
|
723
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/get_table.rb.html) to see an example of how to use get_table API.
|
|
714
724
|
def get_table(table_name_or_id, opts = {})
|
|
715
725
|
logger.debug 'Calling operation NosqlClient#get_table.' if logger
|
|
716
726
|
|
|
@@ -765,6 +775,7 @@ module OCI
|
|
|
765
775
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
766
776
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
767
777
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::WorkRequest WorkRequest}
|
|
778
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/get_work_request.rb.html) to see an example of how to use get_work_request API.
|
|
768
779
|
def get_work_request(work_request_id, opts = {})
|
|
769
780
|
logger.debug 'Calling operation NosqlClient#get_work_request.' if logger
|
|
770
781
|
|
|
@@ -838,6 +849,7 @@ module OCI
|
|
|
838
849
|
# Allowed values are: timeCreated, name
|
|
839
850
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
840
851
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::IndexCollection IndexCollection}
|
|
852
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/list_indexes.rb.html) to see an example of how to use list_indexes API.
|
|
841
853
|
def list_indexes(table_name_or_id, opts = {})
|
|
842
854
|
logger.debug 'Calling operation NosqlClient#list_indexes.' if logger
|
|
843
855
|
|
|
@@ -924,6 +936,7 @@ module OCI
|
|
|
924
936
|
# list call.
|
|
925
937
|
#
|
|
926
938
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::TableUsageCollection TableUsageCollection}
|
|
939
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/list_table_usage.rb.html) to see an example of how to use list_table_usage API.
|
|
927
940
|
def list_table_usage(table_name_or_id, opts = {})
|
|
928
941
|
logger.debug 'Calling operation NosqlClient#list_table_usage.' if logger
|
|
929
942
|
|
|
@@ -998,6 +1011,7 @@ module OCI
|
|
|
998
1011
|
# @option opts [String] :lifecycle_state Filter list by the lifecycle state of the item. (default to ALL)
|
|
999
1012
|
# Allowed values are: ALL, CREATING, UPDATING, ACTIVE, DELETING, DELETED, FAILED, INACTIVE
|
|
1000
1013
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::TableCollection TableCollection}
|
|
1014
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/list_tables.rb.html) to see an example of how to use list_tables API.
|
|
1001
1015
|
def list_tables(compartment_id, opts = {})
|
|
1002
1016
|
logger.debug 'Calling operation NosqlClient#list_tables.' if logger
|
|
1003
1017
|
|
|
@@ -1075,6 +1089,7 @@ module OCI
|
|
|
1075
1089
|
#
|
|
1076
1090
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 1000)
|
|
1077
1091
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::WorkRequestErrorCollection WorkRequestErrorCollection}
|
|
1092
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/list_work_request_errors.rb.html) to see an example of how to use list_work_request_errors API.
|
|
1078
1093
|
def list_work_request_errors(work_request_id, opts = {})
|
|
1079
1094
|
logger.debug 'Calling operation NosqlClient#list_work_request_errors.' if logger
|
|
1080
1095
|
|
|
@@ -1136,6 +1151,7 @@ module OCI
|
|
|
1136
1151
|
#
|
|
1137
1152
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 1000)
|
|
1138
1153
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::WorkRequestLogEntryCollection WorkRequestLogEntryCollection}
|
|
1154
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/list_work_request_logs.rb.html) to see an example of how to use list_work_request_logs API.
|
|
1139
1155
|
def list_work_request_logs(work_request_id, opts = {})
|
|
1140
1156
|
logger.debug 'Calling operation NosqlClient#list_work_request_logs.' if logger
|
|
1141
1157
|
|
|
@@ -1196,6 +1212,7 @@ module OCI
|
|
|
1196
1212
|
#
|
|
1197
1213
|
# @option opts [Integer] :limit The maximum number of items to return. (default to 1000)
|
|
1198
1214
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::WorkRequestCollection WorkRequestCollection}
|
|
1215
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
|
|
1199
1216
|
def list_work_requests(compartment_id, opts = {})
|
|
1200
1217
|
logger.debug 'Calling operation NosqlClient#list_work_requests.' if logger
|
|
1201
1218
|
|
|
@@ -1253,6 +1270,7 @@ module OCI
|
|
|
1253
1270
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1254
1271
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1255
1272
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::PreparedStatement PreparedStatement}
|
|
1273
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/prepare_statement.rb.html) to see an example of how to use prepare_statement API.
|
|
1256
1274
|
def prepare_statement(compartment_id, statement, opts = {})
|
|
1257
1275
|
logger.debug 'Calling operation NosqlClient#prepare_statement.' if logger
|
|
1258
1276
|
|
|
@@ -1313,6 +1331,7 @@ module OCI
|
|
|
1313
1331
|
#
|
|
1314
1332
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1315
1333
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::QueryResultCollection QueryResultCollection}
|
|
1334
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/query.rb.html) to see an example of how to use query API.
|
|
1316
1335
|
def query(query_details, opts = {})
|
|
1317
1336
|
logger.debug 'Calling operation NosqlClient#query.' if logger
|
|
1318
1337
|
|
|
@@ -1369,6 +1388,7 @@ module OCI
|
|
|
1369
1388
|
# retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
|
|
1370
1389
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1371
1390
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::StatementSummary StatementSummary}
|
|
1391
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/summarize_statement.rb.html) to see an example of how to use summarize_statement API.
|
|
1372
1392
|
def summarize_statement(compartment_id, statement, opts = {})
|
|
1373
1393
|
logger.debug 'Calling operation NosqlClient#summarize_statement.' if logger
|
|
1374
1394
|
|
|
@@ -1431,6 +1451,7 @@ module OCI
|
|
|
1431
1451
|
# (default to false)
|
|
1432
1452
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1433
1453
|
# @return [Response] A Response object with data of type {OCI::Nosql::Models::UpdateRowResult UpdateRowResult}
|
|
1454
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/update_row.rb.html) to see an example of how to use update_row API.
|
|
1434
1455
|
def update_row(table_name_or_id, update_row_details, opts = {})
|
|
1435
1456
|
logger.debug 'Calling operation NosqlClient#update_row.' if logger
|
|
1436
1457
|
|
|
@@ -1495,6 +1516,7 @@ module OCI
|
|
|
1495
1516
|
# (default to false)
|
|
1496
1517
|
# @option opts [String] :opc_request_id The client request ID for tracing.
|
|
1497
1518
|
# @return [Response] A Response object with data of type nil
|
|
1519
|
+
# @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/nosql/update_table.rb.html) to see an example of how to use update_table API.
|
|
1498
1520
|
def update_table(table_name_or_id, update_table_details, opts = {})
|
|
1499
1521
|
logger.debug 'Calling operation NosqlClient#update_table.' if logger
|
|
1500
1522
|
|